/*  Copyright 2017, University of Colorado Boulder */
.school-modal {
  text-align: left;
}
@media (max-width: 826px) {
  .school-modal {
    max-width: 400px;
  }
  .school-modal .col-2 {
    width: 100%;
  }
}
@media (min-width: 827px) {
  .school-modal {
    width: 600px;
  }
  .school-modal .col-2 {
    width: 50%;
  }
}
.school-modal .col-2 {
  display: inline-block;
}
.school-modal .h4 {
  font-weight: 600;
  margin: 1.33em 0;
}
.school-modal .h5 {
  font-weight: 600;
  margin: 5px 0;
  display: block;
}
.school-modal input,
.school-modal select {
  font-size: 16px;
  padding: 2px;
}
.school-modal input {
  width: 90%;
}
.school-modal select {
  width: 92%;
}
.school-modal div.button-container {
  text-align: center;
  margin-top: 20px;
}
.school-modal button {
  text-transform: uppercase;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 0.8em;
  margin: 0 5px;
  cursor: pointer;
}
/* Copyright 2019-2020, University of Colorado Boulder */
/**

This file is intended to house variables and css rules invoked with parenthesis notation.

This file is NOT intended to house rules that are common to all pages, i.e. html elements should not directly reference
the classes defined in this file.  Common rules should be added to common.less instead. If you add them here they will
be duplicated in the css output once for every "import commonVars" across the project (dozens of times)

 */
/**** colors ****/
/**** fonts ****/
/**** widths ****/
/**** padding ****/
/**** margins ****/
/**** breakpoints *****/
/**** transitions  ****/
.filterPageList {
  margin: 0 0 0 20px;
  max-width: 974px;
}
.voidButtonStyle {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font-weight: 300;
}
.heroParagraph {
  font-size: 1.24em;
  font-weight: 300;
  line-height: 1.5em;
}
.pageWidthRestriction {
  max-width: 1300px;
  margin: auto;
}
.textBasedSection {
  max-width: 850px;
  padding-bottom: 96px;
  display: flex;
  row-gap: 16px;
}
.hashNavigationOffset {
  margin-top: -120px;
  padding-top: 120px;
}
.badgeWithText {
  display: grid;
  grid-template-areas: 'left right1' 'left right2';
  padding-top: 10px;
  justify-content: start;
}
.badgeWithText .left {
  grid-area: left;
}
.badgeWithText .right1 {
  grid-area: right1;
}
.badgeWithText .right2 {
  grid-area: right2;
  margin-top: 10px;
}
.reactModalPhetStyle .ReactModal__Overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.3) !important;
  z-index: 200;
}
.reactModalPhetStyle .ReactModal__Content {
  inset: 0 !important;
  position: relative !important;
  margin: 20px;
  background: #f3f5f3 !important;
  max-width: 750px;
  overscroll-behavior: contain;
  border-radius: 5px !important;
}
@media (max-width: 500px) {
  .reactModalPhetStyle .ReactModal__Content {
    width: calc(100vw - 40px);
    height: calc(100vh - 40px);
    margin: 0;
  }
}
@media (min-width: 501px) {
  .reactModalPhetStyle .ReactModal__Content {
    width: 80vw;
  }
}
.reactModalPhetStyle .close-modal {
  position: absolute;
  top: 20px;
  font-size: 50px;
  line-height: 30px;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font-weight: 300;
}
.rtl .reactModalPhetStyle .close-modal {
  left: 20px;
}
.ltr .reactModalPhetStyle .close-modal {
  right: 20px;
}
.app-for-schools .sectionPadding {
  padding: 0 15px;
}
.app-for-schools .quote-list {
  max-width: 1300px;
  margin: auto;
  padding: 0 15px;
}
@media (min-width: 1200px) {
  .app-for-schools .quote-list {
    justify-content: space-between;
  }
  .app-for-schools .quote-list .quote-item {
    flex: 1;
  }
}
@media (max-width: 1199px) {
  .app-for-schools .quote-list {
    justify-content: start;
  }
}
.app-for-schools .quote-list,
.app-for-schools .app-features {
  max-width: 1300px;
  margin: auto;
  padding: 0 15px;
}
.app-for-schools .individual-apps::before {
  content: "";
  background-image: url("/assets/img/footer_banner_image.gif");
}
.app-for-schools .individual-apps .h3 {
  font-size: 1.1em;
}
.app-for-schools .individual-apps .title-text-container {
  text-align: right;
  max-width: 1300px;
  margin: auto;
  padding: 0 15px;
}
.app-for-schools .individual-apps .title-text-container .gradient-container {
  display: inline-block;
  text-align: center;
}
@media (min-width: 800px) {
  .app-for-schools .individual-apps .title-text-container .gradient-container {
    padding: 0 100px 400px 100px;
  }
}
@media (max-width: 799px) {
  .app-for-schools .individual-apps .title-text-container .gradient-container {
    padding: 0 30px 400px 30px;
  }
}
.app-for-schools .individual-apps .app-store-container {
  display: flex;
  justify-content: space-around;
}
.app-for-schools .individual-apps .app-store-container .app-badge {
  text-decoration: none;
}
.app-for-schools .individual-apps .app-store-container .app-badge.ios-badge img {
  padding: 9px;
  width: 125px;
}
.app-for-schools .individual-apps .app-store-container .app-badge img {
  width: 140px;
}
.app-for-schools .h2 {
  text-align: center;
  padding: 40px 20px 20px 20px;
}
.app-for-schools .app-features {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.app-for-schools .app-features .app-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  width: 130px;
  text-align: center;
}
.app-for-schools .app-features .app-feature .app-feature-image {
  max-width: 60px;
  height: 100px;
}
.app-for-schools .school-purchases {
  max-width: 700px;
  padding: 0 50px;
  margin: auto;
}
.app-for-schools .school-purchases .chromeos .chromebook-logo {
  height: 100px;
  display: block;
  margin: auto;
}
.app-for-schools .school-purchases .ios .ios-logo {
  height: 50px;
  padding: 50px 0 20px 0;
  margin: auto;
  display: block;
}
.edit-profile-page .button,
.registration-page .button,
.edit-profile-page button,
.registration-page button {
  margin: 10px;
  padding: 15px 30px;
  border-width: 0;
  border-radius: 4px;
  color: white;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
}
.edit-profile-page a,
.registration-page a,
.edit-profile-page .button:hover,
.registration-page .button:hover,
.edit-profile-page button:hover,
.registration-page button:hover {
  cursor: pointer;
  text-decoration: underline;
}
.edit-profile-page .button.disabled,
.registration-page .button.disabled,
.edit-profile-page button.disabled,
.registration-page button.disabled {
  background-color: #626B83;
}
.edit-profile-page .button.disabled:hover,
.registration-page .button.disabled:hover,
.edit-profile-page button.disabled:hover,
.registration-page button.disabled:hover {
  background-color: #99a0b2;
}
.edit-profile-page .button.enabled,
.registration-page .button.enabled,
.edit-profile-page button.enabled,
.registration-page button.enabled {
  background-color: #1B1464;
}
.edit-profile-page .button.enabled:hover,
.registration-page .button.enabled:hover,
.edit-profile-page button.enabled:hover,
.registration-page button.enabled:hover {
  background-color: #2d22aa;
}
/* Copyright 2017-2019, University of Colorado Boulder */
div.edit-profile-page #content {
  padding-top: 12px;
}
div.admin-edit div.edit-profile-nav span:hover {
  cursor: pointer;
  font-weight: bold;
}
div.account_info_panel a.default-link {
  margin-top: 5px;
  display: inline-block;
}
div.edit-profile-page .h1 {
  margin: 0;
  font-size: 18px;
  color: #d36a04;
  font-weight: bold;
  text-align: left;
}
div.edit-profile-page div.edit-profile-nav {
  border-bottom: solid 1px grey;
  color: grey;
  padding: 10px 0;
  margin-bottom: 20px;
}
div.edit-profile-page div.edit-profile-nav span.selected {
  border-bottom: solid 2px #1B1464;
  color: #1B1464;
}
div.edit-profile-page div.edit-profile-nav > span {
  padding: 10px;
}
div.edit-profile-page div#content {
  display: inline-block;
  vertical-align: top;
}
div.edit-profile-page div.content-and-nav > div {
  display: inline-block;
}
div.account_info_panel > form > div {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
}
div.account_info_panel label {
  display: block;
}
div.account_info_panel label.checkbox_label {
  display: inline;
}
div.account_info_panel input[type=text],
div.account_info_panel input[type=password],
div.account_info_panel select {
  display: block;
  width: 90%;
  font-size: inherit;
  padding: 3px;
}
.twitterInput {
  margin-inline-end: 5px;
  color: #999;
}
.phetExperience {
  padding: 0;
  border: none;
}
.phetExperience .label {
  display: inline-block;
}
div.account_info_panel .twitter_input input[type="text"] {
  display: inline-block;
  width: calc(100% - 80px);
}
div.account_info_panel span.twitter_input:before {
  content: "@";
  display: inline;
  margin-right: 5px;
  color: #999;
}
div.account_info_panel span.twitter_input input {
  display: inline;
  width: 255px;
}
div.account_info_panel hr {
  width: 90%;
  margin-top: -5px;
  margin-bottom: 15px;
  background-color: #ccc;
  border-color: transparent;
  top: 10px;
}
div.account_info_panel label span {
  clear: right;
  margin-bottom: 5px;
  display: block;
}
div.account_info_panel div.email_header {
  margin-bottom: 10px;
}
div.account_info_panel div.helper_label {
  font-size: x-small;
  background-color: lightgray;
  width: 278px;
  padding: 10px;
}
div.account_info_panel a {
  text-decoration: none;
}
div.account_info_panel a:hover {
  text-decoration: underline;
}
div.account_info_panel .h4 {
  margin: 5px 0px;
  font-weight: inherit;
}
div.account_info_panel {
  padding-bottom: 60px;
  position: relative;
}
div.account_info_panel button[type=submit] {
  position: absolute;
  bottom: 0;
  left: -10px;
}
div.edit-profile-page span.error {
  display: block;
}
@media (max-width: 826px) {
  div.edit-profile-page div.content-and-nav {
    text-align: left;
  }
  div.edit-profile-page div#content {
    max-width: 600px;
    margin: 0 20px;
  }
  div.edit-profile-page div.edit-profile-nav {
    font-size: 12px;
  }
}
@media (min-width: 826px) {
  div.edit-profile-page div.content-and-nav {
    text-align: center;
  }
  div.edit-profile-page div#content {
    width: 600px;
  }
  div.edit-profile-page div.deleteButton {
    position: relative;
    bottom: 68px;
    left: 140px;
  }
}
div.admin-edit {
  border: 5px solid red;
  padding: 10px;
}
ul.checkboxes {
  list-style: none;
  margin-left: 0;
}
ul.checkboxes.inset {
  padding-left: 1.4em;
}
[role="checkbox"] {
  display: inline-block;
  position: relative;
  padding: 3px 0 3px 1.4em;
  cursor: pointer;
  font-weight: 300;
  width: 100%;
  box-sizing: border-box;
}
[role="checkbox"]::before,
[role="checkbox"]::after {
  position: absolute;
  top: 50%;
  left: 7px;
  transform: translate(-50%, -50%);
  content: '';
}
[role="checkbox"]::before {
  width: 14px;
  height: 14px;
  border: 1px solid hsl(0, 0%, 66%);
  border-radius: 0.2em;
  background-image: linear-gradient(to bottom, hsl(300, 3%, 93%), #fff 30%);
}
[role="checkbox"]:active::before {
  background-image: linear-gradient(to bottom, hsl(300, 3%, 73%), hsl(300, 3%, 93%) 30%);
}
[role="checkbox"][aria-checked="mixed"]::before,
[role="checkbox"][aria-checked="true"]::before {
  border-color: hsl(216, 80%, 50%);
  background: hsl(217, 95%, 68%);
  background-image: linear-gradient(to bottom, hsl(217, 95%, 68%), hsl(216, 80%, 57%));
}
[role="checkbox"][aria-checked="mixed"]::after {
  display: block;
  width: 8px;
  border-bottom: 0.125em solid #fff;
  transform: translate(-50%, -50%) rotateZ(45deg);
  transform-origin: center center;
}
[role="checkbox"][aria-checked="mixed"]:active::after,
[role="checkbox"][aria-checked="true"]::after {
  display: block;
  width: 0.25em;
  height: 0.4em;
  border: solid #fff;
  border-width: 0 0.125em 0.125em 0;
  transform: translateY(-65%) translateX(-50%) rotate(45deg);
}
[role="checkbox"][aria-checked="mixed"]:active::before,
[role="checkbox"][aria-checked="true"]:active::before {
  background-image: linear-gradient(to bottom, hsl(216, 80%, 57%), hsl(217, 95%, 68%));
}
[role="checkbox"]:focus {
  outline: none;
}
[role="checkbox"]:focus::before {
  width: 16px;
  height: 16px;
  box-sizing: content-box;
  border-color: hsl(216, 94%, 73%);
  border-width: 3px;
  border-radius: calc(0.2em + 3px);
  box-shadow: inset 0 0 0 1px hsl(216, 80%, 50%);
}
.fieldset {
  border: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #d2d2d2;
}
.fieldset legend {
  width: 100%;
  padding: 10px 0 8px;
}
.fieldset:first-child legend {
  padding: 20px 0 8px;
}
.group-checkbox-header {
  text-transform: uppercase;
}
.group-checkbox-content {
  max-height: 0;
  z-index: -1;
  transition: 0.4s ease max-height, 0.2s ease padding;
  overflow: hidden;
  padding-left: 4px;
  padding-bottom: 0;
}
.open .group-checkbox-content {
  max-height: 350px;
  z-index: 10;
  transition: 0.6s ease max-height, 0.3s ease padding;
  padding-bottom: 10px;
}
.open.subjects .group-checkbox-content {
  max-height: 700px;
}
.open.a11y-features .group-checkbox-content {
  max-height: 500px;
}
ul.checkboxes.inset li:last-child {
  padding-bottom: 0.5em;
}
select.locale-dropdown {
  width: calc(100% - 3px);
  margin-bottom: 5px;
}
.badge-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.badge-container .label {
  max-width: calc(100% - 7px - 24px);
}
.badge-container .badge {
  height: 24px;
  width: 24px;
  padding: 0 0 0 7px;
}
.filterCount {
  color: #6c6c6c;
}
.open .filterCount {
  display: none;
}
.supporter-callout {
  max-width: 300px;
  margin: auto;
}
.supporter-callout .supported-by {
  font-size: 1.2em;
  margin: 50px 0 26px 0;
  text-align: center;
}
.supporter-callout .other-supporters {
  font-size: 1em;
  font-weight: 300;
  max-width: 220px;
  margin: 26px auto 16px auto;
}
.supporter-callout .random-supporter img {
  max-width: 200px;
  max-height: 100px;
  display: block;
  margin: 0 auto;
}
.supporter-callout .random-supporter img.greyscale {
  filter: grayscale(100%);
}
.supporter-callout .random-supporter a:focus img {
  outline: 2px solid grey;
}
.supporter-callout .random-supporter span.random-supporter-text {
  font-weight: 300;
}
.smallTileScaling {
  transform: scale(0.75);
  transform-origin: left top;
  margin: 0;
}
.smallLiScaling {
  height: 170.25px;
  width: 159px;
}
.film-strip .sim-collection li {
  margin: 20px 10px;
}
@media (max-width: 1300px) {
  .film-strip .sim-collection li {
    height: 170.25px;
    width: 159px;
  }
}
@media (min-width: 450px) {
  .ltr .film-strip .sim-collection li:first-child {
    padding-left: 35px;
  }
  .rtl .film-strip .sim-collection li:first-child {
    padding-right: 35px;
  }
}
.ltr .film-strip .sim-collection li:last-child {
  padding-right: 35px;
}
.rtl .film-strip .sim-collection li:last-child {
  padding-left: 35px;
}
@media (max-width: 503px) {
  .grid.sim-collection li {
    height: 170.25px;
    width: 159px;
    margin: 15px 2px;
  }
}
.tile {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: black;
  overflow: hidden;
}
.tile.grid,
.tile.strip {
  border: 1px solid #d2d2d2;
  border-radius: 10px;
  width: 210px;
}
.tile.grid .a11y-badges,
.tile.strip .a11y-badges {
  border-left: 1px solid #d2d2d2;
}
.tile.grid .information,
.tile.strip .information {
  border-top: 1px solid #d2d2d2;
  height: 85px;
}
.tile.grid .thumbnail,
.tile.strip .thumbnail {
  width: 210px;
  height: 140px;
}
@media (max-width: 796px) {
  .tile.grid {
    margin: 20px 10px;
  }
}
@media (min-width: 797px) {
  .tile.grid {
    margin: 20px;
  }
}
.tile.strip {
  margin: 0;
}
.tile.list {
  border-bottom: 1px solid #d2d2d2;
  box-sizing: border-box;
  margin: 0 0 0 20px;
  max-width: 974px;
}
@media (min-width: 504px) {
  .tile.list {
    width: calc(100% - 20px);
  }
}
@media (max-width: 503px) {
  .tile.list {
    margin: 0 !important;
  }
}
li:last-child .tile.list {
  border-bottom: none;
}
.tile.list .a11y-badges {
  border-right: 1px solid #d2d2d2;
  margin-right: 3px;
  padding-right: 3px;
}
.tile.list .information {
  height: auto;
  flex-direction: row;
  padding: 10px 3px;
  align-items: center;
}
.tile.list .information .icons {
  flex-direction: row-reverse;
}
.tile.list .information .icons .badge-holder {
  height: 20px;
}
.tile.list .information .icons .a11y-badges {
  flex-direction: row-reverse;
}
@media (max-width: 1300px) {
  .tile.strip {
    transform: scale(0.75);
    transform-origin: left top;
    margin: 0;
  }
}
@media (max-width: 503px) {
  .tile.grid {
    transform: scale(0.75);
    transform-origin: left top;
    margin: 0;
  }
}
.tile .information {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px 10px;
}
.tile .information .title-holder {
  padding-top: 10px / 2;
  padding-bottom: 10px / 2;
}
.tile .information .icons {
  display: flex;
}
.tile .information .icons .a11y-badges {
  display: flex;
  margin-left: 7px;
}
.tile .information .icons .a11y-badges .badge-holder {
  padding-left: 7px;
}
.tile .information .icons .badge {
  height: 20px;
  width: 20px;
}
.tile .information .title-holder {
  display: flex;
  flex-grow: 1;
  align-items: center;
}
.tile .information .title-holder .title {
  font-size: 1em;
  margin: 0;
  font-weight: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.tile:hover,
.tile:focus {
  box-shadow: 0 0 6px 2px #d2d2d2;
}
.tile:hover .title,
.tile:focus .title {
  color: #e01e5a;
}
.tile .image-holder {
  position: relative;
}
.tile .image-holder .new-ribbon {
  position: absolute;
  height: 51px;
  width: 51px;
  top: 0;
  right: 0;
}
.tile .thumbnail {
  display: block;
}
.tile .thumbnail.placeholder {
  position: absolute;
  z-index: -1;
}
.tile .thumbnail.opaque {
  opacity: 1;
  transition: 0.3s opacity;
}
.tile .thumbnail.transparent {
  opacity: 0;
  transition: 0.3s opacity;
}
.badge-tooltip-inner {
  background: white;
  border: 1px solid black;
  border-radius: 5px;
  padding: 5px;
  width: 200px;
  font-weight: 300;
}
.badge-tooltip {
  position: absolute;
  background: transparent;
  z-index: 100;
}
.tile .badge-holder.cheerpj {
  margin: 0 5px;
}
.prototype-badge-white {
  fill: #fff;
}
.prototype-badge-orange {
  fill: #fcaf37;
  stroke: #000;
  stroke-miterlimit: 10;
  stroke-width: 0.75px;
}
@media (max-width: 796px) {
  .checkbox-tooltip {
    z-index: 211;
  }
}
.link-clever-account input[type=text],
.link-clever-account input[type=password] {
  display: block;
  width: 500px;
  margin-bottom: 20px;
  margin-top: 5px;
  padding: 3px;
  font-size: 16px;
}
.link-clever-account .label {
  text-align: left;
  font-size: 16px;
}
.link-clever-account label {
  text-transform: uppercase;
}
.forgot-password {
  float: right;
  clear: right;
}
@media (max-width: 826px) {
  div#header button.link-style {
    margin: 10px;
  }
}
/* Copyright 2019, University of Colorado Boulder */
.error-panel div {
  margin: auto;
  padding: 30px;
}
/* Copyright 2017, University of Colorado Boulder */
div#header-line-text span:not(:last-child) {
  margin-right: 243px;
}
div#header div#header-line img {
  height: 40px;
}
@media (max-width: 826px) {
  div.registration-page .h1 {
    font-size: 24px;
  }
  svg.header-line-separator {
    width: 100px;
    margin-right: 11px;
  }
  div#header-line-text {
    display: none;
  }
  ul {
    padding: 0;
  }
}
/* Copyright 2017, University of Colorado Boulder */
#student-dialog {
  margin: 10px;
}
#student-dialog a,
#student-dialog button {
  margin: 10px 20px;
}
#student-dialog .button {
  text-decoration: none;
  background: #2a326a;
  color: white;
  padding: 15px 30px;
}
#student-dialog .link-style {
  text-decoration: underline;
  border: none;
  cursor: pointer;
}
.registration-page .page-content,
.registration-page #page-header {
  display: none;
}
.registration-page,
.edit-profile-page {
  /**
   * Responsive Column Rules
   */
}
.registration-page div#content,
.edit-profile-page div#content {
  text-align: center;
}
.registration-page div#content > div,
.edit-profile-page div#content > div {
  text-align: left;
}
.registration-page div#content div.hidden,
.edit-profile-page div#content div.hidden,
.registration-page div#content label.hidden,
.edit-profile-page div#content label.hidden {
  display: none !important;
}
.registration-page p.error,
.edit-profile-page p.error,
.registration-page span.error,
.edit-profile-page span.error,
.registration-page div.error,
.edit-profile-page div.error {
  color: red;
}
.registration-page input.error,
.edit-profile-page input.error,
.registration-page select.error,
.edit-profile-page select.error {
  background-color: #ff9999;
}
.registration-page div.invisible,
.edit-profile-page div.invisible,
.registration-page label.invisible,
.edit-profile-page label.invisible {
  visibility: hidden;
}
.registration-page i.fa-twitter,
.edit-profile-page i.fa-twitter {
  color: #1da1f2;
  margin: 0px 3px;
}
.registration-page div#waiting-block,
.edit-profile-page div#waiting-block {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  right: 0;
  z-index: 10;
  cursor: wait;
  display: none;
}
@media (max-width: 826px) {
  .registration-page div.col-1,
  .edit-profile-page div.col-1,
  .registration-page div.col-2,
  .edit-profile-page div.col-2,
  .registration-page div.col-3,
  .edit-profile-page div.col-3 {
    width: 100%;
  }
}
@media (min-width: 827px) {
  .registration-page div.col-2,
  .edit-profile-page div.col-2,
  .registration-page div.col-3,
  .edit-profile-page div.col-3 {
    display: inline-block;
    vertical-align: top;
  }
  .registration-page div.col-1,
  .edit-profile-page div.col-1 {
    width: 100%;
  }
  .registration-page div.col-2,
  .edit-profile-page div.col-2 {
    width: 50%;
  }
  .registration-page .contact_info_panel div.col-2,
  .edit-profile-page .contact_info_panel div.col-2 {
    width: 42%;
    margin-inline-end: 55px;
  }
  .registration-page div.col-3,
  .edit-profile-page div.col-3 {
    width: 33%;
    margin: 10px 0;
  }
}
@media (max-width: 826px) {
  .registration-page div#content button {
    margin: auto;
    display: block;
  }
  .registration-page div#content > div {
    padding: 0px 30px;
    display: block;
  }
  .registration-page hr {
    display: none;
  }
  .registration-page div.contact_info_panel > form > div {
    width: 100%;
    padding: 0;
  }
  .registration-page div.organization_panel input.organization {
    width: 97%;
  }
  .registration-page div.organization_panel span.registration_warning {
    text-align: center;
  }
  .registration-page div#content button.register {
    text-align: center;
  }
  .registration-page div#sign-in button {
    display: none;
  }
  .registration-page div#sign-in a {
    color: lightslategrey;
    text-decoration: none;
  }
  .registration-page div#sign-in {
    margin-top: 5px;
  }
  .registration-page div#student-dialog button.disabled {
    margin-top: 30px;
  }
}
@media (min-width: 827px) {
  .registration-page div#content button.next {
    float: right;
  }
  .registration-page div#content > div {
    padding: 30px;
    border: 2px solid #AAAAAA;
    border-radius: 4px;
    width: 700px;
    display: inline-block;
  }
  .registration-page div.contact_info_panel > form > div {
    width: 42%;
    padding: 0 22px;
  }
  .registration-page div.organization_panel input.organization {
    width: 66%;
  }
  .registration-page div#content button.register {
    display: block;
    margin: 20px auto 15px auto;
  }
  .registration-page div.organization_panel span.registration_warning {
    text-align: center;
    display: block;
  }
  .registration-page div#sign-in a {
    color: black;
    text-decoration: none;
  }
}
.registration-page .h1 {
  font-weight: normal;
}
.registration-page div#sign-in {
  width: 100%;
  font-weight: bold;
  text-align: right;
}
.registration-page div#header {
  width: 100%;
  text-align: center;
  margin: 25px 0 20px 0;
}
.registration-page div.organization_panel div.error {
  display: block;
}
.registration-page div.contact_info_panel > form > div {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
}
.registration-page div.contact_info_panel label {
  display: block;
  margin-bottom: 10px;
}
.registration-page div.contact_info_panel label.checkbox_label {
  display: inline;
}
.registration-page div.contact_info_panel input[type=text],
.registration-page div.contact_info_panel input[type=password],
.registration-page div.contact_info_panel select {
  display: block;
  font-size: inherit;
  padding: 3px;
}
.registration-page div.contact_info_panel input[type=text],
.registration-page div.contact_info_panel input[type=password] {
  width: 290px;
}
.registration-page div.contact_info_panel select {
  width: 300px;
}
.registration-page div.contact_info_panel span.twitter_input:before {
  content: "@";
  display: inline;
  margin-inline-end: 5px;
  color: #999;
}
.registration-page div.contact_info_panel span.twitter_input input {
  display: inline;
  width: 255px;
}
.registration-page div.contact_info_panel hr,
.registration-page div.organization_panel hr {
  width: 80%;
  margin-top: -5px;
  background-color: #ccc;
  border-color: transparent;
  margin-bottom: 20px;
}
.registration-page div.contact_info_panel label span {
  clear: right;
  margin-bottom: 5px;
  display: block;
}
.registration-page div.contact_info_panel div.email_header {
  margin-bottom: 10px;
}
.registration-page div.contact_info_panel div.helper_label {
  font-size: x-small;
  background-color: lightgray;
  width: 278px;
  padding: 10px;
}
.registration-page div.organization_panel {
  display: inline-block;
  min-height: 600px;
}
.registration-page div.organization_panel div {
  display: inline-block;
  vertical-align: top;
}
.registration-page div.organization_panel input[type=number] {
  width: 56px;
}
.registration-page div.organization_panel span.registration_warning {
  display: block;
}
.registration-page div.organization_panel .h4 {
  margin: 5px 0px;
  font-weight: inherit;
}
.registration-page div.organization_panel input[type=number],
.registration-page div.organization_panel input[type=text] {
  font-size: inherit;
  padding: 3px;
}
.registration-page div.organization_panel input.experience {
  margin-inline-end: 10px;
}
.registration-page div.col-1,
.registration-page div.col-2,
.registration-page div.col-3 {
  padding-bottom: 25px;
}
.registration-page div#header img {
  height: 100px;
}
.registration-page #student-dialog button.link-style {
  font-size: 12px;
}
.registration-page #header button:hover.link-style {
  color: grey;
}
.registration-page #header button.link-style {
  margin: 0;
  padding: 0;
  border: 0;
  color: black;
}
.registration-page #header button.link-style,
.registration-page button.link-style {
  background-color: rgba(0, 0, 0, 0);
  color: inherit;
  text-decoration: underline;
  font-weight: normal;
}
.registration-page div#donate-dialog {
  padding: 20px;
  border-radius: 5px;
  background-color: #f3f5f3;
  width: 550px;
  margin: auto;
  display: grid;
  grid-template-areas: 'registrationThanks_header registrationThanks_header' 'registrationThanks_text registrationThanks_image' 'registrationThanks_buttons registrationThanks_buttons';
}
.registration-page div#donate-dialog #donate-top-section {
  grid-area: registrationThanks_header;
  background-color: #2a326a;
  height: 75px;
  line-height: 75px;
  color: white;
  text-align: center;
  font-size: 1.75em;
  margin-bottom: 20px;
}
.registration-page div#donate-dialog img.donate-img {
  grid-area: registrationThanks_image;
  max-width: 220px;
}
.registration-page div#donate-dialog .donate-text {
  grid-area: registrationThanks_text;
  padding: 5px;
}
.registration-page div#donate-dialog .donate-text .p,
.registration-page div#donate-dialog .donate-text ul {
  padding-top: 5px;
}
.registration-page div#donate-dialog #donate-buttons-holder {
  grid-area: registrationThanks_buttons;
  margin: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.registration-page a#donate-button {
  color: white;
  background-color: #2a326a;
  text-decoration: none;
  border-radius: 5px;
  padding: 10px 15px;
  font-weight: bold;
}
.registration-page a#donate-button:hover {
  background-color: #3e467e;
}
.registration-page a#maybe-later-button:hover,
.registration-page a#donate-button:hover {
  text-decoration: underline;
}
.registration-page a#maybe-later-button {
  color: black;
  text-decoration: none;
  margin-inline-end: 10px;
  font-weight: bold;
}
.registration-page div#donate-wrapper {
  z-index: 20;
  position: absolute;
  top: 200px;
  width: 100%;
}
.registration-page div#donate-dialog ul {
  list-style-type: disc;
  padding-inline-start: 40px;
}
.registration-page div#content button.register {
  text-transform: uppercase;
}
.sort-dropdown {
  margin: 0 10px 0 0;
}
.toggle-view-control {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
}
.toggle-view-control .selected,
.toggle-view-control button:hover {
  color: black;
}
.toggle-view-control button {
  color: #6c6c6c;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 18px;
  padding: 7px;
}
.toggle-view-control .toggle-view-button-holder {
  display: flex;
}
.toggle-view-control .toggle-view-button-holder .dropdown-holder {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (min-width: 797px) {
  .toggle-view-control {
    margin: 0 0 0 20px;
    max-width: 974px;
  }
}
.rtl #filter-page-left,
.rtl #filter-page-right {
  float: right;
}
.rtl #filter-page-left {
  padding-right: 0;
  padding-left: 10px;
}
.rtl .group-checkbox-content {
  padding-right: 4px;
}
.rtl [role="checkbox"] {
  padding: 3px 1.4em 3px 0;
}
.rtl [role="checkbox"]::before,
.rtl [role="checkbox"]::after {
  right: -7px;
}
.rtl [role="checkbox"][aria-checked="mixed"]::after {
  transform: translate(-150%, -50%) rotateZ(45deg);
}
.rtl [role="checkbox"][aria-checked="true"]::after {
  transform: translateY(-65%) translateX(-220%) rotate(45deg);
}
.rtl [role="checkbox"]:focus::before {
  right: -13px;
}
.rtl ul.checkboxes.inset {
  padding-left: 0;
  padding-right: 1.4em;
}
.rtl .sort-dropdown {
  margin: 0 0 0 10px;
}
.rtl .breadcrumbs {
  margin-left: 0;
  margin-right: 20px;
}
.rtl .breadcrumbs button {
  margin: 10px 0 10px 10px;
}
.rtl .breadcrumbs button img {
  margin: 0 10px 0 0;
}
@media (min-width: 797px) {
  .rtl .toggle-view-control {
    margin: 0 20px 0 0px;
  }
}
.rtl .tile .smallTileScaling {
  transform-origin: right top;
}
.rtl .tile.grid .information .icons .a11y-badges,
.rtl .tile.strip .information .icons .a11y-badges {
  margin-left: 0;
  margin-right: 7px;
  border-left: none;
  border-right: 1px solid #d2d2d2;
}
.rtl .tile.grid .information .icons .a11y-badges .badge-holder,
.rtl .tile.strip .information .icons .a11y-badges .badge-holder {
  padding-left: 0;
  padding-right: 7px;
}
.rtl .tile.strip {
  transform-origin: right top;
}
.rtl .tile.list {
  margin: 0 19px 0 0;
}
.rtl .tile.list .information .icons .a11y-badges {
  margin-right: 0;
  margin-left: 7px;
  border-right: none;
  border-left: 1px solid #d2d2d2;
}
.rtl .tile.list .information .icons .a11y-badges .badge-holder {
  padding-right: 0;
  padding-left: 7px;
}
@media (max-width: 503px) {
  .rtl .tile.grid {
    transform-origin: right top;
  }
}
.rtl .subject-container .h3 {
  padding: 0 0 0 10px;
}
.rtl .badge-tooltip-inner {
  position: absolute;
  left: 0;
}
/**

This file is intended to house css rules that apply to all or multiple pages across the site.

This file is NOT intended to house variables that are common to other less files. If you need to add a variable that
is exported to other files, please add that to commonVars.less instead.

This file should NOT be imported by any file other than phet-app.less.

 */
body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  margin: 0;
  min-width: 320px;
}
ul {
  list-style-type: none;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
button {
  font-size: 1em;
  font-family: 'Roboto', sans-serif;
}
select {
  height: 30px;
  font-size: 1em;
  font-family: 'Roboto', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
p {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.p {
  margin: 0;
  line-height: 1.3;
}
.h1 {
  font-size: 2.2em;
  font-weight: 600;
}
.h2 {
  font-size: 1.6em;
  font-weight: 600;
}
.h3 {
  font-size: 1.45em;
  font-weight: 600;
}
.h4 {
  font-size: 1.1em;
  font-weight: 400;
}
.p,
.td,
.li {
  font-weight: 300;
}
.default-link {
  color: blue;
}
.inline-link {
  text-decoration: underline;
}
.floating-link {
  text-decoration: none;
  text-transform: uppercase;
}
.inline-link,
.floating-link {
  color: #6c6c6c;
  cursor: pointer;
  font-weight: 300;
}
.inline-link:hover,
.floating-link:hover,
.inline-link:active,
.floating-link:active,
.inline-link:focus,
.floating-link:focus {
  color: #e01e5a;
  text-decoration: underline;
}
button:active {
  color: #e01e5a;
}
.inline-link:visited {
  color: #840633;
}
.no-link {
  text-decoration: none;
  color: black;
}
.banner-container {
  max-width: 1300px;
  height: 170px;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.banner-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 170px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-header-container {
  width: 315px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.warning-icon {
  height: 50px;
  text-align: center;
  margin: auto;
  display: block;
}
.screenReaderOnly {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.phetButton {
  text-transform: uppercase;
  background: transparent;
  text-decoration: none;
  padding: 10px;
  display: flex;
  align-items: center;
  transition: color 0.2s, background 0.2s;
  cursor: pointer;
}
.phetButton img {
  width: 25px;
  height: 25px;
  display: inline-block;
  padding-right: 10px;
}
.phetButton:hover {
  color: #ffffff;
  transition: color 0.2s, background 0.2s;
}
.eggplant-button {
  text-transform: uppercase;
  background: transparent;
  text-decoration: none;
  padding: 10px;
  display: flex;
  align-items: center;
  transition: color 0.2s, background 0.2s;
  cursor: pointer;
  color: rgb(82, 23, 100);
  border: 1px solid rgb(82, 23, 100);
}
.eggplant-button img {
  width: 25px;
  height: 25px;
  display: inline-block;
  padding-right: 10px;
}
.eggplant-button:hover {
  color: #ffffff;
  transition: color 0.2s, background 0.2s;
}
.eggplant-button:hover {
  background: rgb(82, 23, 100);
}
.deprecated-button {
  text-transform: uppercase;
  background: transparent;
  text-decoration: none;
  padding: 10px;
  display: flex;
  align-items: center;
  transition: color 0.2s, background 0.2s;
  cursor: pointer;
  color: #6c6c6c;
  border: 1px solid #6c6c6c;
}
.deprecated-button img {
  width: 25px;
  height: 25px;
  display: inline-block;
  padding-right: 10px;
}
.deprecated-button:hover {
  color: #ffffff;
  transition: color 0.2s, background 0.2s;
}
.deprecated-button:hover {
  background: #6c6c6c;
}
.see-more-button {
  text-decoration: none;
  display: flex;
  align-items: center;
}
.see-more-button svg {
  width: 20px;
  vertical-align: bottom;
  padding-left: 7px;
  padding-right: 7px;
}
.rtl .see-more-button svg {
  transform: scaleX(-1);
}
.see-more-button:hover {
  cursor: pointer;
}
.see-more-button:hover path {
  fill: #e01e5a;
}
.italic {
  font-style: italic;
}
.bold {
  font-weight: 600;
}
.subject-links {
  max-width: 1300px;
  display: flex;
  flex-flow: row wrap;
  margin: 40px auto;
}
.subject-links .earth-science .text {
  margin: 0 auto 5px;
  padding-top: 22px;
}
.subject-links .subject-wrapper {
  width: 161px;
  height: 161px;
  position: relative;
  margin: auto;
  cursor: default;
  text-decoration: none;
  color: black;
  display: block;
}
.subject-links .subject-wrapper:before {
  content: '';
  position: absolute;
  left: 5px;
  top: 5px;
  width: 111px;
  height: 111px;
  padding: 20px;
  margin: 0;
  border-radius: 72px;
  transition: 0.2s linear, outline 0s;
}
.subject-links .subject-wrapper:hover:before,
.subject-links .subject-wrapper:focus:before {
  filter: brightness(1.03);
  cursor: pointer;
  left: 0;
  top: 0;
  width: 121px;
  height: 121px;
  border-radius: 80px;
  transition: 0.2s linear;
}
.subject-links .subject-wrapper:focus {
  outline: 2px solid grey;
}
.subject-links .subject-wrapper .text {
  margin: 0 auto 15px;
  padding-top: 30px;
  max-width: 111px;
  word-break: break-word;
  text-transform: uppercase;
  transition: 0.2s linear;
  position: relative;
  text-align: center;
}
.subject-links .subject-wrapper .text:hover {
  cursor: pointer;
}
.subject-links .subject-wrapper .subject-icon {
  margin: 0 auto;
  width: 58px;
  display: block;
  position: relative;
}
.subject-links .subject-wrapper .subject-icon:hover {
  cursor: pointer;
}
.subject-links .subject-wrapper.physics:before {
  background: #f7cddd;
}
.subject-links .subject-wrapper.chemistry:before {
  background: #d5f3fc;
}
.subject-links .subject-wrapper.math:before {
  background: #fff8cc;
}
.subject-links .subject-wrapper.earth-science:before {
  background: #c9eddd;
}
.subject-links .subject-wrapper.biology:before {
  background: #d9c8de;
}
.standby-error {
  padding-block: 100px;
  padding-inline: 5px;
}
.teamMember-linkList {
  display: flex;
  gap: 4px;
  font-size: 20px;
}
.teamMember-linkList .fa {
  color: #666;
}
.teamMember-linkList .fa:hover {
  color: black;
}
.expand-collapse-button {
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  padding: 1px 3px 2px 0;
  text-align: start;
}
.expand-collapse-button img {
  height: 14px;
  transform: rotate(0deg);
  transition: 0.3s ease transform;
}
.open .expand-collapse-button img {
  transform: rotate(45deg);
  transition: 0.3s ease transform;
}
.hero-image {
  position: relative;
  overflow: hidden;
}
.hero-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.sim-image::before {
  content: "";
  background-image: url("/assets/img/simulations.jpg");
  filter: brightness(88%);
}
.teachers-image::before {
  content: "";
  background-image: url("/assets/img/teachers.jpg");
}
.a11y-image::before {
  content: "";
  background-image: url("/assets/img/accessibility.jpg");
}
.partnerships-image::before {
  content: "";
  background-image: url("/assets/img/partner-with-phet.jpg");
}
.title-text-container {
  max-width: 1500px;
  margin: auto;
  text-align: center;
}
.title-text {
  margin: 0 auto;
  font-size: 2.8em;
  font-weight: 600;
  color: #ffffff;
  max-width: 530px;
  transition: 0.2s;
}
.leftTitleText {
  margin: 0;
  padding-left: 0;
  font-size: 2.4em;
}
.a11y-image .title-text {
  margin: 0;
  padding-left: 0;
  font-size: 2.4em;
}
.a11y-image .title-text {
  float: right;
  max-width: 385px;
}
.a11y-image .float-container {
  width: 100%;
  float: right;
}
.sub-text {
  color: white;
  max-width: 324px;
  margin: 20px 0 54px 0;
}
.a11y-image .sub-text {
  float: right;
}
a.play-link {
  display: inline-block;
  font-size: 1em;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.4);
  padding: 15px;
  margin: 6px 0;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #6acef5;
  border-radius: 35px;
  transition: 0.2s;
  width: max-content;
}
a.play-link:hover,
a.play-link:focus {
  background: #6acef5;
  color: black;
}
.a11y-image .title-text-container {
  text-align: right;
}
.smallPlayLink {
  padding: 12px;
  border-radius: 3px;
}
.a11y-image a.play-link {
  padding: 12px;
  border-radius: 3px;
}
.gradient-container {
  padding: 100px;
  display: inline-block;
}
@media (min-width: 701px) {
  .sim-image .gradient-container {
    background: radial-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4) 31%, rgba(0, 0, 0, 0) 71%);
    margin: 80px 0;
  }
}
@media (min-width: 1301px) {
  .a11y-image .gradient-container {
    max-width: 385px;
    float: right;
    background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 100px, rgba(0, 0, 0, 0.5) 285px, rgba(0, 0, 0, 0) 585px);
    transition: 0.2s;
  }
}
@media (max-width: 1300px) {
  .title-text-container {
    max-width: 1300px;
  }
  .a11y-image .gradient-container {
    padding-right: 20px;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) 185px, rgba(0, 0, 0, 0) 505px);
    transition: 0.2s;
  }
}
@media (max-width: 700px) {
  .sim-image .gradient-container {
    padding: 100px 20px;
    background: radial-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4) 37%, rgba(0, 0, 0, 0) 71%);
  }
}
.smallGradientContainer {
  padding: 100px 20px;
  background: none;
  transition: 0.2s;
}
@media (max-width: 500px) {
  .sim-image .gradient-container,
  .a11y-image .gradient-container {
    padding: 100px 20px;
    background: none;
    transition: 0.2s;
  }
  .sim-image::before {
    filter: brightness(55%);
  }
  .a11y-image::before {
    filter: brightness(56%);
    background-position: right;
  }
}
@media (min-width: 501px) {
  .deib-in-stem-ed-banner .gradient-container,
  .phet-global-banner .gradient-container {
    width: 460px;
  }
}
.teachers-image .title-text,
.phet-global-banner .title-text,
.deib-in-stem-ed-banner .title-text,
.partnerships-image .title-text {
  margin: 0;
  padding-left: 0;
  font-size: 2.4em;
  max-width: 460px;
}
.teachers-image .title-text-container,
.phet-global-banner .title-text-container,
.deib-in-stem-ed-banner .title-text-container,
.partnerships-image .title-text-container {
  text-align: left;
}
.teachers-image a.play-link,
.phet-global-banner a.play-link,
.deib-in-stem-ed-banner a.play-link,
.partnerships-image a.play-link {
  padding: 12px;
  border-radius: 3px;
}
@media (max-width: 1300px) {
  .teachers-image .gradient-container,
  .phet-global-banner .gradient-container,
  .deib-in-stem-ed-banner .gradient-container,
  .partnerships-image .gradient-container {
    padding-left: 20px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6) 260px, rgba(0, 0, 0, 0) 580px);
    transition: 0.2s;
  }
}
@media (min-width: 1301px) {
  .teachers-image .gradient-container,
  .phet-global-banner .gradient-container,
  .deib-in-stem-ed-banner .gradient-container,
  .partnerships-image .gradient-container {
    max-width: 460px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6) 100px, rgba(0, 0, 0, 0.6) 360px, rgba(0, 0, 0, 0) 660px);
    transition: 0.2s;
  }
}
@media (max-width: 500px) {
  .teachers-image .gradient-container,
  .phet-global-banner .gradient-container,
  .deib-in-stem-ed-banner .gradient-container,
  .partnerships-image .gradient-container {
    padding: 100px 20px;
    background: none;
    transition: 0.2s;
  }
  .teachers-image::before,
  .phet-global-banner::before,
  .deib-in-stem-ed-banner::before,
  .partnerships-image::before {
    filter: brightness(40%);
    background-position: right;
  }
}
/* Copyright 2017-2019, University of Colorado Boulder */
div.schools.admin th,
div.schools.admin td {
  border: 1px solid black;
  text-align: left;
  min-width: 20px;
  padding: 5px;
}
div.schools.admin th.icon,
div.schools.admin td.icon {
  border: none;
  text-align: center;
}
div.schools.admin td.icon:hover {
  cursor: pointer;
}
div.schools.admin tbody tr {
  border: 1px solid black;
}
div.schools.admin table.search-results {
  border-collapse: collapse;
  min-width: 1400px;
  margin: 5px;
}
div.schools.admin tr.school.table-row.invalid {
  background: lightpink;
}
div.schools.admin tr.school.table-row.nces {
  background: lightgreen;
}
div.schools.admin tr.school.table-row.replaced {
  background: lightgray;
  text-decoration: line-through;
}
div.schools.admin tr.school.table-row.valid {
  background: lightcyan;
}
/**
  *  Code derived from SpinKit and used under the MIT License
  *  Source: https://github.com/tobiasahlin/SpinKit
  **/
.spinner {
  margin: 40vh auto;
  width: 70px;
  text-align: center;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #6acef5;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.tab-buttons {
  width: 100%;
  border-bottom: 1px solid #d2d2d2;
  text-align: center;
}
.tab-button-container {
  display: inline-block;
  min-width: 100px;
  text-align: center;
}
.tab-button {
  display: inline-block;
  background: transparent;
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #6c6c6c;
  margin: 4px 8px 0 8px;
  padding: 12px 0 10px;
  border: none;
  border-bottom: 3px solid transparent;
  transition: color 0.2s;
  text-decoration: none;
}
.tab-button:hover,
.tab-button:focus {
  color: black;
  transition: color 0.2s;
}
.tab-button:focus {
  outline: 2px solid grey;
}
.tab-button:active {
  outline: none;
}
.tab-button.selected {
  color: black;
  border-color: #e01e5a;
  transition: color 0.2s, border-color 0.2s;
}
#selected-page {
  width: 100%;
}
#filter-page {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}
#filter-page-left,
#filter-page-right {
  display: inline-block;
  float: left;
}
#browse-page {
  margin: 20px;
  max-width: 1750px;
}
@media (min-width: 1750px) {
  #browse-page {
    margin: 20px auto;
  }
}
.eggplantButton button {
  border: 1px solid rgb(82, 23, 100);
  background: transparent;
  color: rgb(82, 23, 100);
  cursor: pointer;
  font-size: 16px;
  margin: 10px;
  padding: 10px;
}
.eggplantButton button img {
  height: 16px;
  margin-left: 10px;
  vertical-align: bottom;
  transform: rotate(45deg);
  filter: invert(9%) sepia(62%) saturate(4061%) hue-rotate(277deg) brightness(102%) contrast(94%);
}
.eggplantButton button:hover {
  border: 1px solid rgb(82, 23, 100);
  color: white;
  background: rgb(82, 23, 100);
}
.eggplantButton button:hover img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(314deg) brightness(105%) contrast(101%);
}
.show-filters button,
.collapsed-filter-control-header button {
  border: 1px solid rgb(82, 23, 100);
  background: transparent;
  color: rgb(82, 23, 100);
  cursor: pointer;
  font-size: 16px;
  margin: 10px;
  padding: 10px;
}
.show-filters button img,
.collapsed-filter-control-header button img {
  height: 16px;
  margin-left: 10px;
  vertical-align: bottom;
  transform: rotate(45deg);
  filter: invert(9%) sepia(62%) saturate(4061%) hue-rotate(277deg) brightness(102%) contrast(94%);
}
.show-filters button:hover,
.collapsed-filter-control-header button:hover {
  border: 1px solid rgb(82, 23, 100);
  color: white;
  background: rgb(82, 23, 100);
}
.show-filters button:hover img,
.collapsed-filter-control-header button:hover img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(314deg) brightness(105%) contrast(101%);
}
.clear-filters button {
  border: 1px solid rgb(82, 23, 100);
  background: transparent;
  color: rgb(82, 23, 100);
  cursor: pointer;
  font-size: 16px;
  margin: 10px;
  padding: 10px;
}
.clear-filters button img {
  height: 16px;
  margin-left: 10px;
  vertical-align: bottom;
  transform: rotate(45deg);
  filter: invert(9%) sepia(62%) saturate(4061%) hue-rotate(277deg) brightness(102%) contrast(94%);
}
.clear-filters button:hover {
  border: 1px solid rgb(82, 23, 100);
  color: white;
  background: rgb(82, 23, 100);
}
.clear-filters button:hover img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(314deg) brightness(105%) contrast(101%);
}
.clear-filters button {
  margin: 16px auto;
  display: block;
}
.breadcrumbs {
  margin-left: 20px;
}
.breadcrumbs button {
  border: 1px solid rgb(82, 23, 100);
  background: transparent;
  color: rgb(82, 23, 100);
  cursor: pointer;
  font-size: 16px;
  margin: 10px;
  padding: 10px;
}
.breadcrumbs button img {
  height: 16px;
  margin-left: 10px;
  vertical-align: bottom;
  transform: rotate(45deg);
  filter: invert(9%) sepia(62%) saturate(4061%) hue-rotate(277deg) brightness(102%) contrast(94%);
}
.breadcrumbs button:hover {
  border: 1px solid rgb(82, 23, 100);
  color: white;
  background: rgb(82, 23, 100);
}
.breadcrumbs button:hover img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(314deg) brightness(105%) contrast(101%);
}
.breadcrumbs li {
  display: inline;
}
.breadcrumbs button {
  margin: 10px 10px 10px 0;
  background: #f7f4f9;
  padding: 5px 10px;
  font-size: 14px;
}
@media (max-width: 796px) {
  body.filter-visible {
    overflow: hidden;
  }
  #filter-page .toggle-view-control .toggle-view-button-holder .dropdown-holder {
    display: none;
  }
  #filter-page .filter-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #filter-page .filter-toggle.show-filters button {
    margin-left: 0;
  }
  #filter-page .filter-toggle.show-filters .sort-dropdown {
    margin-right: 5px;
  }
  #filter-page .collapsed-filter-control-header {
    background: #f7f4f9;
    color: rgb(82, 23, 100);
    text-align: center;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    position: fixed;
    width: 100vw;
    box-sizing: border-box;
    z-index: 20;
  }
  #filter-page .collapsed-filter-control-header .h1 {
    display: inline-block;
    font-weight: lighter;
    margin: 10px 0;
  }
  #filter-page .collapsed-filter-control-header .hide-filters-button {
    margin-right: 0;
  }
  #filter-page #filter-page-left {
    position: fixed;
    top: 0;
    z-index: 210;
    background: white;
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
    box-sizing: border-box;
    left: -100vw;
    transition: left 0.5s;
  }
  #filter-page #filter-page-left #filter-control {
    padding: 0 20px;
    padding-bottom: 80px;
    margin-top: 64px;
  }
  #filter-page #filter-page-right {
    width: 100%;
  }
  #filter-page #filter-page-right .breadcrumbs {
    margin-left: 0;
    margin-top: 10px;
  }
  #filter-page.filter-visible #filter-page-left {
    left: 0;
    transition: left 0.5s;
  }
}
@media (min-width: 797px) {
  .show-filters,
  .collapsed-filter-control-header {
    display: none;
  }
  #filter-page-left {
    width: 240px;
    padding-right: 10px;
  }
  #filter-page-right {
    min-width: 505px;
    width: calc(100% - 251px);
  }
}
.film-strip {
  position: relative;
}
.film-strip .scroll-button-container {
  position: absolute;
  height: 100%;
  width: 80px;
  z-index: 1;
  border: hidden;
  pointer-events: none;
  display: flex;
  align-items: center;
  font-size: 40px;
  padding: 0;
}
.film-strip .scroll-button-container .scroll-button {
  background: transparent;
  pointer-events: auto;
  border: none;
  height: 90%;
  padding: 0px;
  cursor: pointer;
}
.film-strip .scroll-button-container .scroll-button .arrow {
  height: 90%;
  width: 22px;
}
.film-strip .scroll-button-container .scroll-button:hover path {
  fill: black;
}
.film-strip .scroll-button-container.hidden {
  display: none;
}
.film-strip .scroll-button-container.left {
  left: 0;
  background: linear-gradient(to right, white 5%, rgba(255, 255, 255, 0));
}
.ltr .film-strip .scroll-button-container.left {
  justify-content: flex-start;
}
.rtl .film-strip .scroll-button-container.left {
  justify-content: flex-end;
}
.eggplant .film-strip .scroll-button-container.left {
  background: linear-gradient(to right, #f7f4f9 5%, rgba(255, 255, 255, 0));
}
.film-strip .scroll-button-container.left .scroll-button {
  padding-left: 8px;
  padding-right: 30px;
}
.film-strip .scroll-button-container.right {
  right: 0;
  background: linear-gradient(to left, white 5%, rgba(255, 255, 255, 0));
}
.ltr .film-strip .scroll-button-container.right {
  justify-content: flex-end;
}
.rtl .film-strip .scroll-button-container.right {
  justify-content: flex-start;
}
.eggplant .film-strip .scroll-button-container.right {
  background: linear-gradient(to left, #f7f4f9 5%, rgba(255, 255, 255, 0));
}
.film-strip .scroll-button-container.right .scroll-button {
  padding-right: 8px;
  padding-left: 30px;
}
.film-strip ul {
  display: flex;
  flex-direction: row;
  overflow-x: scroll;
  overflow-y: hidden;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
  scroll-padding: 40px;
}
.film-strip ul.related-simulations-collection {
  width: min-content;
  max-width: 100%;
  margin: auto;
}
.film-strip ul li {
  scroll-snap-align: start;
}
.film-strip ul::-webkit-scrollbar {
  width: 0 !important;
  display: none;
}
.left .arrow {
  transform: scale(-1, 1);
}
#front-page {
  text-align: center;
}
.container {
  width: 100%;
}
.remote-teaching-banner {
  background: rgb(82, 23, 100);
  color: white;
  font-weight: 300;
  font-size: 1em;
  padding: 14px;
  box-sizing: border-box;
}
.remote-teaching-banner a,
.remote-teaching-banner a:visited {
  color: white;
}
.remote-teaching-banner > div:first-child {
  margin-bottom: 5px;
}
.background-highlight {
  background: rgba(82, 23, 100, 0.05);
}
.sims-delivered {
  padding: 20px;
  margin: 0;
  font-size: 2em;
  font-weight: 300;
}
.sims-delivered .number {
  font-weight: 600;
}
#interact-discover-learn {
  display: block;
  height: 140px;
  padding: 20px;
  margin: 24px auto 0 auto;
}
.what-is-phet {
  max-width: 800px;
  padding: 20px;
  margin: 0 auto 20px;
  text-align: left;
  font-size: 1.24em;
  font-weight: 300;
  line-height: 1.5em;
}
.statistics {
  max-width: 1300px;
  display: flex;
  flex-flow: row wrap;
  margin: 20px auto;
}
.statistic {
  max-width: 240px;
  padding: 20px;
  margin: auto;
  font-size: 1.8em;
  font-weight: 300;
}
.statistic .number {
  display: block;
  font-weight: 600;
}
.statistic .interactive-icon {
  width: 90px;
  padding-top: 20px;
  display: block;
  margin: auto;
}
.remote-learning-text {
  margin-top: 8px;
}
/** Copyright 2017, University of Colorado Boulder **/
@media (max-width: 826px) {
  input.react-autosuggest__input {
    width: 285px;
  }
  div.add-school-button {
    margin: 10px 0;
  }
}
@media (min-width: 827px) {
  div.react-autosuggest__container {
    position: relative;
  }
  div.react-autosuggest__suggestions-container {
    position: absolute;
    top: 27px;
    left: 0;
    width: 600px;
  }
  input.react-autosuggest__input {
    width: 400px;
  }
  ul.react-autosuggest__suggestions-list {
    max-height: 200px;
    overflow-y: scroll;
  }
  div.add-school-button {
    margin: 0 10px;
  }
}
li.react-autosuggest__suggestion--highlighted {
  background: lightblue;
}
li.react-autosuggest__suggestion {
  padding: 5px;
}
ul.react-autosuggest__suggestions-list {
  list-style-type: none;
  padding: 5px;
  margin: 0;
  border: 1px solid black;
  background: aliceblue;
}
input.react-autosuggest__input {
  font-size: inherit;
  padding: 5px;
}
div.autosuggest_secondary_text {
  color: grey;
  padding: 0 5px;
}
.page-content {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}
#virtual-workshop-page {
  width: 100%;
  height: 100%;
}
#virtual-workshop-page .banner-container::before {
  background-image: url("/assets/img/banner_classroom.png");
}
#virtual-workshop-page #virtual-workshop-main {
  height: 100%;
  max-width: 1072px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
#virtual-workshop-page .container.workshop {
  background: #B2C2CA;
}
#virtual-workshop-page #virtual-workshop-left {
  width: 252px;
  height: calc(100vh - 63px - 10px);
  position: absolute;
  overflow-y: scroll;
  padding-bottom: 10px;
}
#virtual-workshop-page #virtual-workshop-left.fixed {
  position: fixed;
  top: 63px;
}
#virtual-workshop-page #virtual-workshop-left.sticky-bottom {
  bottom: 0;
}
#virtual-workshop-page #virtual-workshop-right {
  padding-top: 32px;
}
.ltr #virtual-workshop-page #virtual-workshop-right {
  margin-left: 272px;
}
.rtl #virtual-workshop-page #virtual-workshop-right {
  margin-right: 272px;
}
#virtual-workshop-page .major-section {
  padding-top: 40px;
  border-top: 1px solid #d2d2d2;
  margin-bottom: 30px;
}
#virtual-workshop-page .major-section:first-child {
  border: none;
  padding-top: 0;
}
#virtual-workshop-page .major-section:nth-child(n+3) {
  margin-top: 50px;
}
#virtual-workshop-page .h1 {
  line-height: 36px;
}
#virtual-workshop-page h2:first-child {
  margin-top: 0;
}
#virtual-workshop-page .h4-vw {
  font-size: 1.3em;
  font-weight: 600;
}
#virtual-workshop-page p {
  font-weight: 300;
  line-height: 1.3em;
}
#virtual-workshop-page p.italics {
  font-style: italic;
}
#virtual-workshop-page a .inline-link:visited,
#virtual-workshop-page a.inline-link:visited {
  color: #6c6c6c;
}
#virtual-workshop-page a .inline-link:hover,
#virtual-workshop-page a.inline-link:hover {
  color: #e01e5a;
  text-decoration: underline;
}
#virtual-workshop-page .header-line {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
#virtual-workshop-page .header-line:first-child {
  margin-top: 0;
}
#virtual-workshop-page .header-link:focus {
  text-decoration: underline;
  outline: none;
}
#virtual-workshop-page .header {
  margin-bottom: 20px;
}
#virtual-workshop-page .section-item {
  margin-bottom: 24px;
  max-width: 800px;
}
#virtual-workshop-page .sub-header {
  padding-top: 50px;
}
#virtual-workshop-page .back-to-nav-container {
  position: relative;
  height: 20px;
}
#virtual-workshop-page .back-to-nav-link {
  position: absolute;
  bottom: 0;
  color: #6c6c6c;
}
.ltr #virtual-workshop-page .back-to-nav-link {
  left: -10000px;
}
.rtl #virtual-workshop-page .back-to-nav-link {
  right: -10000px;
}
.ltr #virtual-workshop-page .back-to-nav-link:focus {
  left: 0;
}
.rtl #virtual-workshop-page .back-to-nav-link:focus {
  right: 0;
}
#virtual-workshop-page .time {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#virtual-workshop-page .time img {
  width: 30px;
}
.ltr #virtual-workshop-page .time img {
  margin-left: 14px;
}
.rtl #virtual-workshop-page .time img {
  margin-right: 14px;
}
#virtual-workshop-page .text-with-icon,
#virtual-workshop-page .list-with-icon {
  display: flex;
  justify-content: flex-start;
}
#virtual-workshop-page .text-with-icon.short {
  align-items: center;
}
#virtual-workshop-page .text-with-icon.medium {
  align-items: center;
}
#virtual-workshop-page .text-with-icon.long {
  align-items: flex-start;
}
#virtual-workshop-page .list-with-icon {
  align-items: flex-start;
}
#virtual-workshop-page .time-max-width {
  max-width: 480px;
}
#virtual-workshop-page .small-font {
  font-size: 12px;
}
#virtual-workshop-page .download-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#virtual-workshop-page .download-link img {
  height: 16px;
}
.ltr #virtual-workshop-page .download-link img {
  margin-left: 8px;
}
.rtl #virtual-workshop-page .download-link img {
  margin-right: 8px;
}
#virtual-workshop-page .video,
#virtual-workshop-page .sim,
#virtual-workshop-page .container-centered {
  display: flex;
  justify-content: center;
}
#virtual-workshop-page .sim {
  position: relative;
}
#virtual-workshop-page .sim .hidden-under-iframe {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  max-width: 200px;
  transform: translate(-50%, -50%);
}
#virtual-workshop-page .sim iframe {
  border: none;
  height: 390px;
}
#virtual-workshop-page .goal-prompt {
  max-width: 660px;
  border: 1px solid;
  border-radius: 3px;
}
#virtual-workshop-page .goal-prompt-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 20px 26px;
}
#virtual-workshop-page .goal-prompt-container p {
  margin-top: 4px;
}
#virtual-workshop-page .goal-prompt img,
#virtual-workshop-page .text-with-icon img,
#virtual-workshop-page .list-with-icon img {
  width: 40px;
  min-width: 40px;
}
.ltr #virtual-workshop-page .goal-prompt img,
.ltr #virtual-workshop-page .text-with-icon img,
.ltr #virtual-workshop-page .list-with-icon img {
  margin-right: 20px;
}
.rtl #virtual-workshop-page .goal-prompt img,
.rtl #virtual-workshop-page .text-with-icon img,
.rtl #virtual-workshop-page .list-with-icon img {
  margin-left: 20px;
}
#virtual-workshop-page ul.list-text {
  list-style: disc outside none;
}
.ltr #virtual-workshop-page ul.list-text {
  margin-left: 16px;
}
.rtl #virtual-workshop-page ul.list-text {
  margin-right: 16px;
}
#virtual-workshop-page ul.list-text li {
  margin-bottom: 0.25em;
}
#virtual-workshop-page ul.vw-table,
#virtual-workshop-page ul.vw-table-column {
  display: flex;
}
#virtual-workshop-page ul.vw-table {
  justify-content: space-between;
  border: 1px solid;
  border-radius: 3px;
  padding: 20px 20px 0 20px;
}
#virtual-workshop-page ul.vw-table ul.vw-table-column {
  flex-direction: column;
  align-content: flex-start;
  min-width: 180px;
}
.ltr #virtual-workshop-page ul.vw-table ul.vw-table-column {
  margin-right: 20px;
}
.rtl #virtual-workshop-page ul.vw-table ul.vw-table-column {
  margin-left: 20px;
}
#virtual-workshop-page ul.vw-table ul.vw-table-column .sub-header {
  padding-top: 0;
  padding-bottom: 30px;
}
#virtual-workshop-page ul.vw-table ul.vw-table-column .text-with-icon {
  margin-bottom: 24px;
}
#virtual-workshop-page .google-form .recaptcha-container {
  padding: 10px 0;
  margin-bottom: 14px;
}
#virtual-workshop-page .extra-space {
  height: 600px;
  width: 100px;
}
#virtual-workshop-page #timeline .bar {
  position: absolute;
  top: 24px;
  width: 6px;
  z-index: 0;
}
.ltr #virtual-workshop-page #timeline .bar {
  right: 26px;
}
.rtl #virtual-workshop-page #timeline .bar {
  left: 26px;
}
#virtual-workshop-page #timeline #background-bar {
  background: #adadad;
}
#virtual-workshop-page #timeline #progress-bar {
  height: 0;
  background: black;
}
#virtual-workshop-page #timeline button.open-close-button,
#virtual-workshop-page #timeline button.close-button {
  display: none;
}
#virtual-workshop-page #timeline .sections {
  margin-top: 24px;
  position: relative;
  z-index: 10;
}
.ltr #virtual-workshop-page #timeline .sections {
  margin-right: 10px;
}
.rtl #virtual-workshop-page #timeline .sections {
  margin-left: 10px;
}
#virtual-workshop-page #timeline .sections p,
#virtual-workshop-page #timeline .sections h3 {
  color: #6c6c6c;
}
.ltr #virtual-workshop-page #timeline .sections p,
.ltr #virtual-workshop-page #timeline .sections h3 {
  margin-left: auto;
  text-align: right;
}
.rtl #virtual-workshop-page #timeline .sections p,
.rtl #virtual-workshop-page #timeline .sections h3 {
  margin-right: auto;
  text-align: left;
}
#virtual-workshop-page #timeline .sections h3 {
  font-weight: 600;
}
.ltr #virtual-workshop-page #timeline .sections h3 {
  margin-right: 10px;
}
.rtl #virtual-workshop-page #timeline .sections h3 {
  margin-left: 10px;
}
#virtual-workshop-page #timeline .sections p {
  margin-top: 0;
  margin-bottom: 0;
}
.ltr #virtual-workshop-page #timeline .sections p {
  margin-right: 22px;
}
.rtl #virtual-workshop-page #timeline .sections p {
  margin-left: 22px;
}
#virtual-workshop-page #timeline .item-li a {
  text-decoration: none;
}
#virtual-workshop-page #timeline .item-li a:focus {
  outline: none;
}
#virtual-workshop-page #timeline .item-li a:focus .item {
  outline: 2px solid grey;
}
#virtual-workshop-page #timeline .item {
  display: flex;
  align-items: center;
}
.ltr #virtual-workshop-page #timeline .item {
  margin-left: 2px;
}
.rtl #virtual-workshop-page #timeline .item {
  margin-right: 2px;
}
#virtual-workshop-page #timeline .item:hover {
  cursor: pointer;
}
#virtual-workshop-page #timeline .item:hover :first-child {
  text-decoration: underline;
}
#virtual-workshop-page #timeline .marker {
  background: white;
  border-radius: 50%;
}
#virtual-workshop-page #timeline .major-marker {
  height: 22px;
  width: 22px;
  min-width: 22px;
  border: 8px solid;
  margin: 15px 0;
}
#virtual-workshop-page #timeline .minor-marker {
  height: 10px;
  width: 10px;
  min-width: 10px;
  border: 2px solid;
  margin-top: 7px;
  margin-bottom: 7px;
}
.ltr #virtual-workshop-page #timeline .minor-marker {
  margin-right: 12px;
}
.rtl #virtual-workshop-page #timeline .minor-marker {
  margin-left: 12px;
}
#virtual-workshop-page #timeline li:first-child .major-marker {
  margin: 0;
}
@media (min-width: 911px) {
  #virtual-workshop-page #virtual-workshop-left::-webkit-scrollbar {
    width: 0;
  }
}
@media (max-width: 910px) {
  #virtual-workshop-page #virtual-workshop-left {
    z-index: 10;
    background: rgba(255, 255, 255, 0.9);
  }
  .ltr #virtual-workshop-page #virtual-workshop-left {
    left: -194px;
    transition: left 0.5s;
  }
  .rtl #virtual-workshop-page #virtual-workshop-left {
    right: -194px;
    transition: right 0.5s;
  }
  #virtual-workshop-page #virtual-workshop-left #timeline button.open-close-button {
    position: absolute;
    width: 52px;
    background: transparent;
    border: none;
    cursor: pointer;
    display: block;
    z-index: 20;
  }
  .ltr #virtual-workshop-page #virtual-workshop-left #timeline button.open-close-button {
    right: 3px;
  }
  .rtl #virtual-workshop-page #virtual-workshop-left #timeline button.open-close-button {
    left: 3px;
  }
  #virtual-workshop-page #virtual-workshop-left #timeline button.close-button {
    display: none;
  }
  #virtual-workshop-page #virtual-workshop-left.open {
    width: 310px;
    border: 1px solid #6c6c6c;
    height: calc(100vh - 63px - 10px - 1px - 1px);
  }
  .ltr #virtual-workshop-page #virtual-workshop-left.open {
    left: -2px;
  }
  .rtl #virtual-workshop-page #virtual-workshop-left.open {
    right: -2px;
  }
  #virtual-workshop-page #virtual-workshop-left.open #timeline button.open-close-button {
    width: 40px;
    top: 23px;
    background: no-repeat center / 30% url("/_m/img/back-arrow-icon.png");
  }
  .ltr #virtual-workshop-page #virtual-workshop-left.open #timeline button.open-close-button {
    right: 1px;
  }
  .rtl #virtual-workshop-page #virtual-workshop-left.open #timeline button.open-close-button {
    left: 1px;
    transform: scaleX(-1);
  }
  #virtual-workshop-page #virtual-workshop-left.open #timeline button.close-button {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
  }
  #virtual-workshop-page #virtual-workshop-left.open #timeline button.open-close-button:active,
  #virtual-workshop-page #virtual-workshop-left.open #timeline button.close-button:active {
    outline: none;
  }
  .ltr #virtual-workshop-page #virtual-workshop-left.open #timeline .bar {
    right: 56px;
  }
  .rtl #virtual-workshop-page #virtual-workshop-left.open #timeline .bar {
    left: 56px;
  }
  .ltr #virtual-workshop-page #virtual-workshop-left.open #timeline .sections {
    margin-right: 40px;
  }
  .rtl #virtual-workshop-page #virtual-workshop-left.open #timeline .sections {
    margin-left: 40px;
  }
  #virtual-workshop-page #virtual-workshop-left.closed::-webkit-scrollbar {
    width: 0;
  }
  .ltr #virtual-workshop-page #virtual-workshop-right {
    margin-left: 40px;
  }
  .rtl #virtual-workshop-page #virtual-workshop-right {
    margin-right: 40px;
  }
  #virtual-workshop-page #virtual-workshop-right ul.vw-table {
    flex-direction: column;
    justify-content: flex-start;
  }
  .ltr #virtual-workshop-page #virtual-workshop-right ul.vw-table ul.vw-table-column {
    margin-right: 0;
  }
  .rtl #virtual-workshop-page #virtual-workshop-right ul.vw-table ul.vw-table-column {
    margin-left: 0;
  }
  #virtual-workshop-page #virtual-workshop-right ul.vw-table > li {
    margin-bottom: 20px;
  }
  #virtual-workshop-page #virtual-workshop-right ul.vw-table > li:last-child {
    margin-bottom: 0;
  }
  #virtual-workshop-page #virtual-workshop-right .time-max-width {
    max-width: inherit;
  }
}
@media (max-width: 600px) {
  #virtual-workshop-page #virtual-workshop-right .header-line {
    flex-direction: column;
  }
  #virtual-workshop-page #virtual-workshop-right .header-line .time {
    justify-content: flex-start;
    margin-bottom: 20px;
  }
  #virtual-workshop-page #virtual-workshop-right .header-line .time img {
    order: -1;
    width: 40px;
  }
  .ltr #virtual-workshop-page #virtual-workshop-right .header-line .time img {
    margin-left: 0;
    margin-right: 20px;
  }
  .rtl #virtual-workshop-page #virtual-workshop-right .header-line .time img {
    margin-right: 0;
    margin-left: 20px;
  }
  #virtual-workshop-page #virtual-workshop-right .sim iframe {
    height: 290px;
  }
}
@media (max-width: 500px) {
  #virtual-workshop-page #virtual-workshop-right .text-with-icon.medium {
    align-items: flex-start;
  }
}
.virtual-workshop-landing-page .header-text {
  max-width: 800px;
  padding: 20px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.virtual-workshop-landing-page .links {
  display: grid;
  margin: 36px auto;
  padding: 0 20px;
  max-width: 1000px;
}
.virtual-workshop-landing-page .links .curly-arrow {
  grid-column: 1 / 3;
  height: 65px;
  margin: 0 auto;
}
.virtual-workshop-landing-page .links .curly-arrow.short {
  height: 30px;
}
@media (max-width: 649px) {
  .virtual-workshop-landing-page .links .curly-arrow.wide {
    display: none;
  }
}
@media (min-width: 650px) {
  .virtual-workshop-landing-page .links .curly-arrow.narrow {
    display: none;
  }
}
.virtual-workshop-landing-page .links .virtual-workshop-link {
  display: grid;
  grid-column: 1 / 3;
  grid-template-areas: 'sidebar padding-top padding-top' 'sidebar icon title' 'sidebar icon description' 'sidebar icon time' 'sidebar padding-bottom padding-bottom';
  grid-template-columns: 12px auto 1fr;
  gap: 14px;
  padding-right: 10px;
  text-decoration: none;
  border: 1px solid;
  border-radius: 10px;
}
.virtual-workshop-landing-page .links .virtual-workshop-link,
.virtual-workshop-landing-page .links .virtual-workshop-link:active,
.virtual-workshop-landing-page .links .virtual-workshop-link:visited {
  color: black;
}
.virtual-workshop-landing-page .links .virtual-workshop-link:hover,
.virtual-workshop-landing-page .links .virtual-workshop-link:focus {
  box-shadow: 0 0 6px 1px #d2d2d2;
  outline: none;
}
.virtual-workshop-landing-page .links .virtual-workshop-link:hover .title,
.virtual-workshop-landing-page .links .virtual-workshop-link:focus .title {
  text-decoration: underline;
}
@media (max-width: 649px) {
  .virtual-workshop-landing-page .links .virtual-workshop-link {
    grid-template-areas: 'sidebar padding-top' 'sidebar icon' 'sidebar title' 'sidebar description' 'sidebar time' 'sidebar padding-bottom';
    grid-template-columns: 12px 1fr;
  }
  .virtual-workshop-landing-page .links .virtual-workshop-link .sidebar {
    grid-row: 1 / 7;
  }
  .virtual-workshop-landing-page .links .virtual-workshop-link .icon {
    margin: 5px auto 0;
  }
}
@media (min-width: 650px) {
  .virtual-workshop-landing-page .links .virtual-workshop-link.math {
    grid-column: 1 / 2;
    margin-inline-end: 10px;
  }
  .virtual-workshop-landing-page .links .virtual-workshop-link.science {
    grid-column: 2 / 3;
    margin-inline-start: 10px;
  }
  .virtual-workshop-landing-page .links .virtual-workshop-link .sidebar {
    grid-row: 1 / 6;
  }
  .virtual-workshop-landing-page .links .virtual-workshop-link .icon {
    margin: 8px 0 0;
  }
}
.virtual-workshop-landing-page .links .virtual-workshop-link .sidebar {
  border-bottom-left-radius: calc(10px - 1px);
  border-top-left-radius: calc(10px - 1px);
}
.virtual-workshop-landing-page .links .virtual-workshop-link .icon {
  grid-area: icon;
  width: 50px;
}
.virtual-workshop-landing-page .links .virtual-workshop-link .title {
  grid-area: title;
  margin: 3px 0;
}
.virtual-workshop-landing-page .links .virtual-workshop-link .description {
  grid-area: description;
}
.virtual-workshop-landing-page .links .virtual-workshop-link .time {
  grid-area: time;
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.virtual-workshop-landing-page .links .virtual-workshop-link .time .time-icon {
  width: 20px;
}
.subject-container {
  position: relative;
}
.subject-container .h3 {
  display: flex;
  width: max-content;
  padding-right: 10px;
}
.subject-container .film-strip {
  margin-left: -20px;
  margin-right: -20px;
}
.subject-container .see-more-button {
  color: black;
}
.donate-link {
  border: 1px solid #e01e5a;
  background: transparent;
  font-size: 1em;
  color: #e01e5a;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  margin: 6px;
  padding: 5px 6px;
  transition: 0.2s;
}
.donate-link:hover,
.donate-link:focus {
  color: #ffffff;
  background: #e01e5a;
  transition: 0.2s;
}
/* Copyright 2020, University of Colorado Boulder */
.sim-collection {
  list-style-type: none;
}
.no-results-message-holder {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.no-results-message-holder .h4 {
  margin: 20px;
  width: 300px;
  text-align: center;
  font-weight: 200;
}
.no-results-message-holder img {
  height: 155px;
  width: 170px;
  margin-top: 10px;
}
.grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.list li {
  width: 100%;
}
.header-container {
  margin-left: 20px;
}
.header {
  margin-top: 18px;
}
.p.untranslated-text {
  margin: 1em 0;
}
.untranslated .overlay {
  content: '';
  position: absolute;
  background: white;
  opacity: 0.35;
}
.untranslated .tile::before {
  content: '';
  position: absolute;
  background: white;
  opacity: 0.35;
  z-index: 10;
  border-radius: 6px;
}
.grid.untranslated .tile::before,
.strip.untranslated .tile::before {
  width: 210px;
  height: 224px;
}
.list.untranslated .tile::before {
  width: calc(100% - 251px - 20px * 2);
  height: 49px;
}
.untranslated .badge-holder {
  z-index: 11;
}
.untranslated .badge-holder::before {
  content: '';
  position: absolute;
  background: white;
  opacity: 0.35;
  z-index: 12;
  width: 20px;
  height: 20px;
}
@media (max-width: 365px) {
  .grid {
    justify-content: space-evenly;
  }
}
@media (min-width: 366px) and (max-width: 410px) {
  .grid {
    justify-content: space-between;
  }
}
@media (min-width: 411px) and (max-width: 796px) {
  .grid {
    justify-content: space-evenly;
  }
}
@media (min-width: 797px) {
  .grid {
    justify-content: start;
  }
}
.activities-panel {
  margin: auto;
  max-width: 1250px;
}
.activities-panel .no-activity-match {
  padding: 40px;
  text-align: center;
}
.activities-panel .activities-header {
  margin: 20px 20px 10px 0;
}
.activities-panel .activities-header .activities-filters {
  display: flex;
}
.activities-panel .activities-header .activities-filters .h4 {
  font-weight: 600;
  margin: 10px 10px 0 0;
}
@media (min-width: 910px) {
  .activities-panel .activities-header .activities-filters {
    margin-bottom: 10px;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 909px) {
  .activities-panel .activities-header .activities-filters {
    margin: 10px 0;
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (min-width: 910px) {
  .ltr .activities-panel .activities-header .activities-filters .phetDropdown {
    margin: 10px 20px 0 0;
  }
  .rtl .activities-panel .activities-header .activities-filters .phetDropdown {
    margin: 10px 0 0 20px;
  }
}
@media (max-width: 909px) {
  .activities-panel .activities-header .activities-filters .phetDropdown {
    margin: 5px 0;
  }
}
.activities-panel .inquiry-checkmark {
  text-align: center;
}
.activities-panel .activities-table-title {
  text-transform: none;
}
.activities-panel .activities-table-type {
  display: flex;
  flex-direction: column;
}
.activities-panel .activities-table-subject {
  display: flex;
  flex-direction: column;
}
.activities-panel .activities-share-button {
  text-transform: uppercase;
  border: 2px solid rgb(82, 23, 100);
  color: rgb(82, 23, 100);
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  margin: 20px auto 0;
  display: block;
  width: max-content;
  padding: 10px 20px;
}
.activities-panel .activities-share-button:hover,
.activities-panel .activities-share-button:active {
  color: white;
  background-color: rgb(82, 23, 100);
}
.tab-navigation .film-strip {
  border-bottom: 1px solid grey;
}
.tab-navigation .film-strip .scroll-button-container {
  width: 60px;
}
.ltr .tab-navigation .film-strip .tab-list .tab:first-child {
  margin-left: auto;
}
.ltr .tab-navigation .film-strip .tab-list .tab:last-child {
  margin-right: auto;
}
.rtl .tab-navigation .film-strip .tab-list .tab:first-child {
  margin-right: auto;
}
.rtl .tab-navigation .film-strip .tab-list .tab:last-child {
  margin-left: auto;
}
.tab-navigation .film-strip .tab-list .tab-button {
  white-space: nowrap;
  margin: 4px 20px 0 20px;
}
.sortable-table-overlay {
  position: relative;
  overflow: auto;
}
.sortable-table-overlay .gradient-common {
  content: '';
  position: absolute;
  width: 60px;
  height: 100%;
  top: 0;
}
.sortable-table-overlay.show-left-gradient::before {
  background: linear-gradient(to right, white 5%, rgba(255, 255, 255, 0));
  left: 0;
  content: '';
  position: absolute;
  width: 60px;
  height: 100%;
  top: 0;
}
.sortable-table-overlay.show-right-gradient::after {
  background: linear-gradient(to left, white 5%, rgba(255, 255, 255, 0));
  right: 0;
  content: '';
  position: absolute;
  width: 60px;
  height: 100%;
  top: 0;
}
.sortable-table {
  overflow-x: auto;
  display: block;
  border-collapse: collapse;
  max-width: 1250px;
}
.sortable-table .activities-phet-logo {
  height: 15px;
}
.ltr .sortable-table .activities-phet-logo {
  margin-right: 3px;
}
.rtl .sortable-table .activities-phet-logo {
  margin-left: 3px;
}
.sortable-table .tr {
  border-left: 1px solid gray;
  border-right: 1px solid gray;
  border-bottom: 1px solid gray;
}
.sortable-table .tr .th {
  background-color: rgb(82, 23, 100);
  color: white;
  padding: 5px 10px;
  white-space: nowrap;
  text-transform: uppercase;
}
.ltr .sortable-table .tr .th {
  text-align: left;
}
.rtl .sortable-table .tr .th {
  text-align: right;
}
.sortable-table .tr .th.sortable {
  cursor: pointer;
}
.sortable-table .tr .th .fa {
  padding: 0 5px;
}
.sortable-table .td {
  padding: 10px 5px;
}
.sortable-table .td:nth-child(even) {
  background-color: rgba(82, 23, 100, 0.05);
}
.simulation-page .error {
  color: red;
  text-align: center;
}
.simulation-page .sim-page-tab-container {
  padding: 20px;
  max-width: 1300px;
  margin: auto;
}
.simulation-page .teachers-panel .alignments-table {
  margin: 20px auto;
  display: flex;
  justify-content: center;
}
.simulation-page .teachers-panel .teachers-header {
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
  margin: 50px 0 20px 0;
}
.simulation-page .teachers-panel .teachers-header:first-child {
  margin-top: 0;
}
.simulation-page .teachers-panel .tips-link {
  display: block;
  padding: 10px;
  text-transform: none;
  width: max-content;
  margin: 10px auto;
}
.simulation-page .teachers-panel .video-player {
  position: relative;
  max-width: 1200px;
  height: calc(100vh - 170px);
  max-height: 600px;
  margin: auto;
}
.simulation-page .teachers-panel .video-player iframe {
  width: 100%;
  height: 100%;
}
.simulation-page .teachers-panel .video-player.video-player-blocker {
  overflow: hidden;
}
.simulation-page .teachers-panel .video-player.video-player-blocker iframe {
  filter: blur(3px);
}
.simulation-page .teachers-panel .video-player.video-player-blocker .sign-in {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font-weight: 300;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(100, 100, 100, 0.5);
  text-decoration: none;
}
.simulation-page .teachers-panel .video-player.video-player-blocker .sign-in:focus .p {
  outline: 1px solid #6c6c6c;
}
.simulation-page .teachers-panel .video-player.video-player-blocker .sign-in .modal-container {
  display: flex;
  flex-direction: column;
  background: white;
  padding: 20px;
  border: 1px solid black;
  border-radius: 5px;
}
.simulation-page .teachers-panel .video-player.video-player-blocker .sign-in .lock-img {
  height: 50px;
  object-fit: contain;
  padding: 20px;
}
.simulation-page .teachers-panel .video-player.video-player-blocker .sign-in:hover {
  cursor: pointer;
}
.simulation-page .teachers-panel .video-player .sign-in {
  display: none;
}
.simulation-page .credits-panel {
  padding: 20px;
  max-width: 1300px;
  margin: auto;
}
.simulation-page .credits-panel .column {
  margin: 0 10px;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 799px) {
  .simulation-page .credits-panel .column {
    width: 100%;
    margin-top: 20px;
  }
  .simulation-page .credits-panel .column:first-child {
    margin-top: 0;
  }
}
@media (min-width: 800px) {
  .simulation-page .credits-panel .column {
    width: calc(33% - 2 * 10px);
  }
  .simulation-page .credits-panel .column:first-child {
    margin: 0 10px 0 0;
    width: calc(33% - 10px);
  }
  .simulation-page .credits-panel .column:last-child {
    margin: 0 0 0 10px;
    width: calc(33% - 10px);
  }
}
.simulation-page .credits-panel .column .ul {
  margin-top: 10px;
}
.simulation-page .credits-panel .column .ul .li {
  list-style: none;
}
.simulation-page .empty-panel {
  text-align: center;
  margin: 60px 0;
}
.simulation-page .sim-page-footer .center {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 20px 0 20px 0;
  margin: auto;
  max-width: 900px;
}
.simulation-page .sim-page-footer .related-sims {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 20px 0 20px 0;
  margin: auto;
  max-width: 900px;
  max-width: none !important;
}
.simulation-page .sim-page-footer .related-sims .tile {
  background: white;
}
.simulation-page .sim-page-footer .related-sims .film-strip {
  width: 100%;
}
.simulation-page .sim-page-footer .related-sims-background {
  background: #f7f4f9;
}
.simulation-page .sim-page-footer .explore-more {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 20px 0 20px 0;
  margin: auto;
  max-width: 900px;
}
.simulation-page .sim-page-footer .explore-more .h3 {
  padding-bottom: 20px;
}
.simulation-page .sim-page-footer .donate {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 20px 0 20px 0;
  margin: auto;
  max-width: 900px;
}
.simulation-page .sim-page-footer .donate .p {
  padding-bottom: 20px;
  text-align: center;
}
.partnerships-page {
  font-size: 16px;
  line-height: normal;
  font-family: 'Roboto', sans-serif;
}
.partnerships-page .all-partners-link {
  width: max-content;
  margin: 30px auto 0 auto;
  font-size: 14px;
}
.partnerships-page .all-partners-link.see-more-button svg {
  width: 14px;
}
.partnerships-page .wrapper-rules {
  max-width: 1300px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
.partnerships-page .section,
.partnerships-page .sponsor-images {
  max-width: 1300px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .partnerships-page .section,
  .partnerships-page .sponsor-images {
    justify-content: space-between;
  }
}
@media (max-width: 1199px) {
  .partnerships-page .section,
  .partnerships-page .sponsor-images {
    justify-content: space-around;
  }
}
.partnerships-page .quote-list {
  max-width: 1300px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 900px) {
  .partnerships-page .quote-list {
    justify-content: space-between;
  }
  .partnerships-page .quote-list .quote-item {
    flex-basis: 50%;
  }
}
@media (max-width: 899px) {
  .partnerships-page .quote-list {
    justify-content: start;
  }
}
.partnerships-page .title-text-container .gradient-container {
  display: flex;
  flex-direction: column;
  max-width: 510px;
}
@media (min-width: 900px) {
  .partnerships-page .title-text-container .gradient-container .title-text {
    font-size: 2.8em;
  }
  .partnerships-page .title-text-container .gradient-container .play-link {
    font-size: 1.125em;
  }
}
.partnerships-page .title-text-container .gradient-container .sub-text {
  margin-bottom: 30px;
}
@media (min-width: 900px) {
  .partnerships-page .title-text-container .gradient-container .sub-text {
    font-size: 1.125em;
    max-width: 510px;
  }
}
@media (max-width: 899px) {
  .partnerships-page .title-text-container .gradient-container .sub-text {
    font-size: 1em;
    max-width: 300px;
  }
}
.partnerships-page .partner-list {
  text-align: center;
  padding: 45px 20px;
}
.partnerships-page .partner-list .h2 {
  margin-bottom: 30px;
}
@media (min-width: 900px) {
  .partnerships-page .partner-list .h2 {
    font-size: 1.45em;
  }
}
@media (max-width: 899px) {
  .partnerships-page .partner-list .h2 {
    font-size: 1.37em;
  }
}
.partnerships-page .partner-list .partner-list-item {
  height: 30px;
  padding: 20px;
}
.partnerships-page .partner-list .partner-list-item:first-child {
  padding-left: 0;
}
.partnerships-page .partner-list .partner-list-item:last-child {
  padding-right: 0;
}
.partnerships-page .section {
  display: flex;
  align-items: center;
  padding: 0 40px;
  flex-direction: column;
}
@media (min-width: 900px) {
  .partnerships-page .section.right {
    flex-direction: row;
  }
  .partnerships-page .section.left {
    flex-direction: row-reverse;
  }
}
@media (min-width: 900px) {
  .partnerships-page .section .section-text,
  .partnerships-page .section .section-video {
    padding: 60px 0;
  }
}
@media (max-width: 899px) {
  .partnerships-page .section .section-video {
    padding: 40px 0 20px 0;
  }
  .partnerships-page .section .section-text {
    padding: 20px 0 40px 0;
  }
}
.partnerships-page .section .section-text {
  flex-basis: 66%;
  display: flex;
  flex-direction: column;
  width: 100%;
  opacity: 0;
  transition: 0.6s opacity;
}
@media (min-width: 900px) {
  .partnerships-page .section .section-text {
    align-items: center;
  }
}
@media (max-width: 899px) {
  .partnerships-page .section .section-text {
    align-items: start;
  }
}
.partnerships-page .section .section-text.visible {
  opacity: 1;
  transition: 0.6s opacity;
}
.partnerships-page .section .section-text .h2 {
  margin-bottom: 10px;
}
@media (min-width: 900px) {
  .partnerships-page .section .section-text .h2 {
    font-size: 1.45em;
  }
}
@media (max-width: 899px) {
  .partnerships-page .section .section-text .h2 {
    font-size: 1.25em;
  }
}
.partnerships-page .section .section-text li {
  list-style: outside;
  margin: 5px 0 5px 18px;
  font-weight: 300;
}
@media (min-width: 900px) {
  .partnerships-page .section .section-text li {
    font-size: 1.125em;
  }
}
.partnerships-page .section .section-text li::marker {
  color: #6acef5;
}
.partnerships-page .section .section-video {
  flex-basis: 33%;
  justify-content: center;
  display: flex;
}
.partnerships-page .section .section-video,
.partnerships-page .section .section-video video {
  height: 200px;
  object-fit: cover;
}
.partnerships-page .action {
  text-align: center;
  margin: 40px auto;
  max-width: 510px;
}
.partnerships-page .action .h2 {
  margin: 45px 0 40px 0;
}
.partnerships-page .action .p {
  margin-top: 20px;
  margin-bottom: 31px;
  font-weight: 300;
}
@media (max-width: 451px) {
  .partnerships-page .action .p {
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media (min-width: 450px) {
  .partnerships-page .action .p {
    margin-right: 10px;
    margin-left: 10px;
  }
}
.partnerships-page .action .icons {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.partnerships-page .action .icons .icon-button {
  display: flex;
  flex-direction: column;
  padding: 15px 40px;
}
.simulation-page .translations-panel.sim-page-tab-container {
  max-width: 800px;
  margin-top: 20px;
}
.simulation-page .translations-panel .tr {
  height: 60px;
}
.simulation-page .translations-panel .become-a-translator {
  padding: 20px;
  text-align: center;
}
.simulation-page .translations-panel .simulation-column {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 5px;
  gap: 10px;
}
.simulation-page .translations-panel .simulation-column .floating-link {
  text-transform: none;
}
.simulation-page .translations-panel .simulation-column .download-sim-button {
  display: flex;
  align-items: center;
}
.simulation-page .translations-panel .simulation-column .download-sim-button img {
  width: 20px;
}
.simulation-page .translations-panel .simulation-column.options-button-container {
  padding: 0;
  margin: -10px -5px;
}
.simulation-page .translations-panel .simulation-column .run-options-translations-button {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font-weight: 300;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-inline: 10px;
}
.simulation-page .translations-panel .simulation-column .run-options-translations-button .run-options-title {
  text-align: start;
  padding-inline-end: 5px;
}
.simulation-page .translations-panel .simulation-column .run-options-translations-button .badges {
  display: flex;
  gap: 5px;
}
.simulation-page .translations-panel .language-column .language {
  font-weight: bold;
  margin-right: 2px;
}
.simulation-page .translations-panel .tips-column {
  display: flex;
  justify-content: center;
}
.simulation-page .translations-panel .tips-column-header {
  width: 130px;
  text-align: center;
}
.about-panel {
  margin: 20px;
  display: grid;
}
.rtl .about-panel .badge-holder {
  padding-left: 5px;
}
.ltr .about-panel .badge-holder {
  padding-right: 5px;
}
.about-panel .flash-deprecated {
  font-size: 18px;
  border: 3px solid red;
  margin-top: 20px;
  padding: 20px;
  max-width: 250px;
}
.about-panel .flash-deprecated .donate-link {
  display: block;
  margin: auto;
  width: max-content;
}
.about-panel .supporter-callout,
.about-panel .flash-deprecated {
  margin: 0;
}
@media (max-width: 694px) {
  .about-panel .supporter-callout,
  .about-panel .flash-deprecated {
    grid-column: 1;
    justify-self: center;
  }
}
@media (min-width: 695px) {
  .about-panel .supporter-callout,
  .about-panel .flash-deprecated {
    grid-column: 2;
    grid-row-start: 1;
    grid-row-end: 10;
    justify-self: flex-end;
    margin: -15px 10px;
  }
}
.about-panel .supporter-callout .supported-by,
.about-panel .flash-deprecated .supported-by {
  margin: 20px 0 26px 0;
}
.about-panel .section {
  grid-column: 1;
  justify-self: flex-start;
  display: flex;
  flex-direction: row;
  padding: 20px 0 20px 0;
  max-width: 680px;
}
.about-panel .section .icon {
  min-width: 60px;
  max-width: 60px;
}
.rtl .about-panel .section .icon {
  padding-left: 20px;
}
.ltr .about-panel .section .icon {
  padding-right: 20px;
}
.rtl .about-panel .section .content ul {
  padding: 10px 20px 0 0;
}
.ltr .about-panel .section .content ul {
  padding: 10px 0 0 20px;
}
.about-panel .section.standards .content ul {
  padding: 10px 0 0 0;
  display: flex;
  flex-wrap: wrap;
}
.about-panel .section.standards .standards-alignment {
  position: relative;
  list-style-type: none;
  padding: 0 5px 5px 0;
}
.about-panel .section.standards .standards-alignment .label {
  display: inline-block;
  background: #f7f4f9;
  border-radius: 3px;
  padding: 4px;
  margin: 2px;
}
.about-panel .section.accessibility .content ul {
  padding: 10px 0 0 0;
}
.about-panel .section.accessibility .content .a11y-text {
  margin-top: 10px;
}
.about-panel .section.accessibility .accessibility-feature {
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.about-panel .section.accessibility .accessibility-feature .badge-holder svg {
  height: 30px;
  width: 30px;
}
.about-panel .section .system-requirements {
  display: grid;
  grid-template-areas: 'left right1' 'left right2';
  padding-top: 10px;
  justify-content: start;
}
.about-panel .section .system-requirements .left {
  grid-area: left;
}
.about-panel .section .system-requirements .right1 {
  grid-area: right1;
}
.about-panel .section .system-requirements .right2 {
  grid-area: right2;
  margin-top: 10px;
}
.about-panel .li {
  list-style: disc;
  margin-bottom: 5px;
}
.alt-thumbnail-list {
  display: flex;
  align-items: flex-end;
}
.alt-thumbnail-list .alt-thumbnail:first-child button {
  margin-left: 0;
}
.alt-thumbnail-list .alt-thumbnail button {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font-weight: 300;
  margin: 8px;
  position: relative;
}
.alt-thumbnail-list .alt-thumbnail button:focus,
.alt-thumbnail-list .alt-thumbnail button:hover {
  box-shadow: 0 0 6px grey;
}
.alt-thumbnail-list .alt-thumbnail button .more-images {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  font-size: 28px;
  font-weight: 500;
}
.alt-thumbnail-list .alt-thumbnail img {
  display: block;
  max-height: 100px;
  object-fit: contain;
  border: 1px solid #d2d2d2;
}
@media (max-width: 500px) {
  .alt-thumbnail-list .alt-thumbnail img {
    max-width: 35vw;
  }
}
@media (min-width: 501px) {
  .alt-thumbnail-list .alt-thumbnail img {
    max-width: 100%;
  }
}
.alt-thumbnail-list .alt-thumbnail.hidden {
  display: none;
}
.image-picker-dialog .ReactModal__Overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.3) !important;
  z-index: 200;
}
.image-picker-dialog .ReactModal__Content {
  inset: 0 !important;
  position: relative !important;
  margin: 20px;
  background: #f3f5f3 !important;
  max-width: 750px;
  overscroll-behavior: contain;
  border-radius: 5px !important;
}
@media (max-width: 500px) {
  .image-picker-dialog .ReactModal__Content {
    width: calc(100vw - 40px);
    height: calc(100vh - 40px);
    margin: 0;
  }
}
@media (min-width: 501px) {
  .image-picker-dialog .ReactModal__Content {
    width: 80vw;
  }
}
.image-picker-dialog .close-modal {
  position: absolute;
  top: 20px;
  font-size: 50px;
  line-height: 30px;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font-weight: 300;
}
.rtl .image-picker-dialog .close-modal {
  left: 20px;
}
.ltr .image-picker-dialog .close-modal {
  right: 20px;
}
.image-picker-dialog .title {
  text-align: center;
  padding: 10px 40px;
  margin: auto;
}
.image-picker-dialog .image-carousel {
  display: flex;
  justify-content: center;
}
.image-picker-dialog .image-carousel .left,
.image-picker-dialog .image-carousel .right {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font-weight: 300;
  padding: 0 10px;
}
.image-picker-dialog .image-carousel .left:focus svg,
.image-picker-dialog .image-carousel .right:focus svg,
.image-picker-dialog .image-carousel .left:hover svg,
.image-picker-dialog .image-carousel .right:hover svg {
  filter: brightness(0.7);
}
@media (max-width: 500px) {
  .image-picker-dialog .image-carousel .left,
  .image-picker-dialog .image-carousel .right {
    display: none;
  }
}
.image-picker-dialog .image-carousel .slide {
  border: 1px solid #d2d2d2;
  max-height: 325px;
  object-fit: contain;
}
@media (max-width: 500px) {
  .image-picker-dialog .image-carousel .slide {
    max-width: 100%;
  }
}
@media (min-width: 501px) {
  .image-picker-dialog .image-carousel .slide {
    max-width: calc(100% - 80px);
  }
}
.image-picker-dialog .alt-thumbnail-list {
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 10px;
}
.image-picker-dialog .alt-thumbnail-list .alt-thumbnail button {
  margin: 4px;
  padding: 2px;
  border: 2px solid transparent;
}
.image-picker-dialog .alt-thumbnail-list .alt-thumbnail.selected button {
  border-color: #e01e5a;
}
.image-picker-dialog .ReactModal__Content {
  background: white !important;
}
.quote-list {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.quote-list .quote-item {
  display: flex;
  align-items: start;
  padding: 60px 40px;
  box-sizing: border-box;
}
.quote-list .quote-item img {
  width: 30px;
  margin-right: 20px;
}
.quote-list .quote-item .quote {
  font-size: 1.125em;
}
.quote-list .quote-item .attribution {
  margin-top: 20px;
  font-size: 0.875em;
}
.disclosure {
  margin-top: 2px;
}
.disclosure .hr {
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #d2d2d2;
}
.disclosure .no-link {
  text-decoration: none;
  color: black;
}
.disclosure .dt {
  position: relative;
  padding-left: 35px;
  margin-left: -35px;
}
.disclosure .dt:hover .copy-anchor,
.disclosure .dt:focus-within .copy-anchor {
  visibility: visible;
}
.disclosure .dt .copy-anchor {
  position: absolute;
  top: 18px;
  left: 0;
  cursor: pointer;
  border: none;
  background: none;
  visibility: hidden;
}
.disclosure .dt .tooltip {
  visibility: hidden;
  position: absolute;
  background: #d2d2d2;
  font-size: 10px;
  width: 140px;
  top: 20px;
  border: 1px solid #000;
  border-radius: 3px;
  padding: 2px;
}
.disclosure .dt .copy-anchor:hover .tooltip,
.disclosure .dt .copy-anchor:focus-within .tooltip {
  visibility: visible;
}
.disclosure .dt:first-child .question {
  border-top: none;
  margin-top: -5px;
}
.disclosure .question {
  min-height: 56px;
  text-align: left;
  border-top: 1px solid lightgrey;
  margin-top: 10px;
  padding-top: 10px;
}
.disclosure .answer {
  padding: 10px 0 10px 20px;
  margin: 0;
  font-weight: 300;
}
.disclosure .answer.closed {
  display: none;
}
.disclosure .answer.open {
  display: block;
}
.our-supporters .supporter-section-header {
  max-width: 1300px;
  padding-inline-start: 20px;
  margin-inline: auto;
  margin-top: -120px;
  padding-top: 120px;
}
.our-supporters .expandable {
  max-width: 1300px;
}
.our-supporters .expandable button {
  font-weight: 600;
  justify-content: flex-start;
}
.our-supporters .expandable button span {
  padding-inline-end: 20px;
}
.our-supporters .expandable button img {
  height: 20px;
  align-self: center;
}
.our-supporters .past-supporters {
  max-width: 1320px;
  margin: 20px auto;
}
.our-supporters .past-supporters .supporter {
  margin: 5px 0;
  font-size: 20px;
  padding-inline-start: 20px;
}
.our-supporters .past-supporters.hidden {
  display: none;
}
.our-supporters .supporters {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  align-items: center;
  padding: 0;
  list-style: none;
  max-width: 1239px;
  margin: 20px auto 55px auto;
}
.our-supporters .supporters .supporter {
  padding: 30px 50px;
  width: 210px;
  height: 70px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.our-supporters .supporters .supporter .supporter-link {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.our-supporters .supporters .supporter .supporter-image {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.our-supporters .supporters .supporter .supporter-name {
  text-transform: none;
  font-size: 20px;
  text-align: center;
}
.teamMembersAdminPage,
.supportersAdminPage {
  max-width: 1300px;
  margin: auto;
}
.teamMembersAdminPage .adminTableData,
.supportersAdminPage .adminTableData {
  width: 100%;
  margin: 20px auto;
  border: 1px solid black;
  border-collapse: collapse;
}
.teamMembersAdminPage .adminTableData .team-photo,
.supportersAdminPage .adminTableData .team-photo {
  width: 20px;
}
.teamMembersAdminPage .adminTableData button,
.supportersAdminPage .adminTableData button {
  background: none;
  border: none;
  padding: 0 5px;
  display: block;
  cursor: pointer;
  line-height: 18px;
}
.teamMembersAdminPage .adminTableData td,
.supportersAdminPage .adminTableData td,
.teamMembersAdminPage .adminTableData th,
.supportersAdminPage .adminTableData th {
  padding: 10px 2px !important;
  border: 1px solid lightgrey;
  text-align: left;
}
.teamMembersAdminPage .adminTableData .last td,
.supportersAdminPage .adminTableData .last td {
  border-bottom: 3px solid black;
}
.teamMembersAdminPage .adminTableData .td,
.supportersAdminPage .adminTableData .td {
  height: 1.1em;
  overflow: hidden;
}
.teamMembersAdminPage .adminTableData .preview,
.supportersAdminPage .adminTableData .preview {
  max-height: 20px;
  max-width: 40px;
}
.teamMembersAdminPage .add-supporter,
.supportersAdminPage .add-supporter {
  display: block;
  margin: 20px auto;
  padding: 5px 10px;
}
.teamMembersAdminPage .p,
.supportersAdminPage .p {
  margin: 10px 0;
}
.teamMembersAdminPage .p.warning,
.supportersAdminPage .p.warning {
  color: red;
}
.AdminForm .ReactModal__Content,
.supportersAdminSupporterForm .ReactModal__Content {
  width: max-content;
  height: max-content;
  margin: auto;
  max-height: 90vh;
}
.AdminForm .close-modal,
.supportersAdminSupporterForm .close-modal {
  position: absolute;
  right: 0;
  top: 0;
  margin: 20px;
  font-size: 40px;
  padding: 2px;
  line-height: 20px;
  background: none;
  border: none;
  cursor: pointer;
}
.AdminForm .hiddenInput,
.supportersAdminSupporterForm .hiddenInput {
  display: none;
}
.AdminForm label,
.supportersAdminSupporterForm label,
.AdminForm input,
.supportersAdminSupporterForm input,
.AdminForm select,
.supportersAdminSupporterForm select {
  display: block;
}
.AdminForm label,
.supportersAdminSupporterForm label,
.AdminForm input[type=submit],
.supportersAdminSupporterForm input[type=submit] {
  margin-top: 20px;
}
.AdminForm input,
.supportersAdminSupporterForm input,
.AdminForm textarea,
.supportersAdminSupporterForm textarea,
.AdminForm select,
.supportersAdminSupporterForm select {
  width: 500px;
}
.AdminForm form,
.supportersAdminSupporterForm form {
  overflow: scroll;
}
.tooltip-container .tooltip {
  position: absolute;
  background: white;
  border: 1px solid black;
  border-radius: 3px;
  width: 200px;
  padding: 10px;
  z-index: 10;
  opacity: 0;
  left: -10000px;
}
.tooltip-container:hover .tooltip {
  opacity: 1;
  left: 0;
  transition: opacity 0.2s, left 0s;
  transition-delay: 0.1s;
}
.simulation-page .screenshotHeight {
  max-height: 325px;
}
.simulation-page .screenshotOverlay {
  z-index: 50;
  margin: 10px;
  padding: 20px;
  border: 2px solid;
  background: white;
  max-width: 430px;
  display: flex;
  justify-self: center;
  height: min-content;
}
@media (max-width: 515px) {
  .simulation-page .screenshotOverlay {
    grid-area: overlay;
  }
}
@media (min-width: 516px) {
  .simulation-page .screenshotOverlay {
    grid-area: playButton;
  }
}
.simulation-page .prototype-callout {
  display: grid;
  grid-template-areas: 'left right1' 'left right2';
  padding-top: 10px;
  justify-content: start;
  gap: 5px;
  padding-inline: 20px;
  max-width: 1300px;
  margin: auto;
}
.simulation-page .prototype-callout .left {
  grid-area: left;
}
.simulation-page .prototype-callout .right1 {
  grid-area: right1;
}
.simulation-page .prototype-callout .right2 {
  grid-area: right2;
  margin-top: 10px;
}
.simulation-page .sim-banner-grid {
  display: grid;
}
@media (min-width: 516px) {
  .simulation-page .sim-banner-grid {
    grid-template: 'playButton' 'title';
  }
}
@media (max-width: 515px) {
  .simulation-page .sim-banner-grid {
    grid-template: 'overlay' 'playButton' 'title';
  }
}
.simulation-page .sim-banner-grid .title {
  grid-area: title;
  padding: 20px 20px 10px 20px;
  width: calc(100% - 40px);
  max-width: 1300px;
  margin: auto;
}
.simulation-page .sim-banner-grid .play-button {
  grid-area: playButton;
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: auto;
  margin: 0;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font-weight: 300;
}
.simulation-page .sim-banner-grid .play-button.gray-background {
  background: #d2d2d2;
}
.simulation-page .sim-banner-grid .play-button .prototype-sash {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  z-index: 40;
  width: 140px;
  height: 140px;
  justify-self: self-end;
}
.simulation-page .sim-banner-grid .play-button .background {
  filter: blur(8px);
  opacity: 70%;
  object-fit: cover;
  z-index: 10;
  max-height: 325px;
  grid-column: 1 / 4;
  grid-row: 1 / 2;
  align-self: center;
  justify-self: stretch;
}
@media (max-width: 535px) {
  .simulation-page .sim-banner-grid .play-button .background {
    display: none;
  }
}
.simulation-page .sim-banner-grid .play-button::before {
  content: "";
  background: rgba(242, 242, 242, 0.3);
  z-index: 20;
  grid-column: 1 / 4;
  grid-row: 1 / 2;
}
.simulation-page .sim-banner-grid .play-button .main-screenshot {
  object-fit: contain;
  z-index: 30;
  width: 100%;
  max-height: 325px;
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}
@media (min-width: 516px) {
  .simulation-page .sim-banner-grid .play-button .main-screenshot {
    width: 495px;
  }
}
.simulation-page .sim-banner-grid .play-button .play-or-download-image {
  z-index: 40;
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  align-self: center;
  justify-self: center;
}
.simulation-page .sim-banner-grid .play-button:focus .play-or-download-image,
.simulation-page .sim-banner-grid .play-button:hover .play-or-download-image {
  filter: drop-shadow(0 0 16px white) brightness(2);
}
.simulation-page .sim-banner-grid .cheerpj-overlay {
  z-index: 50;
  margin: 10px;
  padding: 20px;
  border: 2px solid;
  background: white;
  max-width: 430px;
  display: flex;
  justify-self: center;
  height: min-content;
  border-color: orange;
  font-weight: 300;
}
@media (max-width: 515px) {
  .simulation-page .sim-banner-grid .cheerpj-overlay {
    grid-area: overlay;
  }
}
@media (min-width: 516px) {
  .simulation-page .sim-banner-grid .cheerpj-overlay {
    grid-area: playButton;
  }
}
.simulation-page .sim-banner-grid .cheerpj-overlay .cheerpj-icon {
  height: 50px;
  margin-right: 20px;
}
.simulation-page .sim-banner-grid .cheerpj-overlay .cheerpj-link {
  padding-top: 10px;
  display: block;
}
.simulation-page .flash-warning,
.simulation-page .windows-only-overlay {
  z-index: 50;
  margin: 10px;
  padding: 20px;
  border: 2px solid;
  background: white;
  max-width: 430px;
  display: flex;
  justify-self: center;
  height: min-content;
  border-color: red;
}
@media (max-width: 515px) {
  .simulation-page .flash-warning,
  .simulation-page .windows-only-overlay {
    grid-area: overlay;
  }
}
@media (min-width: 516px) {
  .simulation-page .flash-warning,
  .simulation-page .windows-only-overlay {
    grid-area: playButton;
  }
}
.simulation-page .flash-warning .warning-icon,
.simulation-page .windows-only-overlay .warning-icon {
  margin: 0;
}
.simulation-page .flash-warning .p,
.simulation-page .windows-only-overlay .p {
  text-align: left;
  margin-left: 10px;
}
.simulation-page .windows-only-overlay {
  min-width: 300px;
}
.simulation-page .windows-only-overlay .p {
  padding-inline-start: 30px;
}
.simulation-page .link-icons {
  display: flex;
  padding: 10px 20px 20px 20px;
  max-width: 1300px;
  margin: auto;
}
.simulation-page .link-icons .banner-link-icon:hover::before {
  content: '';
  background: rgba(255, 255, 255, 0.2);
  height: 30px;
  width: 40px;
  position: absolute;
}
.simulation-page .link-icons :first-child .banner-link-icon img {
  padding-left: 0;
}
.simulation-page .link-icons .banner-link-icon {
  height: 30px;
  display: block;
}
.simulation-page .link-icons .banner-link-icon.embed-button {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font-weight: 300;
}
.simulation-page .link-icons .banner-link-icon img {
  height: 30px;
  padding: 0 5px;
}
.runOptions-dialog .runOptionsButton {
  margin: 20px;
  text-transform: none;
}
.runOptions-dialog .runOptionsButton .badge {
  margin-inline-end: 10px;
}
.runOptions-dialog .runOptionsButton:hover.deprecated-button rect {
  fill: #ffffff;
}
.runOptions-dialog .runOptionsButton:hover.deprecated-button .border {
  fill: black;
}
.runOptions-dialog .runOptionsButton.deprecated-button rect {
  fill: transparent;
}
.runOptions-dialog .runOptionsButton.deprecated-button .border {
  fill: #6c6c6c;
}
.runOptions-dialog .ReactModal__Overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.3) !important;
  z-index: 200;
}
.runOptions-dialog .ReactModal__Content {
  inset: 0 !important;
  position: relative !important;
  margin: 20px;
  background: #f3f5f3 !important;
  max-width: 750px;
  overscroll-behavior: contain;
  border-radius: 5px !important;
}
@media (max-width: 500px) {
  .runOptions-dialog .ReactModal__Content {
    width: calc(100vw - 40px);
    height: calc(100vh - 40px);
    margin: 0;
  }
}
@media (min-width: 501px) {
  .runOptions-dialog .ReactModal__Content {
    width: 80vw;
  }
}
.runOptions-dialog .close-modal {
  position: absolute;
  top: 20px;
  font-size: 50px;
  line-height: 30px;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font-weight: 300;
}
.rtl .runOptions-dialog .close-modal {
  left: 20px;
}
.ltr .runOptions-dialog .close-modal {
  right: 20px;
}
.runOptions-dialog .ReactModal__Content {
  background: #f3f5f3 !important;
  max-width: 750px;
}
.embed-dialog .copy-text {
  margin: 0 0 10px 5px;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font-weight: 300;
}
.embed-dialog .copy-text .fa-clone {
  font-size: 30px;
}
.embed-dialog .copy-text .p {
  display: inline-block;
  padding-left: 5px;
}
.embed-dialog .code-box {
  margin: 20px 0 5px 0;
  display: block;
  white-space: pre;
  width: 100%;
  max-width: 100%;
}
.embed-dialog .h3 {
  margin-bottom: 20px;
}
.embed-dialog .h4 {
  font-weight: bold;
}
.embed-dialog .ReactModal__Overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.3) !important;
  z-index: 200;
}
.embed-dialog .ReactModal__Content {
  inset: 0 !important;
  position: relative !important;
  margin: 20px;
  background: #f3f5f3 !important;
  max-width: 750px;
  overscroll-behavior: contain;
  border-radius: 5px !important;
}
@media (max-width: 500px) {
  .embed-dialog .ReactModal__Content {
    width: calc(100vw - 40px);
    height: calc(100vh - 40px);
    margin: 0;
  }
}
@media (min-width: 501px) {
  .embed-dialog .ReactModal__Content {
    width: 80vw;
  }
}
.embed-dialog .close-modal {
  position: absolute;
  top: 20px;
  font-size: 50px;
  line-height: 30px;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font-weight: 300;
}
.rtl .embed-dialog .close-modal {
  left: 20px;
}
.ltr .embed-dialog .close-modal {
  right: 20px;
}
.embed-dialog .ReactModal__Content {
  background: #f3f5f3 !important;
  max-width: 750px;
}
.phetDropdown {
  position: relative;
  border: 1px solid black;
  border-radius: 5px;
}
.phetDropdown .phetLabel {
  padding: 5px;
}
.phetDropdown .phetSelect {
  border: 1px solid transparent;
  border-radius: 5px;
  -webkit-appearance: unset;
  padding-inline-end: 30px;
  background: transparent;
  height: unset;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
}
.phetDropdown .fa-chevron-down {
  position: absolute;
  top: 10px;
  z-index: -1;
}
.ltr .phetDropdown .fa-chevron-down {
  right: 5px;
}
.rtl .phetDropdown .fa-chevron-down {
  left: 5px;
}
.initiatives .phet-global-banner::before {
  content: "";
  background-image: url("/assets/img/phet-global-banner.jpeg");
}
.initiatives .deib-in-stem-ed-banner::before {
  content: "";
  background-image: url("/assets/img/deib-in-stem-ed-banner.jpeg");
}
.initiatives .section {
  max-width: 850px;
  padding-bottom: 96px;
  display: flex;
  row-gap: 16px;
  flex-wrap: wrap;
}
.initiatives .section .commitment-minor-section {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 15px;
}
.initiatives .section .commitment-minor-section .commitmentIcon {
  width: 60px;
}
.initiatives .section .commitment-minor-section .col1 {
  grid-column: 1 / 2;
}
@media (max-width: 700px) {
  .initiatives .section .commitment-minor-section .col1 {
    justify-self: center;
  }
}
@media (min-width: 701px) {
  .initiatives .section .commitment-minor-section .col1 {
    grid-row: 1 / 3;
  }
}
@media (max-width: 700px) {
  .initiatives .section .commitment-minor-section .col2 {
    grid-column: 1 / 2;
  }
}
@media (min-width: 701px) {
  .initiatives .section .commitment-minor-section .col2 {
    grid-column: 2 / 3;
  }
}
.initiatives .eggplant-button {
  display: inline-block;
}
.initiatives .phet-global-background {
  background: url("/assets/img/world-map-background.svg") no-repeat center;
  background-size: 1600px auto;
  background-position-y: 20px;
  background-position-x: center;
}
.initiatives .initiatives-panel {
  max-width: 850px;
  margin-inline: auto;
  padding-inline: 20px;
  padding-block: 40px;
}
.initiatives .initiatives-panel .h2,
.initiatives .initiatives-panel .h3,
.initiatives .initiatives-panel .h4 {
  padding-bottom: 20px;
}
.initiatives .checklist-item {
  display: flex;
  margin-bottom: 50px;
  align-items: start;
}
@media (max-width: 500px) {
  .initiatives .checklist-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
@media (min-width: 501px) {
  .initiatives .checklist-item {
    align-items: start;
  }
}
.initiatives .checklist-item .h3 {
  padding-bottom: 0;
}
.initiatives .checklist-item .icon {
  width: 60px;
}
@media (max-width: 500px) {
  .initiatives .checklist-item .icon {
    margin-block-end: 20px;
  }
}
@media (min-width: 501px) {
  .initiatives .checklist-item .icon {
    margin-inline-end: 20px;
  }
}
.initiatives .reach-panel .callout {
  padding: 0 0 40px 0;
  font-size: 1.24em;
  font-weight: 300;
  line-height: 1.5em;
}
.initiatives .reach-panel .reach-grid {
  display: grid;
}
@media (max-width: 900px) {
  .initiatives .reach-panel .reach-grid {
    grid-template-areas: 'phetGlobal_reach_mission' 'phetGlobal_reach_impact' 'phetGlobal_reach_join-the-initiative' 'phetGlobal_reach_donors' 'phetGlobal_reach_become-a-supporter';
  }
  .initiatives .reach-panel .reach-grid .join-the-initiative,
  .initiatives .reach-panel .reach-grid .become-a-supporter {
    justify-self: center;
  }
}
@media (min-width: 901px) {
  .initiatives .reach-panel .reach-grid {
    grid-template-areas: 'phetGlobal_reach_mission phetGlobal_reach_mission' 'phetGlobal_reach_impact phetGlobal_reach_join-the-initiative' 'phetGlobal_reach_donors phetGlobal_reach_become-a-supporter';
  }
  .initiatives .reach-panel .reach-grid .join-the-initiative,
  .initiatives .reach-panel .reach-grid .become-a-supporter {
    justify-self: end;
  }
}
.initiatives .reach-panel .reach-grid .mission {
  grid-area: phetGlobal_reach_mission;
}
.initiatives .reach-panel .reach-grid .impact {
  grid-area: phetGlobal_reach_impact;
}
.initiatives .reach-panel .reach-grid .donors {
  grid-area: phetGlobal_reach_donors;
  margin-bottom: 40px;
}
.initiatives .reach-panel .reach-grid .join-the-initiative {
  grid-area: phetGlobal_reach_join-the-initiative;
  max-width: 320px;
  padding-inline: 27.5px;
  align-self: start;
  text-align: center;
  margin-bottom: 40px;
}
.initiatives .reach-panel .reach-grid .become-a-supporter {
  grid-area: phetGlobal_reach_become-a-supporter;
  max-width: 375px;
  align-self: start;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 900px) {
  .initiatives .reach-panel .h2 {
    text-align: center;
  }
}
@media (max-width: 900px) and (min-width: 511px) {
  .initiatives .reach-panel .impact-items {
    width: max-content;
    margin: auto;
  }
}
.initiatives .reach-panel .play-link {
  margin: 0 10px 10px 10px;
}
.initiatives .reach-panel .donor {
  max-width: 470px;
  display: flex;
}
@media (max-width: 900px) {
  .initiatives .reach-panel .donor {
    margin: auto;
  }
}
@media (max-width: 510px) {
  .initiatives .reach-panel .donor {
    flex-direction: column;
    align-items: center;
  }
}
.initiatives .reach-panel .donor .icon {
  width: 100px;
  object-fit: contain;
  padding-inline-end: 40px;
}
@media (max-width: 510px) {
  .initiatives .reach-panel .donor .icon {
    margin-bottom: 10px;
    padding-inline: 0;
  }
}
.initiatives .reach-panel .eggplant-button {
  margin: 10px;
}
.initiatives .resources-panel .callout {
  font-size: 1.24em;
  font-weight: 300;
  line-height: 1.5em;
  margin-bottom: 40px;
}
.initiatives .resources-panel .ul {
  padding-block: 20px;
}
.initiatives .community-panel .section.connect-grid {
  display: grid;
  grid-template-areas: 'phetGlobalCommunity_heading phetGlobalCommunity_heading' 'phetGlobalCommunity_p phetGlobalCommunity_p' 'phetGlobalCommunity_subscribe phetGlobalCommunity_facebook' 'phetGlobalCommunity_already_subscribed phetGlobalCommunity_already_subscribed';
  grid-template-rows: auto auto 1fr;
}
.initiatives .community-panel .section.connect-grid .connect-heading {
  grid-area: phetGlobalCommunity_heading;
}
.initiatives .community-panel .section.connect-grid .connect-p {
  grid-area: phetGlobalCommunity_p;
}
.initiatives .community-panel .section.connect-grid .subscribe-button {
  grid-area: phetGlobalCommunity_subscribe;
  align-self: start;
  justify-self: center;
}
.initiatives .community-panel .section.connect-grid .already-subscribed {
  grid-area: phetGlobalCommunity_already_subscribed;
}
.initiatives .community-panel .section.connect-grid .facebook-group {
  grid-area: phetGlobalCommunity_facebook;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  max-width: 190px;
  text-transform: none;
  justify-self: center;
  align-self: start;
}
.initiatives .community-panel .section.connect-grid .facebook-group img {
  height: 40px;
  filter: invert(41%) sepia(55%) saturate(640%) hue-rotate(182deg) brightness(70%) contrast(90%);
}
.initiatives .team-panel .floating-link {
  text-transform: none;
}
.initiatives .team-panel .section {
  display: grid;
  justify-content: center;
}
@media (min-width: 675px) {
  .initiatives .team-panel .section {
    grid-template-columns: 225px 450px;
    grid-template-areas: 'left right';
  }
}
@media (max-width: 674px) {
  .initiatives .team-panel .section {
    grid-template-areas: 'left' 'right';
    text-align: center;
  }
}
.initiatives .team-panel .section .left {
  grid-area: left;
  display: flex;
  justify-content: center;
}
.initiatives .team-panel .section .left .mapImage {
  max-height: 100px;
  padding-bottom: 10px;
  filter: drop-shadow(0 0 0 #521764);
}
.initiatives .team-panel .section .right {
  grid-area: right;
}
.initiatives .team-panel .eggplant-button {
  display: flex;
  margin: auto;
  width: max-content;
}
.initiatives .donor-section {
  flex-direction: column;
}
.initiatives .donor-section .donor-image {
  width: 300px;
  align-self: center;
  margin-bottom: 20px;
}
@media (min-width: 701px) {
  .initiatives .commitment-panel {
    display: grid;
    grid-template-areas: 'commitment commitment' 'donor support';
    grid-template-columns: 1fr 1fr;
  }
}
.initiatives .section.commitment-section {
  grid-area: commitment;
}
.initiatives .section.donor-section {
  grid-area: donor;
}
@media (max-width: 700px) {
  .initiatives .section.donor-section {
    text-align: center;
  }
}
.initiatives .section.support-section {
  grid-area: support;
  display: grid;
  column-gap: 10px;
  text-align: center;
  justify-items: center;
  align-content: start;
}
.initiatives .section.support-section .eggplant-button {
  grid-row: 3 / 4;
}
.initiatives .section.support-section .h2 {
  grid-row: 1 / 2;
  grid-column: 1 / 3;
}
.initiatives .section.support-section .p {
  grid-row: 2 / 3;
  grid-column: 1 / 3;
}
.initiatives .teamMemberList {
  display: flex;
  column-gap: 18px;
  row-gap: 36px;
  flex-wrap: wrap;
  justify-content: center;
}
.initiatives .teamMemberList .teamMember {
  display: grid;
  grid-template-areas: 'photo';
  width: 155px;
  grid-template-rows: 155px auto auto auto 1fr;
}
.initiatives .teamMemberList .teamMember .teamMemberPhoto {
  height: 150px;
  width: 150px;
  object-fit: cover;
  border-radius: 75px;
  grid-area: photo;
}
.initiatives .teamMemberList .teamMember .teamMemberFlag {
  align-self: end;
  justify-self: end;
  border-radius: 3px;
  grid-area: photo;
}
.initiatives .teamMemberList .teamMember .teamMemberName {
  font-weight: bold;
}
.initiatives .strategy-panel .ul {
  margin-inline-start: 40px;
}
.initiatives .strategy-panel .li {
  list-style: disc;
  margin-bottom: 5px;
}
.licensing-page .container {
  margin-bottom: 50px;
}
.licensing-page .section {
  margin-inline: auto;
  max-width: 850px;
  padding-bottom: 96px;
  display: flex;
  row-gap: 16px;
  flex-direction: column;
  padding-inline: 20px;
}
.licensing-page .eggplant-button {
  display: block;
  margin: auto;
  max-width: max-content;
  text-align: center;
}
.licensing-page .ul {
  margin-block: 5px;
  padding-inline-start: 40px;
}
.licensing-page .ul.show-bullets {
  list-style-type: disc;
}
.licensing-page .donate-link {
  margin: 15px auto;
  width: max-content;
  display: block;
}
.offline-access-page .container {
  margin-bottom: 50px;
}
.offline-access-page .section {
  margin-inline: auto;
  max-width: 850px;
  padding-bottom: 96px;
  display: flex;
  row-gap: 16px;
  flex-direction: column;
  padding-inline: 20px;
}
.offline-access-page .minor-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 32px;
}
.offline-access-page .download-example {
  height: 20px;
}
.offline-access-page .desktop-app-buttons {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.offline-access-page .desktop-app-buttons .eggplant-button {
  text-transform: none;
}
.offline-access-page .android-badge img {
  width: 140px;
  margin: -10px;
}
.offlineAccessDonationAsk .ReactModal__Overlay {
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.offlineAccessDonationAsk .ReactModal__Overlay .ReactModal__Content {
  display: grid;
  height: max-content;
  gap: 20px;
  max-width: 650px;
  margin: 20px;
}
@media (max-width: 650px) {
  .offlineAccessDonationAsk .ReactModal__Overlay .ReactModal__Content {
    grid-template-areas: 'phet-girl' 'description' 'buttons';
  }
}
@media (min-width: 651px) {
  .offlineAccessDonationAsk .ReactModal__Overlay .ReactModal__Content {
    grid-template-rows: 1fr auto;
    grid-template-areas: 'phet-girl description' 'phet-girl buttons';
  }
}
.offlineAccessDonationAsk .ReactModal__Overlay .ReactModal__Content .phet-girl {
  width: 208px;
  grid-area: phet-girl;
  justify-self: center;
}
.offlineAccessDonationAsk .ReactModal__Overlay .ReactModal__Content .img-overlay {
  grid-area: phet-girl;
  height: 79px;
  margin: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.offlineAccessDonationAsk .ReactModal__Overlay .ReactModal__Content .donation-ask-description {
  grid-area: description;
}
.offlineAccessDonationAsk .ReactModal__Overlay .ReactModal__Content .button-container {
  grid-area: buttons;
  display: flex;
  gap: 20px;
}
@media (max-width: 650px) {
  .offlineAccessDonationAsk .ReactModal__Overlay .ReactModal__Content .button-container {
    justify-self: center;
  }
}
@media (min-width: 651px) {
  .offlineAccessDonationAsk .ReactModal__Overlay .ReactModal__Content .button-container {
    justify-self: end;
  }
}
.offlineAccessDonationAsk .ReactModal__Overlay .ReactModal__Content .maybe-later-button {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font-weight: 300;
  text-transform: none;
}
.offlineAccessDonationAsk .ReactModal__Overlay .ReactModal__Content .donate-link {
  padding: 5px 15px;
  text-align: center;
}
.source-code-page .container {
  margin-bottom: 50px;
}
.source-code-page .section {
  margin-inline: auto;
  max-width: 850px;
  padding-bottom: 96px;
  display: flex;
  row-gap: 16px;
  flex-direction: column;
  padding-inline: 20px;
}
.source-code-page .ul {
  margin-block: 5px;
  padding-inline-start: 40px;
  list-style-type: disc;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.source-code-page .bold {
  margin-inline-end: 5px;
}
.about-team-page .ul,
.about-team-page .h2,
.about-team-page .h3 {
  max-width: 1300px;
  margin: auto;
  padding-inline: 20px;
}
.about-team-page .ul {
  margin-bottom: 60px;
}
.about-team-page .h2,
.about-team-page .h3 {
  margin-bottom: 20px;
}
.about-team-page .bullet {
  padding-inline: 0.25em;
}
.about-team-page .contact-link:last-child .bullet {
  display: none;
}
.about-team-page .photo {
  width: 310px;
  grid-area: photo;
}
@media (max-width: 679px) {
  .about-team-page .photo {
    align-self: center;
  }
}
.about-team-page .name {
  font-size: 1.2em;
  grid-area: name;
}
.about-team-page .title {
  text-transform: uppercase;
  font-weight: bold;
  grid-area: title;
}
.about-team-page .bio {
  grid-area: bio;
  margin-top: 5px;
  max-width: 850px;
}
.about-team-page .links {
  grid-area: links;
}
.about-team-page .keywords {
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
}
.about-team-page .directorList {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: 40px;
}
.about-team-page .directorList .directorMember {
  row-gap: 5px;
  column-gap: 30px;
}
@media (min-width: 680px) {
  .about-team-page .directorList .directorMember {
    display: grid;
    grid-template-areas: 'photo name' 'photo title' 'photo bio' 'photo links';
    grid-template-rows: auto auto auto 1fr;
    grid-template-columns: auto 1fr;
  }
}
@media (max-width: 679px) {
  .about-team-page .directorList .directorMember {
    display: flex;
    flex-direction: column;
  }
}
.about-team-page .teamMemberList,
.about-team-page .undergradAssistantList,
.about-team-page .communitySupportersList {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.about-team-page .teamMemberList .teamMemberMember,
.about-team-page .undergradAssistantList .teamMemberMember,
.about-team-page .communitySupportersList .teamMemberMember,
.about-team-page .teamMemberList .undergradAssistantMember,
.about-team-page .undergradAssistantList .undergradAssistantMember,
.about-team-page .communitySupportersList .undergradAssistantMember,
.about-team-page .teamMemberList .communitySupportersMember,
.about-team-page .undergradAssistantList .communitySupportersMember,
.about-team-page .communitySupportersList .communitySupportersMember {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (min-width: 680px) {
  .about-team-page .teamMemberList .teamMemberMember,
  .about-team-page .undergradAssistantList .teamMemberMember,
  .about-team-page .communitySupportersList .teamMemberMember,
  .about-team-page .teamMemberList .undergradAssistantMember,
  .about-team-page .undergradAssistantList .undergradAssistantMember,
  .about-team-page .communitySupportersList .undergradAssistantMember,
  .about-team-page .teamMemberList .communitySupportersMember,
  .about-team-page .undergradAssistantList .communitySupportersMember,
  .about-team-page .communitySupportersList .communitySupportersMember {
    width: 310px;
  }
}
.about-team-page .consultantContractorList,
.about-team-page .collaboratorList,
.about-team-page .cuOfficeList {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.for-translators-page .error {
  color: red;
}
.for-translators-page .container {
  margin-bottom: 50px;
}
.for-translators-page .section {
  margin-inline: auto;
  max-width: 850px;
  padding-bottom: 96px;
  display: flex;
  row-gap: 16px;
  flex-direction: column;
  padding-inline: 20px;
}
.for-translators-page .section .spinner {
  margin: 20px auto;
}
.for-translators-page .eggplant-button {
  align-self: center;
}
