/*************************************************************
VHS Custom CSS
*************************************************************/
/* CSS Document */
/*************************************************************
BEGIN Custom Overrides
*************************************************************/
/*
Generated with http://pikock.github.io/bootstrap-magic/2.3.2/app/index.html#!/editor
*/
/* line 5, ../scss/partials/_btn-primary.scss */
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

/* line 13, ../scss/partials/_btn-primary.scss */
.btn-group.mobile-scene-group .btn-primary.active {
  color: rgba(0, 0, 0, 0.75);
}

/* line 16, ../scss/partials/_btn-primary.scss */
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #074c86;
  background-image: -moz-linear-gradient(top, #075290, #064478);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#075290), to(#064478));
  background-image: -webkit-linear-gradient(top, #075290, #064478);
  background-image: -o-linear-gradient(top, #075290, #064478);
  background-image: linear-gradient(to bottom, #075290, #064478);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff075290', endColorstr='#ff064478', GradientType=0);
  border-color: #064478 #064478 #021b2f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #064478;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/* line 34, ../scss/partials/_btn-primary.scss */
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #fff;
  background-color: #064478;
  *background-color: #05365f;
}

/* line 43, ../scss/partials/_btn-primary.scss */
.btn-primary:active,
.btn-primary.active {
  /*background-color: #032847 \9;*/
  background-color: #97d1f7;
}

/* line 48, ../scss/partials/_btn-primary.scss */
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #064478;
}

/* line 51, ../scss/partials/_btn-primary.scss */
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

/* line 6, ../scss/partials/_overrides.scss */
.tooltip {
  -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.75));
  -moz-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.75));
  -ms-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.75));
  -o-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.75));
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.75));
}

/* line 14, ../scss/partials/_overrides.scss */
.tooltip > .tooltip-inner {
  background-color: #fff;
  color: #000;
}

/* line 19, ../scss/partials/_overrides.scss */
.tooltip.top > .tooltip-arrow {
  border-top-color: #fff;
}

/* line 23, ../scss/partials/_overrides.scss */
.tooltip.right > .tooltip-arrow {
  border-right-color: #fff;
}

/* line 27, ../scss/partials/_overrides.scss */
.tooltip.bottom > .tooltip-arrow {
  border-bottom-color: #fff;
}

/* line 31, ../scss/partials/_overrides.scss */
.tooltip.left > .tooltip-arrow {
  border-left-color: #fff;
}

/*************************************************************
Main VHS Custom CSS
*************************************************************/
/* line 4, ../scss/partials/_base.scss */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

/* line 8, ../scss/partials/_base.scss */
div.hover-crossfade {
  position: relative;
  width: 100%;
}

/* line 13, ../scss/partials/_base.scss */
img.a,
img.b {
  position: absolute;
  left: 0;
  top: 0;
}

/* line 20, ../scss/partials/_base.scss */
img.a {
  z-index: 10;
}

/* line 22, ../scss/partials/_base.scss */
m
.modal .modal-body:focus {
  outline-width: 0px;
  outline-style: solid;
  outline-color: #f1aa1e;
}

/* line 30, ../scss/partials/_base.scss */
.hide {
  display: none;
}

/* line 34, ../scss/partials/_base.scss */
.transparent-background {
  background-color: rgba(0, 0, 0, 0.7);
}

/* line 38, ../scss/partials/_base.scss */
.box-shadow {
  -webkit-box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.75);
}

/* line 44, ../scss/partials/_base.scss */
body.modal-open {
  overflow: hidden;
}

/* line 49, ../scss/partials/_base.scss */
a.link-wrapping {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-all;
  -ms-word-break: break-all;
  word-break: break-all;
  /* Adds a hyphen where the word breaks, if supported (No Blink), must do this in IE for wrap to work properly */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

/* line 64, ../scss/partials/_base.scss */
a.broken-link {
  background-color: #fff500 !important;
  color: #ff0004 !important;
}

/* line 69, ../scss/partials/_base.scss */
a.broken-link::after {
  content: " - Broken Link";
}

/* line 73, ../scss/partials/_base.scss */
a.missing-file-size {
  background-color: #f000ff !important;
  color: #000dff !important;
}

/* line 78, ../scss/partials/_base.scss */
a.missing-file-size::after {
  content: " - Missing File Size";
}

/* line 82, ../scss/partials/_base.scss */
.active-scene-name-bar {
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.05);
  color: #fff;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

/* line 92, ../scss/partials/_base.scss */
.active-scene-name-bar p {
  color: #fff;
  margin: 0;
}

/* line 97, ../scss/partials/_base.scss */
.resources-downloads {
  background-color: #f9ea99;
  border: 1px solid rgba(118, 118, 118, 0.5);
  height: calc(100% - 1px);
  /* height for Desktop */
  overflow-y: auto;
  text-align: left;
}

/* line 105, ../scss/partials/_base.scss */
.resources-downloads .notepad-background {
  background-image: url("../img/notebook-paper-repeat.png");
  background-position: 0px 14px;
  background-repeat: repeat-y;
  background-attachment: scroll;
  padding: 15px;
}

/* line 114, ../scss/partials/_base.scss */
.interactive-lg {
  /*display: block;*/
}

/* line 118, ../scss/partials/_base.scss */
.img-responsive {
  /*display: block;*/
  max-width: 100%;
  height: auto;
}

/*************************************************************
Modals
*************************************************************/
/* line 5, ../scss/partials/_modals.scss */
.modal {
  background-color: transparent;
}

/* line 9, ../scss/partials/_modals.scss */
.modal-header {
  background: #97d1f7 !important;
  border-bottom: 2px solid #5b7497 !important;
  border-radius: 6px 6px 0 0;
  height: auto;
  padding-left: 15px;
}

/* line 17, ../scss/partials/_modals.scss */
.modal-header h1,
.modal-header h2,
.modal-header h3,
.modal-header h4,
.modal-header h5,
.modal-header h6 {
  /*color: white !important;*/
  color: #1b232e !important;
  text-transform: capitalize;
}

/* line 28, ../scss/partials/_modals.scss */
.modal-header .close {
  /*color: rgba(191,135,25,1);*/
  color: #5b7497;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
}

/* line 34, ../scss/partials/_modals.scss */
.modal-header .close:hover {
  color: rgba(0, 0, 0, 0.4);
}

/* line 38, ../scss/partials/_modals.scss */
.modal .modal-body {
  background-color: white;
  min-height: 220px;
  max-height: 420px;
  overflow: auto;
  padding: 15px;
}

/* line 46, ../scss/partials/_modals.scss */
.modal-body h5 {
  font-weight: bold;
}

/* line 50, ../scss/partials/_modals.scss */
.modal-footer {
  background: #3183ab !important;
  border-top: 0px solid #5b7497 !important;
}

/* line 55, ../scss/partials/_modals.scss */
.activity-container {
  margin: 0 auto;
  text-align: center;
  position: relative;
}

/* line 61, ../scss/partials/_modals.scss */
img.current-view {
  border: 1px solid #767676;
  border-bottom: 0px;
}

/* line 66, ../scss/partials/_modals.scss */
.modal-body > img:first-child {
  margin-right: 10px;
  max-height: 200px;
  max-width: 150px;
}

/* line 72, ../scss/partials/_modals.scss */
.modal-body > p:last-child {
  text-align: center;
}

/* line 76, ../scss/partials/_modals.scss */
.modal-body > p:last-child > img {
  max-height: 35px;
}

/* line 80, ../scss/partials/_modals.scss */
.modal modal-help .modal-body {
  padding-left: 150px;
}

/* line 84, ../scss/partials/_modals.scss */
.modal-content .paul-head {
  /*float: left;*/
  position: absolute;
  bottom: -2px;
  left: 0px;
  z-index: 100000;
  pointer-events: none;
}

/*************************************************************
Top Nav
*************************************************************/
/* line 5, ../scss/partials/_nav-top.scss */
.upper-nav {
  background-color: #b7c2cb;
  border: 1px solid #767676;
  border-bottom-width: 0px;
  margin: 0 auto;
  height: 50px;
  width: 768px;
  padding-top: 2px;
  position: relative;
  z-index: 300;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

/* line 19, ../scss/partials/_nav-top.scss */
.upper-nav > div:first-child {
  display: table;
  width: 100%;
  height: 100%;
}

/* line 25, ../scss/partials/_nav-top.scss */
.upper-nav > div:first-child > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/* line 31, ../scss/partials/_nav-top.scss */
.scene-container {
  z-index: 200;
  overflow: hidden;
  position: relative;
  height: 432px;
  width: 770px;
  margin: 0 auto;
}

/*************************************************************
Carousel/Bottom Slide Nav
*************************************************************/
/* line 4, ../scss/partials/_carousel.scss */
#body #thumbCarousel > a.left carousel-control,
#body #thumbCarousel > a.right carousel-control {
  text-decoration: none !important;
}

/* line 9, ../scss/partials/_carousel.scss */
#thumbCarousel {
  margin: 0px 70px;
}

/* line 13, ../scss/partials/_carousel.scss */
.carousel-inner {
  overflow: hidden;
}

/* line 17, ../scss/partials/_carousel.scss */
.carousel-inner {
  overflow: visible;
}

/* line 21, ../scss/partials/_carousel.scss */
.slider-navigation {
  background-color: #b7c2cb;
  border: 1px solid #767676;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  margin: 0 auto;
  height: 80px;
  width: 768px;
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 300;
}

/* line 36, ../scss/partials/_carousel.scss */
a.thumbnail,
a.thumbnail:hover,
a.thumbnail:focus {
  background-color: transparent;
  box-shadow: none;
  color: transparent;
  border: 0px !important;
  padding: 0px;
}

/* line 46, ../scss/partials/_carousel.scss */
.carousel-control {
  background: #0b2875;
  color: #fff !important;
  font-weight: 300;
  text-decoration: none !important;
  top: calc(50% - (25px/2));
}

/* line 54, ../scss/partials/_carousel.scss */
#thumbCarousel > .carousel-control.left {
  left: -65px;
  top: 40%;
  border: 0px;
  opacity: .7;
  text-decoration: none;
  background-image: url(../img/btn-arrow-left.png);
  background-repeat: no-repeat;
  background-origin: content-box;
  background-color: transparent;
  height: 60px;
  width: 60px;
}

/* line 68, ../scss/partials/_carousel.scss */
#thumbCarousel > .carousel-control.right {
  right: -65px;
  top: 40%;
  border: 0px;
  opacity: .7;
  text-decoration: none;
  background-image: url(../img/btn-arrow-right.png);
  background-repeat: no-repeat;
  background-origin: content-box;
  background-color: transparent;
  height: 60px;
  width: 60px;
}

/* line 82, ../scss/partials/_carousel.scss */
#thumbCarousel > a.carousel-control,
#thumbCarousel > a.carousel-control:hover {
  text-decoration: none !important;
}

/* line 87, ../scss/partials/_carousel.scss */
#thumbCarousel.carousel > .carousel-indicators {
  position: absolute;
  top: 95px;
  right: calc(50% - 20px);
}

/* line 93, ../scss/partials/_carousel.scss */
.carousel-indicators .active {
  background-color: #f1aa1e;
  cursor: default;
}

/* line 98, ../scss/partials/_carousel.scss */
.carousel-indicators li {
  background-color: #f1aa1e;
  background-color: rgba(241, 170, 30, 0.5);
  cursor: pointer;
}

/*************************************************************
Clickable Objects
*************************************************************/
/* line 5, ../scss/partials/_clickable-objects.scss */
.clickable-object {
  cursor: pointer;
  position: absolute;
  transition: all .3s ease-in-out;
  transform: scale(0.6);
  opacity: 0;
  z-index: 200;
}

/* line 14, ../scss/partials/_clickable-objects.scss */
.clickable-object:hover, .clickable-object:focus {
  /*transform: scale(1.2);*/
  transform: scale(1);
  opacity: 1;
}

/* line 20, ../scss/partials/_clickable-objects.scss */
.clickable-object.hover, .clickable-object:focus {
  /*transform: scale(1.2);*/
  transform: scale(1);
  opacity: 1;
}

/* line 26, ../scss/partials/_clickable-objects.scss */
.clickable-object.btn-help {
  top: -5px;
  right: -15px;
  opacity: 1 !important;
  z-index: 250;
}

/* line 33, ../scss/partials/_clickable-objects.scss */
.non-clickable-object {
  position: absolute;
}

/* line 37, ../scss/partials/_clickable-objects.scss */
.scene-subcontainer {
  display: none;
  position: absolute;
  height: 432px;
  width: 768px;
}

/* line 44, ../scss/partials/_clickable-objects.scss */
.scene-subcontainer.active {
  display: block;
}

/* line 48, ../scss/partials/_clickable-objects.scss */
.wscc-btn,
.resources-btn,
.map-btn,
.download-btn,
.begin-btn {
  cursor: pointer;
}

/* line 56, ../scss/partials/_clickable-objects.scss */
.begin-btn {
  margin-bottom: 25px;
  margin-top: 20px;
}

/* line 61, ../scss/partials/_clickable-objects.scss */
.scene-thumb {
  cursor: pointer;
  position: relative;
  border-width: 6px;
  border-radius: 6px;
  border-style: solid;
  border-color: transparent;
  height: 68px;
  width: 88px;
  transition: all .3s ease-in-out;
  transform: scale(1);
}

/*a:focus > .scene-thumb,*/
/* line 75, ../scss/partials/_clickable-objects.scss */
a:hover > .scene-thumb,
.scene-thumb:hover {
  transform: scale(1.1);
  border-color: #F9C238;
  z-index: 10000;
}

/* line 87, ../scss/partials/_clickable-objects.scss */
a.active .scene-thumb {
  border-color: #00FF00;
}

/* line 91, ../scss/partials/_clickable-objects.scss */
#scene_wscc .close,
#scene_map .close {
  color: #fff;
}

/* line 96, ../scss/partials/_clickable-objects.scss */
.wscc-btn {
  left: 5px;
  z-index: 1020;
}

/* line 101, ../scss/partials/_clickable-objects.scss */
.map-btn {
  right: 5px;
  z-index: 1020;
}

/* line 106, ../scss/partials/_clickable-objects.scss */
#scene_map {
  border: 1px solid #767676;
  -webkit-animation: cssAnimation-fadeIn 0.5s 1 ease-in-out;
  -moz-animation: cssAnimation-fadeIn 0.5s 1 ease-in-out;
  -o-animation: cssAnimation-fadeIn 0.5s 1 ease-in-out;
  z-index: 1010;
}

/* line 114, ../scss/partials/_clickable-objects.scss */
#scene_map_subcontainer {
  -webkit-animation: cssAnimation-zoomIn 0.75s 1 ease-in-out;
  -moz-animation: cssAnimation-zoomIn 0.75s 1 ease-in-out;
  -o-animation: cssAnimation-zoomIn 0.75s 1 ease-in-out;
  animation: cssAnimation-zoomIn 0.75s 1 ease-in-out;
}

/* line 121, ../scss/partials/_clickable-objects.scss */
#scene_wscc {
  border: 1px solid #767676;
  -webkit-animation: cssAnimation-fadeIn 0.5s 1 ease-in-out;
  -moz-animation: cssAnimation-fadeIn 0.5s 1 ease-in-out;
  -o-animation: cssAnimation-fadeIn 0.5s 1 ease-in-out;
  animation: cssAnimation-fadeIn 0.5s 1 ease-in-out;
  z-index: 1010;
}

/* line 130, ../scss/partials/_clickable-objects.scss */
#scene_wscc_subcontainer {
  -webkit-animation: cssAnimation-zoomIn 0.75s 1 ease-in-out;
  -moz-animation: cssAnimation-zoomIn 0.75s 1 ease-in-out;
  -o-animation: cssAnimation-zoomIn 0.75s 1 ease-in-out;
  animation: cssAnimation-zoomIn 0.75s 1 ease-in-out;
}

/*************************************************************
Conversation Modals
*************************************************************/
/* line 5, ../scss/partials/_modals-conversation.scss */
.modal.conversation > .modal-body > div {
  /*border-bottom: 1px solid rgba(164,164,164,1.00);*/
  padding: 10px;
  position: relative;
  min-height: 125px;
}

/* line 12, ../scss/partials/_modals-conversation.scss */
.modal.conversation > .modal-body > div:last-child {
  border-bottom: none;
}

/* line 16, ../scss/partials/_modals-conversation.scss */
.modal.conversation > .modal-body > div > p {
  position: relative;
  top: 0px;
  margin-left: 160px;
}

/* line 22, ../scss/partials/_modals-conversation.scss */
.modal.conversation > .modal-body > div:nth-child(odd) > p {
  margin-left: 0px;
  margin-right: 160px;
}

/* SCENE SETUP */
/* line 28, ../scss/partials/_modals-conversation.scss */
.modal.conversation > .modal-body > div:first-child > p {
  margin-left: 0px;
  margin-right: 0px;
}

/* line 33, ../scss/partials/_modals-conversation.scss */
.modal.conversation > .modal-body > div > img:first-child {
  width: 120px;
  height: auto;
}

/* line 38, ../scss/partials/_modals-conversation.scss */
.character-badge-container > img {
  width: 24%;
  max-width: 100px;
}

/*************************************************************
Animate Clickable Objects
*************************************************************/
@-webkit-keyframes cssAnimation-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes cssAnimation-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes cssAnimation-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cssAnimation-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes cssAnimation-zoomIn {
  from {
    -webkit-transform: scale(0.001);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cssAnimation-zoomIn {
  from {
    -moz-transform: scale(0.001);
  }
  to {
    -moz-transform: scale(1);
  }
}
@-o-keyframes cssAnimation-zoomIn {
  from {
    -o-transform: scale(0.001);
  }
  to {
    -o-transform: scale(1);
  }
}
@keyframes cssAnimation-zoomIn {
  from {
    transform: scale(0.001);
  }
  to {
    transform: scale(1);
  }
}
/* line 45, ../scss/partials/_animations.scss */
.drawAttention {
  -webkit-animation: cssAnimation-drawAttention .75s 3 ease-in-out;
  -moz-animation: cssAnimation-drawAttention .75s 3 ease-in-out;
  -o-animation: cssAnimation-drawAttention .75s 3 ease-in-out;
  animation: cssAnimation-drawAttention .75s 3 ease-in-out;
}

@-webkit-keyframes cssAnimation-drawAttention {
  0% {
    -webkit-transform: scale(0.6);
  }
  50% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.6);
  }
}
@-moz-keyframes cssAnimation-drawAttention {
  0% {
    -moz-transform: scale(0.6);
  }
  50% {
    -moz-transform: scale(1);
  }
  100% {
    -moz-transform: scale(0.6);
  }
}
@-o-keyframes cssAnimation-drawAttention {
  0% {
    -o-transform: scale(0.6);
  }
  50% {
    -o-transform: scale(1);
  }
  100% {
    -o-transform: scale(0.6);
  }
}
@keyframes cssAnimation-drawAttention {
  0% {
    transform: scale(0.6);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.6);
  }
}
/*************************************************************
Pad of Paper - Scene Navigation
*************************************************************/
/* line 5, ../scss/partials/_nav-notepad.scss */
.pad-of-paper::before {
  content: url(../img/notepad-bg-top.png);
  position: relative;
  z-index: 0;
  left: 0px;
  top: 2px;
  padding: 0px;
  margin: 0px;
  height: 24px;
}

/* line 16, ../scss/partials/_nav-notepad.scss */
.pad-of-paper {
  font-size: 10px;
  height: auto;
  width: 125px;
  position: absolute;
  bottom: -30px;
  right: 8px;
  z-index: 300;
  /*
  transition: all .3s ease-in-out;
  opacity: 0.75;
  */
}

/* line 30, ../scss/partials/_nav-notepad.scss */
.pad-of-paper:hover {
  /*
  opacity: 1;
  transition: opacity .3s ease-in-out;
  */
}

/* line 37, ../scss/partials/_nav-notepad.scss */
.pad-of-paper::after {
  content: url(../img/notepad-bg-btm.png);
  position: relative;
  z-index: 0;
  left: 0px;
  top: -27px;
  padding: 0px;
  margin: 0px;
  height: 2px;
}

/* line 48, ../scss/partials/_nav-notepad.scss */
.pad-of-paper > ul {
  /*background-color: rgba(204,193,92,0.70);*/
  background-image: url(../img/notepad-bg-repeat.png);
  background-repeat: no-repeat;
  background-repeat: repeat-y;
  background-position: top left;
  min-height: 125px;
  height: auto;
  margin: 0;
  padding: 0px;
  position: relative;
  top: -11px;
}

/* line 62, ../scss/partials/_nav-notepad.scss */
.pad-of-paper > ul > li:hover,
.pad-of-paper > ul > li.hover {
  cursor: pointer;
  background-color: yellow;
  transform: scale(1.25) translate(-5px, -2px);
}

/* line 69, ../scss/partials/_nav-notepad.scss */
.pad-of-paper > ul > li {
  list-style-type: none;
  text-align: left;
  margin: 2px 2px 2px 3px;
  position: relative;
  transition: all .3s ease-in-out;
}

/* line 77, ../scss/partials/_nav-notepad.scss */
.pad-of-paper > ul > li > span {
  pointer-events: none;
  line-height: 11px;
  display: table-cell;
  padding: 0px;
  margin: 0px;
  border: 0px;
}

/* line 86, ../scss/partials/_nav-notepad.scss */
.pad-of-paper > ul > li span:nth-of-type(2) {
  padding-left: 5px;
  padding-bottom: 2px;
  padding-top: 2px;
}

/* line 92, ../scss/partials/_nav-notepad.scss */
.pad-of-paper > ul > li > span.check-mark {
  background-image: url(../img/blank.png);
  background-repeat: no-repeat;
  background-position: left top;
  height: 12px;
  width: 14px;
}

/* line 100, ../scss/partials/_nav-notepad.scss */
.pad-of-paper > ul > li > span.check-mark.visted {
  background-image: url(../img/check-mark.png);
}

/* line 104, ../scss/partials/_nav-notepad.scss */
.pad-of-paper > ul > li:last-child {
  padding-bottom: 5px;
}

/*************************************************************
WSCC
*************************************************************/
/* line 5, ../scss/partials/_wscc.scss */
#scene_16-health-education {
  /*background-color: rgba(255,0,4,0.50);
  opacity: 1;
  clip-path: polygon(0 0, 0 100, 100 0, 100 100);*/
  /*clip-path: polygon(50% 1%, 76% 8%, 96% 15%, 95% 65%, 76% 50%, 50% 47%, 27% 51%, 6% 69%, 8% 22%, 29% 9%);*/
}

/* line 12, ../scss/partials/_wscc.scss */
div.wscc-box {
  /*
  background: rgb(255,255,255);
  background: -moz-linear-gradient(-45deg, rgba(255,255,255,0.5) 0%, rgba(133,212,236,0.5) 49%, rgba(133,212,236,0.5) 49%, rgba(42,170,194,0.5) 50%, rgba(16,137,155,0.5) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(255,255,255,0.5) 0%,rgba(133,212,236,0.5) 49%,rgba(133,212,236,0.5) 49%,rgba(42,170,194,0.5) 50%,rgba(16,137,155,0.5) 100%);
  background: linear-gradient(135deg, rgba(255,255,255,0.5) 0%,rgba(133,212,236,0.5) 49%,rgba(133,212,236,0.5) 49%,rgba(42,170,194,0.5) 50%,rgba(16,137,155,0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#10899b',GradientType=1 );	
  */
  background: white;
  background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.25) 0%, rgba(26, 152, 171, 0.45) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.25) 0%, rgba(26, 152, 171, 0.45) 100%);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.25) 0%, rgba(26, 152, 171, 0.45) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#32b1cb',GradientType=1 );
  border: 1px solid #FCD70C;
  font-size: 10px;
  position: absolute;
  top: 40px;
  left: 10px;
  width: 210px;
}

/* line 34, ../scss/partials/_wscc.scss */
div.wscc-box > h4 {
  background: #fcd70c;
  background: -moz-linear-gradient(-45deg, #fcd70c 49%, #fcd70c 49%, #fdc530 50%);
  background: -webkit-linear-gradient(-45deg, #fcd70c 49%, #fcd70c 49%, #fdc530 50%);
  background: linear-gradient(135deg, #fcd70c 49%, #fcd70c 49%, #fdc530 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcd70c', endColorstr='#fdc530',GradientType=1 );
  margin-top: 0px;
}

/* line 43, ../scss/partials/_wscc.scss */
div.wscc-box > ul {
  margin-right: 10px;
  text-align: left;
}

/*************************************************************
Welcome
*************************************************************/
/* line 5, ../scss/partials/_welcome.scss */
.mobile-welcome {
  background-image: url(../img/welcome-mobile-background.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100vh - 160px);
  width: 100vw;
  position: relative;
  left: -8px;
}

/* line 15, ../scss/partials/_welcome.scss */
.mobile-welcome h1 {
  color: #075290;
  font-family: serif;
  font-size: 24pt;
  font-weight: 500;
  text-align: left;
  position: absolute;
  top: 20px;
  right: 100px;
  z-index: 1000;
}

/* line 27, ../scss/partials/_welcome.scss */
.mobile-welcome h1 span:first-child {
  font-size: 24pt;
}

/* line 31, ../scss/partials/_welcome.scss */
.mobile-welcome .visit {
  position: absolute;
  top: 10px;
  right: 10px;
  height: auto;
  width: 42vw;
}

/* line 39, ../scss/partials/_welcome.scss */
.mobile-welcome .principal-paul {
  position: absolute;
  bottom: 20px;
  left: 5px;
  width: 40vw;
}

/* line 46, ../scss/partials/_welcome.scss */
.mobile-welcome .begin-btn {
  position: absolute;
  bottom: 70px;
  left: calc(50vw - (155px/2));
  pointer-events: auto;
}

/********************************************************************************

					Styles for Conversation Speech bubbles

********************************************************************************/
/* line 7, ../scss/partials/_speech-bubble.scss */
.bubble {
  position: absolute;
  width: auto;
  height: auto;
  padding: 15px;
  background: #FFFFFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 15px;
  border: #964541 solid 2px;
  color: #323232;
  text-align: left;
  -webkit-box-shadow: -2px 2px 10px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -2px 2px 10px 2px rgba(0, 0, 0, 0.5);
  box-shadow: -2px 2px 10px 2px rgba(0, 0, 0, 0.5);
}

/* line 24, ../scss/partials/_speech-bubble.scss */
.bubble.pointer-left-top {
  position: relative;
  top: 0px;
  margin-left: 160px;
  margin-right: 0;
}

/* line 31, ../scss/partials/_speech-bubble.scss */
.bubble.pointer-right-top {
  position: relative;
  top: 0px;
  margin-left: 0;
  margin-right: 160px;
}

/* line 38, ../scss/partials/_speech-bubble.scss */
.conversation-container > div.clearfix > img:first-child {
  max-width: 120px !important;
  height: auto;
}

/* line 43, ../scss/partials/_speech-bubble.scss */
.conversation-container > div.clearfix {
  padding: 15px;
}

/* line 47, ../scss/partials/_speech-bubble.scss */
.conversation-container img {
  position: sticky;
  top: 0px;
}

/* line 52, ../scss/partials/_speech-bubble.scss */
.conversation-container .avatar-container {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 10;
}

/* line 59, ../scss/partials/_speech-bubble.scss */
.avatar-container.pull-left::after {
  content: url(images/speech-arrow-left.png);
  position: relative;
  top: 15px;
  left: -5px;
  z-index: 20;
}

/* line 67, ../scss/partials/_speech-bubble.scss */
.avatar-container.pull-right::after {
  content: url(images/speech-arrow-right.png);
  position: relative;
  top: 15px;
  left: 4px;
  z-index: 20;
}

/* line 75, ../scss/partials/_speech-bubble.scss */
.conversation-container .avatar-container img:first-child {
  max-width: 120px !important;
  height: auto;
  position: relative;
}

/*
.conversation-container .avatar-container.pull-left img.arrow {
	position: relative;
	top: 15px;
	left: -5px;
	z-index: 20;
}
*/
/* line 93, ../scss/partials/_speech-bubble.scss */
.bubble > p,
.bubble > span,
.bubble > li {
  line-height: 18px;
}

/* line 99, ../scss/partials/_speech-bubble.scss */
.bubble.pointer-left-center,
.bubble.pointer-right-center,
.bubble.pointer-left-btm,
.bubble.pointer-right-btm,
.bubble.pointer-left-top,
.bubble.pointer-right-top {
  min-height: 55px;
}

/*************************************************************
Desktop Only
*************************************************************/
@media screen and (min-width: 768px) {
  /* line 6, ../scss/partials/_desktop-only.scss */
  .interactive-sm {
    display: none;
  }

  /* line 9, ../scss/partials/_desktop-only.scss */
  .activity-container {
    margin-left: -18px;
  }
}
/*************************************************************
Mobile Only
*************************************************************/
/* line 5, ../scss/partials/_mobile-only.scss */
.interactive-lg, .interactive-sm {
  /*margin-bottom: 50px;*/
}

@media screen and (max-width: 767px) {
  /* line 10, ../scss/partials/_mobile-only.scss */
  .interactive-sm {
    display: block;
  }

  /* line 14, ../scss/partials/_mobile-only.scss */
  .interactive-lg {
    display: none;
  }

  /* line 22, ../scss/partials/_mobile-only.scss */
  .mobile-top-nav .btn {
    padding: 10px 0;
  }

  /* line 26, ../scss/partials/_mobile-only.scss */
  .active-scene-name-bar {
    background-color: rgba(11, 40, 117, 0.7);
    background-color: rgba(7, 82, 144, 0.7);
    border: none;
    font-size: 20px;
    padding: 5px 0px;
    top: 1px;
  }

  /* line 35, ../scss/partials/_mobile-only.scss */
  .resources-downloads {
    height: 100%;
    pointer-events: auto;
    background-color: #d5eaff;
  }

  /* line 45, ../scss/partials/_mobile-only.scss */
  .resources-downloads .notepad-background {
    background-image: none;
  }

  /* line 49, ../scss/partials/_mobile-only.scss */
  .resources-downloads > ul:last-child {
    margin-bottom: 35px;
  }

  /* line 53, ../scss/partials/_mobile-only.scss */
  .scene-container,
  .scene-subcontainer {
    width: 100%;
    box-shadow: none;
    overflow: visible;
    pointer-events: auto;
    outline: none;
  }

  /* line 62, ../scss/partials/_mobile-only.scss */
  .scene-container {
    display: block;
    height: auto;
    pointer-events: none;
    outline: none;
    width: auto;
    height: calc((100vw * 0.5625) + 60px + 35px);
  }

  /* line 74, ../scss/partials/_mobile-only.scss */
  .scene-subcontainer {
    height: auto;
    pointer-events: auto;
  }

  /* line 80, ../scss/partials/_mobile-only.scss */
  .mobile-modal-padding {
    padding: 15px;
  }

  /* line 84, ../scss/partials/_mobile-only.scss */
  .modal modal-help .modal-body {
    padding-left: 15px;
  }

  /* line 88, ../scss/partials/_mobile-only.scss */
  .modal-content .paul-head {
    bottom: -63px;
    left: -44px;
    transform: scale(0.5);
  }

  /* line 95, ../scss/partials/_mobile-only.scss */
  #objectDopdown {
    text-align: left;
    position: absolute;
    top: 10px;
    left: 15px;
    z-index: 250;
  }

  /* line 103, ../scss/partials/_mobile-only.scss */
  #objectDopdown > .pad-of-paper {
    font-size: 10px;
  }

  /* line 110, ../scss/partials/_mobile-only.scss */
  #objectDopdown > div > ul {
    /*background-color: rgba(204,193,92,0.70);*/
    min-height: 125px;
    height: auto;
    width: 200px;
    margin: 0;
    padding: 10px;
    position: relative;
    white-space: normal;
  }

  /* line 121, ../scss/partials/_mobile-only.scss */
  #objectDopdown .pad-of-paper > ul > li:hover,
  #objectDopdown .pad-of-paper > ul > li.hover {
    cursor: pointer;
    background-color: yellow;
    transform: scale(1.25) translate(-5px, -2px);
  }

  /* line 128, ../scss/partials/_mobile-only.scss */
  #objectDopdown > div > ul > li {
    list-style-type: none;
    text-align: left;
    margin: 2px 2px 2px 3px;
    position: relative;
    transition: all .3s ease-in-out;
  }

  /* line 136, ../scss/partials/_mobile-only.scss */
  #objectDopdown > div > ul > li > span {
    pointer-events: none;
    line-height: 18px;
    display: table-cell;
    padding: 0px;
    margin: 0px;
    border: 0px;
  }

  /* line 145, ../scss/partials/_mobile-only.scss */
  #objectDopdown > div > ul > li span:nth-of-type(2) {
    padding-left: 5px;
    padding-bottom: 2px;
    padding-top: 2px;
  }

  /* line 151, ../scss/partials/_mobile-only.scss */
  #objectDopdown > div > ul > li > span.check-mark {
    background-image: url(../img/blank.png);
    background-repeat: no-repeat;
    background-position: left top;
    height: 12px;
    width: 14px;
    top: 5px;
    position: relative;
  }

  /* line 161, ../scss/partials/_mobile-only.scss */
  #objectDopdown > div > ul > li > span.check-mark.visted {
    background-image: url(../img/check-mark.png);
  }

  /* line 165, ../scss/partials/_mobile-only.scss */
  #objectDopdown > div > ul > li:last-child {
    padding-bottom: 5px;
  }

  /* line 182, ../scss/partials/_mobile-only.scss */
  .clickable-object.hover,
  .clickable-object:focus {
    transform: scale(0.6);
  }

  /* line 187, ../scss/partials/_mobile-only.scss */
  #objectCarousel {
    margin-bottom: 0;
    /*position: absolute;*/
    top: 37px;
    left: 0px;
    /*width: 100%;*/
  }

  /* line 195, ../scss/partials/_mobile-only.scss */
  #objectCarousel .carousel-inner {
    background-size: 100% 100%;
    background-color: rgba(7, 82, 144, 0.7);
    position: relative;
    width: 100%;
    overflow: hidden;
    display: table-row;
    position: relative;
  }

  /* line 208, ../scss/partials/_mobile-only.scss */
  #objectCarousel .carousel-inner .item {
    /*height: 280px;*/
    background-color: rgba(151, 209, 247, 0.5);
  }

  /* line 213, ../scss/partials/_mobile-only.scss */
  #objectCarousel .carousel-inner .item:first-child {
    background-color: rgba(151, 209, 247, 0);
  }

  /* line 217, ../scss/partials/_mobile-only.scss */
  .item {
    background-color: aqua;
    display: table-cell;
    padding-bottom: 56.25%;
    /* maintain 16x9 aspect ratio */
    position: relative;
    width: 100%;
  }

  /* line 224, ../scss/partials/_mobile-only.scss */
  .item figure {
    /*background-color: red;*/
    text-align: center;
    height: 100%;
    width: 100%;
    margin: auto auto;
    position: absolute;
    top: 0px;
    left: 0px;
  }

  /* line 234, ../scss/partials/_mobile-only.scss */
  .item figure a {
    /*background-color: lightblue;*/
  }

  /* line 237, ../scss/partials/_mobile-only.scss */
  .item figure a img {
    position: absolute;
    margin: auto;
    /* max-height: 170px; screen width 414px + */
    /* max-height: 120px; screen width up to 320px */
    max-height: calc(50vw - 40px);
    /* this calc works well across devices */
    max-width: 56vw;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
  }

  /* line 250, ../scss/partials/_mobile-only.scss */
  .item figcaption {
    background-color: rgba(7, 82, 144, 0.7);
    color: #fff;
    padding: 5px 0px;
    font-size: 16px;
    position: absolute;
    bottom: -27px;
    left: 0px;
    width: 100%;
  }

  /* line 261, ../scss/partials/_mobile-only.scss */
  .mobile-check-mark.visted {
    position: absolute;
    left: calc(50% - (127px/2));
    top: calc(50% - (129px/2));
    margin: auto;
    pointer-events: none;
    transform: scale(0.6);
  }

  /* line 270, ../scss/partials/_mobile-only.scss */
  .carousel-caption {
    z-index: 0;
    position: absolute;
    bottom: 0px;
    background-color: rgba(11, 40, 117, 0.7);
    background-color: rgba(7, 82, 144, 0.7);
    padding: 5px;
    font-size: 16px;
  }

  /* line 281, ../scss/partials/_mobile-only.scss */
  .left.carousel-control,
  .right.carousel-control {
    line-height: 29px;
    opacity: 0.75;
  }

  /* line 287, ../scss/partials/_mobile-only.scss */
  .left.carousel-control {
    z-index: 1;
  }

  /* line 291, ../scss/partials/_mobile-only.scss */
  .carousel-indicators {
    position: relative;
    display: inline-block;
    left: auto;
    right: auto;
    top: 40px;
  }

  /* line 301, ../scss/partials/_mobile-only.scss */
  .conversation-container > div.clearfix {
    padding: 0px;
    position: relative;
  }

  /* line 306, ../scss/partials/_mobile-only.scss */
  .conversation-container .avatar-container img:first-child {
    max-width: 60px !important;
    margin-top: 20px;
  }

  /* line 311, ../scss/partials/_mobile-only.scss */
  .avatar-container.pull-left::after {
    top: 25px;
  }

  /* line 315, ../scss/partials/_mobile-only.scss */
  .avatar-container.pull-right::after {
    top: 25px;
  }

  /* line 319, ../scss/partials/_mobile-only.scss */
  .bubble {
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  /* line 325, ../scss/partials/_mobile-only.scss */
  .bubble.pointer-left-top {
    margin-left: 100px;
  }

  /* line 329, ../scss/partials/_mobile-only.scss */
  .bubble.pointer-right-top {
    margin-right: 100px;
  }

  /* line 333, ../scss/partials/_mobile-only.scss */
  .mobile-scene-group-container {
    position: relative;
    overflow-x: auto;
  }

  /* line 338, ../scss/partials/_mobile-only.scss */
  .mobile-scene-group {
    background-color: rgba(7, 82, 144, 0.75);
    display: flex;
    margin-bottom: 15px;
    -webkit-overflow-scrolling: touch;
    -webkit-scroll-snap-type: mandatory;
    -webkit-scroll-snap-destination: 50% 50%;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scroll-snap-destination: 50% 50%;
    width: 100%;
  }

  /* line 351, ../scss/partials/_mobile-only.scss */
  .mobile-scene-group .btn {
    border-radius: 0px !important;
    scroll-snap-align: center;
    margin-right: 2px;
    display: table-cell;
  }

  /* line 358, ../scss/partials/_mobile-only.scss */
  .mobile-scene-group .btn-primary:hover,
  .mobile-scene-group .btn-primary:active,
  .mobile-scene-group .btn-primary:focus {
    background: #97d1f7;
    color: rgba(0, 0, 0, 0.75);
  }
}
