.case-study-card{position:relative;display:flex;min-height:100%;border-radius:0;border:2px solid var(--navy-200);border-radius:.4rem;background-color:var(--teal-300);color:var(--navy-300);transition:color .16s cubic-bezier(.22,.61,.36,1);overflow:hidden;isolation:isolate}.case-study-card:before{position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;background-color:var(--navy-200);content:"";opacity:0;pointer-events:none;transition:opacity .65s cubic-bezier(.22,.61,.36,1)}.case-study-card__link{display:flex;text-decoration:none;color:inherit;width:100%;padding:4rem;align-items:start}.case-study-card__inner{position:relative;z-index:1;display:flex;flex-direction:column;gap:clamp(1rem,3vw,1.5rem);width:100%;justify-content:space-between;height:100%}.case-study-card__title{margin:0;font-size:2.8rem;font-weight:900;line-height:1.35;color:var(--navy-300);text-transform:none;transition:color .16s cubic-bezier(.22,.61,.36,1)}.case-study-card__summary{font-size:1.7rem;font-weight:500;line-height:1.45;color:var(--navy-400);transition:color .16s cubic-bezier(.22,.61,.36,1)}.case-study-card__summary p{margin:0}.case-study-card__cta{--cta-icon-size: 74px;display:inline-flex;align-items:center;font-size:1.8rem;font-weight:700;background-color:var(--navy-300);text-decoration:none;margin:5.1rem -4rem -4rem;padding:2rem 4rem;color:#fff;text-decoration:underline;position:relative}.case-study-card__folder{display:block;height:var(--cta-icon-size);overflow:visible;position:absolute;right:4rem;top:calc(var(--cta-icon-size) / -2);width:var(--cta-icon-size)}.case-study-card__folder-back{fill:var(--cobalt-300, #1160ca)}.case-study-card__folder-document{fill:var(--sky-200, #74c2df);transform:translateY(0);transition:transform .28s cubic-bezier(.22,.61,.36,1)}.case-study-card__folder-front{fill:var(--cobalt-200, #2f80ed)}@media(hover:hover)and (pointer:fine){.case-study-card:hover,.case-study-card:focus-within{color:var(--white)}.case-study-card:hover:before,.case-study-card:focus-within:before{opacity:1}.case-study-card:hover .case-study-card__title,.case-study-card:focus-within .case-study-card__title{color:var(--white)}.case-study-card:hover .case-study-card__summary,.case-study-card:focus-within .case-study-card__summary{color:#ffffffd9}.case-study-card:hover .case-study-card__folder-document,.case-study-card:focus-within .case-study-card__folder-document{transform:translateY(-5px)}}.case-study-card:active{box-shadow:0 20px 40px #0d316a2e}@media(prefers-reduced-motion:reduce){.case-study-card,.case-study-card:before,.case-study-card__title,.case-study-card__summary,.case-study-card__folder-document{transition:none}.case-study-card:hover .case-study-card__folder-document,.case-study-card:focus-within .case-study-card__folder-document{transform:none}}@media(min-width:1030px){.case-study-card__cta{--cta-icon-size: clamp(54px, calc(-44px + 9.52vw) , 74px)}}.pagination{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin:4rem 1.5rem 1rem;padding:0;font-family:var(--font-secondary);gap:1rem}.pagination .previous-wrap,.pagination .next-wrap{display:inline-block;margin:0;padding:0;line-height:0}.pagination .pagination__button{display:flex;padding:0;font-family:inherit;font-size:1.3rem;font-weight:900;letter-spacing:.065rem;text-transform:uppercase;color:var(--link, var(--teal-aa));background-color:transparent;border:none;cursor:pointer}.pagination .pagination__button:disabled,.pagination .pagination__button[aria-disabled=true]{color:#0000004d;cursor:default;pointer-events:none}.pagination .pagination__button:disabled svg,.pagination .pagination__button[aria-disabled=true] svg{filter:none}.pagination .pagination__button:disabled .circle,.pagination .pagination__button[aria-disabled=true] .circle{fill:#f8f9fa;stroke:#a2a8b5}.pagination .pagination__button:disabled .arrow,.pagination .pagination__button[aria-disabled=true] .arrow{stroke:#a2a8b5}.pagination .pagination__page-numbers{display:flex;flex-direction:row;align-items:center;margin:0;padding:0;font-size:1.4rem;font-weight:500;gap:.8rem;list-style:none;font-family:var(--font-secondary)}.pagination .pagination__page-numbers .page-button{display:flex;justify-content:center;align-items:center;min-width:3.6rem;max-height:3.6rem;padding:1rem .2rem;font-size:1.6rem;font-weight:500;line-height:1.1;letter-spacing:.14rem;text-decoration:none;color:var(--link, var(--teal-aa));background-color:var(--white);border:.5px solid var(--link, var(--teal-aa));border-radius:.5rem;cursor:pointer}.pagination .pagination__page-numbers .page-button-wrap.active .page-button{color:var(--teal-aa);background-color:var(--white);border:2px solid var(--teal-aa);cursor:default}.pagination .pagination__page-numbers .page-button-wrap--single-disabled .page-button{color:#0006;background-color:#00000014;border:1px solid rgba(0,0,0,.2);cursor:default}.pagination .pagination__page-numbers .dots .page-button{background:none;border:none;cursor:default}@media(hover:hover){.pagination .pagination__button:not(:disabled):not([aria-disabled=true]):hover,.pagination .pagination__button:not(:disabled):not([aria-disabled=true]):focus-visible{filter:drop-shadow(0 2px 8px rgba(0,0,0,.15))}}@media(hover:none){.pagination .pagination__button:not(:disabled):not([aria-disabled=true]):active{filter:drop-shadow(0 2px 8px rgba(0,0,0,.15))}}@media(hover:hover){.pagination .pagination__page-numbers li:not(.active) .page-button:hover,.pagination .pagination__page-numbers li:not(.active) .page-button:focus-visible{color:var(--white);background-color:var(--link, var(--navy-300));border:.5px solid var(--link, var(--navy-300))}}@media(hover:none){.pagination .pagination__page-numbers li:not(.active) .page-button:active{color:var(--white);background-color:var(--link, var(--navy-300));border:.5px solid var(--link, var(--navy-300))}}@media(min-width:768px){.pagination{margin-inline:0}}.case-study-archive__hero{padding-block:4.6rem 6rem;padding-inline:1.5rem;background-color:var(--navy-200);color:#fff;text-align:center}.case-study-archive__hero-inner{max-width:91.7rem;margin:0 auto;display:grid;gap:1.25rem;padding:0 clamp(1rem,4vw,2rem)}.case-study-archive__title{margin:0;color:var(--white);text-align:center;font-size:4.8rem;font-weight:900;line-height:1.3;text-transform:none}.case-study-archive__description,.case-study-archive__lede{margin:0 auto;max-width:91.7rem;font-size:1.7rem;line-height:1.45;color:#ffffffd1;font-weight:500}.case-study-archive__description p,.case-study-archive__lede p{margin:0}.case-study-archive__results{padding-block:9.2rem 2.4rem}.case-study-archive__results-header{display:flex;flex-direction:column;gap:.5rem;margin-bottom:2.4rem;font-family:var(--font-main);font-weight:600;color:var(--navy-100)}@media(min-width:600px){.case-study-archive__results-header{flex-direction:row;align-items:center;justify-content:space-between}}.case-study-archive__results-count,.case-study-archive__results-page{font-size:1.5rem;line-height:1.3}.case-study-archive__results-inner{display:grid;gap:clamp(2rem,6vw,3rem)}.case-study-archive__grid{display:grid;gap:3.2rem;grid-template-columns:minmax(240px,1fr)}.case-study-archive__pagination{margin:2.4rem auto;max-width:34.8rem;width:100%}.case-study-archive__pagination .pagination__list{gap:.5rem}.case-study-archive__pagination .page-numbers{border:1px solid rgba(13,49,106,.25);color:var(--navy-300);font-family:var(--font-main);font-weight:700;transition:background-color .18s cubic-bezier(.4,0,.2,1),color .18s cubic-bezier(.4,0,.2,1),transform .18s cubic-bezier(.4,0,.2,1),box-shadow .18s cubic-bezier(.4,0,.2,1)}.case-study-archive__pagination .page-numbers:hover,.case-study-archive__pagination .page-numbers:focus{background-color:var(--teal-100);color:var(--navy-300);transform:translateY(-1px);box-shadow:0 8px 18px #0d316a2e}.case-study-archive__pagination .page-numbers.current{background-color:var(--navy-200);color:#fff;border-color:transparent;box-shadow:0 10px 20px #0d316a40}.case-study-archive__pagination .page-numbers.prev,.case-study-archive__pagination .page-numbers.next{font-size:1.1rem}.case-study-archive__pagination .page-numbers.dots{min-width:auto;height:auto;padding:0;border:none;background:none;box-shadow:none;cursor:default}.case-study-archive__empty{text-align:center;padding:clamp(3rem,8vw,5rem) 0;color:var(--lead-300);font-family:var(--font-main)}.case-study-archive .sec-footer-cta{padding-block:10.6rem;background-size:cover;background-position:center;background-repeat:no-repeat}.case-study-archive .sec-footer-cta h2{margin-bottom:0;max-width:75%;margin-inline:auto;font-size:3.6rem}.case-study-archive .sec-footer-cta .footer-cta{display:flex;flex-direction:column;gap:2.4rem;align-items:center;margin-top:3.4rem}.case-study-archive .sec-footer-cta .footer-cta a{margin:0}.case-study-archive .sec-footer-cta.teletherapy-services{background-image:url(/wp-content/themes/vocovision/images/footer-ctas/teletherapy-services_m.jpg)}@media screen and (min-width:768px){.case-study-archive__hero{padding-block:4.6rem clamp(6rem,6rem + (100vw - 768px) * .19084,11rem)}.case-study-archive__grid{grid-template-columns:repeat(2,minmax(240px,1fr))}.case-study-archive .sec-footer-cta.teletherapy-services{background-image:url(/wp-content/themes/vocovision/images/footer-ctas/teletherapy-services_d.jpg)}.case-study-archive .sec-footer-cta.teletherapy-services .footer-cta{flex-direction:row;justify-content:center}.case-study-archive .sec-footer-cta h2{font-size:clamp(3.6rem,3.6rem + (100vw - 768px) * .05344,5rem)}}@media(min-width:1030px){.case-study-archive__title{font-size:5.8rem}.case-study-archive__grid{grid-template-columns:repeat(3,minmax(240px,1fr))}}@media(min-width:1240px){.case-study-archive__pagination{margin:2.4rem auto}}.case-study-single{background-color:#fff}.case-study-single__article{margin:0}.case-study-single__header{padding-block:5.4rem 0;background-color:var(--background-blue)}.case-study-single__header-inner{margin:0 auto;display:grid;gap:0}@media(min-width:1030px){.case-study-single__header-inner--has-aside{grid-template-columns:minmax(0,7fr) minmax(0,5fr);align-items:flex-start;gap:clamp(2rem,5vw,4rem)}}.case-study-single__header-content{display:grid;gap:0}.case-study-single__chip{display:inline-flex;width:-moz-max-content;width:max-content;align-items:center;gap:.5rem;padding:.4rem .8rem;border-radius:0;border:1px solid var(--navy-300);color:var(--navy-300);font-size:1.6rem;font-weight:700;line-height:1.35;letter-spacing:normal;margin-bottom:2.6rem}.case-study-single__meta{display:flex;flex-wrap:wrap;gap:4.8rem;color:var(--navy-300);font-size:1.6rem;margin-block:2.4rem 4.1rem}.case-study-single__meta-item{display:inline-flex;align-items:center;gap:.35rem;color:inherit;font-size:1.6rem;font-weight:400;line-height:1.4}.case-study-single__header-aside{display:grid;gap:clamp(1.25rem,3vw,2rem);justify-items:start;width:100%}.case-study-single__header-aside .case-study-single__overview{width:100%}.case-study-single__overview{display:grid;gap:1.6rem;padding:0;color:var(--lead-300);font-size:1.7rem;font-weight:500;line-height:1.45;margin-bottom:1.6rem}.case-study-single__overview p{font-size:1.7rem;line-height:1.45}.case-study-single__overview-heading{margin:0;text-transform:none;color:var(--medium-blue);font-size:2.4rem;font-weight:600;line-height:1.35}.case-study-single__overview-body{font-size:1rem;line-height:1.65}.case-study-single__overview-body p{margin:0 0 .75rem}.case-study-single__overview-body p:last-child{margin-bottom:0}.case-study-single__download{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;width:-moz-max-content;width:max-content;border-radius:.5rem;background-color:var(--fuchsia-aa);color:#fff;font-weight:700;font-size:1.8rem;letter-spacing:normal;padding:1rem 2rem;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease}.case-study-single__download-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;position:relative}.case-study-single__download-icon:before{content:"";width:3rem;height:3rem;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30" fill="none"><path d="M14.9999 20C14.7437 20 14.4987 19.895 14.3224 19.71L7.75994 12.835C7.18994 12.2388 7.61369 11.25 8.43744 11.25H11.8749V4.0625C11.8749 3.20125 12.5762 2.5 13.4374 2.5H16.5624C17.4237 2.5 18.1249 3.20125 18.1249 4.0625V11.25H21.5624C22.3862 11.25 22.8099 12.2388 22.2399 12.835L15.6774 19.71C15.5012 19.895 15.2562 20 14.9999 20Z" fill="%2374C2DF"/><path d="M27.8125 27.5H2.1875C0.98125 27.5 0 26.5188 0 25.3125V24.6875C0 23.4813 0.98125 22.5 2.1875 22.5H27.8125C29.0187 22.5 30 23.4813 30 24.6875V25.3125C30 26.5188 29.0187 27.5 27.8125 27.5Z" fill="%23BEC75B"/><path d="M14.9999 2.5H13.4374C12.5762 2.5 11.8749 3.20125 11.8749 4.0625V11.25H8.43744C7.61369 11.25 7.18994 12.2388 7.75994 12.835L14.3224 19.71C14.4987 19.895 14.7437 20 14.9999 20V2.5Z" fill="%2374C2DF"/><path d="M15 22.5H2.1875C0.98125 22.5 0 23.4813 0 24.6875V25.3125C0 26.5188 0.98125 27.5 2.1875 27.5H15V22.5Z" fill="%23BEC75B"/></svg>')}.case-study-single__download-label{flex:1;text-align:center}.case-study-single__stats{padding-block:5.9rem;background-color:var(--background-blue)}.case-study-single__stats-inner{display:flex;flex-direction:column;gap:clamp(1.5rem,4vw,2.5rem)}.case-study-single__stats-list{display:grid;gap:2.4rem;grid-template-columns:minmax(0,1fr)}.case-study-single__stats-item{display:grid;gap:.8rem;padding:3.2rem;background-color:var(--lime-200);color:var(--navy-300)}.case-study-single__stats-item:nth-child(2){background-color:var(--sky-200)}.case-study-single__stats-item:nth-child(3){background-color:var(--orange-200)}.case-study-single__stats-item--mode-quote{background-color:var(--navy-200);color:#fff}.case-study-single__stats-item--mode-quote .case-study-single__stats-quote{color:inherit}.case-study-single__stats-item--mode-quote .case-study-single__stats-quote-cite{color:#ffffffb8}.case-study-single__stats-icon{width:2.5rem;height:2.5rem;display:inline-flex;align-items:center;justify-content:center;background-color:var(--teal-100);border-radius:999px;color:var(--teal-300)}.case-study-single__stats-icon svg{width:1.35rem;height:1.35rem;fill:currentColor}.case-study-single__stats-item-content{display:grid;gap:.65rem;text-align:center}.case-study-single__stats-item-title{margin:0;font-size:2.4rem;font-weight:900;line-height:normal;text-transform:none;color:var(--navy-300)}.case-study-single__stats-item-description{color:inherit;margin:0 0 .75rem;font-size:1.7rem;font-weight:700;line-height:1.35}.case-study-single__stats-item-description p{margin:0 0 .75rem}.case-study-single__stats-item-description p:last-child{margin-bottom:0}.case-study-single__stats-quote{margin:0;font-size:1.4rem;font-weight:700;line-height:1.5;font-style:italic}.case-study-single__stats-quote-cite{display:block;font-size:1rem;font-style:normal;font-weight:600;line-height:1.5;color:var(--lead-300)}.case-study-single__stats-quote-cite p{margin:0}.case-study-single__main{padding:clamp(3rem,7vw,5rem) 0}.case-study-single__main-inner{display:block}@media(min-width:1030px){.case-study-single__main-inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,320px);gap:clamp(2rem,4vw,3rem);align-items:flex-start}}.case-study-single__content{padding:0}.case-study-single__content-inner{max-width:54rem;margin:0 auto}.case-study-single__content-inner>*:first-child{margin-top:0}.case-study-single__content-inner .wp-block{max-width:none}.case-study-single__content-inner .wp-block-heading{color:var(--navy-200);text-transform:none;font-size:3.6rem;font-weight:900;margin-block:1.6rem 2.4rem}.case-study-single__content-inner p{color:var(--lead-300);font-size:2rem;font-weight:500;line-height:1.4}.case-study-single__content-inner li{font-size:2rem;line-height:1.4;color:var(--lead-300)}@media(min-width:1030px){.case-study-single__content-inner{margin:0}}.case-study-single__sidebar{margin:4.9rem auto;width:100%;max-width:none;position:static}@media(min-width:1030px){.case-study-single__sidebar{margin:0;width:auto;max-width:345px;position:sticky;top:clamp(5.5rem,7vw,7.25rem)}}.case-study-single__cta-box{display:grid;gap:2.4rem;padding:5.4rem;border-radius:.8rem;background-color:var(--navy-200);color:#fff;text-align:center;max-width:540px;margin-inline:auto}.case-study-single__cta-heading{margin:0;color:var(--white);text-align:center;font-size:2.4rem;font-weight:900;line-height:normal;text-transform:none}.case-study-single__cta-button{display:inline-flex;justify-content:center;align-items:center;border-radius:999px;padding:.85rem 1.75rem;font-weight:700;font-size:1rem;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease}.case-study-single__cta-button:hover,.case-study-single__cta-button:focus{transform:translateY(-1px);box-shadow:0 12px 24px #0a2f6c40}.case-study-single__cta-button--primary{background-color:#fff;color:#c81330}.case-study-single__cta-button--primary:hover,.case-study-single__cta-button--primary:focus{background-color:#fff}.case-study-single__cta-button--secondary{background-color:transparent;border:2px solid #fff;color:#fff}.case-study-single__cta-button--secondary:hover,.case-study-single__cta-button--secondary:focus{background-color:#ffffff1f}.case-study-single__fallback-hero{padding:3.5rem 0;background:linear-gradient(180deg,#0a2f6c14,#0a2f6c00 60%)}.case-study-single__fallback-hero.has-image{background:linear-gradient(180deg,#0a2f6cbf,#0a2f6ca6);color:#fff}.case-study-single__fallback-hero-inner{display:grid;gap:2rem}@media(min-width:768px){.case-study-single__fallback-hero-inner{grid-template-columns:repeat(2,minmax(0,1fr));align-items:center}}.case-study-single__fallback-media{width:100%;padding-top:60%;border-radius:18px;background-position:center;background-size:cover;position:relative}@media(min-width:768px){.case-study-single__fallback-media{padding-top:100%}}.case-study-single__title{margin:0;color:var(--teal-300);font-family:var(--font-main);font-style:normal;font-weight:900;font-size:3.6rem;line-height:1.1;text-transform:none}.case-study-single__summary{max-width:36rem}.case-study-single__summary p{margin:0}@media(min-width:768px){.case-study-single__header{padding-block:5.4rem}.case-study-single__stats{padding:5.9rem 3.6rem;background-color:transparent}}@media(min-width:768px)and (max-width:1029px){.case-study-single__stats-list{grid-template-columns:repeat(2,minmax(0,1fr))}.case-study-single__stats-list--count-1{grid-template-columns:minmax(0,1fr)}.case-study-single__stats-list--count-3 .case-study-single__stats-item:first-child{grid-column:1/-1}}@media(min-width:1030px){.case-study-single__overview{margin-top:3rem}.case-study-single__stats-list{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}}@media(min-width:1240px){.case-study-single__title{font-size:5.8rem}.case-study-single__stats-item{align-content:center}.case-study-single__stats-item-title{font-size:3.6rem}.case-study-single__content-inner{max-width:68.8rem}.case-study-single__content-inner .wp-block-heading{font-size:5rem}}.case-study-related{padding:0 0 5rem}.case-study-related.bg-blue{background-color:var(--teal-100)}.case-study-related--no-carousel .post-card-carousel--inactive .swiper-wrapper{gap:0}.case-study-related .recent-posts-carousel__inner{margin:0 auto;padding-inline:clamp(1.5rem,4vw,3rem);width:min(100%,1140px);display:flex;flex-direction:column;gap:clamp(2rem,5vw,3rem)}.case-study-related .carousel__pre-heading{margin:0;font-size:1.5rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#0d316a}.case-study-related .recent-posts-carousel__header{display:flex;flex-direction:column;gap:.75rem;margin-inline:auto;margin-bottom:clamp(1.5rem,3vw,2.5rem);max-width:92.2rem;width:100%}@media(min-width:768px){.case-study-related .recent-posts-carousel__header{flex-direction:row;align-items:center;justify-content:space-between}}.case-study-related .carousel-heading{margin:0 auto;color:var(--navy-200);text-align:center;font-size:clamp(3.6rem,2.9rem + 1.75vw,5rem);font-weight:900;text-transform:none}.case-study-related .recent-posts-carousel__body{display:flex;flex-direction:column;gap:clamp(1.5rem,4vw,2rem)}.case-study-related .card-carousel__wrap{position:relative}.case-study-related__navigation{display:grid;gap:2.4rem;justify-items:center;width:100%}.case-study-related .post-card-carousel{position:relative;z-index:1;width:100%;overflow:hidden}.case-study-related .carousel__controls{display:grid;grid-template-columns:4.4rem minmax(0,1fr) 4.4rem;align-items:center;-moz-column-gap:1.2rem;column-gap:1.2rem;margin:2.4rem auto 0;max-width:34.8rem;width:100%}.case-study-related .carousel__button{width:4.4rem;height:4.4rem;padding:.5rem;background-color:transparent;border:none;border-radius:10rem;cursor:pointer;touch-action:manipulation}.case-study-related .carousel__button:focus-visible{outline:1px solid var(--bright-blue-aa)}.case-study-related .carousel__button:focus-visible svg{border-radius:15px}.case-study-related .carousel__button:disabled,.case-study-related .carousel__button.carousel__button--disabled{cursor:auto}.case-study-related .carousel__button:disabled .circle,.case-study-related .carousel__button.carousel__button--disabled .circle{fill:#f8f9fa;stroke:#a2a8b5}.case-study-related .carousel__button:disabled .arrow,.case-study-related .carousel__button.carousel__button--disabled .arrow{stroke:#a2a8b5}.case-study-related .carousel__button .circle,.case-study-related .carousel__button .arrow{transition:fill .18s cubic-bezier(.4,0,.2,1),stroke .18s cubic-bezier(.4,0,.2,1),transform .18s cubic-bezier(.4,0,.2,1)}.case-study-related .carousel__button .circle{fill:var(--light-teal);stroke:var(--teal-aa)}.case-study-related .carousel__button .arrow{stroke:var(--teal-aa)}.case-study-related .carousel__button.carousel__button--prev{margin-left:-.5rem}.case-study-related .carousel__button.carousel__button--prev:active:hover:not(:disabled) .arrow{transform:translate(-2px)}.case-study-related .carousel__button.carousel__button--next{margin-right:-.5rem}.case-study-related .carousel__button.carousel__button--next:active:hover:not(:disabled) .arrow{transform:translate(2px)}@media(pointer:fine){.case-study-related .carousel__button:hover:not(:disabled) svg,.case-study-related .carousel__button:focus-visible:not(:disabled) svg{filter:drop-shadow(0 2px 8px rgba(0,0,0,.15))}.case-study-related .carousel__button:hover:not(:disabled) .circle,.case-study-related .carousel__button:focus-visible:not(:disabled) .circle{fill:var(--teal-aa);stroke:var(--teal-aa)}.case-study-related .carousel__button:hover:not(:disabled) .arrow,.case-study-related .carousel__button:focus-visible:not(:disabled) .arrow{stroke:#fff}}@media(pointer:coarse){.case-study-related .carousel__button:active:hover:not(:disabled) .circle{fill:var(--teal-aa);stroke:var(--teal-aa)}.case-study-related .carousel__button:active:hover:not(:disabled) .arrow{stroke:#fff}}.case-study-related .carousel__dots{--carousel-dot-size: 1.2rem;--carousel-dot-border-color: var(--teal-aa);--carousel-dot-fill-color: var(--teal-aa);--carousel-dot-bg-color: var(--light-teal);--carousel-dot-hit-size: 1.6rem;display:flex;justify-content:center;gap:.2rem;width:100%}.case-study-related .carousel__controls .swiper-pagination{position:static;width:100%;transform:none;left:auto;right:auto}.case-study-related .carousel__dot{align-items:center;background:transparent;border:0;border-radius:999px;display:inline-flex;height:var(--carousel-dot-hit-size, 2rem);justify-content:center;margin:0;opacity:1;padding:0;width:var(--carousel-dot-hit-size, 2rem)}.case-study-related .card-carousel__footer{display:flex;justify-content:center;margin-bottom:3.6rem;width:100%}.case-study-related .browse-all-posts{color:var(--fuchsia-aa);font-size:1.8rem;text-decoration:underline;font-weight:700;max-width:100%;overflow-wrap:anywhere;text-align:center}.case-study-related .browse-all-posts:hover{text-decoration:none}@media(min-width:768px){.case-study-related{padding-top:4.4rem}.case-study-related .carousel__dots{--carousel-dot-hit-size: 2rem;gap:.8rem}}@media(min-width:1030px){.case-study-related--no-carousel .post-card-carousel--inactive{overflow:visible}.case-study-related--no-carousel .post-card-carousel--inactive .swiper-wrapper{justify-content:center}}@media(min-width:1240px){.case-study-related__navigation{align-items:center;gap:2.4rem;grid-template-columns:minmax(0,1fr) minmax(0,34.8rem) minmax(0,1fr);justify-items:stretch}.case-study-related__navigation .carousel__controls{grid-column:2;margin:2.4rem auto}.case-study-related__navigation .card-carousel__footer{grid-column:3;justify-content:flex-end;margin:2.4rem 0;min-width:0;padding-inline:1.5rem}.case-study-related__navigation .browse-all-posts{text-align:right}.page-template-page-staffing-services .case-study-related,.page-education-recruitment-and-staffing-solutions .case-study-related{padding-top:6rem}}@media(min-width:768px){a.logo{max-width:clamp(134px,18vw,290px);display:flex;height:auto;padding:0;margin:0}}@media(min-width:1030px){.post-type-archive-case_studies .site-header{background-color:var(--navy-200)}.single-case_studies .site-header{background:linear-gradient(180deg,#1d4588e6,#1d458866 72.5%,#f4fdff)}}
