* {margin: 0; padding: 0; outline: 0;box-sizing: border-box;}
*:before, *:after {box-sizing: border-box;}
:root, :root[theme-mode="light"] {
  --bg-menu: #3795B0;
  --bg-submenu: #3EA6C4;
  --bg-wide: #f8fbff;
  --bg-wide-pink:#E2BEBE;
  --bg-wide-search:#EEF4F7;
  --bg-wide-green:#dbe9db;
  --bg-wide-footer: #3EA6C4;
  --bg-wide-footlink:#67BCD5;
  --bg-paper: #FBFDFF;
  --bg-card: #f8fbff; /* */
  --bg-guide: #EEF4F7; 
  --bg-sep: #DEEBF5;
  --bg-title: #c67e7e;
  --bg-dynamic: #d9a407;/*#E0AE00 */
  --bg-active: #cd5c5c;
  --bg-disabled: #d8dbde;
  --text-color: #1b1b1b;
  --text-title: #B85252;
  --text-green: #699a8e;
  --link-menu: #f8fbff;
  --link-text: #007EA5; /* 008DB8*/
  --link-hover: #b44745;
  --font-text:"Segoe UI","Open Sans",Cantarell,sans-serif;
  --line-height: 1.6em;
}
:root[theme-mode="dark"] {
  --bg-menu: #3D4D5D;
  --bg-submenu: #44576A;
  --bg-wide: #495F70;
  --bg-wide-pink:#BA7A7A;
  --bg-wide-search: #607891;
  --bg-wide-green:#495F70;
  --bg-wide-footer: #3D4D5D;
  --bg-wide-footlink:#506376;
  --bg-paper: #3E5062;
  --bg-card: #506376;
  --bg-guide: #495F70;
  --bg-sep: #607891;
  --bg-title: #90a3b7;
  --bg-dynamic: #BB8471;
  --bg-active: #CE9A88;
  --bg-disabled: #BAABA6;
  --text-color: #EDE7E7;
  --text-title: #fff7d6;
  --text-green: #9CC;
  --link-menu: #F1D4D4;
  --link-text: #F1D4D4;
  --link-hover: #BB8471;
}
:root[theme-mode="light"] .theme-mode .light-hidden {display: none;}
:root[theme-mode="dark"] .theme-mode .dark-hidden {display: none;}
.theme-mode-btn {padding: 16px 10px;cursor: pointer;background: none;border: none;color: var(--link-menu, #f8fbff);}
.theme-mode-btn button {width: 12px;height: 12px;fill: none;stroke-linecap: round;stroke-linejoin: round;stroke-width: 1.5px;}
.theme-mode-btn:hover button,.theme-mode-btn:focus button, .theme-mode-btn:focus {outline: none;
fill: #f8fbff;fill: var(--link-hover, #f8fbff);}
html {background-color: #f8fbff;background-color: var(--bg-paper, #f8fbff);
text-decoration:none;scroll-behavior: smooth;}
::-webkit-scrollbar {width: 0.9em;}::-webkit-scrollbar-track {background-color:#F1F4F9;}::-webkit-scrollbar-thumb,::-webkit-scrollbar-button {background-color: #DEEAF0;}

@font-face {font-family: 'hs-font'; src: url('/app/css/hs-font.ttf?562onn') format('truetype'),
    url('/app/css/hs-font.woff?562onn') format('woff'), url('/app/css/hs-font.svg?562onn#hs-font') format('svg');
  font-weight: normal; font-style: normal; font-display: swap;}
[class^="icon-"], [class*=" icon-"] {  /* use !important to prevent issues with browser extensions that change fonts */
font-family: 'hs-font' !important;speak: never;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;
  -webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.icon-logo:before {content: "\e900";}.icon-search:before {content: "\e901";}
.icon-setting:before {content: "\e902";}.icon-user:before {content: "\e903";}
.icon-signup:before {content: "\e904";}.icon-account:before {content: "\e905";}
.icon-logout:before {content: "\e806";}.icon-login:before {content: "\e805";}
.icon-lock:before {content: "\e801";}.icon-unlock:before {content: "\e802";}
.icon-moon:before {content: "\f186";}.icon-sun:before {content: "\e804";}
p {padding: 7px 0px;}
p,li,label,summary {font-family: var(--font-text);font-size:1em;letter-spacing: 0.4px;line-height:var(--line-height);color: var(--text-color);}
a {color: var(--link-text); text-decoration:none; font-weight: 500;
 -webkit-transition: all 0.3s linear;transition: all 0.3s ease;} a:focus, a:hover {color: var(--link-hover);}
a.active {color: #cd5c5c;}

/* SITE MENU*/
.header {position:-webkit-sticky; position:sticky;top: -100%;z-index: 1;transition: top 0.5s;}
.header-active {top: 0px;transition: 0.8s ease;}
.sitemenu {width: 100%; background:var(--bg-menu);display: flex; display: -webkit-flex;box-shadow: 0 4px 3px rgba(0, 0, 0, 0.16);}
.sitemenu > ul {width: 1100px; margin: 0px auto; display: flex; display: -webkit-flex;
flex-flow: row wrap; -webkit-flex-flow: row wrap;-webkit-justify-content: flex-start; justify-content: flex-start;background:var(--bg-menu);list-style:none;}
.sitemenu > ul > li { -webkit-flex: 0 1 auto; flex: 0 1 auto;border-right: 1px solid var(--bg-submenu); }
.sitemenu > ul > li.left {border-left: 1px solid var(--bg-submenu); }
.sitemenu > ul > li > a {display:inline-block; background:var(--bg-menu); transition: color .3s ease-in-out; 
 padding:13px 12px; color:var(--link-menu); font-style: var(--font-text);font-size: 0.8em;line-height: 1.6em;
 text-transform:uppercase;text-align:center;}
.sitemenu > ul > li > a:hover {background:var(--bg-submenu); color: #f6f6f6;}
.sitemenu > ul > li > a.active {background: var(--bg-submenu) url(/pix/menu-arrow-down.gif) no-repeat bottom center;}
@media only screen and (max-width: 425px) {.menu-hidden {display: none;}}
.crumbs {width: 100%; background:var(--bg-submenu);display: flex; display: -webkit-flex;box-shadow: 0 4px 3px rgba(0, 0, 0, 0.20);}
.crumbs > ul {width: 1100px;margin: 0px auto; list-style:none;display: flex; display: -webkit-flex;
flex-flow: row wrap; -webkit-flex-flow: row wrap;-webkit-justify-content: flex-start; justify-content: flex-start;}
.crumbs > ul > li {display:inline-block;position: relative; -webkit-flex: 0 1 auto; flex: 0 1 auto;border-right: 1px solid var(--bg-menu); }
.crumbs > ul > li > a.left {border-left: 1px solid var(--bg-menu); }
.crumbs > ul > li > a {display:inline-block; transition: color .3s ease-in-out; 
 padding:6px 10px; color:var(--link-menu); font-size: 0.75em;text-transform:uppercase;text-align:center;}
.crumbs > ul > li > a:hover {background:var(--bg-menu); color: var(--link-hover);}
.crumbs > ul > li > a.active {background:url(/pix/menu-arrow-down.gif) no-repeat bottom center;font-weight:700;}
.grid-wide {width: 100%; min-height: 100px;}
/*.grid-main {width: 1100px; margin: 0px auto; display: flex; display: -webkit-flex;
flex-flow: row wrap; flex-start; justify-content: flex-start;background:#3EA6C4;}*/
/*box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(0, 0, 0, 0.23);*/
.grid-row {display: flex; flex-flow: row wrap;}
.grid-main {max-width: 1100px; margin:0px auto;display: flex; flex-flow: row wrap; align-items: stretch; }
.grid-feature {display: flex;flex-flow: column wrap;align-items: stretch;align-content: stretch;flex: 1 0 350px;
margin:0px;border: 1px solid var(--bg-sep);} /*box-shadow: 3px 3px 10px -3px #999999;*/
.grid-feature ul {list-style: none;}

.grid-3 {flex: 1 0 300px;margin: 20px;max-width: 800px;
border: 1px solid var(--bg-card);} /*box-shadow: 3px 3px 10px -3px rgba(0, 0, 0, 0.16);*/
.grid-3: first-child; {margin: 0px}.grid-3: last-child; {margin: 0px}
@media only screen and (min-width: 769px) {.grid-feature {margin:10px 20px;}}
.tabber {display: flex;flex-wrap: wrap; width: 100%; margin-bottom: 20px;border-top-left-radius: 3px; border-top-right-radius: 3px;}
.tabber label {order: 1;display: block; padding: 0.5em 1em; margin-right: 0.1em; 
  cursor: pointer;border-top-left-radius: 3px; border-top-right-radius: 3px; background-color: var(--bg-dynamic);color: #fff; transition: background ease 0.2s;}
.tabber .tab {order: 99;flex-grow: 1; width: 100%;display: none;padding:30px;border: 1px solid var(--bg-dynamic);
 border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; border-top-right-radius: 5px;, min-height: 150px;}
@media only screen and (min-width: 769px) {.tabber > .tab {min-height: 100px;}}
.tabber input[type="radio"] {display: none; }
.tabber input[type="radio"]:checked + label {background: var(--bg-active) url(/pix/menu-arrow-down.gif) no-repeat bottom center;}
.tabber input[type="radio"]:checked + label + .tab {display: block;}
.tabber input[type="radio"] + label:hover{background: var(--bg-active) url(/pix/menu-arrow-down.gif) no-repeat bottom center;-webkit-transition: width 0.4s ease-in-out;}
.tabber .tab > p {padding:5px 0px;}
.tabber .tab > a {display:inline-block; color:var(--link-menu); font-style: var(--font-text);font-size: 0.8em;line-height: 1.6em;}

img {max-width: 100%;height: auto;}
video::cue {background-color: rgba(0, 0, 0, 0.15);color: #fff; background-position: bottom 40px right 100px; font-size: 0.85em;}
.v-asl {max-width: 100%; width:100%; height: auto;min-width: 320px;min-height: 240px; object-fit: contain;
  margin: 0px; padding:10px;background-color: #F1F4F9; 
  border-top-right-radius: 6px;border-top-left-radius: 6px;border: 1px solid #E8EDEE;}
.v-asl[poster] {object-fit: cover;}
.video-flex, .v-flex { position:relative; padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden;}
.video-flex iframe, .video-flex object, .video-flex embed,
.v-flex iframe, .v-flex object, .v-flex embed {position:absolute; top:0; left:0; width:100%;  height:100%;}
input[type="submit"] {background:var(--bg-dynamic);font-family: var(--font-text); font-size: 9pt; font-weight: bold;cursor:hand;color: #ffffff; border: 0px; text-transform:uppercase; padding:10px;}
input[type="submit"]:hover {background: #f1bf35; color:#c0a16b;}
input[type="submit"]:focus {border: 1px solid #c79e2c;}

.sidebar {flex-basis: 305px; flex-grow: 1;align-self: start;position: sticky;top: 4rem; margin: 20px 5px 10px 40px; min-height: 360px;
background:var(--bg-card, #DEEBEE); box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16), 0px 2px 3px rgba(255, 255, 255, 0.23);border-radius: 3px;}
.feature {width: 100%;flex-basis: 0;flex-grow: 999;min-width: 40%;}
.post {padding: 15px; position: relative;}  
.post p, .post ul {list-style: none;font-size: 1.1em;line-height: var(--line-height);
font-family: var(--font-text);}
.article {width: 100%;flex-basis: 360px;flex-grow: 999;background: var(--bg-paper);margin-top:20px;min-width: 40%;min-height:250px;}
.article p, .article ul > li {font-size: 1.2em;line-height:var(--line-height);color: var(--text-color);}
@media only screen and (min-width : 320px) and (max-width : 480px) {.article {padding:10px;}}
.article p {padding: 0.8em 0em;}
.article hr {padding:0px 60px; color:#efefef;}
.article .pointers {font-size: 1.0em; font-family:var(--font-text); letter-spacing: 0.3px; line-height: var(--line-height); margin:1.618em 0; }
.article .pointers li {list-style:inside disc; padding: 5px 0px;}
.article h1, .article h2, .article h3, .article h4 {font-family: Perpetua,Garamond,'Open Sans';letter-spacing: 0.3px; line-height: 1.2em;}
.article h2, .article h3, .article h4 {color: var(--text-title);margin:30px 0px 20px 0px;}
.article h3.listline {color:#2f96b4; margin-top:20px; margin-bottom:20px;} /*0099cc */
.article h1 {font-size: 2.0em; color: var(--text-title);margin: 0px 0px 20px 0px;}.article h2 {font-size: 1.6em;}.article h3 {font-size: 1.4em;}
@media only screen and (min-width: 769px) {.article h1 {font-size: 2.4em;}.article h2 {font-size: 1.8em;}.article h3 {font-size: 1.6em;}}
.article blockquote {position: relative; margin-left: 2.43em; margin-top:2.5em; margin-bottom:2.5em;
padding-left: 1.618em; padding-right: 1.618em;border-left: 2px solid #c79e2c; border-right: 2px solid #d2b04c;font-family:Georgia,Garamond;}
.title-bar {position: relative; border-bottom: 2px solid var(--bg-title);color: var(--text-title);padding:15px 20px; 
letter-spacing:1px; margin: 0px; font-size: 1.2em;font-family:var(--font-text);font-weight: 600;
border-top-left-radius: 3px; border-top-right-radius: 3px;}.article h4 {font-size: 1.2em; }
.title-bar:after, .title-bar:before {content: " ";position: absolute;display: block;border: solid transparent;height: 0;width: 0;top: 100%;}
.title-bar:after {border-color: rgba(255, 255, 255, 0);border-top-color: var(--bg-title);left: 10%;margin-left:-7px;border-width: 7px;}
.title-sep {
display: block;position: relative;width: 100%;margin: 20px;padding: 0px 20px 5px 20px;
border-bottom: 1px double rgba(249, 221, 148,0.5);border-left: 3px double #f9dd94;
border-radius: 10px;
font-size: 2em;font-family: var(--font-text);font-weight: 400; color: #cd5c5c;
background: linear-gradient(to left, #cd5c5c, #f9dd94 100%);
background-position: 0 100%;background-size: 100% 2px;background-repeat: repeat-x;}

details {margin: 10px 0px;padding: 15px;} 
details[open] {background-color: var(--bg-card,#F1F4F9);-webkit-transition: all .25s ease-in;
  transition: all .25s ease-in;border: 1px solid var(--bg-sep);}details[open]::before {opacity: 0.6;}
details[open] > summary {margin-bottom: 20px;}
details ::marker {color: var(--bg-dynamic);}
details > summary {cursor: pointer; width: 100%;color:var(--link-text);font-weight: 500;}
details > summary:hover {-webkit-transition: all .25s ease-in;transition: all .25s ease-in; color: var(--link-hover);}
.eng,.asl {font-weight: bold; font-size: .9em;}.asl {color: var(--text-green);font-variant:small-caps;}.eng {color: #bb7777; }
.ex {padding: 10px; background: #e1eaec;}
.red{color: var(--bg-active);}.green{color:#6b97a4;}
.locked {background-color: var(--bg-card); padding: 30px;} /*for locked content,subscribers.*/
figure {margin: 5px 0px;}figcaption {padding-bottom: 10px;margin: 10px 5px;border-bottom: 0.5px dotted var(--bg-sep);color: #607891;font-size: 0.80em; font-family:var(--font-text);}
.sep {border: 0; height: 1px; background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0));
margin-top:30px; margin-bottom:30px;}
ul.listpost {margin:1.0em 0em; list-style:none;}
ul.listpost li {font-weight: normal;line-height: var(--line-height); list-style-position:inside; padding-bottom: 12px;}
ul.listpost li:before { content: "●";color: var(--text-green); padding-right:6px;}
.toggle {  display: none;}
.toggle + label {  display: block;  cursor: pointer;  border-bottom: 1px solid #f8fbff;position: relative;
font-weight: 400; color:#0066cc; line-height: var(--line-height);  padding: .3em .1em;
  margin-bottom: .3em;  transition: background-color .15s ease-in-out;}
.toggle:checked + label, label:hover { background-color: #f8fbff;}
.toggle + label + section {  display: none;}
.toggle:checked + label + section {  display: block;}
.toggle + label:before {  content: "+";display: block;color: #32434f;
  float: left; font-weight: bold;margin-right: 5px; text-align: center; width: 10px;transition: background-color .15s ease-in-out;}
.toggle:checked + label:before {content: "-"; transition: all 0.2s ease-in-out;}
.tip-line {border-bottom: dashed 1px var(--bg-dynamic);cursor: help;} /* take a peek */
.tip-line:hover {position: relative;}
.tip-line[data-tip]:hover:after {content: "  << " attr(data-tip) " >>  ";
  position: relative;left: 0; bottom: 100%;white-space: wrap; z-index: 20px;
border-radius: 2px;background-color: var(--bg-card);color: var(--text-color); pointer-events: none; }
.tip-line:hover {z-index: 2;}
.tip-pop {  border-bottom: dashed 1px #6b97a4;
  padding: 0.2em 0.4em; cursor: help; position: relative;color: #6b97a4;}
.tip-pop::after {content: attr(data-tip);  display: inline;  position: absolute;
  top: 22px; left: 0;  opacity: 0;  width: auto; min-width:100px; display: flex;  font-size: 13px;
  font-weight: 700;  line-height: var(--line-height);  padding: 0.5em 0.5em;  border-radius: 4px;  background: #d9e5e8; 
  color: #000;  transition: opacity 250ms, top 250ms;}
.tip-pop:hover {z-index: 2;} 
.tip-pop:hover::after {opacity: 1;top: 25px;}

.navsearch {width: 100%;flex-basis: 360px;flex-grow: 999;min-width: 40%;}
.navsearch p, .navsearch ul > li {font-size: 1.2em;line-height:var(--line-height);color: var(--text-color);}
@media only screen and (min-width : 320px) and (max-width : 480px) {.navsearch {padding:10px;}}
.navsearch p {margin-bottom:1.1em;}

/* TOOLTIP modal use in video popup links in tutorials.*/
.modal-link { color: #E89600; font-weight: bold; }
.modal-link:hover {color: #de5f25;-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
.modal-content {position: fixed;right: 0;  left: 0;top: 0; bottom: 0;
opacity: 0;z-index: -1;display: none;pointer-events: none;-webkit-overflow-scrolling: touch;
height: 80%; width:80%;margin: auto auto;padding: 2em;
background-color: #F1F4F9;border-radius: 10px;border: 0;overflow-y: auto; 
box-shadow: 0.3rem 0.3rem 0.5rem rgba(195, 193, 198, 0.9), -0.2rem -0.2rem 0.4rem #fff;
font-weight: 700;}
.modal-content:target {display: block;opacity: 1;pointer-events: auto;z-index:100;animation: fadeIn ease 0.5s;}
@keyframes fadeIn {0% { opacity:0; } 100% {opacity:1;}}
.modal-content > .close {position: absolute;bottom: 5px;right: 5px;z-index: 1;
background-color: rgb(224, 174, 0);padding: 20px 20px;border-radius: 50%;border: 0; 
box-shadow: 0.3rem 0.3rem 0.5rem rgba(195, 193, 198, 0.9), -0.2rem -0.2rem 0.4rem #fff;font-weight: 700;
color: white;font-size: 30px;text-align: center;text-decoration: none;}
.modal-login {position: fixed;background-color: rgba(131, 151, 172, 0.7);
top: 0;  right: 0;  bottom: 0;  left: 0;  z-index: 999;opacity: 0;
pointer-events: none;-webkit-transition: all 0.3s;  -moz-transition: all 0.3s;transition: all 0.3s;}
.modal-login:target {opacity: 1;pointer-events: auto;}
.modal-login>div {
max-width: 350px;  position: relative;  margin: 10% auto;  padding: 2em;
background: rgba(255, 255, 255, 1); color: #000;
box-shadow: 0 0 10px 0 #d1e0ea;border-radius: 10px;  -webkit-border-radius: 10px;-moz-border-radius: 10px;}
.modal-login header {  font-weight: bold;}
.modal-login input[type=submit] {width: 100%;  display: block;position: relative;
padding: 10px;background:rgba(224, 174, 0, 0.75);
border: 0px;border-radius: 10px;-webkit-border-radius: 10px;-moz-border-radius: 10px;color: #fff; font: }
.modal-login input[type=text], input[type=password] {
width: 100%; margin-bottom: 10px; -webkit-appearance: none;background: #fff; padding: 10px;
border: 1px solid #f8de7e;border-bottom: 1px solid rgba(224, 174, 0, 0.75);border-radius: 10px;  -webkit-border-radius: 10px;-moz-border-radius: 10px;
font-size: 16px;}
.modal-close {color: #bb6622;font-size: 2em;position: absolute;right:10px;top:10px;width:20px;height:20px;text-decoration: none;}
.modal-close:hover {color: #000;}
.modal-login h1 {font-size: 1.8em;color: #bb6622; margin: 10px 0px;}
.modal-login-help{font-size: 12px;padding: 10px;}
.progress-bar {display: block;width: 100%;height: 3px;position: fixed;z-index: 50;
background: linear-gradient(to right, #CC9933 var(--scroll), transparent 0);
background-repeat: no-repeat;}.progress-bar.top {top: 0;left: 0;}
footer {width: 100%;background:var(--bg-wide-footer);box-shadow: 3px -3px 6px rgba(0, 0, 0, 0.16), 0 3px 3px rgba(255, 255, 255, 0.23);}
footer a {color:var(--link-menu);}
.footlink {width: 100%;background:var(--bg-wide-footlink);display: flex;} 
.footlink ul {width: 1100px; margin: 0px auto;display: flex;justify-content: flex-start;} 
.footlink ul li {flex: 0 1 auto;  -webkit-flex: 0 1 auto;-webkit-align-items: flex-start; align-items: flex-start;}
.footlink ul li {list-style-type: none;}
.footlink li a, .footlink li a:visited {text-align: center; display: block;padding: 10px 20px;}
.copyright {max-width:1100px; margin: 0px auto; background-color:var(--bg-wide-footer); padding:15px 20px;font-size: 0.95em;color: #f8f8f8;}
.footabout {max-width: 1100px; margin: 0px auto;background: var(--bg-wide-footer);padding:20px 20px;border-top: 1px solid var(--bg-wide-footlink);color: #f8f8f8;}
.search-grid {display: flex;}
.search-form {display: flex;width:100%; margin: 5px 3px 3px 0px;}
.search-input[type="text"],.search-input[type="search"] {width: 100%;border: 2px solid var(--bg-dynamic);padding:12px 16px;font-size: 1.4em;}
.search-input[type="text"]::placeholder, .search-input[type="search"]::placeholder {color: #D6A37A;font-size: 0.8em;}
.search-input:focus[type="text"]::placeholder, .search-input:focus[type="search"]::placeholder {color: #e6d7d5;}
.search-input:focus[type="text"], .search-input:focus[type="search"] {border:2px solid var(--bg-active); color: #1b1b1b;}
.search-abc{min-width: 300px; margin: 0px; display: flex; display: -webkit-flex;flex-flow: row wrap;
  background:var(--bg-dynamic); list-style-type: none;}
.search-abc li > a {position:relative;float:left; padding:0.53em; color:#fff; font-size: .95em;}
.search-abc>li> .abc-btn:hover, .search-abc > li> .abc-active,.fig-active,.mov-active,.loc-active,.both-active {
background: var(--bg-active); color: #fafafa; cursor: pointer;}
.search-abc>li> .abc-btn {background-position: center;transition: background 0.8s;}
.search-abc>li> .abc-btn:hover {background: var(--bg-active);}
.search-abc > li> .abc-active{transition: background 0s;}
.search-wordlist {border-bottom: 2px solid var(--bg-dynamic);border-left:2px solid var(--bg-dynamic);border-right:2px solid var(--bg-dynamic);}
.col-abc,.col-learn {padding:20px;text-align: left;-webkit-column-count: 1;-webkit-column-width: 3em;-webkit-column-gap: 1em;}
.col-abc,.col-learn li {list-style-type: none;}
.col-abc li a,.col-learn li a {font-size: 1.1em; font-family: var(--font-text);padding: 3px;}
.col-abc li a:hover,.col-learn li a:hover; {color: #b44745;border-bottom: 1px solid #d2b04c;transition: color .15s ease-in-out;}
@media only screen and (min-width: 620px){
.col-abc,.col-learn {text-align: left;-webkit-column-count: 2;-webkit-column-width: 3em;-webkit-column-gap: 1em;}
.col-abc li {padding: 4px 0px;font-size: 1.0em;}}
@media only screen and (min-width: 769px) {.col-abc {text-align: left;
-webkit-column-count: 2;-webkit-column-width: 5em;-webkit-column-gap: 1em;}}
.pagination{display:inline-block; width: 100%; text-align: center;padding-top: 20px;}
.pagination>li{display:inline-block; }
.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:14px 14px;color:#fff;background: var(--bg-dynamic);margin-left:-4px}
.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:3px;border-top-left-radius:3px}
.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}
.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{color:#fff;background-color:var(--bg-active);}
.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{
 background-color:var(--bg-active);border-color:#ffffff;cursor:default;padding: 20px 15px;border-top-right-radius:10px;border-top-left-radius:10px;}
.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:var(--text-color);background-color:var(--bg-disabled);cursor:not-allowed}

