/* Default theme: purple */
:root {
	--primary-100: #6F2F58;
	--primary-40: #C5ACBC;
	--primary-20: #E2D5DE;
	--primary-10: #F1EAEE;
	--primary-5: #e4e6e1;
	--secondary-100: #3C0F34;
	--secondary-20: #D8CFD6;
}

/* Student theme: green */
body.template_student {
/*  --primary-100: #306427;*/
	--primary-100: #005c34;
	--primary-40: #ACC1A9;
	--primary-20: #D6E0D4;
	--primary-10: #EAF0E9;
	--primary-5: #f4f4f0;
	--primary-1: #fafff9;
	--secondary-100: #023A22;
	--secondary-20: #ABB7A9;
}

/* Admin theme: blue */
body.template_admin {
	--primary-100: #185C91;
	--primary-40: #A3BED3;
	--primary-20: #D1DEE9;
	--primary-15: #DBE7EE;
	--primary-10: #E8EFF4;
	--primary-5: #eff4f7;
	--secondary-100: #093D64;
	--secondary-20: #9DB1C1;
}


body.template_admin.super_user_production {
	--primary-100: #d11212;
	--primary-40: #e47373;
	--primary-20: #ecccbc;
	--primary-10: #ffeadf;
	--secondary-100: #9d1a1a;
	--secondary-20: #F3BAB0;
}

body.template_public {
	--primary-100: #FFDF5E;
	--primary-10: #FEFFF0;
	--secondary-100: #E4BC1C;
}


.h1, .h2, .h3, .h4, .h5, .h6, .site .font-headings, .site .font-headings-primary, .site .has-headings-font-family, h1, h2, h3, h4, h5, h6 {
	font-family: unset;
	margin: 0 0 1em 0;
}

* {
	box-sizing:inherit;
}

html, body {
	margin:0;
	padding:0;
	height:100%;
}

body {
	font-family: 'Montserrat', sans-serif;
	color:#444;
	font-size:16px;
	background:#fffcfb !important;
	min-width:380px;
}

a {
	color: var(--primary-100);
	text-decoration: underline;
}

a:hover {
	color: var(--primary-100);
	text-decoration:none;
}


input, button, select {
	box-sizing:border-box;
}

menu, ol, ul {
	padding:0;
	margin:0;
}

ol, ul {
	margin-left:1.3em;
}

ul:last-child {
	margin-bottom:0;
}

input[type="text"], input[type="search"], input[type="password"], input[type="email"], select, textarea {
	padding:10px;
	border:2px solid #999;
	background: var(--primary-5);
	color:#333;
	box-sizing: border-box;
}


button, .button {
	background:var(--primary-100);
	border:0;
	color:#fff;
	padding:0.4em 1em;
	margin:0;
	font-weight:500;
	font-size:1.2em;
	border-radius:1px;
	cursor:pointer;
	transition: all 0.3s ease-in,  outline 1ms;
	transform: scale(1);
	display:inline-flex;
	align-items: center;
	justify-content: center;
	font-family: inherit;
	text-decoration:none;
	border-radius:0.5em;
	-webkit-user-select: none;
	user-select: none;
}

.button.condensed, button.condensed {
	transition: background 0.3s, color 0.3s, border-color 0.3s, opacity 400ms ease-in;
	padding: 5px 6px;
	text-transform: none;
	white-space: nowrap;
	opacity: 1;
	letter-spacing: 0;
	font-size: 12px;
	border-radius: 4px;
	margin: 0;
	border-width: 0;
	line-height: 1.2;
	text-decoration: none;
}


.button.condensed:hover, button.condensed:hover {
	background: var(--secondary-100);
}


button:hover, .button:hover, .cbxbookmark-more:hover {
	background-color:var(--secondary-100);
	color:#fff;
	transform: scale(1.05);
}


.button-reset {
	color:inherit;
	padding:0;
	background: transparent;
	font-family: inherit;
}

.button-link {
	color:var(--primary-100);
	padding:0;
	background: transparent;
	cursor: pointer;
	font:inherit;
	position: relative;
	text-decoration: underline;
	transform:none;
	display: inline;
	white-space: normal;
	text-align:left;
	line-height: inherit;
}

.no-grow:hover, .button-reset:hover, .button-link:hover {
	transform: scale(1);
}

.button-reset:hover {
	background-color:inherit;
	color:inherit;
}

.button-link:hover {
	background-color: transparent;
	color:var(--primary-100);
	text-decoration: none;
}

.button-link[disabled] {
	color:#555 !important;
	text-decoration: none;
}


button.able-big-play-button:hover {
	background:inherit;
}

:focus, button:focus {
	outline:none;
}

:focus-visible, .cbxwpbkmarktrig:focus-visible {
	outline-color: #ee4337 !important;
	outline-width: 3px !important;
	outline-style: dashed !important;
}

button, input, a, textarea {
	outline-offset: 0.2em !important;
	
}

.inset-outline, .inset-outline *:not(.default-outline)  {
	outline-offset: -3px !important;
}

#skip-to-main-content-link {
	position:absolute;
	width:220px;
	margin-left:-110px;
	top:-50px;
	height:50px;
	left:50%;
	font-size:1.1em;
	font-weight:800;
	text-decoration: underline;
	color: var(--primary-100);
	display:flex;
	align-items: center;
	justify-content: center;
	background:white;
	transition: top 300ms ease-in-out;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

#skip-to-main-content-link:focus-visible {
	top:0;
}

.container {
	max-width: 1440px;
	min-width: 320px;
	margin: 0 auto;
	padding:0 30px;
}

#wrapper {
	display:flex;
	flex-direction: column;
	min-height:100%;
}

header#header {
	padding: 30px 0;
	background: var(--primary-100);
	color: #fff;
	z-index: 7;
}

header#header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#header-left .site-logo {
	display: flex;
	gap:20px;
	align-items: center;
	margin:0;
	padding:0;
}

#header-left a {
	color: #fff;
	text-decoration:none;
}

#logo-link {
	line-height: 0;
	display:flex;
	font-size:2em;
	font-weight: 800;
	gap:20px;
}

.custom-logo {
	width: 100px;
	height: 100px;
	margin:0 !important;
	max-height: unset !important;
}


#header-right {
	align-self: flex-end;
	font-weight: 500;
}

#header-right.has-modes {
	align-self:center;
}

#header-right a {
	color: #fff;
	text-decoration:underline;
}

#header-right a:hover {
	text-decoration:none;
}

#header-right .mode-toggle-holder {
	margin-bottom:15px;
	font-weight: 600;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap:12px;
	line-height: 1;
}

#header-right .mode-toggle {
	border-radius:1000px;
	font-size:1.1em;
	background: var(--secondary-20);
	display:flex;
	justify-items: center;
	user-select: none;
}

#header-right .mode-toggle a, #header-right .mode-toggle span {
	border-radius:1000px;
	padding:0.8em 1.2em;
	color:#1E251D;
	text-decoration: none;
}

#header-right .mode-toggle a:focus-visible {
	outline-offset: -3px;
}

#header-right .mode-toggle span.active {
	color:white;
	background: var(--secondary-100);
}

#header-right .utility-links-holder {
	display:flex;
	justify-content: center;
	gap:10px;
	flex-wrap:wrap;
}

nav#nav {
	position:sticky;
	overflow:hidden;
	top:0;
	line-height:1.2;
	z-index:8;
	/*
	by setting pointer events to none, and then resetting it on .main-menu-holder ,
	the hover state is lost when exiting .main-menu-holder which is desirable to let elements
	just below the header be cliced
	 */
	pointer-events: none;
}

/*nav#nav .menu-holder {
	display: flex;
	flex-direction: column;
	position:relative;
}*/

nav#nav #mobile-toggle {
	display:none;
}

nav#nav ul {
	list-style-type: none;
	margin:0;
	padding:0;
}

nav#nav .sub-menu {
	position:absolute;
	 /* padding of the container, since ths sub menu is relative to that (because
	we wanted the menu to be inline-flex to aid with parent wrapper for correct hovering states )  */
	left:0px;
	width: calc(100vw - 60px);
}


nav#nav a { 
	color: #000; 
	text-decoration: none; 
	display: block;
	position:relative;
	background: transparent;
	transition: background 200ms ease-in-out;
	padding:0 1em;
	height:100%;
	display:flex;
	align-items: center;
}

@media only screen and (max-width: 1100px) { 
	nav#nav a { 
		font-size:0.88em;
		padding:0 0.85em;
	}
}

nav#nav a:focus-visible {
	outline-offset: -3px;
}

nav#nav li.active > span > a {
	font-weight:bold;
}

nav#nav button.mobile-expand { 
	display:none;
}


nav#nav li:not(.active) > span >  a:hover {
	background: var(--primary-40);
}

nav#nav .header-search {
	display:flex;
	overflow:hidden;
}

/* make the outline entirely visible on the go button */
nav#nav .header-search:focus-within {
	overflow: visible;
}

nav#nav .header-search-inner {
	align-self: center;
	display:flex;
	/* make space to show the outline  */
	padding-left:6px;
}

nav#nav .header-search input[type="search"] {
	border:0;
	border-radius: 6px;
	padding:0.5em 0.8em;
	transition:margin-right 150ms ease-in;
	margin-right:-50px;
	font-size:15px;
}


nav#nav .header-search input[type="submit"] {
	font-size:1em;
	transition:all 150ms ease-in;
	opacity:0;
	position:relative;
	right:-50px;
	width:50px;
	pointer-events: none;
	padding:0;
	font-weight:600;
}


nav#nav .header-search input[type="search"]:focus {
	margin-right:10px;
}

nav#nav .header-search input[type="search"]:focus + input[type="submit"],
nav#nav .header-search input[type="submit"]:focus {
	right:0;
	opacity:1;
	pointer-events: auto;
}

nav#nav .header-search input[type="submit"]:focus {
	margin-left:60px;
}

nav#nav .main-menu-holder {
	background: var(--primary-20);
	font-size:1.1em;
	pointer-events: auto;
}

/*nav#nav .main-menu-holder .container.student {
	display:flex;
	justify-content: space-between;
}*/

nav#nav[data-active-depth="0"] {
	display:none;
}

nav#nav[data-active-depth=""]:hover, nav#nav[data-active-depth=""]:focus-within,
nav#nav[data-active-depth="1"]:hover, nav#nav[data-active-depth="1"]:focus-within {
	height:103px;
	margin-bottom:-53px;
}

nav#nav[data-active-depth="2"] .main-menu-wrapper {
	margin-bottom:53px;
}

nav#nav .main-menu-inner {
	width:100%;
	display:flex;
	justify-content: space-between;
	
}

nav#nav .main-menu-inner.has-right-element {
	flex-direction: row-reverse;
}

nav#nav .main-menu-inner li {
	display:inline-block;
	height:100%;
	vertical-align: top;
}

nav#nav .sub-menu:before {
	background: var(--primary-10);
	position:absolute;
	left:-5000px;
	right:-5000px;
	height: calc(100% - 3px);
	top:0;
	content:'';
	border-top: 3px solid var(--primary-100);
}


nav#nav .main-menu {
	height:50px;
	position:relative;
}

nav#nav .sub-menu {
	height:50px;
	padding-top:3px;
	background: var(--primary-10);
}

nav#nav .main-menu > li.active > span > a {
	background: var(--primary-100);
	color: #fff;
}

nav#nav .main-menu .menu-circled-text {
	border: 0.12rem solid #2a2a2a;
	color:#2a2a2a;
	border-radius: 500px;
	display:inline-flex;
	align-items: center;
	justify-content: center;
	font-weight:600;
	width:20px;
	height:20px;
	font-size: 12px;
}


nav#nav .main-menu > li.active .menu-circled-text {
	border: 0.18rem solid #fff;
	color:#fff;
	font-weight:800;
}

nav#nav .menu-holder li > .menu-holder {
	transition: visibility 0.2s step-end, z-index 0.2s step-end, opacity 0.2s ease-in-out;
	z-index:1;
	opacity:0;
	visibility: hidden;
	transition-delay:250ms;
}

nav#nav .menu-holder:not(:hover) > li.active > .menu-holder {
	z-index:2;
	opacity:1;
	visibility: visible;
	transition: none;
}


nav#nav .menu-holder li:hover > .menu-holder,
nav#nav .menu-holder li:focus-within > .menu-holder {
	z-index:3;
	opacity:1;
	visibility: visible;
	transition: visibility 0.2s step-start, z-index 0.2s step-start, opacity 0.2s ease-in-out;
	transition-delay:250ms;
}


nav#nav .sub-menu li.active a {
	color: var(--primary-100);
	position:relative;
}

nav#nav .sub-menu li.active a:after {
	position:absolute;
	left:0;
	bottom:0;
	height:2px;
	width:100%;
	content:'';
	background: var(--primary-100);
}


/* Padding plus negative margin means the true top of the element sits
behind the sticky nav, meaning hash navigation looks nice */

main#main {
	flex-grow:1;
}

nav#nav[data-active-depth="1"] + main#main {
	margin-top:-50px;
	padding-top:50px;
}

nav#nav[data-active-depth="2"] + main#main {
	margin-top:-103px;
	padding-top:103px;
}

main#main > .container {
	padding-top:30px;
	padding-bottom:30px;
}

body.single-post main#main > .container, body.single-course main#main > .container {
	padding-top: 0;
}


body.single-post #main article {
	max-width:unset;
}

.article-container {
	max-width:1300px;
}

main#main .rmp-container {
	padding-top:0;
	padding-bottom:0;
}

.hero-title {
	border-top: 3px solid var(--primary-100);
	background-size: cover;
	background-position: center;
	position:relative;
}


.hero-title .article-container {
	display:flex;
	padding-top:1.5em;
	padding-bottom:1.5em;
	min-height:calc(300px - 3em);
}

.hero-title .hero-text {
	gap:20px;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: column;
	display: flex;
	flex-grow:1;
}

.hero-title .hero-text-top {
	display:flex;
	flex-direction: column;
	align-items: flex-start;
	gap:10px;
}

.hero-title .hero-text .virtle-back {
	font-size:13px;
}

.article-wrapper {
	border-left: 2px solid var(--primary-100);
	padding-left:2.8em;
}

.article-wrapper:after {
	clear:both;
	content:'';
	display:block;
}

.article-wrapper:not(.has-banner) {
	padding-top:2.8em;
}

.article-wrapper.has-banner .article-content {
	padding-top:2.8em;
}

.main-content {
	line-height:1.7;
	font-size:20px;
}

.restrict-width {
	max-width:800px;
}


.hero-title h1, .hero-title h2, .article-top-banner, .article-type, .hero-title a.virtle-back {
	margin:0;
	background:var(--primary-100);
	color:white;
	padding: 0.4em 16px;
	line-height:1.2;
}

.article-top-banner {
	background: var(--primary-20);
	color:#000;
}


.hero-title .article-type, .hero-title a.virtle-back {
	color:#333;
	font-weight:500;
	padding:0.6em;
}

.hero-inline {
	display:flex;
	gap:10px;
	flex-wrap:wrap;
}

.hero-title .article-type.activity {
	background: #fcc804;
}

.hero-title .article-type.lesson, .hero-title .article-type.course {
	background: #85ceef;
}

.hero-title a.virtle-back {
	background: #b9e7fb;
	background: var(--primary-20);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
	border-radius: 5px;
	opacity:0.9;
}

.hero-title h1 {
	font-size: 2.2em;
}

.hero-title h2 {
	font-size:1.3em;
	font-weight: 500;
}

.article-top-banner {
	display:inline-flex;
	gap:30px;
	align-items: center;
	padding-top:1em;
	padding-bottom:1em;
	font-weight:300;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
	flex-wrap: wrap;
}

.hero-title a {
	font-weight: 700;
	color:#333;
	text-decoration: underline;
}

.hero-title a:hover {
	text-decoration: none;
}

.virtle-bm-wrap {
	position: relative;
	font-size: 14px;
	line-height: 18px;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
}


.virtle-bm {
	padding: 5px;
	border-bottom: 0 solid #fff !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	display: block;
	text-decoration: none;
	background-size: 15px 15px;
	display: inline-block;
}

.banner-item {
	white-space: nowrap;
}

.cbxwpbkmarktrig, .virtle-bm  {
	display:flex;
	align-items: center;
	padding:0;
	font-size: 16px;
}

.cbxwpbkmarktrig .cbxwpbkmarktrig-label, .virtle-bm .cbxwpbkmarktrig-label {
	color: var(--primary-100);
	text-decoration:underline;
}

.cbxwpbkmarktrig .cbxwpbkmarktrig-label:hover, .virtle-bm .cbxwpbkmarktrig-label:hover {
	text-decoration: none;
}

.cbxwpbkmarktrig::before, .virtle-bm::before {
	content: "";
	vertical-align: middle;
	width: 17px;
	margin:0 !important;
	height: 21px;
	display: inline-block;
	background-repeat:no-repeat;
	background-image: url('../images/bookmark-empty.svg') !important;
	background-size: contain !important;
}

.cbxwpbkmarktrig-marked::before {
	background-image: url('../images/bookmark-filled.svg') !important;
}


.cbxwpbkmarktrig-label {
	margin-left:8px;
}

.cbxwpbkmarktrig-busy::before {
	animation: action 1s linear infinite;
	transition: background-position .1s ease-in;
}

.toggle-saved-activity[disabled] { 
	cursor: wait;
}

.toggle-saved-activity.unavailable[disabled] {
	pointer-events: auto;
	cursor: not-allowed;
}



@keyframes action {
		0% { background-position: center center }
		25% { background-position: center 10px }
		50% { background-position: center center }
		75% { background-position: center -10px }
}

.article-top-banner a {  
	color: var(--primary-100);
}



a.virtle-back::before {
	content:'';
	mask: url('../images/back-icon.svg') no-repeat 100% 100%;
	-webkit-mask: url('../images/back-icon.svg') no-repeat 100% 100%;
	background-color: var(--primary-100);
	width:5px;
	height:15px;
	display:inline-block;
	margin-right:5px;
}

.subject-breadcrumb {
	font-size:1em;
	margin-bottom:18px;
}

.activity-breaker {
	margin:4em 0;
}

footer#footer {
	background:#eee;
	padding:2em 0;
}

#footer-body {
	display:flex;
	gap:15px;
	flex-direction: column;
	flex-wrap: wrap;
}

.footer-row {
	display:flex;
	gap:8px;
	flex-wrap: wrap;
}

.force-open {
	display:block !important;
}



.virtle-rating {
	display:flex;
	gap:10%;
	padding: 1.5em 0 1.5em 2.8em;
	border-left:3px dotted var(--primary-100);
	margin-top:2em;
}

.virtle-rating.featherlight-inner {
	border:none;
	padding:2em;
	margin:0;
	display:flex;
	flex-direction: column;
	gap:2em;
}

.virtle-rating > * {
	flex-basis: 45%;
}


@media screen and (max-width:700px) {
	.virtle-rating {
		flex-wrap: wrap;
		gap:1.5em;
	}

	.virtle-rating > * {
		flex-basis: 100%;
	}
}


.virtle-rating .title {
	font-size:1.4em;
	text-align: center;
}

.virtle-rating .options-wrapper {
	padding:0 15px;
	width:100%;
	box-sizing: border-box;
}

.virtle-rating .options {
	display:flex;
	position: relative;
	justify-content: space-between;
	margin-bottom:2em;
}

.virtle-rating .options:before {
	content:'';
	position: absolute;
	top:50%;
	width:100%;
	border-top:3px solid #000;
}

.virtle-rating .options:after {
	position: absolute;
	display:flex;
	text-align: center;
	content: '';
	width:calc(100% + 4px);
	left:-2px;
	height:100%;
	align-items: center;
	justify-content: center;
	border-radius: 500px;
	font-weight: bold;
	opacity:0;
	pointer-events: none;
	transition: opacity 0.15s ease-in-out;
}

.virtle-rating .options.saved:after {
	opacity:1;
}

.virtle-rating .options.success:after {
	content: '✓ Saved';
	background:rgba(212, 237, 218, 0.97);
	color: #155724;
	border-color: #c3e6cb;
}

.virtle-rating .options.error:after {
	content: 'X Could not save. Try again later';
	background:rgba(248, 215, 218, 0.97);
	color: #721c24;
	border-color: #f5c6cb;
}


.virtle-rating .options.saved {
	pointer-events: none;
}

.virtle-rating .options label {
	position:relative;
	text-align: center;
	
}

.virtle-rating input[type=radio] {
	cursor: pointer;
	display: block;
	width: 3em;
	height: 3em;
	outline: none;
	position: relative;
	margin:0;
	opacity: 0;
}

.virtle-rating .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #eee;
	border-radius: 50%;
}

.virtle-rating input[type=radio]:hover ~ .checkmark {
	background-color: #ccc;
}

.virtle-rating input[type=radio]:checked ~ .checkmark {
	background-color: #fcc804;
}

.virtle-rating  .checkmark:before, .virtle-rating  .checkmark:after {
	content: "";
	position: absolute;
	border-radius: 50%;
}

.virtle-rating  .checkmark:before {
	border:2px solid #000;
	width:100%;
	height:100%;
	left:0;
	top:0;
	box-sizing: border-box;
}

.virtle-rating .checkmark::after {
	background: #000;
	width:0;
	height:0;
	left: 50%;
	top: 50%;
	margin:0;
	transition: all 0.2s ease-in-out;
	opacity:0;
}

.virtle-rating input[type=radio]:checked ~ .checkmark:after {
	width: 60%;
	height: 60%;
	margin-left: -30%;
	margin-top: -30%;
	opacity:1;
}

.virtle-rating .options label span {
	position:absolute;
	width:7em;
	left:calc(-3.5em + 50%);
	top:100%;
	text-align: center;
	display:block;
	padding-top:8px;
	font-size:0.9em;
}

.title-halves {
	display:flex;
	width:100%;
	justify-content: space-between;
	margin-bottom:2em;
	gap:1.5em;
}

.title-halves > * {
	margin-bottom: 0;
}

.sort-by {
	text-align: right;
}

.sort-by .form {
	display:flex;
	gap:10px;
}

.sort-by .loader {
	width:24px;
}

.able-big-play-button {
	font-size:5em !important;
}

.opposed-options,
.opposed-options-multiple {
	position: relative;
	width: 290px;
	background:var(--primary-10);
	border: 1px solid var(--primary-100);
	border-radius:8px;
	font-size:0.8em;
	overflow:hidden;
	margin-top:10px;
}

.opposed-options input[type="checkbox"] {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	opacity: 0;
	cursor: pointer;
	z-index: 2;
}

.opposed-options .options,
.opposed-options-multiple .options {
	position:relative;
	display:flex;
}

.opposed-options-multiple {
	--selected-index:0;
	--options-count:3;
}

.opposed-options .options div,
.opposed-options-multiple .options label {
	flex: 1 1 0;
	padding:5px 0;
	text-align:center;
	position:relative;
	transition: 0.3s ease all;
	color: var(--primary-100);
}

.opposed-options-multiple .options label {
	flex: 0 0 calc(100% / var(--options-count));
	z-index: 3;
	cursor: pointer;
}

.opposed-options-multiple .options label input[type="radio"] {
	display: none;
}

.opposed-options .options:before,
.opposed-options-multiple .options:before {
	position: absolute;
	top: 0;
	left:0;
	width: 50%;
	height: 100%;
	transition: 0.3s ease all;
	background-color: var(--primary-100);
	content:'';
	z-index:2;
	border-radius:8px;
}

.opposed-options-multiple .options:before {
	left: calc(var(--selected-index) * (100% / var(--options-count)));
	width: calc(100% / var(--options-count));
}

.opposed-options input[type="checkbox"]:checked + .options:before {
	left: 50%;
}

.opposed-options input[type="checkbox"]:not(:checked) + .options div:first-child,
.opposed-options input[type="checkbox"]:checked + .options div:last-child {
	color:#fff;
	font-weight:600;
	z-index:3;
	cursor: default;
}

#student-type-options {
	margin-top:10px;
}

.checkbox-pills, .checkbox-pills .options, .checkbox-pills label {
	display: flex;
	gap:10px;
	font-size:11px;
	align-items: center;
}

.checkbox-pills label {
	background:var(--primary-20);
	border-radius:5px;
	padding:6px;
	gap:6px;
	line-height: 1;
}

.checkbox-pills label input {
	margin:0;
}


@media only screen and (max-width: 800px) { 
	.title-halves {
		flex-direction: column;
	}
	.sort-by {
		text-align: left;
	}

	.sort-by .form {
		flex-direction: row-reverse;
		justify-content: start;
	}
}

.sort-by .title {
	font-size: 0.8em;
	color: #838383;
	display: block;
	margin-bottom:0.3em;

}

.noto {
	font-family: "Noto Sans Symbols 2", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.2;
	height:1em;
}

/*.inline-select.disabled {
	pointer-events: none;
}
*/
.inline-select {
	display:inline-flex;
	background:#DBE1E6;
	border-radius: 1000px;
	font-size:0.8em;
	position:relative;
}

.inline-select .selected-bg {
	background:var(--secondary-100);
	top:0;
	bottom:0;
	content:'';
	position:absolute;
	border-radius: 1000px;
	transition: all 0.2s ease-out;
}

.inline-select > button {
	background:transparent;
	margin:0;
	padding:0;
	border:0;
	color:#999;
	padding:0.5em 0.9em;
	transition: none;
	transform: none !important;
	z-index: 2;
	font-weight:600;
	transition: all 0.2s ease-in-out;
}

.inline-select > button[data-selected] {
	color:#fff;
	cursor:default;
}

.inline-select > button:not([data-selected]):hover {
	color:#666;
}


.notifications-menu-item {
	display:inline-flex;
	gap:6px;
	align-items: center;
}

.notifications-badge {
	background:#fff;
	border-radius:500px;
	color:var(--primary-100);
	min-width:15px;
	padding:0 4px;
	height:15px;
	display:inline-flex;
	font-size:10px;
	font-weight: bold;
	align-items: center;
	box-sizing: border-box;
	justify-content: center;
}

div.table {
	display:table;
  	border-spacing:7px;
}

div.table div.row {
	display:table-row;
}


div.table div.row > * {
	display:table-cell;
}

.tooltip-i {
	background:var(--primary-100);
	width:17px;
	height: 17px;
	border:0;
	border-radius:5000px;
	padding:3px;
	cursor: default;
}

.tooltip-i:after {
	content:'';
	width:100%;
	height: 100%;
	background-color: #fff;
	-webkit-mask-image: url(../images/i.svg);
	mask-image: url(../images/i.svg);
	-webkit-mask-size: contain;
	mask-size: contain;
}

@font-face{
  font-family:'fsfx';
  src: url("data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAAWcAAsAAAAABVAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABCAAAAGAAAABgDxEMrGNtYXAAAAFoAAAAXAAAAFwAaQDdZ2FzcAAAAcQAAAAIAAAACAAAABBnbHlmAAABzAAAAagAAAGol0gf52hlYWQAAAN0AAAANgAAADYevkEjaGhlYQAAA6wAAAAkAAAAJAfCA8dobXR4AAAD0AAAABgAAAAYDgAACmxvY2EAAAPoAAAADgAAAA4A/ACObWF4cAAAA/gAAAAgAAAAIAAJAENuYW1lAAAEGAAAAWIAAAFiTFMt/nBvc3QAAAV8AAAAIAAAACAAAwAAAAMDVQGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAQAAAAC0DwP/AAEADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAwAAAAMAAAAcAAEAAwAAABwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAEAIAArAC3//f//AAAAAAAgACsALf/9//8AAf/j/9n/2AADAAEAAAAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAACAAD/wAQAA8AAHwBAAAABNjIXFhQHMQEhMhYfARQGIzEhIiY1MRE0NjMyFhUxEQEyFhUxERQGIyImNTERAQ4BLwEmNDcxASEiJi8BNDYzMQGCChwKCgr+wwECDhMBARQP/qsOFBQODhQDmg4UFA4OFP7DChkKBAoKAT3+/g4TAQEUDwFyCgoKHQr+wxENBA4UFA4BVQ8UFA/+/QOMFA7+qw8UFA8BAv7DCQEIAgodCgE9EQ0EDhQAAgAK/8cD9gO2AB8AQAAAATYyFxYUBzEBITIWFxUUBiMxISImNTERNDYzMhYVMREHMhYVMREUBiMiJjUxEQEOAS8BJjQ3MQEhIiYnNTQ2MzEDxgocCgoK/sMBAw0TAhQO/qoOFBQODhTuDhQUDg8U/sMJGgoDCgoBPf79DRMCFA4DtgoKChwK/sMSDQQOFBQOAVYOFBQO/v39FA7+qg4UFA4BA/7DCQIIAwocCgE9Eg0EDhQAAQAAAAEAAOz603dfDzz1AAsEAAAAAADdz35TAAAAAN3PflMAAP/ABAADwAAAAAgAAgAAAAAAAAABAAADwP/AAAAEAAAAAAAEAAABAAAAAAAAAAAAAAAAAAAABgQAAAAAAAAAAAAAAAIAAAAEAAAABAAACgAAAAAACgAUAB4AegDUAAAAAQAAAAYAQQACAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAQAAAABAAAAAAACAAcARQABAAAAAAADAAQALQABAAAAAAAEAAQAWgABAAAAAAAFAAsADAABAAAAAAAGAAQAOQABAAAAAAAKABoAZgADAAEECQABAAgABAADAAEECQACAA4ATAADAAEECQADAAgAMQADAAEECQAEAAgAXgADAAEECQAFABYAFwADAAEECQAGAAgAPQADAAEECQAKADQAgGZzZngAZgBzAGYAeFZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGZzZngAZgBzAGYAeGZzZngAZgBzAGYAeFJlZ3VsYXIAUgBlAGcAdQBsAGEAcmZzZngAZgBzAGYAeEZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format('woff');
  font-weight:normal;
  font-style:normal;
}

.fullscreen-button {
  display: inline-flex;
  border-radius: 6px;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  -webkit-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1;
  z-index: 2;
  position: absolute;
  z-index: 2;
  border-width: 1.5px;
  border-style: solid;
  background: none;
  color: #999;
  font-size: 1rem;
  font-size: clamp(1rem, 1vw + 1rem, 2rem);
  padding: 6px;
  opacity: 0.5;
  top: 20px;
  left: auto;
  bottom: auto;
  right: 20px;
  cursor: pointer;
  text-align: center;
  font-size: 1rem;
  line-height: 1;
  font-size: 1rem;
  font-size: clamp(1rem, 1vw + 1rem, 2rem);
  filter:drop-shadow( 1px 1px 3px rgba(255,255, 255, 0.7));
}

.fullscreen-button:hover {
  opacity: 1;
}

.fullscreen-button:after {
  font-family:'fsfx';
  content:'+';
  line-height:1;
  width:1em;
  height:1em;
  font-style:normal;
  font-weight:normal;
  font-variant:normal;
  text-transform:none;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale
}

.is-fullscreen.fullscreen-button:after,
.is-fullscreen .fullscreen-button:after {
  content:'-'
}

.virtle-overlay {
	position:fixed;
	background:rgba(0,0,0,0.7);
	top:0;
	left:0;
	right:0;
	bottom:0;
	opacity:0;
	transition: opacity 0.4s ease-in-out;
	z-index: 12;
	display: flex;
	flex-direction: column;
	padding:20px;
	gap:10px;
}

.virtle-overlay.active {
	opacity: 1;
}

.virtle-overlay-close {

}

.virtle-overlay-inner {
	background:#fff;
	flex-grow: 1;
	overflow: auto;
}

[data-weighted-text]::after {
  content: attr(data-weighted-text);
  font-weight: 700;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  display: block;
  white-space: pre;
}
