@charset "UTF-8";
@font-face {
  font-family: "grilledcheese";
  src: url("../fonts/gc.eot");
  src: url("../fonts/gc.eot?#iefix") format("embedded-opentype"),
    url("../fonts/gc.woff2") format("woff2"),
    url("../fonts/gc.woff") format("woff"),
    url("../fonts/gc.ttf") format("truetype");
}

body,
html {
  scroll-behavior: smooth;
  height: 100%;
  font-family: montserrat, sans-serif;
  font-weight: 400;
  line-height: normal;
  font-size: 14px;
  min-height: 640px;
}

.columns.menu {
  opacity: 0;
}

.content p.small {
  font-size: 13px;
  font-style: italic;
}

a {
  text-decoration: none;
}

a.anchor {
  display: block;
  position: relative;
  top: -250px;
  visibility: hidden;
}

.content a.zoom-link {
  background-color: #3683da;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  padding: 3px 10px 2px;
  margin: 6px 0;
  display: inline-block;
  border-radius: 6px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.1s;
  box-shadow: 0 3px 2px rgb(0 0 0 / 10%);
}

.updates p {
  line-height: 1.6;
}

em {
  font-family: montserrat;
  font-weight: bold;
}

.important-addition {
  padding: 0 20px 10px 20px;
  border: 1px solid #ffd69f;
  background-color: #fff4e6;
}

.logo:hover {
  transform: rotate(3deg);
  cursor: pointer;
}
.logo:active {
  transform: rotate(6deg);
}

.colorama {
  height: 15px;
  line-height: 0;
  overflow: hidden;
}

.colorama-segment {
  height: 15px;
  display: inline-block;
}

.special {
  background-color: #ffda9d;
  color: #333 !important;
  padding: 3px 8px;
  border-radius: 5px;
  margin-right: 4px;
  line-height: 30px;
  font-family: "Montserrat" !important;
  font-weight: bold;
}
.special:hover {
  opacity: 0.6;
}

.animal-list {
  margin-bottom: 10px;
  line-height: 26px;
  padding: 0 11px;
  display: inline-block;
}

.columns {
  display: inline-block;
  vertical-align: top;
}

table {
  margin: 30px 0;
}
table tr {
  border-top: 1px solid #ccc;
}
table td {
  padding: 6px 40px 6px 0;
  font-family: "Montserrat";
}

.gallery-box {
  overflow: hidden;
  position: relative;
}
.gallery-box:hover .gallery-open-all {
  display: block !important;
}

.photo-gallery {
  height: 130px;
  background-color: #eee;
  white-space: nowrap;
}
.photo-gallery .img-container {
  display: inline-block;
}
.photo-gallery .img-container:hover {
  cursor: pointer;
  opacity: 0.8;
}

.gallery-open-all {
  background-color: #000;
  color: #fff;
  font-family: "Montserrat";
  font-size: 13px;
  padding: 5px 14px;
  right: 0;
  font-weight: 100;
  position: absolute;
  z-index: 100;
  display: none;
  border: 2px solid #fff;
  border-width: 0 0 2px 2px;
}
.gallery-open-all:hover {
  opacity: 0.8;
}

.img-container-floating {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 15px;
  border: 10px solid #fff;
  border-width: 8px 8px 6px 8px;
  -webkit-box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.3);
}
.img-container-floating:hover {
  opacity: 0.8;
  cursor: pointer;
}

.gallerySetDivider {
  font-size: 20px;
  color: #999;
  border-bottom: 1px solid #999;
  padding: 0 5px 10px;
  margin: 30px 0;
  font-family: Montserrat, sans-serif;
}

.cover {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
  display: none;
  text-align: center;
}
.cover img {
  margin-top: 20px;
  display: inline-block;
}
.cover .img-box {
  height: 100%;
}
.cover .close-btn {
  width: 70px;
  height: 50px;
  border-radius: 8px;
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.8) url("../images/gallery/close-btn.png?123")
    no-repeat center center;
  background-size: 30px;
}
.cover .close-btn:hover {
  cursor: pointer;
  opacity: 0.6;
}
.cover .download-btn {
  width: 70px;
  height: 50px;
  border-radius: 8px;
  position: absolute;
  top: 80px;
  right: 20px;
  background: rgba(0, 0, 0, 0.8)
    url("../images/gallery/download-large-btn.png?123") no-repeat center center;
  background-size: 30px;
}
.cover .download-btn:hover {
  cursor: pointer;
  opacity: 0.6;
}

.container {
  text-align: center;
  padding-top: 50px;
  display: flex;
  justify-content: center;
}

.content ul li {
  margin-left: 20px;
  margin-bottom: 10px;
  line-height: 20px;
  font-size: 14px;
  list-style-type: disc;
  font-family: "Montserrat";
}

.logo {
  display: inline-block;
  width: 140px;
  height: 180px;
  background: url("../images/toy_lab_logo.png?123") no-repeat top right;
  background-size: 100%;
  margin: 0;
}

.content {
  text-align: left;
  max-width: 800px;
  padding: 20px;
}
.content p {
  margin-bottom: 10px;
  line-height: 22px;
  font-size: 14px;
  font-family: "Montserrat";
}
.content a {
  color: #1f83f7;
  font-family: "Montserrat";
}
.content a:hover {
  opacity: 0.8;
}
.content p.quicklinks a {
  background-color: #dbffe2;
  color: #000;
  padding: 3px 6px;
  border-radius: 5px;
  margin-right: 4px;
  line-height: 30px;
}
.content p.quicklinks a:hover {
  opacity: 0.6;
}
.content h1 {
  font-family: "grilledcheese";
  font-size: 52px;
  line-height: 62px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.content h1.syllabus:hover {
  font-size: 0;
}
.content h1.syllabus:hover::after {
  display: block;
  content: "Silly Bus 🚌";
  font-size: 52px;
}
.content h2 {
  font-family: "grilledcheese";
  font-size: 22px;
  color: #ccc;
}
.content h3 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
  margin-top: 20px;
}
.content h3.line-above {
  border-top: 1px solid #ccc;
  padding-top: 20px;
}
.content h4 {
  margin-top: -5px;
  margin-bottom: 20px;
  color: #ccc;
  font-size: 12px;
  text-transform: uppercase;
}
.content .sneaky-div {
  opacity: 0;
}
.content .sneaky-div:hover {
  cursor: pointer;
  opacity: 1;
}

.courseinfo img {
  margin-bottom: 20px;
}

.poster-img {
  max-width: 228px;
}
.poster-img:hover {
  opacity: 0.5;
}

.sketch2productphoto-img {
  vertical-align: top;
  width: 180px;
  border: 1px solid #ccc;
  margin-right: 5px;
  margin-bottom: 7px;
}
.sketch2productphoto-img:hover {
  opacity: 0.5;
}

h3.poster-animal {
  font-size: 30px;
  margin-top: 30px;
}

.thumbnail-results {
  margin-bottom: 30px;
}

.thumbnail-container {
  display: inline-block;
  border: 1px solid #333;
  margin-right: 15px;
  margin-bottom: 15px;
  vertical-align: top;
  width: 130px;
  height: 110px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
.thumbnail-container h3 {
  background-color: #333;
  position: absolute;
  bottom: 0px;
  color: #eee;
  width: 114px;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 100;
  padding: 8px;
}

.footer {
  padding-top: 20px;
  margin-top: 100px;
  border-top: 1px solid #ccc;
}

strong {
  font-family: "Montserrat";
  font-weight: bold;
}

.template-hide {
  display: none;
}

.toy16-image,
.toy16-description {
  vertical-align: middle;
  display: inline-block;
  max-width: 300px;
}

.toy16-image img {
  width: 300px;
}

.lab-instructors h5 {
  font-size: 16px;
  color: #000;
  font-size: 14px;
  margin-bottom: 5px;
  margin-top: 30px;
}
.lab-instructors .instructor,
.lab-instructors .mentor {
  width: 300px;
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
}
.lab-instructors .team {
  font-weight: bold;
  padding: 5px 14px 5px 0;
  text-transform: uppercase;
  display: inline-block;
}
.lab-instructors .team-time {
  float: right;
  font-family: "Montserrat";
  margin-left: 20px;
  padding: 5px 14px;
  background-color: #555;
}
.lab-instructors .staff-photo {
  width: 140px;
  height: 140px;
  background-size: 100%;
  display: inline-block;
  border-radius: 50%;
}
.lab-instructors .staff-photo:hover {
  cursor: pointer;
}
.lab-instructors .staff-row {
  margin-bottom: 30px;
}
.lab-instructors .staff-info {
  vertical-align: top;
  display: inline-block;
  font-size: 14px;
  margin-left: 10px;
  width: 200px;
}
.lab-instructors .staff-info .staff-title {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  color: #666;
}
.lab-instructors .staff-info .staff-email {
  font-size: 12px;
  margin-bottom: 3px;
}
.lab-instructors .staff-info .staff-name {
  font-size: 16px;
  margin-bottom: 3px;
}
.lab-instructors .staff-info .staff-toy {
  font-size: 12px;
  color: #aaa;
}

a.staff-portal-btn {
  font-family: Montserrat, sans-serif;
  color: #1f83f7;
  font-size: 14px;
}
a.staff-portal-btn:hover {
  color: #086adb;
}

table.schedule {
  min-width: 500px;
  max-width: 700px;
}

table.schedule tr td:nth-child(1) {
  width: 80px;
}
table.schedule tr td:nth-child(2) {
  width: 60px;
}
table.schedule tr td:nth-child(3) {
  width: 300px;
}

table.schedule strong,
table.lectures strong {
  text-transform: uppercase;
}
table.schedule tr,
table.lectures tr {
  border-top: 0 solid #fff;
}
table.schedule tr .spacer,
table.lectures tr .spacer {
  height: 20px;
}
table.schedule tr .date,
table.lectures tr .date {
  text-align: center;
}
table.schedule tr td:nth-child(1),
table.lectures tr td:nth-child(1) {
  padding: 0;
  text-align: center;
}
table.schedule tr td,
table.lectures tr td {
  padding: 10px;
}
table.schedule tr th,
table.lectures tr th {
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  padding: 6px 0 6px 10px;
}
table.schedule tr.bonus,
table.lectures tr.bonus {
  border-top: 4px solid #fff;
}
table.schedule tr.bonus td:nth-child(1),
table.lectures tr.bonus td:nth-child(1) {
  background-color: #ddd;
}
table.schedule tr.bonus td,
table.lectures tr.bonus td {
  background-color: #eee;
}
table.schedule tr.cotton,
table.lectures tr.cotton {
  border-top: 4px solid #fff;
}
table.schedule tr.cotton td:nth-child(1),
table.lectures tr.cotton td:nth-child(1) {
  background-color: #82d9ec;
}
table.schedule tr.cotton td,
table.lectures tr.cotton td {
  background-color: #a7e9f8;
}
table.schedule tr.cotton-bonus td:nth-child(1),
table.lectures tr.cotton-bonus td:nth-child(1) {
  background-color: #82d9ec;
}
table.schedule tr.cotton-bonus td,
table.lectures tr.cotton-bonus td {
  background-color: #d6f5fc;
}
table.schedule tr.candy,
table.lectures tr.candy {
  border-top: 4px solid #fff;
}
table.schedule tr.candy td:nth-child(1),
table.lectures tr.candy td:nth-child(1) {
  background-color: #ffc4e7;
}
table.schedule tr.candy td,
table.lectures tr.candy td {
  background-color: #ffdef1;
}
table.schedule tr.candy-bonus td:nth-child(1),
table.lectures tr.candy-bonus td:nth-child(1) {
  background-color: #ffc4e7;
}
table.schedule tr.candy-bonus td,
table.lectures tr.candy-bonus td {
  background-color: #fff2fa;
}
table.schedule tr.noclass td:nth-child(1),
table.lectures tr.noclass td:nth-child(1) {
  background-color: #ddd;
}
table.schedule tr.noclass td,
table.lectures tr.noclass td {
  background-color: #eee;
}
table.schedule .week-head td,
table.lectures .week-head td {
  padding-bottom: 6px !important;
  font-size: 16px !important;
  font-weight: 600;
  color: #ddd;
  text-transform: uppercase;
  text-align: left !important;
}
table.schedule .space-above,
table.lectures .space-above {
  border-top: 4px solid #fff;
}
table.schedule tr.birdie,
table.lectures tr.birdie {
  border-top: 4px solid #fff;
}
table.schedule tr.birdie td:nth-child(1),
table.lectures tr.birdie td:nth-child(1) {
  background-color: #ffecc6;
}
table.schedule tr.birdie td,
table.lectures tr.birdie td {
  background-color: #fff4de;
}

table.schedule tr.turnin,
table.lectures tr.turnin {
  border-top: 4px solid #fff;
}
table.schedule tr.turnin td:nth-child(1),
table.lectures tr.turnin td:nth-child(1) {
  background-color: #99ffad;
}
table.schedule tr.turnin td,
table.lectures tr.turnin td {
  background-color: #adffbe;
}
table.schedule tr.todo,
table.lectures tr.todo {
  border-top: 4px solid #fff;
}
table.schedule tr.todo td:nth-child(1),
table.lectures tr.todo td:nth-child(1) {
  background-color: #d0b0ed;
}
table.schedule tr.todo td,
table.lectures tr.todo td {
  background-color: #e1cdf4;
}

table.schedule tr.next-class,
table.lectures tr.next-class {
  border: 5px solid #333;
  animation: pulsate 1.5s ease-out;
  animation-iteration-count: infinite;
}
table.schedule tr.spring td,
table.lectures tr.spring td {
  background-color: #e0fae5;
  text-align: center;
  padding: 10px;
  font-weight: bold;
}

table.maillist tr.cotton td:nth-child(2),
table.maillist tr.candy td:nth-child(2) {
  padding-left: 40px;
}

.instructions ul {
  margin-left: 20px;
}

.instructions h2 {
  margin-top: 16px;
  color: #888981;
}

.instructions h2.page-title {
  font-family: montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #222222;
}

.instructions h3 {
}

.button-bar {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 10px;
}

.button-bar a.nav-button {
  border-radius: 6px;
  border: none;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.button-bar a.bgcolor1 {
  background-color: #d0021b;
  color: white;
}
.button-bar a.bgcolor2 {
  background-color: #f5a623;
  color: black;
}
.button-bar a.bgcolor3 {
  background-color: #f8e71c;
  color: black;
}
.button-bar a.bgcolor4 {
  background-color: #b8e986;
  color: black;
}
.button-bar a.bgcolor5 {
  background-color: #7ed321;
  color: black;
}
.button-bar a.bgcolor6 {
  background-color: #4a90e2;
  color: white;
}
.button-bar a.bgcolor7 {
  background-color: #941bff;
  color: white;
}
.button-bar a.bgcolor8 {
  background-color: #bd10e0;
  color: white;
}
.button-bar a.bgcolor9 {
  background-color: #f600a4;
  color: white;
}
.button-bar .button-left {
  float: left !important;
}

.button-bar .button-right {
  float: right !important;
}

.pin-name {
  font-weight: bold;
}

ul.indented {
  margin-left: 20px;
}

@keyframes pulsate {
  0% {
    border-color: #333;
  }
  50% {
    border-color: #aaa;
  }
  100% {
    border-color: #333;
  }
}
.mit-logo {
  height: 30px;
  width: 60px;
  background: url("../images/mit-logo.png?123") no-repeat top left;
  background-size: 100%;
  opacity: 0.3;
}
.mit-logo:hover {
  opacity: 0.8;
}

@media screen and (max-width: 735px) {
  .schedule-container {
    max-width: calc(100vw - 40px);
    overflow: scroll;
  }

  .container {
    justify-content: left;
  }
}
