@charset "UTF-8";
/* see header check  */
html {
  overflow-x: hidden !important; }

#main {
  padding: 0; }

body #homepage {
  width: 680px; }

body h1 {
  font-size: 35px; }

#main-nav {
  width: 960px;
  margin: auto;
  float: none;
  position: relative;
  padding: 0;
  overflow: visible; }
  #main-nav #homepage-link {
    float: left;
    width: 160px;
    background: url("/static/img/safety-town-logo.png?1c2cd638dc0e") no-repeat;
    height: 60px;
    text-indent: -9999px; }
  #main-nav > ul {
    float: left;
    width: 510px;
    text-align: center;
    padding: 0;
    margin: 0; }
    #main-nav > ul li {
      text-align: center;
      display: inline-block; }
      #main-nav > ul li a {
        line-height: 47px;
        text-decoration: none;
        padding: 0px 20px; }
      #main-nav > ul li a:hover {
        color: #eee838; }
      #main-nav > ul li a.current {
        color: #f2e600; }
  #main-nav .header-greeting {
    position: absolute;
    bottom: -30px;
    right: 0px;
    width: 520px;
    text-align: right;
    color: #666;
    padding-right: 5px; }
    #main-nav .header-greeting a {
      font-weight: bold;
      color: #c0148a;
      display: inline-block;
      line-height: inherit;
      padding: 0px;
      text-transform: none;
      margin-left: 15px;
      border-bottom: 1px solid white;
      transition: 0.2s;
      cursor: pointer; }

/* footer */
body .town-footer {
  height: auto; }
  body .town-footer .left > img {
    float: left; }
  body .town-footer .left > h4 {
    float: left;
    width: 255px;
    margin-left: 0px; }
  body .town-footer .footer-links {
    clear: both;
    padding-top: 20px; }
    body .town-footer .footer-links li:first-child {
      margin-left: 0px; }

.footer-bottom-strip {
  background: #13716E;
  padding: 10px 0px;
  color: white;
  clear: both;
  margin-top: 125px; }
  .footer-bottom-strip a {
    color: white; }

/* Typeahead */
.tt-menu p {
  margin: 0; }

.tt-dataset {
  background-color: #ffffff;
  border: 2px solid #188c88; }

.tt-suggestion {
  padding: 10px;
  border-bottom: 1px solid #EEE;
  cursor: pointer; }

.tt-suggestion:hover {
  background-color: #EEE; }

/* general */
#main {
  background-color: #2fc1b6; }

#search-box {
  position: relative;
  top: 8px;
  float: right; }
  #search-box form {
    background: #2fc1b6;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.3); }
  #search-box input[type="text"], #search-box input[type="search"] {
    background: transparent;
    border: 0px;
    display: block;
    float: left;
    width: 190px;
    height: 27px;
    color: white;
    padding-left: 5px; }
    #search-box input[type="text"]::-webkit-input-placeholder, #search-box input[type="search"]::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.4); }
    #search-box input[type="text"]:-moz-placeholder, #search-box input[type="search"]:-moz-placeholder {
      color: rgba(255, 255, 255, 0.4); }
    #search-box input[type="text"]::-moz-placeholder, #search-box input[type="search"]::-moz-placeholder {
      color: rgba(255, 255, 255, 0.4); }
    #search-box input[type="text"]:-ms-input-placeholder, #search-box input[type="search"]:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.4); }
  #search-box button {
    background: none;
    border: none;
    display: block;
    float: left; }

body.generic-page #page-header {
  padding: 30px 0px; }
  body.generic-page #page-header h1 {
    padding: 0px; }
  body.generic-page #page-header .rsbtn {
    margin: 0 auto;
    width: 1000px !important;
    padding-left: 10px; }
    body.generic-page #page-header .rsbtn a {
      margin-top: 10px; }
body.generic-page .body-content {
  padding-bottom: 120px;
  padding-top: 45px; }

.document-page {
  background: white;
  width: 100%;
  box-sizing: border-box; }
  .document-page #main {
    background: none;
    position: relative;
    margin-top: 1em; }
    .document-page #main .accordion-control .book-toc-icon {
      display: inline-block; }
  .document-page ul {
    padding: 0;
    margin: 0;
    margin-left: 15px;
    list-style-type: none;
    position: relative; }
    .document-page ul li {
      background: none;
      padding: 0; }
      .document-page ul li:before {
        content: "•";
        position: absolute;
        left: -10px; }
      .document-page ul li li {
        background: none;
        padding: 0; }
        .document-page ul li li:before {
          content: "-";
          position: absolute;
          left: -10px; }

.body-content .accordion-box table {
  border: 1px solid #ddd;
  max-width: 609px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd; }
  .body-content .accordion-box table thead {
    background-color: #f9f9f9; }
    .body-content .accordion-box table thead th {
      padding: 8px;
      line-height: 26px;
      border: 1px solid #ddd;
      font-weight: bold;
      border-bottom-width: 2px; }
  .body-content .accordion-box table tbody td {
    padding: 8px;
    line-height: 26px;
    border: 1px solid #ddd; }
.body-content .accordion-box ol {
  padding: 0;
  margin: 0;
  margin-left: 30px;
  list-style: inherit; }
  .body-content .accordion-box ol li {
    background: none;
    padding: 0; }
.body-content .accordion-box ul {
  padding: 0;
  margin: 0;
  margin-left: 15px;
  list-style-type: none;
  position: relative; }
  .body-content .accordion-box ul li {
    background: none;
    padding: 0; }
    .body-content .accordion-box ul li:before {
      content: "•";
      position: absolute;
      left: -10px; }
    .body-content .accordion-box ul li li {
      background: none;
      padding: 0; }
      .body-content .accordion-box ul li li:before {
        content: "-";
        position: absolute;
        left: -10px; }
.body-content .accordion-box .activity-plugin {
  width: 350px;
  height: 232px;
  margin-top: 20px;
  border: 3px solid #c0148a;
  color: black; }
  .body-content .accordion-box .activity-plugin .activity-plugin-details {
    color: #c0148a;
    text-decoration: underline; }
  .body-content .accordion-box .activity-plugin:hover {
    opacity: 0.8; }

section.results-box.container.body-content {
  margin-top: -160px; }

span.result-count {
  font-weight: bold;
  font-size: xx-large; }

.modal-bg {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 99;
  background: rgba(0, 0, 0, 0.7); }

.modal-container {
  position: relative;
  z-index: 999;
  width: 960px;
  background-color: white;
  border: 5px solid #2fc1b6;
  border-radius: 5px;
  top: 120px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  margin: auto;
  padding: 30px; }
  .modal-container h2 {
    font-size: 46px; }
  .modal-container > p {
    font-size: 16px;
    text-align: left; }

.bubble {
  transition: 0.1s;
  top: 0px;
  position: relative;
  text-decoration: none; }
  .bubble:hover {
    top: -3px; }

.clearfix {
  clear: both !important;
  float: none !important; }

.footer-links {
  padding: 0px;
  text-align: center; }
  .footer-links li {
    display: inline-block; }
    .footer-links li a {
      font-size: 16px;
      font-weight: 400; }
    .footer-links li a:hover {
      color: #eee838; }
    .footer-links li a.current {
      color: #f2e600; }

/* error pages */
body.error-page {
  background: #093533; }
  body.error-page h2 {
    text-align: center;
    color: #00bcd4;
    font-size: 40px; }
  body.error-page .message {
    text-align: center;
    color: white;
    font-size: large; }
  body.error-page .error-box {
    border: 5px solid rgba(158, 158, 158, 0.27);
    width: 831px;
    margin: 200px auto;
    padding: 2em; }
  body.error-page a, body.error-page a:visited {
    color: #c0148a; }
  body.error-page a:hover {
    color: #8b0066; }

/* landing page */
.hp-splash h2 {
  margin-left: 0px; }

#home-page .bubble {
  font-family: "Blackout_Midnight", Helvetica, Arial;
  font-size: 32px; }
  #home-page .bubble span {
    position: relative;
    top: 57px; }
#home-page .home-logo {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 10; }

/* transport info icons */
#transport-information {
  overflow: hidden; }
  #transport-information .container.group {
    padding-bottom: 0px; }
  #transport-information .bubble {
    display: block;
    float: left;
    width: 31%;
    margin: 1%;
    padding: 0px;
    height: 160px;
    background-size: 100% 100%;
    background-position: center; }
    #transport-information .bubble.bubble-face span {
      padding-left: 10px;
      padding-top: 20px;
      font-size: 30px; }
    #transport-information .bubble span {
      position: absolute;
      left: 0px;
      top: 50%;
      transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      /* IE 9 */
      -webkit-transform: translateY(-50%);
      /* Safari */
      width: 100%;
      box-sizing: border-box;
      color: #c0148a;
      font-family: "Blackout_Midnight", Helvetica, Arial;
      font-size: 35px;
      text-align: center;
      line-height: 35px;
      display: block;
      padding: 0px 25px; }

/* login page */
.login-map-container {
  display: block;
  margin-top: -10px; }

.modal-container.login-modal-container {
  width: 650px; }
  .modal-container.login-modal-container .form-box {
    float: left;
    width: 50%;
    box-sizing: border-box;
    text-align: left;
    margin-top: 20px; }
    .modal-container.login-modal-container .form-box .twitter-typeahead {
      display: block !important; }
    .modal-container.login-modal-container .form-box .form-help-text {
      font-size: small;
      visibility: hidden; }
      .modal-container.login-modal-container .form-box .form-help-text.show {
        visibility: visible; }
    .modal-container.login-modal-container .form-box input[type="text"], .modal-container.login-modal-container .form-box input[type="email"] {
      width: 100% !important;
      padding: 5px;
      box-sizing: border-box;
      border: 1px solid #ccc; }
    .modal-container.login-modal-container .form-box input[type="submit"] {
      float: right;
      text-transform: none;
      border-radius: 5px;
      padding: 5px 20px;
      transition: 0.1s; }
    .modal-container.login-modal-container .form-box.login {
      padding-right: 20px; }
    .modal-container.login-modal-container .form-box.register {
      border-left: 1px solid #f2e600;
      padding-left: 20px; }
    .modal-container.login-modal-container .form-box .tt-menu > * {
      max-height: 400px;
      overflow-y: auto; }

/* activities */
body .view-activities-main#main {
  background-color: white;
  padding-bottom: 233px !important;
  text-align: center; }
  body .view-activities-main#main .body-content {
    position: relative;
    box-sizing: border-box;
    padding: 0;
    padding-top: 20px; }
  body .view-activities-main#main #activity-filters {
    display: none !important; }
  body .view-activities-main#main #page-header h1 {
    padding: 0px;
    margin: 0px; }
  body .view-activities-main#main .view-switch-menu {
    position: absolute;
    left: 20px;
    top: -23px;
    margin: 0px;
    border: 0px; }
    body .view-activities-main#main .view-switch-menu button {
      width: auto;
      border: 3px solid white;
      border-radius: 5px;
      padding: 5px 20px;
      white-space: nowrap; }
  body .view-activities-main#main .change-year {
    background: #2fc1b6;
    position: absolute;
    right: 20px;
    top: -23px;
    margin: 0px;
    border: 0px;
    color: white;
    border: 3px solid white;
    border-radius: 5px;
    padding: 5px 20px;
    white-space: nowrap;
    width: auto;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    z-index: 2; }
  body .view-activities-main#main .town-map {
    border-bottom: 85px solid #9bd8f4; }
  body .view-activities-main#main .view-activities-section.map .town-map-container .town-map .town-map-info-bar {
    transition: 0.3s;
    width: 100%;
    bottom: -120px;
    opacity: 0;
    transition-delay: 0.8s;
    -ms-transform: translate(-50%, 100%);
    /* IE 9 */
    -webkit-transform: translate(-50%, 100%);
    /* Safari */
    transform: translate(-50%, 100%); }
    body .view-activities-main#main .view-activities-section.map .town-map-container .town-map .town-map-info-bar.visible {
      bottom: 0px;
      opacity: 1;
      transition-delay: 0s; }
  body .view-activities-main#main .activities-table {
    position: relative;
    width: 960px !important;
    background-color: white;
    margin: auto;
    padding: 0px;
    border: none;
    border-radius: 0px; }
    body .view-activities-main#main .activities-table p {
      display: block;
      font-size: 16px; }
    body .view-activities-main#main .activities-table hr {
      display: none; }
    body .view-activities-main#main .activities-table > div > * {
      float: left; }
    body .view-activities-main#main .activities-table .info-bar-stage {
      margin-right: 15px;
      width: 75px;
      background-color: #188c88;
      color: white;
      font-family: "Blackout_Midnight", Helvetica, Arial;
      padding: 5px 0; }
      body .view-activities-main#main .activities-table .info-bar-stage .small {
        font-size: 20px;
        text-align: center;
        margin: 5px; }
      body .view-activities-main#main .activities-table .info-bar-stage .big {
        font-style: normal;
        font-size: 40px;
        text-align: center;
        margin: 15px 0; }
    body .view-activities-main#main .activities-table .launch-activity {
      position: relative;
      padding: 0px;
      margin: 0px; }
      body .view-activities-main#main .activities-table .launch-activity .decoration-head {
        position: absolute;
        top: -15px;
        right: -15px; }
      body .view-activities-main#main .activities-table .launch-activity .activity-thumb {
        width: 180px;
        height: 110px;
        display: block; }
      body .view-activities-main#main .activities-table .launch-activity span {
        text-align: center;
        text-transform: none;
        font-size: 16px;
        display: block; }
    body .view-activities-main#main .activities-table .info-bar-details {
      margin-left: 30px;
      width: 515px;
      text-align: left; }
      body .view-activities-main#main .activities-table .info-bar-details p {
        font-size: 18px;
        color: #444;
        margin-top: 5px;
        height: 64px;
        margin-bottom: 10px; }
    body .view-activities-main#main .activities-table .info-bar-title {
      font-family: "Blackout_Midnight", Helvetica, Arial;
      color: #188c88;
      font-size: 28px;
      line-height: 1.2; }
    body .view-activities-main#main .activities-table .info-bar-handbook-link {
      font-size: 16px; }
    body .view-activities-main#main .activities-table .info-bar-subject-column {
      width: 130px;
      float: right; }
      body .view-activities-main#main .activities-table .info-bar-subject-column span {
        font-family: 18px;
        display: block;
        padding: 10px 0px;
        text-align: center;
        font-family: "Blackout_Midnight", Helvetica, Arial;
        color: white;
        margin-bottom: 2px; }
        body .view-activities-main#main .activities-table .info-bar-subject-column span.subject-passenger {
          background: #c0148a; }
        body .view-activities-main#main .activities-table .info-bar-subject-column span.subject-pedestrian {
          background: #2fc1b6; }
        body .view-activities-main#main .activities-table .info-bar-subject-column span.subject-on-wheels {
          background: #FFC800; }

.header-button-large {
  float: right;
  background: #c0148a;
  border-radius: 10px;
  width: 170px;
  padding: 10px 15px;
  margin-top: -13px;
  overflow: hidden;
  cursor: pointer;
  margin-left: 15px; }
  .header-button-large.teacher-index span, .header-button-large.activity-listing span {
    line-height: 40px; }
  .header-button-large * {
    color: white; }
  .header-button-large i {
    float: left;
    font-size: 30px;
    position: relative;
    top: 5px; }
  .header-button-large span {
    float: left;
    margin-left: 15px;
    width: 125px;
    font-weight: 300;
    font-size: 13px;
    line-height: 1.4; }

.stage-select-bar {
  padding: 10px 0px;
  overflow: hidden;
  float: left;
  width: 525px;
  padding-bottom: 5px; }
  .stage-select-bar .stage-select-active {
    background: #f2e600; }
  .stage-select-bar a {
    padding: 5px 20px;
    border: 1px solid #ccc;
    float: left;
    margin-right: -1px;
    font-weight: normal;
    color: #444;
    text-decoration: none; }
    .stage-select-bar a:hover {
      color: #188c88; }
    .stage-select-bar a:first-child {
      border-top-left-radius: 7px;
      border-bottom-left-radius: 7px; }
    .stage-select-bar a:last-child {
      border-top-right-radius: 7px;
      border-bottom-right-radius: 7px; }

.view-activities-section {
  opacity: 0; }

.activities-list {
  background-color: white;
  position: relative;
  margin-top: 22px !important; }
  .activities-list .info-bar-container {
    position: relative;
    padding: 25px 0px; }
    .activities-list .info-bar-container .clearfix {
      margin: 0px; }
    .activities-list .info-bar-container hr {
      display: block !important;
      width: 2500px;
      position: absolute;
      left: 50%;
      margin-left: -1250px;
      border: 0px;
      border-top: 3px solid #188c88;
      top: 0px;
      margin-top: 0px;
      margin-bottom: 0px; }
    .activities-list .info-bar-container .info-bar-wrapper {
      width: 960px;
      margin: auto; }
  .activities-list .list-divider {
    height: 3px;
    background: #188c88;
    display: block;
    margin-top: 0px; }
  .activities-list .decoration-head {
    display: none; }
  .activities-list .clearfix {
    margin-bottom: 35px; }

.list-divider {
  display: none;
  height: 45px;
  background-color: #2fc1b6;
  margin-top: -23px;
  width: 2500px;
  position: absolute;
  left: 50%;
  margin-left: -1250px; }

/* activity info page */
.activity-detail-page {
  background: white;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 10px 0 0 10px; }

.audio-player {
  margin-bottom: -1px;
  clear: both;
  height: 80px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 5px 10px; }
  .audio-player .title {
    text-decoration: underline;
    font-weight: bold; }
  .audio-player .attribution {
    font-size: small; }
  .audio-player .jplayer-player {
    clear: both; }
  .audio-player .control {
    font-size: 25px;
    padding: 5px;
    float: left; }
    .audio-player .control.download {
      float: right;
      font-size: 15px;
      text-decoration: none; }
      .audio-player .control.download i {
        font-size: 25px; }
      .audio-player .control.download span {
        top: -4px;
        position: relative;
        margin-left: 5px; }
  .audio-player .time {
    margin-top: 10px;
    font-size: small;
    float: left;
    line-height: 30px;
    width: 8em; }

.book-print-controls {
  float: right;
  width: 150px;
  text-align: center; }
  .book-print-controls p {
    margin-top: 0px;
    font-size: 14px;
    color: #444;
    text-align: center;
    line-height: 1.4;
    font-weight: bold; }
  .book-print-controls a {
    display: inline-block;
    font-size: 40px;
    margin: 0px 7px;
    cursor: pointer; }
    .book-print-controls a span {
      display: block;
      transition: 0.2s; }

.activity-plugin {
  height: 360px;
  background-color: rgba(255, 255, 255, 0.75);
  position: relative;
  margin-bottom: 30px;
  overflow: hidden; }
  .activity-plugin img {
    width: 100%; }
  .activity-plugin .activity-plugin-details {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    min-height: 100px;
    background: #d6d6d6;
    padding: 15px;
    padding-top: 12px;
    box-sizing: border-box; }
  .activity-plugin .activity-plugin-title {
    float: left;
    width: 60%;
    border: 0px;
    margin: 0px; }
  .activity-plugin .activity-plugin-summary {
    float: left;
    width: 60%;
    margin: 0px; }
  .activity-plugin a.activity-plugin-launch {
    position: absolute;
    bottom: -15px;
    right: -18px;
    width: 170px;
    height: 118px;
    margin: 0px;
    background-color: transparent;
    background-size: 100% 100%;
    background-image: url("../img/launch-button.png");
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    max-height: 93%;
    padding-top: 37px; }
    .activity-plugin a.activity-plugin-launch span {
      display: inline-block;
      color: white;
      transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      /* IE 9 */
      -webkit-transform: translateY(-50%);
      /* Safari */
      top: 50%;
      position: absolute;
      left: 0; }

.accordion-content .activity-plugin .activity-plugin-details {
  min-height: auto; }
.accordion-content .activity-plugin a.activity-plugin-launch {
  display: none; }
.accordion-content .activity-plugin .activity-plugin-summary {
  display: none; }

.launcher-plugin a {
  background: none;
  color: #c0148a;
  text-transform: none; }
  .launcher-plugin a:hover {
    background: none; }

.activity-subject-list {
  margin-bottom: 1.5em; }
  .activity-subject-list .subject-item {
    display: inline-block;
    font-family: 18px;
    padding: 10px;
    margin: 3px;
    text-align: center;
    font-family: "Blackout_Midnight", Helvetica, Arial;
    color: white; }
    .activity-subject-list .subject-item.subject-passenger {
      background: #c0148a; }
    .activity-subject-list .subject-item.subject-pedestrian {
      background: #2fc1b6; }
    .activity-subject-list .subject-item.subject-on-wheels {
      background: #FFC800; }

.wrapped-img-left {
  float: left;
  margin: 1em; }

.wrapped-img-right {
  float: right;
  margin: 1em; }

.h2-coloured {
  font-family: "proxima-nova", Helvetica, Arial;
  font-size: 25px;
  color: black;
  font-weight: bold;
  margin-bottom: 25px; }

h4 {
  color: #2fc1b6;
  font-size: 18px; }

.h3-coloured {
  border-bottom: 0px;
  font-size: 20px;
  color: #188c88; }

.accordion-box {
  padding: 15px;
  background: none;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  clear: both; }
  .accordion-box .accordion-content {
    margin-bottom: 0px auto;
    max-height: 0px;
    transition: all 0.3s;
    overflow: hidden; }
  .accordion-box .accordion-content.preview {
    max-height: 15em; }
  .accordion-box .accordion-content.open {
    margin-top: 10px;
    max-height: none; }
  .accordion-box .book-toc-icon {
    display: none; }

a.accordion-control {
  cursor: pointer;
  display: block;
  overflow: hidden;
  font-size: 18px;
  line-height: 26px;
  transition: 0.2s;
  padding: 2px; }
  a.accordion-control:hover {
    color: #444; }
  a.accordion-control .accordion-button-up {
    display: none; }
  a.accordion-control.open-control .accordion-button-up {
    display: block; }
  a.accordion-control.open-control .accordion-button-down {
    display: none; }

.accordion-control.full .accordion-button-up, .accordion-control.full .accordion-button-down {
  float: right;
  position: relative;
  width: 26;
  height: 26; }

.accordion-control.preview .accordion-button-up, .accordion-control.preview .accordion-button-down {
  color: white;
  text-align: center;
  margin: 0 auto;
  border: 3px;
  border-radius: 2px;
  padding: 1px;
  width: 3em;
  background: #c0148a;
  width: 24px;
  float: right;
  height: 24px; }

#welcome-student #page-header {
  background: white; }
#welcome-student .body-content {
  width: auto;
  padding: 0px;
  background: transparent;
  text-align: center;
  margin: 0 auto; }
#welcome-student .year-select-list {
  text-align: center;
  padding-bottom: 75px; }
  #welcome-student .year-select-list .year-select-item {
    width: 340px;
    height: 260px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    position: relative;
    margin: 15px 20px 20px;
    transform: scale(1);
    -ms-transform: scale(1);
    /* IE 9 */
    -webkit-transform: scale(1);
    /* Safari */
    transition: 0.1s; }
    #welcome-student .year-select-list .year-select-item:hover {
      transform: scale(1.025);
      -ms-transform: scale(1.025);
      /* IE 9 */
      -webkit-transform: scale(1.025);
      /* Safari */ }
    #welcome-student .year-select-list .year-select-item div {
      text-indent: -99999px; }
    #welcome-student .year-select-list .year-select-item#kindergarten-portal {
      background-image: url("../img/year-select-k.png"); }
    #welcome-student .year-select-list .year-select-item#year-1-2-portal {
      background-image: url("../img/year-select-1.png"); }
    #welcome-student .year-select-list .year-select-item#year-3-4-portal {
      background-image: url("../img/year-select-3.png");
      top: 22px;
      left: -3px; }
    #welcome-student .year-select-list .year-select-item#year-5-6-portal {
      background-image: url("../img/year-select-5.png");
      left: -9px; }

/* Profile */
#main .editing-buttons .cancel-button {
  margin-right: 10px; }

/* adding teacher link to activity modal boxes */
#simplebox-bottom {
  color: white; }
  #simplebox-bottom span.parents-modal-prompt {
    color: white;
    font-size: 16px; }
    #simplebox-bottom span.parents-modal-prompt a {
      font-weight: normal;
      color: white; }

.modal-container .close-dialog {
  position: absolute;
  right: -21px;
  top: -21px;
  background: none;
  border: none; }

/* gallery */
ul.gallery-list {
  padding: 1em 3em; }
  ul.gallery-list li {
    display: inline-block;
    vertical-align: middle;
    background: transparent;
    box-sizing: border-box;
    padding: 5px;
    width: 270px;
    height: 270px; }
  ul.gallery-list img {
    display: block;
    margin: 0 auto; }
  ul.gallery-list .gallery-link {
    display: block;
    position: relative;
    border: 5px solid #f0f0f0;
    border-radius: 5px; }
    ul.gallery-list .gallery-link .shadow {
      position: absolute;
      transition: 0.3s;
      top: 0px;
      left: 0px;
      background: rgba(0, 0, 0, 0.3);
      width: 100%;
      height: 100%;
      opacity: 0; }
    ul.gallery-list .gallery-link.hovered .shadow {
      opacity: 1; }

.gallery-slide {
  display: none; }
  .gallery-slide figcaption {
    padding: 10px 0;
    font-family: "proxima-nova", Helvetica, Arial;
    color: #c0148a;
    font-weight: bold; }
  .gallery-slide div {
    border: 5px solid white;
    margin: 0 auto; }
    .gallery-slide div.landscape {
      width: 100%; }
    .gallery-slide div.portrait {
      width: 45%; }
    .gallery-slide div a {
      display: none;
      position: absolute;
      left: 45%;
      background: white;
      color: #be008b;
      padding: 5px 15px;
      margin-top: -13px;
      overflow: hidden;
      cursor: pointer;
      transition: 0.2s;
      top: 33px; }
      .gallery-slide div a i {
        float: left;
        font-size: 27px;
        position: relative;
        top: 2px; }
      .gallery-slide div a span {
        float: left;
        margin-left: 10px;
        font-weight: 300;
        font-size: 13px;
        line-height: 2.4; }

.gallery-slide.active {
  display: block;
  width: 750px;
  margin: 3px auto; }
  .gallery-slide.active img {
    border: none;
    width: 100%; }
  .gallery-slide.active fieldset {
    background: white;
    margin: 0;
    padding: 0;
    border: none;
    margin-top: -5px; }

body .gallery-main {
  width: 940px; }
  body .gallery-main #simplebox {
    width: 880px; }
  body .gallery-main div#simplebox-top button#close-form-box {
    top: 3px;
    right: 73px; }
  body .gallery-main div#simplebox-top button#close-form-box.portrait {
    top: 3px;
    right: 286px; }

#simplebox #step-container .video-content i {
  display: inline-block;
  font-size: 16px;
  margin-left: 10px; }
#simplebox #step-container .video-content p.point-video-playlist {
  display: inline-block;
  font-size: 14px;
  margin: 0;
  margin-left: 10px; }
#simplebox #step-container .video-content object {
  width: 550px;
  height: 358px; }

#simplebox-left, #simplebox-right {
  color: white;
  font-size: 3em;
  font-weight: bolder;
  display: inline-block;
  height: 570px;
  vertical-align: top; }
  #simplebox-left span, #simplebox-right span {
    display: block;
    margin-top: 250px;
    cursor: pointer;
    font-family: "Blackout_Midnight", Helvetica, Arial; }

/* image floats */
#parents .body-content .filer_image {
  width: 100%;
  height: auto; }

.generic-page .block-link {
  color: #188c88;
  display: block;
  margin: 30px 0px;
  font-size: 20px; }
.generic-page .body-content {
  box-sizing: border-box;
  width: 1000px; }
.generic-page .decoration {
  margin: 20px; }
  .generic-page .decoration.float-left {
    float: left;
    margin-left: 0px; }
  .generic-page .decoration.float-top {
    margin-top: 0px; }
  .generic-page .decoration.float-right {
    float: right;
    margin-right: 0px; }

/* activity description */
.book-main .book-header {
  width: 1000px;
  background: white;
  padding-top: 60px;
  padding-bottom: 0px;
  box-sizing: border-box; }
.book-main .book-legend, .book-main icon-legend {
  position: relative;
  margin-top: 5px; }
  .book-main .book-legend .subject-legend, .book-main icon-legend .subject-legend {
    margin: 0;
    float: left; }
    .book-main .book-legend .subject-legend:last-child, .book-main icon-legend .subject-legend:last-child {
      margin-right: 0px; }
  .book-main .book-legend em, .book-main icon-legend em {
    float: left;
    margin: 2px 9px 0 0; }
  .book-main .book-legend .icon-legend, .book-main icon-legend .icon-legend {
    margin: 0;
    margin-top: 2px;
    float: left; }
  .book-main .book-legend dt, .book-main icon-legend dt {
    display: inline-block;
    vertical-align: middle;
    font-family: "proxima-nova", Helvetica, Arial; }
    .book-main .book-legend dt .book-toc-subject:before, .book-main icon-legend dt .book-toc-subject:before {
      display: block; }
  .book-main .book-legend dd, .book-main icon-legend dd {
    font-family: "proxima-nova", Helvetica, Arial;
    display: inline-block;
    margin: 0 1.2em 0 0.5em;
    line-height: 24px; }
  .book-main .book-legend .book-toc-subject:before, .book-main icon-legend .book-toc-subject:before {
    margin: 1px; }
.book-main .book-container {
  background: white;
  padding-bottom: 50px;
  width: 1000px;
  box-sizing: border-box; }
  .book-main .book-container #book-nav {
    float: left;
    width: 30%;
    box-sizing: border-box;
    position: relative;
    transition: 0.3s; }
  .book-main .book-container #sticky-nav.stuck {
    position: fixed;
    top: 0; }
  .book-main .book-container #sticky-nav.at-bottom {
    position: absolute;
    bottom: 0; }
  .book-main .book-container #nav-controls {
    position: absolute;
    z-index: 10; }
    .book-main .book-container #nav-controls .nav-control {
      cursor: pointer;
      position: absolute;
      top: 0;
      color: white;
      background: #c0148a;
      text-align: center;
      padding: 1px;
      border: 3px;
      border-radius: 2px;
      width: 24px;
      height: 24px;
      line-height: 24px;
      z-index: 10; }
      .book-main .book-container #nav-controls .nav-control.close {
        right: -24px; }
      .book-main .book-container #nav-controls .nav-control.hidden {
        opacity: 0; }
    .book-main .book-container #nav-controls.ready .nav-control {
      transition: 0.2s ease-out; }
    .book-main .book-container #nav-controls.stuck .nav-control {
      position: fixed; }
  .book-main .book-container #book-frame {
    position: relative;
    height: 1000px;
    float: left;
    border-left: 2px solid #878787;
    width: 70%;
    box-sizing: border-box;
    margin-bottom: 40px;
    transition: 0.3s; }
  .book-main .book-container .book-toc-link:hover {
    color: #188c88; }
  .book-main .book-container .book-toc-link.current {
    color: #c0148a;
    font-weight: 800; }
  .book-main .book-container .book-toc-link.current ~ ul {
    border-left: 5px solid #c0148a; }
  .book-main .book-container .book-toc-list-0 {
    padding: 0 0 4em 0; }
  .book-main .book-container .book-toc-entry-1 {
    font-family: "Blackout_Midnight", Helvetica, Arial;
    color: #188c88;
    font-size: 23px;
    line-height: 1.3;
    padding-bottom: 5px; }
  .book-main .book-container .book-toc-list-2 {
    padding: 0; }
  .book-main .book-container .book-toc-entry-2 {
    color: #444;
    font-weight: 600; }
  .book-main .book-container .book-toc-list-3 {
    margin-bottom: 10px;
    margin-left: -10px;
    margin-top: 3px; }
    .book-main .book-container .book-toc-list-3 span:first-child:before {
      margin-left: 0px; }
    .book-main .book-container .book-toc-list-3 li + span:before {
      margin-left: 0px; }
  .book-main .book-container .book-toc-entry-3 {
    color: #666;
    font-size: smaller; }
  .book-main .book-container span.book-toc-entry-3 {
    font-weight: 900; }
  .book-main .book-container .book-toc-list-3 .book-toc-item {
    list-style-type: square;
    color: #188c88; }
  .book-main .book-container .book-toc-list-3 .book-toc-item.has-icons {
    list-style-type: none; }
  .book-main .book-container .book-toc-list-4 {
    margin: 0; }
  .book-main .book-container .book-toc-entry-4 {
    font-size: smaller;
    color: #868686; }
  .book-main .book-container .book-toc-list-5 li a {
    font-size: smaller;
    color: #666; }
.book-main .book-toc-subject:before {
  margin-left: 5px; }
.book-main .book-toc-subject.passenger:before {
  content: url("/static/img/handbook-icon-passenger.png"); }
.book-main .book-toc-subject.pedestrian:before {
  content: url("/static/img/handbook-icon-pedestrian.png"); }
.book-main .book-toc-subject.on-wheels:before {
  content: url("/static/img/handbook-icon-wheels.png"); }

.book-toc-icon:before {
  color: #c0148a;
  padding: 0 8px 0 0; }
.book-toc-icon.digital:before {
  content: ""; }
.book-toc-icon.non-digital:before {
  content: ""; }

.activity-player-iframe {
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  padding: 0;
  border-radius: 8px;
  background-color: white; }

.book-page {
  text-align: left;
  padding-left: 30px; }

#print-header, #print-footer {
  display: none; }

#printer-frame {
  width: 1px;
  height: 1px;
  margin-left: -99999px; }

.cms_submenu-scroll-hint {
  display: none !important; }

.search-form-box input[type="search"], .search-form-box input[type="text"] {
  margin-right: 17px;
  padding: 4px; }

@media (max-width: 1100px) {
  #simplebox-ctr {
    left: 0 !important; } }

/*# sourceMappingURL=main-updated.css.map */
