.list-of-links.divider .list-of-links__link:not(:first-child)::before {
	content: "|";
	display: inline-block;
	color: #334;
	text-decoration: none;
	margin-right: 1rem;}


.table {border: 2px solid #aab;}

tr.header {border-bottom: 2px solid #aab;}

.table th, .table td {
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #aab;
	border-right: 1px solid #aab;}

colgroup {border-right: 2px solid #aab;}

.button-inverse,
.catalog-checker__link {color: #007bbd;}


/* Rotate headers in tables with many columns (Technology Availability Chart) */
.ms-text-block.wide-table {container-type: inline-size;}

@container (max-width:1260px)
{
.ms-text-block.wide-table > div {padding-right: 100px;}

table.wide {border: none; border-bottom: 2px solid #aab;}

table.wide colgroup {border-right: none;}

/* Add a border for mid-table headers */
table.wide tr + tr.header {border-top: 2px solid #aab;}

/* Two row headers */
table.wide.double-header .header th:first-child div,
table.wide.double-header .header th:nth-child(2) div {display: none;}

table.wide th[scope="col"] {
	position: relative;
	border: none;
    height: 160px;}

/* Diagonal at medium screen sizes */
table.wide th[scope="col"] div {
	position: absolute;
	transform: rotate(-45deg);
	white-space: nowrap;
	bottom: -7px;
	left: calc(100% - 12px);
	transform-origin: center left;
	border-bottom: 1px solid #aab;
	padding: 5px;
	width: 200px;}

table.wide th[scope="row"]:first-child {
	border-left: 2px solid #aab;}

table.wide th[scope="row"]:nth-child(2) {
	border-right: 2px solid #aab;}

table.wide td {
    padding: 5px;
	width: 50px;
	text-align: center;}

table.wide td:last-child {border-right: 2px solid #aab;}
}

/* Vertical at small screen sizes */
@container (max-width:600px)
{
.ms-text-block.wide-table > div {padding-right: 0;}

table.wide {margin-top: 50px;}

table.wide th[scope="col"] div {
    transform: rotate(-90deg);
    bottom: -16px;
	left: calc(100% - 16px);
    width: auto;
}
}

code {color: inherit;}

em cite {font-style: normal;}

.ms-header {z-index: 100;}

.container-with-header.with-sidebar .container-with-header__slots {container-type: inline-size;}

@container (min-width:884px)
{
.container-with-header.with-sidebar .sidebar.sticky {position: sticky; top: 2rem;}
}

/* Temporary - overrides file only */

.fix {
	color: red;
	font-size: 2em;
	vertical-align: -.4em;
	line-height: .1em;}


/* Hide unwanted credit section in checkout */
.ms-checkout-customer-account__account-credit-label,
.ms-checkout-customer-account__account-credit-toggle-up,
.ms-checkout-customer-account__account-credit-toggle-down,
.ms-checkout-customer-account__credit-details-section
  {display: none;}

/* Hide Testing student info form on checkout page */
.checkout-testing-options__student-heading,
.checkout-testing-options__student-form
  {display: none;}

/* Make kit contents links not clickable */
.pdp-kit-contents__table-cell a {
	color: inherit;
	text-decoration: none;
	pointer-events: none;
}

@media print
{
.ms-header__topbar,
.ms-header__bottombar,
.footer,
#onetrust-consent-sdk
  {display: none;}
}


/* Warning icon for link opening in new tab */
.newtab {
	mask-image: url("/new-tab.svg");
	mask-size: 100%;
	width: 20px;
	height: 20px;
	display: inline-block;
	font-size: 0;
	line-height: 0;
	background-color: currentColor;
	vertical-align: 1rem;}

/* Warning icon for external link in menu */
.ms-nav__list__item {text-wrap: balance;}

.ms-nav__list__item a[href*="http"]::after {
    content: "";
	mask-image: url("/new-tab.svg");
	mask-size: 100%;
	width: 15px;
	height: 15px;
	display: inline-block;
	background-color: currentColor;
	vertical-align: -.1em;
	margin-left: .1em;
}

/* ActiveCampaign signup form */
.signup li {margin: 1.3em;}

.signup h3 {
	font-size: 1em;
	margin: 0;}


.checklist li li::marker {content: "•";}

.rounded .ms-content-block__image img {border-radius: 20px;}


/* Returns page */
.two-column-block {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
}

@media screen and (min-width: 900px)
{ .two-column-list {list-style-type: disc; column-count: 2; column-gap: 1rem;}}


.ms-content-block.heading-center .ms-content-block__title,
.heading-center.container-with-header .container-with-header__title
  {text-align: center;}

.ms-content-block.heading-center .ms-content-block__cta {justify-content: center;}

.cta-center .container-with-header__links {justify-content: center;}

.ms-content-block.layout__testimonial::before {display: block;}

.large-text {font-size: 1.2em; line-height: 1.5em;}

strong.standout {
	font-size: 2.2em;
	font-weight: bold;
	color: #027bbd;}

.pretitle {
	font-size: .5em;
	line-height: 1em;
	display: block;}


/* List with headings - Article "Twelve Ways to Incorporate Active Learning in Your Classroom" */
ol.heading {list-style: revert; list-style-position: inside;}
ol.heading li::marker {font-size: 2em; font-weight: bold;}
ol.heading h2 {display: inline;}


/* Trove page */
.trove .text-featured h2
    {color: #0076a3;
     text-transform: uppercase;
     font-weight: 600;}

.trove .text-featured h2 strong
  {color: #38C4EA;
   font-weight: inherit;}

.ms-tile-list.icon h3
  {font-weight: 600;
   text-transform: uppercase;
   letter-spacing: .05em;}


/* Subject Categories */
.approach .ms-content-block__text > h2 {margin: 1em 0;}

.approach .vision {
	float: right;
	width: 30%;
	min-width: 300px;
	background: #E6E6EC;
	margin: 0 0 20px 20px;
	padding: 1.2em;
	border-radius: 20px;}

@media screen and (max-width:860px)
{
.approach .vision {
	float: none;
	width: 90%;
	margin: 0 auto 20px auto;}
}

.accordion-thumbnail .drawer__buttontext
  {display: flex;
   gap: 20px;
   font-size: 1.5em;
   align-items: center;}

.accordion-thumbnail .drawer__buttontext img {width: 100px; box-shadow: 1px 1px 6px rgba(0,0,0,0.25);}



/* Subject-Grade category pages */

.backgroundimage-hide__mobile .ms-content-block__text p {backdrop-filter: blur(10px);}

/* My Account page */
.account .container-with-header__title {font-size: 20px;}


.ms-quickView__action-group {
	display: flex;
	justify-content: space-between;
	gap: 0.5rem;
}

.careers .subheader {
	position: relative;
	overflow: hidden;
}

@media screen and (min-width:768px)
{
/* Subject/Grade Category Template - pull image down over bottom of container */
.image-overflow .ms-content-block__image {margin-bottom: -135px;}

.image-overflow .ms-content-block__details {margin-top: 2em;}
}


/* Testing pages */

.section-header header {
	text-transform: uppercase;
	font-size: 1.8em;
	margin: 120px 0 -1rem 0;}

.section-header h1 {font-size: 3.5em;}


.big-number-list ol {
	list-style-type: none;
	counter-reset: list;
    padding-left: 3em;}

.big-number-list ol > li
  {margin: 2em 0}

.big-number-list ol > li::before {
	content: counter(list);
	counter-increment: list;
	font-size: 2.2em;
	font-weight: bold;
	margin: 0 0 0 -1.15em;
	padding: 0 .5em 0 0;
	vertical-align: -.2em;
	line-height: .65em;}

.big-number-list ol[start="3"] > li:first-child::before {counter-set: list 3;}
