/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
:root{--sk-size:40px;--sk-color:#333;}.ajax-throbber{position:relative;width:40px;height:40px;}.ajax-progress.ajax-progress-fullscreen{position:fixed;z-index:11000;top:0;right:0;bottom:0;left:0;overflow:visible;width:2em;height:2em;margin:auto;background-color:transparent;background-image:none;}
.progress{position:relative;}.progress__track{min-width:100px;max-width:100%;height:16px;margin-top:5px;border:1px solid;background-color:#fff;}.progress__bar{width:3%;min-width:3%;max-width:100%;height:16px;background-color:#000;}.progress__description,.progress__percentage{overflow:hidden;margin-top:0.2em;color:#555;font-size:0.875em;}.progress__description{float:left;}[dir="rtl"] .progress__description{float:right;}.progress__percentage{float:right;}[dir="rtl"] .progress__percentage{float:left;}.progress--small .progress__track{height:7px;}.progress--small .progress__bar{height:7px;background-size:20px 20px;}
.ajax-progress{display:inline-block;padding:1px 5px 2px 5px;}[dir="rtl"] .ajax-progress{float:right;}.ajax-progress-throbber .throbber{display:inline;padding:1px 6px 2px;background:transparent url(/core/misc/throbber-active.gif) no-repeat 0 center;}.ajax-progress-throbber .message{display:inline;padding:1px 5px 2px;}tr .ajax-progress-throbber .throbber{margin:0 2px;}.ajax-progress-bar{width:16em;}.ajax-progress-fullscreen{position:fixed;z-index:1261;top:48.5%;left:49%;width:24px;height:24px;padding:4px;opacity:0.9;border-radius:7px;background-color:#232323;background-image:url(/core/misc/loading-small.gif);background-repeat:no-repeat;background-position:center center;}[dir="rtl"] .ajax-progress-fullscreen{right:49%;left:auto;}
.text-align-left{text-align:left;}.text-align-right{text-align:right;}.text-align-center{text-align:center;}.text-align-justify{text-align:justify;}.align-left{float:left;}.align-right{float:right;}.align-center{display:block;margin-right:auto;margin-left:auto;}
.fieldgroup{padding:0;border-width:0;}
.container-inline div,.container-inline label{display:inline-block;}.container-inline .details-wrapper{display:block;}.container-inline .hidden{display:none;}
.clearfix::after{display:table;clear:both;content:"";}
.js details:not([open]) .details-wrapper{display:none;}
.hidden{display:none;}.visually-hidden{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px;word-wrap:normal;}.visually-hidden.focusable:active,.visually-hidden.focusable:focus-within{position:static !important;overflow:visible;clip:auto;width:auto;height:auto;}.invisible{visibility:hidden;}
.item-list__comma-list,.item-list__comma-list li{display:inline;}.item-list__comma-list{margin:0;padding:0;}.item-list__comma-list li::after{content:", ";}.item-list__comma-list li:last-child::after{content:"";}
.js .js-hide{display:none;}.js-show{display:none;}.js .js-show{display:block;}@media (scripting:enabled){.js-hide.js-hide{display:none;}.js-show{display:block;}}
.nowrap{white-space:nowrap;}
.position-container{position:relative;}
.reset-appearance{margin:0;padding:0;border:0 none;background:transparent;line-height:inherit;-webkit-appearance:none;appearance:none;}
.resize-none{resize:none;}.resize-vertical{min-height:2em;resize:vertical;}.resize-horizontal{max-width:100%;resize:horizontal;}.resize-both{max-width:100%;min-height:2em;resize:both;}
.system-status-counter__status-icon{display:inline-block;width:25px;height:25px;vertical-align:middle;}.system-status-counter__status-icon::before{display:block;width:100%;height:100%;content:"";background-repeat:no-repeat;background-position:center 2px;background-size:16px;}.system-status-counter__status-icon--error::before{background-image:url(/core/misc/icons/e32700/error.svg);}.system-status-counter__status-icon--warning::before{background-image:url(/core/misc/icons/e29700/warning.svg);}.system-status-counter__status-icon--checked::before{background-image:url(/core/misc/icons/73b355/check.svg);}
.system-status-report-counters__item{width:100%;margin-bottom:0.5em;padding:0.5em 0;text-align:center;white-space:nowrap;background-color:rgba(0,0,0,0.063);}@media screen and (min-width:60em){.system-status-report-counters{display:flex;flex-wrap:wrap;justify-content:space-between;}.system-status-report-counters__item--half-width{width:49%;}.system-status-report-counters__item--third-width{width:33%;}}
.system-status-general-info__item{margin-top:1em;padding:0 1em 1em;border:1px solid #ccc;}.system-status-general-info__item-title{border-bottom:1px solid #ccc;}
.tablesort{display:inline-block;width:16px;height:16px;background-size:100%;}.tablesort--asc{background-image:url(/core/misc/icons/787878/twistie-down.svg);}.tablesort--desc{background-image:url(/core/misc/icons/787878/twistie-up.svg);}
.views-align-left{text-align:left;}.views-align-right{text-align:right;}.views-align-center{text-align:center;}.views-view-grid .views-col{float:left;}.views-view-grid .views-row{float:left;clear:both;width:100%;}.views-display-link + .views-display-link{margin-left:0.5em;}
.ajax-throbber.sk-circle{position:relative;width:var(--sk-size);height:var(--sk-size);}.ajax-throbber .sk-circle-dot{position:absolute;top:0;left:0;width:100%;height:100%;}.ajax-throbber .sk-circle-dot::before{display:block;width:15%;height:15%;content:"";animation:sk-circle 1.2s infinite ease-in-out both;border-radius:100%;background-color:var(--sk-color);}.ajax-throbber .sk-circle-dot:nth-child(1){transform:rotate(30deg);}.ajax-throbber .sk-circle-dot:nth-child(2){transform:rotate(60deg);}.ajax-throbber .sk-circle-dot:nth-child(3){transform:rotate(90deg);}.ajax-throbber .sk-circle-dot:nth-child(4){transform:rotate(120deg);}.ajax-throbber .sk-circle-dot:nth-child(5){transform:rotate(150deg);}.ajax-throbber .sk-circle-dot:nth-child(6){transform:rotate(180deg);}.ajax-throbber .sk-circle-dot:nth-child(7){transform:rotate(210deg);}.ajax-throbber .sk-circle-dot:nth-child(8){transform:rotate(240deg);}.ajax-throbber .sk-circle-dot:nth-child(9){transform:rotate(270deg);}.ajax-throbber .sk-circle-dot:nth-child(10){transform:rotate(300deg);}.ajax-throbber .sk-circle-dot:nth-child(11){transform:rotate(330deg);}.ajax-throbber .sk-circle-dot:nth-child(1)::before{animation-delay:-1.1s;}.ajax-throbber .sk-circle-dot:nth-child(2)::before{animation-delay:-1s;}.ajax-throbber .sk-circle-dot:nth-child(3)::before{animation-delay:-0.9s;}.ajax-throbber .sk-circle-dot:nth-child(4)::before{animation-delay:-0.8s;}.ajax-throbber .sk-circle-dot:nth-child(5)::before{animation-delay:-0.7s;}.ajax-throbber .sk-circle-dot:nth-child(6)::before{animation-delay:-0.6s;}.ajax-throbber .sk-circle-dot:nth-child(7)::before{animation-delay:-0.5s;}.ajax-throbber .sk-circle-dot:nth-child(8)::before{animation-delay:-0.4s;}.ajax-throbber .sk-circle-dot:nth-child(9)::before{animation-delay:-0.3s;}.ajax-throbber .sk-circle-dot:nth-child(10)::before{animation-delay:-0.2s;}.ajax-throbber .sk-circle-dot:nth-child(11)::before{animation-delay:-0.1s;}@keyframes sk-circle{0%,80%,100%{transform:scale(0);}40%{transform:scale(1);}}
#backtotop{background:url(/modules/contrib/back_to_top/backtotop.png) no-repeat center center;border:0;bottom:20px;cursor:pointer;display:none;height:70px;position:fixed;right:20px;text-indent:-9999px;width:70px;z-index:300;}#backtotop:hover{opacity:0.8;}#backtotop:focus{opacity:0.6;outline:none;}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){#backtotop{background:url(/modules/contrib/back_to_top/backtotop2x.png) no-repeat center center;background-size:70px 70px;}}
#collect-game{display:none;}.collect-game-container{position:relative;margin:0 auto;height:85vh;width:100%;max-width:760px;z-index:1;}.collect-timer-container{width:100%;position:relative;height:48px;margin-bottom:24px;}.collect-timer{background-color:white;width:136px;box-shadow:4px 4px 8px rgba(0,0,0,0.5);border-radius:10px;float:right;height:100%;display:flex;align-items:center;}p#timer{font-size:45px;color:#4E2F6B;font-family:'Exo',sans-serif !important;font-weight:bold;width:100%;text-align:center;}.collect-bg{width:100%;position:relative;margin:0 auto;background-repeat:no-repeat;background-position:center;height:427px;box-shadow:4px 4px 8px rgba(0,0,0,0.5);border-radius:10px;margin-bottom:8px;background-size:contain;}.collect-list-container{width:100%;position:relative;margin:0 auto;background-color:white;height:100px;border-radius:10px;box-shadow:4px 4px 8px rgba(0,0,0,0.5);display:flex;align-items:center;}.items-list{list-style-type:none;padding:0;margin:0 auto;padding-left:10px;padding-right:10px;}.items-list li{display:inline-block;margin:11px;}.items-list li img{max-width:51px;max-height:70px;}.character-img{width:130px;position:absolute;bottom:8px;left:-32px;}#collect-game .draggable-elements{display:flex;}#collect-game .drag-drop{display:inline-block;justify-content:center;touch-action:none;-webkit-transform:translate(0px,0px);transform:translate(0px,0px);position:absolute;display:none;}.dropzone{background-color:#CB81EA;border:dashed 4px transparent;border-radius:180px;width:120px;height:120px;padding:10px;display:flex;align-content:center;align-items:center;position:absolute;left:84px;bottom:-3px;box-shadow:4px 4px 8px rgba(0,0,0,0.5);justify-content:center;}#collect-game .dropzone img{max-height:80px;}.arrow{width:64px;position:absolute;bottom:90px;left:125px;}.drop-active{border-color:white;}.drop-target{border-style:solid;}.dropzone-correct{background-color:green;}.dropzone-incorrect{background-color:red;}.hide{display:none;}.dark-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.6);display:flex;align-items:center;}#collect-victory-content{width:500px;height:auto;background:white;border-radius:10px;padding:32px;position:relative;margin:0 auto;text-align:center;display:none;}#collect-victory-content{margin-top:8px;color:rgb(135,76,98);font-size:18px;font-weight:bold;}@media screen and (max-height:760px){.collect-bg{width:713px;height:400px;}.collect-list-container{width:713px;height:78px;}}@media screen and (max-height:700px){.collect-game-container{max-width:80%;}.collect-bg{width:610px;height:343px;margin-bottom:8px;background-size:contain;}.collect-timer-container{height:32px;margin:0 auto;margin-bottom:8px;width:610px;}.collect-timer{width:85px;}p#timer{font-size:22px;}.collect-list-container{height:68px;display:block;width:610px;}.character-img{width:87px;position:absolute;bottom:8px;left:-23px;}.dropzone{width:80px;height:80px;left:64px;}.dropzone img{width:54px;}.arrow{width:44px;bottom:55px;left:84px;}.drag-drop img{width:66%;}.items-list{padding-left:12px;height:100%;display:flex;align-items:center;}.items-list li{width:7%;margin:5px;margin-left:11px;}.items-list li img{width:88%;max-height:50px;}}@media screen and (max-height:500px){.collect-game-container{max-width:80%;}.collect-bg{width:505px;height:284px;margin-bottom:8px;background-size:contain;}.collect-timer-container{height:32px;margin:0 auto;margin-bottom:8px;width:505px;}.collect-timer{width:85px;}p#timer{font-size:22px;}.collect-list-container{height:40px;display:block;width:505px;}.character-img{width:87px;position:absolute;bottom:8px;left:-23px;}.dropzone{width:80px;height:80px;left:64px;}.dropzone img{width:54px;}.arrow{width:44px;bottom:55px;left:84px;}.drag-drop img{width:66%;}.items-list{padding-left:40px;}.items-list li{width:7%;margin:5px;}.items-list li img{width:88%;}}@media screen and (max-height:400px){.collect-game-container{max-width:80%;}.collect-bg{width:355px;height:200px;margin-bottom:8px;background-size:contain;}.collect-timer-container{height:23px;margin:0 auto;margin-bottom:8px;width:355px;}.collect-timer{width:64px;border-radius:5px;}p#timer{font-size:18px;}.collect-list-container{height:32px;display:block;width:355px;}.character-img{width:61px;position:absolute;bottom:8px;left:-18px;}.dropzone{width:57px;height:57px;left:42px;bottom:2px;}.dropzone img{width:38px;}.arrow{width:31px;bottom:39px;left:60px;}.drag-drop img{width:47%;}.items-list{padding-left:37px;}.items-list li{width:6%;}}
#comprehension-test-node{display:none;}#comprehension-test-node .comprehension-container{max-width:90%;position:relative;margin:0 auto;}.audio-instructions-container{display:flex;justify-content:center;height:75px;}.audio-instructions-container img{width:75px;height:75px;cursor:pointer;}.draggable-elements{display:flex;}#listen-carefully-container{position:fixed;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;top:0;left:0;}#listen-carefully{width:340px;height:260px;position:relative;border-radius:10px;background:white;padding:16px;display:none;}#listen-carefully p{text-align:center;}.comprehension-drag-drop{border-radius:50%;background-color:rgba(255,255,255,0.7);padding:10px !important;box-shadow:4px 4px 10px rgba(0,0,0,.4);width:180px;height:180px;display:inline-block;margin:24px;margin-top:0;justify-content:center;touch-action:none;-webkit-transform:translate(0px,0px);transform:translate(0px,0px);}#comprehension-test-node .card-bg{background-color:#fff;border-radius:50%;box-shadow:4px 4px 10px rgba(0,0,0,.4);width:100%;height:100%;position:relative;margin:0 auto;justify-content:center;display:flex;overflow:hidden;}#comprehension-test-node .card-bg img{width:100%;}.comprehension-dropzone{background-color:#CB81EA;border:dashed 4px transparent;border-radius:180px;margin:10px auto 30px;padding:10px;width:210px;height:210px;box-shadow:inset 0px 4px 10px rgba(0,0,0,0.5);}.drop-active{border-color:white;}.drop-target{border-style:solid;}.dropzone-correct{background-color:green;}.dropzone-incorrect{background-color:red;}.comprehension-info-container{height:100vh;width:100%;position:fixed;left:0;right:0;top:16px;background-color:white;padding:48px;z-index:10;display:none;}.comprehension-info-container-inner{width:640px;position:relative;margin:0 auto;}.comprehension-info-container .overview{box-shadow:4px 4px 8px rgba(0,0,0,0.5);margin-top:24px;}.comprehension-info-container iframe{border-radius:8px;}@media screen and (max-height:760px){#listen-carefully{width:260px;height:180px;}#listen-carefully img{width:100px;}#listen-carefully h2{font-size:20px;}#comprehension-test-node{width:85%;position:relative;margin:0 auto;margin-top:0px;}#comprehension-test-node .comprehension-container{max-width:700px;}.comprehension-drag-drop{width:125px;height:125px;margin:0;margin-right:24px;margin-left:24px;}.comprehension-dropzone{width:160px;height:160px;}}@media screen and (max-height:450px){#comprehension-test-node{margin-top:18px;}#comprehension-test-node .comprehension-container{max-width:496px;}.audio-instructions-container{height:40px;}.audio-instructions-container img{width:40px;height:40px;}.comprehension-drag-drop{width:100px;height:100px;margin:12px;padding:6px !important;}.comprehension-dropzone{width:130px;height:130px;margin-top:0;}}@media screen and (max-height:400px){#comprehension-test-node{margin-top:18px;}#comprehension-test-node .comprehension-container{max-width:356px;}.audio-instructions-container{height:40px;}.audio-instructions-container img{width:40px;height:40px;}.comprehension-drag-drop{width:65px;height:65px;margin:12px;padding:6px !important;margin-top:3px;margin-bottom:3px;}.comprehension-dropzone{width:75px;height:75px;margin-top:0;}}@media screen and (max-height:310px){#comprehension-test-node{margin-top:8px;}.comprehension-dropzone{width:90px;height:90px;margin-top:0;}}
#games-node{display:none;position:fixed;height:100%;width:100%;max-width:1024px;justify-content:center;margin:0 auto;align-items:center;top:0;padding-top:38px;z-index:0;}.games-info-container{height:100vh;width:450px;position:absolute;right:0;top:63px;background-color:#F6EFC5;padding:48px;z-index:1000;border-top-left-radius:10px;border-bottom-left-radius:10px;display:none;overflow-y:scroll;}.games-info-container .center-image{display:flex;justify-content:center;}.games-info-container .activity-icon{width:100px;position:relative;margin-bottom:48px;}.games-row{position:relative;margin:0 auto;}.games-col{display:flex;justify-content:center;max-width:345px;}.game-category{border-radius:50%;background-color:rgba(255,255,255,0.7);padding:10px !important;box-shadow:4px 4px 10px rgba(0,0,0,.4);width:250px;height:250px;display:inline-block;margin:24px;justify-content:center;cursor:pointer;}.game-category .card-bg{background-color:#fff;border-radius:50%;box-shadow:4px 4px 10px rgba(0,0,0,.4);width:100%;height:100%;position:relative;margin:0 auto;justify-content:center;display:flex;align-items:center;}.game-category .card-bg img{max-width:140px;max-height:140px;}@media screen and (max-height:450px){.game-category{width:170px;height:170px;}.game-category .card-bg img{width:110px;}}@media screen and (max-height:320px){.game-category{width:130px;height:130px;margin-top:48px;}.game-category .card-bg img{width:74px;}}
#music-icon{display:none;}
body{margin:0;overflow:hidden;}.rotate-wrapper{transform:rotate(90deg);transform-origin:bottom left;position:absolute;top:-100vw;left:0;height:100vw;width:100vh;background-color:#000;color:#fff;overflow:auto;}.kids-main-section{position:absolute !important;top:20px;}#memory-game{display:none;}.game-black-overlay{width:100%;height:100vh;background-color:rgba(0,0,0,0.4);position:fixed;top:0;left:0;}.memory-game-container{position:relative;margin:0 auto;width:100%;max-width:80%;}.timer-restart{width:100%;float:right;display:flex;justify-content:flex-end;padding:1%;}div#timer{background-color:#fff;border-radius:5px;width:140px;height:48px;position:relative;font-size:45px;font-family:'Exo',sans-serif !important;font-weight:bold;text-align:center;box-shadow:4px 4px 8px rgba(0,0,0,0.5);line-height:1em;color:#4E2F6B;display:inline-table;}.memory-game-dark-bg{position:fixed;top:0;z-index:1;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.6);display:flex;align-items:center;}.movesContainer{text-align:right;padding:1%;position:relative;display:flex;justify-content:flex-end;}.movesBackground{width:86px;height:30px;position:relative;overflow:auto;background:white;text-align:center;display:flex;justify-content:center;align-content:center;align-items:center;border-radius:4px;box-shadow:4px 4px 8px rgba(0,0,0,0.5);}.memoryMoves{margin-right:4px;font-weight:bold;color:#4E2F6B;}.movesBackground span{font-weight:bold;color:#4E2F6B;}.memory-game-dark-bg .game-start-button{width:300px;height:109px;background:white;border-radius:10px;padding:32px;position:relative;margin:0 auto;text-align:center;box-shadow:4px 4px 8px rgba(0,0,0,0.5);cursor:pointer;}.deck{position:relative;width:820px;margin:0 auto;}.deck .row1,.deck .row2{width:100%;}.deck .card{pointer-events:none;height:188px;width:188px;font-size:0;background-color:#ffffff;border-radius:8px;cursor:pointer;display:flex;justify-content:center;align-items:center;box-shadow:5px 2px 20px 0 rgba(46,61,73,0.5);margin:1%;float:left;}.deck .card.open{transform:rotateY(0);background:white;cursor:default;font-size:33px !important;}.deck .card.match{}.card.unmatch{-webkit-animation-name:unmatch;-webkit-animation-duration:0.4s;animation-name:unmatch;animation-duration:0.4s;}@keyframes unmatch{0%{transform:rotate(5deg);background-color:white}50%{transform:rotate(-10deg);background-color:white}100%{transform:rotate(5deg);background-color:white}}*/




.score-panel{text-align:left;width:100%;text-align:center;margin-bottom:10px;}.score-panel .stars{margin:0;padding:0;display:inline-block;margin:0 5px 0 0;}.score-panel .stars li{list-style:none;display:inline-block;}.score-panel .restart{float:right;cursor:pointer;}.memoryVictoryContent{width:500px;height:auto;background:white;border-radius:10px;padding:32px;position:relative;margin:0 auto;text-align:center;}.deck .card img{display:none;max-width:100%;}.deck .card.open img{display:block;width:100%;border-radius:7px;}.card .front-image{display:block !important;width:150px;max-width:80% !important}.deck .card.open .front-image{display:none !important;}@media screen and (max-width:1024px){.deck{width:609px;}.deck .card{height:140px;width:140px;}}@media screen and (max-width:767px){.kids-sidebar{min-width:60px !important;}.kids-sidebar img{width:50px;}#memory-game{display:none;}div#timer{font-size:30px;width:120px;}.deck .card{height:120px;width:120px;}}@media screen and (max-width:653px){.deck .card{height:100px;width:100px;}}@media screen and (max-width:590px){.memory-game-container{max-width:70%;}.deck .card{height:80px;width:80px;}}@media screen and (max-width:500px){.deck{width:320px;}.deck .card{height:70px;width:70px;}}@media screen and (max-width:436px){.deck{width:320px;}.deck .card{height:60px;width:60px;}}@media screen and (max-width:370px){header h1{font-size:20px;}.score-panel .restart{margin-right:87px;font-size:23px;}.deck .card{height:70px;width:70px;}}@media screen and (orientation:portrait){body.navbar-is-fixed-top{margin-top:0 !important;}}@media screen and (orientation:landscape){body.navbar-is-fixed-top{margin-top:0 !important;}@media screen and (max-width:823px){.kids-main-section{top:5px;}div#timer{font-size:20px;width:90px;}.score-panel{margin-bottom:0;}}}
