.block-block-8 {
  float: right;
}

.new_badge {
  width: 79px;
  text-align: center;
  text-transform: uppercase;
  margin-right: 165px;
  background-color: gold;
  border-radius: 5px;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 950px) {
  .new_badge {
    display: none;
  }
}




pre {
  background-color: white;
}

div.toggle {
  margin-bottom: 18px;
}

div.control {
  display: none;
  float: right;
  font-size: 1.5em;
  font-weight: bold;
}

.project_back_link {
  font-weight: bold;
  float: right;
}

a.project_back_link:hover {
  text-decoration: none;
}

.node-type-project-page #main .jcell.content {
  padding-top: 0;
}


/* Project Overall Layout Flex */
  .jflexrow {
    width: 100%;
  }
  .jflexcell {
    /* flex: 1; */
    flex-basis: 49%;
    margin-bottom: 0;
  }


/* box-sizing: border-box */

  .rounded_box ul {
    margin-left: 0;
    padding-left: 1em;
  }

/* Project Main Page (which is a node) */

  .acknowledgement {
    text-align: center;
  }

  .driving_question {
    text-align: center;
    font-size: 1em;
  }

  .driving_question p {
    margin-bottom: 0.3em;
  }

  .driving_question h2 {
    margin: 0 0 0.2em 0;
    text-transform: uppercase;
  }

  .pbl_main .rounded_box h3 {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    text-align: center;
  }

  .rounded_box h2 {
    margin-top: 0;
  }

  .lesson_thumbnail {
    width: 100%;
    display: inline-block;
    text-align: center;
  }

  .lesson_thumbnail img {
    margin: auto;
    max-height: 150px;
    width: auto;
  }


/* Project Dashboard (home) Page */

.jtable.pbl_home .jrow .jcell.left {
  width: 32%;
}

.jtable.pbl_home .jrow .jcell.right {
  width: 66%;
}

.jtable.pbl_home .jrow .jcell.center {
  width: 2%;
}

.jtable.pbl_home .jrow .jcell.left h3 {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0.5em;
}

.rounded_box {
  width: 100%;
  display: inline-block;
  border-radius: 12px;
  background-color: #ffffff;
  height: 100%;
  margin-bottom: 1em;
}

.person_thumbnail img {
  margin-right: 1em;
  margin-bottom: 1em;
}

.page-projects h1.title {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1em;
  padding-bottom: 0;
}

.node-type-project h1,
.block-blossoms-pbl-pbl-navigation h1,
.block-blossoms-pbl-pbl-navigation h2 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
}

.block-blossoms-pbl-pbl-navigation h2 {
  margin-top: 0.3em;
}

.block-blossoms-pbl-pbl-navigation h1 a:hover,
.block-blossoms-pbl-pbl-navigation h2 a:hover {
  text-decoration: none;
}

.node-type-project-page #content {
  background-color: white;
  border: 0 solid red;
  border-radius: 16px;
  padding: 1.5em;
  margin-bottom: 4em;
}

.page-projects #main {
  background-color: #f4f4f4;
}

/* Landing Page */
/* Video Landing Page Tiles */
  .view-projects .views-row {
    display: block;
    width: 30%;
    line-height: 1.4em;
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
    min-width: 300px;
    height: 290px;
    max-height: 290px;
    max-width: 310px;
    cursor: pointer;
    font-size: 0.9em;
    box-sizing: border-box;
  }

  .view-projects img {
    object-fit: cover;
    width: 100%;
    height: auto;
    max-height: 150px;
  }

  .view-projects .views-row .title {
    padding: 1em;
    text-transform: uppercase;
  }

  .view-projects .views-row .body {
    padding: 1em 1em 2em 1em;
  }

  .view-projects .views-row .views-field-field-thumbnail {
    max-height: 150px !important;
    overflow: hidden;
    padding: 0;
  }

  .view-projects .views-row a:hover {
    text-decoration: none;
  }

  .views-projects .pager {
    clear: both;
  }

  @media (min-width: 700px) {
    .jflexrow {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
    }
    .jflexcell {
      margin-bottom: 1em;
    }

  }

  @media (max-width: 800px) {
    .node-type-project #main {
      background-image: none;
    }
    .jtable.pbl_home .jrow .jcell.left,
    .jtable.pbl_home .jrow .jcell.right {
      width: 100%;
    }
    .jtable.pbl_home .jrow .jcell.center {
      display: none;
    }
    .rounded_box.project_page {
      display: none;
    }
    .project_back_link {
      display: none;
    }

  }
