/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width,60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width,48px);height:var(--carousel-button-height,48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color,currentColor);background:var(--carousel-button-bg,transparent);border-radius:var(--carousel-button-border-radius,50%);box-shadow:var(--carousel-button-shadow,none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width,50%);height:var(--carousel-button-svg-height,50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width,1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter,none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top,0px) env(safe-area-inset-right,0px) env(safe-area-inset-bottom,0px) env(safe-area-inset-left,0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color,#fff);-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:24px;--carousel-button-svg-height:24px;--carousel-button-svg-stroke-width:2.5;--carousel-button-svg-filter:drop-shadow(1px 1px 1px rgba(0,0,0,0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color,rgba(1,210,232,0.94))}@media all and (min-width:1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg,rgba(24,24,27,0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;--carousel-button-width:36px;--carousel-button-height:36px;--carousel-button-svg-width:22px;--carousel-button-svg-height:22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width:1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right,0px) 0 env(safe-area-inset-left,0px);padding:36px;color:var(--fancybox-content-color,#374151);background:var(--fancybox-content-bg,#fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color,currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color,#fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width:1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width:1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top,0px) + 8px);right:calc(env(safe-area-inset-right,0px) + 8px);z-index:40}@media all and (min-width:1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color,#fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50px;height:50px;color:var(--fancybox-color,currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity,1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0,16px,0);opacity:0}to{transform:scale(1) translate3d(0,0,0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0,16px,0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0,-30%,0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0,30%,0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity,1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width,96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color,rgba(34,213,233,0.96));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius,4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio,1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius,4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top,hsla(0deg,0%,0%,0) 0%,hsla(0deg,0%,0%,0.006) 8.1%,hsla(0deg,0%,0%,0.021) 15.5%,hsla(0deg,0%,0%,0.046) 22.5%,hsla(0deg,0%,0%,0.077) 29%,hsla(0deg,0%,0%,0.114) 35.3%,hsla(0deg,0%,0%,0.155) 41.2%,hsla(0deg,0%,0%,0.198) 47.1%,hsla(0deg,0%,0%,0.242) 52.9%,hsla(0deg,0%,0%,0.285) 58.8%,hsla(0deg,0%,0%,0.326) 64.7%,hsla(0deg,0%,0%,0.363) 71%,hsla(0deg,0%,0%,0.394) 77.5%,hsla(0deg,0%,0%,0.419) 84.5%,hsla(0deg,0%,0%,0.434) 91.9%,hsla(0deg,0%,0%,0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width:20px;--carousel-button-svg-height:20px;opacity:var(--fancybox-opacity,1);text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,0.4))}@media all and (min-width:1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width:640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height,48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color,rgba(34,213,233,0.96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}
.global-spacing--4xlarge{margin-top:3rem}@media print,screen and (min-width:48.0625em){.global-spacing--4xlarge{margin-top:4.5rem}}@media print,screen and (min-width:64.0625em){.global-spacing--4xlarge{margin-top:7.5rem}}.global-spacing--15x{margin-top:3rem}@media print,screen and (min-width:48.0625em){.global-spacing--15x{margin-top:4.5rem}}@media print,screen and (min-width:64.0625em){.global-spacing--15x{margin-top:7.5rem}}.global-spacing--3xlarge{margin-top:2.5rem}@media print,screen and (min-width:48.0625em){.global-spacing--3xlarge{margin-top:3.5rem}}@media print,screen and (min-width:64.0625em){.global-spacing--3xlarge{margin-top:6rem}}.global-spacing--12x{margin-top:2.5rem}@media print,screen and (min-width:48.0625em){.global-spacing--12x{margin-top:3.5rem}}@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:3rem}}@media print,screen and (min-width:64.0625em){.global-spacing--10x{margin-top:5rem}}.global-spacing--2xlarge{margin-top:2rem}@media print,screen and (min-width:48.0625em){.global-spacing--2xlarge{margin-top:3rem}}@media print,screen and (min-width:64.0625em){.global-spacing--2xlarge{margin-top:4rem}}.global-spacing--8x{margin-top:2rem}@media print,screen and (min-width:48.0625em){.global-spacing--8x{margin-top:3rem}}@media print,screen and (min-width:64.0625em){.global-spacing--8x{margin-top:4rem}}.global-spacing--6x{margin-top:1.5rem}@media print,screen and (min-width:48.0625em){.global-spacing--6x{margin-top:2rem}}@media print,screen and (min-width:64.0625em){.global-spacing--6x{margin-top:3rem}}.global-spacing--xlarge{margin-top:1.5rem}@media print,screen and (min-width:48.0625em){.global-spacing--xlarge{margin-top:2rem}}@media print,screen and (min-width:64.0625em){.global-spacing--xlarge{margin-top:2.5rem}}.global-spacing--5x{margin-top:1.5rem}@media print,screen and (min-width:48.0625em){.global-spacing--5x{margin-top:2rem}}@media print,screen and (min-width:64.0625em){.global-spacing--5x{margin-top:2.5rem}}.global-spacing--large{margin-top:1.5rem}@media print,screen and (min-width:48.0625em){.global-spacing--large{margin-top:2rem}}.global-spacing--4x{margin-top:1.5rem}@media print,screen and (min-width:48.0625em){.global-spacing--4x{margin-top:2rem}}.global-spacing--default{margin-top:1rem}@media print,screen and (min-width:48.0625em){.global-spacing--default{margin-top:1.5rem}}.global-spacing--3x{margin-top:1rem}@media print,screen and (min-width:48.0625em){.global-spacing--3x{margin-top:1.5rem}}.global-spacing--medium{margin-top:0.5rem}@media print,screen and (min-width:48.0625em){.global-spacing--medium{margin-top:1rem}}.global-spacing--2x{margin-top:0.5rem}@media print,screen and (min-width:48.0625em){.global-spacing--2x{margin-top:1rem}}.global-spacing--small{margin-top:0.5rem}.global-spacing--1x{margin-top:0.5rem}.global-spacing--xsmall{margin-top:0.5rem}.global-spacing--2xsmall{margin-top:0.5rem}.global-spacing--3xsmall{margin-top:0.5rem}.global-margin--4xlarge{margin-top:3rem;margin-bottom:3rem}@media print,screen and (min-width:48.0625em){.global-margin--4xlarge{margin-top:4.5rem;margin-bottom:4.5rem}}@media print,screen and (min-width:64.0625em){.global-margin--4xlarge{margin-top:7.5rem;margin-bottom:7.5rem}}.global-margin--15x{margin-top:3rem;margin-bottom:3rem}@media print,screen and (min-width:48.0625em){.global-margin--15x{margin-top:4.5rem;margin-bottom:4.5rem}}@media print,screen and (min-width:64.0625em){.global-margin--15x{margin-top:7.5rem;margin-bottom:7.5rem}}.global-margin--3xlarge{margin-top:2.5rem;margin-bottom:2.5rem}@media print,screen and (min-width:48.0625em){.global-margin--3xlarge{margin-top:3.5rem;margin-bottom:3.5rem}}@media print,screen and (min-width:64.0625em){.global-margin--3xlarge{margin-top:6rem;margin-bottom:6rem}}.global-margin--12x{margin-top:2.5rem;margin-bottom:2.5rem}@media print,screen and (min-width:48.0625em){.global-margin--12x{margin-top:3.5rem;margin-bottom:3.5rem}}@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:3rem;margin-bottom:3rem}}@media print,screen and (min-width:64.0625em){.global-margin--10x{margin-top:5rem;margin-bottom:5rem}}.global-margin--2xlarge{margin-top:2rem;margin-bottom:2rem}@media print,screen and (min-width:48.0625em){.global-margin--2xlarge{margin-top:3rem;margin-bottom:3rem}}@media print,screen and (min-width:64.0625em){.global-margin--2xlarge{margin-top:4rem;margin-bottom:4rem}}.global-margin--8x{margin-top:2rem;margin-bottom:2rem}@media print,screen and (min-width:48.0625em){.global-margin--8x{margin-top:3rem;margin-bottom:3rem}}@media print,screen and (min-width:64.0625em){.global-margin--8x{margin-top:4rem;margin-bottom:4rem}}.global-margin--6x{margin-top:1.5rem;margin-bottom:1.5rem}@media print,screen and (min-width:48.0625em){.global-margin--6x{margin-top:2rem;margin-bottom:2rem}}@media print,screen and (min-width:64.0625em){.global-margin--6x{margin-top:3rem;margin-bottom:3rem}}.global-margin--xlarge{margin-top:1.5rem;margin-bottom:1.5rem}@media print,screen and (min-width:48.0625em){.global-margin--xlarge{margin-top:2rem;margin-bottom:2rem}}@media print,screen and (min-width:64.0625em){.global-margin--xlarge{margin-top:2.5rem;margin-bottom:2.5rem}}.global-margin--5x{margin-top:1.5rem;margin-bottom:1.5rem}@media print,screen and (min-width:48.0625em){.global-margin--5x{margin-top:2rem;margin-bottom:2rem}}@media print,screen and (min-width:64.0625em){.global-margin--5x{margin-top:2.5rem;margin-bottom:2.5rem}}.global-margin--large{margin-top:1.5rem;margin-bottom:1.5rem}@media print,screen and (min-width:48.0625em){.global-margin--large{margin-top:2rem;margin-bottom:2rem}}.global-margin--4x{margin-top:1.5rem;margin-bottom:1.5rem}@media print,screen and (min-width:48.0625em){.global-margin--4x{margin-top:2rem;margin-bottom:2rem}}.global-margin--default{margin-top:1rem;margin-bottom:1rem}@media print,screen and (min-width:48.0625em){.global-margin--default{margin-top:1.5rem;margin-bottom:1.5rem}}.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--medium{margin-top:0.5rem;margin-bottom:0.5rem}@media print,screen and (min-width:48.0625em){.global-margin--medium{margin-top:1rem;margin-bottom:1rem}}.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--small{margin-top:0.5rem;margin-bottom:0.5rem}.global-margin--1x{margin-top:0.5rem;margin-bottom:0.5rem}.global-margin--xsmall{margin-top:0.5rem;margin-bottom:0.5rem}.global-margin--2xsmall{margin-top:0.5rem;margin-bottom:0.5rem}.global-margin--3xsmall{margin-top:0.5rem;margin-bottom:0.5rem}.global-padding--4xlarge{padding-top:3rem;padding-bottom:3rem}@media print,screen and (min-width:48.0625em){.global-padding--4xlarge{padding-top:4.5rem}}@media print,screen and (min-width:64.0625em){.global-padding--4xlarge{padding-top:7.5rem}}@media print,screen and (min-width:48.0625em){.global-padding--4xlarge{padding-bottom:4.5rem}}@media print,screen and (min-width:64.0625em){.global-padding--4xlarge{padding-bottom:7.5rem}}.global-padding--15x{padding-top:3rem;padding-bottom:3rem}@media print,screen and (min-width:48.0625em){.global-padding--15x{padding-top:4.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:4.5rem}}@media print,screen and (min-width:64.0625em){.global-padding--15x{padding-bottom:7.5rem}}.global-padding--3xlarge{padding-top:2.5rem;padding-bottom:2.5rem}@media print,screen and (min-width:48.0625em){.global-padding--3xlarge{padding-top:3.5rem}}@media print,screen and (min-width:64.0625em){.global-padding--3xlarge{padding-top:6rem}}@media print,screen and (min-width:48.0625em){.global-padding--3xlarge{padding-bottom:3.5rem}}@media print,screen and (min-width:64.0625em){.global-padding--3xlarge{padding-bottom:6rem}}.global-padding--12x{padding-top:2.5rem;padding-bottom:2.5rem}@media print,screen and (min-width:48.0625em){.global-padding--12x{padding-top:3.5rem}}@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:3.5rem}}@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:3rem}}@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:3rem}}@media print,screen and (min-width:64.0625em){.global-padding--10x{padding-bottom:5rem}}.global-padding--2xlarge{padding-top:2rem;padding-bottom:2rem}@media print,screen and (min-width:48.0625em){.global-padding--2xlarge{padding-top:3rem}}@media print,screen and (min-width:64.0625em){.global-padding--2xlarge{padding-top:4rem}}@media print,screen and (min-width:48.0625em){.global-padding--2xlarge{padding-bottom:3rem}}@media print,screen and (min-width:64.0625em){.global-padding--2xlarge{padding-bottom:4rem}}.global-padding--8x{padding-top:2rem;padding-bottom:2rem}@media print,screen and (min-width:48.0625em){.global-padding--8x{padding-top:3rem}}@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:3rem}}@media print,screen and (min-width:64.0625em){.global-padding--8x{padding-bottom:4rem}}.global-padding--6x{padding-top:1.5rem;padding-bottom:1.5rem}@media print,screen and (min-width:48.0625em){.global-padding--6x{padding-top:2rem}}@media print,screen and (min-width:64.0625em){.global-padding--6x{padding-top:3rem}}@media print,screen and (min-width:48.0625em){.global-padding--6x{padding-bottom:2rem}}@media print,screen and (min-width:64.0625em){.global-padding--6x{padding-bottom:3rem}}.global-padding--xlarge{padding-top:1.5rem;padding-bottom:1.5rem}@media print,screen and (min-width:48.0625em){.global-padding--xlarge{padding-top:2rem}}@media print,screen and (min-width:64.0625em){.global-padding--xlarge{padding-top:2.5rem}}@media print,screen and (min-width:48.0625em){.global-padding--xlarge{padding-bottom:2rem}}@media print,screen and (min-width:64.0625em){.global-padding--xlarge{padding-bottom:2.5rem}}.global-padding--5x{padding-top:1.5rem;padding-bottom:1.5rem}@media print,screen and (min-width:48.0625em){.global-padding--5x{padding-top:2rem}}@media print,screen and (min-width:64.0625em){.global-padding--5x{padding-top:2.5rem}}@media print,screen and (min-width:48.0625em){.global-padding--5x{padding-bottom:2rem}}@media print,screen and (min-width:64.0625em){.global-padding--5x{padding-bottom:2.5rem}}.global-padding--large{padding-top:1.5rem;padding-bottom:1.5rem}@media print,screen and (min-width:48.0625em){.global-padding--large{padding-top:2rem}}@media print,screen and (min-width:48.0625em){.global-padding--large{padding-bottom:2rem}}.global-padding--4x{padding-top:1.5rem;padding-bottom:1.5rem}@media print,screen and (min-width:48.0625em){.global-padding--4x{padding-top:2rem}}@media print,screen and (min-width:48.0625em){.global-padding--4x{padding-bottom:2rem}}.global-padding--default{padding-top:1rem;padding-bottom:1rem}@media print,screen and (min-width:48.0625em){.global-padding--default{padding-top:1.5rem}}@media print,screen and (min-width:48.0625em){.global-padding--default{padding-bottom:1.5rem}}.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--medium{padding-top:0.5rem;padding-bottom:0.5rem}@media print,screen and (min-width:48.0625em){.global-padding--medium{padding-top:1rem}}@media print,screen and (min-width:48.0625em){.global-padding--medium{padding-bottom:1rem}}.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--small{padding-top:0.5rem;padding-bottom:0.5rem}.global-padding--1x{padding-top:0.5rem;padding-bottom:0.5rem}.global-padding--xsmall{padding-top:0.5rem;padding-bottom:0.5rem}.global-padding--2xsmall{padding-top:0.5rem;padding-bottom:0.5rem}.global-padding--3xsmall{padding-top:0.5rem;padding-bottom:0.5rem}.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}:root{font-size:16px}*{-webkit-box-sizing:border-box;box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;color:#000;font-family:justus-pro,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:proxima-nova,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}.btn-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1rem}@media print,screen and (min-width:48.0625em){.btn-row{gap:1.5rem}}ul.btn-row{list-style:none}figure.aspect-ratio-frame{margin:0}button.is-close::before{display:none}button.is-close:hover{background-image:none}[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{font-weight:500;font-family:proxima-nova,sans-serif;display:inline-block;position:relative;z-index:2;line-height:1.1;text-decoration:none;margin-right:.5rem;margin-bottom:.5rem;font-weight:400;background-color:#0055b8;border-width:.0625rem;border-style:solid;font-weight:600;cursor:pointer;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ffffff),color-stop(5%,#ffffff),color-stop(5%,#0055B8),color-stop(95%,#0055B8),color-stop(95%,#ffffff),to(#ffffff));background-image:linear-gradient(to bottom,#ffffff 0,#ffffff 5%,#0055B8 5%,#0055B8 95%,#ffffff 95%,#ffffff 100%);font-size:1rem;padding:.75rem 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:proxima-nova,sans-serif;font-size:1rem}[type=text]::before,[type=password]::before,[type=date]::before,[type=datetime]::before,[type=datetime-local]::before,[type=month]::before,[type=week]::before,[type=email]::before,[type=number]::before,[type=search]::before,[type=tel]::before,[type=time]::before,[type=url]::before,[type=color]::before,[type=file]::before,[type=image]::before,[type=submit]::before,button::before,textarea::before,select::before,fieldset::before{content:"";pointer-events:none;position:absolute;top:.25rem;right:-.25rem;bottom:.25rem;left:-.25rem;border:1px solid #0055b8;border-top-color:rgba(0,0,0,0)}[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;outline:none;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ffffff),color-stop(5%,#ffffff),color-stop(5%,#002652),color-stop(95%,#002652),color-stop(95%,#ffffff),to(#ffffff));background-image:linear-gradient(to bottom,#ffffff 0,#ffffff 5%,#002652 5%,#002652 95%,#ffffff 95%,#ffffff 100%)}[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}@media print,screen and (max-width:48.06125em){[type=text],[type=password],[type=date],[type=datetime],[type=datetime-local],[type=month],[type=week],[type=email],[type=number],[type=search],[type=tel],[type=time],[type=url],[type=color],[type=file],[type=image],[type=submit],button,textarea,select,fieldset{padding-top:.625rem;padding-bottom:.625rem}}select{border-color:#979797;color:#000;text-transform:none;background:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0;background-repeat:no-repeat;background-position:calc(100% - .625em) 50%;background-size:1em}select:hover{background:#fff;border-color:#006deb}select:focus{background:#fff;border-color:#8dc63f}fieldset{display:block;border-color:#979797;color:#000;text-transform:none;background:#fff;margin:0;border-width:.0625em;border-style:solid;border-color:inherit}fieldset:hover{background:#fff;border-color:#006deb}fieldset:focus{background:#fff;border-color:#8dc63f}button,[type=submit]{border-color:#0055b8;color:#fff;background:#0055b8;margin:0;cursor:pointer;border:0}label{display:block;color:#484849;font-family:proxima-nova,sans-serif;font-weight:400}[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:#979797;color:#000;text-transform:none;background:#fff;margin:0}[type=text]:hover,[type=password]:hover,[type=date]:hover,[type=datetime]:hover,[type=datetime-local]:hover,[type=month]:hover,[type=week]:hover,[type=email]:hover,[type=number]:hover,[type=search]:hover,[type=tel]:hover,[type=time]:hover,[type=url]:hover,[type=color]:hover,[type=file]:hover,[type=image]:hover,textarea:hover{background:#fff;border-color:#006deb}[type=text]:focus,[type=password]:focus,[type=date]:focus,[type=datetime]:focus,[type=datetime-local]:focus,[type=month]:focus,[type=week]:focus,[type=email]:focus,[type=number]:focus,[type=search]:focus,[type=tel]:focus,[type=time]:focus,[type=url]:focus,[type=color]:focus,[type=file]:focus,[type=image]:focus,textarea:focus{background:#fff;border-color:#8dc63f}[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:#484849;font-family:proxima-nova,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:#484849;font-family:proxima-nova,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:#484849;font-family:proxima-nova,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:#000}[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:#d3d3d3}[type=text]:not(:empty):invalid,[type=password]:not(:empty):invalid,[type=date]:not(:empty):invalid,[type=datetime]:not(:empty):invalid,[type=datetime-local]:not(:empty):invalid,[type=month]:not(:empty):invalid,[type=week]:not(:empty):invalid,[type=email]:not(:empty):invalid,[type=number]:not(:empty):invalid,[type=search]:not(:empty):invalid,[type=tel]:not(:empty):invalid,[type=time]:not(:empty):invalid,[type=url]:not(:empty):invalid,[type=color]:not(:empty):invalid,[type=file]:not(:empty):invalid,[type=image]:not(:empty):invalid,textarea:not(:empty):invalid{border-color:#d13176;-webkit-box-shadow:0 0 0 .0625em #d13176;box-shadow:0 0 0 .0625em #d13176}table{margin-bottom:2.5rem;border-collapse:collapse;border-top:1px solid #e4e4e4;font-family:proxima-nova,sans-serif;font-size:.875rem;table-layout:fixed;min-width:100%;background-color:#fff}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:#fff;border-right:1px solid #e4e4e4;border-left:1px solid #e4e4e4;text-align:left}thead th{background:#142142}tbody{border-top:0;border-left:1px solid #e4e4e4}tr{border-bottom:1px solid #e4e4e4}th{padding:1rem;border-right:1px solid #e4e4e4;border-bottom:0;background:#142142;color:#fff;font-weight:600;text-align:left}td{padding:1rem;border-right:1px solid #e4e4e4}tr:nth-child(odd) td{background-color:#f5f5f5}@media print,screen and (max-width:64.06125em){.mobile-table{margin-bottom:2.5rem}.mobile-table--scroll{overflow-y:scroll}}.mobile-table{padding:1px 0}.mobile-table table{-webkit-box-shadow:none;box-shadow:none}.mobile-table--scroll{overflow-y:scroll;-webkit-transition:-webkit-box-shadow .8s cubic-bezier(0.82,0.06,0.14,0.97);transition:-webkit-box-shadow .8s cubic-bezier(0.82,0.06,0.14,0.97);transition:box-shadow .8s cubic-bezier(0.82,0.06,0.14,0.97);transition:box-shadow .8s cubic-bezier(0.82,0.06,0.14,0.97),-webkit-box-shadow .8s cubic-bezier(0.82,0.06,0.14,0.97);-webkit-box-shadow:inset -1px 0 .0666666667 rgba(255,255,255,.05),inset -2px 0 .1333333333 rgba(255,255,255,.05),inset -3px 0 .2 rgba(255,255,255,.05),inset -4px 0 .2666666667 rgba(255,255,255,.05),inset -5px 0 .3333333333 rgba(255,255,255,.05),inset -6px 0 .4 rgba(255,255,255,.05),inset -7px 0 .4666666667 rgba(255,255,255,.05),inset -8px 0 .5333333333 rgba(255,255,255,.05),inset -9px 0 .6 rgba(255,255,255,.05),inset -10px 0 .6666666667 rgba(255,255,255,.05),inset -11px 0 .7333333333 rgba(255,255,255,.05),inset -12px 0 .8 rgba(255,255,255,.05),inset -13px 0 .8666666667 rgba(255,255,255,.05),inset -14px 0 .9333333333 rgba(255,255,255,.05),inset -15px 0 1 rgba(255,255,255,.05),inset -16px 0 1.0666666667 rgba(255,255,255,.05),inset -17px 0 1.1333333333 rgba(255,255,255,.05),inset -18px 0 1.2 rgba(255,255,255,.05),inset -19px 0 1.2666666667 rgba(255,255,255,.05),inset -20px 0 1.3333333333 rgba(255,255,255,.05),inset -21px 0 1.4 rgba(255,255,255,.05),inset -22px 0 1.4666666667 rgba(255,255,255,.05),inset -23px 0 1.5333333333 rgba(255,255,255,.05),inset -24px 0 1.6 rgba(255,255,255,.05),inset -25px 0 1.6666666667 rgba(255,255,255,.05),inset -26px 0 1.7333333333 rgba(255,255,255,.05),inset -27px 0 1.8 rgba(255,255,255,.05),inset -28px 0 1.8666666667 rgba(255,255,255,.05),inset -29px 0 1.9333333333 rgba(255,255,255,.05),inset -30px 0 2 rgba(255,255,255,.05),inset -31px 0 2.0666666667 rgba(255,255,255,.05),inset -32px 0 2.1333333333 rgba(255,255,255,.05),inset -33px 0 2.2 rgba(255,255,255,.05),inset -34px 0 2.2666666667 rgba(255,255,255,.05),inset -35px 0 2.3333333333 rgba(255,255,255,.05),inset -36px 0 2.4 rgba(255,255,255,.05),inset -37px 0 2.4666666667 rgba(255,255,255,.05),inset -38px 0 2.5333333333 rgba(255,255,255,.05),inset -39px 0 2.6 rgba(255,255,255,.05),inset -40px 0 2.6666666667 rgba(255,255,255,.05),inset -41px 0 2.7333333333 rgba(255,255,255,.05),inset -42px 0 2.8 rgba(255,255,255,.05),inset -43px 0 2.8666666667 rgba(255,255,255,.05),inset -44px 0 2.9333333333 rgba(255,255,255,.05),inset -45px 0 3 rgba(255,255,255,.05),inset -46px 0 3.0666666667 rgba(255,255,255,.05),inset -47px 0 3.1333333333 rgba(255,255,255,.05),inset -48px 0 3.2 rgba(255,255,255,.05),inset -49px 0 3.2666666667 rgba(255,255,255,.05),inset -50px 0 3.3333333333 rgba(255,255,255,.05),inset -51px 0 3.4 rgba(255,255,255,.05),inset -52px 0 3.4666666667 rgba(255,255,255,.05),inset -53px 0 3.5333333333 rgba(255,255,255,.05),inset -54px 0 3.6 rgba(255,255,255,.05),inset -55px 0 3.6666666667 rgba(255,255,255,.05),inset -56px 0 3.7333333333 rgba(255,255,255,.05),inset -57px 0 3.8 rgba(255,255,255,.05),inset -58px 0 3.8666666667 rgba(255,255,255,.05),inset -59px 0 3.9333333333 rgba(255,255,255,.05),inset -60px 0 4 rgba(255,255,255,.05),inset -61px 0 4.0666666667 rgba(255,255,255,.05),inset -62px 0 4.1333333333 rgba(255,255,255,.05),inset -63px 0 4.2 rgba(255,255,255,.05),inset -64px 0 4.2666666667 rgba(255,255,255,.05),inset -65px 0 4.3333333333 rgba(255,255,255,.05),inset -66px 0 4.4 rgba(255,255,255,.05),inset -67px 0 4.4666666667 rgba(255,255,255,.05),inset -68px 0 4.5333333333 rgba(255,255,255,.05),inset -69px 0 4.6 rgba(255,255,255,.05),inset -70px 0 4.6666666667 rgba(255,255,255,.05),inset -71px 0 4.7333333333 rgba(255,255,255,.05),inset -72px 0 4.8 rgba(255,255,255,.05),inset -73px 0 4.8666666667 rgba(255,255,255,.05),inset -74px 0 4.9333333333 rgba(255,255,255,.05),inset -75px 0 5 rgba(255,255,255,.05);box-shadow:inset -1px 0 .0666666667 rgba(255,255,255,.05),inset -2px 0 .1333333333 rgba(255,255,255,.05),inset -3px 0 .2 rgba(255,255,255,.05),inset -4px 0 .2666666667 rgba(255,255,255,.05),inset -5px 0 .3333333333 rgba(255,255,255,.05),inset -6px 0 .4 rgba(255,255,255,.05),inset -7px 0 .4666666667 rgba(255,255,255,.05),inset -8px 0 .5333333333 rgba(255,255,255,.05),inset -9px 0 .6 rgba(255,255,255,.05),inset -10px 0 .6666666667 rgba(255,255,255,.05),inset -11px 0 .7333333333 rgba(255,255,255,.05),inset -12px 0 .8 rgba(255,255,255,.05),inset -13px 0 .8666666667 rgba(255,255,255,.05),inset -14px 0 .9333333333 rgba(255,255,255,.05),inset -15px 0 1 rgba(255,255,255,.05),inset -16px 0 1.0666666667 rgba(255,255,255,.05),inset -17px 0 1.1333333333 rgba(255,255,255,.05),inset -18px 0 1.2 rgba(255,255,255,.05),inset -19px 0 1.2666666667 rgba(255,255,255,.05),inset -20px 0 1.3333333333 rgba(255,255,255,.05),inset -21px 0 1.4 rgba(255,255,255,.05),inset -22px 0 1.4666666667 rgba(255,255,255,.05),inset -23px 0 1.5333333333 rgba(255,255,255,.05),inset -24px 0 1.6 rgba(255,255,255,.05),inset -25px 0 1.6666666667 rgba(255,255,255,.05),inset -26px 0 1.7333333333 rgba(255,255,255,.05),inset -27px 0 1.8 rgba(255,255,255,.05),inset -28px 0 1.8666666667 rgba(255,255,255,.05),inset -29px 0 1.9333333333 rgba(255,255,255,.05),inset -30px 0 2 rgba(255,255,255,.05),inset -31px 0 2.0666666667 rgba(255,255,255,.05),inset -32px 0 2.1333333333 rgba(255,255,255,.05),inset -33px 0 2.2 rgba(255,255,255,.05),inset -34px 0 2.2666666667 rgba(255,255,255,.05),inset -35px 0 2.3333333333 rgba(255,255,255,.05),inset -36px 0 2.4 rgba(255,255,255,.05),inset -37px 0 2.4666666667 rgba(255,255,255,.05),inset -38px 0 2.5333333333 rgba(255,255,255,.05),inset -39px 0 2.6 rgba(255,255,255,.05),inset -40px 0 2.6666666667 rgba(255,255,255,.05),inset -41px 0 2.7333333333 rgba(255,255,255,.05),inset -42px 0 2.8 rgba(255,255,255,.05),inset -43px 0 2.8666666667 rgba(255,255,255,.05),inset -44px 0 2.9333333333 rgba(255,255,255,.05),inset -45px 0 3 rgba(255,255,255,.05),inset -46px 0 3.0666666667 rgba(255,255,255,.05),inset -47px 0 3.1333333333 rgba(255,255,255,.05),inset -48px 0 3.2 rgba(255,255,255,.05),inset -49px 0 3.2666666667 rgba(255,255,255,.05),inset -50px 0 3.3333333333 rgba(255,255,255,.05),inset -51px 0 3.4 rgba(255,255,255,.05),inset -52px 0 3.4666666667 rgba(255,255,255,.05),inset -53px 0 3.5333333333 rgba(255,255,255,.05),inset -54px 0 3.6 rgba(255,255,255,.05),inset -55px 0 3.6666666667 rgba(255,255,255,.05),inset -56px 0 3.7333333333 rgba(255,255,255,.05),inset -57px 0 3.8 rgba(255,255,255,.05),inset -58px 0 3.8666666667 rgba(255,255,255,.05),inset -59px 0 3.9333333333 rgba(255,255,255,.05),inset -60px 0 4 rgba(255,255,255,.05),inset -61px 0 4.0666666667 rgba(255,255,255,.05),inset -62px 0 4.1333333333 rgba(255,255,255,.05),inset -63px 0 4.2 rgba(255,255,255,.05),inset -64px 0 4.2666666667 rgba(255,255,255,.05),inset -65px 0 4.3333333333 rgba(255,255,255,.05),inset -66px 0 4.4 rgba(255,255,255,.05),inset -67px 0 4.4666666667 rgba(255,255,255,.05),inset -68px 0 4.5333333333 rgba(255,255,255,.05),inset -69px 0 4.6 rgba(255,255,255,.05),inset -70px 0 4.6666666667 rgba(255,255,255,.05),inset -71px 0 4.7333333333 rgba(255,255,255,.05),inset -72px 0 4.8 rgba(255,255,255,.05),inset -73px 0 4.8666666667 rgba(255,255,255,.05),inset -74px 0 4.9333333333 rgba(255,255,255,.05),inset -75px 0 5 rgba(255,255,255,.05);margin-right:-1.25rem}.mobile-table--scroll.scrolled{-webkit-box-shadow:none;box-shadow:none}.mobile-table--scroll.scrolled table{z-index:1}.mobile-table--scroll table{position:relative;z-index:-1}h1,.h1{font-family:proxima-nova,sans-serif;font-size:2.5rem;font-weight:300;line-height:1}@media print,screen and (min-width:48.0625em){h1,.h1{font-size:2.75rem}}@media print,screen and (min-width:64.0625em){h1,.h1{font-size:4.5rem}}h2,.h2{font-family:proxima-nova,sans-serif;font-size:1.625rem;font-weight:700;line-height:1.2}@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.375rem}}h3,.h3{font-family:proxima-nova,sans-serif;font-size:1.375rem;font-weight:700;line-height:1.2}@media print,screen and (min-width:48.0625em){h3,.h3{font-size:1.625rem}}@media print,screen and (min-width:64.0625em){h3,.h3{font-size:2rem}}h4,.h4{font-family:proxima-nova,sans-serif;font-size:1.25rem;font-weight:700;line-height:1.2}@media print,screen and (min-width:48.0625em){h4,.h4{font-size:1.375rem}}@media print,screen and (min-width:64.0625em){h4,.h4{font-size:1.625rem}}h5,.h5{font-family:proxima-nova,sans-serif;font-size:1.125rem;font-weight:700;line-height:1.2}@media print,screen and (min-width:48.0625em){h5,.h5{font-size:1.25rem}}@media print,screen and (min-width:64.0625em){h5,.h5{font-size:1.375rem}}h6,.h6{font-family:proxima-nova,sans-serif;font-size:1rem;font-weight:700;line-height:1.2}@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-family:justus-pro,serif;font-size:1.125rem;font-weight:400;line-height:1.5}@media print,screen and (min-width:48.0625em){p,.p{font-size:1.25rem}}.eyebrow{font-family:proxima-nova,sans-serif;font-size:0.875rem;text-transform:uppercase;font-weight:700;letter-spacing:2.8px}a{text-decoration:none;color:#0055b8}a:hover{text-decoration:underline}em{font-style:italic}b,strong{font-weight:500}blockquote{position:relative;margin-left:0;margin-right:0;color:#484849;margin-top:1.5rem;margin-bottom:1.5rem}@media print,screen and (min-width:48.0625em){blockquote{margin-top:2rem}}@media print,screen and (min-width:64.0625em){blockquote{margin-top:2.5rem}}@media print,screen and (min-width:48.0625em){blockquote{margin-bottom:2rem}}@media print,screen and (min-width:64.0625em){blockquote{margin-bottom:2.5rem}}@media print,screen and (min-width:48.0625em){blockquote{max-width:750px;margin:2.5rem auto;padding-left:6rem}}blockquote p{font-size:1.5rem;line-height:1.58;font-style:italic;color:#484849}@media print,screen and (min-width:48.0625em){blockquote p{font-size:2rem;line-height:1.56}}blockquote::before{width:2.75rem;height:auto;display:block;content:url(/themes/custom/tulsacc/assets/img/quote.svg)}@media print,screen and (max-width:48.06125em){blockquote::before{-webkit-transform:scale(0.8);transform:scale(0.8)}}@media print,screen and (min-width:48.0625em){blockquote::before{position:absolute;top:.3125rem;left:0;width:4rem}}blockquote .quotee{font-family:justus-pro,serif;font-size:1.125rem;font-weight:400;line-height:1.5;font-family:proxima-nova,sans-serif;font-style:normal}@media print,screen and (min-width:48.0625em){blockquote .quotee{font-size:1.25rem}}ol,ul,li{margin:0;padding:0}.wysiwyg li{font-family:justus-pro,serif;font-size:1.125rem;font-weight:400;line-height:1.5}@media print,screen and (min-width:48.0625em){.wysiwyg li{font-size:1.25rem}}ol{margin-top:0.5rem;padding-left:0;list-style:none;counter-reset:li}@media print,screen and (min-width:48.0625em){ol{margin-top:1rem}}ol>li{position:relative;padding-left:1.5rem;counter-increment:li}ol>li li,ol>li li:first-child{margin-top:0.5rem}ol>li::before{position:absolute;top:0;left:0;display:inline-block;content:counter(li) ".";color:#000}ol>li>ol>li::before{content:counter(li,lower-alpha) "."}ol>li>ol>li>ol>li::before{content:counter(li,lower-roman) "."}ol>li>ol>li>ol>li>ol>li::before{content:counter(li,upper-alpha) "."}.body-section-main .accordion__content ol>li{font-family:proxima-nova,sans-serif;margin-top:0.5rem;font-size:1.125rem}@media print,screen and (min-width:64.0625em){.body-section-main .accordion__content ol>li{font-size:1.25rem}}.wysiwyg ul>li,.section--wysiwyg ul>li,.body-section-main .accordion__content ul>li{position:relative;padding-left:1.5rem;list-style:none}.wysiwyg ul>li::before,.section--wysiwyg ul>li::before,.body-section-main .accordion__content ul>li::before{position:absolute;top:.75rem;left:0;content:"";background:#000;width:6px;height:6px}.stat{font-family:proxima-nova,sans-serif;font-size:3rem;font-weight:300;line-height:1;color:#142A4A}@media print,screen and (min-width:48.0625em){.stat{font-size:6.25rem;line-height:0.9}}.list--comma-separate ul{display:inline-block;margin:0;padding:0;list-style:none;font-family:proxima-nova,sans-serif}.list--comma-separate li{display:inline-block}.list--comma-separate li:not(:last-child){margin-right:.25em}.list--comma-separate li:nth-last-child(n+2)::after{content:","}.text-margin-reset h1,.text-margin-reset p,.text-margin-reset h2,.text-margin-reset h3,.text-margin-reset h4,.text-margin-reset span{margin:0}.video-play-button{position:absolute;z-index:4;bottom:2rem;left:2rem;background:none}.video-play-button::after{content:"";color:#d3d3d3;font-family:"Font Awesome 6 Pro";font-size:2.5rem;font-weight:600}.video-playing .video-play-button::after{content:""}@media print,screen and (max-width:48.06125em){.video-play-button{display:none}}.play-button{position:absolute;top:50%;left:50%;width:2.8125rem;height:2.8125rem;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);opacity:.47}.play-button path{fill:#fff}@media print,screen and (min-width:48.0625em){.play-button{width:7.8125rem;height:7.8125rem}}.wysiwyg .responsive-video-iframe{position:relative;width:100%}.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}.aspect-ratio-frame>.contextual-region{position:absolute;top:0;left:0;height:100%;width:100%}body{font-family:proxima-nova,sans-serif}.intro-text{font-family:justus-pro,serif;font-size:1.25rem;font-weight:400;line-height:1.5;color:#484849}@media print,screen and (min-width:64.0625em){.intro-text{font-size:1.625rem;line-height:1.69}}.align-right,.obj-right{float:none;margin:1rem 0;max-width:22.5rem;margin-bottom:1.5rem;margin-top:1.5rem}@media print,screen and (min-width:48.0625em){.align-right,.obj-right{float:right;margin:2rem 0 1rem 1.5rem}}@media print,screen and (min-width:64.0625em){.align-right,.obj-right{margin:2.5rem 0 1.5rem 2rem}}@media print,screen and (min-width:48.0625em){.align-right,.obj-right{margin-bottom:2rem}}@media print,screen and (min-width:64.0625em){.align-right,.obj-right{margin-bottom:2.5rem}}@media print,screen and (min-width:48.0625em){.align-right,.obj-right{margin-top:2rem}}@media print,screen and (min-width:64.0625em){.align-right,.obj-right{margin-top:2.5rem}}.align-right img,.obj-right img{display:block}.align-left,.obj-left{float:none;margin:1.5rem 0;max-width:22.5rem;margin-bottom:1.5rem;margin-top:1.5rem}@media print,screen and (min-width:48.0625em){.align-left,.obj-left{float:left;margin:2rem 1.5rem 1rem 0}}@media print,screen and (min-width:64.0625em){.align-left,.obj-left{margin:2.5rem 2rem 1.5rem 0}}@media print,screen and (min-width:48.0625em){.align-left,.obj-left{margin-bottom:2rem}}@media print,screen and (min-width:64.0625em){.align-left,.obj-left{margin-bottom:2.5rem}}@media print,screen and (min-width:48.0625em){.align-left,.obj-left{margin-top:2rem}}@media print,screen and (min-width:64.0625em){.align-left,.obj-left{margin-top:2.5rem}}.align-left img,.obj-left img{display:block}.align-center,.obj-center{display:table;max-width:41.25rem;position:relative;margin-bottom:1.5rem;margin-top:1.5rem}@media print,screen and (min-width:48.0625em){.align-center,.obj-center{margin-bottom:2rem}}@media print,screen and (min-width:64.0625em){.align-center,.obj-center{margin-bottom:2.5rem}}@media print,screen and (min-width:48.0625em){.align-center,.obj-center{margin-top:2rem}}@media print,screen and (min-width:64.0625em){.align-center,.obj-center{margin-top:2.5rem}}.align-center figcaption,.obj-center figcaption{position:absolute;bottom:0;left:0;background:rgba(255,255,255,.96);padding:1rem;max-width:75%}.align-center img,.obj-center img{display:block}[data-embed-button=ohou_media_embed] .video-embed-field-responsive-video,[data-embed-button=ohou_media_embed] .responsive-video-iframe{width:100%}article.align-center img{margin-right:auto;margin-left:auto}figure.align-right,figure.alignright,figure.obj-right,figure.align-left,figure.alignleft,figure.obj-left,figure.align-center,figure.obj-center,.align-center,.obj-center{display:table;margin-bottom:1.5rem;margin-top:1.5rem}@media print,screen and (min-width:48.0625em){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{margin-bottom:2rem}}@media print,screen and (min-width:64.0625em){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{margin-bottom:2.5rem}}@media print,screen and (min-width:48.0625em){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{margin-top:2rem}}@media print,screen and (min-width:64.0625em){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{margin-top:2.5rem}}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%;max-width:unset;margin-bottom:1.5rem;margin-top:1.5rem}@media print,screen and (min-width:48.0625em){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{margin-bottom:2rem}}@media print,screen and (min-width:64.0625em){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{margin-bottom:2.5rem}}@media print,screen and (min-width:48.0625em){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{margin-top:2rem}}@media print,screen and (min-width:64.0625em){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{margin-top:2.5rem}}figcaption{font-family:proxima-nova,sans-serif;font-size:0.875rem;font-weight:400;margin-top:1rem;caption-side:bottom;color:#484849}@media print,screen and (min-width:48.0625em){figcaption{font-size:0.875rem}}.wysiwyg p,.wysiwyg ul,.wysiwyg ol,.wysiwyg .section--wysiwyg li,.wysiwyg .cke_editable li,.wysiwyg .intro-text,.wysiwyg h1,.wysiwyg h2,.wysiwyg h3,.wysiwyg h4,.wysiwyg h5,.wysiwyg h6,.wysiwyg hr,.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 h1,.wysiwyg h2,.wysiwyg h3,.wysiwyg h4,.wysiwyg h5,.wysiwyg h6,.wysiwyg hr,.wysiwyg .link-arrow{margin-top:1.5rem}}.wysiwyg p,.wysiwyg ul,.wysiwyg ol{color:#484849}.wysiwyg .intro-text{margin-top:1rem}@media print,screen and (min-width:48.0625em){.wysiwyg .intro-text{margin-top:1.5rem}}.wysiwyg h3,.wysiwyg h4,.wysiwyg h5,.wysiwyg h6,.wysiwyg hr{margin-top:1.5rem;color:#484849}@media print,screen and (min-width:48.0625em){.wysiwyg h3,.wysiwyg h4,.wysiwyg h5,.wysiwyg h6,.wysiwyg hr{margin-top:2rem}}@media print,screen and (min-width:64.0625em){.wysiwyg h3,.wysiwyg h4,.wysiwyg h5,.wysiwyg h6,.wysiwyg hr{margin-top:2.5rem}}.wysiwyg h2,.wysiwyg h3,.wysiwyg h4{margin-top:1.5rem;color:#484849}@media print,screen and (min-width:48.0625em){.wysiwyg h2,.wysiwyg h3,.wysiwyg h4{margin-top:2rem}}@media print,screen and (min-width:64.0625em){.wysiwyg h2,.wysiwyg h3,.wysiwyg h4{margin-top:2.5rem}}.wysiwyg h2+p,.wysiwyg h3+p,.wysiwyg h4+p{margin-top:0.5rem}@media print,screen and (min-width:48.0625em){.wysiwyg h2+p,.wysiwyg h3+p,.wysiwyg h4+p{margin-top:1rem}}.wysiwyg .btn{margin-top:0;margin-bottom:0}.wysiwyg a:not(.btn){text-decoration:underline}.wysiwyg a:not(.btn):hover{text-decoration:none}.wysiwyg .btn-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1rem .5rem}@media print,screen and (min-width:48.0625em){.wysiwyg .btn-row{gap:1rem 1.5rem}}.mobile-table{margin-bottom:1.5rem;margin-top:1.5rem;padding:1px 0}@media print,screen and (min-width:48.0625em){.mobile-table{margin-bottom:2rem}}@media print,screen and (min-width:64.0625em){.mobile-table{margin-bottom:2.5rem}}@media print,screen and (min-width:48.0625em){.mobile-table{margin-top:2rem}}@media print,screen and (min-width:64.0625em){.mobile-table{margin-top:2.5rem}}.mobile-table table{margin:0}.card p:first-child,.card ul:first-child,.card ol:first-child,.card .section--wysiwyg li:first-child,.card .cke_editable li:first-child,.card .intro-text:first-child,.card h1:first-child,.card h2:first-child,.card h3:first-child,.card h4:first-child,.card h5:first-child,.card h6:first-child,.card hr:first-child,.card .link-arrow:first-child,section p:first-child,section ul:first-child,section ol:first-child,section .section--wysiwyg li:first-child,section .cke_editable li:first-child,section .intro-text:first-child,section h1:first-child,section h2:first-child,section h3:first-child,section h4:first-child,section h5:first-child,section h6:first-child,section hr:first-child,section .link-arrow:first-child,header p:first-child,header ul:first-child,header ol:first-child,header .section--wysiwyg li:first-child,header .cke_editable li:first-child,header .intro-text:first-child,header h1:first-child,header h2:first-child,header h3:first-child,header h4:first-child,header h5:first-child,header h6:first-child,header hr:first-child,header .link-arrow:first-child,.listing-item p:first-child,.listing-item ul:first-child,.listing-item ol:first-child,.listing-item .section--wysiwyg li:first-child,.listing-item .cke_editable li:first-child,.listing-item .intro-text:first-child,.listing-item h1:first-child,.listing-item h2:first-child,.listing-item h3:first-child,.listing-item h4:first-child,.listing-item h5:first-child,.listing-item h6:first-child,.listing-item hr:first-child,.listing-item .link-arrow:first-child,.section--wysiwyg p:first-child,.section--wysiwyg ul:first-child,.section--wysiwyg ol:first-child,.section--wysiwyg .section--wysiwyg li:first-child,.section--wysiwyg .cke_editable li:first-child,.section--wysiwyg .intro-text:first-child,.section--wysiwyg h1:first-child,.section--wysiwyg h2:first-child,.section--wysiwyg h3:first-child,.section--wysiwyg h4:first-child,.section--wysiwyg h5:first-child,.section--wysiwyg h6:first-child,.section--wysiwyg hr:first-child,.section--wysiwyg .link-arrow:first-child,.wysiwyg p:first-child,.wysiwyg ul:first-child,.wysiwyg ol:first-child,.wysiwyg .section--wysiwyg li:first-child,.wysiwyg .cke_editable li:first-child,.wysiwyg .intro-text:first-child,.wysiwyg h1:first-child,.wysiwyg h2:first-child,.wysiwyg h3:first-child,.wysiwyg h4:first-child,.wysiwyg h5:first-child,.wysiwyg h6:first-child,.wysiwyg hr:first-child,.wysiwyg .link-arrow:first-child{margin-top:0}.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:0.5rem;margin-bottom:0.5rem}.section--wysiwyg li,.wysiwyg li{margin-top:0.5rem}.section--wysiwyg a.ck-anchor,.wysiwyg a.ck-anchor{text-decoration:initial;color:initial}.wysiwyg-block .medium-4+.medium-8{padding-left:30px}@media print,screen and (max-width:48.06125em){.wysiwyg-block .cell+.cell{margin-top:2.5rem}}.text-reverse .wysiwyg p,.text-reverse .wysiwyg ul,.text-reverse .wysiwyg ol,.text-reverse .wysiwyg a{color:#fff}.text-reverse .wysiwyg a:not(.btn){text-decoration:underline;text-underline-offset:2px}.text-reverse .wysiwyg a:not(.btn):hover,.text-reverse .wysiwyg a:not(.btn):focus{text-decoration:none}.vaf,.active-filters{padding-top:1.5rem;padding-right:0;padding-left:0}.vaf h2,.active-filters h2{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px}.active-filters{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.active-filters .vaf{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.active-filters ul{margin-top:0}.active-filters li:not(:last-child){margin-right:.625rem}.active-filters ul li{list-style:none;display:inline-block}.active-filters ul button{font-weight:500;font-family:proxima-nova,sans-serif;display:inline-block;position:relative;z-index:2;line-height:1.1;text-decoration:none;margin-right:.5rem;margin-bottom:.5rem;font-weight:400;background-color:#0055b8;border-width:.0625rem;border-style:solid;font-weight:600;cursor:pointer;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ffffff),color-stop(5%,#ffffff),color-stop(5%,#0055B8),color-stop(95%,#0055B8),color-stop(95%,#ffffff),to(#ffffff));background-image:linear-gradient(to bottom,#ffffff 0,#ffffff 5%,#0055B8 5%,#0055B8 95%,#ffffff 95%,#ffffff 100%);font-size:1rem;padding:.625rem 1.5rem;border-color:#0055b8;color:#fff;font-size:1rem;font-weight:400;line-height:1.5}.active-filters ul button::before{content:"";pointer-events:none;position:absolute;top:.25rem;right:-.25rem;bottom:.25rem;left:-.25rem;border:1px solid #0055b8;border-top-color:rgba(0,0,0,0)}.active-filters ul button:hover,.active-filters ul button:focus{text-decoration:none;outline:none;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ffffff),color-stop(5%,#ffffff),color-stop(5%,#002652),color-stop(95%,#002652),color-stop(95%,#ffffff),to(#ffffff));background-image:linear-gradient(to bottom,#ffffff 0,#ffffff 5%,#002652 5%,#002652 95%,#ffffff 95%,#ffffff 100%)}.active-filters ul button:disabled{cursor:not-allowed;pointer-events:none;opacity:.6}.active-filters ul button::before,.active-filters ul button::after{color:#fff}.active-filters ul button:hover,.active-filters ul button:focus{color:#fff;border-color:#002652;background-color:#002652}.active-filters ul button:hover::before,.active-filters ul button:hover::after,.active-filters ul button:focus::before,.active-filters ul button:focus::after{color:#fff}.active-filters ul button:hover::before,.active-filters ul button:focus::before{border-color:#002652;border-top-color:rgba(0,0,0,0)}.active-filters ul button:hover::after{content:"";color:#696e73;font-family:"Font Awesome 6 Pro"}.active-filters button::after{margin-left:.5rem;content:"";color:#142a4a;font-family:"Font Awesome 6 Pro";font-weight:100}.active-filters button::before{display:none}.active-filters .cell:last-child{text-align:right}.active-filters .vaf__clear{font-weight:500;font-family:proxima-nova,sans-serif;display:inline-block;position:relative;z-index:2;line-height:1.1;text-decoration:none;margin-right:.5rem;margin-bottom:.5rem;font-weight:400;background-color:#0055b8;border-width:.0625rem;border-style:solid;font-weight:600;cursor:pointer;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ffffff),color-stop(5%,#ffffff),color-stop(5%,#0055B8),color-stop(95%,#0055B8),color-stop(95%,#ffffff),to(#ffffff));background-image:linear-gradient(to bottom,#ffffff 0,#ffffff 5%,#0055B8 5%,#0055B8 95%,#ffffff 95%,#ffffff 100%);font-size:1rem;padding:.625rem 1.5rem;color:#0055b8;font-weight:700;background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#0055B8),color-stop(5%,#0055B8),color-stop(5%,#ffffff),color-stop(95%,#ffffff),color-stop(95%,#0055B8),to(#0055B8));background-image:linear-gradient(to bottom,#0055B8 0,#0055B8 5%,#ffffff 5%,#ffffff 95%,#0055B8 95%,#0055B8 100%);border-color:#fff;background-image:none}.active-filters .vaf__clear::before{content:"";pointer-events:none;position:absolute;top:.25rem;right:-.25rem;bottom:.25rem;left:-.25rem;border:1px solid #0055b8;border-top-color:rgba(0,0,0,0)}.active-filters .vaf__clear:hover,.active-filters .vaf__clear:focus{text-decoration:none;outline:none;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ffffff),color-stop(5%,#ffffff),color-stop(5%,#002652),color-stop(95%,#002652),color-stop(95%,#ffffff),to(#ffffff));background-image:linear-gradient(to bottom,#ffffff 0,#ffffff 5%,#002652 5%,#002652 95%,#ffffff 95%,#ffffff 100%)}.active-filters .vaf__clear:disabled{cursor:not-allowed;pointer-events:none;opacity:.6}.active-filters .vaf__clear::before{border:.0625rem solid #fff;border-top:0}.active-filters .vaf__clear::before,.active-filters .vaf__clear::after{color:#fff}@media print,screen and (min-width:48.0625em){.active-filters .vaf__clear{background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#0055B8),color-stop(5%,#0055B8),color-stop(5%,#ffffff),color-stop(95%,#ffffff),color-stop(95%,#0055B8),to(#0055B8));background-image:linear-gradient(to bottom,#0055B8 0,#0055B8 5%,#ffffff 5%,#ffffff 95%,#0055B8 95%,#0055B8 100%)}.active-filters .vaf__clear::before{border-width:.0625rem;border-style:solid;border-color:#fff;border-top-color:rgba(0,0,0,0)}}.active-filters .vaf__clear:hover,.active-filters .vaf__clear:focus{background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#0055B8),color-stop(5%,#0055B8),color-stop(5%,#142A4A),color-stop(95%,#142A4A),color-stop(95%,#0055B8),to(#0055B8));background-image:linear-gradient(to bottom,#0055B8 0,#0055B8 5%,#142A4A 5%,#142A4A 95%,#0055B8 95%,#0055B8 100%);color:#fff;border-color:#002652;background:#fff}@media print,screen and (min-width:48.0625em){.active-filters .vaf__clear:hover,.active-filters .vaf__clear:focus{background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#0055B8),color-stop(5%,#0055B8),color-stop(5%,#002652),color-stop(95%,#002652),color-stop(95%,#0055B8),to(#0055B8));background-image:linear-gradient(to bottom,#0055B8 0,#0055B8 5%,#002652 5%,#002652 95%,#0055B8 95%,#0055B8 100%)}}.active-filters .vaf__clear:hover::before,.active-filters .vaf__clear:focus::before{border-color:#002652;border-top-color:rgba(0,0,0,0)}@media print,screen and (min-width:48.0625em){.active-filters .vaf__clear:hover,.active-filters .vaf__clear:focus{border-color:#133a6a}}.active-filters .vaf__clear:hover,.active-filters .vaf__clear:focus{background-image:none}@media print,screen and (min-width:48.0625em){.active-filters li{margin-top:0}}@media print,screen and (max-width:48.06125em){.active-filters ul{padding:0}}@media print,screen and (max-width:64.06125em){.active-filters .vaf__clear{margin-top:1.5rem}.active-filters ul li{text-align:left}.active-filters .cell:last-child{text-align:left}.active-filters button{margin-left:.5rem}}.user-login-form,.page--utility .main-content{margin-top:2rem;margin-bottom:2rem}.user-login-form input{padding:.75rem 2rem}.user-login-form input:not(.form-submit){width:100%;max-width:25rem;margin-bottom:0}.user-login-form .form-submit:hover,.user-login-form .form-submit:focus{background-color:#142a4a;background-image:none}.user-login-form .description{width:100%;margin-bottom:1.5em;font-style:italic}.admin-tabs{right:calc(2.5rem / 2);bottom:calc(2.5rem / 2);left:calc(2.5rem / 2);position:fixed;z-index:10;margin:0;background:#484849}.admin-tabs ul{overflow:hidden;margin:0;padding:0;list-style:none}.admin-tabs li{display:inline-block}.admin-tabs li+li{margin-left:.5em}.admin-tabs a{display:block;margin:0;padding:.5em 1em;-webkit-transition:background-color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:background-color 150ms cubic-bezier(0.42,0.08,0.06,0.98);text-decoration:none;color:#fff;border-radius:.25em;background-color:#0055b8;font-size:1.125rem;font-weight:700}.admin-tabs a:hover{background-color:#002652}.admin-tabs a.is-active{background-color:#006deb}@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:#fe5000;font-family:"Font Awesome 6 Pro";font-size:100px}.ajax-progress::before,.ajax-progress::after,.ajax-progress-fullscreen.ajax-progress::before,.ajax-progress-fullscreen.ajax-progress::after{content:""}.ajax-progress::after,.ajax-progress-fullscreen.ajax-progress::after{-webkit-animation:fa-spin 1500ms infinite cubic-bezier(0.82,0.06,0.14,0.97);animation:fa-spin 1500ms infinite cubic-bezier(0.82,0.06,0.14,0.97);opacity:.5}.ajax-progress .throbber,.ajax-progress-fullscreen.ajax-progress .throbber{display:none !important}[dir=rtl] .ajax-progress,[dir=rtl] .ajax-progress-fullscreen.ajax-progress{float:right}.ajax-progress .message,.ajax-progress-fullscreen.ajax-progress .message{display:inline;padding:.0625rem .3125rem .125rem}tr .ajax-progress-throbber .throbber{margin:0 .125rem}.ajax-progress-bar{width:16rem}.cookie-compliance-popup{position:fixed;z-index:999;right:0;bottom:0;left:0;color:#fff;background-color:#484849}.cookie-compliance-popup .grid-x,.cookie-compliance-popup .grid-container{width:100%}.cookie-compliance-popup .find-more-button{padding:0;text-decoration:underline;text-transform:none;color:#fff;background:none}.cookie-compliance-popup .find-more-button:hover,.cookie-compliance-popup .find-more-button:focus{text-decoration:none}.eu-cookie-compliance-message h2{font-family:proxima-nova,sans-serif;font-size:1rem;font-weight:700;line-height:1.2;all:unset}@media print,screen and (min-width:48.0625em){.eu-cookie-compliance-message h2{font-size:1.125rem}}@media print,screen and (min-width:64.0625em){.eu-cookie-compliance-message h2{font-size:1.25rem}}.eu-cookie-compliance-message .btn{cursor:pointer}.eu-cookie-compliance-buttons,.eu-cookie-compliance-message{all:unset}.form-item{margin-top:0.5rem;position:relative}.form-item [type=checkbox],.form-item [type=radio]{position:absolute;top:65%;width:2em;height:2em;-webkit-transition:border-color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:border-color 150ms cubic-bezier(0.42,0.08,0.06,0.98);-webkit-transform:translateY(-50%);transform:translateY(-50%);opacity:0;font-size:inherit}.form-item [type=checkbox]+label,.form-item [type=radio]+label{position:relative;margin-left:1.5em;-webkit-transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98)}.form-item [type=checkbox]+label::before,.form-item [type=radio]+label::before{position:absolute;top:.125em;left:-1.5em;display:block;width:1em;height:1em;content:"";-webkit-transition:background 150ms cubic-bezier(0.42,0.08,0.06,0.98),border-color 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-box-shadow 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:background 150ms cubic-bezier(0.42,0.08,0.06,0.98),border-color 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-box-shadow 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:background 150ms cubic-bezier(0.42,0.08,0.06,0.98),border-color 150ms cubic-bezier(0.42,0.08,0.06,0.98),box-shadow 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:background 150ms cubic-bezier(0.42,0.08,0.06,0.98),border-color 150ms cubic-bezier(0.42,0.08,0.06,0.98),box-shadow 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-box-shadow 150ms cubic-bezier(0.42,0.08,0.06,0.98);border:.0625em solid #484849}.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:#d13176}.form-item [type=checkbox]:invalid+label::before,.form-item [type=radio]:invalid+label::before{border-color:#d13176;-webkit-box-shadow:0 0 0 .0625em #d13176;box-shadow:0 0 0 .0625em #d13176}.form-item [type=checkbox]:checked+label::before{background-color:#0055b8}.form-item [type=checkbox]:checked+label::after{position:absolute;top:60%;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:#484849}.form-item [type=checkbox]:disabled+label::before{background-color:#d3d3d3}.form-item [type=radio]+label::before{border-radius:50%;background-image:radial-gradient(#0055B8 0.25em,#ffffff 0.25em,#ffffff 0.5em,#0055B8 0.5em);background-repeat:no-repeat;background-position:50% 50%;background-size:0 0}.form-item [type=radio]:checked+label::before{border-color:#0055b8;background-size:1em 1em}.form-item [type=radio]:checked:disabled+label::before{border-color:#484849;background-image:radial-gradient(#484849 0.25em,#d3d3d3 0.25em,#d3d3d3 0.5em,#484849 0.5em)}.form-item [type=radio]:checked:invalid+label::before{background-image:radial-gradient(#d13176 0.25em,#ffffff 0.25em,#ffffff 0.5em,#d13176 0.5em)}.form-item [type=radio]:disabled+label::before{background-color:#d3d3d3}.form-required::after{content:"*";color:#d13176}.webform-element-description{font-size:1rem;font-weight:400;line-height:1.5;margin-top:.5rem}.required>label::after{content:"*";color:#d13176}[type=checkbox][name*="["]+label,.form-radio+label{margin-top:.25em;margin-bottom:.25em}.webform-managed-file-placeholder{color:#484849;font-family:proxima-nova,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%;max-width:25rem}form[class*=webform] .js-form-type-checkbox+.js-form-type-checkbox,form[class*=webform] .js-form-type-radio+.js-form-type-radio{margin-top:0}form[class*=webform] .fieldset-wrapper .js-form-type-checkbox,form[class*=webform] .fieldset-wrapper .js-form-type-radio{margin-top:.5rem}.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}.oho-alert{padding:1.5rem 0;background-color:#f8f5ef}.oho-alert__wrapper{z-index:1;position:relative}.oho-alert .grid-container{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1.5rem}@media print,screen and (max-width:48.06125em){.oho-alert .grid-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.oho-alert .h2,.oho-alert h2:first-child{margin-bottom:0.5rem;margin-top:0;color:#484849}@media print,screen and (min-width:48.0625em){.oho-alert .h2,.oho-alert h2:first-child{margin-bottom:1rem}}.oho-alert .h2+p,.oho-alert h2:first-child+p{margin-top:0}.oho-alert .fa{color:#fe5000;font-size:1.875rem;position:relative;top:.3125rem}.oho-alert .fa::before{color:#142a4a}.oho-alert a:not(.btn){color:#000}.oho-alert .alert-close{background:none;font-size:2.5rem;padding:0;margin-left:auto;color:#142a4a}.oho-alert .alert-close:before{content:none}.oho-alert .alert-close:hover,.oho-alert .alert-close:focus{background-image:none;color:#000}.message-type--notice{background-color:#f8f5ef}.message-type--notice .fa{color:#d3d3d3}.oho-banner{padding-top:1.5rem;padding-bottom:1.5rem;background:#142a4a;color:#fff;font-size:1.25rem;z-index:1;position:relative}.oho-banner a,.oho-banner .wysiwyg p{color:#fff;font-family:proxima-nova,sans-serif}.oho-banner .cell.shrink{margin-right:1rem}.oho-banner .cell.auto{margin-left:0}.oho-banner .fa-info-circle{font-size:1.5rem}.oho-banner .fa-info-circle:before{color:#142a4a}.oho-banner .fa-info-circle:after{color:#edae00;opacity:1}.oho-banner .alert-close{background:none;font-size:2.5rem;padding:0;color:#edae00}.oho-banner .alert-close:before{content:none}.oho-banner .alert-close:hover,.oho-banner .alert-close:focus{background-image:none;color:#fff}.pager{margin-top:6rem;margin-bottom:7.25rem;font-family:proxima-nova,sans-serif;font-size:1.125rem;line-height:1.5}@media print,screen and (max-width:48.06125em){.pager{margin-top:3.125rem;margin-bottom:3.5rem}}.pager__items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0;padding:0;list-style:none}.pager__item{margin-left:.25em}.pager a{display:block;padding:0 .4375rem;-webkit-transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);font-weight:400}.pager a:hover{text-decoration:none;color:#002652}.pager .is-active a{color:#000;font-weight:600}.pager [aria-hidden=true]{display:none}.pager [class*=pager__item--] a::before,.pager [class*=pager__item--] a::after{font-family:"Font Awesome 6 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;font-weight:700;font-size:.75rem;position:relative;top:-.0625rem}@media print,screen and (max-width:40.06125em){.pager .hide-on-small{display:none;visibility:hidden}}.pager__item--first a::before{content:""}.pager__item--previous a::before{content:""}.pager__item--next a::after{content:""}.pager__item--last a::after{content:""}@media print,screen and (max-width:40.06125em){.pager__item:not([class*=pager__item--]),.pager__item--ellipsis{display:none}.pager__item.is-active{display:block}}.page--search .main-content h2{margin-bottom:.5em}.page--search .main-content .search-form .form-item{display:inline-block}.page--search .main-content .search-form label{display:block}.page--search .main-content .search-form [type=search]{width:100%;font-size:1rem}.page--search .main-content .search-form a{color:#0055b8;position:relative;display:inline-block;margin-bottom:1.25em}.page--search .main-content .search-form a.btn{padding-right:1.5rem}.page--search .main-content .search-form a::after{font-family:"Font Awesome 6 Pro";position:absolute;padding-left:.5rem;content:"";font-weight:700;color:#0055b8;-webkit-transition:opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);bottom:0;font-size:1.0625rem;line-height:.9}@media print,screen and (min-width:48.0625em){.page--search .main-content .search-form a::after{bottom:.375rem}}.page--search .main-content .search-form a:hover::after,.page--search .main-content .search-form a:focus::after{-webkit-transform:translateX(5px);transform:translateX(5px)}.page--search .main-content .search-form a::after{bottom:.15rem}.page--search .main-content .search-results{padding:0;list-style:none}.page--search .main-content .search-result{padding-left:0}.page--search .main-content .search-result::before{display:none}.page--search .main-content .search-result+.search-result{margin-top:2rem;padding-top:2rem;border-top:1px solid #979797}.page--search .main-content .search-result__title{font-family:proxima-nova,sans-serif;font-size:1.125rem;font-weight:700;line-height:1.2;margin:0}@media print,screen and (min-width:48.0625em){.page--search .main-content .search-result__title{font-size:1.25rem}}@media print,screen and (min-width:64.0625em){.page--search .main-content .search-result__title{font-size:1.375rem}}.page--search .main-content .search-result__snippet{margin-bottom:0}.page--search .main-content .form-wrapper{margin-bottom:1rem}.page--search .main-content .form-type-search{margin-right:1rem}.page--search .main-content button.form-submit{border:1px solid #0055b8;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ffffff),color-stop(5%,#ffffff),color-stop(5%,#0055B8),color-stop(95%,#0055B8),color-stop(95%,#ffffff),to(#ffffff));background-image:linear-gradient(to bottom,#ffffff 0,#ffffff 5%,#0055B8 5%,#0055B8 95%,#ffffff 95%,#ffffff 100%)}.page--search .main-content button.form-submit:hover,.page--search .main-content button.form-submit:focus{border:1px solid #142a4a;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ffffff),color-stop(5%,#ffffff),color-stop(5%,#142A4A),color-stop(95%,#142A4A),color-stop(95%,#ffffff),to(#ffffff));background-image:linear-gradient(to bottom,#ffffff 0,#ffffff 5%,#142A4A 5%,#142A4A 95%,#ffffff 95%,#ffffff 100%)}.system-messages{right:calc(2.5rem / 2);left:calc(2.5rem / 2);position:fixed;z-index:10;bottom:9rem}@media print,screen and (min-width:40.0625em){.system-messages{bottom:6.5rem}}@media print,screen and (min-width:64.0625em){.system-messages{right:auto;bottom:2.5rem}}.messages-contain-error .system-messages{position:static}.messages{border:.0625rem solid;border-radius:.25rem}.messages ul{margin:0;padding:0;list-style:none}.messages a{text-decoration:underline;color:inherit;font-weight:700}.messages--status{color:#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}.alpha-filters{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media print,screen and (max-width:48.06125em){.alpha-filters{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}}.alpha-filters .letters{display:-webkit-box;display:-ms-flexbox;display:flex}@media print,screen and (max-width:48.06125em){.alpha-filters .letters{-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:#0055b8}.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:#edae00}.alpha-filters .form-item [type=radio]:checked+label::after{content:"";position:absolute;width:100%;height:.125rem;left:0;bottom:0;background-color:#0055b8}.alpha-filters .form-item [type=radio]:checked+label:focus::after,.alpha-filters .form-item [type=radio]:checked+label:hover::after{background-color:#edae00}.btn{font-weight:500;font-family:proxima-nova,sans-serif;display:inline-block;position:relative;z-index:2;line-height:1.1;text-decoration:none;margin-right:.5rem;margin-bottom:.5rem;font-weight:400;background-color:#0055b8;border-width:.0625rem;border-style:solid;font-weight:600;cursor:pointer;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ffffff),color-stop(5%,#ffffff),color-stop(5%,#0055B8),color-stop(95%,#0055B8),color-stop(95%,#ffffff),to(#ffffff));background-image:linear-gradient(to bottom,#ffffff 0,#ffffff 5%,#0055B8 5%,#0055B8 95%,#ffffff 95%,#ffffff 100%);font-size:1rem;padding:.75rem 1.5rem;border-color:#0055b8;color:#fff}.btn::before{content:"";pointer-events:none;position:absolute;top:.25rem;right:-.25rem;bottom:.25rem;left:-.25rem;border:1px solid #0055b8;border-top-color:rgba(0,0,0,0)}.btn:hover,.btn:focus{text-decoration:none;outline:none;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ffffff),color-stop(5%,#ffffff),color-stop(5%,#002652),color-stop(95%,#002652),color-stop(95%,#ffffff),to(#ffffff));background-image:linear-gradient(to bottom,#ffffff 0,#ffffff 5%,#002652 5%,#002652 95%,#ffffff 95%,#ffffff 100%)}.btn:disabled{cursor:not-allowed;pointer-events:none;opacity:.6}@media print,screen and (max-width:48.06125em){.btn{padding-top:.625rem;padding-bottom:.625rem}}.btn::before,.btn::after{color:#fff}.btn:hover,.btn:focus{color:#fff;border-color:#002652;background-color:#002652}.btn:hover::before,.btn:hover::after,.btn:focus::before,.btn:focus::after{color:#fff}.btn:hover::before,.btn:focus::before{border-color:#002652;border-top-color:rgba(0,0,0,0)}@media print,screen and (min-width:48.0625em){.btn{font-size:1rem;padding:.75rem 1.5rem}}@media print,screen and (min-width:48.0625em)and (max-width:48.06125em){.btn{padding-top:.625rem;padding-bottom:.625rem}}.btn--deco{font-size:1rem;padding:.75rem 1.5rem;display:inline-block;position:relative;background-color:#0055b8;background-image:none;color:#fff;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;border:none;padding:0}@media print,screen and (max-width:48.06125em){.btn--deco{padding-top:.625rem;padding-bottom:.625rem}}@media print,screen and (max-width:48.06125em){.btn--deco{padding:0}}.btn--deco::before{content:"";display:block;position:absolute;border:1px solid #0055b8;top:-4px;right:0;bottom:-4px;left:0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.btn--deco span{background:#0055b8;display:block;padding:12px 30px;position:relative;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.btn--deco span::before{content:"";display:block;position:absolute;border:1px solid #0055b8;border-top-color:rgba(0,0,0,0);top:0;right:-4px;bottom:0;left:-4px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.btn--deco:hover,.btn--deco:focus{color:#fff;background-image:none}.btn--deco:hover::before,.btn--deco:focus::before{border-color:#142a4a}.btn--deco:hover span,.btn--deco:focus span{background:#142a4a;color:#fff}.btn--deco:hover span::before,.btn--deco:focus span::before{border-color:#142a4a;border-top-color:rgba(0,0,0,0)}.btn--alternate{font-size:1rem;padding:.75rem 1.5rem;color:#0055b8;font-weight:700;background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#0055B8),color-stop(5%,#0055B8),color-stop(5%,#ffffff),color-stop(95%,#ffffff),color-stop(95%,#0055B8),to(#0055B8));background-image:linear-gradient(to bottom,#0055B8 0,#0055B8 5%,#ffffff 5%,#ffffff 95%,#0055B8 95%,#0055B8 100%);border-color:#fff}@media print,screen and (max-width:48.06125em){.btn--alternate{padding-top:.625rem;padding-bottom:.625rem}}.btn--alternate::before{border:.0625rem solid #fff;border-top:0}.btn--alternate::before,.btn--alternate::after{color:#fff}@media print,screen and (min-width:48.0625em){.btn--alternate{background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#0055B8),color-stop(5%,#0055B8),color-stop(5%,#ffffff),color-stop(95%,#ffffff),color-stop(95%,#0055B8),to(#0055B8));background-image:linear-gradient(to bottom,#0055B8 0,#0055B8 5%,#ffffff 5%,#ffffff 95%,#0055B8 95%,#0055B8 100%)}.btn--alternate::before{border-width:.0625rem;border-style:solid;border-color:#fff;border-top-color:rgba(0,0,0,0)}}.btn--alternate:hover,.btn--alternate:focus{background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#0055B8),color-stop(5%,#0055B8),color-stop(5%,#142A4A),color-stop(95%,#142A4A),color-stop(95%,#0055B8),to(#0055B8));background-image:linear-gradient(to bottom,#0055B8 0,#0055B8 5%,#142A4A 5%,#142A4A 95%,#0055B8 95%,#0055B8 100%);color:#fff;border-color:#002652;background:#fff}@media print,screen and (min-width:48.0625em){.btn--alternate:hover,.btn--alternate:focus{background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#0055B8),color-stop(5%,#0055B8),color-stop(5%,#002652),color-stop(95%,#002652),color-stop(95%,#0055B8),to(#0055B8));background-image:linear-gradient(to bottom,#0055B8 0,#0055B8 5%,#002652 5%,#002652 95%,#0055B8 95%,#0055B8 100%)}}.btn--alternate:hover::before,.btn--alternate:focus::before{border-color:#002652;border-top-color:rgba(0,0,0,0)}@media print,screen and (min-width:48.0625em){.btn--alternate:hover,.btn--alternate:focus{border-color:#133a6a}}@media print,screen and (min-width:48.0625em){.btn--alternate{font-size:1rem;padding:.75rem 1.5rem}}@media print,screen and (min-width:48.0625em)and (max-width:48.06125em){.btn--alternate{padding-top:.625rem;padding-bottom:.625rem}}.btn--alternate-on-pattern{font-size:1rem;padding:.75rem 1.5rem;color:#0055b8;border-color:#fff;background-image:none;background-color:rgba(0,0,0,0)}@media print,screen and (max-width:48.06125em){.btn--alternate-on-pattern{padding-top:.625rem;padding-bottom:.625rem}}.btn--alternate-on-pattern::before{border-color:#fff;border-top:rgba(0,0,0,0);left:0;right:0;top:.2rem;background-color:#fff}.btn--alternate-on-pattern span{position:relative}.btn--alternate-on-pattern .btn-decoration{display:block;position:relative}.btn--alternate-on-pattern .btn-decoration::before{content:"";display:block;position:absolute;height:calc(100% + 14px);left:-29px;right:-29px;border:.0625rem solid #fff;border-top:0;top:-6px}.btn--alternate-on-pattern:hover,.btn--alternate-on-pattern:focus{color:#fff;border-color:#0055b8;background-image:none}.btn--alternate-on-pattern:hover .btn-decoration::before,.btn--alternate-on-pattern:focus .btn-decoration::before{border-color:#0055b8}.btn--alternate-on-pattern:hover::before,.btn--alternate-on-pattern:focus::before{background-color:#0055b8;border-color:#0055b8}@media print,screen and (min-width:48.0625em){.btn--alternate-on-pattern{font-size:1rem;padding:.75rem 1.5rem}}@media print,screen and (min-width:48.0625em)and (max-width:48.06125em){.btn--alternate-on-pattern{padding-top:.625rem;padding-bottom:.625rem}}.btn--small{font-size:1rem;padding:.75rem 1.5rem}@media print,screen and (max-width:48.06125em){.btn--small{padding-top:.625rem;padding-bottom:.625rem}}.btn--align-right{display:table;margin-left:auto}.btn--align-center{display:table;margin-right:auto;margin-left:auto}.elf-external,.link-external,.external{position:relative}.elf-external:after,.link-external:after,.external:after{font-family:"Font Awesome 6 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;display:inline-block;padding-left:.25em;content:""}.btn--alternate::after{color:#0055b8}a[data-entity-type=media]::after,[href^="/documents/"]::after,[href$=".doc"]::after,[href$=".docx"]::after,[href$=".pdf"]::after,[href$=".ppt"]::after,[href$=".pptx"]::after,[href$=".xls"]::after,[href$=".xlsx"]::after,[href$=".zip"]::after{font-family:"Font Awesome 6 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;display:inline-block;padding-left:.25em;content:""}a[data-entity-type=media].btn--deco::after,[href^="/documents/"].btn--deco::after,[href$=".doc"].btn--deco::after,[href$=".docx"].btn--deco::after,[href$=".pdf"].btn--deco::after,[href$=".ppt"].btn--deco::after,[href$=".pptx"].btn--deco::after,[href$=".xls"].btn--deco::after,[href$=".xlsx"].btn--deco::after,[href$=".zip"].btn--deco::after{display:none}a[data-entity-type=media].btn--deco span::after,[href^="/documents/"].btn--deco span::after,[href$=".doc"].btn--deco span::after,[href$=".docx"].btn--deco span::after,[href$=".pdf"].btn--deco span::after,[href$=".ppt"].btn--deco span::after,[href$=".pptx"].btn--deco span::after,[href$=".xls"].btn--deco span::after,[href$=".xlsx"].btn--deco span::after,[href$=".zip"].btn--deco span::after{font-family:"Font Awesome 6 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;display:inline-block;padding-left:.25em;content:""}[target=_blank]::after{font-family:"Font Awesome 6 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;display:inline-block;padding-left:.25em;content:""}[target=_blank].btn--deco::after{display:none}[target=_blank].btn--deco span::after{font-family:"Font Awesome 6 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;display:inline-block;padding-left:.25em;content:""}.btn--centered{margin-left:auto;margin-right:auto;display:table}.btn--deco.external::after{display:none}.btn--deco.external span::after{font-family:"Font Awesome 6 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;display:inline-block;padding-left:.25em;content:""}.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}.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}.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:proxima-nova,sans-serif}.icon-list li{position:relative;padding-left:1.5rem}.icon-list__icon{position:absolute;left:0;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.5rem}.icon-list [href*="mailto:"]{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:block;max-width:100%}.intro-text{font-family:justus-pro,serif;font-size:1.25rem;font-weight:400;line-height:1.5}@media print,screen and (min-width:64.0625em){.intro-text{font-size:1.625rem;line-height:1.69}}.section-heading{--accent-color:#0055B8;--text-color:#000000;color:var(--text-color)}.section-heading .grid-container{width:100%}.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:.5rem;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);background-color:var(--accent-color)}@supports not (--css:variables){.section-heading--line-accent .section-heading__heading::after{background-color:#0055b8}}.section-heading--line-accent .section-heading__heading.oho-animate--ready::after{width:0;-webkit-transition:none;transition:none;opacity:0}@media print,screen and (min-width:48.0625em){.section-heading .heading-wrapper{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.section-heading .subheading-wrapper{margin-top:1.5rem}@media print,screen and (min-width:48.0625em){.section-heading .subheading-wrapper{margin-top:2rem}}@media print,screen and (min-width:48.0625em){.section-heading .subheading-wrapper{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}}.section-heading .button-wrapper{padding-right:1.125rem}.section-heading .button-wrapper a{font-family:justus-pro,serif;font-size:1.125rem;line-height:1.2;color:#142a4a;color:#0055b8;position:relative}.section-heading .button-wrapper a.btn{padding-right:1.5rem}.section-heading .button-wrapper a::after{font-family:"Font Awesome 6 Pro";position:absolute;padding-left:.5rem;content:"";font-weight:700;color:#0055b8;-webkit-transition:opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);bottom:0;font-size:1.0625rem;line-height:.9}@media print,screen and (min-width:48.0625em){.section-heading .button-wrapper a::after{bottom:.375rem}}.section-heading .button-wrapper a:hover::after,.section-heading .button-wrapper a:focus::after{-webkit-transform:translateX(5px);transform:translateX(5px)}.section-heading .button-wrapper a::after{color:inherit;bottom:.1875rem}.section-heading .button-wrapper .link-arrow{color:#0055b8;position:relative}.section-heading .button-wrapper .link-arrow.btn{padding-right:1.5rem}.section-heading .button-wrapper .link-arrow::after{font-family:"Font Awesome 6 Pro";position:absolute;padding-left:.5rem;content:"";font-weight:700;color:#0055b8;-webkit-transition:opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);bottom:0;font-size:1.0625rem;line-height:.9}@media print,screen and (min-width:48.0625em){.section-heading .button-wrapper .link-arrow::after{bottom:.375rem}}.section-heading .button-wrapper .link-arrow:hover::after,.section-heading .button-wrapper .link-arrow:focus::after{-webkit-transform:translateX(5px);transform:translateX(5px)}@media print,screen and (min-width:48.0625em){.section-heading .button-wrapper{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}.section-heading h2{font-size:1.625rem;line-height:1.2;margin-top:0;margin-bottom:0}@media print,screen and (min-width:48.0625em){.section-heading h2{font-size:2rem;line-height:1.18}}.section-heading .section-heading__subheading,.section-heading .section-heading__subheading:first-child{display:block;font-family:justus-pro,serif;font-size:1.125rem;line-height:1.5}@media print,screen and (min-width:48.0625em){.section-heading .section-heading__subheading,.section-heading .section-heading__subheading:first-child{font-size:1.25rem}}.section-heading .grid-x{position:relative;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.section-heading .medium-auto{margin-top:1.5rem}@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}}@media print,screen and (min-width:64.0625em){.section-heading .medium-auto{white-space:nowrap}}.section-heading .btn{margin-right:0}@supports not (--css:variables){.section-heading{color:#000}}.home-page-specials .why-tulsa{width:129px;margin:0 auto 2.5rem}@media print,screen and (min-width:48.0625em){.home-page-specials .why-tulsa{display:none}}.home-page-specials .why-tulsa::before,.home-page-specials .why-tulsa::after{display:block;content:"";height:11px;width:129px;background-image:url(/themes/custom/tulsacc/assets/img/why-tcc-divider-sm.png);background-repeat:no-repeat}.home-page-specials .why-tulsa::after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.home-page-specials .why-tulsa__wrapper{font-family:"proxima-nova",sans-serif;color:#000;font-size:1.25rem;font-weight:600;line-height:1;text-transform:uppercase;letter-spacing:.09375rem;text-align:center;padding:8px 0}.home-page--grouping>.why-tcc{display:none}@media print,screen and (min-width:48.0625em)and (max-width:64.06125em){.home-page--grouping>.why-tcc{display:block;width:129px;height:50px;left:17px;position:sticky;top:66px}.home-page--grouping>.why-tcc::before,.home-page--grouping>.why-tcc::after{display:block;content:"";height:11px;width:129px;background-image:url(/themes/custom/tulsacc/assets/img/why-tcc-divider-sm.png);background-repeat:no-repeat}.home-page--grouping>.why-tcc::after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.home-page--grouping>.why-tcc .why-tulsa__wrapper{font-family:"proxima-nova",sans-serif;color:#000;font-size:1.25rem;font-weight:600;line-height:1;text-transform:uppercase;letter-spacing:.09375rem;text-align:center;padding:8px 0}}@media print,screen and (min-width:64.0625em){.home-page--grouping>.why-tcc{display:block;width:160px;height:0;left:44px;position:sticky;padding-top:180px;top:0}.home-page--grouping>.why-tcc .why-tulsa__wrapper{position:relative;margin:0;font-size:2.4375rem;line-height:1;font-family:proxima-nova,sans-serif;text-align:center;font-weight:700;padding-top:.3125rem;letter-spacing:.1875rem}.home-page--grouping>.why-tcc .why-tulsa__wrapper::after,.home-page--grouping>.why-tcc .why-tulsa__wrapper::before{display:block;background-image:url(/themes/custom/tulsacc/assets/img/decorator.svg);width:1.1875rem;height:11.25rem;position:absolute;background-size:100%;background-position:center;background-repeat:no-repeat;-webkit-transform:rotate(90deg);transform:rotate(90deg);top:-1.5rem;margin-top:-5.5rem;left:4.5rem;content:""}.home-page--grouping>.why-tcc .why-tulsa__wrapper::after{-webkit-transform:rotate(270deg);transform:rotate(270deg);top:calc(100% + 26px)}}@media print,screen and (min-width:64.0625em)and (max-width:64.06125em){.home-page--grouping>.why-tcc .why-tulsa__wrapper::after{top:calc(100% + 39px)}}@media screen and (min-width:90em){.home-page--grouping>.why-tcc{left:calc(50% - 676px)}}@media print,screen and (min-width:48.0625em)and (max-width:64.06125em){.hero--home+.home-page--grouping>.why-tcc{margin-top:40px}}@media print,screen and (min-width:48.0625em)and (max-width:64.06125em){.hero--home+.home-page--grouping>.why-tcc+.home-proof-points{margin-top:-110px}}@-webkit-keyframes slide-in{from{-webkit-transform:translateY(100%);transform:translateY(100%)}to{-webkit-transform:none;transform:none}}@keyframes slide-in{from{-webkit-transform:translateY(100%);transform:translateY(100%)}to{-webkit-transform:none;transform:none}}.cookie-banner{position:fixed;bottom:0;left:0;right:0;margin:auto;width:100%;z-index:10;-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:translateY(100%);transform:translateY(100%);max-width:90rem;padding:1rem}.cookie-banner__inner{background-color:#fff;padding:2rem;-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.5);box-shadow:0 0 10px 0 rgba(0,0,0,.5)}.cookie-banner button:hover{background-image:none;background-color:#142a4a}.cookie-banner button::before{display:none}.cookie-banner .grid-x{-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media print,screen and (min-width:48.0625em){.cookie-banner .grid-x{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.cookie-banner .wysiwyg{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:-1rem}@media print,screen and (min-width:48.0625em){.cookie-banner .wysiwyg{padding-right:1rem}}.cookie-banner .flex-child-shrink,.cookie-banner .flex-child-grow{margin-top:1rem}@media print,screen and (min-width:48.0625em){.cookie-banner .flex-child-grow{padding-right:1rem}}.cookie-banner .btn{margin:0;background-image:none}.cookie-banner a:not(.btn){margin-right:1rem}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{padding:3.125rem 0;background-color:#0055b8;color:#fff}@media print,screen and (min-width:48.0625em)and (max-width:64.06125em){.site-footer{padding:2.5625rem 0 0}}@media print,screen and (min-width:48.0625em){.site-footer{padding:3.5rem 0 0;margin-top:0}}.site-footer .footer-grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;gap:2.8125rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:2.8125rem}@media print,screen and (min-width:48.0625em)and (max-width:64.06125em){.site-footer .footer-grid{margin-bottom:2.5625rem}}@media print,screen and (min-width:48.0625em){.site-footer .footer-grid{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:4.75rem;margin-bottom:3.5rem}}.site-footer .footer-grid>div:first-of-type{-ms-flex-negative:0;flex-shrink:0}.site-footer .footer-grid__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2.8125rem}@media print,screen and (min-width:48.0625em)and (max-width:64.06125em){.site-footer .footer-grid__inner{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:2.5rem}}@media print,screen and (min-width:48.0625em){.site-footer .footer-grid__inner{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.site-footer .footer-grid__inner>div{display:block;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.5625rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media print,screen and (min-width:48.0625em)and (max-width:64.06125em){.site-footer .footer-grid__inner>div{-ms-flex-preferred-size:calc(50% - 2.5rem);flex-basis:calc(50% - 2.5rem)}}@media print,screen and (min-width:64.0625em){.site-footer .footer-grid__inner>div{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}}.site-footer .footer-grid__inner>div a:not(.btn){display:block}.site-footer .footer-grid__inner>div a:not(.btn)+a{margin-top:.5625rem}.site-footer .btn--deco{background-color:#fff;color:#142a4a}.site-footer .btn--deco::before{border:1px solid #fff}.site-footer .btn--deco span{background:#fff}.site-footer .btn--deco span::before{border:1px solid #fff;border-top-color:rgba(0,0,0,0)}.site-footer .btn--deco:hover,.site-footer .btn--deco:focus{color:#fff}.site-footer .btn--deco:hover::before,.site-footer .btn--deco:focus::before{border-color:#142a4a}.site-footer .btn--deco:hover span,.site-footer .btn--deco:focus span{background:#142a4a;color:#fff}.site-footer .btn--deco:hover span::before,.site-footer .btn--deco:focus span::before{border-color:#142a4a;border-top-color:rgba(0,0,0,0)}.site-footer .social-media{margin-top:.5625rem}.site-footer .social-media [target=_blank]::after{display:none}.site-footer p{margin-bottom:0;margin-top:.5625rem;font-family:proxima-nova,sans-serif;font-size:1.125rem;color:#fff}.site-footer p.copyright{font-size:1rem;padding:1rem 0 0;border-top:.0625rem solid #fff;width:100%}@media print,screen and (min-width:48.0625em){.site-footer p.copyright{padding:1rem 0}}.site-footer a:not(.btn){color:#fff;font-size:1.125rem;font-weight:500}.site-footer a.btn{white-space:nowrap}.site-header{position:relative;z-index:10;height:3.125rem}.site-header__sticky-container{will-change:transform;background-color:#0055b8;height:3.125rem}@media print,screen and (min-width:64.0625em){.site-header__sticky-container{background-color:#fff;height:8.9375rem}}.site-header__sticky-container>.grid-container{position:relative;height:3.125rem;max-width:90rem}@media print,screen and (min-width:64.0625em){.site-header__sticky-container>.grid-container{height:8.9375rem}}.site-header ul{margin:0;padding:0;list-style:none}.site-header li{position:relative}.site-header__logo{display:block;max-width:100px;padding:6px 0 0}@media print,screen and (min-width:64.0625em){.site-header__logo{width:14.375rem;max-width:14.375rem;height:5.5rem;padding:1rem 1.875rem 0 1.625rem;background-color:#0055b8;position:absolute;top:55px;left:0}.site-header__logo::after{content:"";display:block;position:absolute;top:0;right:100%;height:100%;width:calc(50vw - 600px);background-color:#0055b8}}@media screen and (min-width:75.0625em){.site-header__logo{width:16.25rem;max-width:16.25rem;padding:.625rem 3rem 0 1.3125rem}}.site-header--beyond-threshold .site-header__sticky-container{position:fixed;z-index:10;top:0;width:100%;-webkit-transform:translateY(-100%);transform:translateY(-100%)}.site-header--beyond-threshold-animate .site-header__sticky-container{-webkit-transition:-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98)}.site-header--scroll-up .site-header__sticky-container,.site-header--at-bottom .site-header__sticky-container{-webkit-transform:translateY(0);transform:translateY(0)}@media print,screen and (min-width:64.0625em){.site-header{height:8.9375rem}}.mobile-menu-button{display:none}@media print,screen and (max-width:64.06125em){.mobile-menu-button{position:absolute;top:0;right:0;bottom:0;display:block;width:3.125rem;margin:0;padding:0;background-color:#0055b8}.mobile-menu-button::before{display:none}.mobile-menu-button::after{content:"";-webkit-transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);color:#fff;font-family:"Font Awesome 6 Pro";font-size:2em;font-weight:400}.mobile-menu-open .mobile-menu-button::after{content:""}.mobile-menu-button:hover{background-color:#fff;background-image:none}.mobile-menu-button:hover::after{color:#0055b8}.mobile-menu-button:focus{background-color:#0055b8;background-image:none;outline:1px solid #fff}.mobile-menu-button:focus::after{color:#fff}}@media print,screen and (max-width:64.06125em){.site-header__main{position:absolute;z-index:1;top:3.125rem;right:0;display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:24rem;background-color:#484849}.mobile-menu-open .site-header__main{display:-webkit-box;display:-ms-flexbox;display:flex;max-height:calc(100vh - 50px);overflow:auto}}@media print,screen and (max-width:40.06125em){.site-header__main{width:100vw}}@media print,screen and (min-width:64.0625em){.site-header__main{height:8.9375rem;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}}@media print,screen and (max-width:64.06125em){.site-header__top{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:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media print,screen and (min-width:64.0625em){.site-header__top{background-color:#133a6a;position:relative;height:3.4375rem}.site-header__top::before{content:"";display:block;position:absolute;top:0;bottom:0;width:100%;-webkit-box-shadow:900px 0 0 #133a6a,-900px 0 0 #133a6a;box-shadow:900px 0 0 #133a6a,-900px 0 0 #133a6a}}.site-header__bottom{position:relative;z-index:1}@media print,screen and (max-width:64.06125em){.site-header__bottom{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}}@media print,screen and (min-width:64.0625em){.site-header__bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:calc(100% - 240px);margin-left:15rem;height:5.5rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media screen and (min-width:75.0625em){.site-header__bottom{width:calc(100% - 270px);margin-left:16.875rem}}.block-gtranslate-gtranslate .fa-globe,.block-gtranslate-gtranslate .fa-globe-americas{color:#fff;font-size:1.5625rem;-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out}@media print,screen and (min-width:64.0625em){.block-gtranslate-gtranslate{position:absolute;z-index:2;top:8px;left:583px;padding:8px}.block-gtranslate-gtranslate .gtranslate-toggle:hover .fa-globe,.block-gtranslate-gtranslate .gtranslate-toggle:hover .fa-globe-americas,.block-gtranslate-gtranslate .gtranslate-toggle:focus .fa-globe,.block-gtranslate-gtranslate .gtranslate-toggle:focus .fa-globe-americas{color:#edae00}}@media print,screen and (max-width:64.06125em){.block-gtranslate-gtranslate{position:absolute;z-index:1;top:0;right:6.25rem}.block-gtranslate-gtranslate .gtranslate-toggle{display:-webkit-box;display:-ms-flexbox;display:flex;height:3.125rem;width:3.125rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.block-gtranslate-gtranslate .fa-globe,.block-gtranslate-gtranslate .fa-globe-americas{font-size:1.75rem}}@media print,screen and (max-width:64.06125em){.domain--www_tccfoundation_org .site-header__sticky-container{background-color:#fff}.domain--www_tccfoundation_org .site-header__logo{display:inline-block;background-color:rgba(0,0,0,0);width:12.5rem;max-width:12.5rem;padding-top:.625rem;padding-left:.625rem}.domain--www_tccfoundation_org .mobile-menu-button{background-color:#fff}.domain--www_tccfoundation_org .mobile-menu-button::after{color:#0055b8}.domain--www_tccfoundation_org .mobile-menu-button:hover{background-color:#0055b8}.domain--www_tccfoundation_org .mobile-menu-button:hover::after{color:#fff}.domain--www_tccfoundation_org .mobile-menu-button:focus{background-color:#fff;background-image:none;outline:1px solid #0055b8}.domain--www_tccfoundation_org .mobile-menu-button:focus::after{color:#0055b8}.domain--www_tccfoundation_org .site-header__main{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.domain--www_tccfoundation_org .site-header__top{display:block}.domain--www_tccfoundation_org .site-header__top>a{display:none}.domain--www_tccfoundation_org .site-search{position:relative}.domain--www_tccfoundation_org .site-search__toggle{display:none}.domain--www_tccfoundation_org .search-block-form>form{display:-webkit-box;display:-ms-flexbox;display:flex}.domain--www_tccfoundation_org .search-block-form>a{color:#fff;font-size:1.125rem;font-weight:500;display:inline-block;margin-top:24px;position:relative;z-index:1}.domain--www_tccfoundation_org .search-block-form>a:hover,.domain--www_tccfoundation_org .search-block-form>a:focus{text-decoration:underline;text-underline-offset:2px}.domain--www_tccfoundation_org .site-header__bottom{background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.domain--www_tccfoundation_org .site-header__bottom>div{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;padding:0 1.25rem 1rem}.domain--www_tccfoundation_org .site-header__bottom>div>.btn{display:block;font-weight:700;font-size:.875rem;text-transform:uppercase;letter-spacing:.25em;color:#fff;background-color:#133a6a;padding:.9375rem 1.25rem;background-image:none;text-align:center}.domain--www_tccfoundation_org .site-header__bottom>div>.btn::before{display:none}.domain--www_tccfoundation_org .site-header__bottom>div>.btn:hover,.domain--www_tccfoundation_org .site-header__bottom>div>.btn:focus{background-color:#0055b8;background-image:none}}@media print,screen and (min-width:64.0625em){.domain--www_tccfoundation_org .site-header__logo{background-color:rgba(0,0,0,0);width:18.625rem;max-width:18.625rem;padding-top:1.25rem;padding-left:1.25rem}.domain--www_tccfoundation_org .site-header__logo::after{display:none}.domain--www_tccfoundation_org .main-menu>ul.menu{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.domain--www_tccfoundation_org .main-menu>ul.menu>li{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin-left:5rem}.domain--www_tccfoundation_org .main-menu>ul.menu>li{padding-top:.625rem;padding-bottom:.625rem}.domain--www_tccfoundation_org .main-menu>ul.menu>li a{font-weight:500}.domain--www_tccfoundation_org .main-menu>ul.menu>li:hover>a{border-bottom-color:#000}.domain--www_tccfoundation_org .main-menu>ul.menu ul{background-color:#133a6a;border:none;border-top:5px solid #fff}.domain--www_tccfoundation_org .main-menu>ul.menu ul li a{color:#fff}.domain--www_tccfoundation_org .main-menu>ul.menu ul li.menu-item--active-trail a{color:#edae00 !important}.domain--www_tccfoundation_org .search-block-form>a{display:none}.domain--www_tccfoundation_org .site-header__top>a{color:#fff;font-size:1.125rem;font-weight:500;display:inline-block;margin-top:13px;position:relative;z-index:1}.domain--www_tccfoundation_org .site-header__top>a:hover,.domain--www_tccfoundation_org .site-header__top>a:focus{text-decoration:underline;text-underline-offset:2px}.domain--www_tccfoundation_org .site-header__bottom .main-menu{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.domain--www_tccfoundation_org .site-header__bottom>div:first-child{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;margin-left:5rem}.domain--www_tccfoundation_org .site-header__bottom>div:first-child>.btn{display:block;font-weight:700;font-size:.875rem;text-transform:uppercase;text-align:center;letter-spacing:.25em;color:#fff;background-color:#133a6a;background-image:none;padding:.9375rem 1.25rem}.domain--www_tccfoundation_org .site-header__bottom>div:first-child>.btn::before{display:none}.domain--www_tccfoundation_org .site-header__bottom>div:first-child>.btn:hover,.domain--www_tccfoundation_org .site-header__bottom>div:first-child>.btn:focus{background-color:#0055b8;background-image:none}}.gtranslate-dropdown{display:none}.block-gtranslate-gtranslate.engaged .gtranslate-dropdown{display:block}@media print,screen and (max-width:64.06125em){.block-gtranslate-gtranslate.engaged .gtranslate-dropdown{position:absolute;right:0}}@media print,screen and (min-width:64.0625em){.domain--www_tccfoundation_org .site-header{height:8.5rem}.domain--www_tccfoundation_org .site-header__sticky-container,.domain--www_tccfoundation_org .site-header__sticky-container>.grid-container{height:8.5rem}}.site-search{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;position:absolute;right:0;top:0}@media print,screen and (max-width:64.06125em){.site-search{width:100%}}.site-search .button-toggle{position:absolute;top:0;right:3.125rem;width:3.125rem;height:3.125rem}.site-search .button-toggle::before{display:none}.site-search .button-toggle::after{font-family:"Font Awesome 6 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;content:"";color:#fff;font-size:1.75rem;position:relative;left:-2px}.site-search .button-toggle:hover{background-color:#fff;background-image:none}.site-search .button-toggle:hover::after{color:#0055b8}.site-search .button-toggle:focus{background-color:#0055b8;background-image:none}.site-search .button-toggle:focus::after{color:#fff}.search-panel-open .site-search .button-toggle::after{content:"";font-size:2rem;font-weight:200;left:0}.site-search .search-block-form{position:relative;width:100%;padding:.5em}.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%;margin:0;padding:.5em;border:0}.site-search .search-block-form input::-webkit-input-placeholder{color:#000;font-weight:400}.site-search .search-block-form input::-moz-placeholder{opacity:1;color:#000;font-weight:400}.site-search .search-block-form input:-ms-input-placeholder{color:#000;font-weight:400}@media print,screen and (max-width:64.06125em){.site-search .search-block-form{display:none}.search-panel-open .site-search .search-block-form{display:block;top:3.125rem;background-color:#133a6a}.search-panel-open .site-search .search-block-form>form{display:-webkit-box;display:-ms-flexbox;display:flex}.site-search .search-block-form input.form-submit{width:60px;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='m508.5 468.9-121.4-121.4c-2.3-2.3-5.3-3.5-8.5-3.5h-13.2c31.5-36.5 50.6-84 50.6-136 0-114.9-93.1-208-208-208s-208 93.1-208 208 93.1 208 208 208c52 0 99.5-19.1 136-50.6v13.2c0 3.2 1.3 6.2 3.5 8.5l121.4 121.4c4.7 4.7 12.3 4.7 17 0l22.6-22.6c4.7-4.7 4.7-12.3 0-17zm-300.5-100.9c-88.4 0-160-71.6-160-160s71.6-160 160-160 160 71.6 160 160-71.6 160-160 160z' fill='%230055b8'/%3E%3C/svg%3E%0A");background-size:24px 24px;background-repeat:no-repeat;background-position:center;font-size:0}.site-search .search-block-form input.form-submit:hover{background-color:#edae00 !important}}@media print,screen and (min-width:64.0625em){.site-search{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;position:absolute;right:5px;top:0}.site-search .search-block-form input[type=submit]:hover,.site-search .search-block-form input[type=submit]:focus{background-image:none;background-color:#142a4a}.site-search .search-block-form>form{width:auto;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex}.site-search__toggle{display:none;margin:0;padding:.5em;-webkit-transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);background-color:rgba(0,0,0,0)}.site-search__toggle::before{content:"";-webkit-transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);color:#0055b8;font-family:"Font Awesome 6 Pro";font-size:1.5em;font-weight:400}.site-search__toggle:hover{background-color:rgba(0,0,0,0)}.site-search__toggle:hover::before{color:#002652}.search-panel-open .site-search__toggle{background-color:#d3d3d3}}.site-search .search-block-form{z-index:1}.search-panel-open .site-search .search-block-form{display:block}.site-search .search-block-form .form-item{margin-top:0}@media print,screen and (max-width:64.06125em){.site-search .search-block-form .form-item{width:calc(100% - 60px)}}.site-search .search-block-form .form-item input{width:15.625rem;padding:.625rem .4375rem}@media print,screen and (max-width:64.06125em){.site-search .search-block-form .form-item input{width:100%}}.site-search .search-block-form .form-actions input,.site-search .search-block-form .form-actions [type=submit]{background-color:#fff;color:rgba(0,0,0,0);padding:.625rem .4375rem .625rem 0;background-image:url(/assets/img/search-icon.svg);background-repeat:no-repeat;background-position:calc(100% - 15px) 6px;background-size:25px 25px;border-left:1px solid rgba(0,0,0,0)}.site-search .search-block-form .form-actions input:hover,.site-search .search-block-form .form-actions input:focus,.site-search .search-block-form .form-actions [type=submit]:hover,.site-search .search-block-form .form-actions [type=submit]:focus{border-left:1px solid #0055b8}@media print,screen and (max-width:64.06125em){.domain--www_tccfoundation_org .site-search .search-block-form{display:block;padding:1.5rem 1.25rem 1rem}}.sock{background-color:#133a6a}.sock>.grid-container{padding-left:0;padding-right:0;padding-top:1.5rem;padding-bottom:1.5rem}.sock__links{margin:0;padding:0;list-style:none;text-align:center;max-width:58.4375rem;margin:0 auto;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}@media print,screen and (min-width:48.0625em){.sock__links{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media print,screen and (min-width:48.0625em)and (max-width:64.06125em){.sock__links{-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:30rem}}@media print,screen and (min-width:64.0625em){.sock__links{padding:1.0625rem 0}}.sock__links li{display:inline-block}@media print,screen and (min-width:48.0625em)and (max-width:64.06125em){.sock__links li{-ms-flex-preferred-size:50%;flex-basis:50%}}.sock__links a{display:block;background-color:#133a6a;padding:.25rem 1em;text-decoration:none;color:#fff;font-family:justus-pro,serif;font-size:1.25rem;font-weight:400;line-height:1.5;max-width:20rem;margin:0 auto}@media print,screen and (min-width:48.0625em){.sock__links a{font-size:1.625rem;padding:1.5625rem 1em;background-color:rgba(0,0,0,0);max-width:none}}@media print,screen and (min-width:64.0625em){.sock__links a{margin:0 .5em;padding:1.25rem 1em}}.sock__links a:hover,.sock__links a:focus{background-color:#142a4a}@media print,screen and (min-width:48.0625em){.sock__links a:hover,.sock__links a:focus{background-color:#142a4a}}.accessible-menu li{position:relative}.accessible-menu .menu-item__button{position:absolute;border:none;background-color:rgba(0,0,0,0)}@media print,screen and (max-width:64.06125em){.accessible-menu .menu-item__button{position:absolute;top:0;right:0;width:2em;height:2em;margin:0;padding:.375em;color:rgba(0,0,0,0);font-size:1.5rem}.accessible-menu .menu-item__button::before{display:inline-block;width:100%;content:"";color:#fff;font-family:"Font Awesome 6 Pro"}}@media print,screen and (min-width:64.0625em){.accessible-menu .menu-item__button{position:absolute;bottom:0;left:50%;width:1.5rem;height:1rem;-webkit-transition:opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98);-webkit-transform:translateX(-50%);transform:translateX(-50%);opacity:0;font-size:0}.accessible-menu .menu-item__button::before{width:100%;content:"";color:#fff;font-family:"Font Awesome 6 Pro";font-size:16px}.accessible-menu .menu-item__button:focus{opacity:1}}.accessible-menu .menu-item--open>ul{display:block}@media print,screen and (max-width:64.06125em){.accessible-menu .menu-item--open>.menu-item__button::before{content:""}}@media print,screen and (min-width:64.0625em){.accessible-menu .menu-item--open>.menu-item__button::before{content:""}}@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}}.audience-menu a,.audience-menu li,.audience-menu span{display:block}.audience-menu a,.audience-menu span{font-family:proxima-nova,sans-serif}.audience-menu span{cursor:default}@media print,screen and (max-width:64.06125em){.audience-menu{border-top:1px solid #979797}.audience-menu a,.audience-menu span{padding:.5em 3em .5em .5em;color:#fff;font-size:1.125rem;font-weight:600}.audience-menu a:hover,.audience-menu span:hover{text-decoration:none}.audience-menu ul ul{display:none}.audience-menu ul ul li+li{border-top:1px solid #484849}.audience-menu ul ul a{color:#000;background-color:#979797}}@media print,screen and (min-width:64.0625em){.audience-menu ul{display:-webkit-box;display:-ms-flexbox;display:flex}.audience-menu li:hover>a,.audience-menu li:hover>span{background-color:#d3d3d3}.audience-menu a,.audience-menu span{padding:.75em 1em;color:#0055b8;line-height:1}.audience-menu a:hover,.audience-menu span:hover{text-decoration:none}.audience-menu ul ul{position:absolute;z-index:1;right:0;display:none;min-width:10rem}.audience-menu ul ul li{display:block;margin:0}.audience-menu ul ul a{background-color:#d3d3d3}.audience-menu ul ul a:hover{color:#000}}@media print,screen and (min-width:64.0625em){.no-touchevents .audience-menu .menu-item--expanded:hover>ul{display:block}}@media print,screen and (min-width:64.0625em){.touchevents .audience-menu.accessible-menu .menu-item__button{right:0;width:1.25rem}.touchevents .audience-menu.accessible-menu .menu-item--expanded>a,.touchevents .audience-menu.accessible-menu .menu-item--expanded>span{padding-right:2.5rem}}.child-page-menu ul,.child-page-menu li{list-style:none}.child-page-menu ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-1.25rem;margin-left:-1.25rem}.child-page-menu li{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(100% - 2.5rem);margin-left:1.25rem;margin-right:1.25rem}@media print,screen and (min-width:48.0625em){.child-page-menu li{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(33.3333333333% - 2.5rem);margin-left:1.25rem;margin-right:1.25rem}}.child-page-menu a{color:#0055b8;position:relative;font-family:proxima-nova,sans-serif;font-size:1.25rem;font-weight:700;line-height:1.2;padding-top:0.5rem;padding-bottom:0.5rem;display:block;width:100%;border-top:.125rem solid #d3d3d3}.child-page-menu a.btn{padding-right:1.5rem}.child-page-menu a::after{font-family:"Font Awesome 6 Pro";position:absolute;padding-left:.5rem;content:"";font-weight:700;color:#0055b8;-webkit-transition:opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);bottom:0;font-size:1.0625rem;line-height:.9}@media print,screen and (min-width:48.0625em){.child-page-menu a::after{bottom:.375rem}}.child-page-menu a:hover::after,.child-page-menu a:focus::after{-webkit-transform:translateX(5px);transform:translateX(5px)}@media print,screen and (min-width:48.0625em){.child-page-menu a{font-size:1.375rem}}@media print,screen and (min-width:64.0625em){.child-page-menu a{font-size:1.625rem}}.child-page-menu li:first-child a{border-top:0}@media print,screen and (min-width:48.0625em){.child-page-menu li:nth-child(-n+3) a{border-top:0}}@media print,screen and (min-width:64.0625em){.main-menu.accessible-menu .menu-item__button{bottom:unset;top:100%;background-image:none}.main-menu.accessible-menu .menu-item__button::before{border:none;color:#133a6a}.domain--www_tccfoundation_org .main-menu.accessible-menu .menu-item__button{top:90%}}.main-menu li,.main-menu a{display:block}.main-menu a{color:#000;font-family:proxima-nova,sans-serif;font-size:1.125rem;font-weight:400}.main-menu a:hover{text-decoration:none}.main-menu .menu-item--active-trail>a{border-bottom:2px solid #979797}@media print,screen and (max-width:64.06125em){.main-menu{padding:1rem 1.25rem;background-color:#fff}.main-menu ul{width:100%}.main-menu a{padding:.9em .5em .1em 0;background-color:#fff;color:#000;font-size:1.375rem;display:inline-block}.main-menu .menu-item__button::before{color:#133a6a;border:none;font-weight:100;top:12px;left:1px}.main-menu .menu-item__button:hover,.main-menu .menu-item__button:focus{background:none}.main-menu .menu-item__button:hover::before,.main-menu .menu-item__button:focus::before{color:#0055b8}.main-menu ul ul{display:none;padding:0}.main-menu ul ul li{border-bottom:1px solid #d3d3d3}.main-menu ul ul a{color:#0055b8;padding:.5rem 0;font-size:1rem}}@media print,screen and (min-width:64.0625em){.main-menu{width:100%}.main-menu>ul{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.main-menu>ul.menu>li{text-align:center}.main-menu>ul.menu>li>a{line-height:2.75rem}.main-menu li{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.main-menu li:hover>a{color:#000;border-bottom:2px solid #979797}.main-menu a{display:inline-block;font-size:1.0625rem;padding:0;text-align:center}.main-menu a:focus{color:#000}.main-menu ul>li:nth-last-child(-n+1)>ul{right:0;left:unset}.main-menu ul ul{position:absolute;display:none;width:auto;min-width:16rem;background-color:#fff;border:1px solid #979797;padding:.5rem 1rem;left:0}.main-menu ul ul li{text-align:left}.main-menu ul ul li+li{border-top:1px solid #d3d3d3}.main-menu ul ul a{padding:.5rem 0;text-align:left;color:#0055b8;font-size:1.125rem}.main-menu ul ul a:hover{text-decoration:underline;border-bottom:none}}@media screen and (min-width:80em){.main-menu ul a{font-size:1.375rem}}@media print,screen and (min-width:64.0625em){.no-touchevents .main-menu .menu-item--expanded:hover>ul{display:block}}.menu-item--disabled>a{cursor:default}.menu-item--disabled>a button{left:0;width:auto;padding-right:.625em;text-align:right;background-color:rgba(0,0,0,0)}.menu-item--overview{display:none !important}.menu-item--disabled .menu-item--overview{display:block !important}.parent-link{display:block;margin:0 0 1rem;font-weight:700;font-size:1rem;font-family:proxima-nova,sans-serif}.parent-link span{padding-left:.3125rem}.sidebar-menu{border:none;font-family:justus-pro,serif;font-size:1.25rem;line-height:1.5}.sidebar-menu ul{margin:0;padding:0;list-style:none}.sidebar-menu li{border-top:1px solid #d8d8d8}.sidebar-menu a{position:relative;display:block;padding:1rem 2rem 1rem 0;-webkit-transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98)}.sidebar-menu a:hover{color:#142a4a}.sidebar-menu ul ul li a{padding-left:1rem;font-size:1.125rem}.sidebar-menu ul ul ul li a{padding-left:2rem;font-size:1rem}.sidebar-menu__toggle{display:none}.sidebar-menu .menu-item__button{top:0;right:0;bottom:0;left:auto;width:2.5rem;height:3.375rem;margin:0;padding-right:0;-webkit-transform:none;transform:none;opacity:1;background-color:rgba(0,0,0,0);line-height:1.6}.sidebar-menu .menu-item__button::before{content:"";font-size:1.5rem;color:#0055b8;font-weight:100;border:none;top:.75rem;left:10px}.sidebar-menu .menu-item__button:hover{background-color:rgba(0,0,0,0);background-image:none}.sidebar-menu .menu-item__button:hover:before{color:#000}.sidebar-menu .menu-item__button:focus{background-color:rgba(0,0,0,0);background-image:none;outline:1px solid #0055b8}.sidebar-menu .menu-item--active-trail>a{color:#142a4a}@media print,screen and (max-width:48.06125em){.sidebar-menu__toggle{position:relative;display:block;width:100%;margin:0;padding:1em;-webkit-transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);color:#0055b8;border:0;background:none}.sidebar-menu__toggle::after{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-style:normal;font-variant:normal;font-weight:normal;line-height:1;position:absolute;top:50%;right:.75em;content:"";-webkit-transform:translateY(-50%);transform:translateY(-50%);font-family:"Font Awesome 6 Pro";font-size:1.5em}.sidebar-menu-open .sidebar-menu__toggle::after{content:""}.sidebar-menu__toggle:hover{color:#002652;background:none}.sidebar-menu__container{display:none}}@media print,screen and (min-width:48.0625em){.sidebar-menu__container{display:block !important}}.sidebar-menu .menu-item--expanded>ul{display:none}:root:not(.oho-js) .sidebar-menu .menu-item--expanded>ul{display:block}.sidebar-menu .menu-item--open>ul{display:block}.sidebar-menu .menu-item--open>.menu-item__button::before{content:""}.utility-menu a,.utility-menu li{display:block}.utility-menu a{font-family:proxima-nova,sans-serif}.utility-menu a.external::after{display:none}@media print,screen and (max-width:64.06125em){.utility-menu{background-color:#133a6a;padding:1rem 1.25rem}.utility-menu a{padding:.5em;text-align:left;color:#fff;font-weight:400;font-size:1.125rem;line-height:130%}.utility-menu a:hover{color:#edae00;text-decoration:none}}@media print,screen and (min-width:64.0625em){.utility-menu ul.menu{display:-webkit-box;display:-ms-flexbox;display:flex}.utility-menu a{color:#fff;padding:.45rem 1.5rem 0 0;font-size:1.125rem;line-height:2.75rem}.utility-menu a:hover{text-underline-offset:2px}}body{display:block}.accordion{clear:both}.accordion>h3{margin-bottom:0}.accordion:not(.accordion--mobile) .accordion__content a.btn{text-decoration:none}.accordion+.accordion{margin-top:.9375rem}.accordion__button{position:relative;width:100%;margin:0;background-color:#142a4a;background-image:none;color:#fff;font-family:justus-pro,serif;font-size:1.25rem;font-weight:400;line-height:1.3;padding:.75rem 1.5rem .75rem 3.5rem;-webkit-transition:background-color 150ms cubic-bezier(0.42,0.08,0.06,0.98),color 150ms cubic-bezier(0.42,0.08,0.06,0.98),border 0 cubic-bezier(0.42,0.08,0.06,0.98) 400ms;transition:background-color 150ms cubic-bezier(0.42,0.08,0.06,0.98),color 150ms cubic-bezier(0.42,0.08,0.06,0.98),border 0 cubic-bezier(0.42,0.08,0.06,0.98) 400ms;text-align:left;border:none}.accordion__button::before{content:none}.accordion__button:hover,.accordion__button:focus{background-color:#142a4a;background-image:none;color:#fff}.accordion__icon{position:absolute;top:0;left:1.5rem;bottom:0;width:rem-cacl(16);height:.59375rem;margin:auto;-webkit-transition:.3s transform;transition:.3s transform;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.accordion__icon-path{fill:#fff;-webkit-transition:fill 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:fill 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:fill 150ms cubic-bezier(0.42,0.08,0.06,0.98),transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:fill 150ms cubic-bezier(0.42,0.08,0.06,0.98),transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98)}.accordion__icon-path--vertical{-webkit-transform:scaleY(1);transform:scaleY(1);transform-origin-y:50%}.accordion:not(.accordion--mobile) .accordion__content a{text-decoration:underline}.accordion:not(.accordion--mobile) .accordion__content a:hover{text-decoration:none}.accordion__content{display:none;padding:1.5rem;border:.0625em solid #fff;border-top:0;background-color:#fff;font-family:proxima-nova,sans-serif}.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}.accordion__content p,.accordion__content ul,.accordion__content ol{font-family:proxima-nova,sans-serif}:root:not(.oho-js) .accordion__content{display:block}.accordion__content .mobile-table--scroll table{position:static}.accordion--open .accordion__button,:root:not(.oho-js) .accordion__button{-webkit-transition:background-color 150ms cubic-bezier(0.42,0.08,0.06,0.98),color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:background-color 150ms cubic-bezier(0.42,0.08,0.06,0.98),color 150ms cubic-bezier(0.42,0.08,0.06,0.98);border-bottom:0}.accordion--open .accordion__button .accordion__icon,:root:not(.oho-js) .accordion__button .accordion__icon{-webkit-transform:rotate(0deg);transform:rotate(0deg)}.accordion--open .accordion__button .accordion__icon-path,:root:not(.oho-js) .accordion__button .accordion__icon-path{fill:#000}.accordion--open .accordion__button .accordion__icon-path--vertical,:root:not(.oho-js) .accordion__button .accordion__icon-path--vertical{-webkit-transform:scaleY(0);transform:scaleY(0)}.accordion--mobile .accordion__button:disabled{display:none}.accordion--mobile .accordion__button:disabled+.accordion__content{display:block !important;padding:0;border:0;background-color:#fff}.accordions .grid-container{max-width:62.5rem}.wysiwyg .accordions{margin-top:1rem}@media print,screen and (min-width:48.0625em){.wysiwyg .accordions{margin-top:1.5rem}}.wysiwyg .accordions .section-heading__heading{font-family:proxima-nova,sans-serif;font-size:1.625rem;font-weight:700;line-height:1.2;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.375rem}}.wysiwyg .accordions .section-heading__subheading{font-family:justus-pro,serif;font-size:1.125rem;font-weight:400;line-height:1.5}@media print,screen and (min-width:48.0625em){.wysiwyg .accordions .section-heading__subheading{font-size:1.25rem}}.wysiwyg .accordions .grid-container{padding:0}.accordion>button>h3{margin-bottom:0;font-family:justus-pro,serif;font-weight:normal;font-size:1.25rem}.oho-animate{-webkit-transition:opacity 550ms cubic-bezier(0.42,0.08,0.06,0.98) 250ms,-webkit-transform 550ms cubic-bezier(0.42,0.08,0.06,0.98) 250ms;transition:opacity 550ms cubic-bezier(0.42,0.08,0.06,0.98) 250ms,-webkit-transform 550ms cubic-bezier(0.42,0.08,0.06,0.98) 250ms;transition:opacity 550ms cubic-bezier(0.42,0.08,0.06,0.98) 250ms,transform 550ms cubic-bezier(0.42,0.08,0.06,0.98) 250ms;transition:opacity 550ms cubic-bezier(0.42,0.08,0.06,0.98) 250ms,transform 550ms cubic-bezier(0.42,0.08,0.06,0.98) 250ms,-webkit-transform 550ms cubic-bezier(0.42,0.08,0.06,0.98) 250ms;-webkit-transform:none;transform:none;opacity:1}.oho-animate--ready{-webkit-transition:none;transition:none}.oho-animate--ready.fade-in-up,.oho-animate--out.fade-in-up{-webkit-transform:translateY(5rem);transform:translateY(5rem);opacity:0}.oho-animate--ready.fade-in-right,.oho-animate--out.fade-in-right{-webkit-transform:translateX(5rem);transform:translateX(5rem);opacity:0}.oho-animate--ready.fade-in-down,.oho-animate--out.fade-in-down{-webkit-transform:translateY(-5rem);transform:translateY(-5rem);opacity:0}.oho-animate--ready.fade-in-left,.oho-animate--out.fade-in-left{-webkit-transform:translateX(-5rem);transform:translateX(-5rem);opacity:0}.body-section-with-callout{background-color:#f8f5ef;padding:3rem 0}@media print,screen and (min-width:48.0625em){.body-section-with-callout{padding:7.5rem 0}}@media print,screen and (min-width:48.0625em){.body-section-with-callout .body-section-with-callout__inner{display:-webkit-box;display:-ms-flexbox;display:flex;gap:3.3125rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.body-section-with-callout .body-section-with-callout__inner{margin-top:1.5rem}@media print,screen and (min-width:48.0625em){.body-section-with-callout .body-section-with-callout__inner{margin-top:2rem}}.body-section-with-callout h2{margin-bottom:0}.body-section-with-callout .body-section-main{max-width:47.5rem;-webkit-box-flex:1;-ms-flex:1;flex:1}.body-section-with-callout .accordion-wrapper{margin-top:1.5rem}@media print,screen and (min-width:48.0625em){.body-section-with-callout .accordion-wrapper{margin-top:2rem}}.body-section-with-callout .callout-section{padding:1.5rem;background-color:#0055b8;color:#fff}@media print,screen and (min-width:48.0625em){.body-section-with-callout .callout-section{padding:2rem}}@media print,screen and (max-width:48.06125em){.body-section-with-callout .callout-section{margin-top:1.5rem}}@media print,screen and (min-width:48.0625em){.body-section-with-callout .callout-section{min-width:20.9375rem;max-width:20.9375rem}}.body-section-with-callout .callout-section h3{font-family:justus-pro,serif;font-weight:400;margin-bottom:0;font-size:1.25rem}@media print,screen and (min-width:48.0625em){.body-section-with-callout .callout-section h3{font-size:1.625rem}}.body-section-with-callout .callout-section p{margin-top:1rem;font-size:1rem;font-family:proxima-nova,sans-serif;line-height:1.5;margin-bottom:0}@media print,screen and (min-width:48.0625em){.body-section-with-callout .callout-section p{margin-top:1.5rem}}.body-section-with-callout .callout-section .btn--deco{margin-top:1rem;background-color:#0055b8;color:#0055b8;font-weight:600}@media print,screen and (min-width:48.0625em){.body-section-with-callout .callout-section .btn--deco{margin-top:1.5rem}}.body-section-with-callout .callout-section .btn--deco::before{border:1px solid #0055b8}.body-section-with-callout .callout-section .btn--deco span{background:#0055b8}.body-section-with-callout .callout-section .btn--deco span::before{border:1px solid #0055b8;border-top-color:rgba(0,0,0,0)}.body-section-with-callout .callout-section .btn--deco:hover,.body-section-with-callout .callout-section .btn--deco:focus{color:#142a4a}.body-section-with-callout .callout-section .btn--deco:hover::before,.body-section-with-callout .callout-section .btn--deco:focus::before{border-color:#fff}.body-section-with-callout .callout-section .btn--deco:hover span,.body-section-with-callout .callout-section .btn--deco:focus span{background:#fff;color:#142a4a}.body-section-with-callout .callout-section .btn--deco:hover span::before,.body-section-with-callout .callout-section .btn--deco:focus span::before{border-color:#fff;border-top-color:rgba(0,0,0,0)}.body-section-with-callout .callout-section a{color:#fff}.body-section-with-callout .callout-section a[class*=btn]{color:#fff}.body-section-with-callout .callout-section a[class*=btn]:hover,.body-section-with-callout .callout-section a[class*=btn]:focus{text-decoration:none}.body-section-with-callout .callout-section a:not([class*=btn]){text-decoration:underline}.body-section-with-callout .callout-section a:not([class*=btn]):hover,.body-section-with-callout .callout-section a:not([class*=btn]):focus{text-decoration:none}.body-section-with-callout:not(.accordion-section){background-color:#fff;overflow:hidden}@media print,screen and (max-width:48.06125em){.body-section-with-callout:not(.accordion-section){background-color:#f8f5ef}}.body-section-with-callout:not(.accordion-section) .grid-container{position:relative}.body-section-with-callout:not(.accordion-section) .body-section-main,.body-section-with-callout:not(.accordion-section) h2{position:relative;z-index:2}.body-section-with-callout:not(.accordion-section) .callout-section{padding:0}.body-section-with-callout:not(.accordion-section) .callout-section .callout-section__inner{padding:1.5rem;position:relative;background-color:#142a4a;z-index:2}@media print,screen and (min-width:48.0625em){.body-section-with-callout:not(.accordion-section) .callout-section .callout-section__inner{padding:2rem}}@media print,screen and (min-width:48.0625em){.body-section-with-callout:not(.accordion-section) .callout-section::before{content:"";background-color:#f8f5ef;display:block;width:100vw;height:500vw;position:absolute;top:-7.5rem;right:11.25rem;z-index:0}}.body-section-with-callout.accordion-section .btn--deco{background-color:#fff;color:#0055b8}.body-section-with-callout.accordion-section .btn--deco::before{border:1px solid #fff}.body-section-with-callout.accordion-section .btn--deco span{background:#fff}.body-section-with-callout.accordion-section .btn--deco span::before{border:1px solid #fff;border-top-color:rgba(0,0,0,0)}.body-section-with-callout.accordion-section .btn--deco:hover,.body-section-with-callout.accordion-section .btn--deco:focus{color:#fff}.body-section-with-callout.accordion-section .btn--deco:hover::before,.body-section-with-callout.accordion-section .btn--deco:focus::before{border-color:#142a4a}.body-section-with-callout.accordion-section .btn--deco:hover span,.body-section-with-callout.accordion-section .btn--deco:focus span{background:#142a4a;color:#fff}.body-section-with-callout.accordion-section .btn--deco:hover span::before,.body-section-with-callout.accordion-section .btn--deco:focus span::before{border-color:#142a4a;border-top-color:rgba(0,0,0,0)}.body-section-with-callout.accordion-section .callout-section a[class*=btn]{color:#0055b8}.breadcrumbs{margin-bottom:1.5rem;overflow:hidden;padding:0;list-style:none;font-family:proxima-nova,sans-serif;font-size:1rem;display:inline-block;margin-bottom:0}@media print,screen and (min-width:48.0625em){.breadcrumbs{margin-bottom:2rem}}.breadcrumbs li{display:inline-block;counter-increment:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem;padding-left:0;font-size:1rem;line-height:1.5;font-weight:700}.breadcrumbs li a{color:#fff}.breadcrumbs li::before{content:none;position:relative;color:#fff;font-family:"Font Awesome 6 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;content:"";font-size:1em}.breadcrumbs li:not(:nth-last-child(1)){display:none}.page--school .breadcrumbs{margin-bottom:0 !important}.campus-callouts article{margin-top:2rem}@media print,screen and (min-width:48.0625em){.campus-callouts article{margin-top:3rem}}@media print,screen and (min-width:64.0625em){.campus-callouts article{margin-top:4rem}}.campus-callouts article+article{margin-top:1.5rem}@media print,screen and (min-width:48.0625em){.campus-callouts article+article{margin-top:2rem}}@media print,screen and (min-width:64.0625em){.campus-callouts article+article{margin-top:3rem}}.campus-callouts article p.desc{font-family:proxima-nova,sans-serif;font-size:1rem}.campus-callouts article .desc,.campus-callouts article .icon-list{margin-top:1rem}@media print,screen and (min-width:48.0625em){.campus-callouts article .desc,.campus-callouts article .icon-list{margin-top:1.5rem}}.campus-callouts article .text-margin-reset{margin-top:1.5rem}@media print,screen and (min-width:40.0625em){.campus-callouts article .text-margin-reset{margin-top:0}}.campus-callouts .icon-list__icon::before{color:#0055b8}.campus-callouts h2.link-arrow a{position:relative}.campus-callouts h2.link-arrow a::after{font-family:"Font Awesome 6 Pro";position:absolute;padding-left:.5rem;content:"";font-weight:700;-webkit-transition:opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);bottom:.25em;font-size:.75em}.campus-callouts h2.link-arrow a:hover,.campus-callouts h2.link-arrow a:focus{color:#142a4a;text-decoration:none}.campus-callouts h2.link-arrow a:hover::after,.campus-callouts h2.link-arrow a:focus::after{color:#142a4a}.card{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.card .card__content__inner{padding:1rem}.card .card__media{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0;margin-bottom:0}.card .card__content{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0}.card img{display:block}.card__media{position:relative}.card figure{margin:0}@media print,screen and (min-width:48.0625em){.card--medium{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.card--medium .card__content__inner{padding:1.5rem}.card--medium .card__media{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0;margin-bottom:0}.card--medium .card__content{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0}.card--medium img{display:block}}@media print,screen and (min-width:48.0625em){.card--large{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.card--large .card__content__inner{padding:1.5rem}.card--large .card__media{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0;margin-bottom:0}.card--large .card__content{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0}.card--large img{display:block}}@media print,screen and (min-width:64.0625em){.card--large{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.card--large .card__content__inner{padding:6rem}.card--large .card__media{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0;margin-bottom:0}.card--large .card__content{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0}.card--large img{display:block}}.card--inline{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.card--inline .card__media{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50%;margin-left:0;margin-right:0;margin-bottom:0}.card--inline .card__content{-webkit-box-flex:1;-ms-flex:1;flex:1}.card--inline img{display:block}@media print,screen and (max-width:48.06125em){.card--stacked--small{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.card--stacked--small .card__media{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0;margin-bottom:0}.card--stacked--small .card__content{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0}.card--stacked--small img{display:block}}.card--stacked{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.card--stacked .card__media{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0;margin-bottom:0}.card--stacked .card__content{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0}.card--stacked img{display:block}.card--collapse{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.card--collapse .card__media{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0;margin-bottom:0}.card--collapse .card__content{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0}.card--collapse .card__content__inner{padding-right:0;padding-bottom:0;padding-left:0}.card--collapse img{display:block}.card--tiny{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.card--tiny .card__content__inner{padding:1rem}.card--tiny .card__media{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%;margin-left:0;margin-right:0;margin-bottom:0}.card--tiny .card__content{-webkit-box-flex:1;-ms-flex:1;flex:1}.card--tiny img{display:block}.card--tiny h2,.card--tiny h3{font-family:proxima-nova,sans-serif;font-size:1rem;font-weight:700;line-height:1.2}@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:-7.5rem}.card--offset .card__content__inner{padding:6rem}.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;max-width:40.625rem}@media print,screen and (min-width:48.0625em){.card--full-width .card__content{padding-bottom:2rem}}@media print,screen and (min-width:64.0625em){.card--full-width .card__content{padding-bottom:2.5rem}}@media print,screen and (min-width:48.0625em){.card--full-width .card__content{padding-right:2rem}}@media print,screen and (min-width:64.0625em){.card--full-width .card__content{padding-right:2.5rem}}.card--full-width .card__content__inner{background:#d9d9d9}@media print,screen and (min-width:48.0625em){.card--full-width{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.card--full-width .card__content__inner{padding:6rem}.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}}@media screen and (max-height:860px){.charts-css-item{min-height:1000px}}.checkerboard{width:100%}@media print,screen and (max-width:64.06125em){.checkerboard{padding-left:1.25rem;padding-right:1.25rem}}.checkerboard .section-heading{margin-bottom:2.5rem}.checkerboard .section-heading h2{margin-bottom:2rem}.checkerboard .wysiwyg .btn{margin-top:1rem}@media print,screen and (min-width:48.0625em){.checkerboard .wysiwyg .btn{margin-top:1.5rem}}.checkerboard select{margin-top:1rem;background-color:#142a4a;color:#fff;font-size:1.125rem;border:none;padding:1.0625rem 1.25rem;background-image:url(/themes/custom/tulsacc/assets/img/Single-Down.svg);background-size:18px;background-position:95% 50%;background-position:right 20px center;background-repeat:no-repeat;padding-right:3.125rem;width:100%;max-width:19.5rem}@media print,screen and (min-width:48.0625em){.checkerboard select{margin-top:1.5rem}}@media print,screen and (max-width:48.06125em){.checkerboard select{width:100%}}.checkerboard .card__media{-ms-flex-preferred-size:41.25rem;flex-basis:41.25rem;position:relative}@media print,screen and (max-width:64.06125em){.checkerboard .card__media{-ms-flex-preferred-size:auto;flex-basis:auto}}.checkerboard .card__media::after{display:block;background-image:url(/themes/custom/tulsacc/assets/img/decorator.svg);width:1rem;height:10rem;position:absolute;background-size:100%;background-position:center;background-repeat:no-repeat;top:50%;margin-top:-5rem;left:-3rem}@media screen and (min-width:1300px){.checkerboard .card__media::after{content:""}}@media print,screen and (max-width:64.06125em){.checkerboard .card__media::after{content:"";-webkit-transform:rotate(90deg);transform:rotate(90deg);top:-1.5rem;margin-top:-5.5rem;left:50%;margin-left:0}}.checkerboard .card__content{-ms-flex-negative:1;flex-shrink:1;-ms-flex-item-align:center;align-self:center}.checkerboard .card{-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:4.0625rem;margin-bottom:6.25rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media print,screen and (max-width:64.06125em){.checkerboard .card{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5rem;margin-bottom:2.8125rem;padding-top:2.625rem}.checkerboard .card:last-of-type{margin-bottom:0}}.checkerboard .card:last-of-type{margin-bottom:0}.checkerboard .card:nth-child(even){-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}@media print,screen and (max-width:64.06125em){.checkerboard .card:nth-child(even){-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.checkerboard .card:nth-child(even) .card__media::after{left:auto;right:-3rem;-webkit-transform:rotate(180deg);transform:rotate(180deg)}@media print,screen and (max-width:64.06125em){.checkerboard .card:nth-child(even) .card__media::after{-webkit-transform:rotate(90deg);transform:rotate(90deg);top:-1.5rem;margin-top:-5.5rem;left:50%;margin-left:0}}.checkerboard .card .card__content__inner{padding:0}.checkerboard figure{position:relative;max-width:41.25rem;margin:0 auto}.checkerboard figure figcaption{position:absolute;bottom:0;left:0;padding:1rem;max-width:75%;background-color:rgba(255,255,255,.96)}.checkerboard figure figcaption a{text-decoration:underline}.checkerboard figure figcaption a:hover{text-decoration:none}.checkerboard figure figcaption p{font-family:proxima-nova,sans-serif;font-size:0.875rem;font-weight:400;font-size:.875rem}@media print,screen and (min-width:48.0625em){.checkerboard figure figcaption p{font-size:0.875rem}}.checkerboard figure figcaption p:last-of-type{margin-bottom:0}.checkerboard .play-button{right:2rem;bottom:1.5rem;left:auto;top:auto;width:2.5rem;height:2.5rem;-webkit-transform:none;transform:none;opacity:1;display:block;-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.checkerboard .aspect-ratio-frame>a:hover .play-button,.checkerboard .aspect-ratio-frame>a:focus .play-button{-webkit-transform:scale(1.25);transform:scale(1.25)}@media print,screen and (max-width:64.06125em){.checkerboard h2{font-size:1.375rem}}.checkerboards{max-width:75rem;margin:0 auto;padding:0 1.25rem}@media print,screen and (max-width:64.06125em){.checkerboards{padding:0}}.checkerboards .accordion{position:relative;z-index:2;max-width:19.5rem}.checkerboards .accordion__button{padding:.75rem 3.5rem .75rem 1.5rem}.checkerboards .accordion__icon{left:unset;right:1.5rem}.checkerboards .accordion__content{background-color:#f5f5f5;position:absolute;width:100%}.checkerboard .section-heading h2.section-heading__heading{font-family:proxima-nova,sans-serif;font-size:1.625rem;font-weight:700;line-height:1.2}@media print,screen and (min-width:48.0625em){.checkerboard .section-heading h2.section-heading__heading{font-size:2rem}}@media print,screen and (min-width:64.0625em){.checkerboard .section-heading h2.section-heading__heading{font-size:2.375rem}}.checkerboard .section-heading+.checkerboards .card--checkerboard h2{font-family:proxima-nova,sans-serif;font-size:1.375rem;font-weight:700;line-height:1.2}@media print,screen and (min-width:48.0625em){.checkerboard .section-heading+.checkerboards .card--checkerboard h2{font-size:1.625rem}}@media print,screen and (min-width:64.0625em){.checkerboard .section-heading+.checkerboards .card--checkerboard h2{font-size:2rem}}.child-page-navigation{padding-top:3rem;padding-bottom:3rem;background-color:#f8f5ef}@media print,screen and (min-width:48.0625em){.child-page-navigation{padding-top:7.5rem;padding-bottom:7.5rem}}.child-page-navigation .grid-x{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.child-page-navigation h2{text-align:center}.child-page-navigation ul.menu{margin-top:1.5rem;font-family:justus-pro,serif;list-style:none;line-height:1.2;font-size:1.125rem}.child-page-navigation ul.menu li+li{margin-top:1rem;padding-right:1.25rem}@media print,screen and (min-width:48.0625em){.child-page-navigation ul.menu li+li{margin-top:1.5rem}}.child-page-navigation ul.menu .link-arrow{display:block}.child-page-navigation ul.menu .link-arrow::after{bottom:.25rem}@media print,screen and (min-width:48.0625em){.child-page-navigation ul.menu{-webkit-column-count:3;-moz-column-count:3;column-count:3;font-size:1.375rem;margin-top:2.5rem}}.listing-items-wrapper{list-style:none}.listing-items-wrapper .listing-group{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;margin-left:auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media print,screen and (max-width:48.06125em){.listing-items-wrapper .listing-group{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.listing-items-wrapper .listing-group .listing-group-item{display:-webkit-box;display:-ms-flexbox;display:flex;gap:4.6875rem;margin-top:3rem;padding-left:0}.listing-items-wrapper .listing-group .listing-group-item::before{content:none}@media print,screen and (min-width:48.0625em){.listing-items-wrapper .listing-group .listing-group-item{margin-top:6rem}}@media print,screen and (max-width:48.06125em){.listing-items-wrapper .listing-group .listing-group-item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem}}.listing-items-wrapper .listing-group,.listing-items-wrapper .listing-group-item:first-child{margin-top:0}.listing-items-wrapper .listing-group-item:first-child{width:100%}.listing-items .num-items{font-size:1.25rem;line-height:1.2;font-family:proxima-nova,sans-serif;font-weight:700;margin-top:6rem}@media print,screen and (max-width:48.06125em){.listing-items .num-items{margin-top:2.5rem;font-size:1rem}}.listing-items .listing-letter,.listing-items .listing-title{font-size:2rem;font-weight:700;margin-top:0;margin-bottom:0;font-family:proxima-nova,sans-serif;line-height:1.5}.listing-items .listing-letter+p,.listing-items .listing-title+p{margin-top:1rem;font-size:1.125rem;line-height:1.5}@media print,screen and (min-width:48.0625em){.listing-items .listing-letter+p,.listing-items .listing-title+p{margin-top:1.5rem}}@media print,screen and (min-width:48.0625em){.listing-items .listing-letter+p,.listing-items .listing-title+p{font-size:1.25rem}}.listing-items .listing-letter+p:last-of-type,.listing-items .listing-title+p:last-of-type{margin-bottom:0}@media print,screen and (min-width:48.0625em){.listing-items .listing-letter{-ms-flex-preferred-size:6.25rem;flex-basis:6.25rem;-ms-flex-negative:0;flex-shrink:0;line-height:1.2}}@media print,screen and (max-width:48.06125em){.listing-items .listing-letter{line-height:1}.listing-items .listing-letter:not(:empty){margin-bottom:2rem}}@media print,screen and (max-width:48.06125em){.listing-items .listing-title{margin-top:2rem;font-size:1.375rem;line-height:1.18}}.listing-items .listing-item{padding-left:0}.listing-items .listing-item::before{content:none}@media print,screen and (min-width:48.0625em){.listing-items .listing-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-top:6rem}}@media print,screen and (max-width:48.06125em){.listing-items .listing-item{margin-top:2.5rem}}.listing-items .icon-list .icon-list__icon{top:.375rem;color:#0055b8}.listing-items .icon-list li:first-of-type{margin-top:0}.listing-items .listing-details{max-width:47.5rem}@media print,screen and (min-width:48.0625em){.listing-items .listing-details{-ms-flex-preferred-size:47.5rem;flex-basis:47.5rem}}.listing-items .social-media{margin-top:1rem;line-height:1}.listing-items .social-media a{font-size:1.5rem}.listing-items .club-listing-social-tags{margin-left:auto}.listing-items .club-listing-social-tags .social-media [target=_blank]::after{content:none}@media print,screen and (max-width:48.06125em){.listing-items .club-listing-social-tags{margin-top:0;margin-left:0}}@media print,screen and (min-width:48.0625em){.listing-items .club-listing-social-tags{-ms-flex-preferred-size:17.125rem;flex-basis:17.125rem}.listing-items .club-listing-social-tags .tags ul{display:block}.listing-items .club-listing-social-tags .tags li a{display:block;text-align:center}}.listing-items .tags{margin-top:1rem}.listing-items .tags ul{row-gap:.625rem;-webkit-column-gap:1rem;-moz-column-gap:1rem;column-gap:1rem;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.listing-items .pathways{margin-left:auto;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;gap:1.0625rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media print,screen and (min-width:48.0625em){.listing-items .pathways{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}@media print,screen and (max-width:48.06125em){.listing-items .pathways{margin-left:0}}.listing-items .pathways .tooltip__content{margin-top:30px}@media print,screen and (max-width:48.06125em){.listing-items .pathways .tooltip__content{left:-8px}}.listing-items .pathways>.tooltip{text-align:right;display:-webkit-box;display:-ms-flexbox;display:flex;gap:1.0625rem}.listing-items .pathways>.tooltip>p{font-family:proxima-nova,sans-serif;font-size:1rem;line-height:1.5;display:-webkit-box;display:-ms-flexbox;display:flex;gap:1.0625rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:0}.listing-items .pathways>.tooltip>p span::before{color:#0055b8}.listing-items .pathways>.tooltip>p::before{content:"";background-image:url(/themes/custom/tulsacc/assets/img/check.svg);background-size:20px 27px;background-repeat:no-repeat;background-position:center;display:block;width:1.25rem;height:1.6875rem}.listing-items .listing-group{margin-top:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.listing-items .listing-group-item{margin-top:0;display:-webkit-box;display:-ms-flexbox;display:flex;gap:8.75rem;padding-left:0}@media print,screen and (max-width:48.06125em){.listing-items .listing-group-item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2rem}}.listing-items .listing-group-item:not(:first-of-type){margin-top:6rem}@media print,screen and (max-width:48.06125em){.listing-items .listing-group-item:not(:first-of-type){margin-top:2.5rem}}.listing-items .listing-group-item::before{content:none}.contact-section{padding-top:2.5rem;padding-bottom:2.5rem;background-image:url(/themes/custom/tulsacc/assets/img/pattern-bg.png);background-size:100px 45px;background-color:#142a4a}@media print,screen and (min-width:48.0625em){.contact-section{padding-top:0;padding-bottom:7.8125rem}}.contact-section .contact-inner{color:#fff;width:100%}@media print,screen and (min-width:48.0625em){.contact-section .contact-inner{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8.25rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.contact-section .contact-inner a:not(.btn){color:#fff}.contact-section .contact-inner a.btn{margin:2rem 0 0}.contact-section .contact-inner p{font-size:1.125rem;line-height:1.5}.contact-section .contact-inner p:last-of-type{margin-bottom:0}@media print,screen and (max-width:48.06125em){.contact-section .contact-inner h2{font-family:proxima-nova,sans-serif;font-size:1.625rem;line-height:1.2;margin-bottom:1.5rem}}.contact-section .contact-content{padding-top:.9375rem;position:relative}@media print,screen and (min-width:48.0625em){.contact-section .contact-content{padding-top:3.75rem}}.contact-section .contact-content .btn--deco{background-color:#fff;color:#0055b8}.contact-section .contact-content .btn--deco::before{border:1px solid #fff}.contact-section .contact-content .btn--deco span{background:#fff}.contact-section .contact-content .btn--deco span::before{border:1px solid #fff;border-top-color:rgba(0,0,0,0)}.contact-section .contact-content .btn--deco:hover,.contact-section .contact-content .btn--deco:focus{color:#fff}.contact-section .contact-content .btn--deco:hover::before,.contact-section .contact-content .btn--deco:focus::before{border-color:#0055b8}.contact-section .contact-content .btn--deco:hover span,.contact-section .contact-content .btn--deco:focus span{background:#0055b8;color:#fff}.contact-section .contact-content .btn--deco:hover span::before,.contact-section .contact-content .btn--deco:focus span::before{border-color:#0055b8;border-top-color:rgba(0,0,0,0)}.contact-section .contact-photo{background-color:#efefef;background-image:url(/themes/custom/tulsacc/assets/img/no-image.svg);background-repeat:no-repeat;background-position:center;background-size:4.25rem 4.6875rem;max-width:21.875rem}@media print,screen and (min-width:48.0625em){.contact-section .contact-photo{margin-top:-2.5rem;padding-bottom:121.715%;margin-bottom:0}}.contact-section .contact-photo img{vertical-align:top;width:100%}@media print,screen and (min-width:48.0625em){.contact-section .contact-photo img{position:absolute}}.contact-section .contact-details{position:relative;max-width:21.875rem;margin-bottom:3.75rem;padding-right:1.25rem}@media print,screen and (min-width:48.0625em){.contact-section .contact-details{-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:21.875rem;flex-basis:21.875rem;margin-bottom:0;padding-right:0}}.contact-section .contact-info{margin-top:1.4375rem;position:absolute;bottom:-1.25rem;right:0;width:13.5625rem;background-color:#f8f5ef;color:#142a4a;padding:1.5rem;margin-top:0}@media print,screen and (min-width:48.0625em){.contact-section .contact-info{width:14.375rem;right:-1.25rem}}.contact-section .contact-info h3{font-family:justus-pro,serif;font-size:1.625rem;line-height:1.2;margin-bottom:.5rem;font-weight:400}.contact-section .contact-info h3+p:last-of-type{margin-bottom:1rem}@media print,screen and (min-width:48.0625em){.contact-section .contact-info h3+p:last-of-type{margin-bottom:1.5rem}}@media print,screen and (max-width:48.06125em){.contact-section .contact-info h3{font-size:1.25rem;line-height:1.2;margin-bottom:.5rem}}.contact-section .contact-info p{font-size:1rem;line-height:1.5;margin-top:0;margin-bottom:1.5rem}@media print,screen and (max-width:48.06125em){.contact-section .contact-info p{margin-bottom:1.25rem}}.contact-section .contact-info .icon-list a{color:#142a4a;font-size:1rem;line-height:1.5}@media print,screen and (max-width:48.06125em){.contact-section .contact-info .icon-list a{font-size:.875rem}}.contact-section .contact-info .icon-list__icon{font-weight:600;top:.375rem}.differentiators{max-width:90rem;margin:0 auto}@media print,screen and (max-width:64.06125em){.differentiators{padding-bottom:2rem}}.differentiators .differentiators-differentiators{padding-top:1.625rem;padding-bottom:1.625rem;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;color:#142a4a}@media print,screen and (min-width:64.0625em){.differentiators .differentiators-differentiators{padding-top:5.375rem;padding-bottom:5.375rem}}.differentiators .differentiators-content{padding-top:2rem;position:relative;background-color:#0055b8;color:#fff}@media print,screen and (min-width:48.0625em){.differentiators .differentiators-content{padding-top:3rem}}@media print,screen and (min-width:64.0625em){.differentiators .differentiators-content{padding-top:4rem}}@media print,screen and (max-width:64.06125em){.differentiators .differentiators-content{margin-left:-1.25rem;margin-right:-1.25rem;padding-left:1.25rem;padding-right:1.25rem;padding-bottom:2rem;margin-bottom:2rem}}@media print,screen and (min-width:64.0625em){.differentiators .differentiators-content{padding-right:5rem;padding-bottom:3.75rem;max-width:30.1875rem;width:30.1875rem;min-width:30.1875rem}.differentiators .differentiators-content::after{content:"";display:block;background-color:#0055b8;position:absolute;z-index:-1;top:0;right:30rem;width:100vw;height:100%}}.differentiators .differentiators-content p{font-size:1.125rem;line-height:1.5;margin-bottom:0}@media print,screen and (min-width:64.0625em){.differentiators .differentiators-content p{font-size:1.25rem}}.differentiators .differentiators-content .btn{margin-top:1.5rem;margin-bottom:0}@media print,screen and (min-width:48.0625em){.differentiators .differentiators-content .btn{margin-top:2rem}}.differentiators .differentiators-content .btn--deco{background-color:#fff;color:#0055b8}.differentiators .differentiators-content .btn--deco::before{border:1px solid #fff}.differentiators .differentiators-content .btn--deco span{background:#fff}.differentiators .differentiators-content .btn--deco span::before{border:1px solid #fff;border-top-color:rgba(0,0,0,0)}.differentiators .differentiators-content .btn--deco:hover,.differentiators .differentiators-content .btn--deco:focus{color:#fff}.differentiators .differentiators-content .btn--deco:hover::before,.differentiators .differentiators-content .btn--deco:focus::before{border-color:#142a4a}.differentiators .differentiators-content .btn--deco:hover span,.differentiators .differentiators-content .btn--deco:focus span{background:#142a4a;color:#fff}.differentiators .differentiators-content .btn--deco:hover span::before,.differentiators .differentiators-content .btn--deco:focus span::before{border-color:#142a4a;border-top-color:rgba(0,0,0,0)}.differentiators h2{margin-bottom:1.5rem;font-size:1.375rem;line-height:1.18}@media print,screen and (min-width:48.0625em){.differentiators h2{margin-bottom:2rem}}@media print,screen and (min-width:64.0625em){.differentiators h2{font-size:2rem}}.differentiators .differentiator+.differentiator{margin-top:2rem}@media print,screen and (min-width:64.0625em){.differentiators .differentiator+.differentiator{margin-top:4.375rem}}.differentiators .differentiator p{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:2.5625rem;font-size:1.125rem;line-height:1.5;font-family:justus-pro,serif;margin-bottom:0}@media print,screen and (min-width:64.0625em){.differentiators .differentiator p{font-size:1.5rem}}.differentiators .differentiator span.oho-animate-count{font-size:3rem;line-height:1.05;font-family:proxima-nova,sans-serif;-ms-flex-preferred-size:30%;flex-basis:30%;min-width:30%}@media print,screen and (min-width:64.0625em){.differentiators .differentiator span.oho-animate-count{font-size:4.75rem}}@media print,screen and (min-width:64.0625em){.differentiators .grid-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:5rem}}.page--event main.main-content,.detail-page main.main-content{overflow:hidden}.hero-wrapper .event-detail-hero,.hero-wrapper .news-detail-hero{padding-bottom:0}.hero-wrapper .event-detail-hero h1,.hero-wrapper .news-detail-hero h1{margin-bottom:0}@media print,screen and (min-width:48.0625em){.hero-wrapper .event-detail-hero,.hero-wrapper .news-detail-hero{padding-bottom:5rem}}@media print,screen and (min-width:64.0625em){.hero-wrapper .event-detail-hero,.hero-wrapper .news-detail-hero{padding-bottom:5.875rem}}@media print,screen and (min-width:64.0625em){.hero-wrapper .event-detail-hero.hero--no-img:not(.hero--overlap-img),.hero-wrapper .news-detail-hero.hero--no-img:not(.hero--overlap-img){padding-bottom:4.0625rem}.hero-wrapper .event-detail-hero.hero--no-img .hero__content h1,.hero-wrapper .news-detail-hero.hero--no-img .hero__content h1{margin-top:0}}@media print,screen and (min-width:64.0625em){.hero-wrapper .event-detail-hero h1{max-width:43.75rem}.hero-wrapper .event-detail-hero .hero-area-events{padding-top:0}}.hero-area-events,.hero-area-news{padding-top:1.5rem}@media print,screen and (min-width:48.0625em){.hero-area-events,.hero-area-news{padding-top:2rem}}@media print,screen and (min-width:64.0625em){.hero-area-events,.hero-area-news{padding-top:3rem}}@media print,screen and (min-width:64.0625em){.hero-area-events,.hero-area-news{background-color:rgba(0,0,0,0)}}@media print,screen and (min-width:64.0625em){.hero-area-events .grid-container,.hero-area-news .grid-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media print,screen and (min-width:64.0625em){.hero-area-events .grid-container.no-hero,.hero-area-news .grid-container.no-hero{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.hero-area-events .grid-container.no-hero .news-content,.hero-area-news .grid-container.no-hero .news-content{padding-right:2.5rem}}@media print,screen and (max-width:64.06125em){.hero-area-events .event-content,.hero-area-events .news-content,.hero-area-news .event-content,.hero-area-news .news-content{margin-left:-1.25rem;margin-right:-1.25rem;padding-left:1.25rem;padding-right:1.25rem;padding-top:1.5rem;background-color:#fff}}@media print,screen and (min-width:64.0625em){.hero-area-events .event-content,.hero-area-events .news-content,.hero-area-news .event-content,.hero-area-news .news-content{min-height:200px}}.hero-area-events .event-image,.hero-area-news .event-image{max-width:47.125rem;margin-top:-5rem}@media print,screen and (min-width:48.0625em){.hero-area-events .event-image,.hero-area-news .event-image{margin-top:-7.5rem;padding-top:2rem}}@media print,screen and (min-width:64.0625em){.hero-area-events .event-image,.hero-area-news .event-image{margin-top:-13.75rem;padding-top:3.5rem}}.hero-area-events .news-image,.hero-area-news .news-image{max-width:47.125rem;margin-top:-5rem}@media print,screen and (min-width:48.0625em){.hero-area-events .news-image,.hero-area-news .news-image{margin-top:-7.5rem;padding-top:2rem}}@media print,screen and (min-width:64.0625em){.hero-area-events .news-image,.hero-area-news .news-image{margin-top:-13.75rem;padding-top:3.5rem}}.hero-area-events .event-image figure,.hero-area-events .news-image figure,.hero-area-news .event-image figure,.hero-area-news .news-image figure{margin-left:0;margin-right:0;margin-bottom:0}@media print,screen and (max-width:64.06125em){.hero-area-events .event-image figure,.hero-area-events .news-image figure,.hero-area-news .event-image figure,.hero-area-news .news-image figure{margin-top:-2.5rem;position:relative;z-index:2}}@media print,screen and (min-width:64.0625em){.hero-area-events .event-image figure,.hero-area-events .news-image figure,.hero-area-news .event-image figure,.hero-area-news .news-image figure{margin-bottom:2.5rem;margin-top:0}}.hero-area-events .event-image .play-button,.hero-area-events .news-image .play-button,.hero-area-news .event-image .play-button,.hero-area-news .news-image .play-button{right:2rem;bottom:1.5rem;left:auto;top:auto;width:2.5rem;height:2.5rem;-webkit-transform:none;transform:none;opacity:1;display:block;-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.hero-area-events .event-image .aspect-ratio-frame>a:hover .play-button,.hero-area-events .event-image .aspect-ratio-frame>a:focus .play-button,.hero-area-events .news-image .aspect-ratio-frame>a:hover .play-button,.hero-area-events .news-image .aspect-ratio-frame>a:focus .play-button,.hero-area-news .event-image .aspect-ratio-frame>a:hover .play-button,.hero-area-news .event-image .aspect-ratio-frame>a:focus .play-button,.hero-area-news .news-image .aspect-ratio-frame>a:hover .play-button,.hero-area-news .news-image .aspect-ratio-frame>a:focus .play-button{-webkit-transform:scale(1.25);transform:scale(1.25)}.hero-area-events .event-image,.hero-area-events .event-content,.hero-area-events .news-image,.hero-area-events .news-content,.hero-area-news .event-image,.hero-area-news .event-content,.hero-area-news .news-image,.hero-area-news .news-content{-ms-flex-preferred-size:100%;flex-basis:100%}@media print,screen and (min-width:64.0625em){.hero-area-events .event-image,.hero-area-events .event-content,.hero-area-events .news-image,.hero-area-events .news-content,.hero-area-news .event-image,.hero-area-news .event-content,.hero-area-news .news-image,.hero-area-news .news-content{-ms-flex-preferred-size:65%;flex-basis:65%}}.hero-area-events .event-image p~p:last-of-type,.hero-area-events .event-content p~p:last-of-type,.hero-area-events .news-image p~p:last-of-type,.hero-area-events .news-content p~p:last-of-type,.hero-area-news .event-image p~p:last-of-type,.hero-area-news .event-content p~p:last-of-type,.hero-area-news .news-image p~p:last-of-type,.hero-area-news .news-content p~p:last-of-type{margin-bottom:0}.hero-area-events .news-image,.hero-area-news .news-image{max-width:41.25rem}@media print,screen and (min-width:64.0625em){.hero-area-events .news-image,.hero-area-news .news-image{max-width:41.25rem}}.hero-area-events .event-details,.hero-area-events .news-details,.hero-area-news .event-details,.hero-area-news .news-details{background-color:#0055b8;color:#fff;-ms-flex-item-align:start;align-self:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;gap:2.125rem;position:relative}@media print,screen and (min-width:64.0625em){.hero-area-events .event-details,.hero-area-events .news-details,.hero-area-news .event-details,.hero-area-news .news-details{-ms-flex-preferred-size:35%;flex-basis:35%}}@media print,screen and (max-width:64.06125em){.hero-area-events .event-details,.hero-area-events .news-details,.hero-area-news .event-details,.hero-area-news .news-details{padding-left:0;padding-right:0;padding-bottom:2rem}}.hero-area-events .event-details .btn--deco,.hero-area-events .news-details .btn--deco,.hero-area-news .event-details .btn--deco,.hero-area-news .news-details .btn--deco{background-color:#fff;color:#0055b8}.hero-area-events .event-details .btn--deco::before,.hero-area-events .news-details .btn--deco::before,.hero-area-news .event-details .btn--deco::before,.hero-area-news .news-details .btn--deco::before{border:1px solid #fff}.hero-area-events .event-details .btn--deco span,.hero-area-events .news-details .btn--deco span,.hero-area-news .event-details .btn--deco span,.hero-area-news .news-details .btn--deco span{background:#fff}.hero-area-events .event-details .btn--deco span::before,.hero-area-events .news-details .btn--deco span::before,.hero-area-news .event-details .btn--deco span::before,.hero-area-news .news-details .btn--deco span::before{border:1px solid #fff;border-top-color:rgba(0,0,0,0)}.hero-area-events .event-details .btn--deco:hover,.hero-area-events .event-details .btn--deco:focus,.hero-area-events .news-details .btn--deco:hover,.hero-area-events .news-details .btn--deco:focus,.hero-area-news .event-details .btn--deco:hover,.hero-area-news .event-details .btn--deco:focus,.hero-area-news .news-details .btn--deco:hover,.hero-area-news .news-details .btn--deco:focus{color:#fff}.hero-area-events .event-details .btn--deco:hover::before,.hero-area-events .event-details .btn--deco:focus::before,.hero-area-events .news-details .btn--deco:hover::before,.hero-area-events .news-details .btn--deco:focus::before,.hero-area-news .event-details .btn--deco:hover::before,.hero-area-news .event-details .btn--deco:focus::before,.hero-area-news .news-details .btn--deco:hover::before,.hero-area-news .news-details .btn--deco:focus::before{border-color:#142a4a}.hero-area-events .event-details .btn--deco:hover span,.hero-area-events .event-details .btn--deco:focus span,.hero-area-events .news-details .btn--deco:hover span,.hero-area-events .news-details .btn--deco:focus span,.hero-area-news .event-details .btn--deco:hover span,.hero-area-news .event-details .btn--deco:focus span,.hero-area-news .news-details .btn--deco:hover span,.hero-area-news .news-details .btn--deco:focus span{background:#142a4a;color:#fff}.hero-area-events .event-details .btn--deco:hover span::before,.hero-area-events .event-details .btn--deco:focus span::before,.hero-area-events .news-details .btn--deco:hover span::before,.hero-area-events .news-details .btn--deco:focus span::before,.hero-area-news .event-details .btn--deco:hover span::before,.hero-area-news .event-details .btn--deco:focus span::before,.hero-area-news .news-details .btn--deco:hover span::before,.hero-area-news .news-details .btn--deco:focus span::before{border-color:#142a4a;border-top-color:rgba(0,0,0,0)}@media print,screen and (min-width:64.0625em){.hero-area-events .event-details::before,.hero-area-events .news-details::before,.hero-area-news .event-details::before,.hero-area-news .news-details::before{content:"";background-color:#0055b8;display:block;position:absolute;width:100vw;left:0;top:0;height:100%}}.hero-area-events .event-details li,.hero-area-events .news-details li,.hero-area-news .event-details li,.hero-area-news .news-details li{font-size:1rem;font-weight:400;padding-left:2rem;line-height:1;margin-bottom:.6875rem}.hero-area-events .event-details li:last-of-type,.hero-area-events .news-details li:last-of-type,.hero-area-news .event-details li:last-of-type,.hero-area-news .news-details li:last-of-type{margin-bottom:0}@media print,screen and (min-width:64.0625em){.hero-area-events .event-details li,.hero-area-events .news-details li,.hero-area-news .event-details li,.hero-area-news .news-details li{font-size:1.125rem}}.hero-area-events .event-details .related-event h2,.hero-area-events .news-details .related-event h2,.hero-area-news .event-details .related-event h2,.hero-area-news .news-details .related-event h2{font-family:proxima-nova,sans-serif;font-size:1.25rem;font-weight:700;line-height:1.2;font-family:justus-pro,serif;font-weight:400}@media print,screen and (min-width:48.0625em){.hero-area-events .event-details .related-event h2,.hero-area-events .news-details .related-event h2,.hero-area-news .event-details .related-event h2,.hero-area-news .news-details .related-event h2{font-size:1.375rem}}@media print,screen and (min-width:64.0625em){.hero-area-events .event-details .related-event h2,.hero-area-events .news-details .related-event h2,.hero-area-news .event-details .related-event h2,.hero-area-news .news-details .related-event h2{font-size:1.625rem}}.hero-area-events .event-details .related-event article a,.hero-area-events .news-details .related-event article a,.hero-area-news .event-details .related-event article a,.hero-area-news .news-details .related-event article a{display:inline-block;margin-top:1rem;color:#fff;text-decoration:underline}@media print,screen and (min-width:48.0625em){.hero-area-events .event-details .related-event article a,.hero-area-events .news-details .related-event article a,.hero-area-news .event-details .related-event article a,.hero-area-news .news-details .related-event article a{margin-top:1.5rem}}.hero-area-events .event-details .related-event article a:hover,.hero-area-events .event-details .related-event article a:focus,.hero-area-events .news-details .related-event article a:hover,.hero-area-events .news-details .related-event article a:focus,.hero-area-news .event-details .related-event article a:hover,.hero-area-news .event-details .related-event article a:focus,.hero-area-news .news-details .related-event article a:hover,.hero-area-news .news-details .related-event article a:focus{color:#edae00}.hero-area-events .event-details .related-event .btn--art-deco,.hero-area-events .news-details .related-event .btn--art-deco,.hero-area-news .event-details .related-event .btn--art-deco,.hero-area-news .news-details .related-event .btn--art-deco{margin-top:1rem;background-color:#fff;color:#0055b8}@media print,screen and (min-width:48.0625em){.hero-area-events .event-details .related-event .btn--art-deco,.hero-area-events .news-details .related-event .btn--art-deco,.hero-area-news .event-details .related-event .btn--art-deco,.hero-area-news .news-details .related-event .btn--art-deco{margin-top:1.5rem}}.hero-area-events .event-details .related-event .btn--art-deco::before,.hero-area-events .news-details .related-event .btn--art-deco::before,.hero-area-news .event-details .related-event .btn--art-deco::before,.hero-area-news .news-details .related-event .btn--art-deco::before{border:1px solid #fff}.hero-area-events .event-details .related-event .btn--art-deco span,.hero-area-events .news-details .related-event .btn--art-deco span,.hero-area-news .event-details .related-event .btn--art-deco span,.hero-area-news .news-details .related-event .btn--art-deco span{background:#fff}.hero-area-events .event-details .related-event .btn--art-deco span::before,.hero-area-events .news-details .related-event .btn--art-deco span::before,.hero-area-news .event-details .related-event .btn--art-deco span::before,.hero-area-news .news-details .related-event .btn--art-deco span::before{border:1px solid #fff;border-top-color:rgba(0,0,0,0)}.hero-area-events .event-details .related-event .btn--art-deco:hover,.hero-area-events .event-details .related-event .btn--art-deco:focus,.hero-area-events .news-details .related-event .btn--art-deco:hover,.hero-area-events .news-details .related-event .btn--art-deco:focus,.hero-area-news .event-details .related-event .btn--art-deco:hover,.hero-area-news .event-details .related-event .btn--art-deco:focus,.hero-area-news .news-details .related-event .btn--art-deco:hover,.hero-area-news .news-details .related-event .btn--art-deco:focus{color:#fff}.hero-area-events .event-details .related-event .btn--art-deco:hover::before,.hero-area-events .event-details .related-event .btn--art-deco:focus::before,.hero-area-events .news-details .related-event .btn--art-deco:hover::before,.hero-area-events .news-details .related-event .btn--art-deco:focus::before,.hero-area-news .event-details .related-event .btn--art-deco:hover::before,.hero-area-news .event-details .related-event .btn--art-deco:focus::before,.hero-area-news .news-details .related-event .btn--art-deco:hover::before,.hero-area-news .news-details .related-event .btn--art-deco:focus::before{border-color:#0055b8}.hero-area-events .event-details .related-event .btn--art-deco:hover span,.hero-area-events .event-details .related-event .btn--art-deco:focus span,.hero-area-events .news-details .related-event .btn--art-deco:hover span,.hero-area-events .news-details .related-event .btn--art-deco:focus span,.hero-area-news .event-details .related-event .btn--art-deco:hover span,.hero-area-news .event-details .related-event .btn--art-deco:focus span,.hero-area-news .news-details .related-event .btn--art-deco:hover span,.hero-area-news .news-details .related-event .btn--art-deco:focus span{background:#0055b8;color:#fff}.hero-area-events .event-details .related-event .btn--art-deco:hover span::before,.hero-area-events .event-details .related-event .btn--art-deco:focus span::before,.hero-area-events .news-details .related-event .btn--art-deco:hover span::before,.hero-area-events .news-details .related-event .btn--art-deco:focus span::before,.hero-area-news .event-details .related-event .btn--art-deco:hover span::before,.hero-area-news .event-details .related-event .btn--art-deco:focus span::before,.hero-area-news .news-details .related-event .btn--art-deco:hover span::before,.hero-area-news .news-details .related-event .btn--art-deco:focus span::before{border-color:#0055b8;border-top-color:rgba(0,0,0,0)}.hero-area-events .event-details .addtocal-container button.addtocal,.hero-area-events .news-details .addtocal-container button.addtocal,.hero-area-news .event-details .addtocal-container button.addtocal,.hero-area-news .news-details .addtocal-container button.addtocal{padding:0;background:none;border:none;text-decoration:underline}.hero-area-events .event-details .addtocal-container button.addtocal:hover,.hero-area-events .event-details .addtocal-container button.addtocal:focus,.hero-area-events .news-details .addtocal-container button.addtocal:hover,.hero-area-events .news-details .addtocal-container button.addtocal:focus,.hero-area-news .event-details .addtocal-container button.addtocal:hover,.hero-area-news .event-details .addtocal-container button.addtocal:focus,.hero-area-news .news-details .addtocal-container button.addtocal:hover,.hero-area-news .news-details .addtocal-container button.addtocal:focus{background:none;border:none;color:#d3d3d3}.hero-area-events .event-details .addtocal-container button.addtocal:before,.hero-area-events .news-details .addtocal-container button.addtocal:before,.hero-area-news .event-details .addtocal-container button.addtocal:before,.hero-area-news .news-details .addtocal-container button.addtocal:before{border:none}.hero-area-events .event-details .addtocal-container .addtocal-menu ul,.hero-area-events .news-details .addtocal-container .addtocal-menu ul,.hero-area-news .event-details .addtocal-container .addtocal-menu ul,.hero-area-news .news-details .addtocal-container .addtocal-menu ul{background:#142a4a}.hero-area-events .event-details .addtocal-container .addtocal-link a:hover,.hero-area-events .news-details .addtocal-container .addtocal-link a:hover,.hero-area-news .event-details .addtocal-container .addtocal-link a:hover,.hero-area-news .news-details .addtocal-container .addtocal-link a:hover{background:#000}.hero-area-events .news-details,.hero-area-news .news-details{background-color:#fff;color:#000;display:block;padding-left:0;padding-right:0;padding-bottom:0}@media print,screen and (max-width:64.06125em){.hero-area-events .news-details,.hero-area-news .news-details{padding-top:1.5rem}}.hero-area-events .news-details::before,.hero-area-news .news-details::before{content:none}.hero-area-events .news-details .published-field-of-study,.hero-area-news .news-details .published-field-of-study{display:-webkit-box;display:-ms-flexbox;display:flex;gap:2rem}@media print,screen and (max-width:64.06125em){.hero-area-events .news-details .published-field-of-study,.hero-area-news .news-details .published-field-of-study{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem}}.hero-area-events .news-details .tags,.hero-area-news .news-details .tags{margin-top:1rem}@media print,screen and (min-width:48.0625em){.hero-area-events .news-details .tags,.hero-area-news .news-details .tags{margin-top:1.5rem}}@media print,screen and (min-width:48.0625em){.hero-area-events .news-details .tags ul,.hero-area-news .news-details .tags ul{-webkit-column-gap:1rem;-moz-column-gap:1rem;column-gap:1rem;row-gap:.5rem}}.hero-area-events .news-details .tags li,.hero-area-news .news-details .tags li{padding-left:0;margin-bottom:0}.hero-area-events .news-details .tags li a,.hero-area-news .news-details .tags li a{display:block}@media print,screen and (min-width:48.0625em){.hero-area-events .news-details .tags li a,.hero-area-news .news-details .tags li a{font-size:.875rem;padding-top:.1875rem;padding-bottom:.1875rem}}.hero-area-events .news-details .detail-label,.hero-area-news .news-details .detail-label{font-size:1rem;font-weight:700;font-family:proxima-nova,sans-serif;margin-top:0;margin-bottom:.625rem}@media print,screen and (max-width:64.06125em){.hero-area-events .event-details,.hero-area-news .event-details{padding:40px 20px;margin-right:-20px;margin-left:-20px;position:relative}.hero-area-events .event-details::before,.hero-area-news .event-details::before{content:"";display:block;position:absolute;left:0;bottom:100%;width:100%;height:368px;background-color:#0055b8}}@media screen and (max-width:50em){.hero-area-events .event-details::before,.hero-area-news .event-details::before{height:48vw}}@media print,screen and (min-width:64.0625em){.hero-area-events .event-details,.hero-area-news .event-details{padding:40px;margin-top:-120px}}.hero-area-events .event-details:first-child,.hero-area-news .event-details:first-child{margin-top:-3rem}@media print,screen and (min-width:48.0625em){.hero-area-events .event-details:first-child,.hero-area-news .event-details:first-child{margin-top:-4.5rem}}@media print,screen and (max-width:64.06125em){.hero-area-events .event-details:first-child:before,.hero-area-news .event-details:first-child:before{display:none}}@media print,screen and (min-width:64.0625em){.hero-area-events .event-details:first-child,.hero-area-news .event-details:first-child{margin-top:-12.5rem;margin-left:65%}}.hero-area-events .event-details .btn,.hero-area-news .event-details .btn{margin-top:1.5rem;margin-bottom:0;margin-right:0}@media print,screen and (min-width:48.0625em){.hero-area-events .event-details .btn,.hero-area-news .event-details .btn{margin-top:2rem}}@media print,screen and (max-width:64.06125em){.hero-area-events .event-details .btn,.hero-area-news .event-details .btn{margin-left:-6.875rem;margin-top:3.75rem}}.related-event{padding:1.5rem;background-color:#142a4a;color:#fff;margin-top:3.5rem}@media print,screen and (min-width:48.0625em){.related-event{padding:2rem}}@media print,screen and (max-width:64.06125em){.related-event{margin-top:2rem}}.related-event h2{margin-top:0;margin-bottom:0;font-family:proxima-nova,sans-serif;font-size:1.25rem;font-weight:700;line-height:1.2;font-family:justus-pro,serif}@media print,screen and (min-width:48.0625em){.related-event h2{font-size:1.375rem}}@media print,screen and (min-width:64.0625em){.related-event h2{font-size:1.625rem}}.related-event p{margin-top:1rem;font-family:proxima-nova,sans-serif;font-size:1rem}@media print,screen and (min-width:48.0625em){.related-event p{margin-top:1.5rem}}.related-event p:last-of-type{margin-bottom:0}.related-event .btn--deco{margin-top:1rem;background-color:#fff;color:#0055b8}@media print,screen and (min-width:48.0625em){.related-event .btn--deco{margin-top:1.5rem}}.related-event .btn--deco::before{border:1px solid #fff}.related-event .btn--deco span{background:#fff}.related-event .btn--deco span::before{border:1px solid #fff;border-top-color:rgba(0,0,0,0)}.related-event .btn--deco:hover,.related-event .btn--deco:focus{color:#fff}.related-event .btn--deco:hover::before,.related-event .btn--deco:focus::before{border-color:#0055b8}.related-event .btn--deco:hover span,.related-event .btn--deco:focus span{background:#0055b8;color:#fff}.related-event .btn--deco:hover span::before,.related-event .btn--deco:focus span::before{border-color:#0055b8;border-top-color:rgba(0,0,0,0)}@media print,screen and (max-width:64.06125em){.hero-area-news{background-color:#fff}}.hero-area-news .btn{margin-left:0}@media print,screen and (min-width:64.0625em){.hero-area-news .grid-container{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative}.hero-area-news .grid-container .news-details:not(:first-child){position:absolute;max-width:20.9375rem;right:0}}.mobile-show{display:none;visibility:hidden}@media print,screen and (max-width:64.06125em){.mobile-show{display:block;visibility:visible}}.mobile-hide{display:block;visibility:visible}@media print,screen and (max-width:64.06125em){.mobile-hide{display:none;visibility:hidden}}.date-block{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-preferred-size:4.75rem;flex-basis:4.75rem;-ms-flex-negative:0;flex-shrink:0;text-transform:uppercase;text-align:center;line-height:1;position:relative}.date-block .month{padding-top:.625rem;padding-bottom:.3125rem;letter-spacing:.0625rem}.date-block .month,.date-block .day-number{color:#000;background-color:#f7f7f7}.date-block .month,.date-block .starts{font-size:.6875rem}.date-block .day-number{font-size:2rem;padding-bottom:1rem}.date-block time{width:100%}.date-block .starts{background-color:#000;padding:.25rem 0;letter-spacing:.125rem;width:100%;color:#fff}.related-event article+a:not(.btn){display:inline-block;margin-top:1rem;background-color:#fff;color:#0055b8;text-decoration:none !important}@media print,screen and (min-width:48.0625em){.related-event article+a:not(.btn){margin-top:1.5rem}}.related-event article+a:not(.btn):hover,.related-event article+a:not(.btn):focus{background-color:#edae00}.related-event article:not(:last-child){margin-bottom:1em}.related-event article+.btn{color:#0055b8;font-weight:700;background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#0055B8),color-stop(5%,#0055B8),color-stop(5%,#ffffff),color-stop(95%,#ffffff),color-stop(95%,#0055B8),to(#0055B8));background-image:linear-gradient(to bottom,#0055B8 0,#0055B8 5%,#ffffff 5%,#ffffff 95%,#0055B8 95%,#0055B8 100%);border-color:#fff}.related-event article+.btn::before{border:.0625rem solid #fff;border-top:0}.related-event article+.btn::before,.related-event article+.btn::after{color:#fff}@media print,screen and (min-width:48.0625em){.related-event article+.btn{background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#0055B8),color-stop(5%,#0055B8),color-stop(5%,#ffffff),color-stop(95%,#ffffff),color-stop(95%,#0055B8),to(#0055B8));background-image:linear-gradient(to bottom,#0055B8 0,#0055B8 5%,#ffffff 5%,#ffffff 95%,#0055B8 95%,#0055B8 100%)}.related-event article+.btn::before{border-width:.0625rem;border-style:solid;border-color:#fff;border-top-color:rgba(0,0,0,0)}}.related-event article+.btn:hover,.related-event article+.btn:focus{background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#0055B8),color-stop(5%,#0055B8),color-stop(5%,#142A4A),color-stop(95%,#142A4A),color-stop(95%,#0055B8),to(#0055B8));background-image:linear-gradient(to bottom,#0055B8 0,#0055B8 5%,#142A4A 5%,#142A4A 95%,#0055B8 95%,#0055B8 100%);color:#fff;border-color:#0055b8;background:#0055b8}@media print,screen and (min-width:48.0625em){.related-event article+.btn:hover,.related-event article+.btn:focus{background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#0055B8),color-stop(5%,#142A4A),color-stop(5%,#0055B8),color-stop(95%,#0055B8),color-stop(95%,#142A4A),to(#0055B8));background-image:linear-gradient(to bottom,#0055B8 0,#142A4A 5%,#0055B8 5%,#0055B8 95%,#142A4A 95%,#0055B8 100%)}}.related-event article+.btn:hover::before,.related-event article+.btn:focus::before{border-color:#0055b8;border-top-color:rgba(0,0,0,0)}@media print,screen and (min-width:48.0625em){.related-event article+.btn:hover,.related-event article+.btn:focus{border-color:#0055b8}}.event-listing-item .addtocal-container,.event-details .addtocal-container{position:static;float:none;margin:0}[data-fancybox-modal]{display:none}.featured-section .featured-news-grid,.featured-section .featured-events-grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media print,screen and (min-width:48.0625em){.featured-section .featured-news-grid,.featured-section .featured-events-grid{gap:4.375rem;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.featured-section .featured-news-grid>article,.featured-section .featured-events-grid>article{-webkit-box-flex:1;-ms-flex:1;flex:1}@media print,screen and (max-width:48.06125em){.featured-section .featured-news-grid>article,.featured-section .featured-events-grid>article{margin-top:2.5rem}.featured-section .featured-news-grid>article:first-of-type,.featured-section .featured-events-grid>article:first-of-type{margin-top:.9375rem}}@media print,screen and (min-width:48.0625em){.featured-section .featured-news-grid>article,.featured-section .featured-events-grid>article{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1}}.featured-section .featured-news-grid>article ul.btn-row,.featured-section .featured-events-grid>article ul.btn-row{margin-top:1rem}@media print,screen and (min-width:48.0625em){.featured-section .featured-news-grid>article ul.btn-row,.featured-section .featured-events-grid>article ul.btn-row{margin-top:1.5rem}}.featured-section .featured-news-grid>article p:last-of-type,.featured-section .featured-events-grid>article p:last-of-type{margin-bottom:0}.featured-section .featured-news-grid>article>ul,.featured-section .featured-events-grid>article>ul{list-style:none}.featured-section .featured-news-grid>article>ul li,.featured-section .featured-events-grid>article>ul li{display:inline-block;margin-right:.25em}.featured-section .featured-news-grid>article>ul li:not(:last-child) a:after,.featured-section .featured-events-grid>article>ul li:not(:last-child) a:after{color:","}.featured-section .featured-news-grid h3,.featured-section .featured-events-grid h3{font-family:justus-pro,serif;font-size:1.125rem;font-weight:400;line-height:1.36;color:#0055b8}@media print,screen and (max-width:48.06125em){.featured-section .featured-news-grid h3,.featured-section .featured-events-grid h3{margin-bottom:0;font-size:1.25rem}}@media print,screen and (min-width:48.0625em){.featured-section .featured-news-grid h3,.featured-section .featured-events-grid h3{font-size:1.625rem;line-height:1.2}}.featured-section .featured-news-grid h3 a,.featured-section .featured-events-grid h3 a{color:#0055b8;position:relative}.featured-section .featured-news-grid h3 a.btn,.featured-section .featured-events-grid h3 a.btn{padding-right:1.5rem}.featured-section .featured-news-grid h3 a::after,.featured-section .featured-events-grid h3 a::after{font-family:"Font Awesome 6 Pro";position:absolute;padding-left:.5rem;content:"";font-weight:700;color:#0055b8;-webkit-transition:opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);bottom:0;font-size:1.0625rem;line-height:.9}@media print,screen and (min-width:48.0625em){.featured-section .featured-news-grid h3 a::after,.featured-section .featured-events-grid h3 a::after{bottom:.375rem}}.featured-section .featured-news-grid h3 a:hover::after,.featured-section .featured-news-grid h3 a:focus::after,.featured-section .featured-events-grid h3 a:hover::after,.featured-section .featured-events-grid h3 a:focus::after{-webkit-transform:translateX(5px);transform:translateX(5px)}.featured-section .featured-news-grid p,.featured-section .featured-events-grid p{font-family:proxima-nova,sans-serif;font-size:1rem;line-height:1.5;font-weight:400}.featured-section .featured-news-grid p:first-of-type,.featured-section .featured-events-grid p:first-of-type{margin-top:1rem}@media print,screen and (min-width:48.0625em){.featured-section .featured-news-grid p:first-of-type,.featured-section .featured-events-grid p:first-of-type{margin-top:1.25rem}}.featured-section .link-arrow::after{color:inherit}@media print,screen and (max-width:48.06125em){.featured-section .link-arrow{font-size:1.125rem;margin-bottom:.9375rem}}.featured-section .section-heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}@media print,screen and (min-width:48.0625em){.featured-section .section-heading{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.featured-section .section-heading a{font-family:justus-pro,serif;font-size:1.125rem;line-height:1.16}@media print,screen and (min-width:48.0625em){.featured-section .section-heading a.link-arrow::after{bottom:.0625rem}}.featured-section .section-heading h2{font-size:1.625rem;line-height:1.2;margin-bottom:0}@media print,screen and (min-width:48.0625em){.featured-section .section-heading h2{font-size:2.375rem;line-height:1.2;font-weight:700}.featured-section .section-heading h2+div{padding-right:1.125rem}}.featured-section p.eyebrow{font-size:.875rem;letter-spacing:.175rem;font-family:proxima-nova,sans-serif;text-transform:uppercase;font-weight:700;color:#0055b8;margin-bottom:.3125rem}@media print,screen and (min-width:48.0625em){.featured-section p.eyebrow{margin-bottom:1rem;font-size:.875rem}}.featured-section p.eyebrow:first-of-type{margin-top:0}.featured-section p.eyebrow+h3{margin-top:0}.featured-section .event-details{margin-top:1.5625rem}@media print,screen and (min-width:48.0625em){.featured-section .event-details{font-size:2.125rem}}.featured-section .event-details li{margin-top:0;margin-bottom:.375rem;font-family:proxima-nova,sans-serif;font-size:.875rem;line-height:1.5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.3125rem;padding-left:0}.featured-section .event-details li:last-of-type{margin-bottom:0}.featured-section .event-details li>span:first-of-type{-ms-flex-preferred-size:1.4375rem;flex-basis:1.4375rem}.featured-section .event-details li span{color:#0055b8}.featured-section .event-details li .icon-list__content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;color:#000}.featured-section .event-details li .icon-list__icon{position:static}.featured-section .event-details li .icon-list__icon::before{font-size:1rem}@media print,screen and (max-width:48.06125em){.featured-section .featured-events-grid{margin-top:1.25rem}}.featured-news{background-color:#f8f5ef}.hero-area-news+.featured-news{margin-top:2.5rem}@media print,screen and (min-width:48.0625em){.hero-area-news+.featured-news{margin-top:3.5rem}}@media print,screen and (min-width:64.0625em){.hero-area-news+.featured-news{margin-top:6rem}}.page--news .featured-news{margin-top:3rem}@media print,screen and (min-width:48.0625em){.page--news .featured-news{margin-top:4.5rem}}@media print,screen and (min-width:64.0625em){.page--news .featured-news{margin-top:7.5rem}}.featured-profiles.featured-section .swiper-slide{background-color:#fff;color:#133a6a;border:.0625rem solid #133a6a;border-left-width:.3125rem}@media print,screen and (min-width:48.0625em){.featured-profiles.featured-section .swiper-slide.swiper-slide-active+.swiper-slide+.swiper-slide~.swiper-slide{opacity:1;pointer-events:all}.featured-profiles.featured-section .swiper-slide.swiper-slide-active+.swiper-slide+.swiper-slide+.swiper-slide~.swiper-slide,.featured-profiles.featured-section .swiper-slide.swiper-slide-prev{opacity:0}}.featured-profiles.featured-section .intro-text a{color:#0055b8;text-decoration:underline}.featured-profiles.featured-section .intro-text a:hover{text-decoration:none}.featured-profiles.featured-section p{line-height:1.5}.featured-profiles.featured-section p.featured-profile-name:first-of-type{font-family:justus-pro,serif;font-size:1.25rem;margin-top:0;margin-bottom:0;line-height:1.4}@media print,screen and (min-width:48.0625em){.featured-profiles.featured-section p.featured-profile-name:first-of-type{font-size:1.625rem}}.featured-profiles.featured-section p:nth-of-type(2){font-size:1rem;margin-top:.625rem}.featured-profiles.featured-section .icon-list{margin-top:1.5625rem}.featured-profiles.featured-section .icon-list li{font-size:.875rem;line-height:1;margin-top:.625rem}.featured-profiles.featured-section .icon-list li a{color:#133a6a}.featured-profiles.featured-section .icon-list .fa-envelope{top:.0625rem}.featured-programs,.featured-profiles{overflow:hidden}.featured-programs .swiper-container,.featured-profiles .swiper-container{margin-top:3rem;position:relative}@media print,screen and (max-width:64.06125em){.featured-programs .swiper-container,.featured-profiles .swiper-container{padding-right:2.5rem}}.featured-programs .grid-container,.featured-profiles .grid-container{position:relative}.featured-programs .swiper-navigation,.featured-profiles .swiper-navigation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width:1379px){.featured-programs .swiper-navigation,.featured-profiles .swiper-navigation{margin-top:1rem;gap:1rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}}@media screen and (min-width:1380px){.featured-programs .swiper-navigation,.featured-profiles .swiper-navigation{width:calc(100% + 152px);left:-4.75rem;position:static}}.featured-programs .swiper-navigation button,.featured-profiles .swiper-navigation button{width:2.5rem;height:2.5rem;background-color:#142a4a;border-radius:50%}@media screen and (min-width:1380px){.featured-programs .swiper-navigation button,.featured-profiles .swiper-navigation button{width:3.75rem;height:3.75rem;position:absolute;bottom:50%;margin-bottom:-1.875rem}}.featured-programs .swiper-navigation button span,.featured-profiles .swiper-navigation button span{clip:rect(0 0 0 0);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.featured-programs .swiper-navigation button::before,.featured-profiles .swiper-navigation button::before{display:block;width:2.5rem;height:2.5rem;background-size:11px 19px;background-repeat:no-repeat;background-position:center;top:0;left:0;bottom:auto;right:auto;border:0;background-color:#142a4a;border-radius:50%}@media screen and (min-width:1380px){.featured-programs .swiper-navigation button::before,.featured-profiles .swiper-navigation button::before{background-size:17px 29px;width:3.75rem;height:3.75rem}}.featured-programs .swiper-navigation button:hover::before,.featured-programs .swiper-navigation button:focus::before,.featured-profiles .swiper-navigation button:hover::before,.featured-profiles .swiper-navigation button:focus::before{background-color:#0055b8}.featured-programs .swiper-navigation button.slider-navigation__prev::before,.featured-profiles .swiper-navigation button.slider-navigation__prev::before{background-image:url(/themes/custom/tulsacc/assets/img/arrow-left.svg)}@media screen and (min-width:1380px){.featured-programs .swiper-navigation button.slider-navigation__prev,.featured-profiles .swiper-navigation button.slider-navigation__prev{left:-6.25rem}}.featured-programs .swiper-navigation button.slider-navigation__next::before,.featured-profiles .swiper-navigation button.slider-navigation__next::before{background-image:url(/themes/custom/tulsacc/assets/img/arrow-right.svg)}@media screen and (min-width:1380px){.featured-programs .swiper-navigation button.slider-navigation__next,.featured-profiles .swiper-navigation button.slider-navigation__next{right:-6.25rem}}@media print,screen and (min-width:48.0625em){.featured-programs.hide-nav-arrows .swiper-navigation,.featured-profiles.hide-nav-arrows .swiper-navigation{display:none;visibility:hidden}}@media print,screen and (min-width:48.0625em){.featured-programs.hide-nav-arrows .swiper-container,.featured-profiles.hide-nav-arrows .swiper-container{padding-right:0}}@media print,screen and (max-width:48.06125em){.featured-programs.single-slide,.featured-profiles.single-slide{padding-bottom:3rem}}.featured-programs.single-slide .swiper-navigation,.featured-profiles.single-slide .swiper-navigation{display:none;visibility:hidden}.featured-programs .swiper-slide,.featured-profiles .swiper-slide{padding:1.5rem;background-color:#244274;color:#fff;-webkit-transition:opacity .3s;transition:opacity .3s}@media print,screen and (min-width:48.0625em){.featured-programs .swiper-slide,.featured-profiles .swiper-slide{padding:2rem}}@media print,screen and (max-width:48.06125em){.featured-programs .swiper-slide.swiper-slide-prev,.featured-programs .swiper-slide.swiper-slide-active~.swiper-slide,.featured-profiles .swiper-slide.swiper-slide-prev,.featured-profiles .swiper-slide.swiper-slide-active~.swiper-slide{opacity:.5;pointer-events:none}}@media print,screen and (min-width:48.0625em){.featured-programs .swiper-slide,.featured-profiles .swiper-slide{min-height:14.5rem}.featured-programs .swiper-slide.swiper-slide-prev,.featured-programs .swiper-slide.swiper-slide-active+.swiper-slide+.swiper-slide~.swiper-slide,.featured-profiles .swiper-slide.swiper-slide-prev,.featured-profiles .swiper-slide.swiper-slide-active+.swiper-slide+.swiper-slide~.swiper-slide{opacity:.5;pointer-events:none}}.featured-programs .swiper-slide .arrow-link,.featured-profiles .swiper-slide .arrow-link{font-size:1.25rem;line-height:1.2;font-family:justus-pro,serif;line-height:1.2;color:#0055b8;position:relative;color:#fff}.featured-programs .swiper-slide .arrow-link.btn,.featured-profiles .swiper-slide .arrow-link.btn{padding-right:1.5rem}.featured-programs .swiper-slide .arrow-link::after,.featured-profiles .swiper-slide .arrow-link::after{font-family:"Font Awesome 6 Pro";position:absolute;padding-left:.5rem;content:"";font-weight:700;color:#0055b8;-webkit-transition:opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);bottom:0;font-size:1.0625rem;line-height:.9}@media print,screen and (min-width:48.0625em){.featured-programs .swiper-slide .arrow-link::after,.featured-profiles .swiper-slide .arrow-link::after{bottom:.375rem}}.featured-programs .swiper-slide .arrow-link:hover::after,.featured-programs .swiper-slide .arrow-link:focus::after,.featured-profiles .swiper-slide .arrow-link:hover::after,.featured-profiles .swiper-slide .arrow-link:focus::after{-webkit-transform:translateX(5px);transform:translateX(5px)}.featured-programs .swiper-slide .arrow-link::after,.featured-profiles .swiper-slide .arrow-link::after{color:#fff}@media print,screen and (min-width:48.0625em){.featured-programs .swiper-slide .arrow-link,.featured-profiles .swiper-slide .arrow-link{font-size:1.625rem}}.featured-programs .swiper-slide p,.featured-profiles .swiper-slide p{font-size:.875rem;line-height:1.5;font-family:proxima-nova,sans-serif}@media print,screen and (min-width:48.0625em){.featured-programs .swiper-slide p,.featured-profiles .swiper-slide p{font-size:1rem}}.featured-programs .swiper-slide p:first-of-type,.featured-profiles .swiper-slide p:first-of-type{margin-top:1rem;margin-bottom:1rem}@media print,screen and (min-width:48.0625em){.featured-programs .swiper-slide p:first-of-type,.featured-profiles .swiper-slide p:first-of-type{margin-top:1.5rem}}@media print,screen and (min-width:48.0625em){.featured-programs .swiper-slide p:first-of-type,.featured-profiles .swiper-slide p:first-of-type{margin-bottom:1.5rem}}.featured-programs .swiper-slide .additional-options li,.featured-profiles .swiper-slide .additional-options li{margin-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;gap:.9375rem;list-style:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.featured-programs .swiper-slide .additional-options li::before,.featured-profiles .swiper-slide .additional-options li::before{font-family:"Font Awesome 6 Pro";font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;content:"";color:#edae00;font-weight:600}.featured-programs .intro-text a{text-decoration:underline}.featured-programs .intro-text a:hover,.featured-programs .intro-text a:focus{text-decoration:none}.fee-table{background-color:#133a6a}.fee-table h2,.fee-table h3,.fee-table h4,.fee-table a{color:#fff}@media print,screen and (min-width:64.0625em){.fee-table h2{font-size:2.375rem}}.fee-table h3.h2,.fee-table .accordion__button>span{font-family:proxima-nova,sans-serif;font-size:1.625rem;font-weight:700;line-height:1.2;font-weight:400;margin:0}@media print,screen and (min-width:48.0625em){.fee-table h3.h2,.fee-table .accordion__button>span{font-size:2rem}}@media print,screen and (min-width:64.0625em){.fee-table h3.h2,.fee-table .accordion__button>span{font-size:2.375rem}}.fee-table a:not(.btn){text-decoration:underline;text-underline-offset:2px}.fee-table a:not(.btn):hover{text-decoration:none}.fee-table ul.btn-row{list-style:none}.fee-table .btn--deco{background-color:#fff;color:#0055b8}.fee-table .btn--deco::before{border:1px solid #fff}.fee-table .btn--deco span{background:#fff}.fee-table .btn--deco span::before{border:1px solid #fff;border-top-color:rgba(0,0,0,0)}.fee-table .btn--deco:hover,.fee-table .btn--deco:focus{color:#fff}.fee-table .btn--deco:hover::before,.fee-table .btn--deco:focus::before{border-color:#0055b8}.fee-table .btn--deco:hover span,.fee-table .btn--deco:focus span{background:#0055b8;color:#fff}.fee-table .btn--deco:hover span::before,.fee-table .btn--deco:focus span::before{border-color:#0055b8;border-top-color:rgba(0,0,0,0)}@media print,screen and (min-width:64.0625em){.fee-table .large-2:nth-last-child(2){margin-left:calc(8.3333333333% + 1.25rem)}}.fee-table .accordion,.fee-table .accordion__button,.fee-table .accordion__content{background-color:rgba(0,0,0,0);border:none}.fee-table .accordion{padding-top:1.5rem;padding-bottom:1.5rem;border-bottom:2px solid #fff}@media print,screen and (min-width:48.0625em){.fee-table .accordion{padding-top:2rem;padding-bottom:2rem}}.fee-table .accordion:last-of-type{border-bottom-width:3px}.fee-table .accordion+.accordion{margin-top:0}.fee-table .accordion__button{padding-top:0;padding-bottom:0;padding-left:26px}@media print,screen and (min-width:48.0625em){.fee-table .accordion__button{padding-left:42px}}.fee-table .accordion__button span{display:inline-block}@media print,screen and (min-width:48.0625em){.fee-table .accordion__button span{margin-top:1.5rem}}@media print,screen and (min-width:48.0625em){.fee-table .accordion__button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.fee-table .accordion__button span{margin-top:0}}.fee-table .accordion__icon{left:0;bottom:unset;top:.6em}@media print,screen and (min-width:48.0625em){.fee-table .accordion__icon{left:6px;top:.9em;-webkit-transform:scale(1.75) rotate(180deg);transform:scale(1.75) rotate(180deg)}}@media print,screen and (min-width:48.0625em){.fee-table .accordion--open .accordion__button .accordion__icon{-webkit-transform:scale(1.75) rotate(0deg);transform:scale(1.75) rotate(0deg)}}.fee-table .accordion__content{padding-top:1.5rem;padding-right:0;padding-bottom:0;padding-left:26px}@media print,screen and (min-width:48.0625em){.fee-table .accordion__content{padding-top:2rem}}@media print,screen and (min-width:48.0625em){.fee-table .accordion__content{padding-left:42px}}.fee-table__fees>ul{list-style:none;color:#fff}.fee-table__fees li{padding-top:1.5rem;padding-bottom:1.5rem}@media print,screen and (min-width:48.0625em){.fee-table__fees li{padding-top:2rem;padding-bottom:2rem}}@media print,screen and (min-width:48.0625em){.fee-table__fees li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.fee-table__fees li+li{border-top:1px solid rgba(255,255,255,.5)}.fee-table__fees li:last-child{padding-bottom:0}.fee-table__fees li>span{font-family:proxima-nova,sans-serif;font-size:1.25rem;font-weight:700;line-height:1.2;display:inline-block;font-weight:400}@media print,screen and (min-width:48.0625em){.fee-table__fees li>span{font-size:1.375rem}}@media print,screen and (min-width:64.0625em){.fee-table__fees li>span{font-size:1.625rem}}@media print,screen and (min-width:48.0625em){.fee-table__fees li>span{text-align:right;-ms-flex-preferred-size:40%;flex-basis:40%}}@media print,screen and (min-width:48.0625em){.fee-table__fees li>div{max-width:53%}}.fee-table__fees li>div>span{font-family:proxima-nova,sans-serif;font-weight:700;font-size:1.25rem}@media print,screen and (min-width:48.0625em){.fee-table__fees li>div>span{font-family:justus-pro,serif;font-weight:400;font-size:1.625rem}}.fee-table__fees .tooltip{top:-4px}.fee-table__fees .tooltip__toggle{color:#fff}.fee-table__fees .tooltip__toggle:hover{color:#fff}.fee-table__fees .tooltip__toggle:focus{color:#edae00}.fee-table__fees .tooltip--open .tooltip__toggle{color:#fff}.fee-table__fees .tooltip__content p{color:#000;margin-bottom:0}.fee-table__disclaimer .btn--deco{font-size:1.125rem}@media print,screen and (max-width:48.06125em){.fee-table__disclaimer .cell+.cell{margin-top:1.5rem}}@media print,screen and (min-width:48.0625em){.fee-table__disclaimer .cell+.cell .btn-row{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}@media print,screen and (max-width:48.06125em){.fee-table__itself .medium-3 h4.eyebrow{margin-bottom:.375rem}.fee-table__itself .medium-3+.medium-3{margin-top:1rem}}.parallax-mask{position:relative;z-index:3;background:#fff}.hero{position:relative;overflow:hidden;max-height:75vh}.hero img,.hero video,.hero .video-feature{position:relative;display:block;width:100%;max-width:none;height:auto;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}@media print,screen and (min-width:48.0625em){.hero{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#979797}}.hero__media{display:block;width:100%}.hero__content{z-index:3;padding:1.25rem}@media print,screen and (min-width:48.0625em){.hero__content h1,.hero__content p{text-align:center;color:#fff}}.hero__content h1{font-family:justus-pro,serif;color:#fff}.hero__content p{max-width:41.25rem;margin-right:auto;margin-left:auto;font-family:proxima-nova,sans-serif;color:#fff}.hero__content .btn{margin:auto}.hero__content .breadcrumbs{margin-top:0;margin-bottom:0}@media print,screen and (min-width:48.0625em){.hero__content{position:absolute;color:#fff}}.hero__overlay{position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.4)}@media print,screen and (min-width:40.0625em)and (max-width:48.06125em){.hero__overlay{display:none}}.autoplay-video-container{position:relative}.hero--video .video-feature,.hero--video video{position:relative;z-index:2}@media print,screen and (min-width:48.0625em){.hero--video img{position:absolute;top:0;left:0;height:100%}}.hero-wrapper .hero--no-img{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;background:none}.hero-wrapper .hero--no-img .hero__content{padding-right:1.25rem;padding-left:1.25rem;max-width:75rem;margin-left:auto;margin-right:auto;padding-top:1.5rem;padding-bottom:1.5rem;position:relative;width:100%}@media print,screen and (min-width:48.0625em){.hero-wrapper .hero--no-img .hero__content{padding-top:2rem;padding-bottom:2rem}}.hero-wrapper .hero--no-img .hero__content h1,.hero-wrapper .hero--no-img .hero__content p{margin-right:0;margin-left:0;text-align:left;color:#fff}@media print,screen and (min-width:48.0625em){.hero-wrapper .hero--no-img:not(.hero--overlap-img) .hero__content{padding-top:1rem;padding-bottom:0}}.hero.hero--parallax{overflow:hidden;min-height:85vh}.hero.hero--parallax img,.hero.hero--parallax video{height:135%;-webkit-transform:translateY(calc(var(--scroll-tracker) * 35%));transform:translateY(calc(var(--scroll-tracker) * 35%));will-change:transform}.hero.hero--parallax .hero__media,.hero.hero--parallax .video-feature,.hero.hero--parallax .autoplay-video-container{height:100%}.hero.hero--parallax img,.hero.hero--parallax video,.hero.hero--parallax .hero__media,.hero.hero--parallax .video-feature,.hero.hero--parallax .autoplay-video-container{position:absolute;bottom:0;left:0;width:100%;-o-object-fit:cover;object-fit:cover}.hero--iframe .video-feature{position:relative;z-index:3;overflow:hidden;height:0;padding-top:30px;padding-bottom:56.25%}@media print,screen and (min-width:48.0625em){.hero--iframe img{position:absolute}}@media print,screen and (min-width:48.0625em){.hero--iframe iframe{position:absolute;z-index:2;top:0;left:0;width:100%;min-width:1165px;height:100%;min-height:700px}}.hero--iframe .video-feature{display:none}@media print,screen and (min-width:48.0625em){.hero--iframe .video-feature{display:block;margin-top:-3.125rem}}.hero--parallax-iframe .video-feature{display:none}@media print,screen and (min-width:48.0625em){.hero--parallax-iframe .video-feature{position:relative;z-index:2;display:block;width:100vw;height:100vh}}.hero-wrapper{padding-top:2rem;padding-bottom:2rem;background-image:url(/themes/custom/tulsacc/assets/img/pattern-bg.png);background-size:100px 45px;background-color:#142a4a;position:relative}@media print,screen and (min-width:48.0625em){.hero-wrapper{padding-top:5.0625rem;padding-bottom:0}}.hero-wrapper .breadcrumbs{margin-top:0;margin-bottom:0}.hero-wrapper .hero__content{padding-top:0;padding-bottom:0}.hero-wrapper .hero__content h1,.hero-wrapper .hero__content p{color:#fff}.hero-wrapper .hero__content h1{margin-top:0.5rem;font-size:2.5rem;line-height:1.2;font-family:proxima-nova,sans-serif;font-weight:300}@media print,screen and (min-width:48.0625em){.hero-wrapper .hero__content h1{font-size:4.5rem;line-height:1}}.hero-wrapper .hero__content p{margin-top:1.5rem;max-width:53.5rem;font-size:1.125rem;line-height:1.5;font-family:justus-pro,serif}@media print,screen and (min-width:48.0625em){.hero-wrapper .hero__content p{margin-top:2rem}}@media print,screen and (min-width:48.0625em){.hero-wrapper .hero__content p{font-size:1.25rem}}.hero--landing{overflow:visible}@media print,screen and (max-width:48.06125em){.hero--landing .autoplay-video-container{display:none}}@media print,screen and (min-width:48.0625em){.hero--landing{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.hero--landing .hero__media{border-bottom:48px solid #fff}.hero--landing .hero__media::after{content:"";position:absolute;z-index:3;bottom:-1px;left:0;width:100%;height:48px;background-color:#fff}.hero--landing.hero--video img{position:relative}.hero--landing.hero--video .autoplay-video-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}.hero--landing.hero--video .autoplay-video-container video{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}}.hero--landing .hero__content{background-color:#142a4a;color:#fff;padding:1.5rem 1.25rem}.hero--landing .hero__content .grid-container{padding-right:0;padding-left:0}.hero--landing .hero__content h1{font-family:proxima-nova,sans-serif;text-align:left}.hero--landing .hero__content .grid-container+h1{margin-top:1rem}@media print,screen and (min-width:48.0625em){.hero--landing .hero__content .grid-container+h1{margin-top:1.5rem}}@media print,screen and (min-width:48.0625em){.hero--landing .hero__content{padding-top:3rem;padding-right:3rem;padding-bottom:3rem;min-width:50vw;max-width:calc(100% - 8rem)}}@media screen and (min-width:75em){.hero--landing .hero__content{padding-left:calc(50% - 580px);padding-right:8.75rem;min-width:calc(50vw + 60px)}}.hero--landing .video-play-button{right:2rem;bottom:4.5rem;left:unset;background:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}.hero--landing .video-play-button::before{display:none}.hero--landing .video-play-button::after{color:#fff;font-weight:400}.hero--landing .video-play-button:hover::after,.hero--landing .video-play-button:focus::after{color:#142a4a}.hero--home{background-color:rgba(0,0,0,0);overflow:visible;max-height:unset;position:relative;z-index:2}@media print,screen and (min-width:48.0625em){.hero--home{display:block}}.hero--home .hero__media{background-image:url(/themes/custom/tulsacc/assets/img/pattern-bg.png);background-size:100px 45px;background-color:#142a4a;position:relative;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 screen and (min-width:48.0625em){.hero--home .hero__media{padding-bottom:5rem}}@media screen and (min-width:62.5em){.hero--home .hero__media{padding-bottom:7.5rem}}@media screen and (min-width:75.0625em){.hero--home .hero__media{padding-bottom:10rem}}.hero--home .hero__media .aspect-ratio-frame{position:relative;width:100%}@media screen and (min-width:48.0625em){.hero--home .hero__media .aspect-ratio-frame{width:calc(100% - 170px)}}@media screen and (min-width:62.5em){.hero--home .hero__media .aspect-ratio-frame{width:calc(100% - 14.375rem)}}@media screen and (min-width:75.0625em){.hero--home .hero__media .aspect-ratio-frame{width:calc(100% - 16.25rem)}}@media screen and (min-width:90em){.hero--home .hero__media .aspect-ratio-frame{width:calc(100vw - 50% + 720px - 16.25rem)}}.hero--home .hero__media .aspect-ratio-frame>.autoplay-video-container,.hero--home .hero__media .aspect-ratio-frame>.autoplay-video-container video,.hero--home .hero__media .aspect-ratio-frame>img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hero--home .hero__media .autoplay-video-container{display:none}@media screen and (min-width:48.0625em){.hero--home .hero__media .autoplay-video-container{display:block}}@media screen and (min-width:48.0625em){.hero--home .hero__media>.autoplay-video-container+img{display:none}}.hero--home .hero__media .video-play-button{left:unset;right:.4375rem;bottom:.4375rem}.hero--home .hero__media .video-play-button::before{display:none}.hero--home .hero__media .video-play-button::after{color:#edae00;font-weight:400}.hero--home .hero__media .video-play-button:hover,.hero--home .hero__media .video-play-button:focus{background-image:none}.hero--home .hero__media .video-play-button:hover::after,.hero--home .hero__media .video-play-button:focus::after{color:#142a4a}.hero--home .hero__content{background-color:#0055b8;padding:1.875rem 1.25rem}@media print,screen and (min-width:48.0625em){.hero--home .hero__content{position:relative;margin-top:-13.75rem;margin-right:5rem;padding:2.5rem}}@media print,screen and (min-width:64.0625em){.hero--home .hero__content{margin-left:1.25rem}}@media screen and (min-width:75.0625em){.hero--home .hero__content{margin-left:5rem;margin-right:10rem}}@media screen and (min-width:87.5em){.hero--home .hero__content{margin-left:auto;margin-right:auto;max-width:72.5rem}}.hero--home .hero__content h2{font-family:proxima-nova,sans-serif;font-size:2.5rem;font-weight:300;line-height:1;color:#fff;font-weight:200}@media print,screen and (min-width:48.0625em){.hero--home .hero__content h2{font-size:2.75rem}}@media print,screen and (min-width:64.0625em){.hero--home .hero__content h2{font-size:4.5rem}}.hero--home .hero__content .h4{margin-top:1.5rem;font-family:justus-pro,serif;font-size:1.125rem;font-weight:400;line-height:1.5;color:#fff}@media print,screen and (min-width:48.0625em){.hero--home .hero__content .h4{font-size:1.25rem}}.hero--home .hero__content p{margin:0}.hero--home .hero__content .btn-row{margin-top:2rem;-ms-flex-line-pack:center;align-content:center;gap:1.5rem}.hero--home .hero__content .btn-row ul{list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-line-pack:center;align-content:center;gap:.75rem 2.25rem}.hero--home .hero__content .btn-row .linkarrow a{color:#0055b8;position:relative;color:#fff;font-weight:600}.hero--home .hero__content .btn-row .linkarrow a.btn{padding-right:1.5rem}.hero--home .hero__content .btn-row .linkarrow a::after{font-family:"Font Awesome 6 Pro";position:absolute;padding-left:.5rem;content:"";font-weight:700;color:#0055b8;-webkit-transition:opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);bottom:0;font-size:1.0625rem;line-height:.9}@media print,screen and (min-width:48.0625em){.hero--home .hero__content .btn-row .linkarrow a::after{bottom:.375rem}}.hero--home .hero__content .btn-row .linkarrow a:hover::after,.hero--home .hero__content .btn-row .linkarrow a:focus::after{-webkit-transform:translateX(5px);transform:translateX(5px)}.hero--home .hero__content .btn-row .linkarrow a::after{color:#edae00;bottom:4px}.hero--home .hero__content .btn-row .linkarrow a:hover,.hero--home .hero__content .btn-row .linkarrow a:focus{color:#edae00}.hero--home .hero__content .btn-row .linkarrow a:hover::after,.hero--home .hero__content .btn-row .linkarrow a:focus::after{color:#edae00}.hero--home .hero__content .btn--deco{margin:0;background-color:#fff;color:#0055b8}.hero--home .hero__content .btn--deco::before{border:1px solid #fff}.hero--home .hero__content .btn--deco span{background:#fff}.hero--home .hero__content .btn--deco span::before{border:1px solid #fff;border-top-color:rgba(0,0,0,0)}.hero--home .hero__content .btn--deco:hover,.hero--home .hero__content .btn--deco:focus{color:#142a4a}.hero--home .hero__content .btn--deco:hover::before,.hero--home .hero__content .btn--deco:focus::before{border-color:#edae00}.hero--home .hero__content .btn--deco:hover span,.hero--home .hero__content .btn--deco:focus span{background:#edae00;color:#142a4a}.hero--home .hero__content .btn--deco:hover span::before,.hero--home .hero__content .btn--deco:focus span::before{border-color:#edae00;border-top-color:rgba(0,0,0,0)}.hero-wrapper>.grid-container>.grid-container{padding:0}.home-news-events-feature{margin:2.5rem 0 2.5rem 0;overflow:hidden;position:relative;z-index:2;background-color:#fff}@media print,screen and (min-width:48.0625em){.home-news-events-feature{margin:7.5rem 0 0 0;padding-top:6rem;padding-bottom:12.5rem}}@media print,screen and (min-width:48.0625em){.home-news-events-feature .featured-items{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.home-news-events-feature .swiper-navigation{position:absolute;top:50%;right:1.25rem;display:block}.home-news-events-feature .swiper-navigation .slider-navigation__prev{display:none;visibility:hidden}.home-news-events-feature .swiper-navigation button{width:2.5rem;height:2.5rem;background-color:rgba(0,0,0,0);border-radius:50%}.home-news-events-feature .swiper-navigation button span{clip:rect(0 0 0 0);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.home-news-events-feature .swiper-navigation button::before{display:block;width:2.5rem;height:2.5rem;background-size:26px 42px;background-repeat:no-repeat;background-position:center;top:0;left:0;bottom:auto;right:auto;border:0;background-color:rgba(0,0,0,0)}.home-news-events-feature .swiper-navigation button.slider-navigation__next::before{background-image:url(/themes/custom/tulsacc/assets/img/arrow-right-blue.svg)}.home-news-events-feature .swiper-navigation button:hover,.home-news-events-feature .swiper-navigation button:focus{background-image:none}@media print,screen and (min-width:48.0625em){.home-news-events-feature .swiper-navigation{display:none;visibility:hidden}}@media print,screen and (max-width:48.06125em){.home-news-events-feature .swiper-container{padding-right:6.25rem}}@media print,screen and (max-width:48.06125em){.home-news-events-feature .swiper-slide:not(.swiper-slide-active){opacity:.25}}@media print,screen and (min-width:48.0625em){.home-news-events-feature .swiper-slide{width:100% !important;margin-right:0 !important}}.home-news-events-feature .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:2.5rem}@media print,screen and (min-width:48.0625em){.home-news-events-feature .grid-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:8.75rem}}.home-news-events-feature .small-feature{-ms-flex-preferred-size:22.5rem;flex-basis:22.5rem;-ms-flex-negative:0;flex-shrink:0;position:relative;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}@media print,screen and (max-width:48.06125em){.home-news-events-feature .small-feature{background-color:#f8f5ef;padding:2.5rem 1.25rem;margin:0 -1.25rem}}@media print,screen and (min-width:48.0625em){.home-news-events-feature .small-feature{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.home-news-events-feature .small-feature::before{content:"";display:block;position:absolute;background-color:#f8f5ef;width:100vw;right:-6.25rem;top:-6rem;bottom:-3.75rem;z-index:-1}}.home-news-events-feature .small-feature .featured-news-item p{font-family:proxima-nova,sans-serif;font-size:1rem}.home-news-events-feature .small-feature .featured-news-item p:last-of-type{margin-bottom:0}.home-news-events-feature .small-feature .eyebrow{margin-bottom:0}.home-news-events-feature .small-feature h3{font-size:1.3125rem;font-family:justus-pro,serif;font-weight:400;margin-bottom:0;margin-top:.625rem;line-height:1.5}@media print,screen and (min-width:48.0625em){.home-news-events-feature .small-feature h3{font-size:1.625rem;margin-top:.125rem}}.home-news-events-feature .small-feature h3+p{margin-top:1rem;font-size:1rem;line-height:1.5;font-family:proxima-nova,sans-serif}@media print,screen and (min-width:48.0625em){.home-news-events-feature .small-feature h3+p{margin-top:1.5rem}}.home-news-events-feature .small-feature h3 p:last-of-type{margin-bottom:0}.home-news-events-feature .small-feature .icon-list{margin-top:1rem}@media print,screen and (min-width:48.0625em){.home-news-events-feature .small-feature .icon-list{margin-top:1.5rem}}.home-news-events-feature .small-feature .icon-list .icon-list__icon{color:#0055b8;top:.25rem}@media print,screen and (min-width:48.0625em){.home-news-events-feature .small-feature .featured-event+.featured-event,.home-news-events-feature .small-feature .featured-news-item{margin-top:2.5rem}.home-news-events-feature .small-feature .featured-news-item{padding-top:2.5rem;border-top:.0625rem solid #dcd1b0}}.home-news-events-feature .large-feature{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}@media print,screen and (min-width:48.0625em){.home-news-events-feature .large-feature{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}.home-news-events-feature .large-feature h2{font-size:1.625rem}@media print,screen and (min-width:48.0625em){.home-news-events-feature .large-feature h2{font-size:2.375rem}}.home-news-events-feature .large-feature .btn-row{margin-top:1.5rem;margin-bottom:0}@media print,screen and (min-width:48.0625em){.home-news-events-feature .large-feature .btn-row{margin-top:2rem}}@media print,screen and (min-width:64.0625em){.home-news-events-feature .large-feature .btn-row{margin-top:3rem}}.home-news-events-feature .large-feature .btn-row .btn--deco>span{padding:.75rem 5rem}.home-news-events-feature .large-feature .aspect-ratio-frame{margin-top:1.5rem;margin-bottom:1.5rem;margin-left:-1.25rem}@media print,screen and (min-width:48.0625em){.home-news-events-feature .large-feature .aspect-ratio-frame{margin-top:2rem}}@media print,screen and (min-width:64.0625em){.home-news-events-feature .large-feature .aspect-ratio-frame{margin-top:3rem}}@media print,screen and (min-width:48.0625em){.home-news-events-feature .large-feature .aspect-ratio-frame{margin-bottom:2rem}}@media print,screen and (min-width:64.0625em){.home-news-events-feature .large-feature .aspect-ratio-frame{margin-bottom:3rem}}@media print,screen and (min-width:48.0625em){.home-news-events-feature .large-feature .aspect-ratio-frame{margin-left:-6.25rem;margin-right:-1.25rem}}.home-news-events-feature .large-feature .aspect-ratio-frame::before{padding-bottom:66.7%}@media screen and (min-width:75em){.home-news-events-feature .large-feature .aspect-ratio-frame{margin-right:calc(580px - 50vw)}.home-news-events-feature .large-feature .aspect-ratio-frame::before{padding-bottom:33vw}}@media screen and (min-width:118.75em){.home-news-events-feature .large-feature .aspect-ratio-frame::before{padding-bottom:25vw}}.home-news-events-feature .large-feature h3{font-size:1.625rem;line-height:1.2;margin:0}@media print,screen and (min-width:48.0625em){.home-news-events-feature .large-feature h3{font-size:2.375rem}}.home-news-events-feature .large-feature h3 .link-arrow::after{bottom:.5rem;font-size:1.125rem}@media print,screen and (min-width:48.0625em){.home-news-events-feature .large-feature h3 .link-arrow::after{bottom:.75rem;font-size:1.5625rem}}.home-news-events-feature .large-feature h3+p{margin-top:1rem;font-size:1rem;line-height:1.5;font-family:justus-pro,serif;margin-bottom:0}@media print,screen and (min-width:48.0625em){.home-news-events-feature .large-feature h3+p{margin-top:1.5rem}}@media print,screen and (min-width:48.0625em){.home-news-events-feature .large-feature h3+p{font-size:1.25rem}}.home-news-events-feature ul.btn-row{list-style:none}.home-news-events-feature ul.btn-row.mobile-version{margin-top:2.5rem}@media print,screen and (min-width:48.0625em){.home-news-events-feature ul.btn-row.mobile-version{display:none}}.home-news-events-feature ul.btn-row.desktop-version{display:none}@media print,screen and (min-width:48.0625em){.home-news-events-feature ul.btn-row.desktop-version{display:-webkit-box;display:-ms-flexbox;display:flex}}.home-news-events-feature a.link-arrow{position:relative}.home-news-events-feature a.link-arrow::after{font-family:"Font Awesome 6 Pro";position:absolute;padding-left:.5rem;content:"";font-weight:700;-webkit-transition:opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);bottom:0;font-size:.75em}.home-news-events-feature a.link-arrow:hover,.home-news-events-feature a.link-arrow:focus{color:#142a4a;text-decoration:none}.home-news-events-feature a.link-arrow:hover::after,.home-news-events-feature a.link-arrow:focus::after{color:#142a4a}@media print,screen and (min-width:48.0625em){.home-news-events-feature.no-feature{background-color:#f8f5ef}.home-news-events-feature.no-feature .grid-container{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;gap:2rem}}@media print,screen and (min-width:64.0625em){.home-news-events-feature.no-feature .small-feature .featured-items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:2rem}.home-news-events-feature.no-feature .small-feature .featured-items .swiper-slide{-ms-flex-preferred-size:33%;flex-basis:33%;margin-top:0}.home-news-events-feature.no-feature .small-feature .featured-items .featured-news-item{padding-top:0;border-top:none}}.home-promo .grid-container{padding-bottom:2.5rem;padding-right:1.25rem;background-color:#f8f5ef}@media print,screen and (min-width:48.0625em){.home-promo .grid-container{display:-webkit-box;display:-ms-flexbox;display:flex;gap:2.5rem;padding-bottom:4rem;padding-right:3.8125rem;padding-top:0;position:relative;margin:5rem auto}.home-promo .grid-container::before,.home-promo .grid-container::after{content:"";display:block;background-color:#fff;position:absolute;left:0}.home-promo .grid-container::before{width:3.75rem;height:100%;top:0}.home-promo .grid-container::after{height:2.5rem;width:100%}}@media print,screen and (max-width:48.06125em){.home-promo .grid-container .aspect-ratio-frame{margin-left:-1.25rem;margin-right:-1.25rem}}@media print,screen and (min-width:48.0625em){.home-promo .grid-container .aspect-ratio-frame{max-width:28.75rem;-ms-flex-preferred-size:39.65%;flex-basis:39.65%;-ms-flex-negative:0;flex-shrink:0;-ms-flex-item-align:start;align-self:flex-start;position:relative;z-index:1}}.home-promo .grid-container .home-promo-content{margin-top:2.5rem}@media print,screen and (min-width:48.0625em){.home-promo .grid-container .home-promo-content{padding-top:3rem}}.home-promo .grid-container h2{margin-bottom:0}.home-promo .grid-container .home-promo-copy,.home-promo .grid-container .icon-list,.home-promo .grid-container .btn{margin-top:1.25rem;margin-bottom:0}.home-promo .grid-container .icon-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-column-gap:1.5rem;-moz-column-gap:1.5rem;column-gap:1.5rem;row-gap:.625rem;max-width:24rem}.home-promo .grid-container .icon-list li{-ms-flex-preferred-size:calc(50% - 24px);flex-basis:calc(50% - 24px);-ms-flex-negative:0;flex-shrink:0;margin-top:0}@media print,screen and (max-width:48.06125em){.home-promo .grid-container .icon-list li{-ms-flex-preferred-size:100%;flex-basis:100%}}.home-promo .grid-container .icon-list__icon::before{color:#0055b8}.home-page--grouping{position:relative;z-index:1}@media screen and (min-width:90em){.home-page--grouping .grid-margin-x>.medium-offset-3{margin-left:calc(19% + 1.25rem)}}.hero--home+.home-page--grouping::before{content:"";display:block;position:absolute;z-index:1;right:0;bottom:100%;width:calc(100% - 170px);height:120px;background-color:#f8f5ef}@media screen and (min-width:62.5em){.hero--home+.home-page--grouping::before{width:calc(100% - 14.375rem)}}@media screen and (min-width:75.0625em){.hero--home+.home-page--grouping::before{width:calc(100% - 16.25rem)}}@media screen and (min-width:90em){.hero--home+.home-page--grouping::before{width:calc(100vw - 50% + 720px - 16.25rem)}}.home-page-specials{position:relative;z-index:2;background-color:#f8f5ef}@media print,screen and (min-width:48.0625em){.home-page-specials{background-color:rgba(0,0,0,0)}}.home-page-specials::before{content:"";display:block;position:absolute;z-index:1;top:0;right:0;bottom:0;width:calc(100% - 170px);background-color:#f8f5ef}@media screen and (min-width:62.5em){.home-page-specials::before{width:calc(100% - 14.375rem)}}@media screen and (min-width:75.0625em){.home-page-specials::before{width:calc(100% - 16.25rem)}}@media screen and (min-width:90em){.home-page-specials::before{width:calc(100vw - 50% + 720px - 16.25rem)}}.home-page-specials .grid-container{position:relative;z-index:2}@media print,screen and (min-width:48.0625em)and (max-width:64.06125em){.why-tcc+.home-proof-points{margin-top:-50px}}@media print,screen and (min-width:64.0625em){.why-tcc+.home-proof-points{margin-top:-180px}}.home-proof-points .cell+.cell{margin-top:1.5rem}@media print,screen and (min-width:48.0625em){.home-proof-points .cell+.cell{margin-top:0}}.home-proof-points__title h2{margin-top:2.5rem}@media print,screen and (min-width:48.0625em){.home-proof-points__title h2{margin-top:0}}.home-proof-points__title p{margin-top:1.5rem}@media print,screen and (min-width:48.0625em){.home-proof-points__title p{margin-top:2rem}}.home-proof-points__title p.desc{margin-top:1rem}@media print,screen and (min-width:48.0625em){.home-proof-points__title p.desc{margin-top:1.5rem}}.home-proof-points .proof-point-image.aspect-ratio-frame{margin:0 -1.25rem}.home-proof-points .proof-point-image.aspect-ratio-frame::before{padding-bottom:66.7%}@media screen and (min-width:75em){.home-proof-points .proof-point-image.aspect-ratio-frame{margin-right:calc(580px - 50vw)}.home-proof-points .proof-point-image.aspect-ratio-frame::before{padding-bottom:33vw}}@media screen and (min-width:118.75em){.home-proof-points .proof-point-image.aspect-ratio-frame::before{padding-bottom:25vw}}.home-proof-points .proof-points{list-style:none}@media print,screen and (max-width:48.06125em){.home-proof-points .proof-points li{display:-webkit-box;display:-ms-flexbox;display:flex;gap:2.5rem}.home-proof-points .proof-points .proof-points__hero{-ms-flex-preferred-size:5rem;flex-basis:5rem}}.home-proof-points .proof-points li+li{margin-top:2rem}@media print,screen and (min-width:48.0625em){.home-proof-points .proof-points li+li{margin-top:3rem}}@media print,screen and (min-width:64.0625em){.home-proof-points .proof-points li+li{margin-top:4rem}}.home-proof-points .proof-points h3{font-family:justus-pro,serif;font-size:1.125rem;font-weight:400;line-height:1.5;margin-bottom:0;margin-top:0}@media print,screen and (min-width:64.0625em){.home-proof-points .proof-points h3{margin-top:1rem;font-size:1.625rem}}.home-proof-points .proof-points p{font-family:proxima-nova,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;margin-top:1rem}@media print,screen and (min-width:48.0625em){.home-proof-points .proof-points p{margin-top:1.5rem}}.home-proof-points .proof-points p.desc{margin-top:0.5rem}@media print,screen and (min-width:48.0625em){.home-proof-points .proof-points p.desc{margin-top:1rem}}.home-proof-points .proof-points .proof-point-link{font-weight:700;position:relative}.home-proof-points .proof-points .proof-point-link::after{font-family:"Font Awesome 6 Pro";position:absolute;padding-left:.5rem;content:"";font-weight:700;-webkit-transition:opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);bottom:.25em;font-size:.75em}.home-proof-points .proof-points .proof-points__hero-text,.home-proof-points .proof-points .proof-points__hero span{line-height:1;color:#142a4a;font-size:1.875rem;padding-top:.4375rem;margin:0}@media print,screen and (min-width:40.0625em){.home-proof-points .proof-points .proof-points__hero-text,.home-proof-points .proof-points .proof-points__hero span{font-size:3.75rem}}@media print,screen and (min-width:64.0625em){.home-proof-points .proof-points .proof-points__hero-text,.home-proof-points .proof-points .proof-points__hero span{font-size:4.75rem}}@media print,screen and (min-width:64.0625em){.home-proof-points .proof-points .proof-points__hero span.fas{padding-left:8px}}.home-proof-points--affordability{position:relative}.home-proof-points--affordability::after{content:"";position:absolute;right:0;bottom:100%;height:200px;background-color:#f8f5ef;width:calc(100% - 170px)}@media screen and (min-width:62.5em){.home-proof-points--affordability::after{width:calc(100% - 14.375rem)}}@media screen and (min-width:75.0625em){.home-proof-points--affordability::after{width:calc(100% - 16.25rem)}}@media screen and (min-width:90em){.home-proof-points--affordability::after{width:calc(100vw - 50% + 720px - 16.25rem)}}@media print,screen and (min-width:48.0625em){.home-proof-points--affordability .proof-points li{display:-webkit-box;display:-ms-flexbox;display:flex;gap:2.5rem}.home-proof-points--affordability .proof-points__hero{-ms-flex-preferred-size:10rem;flex-basis:10rem}}.program-detail .hero--no-img{padding-bottom:2rem}@media print,screen and (min-width:48.0625em){.program-detail .hero--no-img{padding-bottom:3rem}}@media print,screen and (min-width:64.0625em){.program-detail .hero--no-img{padding-bottom:5rem}}.image-video-gallery{overflow:hidden !important}.image-video-gallery h2.section-heading__heading{font-family:proxima-nova,sans-serif;font-size:1.625rem;font-weight:700;line-height:1.2}@media print,screen and (min-width:48.0625em){.image-video-gallery h2.section-heading__heading{font-size:2rem}}@media print,screen and (min-width:64.0625em){.image-video-gallery h2.section-heading__heading{font-size:2.375rem}}.image-video-gallery .section-heading__subheading.intro-text:first-child{margin-top:1rem}@media print,screen and (min-width:48.0625em){.image-video-gallery .section-heading__subheading.intro-text:first-child{margin-top:1.5rem}}.image-video-gallery figure{margin:0}.image-video-gallery figcaption{margin:0}.image-video-gallery figcaption h3{font-family:justus-pro,serif;font-size:1.25rem;font-weight:400;line-height:1.2;padding-top:1rem}@media print,screen and (min-width:48.0625em){.image-video-gallery figcaption h3{font-size:1.5rem}}@media print,screen and (min-width:64.0625em){.image-video-gallery figcaption h3{font-size:1.625rem}}@media print,screen and (min-width:48.0625em){.image-video-gallery figcaption h3{padding-top:1.5rem}}.image-video-gallery figcaption p{font-size:1rem;font-weight:400;line-height:1.5;margin-top:.5rem}.image-video-gallery .grid-container--swiper{position:relative}.image-video-gallery .swiper-slide .aspect-ratio-frame>a{display:block}.image-video-gallery .swiper-slide .play-button{right:2rem;bottom:1.5rem;left:auto;top:auto;width:2.5rem;height:2.5rem;-webkit-transform:none;transform:none;opacity:1;display:block;-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.image-video-gallery .swiper-slide .aspect-ratio-frame>a:hover .play-button,.image-video-gallery .swiper-slide .aspect-ratio-frame>a:focus .play-button{-webkit-transform:scale(1.25);transform:scale(1.25)}.image-video-gallery .swiper-navigation{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width:1379px){.image-video-gallery .swiper-navigation{gap:1rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;margin-top:1rem}}@media screen and (min-width:1380px){.image-video-gallery .swiper-navigation{position:absolute;width:100%;left:0;top:240px}}.image-video-gallery .swiper-navigation button{width:2.5rem;height:2.5rem;background-color:#142a4a;border-radius:50%}@media screen and (min-width:1380px){.image-video-gallery .swiper-navigation button{width:3.75rem;height:3.75rem;position:absolute;top:50%}.image-video-gallery .swiper-navigation button.swiper-button-disabled{opacity:0}}.image-video-gallery .swiper-navigation button span{clip:rect(0 0 0 0);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.image-video-gallery .swiper-navigation button::before{display:block;width:2.5rem;height:2.5rem;background-size:11px 19px;background-repeat:no-repeat;background-position:center;top:0;left:0;bottom:auto;right:auto;border:0;background-color:#142a4a;border-radius:50%}@media screen and (min-width:1380px){.image-video-gallery .swiper-navigation button::before{background-size:17px 29px;width:3.75rem;height:3.75rem}}.image-video-gallery .swiper-navigation button:hover::before,.image-video-gallery .swiper-navigation button:focus::before{background-color:#0055b8}.image-video-gallery .swiper-navigation button.slider-navigation__prev::before{background-image:url(/themes/custom/tulsacc/assets/img/arrow-left.svg)}@media screen and (min-width:1380px){.image-video-gallery .swiper-navigation button.slider-navigation__prev{left:-0.5rem}}.image-video-gallery .swiper-navigation button.slider-navigation__next::before{background-image:url(/themes/custom/tulsacc/assets/img/arrow-right.svg)}@media screen and (min-width:1380px){.image-video-gallery .swiper-navigation button.slider-navigation__next{right:0}}.image-video-gallery .swiper-slide figure{-webkit-transition:-webkit-transform .1s ease-in;transition:-webkit-transform .1s ease-in;transition:transform .1s ease-in;transition:transform .1s ease-in,-webkit-transform .1s ease-in}.image-video-gallery .swiper-slide:not(.swiper-slide-active) figure{-webkit-transform:scale(0.5);transform:scale(0.5);-webkit-transform-origin:left center;transform-origin:left center;-webkit-transition:-webkit-transform .1s ease-in;transition:-webkit-transform .1s ease-in;transition:transform .1s ease-in;transition:transform .1s ease-in,-webkit-transform .1s ease-in}.image-video-gallery .swiper-slide:not(.swiper-slide-active) a{pointer-events:none}.image-video-gallery .swiper-slide:not(.swiper-slide-active) figcaption{display:none}.image-video-gallery .swiper-slide{opacity:0}.image-video-gallery .swiper-slide.swiper-slide-active{opacity:1;z-index:2}.image-video-gallery .swiper-slide.swiper-slide-active+.swiper-slide{opacity:.5;-webkit-transform:translateX(-120px);transform:translateX(-120px)}.image-video-gallery .swiper-slide.swiper-slide-active+.swiper-slide~.swiper-slide{opacity:0}.in-the-media.featured-section{background-color:#f8f5ef;padding-top:3rem;padding-bottom:6.5rem}@media print,screen and (min-width:48.0625em){.in-the-media.featured-section{padding-top:7.5rem;padding-bottom:7.5rem}}.in-the-media.featured-section .eyebrow{color:#000}.in-the-media.featured-section .program-link{font-family:justus-pro,serif;font-size:1.125rem;line-height:1.5}@media print,screen and (min-width:48.0625em){.in-the-media.featured-section .program-link{font-size:1.5rem}}.in-the-media.featured-section>.grid-container{margin-top:1.5rem;position:relative}@media print,screen and (min-width:48.0625em){.in-the-media.featured-section>.grid-container{margin-top:2rem}}.in-the-media.featured-section .swiper-container{overflow:hidden}.in-the-media.featured-section .swiper-navigation{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width:1379px){.in-the-media.featured-section .swiper-navigation{margin-top:1.5rem;gap:1rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:calc(100% - 40px)}}@media screen and (min-width:1380px){.in-the-media.featured-section .swiper-navigation{width:calc(100% + 152px);left:-4.75rem;position:static}}.in-the-media.featured-section .swiper-navigation button{width:2.5rem;height:2.5rem;background-color:#142a4a;border-radius:50%}@media screen and (min-width:1380px){.in-the-media.featured-section .swiper-navigation button{width:3.75rem;height:3.75rem;position:absolute;bottom:50%;margin-bottom:-1.875rem}}.in-the-media.featured-section .swiper-navigation button span{clip:rect(0 0 0 0);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.in-the-media.featured-section .swiper-navigation button::before{display:block;width:2.5rem;height:2.5rem;background-size:11px 19px;background-repeat:no-repeat;background-position:center;top:0;left:0;bottom:auto;right:auto;border:0;background-color:#142a4a;border-radius:50%}@media screen and (min-width:1380px){.in-the-media.featured-section .swiper-navigation button::before{background-size:17px 29px;width:3.75rem;height:3.75rem}}.in-the-media.featured-section .swiper-navigation button:hover::before,.in-the-media.featured-section .swiper-navigation button:focus::before{background-color:#0055b8}.in-the-media.featured-section .swiper-navigation button.slider-navigation__prev::before{background-image:url(/themes/custom/tulsacc/assets/img/arrow-left.svg)}@media screen and (min-width:1380px){.in-the-media.featured-section .swiper-navigation button.slider-navigation__prev{left:-6.25rem}}.in-the-media.featured-section .swiper-navigation button.slider-navigation__next::before{background-image:url(/themes/custom/tulsacc/assets/img/arrow-right.svg)}@media screen and (min-width:1380px){.in-the-media.featured-section .swiper-navigation button.slider-navigation__next{right:-6.25rem}}@media print,screen and (min-width:48.0625em){.in-the-media.featured-section.hide-nav-arrows .swiper-navigation{display:none;visibility:hidden}}@media print,screen and (min-width:48.0625em){.in-the-media.featured-section.hide-nav-arrows .swiper-container{padding-right:0}}@media print,screen and (max-width:48.06125em){.in-the-media.featured-section.single-slide{padding-bottom:3rem}}.in-the-media.featured-section.single-slide .swiper-navigation{display:none;visibility:hidden}.listing__form{background-color:#f8f5ef;padding:3rem 0}@media print,screen and (min-width:48.0625em){.listing__form{padding:7.5rem 0}}.listing__form h2{margin:0}.listing__form .form-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:1.5rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:1.5rem}@media print,screen and (min-width:48.0625em){.listing__form .form-row{margin-top:2rem}}@media print,screen and (min-width:48.0625em){.listing__form .form-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:2rem}.listing__form .form-row+.form-row>div{-ms-flex-preferred-size:37.67%;flex-basis:37.67%}}.listing__form .form-row.flex-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.listing__form .form-row.flex-start>div+div .form-checkboxes.bef-checkboxes label{font-family:proxima-nova,sans-serif;font-size:1.125rem;line-height:1.5;margin-left:2.3125rem;margin-bottom:0}.listing__form .form-row.flex-start>div+div .form-checkboxes.bef-checkboxes label::before{border-radius:.1875rem;width:1.375rem;height:1.375rem;top:0;left:-2.3125rem}.listing__form .form-row.flex-start>div+div .form-checkboxes.bef-checkboxes label::after{top:.8125rem;left:-1.75rem}.listing__form .form-row.flex-start>div+div input:focus+label::before{border-color:#000}@media print,screen and (min-width:48.0625em){.listing__form .form-row.flex-start>div{-ms-flex-preferred-size:33.333%;flex-basis:33.333%;min-width:calc(33.333% - 32px)}.listing__form .form-row.flex-start>div+div{min-width:25rem}}.listing__form .form-row .form-checkboxes.bef-checkboxes{display:-webkit-box;display:-ms-flexbox;display:flex;gap:2.5rem}.listing__form .form-item{margin-top:0}.listing__form .btn{margin-top:1.5rem;margin-bottom:0}@media print,screen and (min-width:48.0625em){.listing__form .btn{margin-top:2rem}}.listing__form select,.listing__form input{font-family:proxima-nova,sans-serif;font-size:1.125rem;padding:.5rem 1.25rem;color:#000;width:100%;border-color:#0055b8;font-weight:400}@media print,screen and (min-width:48.0625em){.listing__form select,.listing__form input{padding:1.75rem 1.3125rem 1.5625rem}}.listing__form select:hover:not(:disabled),.listing__form select:focus:not(:disabled),.listing__form input:hover:not(:disabled),.listing__form input:focus:not(:disabled){background-image:none;border-color:#0055b8}.listing__form .input-deco{position:relative}.listing__form input.form-submit{padding:.75rem 2rem;width:118px;color:#fff}.listing__form input.form-submit:hover,.listing__form input.form-submit:focus{background-color:#142a4a}.listing__form .js-form-type-select select{background-image:url(/themes/custom/tulsacc/assets/img/Single-Down.svg) !important;background-size:18px;background-position:95% 50%;background-position:right 20px center;background-repeat:no-repeat;padding-right:3.125rem}.listing__form label,.listing__form legend{font-size:1.125rem;color:#484849;font-family:justus-pro,serif;font-weight:400}@media print,screen and (min-width:48.0625em){.listing__form label,.listing__form legend{font-size:1.25rem}}.listing__form label+select,.listing__form label+input,.listing__form label+.fieldset-wrapper,.listing__form legend+select,.listing__form legend+input,.listing__form legend+.fieldset-wrapper{margin-top:1rem}@media print,screen and (min-width:48.0625em){.listing__form label+select,.listing__form label+input,.listing__form label+.fieldset-wrapper,.listing__form legend+select,.listing__form legend+input,.listing__form legend+.fieldset-wrapper{margin-top:1.5rem}}@media print,screen and (min-width:48.0625em){.listing__form .form-item-search{-ms-flex-preferred-size:59.56%;flex-basis:59.56%}.listing__form .form-item-search+div{-ms-flex-preferred-size:37.67%;flex-basis:37.67%}}.vaf{margin-top:1rem;padding-top:1rem;border-top:.0625rem solid #dcd1b0}@media print,screen and (min-width:48.0625em){.vaf{margin-top:1.5rem}}@media print,screen and (min-width:48.0625em){.vaf{padding-top:1.5rem}}.vaf .vaf__item,.vaf .vaf__clear{background-color:#fff;background-image:none;border:.0625rem solid #0055b8;border-radius:62.5rem;padding-left:.5rem;padding-right:.5rem;font-size:.875rem;padding-top:.125rem;padding-bottom:.125rem;font-weight:700;color:#0055b8;line-height:1.4;-ms-flex-item-align:start;align-self:flex-start}.vaf .vaf__item::before,.vaf .vaf__clear::before{content:none}.vaf .vaf__item::after,.vaf .vaf__clear::after{color:#142a4a}.vaf .vaf__item:hover,.vaf .vaf__item:focus,.vaf .vaf__clear:hover,.vaf .vaf__clear:focus{text-decoration:none;background-color:#002652;border-color:#002652;background-image:none;color:#fff;outline:none}.vaf .vaf__item:hover::after,.vaf .vaf__item:focus::after,.vaf .vaf__clear:hover::after,.vaf .vaf__clear:focus::after{color:#fff}@media print,screen and (min-width:48.0625em){.vaf .vaf__item,.vaf .vaf__clear{font-size:1rem;padding-left:1rem;padding-right:1rem;padding-top:.0625rem;padding-bottom:.0625rem}}.vaf .x{clip:rect(0 0 0 0);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px;margin-left:.8125rem}.vaf .vaf__group li a{padding-right:2.5rem;padding-left:1rem;position:relative}.vaf .vaf__group li a::before{content:"";font-family:"Font Awesome 6 Pro";display:block;width:1.25rem;height:1.25rem;position:absolute;right:.3125rem;top:.3125rem}.listing__form fieldset{background-color:rgba(0,0,0,0);border:none;padding:0}.listing__form fieldset::before{display:none}.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-listing .news-listing-item,.news-listing .event-listing-item,.event-listing .news-listing-item,.event-listing .event-listing-item{padding-left:0;display:-webkit-box;display:-ms-flexbox;display:flex;gap:1.5rem;margin-top:2.5rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media print,screen and (min-width:48.0625em){.news-listing .news-listing-item,.news-listing .event-listing-item,.event-listing .news-listing-item,.event-listing .event-listing-item{margin-top:6rem;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:2.5rem}}.news-listing .news-listing-item::before,.news-listing .event-listing-item::before,.event-listing .news-listing-item::before,.event-listing .event-listing-item::before{content:none}.news-listing .news-listing-item .news-listing-heading,.news-listing .news-listing-item .event-listing-heading,.news-listing .event-listing-item .news-listing-heading,.news-listing .event-listing-item .event-listing-heading,.event-listing .news-listing-item .news-listing-heading,.event-listing .news-listing-item .event-listing-heading,.event-listing .event-listing-item .news-listing-heading,.event-listing .event-listing-item .event-listing-heading{margin-top:0}@media print,screen and (max-width:48.06125em){.news-listing .news-listing-item .news-listing-heading,.news-listing .news-listing-item .event-listing-heading,.news-listing .event-listing-item .news-listing-heading,.news-listing .event-listing-item .event-listing-heading,.event-listing .news-listing-item .news-listing-heading,.event-listing .news-listing-item .event-listing-heading,.event-listing .event-listing-item .news-listing-heading,.event-listing .event-listing-item .event-listing-heading{font-size:1.375rem}}@media print,screen and (max-width:48.06125em){.news-listing .news-listing-item .news-listing-item-content,.news-listing .news-listing-item .event-listing-item-content,.news-listing .event-listing-item .news-listing-item-content,.news-listing .event-listing-item .event-listing-item-content,.event-listing .news-listing-item .news-listing-item-content,.event-listing .news-listing-item .event-listing-item-content,.event-listing .event-listing-item .news-listing-item-content,.event-listing .event-listing-item .event-listing-item-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}@media print,screen and (min-width:48.0625em){.news-listing .news-listing-item .news-listing-item-content,.news-listing .event-listing-item .news-listing-item-content,.event-listing .news-listing-item .news-listing-item-content,.event-listing .event-listing-item .news-listing-item-content{max-width:47.5rem;width:47.5rem;min-width:calc(100% - 22.5rem - 40px)}}.news-listing .news-listing-item .news-listing-item-photo,.news-listing .event-listing-item .news-listing-item-photo,.event-listing .news-listing-item .news-listing-item-photo,.event-listing .event-listing-item .news-listing-item-photo{-ms-flex-preferred-size:22.5rem;flex-basis:22.5rem;-ms-flex-negative:0;flex-shrink:0;-ms-flex-item-align:start;align-self:flex-start;margin:0;max-height:12.25rem;width:100%;max-width:22.5rem}@media print,screen and (max-width:48.06125em){.news-listing .news-listing-item .news-listing-item-photo,.news-listing .event-listing-item .news-listing-item-photo,.event-listing .news-listing-item .news-listing-item-photo,.event-listing .event-listing-item .news-listing-item-photo{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.news-listing .news-listing-item .published-field-of-study,.news-listing .event-listing-item .published-field-of-study,.event-listing .news-listing-item .published-field-of-study,.event-listing .event-listing-item .published-field-of-study{display:-webkit-box;display:-ms-flexbox;display:flex;gap:2.5rem;margin-top:2rem;margin-bottom:2rem}@media print,screen and (max-width:48.06125em){.news-listing .news-listing-item .published-field-of-study,.news-listing .event-listing-item .published-field-of-study,.event-listing .news-listing-item .published-field-of-study,.event-listing .event-listing-item .published-field-of-study{-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){.news-listing .news-listing-item .published-field-of-study>div,.news-listing .event-listing-item .published-field-of-study>div,.event-listing .news-listing-item .published-field-of-study>div,.event-listing .event-listing-item .published-field-of-study>div{-ms-flex-preferred-size:16.25rem;flex-basis:16.25rem}}.news-listing .news-listing-item .published-field-of-study .published-date,.news-listing .news-listing-item .published-field-of-study .field-of-study-field,.news-listing .event-listing-item .published-field-of-study .published-date,.news-listing .event-listing-item .published-field-of-study .field-of-study-field,.event-listing .news-listing-item .published-field-of-study .published-date,.event-listing .news-listing-item .published-field-of-study .field-of-study-field,.event-listing .event-listing-item .published-field-of-study .published-date,.event-listing .event-listing-item .published-field-of-study .field-of-study-field{margin-top:0.5rem;display:block;font-size:1rem;line-height:1.5;font-family:proxima-nova,sans-serif}@media print,screen and (min-width:48.0625em){.news-listing .news-listing-item .published-field-of-study .published-date,.news-listing .news-listing-item .published-field-of-study .field-of-study-field,.news-listing .event-listing-item .published-field-of-study .published-date,.news-listing .event-listing-item .published-field-of-study .field-of-study-field,.event-listing .news-listing-item .published-field-of-study .published-date,.event-listing .news-listing-item .published-field-of-study .field-of-study-field,.event-listing .event-listing-item .published-field-of-study .published-date,.event-listing .event-listing-item .published-field-of-study .field-of-study-field{margin-top:1rem}}.news-listing .news-listing-item .published-field-of-study-heading,.news-listing .news-listing-item .topics-heading,.news-listing .event-listing-item .published-field-of-study-heading,.news-listing .event-listing-item .topics-heading,.event-listing .news-listing-item .published-field-of-study-heading,.event-listing .news-listing-item .topics-heading,.event-listing .event-listing-item .published-field-of-study-heading,.event-listing .event-listing-item .topics-heading{text-transform:uppercase;font-family:proxima-nova,sans-serif;font-size:.875rem;line-height:1;font-weight:700;letter-spacing:.175rem;margin-top:0}.news-listing .news-listing-item .news-listing-copy,.news-listing .event-listing-item .news-listing-copy,.event-listing .news-listing-item .news-listing-copy,.event-listing .event-listing-item .news-listing-copy{margin-top:1.5rem}@media print,screen and (min-width:48.0625em){.news-listing .news-listing-item .news-listing-copy,.news-listing .event-listing-item .news-listing-copy,.event-listing .news-listing-item .news-listing-copy,.event-listing .event-listing-item .news-listing-copy{margin-top:2rem}}.news-listing .news-listing-item .published-date,.news-listing .event-listing-item .published-date,.event-listing .news-listing-item .published-date,.event-listing .event-listing-item .published-date{margin-bottom:0}.news-listing .tags,.event-listing .tags{margin-top:2rem}.event-listing .tags{margin-top:1.5rem}.event-listing .tags li{margin-top:0}@media print,screen and (max-width:48.06125em){.event-listing .tags{margin-top:1.125rem}}@media print,screen and (min-width:48.0625em){.event-listing .event-listing-item-content{-ms-flex-preferred-size:45.875rem;flex-basis:45.875rem}}@media print,screen and (max-width:48.06125em){.event-listing .date-block{-ms-flex-item-align:start;align-self:flex-start;min-width:4.75rem;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media print,screen and (max-width:48.06125em){.event-listing .event-listing-item-content{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.event-listing .icon-list{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}}.event-listing .icon-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem;-ms-flex-preferred-size:18rem;flex-basis:18rem}.event-listing .icon-list li{margin-top:0}@media print,screen and (max-width:48.06125em){.event-listing .icon-list{gap:.5rem}}.event-listing .addtocal-container button.addtocal{font-weight:500;font-family:proxima-nova,sans-serif;display:inline-block;position:relative;z-index:2;line-height:1.1;text-decoration:none;margin-right:.5rem;margin-bottom:.5rem;font-weight:400;background-color:#0055b8;border-width:.0625rem;border-style:solid;font-weight:600;cursor:pointer;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ffffff),color-stop(5%,#ffffff),color-stop(5%,#0055B8),color-stop(95%,#0055B8),color-stop(95%,#ffffff),to(#ffffff));background-image:linear-gradient(to bottom,#ffffff 0,#ffffff 5%,#0055B8 5%,#0055B8 95%,#ffffff 95%,#ffffff 100%);font-size:1rem;padding:.75rem 1.5rem;border-color:#0055b8;color:#fff}.event-listing .addtocal-container button.addtocal::before{content:"";pointer-events:none;position:absolute;top:.25rem;right:-.25rem;bottom:.25rem;left:-.25rem;border:1px solid #0055b8;border-top-color:rgba(0,0,0,0)}.event-listing .addtocal-container button.addtocal:hover,.event-listing .addtocal-container button.addtocal:focus{text-decoration:none;outline:none;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ffffff),color-stop(5%,#ffffff),color-stop(5%,#002652),color-stop(95%,#002652),color-stop(95%,#ffffff),to(#ffffff));background-image:linear-gradient(to bottom,#ffffff 0,#ffffff 5%,#002652 5%,#002652 95%,#ffffff 95%,#ffffff 100%)}.event-listing .addtocal-container button.addtocal:disabled{cursor:not-allowed;pointer-events:none;opacity:.6}@media print,screen and (max-width:48.06125em){.event-listing .addtocal-container button.addtocal{padding-top:.625rem;padding-bottom:.625rem}}.event-listing .addtocal-container button.addtocal::before,.event-listing .addtocal-container button.addtocal::after{color:#fff}.event-listing .addtocal-container button.addtocal:hover,.event-listing .addtocal-container button.addtocal:focus{color:#fff;border-color:#002652;background-color:#002652}.event-listing .addtocal-container button.addtocal:hover::before,.event-listing .addtocal-container button.addtocal:hover::after,.event-listing .addtocal-container button.addtocal:focus::before,.event-listing .addtocal-container button.addtocal:focus::after{color:#fff}.event-listing .addtocal-container button.addtocal:hover::before,.event-listing .addtocal-container button.addtocal:focus::before{border-color:#002652;border-top-color:rgba(0,0,0,0)}.next-steps{padding-top:2.5rem;padding-bottom:2.5rem;position:relative;background-color:#142a4a}.next-steps>img{-o-object-fit:cover;object-fit:cover;position:absolute;top:0;left:0;max-width:none;width:100%;height:100%;z-index:1}@media print,screen and (min-width:48.0625em){.next-steps{padding-top:7.5rem;padding-bottom:7.5rem}}.next-steps::before{content:"";display:block;background-image:linear-gradient(142.17deg,rgba(20,42,74,0.8) 11.77%,rgba(20,42,74,0) 61.59%);position:absolute;z-index:2;width:100%;height:100%;top:0;left:0}.next-steps h2{color:#fff;font-size:1.625rem;position:relative;z-index:3}@media print,screen and (min-width:48.0625em){.next-steps h2{font-size:2.375rem}}.next-steps .next-steps__inner{position:relative;z-index:3;margin-top:1.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;gap:2.5rem;position:relative}@media print,screen and (min-width:48.0625em){.next-steps .next-steps__inner{margin-top:2rem}}@media print,screen and (max-width:48.06125em){.next-steps .next-steps__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5rem}}.next-steps .next-step{-webkit-box-flex:1;-ms-flex:1;flex:1;background-color:#142a4a;color:#fff;padding:2rem}@media print,screen and (min-width:48.0625em){.next-steps .next-step{padding:2.5rem}}.next-steps .next-step p:last-of-type{margin-bottom:0}.next-steps .next-step h3{font-size:1.375rem;margin-bottom:1.5rem}@media print,screen and (min-width:48.0625em){.next-steps .next-step h3{margin-bottom:2rem}}@media print,screen and (min-width:48.0625em){.next-steps .next-step h3{font-size:2rem}}.next-steps .next-step .btn--deco{margin-top:1.5rem;margin-bottom:0;background-color:#fff;color:#0055b8}@media print,screen and (min-width:48.0625em){.next-steps .next-step .btn--deco{margin-top:2rem}}.next-steps .next-step .btn--deco::before{border:1px solid #fff}.next-steps .next-step .btn--deco span{background:#fff}.next-steps .next-step .btn--deco span::before{border:1px solid #fff;border-top-color:rgba(0,0,0,0)}.next-steps .next-step .btn--deco:hover,.next-steps .next-step .btn--deco:focus{color:#fff}.next-steps .next-step .btn--deco:hover::before,.next-steps .next-step .btn--deco:focus::before{border-color:#0055b8}.next-steps .next-step .btn--deco:hover span,.next-steps .next-step .btn--deco:focus span{background:#0055b8;color:#fff}.next-steps .next-step .btn--deco:hover span::before,.next-steps .next-step .btn--deco:focus span::before{border-color:#0055b8;border-top-color:rgba(0,0,0,0)}.next-steps .grid-container:first-child .next-step{padding:0}.partner-feature{background-image:url(/themes/custom/tulsacc/assets/img/pattern-bg.png);background-size:100px 45px;background-color:#142a4a;position:relative;z-index:3}@media screen and (min-width:50em){.partner-feature{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;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:2.5rem 0}}@media print,screen and (min-width:64.0625em){.partner-feature{padding:7.5rem 0}}.partner-feature__text{padding:2.5rem 1.25rem}.partner-feature__text h2,.partner-feature__text p{color:#fff}.partner-feature__text h2{font-weight:400}.partner-feature__text p{margin-top:0.5rem;line-height:1.5}@media print,screen and (min-width:48.0625em){.partner-feature__text p{margin-top:1rem}}.partner-feature__text .btn--deco{margin-top:1.5rem;background-color:#fff;color:#0055b8}@media print,screen and (min-width:48.0625em){.partner-feature__text .btn--deco{margin-top:2rem}}.partner-feature__text .btn--deco::before{border:1px solid #fff}.partner-feature__text .btn--deco span{background:#fff}.partner-feature__text .btn--deco span::before{border:1px solid #fff;border-top-color:rgba(0,0,0,0)}.partner-feature__text .btn--deco:hover,.partner-feature__text .btn--deco:focus{color:#142a4a}.partner-feature__text .btn--deco:hover::before,.partner-feature__text .btn--deco:focus::before{border-color:#edae00}.partner-feature__text .btn--deco:hover span,.partner-feature__text .btn--deco:focus span{background:#edae00;color:#142a4a}.partner-feature__text .btn--deco:hover span::before,.partner-feature__text .btn--deco:focus span::before{border-color:#edae00;border-top-color:rgba(0,0,0,0)}@media screen and (min-width:50em){.partner-feature__text{max-width:27.5rem;-ms-flex-preferred-size:27.5rem;flex-basis:27.5rem;padding:2.5rem}}.partner-feature__icons{background-color:#fff;padding:1.875rem .625rem;-ms-flex-preferred-size:calc(100% - 440px);flex-basis:calc(100% - 440px)}.partner-feature__icons ul{margin:0;padding:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.partner-feature__icons li{-ms-flex-preferred-size:50%;flex-basis:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (min-width:40em){.partner-feature__icons li{-ms-flex-preferred-size:25%;flex-basis:25%}}.partner-feature__icons a img{-webkit-filter:grayscale(100%);filter:grayscale(100%);-webkit-transition:all .2s cubic-bezier(1,0.63,0.47,0.8);transition:all .2s cubic-bezier(1,0.63,0.47,0.8)}.partner-feature__icons a:hover img,.partner-feature__icons a:focus img{-webkit-filter:grayscale(0);filter:grayscale(0)}@media screen and (min-width:68.75em){.partner-feature__icons{-ms-flex-preferred-size:60%;flex-basis:60%}}.pathway-callout{position:relative;z-index:3;margin:0 auto}.pathway-callout .img-container{position:relative}.pathway-callout .img-container::before{content:"";display:block;padding-bottom:48%}@media print,screen and (min-width:48.0625em)and (max-width:64.06125em){.pathway-callout .img-container::before{padding-bottom:64%}}@media screen and (min-width:85em){.pathway-callout .img-container::before{padding-bottom:40%}}@media screen and (min-width:110em){.pathway-callout .img-container::before{padding-bottom:32%}}.pathway-callout .img-container img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;left:0}@media print,screen and (min-width:48.0625em){.pathway-callout .pathways-inner{width:100%;margin-top:-48vw}}@media screen and (min-width:52.5em){.pathway-callout .pathways-inner{top:48px}}@media screen and (min-width:85em){.pathway-callout .pathways-inner{position:absolute;right:0;top:unset;bottom:-4rem}}.pathway-callout .grid-container{margin:0 auto;position:relative;max-width:90rem;padding:0}@media print,screen and (min-width:48.0625em){.pathway-callout .grid-container{display:-webkit-box;display:-ms-flexbox;display:flex}}@media screen and (min-width:85em){.pathway-callout .grid-container{max-width:100vw}}.pathway-callout .pathways{background-color:#142a4a;padding:2.5rem 1.25rem;color:#fff}@media print,screen and (min-width:48.0625em){.pathway-callout .pathways{padding:2.5rem;margin-left:auto;position:relative}}@media screen and (min-width:85em){.pathway-callout .pathways{width:42.5rem;padding:4rem}}@media screen and (min-width:91.25em){.pathway-callout .pathways{width:54.6875rem}}.pathway-callout .pathways h2{font-family:proxima-nova,sans-serif;font-size:1rem;font-weight:700;line-height:1.2}@media print,screen and (min-width:48.0625em){.pathway-callout .pathways h2{font-size:1.125rem}}@media print,screen and (min-width:64.0625em){.pathway-callout .pathways h2{font-size:1.25rem}}.pathway-callout h2{margin-bottom:1.5rem;font-family:proxima-nova,sans-serif;font-size:1rem;font-weight:700;line-height:1.2}@media print,screen and (min-width:48.0625em){.pathway-callout h2{font-size:1.125rem}}@media print,screen and (min-width:64.0625em){.pathway-callout h2{font-size:1.25rem}}@media print,screen and (min-width:48.0625em){.pathway-callout h2{margin-bottom:2.75rem}}.pathway-callout .eyebrow{font-family:justus-pro,serif;font-size:1rem;font-weight:400;line-height:1.5;text-transform:none;letter-spacing:0;margin:0 0 .5rem 0}@media print,screen and (min-width:48.0625em){.pathway-callout .eyebrow{font-size:1.25rem}}.pathway-callout .desc{margin:0}@media print,screen and (max-width:64.06125em){.pathway-callout .desc{font-size:1rem;margin-top:.5rem}}.pathway-callout .link-arrow{color:#fff;position:relative;color:#fff;font-weight:600;font-size:1.625rem;line-height:1.2;margin-bottom:0}.pathway-callout .link-arrow.btn{padding-right:1.5rem}.pathway-callout .link-arrow::after{font-family:"Font Awesome 6 Pro";position:absolute;padding-left:.5rem;content:"";font-weight:700;color:#fff;-webkit-transition:opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);bottom:0;font-size:1.0625rem;line-height:.9}@media print,screen and (min-width:48.0625em){.pathway-callout .link-arrow::after{bottom:.375rem}}.pathway-callout .link-arrow:hover::after,.pathway-callout .link-arrow:focus::after{-webkit-transform:translateX(5px);transform:translateX(5px)}.pathway-callout .link-arrow::after{color:#edae00;bottom:.625rem}@media print,screen and (min-width:64.0625em){.pathway-callout .link-arrow{font-size:2.375rem}.pathway-callout .link-arrow::after{font-size:1.25rem;bottom:.9375rem}}.pathway-callout .link-arrow:hover,.pathway-callout .link-arrow:focus{outline:none;color:#edae00;text-decoration:none}.pathway-callout .link-arrow:hover::after,.pathway-callout .link-arrow:focus::after{color:#edae00}.pathway-callout .pathway+.pathway{margin-top:1.5rem}@media print,screen and (min-width:64.0625em){.pathway-callout .pathway+.pathway{margin-top:2.5rem}}.paragraphs-item-para-progress-bar{padding:30px;color:#000;margin-bottom:50px}.paragraphs-item-para-progress-bar h2{max-width:800px;margin:0 auto 2px auto;text-align:center;font-family:proxima-nova,sans-serif;color:#000}.paragraphs-item-para-progress-bar .progbar__subtitle{color:#484849;max-width:800px;margin:0 auto 2px auto;font-size:1.25rem;line-height:28px;text-align:center}.paragraphs-item-para-progress-bar .progbar__wrapper{margin-top:18px}.paragraphs-item-para-progress-bar .progbar__highlighted{margin-top:15px;font-family:justus-pro,serif;font-size:24px;line-height:28px;color:#484849}.paragraphs-item-para-progress-bar .progbar__percentage__inner .progbar__highlighted{color:#fff}.paragraphs-item-para-progress-bar .progbar__bar__wrapper{max-width:480px;margin:0 auto}@media only screen and (min-width:1100px){.paragraphs-item-para-progress-bar .progbar__bar__wrapper{max-width:560px}}@media only screen and (min-width:1201px){.paragraphs-item-para-progress-bar .progbar__bar__wrapper{max-width:650px}}@media only screen and (min-width:1300px){.paragraphs-item-para-progress-bar .progbar__bar__wrapper{max-width:750px}}@media only screen and (min-width:1400px){.paragraphs-item-para-progress-bar .progbar__bar__wrapper{max-width:850px}}@media only screen and (min-width:1425px){.paragraphs-item-para-progress-bar .progbar__bar__wrapper{max-width:1000px}}.paragraphs-item-para-progress-bar .progbar__bar{margin:21px 0 16px 0;height:45px;border:2px solid #000;position:relative;background-color:rgba(255,255,255,.5)}.paragraphs-item-para-progress-bar .progbar__bar.full{background-color:#203f78}.paragraphs-item-para-progress-bar .progbar__bar .progbar__bar__filled{position:absolute;top:0;left:0;height:100%;background-color:#133a6a}.paragraphs-item-para-progress-bar .progbar__bar.full .progbar__bar__filled,.paragraphs-item-para-progress-bar .progbar__bar.empty .progbar__bar__filled{display:none}.paragraphs-item-para-progress-bar .progbar__goal{line-height:20px;font-size:18px;text-transform:uppercase;margin-bottom:20px;font-family:justus-pro,serif;color:#484849;display:-webkit-box;display:-ms-flexbox;display:flex}.paragraphs-item-para-progress-bar .progbar__goal>div{-webkit-box-flex:1;-ms-flex:1 0 34%;flex:1 0 34%}.paragraphs-item-para-progress-bar .progbar__goal__target{text-align:right}.paragraphs-item-para-progress-bar .progbar__percentage{line-height:28px;font-size:24px;margin-bottom:20px;text-align:center;max-width:1000px;position:relative}.paragraphs-item-para-progress-bar .progbar__percentage__inner{font-family:justus-pro,serif;display:inline-block;background:#0055b8;padding:13px 15px;color:#fff}.paragraphs-item-para-progress-bar .progbar__participants{text-align:center;font-family:justus-pro,serif;font-size:24px;line-height:28px;color:#484849}@media print,screen and (min-width:64.0625em){.paragraphs-item-para-progress-bar.entity-paragraphs-item.paragraph-gray{padding:100px 75px;margin-bottom:100px}.paragraphs-item-para-progress-bar h2{max-width:800px;margin:0 auto 20px auto;text-align:center}.paragraphs-item-para-progress-bar .progbar__subtitle{color:#484849;max-width:800px;margin:0 auto 11px auto;text-align:center}.paragraphs-item-para-progress-bar .progbar__wrapper{margin-top:39px}.paragraphs-item-para-progress-bar .progbar__highlighted{font-size:36px;line-height:42px}.paragraphs-item-para-progress-bar .progbar__percentage{margin-bottom:25px;text-align:left;height:70px}.paragraphs-item-para-progress-bar .progbar__percentage .progbar__data__spacer{height:65px;display:inline-block}.paragraphs-item-para-progress-bar .progbar__percentage__position{position:absolute;display:inline-block}.paragraphs-item-para-progress-bar .progbar__percentage__inner{font-size:36px;line-height:42px;white-space:nowrap;padding:15px 20px;position:relative;left:-50%}.paragraphs-item-para-progress-bar .progbar__percentage__inner:after{content:" ";position:absolute;bottom:-25px;left:calc(50% - 12px);width:0;height:0;border-left:12px solid rgba(0,0,0,0);border-right:12px solid rgba(0,0,0,0);border-top:25px solid #0055b8}.paragraphs-item-para-progress-bar .progbar__goal{line-height:28px;font-size:24px;margin-bottom:0px}.paragraphs-item-para-progress-bar .progbar__goal .progbar__goal__current>div{display:inline-block}.paragraphs-item-para-progress-bar .progbar__goal .progbar__goal__current>div span{display:inline-block}.paragraphs-item-para-progress-bar .progbar__goal .progbar__goal__target{text-align:right}.paragraphs-item-para-progress-bar .progbar__goal .progbar__goal__target>div{display:inline-block}.paragraphs-item-para-progress-bar .progbar__goal .progbar__goal__target>div span{display:inline-block}.paragraphs-item-para-progress-bar .progbar__participants{font-size:36px;line-height:42px}}.paragraph-gray{background-color:#f8f5ef}.promo{background-color:#484849}.promo h2{color:#fff}.promo .wysiwyg,.promo .btn-row{margin-top:1.5rem}@media print,screen and (min-width:48.0625em){.promo .wysiwyg,.promo .btn-row{margin-top:2rem}}.promo .btn--deco{background-color:#fff;color:#0055b8}.promo .btn--deco::before{border:1px solid #fff}.promo .btn--deco span{background:#fff}.promo .btn--deco span::before{border:1px solid #fff;border-top-color:rgba(0,0,0,0)}.promo .btn--deco:hover,.promo .btn--deco:focus{color:#fff}.promo .btn--deco:hover::before,.promo .btn--deco:focus::before{border-color:#0055b8}.promo .btn--deco:hover span,.promo .btn--deco:focus span{background:#0055b8;color:#fff}.promo .btn--deco:hover span::before,.promo .btn--deco:focus span::before{border-color:#0055b8;border-top-color:rgba(0,0,0,0)}.question-answer{background-image:url(/themes/custom/tulsacc/assets/img/pattern-bg.png);background-size:100px 45px;background-color:#142a4a;position:relative;z-index:2}.question-answer .eyebrow,.question-answer h2,.question-answer h3,.question-answer p,.question-answer a{color:#fff}@media print,screen and (min-width:64.0625em){.question-answer h2{font-size:2.375rem}}.question-answer .btn-row{margin-top:1.5rem}@media print,screen and (min-width:48.0625em){.question-answer .btn-row{margin-top:2rem}}@media print,screen and (min-width:64.0625em){.question-answer .btn-row{margin-top:2.5rem}}.question-answer .btn--deco{background-color:#fff;color:#0055b8}.question-answer .btn--deco::before{border:1px solid #fff}.question-answer .btn--deco span{background:#fff}.question-answer .btn--deco span::before{border:1px solid #fff;border-top-color:rgba(0,0,0,0)}.question-answer .btn--deco:hover,.question-answer .btn--deco:focus{color:#142a4a}.question-answer .btn--deco:hover::before,.question-answer .btn--deco:focus::before{border-color:#edae00}.question-answer .btn--deco:hover span,.question-answer .btn--deco:focus span{background:#edae00;color:#142a4a}.question-answer .btn--deco:hover span::before,.question-answer .btn--deco:focus span::before{border-color:#edae00;border-top-color:rgba(0,0,0,0)}.question-answer .link-arrow::after{color:#edae00}.question-answer .counselor--col{-ms-flex-wrap:wrap;flex-wrap:wrap}.question-answer .counselor--col .linkarrow{color:#0055b8;position:relative;color:#fff}.question-answer .counselor--col .linkarrow.btn{padding-right:1.5rem}.question-answer .counselor--col .linkarrow::after{font-family:"Font Awesome 6 Pro";position:absolute;padding-left:.5rem;content:"";font-weight:700;color:#0055b8;-webkit-transition:opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:transform 150ms cubic-bezier(0.42,0.08,0.06,0.98),opacity 150ms cubic-bezier(0.42,0.08,0.06,0.98),-webkit-transform 150ms cubic-bezier(0.42,0.08,0.06,0.98);bottom:0;font-size:1.0625rem;line-height:.9}@media print,screen and (min-width:48.0625em){.question-answer .counselor--col .linkarrow::after{bottom:.375rem}}.question-answer .counselor--col .linkarrow:hover::after,.question-answer .counselor--col .linkarrow:focus::after{-webkit-transform:translateX(5px);transform:translateX(5px)}.question-answer .counselor--col .linkarrow::after{color:#fff;bottom:3px}.question-answer .counselor--col p{font-family:proxima-nova,sans-serif;font-size:1rem}@media print,screen and (max-width:48.06125em){.question-answer .counselor--col{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px;margin-top:2.5rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.question-answer .counselor--col .counselor-details{width:50%}.question-answer .counselor--col .counselor-details h3{margin-bottom:0}.question-answer .counselor--col .counselor-details p{margin-top:0}.question-answer .counselor--col .aspect-ratio-frame{-ms-flex-preferred-size:40%;flex-basis:40%;width:50%}}@media print,screen and (min-width:48.0625em)and (max-width:64.06125em){.question-answer .counselor--col .aspect-ratio-frame{margin-top:-110px}}@media print,screen and (min-width:48.0625em){.question-answer .counselor--col h3{margin-top:revert}}@media print,screen and (min-width:64.0625em){.question-answer .counselor--col .aspect-ratio-frame{margin-top:-150px}}@media print,screen and (min-width:48.0625em){.question-answer .counselor--info{margin-top:1.125rem}}.question-answer .counselor--info h3{font-family:justus-pro,serif;font-size:1.25rem;font-weight:400;line-height:1.2}@media print,screen and (min-width:48.0625em){.question-answer .counselor--info h3{font-size:1.5rem}}@media print,screen and (min-width:64.0625em){.question-answer .counselor--info h3{font-size:1.625rem}}.question-answer .counselor--info h3+p{margin-top:.75rem}.question-answer .counselor--info p{font-family:proxima-nova,sans-serif}.question-answer .counselor--info .link-arrow{margin-top:1.625rem}.school-info .grid-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-column-gap:2rem;-moz-column-gap:2rem;column-gap:2rem}@media print,screen and (min-width:48.0625em){.school-info .grid-container{-webkit-column-gap:4.0625rem;-moz-column-gap:4.0625rem;column-gap:4.0625rem;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media print,screen and (min-width:48.0625em){.school-info .school-info-content{-ms-flex-preferred-size:calc(100% - 342px);flex-basis:calc(100% - 342px)}}.school-info .btn-row{margin-top:1.5rem;margin-bottom:0}@media print,screen and (min-width:48.0625em){.school-info .btn-row{margin-top:2rem}}@media print,screen and (min-width:48.0625em){.school-info .btn-row{-ms-flex-preferred-size:100%;flex-basis:100%}}.school-info .btn-row a{margin-bottom:0}.school-info .school-info-details{-ms-flex-negative:0;flex-shrink:0;border-bottom:.0625rem solid #dcd1b0;padding-bottom:1rem;margin-top:2rem}@media print,screen and (min-width:48.0625em){.school-info .school-info-details{-ms-flex-item-align:start;align-self:flex-start;-ms-flex-preferred-size:17.3125rem;flex-basis:17.3125rem;margin-top:0}}.school-info .school-info-details .icon-list li{padding-left:1.875rem}.school-info .school-info-details .icon-list__icon{top:.3125rem}.school-info .school-info-details .icon-list__icon::before{color:#0055b8}.swiper-navigation{display:none}.swiper-container-initialized .swiper-navigation{display:-webkit-box;display:-ms-flexbox;display:flex}.swiper-navigation.hidden{opacity:0}.swiper-wrapper{list-style:none}.swiper-wrapper>li{list-style:none}.social-media{margin:0;padding:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;gap:.8125rem}.social-media li{display:inline-block}.social-media a{display:block;-webkit-transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);transition:color 150ms cubic-bezier(0.42,0.08,0.06,0.98);font-size:1.2rem}.social-media a:hover{color:#002652}@media print,screen and (max-width:48.06125em){.tabs__buttons{display:none}}@media print,screen and (min-width:48.0625em){.tabs__buttons{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;padding:0;list-style:none}:root:not(.oho-js) .tabs__buttons{display:none}.tabs__buttons li+li{margin-left:1em}.tabs__button{font-weight:500;font-family:proxima-nova,sans-serif;display:inline-block;position:relative;z-index:2;line-height:1.1;text-decoration:none;margin-right:.5rem;margin-bottom:.5rem;font-weight:400;background-color:#0055b8;border-width:.0625rem;border-style:solid;font-weight:600;cursor:pointer;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ffffff),color-stop(5%,#ffffff),color-stop(5%,#0055B8),color-stop(95%,#0055B8),color-stop(95%,#ffffff),to(#ffffff));background-image:linear-gradient(to bottom,#ffffff 0,#ffffff 5%,#0055B8 5%,#0055B8 95%,#ffffff 95%,#ffffff 100%);font-size:1.125rem;padding:.75rem 1.5625rem;border-color:#0055b8;color:#fff;margin-bottom:-0.0625em}.tabs__button::before{content:"";pointer-events:none;position:absolute;top:.25rem;right:-.25rem;bottom:.25rem;left:-.25rem;border:1px solid #0055b8;border-top-color:rgba(0,0,0,0)}.tabs__button:hover,.tabs__button:focus{text-decoration:none;outline:none;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ffffff),color-stop(5%,#ffffff),color-stop(5%,#002652),color-stop(95%,#002652),color-stop(95%,#ffffff),to(#ffffff));background-image:linear-gradient(to bottom,#ffffff 0,#ffffff 5%,#002652 5%,#002652 95%,#ffffff 95%,#ffffff 100%)}.tabs__button:disabled{cursor:not-allowed;pointer-events:none;opacity:.6}}@media print,screen and (min-width:48.0625em)and (max-width:48.06125em){.tabs__button{padding-top:.625rem;padding-bottom:.625rem}}@media print,screen and (min-width:48.0625em){.tabs__button::before,.tabs__button::after{color:#fff}}@media print,screen and (min-width:48.0625em){.tabs__button:hover,.tabs__button:focus{color:#fff;border-color:#002652;background-color:#002652}.tabs__button:hover::before,.tabs__button:hover::after,.tabs__button:focus::before,.tabs__button:focus::after{color:#fff}.tabs__button:hover::before,.tabs__button:focus::before{border-color:#002652;border-top-color:rgba(0,0,0,0)}}@media print,screen and (min-width:48.0625em){.tabs__button[aria-selected=true]{color:#0055b8;border-bottom-color:#fff;background-color:#fff}}@media print,screen and (min-width:48.0625em){.tabs .accordion{display:block;margin-top:0;padding:1.75em;border:.0625em solid #0055b8}.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}}.tags{margin-top:1.5rem;padding-bottom:.125rem}@media print,screen and (min-width:48.0625em){.tags{margin-top:2rem}}@media print,screen and (min-width:64.0625em){.tags{margin-top:2.5rem}}.tags ul{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-wrap:wrap;flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none;font-family:proxima-nova,sans-serif;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media print,screen and (min-width:48.0625em){.tags ul{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:1.5rem}}.tags li a{border:.0625rem solid #0055b8;border-radius:62.5rem;padding-left:.5rem;padding-right:.5rem;font-size:.875rem;padding-top:.125rem;padding-bottom:.125rem;font-weight:700}.tags li a:hover,.tags li a:focus{text-decoration:none;background-color:#002652;border-color:#002652;color:#fff;outline:none}@media print,screen and (min-width:48.0625em){.tags li a{font-size:1rem;padding-left:.5rem;padding-right:.5rem;padding-top:.0625rem;padding-bottom:.0625rem}}section+.tags{margin-top:2rem;padding-top:2rem;background-image:-webkit-gradient(linear,left top,right top,color-stop(0,#484849),color-stop(4em,#484849),color-stop(4em,transparent));background-image:linear-gradient(to right,#484849 0,#484849 4em,transparent 4em);background-repeat:no-repeat;background-size:100% .0625em}.testimonials{overflow:hidden;max-width:90rem;margin-right:auto;margin-left:auto;position:relative}@media print,screen and (max-width:64.06125em){.testimonials{padding:2rem 1.25rem;background-color:#142a4a}}.testimonials .swiper-slide{background-color:#142a4a;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;gap:4.625rem;padding-top:4rem;padding-bottom:4rem;padding-right:9.75rem}@media print,screen and (max-width:64.06125em){.testimonials .swiper-slide{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5rem;padding-top:0;padding-right:0;padding-bottom:0}}.testimonials .aspect-ratio-frame{-ms-flex-preferred-size:21.875rem;flex-basis:21.875rem;-ms-flex-negative:0;flex-shrink:0;margin:0}@media print,screen and (max-width:64.06125em){.testimonials .aspect-ratio-frame{-ms-flex-preferred-size:auto;flex-basis:auto;max-width:8.75rem}}@media print,screen and (min-width:64.0625em){.testimonials .aspect-ratio-frame{-ms-flex-item-align:start;align-self:flex-start}.testimonials .aspect-ratio-frame::after{content:"";position:absolute;background-color:#fff;z-index:-1;height:500vh;width:12.5rem;left:0;top:-4rem}}.testimonials .aspect-ratio-frame+div{-ms-flex-item-align:center;align-self:center;position:relative;background-color:#142a4a}@media print,screen and (max-width:75.06125em){.testimonials .aspect-ratio-frame+div{padding-bottom:4.375rem}}.testimonials h2{font-size:2rem;line-height:1.2;margin:0}@media print,screen and (min-width:64.0625em){.testimonials h2{font-size:2.375rem}}.testimonials blockquote{color:#fff;font-size:1rem;line-height:1.5;padding:0;margin:0;max-width:none;font-family:justus-pro,serif;margin-top:1.5rem}@media print,screen and (min-width:48.0625em){.testimonials blockquote{margin-top:2rem}}.testimonials blockquote::before{content:none}@media print,screen and (min-width:64.0625em){.testimonials blockquote{font-size:1.25rem}}.testimonials .testimonial-name{margin-top:1.5rem;font-size:1.25rem;line-height:1.2;font-family:justus-pro,serif;margin-bottom:0}@media print,screen and (min-width:48.0625em){.testimonials .testimonial-name{margin-top:2rem}}@media print,screen and (min-width:64.0625em){.testimonials .testimonial-name{font-size:1.625rem}}.testimonials .testimonial-role{margin-top:0.5rem;font-size:1rem;line-height:1.5;font-family:proxima-nova,sans-serif;margin-bottom:0}@media print,screen and (min-width:48.0625em){.testimonials .testimonial-role{margin-top:1rem}}.testimonials .swiper-navigation{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;left:0;padding:0 1.25rem;bottom:1.5rem;gap:1rem}@media print,screen and (min-width:48.0625em){.testimonials .swiper-navigation{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;gap:2rem}}.testimonials .swiper-navigation .swiper-pagination{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;display:-webkit-box;display:-ms-flexbox;display:flex;gap:.625rem;z-index:1;text-indent:-9999px;-ms-flex-item-align:end;align-self:flex-end}@media print,screen and (min-width:64.0625em){.testimonials .swiper-navigation .swiper-pagination{position:absolute;left:0;right:0;bottom:1.25rem}}.testimonials .swiper-navigation .swiper-pagination .swiper-pagination-bullet{width:.875rem;height:.875rem;background-color:#fff;border-radius:50%;border:.0625rem solid #edae00;display:block;cursor:pointer}@media print,screen and (min-width:64.0625em){.testimonials .swiper-navigation .swiper-pagination .swiper-pagination-bullet:first-of-type{margin-left:calc(50% + 175px - 74px)}}.testimonials .swiper-navigation .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#edae00}.testimonials .swiper-navigation .prev-next{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}@media print,screen and (max-width:64.06125em){.testimonials .swiper-navigation .prev-next{margin-top:0 !important}}@media print,screen and (min-width:64.0625em){.testimonials .swiper-navigation .prev-next{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.625rem;position:absolute;right:3.4375rem;z-index:1}}.testimonials .swiper-navigation button{width:2.625rem;height:2.625rem;background-color:#fff;border-radius:50%;border:2px solid #fff}@media print,screen and (min-width:64.0625em){.testimonials .swiper-navigation button{width:3.875rem;height:3.875rem}}.testimonials .swiper-navigation button span{clip:rect(0 0 0 0);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}.testimonials .swiper-navigation button .fa-chevron-left{position:relative;top:2px;right:2px}@media print,screen and (max-width:64.06125em){.testimonials .swiper-navigation button .fa-chevron-left{right:0;top:-3px}}.testimonials .swiper-navigation button .fa-chevron-right{position:relative;top:2px;right:-2px}@media print,screen and (max-width:64.06125em){.testimonials .swiper-navigation button .fa-chevron-right{right:0;top:-3px}}.testimonials .swiper-navigation button .far::before{font-size:2.25rem;color:#142a4a;font-weight:700}@media print,screen and (max-width:64.06125em){.testimonials .swiper-navigation button .far::before{font-size:1.5rem}}.testimonials .swiper-navigation button::before{display:none}.testimonials .swiper-navigation button:hover,.testimonials .swiper-navigation button:focus{background-image:none;background-color:rgba(0,0,0,0)}.testimonials .swiper-navigation button:hover::before,.testimonials .swiper-navigation button:focus::before{background-color:#142a4a}.testimonials .swiper-navigation button:hover .far::before,.testimonials .swiper-navigation button:focus .far::before{color:#fff}.testimonials .swiper-navigation button.slider-navigation__next{margin-left:.5rem}@media print,screen and (min-width:64.0625em){.testimonials .swiper-navigation button.slider-navigation__next{margin-left:0}}.tooltip>*{display:inline}.tooltip{position:relative;z-index:3}.tooltip p,.tooltip{font-size:1rem;font-weight:400;line-height:1.5}.tooltip button:hover{color:#006deb;background:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}.tooltip button::before{display:none}.tooltip__toggle{padding:0;color:#0055b8;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::after{content:"▲";width:1.5625rem;height:1.5625rem;-webkit-transform:translateY(18px) translateX(1%) scaleX(2);transform:translateY(18px) translateX(1%) scaleX(2);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:left;margin-top:4px;left:-18px;margin-left:calc(var(--tooltip-viewport-offset) - 20px)}@media screen and (min-width:48.0625em){.tooltip__content{width:12rem;margin-top:4px;left:unset;right:-18px}}.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:#000}@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}.view-filters .views-exposed-widget .views-widget{position:relative}.view-filters .views-exposed-widget .views-widget .form-item{margin-top:5px;margin-bottom:20px;max-width:none}.view-filters .views-exposed-widget .views-widget .form-item input,.view-filters .views-exposed-widget .views-widget .form-item select{height:50px;border:1px solid #b7b7b7;border-radius:0;font-weight:400;font-size:.9375rem;line-height:1.125rem;color:#000;min-height:0;margin-top:0;margin-bottom:0;padding-top:1px;padding-bottom:1px}.view-filters .views-exposed-widget .views-widget .form-item input.form-text{padding-left:20px;border-left:none;-webkit-box-shadow:-10px 0 0 #142a4a;box-shadow:-10px 0 0 #142a4a;margin-left:10px;width:calc(100% - 10px);background:#fff}.view-filters .views-exposed-widget .views-widget .form-item input.form-text:focus{outline:none}.view-filters .views-exposed-widget .views-widget .form-item select{padding-left:30px;background:url(/sites/all/themes/tulsa/assets/img/caret-down-fill.svg);background-color:#fff;background-repeat:no-repeat;background-size:20px;background-position:98% center;webkit-appearance:none;-moz-appearance:none;-ms-apperance:none;-o-appearance:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.view-filters .views-exposed-widget .views-widget .clear-subject-text{position:absolute;top:13px;right:20px;width:24px;height:24px;border:none;background:url(/sites/all/themes/tulsa/assets/img/close_icon.svg);background-color:#fff;background-repeat:no-repeat;background-size:24px;background-position:center center}.view-filters .views-exposed-widget .views-widget .clear-subject-text:hover{cursor:pointer}.view-filters .views-exposed-widget button.form-submit{font-size:1.125rem;line-height:1;font-weight:400;text-transform:none;padding-left:30px;padding-right:30px;height:50px;max-height:50px}.view-filters #edit-university-wrapper label span{font-weight:400;text-transform:none}.view-filters .views-widget-edit-university .bef-checkboxes{background:#fff;border:1px solid #b7b7b7;height:236px;overflow:auto;position:relative}.view-filters .views-widget-edit-university .bef-checkboxes .form-type-bef-checkbox{margin:0;width:100%;padding:20px 30px}.view-filters .views-widget-edit-university .bef-checkboxes .form-type-bef-checkbox.selected{background:#002652}.view-filters .views-widget-edit-university .bef-checkboxes .form-type-bef-checkbox.selected label{color:#fff}.view-filters .views-widget-edit-university .bef-checkboxes .form-type-bef-checkbox input[type=checkbox]{position:absolute;width:15px;height:15px;opacity:0}.view-filters .views-widget-edit-university .bef-checkboxes .form-type-bef-checkbox input[type=checkbox]:focus+label.option{outline-width:1px;outline-color:#002652;outline-offset:5px;outline-style:solid}.view-filters .views-widget-edit-university .bef-checkboxes .form-type-bef-checkbox label.option{display:block;width:100%;font-weight:400;font-size:.9375rem;line-height:1.125rem}.view-transfer-degree-listing .listing__form{padding:0;margin-top:1.5rem}@media print,screen and (min-width:48.0625em){.view-transfer-degree-listing .listing__form{margin-top:2rem}}.view-transfer-degree-listing .views-exposed-form{margin-bottom:2.5rem;padding:1.25rem 1.875rem}.view-transfer-degree-listing .views-exposed-form .bottom-row-wrapper{text-align:center}.view-transfer-degree-listing .views-exposed-form .form-reset{margin-top:1.25rem}.view-transfer-degree-listing .views-exposed-form .row-wrapper .js-form-item,.view-transfer-degree-listing .views-exposed-form .bottom-row-wrapper{margin-top:1rem}@media print,screen and (min-width:48.0625em){.view-transfer-degree-listing .views-exposed-form .row-wrapper .js-form-item,.view-transfer-degree-listing .views-exposed-form .bottom-row-wrapper{margin-top:1.5rem}}.view-transfer-degree-listing .views-exposed-form .col-b .fieldset-wrapper{border:1px solid #0055b8;background:#fff;padding:1.25rem;max-height:369px;overflow-y:auto}.view-transfer-degree-listing .views-exposed-form .col-b .fieldset-wrapper .js-form-item:first-of-type{margin-top:0}.view-transfer-degree-listing .views-exposed-form .col-b .fieldset-legend{line-height:1.5625rem}.view-transfer-degree-listing .views-exposed-form .col-b .form-item [type=checkbox]:checked+label::after{top:.875rem}.view-transfer-degree-listing .views-exposed-form .views-widget-edit-consortium{margin:0 auto 1.25rem auto;display:inline-block}.view-transfer-degree-listing .views-exposed-form .views-widget-edit-consortium input{display:none}.view-transfer-degree-listing .views-exposed-form .views-widget-edit-consortium label{position:relative}.view-transfer-degree-listing .views-exposed-form .views-widget-edit-consortium label:before{content:none}.view-transfer-degree-listing .views-exposed-form .views-widget-edit-consortium .option{color:#000;font-weight:700;font-size:.9375rem;text-transform:uppercase;line-height:1.125rem;padding-right:2.5rem}.view-transfer-degree-listing .views-exposed-form .views-widget-edit-consortium input+label:after{position:absolute;font-family:"Font Awesome 6 Pro";font-size:1.5rem;content:"";color:#595959;right:.3125rem;left:auto;-webkit-transform:none;transform:none;top:0;width:auto;border:none}.view-transfer-degree-listing .views-exposed-form .views-widget-edit-consortium input:checked+label:after{content:"";color:#002652}@media(min-width:768px){.view-transfer-degree-listing .views-exposed-form .row-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.view-transfer-degree-listing .views-exposed-form .row-wrapper .col-a,.view-transfer-degree-listing .views-exposed-form .row-wrapper .col-b{width:calc(100% - 20px)}.view-transfer-degree-listing .views-exposed-form .row-wrapper .col-a{padding-right:20px}.view-transfer-degree-listing .views-exposed-form .row-wrapper .col-b{padding-left:20px;display:-webkit-box;display:-ms-flexbox;display:flex}.view-transfer-degree-listing .views-exposed-form .row-wrapper .no-locations .col-b{display:block}.view-transfer-degree-listing .views-exposed-form .bottom-row-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.view-transfer-degree-listing .views-exposed-form .bottom-row-wrapper .form-submit{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.view-transfer-degree-listing .views-exposed-form .bottom-row-wrapper .form-reset{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-top:0;margin-left:1.25rem}.view-transfer-degree-listing .views-exposed-form .bottom-row-wrapper .views-widget-edit-consortium{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;margin:auto 0 auto auto}.view-transfer-degree-listing .views-exposed-form .views-widget-edit-consortium{margin-bottom:0;display:unset}}.view-transfer-degree-listing .views-exposed-form .views-submit-button+.views-reset-button{margin-top:1.25rem}@media screen and (min-width:768px){.view-transfer-degree-listing .views-exposed-form .views-submit-button+.views-reset-button{margin-top:0;margin-left:1.25rem}}.view-transfer-degree-listing .views-exposed-form button[type=reset]{padding:.75rem 2rem;font-size:1.125rem;font-weight:400}.view-transfer-degree-listing .views-exposed-form button[type=reset]:before{content:none}.view-transfer-degree-listing .views-exposed-form button[type=reset]:hover,.view-transfer-degree-listing .views-exposed-form button[type=reset]:focus{padding:.75rem 2rem;background:#002652}.view-transfer-degree-listing .results-heading{margin-bottom:.625rem}.view-transfer-degree-listing .program-heading{font-size:.9375rem;line-height:1.125rem;text-transform:uppercase;background:#006deb;color:#fff;padding:.9375rem 1.25rem}@media screen and (max-width:400px){.view-transfer-degree-listing .accordion__button-text{word-break:break-all}}.view-transfer-degree-listing .accordion__button-text a{position:absolute;right:20px;color:#edae00}.view-transfer-degree-listing .view-content>.accordion-wrapper>div>button{padding-right:135px}.view-transfer-degree-listing .transfer-degrees--offerings-heading{font-weight:700;font-size:1.125rem;line-height:1.375rem;text-transform:uppercase;color:#000;margin:1.25rem 0}.view-transfer-degree-listing .transfer-degrees--offerings-content--labels{font-weight:700;font-size:.8125rem;line-height:1rem;text-transform:uppercase;display:-webkit-box;display:-ms-flexbox;display:flex;margin:1.625rem 1.25rem 1rem 1.25rem}.view-transfer-degree-listing .transfer-degrees--offerings-content--labels>div:nth-child(1){-webkit-box-flex:3;-ms-flex:3 0 0px;flex:3 0 0}.view-transfer-degree-listing .transfer-degrees--offerings-content--labels>div:nth-child(2){-webkit-box-flex:2;-ms-flex:2 0 0px;flex:2 0 0;text-align:center}.view-transfer-degree-listing .transfer-degrees--offerings-content--labels>div:nth-child(3){-webkit-box-flex:2;-ms-flex:2 0 0px;flex:2 0 0;text-align:center}.view-transfer-degree-listing .transfer-degrees--offerings-content--labels>div:nth-child(4){-webkit-box-flex:0;-ms-flex:0 0 120px;flex:0 0 120px;text-align:center}.view-transfer-degree-listing .transfer-degrees--offerings-content--row{background:#d3d3d3;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:.9375rem;line-height:1.125rem;padding:.625rem 1.25rem;margin-top:1rem;color:#000}.view-transfer-degree-listing .transfer-degrees--offerings-content--row>div:nth-child(1){-webkit-box-flex:3;-ms-flex:3 0 0px;flex:3 0 0}.view-transfer-degree-listing .transfer-degrees--offerings-content--row>div:nth-child(2){-webkit-box-flex:2;-ms-flex:2 0 0px;flex:2 0 0;text-align:center}.view-transfer-degree-listing .transfer-degrees--offerings-content--row>div:nth-child(3){-webkit-box-flex:2;-ms-flex:2 0 0px;flex:2 0 0;text-align:center}.view-transfer-degree-listing .transfer-degrees--offerings-content--row>div:nth-child(4){-webkit-box-flex:0;-ms-flex:0 0 120px;flex:0 0 120px;text-align:center}.view-transfer-degree-listing .transfer-degrees--offerings-content--row .desktop .btn{padding:.625rem .9375rem}.view-transfer-degree-listing .mobile-only{display:none}@media screen and (max-width:640px){.view-transfer-degree-listing .desktop,.view-transfer-degree-listing .transfer-degrees--offerings-content--labels{display:none}.view-transfer-degree-listing .mobile-only{display:block}.view-transfer-degree-listing .mobile-only--content{background:#d3d3d3}.view-transfer-degree-listing .mobile-only--row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 1.25rem .625rem}.view-transfer-degree-listing .mobile-only--row:last-of-type{padding-bottom:0}.view-transfer-degree-listing .mobile-only--column-header{font-weight:700;font-size:.625rem;line-height:.75rem;text-transform:uppercase}.view-transfer-degree-listing .mobile-only--column{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;text-align:center}.view-transfer-degree-listing .mobile-only--vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:.625rem}.view-transfer-degree-listing .mobile-only--vertical .mobile-only--column+.mobile-only--column{margin-top:.625rem}.view-transfer-degree-listing .program-heading{margin-bottom:2.5rem}.view-transfer-degree-listing .transfer-degrees--offerings-content--row{padding:0;display:block}}.program-transfer-section .program-transfer-section-intro{background:#f8f5ef;padding-top:3rem}@media print,screen and (min-width:48.0625em){.program-transfer-section .program-transfer-section-intro{padding-top:4.5rem}}@media print,screen and (min-width:64.0625em){.program-transfer-section .program-transfer-section-intro{padding-top:7.5rem}}.program-transfer-section .view-transfer-degree-listing .listing__form-container{background:#f8f5ef;padding-top:1.5rem;padding-bottom:3rem}.program-transfer-section .view-transfer-degree-listing .view-content,.program-transfer-section .view-transfer-degree-listing .view-empty{margin-top:1.875rem}.program-transfer-section .view-transfer-degree-listing .listing__form{margin-top:0}.program-transfer-section .view-transfer-degree-listing .views-exposed-form{padding:0}.program-transfer-section .view-transfer-degree-listing .col-a>.js-form-item{margin-top:0}@media print,screen and (min-width:48.0625em){.program-transfer-section .view-transfer-degree-listing .listing__form-container{padding-bottom:4.5rem;padding-top:2rem}.program-transfer-section .view-transfer-degree-listing .col-b>.js-form-item{margin-top:0}.program-transfer-section .view-transfer-degree-listing .view-content,.program-transfer-section .view-transfer-degree-listing .view-empty{margin-top:3.125rem}}@media print,screen and (min-width:64.0625em){.program-transfer-section .view-transfer-degree-listing{padding-bottom:7.5rem}}.program-transfer-section .transfer-degrees--offerings-heading{font-weight:700;font-size:1.125rem;line-height:1.375rem;text-transform:uppercase;color:#000;margin:1.25rem 0}.program-transfer-section .transfer-degrees--offerings-content--labels{font-weight:700;font-size:.8125rem;line-height:1rem;text-transform:uppercase;display:-webkit-box;display:-ms-flexbox;display:flex;margin:1.625rem 1.25rem 1rem 1.25rem}.program-transfer-section .transfer-degrees--offerings-content--labels>div:nth-child(1){-webkit-box-flex:3;-ms-flex:3 0 0px;flex:3 0 0}.program-transfer-section .transfer-degrees--offerings-content--labels>div:nth-child(2){-webkit-box-flex:2;-ms-flex:2 0 0px;flex:2 0 0;text-align:center}.program-transfer-section .transfer-degrees--offerings-content--labels>div:nth-child(3){-webkit-box-flex:2;-ms-flex:2 0 0px;flex:2 0 0;text-align:center}.program-transfer-section .transfer-degrees--offerings-content--labels>div:nth-child(4){-webkit-box-flex:0;-ms-flex:0 0 120px;flex:0 0 120px;text-align:center}.program-transfer-section .transfer-degrees--offerings-content--row{background:#d3d3d3;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:.9375rem;line-height:1.125rem;padding:.625rem 1.25rem;margin-top:1rem;color:#000}.program-transfer-section .transfer-degrees--offerings-content--row>div:nth-child(1){-webkit-box-flex:3;-ms-flex:3 0 0px;flex:3 0 0}.program-transfer-section .transfer-degrees--offerings-content--row>div:nth-child(2){-webkit-box-flex:2;-ms-flex:2 0 0px;flex:2 0 0;text-align:center}.program-transfer-section .transfer-degrees--offerings-content--row>div:nth-child(3){-webkit-box-flex:2;-ms-flex:2 0 0px;flex:2 0 0;text-align:center}.program-transfer-section .transfer-degrees--offerings-content--row>div:nth-child(4){-webkit-box-flex:0;-ms-flex:0 0 120px;flex:0 0 120px;text-align:center}.program-transfer-section .transfer-degrees--offerings-content--row .desktop .btn{padding:.625rem .9375rem}.program-transfer-section .mobile-only{display:none}@media screen and (max-width:640px){.program-transfer-section .desktop,.program-transfer-section .transfer-degrees--offerings-content--labels{display:none}.program-transfer-section .mobile-only{display:block}.program-transfer-section .mobile-only--content{background:#d3d3d3}.program-transfer-section .mobile-only--row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 1.25rem .625rem}.program-transfer-section .mobile-only--row:last-of-type{padding-bottom:0}.program-transfer-section .mobile-only--column-header{font-weight:700;font-size:.625rem;line-height:.75rem;text-transform:uppercase}.program-transfer-section .mobile-only--column{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;text-align:center}.program-transfer-section .mobile-only--vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:.625rem}.program-transfer-section .mobile-only--vertical .mobile-only--column+.mobile-only--column{margin-top:.625rem}.program-transfer-section .program-heading{margin-bottom:2.5rem}.program-transfer-section .transfer-degrees--offerings-content--row{padding:0;display:block}}.tuition-fees-contact{background-color:#f8f5ef;padding-top:3rem;padding-bottom:3rem}@media print,screen and (min-width:48.0625em){.tuition-fees-contact{padding-top:7.5rem;padding-bottom:7.5rem}}@media print,screen and (min-width:48.0625em){.tuition-fees-contact{overflow:hidden}.tuition-fees-contact .grid-container{display:-webkit-box;display:-ms-flexbox;display:flex;gap:5rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.tuition-fees-contact .tuition-fees-contact-contacts{margin-top:1.5rem;row-gap:1.5rem}@media print,screen and (min-width:48.0625em){.tuition-fees-contact .tuition-fees-contact-contacts{margin-top:2rem}}@media print,screen and (min-width:48.0625em){.tuition-fees-contact .tuition-fees-contact-contacts{row-gap:2rem}}@media print,screen and (min-width:64.0625em){.tuition-fees-contact .tuition-fees-contact-contacts{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-column-gap:2.5rem;-moz-column-gap:2.5rem;column-gap:2.5rem}}@media print,screen and (max-width:64.06125em){.tuition-fees-contact .tuition-fees-contact-contacts>div{margin-top:1.5rem}}@media print,screen and (min-width:64.0625em){.tuition-fees-contact .tuition-fees-contact-contacts>div{-ms-flex-preferred-size:calc(50% - 40px);flex-basis:calc(50% - 40px)}}.tuition-fees-contact .tuition-fees-contact-contacts .icon-list{margin-top:1.0625rem}@media print,screen and (min-width:48.0625em){.tuition-fees-contact .tuition-fees-contact-contacts .icon-list{margin-top:.625rem}}.tuition-fees-contact .tuition-fees-contact-contacts .icon-list__icon::before{color:#0055b8;position:relative;top:.25rem}.tuition-fees-contact h2{font-size:1.625rem;line-height:1.2}@media print,screen and (min-width:48.0625em){.tuition-fees-contact h2{font-size:2.375rem}}.tuition-fees-contact h3{font-size:1.375rem;line-height:1.2;margin-bottom:0}@media print,screen and (min-width:48.0625em){.tuition-fees-contact h3{font-size:2rem}}.tuition-fees-contact .aspect-ratio-frame{margin:0;-ms-flex-preferred-size:22.5rem;flex-basis:22.5rem;-ms-flex-negative:0;flex-shrink:0;max-width:22.5rem}@media print,screen and (min-width:48.0625em){.tuition-fees-contact .aspect-ratio-frame{position:relative}.tuition-fees-contact .aspect-ratio-frame img{position:relative;z-index:1}.tuition-fees-contact .aspect-ratio-frame::before{content:"";position:absolute;display:block;width:100vw;height:100%;background-color:#fff;right:10rem;top:-50%;z-index:0}}.tuition-fees-contact .contact-copy{margin-top:1.5rem;font-size:1.125rem;line-height:1.5}@media print,screen and (min-width:48.0625em){.tuition-fees-contact .contact-copy{margin-top:2rem}}@media print,screen and (min-width:48.0625em){.tuition-fees-contact .contact-copy{font-size:1.5rem}}@media print,screen and (max-width:48.06125em){.tuition-fees-contact .tuition-fees-contact-content{margin-top:2rem}}.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:#002652}.card--event .text-margin-reset p{margin-top:0.5rem}.card--event .text-margin-reset .icon-list{margin-top:0.5rem}.card--listing--event .card__media{max-width:17.5rem}.card--listing--event .grid-x{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media print,screen and (min-width:48.0625em){.card--listing--event .grid-x{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.card--listing--event .card--event__content__column{padding-right:2rem;padding-left:2rem}@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}.card--news .date,.card--news p,.card--news .tags{margin-top:0.5rem;display:block}.card--news .date+p{margin-top:0.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 1.5rem 0 0}.card--listing--news .card__media{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:25%;margin-left:0;margin-right:0;margin-bottom:0}.card--listing--news .card__content{-webkit-box-flex:1;-ms-flex:1;flex:1}.card--listing--news img{display:block}}.card--profile h2,.card--profile h3{margin:0}.card--profile p,.card--profile .positions{margin-top:0.5rem;display:block;margin-bottom:0}.card--profile .btn{margin-top:0.5rem;margin-bottom:0}@media print,screen and (min-width:48.0625em){.card--listing--profile{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.card--listing--profile .card__content__inner{padding:0 1.5rem 0 0}.card--listing--profile .card__media{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0;margin-bottom:0}.card--listing--profile .card__content{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;margin-left:0;margin-right:0}.card--listing--profile img{display:block}}.program__about-section h2{font-family:proxima-nova,sans-serif;font-size:1.625rem;font-weight:700;line-height:1.2}@media print,screen and (min-width:48.0625em){.program__about-section h2{font-size:2rem}}@media print,screen and (min-width:64.0625em){.program__about-section h2{font-size:2.375rem}}.program__about-section .wysiwyg,.program__about-section .program--cta-links{margin-top:1.5rem}@media print,screen and (min-width:48.0625em){.program__about-section .wysiwyg,.program__about-section .program--cta-links{margin-top:2rem}}.program__about-section .program--cta-links ul{list-style:none}@media print,screen and (max-width:48.06125em){.program__about-section .cell+.cell{margin-top:1.5rem}}.about-this-program{background-color:#244274;padding:1.5rem}@media print,screen and (min-width:48.0625em){.about-this-program{padding:2rem}}.about-this-program h2,.about-this-program dl{color:#fff}.about-this-program h2{font-family:proxima-nova,sans-serif;font-size:1.375rem;font-weight:700;line-height:1.2;font-family:justus-pro,serif;font-weight:400}@media print,screen and (min-width:48.0625em){.about-this-program h2{font-size:1.625rem}}@media print,screen and (min-width:64.0625em){.about-this-program h2{font-size:2rem}}@media print,screen and (min-width:64.0625em){.about-this-program h2{font-size:1.625rem}}.about-this-program dl{margin-top:1rem}@media print,screen and (min-width:48.0625em){.about-this-program dl{margin-top:1.5rem}}.about-this-program dt{font-weight:bold;font-size:1rem;line-height:1.5}@media print,screen and (min-width:48.0625em){.about-this-program dt{font-size:1.125rem}}.about-this-program dd{margin:0}.about-this-program dd+dt{margin:2rem 0 0}.about-this-program dd ul{list-style:none}.about-this-program a{color:#fff;text-decoration:underline;text-underline-offset:2px}.about-this-program a:hover,.about-this-program a:focus{color:#edae00}.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:#000}@media print,screen and (min-width:48.0625em){.program-listing-item{padding-top:1.5rem;padding-bottom:1.5rem}}.program-listing-item h3{font-family:proxima-nova,sans-serif;font-size:1.25rem;font-weight:700;line-height:1.2}@media print,screen and (min-width:48.0625em){.program-listing-item h3{font-size:1.375rem}}@media print,screen and (min-width:64.0625em){.program-listing-item h3{font-size:1.625rem}}.program-listing-item .link-arrow{display:block}.program-listing-item .grid-x{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.program-listing-item ol,.program-listing-item li{margin:0;padding:0;width:100%}.program-listing-item{color:#000;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 (max-width:48.06125em){.program-listing-item p{margin-top:10px}}@media print,screen and (min-width:48.0625em){.program-listing-item__secondary-heading{display:none}.program-listing-item__secondary-heading+h4,.program-listing-item__secondary-heading+p{margin:0}}.program-listing-item .btn--compare{padding:1.25rem 1.875rem .85rem}@media print,screen and (max-width:48.06125em){.program-header{display:none}}@media print,screen and (min-width:48.0625em){.program-header__container{padding-left:6.25rem}}.program-header__container,.program-listing-item__grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-1.25rem;margin-left:-1.25rem}@media print,screen and (min-width:48.0625em){.program-header__column--program,.program-listing-item__column--program{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(20% - 2.5rem);margin-left:1.25rem;margin-right:1.25rem}}@media print,screen and (min-width:48.0625em){.program-header__column--level,.program-listing-item__column--level{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(20% - 2.5rem);margin-left:1.25rem;margin-right:1.25rem}}@media print,screen and (min-width:48.0625em){.program-header__column--degree,.program-listing-item__column--degree{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(20% - 2.5rem);margin-left:1.25rem;margin-right:1.25rem}}@media print,screen and (min-width:48.0625em){.program-header__column--type,.program-listing-item__column--type{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(20% - 2.5rem);margin-left:1.25rem;margin-right:1.25rem}}@media print,screen and (min-width:48.0625em){.program-header__column--location,.program-listing-item__column--location{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(20% - 2.5rem);margin-left:1.25rem;margin-right:1.25rem}}@media print,screen and (min-width:48.0625em){.program-header__column--compare,.program-listing-item__column--compare{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(20% - 2.5rem);margin-left:1.25rem;margin-right:1.25rem}}.card--story h2,.card--story h3{margin:0}.card--story .subject-info,.card--story p,.card--story .tags{margin-top:0.5rem;display:block;margin-bottom:0}.card--story .btn{margin-top:0.5rem;margin-bottom:0}.card--story .quote{font-weight:500;font-style:italic}.subject-info:not(:first-child){margin-top:1.5rem}.subject-info span{display:block}.subject-info span:not(:first-child){margin-top:.5rem}.subject-info__name{font-weight:600}.subject-info__meta{color:#595959}@media print,screen and (min-width:48.0625em){.card--listing--story{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.card--listing--story .card__content__inner{padding:0 1.5rem 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}}.landing--intro__text{max-width:54.375rem;margin-right:auto;margin-left:auto}.landing--intro__text .btn-row{list-style:none}.listing form{padding:1em;border:.0625em solid #979797;background-color:#d3d3d3}.listing form::before,.listing form::after{display:table;content:" ";-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.listing form::after{clear:both}.listing .form-item{max-width:none}.listing label{color:#000}.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]{font-weight:500;font-family:proxima-nova,sans-serif;display:inline-block;position:relative;z-index:2;line-height:1.1;text-decoration:none;margin-right:.5rem;margin-bottom:.5rem;font-weight:400;background-color:#0055b8;border-width:.0625rem;border-style:solid;font-weight:600;cursor:pointer;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ffffff),color-stop(5%,#ffffff),color-stop(5%,#0055B8),color-stop(95%,#0055B8),color-stop(95%,#ffffff),to(#ffffff));background-image:linear-gradient(to bottom,#ffffff 0,#ffffff 5%,#0055B8 5%,#0055B8 95%,#ffffff 95%,#ffffff 100%);font-size:1rem;padding:.625rem 1.5rem;color:#0055b8;font-weight:700;background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#0055B8),color-stop(5%,#0055B8),color-stop(5%,#ffffff),color-stop(95%,#ffffff),color-stop(95%,#0055B8),to(#0055B8));background-image:linear-gradient(to bottom,#0055B8 0,#0055B8 5%,#ffffff 5%,#ffffff 95%,#0055B8 95%,#0055B8 100%);border-color:#fff}.listing [data-drupal-selector=edit-reset]::before{content:"";pointer-events:none;position:absolute;top:.25rem;right:-.25rem;bottom:.25rem;left:-.25rem;border:1px solid #0055b8;border-top-color:rgba(0,0,0,0)}.listing [data-drupal-selector=edit-reset]:hover,.listing [data-drupal-selector=edit-reset]:focus{text-decoration:none;outline:none;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#ffffff),color-stop(5%,#ffffff),color-stop(5%,#002652),color-stop(95%,#002652),color-stop(95%,#ffffff),to(#ffffff));background-image:linear-gradient(to bottom,#ffffff 0,#ffffff 5%,#002652 5%,#002652 95%,#ffffff 95%,#ffffff 100%)}.listing [data-drupal-selector=edit-reset]:disabled{cursor:not-allowed;pointer-events:none;opacity:.6}.listing [data-drupal-selector=edit-reset]::before{border:.0625rem solid #fff;border-top:0}.listing [data-drupal-selector=edit-reset]::before,.listing [data-drupal-selector=edit-reset]::after{color:#fff}@media print,screen and (min-width:48.0625em){.listing [data-drupal-selector=edit-reset]{background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#0055B8),color-stop(5%,#0055B8),color-stop(5%,#ffffff),color-stop(95%,#ffffff),color-stop(95%,#0055B8),to(#0055B8));background-image:linear-gradient(to bottom,#0055B8 0,#0055B8 5%,#ffffff 5%,#ffffff 95%,#0055B8 95%,#0055B8 100%)}.listing [data-drupal-selector=edit-reset]::before{border-width:.0625rem;border-style:solid;border-color:#fff;border-top-color:rgba(0,0,0,0)}}.listing [data-drupal-selector=edit-reset]:hover,.listing [data-drupal-selector=edit-reset]:focus{background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#0055B8),color-stop(5%,#0055B8),color-stop(5%,#142A4A),color-stop(95%,#142A4A),color-stop(95%,#0055B8),to(#0055B8));background-image:linear-gradient(to bottom,#0055B8 0,#0055B8 5%,#142A4A 5%,#142A4A 95%,#0055B8 95%,#0055B8 100%);color:#fff;border-color:#002652;background:#fff}@media print,screen and (min-width:48.0625em){.listing [data-drupal-selector=edit-reset]:hover,.listing [data-drupal-selector=edit-reset]:focus{background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#0055B8),color-stop(5%,#0055B8),color-stop(5%,#002652),color-stop(95%,#002652),color-stop(95%,#0055B8),to(#0055B8));background-image:linear-gradient(to bottom,#0055B8 0,#0055B8 5%,#002652 5%,#002652 95%,#0055B8 95%,#0055B8 100%)}}.listing [data-drupal-selector=edit-reset]:hover::before,.listing [data-drupal-selector=edit-reset]:focus::before{border-color:#002652;border-top-color:rgba(0,0,0,0)}@media print,screen and (min-width:48.0625em){.listing [data-drupal-selector=edit-reset]:hover,.listing [data-drupal-selector=edit-reset]:focus{border-color:#133a6a}}.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]{margin:0;padding:.625em 1em}.listing [type=submit]+[type=submit]{margin-left:1em}@media print,screen and (min-width:40.0625em){.listing form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.listing [type=text],.listing [type=password],.listing [type=date],.listing [type=datetime],.listing [type=datetime-local],.listing [type=month],.listing [type=week],.listing [type=email],.listing [type=number],.listing [type=search],.listing [type=tel],.listing [type=time],.listing [type=url],.listing [type=color],.listing [type=file],.listing [type=image],.listing select{margin-bottom:0}.listing .form-item,.listing .form-actions{max-width:16em;margin-bottom:0}.listing .form-item{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.listing .form-item+.form-item,.listing .form-item+.form-actions{margin-left:1em}.listing .form-actions{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}}.card--listing{width:100%;margin-top:2rem}.card--listing+.card--listing{padding-top:2rem;border-top:.0625em solid #979797}.listing__rows--grouped{list-style:none;margin-top:0}.vaf+.listing__rows--grouped{margin-top:1.5rem}@media print,screen and (min-width:48.0625em){.vaf+.listing__rows--grouped{margin-top:2rem}}@media print,screen and (min-width:64.0625em){.vaf+.listing__rows--grouped{margin-top:2.5rem}}.listing__rows--grouped .grid-x{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.listing__rows--grouped>*:nth-child(odd),.listing__rows--grouped>*:nth-child(even){background-color:rgba(0,0,0,0)}.listing__rows--grouped [data-start-color=true]>li::before{content:""}.listing__rows--grouped [data-start-color=true]>li:nth-child(odd)::before,.listing__rows--grouped [data-start-color=false]>li:nth-child(even)::before{content:"";position:absolute;z-index:-1;top:0;right:0;bottom:0;left:-50%;display:block;background-color:#d9d9d9;width:200%}.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:proxima-nova,sans-serif;font-weight:600;color:#000}.listing__rows--grouped>li{padding-right:0;padding-left:0;max-width:1160px;margin-left:auto;margin-right:auto}.listing-page .hero--no-img{padding-bottom:2rem}@media print,screen and (min-width:48.0625em){.listing-page .hero--no-img{padding-bottom:3rem}}@media print,screen and (min-width:64.0625em){.listing-page .hero--no-img{padding-bottom:4rem}}.page--utility .listing form{padding:0;border:none;background-color:rgba(0,0,0,0);display:block}.page--utility .listing form::before,.page--utility .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}.page--utility .listing form::after{clear:both}.page--utility .listing .filter-search-submit{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.page--utility .listing label{padding-bottom:4px}.page--utility .listing [type=submit]{padding:.575em 1em}.page--utility .listing [type=submit]:hover,.page--utility .listing [type=submit]:focus{background-image:none}.page--utility .listing .search-results{margin-top:1rem}@media print,screen and (min-width:48.0625em){.page--utility .listing .search-results{margin-top:1.5rem}}.page--utility .listing .search-results>div+div{margin-top:0.5rem;border-top:1px solid #d3d3d3;padding-top:0.5rem}@media print,screen and (min-width:48.0625em){.page--utility .listing .search-results>div+div{margin-top:1rem}}@media print,screen and (min-width:48.0625em){.page--utility .listing .search-results>div+div{padding-top:1rem}}.page--utility .listing .search-results nav{margin-top:1rem}@media print,screen and (min-width:48.0625em){.page--utility .listing .search-results nav{margin-top:1.5rem}}.page--utility .listing .search-results nav ul{list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:1rem}.listing-items:last-child{padding-bottom:3rem;border-bottom:1px solid #fff}@media print,screen and (min-width:48.0625em){.listing-items:last-child{padding-bottom:4.5rem}}@media print,screen and (min-width:64.0625em){.listing-items:last-child{padding-bottom:7.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}.oho-alert__wrapper,.system-region,header,.sock,.site-footer .footer-grid,.hero--home .hero__media,.pathway-callout .img-container,.breadcrumbs,.child-page-navigation{display:none}.hero--home .hero__content,.pathway-callout .pathways-inner{margin-top:0}.hero--home+.home-page--grouping::before,.home-page-specials::before,.home-proof-points--affordability::after{content:none}.hero--home+.home-page--grouping>.why-tcc{display:block;width:100%;position:static;margin-top:0;width:auto;height:auto;text-align:left;margin-left:1cm}.hero--home+.home-page--grouping>.why-tcc:before,.hero--home+.home-page--grouping>.why-tcc:after{content:none}.hero--home+.home-page--grouping>.why-tcc .why-tulsa__wrapper:before,.hero--home+.home-page--grouping>.why-tcc .why-tulsa__wrapper:after{content:none}.hero--home+.home-page--grouping>.why-tcc+.home-proof-points{margin-top:0}.hero--home+.home-page--grouping>.why-tcc+.home-proof-points .cell.medium-5.medium-order-2.large-6{display:none}.hero--home+.home-page--grouping>.why-tcc+.home-proof-points .cell.medium-4.medium-offset-3.medium-order-1.large-3{width:100%}.hero-area-events .event-details{-ms-flex-preferred-size:100%;flex-basis:100%;margin-top:0}.global-margin--15x.wysiwyg-block>.grid-container>.grid-x.grid-padding-x>.initial-12.medium-4.cell{display:none}.accordion-wrapper .accordion__content{display:block}.accordion__icon{display:none}.accordion__button{padding-left:1.5rem}.hero--landing{display:block}.hero--landing .hero__content{position:static;display:block;padding-top:1rem}.hero--landing .hero__content .grid-container+h1{margin-top:0}.hero--landing .hero__media{border-bottom:none}.contact-section .contact-info{position:static}.listing-page .hero--no-img{padding-bottom:0}.listing__form,.pager{display:none}.news-listing .news-listing-item{margin-top:0}.news-listing .news-listing-item .published-field-of-study{display:block}.program-listing-items .listing-item{display:block}.program-listing-items .listing-group{display:block}.program-listing-items .listing-items-wrapper .listing-group .listing-group-item{display:block}.club-listing-items .listing-item{display:block}.club-listing-items.listing-items .listing-group-item{display:block}}
