:root{--column-count:3}@media screen and (max-width:768px){:root{--column-count:1}}section.wp-block-k12-three-col-card-img-p-slider .slider{display:flex;height:460px;overflow:hidden;position:relative;width:100%}section.wp-block-k12-three-col-card-img-p-slider .slides-wrapper{display:flex;height:460px;transition:transform .5s;width:100%}section.wp-block-k12-three-col-card-img-p-slider .slide{background-color:var(--c-white);border-radius:20px;color:#fff;display:flex;flex-direction:column;flex-shrink:0;font-size:2rem;height:100%;width:calc(100%/var(--column-count) - 20px)}section.wp-block-k12-three-col-card-img-p-slider .slide:not(:last-child){margin-right:20px}section.wp-block-k12-three-col-card-img-p-slider img{border-radius:20px 20px 0 0;-o-object-fit:cover;object-fit:cover;width:100%}section.wp-block-k12-three-col-card-img-p-slider h3{color:var(--c-link-header);margin:0;padding:20px 40px}section.wp-block-k12-three-col-card-img-p-slider a{background-image:linear-gradient(var(--c-link-header),var(--c-link-header));background-position:0 100%;background-repeat:no-repeat;background-size:0 2px;color:var(--c-link-header);text-decoration:none;transition:background-size .5s}section.wp-block-k12-three-col-card-img-p-slider a:hover{background-size:100% 2px}section.wp-block-k12-three-col-card-img-p-slider a[target=_blank]:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width=%2718%27 height=%2718%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg stroke=%27%230B4BAA%27 stroke-width=%272%27 fill=%27none%27 fill-rule=%27evenodd%27%3E%3Cpath d=%27M9 1H1v16h16V9M10.984 1H17v5.984M6.662 11.529l9.53-9.684%27/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-size:cover;content:"";display:inline-block;height:18px;margin:0 0 9px 12px;vertical-align:bottom;width:18px}section.wp-block-k12-three-col-card-img-p-slider .dots{display:flex;justify-content:center;margin-top:1rem}section.wp-block-k12-three-col-card-img-p-slider .dot{background-color:var(--c-lightly-blue);border-radius:10px;cursor:pointer;display:inline-block;height:10px;margin:0 5px;transition:background-color .3s,width .3s;width:10px}section.wp-block-k12-three-col-card-img-p-slider .dot[data-active=true]{background-color:var(--c-link-header);border-radius:10px;width:30px}