/* Import header and footer */
#wrapper {
  /* has header bg-image (from resource.css) */
  background-color: #122c47;
  background-position: 0 0;
  overflow: hidden; }

.banner-ad #wrapper, .noscript #wrapper {
  background-position: 0 106px; }

#main {
  width: 100%;
  background: none;
  padding-bottom: 0; }

#masthead {
  position: relative;
  z-index: 1; }
  #masthead a img {
    width: auto;
    height: 33px; }

#header {
  height: 150px;
  position: relative; }
  #header .nova-logo {
    width: 220px;
    height: 63px;
    background-image: url("/wgbh/nova/img/nova-logo.png");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    text-indent: -9999em;
    background-size: cover;
    position: absolute;
    top: 30px;
    left: 10px; }
  #header #search-form {
    background: none;
    height: auto;
    width: auto;
    padding: 0;
    position: absolute;
    bottom: -46px;
    right: 15px;
    width: 300px; }
    #header #search-form li {
      width: auto; }
    #header #search-form input[type="text"] {
      width: 272px;
      height: 22px;
      border: 0;
      padding-top: 0px;
      display: block;
      margin: 0;
      background-color: transparent;
      border-bottom: 1px solid #fff;
      color: #fff;
      font-family: "nimbus-sans-extended", sans-serif;
      font-weight: 400;
      font-size: 15px;
      padding: 0 0 0 8px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    #header #search-form input[type="image"] {
      margin: 0;
      width: 20px;
      height: 20px;
      text-indent: -9999em; }
    #header #search-form label {
      display: block;
      height: 11px;
      color: #fff;
      font-family: "nimbus-sans-extended", sans-serif;
      font-weight: 400;
      font-size: 15px; }
    #header #search-form li.the-input {
      width: 244px; }
    #header #search-form .mag-deco {
      width: 20px;
      height: 20px;
      background-image: url("/wgbh/nova/img/search-magglass-light.svg");
      background-repeat: no-repeat;
      background-position: 0px 0px;
      text-indent: -9999em;
      background-color: transparent;
      border: 0;
      text-indent: 0;
      margin: 0 6px 0 0; }
  #header .over-apply {
    color: #000;
    position: absolute;
    top: 0px;
    left: 5px; }
  #header #mobile-menu-toggle .mobile-menu-toggle:hover {
    cursor: pointer; }
  #header .nav-mobile-menu {
    display: none; }
  #header .topic-submenu {
    display: none;
    position: absolute;
    width: auto;
    padding: 18px 50px 14px 25px;
    box-shadow: #383842 1px 1px 4px;
    z-index: 1000;
    background-color: #336699;
    top: 58px; }
    #header .topic-submenu a {
      color: white;
      text-shadow: #000 0px 1px 0px; }
  #header .nav-menu {
    position: absolute;
    right: 15px;
    top: 76px; }
  #header .nav-menu .nav-item {
    display: inline-block;
    margin-left: 16px; }
    #header .nav-menu .nav-item.active a.topic {
      color: #ccff33;
      background: #336699;
      padding-bottom: 28px;
      z-index: 1001;
      position: relative; }
  #header .nav-menu .nav-item > a {
    display: inline-block;
    background: -webkit-gradient(linear, left top, left bottom, from(#326292), to(#2f567b));
    background: -moz-linear-gradient(top, #326292, #2f567b);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#326292', endColorstr='#2f567b');
    text-transform: uppercase;
    padding: 18px 0;
    width: 140px;
    text-align: center;
    font-size: 11px;
    font-family: "nimbus-sans-extended", sans-serif;
    font-weight: 500;
    color: white; }
    #header .nav-menu .nav-item > a:hover {
      text-decoration: none;
      background: #336699;
      color: #ccff33;
      cursor: pointer; }
    #header .nav-menu .nav-item > a.topic {
      text-decoration: none; }
  #header .topic-submenu a {
    text-align: left;
    width: auto;
    height: 21px;
    padding-top: 10px;
    text-transform: capitalize;
    font-size: 13px;
    display: block;
    position: relative; }

.pbs_bookmarking_links_div {
  left: 0 !important;
  margin-top: 14px; }

.banner-ad #banner,
.noscript #banner {
  display: block; }

#ad-footer-container, #banner {
  display: none; }

#banner .label {
  height: 80px; }
  #banner .label p {
    float: none;
    padding-left: 10px;
    font-size: 11px;
    width: auto; }

#banner #banner-ad {
  float: right;
  background-color: white;
  padding-left: 7px; }

#ad-footer-container {
  width: 100%;
  padding: 15px 0 35px;
  background-color: white;
  display: none; }
  #ad-footer-container .add-container {
    margin: 0 auto;
    width: 300px; }

@media only screen and (max-width: 970px) {
  #wrapper {
    width: auto; }
  #main {
    width: auto;
    background: none; }
  #header .topic-submenu {
    top: 50px; }
  #header .nav-menu .nav-item {
    margin-left: 12px; }
    #header .nav-menu .nav-item > a {
      width: 130px;
      padding: 14px 0; } }

@media only screen and (max-width: 830px) {
  #banner .label {
    display: none; }
  #masthead ul li a img {
    width: auto;
    height: 30px; }
  #header .nova-logo {
    width: 200px;
    height: 57px; }
  #header .nav-menu {
    display: none; }
  #header .nav-mobile-menu {
    display: inline;
    position: absolute;
    width: 100%;
    bottom: 14px; }
    #header .nav-mobile-menu .mobile-menu-toggle {
      display: block;
      position: relative;
      width: 25px;
      height: 28px;
      background-image: url("/wgbh/nova/img/menu-burger.svg");
      background-repeat: no-repeat;
      background-position: 0px 0px;
      text-indent: -9999em;
      left: 9px;
      border: none;
      outline: 0; }
    #header .nav-mobile-menu .mobile-menu-wrapper {
      display: none;
      background-color: #2f567b;
      z-index: 5;
      position: absolute;
      left: 0;
      top: 42px;
      width: 100%;
      -webkit-box-shadow: rgba(0, 0, 0, 0.65) 0px 3px 4px;
      -moz-box-shadow: rgba(0, 0, 0, 0.65) 0px 3px 4px;
      box-shadow: rgba(0, 0, 0, 0.65) 0px 3px 4px; }
      #header .nav-mobile-menu .mobile-menu-wrapper .submenu-col {
        float: left;
        margin: 46px 25px 25px 15px; }
    #header .nav-mobile-menu .submenu-head, #header .nav-mobile-menu .nav-item a {
      text-transform: uppercase;
      font-size: 12px;
      color: #ccff33; }
    #header .nav-mobile-menu .nav-item:first-child a {
      padding-top: 0; }
  #header #search-form {
    bottom: 12px;
    right: 10%;
    padding: 6px 4px 8px 6px; }
  #header nav a {
    background-color: #2f567b;
    text-align: left;
    width: auto;
    text-align: left;
    font-weight: 100;
    height: 21px;
    padding-top: 8px;
    text-transform: capitalize;
    color: #fff;
    font-size: 13px;
    display: block;
    position: relative;
    text-shadow: #000 0px 1px 0px; }
  #header .submenu-col nav {
    padding-top: 10px; }
  .pbs_bookmarking_links_div {
    left: -96px !important; } }

@media only screen and (max-width: 750px) {
  .noscript #wrapper, .banner-ad #wrapper, #wrapper {
    background-position: 0 0; }
  .tile-ad #ad-footer-container, .noscript #ad-footer-container {
    display: block; }
  #banner, .banner-ad #banner, .noscript #banner {
    display: none; } }

@media only screen and (max-width: 580px) {
  #masthead ul {
    width: 300px;
    min-width: 0;
    padding-right: 5px; }
    #masthead ul li a img {
      height: 27px; }
  #header {
    height: 197px; }
    #header .nav-mobile-menu {
      bottom: 0px;
      height: 47px;
      background-color: #2f567b; }
      #header .nav-mobile-menu .mobile-menu-toggle {
        margin-top: 9px; }
    #header #search-form {
      bottom: 15px;
      width: 230px;
      right: 15px;
      padding: 0;
      background-color: transparent; }
      #header #search-form input[type="text"] {
        width: 100%;
        margin-top: -1px; }
      #header #search-form li.the-input {
        width: 193px; }
    #header .nova-logo {
      width: 180px;
      height: 50px;
      top: 66px;
      left: 6px; }
  .pbs_bookmarking_links_div {
    left: -189px !important; } }

#foot {
  clear: both;
  background-color: #333;
  color: white;
  padding: 50px 0 60px 0; }
  #foot a {
    color: white; }

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

.inner-foot .large-8 {
  width: calc(100% - 335px); }
  .inner-foot .large-8 > *, .inner-foot .large-8 #site-footer, .inner-foot .large-8 #sponsor-stripe {
    margin: 0 auto;
    left: auto;
    width: 461px; }

.inner-foot .large-4 {
  width: 330px; }
  .inner-foot .large-4 > * {
    margin-left: 15px; }

.inner-foot #mob_footerdiv a.footer-link {
  display: none; }

.inner-foot #inner-footer .site-links {
  margin-bottom: 20px;
  display: none; }

.inner-foot #site-footer ul {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  border: none;
  line-height: 2em;
  margin-bottom: 20px; }
  .inner-foot #site-footer ul li {
    border-right: 1px solid #fff;
    display: inline-block;
    line-height: 1;
    padding: 0 6px 0 0;
    margin: 0 3px 0 0;
    height: 1em;
    float: none;
    font: 1em/1em Arial; }
    .inner-foot #site-footer ul li:last-child {
      border: none; }
    .inner-foot #site-footer ul li + li a {
      border-left: none;
      padding: 0; }

.inner-foot #sponsor-stripe {
  float: none;
  margin: 0; }
  .inner-foot #sponsor-stripe p {
    width: auto;
    line-height: 1.6em;
    font-size: 1.1em; }

.inner-foot .non_profit {
  font-size: 11px;
  line-height: 1.6em; }

.inner-foot ul.social_icons li {
  display: inline-block;
  margin-right: 10px; }
  .inner-foot ul.social_icons li:last-child {
    margin-right: 0; }

.inner-foot .wgbhContainer {
  margin-top: 12px; }

@media only screen and (max-width: 830px) {
  .inner-foot .large-8 > *, .inner-foot .large-8 #site-footer, .inner-foot .large-8 #sponsor-stripe {
    width: auto;
    padding: 0 15px; } }

@media only screen and (max-width: 700px) {
  #foot {
    padding: 20px 15px; }
  .inner-foot .large-8 {
    width: 100%; }
    .inner-foot .large-8 > *, .inner-foot .large-8 #site-footer, .inner-foot .large-8 #sponsor-stripe {
      width: auto;
      padding: 0; }
  .inner-foot .large-4 {
    width: 100%; }
    .inner-foot .large-4 > * {
      margin-left: 0; }
    .inner-foot .large-4 .social_icons {
      padding: 10px 0 40px; } }

@media only screen and (max-width: 580px) {
  #foot {
    padding-top: 0px; }
  .inner-foot #mob_footerdiv a.footer-link {
    display: block;
    padding: 14px 0 14px 6%;
    width: 104%;
    background: url("../img/menu-arrow.png") no-repeat 3% 47%;
    color: white;
    font-size: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-left: -2%; }
    .inner-foot #mob_footerdiv a.footer-link:hover {
      text-decoration: none; }
    .inner-foot #mob_footerdiv a.footer-link.active_footer {
      background: url("../img/menu-arrow-down.png") no-repeat 2.5% 58%; }
  .inner-foot #site-footer ul {
    margin-top: 10px;
    margin-bottom: 5px; }
    .inner-foot #site-footer ul.mob_foot_nav {
      -webkit-columns: 2;
      -moz-columns: 2;
      columns: 2;
      -webkit-column-gap: 10px;
      -moz-column-gap: 10px; }
    .inner-foot #site-footer ul li {
      display: block;
      margin: 0;
      padding: 0;
      border: none;
      line-height: 30px;
      height: 30px;
      font-size: 12px; }
      .inner-foot #site-footer ul li a {
        text-decoration: none; }
  .inner-foot #mob_footer {
    display: none; }
    .inner-foot #mob_footer.active_footer {
      display: block; }
  .inner-foot .large-8 > *, .inner-foot .large-8 #site-footer, .inner-foot .large-8 #sponsor-stripe {
    margin-left: 0; }
  .inner-foot .large-4 > * {
    margin-left: 0; }
  .inner-foot .large-4 .social_icons {
    padding-top: 33px; } }

#site-footer {
  height: auto; }

.search #header #search-form .mag-deco {
  background-image: url("/wgbh/nova/img/search-magglass-dark.svg"); }

.search #header #search-form input[type="text"] {
  border-bottom: 1px solid #2f567b; }

.search #header #search-form input[type="text"], .search #header #search-form label {
  color: #2f567b; }

@media only screen and (max-width: 830px) {
  .search #header #search-form .mag-deco {
    background-image: url("/wgbh/nova/img/search-magglass-light.svg"); }
  .search #header #search-form input[type="text"] {
    border-bottom: 1px solid #fff; }
  .search #header #search-form input[type="text"], .search #header #search-form label {
    color: #fff; } }

#search-results {
  margin-top: -48px; }

#narrow-results {
  margin-top: -32px; }

#main {
  width: 970px !important; }

#wrapper {
  overflow: visible;
  background-color: white; }

/* Styles for Search Page */
/*incrementer 1*/
#main {
  padding-bottom: 3em; }

.clear {
  clear: both; }

.search #main {
  background-image: none; }

#topic-header {
  height: 57px; }

#topic-header form {
  margin-left: 23px;
  float: left;
  background-color: transparent;
  height: 43px;
  padding-bottom: 4px;
  position: relative; }

#search-classic {
  font: 11px arial;
  color: #333;
  padding: 0 23px; }

.search-nav-btn {
  position: relative;
  float: left;
  background-image: url(/wgbh/nova/img/search-nav-btn-bg.jpg);
  width: 111px;
  height: 48px;
  font: 10px arial;
  font-weight: bold;
  text-transform: uppercase;
  color: #3d5b76;
  margin: 9px 0 0 6px; }

#tv-schedule, #nova-shop {
  padding: 20px;
  height: 8px;
  width: 71px;
  text-align: center; }

#nova-education {
  padding: 20px 9px;
  height: 8px;
  width: 93px; }

#search-toggle {
  margin-top: 61px; }

#main ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

#main h2 {
  margin: 0;
  padding: 10px 5px;
  background-color: #666; }

#narrow-results h3 {
  border-top: 1px solid #c5c9cc;
  margin-top: 1.33em;
  padding-top: 1.33em;
  background-color: transparent;
  text-transform: uppercase;
  padding-left: 23px;
  font-size: 0.75em;
  padding-bottom: 2px;
  margin-bottom: 0; }

h3.subjects-teachers, h3.subjects-teachers + ul {
  display: none; }

.teachers-results h3.subjects-teachers, .teachers-results h3.subjects-teachers + ul {
  display: block; }

#main hr {
  clear: both; }

#search-again {
  width: 14em;
  padding: 6px 30px 10px 10px;
  background-color: #666;
  float: left; }

#search-toggle {
  float: right;
  *width: 185px; }

#search-toggle p {
  display: block;
  line-height: 25px;
  float: left;
  color: #3d5b76;
  text-transform: uppercase;
  font-family: Arial;
  font-size: 0.62em;
  font-weight: bold;
  padding-right: 5px; }

#search-toggle ul {
  float: right;
  width: 100px; }

#search-toggle ul li {
  display: block;
  width: 27px;
  height: 27px;
  float: left;
  margin: 0 2px 0 2px; }

#search-toggle a {
  display: block;
  text-indent: -10000px;
  width: 27px;
  height: 27px;
  background-repeat: no-repeat !important; }

#search-toggle a.grid.current, #search-toggle li a.grid-current {
  background: url(/wgbh/nova/img/image-view-on.png); }

#search-toggle a.list.current, #search-toggle li a.list-current {
  background: url(/wgbh/nova/img/text-view-on.png); }

#search-toggle a.grid {
  background: url(/wgbh/nova/img/image-view-off.png); }

#search-toggle a.list {
  background: url(/wgbh/nova/img/text-view-off.png); }

#search-sort {
  font-size: 0.75em;
  margin-bottom: 1.25em; }

#search-sort span, #results-count span {
  color: #666666;
  text-transform: uppercase; }

#search-sort ul li {
  float: left;
  padding: 0 2px;
  text-transform: lowercase; }

/* should work in everything but ie6 */
#search-sort li ~ li {
  border-left: 1px solid; }

#search-results {
  clear: both;
  float: right;
  padding: 3px 5px 0 0;
  width: 690px;
  margin-right: 37px;
  _margin-right: 20px;
  margin-top: -48px;
  *padding-top: 0.975em; }

#search-results h1 {
  color: #333333;
  font-size: 1.125em;
  margin-bottom: 0.363em; }

#result-num {
  float: left; }

#view-num {
  float: left;
  padding-left: 20px !important; }

#view-num li {
  float: left;
  padding: 0 2px; }

#view-num li ~ li {
  border-left: 1px solid; }

#results-count {
  border-top: 1px solid #CCC;
  margin-top: 0.5em;
  padding-top: 0.5em;
  font-size: 0.75em; }

#results-count .lc {
  text-transform: lowercase; }

#results-count .search-paging {
  float: right;
  margin-top: -1px; }

.search-paging li {
  float: left;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  vertical-align: baseline; }

.search-paging .current {
  color: #000;
  border: 1px solid #000; }

.search-paging .disabled {
  color: #999; }

.search-paging .jump a, .search-paging .disabled.jump {
  font-size: 10px;
  line-height: 1.4em;
  padding-left: 5px !important;
  padding-right: 5px !important; }

.search-paging .prv {
  margin-left: 0; }

.search-paging .next {
  margin-right: 0; }

.search-paging ul {
  float: left;
  *top: -15px;
  *position: relative; }

.search-paging a {
  color: #336699; }

.search-paging a, .search-paging .disabled, .search-paging .current {
  display: block;
  border: 1px solid #ccc;
  padding: 2px 1px;
  margin: 0 2px;
  min-width: 1.3em;
  _height: 1.167em;
  line-height: 1.167em;
  background-color: #F6F6F6;
  _width: 1.3em; }

.search-paging .first, .search-paging .last {
  margin: 0 6px; }

.search-paging .first {
  padding-top: 0px; }

.search-paging .disabled {
  padding-top: 2px; }

.search-paging .jump a {
  color: #336699;
  border: 1px solid #D6D6D6; }

.search-paging .current {
  color: black;
  border: 1px solid black;
  background-color: #FFF; }

.search-paging a:hover {
  color: #336699;
  border: 1px solid #336699;
  text-decoration: none;
  background-color: #FFF; }

#results-list, #results-grid {
  clear: both;
  list-style: none;
  margin: 0px 0 0;
  padding: 22px 0 0;
  *padding: 0; }

#results-list li.result {
  padding: 20px 0 0;
  clear: left;
  width: 600px;
  color: #333; }

#results-list li h3 {
  white-space: nowrap;
  font-weight: bold;
  margin: 0;
  font-size: 1em;
  line-height: 1.1em;
  line-height: 1.35em;
  font-size: 0.75em; }

#results-list .metadata li {
  font-size: 1em;
  color: #999; }

#results-list ul li {
  float: left;
  padding: 0;
  clear: none; }

#results-list ul li ~ li {
  border-left: 1px solid; }

#results-list li a.exam-hover {
  background: url(/wgbh/nova/img/microscope.png);
  background-position: 3px 0.25em;
  background-repeat: no-repeat;
  display: block;
  width: 27px;
  height: 27px;
  text-indent: -10000px;
  float: left; }

#results-list li ul {
  margin: 0 0 0 27px;
  line-height: 1.35em;
  font-size: 0.75em; }

#results-list li p {
  margin: 0 0 0 27px;
  line-height: 1.35em;
  font-size: 0.75em; }

#results-list .detail-overlay p {
  margin: 0; }

#results-grid {
  padding-top: 24px;
  width: 720px;
  _width: 720px;
  _margin-right: -120px; }

#results-grid .result {
  display: inline-block !important;
  display: inline;
  position: relative;
  float: left;
  width: 208px;
  min-height: 200px;
  margin: 0 30px 18px 0px;
  position: relative;
  background-color: white;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
  vertical-align: top;
  zoom: 1;
  height: auto !important;
  height: 209px; }

#results-grid .resource {
  position: relative;
  min-height: 200px;
  width: 188px;
  padding: 10px 10px 9px;
  zoom: 1;
  height: auto !important;
  height: 209px; }

#results-grid li h3 {
  white-space: nowrap;
  font-weight: bold;
  margin: 0;
  text-decoration: none;
  font-size: 0.688em;
  line-height: 1.5em;
  padding-top: 0.7em;
  _padding-top: 0em; }

#results-grid .content {
  *height: 75px;
  *text-overflow: ellipsis;
  *overflow: hidden; }

#results-grid li p {
  font-size: 0.688em;
  line-height: 1.275em;
  *line-height: 1.2em; }

#results-grid .passport-icon {
  position: absolute;
  top: 13px !important;
  left: 13px !important;
  width: 21px !important;
  height: 21px !important;
  position: absolute;
  z-index: 1; }

#results-grid .detail-overlay .passport-icon {
  top: 20px !important;
  left: 20px !important; }

#results-list .passport-icon {
  width: 14px !important;
  height: 14px !important;
  margin-right: 3px !important;
  margin-bottom: -3px !important; }

#results-list .detail-overlay .passport-icon {
  position: absolute;
  top: 20px !important;
  left: 20px !important;
  width: 21px !important;
  height: 21px !important;
  position: absolute;
  z-index: 1; }

.grid-img {
  display: block;
  position: relative;
  width: 188px;
  height: 104px;
  background-color: #333; }

.grid-img:hover {
  text-decoration: none; }

#results-grid .grid-img img, .detail-overlay .grid-img img {
  width: 188px;
  height: 104px; }

#results-grid ul li {
  float: none;
  width: auto;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0; }

#results-grid ul.metadata li {
  position: absolute;
  font-size: 0.75em;
  color: #666666; }

#results-grid ul.metadata li.published {
  position: absolute;
  bottom: 0px;
  left: 10px;
  line-height: 21px; }

#results-grid ul.metadata li.format {
  position: absolute;
  right: 9px;
  bottom: 4px; }

#results-grid ul.metadata li.format .duration-time {
  margin-right: 5px;
  float: left; }

#results-grid ul.metadata li.format img {
  height: 16px;
  width: 16px; }

#results-bottom {
  clear: both;
  padding: 10px 0 0;
  margin-top: 2em;
  border-top: 1px solid #CCC;
  padding-top: 0.5em;
  *padding-top: 1.5em;
  /*  margin-bottom: 5em;*/
  padding-bottom: 5em; }

#narrow-results {
  width: 185px;
  min-height: 400px;
  background-color: #e9eef2;
  color: #000;
  margin: 50px 40px 0;
  margin-left: 23px;
  margin-top: -32px;
  padding-bottom: 1em; }

#narrow-results h2 {
  background-color: #284d73;
  color: #FFF;
  font-size: 0.75em;
  text-transform: uppercase;
  padding-left: 15px;
  padding-bottom: 0; }

#narrow-results h2 + p {
  background-color: #284d73;
  color: #FFF;
  font-size: 0.625em;
  padding-left: 15px;
  margin-top: -2px;
  padding-bottom: 10px; }

#narrow-results .description {
  background-color: #284d73;
  color: #FFF;
  font-size: 0.625em;
  padding-left: 15px;
  margin-top: -2px;
  padding-bottom: 10px; }

.stripe {
  background-color: #c2ced9;
  font-size: 0.688em;
  line-height: 2.25em; }

.stripe input {
  vertical-align: middle; }

.include-sites {
  margin-top: 4px; }

.teacher-resource .bug {
  display: block;
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 51px;
  height: 12px;
  background-image: url(/wgbh/nova/img/teachers-bug.png); }

.teach-list-item span {
  display: block;
  width: 50px;
  padding-left: 30px;
  height: 15px;
  *height: 17px;
  background: url(/wgbh/nova/img/teachers-bug.png) no-repeat 27px 3px;
  *background: url(/wgbh/nova/img/teachers-bug.png) no-repeat 27px 5px;
  float: left;
  text-indent: -10000px;
  margin-right: -31px;
  *margin-right: -27px;
  z-index: 2; }

.include-teachers {
  margin-top: 2px; }

.include-teachers-only {
  background-color: #dbe3e9;
  margin-top: 0;
  padding-left: 20px;
  background-image: url(/wgbh/nova/img/indent-arrow.png);
  background-position: 7px 7px;
  background-repeat: no-repeat; }

#narrow-results .stripe + h3, #narrow-results h3.first {
  border-top: none;
  margin-top: 0; }

#narrow-results h3.filtered-by {
  border-top: 0;
  margin-top: 0; }

#narrow-results h3 ~ p {
  background-color: #ccc; }

#narrow-results ul {
  background-color: transparent;
  color: #336699;
  font-size: 0.75em;
  padding-left: 23px; }

#narrow-results a {
  line-height: 1.6em; }

#narrow-results .filtered-by-list {
  padding: 0;
  padding-left: 9px; }

.filtered-by-link {
  display: block;
  width: 100%;
  height: auto;
  background-color: #666666;
  background-image: url(/wgbh/nova/img/closefacet-x.png);
  background-position: 160px 4px;
  background-repeat: no-repeat;
  color: #fff;
  text-decoration: none;
  text-indent: 13px;
  line-height: 22px;
  font-weight: bold; }

.filtered-by-link:hover {
  text-decoration: none;
  background-image: url(/wgbh/nova/img/closefacet-x-over.png); }

#year-slider {
  padding-top: 0;
  padding-left: 23px; }

#year-slider p {
  font-size: 0.625em;
  margin-bottom: 1.5em; }

#years-label {
  width: 100%;
  height: 20px;
  background: url(/wgbh/nova/img/timeline2011.png) no-repeat;
  margin-left: -12px;
  margin-bottom: -4px; }

#year-slider #slider-range + a {
  font-size: 0.75em;
  padding-top: 1em;
  display: block; }

.detail-overlay {
  position: absolute;
  border: 1px solid #336699;
  background-color: #fff;
  width: 443px;
  min-height: 262px;
  padding: 17px;
  margin-top: -18px;
  /*margin-left:-173px*/
  margin-left: -18px;
  display: none;
  z-index: 501;
  -moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
  padding-bottom: 40px;
  _width: 500px; }

.detail-overlay .grid-img {
  float: left;
  display: block;
  /*float:right;*/ }

.detail-overlay a {
  /*float:right;*/ }

.detail-overlay .format {
  float: right; }

.detail-overlay dl {
  float: right;
  font-size: .8em;
  background-color: #F6F6F6;
  border-top: 1px solid #D6D6D6;
  border-bottom: 1px solid #D6D6D6;
  color: #333;
  width: 246px;
  line-height: 1.75em;
  text-indent: 5px;
  margin-top: 17px;
  min-height: 57px;
  _height: 57px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0; }

.detail-overlay h3, #results-list .detail-overlay h3 {
  clear: both;
  padding-top: 0.7em;
  font-size: 11px; }

.detail-overlay p {
  padding-top: 1px; }

.detail-overlay dt {
  display: inline;
  font-weight: bold;
  color: #666; }

.detail-overlay dt.running-time {
  margin-left: 5px; }

.detail-overlay dd {
  display: inline;
  margin: 3px; }

.detail-overlay p {
  clear: both; }

.detail-overlay .preview {
  line-height: 1.35em;
  font-size: 0.688em; }

.detail-overlay .preview blockquote {
  font-style: italic;
  margin: 0;
  padding: 0; }

.detail-overlay .preview blockquote span {
  font-style: normal; }

#results-list li .detail-overlay p, #results-grid li .detail-overlay p {
  font-size: 1em; }

#results-grid li .detail-overlay .metadata {
  _padding-top: 0.7em; }

.detail-overlay .metadata {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding-left: 16px;
  padding-right: 16px;
  height: 31px;
  line-height: 31px;
  _line-height: 0;
  _padding-top: 1.3em;
  background-color: #F6F6F6;
  border-top: 1px solid #D6D6D6;
  font-size: 0.66em;
  _width: 498px; }

.detail-overlay .metadata .rights {
  float: right; }

#view-num, #search-sort .inline-list {
  text-transform: lowercase; }

.inline-list {
  float: none !important;
  padding-left: 0;
  display: inline;
  vertical-align: bottom; }

.inline-list li {
  padding-right: 0 !important;
  float: none !important;
  display: inline;
  background-image: none !important;
  background-image: url(/wgbh/nova/img/vbar.png);
  *background-image: url(/wgbh/nova/img/vbar.png) !important;
  background-position: 0px 2px;
  background-repeat: no-repeat; }

.inline-list li.first, .inline-list li:first-child {
  background-image: none !important;
  padding-top: 0; }

.inline-list li ~ li {
  border-left: none !important;
  border-left: 1px solid;
  padding-left: 0 !important;
  *padding-left: 4px !important;
  background-image: none;
  *background-image: url(/wgbh/nova/img/vbar.png); }

#results-list .inline-list li {
  _padding-left: 4px; }

.inline-list li ~ li:before {
  content: " | ";
  color: #999; }

.inline-list li + li {
  padding-left: 3px; }

.inline-list a {
  padding-left: 2px;
  padding-right: 2px;
  *margin-right: 2px; }

.inline-list a.current, .inline-list a.current {
  background-color: #e4f7aa;
  cursor: text; }

.inline-list a.current:hover, .inline-list a.current:hover {
  text-decoration: none;
  cursor: text; }

/*temporary styles for slider, must replace */
.ui-widget {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1.1em; }

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1em; }

.ui-widget-content {
  color: #333333; }

.ui-widget-content a {
  color: #333333; }

.ui-widget-header {
  border: 1px solid #e78f08;
  background: #FFFFFF;
  color: #ffffff;
  font-weight: bold; }

.ui-widget-header a {
  color: #ffffff; }

.ui-state-default, .ui-widget-content .ui-state-default {
  background: transparent url(/wgbh/nova/img/slider-handle.png) 50% 100% no-repeat;
  font-weight: bold;
  color: #1c94c4;
  outline: none; }

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #1c94c4;
  text-decoration: none;
  outline: none; }

.ui-slider {
  position: relative;
  text-align: left;
  margin: 0 18px 0 0px;
  border-left: 1px solid #CCD6DE;
  background-color: #CCD6DE; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: .5em;
  height: 1.2em;
  cursor: default; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0; }

.ui-slider-horizontal {
  height: 16px; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.3em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }
