/*  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;
}
.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;
}
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;
}
/* Copyright 2019-2020, University of Colorado Boulder */
/**** colors ****/
/**** fonts ****/
/**** widths ****/
/**** padding ****/
/**** margins ****/
/**** breakpoints *****/
/**** transitions  ****/
.filterPageList {
  margin: 0 0 0 20px;
  max-width: 974px;
}
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;
}
@media (min-width: 797px) {
  .filterCount {
    display: none;
  }
}
.random-sponsor img {
  max-width: 200px;
  max-height: 100px;
  display: block;
  margin: 0 auto;
}
.random-sponsor img.greyscale {
  filter: grayscale(100%);
}
.random-sponsor a:focus img {
  outline: 2px solid grey;
}
.random-sponsor span.random-sponsor-text {
  font-weight: 300;
}
.smallTileScaling {
  transform: scale(0.75);
  transform-origin: left top;
  margin: 0;
}
.smallLiScaling {
  height: 170.25px;
  width: 159px;
  margin: 15px 2px;
}
.film-strip .sim-collection li {
  margin: 20px 10px !important;
}
@media (max-width: 1300px) {
  .film-strip .sim-collection li {
    height: 170.25px;
    width: 159px;
    margin: 15px 2px;
  }
}
.film-strip .sim-collection li:first-child {
  margin-left: 20px;
}
.film-strip .sim-collection li:last-child {
  padding-right: 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: 5px;
  padding-bottom: 5px;
}
.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: 45px;
  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;
}
@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,
.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-right: 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-right: 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-right: 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-bottom: 20px;
  border-radius: 5px;
  background-color: #f3f5f3;
  width: 550px;
  margin: auto;
  position: relative;
}
.registration-page div#donate-dialog span {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.registration-page div#donate-dialog span:first-child {
  width: 40%;
}
.registration-page div#donate-dialog span:last-child {
  width: 57%;
  padding: 5px;
}
.registration-page div#donate-buttons-holder {
  position: absolute;
  bottom: 10px;
  right: 0;
  margin: 20px;
}
.registration-page div#donate-dialog span img {
  width: 100%;
}
.registration-page div#donate-dialog > div {
  padding: 10px;
}
.registration-page div#donate-ask {
  margin-top: 50px;
}
.registration-page div.donate-img {
  display: inline-block;
}
.registration-page div#donate-top-section {
  background-color: #2a326a;
  height: 75px;
  line-height: 75px;
  color: white;
  text-align: center;
  font-size: 1.75em;
  margin-bottom: 20px;
}
.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-right: 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-left: 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 .film-strip .sim-collection li:first-child {
  margin-right: 20px;
  margin-left: 10px;
}
.rtl .film-strip .sim-collection li:last-child {
  padding-left: 35px;
  padding-right: 0;
}
.rtl .subject-container .h3 {
  padding: 0 0 0 10px;
}
.rtl .badge-tooltip-inner {
  position: absolute;
  left: 0;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  margin: 0;
  min-width: 320px;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
button {
  font-size: 1em;
}
select {
  height: 30px;
  font-size: 1em;
}
h1,
h2,
h3,
h4,
h5,
p {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.p {
  margin: 0;
}
.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;
}
a.default-link {
  color: blue;
}
a .inline-link,
a.inline-link {
  text-decoration: underline;
}
a .floating-link,
a.floating-link {
  text-decoration: none;
}
a .inline-link,
a.inline-link,
a .floating-link,
a.floating-link {
  color: #6c6c6c;
  cursor: pointer;
  font-weight: 300;
}
a .inline-link:hover,
a.inline-link:hover,
a .floating-link:hover,
a.floating-link:hover {
  color: #e01e5a;
  text-decoration: underline;
}
a .inline-link:visited,
a.inline-link:visited,
a .floating-link:visited,
a.floating-link:visited {
  color: #840633;
}
.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: 300px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.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;
}
.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;
}
.teachers-image .title-text,
.partnerships-image .title-text,
.a11y-image .title-text {
  margin: 0;
  padding-left: 0;
  font-size: 2.4em;
}
.a11y-image .title-text {
  float: right;
  max-width: 385px;
}
.teachers-image .title-text,
.partnerships-image .title-text {
  max-width: 460px;
}
.a11y-image .float-container {
  width: 100%;
  float: right;
}
p.sub-text {
  color: white;
  font-weight: 300;
  max-width: 324px;
  margin: 20px 0 54px 0;
}
.a11y-image p.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;
}
a.play-link:hover,
a.play-link:focus {
  background: #6acef5;
  color: black;
}
.teachers-image .title-text-container,
.partnerships-image .title-text-container {
  text-align: left;
}
.a11y-image .title-text-container {
  text-align: right;
}
.teachers-image a.play-link,
.partnerships-image a.play-link,
.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) {
  .teachers-image .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;
  }
  .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;
  }
  .teachers-image .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;
  }
  .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%);
  }
}
@media (max-width: 500px) {
  .sim-image .gradient-container,
  .teachers-image .gradient-container,
  .partnerships-image .gradient-container,
  .a11y-image .gradient-container {
    padding: 100px 20px;
    background: none;
    transition: 0.2s;
  }
  .sim-image::before {
    filter: brightness(55%);
  }
  .teachers-image::before,
  .partnerships-image::before {
    filter: brightness(40%);
    background-position: right;
  }
  .a11y-image::before {
    filter: brightness(56%);
    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);
  }
}
.container.simulations {
  background: #5a556f;
}
#browse-and-filter-page .banner-container::before {
  background-image: url("/assets/img/banner_underwater.png");
}
.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;
  font-size: 40px;
  padding: 0;
}
.film-strip .scroll-button-container .scroll-button {
  background: transparent;
  pointer-events: auto;
  border: none;
  height: 100%;
  padding: 0px;
  cursor: pointer;
}
.film-strip .scroll-button-container .scroll-button .arrow {
  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));
  text-align: left;
}
.film-strip .scroll-button-container.left .scroll-button {
  padding-left: 8px;
  padding-right: 30px;
}
.film-strip .scroll-button-container.left .arrow {
  transform: scale(-1, 1);
}
.film-strip .scroll-button-container.right {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white 95%);
  text-align: right;
}
.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 li {
  scroll-snap-align: start;
}
.film-strip ul::-webkit-scrollbar {
  width: 0 !important;
  display: none;
}
#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;
}
.sims-delivered span {
  margin: 0;
  font-size: 2em;
  display: inline-block;
}
.sims-delivered span.number {
  font-weight: 600;
}
.sims-delivered span.string {
  font-weight: 300;
}
#front-page .container {
  width: 100%;
}
#front-page .subjects {
  max-width: 1300px;
  display: flex;
  flex-flow: row wrap;
  margin: 40px auto;
}
#front-page .subjects .earth-science .text {
  margin: 0 auto 5px;
  padding-top: 22px;
}
.subject-wrapper {
  width: 161px;
  height: 161px;
  position: relative;
  margin: auto;
}
.subject-wrapper a {
  cursor: default;
  text-decoration: none;
  color: black;
  display: block;
  width: 161px;
  height: 161px;
}
.subject-wrapper a: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-wrapper:hover a:before,
.subject-wrapper:focus-within a:before {
  filter: brightness(1.03);
  cursor: pointer;
  left: 0;
  top: 0;
  width: 121px;
  height: 121px;
  border-radius: 80px;
  transition: 0.2s linear;
}
.subject-wrapper a:focus {
  outline: 2px solid grey;
}
.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;
}
.subject-wrapper .text:hover {
  cursor: pointer;
}
.subject-icon {
  margin: 0 auto;
  width: 58px;
  display: block;
  position: relative;
}
.subject-wrapper .subject-icon:hover {
  cursor: pointer;
}
.subject-wrapper.physics a:before {
  background: #f7cddd;
}
.subject-wrapper.chemistry a:before {
  background: #d5f3fc;
}
.subject-wrapper.math a:before {
  background: #fff8cc;
}
.subject-wrapper.earth-science a:before {
  background: #c9eddd;
}
.subject-wrapper.biology a:before {
  background: #d9c8de;
}
#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;
  font-size: 1.24em;
  font-weight: 300;
  line-height: 1.5em;
  text-align: left;
}
.statistics {
  max-width: 1300px;
  display: flex;
  flex-flow: row wrap;
  margin: 20px auto;
}
.statistic {
  max-width: 240px;
  padding: 20px;
  margin: auto;
}
.statistic h2 {
  margin: 0;
  font-size: 1em;
}
.statistic span {
  font-size: 1.8em;
  display: block;
}
.statistic span.number {
  font-weight: 600;
}
.statistic span.string {
  font-weight: 300;
}
.statistic img.interactive-icon {
  width: 90px;
  padding-top: 20px;
}
.supported-by {
  font-size: 1.2em;
  margin: 50px 0 26px 0;
}
p.other-sponsors {
  font-size: 1em;
  font-weight: 300;
  max-width: 220px;
  margin: 26px auto 16px 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 {
  margin-left: 272px;
  padding-top: 32px;
}
#virtual-workshop-page .major-section {
  padding-top: 40px;
  border-top: 1px solid #d2d2d2;
  margin-bottom: 50px;
}
#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 {
  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 .time {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#virtual-workshop-page .time img {
  width: 30px;
  margin-left: 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 .download-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#virtual-workshop-page .download-link img {
  height: 16px;
  margin-left: 8px;
}
#virtual-workshop-page .video,
#virtual-workshop-page .sim,
#virtual-workshop-page .container-centered {
  display: flex;
  justify-content: center;
}
#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 .bold {
  font-weight: 600;
}
#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;
  margin-right: 20px;
}
#virtual-workshop-page ul.list-text {
  list-style: disc outside none;
  margin-left: 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;
  margin-right: 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 {
  display: flex;
  justify-content: center;
}
#virtual-workshop-page .google-form iframe {
  width: 640px;
  height: 1200px;
}
#virtual-workshop-page .subject-wrapper-vw {
  width: 161px;
  height: 161px;
  position: relative;
  margin: auto;
}
#virtual-workshop-page .subject-wrapper-vw a {
  cursor: default;
  text-decoration: none;
  color: black;
  display: block;
  width: 161px;
  height: 161px;
}
#virtual-workshop-page .subject-wrapper-vw a: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;
}
#virtual-workshop-page .subject-wrapper-vw:hover a:before,
#virtual-workshop-page .subject-wrapper-vw:focus-within a:before {
  filter: brightness(1.03);
  cursor: pointer;
  left: 0;
  top: 0;
  width: 121px;
  height: 121px;
  border-radius: 80px;
  transition: 0.2s linear;
}
#virtual-workshop-page .subject-wrapper-vw a:focus {
  outline: 2px solid grey;
}
#virtual-workshop-page .subject-wrapper-vw .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;
}
#virtual-workshop-page .subject-wrapper-vw .text:hover {
  cursor: pointer;
}
#virtual-workshop-page .subject-icon {
  margin: 0 auto;
  width: 58px;
  display: block;
  position: relative;
}
#virtual-workshop-page .subject-wrapper-vw .subject-icon:hover {
  cursor: pointer;
}
#virtual-workshop-page .subject-wrapper-vw a:before {
  background: #fff8cc;
}
#virtual-workshop-page #timeline .bar {
  position: absolute;
  top: 24px;
  right: 26px;
  width: 6px;
  z-index: 0;
}
#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-right: 10px;
  margin-top: 24px;
  position: relative;
  z-index: 10;
}
#virtual-workshop-page #timeline .sections p,
#virtual-workshop-page #timeline .sections h3 {
  margin-left: auto;
  color: #6c6c6c;
  text-align: right;
}
#virtual-workshop-page #timeline .sections h3 {
  margin-right: 10px;
  font-weight: 600;
}
#virtual-workshop-page #timeline .sections p {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 22px;
}
#virtual-workshop-page #timeline .item-li a {
  text-decoration: none;
}
#virtual-workshop-page #timeline .item {
  display: flex;
  align-items: center;
}
#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-right: 12px;
  margin-top: 7px;
  margin-bottom: 7px;
}
#virtual-workshop-page #timeline li:first-child .major-marker {
  margin: 0;
}
@media (min-width: 901px) {
  #virtual-workshop-page #virtual-workshop-left::-webkit-scrollbar {
    width: 0;
  }
}
@media (max-width: 900px) {
  #virtual-workshop-page #virtual-workshop-left {
    left: -194px;
    transition: left 0.5s;
    z-index: 10;
    background: rgba(255, 255, 255, 0.9);
  }
  #virtual-workshop-page #virtual-workshop-left #timeline button.open-close-button {
    position: absolute;
    width: 52px;
    right: 3px;
    background: transparent;
    border: none;
    cursor: pointer;
    display: block;
    z-index: 20;
  }
  #virtual-workshop-page #virtual-workshop-left #timeline button.close-button {
    display: none;
  }
  #virtual-workshop-page #virtual-workshop-left.open {
    left: -2px;
    width: 310px;
    border: 1px solid #6c6c6c;
    height: calc(100vh - 63px - 10px - 1px - 1px);
  }
  #virtual-workshop-page #virtual-workshop-left.open #timeline button.open-close-button {
    width: 40px;
    right: 1px;
    top: 23px;
    background: no-repeat center / 30% url("/_m/img/back-arrow-icon.png");
  }
  #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;
  }
  #virtual-workshop-page #virtual-workshop-left.open #timeline .bar {
    right: 56px;
  }
  #virtual-workshop-page #virtual-workshop-left.open #timeline .sections {
    margin-right: 40px;
  }
  #virtual-workshop-page #virtual-workshop-left.closed::-webkit-scrollbar {
    width: 0;
  }
  #virtual-workshop-page #virtual-workshop-right {
    margin-left: 40px;
  }
  #virtual-workshop-page #virtual-workshop-right ul.vw-table {
    flex-direction: column;
    justify-content: flex-start;
  }
  #virtual-workshop-page #virtual-workshop-right ul.vw-table ul.vw-table-column {
    margin-right: 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 .google-form iframe {
    height: 1240px;
  }
}
@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;
    margin-left: 0;
    margin-right: 20px;
    width: 40px;
  }
  #virtual-workshop-page #virtual-workshop-right .sim iframe {
    height: 290px;
  }
  #virtual-workshop-page #virtual-workshop-right .google-form iframe {
    height: 1550px;
  }
  #virtual-workshop-page #virtual-workshop-right .google-form iframe body {
    overflow-y: hidden;
  }
}
@media (max-width: 500px) {
  #virtual-workshop-page #virtual-workshop-right .text-with-icon.medium {
    align-items: flex-start;
  }
}
.subject-container {
  position: relative;
}
.subject-container .h3 {
  display: inline;
  padding-right: 10px;
}
.subject-container .h3 .see-more-button {
  text-decoration: none;
  color: black;
}
.subject-container .h3 .see-more-button svg {
  width: 20px;
  vertical-align: bottom;
  padding-bottom: 3px;
  padding-left: 7px;
  padding-right: 7px;
}
.subject-container .h3:hover {
  cursor: pointer;
}
.subject-container .h3:hover path {
  fill: #e01e5a;
}
.subject-container .film-strip {
  margin-left: -20px;
  margin-right: -20px;
}
.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;
  }
}
.partnerships-page {
  font-size: 16px;
  line-height: normal;
  font-family: 'Roboto', sans-serif;
}
.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;
  }
}
@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 .quote-list {
  display: flex;
  flex-wrap: wrap;
}
.partnerships-page .quote-list .quote-item {
  padding: 60px 40px;
  box-sizing: border-box;
  display: flex;
}
@media (min-width: 900px) {
  .partnerships-page .quote-list .quote-item {
    flex-basis: 50%;
  }
}
.partnerships-page .quote-list .quote-item img {
  height: 25px;
  margin-right: 20px;
}
.partnerships-page .quote-list .quote-item .quote {
  font-size: 1.125em;
}
.partnerships-page .quote-list .quote-item .attribution {
  margin-top: 20px;
  font-size: 0.875em;
}
.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;
}
.partnerships-page .action .icons .icon-button .button {
  text-transform: uppercase;
  color: rgb(82, 23, 100);
  background: transparent;
  text-decoration: none;
  border: 1px solid rgb(82, 23, 100);
  padding: 10px;
  display: flex;
  align-items: center;
  transition: color 0.2s, background 0.2s;
}
.partnerships-page .action .icons .icon-button .button img {
  width: 25px;
  height: 25px;
  display: inline-block;
  padding-right: 10px;
}
.partnerships-page .action .icons .icon-button .button:hover {
  color: #ffffff;
  background: rgb(82, 23, 100);
  transition: color 0.2s, background 0.2s;
}
