.moduleLink {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.moduleLink::after {
  content: ' >';
}
.features::after {
  content: "Features:";
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 12px;
  display: block;
}
.funding::after {
  content: "Funding:";
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 12px;
  display: block;
}
.guiding-phenomenon::after {
  content: "Guiding Phenomenon:";
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 15px;
  display: block;
}
.guiding-question::after {
  content: "Guiding Question:";
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 15px;
  display: block;
}
.engaging-phenomenon::after {
  content: "Engaging Phenomenon:";
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 15px;
  display: block;
}
.final-understand::after {
  content: "Final Understandings:";
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 15px;
  display: block;
}
.gq::before {
  content: "Guiding Question:";
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}
.lgp::after {
  content: "Learn.Genetics pod:";
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 15px;
  display: block;
}
.mgq::before {
  content: "Module Guiding Question:";
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}
.subsection {
  padding: 20px 0;
}
.subsection:nth-child(even) {
  background-color: rgb(240, 240, 240);
  margin: 0 -20px;
  padding: 20px;
}
.los::after {
  content: "Learning Objectives:";
  font-weight: 600;
}
.ccc {
  font-weight: 600;
  font-style: italic;
  color: #278a67;
}
.ccc::before {
  content: "Crosscutting Concept: ";
  font-style: normal;
  color: #333333;
}
.sp {
  font-weight: 600;
  font-style: italic;
  color: #3f4cb7;
}
.sp::before {
  content: "Science Practices: ";
  font-style: normal;
  color: #333333;
}
.estimated-time::after {
  content: "Estimated Time:";
  font-weight: 600;
}
.materials-needed::after {
  content: "Materials Needed:";
  font-weight: 600;
}
.suggested-implementation::after {
  content: "Suggested Implementation:";
  font-weight: 600;
}
.other-assessment::after {
  content: "Other Assessment Ideas:";
  font-weight: 600;
}
.discussion-points::after {
  content: "Discussion Points:";
  font-weight: 600;
}
.links::after {
  content: "Links:";
  font-weight: 600;
}
.indented {
  padding-left: 20px;
}
.indented2 {
  padding-left: 40px;
}
h4 {
  /*margin-top: 40px;*/
  font-weight: 600;
}
ol {
  padding-left: 16px;
}
.computer {
  font-size: 13px;
  font-style: italic;
  display: inline-block;
  margin-left: 30px;
  line-height: 23px;
  font-weight: 500;
}
.computer > svg {
  width:34px;
  height:20px;
  float:left;
}
.computer.required {
  fill: #6b6b6b;
  color: #4b4b4b;
}
.computer.optional {
  fill: #b1b1b1;
  color: #a6a6a6;
}
.computer.required::after {
  content: "student computers required";
  margin-left: 7px;
}
.computer.optional::after {
  content: "computer optional";
  margin-left: 7px;
}
.colorPrint > svg {
  width: 25px;
  height: 15px;
  transform: translateY(3px);
}
.colorPrint::after {
  content: "works best when printed in color";
  margin-left: 3px;
}
.nav > li > a.nav-w-icon {
  display: flex;
  align-items: center;
}
.nav-w-icon > svg {
  width: 29px;
  height: 17px;
  fill: #6b6b6b;
  margin-left: 20px;
}
.video-container {
  padding-top: 56.25%;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.video-container > iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
