@charset "UTF-8";:root{--white:#ffffff;--black:#231f20;--darkgrey:#425563;--palegrey:#e8edee;--red:#da291c;--teal:#63c3ca;--purple:#5b3f92;--blue:#49a5db}.kiosk{background:var(--palegrey);display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:1fr;min-height:100%;height:100vh}.kiosk .kiosk-grid-wrap{grid-column:span 3;display:flex;flex-direction:column;justify-content:space-between;gap:20px;background:linear-gradient(180deg,#49a5db 50%,#63c3ca 50%)}.kiosk .content{justify-content:center;height:auto;padding:20px}.kiosk .content h3{margin:0}.logo{display:block;background:var(--white) url(../images/svgs/LogoNoStrapline.svg) no-repeat center;width:150px;height:150px;max-width:100%;background-size:100%}.logo.strapline{display:block;background:url(../images/svgs/LandscapeLogo.svg) no-repeat center;width:480px;height:120px;background-size:100%}@supports (aspect-ratio:1){.logo{aspect-ratio:1;height:auto}.logo.strapline{aspect-ratio:12/3;height:100%}}.logo-wrap.mobile{display:none}.kiosk-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:1fr;gap:20px;align-items:center;justify-content:center;list-style-type:none;padding:20px}.kiosk-grid:after{display:none}.kiosk-grid li{height:100%}.kiosk-grid li .icon{font-size:2rem}.kiosk-grid a{display:flex;flex-direction:row;gap:10px;padding:20px;height:100%;border-radius:10px;background:var(--white);text-decoration:none;text-align:center;align-items:center;justify-content:center;-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.2);-moz-box-shadow:0 0 5px 0 rgba(0,0,0,.2);box-shadow:0 0 5px 0 rgba(0,0,0,.2)}.kiosk-grid a p{padding:0;font-size:1.5rem}.kiosk-grid a:hover{-webkit-box-shadow:0 0 7px 0 rgba(0,0,0,.4);-moz-box-shadow:0 0 7px 0 rgba(0,0,0,.4);box-shadow:0 0 7px 0 rgba(0,0,0,.4);transform:scale(1.02)}.kiosk-grid .logo-wrap{background:var(--white);width:fit-content;height:100%;padding:20px;border-radius:10px;grid-column:2;grid-row:1;margin:0 auto}.kiosk-grid:first-child{background:var(--blue);padding-block:40px 0}.kiosk-grid:nth-child(2){padding:0 20px}.kiosk-grid:nth-child(2) a{min-height:190px}.kiosk-grid:nth-child(3){background:var(--teal);padding-block:0 40px}.kiosk-grid:nth-child(4){background:0 0;border-radius:10px;margin:0}.kiosk-default .content.kiosk-nav-wrap{padding-block:20px}.kiosk-default .kiosk-nav{max-width:max-content}.kiosk-default .kiosk-nav-wrap p{width:max-content;border-radius:5px;line-height:2rem;display:flex;flex-direction:row;align-items:center;flex-wrap:wrap;gap:10px;max-width:100%}.kiosk-default .kiosk-nav-wrap a,.kiosk-default .kiosk-nav-wrap span{text-wrap:nowrap}.kiosk-default .kiosk-nav-wrap span.selected{background:var(--palegrey);border-radius:5px;padding:7px 10px;font-weight:600}.kiosk-default .kiosk-back,.kiosk-default .kiosk-nav-wrap a{text-decoration:none;border-radius:5px;background:var(--blue);padding:7px 13px;color:var(--white);font-weight:600}.kiosk-default .kiosk-back{background:var(--purple);max-width:max-content;line-height:2rem}.kiosk-default .kiosk-back:hover,.kiosk-default .kiosk-nav-wrap a:hover{opacity:.8}.kiosk-default .concertinas{margin:10px 0 40px 0}.kiosk-default .concertina{background:var(--palegrey);border-radius:10px;margin-bottom:10px}.kiosk-default .concertina .heading,.kiosk-default .concertina .text{border-radius:10px}.kiosk-default .concertina .text{padding:20px}.kiosk-default .gridnav{margin:20px 0 40px 0}.kiosk-default .gridnav li.box{border-radius:10px}.kiosk-default .gridnav li:hover i{transform:scale(1.1)}.kioskfeed{flex-direction:column;background:var(--palegrey);padding:30px}.kioskfeed .top{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:20px}.kioskfeed .none-found{text-align:center}.kioskfeed .title{background:0 0;color:var(--purple);text-align:center;font-size:2rem;font-weight:700;margin-bottom:0}.kioskfeed .seeall{background:var(--purple);color:var(--white);text-decoration:none;border-radius:50vh;padding:5px 5px 5px 15px;max-width:max-content;max-height:max-content}.kioskfeed .seeall i{background:var(--white);color:var(--purple);border-radius:50vh;padding:10px;margin-left:15px}.kioskfeed .newsfeed{grid-template-columns:1fr}.kioskfeed .newsfeed .newsstory{background:var(--white);border-radius:20px;overflow:hidden}.kioskfeed a{-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.2);-moz-box-shadow:0 0 5px 0 rgba(0,0,0,.2);box-shadow:0 0 5px 0 rgba(0,0,0,.2)}.kioskfeed a:hover{-webkit-box-shadow:0 0 7px 0 rgba(0,0,0,.4);-moz-box-shadow:0 0 7px 0 rgba(0,0,0,.4);box-shadow:0 0 7px 0 rgba(0,0,0,.4);transform:scale(1.02)}.kioskfeed .newsfeed .text{grid-column:span 2;padding:20px}.kioskfeed .newsfeed .text p,.newsfeed.kioskmain .newsstory .text p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;text-overflow:ellipsis}.kioskfeed .newsfeed .text .readmore,.newsfeed.kioskmain .readmore,.newsfeed.kioskmain .readmore:hover{text-decoration:none!important}.kioskfeed .newsfeed .full-image{width:100%;height:100%;object-fit:cover}.newsfeed.kioskmain{margin-top:20px}.newsfeed.kioskmain .newsstory{background:var(--palegrey);border-radius:20px;overflow:hidden}.newsfeed.kioskmain .newsstory .text{padding:20px 30px}.newsfeed.kioskmain .newsstory .text p{-webkit-line-clamp:5}.kiosk-default .titlegrid{position:relative;z-index:10}.kiosk-default .titlegrid .image{position:absolute;z-index:-1;top:0;right:0;height:100%;overflow:hidden}.kiosk-default .titlegrid .image:after,.kiosk-default .titlegrid .image:before{position:absolute;display:block;content:"";top:0;left:0;width:7%;height:101%;clip-path:polygon(0 0,100% 0,0 100%);background:var(--teal)}.kiosk-default .titlegrid .image:after{left:unset;right:0;clip-path:polygon(100% 0,100% 100%,0 100%)}.kiosk-default .titlegrid .image img{width:100%;height:100%;object-fit:contain}.pagination.kioskmain{margin-bottom:20px}@media screen and (max-width:1720px){.kioskfeed .top{flex-direction:column;align-items:center}}@media screen and (max-width:1000px){.kiosk-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-auto-rows:auto;gap:20px;align-items:center;justify-content:center;list-style-type:none;padding:20px}.kiosk-grid:after{display:none}.kiosk-grid:nth-child(2){padding:0 20px}.kiosk-grid li{min-height:120px;height:100%}.kiosk-grid a{display:flex;flex-direction:column;padding:20px;min-height:120px;height:100%;border-radius:10px;background:var(--white);text-decoration:none;text-align:center;align-items:center;justify-content:center}.kiosk-grid a p{padding:0;font-size:1.5rem;line-height:2rem}.kiosk-grid .logo-wrap{display:none}.logo-wrap.mobile{display:block;background:var(--white);margin:0 auto;padding:20px;width:98vw}.kiosk{background:var(--palegrey);display:flex;flex-direction:column;min-height:100%;height:auto}}@media screen and (max-width:550px){.content{padding-inline:20px!important}.kiosk-default .kiosk-nav-wrap p{gap:5px}.kiosk-default .kiosk-back,.kiosk-default .kiosk-nav-wrap a,.kiosk-default .kiosk-nav-wrap span.selected{padding:3px 10px;font-size:.9rem}.kiosk-default .gridnav li{padding:10px}.kiosk-grid a{padding:10px}.kiosk-grid a p{padding:0;font-size:1rem;line-height:1.5rem;font-weight:600}.kiosk-grid:nth-child(2) a{min-height:120px}.kiosk-grid li .icon{font-size:1.4rem}}@media screen and (max-width:400px){.kiosk-grid li,.kiosk-grid li a,.kiosk-grid:nth-child(2) a{min-height:100px}}@media screen and (max-width:370px){.kiosk-grid a p{font-size:.8rem}}