.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
/* ===[ level sprite ]=== */
.article .levels,
.article-overlay .levels,
.pack-display .item .levels,
.pack-display .stamp .levels {
  display: inline-block;
  margin: 0 0 0 15px;
  list-style: none;
  cursor: default;
}
.article .levels li,
.article-overlay .levels li,
.pack-display .item .levels li,
.pack-display .stamp .levels li {
  display: inline;
}
.article .levels-ctn > *,
.article-overlay .levels-ctn > *,
.pack-display .item .levels-ctn > *,
.pack-display .stamp .levels-ctn > * {
  vertical-align: middle;
}
.article .level,
.article-overlay .level,
.pack-display .item .level,
.pack-display .stamp .level {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 37px;
  background: url("/resources/icons/bolse3_icons_3levels-v2.png") no-repeat scroll 0 0 transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.article .level.disabled,
.article-overlay .level.disabled,
.pack-display .item .level.disabled,
.pack-display .stamp .level.disabled {
  cursor: default;
}
.article .elementary.level,
.article-overlay .elementary.level,
.pack-display .item .elementary.level,
.pack-display .stamp .elementary.level {
  background-position: -2px -46px;
}
.article .elementary.level.active,
.article-overlay .elementary.level.active,
.pack-display .item .elementary.level.active,
.pack-display .stamp .elementary.level.active {
  background-position: -2px -135px;
}
.article .elementary.level.disabled,
.article-overlay .elementary.level.disabled,
.pack-display .item .elementary.level.disabled,
.pack-display .stamp .elementary.level.disabled {
  background-position: -2px -2px;
}
.article .middle.level,
.article-overlay .middle.level,
.pack-display .item .middle.level,
.pack-display .stamp .middle.level {
  background-position: -46px -46px;
}
.article .middle.level.active,
.article-overlay .middle.level.active,
.pack-display .item .middle.level.active,
.pack-display .stamp .middle.level.active {
  background-position: -46px -135px;
}
.article .middle.level.disabled,
.article-overlay .middle.level.disabled,
.pack-display .item .middle.level.disabled,
.pack-display .stamp .middle.level.disabled {
  background-position: -46px -2px;
}
.article .high.level,
.article-overlay .high.level,
.pack-display .item .high.level,
.pack-display .stamp .high.level {
  background-position: -90px -46px;
}
.article .high.level.active,
.article-overlay .high.level.active,
.pack-display .item .high.level.active,
.pack-display .stamp .high.level.active {
  background-position: -90px -135px;
}
.article .high.level.disabled,
.article-overlay .high.level.disabled,
.pack-display .item .high.level.disabled,
.pack-display .stamp .high.level.disabled {
  background-position: -90px -2px;
}
.pack-display .item .level,
.pack-display .stamp .level {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 37px;
  background: url("/resources/icons/rp_icons_3levels.png") no-repeat scroll 0 0 transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-size: 132px 176px;
}
.pack-display .item .elementary.level.active,
.pack-display .stamp .elementary.level.active {
  background-position: -2px -134px;
}
.pack-display .item .middle.level.active,
.pack-display .stamp .middle.level.active {
  background-position: -46px -134px;
}
.pack-display .item .high.level.active,
.pack-display .stamp .high.level.active {
  background-position: -90px -134px;
}
.article-overlay .level {
  background: url("/resources/icons/rp_icons_3levels_article.png") no-repeat scroll 0 0 transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-size: 132px 176px;
}
/* Sticky Footer by Ryan Fait; http://ryanfait.com/ */
html,
body {
  height: 100%;
}
body.ltr {
  direction: ltr !important;
}
body.ltr #shared-wrapper {
  direction: ltr !important;
}
body.ltr #shared-wrapper .navbar.navbar-fixed-top .brand {
  direction: ltr !important;
}
body.ltr #shared-wrapper .controls .input-append {
  direction: ltr !important;
}
body.no-scroll {
  overflow: hidden;
}
#shared-wrapper {
  min-height: 100%;
  margin: 0 auto -46px;
  /* the bottom margin is the negative value of the footer's height */

}
#shared-footer,
#shared-pusher {
  height: 46px;
  /* pusher must be the same height as footer */

}
/* Fontello overrides   */
[class^="fontello-icon-"]:before,
[class*=" fontello-icon-"]:before {
  width: auto;
  margin-right: 0;
  margin-left: 0;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
}
.nav-list [class^="fontello-icon-"] {
  margin-right: 2px;
}
/* ===[ bootstrap overrides ]=== */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 11px;
  color: #999999;
  text-transform: uppercase;
}
ul,
ol {
  margin-left: 20px;
}
caphead {
  font-weight: bold;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 0 0 #ffffff;
  box-shadow: 0 1px 0 0 #ffffff;
  background-color: #084466;
  background-image: none;
  filter: none;
}
@media (max-width: 767px) {
  .navbar-search {
    margin-left: 1em;
  }
}
.navbar-search .control-group {
  margin-bottom: 0;
}
.navbar-search .input-append .add-on:last-child,
.navbar-search .input-append .btn:last-child {
  border: 0;
  -webkit-border-radius: 0 15px 15px 0;
  border-radius: 0 15px 15px 0;
  background-image: none;
  background-color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 31px;
}
.navbar-search .search-query {
  color: #333333;
  background-color: #ffffff;
  font-weight: bold;
  border: 0;
  -webkit-border-radius: 15px 0 0 15px;
  border-radius: 15px 0 0 15px;
  padding: 0 0 0 1em;
  width: 93%;
  height: 31px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar-search .search-query:-moz-placeholder {
  color: #939393;
  font-style: normal;
}
.navbar-search .search-query:-ms-input-placeholder {
  color: #939393;
  font-style: normal;
}
.navbar-search .search-query::-webkit-input-placeholder {
  color: #939393;
  font-style: normal;
}
.navbar-search .search-query::-webkit-input-placeholder {
  padding-top: 2px;
}
.navbar-search .search-query:focus {
  z-index: 1031;
}
.navbar-search .fontello-icon-search {
  color: #939393;
  font-size: 16px;
  line-height: 21px;
}
.elementary .navbar-search .search-query {
  width: 70%;
}
.lt-ie9 .navbar-search .input-append .add-on,
.lt-ie9 .navbar-search .input-append .btn {
  border: 0;
  background-color: #ffffff;
}
.lt-ie9 .navbar-search .search-query {
  line-height: 31px;
  width: 84%;
}
.elementary .navbar-search .input-append .add-on:last-child,
.elementary .navbar-search .input-append .btn:last-child {
  background-color: #ffffff;
}
.elementary .navbar-search .search-query {
  color: #333333;
  background-color: #ffffff;
}
.elementary .navbar-search .search-query:-moz-placeholder {
  color: #939393;
  font-style: normal;
}
.elementary .navbar-search .search-query:-ms-input-placeholder {
  color: #939393;
  font-style: normal;
}
.elementary .navbar-search .search-query::-webkit-input-placeholder {
  color: #939393;
  font-style: normal;
}
.elementary .navbar-search .icon-search {
  color: #939393;
}
.lt-ie9 .elementary .navbar-search .input-append .add-on,
.lt-ie9 .elementary .navbar-search .input-append .btn {
  background-color: #ffffff;
}
.modal.modal-fancybox-style {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: visible;
}
.modal.modal-fancybox-style .close {
  background-image: url(/resources/img/fancybox/fancy_close.png);
  opacity: 1;
  filter: alpha(opacity=100);
  height: 30px;
  width: 30px;
  position: absolute;
  right: -10px;
  top: -10px;
}
.pagination ul {
  background-color: #fff;
}
.pagination i {
  line-height: normal;
  color: #DA6712;
  width: 0.75em;
}
.pagination a,
.pagination .disabled i {
  color: #999999;
  font-weight: bold;
}
.pagination a:hover,
.pagination .active a {
  background-color: #F2F2F2;
}
.navbar .brand {
  padding: 0;
}
.navbar .brand a:hover {
  text-decoration: none !important;
}
.ie .navbar .brand img {
  width: 256px;
}
.lt-ie9 .navbar .brand img {
  max-width: none;
}
.brand-level {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0.5em 0 0.25em;
  position: relative;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.25);
  text-transform: capitalize;
  top: 6px;
}
.brand a {
  padding-bottom: 12px;
}
.navbar .nav > li > a,
.navbar .nav > .active > a {
  color: #ffffff;
  padding: 12px;
}
.navbar .nav > li > a:focus,
.navbar .nav > .active > a:focus,
.navbar .nav > li > a:hover,
.navbar .nav > .active > a:hover {
  color: #ffffff;
  background-color: #265b79;
}
.navbar .nav > .active > a {
  background-color: #396985;
}
#navbar-original-site {
  color: #FFDD33;
}
/* ===[ generic ]=== */
p {
  font-family: 'PT Serif', Georgia, 'Times New Roman', Times, serif;
}
.elementary a,
a.elementary {
  color: #006DC1;
}
.middle a,
a.middle {
  color: #006DC1;
}
.high a,
a.high {
  color: #006DC1;
}
header + .container {
  padding-bottom: 50px;
}
.middle header + .container > .content,
.high header + .container > .content {
  padding-bottom: 0;
}
.middle.article header + .container > .content,
.high.article header + .container > .content {
  padding-bottom: 50px;
}
.middle.article header + .container,
.high.article header + .container {
  padding-bottom: 0;
}
html.elementary {
  background-image: none;
  background-color: #68c137;
}
body.elementary {
  background: url(/resources/img/elementary/body-bg.jpg) repeat-x scroll center top #68c137;
}
.infuser-loading {
  display: none;
}
a.btn-primary,
a.btn-info,
a.btn-success,
a.btn-warning,
a.btn-danger,
a.btn-inverse {
  color: #FFF;
}
@media print {
  .no-print,
  .no-print * {
    display: none !important;
  }
}
/* ===[ header ]=== */
@media (max-width: 767px) {
  /* ===[ bootstrap override: not sure why they did this ]=== */
  .navbar-fixed-top {
    margin-left: 0;
    margin-right: 0;
  }
}
/* ===[ banner ]=== */
.elementary .educator-log-in {
  padding: 0;
}
.banner {
  padding-top: 46px;
  /* the top padding is the value of the navbar's height (do not use margin) */

  color: #ffffff;
}
.banner-inner .row-fluid {
  min-height: 25px;
}
.elementary .banner-inner {
  background: transparent;
}
.middle .banner-inner {
  background: url("/resources/img/shared/l2_noise.png");
}
.high .banner-inner {
  background: url("/resources/img/shared/l3_noise.png");
}
.features .banner-inner {
  background: #666;
}
.banner-title {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #333333;
  font-size: 42px;
  line-height: 48px;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.4);
  margin-bottom: 4px;
}
.tagline {
  color: #333333;
  font-style: italic;
  font-weight: bold;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.4);
}
.tagline-date {
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
}
.elementary .banner-title {
  font-size: 48px;
  line-height: 48px;
}
.high .tagline {
  color: #ffffff;
  text-shadow: none;
}
.high .tagline-date {
  color: #ffffff;
}
.high.related h1.banner-title::first-letter,
.high.media h1.banner-title::first-letter {
  text-transform: uppercase;
}
.levels-ctn {
  color: #666;
  font-size: 13px;
  margin-right: 11px;
}
.padded-subheader {
  margin-top: 0.5em;
  padding-top: 1em;
  padding-bottom: 1em;
}
.banner .levels-ctn {
  text-align: right;
}
.banner .levels {
  position: relative;
  top: 0.5em;
  padding: 4px;
  margin: 0;
  background: url("/resources/img/noise.png") repeat scroll 0 0 transparent;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.banner .nav-tabs {
  position: relative;
  margin-bottom: 0;
  border-bottom: none;
}
.banner .nav-tabs .active > a {
  text-shadow: 2px 0 2px rgba(0, 0, 0, 0.1);
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.banner .nav-tabs > li {
  margin-bottom: 0;
}
.banner .nav-tabs > li > a {
  padding-top: 4px;
  padding-bottom: 5px;
  text-align: center;
  letter-spacing: 1px;
  -webkit-box-shadow: 2px 0 2px rgba(0, 0, 0, 0.1), -2px 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 0 2px rgba(0, 0, 0, 0.1), -2px 0 2px rgba(0, 0, 0, 0.1);
  border: 0;
  background-color: #eeeeee;
  margin-right: 6px;
}
.banner .nav-tabs > li > a:hover {
  border-color: transparent;
  background-color: #eeeeee;
}
.banner .nav-tabs > li > a:after {
  position: absolute;
  display: block;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  content: '';
}
.elementary .banner .nav-tabs .active > a,
.elementary .banner .nav-tabs > li > a:hover {
  color: #bf7600;
}
.middle .banner .nav-tabs > li > a {
  color: #ffffff;
  background-color: #28a5dd;
}
.middle .banner .nav-tabs > li.active > a {
  color: #777;
  background-color: #ffffff;
}
.middle .banner .nav-tabs > li.active > a:hover {
  color: #777;
  background-color: #ffffff;
}
.high .banner .nav-tabs > li > a {
  color: #ffffff;
  background-color: #2b839e;
}
.high .banner .nav-tabs > li.active > a {
  color: #777;
  background-color: #ffffff;
}
.high .banner .nav-tabs > li.active > a:hover {
  color: #777;
  background-color: #ffffff;
}
.banner .nav-tabs > .active > a {
  color: #333333;
  font-weight: bold;
  background-color: #ffffff;
}
.middle .banner .nav-tabs > li > a:hover {
  color: #C9E8F6;
}
.high .banner .nav-tabs > li > a:hover {
  color: #CAE0E7;
}
.banner .nav-pills {
  margin-bottom: 0.5em;
  margin-right: 0.75em;
}
.banner .nav-pills > li > a {
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.banner .nav-pills .active > a,
.banner .nav-pills > li > a:hover {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.8);
}
.elementary .banner .nav-pills .active > a,
.elementary .banner .nav-pills > li > a:hover {
  color: #bf7600;
}
.middle .banner .nav-pills .active > a,
.middle .banner .nav-pills > li > a:hover {
  color: #096283;
}
.high .banner .nav-pills .active > a,
.high .banner .nav-pills > li > a:hover {
  color: #096283;
}
@media (max-width: 480px) {
  .navbar .brand {
    font-size: 16px;
  }
  .brand-level {
    font-size: 16px;
  }
  .banner .levels-ctn {
    text-align: center;
  }
  .banner .levels {
    top: 0.25em;
    margin-right: 1em;
  }
  body {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .banner .levels {
    top: 0.25em;
    margin-right: 1em;
  }
  body {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 979px) {
  .navbar-fixed-top {
    margin-bottom: 0;
  }
  .banner {
    padding-top: 0;
  }
}
/* ===[ sidebar ]=== */
.sidebar {
  padding: 1em 0;
}
.sidebar .position-relative {
  position: relative;
}
/* ===[ content ]=== */
.content {
  padding: 0.75em 1em;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
/* ====================================================================================================
 * [ generics ]
 * styles in this section are meant to be used everywhere unless overriden in another file
 * ====================================================================================================
 */
.thumb {
  float: left;
  width: 16%;
  height: 100px;
  margin: 2% 2% 25px 2%;
  text-align: center;
  line-height: 100px;
}
.thumb img {
  width: auto;
  max-height: 100px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.thumb img:hover {
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 105, 214, 0.5);
  box-shadow: 0 0 6px 0 rgba(0, 105, 214, 0.5);
}
.thumb a {
  display: block;
  width: 100%;
  height: 100%;
}
.intro-title,
.message {
  color: #333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: normal;
  line-height: 21px;
}
.elementary .thumb:hover {
  border-color: #bf7600;
}
.elementary .intro-title {
  color: #333;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 24px;
  padding-bottom: 15px;
  padding-top: 20px;
}
.elementary .intro-title.compact {
  font-size: 21px;
  padding: 10px 18px 15px;
}
.middle .thumb:hover {
  border-color: #096283;
}
.high .thumb:hover {
  border-color: #096283;
}
.media-metadata p {
  margin: 0;
  font-size: 12px;
}
.media-metadata ul {
  margin: 0;
  list-style: none;
}
.media-metadata li {
  margin-bottom: 4px;
}
.media-metadata-level {
  font-weight: bold;
}
.media-metadata-level span {
  background-color: #a271b9;
  margin-right: 4px;
  padding: 0px 5px;
  color: #fff;
}
.media-metadata-level.elementary {
  color: #bf7600;
}
.media-metadata-level.middle {
  color: #096283;
}
.media-metadata-level.high {
  color: #096283;
}
@media (min-width: 768px) and (max-width: 979px) {
  .thumb {
    width: 21%;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .thumb {
    width: 29%;
  }
}
@media (max-width: 480px) {
  .thumb {
    width: 46%;
  }
}
/* ===[ footer ]=== */
#shared-footer {
  background-color: #084466;
  padding: 0 1em;
  position: relative;
}
#shared-footer img {
  padding-top: 0.5em;
  margin-left: -20px;
}
#shared-footer span {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 11px;
  color: #999999;
  clear: both;
  line-height: 14px;
}
.nav-footer {
  padding: 0.25em 0 0;
  margin: 0;
}
.nav-footer li {
  display: inline;
  color: #ffffff;
}
.nav-footer li:before {
  content: "\b7\a0";
  color: #999999;
}
.nav-footer li:first-child:before {
  content: "";
}
.nav-footer li a {
  margin: 0 0.25em;
  color: #ffffff;
  font-size: 11px;
}
.nav-footer li a:hover {
  color: #ffffff;
}
.nav-user-content {
  padding: 0;
  margin: 0.5em 0.5em 0 0;
  white-space: nowrap;
  display: none;
}
.nav-user-content li {
  display: inline;
  color: #000000;
  margin: 0 0.2em;
}
.nav-user-content li:before {
  content: "|";
  color: #000000;
}
.nav-user-content li:first-child:before {
  content: "";
}
.nav-user-content li a {
  margin-left: 0.5em;
  color: #000000;
}
.nav-user-content li a:hover {
  color: #000000;
  text-decoration: none;
}
.nav-user-content li #login-help {
  white-space: normal;
}
.nav-user-content li #login-help .login-help {
  color: #CB7900;
  font-size: 17px;
  text-shadow: 1px 1px 1px #ffffff, -1px -1px 1px #ffffff, -1px 1px 1px #ffffff, 1px -1px 1px #ffffff;
  position: relative;
  left: -1px;
  top: 1px;
}
#level-chooser-box .fontello-icon-up-dir {
  position: absolute;
  font-size: 24px;
  color: #084466;
}
#level-chooser-box ul {
  position: absolute;
  list-style: none;
  margin: 0px;
  background-color: #084466;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#level-chooser-box ul li {
  float: left;
  clear: none;
  margin-left: 2em;
  margin-right: 1em;
}
#level-chooser-box ul li a {
  color: #ffffff;
}
#level-chooser-box ul li a:hover {
  color: #ffffff;
  text-decoration: none;
}
#level-chooser-box ul li:first-child {
  margin-left: 1em;
}
@media (max-width: 979px) {
  #shared-wrapper {
    margin: 0 auto -169px;
    /* the bottom margin is the negative value of the footer's height */
  
  }
  #shared-footer,
  #shared-pusher {
    height: 199px;
    /* pusher must be the same height as footer */
  
  }
  .nav-footer li {
    display: inherit;
    list-style: none;
  }
  .nav-footer li:before {
    content: "";
  }
  #shared-footer .container {
    width: auto;
  }
  #shared-footer img {
    margin-left: 0;
  }
}
/* ===[ non-semantic helper classes ]=== */
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto !important;
  height: auto !important;
  margin: 0 !important;
  overflow: visible !important;
  position: static !important;
  width: auto !important;
}
.auto-width {
  width: auto;
}
.widget-box {
  margin-top: 2em;
  padding: 0.75em 2.25em 0.75em 1em;
  position: relative;
}
.high .widget-box {
  background-color: #eddbb6;
  border-color: #ffffff #ffffff #ffffff #b9a98b;
  -webkit-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
  border-style: solid;
  border-width: 2px 2px 2px 1px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.high .widget-box-title {
  font-size: 18px;
}
.high .widget-box-content {
  font-family: Open Sans;
  font-size: 14px;
}
.high .widget-box-corner {
  background-image: url("/resources/img/dyk/bolse3_dyk_crnr_l3.png");
  bottom: -21px;
  height: 21px;
  position: absolute;
  right: 0;
  width: 175px;
}
.middle .widget-box {
  background-color: #efece2;
}
.middle .widget-box-title {
  font-size: 15px;
}
.middle .widget-box-content {
  font-size: 15px;
  color: #555555;
}
.middle .widget-box-corner {
  background-image: url("/resources/img/dyk/bolse3_dyk_crnr_l2.png");
  bottom: 0;
  height: 38px;
  position: absolute;
  right: 0;
  width: 38px;
}
.elementary .widget-box {
  background-color: transparent;
  margin: 0 0 1em;
  padding: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: center;
}
.elementary .widget-box-title {
  color: #efefef !important;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-shadow: -1px -1px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 1;
  padding: 5px 0 0;
  background-color: #da6712;
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.15)), color-stop(1, rgba(255, 255, 255, 0.15)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 0 #ef8434 inset, 0 3px 0 0 #ab5312;
  box-shadow: 0 1px 0 #ef8434 inset, 0 3px 0 0 #ab5312;
}
.elementary .widget-box-content {
  padding: 0.75em;
  margin: 0;
  background: #efefef;
  -webkit-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 3px 0 #dcdcdc;
  box-shadow: 0 3px 0 #dcdcdc;
}
#fancybox-wrap {
  min-width: 400px;
}
#fancybox-wrap .show-transcript {
  float: right;
  width: 350px;
  position: relative;
  overflow-y: auto;
  margin-right: 50px;
  margin-top: 15px;
  white-space: pre-wrap;
}
#fancybox-wrap #fancybox-content {
  min-width: 360px;
  text-align: center;
}
#fancybox-wrap #fancybox-content img {
  width: auto;
  max-width: 100%;
}
#fancybox-wrap #fancybox-title {
  min-width: 360px;
}
.fancybox-title-inside .download {
  font-weight: bold;
}
.fancybox-title-inside .download i {
  margin-right: 5px;
  color: #096283;
}
.fancybox-title-inside #transcriptToggle {
  margin-top: 5px;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 8px;
}
.fancybox-title-inside #transcriptToggle a i {
  margin-right: 5px;
  color: #096283;
}
.fancybox-title-inside #transcriptToggle #hide {
  display: none;
}
.fancybox-title-inside #transcript {
  display: none;
  white-space: pre-wrap;
}
.elementary #transcriptToggle a i {
  color: #bf7600;
}
.view-all-favorites {
  font-size: 10px;
  font-weight: normal;
}
#favorites-popup,
.toolbar-favorite-template {
  padding-bottom: 20px;
}
#favorites-popup .favorites-panel-header,
.toolbar-favorite-template .favorites-panel-header {
  position: relative;
  padding-left: 34px;
  margin-right: 20px;
}
#favorites-popup .favorites-panel-header i,
.toolbar-favorite-template .favorites-panel-header i {
  color: #CB7900;
  position: absolute;
  left: 5px;
  top: 0;
  font-size: 24px;
}
#favorites-popup .favorites-panel-header h3,
.toolbar-favorite-template .favorites-panel-header h3 {
  line-height: 24px;
}
#favorites-popup .favorites-panel-spinner,
.toolbar-favorite-template .favorites-panel-spinner {
  width: 100%;
}
#favorites-popup .favorites-panel-spinner img,
.toolbar-favorite-template .favorites-panel-spinner img {
  margin: auto;
  display: block;
  border: 0px !important;
}
#favorites-popup .favorites-panel-labels label,
.toolbar-favorite-template .favorites-panel-labels label {
  font-weight: normal;
}
#favorites-popup .favorites-panel-labels select#favorites-panel-label-select,
.toolbar-favorite-template .favorites-panel-labels select#favorites-panel-label-select {
  max-width: 300px;
}
#favorites-popup .favorites-panel-labels .review-packs,
.toolbar-favorite-template .favorites-panel-labels .review-packs {
  display: none;
  line-height: 37px;
  vertical-align: top;
}
#favorites-popup .favorites-panel-labels .review-packs.show,
.toolbar-favorite-template .favorites-panel-labels .review-packs.show {
  display: inline;
}
#switch-to-original {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 8px 8px 0 0;
  bottom: 0;
  box-shadow: 2px 0 4px 2px #888888;
  cursor: pointer;
  font-weight: bold;
  padding: 6px;
  position: fixed;
  right: 6px;
  text-transform: uppercase;
  z-index: 200000;
}
#switch-to-original a {
  color: #ffffff;
  text-decoration: none;
}
.login {
  background: url("/resources/img/bolse3_l3_noise.png");
}
.login .content {
  margin-top: 20px;
}
.login form span {
  display: block;
  line-height: 30px;
  margin-bottom: 16px;
  margin-top: -5px;
}
.login form#account-selector span {
  display: inline;
  margin-bottom: 0px;
  font-weight: bold;
  margin-right: 1em;
}
.login form#account-selector div {
  margin-bottom: 25px;
}
.subheading-tools {
  text-align: right;
  margin-bottom: 5px;
  position: relative;
}
.subheading-tools a {
  color: #ffffff;
}
.fade-left {
  margin-top: 0.55em;
  margin-right: 40px;
  position: absolute;
  display: none;
  right: 1px;
  font-weight: bold;
}
.fade-left a {
  color: #000000;
}
.fade-left a:hover {
  text-decoration: none;
}
#toggle-my-britannica {
  border-left: 1px solid #404040;
  cursor: pointer;
  float: right;
  height: 15px;
  left: -14px;
  position: relative;
  top: 11px;
  margin-left: 12px;
}
#toggle-my-britannica i {
  color: #000000;
  font-size: 14px;
  margin-left: 10px;
  position: relative;
  top: -4px;
}
.lt-ie9 .elementary .btn-legacy-arrow {
  background: url(/resources/img/right_arrow.png) no-repeat scroll center center transparent;
  padding: 5px 7px;
  position: absolute;
  right: 1em;
  top: 1em;
}
.cobrand-top .navbar-inner {
  background-image: none;
  filter: none;
  min-height: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.elementary .cobrand-top {
  display: none;
}
.ios #fancybox-left-ico {
  left: 20px;
}
.ios #fancybox-right-ico {
  left: auto;
  right: 20px;
}
#related-content .content h3,
#search-content .content h3 {
  line-height: normal;
  margin-bottom: 0;
  margin-top: 5px;
}
@media (max-width: 370px) {
  .navbar-search .search-query {
    width: 70%;
  }
}
@media (max-width: 433px) {
  .brand-level {
    padding-left: 54px;
    top: -10px;
  }
  .navbar-search {
    margin-top: -1px;
  }
  .navbar .btn-navbar {
    margin-top: -1px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .navbar-search .search-query {
    width: 88%;
  }
  .navbar .navbar-inner .container {
    width: 970px;
  }
}
@media (min-width: 627px) and (max-width: 720px) {
  .navbar-search .search-query {
    width: 75%;
  }
}
.ui-autocomplete {
  background-color: #fff !important;
  padding: 12px;
  box-shadow: 0 1px 6px 2px rgba(0, 0, 0, 0.12);
}
.ui-autocomplete .ui-autocomplete-category {
  width: 95%;
  clear: both;
  color: #333 !important;
  font-size: 16px;
  font-weight: bold;
}
.ui-autocomplete .ui-autocomplete-category span {
  margin-left: 8px;
}
.ui-autocomplete .ui-menu-item {
  margin-left: 18px;
  margin-top: 1px;
  width: 95%;
}
.ui-autocomplete .media {
  float: left;
  clear: none;
  width: 120px;
  margin-right: 18px;
  text-align: center;
}
.ui-autocomplete .media a {
  position: relative;
}
.ui-autocomplete .media a i {
  padding: .5em;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  margin-top: -12px;
  margin-left: -12px;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.5em;
  height: 0.5em;
  color: #FFF;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  line-height: 0.5em;
  border: 1px solid #FFF;
  z-index: 1;
}
.ui-autocomplete .media a img {
  max-height: 100px;
  width: auto;
}
.ui-autocomplete hr {
  margin: 7px 5px 7px -28px !important;
  border-color: #e0e0e0;
  border-top-width: 1px;
  border-bottom-width: 0px;
}
.high.nara {
  background: url("/resources/img/shared/l3_noise.png");
}
.middle.nara {
  background: url("/resources/img/shared/l2_noise.png");
}
#fancybox-content {
  z-index: 1104;
}
#fancybox-close {
  top: -12px;
  right: -12px;
}
.chzn-drop {
  z-index: 2000 !important;
}
/** Explore Britannica and fontello icon styling **/
.component-heading {
  font-family: 'Boogaloo', cursive;
  font-size: 36px;
  font-weight: normal;
  line-height: 30px;
  color: #084466;
  padding-right: 5px;
}
.component-baseline {
  background-color: #7FB33D;
  border-radius: 16px;
  height: 6px;
}
.icon-container {
  border-radius: 50%;
  display: inline-block !important;
  height: 29px;
  width: 29px;
  text-align: center;
  vertical-align: middle;
  background: none;
}
.icon-container.orange {
  background-color: #FF5700;
}
.icon-container.blue {
  background-color: #28A5DD;
}
.icon-container.purple {
  background-color: #AF4AC5;
}
.icon-container.green {
  background-color: #6E961A;
}
.icon-container i {
  color: #FFF;
  font-size: 110%;
  line-height: 29px;
}
.explore-britannica,
#students .explore-britannica,
#educators .explore-britannica {
  padding: 15px 20px;
}
.explore-britannica ul,
#students .explore-britannica ul,
#educators .explore-britannica ul {
  margin-left: 0;
  list-style: none;
}
.explore-britannica ul li,
#students .explore-britannica ul li,
#educators .explore-britannica ul li {
  line-height: 60px;
}
.explore-britannica ul li a,
#students .explore-britannica ul li a,
#educators .explore-britannica ul li a {
  font-size: 17px;
  color: #006DC1;
  font-weight: normal;
}
.explore-britannica.cozy ul li,
#students .explore-britannica.cozy ul li,
#educators .explore-britannica.cozy ul li {
  line-height: 48px;
}
.explore-britannica .icon-container,
#students .explore-britannica .icon-container,
#educators .explore-britannica .icon-container {
  height: 36px;
  width: 36px;
  margin-right: 5px;
}
.explore-britannica .icon-container.browse-media,
#students .explore-britannica .icon-container.browse-media,
#educators .explore-britannica .icon-container.browse-media {
  position: relative;
}
.explore-britannica .icon-container.browse-media i,
#students .explore-britannica .icon-container.browse-media i,
#educators .explore-britannica .icon-container.browse-media i {
  position: absolute;
  font-size: 110%;
}
.explore-britannica .icon-container.browse-media i.picture,
#students .explore-britannica .icon-container.browse-media i.picture,
#educators .explore-britannica .icon-container.browse-media i.picture {
  left: 7px;
  top: -5px;
}
.explore-britannica .icon-container.browse-media i.video,
#students .explore-britannica .icon-container.browse-media i.video,
#educators .explore-britannica .icon-container.browse-media i.video {
  right: 7px;
  top: 2px;
}
.explore-britannica .icon-container.browse-media i:before,
#students .explore-britannica .icon-container.browse-media i:before,
#educators .explore-britannica .icon-container.browse-media i:before {
  font-size: 75%;
}
.explore-britannica .icon-container.atlas i,
#students .explore-britannica .icon-container.atlas i,
#educators .explore-britannica .icon-container.atlas i {
  font-size: 150%;
}
.explore-britannica .icon-container.atlas i:before,
#students .explore-britannica .icon-container.atlas i:before,
#educators .explore-britannica .icon-container.atlas i:before {
  -ms-transform: rotate(-6deg);
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.explore-britannica .icon-container.in-focus i:before,
#students .explore-britannica .icon-container.in-focus i:before,
#educators .explore-britannica .icon-container.in-focus i:before {
  -ms-transform: rotate(-6deg);
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.explore-britannica .icon-container i,
#students .explore-britannica .icon-container i,
#educators .explore-britannica .icon-container i {
  line-height: 34px;
  font-size: 120%;
}
/** Generic helper classes **/
.float-left {
  float: left !important;
}
.italic {
  font-style: italic !important;
}
.uppercase {
  text-transform: uppercase !important;
}
/** media queries **/
@media (max-width: 979px) {
  .explore-britannica ul li,
  #students .explore-britannica ul li,
  #educators .explore-britannica ul li {
    position: relative;
    line-height: 45px;
  }
  .explore-britannica ul li a,
  #students .explore-britannica ul li a,
  #educators .explore-britannica ul li a {
    font-size: 13px;
    padding-left: 35px;
  }
  .explore-britannica ul li a span.icon-container,
  #students .explore-britannica ul li a span.icon-container,
  #educators .explore-britannica ul li a span.icon-container {
    position: absolute;
    height: 28px;
    width: 28px;
    left: 0;
    top: 9px;
    font-size: 17px;
  }
  .explore-britannica ul li a span.icon-container.browse-media,
  #students .explore-britannica ul li a span.icon-container.browse-media,
  #educators .explore-britannica ul li a span.icon-container.browse-media {
    position: absolute;
  }
  .explore-britannica ul li a span.icon-container.browse-media i.picture,
  #students .explore-britannica ul li a span.icon-container.browse-media i.picture,
  #educators .explore-britannica ul li a span.icon-container.browse-media i.picture {
    left: 4px;
    top: -5px;
  }
  .explore-britannica ul li a span.icon-container.browse-media i.picture:before,
  #students .explore-britannica ul li a span.icon-container.browse-media i.picture:before,
  #educators .explore-britannica ul li a span.icon-container.browse-media i.picture:before {
    font-size: 62%;
  }
  .explore-britannica ul li a span.icon-container.browse-media i.video,
  #students .explore-britannica ul li a span.icon-container.browse-media i.video,
  #educators .explore-britannica ul li a span.icon-container.browse-media i.video {
    right: 4px;
    top: 0;
  }
  .explore-britannica ul li a span.icon-container.browse-media i.video:before,
  #students .explore-britannica ul li a span.icon-container.browse-media i.video:before,
  #educators .explore-britannica ul li a span.icon-container.browse-media i.video:before {
    font-size: 62%;
  }
  .explore-britannica ul li a span.icon-container i,
  #students .explore-britannica ul li a span.icon-container i,
  #educators .explore-britannica ul li a span.icon-container i {
    line-height: 27px;
    font-size: 100%;
  }
  .explore-britannica ul li a span.icon-container.atlas i,
  #students .explore-britannica ul li a span.icon-container.atlas i,
  #educators .explore-britannica ul li a span.icon-container.atlas i {
    font-size: 120%;
  }
  .explore-britannica.cozy ul li,
  #students .explore-britannica.cozy ul li,
  #educators .explore-britannica.cozy ul li {
    line-height: 36px;
  }
  .explore-britannica.cozy ul li span.icon-container,
  #students .explore-britannica.cozy ul li span.icon-container,
  #educators .explore-britannica.cozy ul li span.icon-container {
    left: 0;
    top: 5px;
  }
}
.half {
  float: left;
  width: 46%;
}
.inline-block {
  display: inline-block !important;
  margin-right: -4px !important;
}
.bold {
  font-weight: bold;
}
#b2IqLink {
  background: url("/resources/img/bolse3_iq_link.png") no-repeat bottom right;
  padding-right: 30px;
  height: 35px;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
#b2IqLink span.teaser {
  font-size: 11px;
  line-height: 13px;
  font-weight: bold;
  color: #A60029;
  text-shadow: 1px 1px #ffffff, -1px -1px #ffffff, 1px -1px #ffffff, -1px 1px #ffffff;
  text-transform: uppercase;
}
#b2IqLink span.product-name {
  font-size: 14px;
  line-height: 13px;
  font-weight: bold;
  color: #A60029;
  text-shadow: 1px 1px #ffffff, -1px -1px #ffffff, 1px -1px #ffffff, -1px 1px #ffffff;
}
#b2IqLink span.preview-expires {
  display: block;
  text-align: right;
  font-size: 11px;
  line-height: 13px;
  font-style: italic;
  color: #666666;
  text-shadow: 1px 1px #ffffff, -1px -1px #ffffff, 1px -1px #ffffff, -1px 1px #ffffff;
  padding-right: 30px;
}
#b2IqLink:hover {
  text-decoration: none;
}
.article .high .banner-title,
.related .high .banner-title,
.media .high .banner-title,
.article .middle .banner-title,
.related .middle .banner-title,
.media .middle .banner-title {
  margin-bottom: 20px;
}
.full-page-dialog {
  padding: 20px !important;
}
/** Related media tab */
html.media #header-tools-container {
  display: none;
}
html.media .related-media-container ul {
  list-style: none;
  margin: 0;
  padding-top: 20px;
}
html.media .related-media-container ul li {
  float: left;
  width: 235px;
  height: 300px;
  text-align: center;
}
html.media .related-media-container ul li a {
  display: block;
  height: 200px;
  vertical-align: middle;
  position: relative;
  padding: 0 20px;
  white-space: nowrap;
}
html.media .related-media-container ul li a:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
html.media .related-media-container ul li a i {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 1em;
  margin-top: -15px;
  margin-left: -15px;
  padding: 6px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  line-height: 1em;
  border: 2px solid #ffffff;
  text-align: center;
}
html.media .related-media-container ul li a img {
  max-height: 100%;
}
html.media .related-media-container ul li .image-text {
  height: 60px;
  padding: 10px;
}
html.media .related-media-container ul li .image-text .title {
  color: #333333;
  font-size: 13px;
  line-height: 1.25em;
  font-weight: bold;
  font-style: normal;
}
@media (min-width: 1200px) {
  html.media .related-media-container ul li {
    width: 292px;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  html.media .related-media-container ul li {
    width: 241px;
  }
}
@media (max-width: 767px) {
  html.media .related-media-container ul li {
    width: auto;
    float: none;
  }
}
#user-profile-modal {
  font-size: 14px;
  line-height: 18px;
}
#user-profile-modal img {
  float: left;
  margin: 0px 20px 10px 0px;
}
#user-profile-modal .profile-data {
  float: left;
  width: 50%;
}
#user-profile-modal h3 {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #333333;
}
#user-profile-modal h4 {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #666666;
  font-weight: normal;
  margin-bottom: 10px;
}
/** ======= interactive icon **/
.interactive-thumb-container {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.interactive-thumb-container .content-type-interactive {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #FFF;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  text-transform: uppercase;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
}
.interactive-thumb-container .content-type-interactive.small {
  line-height: 18px;
  font-size: 10px;
}
.interactive-thumb-container .content-type-interactive .fontello-icon-retweet {
  padding-right: 5px;
}
/** ======= video duration ======= **/
.video-thumb-container {
  display: inline-block;
  position: relative;
  max-width: 100%;
}
.video-thumb-container .video-duration {
  bottom: 0;
  top: auto;
  left: auto;
  right: 0;
  border: none;
  border-radius: 0;
  font-size: 12px;
  color: #FFF;
  position: absolute;
  display: block;
  margin: 0;
  background-color: #000;
  width: 36px;
  line-height: 14px;
  padding: 0;
  font-weight: bold;
  font-style: italic;
  text-align: center;
}
.video-thumb-container .video-duration.large {
  font-size: 14px;
  line-height: 16px;
  width: 40px;
}
/** ====== audio icon ====== **/
figure a.audio-link.audio-container {
  height: auto;
  width: 208px;
  color: #66A7DA;
}
figure a.audio-link.audio-container:hover {
  color: #006DC1;
}
.audio-container {
  border: 1px solid #CCC;
  padding: 5px;
  text-align: center;
  background: #FFF;
  color: #66A7DA;
}
.audio-container:hover {
  text-decoration: none;
  color: #006DC1;
}
.audio-container:hover {
  text-decoration: none;
  color: #006DC1;
}
.audio-container.small {
  height: 53px;
  padding: 0;
}
.audio-container.small .audio-icon {
  font-size: 30px;
}
.audio-container.small .audio-icon:before {
  margin-top: 17px;
  margin-bottom: 17px;
}
.audio-container .audio-icon {
  font-size: 60px;
}
.audio-container .audio-icon:before {
  margin-top: 25px;
  margin-bottom: 25px;
}
.audio-container .audio-text {
  color: #333;
  font-size: 12px;
  line-height: 14px;
}
/*==== Media element: from bootstrap ====*/
.media,
.media-body {
  zoom: 1;
}
.media > .pull-left {
  margin-right: 10px;
}
.media-object {
  display: block;
}
/**** End of Media element: from bootstrap ****/
/*==== vertical align component ====*/
/*===
 example usage: <div class="vertical-align">
 <span class="helper"></span><div class="element-container"> <!--- on the same line -->
 ......</div>
 </div>
===*/
.vertical-align {
  text-align: center;
}
.vertical-align .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.vertical-align .element-container {
  max-width: 100%;
  height: auto !important;
  display: inline-block !important;
  vertical-align: middle;
}
html.media .related-media-container ul li a .audio-container {
  width: 175px;
  display: inline-block;
  vertical-align: middle;
}
html.media .related-media-container ul li a .audio-container .audio-icon:before {
  margin-top: 44px;
  margin-bottom: 44px;
}
@media (min-width: 1200px) {
  html.media .related-media-container ul li a .audio-container {
    width: 208px;
  }
}
@media (max-width: 768px) {
  html.media .related-media-container ul li .video-thumb-container,
  html.media .related-media-container ul li .interactive-thumb-container {
    height: 200px;
  }
  .interactive-thumb-container .content-type-interactive {
    font-size: 12px;
    line-height: 22px;
  }
}
/*======== CSS Tooltip ===========*/
.css-tooltip-toggle {
  cursor: pointer;
  position: relative;
}
.css-tooltip-toggle.right::before {
  left: 45px;
  bottom: 4px;
}
.css-tooltip-toggle.right::after {
  bottom: 6px;
  left: 46px;
  border-left: 0;
  border-right: 10px solid #2B222A;
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid rgba(0, 0, 0, 0);
}
.css-tooltip-toggle::before {
  position: absolute;
  bottom: 42px;
  left: -60px;
  line-height: normal;
  background-color: #2B222A;
  border-radius: 5px;
  color: #fff;
  content: attr(data-tooltip);
  padding: 5px;
  font-size: 11px;
  text-transform: none;
  transition: all 0.5s ease;
  width: 150px;
  z-index: 1000;
}
.css-tooltip-toggle::after {
  position: absolute;
  bottom: 32px;
  left: 20px;
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-top: 10px solid #2B222A;
  content: "";
  line-height: 0;
  margin-left: -10px;
  width: 0;
}
.css-tooltip-toggle::before,
.css-tooltip-toggle::after {
  opacity: 0;
  pointer-events: none;
  text-align: center;
  font-weight: normal;
}
.css-tooltip-toggle:hover::before,
.css-tooltip-toggle:hover::after {
  opacity: 1;
  transition: all 0.75s ease;
}
/**====== alert popover =======**/
.alert-popover {
  position: absolute;
  background-color: #FF8000;
  border-radius: 12px;
  z-index: 1040;
}
.alert-popover .alert-popover-content {
  padding: 10px;
  color: #FFF;
  text-align: center;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
}
.alert-popover.error {
  background-color: #c00;
}
.alert-popover.error.top:before {
  border-bottom-color: #c00;
}
.alert-popover.error.bottom:before {
  border-top-color: #c00;
}
.alert-popover.error.right:before {
  border-left-color: #c00;
}
.alert-popover.error.left:before {
  border-right-color: #c00;
}
.alert-popover:before,
.alert-popover:after {
  border: 18px solid rgba(0, 0, 0, 0);
  height: 0;
  width: 0;
  position: absolute;
}
.alert-popover.top:before {
  bottom: 100%;
  border-color: rgba(0, 0, 0, 0);
  border-bottom-color: #FF8000;
  content: "";
  left: 50%;
  margin-left: -18px;
}
.alert-popover.bottom:before {
  top: 100%;
  border-top-color: #FF8000;
  content: "";
  left: 50%;
  margin-left: -18px;
}
.alert-popover.right:before {
  left: 100%;
  border-left-color: #FF8000;
  content: "";
  top: 50%;
  margin-top: -18px;
}
.alert-popover.left:before {
  right: 100%;
  border-right-color: #FF8000;
  content: "";
  top: 50%;
  margin-top: -18px;
}
.tools {
  margin: 0;
  padding: 0;
}
.tool {
  display: inline;
}
.elementary .tools-ctn {
  margin: 0 0 1em;
  background-color: rgba(51, 51, 51, 0.7);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.1)), color-stop(1, rgba(255, 255, 255, 0.1)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 0 rgba(68, 68, 68, .50) inset, 0 3px 0 0 rgba(34, 34, 34, .60);
  box-shadow: 0 1px 0 rgba(68, 68, 68, .50) inset, 0 3px 0 0 rgba(34, 34, 34, .60);
  text-align: center;
}
.elementary .tools-ctn #favorites-popup {
  text-align: left;
}
.elementary .tools {
  padding: 6px 10px 1px;
}
.elementary .tools a {
  display: inline-block;
  padding: 3px 10px;
  font-size: 21px;
  color: #999999;
}
.elementary .tools a:hover {
  color: #ffffff;
  text-decoration: none;
}
.elementary .tools a.favorite {
  color: #D0B637;
}
.elementary .tools a.favorite:hover {
  color: #FFDD33;
}
.elementary .toolbar #header-toolbar .fontello-icon-star,
.elementary .toolbar #header-toolbar .fontello-icon-star-empty {
  color: #ffdd33;
}
.elementary .magazine .tool-email {
  display: none;
}
.elementary #media-gallery .tools-ctn {
  margin: 0 1em !important;
}
.elementary.search .elem-favorite,
.elementary.related .elem-favorite,
.elementary.resources .elem-favorite,
.elementary.magazine .elem-favorite {
  display: none;
}
@media (max-width: 1199px) {
  .elementary .tools {
    padding-left: 6px;
    padding-right: 6px;
  }
  .elementary .tools a {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 768px) {
  .elementary .tools {
    padding-left: 0;
    padding-right: 0;
  }
  .elementary .tools a {
    padding-left: 2px;
    padding-right: 2px;
  }
}
html .header-tools-wrapper {
  position: relative;
  top: 22px;
}
html .header-tools-wrapper #header-tools-container {
  position: static;
}
.teacher .header-tools-wrapper,
.help .header-tools-wrapper {
  top: 0;
}
.search .header-tools-wrapper {
  height: 3.5em;
  top: 20px;
}
.lessons .header-tools-wrapper {
  top: 30px;
}
#header-tools-container {
  bottom: 0;
  right: 0;
  float: right;
}
#additional-gallery #header-tools-container {
  bottom: auto;
  right: 0;
  float: right;
  margin-right: 28px;
  margin-top: 5px;
  margin-bottom: 1em;
  float: right;
}
#additional-gallery #header-tools-container div#remove-toolbar {
  display: none;
}
@media (max-width: 480px) {
  #header-tools-container {
    height: auto;
  }
  #header-tools-container #header-toolbar .item a {
    padding-left: 7px;
    padding-right: 7px;
  }
}
#header-tools .header-tools-label {
  bottom: -20px;
  font-size: 11px;
  left: 1px;
  position: absolute;
}
#header-toolbar,
#header-tools {
  background-color: #ffffff;
  float: right;
  position: relative;
  -webkit-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
}
#header-toolbar a,
#header-tools a {
  color: #66A7DA;
}
#header-tools a,
#header-toolbar #remove-toolbar a {
  color: #006DC1;
}
#header-tools a:hover,
#header-toolbar a:hover,
#header-toolbar #remove-toolbar a:hover {
  color: #006DC1;
  text-decoration: none;
}
#header-tools {
  cursor: pointer;
  display: none;
  padding: 4px 5px 2px;
  min-height: 24px;
}
#header-tools a {
  border-left: 1px solid #BFDAEF;
  padding: 2px 10px 3px 15px;
}
.no-touch #header-toolbar a:hover .title {
  display: block;
}
#header-toolbar {
  -webkit-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
  padding: 3px 5px 1px;
  min-height: 26px;
}
#header-toolbar div {
  float: left;
  font-size: 24px;
  cursor: pointer;
  text-align: center;
}
#header-toolbar a {
  display: block;
  padding: 0 8px;
  position: relative;
}
#header-toolbar a .title {
  color: #000000;
  display: none;
  font-size: 11px;
  position: absolute;
  top: -22px;
  left: -80px;
  width: 200px;
  text-align: center;
  white-space: nowrap;
}
#header-toolbar a i {
  line-height: 24px;
}
#header-toolbar a .fontello-icon-star,
#header-toolbar a .fontello-icon-star-empty {
  color: #CB7900;
}
#header-toolbar a.disabled {
  pointer-events: none;
  cursor: default;
  color: rgba(51, 51, 51, 0.5);
}
#header-toolbar #remove-toolbar {
  border-left: 1px solid #BFDAEF;
  cursor: pointer;
  font-size: 14px;
  margin: 1px 0 0 8px;
  padding-left: 5px;
}
#header-toolbar #remove-toolbar a {
  padding: 0 10px;
}
#header-toolbar #remove-toolbar a i {
  line-height: 14px;
}
#header-toolbar .toolbar-label {
  font-size: 11px;
  bottom: 4px;
  line-height: 10px;
  margin: 0;
  float: none;
}
#header-toolbar .blockable {
  position: relative;
}
#header-toolbar .blockable .mask {
  display: none;
  cursor: default;
  height: 100%;
  margin: 0;
  padding: 5px 0;
  width: 100%;
  position: absolute;
  top: -5px;
  background: url(/resources/img/trim-click-blocker.gif);
  background-color: rgba(0, 0, 0, 0);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0)), color-stop(1, rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.elementary #header-toolbar a .title,
.middle #header-toolbar a .title {
  color: #000000;
}
.toolbar-off #header-toolbar {
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  padding-left: 0;
  padding-right: 0;
}
.toolbar-off #header-toolbar .item:first-of-type {
  padding-left: 5px;
}
.toolbar-off #header-toolbar .hideable {
  display: none;
}
.toolbar-off #header-tools {
  display: block;
}
.toolbar-off.no-hideable-item #header-tools {
  -webkit-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
}
.toolbar-off.no-hideable-item #header-tools a {
  border-left: none;
  padding-left: 10px;
}
.translated-ltr #header-toolbar .blockable .mask,
.translated-rtl #header-toolbar .blockable .mask {
  display: block;
}
.translated-ltr #header-toolbar .blockable i,
.translated-rtl #header-toolbar .blockable i,
.translated-ltr #header-toolbar .blockable .toolbar-label,
.translated-rtl #header-toolbar .blockable .toolbar-label {
  opacity: 0.36;
  filter: alpha(opacity=36);
}
.popup-box {
  display: none;
  position: absolute;
  border: 1px solid #DDD;
  -webkit-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  padding: 0.75em 1em;
  background: white;
  color: #333333;
  text-align: left;
}
.popup-box label {
  margin-top: 10px;
  font-weight: bold;
}
#toolbar-content {
  display: none;
  position: absolute;
  border: 1px solid #DDD;
  -webkit-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  padding: 0.75em 1em;
  background: white;
  color: #333333;
  text-align: left;
}
#toolbar-content label {
  margin-top: 10px;
  font-weight: bold;
}
#advanced-search-box {
  display: none;
  position: absolute;
  border: 1px solid #DDD;
  -webkit-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  padding: 0.75em 1em;
  background: white;
  color: #333333;
  text-align: left;
  width: 560px;
  left: 170px;
  bottom: 5px;
  z-index: 10;
}
#advanced-search-box label {
  margin-top: 10px;
  font-weight: bold;
}
#advanced-search-box input[type="text"] {
  height: 15px;
  size: 12px;
}
#advanced-search-box .advanced-search-column {
  width: 240px;
  float: left;
}
#advanced-search-box .advanced-search-column-2 {
  width: 30px;
  height: 150px;
  float: left;
  border-left: solid 1px gray;
  padding-left: 10px;
}
#advanced-search-box .advanced-search-row {
  height: 30px;
}
#advanced-search-box .btn {
  margin-top: 55px;
  margin-left: 5px;
  width: 33px;
}
.close-popup-button {
  background: url("/resources/img/fancybox/fancybox.png") repeat scroll -40px 0 transparent;
  border: 0 none;
  float: right;
  height: 30px;
  left: 23px;
  position: relative;
  top: -23px;
  width: 30px;
}
#toolbar-content-close {
  background: url("/resources/img/fancybox/fancybox.png") repeat scroll -40px 0 transparent;
  border: 0 none;
  float: right;
  height: 30px;
  left: 23px;
  position: relative;
  top: -23px;
  width: 30px;
}
.toolbar-content-tts {
  width: auto;
  min-width: 120px;
}
.ie .toolbar-content-tts,
.lt-ie9 .toolbar-content-tts {
  min-width: 130px;
}
.toolbar-favorite-template hr {
  margin: 7px 0;
}
.toolbar-favorite-template #remove-favorite-button {
  margin-bottom: 8px;
}
.high.article {
  background: url("/resources/img/shared/l3_noise.png");
}
.middle.article {
  background: url("/resources/img/shared/l2_noise.png");
}
/* ===[ sidebar ]=== */
.article .sidebar {
  position: relative;
  padding-top: 0;
}
.article #article-timeline {
  margin-bottom: 20px;
  position: relative;
}
.article #article-timeline img {
  border-radius: 4px;
}
.article #article-timeline .timeline-title-ctn {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  padding: 10px 15px 10px 15px;
  color: #FFF;
  text-align: left;
  line-height: 16px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0 0 4px 4px;
}
.article #article-timeline .timeline-title-ctn i {
  font-size: 32px;
  float: left;
  color: #bfbfbf;
  margin-top: 8px;
}
.article #article-timeline .timeline-title-ctn .timeline-title-header {
  font-size: 16px;
  font-weight: bold;
  margin-left: 35px;
}
.article #article-timeline .timeline-title-ctn .timeline-title {
  font-size: 14px;
  font-style: italic;
  margin-left: 35px;
}
.elementary .article #article-timeline {
  max-width: 264px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 5px;
  margin-top: 20px;
}
.quick-tips {
  margin: 0 1em 2em 1em;
}
.quick-tips-title {
  color: #999999;
  margin-left: 1px;
  text-transform: uppercase;
}
.quick-tips-title i {
  font-size: 18px;
  left: -5px;
  position: relative;
  top: 2px;
}
.quick-tips-content {
  font-size: 12px;
  margin-top: 5px;
  margin-left: 15px;
}
.quick-tips-content li {
  line-height: 16px;
  margin-bottom: 10px;
}
form#emailCriteria {
  margin: 0;
}
form#emailCriteria .modal-body h4 {
  margin-bottom: 6px;
}
form#emailCriteria .modal-body input {
  margin-bottom: 0;
}
form#emailCriteria p.hint {
  font-size: 14px;
}
.toc-invoker {
  margin-left: 1em;
}
.toc-anchor {
  padding-top: 46px;
  margin-top: -46px;
}
.toc a {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-decoration: none;
}
.toc .selected > a:hover {
  background-color: #EEEEEE;
}
.toc .selected > a span {
  color: #333333;
}
.toc .selected i {
  color: #da6712;
}
.toc ul {
  display: none;
}
.high .toc {
  background-color: #EEEEEE;
}
.middle .toc .selected > a:hover {
  background-color: #ffffff;
}
.toc-nav-header,
.article-profile-header {
  display: block;
  padding: 3px 15px;
  font-size: 13px;
  line-height: 21px;
}
.toc-nav-header {
  text-align: center;
}
.high .toc-nav-header,
.high .toc-nav-footer,
.high .article-profile-header,
.high .article-profile-footer {
  background-color: #646464;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(211, 209, 201, 0.5);
  border-top: 1px solid #4e4e4e;
  border-right: 1px solid #4e4e4e;
  border-left: 1px solid #4e4e4e;
  -webkit-border-radius: 4px 4px 2px 2px;
  border-radius: 4px 4px 2px 2px;
  -webkit-box-shadow: inset -1px -1px 2px #4f4f4f;
  box-shadow: inset -1px -1px 2px #4f4f4f;
}
.article-profile-header {
  margin-top: 2em;
}
.article-profile-header .profile-header-title {
  text-transform: capitalize;
}
.middle .toc-nav-header,
.middle .article-profile-header {
  background-color: #ede9df;
  color: #9D9C99;
  text-shadow: 0 1px 0 rgba(137, 137, 137, 0.5);
}
.high .toc-nav-footer,
.high .article-profile-footer {
  padding: 3px 15px;
  -webkit-border-radius: 2px 2px 4px 4px;
  border-radius: 2px 2px 4px 4px;
}
#toc-toggle,
#article-profile-toggle {
  cursor: pointer;
}
.high #toc-toggle:hover,
.high #article-profile-toggle:hover {
  background-color: #707070;
}
#toc-toggle i,
#article-profile-toggle i {
  color: #4f4f4f;
  float: left;
  visibility: visible;
}
#toc-toggle .right-caret,
#article-profile-toggle .article-profile-header-toggletext {
  float: right;
}
.middle #toc-toggle i,
.middle #article-profile-toggle i {
  display: none;
}
#toc-toggle #collapse,
#article-profile-toggle #collapse {
  display: none;
}
#article-profile ul {
  margin: 0;
  list-style: none;
}
#article-profile ul li {
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #999999;
}
#article-profile ul li span {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
#article-profile ul li span.article-profile-ftnote {
  text-indent: -15px;
  padding-left: 30px;
  font-style: italic;
  font-size: 12px;
  line-height: 18px;
}
#article-profile ul li:first-child {
  border: none;
}
#article-profile li.more-stats {
  display: none;
}
.article .popover {
  width: 246px;
}
.article .popover-title a {
  margin: 0 0.5em;
}
.article .popover-title .icon-remove-sign {
  cursor: pointer;
}
.article .popover-inner {
  overflow: visible;
}
.article .popover-content {
  padding: 0;
  max-height: 300px;
  overflow-y: auto;
}
.article .packed.nav-tabs > li > a {
  padding-left: 9px;
  padding-right: 9px;
}
.article p.tblref {
  font-style: italic;
}
.article p.tblref a {
  font-style: normal;
  font-weight: bold;
}
.article span.fontello-icon-table {
  color: #CB7900;
}
.article .relative-header.container,
.media .relative-header.container,
.related .relative-header.container,
.teacher .relative-header.container,
.history .relative-header.container,
.search .relative-header.container {
  position: relative;
}
.article #header-tools-container,
.media #header-tools-container,
.related #header-tools-container,
.teacher #header-tools-container,
.history #header-tools-container,
.search #header-tools-container {
  position: absolute;
}
.magazine .relative-header.container {
  position: relative;
}
.magazine #header-tools-container {
  position: absolute;
}
/* ===[ content ]=== */
.high article p,
.high article section {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
}
.middle article p,
.middle article section {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
}
.high article h1 {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 25px;
}
.middle article h1 {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 25px;
  font-weight: normal;
}
.tts-object {
  display: none;
}
.article .content {
  margin: 0;
  padding: 0 1em;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.article .content .alternate-titles {
  margin-bottom: 5px;
  font-size: 13px;
}
.article .content .content {
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-top: 10px;
}
article section {
  clear: both;
}
article > h1,
section h1 {
  font-weight: normal;
  font-size: 1.4em;
  clear: left;
  color: #096283;
}
section h2 {
  color: #333;
  font-size: 1.2em;
}
section h3,
section h4,
section h5,
section h6 {
  color: #333;
  font-size: 1em;
}
section h3 {
  text-transform: uppercase;
}
section h4 {
  font-weight: normal;
  font-style: italic;
  text-transform: uppercase;
}
section h6 {
  font-weight: normal;
  font-style: italic;
}
figure {
  float: left;
  width: 220px;
  margin: 1em 2em 0 0;
  clear: both;
}
figure img {
  float: left;
  clear: both;
  max-width: 100%;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.75);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/** ".ie.no-flexbox" targets IE9 and ".ie.no-webgl" targets IE10 **/
.middle.ie.no-flexbox figure img,
.high.ie.no-flexbox figure img,
.middle.ie.no-webgl figure img,
.high.ie.no-webgl figure img {
  width: 220px;
}
figure img:hover {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
figure a {
  position: relative;
  float: left;
  clear: both;
}
figure a.audio-link {
  height: 50px;
  width: 100%;
  display: inline-block;
}
figure a span.fontello-icon-play {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 0.5em;
  height: 0.5em;
  margin-top: -0.25em;
  margin-left: -0.25em;
  margin-top: -0.75em;
  margin-left: -0.75em;
  padding: 0.5em;
  line-height: 0.5em;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #ffffff;
  font-size: 32px;
}
figure a span.fontello-icon-play::before {
  text-decoration: none;
}
.lt-ie9 figure a span.fontello-icon-play {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
  zoom: 1;
}
.lt-ie8 figure img {
  width: 100%;
}
figcaption {
  color: #999;
  font-size: 11px;
  font-style: italic;
}
figcaption i {
  font-style: normal;
}
#toggleTTS span {
  margin-left: 4px;
  text-transform: capitalize;
}
article ul.plain,
.article ul ul,
.article ul ul ul {
  list-style: none;
}
article ul.plain {
  margin: 0px;
}
#adjacent-articles {
  margin-top: 2em;
}
#adjacent-articles .adjacent-articles-title {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
}
#adjacent-articles .thumb {
  width: auto;
  margin-top: 0;
  margin-bottom: 5px;
  margin-right: 10px;
}
#adjacent-articles .thumb img {
  vertical-align: top;
}
#adjacent-articles ul {
  list-style: none;
  background-color: #D4EDF8;
  margin: 0;
  text-align: center;
}
#adjacent-articles-header,
#adjacent-articles-footer {
  text-align: center;
  text-shadow: 0 1px 0 rgba(211, 209, 201, 0.5);
  border-bottom-color: transparent;
}
#previous-article,
#next-article {
  padding: 5px 0;
}
#previous-article a,
#next-article a {
  display: inline-block;
  width: 78%;
  text-align: center;
  line-height: 18px;
  text-decoration: none;
}
#previous-article a::first-letter,
#next-article a::first-letter {
  text-transform: uppercase;
}
#previous-article i,
#next-article i {
  display: inline-block;
  width: 8%;
  vertical-align: middle;
  line-height: 14px;
}
#next-article {
  padding-left: 5px;
}
#article-sidebar-custom {
  margin-top: 2em;
}
.high #adjacent-articles-header,
.high #adjacent-articles-footer {
  color: #ffffff;
  background-color: #2b839e;
  border: 1px solid #2b839e;
}
.high #previous-article i,
.high #next-article i {
  color: #096283;
}
.high #next-article {
  border-top: 1px solid #2b839e;
}
.middle #adjacent-articles-header,
.middle #adjacent-articles-footer {
  color: #000000;
  background-color: #28a5dd;
  border: 1px solid #28a5dd;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.4);
}
.middle #previous-article i,
.middle #next-article i {
  color: #096283;
}
.middle #next-article {
  border-top: 1px solid #28a5dd;
}
#adjacent-articles-header {
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
#adjacent-articles-footer {
  padding: 3px 15px;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
#previous-article-sample,
#next-article-sample {
  text-align: left;
  font-size: 11px;
  line-height: 17px;
  margin: 0 4%;
}
.article .sidebar .resources-node {
  margin-top: 20px;
}
.article .sidebar .resources-node h6 {
  font-size: 12px;
}
.article .sidebar .resources-node .inactive {
  color: rgba(51, 51, 51, 0.5) !important;
  cursor: default !important;
  pointer-events: none;
  cursor: default;
}
.article .sidebar .resources-node .inactive:hover {
  background-color: transparent;
}
.article .sidebar .resources-node .nav li a {
  color: #333;
}
.article .sidebar .resources-node .navbar-search {
  float: none;
}
.article .sidebar .resources-node .navbar-search .search-query {
  width: 65%;
}
.article .sidebar .resources-node .input-append .search-query,
.article .sidebar .resources-node .input-append .btn {
  background-color: #999 !important;
  color: #FFF;
}
.article .sidebar .resources-node .input-append .fontello-icon-search {
  color: #FFF;
}
@media (max-width: 480px) {
  figure {
    width: 76.595744683%;
    margin-left: 11.7021276585%;
  }
  figure:hover img {
    -webkit-transform: scale(none);
    -moz-transform: scale(none);
    -ms-transform: scale(none);
    -o-transform: scale(none);
    transform: scale(none);
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  figure {
    width: 23.404255317%;
  }
}
/*** Elementary begins ***/
#article-media,
#article-misc {
  text-align: center;
  padding: 0 0 1em 0;
}
#article-media #media-gallery,
#article-misc #media-gallery {
  text-align: left;
}
.elementary.article a:hover {
  text-decoration: underline;
}
.elementary.article a:focus {
  outline: 0;
}
.elementary.article .accordion-inner p {
  font-size: 18px;
  line-height: 28px;
}
.elementary.article .accordion-inner p a {
  font-weight: bold;
}
.elementary.article .tblref,
.elementary.article .profref {
  font-style: italic;
}
.elementary.article .tblref span:first-child,
.elementary.article .profref span:first-child {
  color: #999999;
}
.elementary.article .tblref a,
.elementary.article .profref a {
  font-style: normal;
  font-weight: bold;
}
.elementary.article .es-carousel a img {
  float: none !important;
}
.elementary.article .inline-media {
  float: left;
  margin-right: 15px;
  width: 35%;
}
.elementary.article .inline-media #article-media {
  padding: 0;
}
.elementary.article .inline-media .featured-media-wrapper {
  background-color: #D0DDEB;
  border: 1px solid #A0BBD6;
  margin-bottom: 6px;
}
/* article media */
.featured-media-wrapper {
  position: relative;
  padding: 10px 15px;
  background: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  min-height: 20px;
  -webkit-box-shadow: 0 3px 0 #eeeeee;
  box-shadow: 0 3px 0 #eeeeee;
  margin-bottom: 15px;
}
.featured-media {
  position: relative;
  text-align: center;
  line-height: 0;
}
.featured-media img {
  max-height: 190px;
  max-width: 100%;
  cursor: pointer;
}
.featured-media i {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 1em;
  margin-top: -1.5em;
  margin-left: -1.5em;
  padding: 1em;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  line-height: 1em;
  border: 1px solid #ffffff;
  cursor: pointer;
}
.featured-media .content-type-interactive {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #FFF;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  text-transform: uppercase;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
.featured-media .content-type-interactive .fontello-icon-retweet {
  padding-right: 5px;
}
.featured-media-caption-wrapper .featured-media-caption {
  text-align: center;
  margin-top: 10px;
  position: relative;
}
.featured-media-caption-wrapper .featured-media-caption p {
  margin: 0;
  font-style: italic;
}
.featured-media-caption-wrapper .featured-media-caption .featured-media-credit {
  font-size: .75em;
}
#media-gallery.modal,
#additional-gallery.modal,
#profile-gallery.modal {
  position: fixed;
  top: 2%;
  width: 96%;
  margin: 0 0 0 -48%;
}
#media-gallery.modal .modal-body,
#additional-gallery.modal .modal-body,
#profile-gallery.modal .modal-body {
  max-height: 595px;
}
#media-gallery.modal .modal-body table,
#additional-gallery.modal .modal-body table,
#profile-gallery.modal .modal-body table {
  table-layout: fixed;
}
#media-gallery.modal .modal-body pre,
#additional-gallery.modal .modal-body pre,
#profile-gallery.modal .modal-body pre {
  background: none;
  border: 0px;
  margin: 0px;
  padding: 0px;
  white-space: pre;
  word-wrap: normal;
}
#media-gallery.modal .modal-body figure,
#additional-gallery.modal .modal-body figure,
#profile-gallery.modal .modal-body figure {
  width: auto;
  margin: 0.5em 1em;
}
#media-gallery.modal .modal-body figure a img,
#additional-gallery.modal .modal-body figure a img,
#profile-gallery.modal .modal-body figure a img,
#media-gallery.modal .modal-body figure img,
#additional-gallery.modal .modal-body figure img,
#profile-gallery.modal .modal-body figure img {
  max-width: 100px;
}
#media-gallery.modal .modal-body p,
#additional-gallery.modal .modal-body p,
#profile-gallery.modal .modal-body p {
  float: left;
  clear: both;
}
#media-gallery.modal .modal-body img,
#additional-gallery.modal .modal-body img,
#profile-gallery.modal .modal-body img {
  vertical-align: top;
  float: left;
  clear: both;
}
#media-gallery.modal .modal-body blockquote.qt,
#additional-gallery.modal .modal-body blockquote.qt,
#profile-gallery.modal .modal-body blockquote.qt {
  clear: both;
  float: left;
}
#media-gallery.modal .modal-body iframe,
#additional-gallery.modal .modal-body iframe,
#profile-gallery.modal .modal-body iframe {
  max-width: 100%;
}
#media-gallery.modal .modal-footer .btn,
#additional-gallery.modal .modal-footer .btn,
#profile-gallery.modal .modal-footer .btn {
  color: #333333;
}
@media (min-width: 1200px) {
  #media-gallery.modal,
  #additional-gallery.modal,
  #profile-gallery.modal {
    margin-left: -585px;
    max-width: 1170px;
  }
}
@media (max-width: 480px) {
  #media-gallery.modal,
  #additional-gallery.modal,
  #profile-gallery.modal {
    left: 10px;
    margin: 0;
    right: 10px;
    top: 10px;
    width: auto;
  }
}
/* OVERRIDE: bootstrap accordion */
.accordion {
  margin-bottom: 0;
}
.accordion-group {
  margin-bottom: 10px;
  border: 1px solid transparent;
}
.accordion-heading {
  position: relative;
}
.accordion-heading-open-indicator {
  position: absolute;
  right: 1em;
  z-index: 1;
}
.accordion-toggle {
  color: #efefef !important;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 19px;
  font-weight: normal;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.35);
  position: relative;
  z-index: 1;
  padding: 10px 20px;
  padding-right: 50px;
  background-color: #4f4039;
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.15)), color-stop(1, rgba(255, 255, 255, 0.15)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 0 #685b55 inset, 0 3px 0 0 #382f2b, 0 7px 3px rgba(0, 0, 0, .15);
  box-shadow: 0 1px 0 #685b55 inset, 0 3px 0 0 #382f2b, 0 7px 3px rgba(0, 0, 0, .15);
}
.accordion-toggle:active {
  top: 3px;
  background-color: #4f4039;
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.15)), color-stop(1, rgba(255, 255, 255, 0.15)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
  -webkit-box-shadow: 0 1px 0 #685b55 inset, 0 2px 0 0 #382f2b;
  box-shadow: 0 1px 0 #685b55 inset, 0 2px 0 0 #382f2b;
}
.accordion-toggle.open {
  color: #efefef !important;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.35);
  position: relative;
  z-index: 1;
  padding: 10px 20px;
  padding-right: 120px;
  background-color: #da6712;
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.15)), color-stop(1, rgba(255, 255, 255, 0.15)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 0 #ef8434 inset, 0 3px 0 0 #ab5312, 0 7px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 0 #ef8434 inset, 0 3px 0 0 #ab5312, 0 7px 3px rgba(0, 0, 0, 0.15);
}
.accordion-toggle.open:active {
  top: 3px;
  background-color: #da6712;
  background-image: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
  background-image: -ms-linear-gradient(bottom, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(255, 255, 255, 0.15)), color-stop(1, rgba(0, 0, 0, 0.15)));
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
  background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
  background-image: linear-gradient(bottom, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
  -webkit-box-shadow: 0 1px 0 #ef8434 inset, 0 2px 0 0 #ab5312;
  box-shadow: 0 1px 0 #ef8434 inset, 0 2px 0 0 #ab5312;
}
.accordion-body {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
}
.accordion-inner {
  background: #efefef;
  -webkit-box-shadow: 0 10px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 10px 5px rgba(0, 0, 0, 0.25);
  height: 300px;
  padding: 15px;
  overflow: hidden;
}
.accordion-footing {
  text-align: center;
  padding: 2px 0;
  background-color: #dddddd;
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.2) 0%, rgba(221, 221, 221, 0.2) 100%);
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.2) 0%, rgba(221, 221, 221, 0.2) 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.2)), color-stop(1, rgba(221, 221, 221, 0.2)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2) 0%, rgba(221, 221, 221, 0.2) 100%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2) 0%, rgba(221, 221, 221, 0.2) 100%);
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.2) 0%, rgba(221, 221, 221, 0.2) 100%);
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.accordion-footing a {
  color: #323232 !important;
}
.accordion-footing a.up {
  margin: 0 10px 0 4.5em;
}
.accordion-footing a.dn {
  margin: 0 4.5em 0 10px;
}
.accordion-footing a.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  text-shadow: none;
  pointer-events: none;
  cursor: default;
}
.dots {
  background: url(/resources/img/elementary/dots.png) no-repeat scroll center center transparent;
  padding: 0 19px;
}
.dots-media {
  margin: 0.75em 0 0.65em;
  padding: 5px 0;
}
.dots-misc {
  margin: 0.25em 0 0.65em;
  padding: 5px 0;
}
.widget-box-content {
  position: relative;
}
.elementary .dyk .widget-box-content {
  font-style: italic;
}
.btn-level-one {
  color: #efefef !important;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-shadow: -1px -1px #222222;
  position: relative;
  padding: 7px 40px 7px 10px;
  background-color: #da6712;
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.15)), color-stop(1, rgba(255, 255, 255, 0.15)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 0 #ef8434 inset, 0 3px 0 0 #ab5312;
  box-shadow: 0 1px 0 #ef8434 inset, 0 3px 0 0 #ab5312;
  display: inline-block;
  min-width: 52%;
  text-align: left;
  margin: 1em 0;
}
.btn-level-one:active {
  top: 3px;
  background-color: #da6712;
  background-image: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
  background-image: -ms-linear-gradient(bottom, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(255, 255, 255, 0.15)), color-stop(1, rgba(0, 0, 0, 0.15)));
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
  background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
  background-image: linear-gradient(bottom, rgba(255, 255, 255, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
  -webkit-box-shadow: 0 1px 0 #ef8434 inset, 0 2px 0 0 #ab5312;
  box-shadow: 0 1px 0 #ef8434 inset, 0 2px 0 0 #ab5312;
}
.btn-level-one::before {
  background: url(/resources/img/right_arrow.png) no-repeat scroll center center #d47026;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -9px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 0 #ab5312 inset, 0 1px 0 #ef8434;
  box-shadow: 0 1px 0 #ab5312 inset, 0 1px 0 #ef8434;
}
.btn-level-one:active::before {
  top: 50%;
  margin-top: -12px;
  -webkit-box-shadow: 0 1px 0 #ef8434 inset, 0 3px 0 #ab5312, 0px 6px 3px #d47026;
  box-shadow: 0 1px 0 #ef8434 inset, 0 3px 0 #ab5312, 0px 6px 3px #d47026;
}
.btn-misc-level-one {
  color: #efefef !important;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-shadow: -1px -1px #222222;
  position: relative;
  padding: 7px 40px 7px 10px;
  background-color: rgba(51, 51, 51, 0.5);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.1)), color-stop(1, rgba(255, 255, 255, 0.1)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 0 rgba(68, 68, 68, .50) inset, 0 3px 0 0 rgba(34, 34, 34, .60);
  box-shadow: 0 1px 0 rgba(68, 68, 68, .50) inset, 0 3px 0 0 rgba(34, 34, 34, .60);
  display: inline-block;
}
.lt-ie9 .btn-misc-level-one {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F333333,endColorstr=#7F333333);
  zoom: 1;
}
.btn-misc-level-one:active {
  top: 3px;
  background-color: rgba(51, 51, 51, 0.5);
  background-image: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -ms-linear-gradient(bottom, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(255, 255, 255, 0.1)), color-stop(1, rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: linear-gradient(bottom, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  -webkit-box-shadow: 0 1px 0 rgba(68, 68, 68, .50) inset, 0 2px 0 0 rgba(34, 34, 34, .60);
  box-shadow: 0 1px 0 rgba(68, 68, 68, .50) inset, 0 2px 0 0 rgba(34, 34, 34, .60);
}
.btn-misc-level-one::before {
  background: url(/resources/img/right_arrow.png) no-repeat scroll center center rgba(53, 53, 53, 0.54);
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -9px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 0 rgba(34, 34, 34, .60) inset, 0 1px 0 rgba(68, 68, 68, .50);
  box-shadow: 0 1px 0 rgba(34, 34, 34, .60) inset, 0 1px 0 rgba(68, 68, 68, .50);
}
.btn-misc-level-one:active::before {
  top: 50%;
  margin-top: -12px;
  -webkit-box-shadow: 0 1px 0 rgba(68, 68, 68, .50) inset, 0 3px 0 rgba(34, 34, 34, .60), 0px 6px 3px rgba(53, 53, 53, 0.54);
  box-shadow: 0 1px 0 rgba(68, 68, 68, .50) inset, 0 3px 0 rgba(34, 34, 34, .60), 0px 6px 3px rgba(53, 53, 53, 0.54);
}
.tts-nav {
  position: absolute;
  top: 2px;
  right: 1em;
  z-index: 2;
}
.tts-controls {
  list-style: none;
  text-align: center;
  margin: 0;
}
.tts-controls li {
  position: relative;
  display: inline-block;
  margin-right: -4px;
}
.tts-controls a {
  display: block;
  background-color: rgba(247, 247, 247, 0.15);
  background-image: -moz-linear-gradient(top, rgba(247, 247, 247, 0.15) 0%, rgba(231, 231, 231, 0.15) 100%);
  background-image: -ms-linear-gradient(top, rgba(247, 247, 247, 0.15) 0%, rgba(231, 231, 231, 0.15) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(247, 247, 247, 0.15)), color-stop(1, rgba(231, 231, 231, 0.15)));
  background-image: -webkit-linear-gradient(top, rgba(247, 247, 247, 0.15) 0%, rgba(231, 231, 231, 0.15) 100%);
  background-image: -o-linear-gradient(top, rgba(247, 247, 247, 0.15) 0%, rgba(231, 231, 231, 0.15) 100%);
  background-image: linear-gradient(top, rgba(247, 247, 247, 0.15) 0%, rgba(231, 231, 231, 0.15) 100%);
  color: rgba(218, 103, 18, 0.8);
  margin: 9px;
  width: 21px;
  height: 21px;
  position: relative;
  text-align: center;
  line-height: 21px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 1px 3px rgba(170, 170, 170, .15), inset 0px 1px 3px rgba(255, 255, 255, .15);
  box-shadow: 0px 1px 3px rgba(170, 170, 170, .15), inset 0px 1px 3px rgba(255, 255, 255, .15);
  font-size: 14px;
}
.tts-controls a:hover {
  text-decoration: none;
  color: #da6712;
  background: #f5f5f5;
}
.tts-controls a:after {
  background: rgba(255, 255, 255, 0.15);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  bottom: -6px;
  -webkit-box-shadow: 0 3px 6px rgba(221, 221, 221, 0.15) inset;
  box-shadow: 0 3px 6px rgba(221, 221, 221, 0.15) inset;
  content: "";
  display: block;
  left: -6px;
  position: absolute;
  right: -6px;
  top: -6px;
  z-index: -1;
}
.tts-controls a:hover:after {
  background: rgba(255, 255, 255, 0.5);
}
.lt-ie9 .tts-controls a {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FF7F7F7,endColorstr=#7FF7F7F7);
  zoom: 1;
}
.elementary .levels-ctn {
  color: #000;
}
@media (min-width: 768px) and (max-width: 979px) {
  .tools {
    padding: 2px;
  }
  .tool a {
    font-size: 16px;
  }
  .article .level a {
    font-size: 16px;
  }
  .elementary .levels-ctn-title {
    display: block;
  }
}
.dummy {
  visibility: hidden;
  height: 0 !important;
  width: 0;
}
#toggleTTS {
  padding: 1px 6px 0 7px;
  float: right;
}
.ttsPlay,
.ttsStop {
  display: block;
}
.ttsPlay {
  visibility: hidden;
}
p.firstpara .ttsPlay,
p.firstpara .ttsStop {
  visibility: visible;
}
.highlight {
  color: #333333;
  background-color: yellow;
}
.listed-citations {
  margin: 0px;
  list-style: none;
}
.listed-citations li {
  display: none;
  text-indent: -1em;
  margin-left: 1em;
}
.listed-citations li:first-child {
  display: block;
}
.listed-citations a {
  white-space: nowrap;
}
.yir-year {
  text-transform: uppercase;
  display: block;
  font-size: 16px;
  font-weight: bold;
}
.translator-panel {
  padding-bottom: 10px;
}
.translator-subhead {
  font-size: 16px;
  font-weight: bold;
  display: block;
  padding-bottom: 5px;
}
.translator-disclaimer {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  font-size: 10px;
  line-height: 14px;
  padding-top: 10px;
}
.translator-disclaimer p {
  font-size: 10px;
}
#bing_translate_element p {
  font-size: 10px;
}
#article-contributors {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
#header-toolbar .active {
  color: #ffffff;
}
#favorites-popup hr {
  margin: 10px 0;
}
#favorites-popup h4 {
  margin-bottom: 3px;
}
#favorites-popup #favorites-panel-label-select {
  width: 100%;
}
#favorites-popup .add-existing-tag {
  margin-top: 1em;
}
.smallcaps {
  font-variant: small-caps;
}
small {
  text-transform: uppercase;
}
blockquote.qt {
  font-style: italic;
  position: relative;
  border-left: 2px solid #999999;
  padding-left: 10px;
  margin: 20px 5em;
  overflow: auto;
}
blockquote.qt p {
  padding-top: 0;
  margin: 0 0 10.5px;
}
.sqroot {
  font-size: 150%;
  font-weight: lighter;
}
.md-overbar {
  border-top: solid 1px #000;
}
.high .article h1.banner-title::first-letter,
.high .article section#intro p.p-first::first-letter {
  text-transform: uppercase;
}
/* classification */
.md-classification-tax1 {
  margin: 0px;
}
.md-classification-tax2 {
  margin: 0px 0px 0px 20px;
}
.md-classification-tax3 {
  margin: 0px 0px 0px 40px;
}
.md-classification-tax4 {
  margin: 0px 0px 0px 60px;
}
.md-classification-tax5 {
  margin: 0px 0px 0px 80px;
}
.md-classification-tax6 {
  margin: 0px 0px 0px 100px;
}
#history-content table {
  box-shadow: none;
  -webkit-box-shadow: none;
  margin-top: 25px;
  line-height: 18px;
}
#history-content table thead {
  text-align: left;
}
#history-content table thead tr th {
  color: #666666;
  font-weight: normal;
  padding-left: 25px;
  padding-bottom: 10px;
}
#history-content table thead tr :last-child {
  padding-right: 25px;
}
#history-content table tbody tr td {
  vertical-align: top;
  padding-left: 25px;
  padding-bottom: 10px;
}
#history-content table tbody tr td a {
  display: block;
}
#history-content table tbody tr td.history-icon {
  width: 110px;
  padding-left: 30px;
}
#history-content table tbody tr td.history-icon i {
  width: 20px;
  text-align: center;
  display: block;
}
#history-content table tbody tr td.history-icon i.fake-text-icon {
  font-style: normal;
  font-weight: bold;
  font-family: 'PT Serif', Georgia, 'Times New Roman', Times, serif;
}
#history-content table tbody tr td.history-description {
  width: 590px;
}
#history-content table tbody tr td.history-contributor {
  width: 240px;
}
#history-content table tbody tr td.history-date {
  width: 110px;
}
#history-content table tbody tr :last-child {
  padding-right: 25px;
}
.elementary.article .video-thumb-container .video-duration {
  bottom: 3px;
  right: 3px;
}
.elementary.article .es-carousel ul li a {
  vertical-align: middle;
  white-space: nowrap;
  height: 78px;
}
.elementary.article .es-carousel ul li a .audio-container {
  width: 98px;
  margin: 11px auto;
  display: inline-block;
}
.elementary.article .es-carousel ul li a:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.elementary.article .es-carousel ul li a .interactive-thumb-container .content-type-interactive {
  left: 3px;
  right: 3px;
  bottom: 3px;
  width: auto;
}
.elementary.article .es-carousel ul li a img {
  display: inline;
}
/* ====================================================================================================
 * [ search specific overrides ]
 * styles in this section are meant to be used as overrides to shared components
 * ====================================================================================================
 */
.high.search {
  background: url("/resources/img/shared/l3_noise.png");
}
.middle.search {
  background: url("/resources/img/shared/l2_noise.png");
}
.high.search .nav-list,
.middle.search .nav-list,
.elementary.search .nav-list {
  padding-left: 0;
  padding-right: 0;
  width: 215px;
  margin-left: -15px;
}
.high.search .nav-list li,
.middle.search .nav-list li,
.elementary.search .nav-list li {
  text-align: center;
  text-transform: uppercase;
}
.high.search .nav-list li a,
.middle.search .nav-list li a,
.elementary.search .nav-list li a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 4px 0 4px 0;
  padding: 7px 20px 0 4px;
  border-radius: 35px 0 0 35px;
  position: relative;
}
.high.search .nav-list li a div.search-icon,
.middle.search .nav-list li a div.search-icon,
.elementary.search .nav-list li a div.search-icon {
  color: #fff;
  background-color: #006DC1;
  width: 48px;
  border-radius: 50%;
  margin-right: auto;
  margin-left: auto;
  line-height: 21px;
}
.high.search .nav-list li a div.search-icon i,
.middle.search .nav-list li a div.search-icon i,
.elementary.search .nav-list li a div.search-icon i {
  font-size: 24px;
  line-height: 44px;
}
.high.search .nav-list li a div.educator-content,
.middle.search .nav-list li a div.educator-content,
.elementary.search .nav-list li a div.educator-content {
  background-color: #A271B9;
}
.high.search .nav-list li a div,
.middle.search .nav-list li a div,
.elementary.search .nav-list li a div {
  color: #333333;
  font-size: 12px;
  line-height: 14px;
  padding-top: 3px;
}
.high.search .nav-list li a:hover,
.middle.search .nav-list li a:hover,
.elementary.search .nav-list li a:hover {
  background-color: #cccccc;
}
.high.search .nav-list li a.disabled,
.middle.search .nav-list li a.disabled,
.elementary.search .nav-list li a.disabled {
  text-shadow: none;
  pointer-events: none;
  cursor: default;
}
.high.search .nav-list li a.disabled div,
.middle.search .nav-list li a.disabled div,
.elementary.search .nav-list li a.disabled div {
  color: #8B8B8B;
}
.high.search .nav-list li a.disabled div.search-icon,
.middle.search .nav-list li a.disabled div.search-icon,
.elementary.search .nav-list li a.disabled div.search-icon {
  background-color: #8B8B8B;
  color: #fff;
}
.high.search .nav-list li.active a,
.middle.search .nav-list li.active a,
.elementary.search .nav-list li.active a {
  background-color: #ffffff;
  pointer-events: none;
  cursor: default;
}
.high.search .nav-list li.active a div.search-icon,
.middle.search .nav-list li.active a div.search-icon,
.elementary.search .nav-list li.active a div.search-icon {
  background-color: #6E9900;
  color: #fff;
}
.high.search .nav-list li.active a div,
.middle.search .nav-list li.active a div,
.elementary.search .nav-list li.active a div {
  color: #6E9900;
}
.high.search .nav-list .nav-header,
.middle.search .nav-list .nav-header,
.elementary.search .nav-list .nav-header {
  margin-top: 25px;
}
.high.search .content,
.middle.search .content,
.elementary.search .content {
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.high.search .content.iguide,
.middle.search .content.iguide,
.elementary.search .content.iguide {
  float: left;
}
.high.search form,
.middle.search form,
.elementary.search form {
  margin: 0 0 15px;
}
.high.search form.navbar-search,
.middle.search form.navbar-search,
.elementary.search form.navbar-search {
  margin-bottom: 0;
  margin-top: 8px;
}
.high.search hr,
.middle.search hr,
.elementary.search hr {
  margin: 0 0 21px -2px;
  border-top: solid 1px #999999;
}
.high.search .advanced-search-panel,
.middle.search .advanced-search-panel,
.elementary.search .advanced-search-panel {
  font-size: 12px;
  text-align: center;
  float: left;
  margin-left: 8px;
}
.high.search .content,
.middle.search .content {
  padding-right: 30px;
  padding-left: 30px;
}
.high.search .content > .results,
.middle.search .content > .results {
  min-height: 605px;
  padding-top: 2em;
}
.elementary.search .nav-list {
  width: 275px;
  margin-left: 25px;
}
.elementary.search .nav-list li a {
  padding: 5px 50px 2px 4px;
}
.elementary.search .nav-list li a div.search-icon {
  border: 2px solid #fff;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.25);
}
.elementary.search .nav-list li a div {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
}
.elementary.search .nav-list li a:hover div {
  color: #333333;
}
.elementary.search .nav-list li a:hover div.search-icon {
  color: #fff;
}
.elementary.search .nav-list li a.disabled div {
  color: #4A7631;
}
.elementary.search .nav-list li a.disabled div.search-icon {
  border: 1px solid #fff;
  box-shadow: none;
}
.elementary.search .nav-list li.active a div.search-icon {
  background-color: #D27900;
  box-shadow: none;
}
.elementary.search .nav-list li.active a div {
  color: #333333;
}
@media (max-width: 1215px) {
  .high.search .nav-list,
  .middle.search .nav-list {
    width: 205px;
    margin-left: -5px;
  }
  .high.search #show-lexile-filter,
  .middle.search #show-lexile-filter {
    margin-left: 10px;
  }
  .high.search #lexile-range-slider-container,
  .middle.search #lexile-range-slider-container {
    padding-left: 20px;
  }
}
@media (max-width: 1199px) {
  .high.search .nav-list,
  .middle.search .nav-list {
    width: 170px;
    margin-left: -10px;
  }
  .high.search #show-lexile-filter,
  .middle.search #show-lexile-filter {
    margin-right: 20px;
    margin-left: 10px;
    padding-right: 0;
    padding-left: 5px;
  }
  .high.search #lexile-range-slider-container,
  .middle.search #lexile-range-slider-container {
    max-width: 126px;
  }
  .elementary.search .nav-list {
    width: 215px;
  }
  .elementary.search #lexile-range-slider-container {
    max-width: 150px;
    padding-left: 15px;
  }
}
@media (max-width: 979px) {
  .high.search .nav-list,
  .middle.search .nav-list {
    width: 135px;
    margin-left: -11px;
  }
  .high.search .nav-list #show-lexile-filter,
  .middle.search .nav-list #show-lexile-filter {
    padding-bottom: 0;
  }
  .high.search .nav-list #lexile-range-slider-container,
  .middle.search .nav-list #lexile-range-slider-container {
    max-width: 95px;
  }
  .elementary.search .nav-list {
    width: 197px;
    margin-left: -11px;
  }
  .elementary.search #lexile-range-slider-container {
    max-width: 130px;
  }
}
@media (max-width: 767px) {
  .high.search .nav-list,
  .middle.search .nav-list,
  .elementary.search .nav-list {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .high.search .nav-list li a,
  .middle.search .nav-list li a,
  .elementary.search .nav-list li a {
    border-radius: 35px;
  }
  .high.search .nav-list #show-lexile-filter,
  .middle.search .nav-list #show-lexile-filter,
  .elementary.search .nav-list #show-lexile-filter {
    margin-right: 0;
    margin-left: 0;
  }
  .high.search .nav-list #lexile-range-slider-container,
  .middle.search .nav-list #lexile-range-slider-container,
  .elementary.search .nav-list #lexile-range-slider-container {
    max-width: none;
    padding-left: 10px;
    padding-right: 5px;
  }
  .high.search .advanced-search-panel,
  .middle.search .advanced-search-panel,
  .elementary.search .advanced-search-panel {
    float: none;
  }
  .elementary.search .nav-list #show-lexile-filter {
    margin-right: 40px;
  }
}
.learn {
  /* ===[ override bootstrap .nav ]=== */

  /* ===[ mimic bootstrap .nav-list > li > a ]=== */

  /* ===[ override eb .content ]=== */

}
.learn .nav-header {
  color: #808080;
}
.learn .nav-list {
  padding-left: 0;
  padding-right: 0;
  width: 200px;
}
.learn .nav-list > li > label {
  margin-bottom: 0;
  padding: 3px 15px 3px 20px;
  color: #333333;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.learn .nav-list > li > a,
.learn .nav-list > li > label {
  margin-right: 0;
  position: relative;
  z-index: 1;
}
.learn .nav-list > li > a,
.learn .nav-list > li > a > i {
  color: #333333;
}
.learn .nav-list > li > a > i {
  float: left;
}
.learn .nav-list > li > a,
.learn .nav-list > li > label {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.learn .nav-list > li > a:hover,
.learn .nav-list > li > label:hover {
  background-color: #cccccc;
}
.learn .nav-list > li.active > a {
  background-color: #ffffff;
  pointer-events: none;
  cursor: default;
}
.learn .nav-list > li.active > a:hover {
  color: #333333;
}
.learn .nav-list > li > a.disabled,
.learn .nav-list > li > a.disabled > i {
  color: rgba(51, 51, 51, 0.5);
  text-shadow: none;
  pointer-events: none;
  cursor: default;
}
.learn .content {
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.learn hr {
  border-top: solid 1px #999999;
}
.learn .advanced-search-panel {
  font-size: 12px;
}
.elementary .advanced-search-panel {
  display: none;
}
.lt-ie9 .search .nav-list > li > a.disabled,
.lt-ie9 .search .nav-list > li > a.disabled > i {
  color: #6E6E6E;
}
.search .banner h1 {
  line-height: 1;
}
.search .content.articles {
  padding-right: 30px;
  padding-left: 30px;
}
.search .content.articles > .results p {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .search .nav-list,
  .learn .nav-list {
    width: 160px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .learn .nav-list {
    width: 124px;
  }
}
@media (max-width: 767px) {
  .learn .nav-list {
    width: 100%;
  }
}
.elementary.search a:hover,
.elementary.learn a:hover {
  text-decoration: none;
}
.elementary.search .nav-header,
.elementary.learn .nav-header {
  color: #333333;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.4);
}
.elementary.search .nav-list > li > label,
.elementary.learn .nav-list > li > label {
  text-shadow: none;
}
.elementary.search .nav-list > li > a,
.elementary.learn .nav-list > li > a {
  position: relative;
  z-index: 1;
  text-shadow: none;
}
.elementary.search .nav-list > li > a > i,
.elementary.learn .nav-list > li > a > i {
  color: #333333;
}
.elementary.search .nav-list > li > a.disabled,
.elementary.learn .nav-list > li > a.disabled,
.elementary.search .nav-list > li > a.disabled > i,
.elementary.learn .nav-list > li > a.disabled > i {
  color: rgba(51, 51, 51, 0.5);
  text-shadow: none;
}
.elementary.search .search-meta-data-title,
.elementary.learn .search-meta-data-title {
  color: #333333;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.4);
}
.elementary.search .search-meta-data-summary,
.elementary.learn .search-meta-data-summary {
  color: #333333;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.4);
  margin-top: 3px;
}
.elementary.search .sidebar,
.elementary.learn .sidebar {
  padding: 2em 0;
}
.elementary.search .content {
  padding: 0;
}
.elementary.search .breadcrumb {
  filter: none;
  background-color: rgba(255, 255, 255, 0.75);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.15)), color-stop(1, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  margin: 0.5em 0 1.5em;
  float: left;
  padding: 6px 17px;
  border-radius: 8px;
}
.elementary.search .pull-bottom {
  margin-top: 50px;
}
.elementary.search #interface-jump-warning .modal-body p {
  margin-top: 100px;
}
.elementary.search #interface-jump-warning .modal-body img {
  margin-right: 10px;
}
.elementary.search #interface-jump-warning .btn {
  color: #555555;
}
.elementary.search #interface-jump-warning .btn.btn-primary {
  color: #ffffff;
}
.elementary.learn .content {
  padding: 1em;
}
/* ====================================================================================================
 * [ search generics ]
 * styles in this section are meant to be used by all levels unless overriden below
 * ====================================================================================================
 */
mark {
  padding: 1px;
  background-color: transparent;
  font-weight: bold;
  font-style: italic;
}
.results {
  margin-left: 0;
  padding-top: 1em;
  list-style: none;
}
.results > li > a,
.results > li > span > a,
.results > dt > a {
  font-weight: bold;
  font-size: 18px;
}
.results i,
.results cite,
.results time {
  color: #666666;
}
.results .search-more,
.results .search-more a {
  font-size: 12px !important;
  color: #999999;
  text-transform: uppercase;
  font-weight: bold;
}
.results .show-lexile {
  margin-left: 5px;
  color: #999999;
  display: none;
}
.results .fontello-icon-star,
.results .fontello-icon-star-empty {
  color: #CB7900;
  font-size: 18px;
  cursor: pointer;
  cursor: hand;
}
.results.articles > li,
.results.magazines > li,
.results.iguide > li,
.results.primary-sources > li,
.results.learning-materials > li,
.results.year-in-review > li,
.results.lesson-plan > li {
  padding-top: 16px;
  padding-bottom: 18px;
  border-top: 1px solid #CCCCCC;
}
.results.articles > li:nth-child(4) {
  border-top: none;
}
.results li.media-strip {
  background: url("/resources/img/shared/l3_noise50.png");
  margin: 0 -30px 0 -30px;
  border: none !important;
  padding-right: 30px;
  padding-left: 30px;
}
.results li.media-strip ul.results.media {
  padding-top: 0;
}
.results li.media-strip ul.results.media .thumb {
  margin-bottom: 15px;
  height: 120px;
}
.results li.media-strip ul.results.media .thumb .shortCaption {
  display: none;
}
.results li.media-strip div.media-search {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px !important;
  padding-bottom: 10px;
}
.results li.media-strip div.media-search span.media-search-text {
  color: #999999;
}
.results li.media-strip div.media-search > a {
  font-size: 11px !important;
  float: right;
}
.results li.media-strip div.media-search > a i {
  color: #FF5700;
  font-size: 13px;
}
.results li.media-strip div.media-search > a span {
  margin-left: 5px;
}
#show-lexile-filter {
  line-height: 11px;
  background: none !important;
  border-top: 1px solid #999;
  border-radius: 0;
  margin: 4px 30px 4px 20px;
  padding: 25px 20px 5px 25px;
}
#show-lexile-filter i {
  float: none;
  font-size: 17px;
  margin-left: 5px;
}
#lexile-range-slider-container {
  display: none;
  max-width: 152px;
  padding-bottom: 1em;
  padding-left: 30px;
}
.middle .results li.media-strip {
  background: url("/resources/img/shared/l2_noise50.png");
}
.middle #show-lexile-filter,
.middle #show-lexile-filter > i {
  color: #808080;
}
.elementary .results li.media-strip {
  background: none;
  background-color: #E0F2D5;
}
.elementary #show-lexile-filter {
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.4);
  border: none;
  margin: 0 40px 0 0;
  padding: 0;
  color: #333;
}
.elementary #lexile-range-slider-container {
  max-width: 178px;
}
#lexile-range-slider {
  color: #808080;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 10px;
}
#lexile-range-slider span {
  color: #096283;
}
#rangeSlider {
  height: 0.4em;
  background: none;
  background-color: rgba(51, 51, 51, 0.1);
  border: 1px solid #333333;
}
#rangeSlider .ui-slider-range {
  background: none;
  background-color: #096283;
}
#rangeSlider a {
  background: none;
  background-color: #FFFFFF;
  border-color: #333333;
}
.filter-range {
  font-size: 11px;
  float: left;
  padding-top: 8px;
}
.max-lexile {
  float: right;
}
.elementary #lexile-range-slider {
  color: #ffffff;
}
.elementary #lexile-range-slider span {
  color: #ffffff;
}
.elementary .filter-range {
  color: #ffffff;
}
.elementary #rangeSlider .ui-slider-range {
  background-color: #BF7600;
}
.tocs {
  margin-left: 1.75em;
  padding-top: 12px;
}
.tocs > li {
  margin-top: -6px;
}
.tocs > li > p {
  margin-bottom: 12px !important;
}
.tocs > li:last-child > p {
  margin-bottom: 0 !important;
}
.tocs > li > a {
  font-size: 16px;
}
.more-results {
  display: none;
}
.middle.search .results.media.grid.size-control-enabled,
.high.search .results.media.grid.size-control-enabled {
  padding-top: 28px;
}
.middle.search .results.media.grid.size-control-enabled > li.thumb,
.high.search .results.media.grid.size-control-enabled > li.thumb {
  height: auto;
}
.middle.search .results.media.grid.size-control-enabled > li.thumb > a,
.high.search .results.media.grid.size-control-enabled > li.thumb > a {
  font-size: inherit;
}
.middle.search .results.media.grid.size-control-enabled > li.thumb > a .thumb-container,
.high.search .results.media.grid.size-control-enabled > li.thumb > a .thumb-container {
  height: 8.6em;
}
.middle.search .results.media.grid.size-control-enabled > li.thumb > a .thumb-container:before,
.high.search .results.media.grid.size-control-enabled > li.thumb > a .thumb-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.middle.search .results.media.grid.size-control-enabled > li.thumb > a .thumb-container > *,
.high.search .results.media.grid.size-control-enabled > li.thumb > a .thumb-container > * {
  vertical-align: middle;
}
.middle.search .results.media.grid.size-control-enabled > li.thumb > a .thumb-container img,
.high.search .results.media.grid.size-control-enabled > li.thumb > a .thumb-container img {
  max-height: 8.6em;
  margin: 0 -4px;
}
.search .thumbnail-arranger {
  display: inline-block;
  padding: 0 6px 5px;
  vertical-align: top;
}
.search .thumbnail-arranger:hover {
  text-decoration: none;
}
.search .thumbnail-arranger.selected {
  background-color: #EEE;
}
.search .thumbnail-arranger img {
  width: 24px;
  height: 19px;
  vertical-align: top;
  margin-top: 5px;
}
.search .thumbnail-size-tool {
  line-height: 27px;
  display: inline-block;
  margin-right: 30px;
}
.search .thumbnail-size-tool > * {
  vertical-align: middle;
}
.search .thumbnail-size-tool i.large:before {
  font-size: 20px;
}
.search .thumbnail-size-tool .thumbnail-slider-slider {
  width: 120px;
  height: .6em;
  font-size: 8px;
  margin: 0 10px;
  display: inline-block;
}
.search .thumbnail-size-tool .thumbnail-slider-slider.ui-slider.ui-widget-content {
  border: 1px solid #A9A9A9;
  background: #FFF;
}
.search .thumbnail-size-tool .thumbnail-slider-slider.ui-slider.ui-widget-content .ui-slider-handle {
  width: 1.5em;
  height: 1.5em;
  top: -0.62em;
}
.search .thumbnail-size-tool .thumbnail-slider-slider.ui-slider.ui-widget-content .ui-slider-range.ui-widget-header {
  background: #CCC;
}
.search .thumbnail-size-tool .thumbnail-slider-slider.ui-slider.ui-widget-content .ui-slider-handle.ui-corner-all {
  border-radius: 8px;
}
.search .thumbnail-size-tool .thumbnail-slider-slider.ui-slider.ui-widget-content .ui-slider-handle.ui-state-default {
  border: 1px solid #AFAFAF;
  background: #EBEBEB;
}
.results.media {
  padding-top: 1em;
}
.results.media.grid .thumb {
  margin: 0px 15px 25px;
  width: 190px;
  height: 180px;
}
.results.media.grid .thumb a {
  max-height: none;
}
.results.media.grid .thumb img {
  max-height: 120px;
}
.results.media.grid .thumb .shortCaption {
  color: #333333;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  padding-top: 5px;
  height: 50px;
}
.results.media.strip .thumb {
  display: inline-block;
  float: none;
  margin: 0;
  overflow: hidden;
  line-height: normal;
  width: auto;
  height: auto;
}
.results.media.strip .thumb a {
  position: static;
}
.results.media.strip .thumb img {
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  border-radius: 0;
}
.results.media.strip .thumb .shortCaption {
  display: none;
}
.results.media.strip .thumb .fontello-icon-play {
  display: none;
}
.results.iguide li,
.results.tables-n-lists li,
.results.primary-sources li {
  padding-bottom: 1em;
}
.results.iguide li a,
.results.tables-n-lists li a,
.results.primary-sources li a {
  font-size: 16px;
}
.magazines .results > li > span {
  font-size: 16px;
  font-weight: bold;
  font-family: 'PT Serif', Georgia, 'Times New Roman', Times, serif;
  color: #666666;
}
.iguide .results > li {
  position: relative;
  float: left;
  width: 100%;
}
.iguide .results > li > a {
  display: inline-block;
  width: 95%;
}
.iguide .results > li > span > .show-favorite-pane {
  float: right;
}
.iguide .results > li > span > a.iguide-preview-btn {
  float: right;
  margin-left: 10px;
}
.elementary.search .content > .results {
  padding: 15px 30px 0;
  margin: 0;
  height: 605px;
  overflow: hidden;
}
.elementary.search .results.articles > li,
.elementary.search .results.magazines > li,
.elementary.search .results.iguide > li,
.elementary.search .results.primary-sources > li,
.elementary.search .results.learning-materials > li,
.elementary.search .results.year-in-review > li,
.elementary.search .results.lesson-plan > li {
  border-top: none;
  border-bottom: 1px solid #CCCCCC;
}
.elementary.search .results.articles > li:last-child,
.elementary.search .results.magazines > li:last-child,
.elementary.search .results.iguide > li:last-child,
.elementary.search .results.primary-sources > li:last-child,
.elementary.search .results.learning-materials > li:last-child,
.elementary.search .results.year-in-review > li:last-child,
.elementary.search .results.lesson-plan > li:last-child {
  border-bottom: none;
}
.elementary.search .results.articles > li:nth-child(2) {
  border-bottom: none;
}
.elementary.search .results.media .thumb {
  width: 165px;
}
.elementary.search .content > .results .results.media {
  padding: 0;
}
.elementary.search .content > .results a {
  font-size: 21px;
}
.elementary.search .content > .results p {
  font-size: 18px;
}
.elementary.search .content.iguide > .results a,
.elementary.search .content.dictionary .results a {
  font-size: 18px;
}
#preview {
  margin-left: -1em;
  padding-top: 1em;
}
/* ===[ dictionary ]=== */
.dictionary hgroup {
  border-bottom: 1px solid #aaaaaa;
}
.dictionary dt {
  padding: 1em 0;
}
.dictionary dt:first-child {
  padding-top: 0;
}
.dictionary dfn {
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
}
.dictionary .alt-head {
  font-weight: bold;
}
.elementary.search .dictionary dt {
  font-size: 21px;
  font-family: 'PT Serif', Georgia, 'Times New Roman', Times, serif;
}
.elementary.search .dictionary dd {
  font-size: 18px;
}
.elementary.search .dictionary dfn {
  font-size: 21px;
}
.dictionary-function {
  font-style: italic;
  font-weight: normal;
  padding-left: 0.8em;
}
.dictionary-pronunciation {
  font-weight: normal;
  padding-left: 0.8em;
}
.dictionary-playback {
  padding-left: 0.8em;
}
.dictionary-wordtype {
  padding: 0.5em;
  font-weight: normal;
  font-style: italic;
}
.dictionary-sn {
  padding-left: 0.8em;
}
.dictionary .mejs-audio {
  display: none;
}
.dictionary-snp {
  padding-left: 1.7em;
}
.dictionary cite {
  font-style: italic;
}
/* ===[ meida ]=== */
.search .results.media a {
  position: relative;
}
.search .results.media a:hover {
  text-decoration: none;
}
.search .results.media a span.fontello-icon-play {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 0.5em;
  height: 0.5em;
  margin-top: -0.25em;
  margin-left: -0.25em;
  margin-top: -0.75em;
  margin-left: -0.75em;
  padding: 0.5em;
  line-height: 0.5em;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #ffffff;
}
.lt-ie9 .search .results.media a span {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
  zoom: 1;
}
/* ===[ web's best sites ]=== */
.results.iguide li a mark {
  font-style: normal;
}
.elementary .results.iguide li a mark {
  color: #006DC1;
}
.middle .results.iguide li a mark {
  color: #006DC1;
}
.high .results.iguide li a mark {
  color: #006DC1;
}
/* ===[ search cobrands ]=== */
#search-content-credit {
  float: right;
  color: #aaaaaa;
  font-style: italic;
  font-size: 12px;
}
#search-content-credit-elementary {
  font-style: italic;
  font-size: 12px;
  color: #aaaaaa;
  padding-top: 1em;
  padding-right: 1em;
  text-align: right;
}
#search-content-credit img {
  padding-left: 1em;
}
#search-content-credit-elementary img {
  padding-left: 0.5em;
}
.lt-ie9 #search-content-credit img {
  max-width: none !important;
}
.search-suggestion {
  line-height: 22px;
}
#search-content .content h6 {
  line-height: 18px;
}
#search-content .content h3 {
  font-size: 24px;
  line-height: 28px;
}
#search-content-level-radio-chooser {
  padding: 1em 0;
}
#search-content-level-radio-chooser form {
  margin: 0px;
}
#search-content-level-radio-chooser form label {
  display: inline;
  padding-left: 1em;
}
#search-content-level-radio-chooser form label input {
  vertical-align: baseline;
}
.elementary #search-content-level-radio-chooser {
  padding: 30px 30px 10px;
}
.elementary .search-suggestion {
  color: #333333;
  margin: 0;
  line-height: 18px;
}
.elementary .search-suggestion a {
  font-weight: bold;
  text-decoration: underline;
}
.search .level-tabs {
  border-bottom: none;
}
.search .level-tabs form {
  margin-bottom: 0;
}
.search .level-tabs form button {
  background-color: #eeeeee;
  border: 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  box-shadow: 2px 0 2px rgba(0, 0, 0, 0.1), -2px 0 2px rgba(0, 0, 0, 0.1);
  color: #777;
  margin-right: 6px;
  padding: 5px 11px 4px;
  text-align: center;
  letter-spacing: 1px;
  height: 30px;
}
.search .level-tabs form button.active {
  background-color: #ffffff;
  box-shadow: none;
  font-weight: bold;
  text-shadow: 2px 0 2px rgba(0, 0, 0, 0.1);
}
.search .level-tabs form button.active  > * {
  vertical-align: middle;
}
.search .level-tabs form button.active .level-indicator {
  background: url(/resources/icons/bolse3_icons_3levels-small-v2.png) no-repeat scroll 0 0 transparent;
  display: inline-block;
  width: 20px;
  height: 25px;
}
.search .level-tabs form button.active .level1-indicator-active {
  background-position: -9px -119px;
}
.search .level-tabs form button.active .level2-indicator-active {
  background-position: -46px -119px;
}
.search .level-tabs form button.active .level3-indicator-active {
  background-position: -83px -119px;
}
.search .level-tabs form button.no-level-indicator {
  padding-top: 5px;
  padding-bottom: 3px;
}
.elementary.search .level-tabs {
  top: 19px;
  margin-bottom: 0;
}
.middle.search .level-tabs button {
  background-color: #006DC1;
  color: #ffffff;
}
.middle.search .level-tabs button:hover {
  color: #C9E8F6;
}
.middle.search .level-tabs button.active {
  background-color: #FFF;
  color: #777;
}
.high.search .level-tabs form button {
  background-color: #006DC1;
  color: #ffffff;
}
.high.search .level-tabs form button:hover {
  color: #CAE0E7;
}
.high.search .level-tabs form button.active {
  background-color: #FFF;
  color: #777;
}
@media (max-width: 400px) {
  .middle.search .level-tabs form button,
  .high.search .level-tabs form button {
    margin-left: 2px;
    margin-right: 0;
  }
  .middle.search .hidden-for-phone,
  .high.search .hidden-for-phone {
    display: none;
  }
}
@media (min-width: 400px) {
  .middle.search .level-tabs,
  .high.search .level-tabs {
    top: 19px;
    margin-bottom: 0;
  }
  .middle.search .visible-for-phone,
  .high.search .visible-for-phone {
    display: none;
  }
}
@media (min-width: 400px) and (max-width: 767px) {
  .middle.search .level-tabs,
  .high.search .level-tabs {
    top: 49px;
  }
  .middle.search .visible-for-phone,
  .high.search .visible-for-phone {
    display: none;
  }
}
@media (max-width: 767px) {
  .middle.search .hidden-for-phone,
  .high.search .hidden-for-phone {
    margin-left: 0;
  }
}
.search #b2IqLink {
  float: right;
  position: relative;
  bottom: 20px;
}
.elementary .search #b2IqLink {
  bottom: -10px;
  right: 20px;
}
.bad-result {
  color: red;
}
.good-result {
  color: green;
}
#welcome.container {
  max-width: 750px;
}
/* Subnav */
.subnav {
  width: 100%;
  background-color: #576a75;
  background-image: -moz-linear-gradient(top, #8498a4 0%, #576a75 100%);
  background-image: -ms-linear-gradient(top, #8498a4 0%, #576a75 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8498a4), color-stop(1, #576a75));
  background-image: -webkit-linear-gradient(top, #8498a4 0%, #576a75 100%);
  background-image: -o-linear-gradient(top, #8498a4 0%, #576a75 100%);
  background-image: linear-gradient(top, #8498a4 0%, #576a75 100%);
  border: 1px solid #738997;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.subnav .nav {
  margin-bottom: 0;
}
.subnav .nav > li > a {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  color: #ffffff;
  margin: 0;
  padding: 12px 0;
  border-left: 1px solid #738997;
  border-right: 1px solid #8699A5;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.subnav .nav > li > a:hover {
  background-color: #738997;
}
.subnav .nav > .active > a,
.subnav .nav > .active > a:hover {
  padding-left: 13px;
  color: #777;
  background-color: #858585;
  border-right-color: #666666;
  border-left: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.05);
}
.subnav .nav-pills .open .dropdown-toggle {
  background-color: #858585;
  border-color: #666666;
}
.subnav .nav > .active > a .caret,
.subnav .nav > .active > a:hover .caret {
  border-top-color: #777;
}
.subnav .nav > li:first-child > a,
.subnav .nav > li:first-child > a:hover {
  border-left: 0;
  padding-left: 12px;
  -webkit-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
}
.subnav .nav > li:last-child > a,
.subnav .nav > li:last-child > a:hover {
  -webkit-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
}
.subnav .nav > li:last-child > a {
  border-right: 0;
}
.subnav .dropdown-menu {
  -webkit-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  border: 0;
  background-color: #88994B;
  width: 100%;
  margin: 2px 0 0 0;
  padding-bottom: 18px;
  list-style: disc;
}
.subnav .dropdown-menu-elementary {
  width: 98%;
  margin: 2px 0 0 2%;
}
.subnav .dropdown-menu-high {
  width: 98%;
  margin: 2px 2% 0 0;
}
.subnav .dropdown-menu li {
  color: #ffffff;
  text-align: left;
  margin-left: 2em;
  padding-top: 0.5em;
  padding-right: 1em;
  font-weight: bold;
}
.subnav .dropdown-menu li.dropdown-choice {
  text-align: center;
  margin-left: 0;
  list-style: none;
}
.subnav .dropdown-menu li > a {
  color: #ffffff;
  padding: 0.5em 0;
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
}
.subnav .dropdown-menu li > a [class*="icon-"] {
  padding-left: 0.5em;
}
.subnav .dropdown-menu li > a:hover,
.subnav .dropdown-menu li > a:focus {
  background-color: transparent;
  background-image: none;
  filter: none;
}
.subnav .dropdown-menu li > a:hover [class*="icon-"],
.subnav .dropdown-menu li > a:focus [class*="icon-"] {
  background-image: none;
}
.subnav .dropdown-menu form {
  margin: 0;
}
#formElementary .input-append .add-on:last-child,
#formMiddle .input-append .add-on:last-child,
#formHigh .input-append .add-on:last-child,
#formElementary .input-append .btn:last-child,
#formMiddle .input-append .btn:last-child,
#formHigh .input-append .btn:last-child {
  -webkit-border-radius: 0 16px 16px 0;
  border-radius: 0 16px 16px 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #ffffff;
  background-image: -moz-linear-gradient(bottom, #ffffff 0%, #ffffff 100%);
  background-image: -ms-linear-gradient(bottom, #ffffff 0%, #ffffff 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(1, #ffffff));
  background-image: -webkit-linear-gradient(bottom, #ffffff 0%, #ffffff 100%);
  background-image: -o-linear-gradient(bottom, #ffffff 0%, #ffffff 100%);
  background-image: linear-gradient(bottom, #ffffff 0%, #ffffff 100%);
  height: 32px;
}
#formElementary #queryElementary,
#formMiddle #queryElementary,
#formHigh #queryElementary,
#formElementary #queryMiddle,
#formMiddle #queryMiddle,
#formHigh #queryMiddle,
#formElementary #queryHigh,
#formMiddle #queryHigh,
#formHigh #queryHigh {
  background-color: #ffffff;
  font-weight: normal;
  -webkit-border-radius: 16px 0 0 16px;
  border-radius: 16px 0 0 16px;
  width: 65%;
  padding: 0 0 0 12px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 32px;
}
#formElementary #queryElementary:-moz-placeholder,
#formMiddle #queryElementary:-moz-placeholder,
#formHigh #queryElementary:-moz-placeholder,
#formElementary #queryMiddle:-moz-placeholder,
#formMiddle #queryMiddle:-moz-placeholder,
#formHigh #queryMiddle:-moz-placeholder,
#formElementary #queryHigh:-moz-placeholder,
#formMiddle #queryHigh:-moz-placeholder,
#formHigh #queryHigh:-moz-placeholder {
  color: #808080;
  font-style: italic;
}
#formElementary #queryElementary:-ms-input-placeholder,
#formMiddle #queryElementary:-ms-input-placeholder,
#formHigh #queryElementary:-ms-input-placeholder,
#formElementary #queryMiddle:-ms-input-placeholder,
#formMiddle #queryMiddle:-ms-input-placeholder,
#formHigh #queryMiddle:-ms-input-placeholder,
#formElementary #queryHigh:-ms-input-placeholder,
#formMiddle #queryHigh:-ms-input-placeholder,
#formHigh #queryHigh:-ms-input-placeholder {
  color: #808080;
  font-style: italic;
}
#formElementary #queryElementary::-webkit-input-placeholder,
#formMiddle #queryElementary::-webkit-input-placeholder,
#formHigh #queryElementary::-webkit-input-placeholder,
#formElementary #queryMiddle::-webkit-input-placeholder,
#formMiddle #queryMiddle::-webkit-input-placeholder,
#formHigh #queryMiddle::-webkit-input-placeholder,
#formElementary #queryHigh::-webkit-input-placeholder,
#formMiddle #queryHigh::-webkit-input-placeholder,
#formHigh #queryHigh::-webkit-input-placeholder {
  color: #808080;
  font-style: italic;
}
#formElementary #queryElementary:focus,
#formMiddle #queryElementary:focus,
#formHigh #queryElementary:focus,
#formElementary #queryMiddle:focus,
#formMiddle #queryMiddle:focus,
#formHigh #queryMiddle:focus,
#formElementary #queryHigh:focus,
#formMiddle #queryHigh:focus,
#formHigh #queryHigh:focus {
  z-index: 1030;
}
#formElementary i,
#formMiddle i,
#formHigh i {
  color: #808080;
  font-size: 16px;
  line-height: 21px;
}
.lt-ie9 #formElementary .input-append .add-on,
.lt-ie9 #formMiddle .input-append .add-on,
.lt-ie9 #formHigh .input-append .add-on,
.lt-ie9 #formElementary .input-append .btn,
.lt-ie9 #formMiddle .input-append .btn,
.lt-ie9 #formHigh .input-append .btn {
  border: 0;
  background-color: #ffffff;
  height: 32px;
}
.lt-ie9 #formElementary #queryElementary,
.lt-ie9 #formMiddle #queryElementary,
.lt-ie9 #formHigh #queryElementary,
.lt-ie9 #formElementary #queryMiddle,
.lt-ie9 #formMiddle #queryMiddle,
.lt-ie9 #formHigh #queryMiddle,
.lt-ie9 #formElementary #queryHigh,
.lt-ie9 #formMiddle #queryHigh,
.lt-ie9 #formHigh #queryHigh {
  line-height: 32px;
}
.welcome-title {
  color: #7f7f7f;
}
.welcome .dropdown .input-append {
  margin-bottom: -8px;
  margin-top: 15px;
}
.welcome .feature-link {
  font-style: italic;
}
.welcome .feature-link-wrapper {
  position: relative;
  height: 300px;
}
.welcome .feature-link-wrapper .feature-link {
  position: absolute;
  bottom: 0;
  right: 0;
}
.lt-ie9 .feature-link-wrapper {
  height: 335px !important;
}
#welcome-content {
  padding-top: 2em;
}
#welcome-content .nav-tabs > li,
#welcome-content .nav-pills > li {
  width: 33.33%;
  text-align: center;
}
#welcome-content .nav-pills.count1 > li {
  width: 100%;
}
#welcome-content .nav-pills.count2 > li {
  width: 50%;
}
#welcome-content .nav-pills.count3 > li {
  width: 33.33%;
}
.trees > div {
  float: left;
  width: 33.33%;
  text-align: center;
}
.trees img {
  vertical-align: bottom;
}
.trees.count1 > div {
  width: 100%;
}
.trees.count2 > div {
  width: 50%;
}
.trees.count3 > div {
  width: 33.33%;
}
@media (min-width: 416px) and (max-width: 480px) {
  .subnav .nav > li > a {
    font-size: 18px;
  }
}
@media (max-width: 415px) {
  .subnav .nav > li > a {
    font-size: 14px;
    padding-left: 0 !important;
  }
  #welcome .feature-link-wrapper {
    height: 440px;
  }
}
@media (max-width: 768px) {
  .welcome #search-all-levels-modal .column .negative-top-margin {
    margin-top: 10px;
  }
  .welcome #search-all-levels-modal .column p.all-levels-filter-refresh {
    padding-top: 20px;
  }
}
@media (max-width: 549px) {
  .welcome #search-all-levels-modal .column.last {
    border-left: none;
    padding-left: 0;
  }
}
/******Library begins******/
#library-welcome.container {
  max-width: 800px;
}
#library-welcome .subnav {
  border-radius: 0;
  border: 0;
  width: auto;
  margin-top: 1px;
}
#library-welcome .subnav li:first-child > a {
  border-left: 1px solid #858585;
  padding-left: 0;
}
#library-welcome .subnav li:last-child > a {
  border-right: 1px solid #858585;
}
#library-welcome .subnav .library-level {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 23px;
  min-height: 56px;
  text-shadow: 0 1px 0 #333333;
  border-top: 1px solid #858585;
  border-bottom: 1px solid #858585;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#library-welcome .subnav .library-level input,
#library-welcome .subnav .library-level button {
  background-color: #E5E5E5 !important;
}
#library-welcome .subnav .library-level button {
  background-image: none !important;
}
#library-welcome .subnav .library-level input {
  height: 28px !important;
}
#library-welcome .subnav .library-level .btn {
  padding: 2px 14px !important;
  height: 28px !important;
}
#library-welcome .subnav .library-level form,
#library-welcome .subnav .library-level .control-group {
  margin: 4px 0 0;
}
#library-welcome .subnav .ie .library-level input {
  height: 27px !important;
}
#library-welcome .subnav .library-search {
  background-color: #ff6300;
  background-image: -moz-linear-gradient(top, #ffa341 0%, #ff6300 100%);
  background-image: -ms-linear-gradient(top, #ffa341 0%, #ff6300 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffa341), color-stop(1, #ff6300));
  background-image: -webkit-linear-gradient(top, #ffa341 0%, #ff6300 100%);
  background-image: -o-linear-gradient(top, #ffa341 0%, #ff6300 100%);
  background-image: linear-gradient(top, #ffa341 0%, #ff6300 100%);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  border-color: #f28b24 !important;
}
#library-welcome .subnav .library-search input,
#library-welcome .subnav .library-search button {
  background-color: #ffffff !important;
}
#library-welcome .subnav .library-search button {
  background-image: none !important;
}
#library-welcome #welcome-content {
  padding-top: 60px;
  padding-bottom: 60px;
}
#library-knowledge {
  background-color: #a9baca;
  background-image: -moz-linear-gradient(top, #4e6e8f 0%, #ffffff 100%);
  background-image: -ms-linear-gradient(top, #4e6e8f 0%, #ffffff 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4e6e8f), color-stop(1, #ffffff));
  background-image: -webkit-linear-gradient(top, #4e6e8f 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #4e6e8f 0%, #ffffff 100%);
  background-image: linear-gradient(top, #4e6e8f 0%, #ffffff 100%);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  padding-left: 5.5%;
  padding-right: 4.5%;
  border: 2px solid #cccccc;
}
#library-copy-content {
  width: 44%;
  margin-right: 5.5%;
  float: left;
}
#library-copy {
  background-color: #797a7c;
  background-image: -moz-linear-gradient(top, #31404f 0%, #797a7c 100%);
  background-image: -ms-linear-gradient(top, #31404f 0%, #797a7c 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #31404f), color-stop(1, #797a7c));
  background-image: -webkit-linear-gradient(top, #31404f 0%, #797a7c 100%);
  background-image: -o-linear-gradient(top, #31404f 0%, #797a7c 100%);
  background-image: linear-gradient(top, #31404f 0%, #797a7c 100%);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  color: #ffffff;
  padding: 24px;
  display: inline-block;
  vertical-align: middle;
}
#library-copy h2 {
  line-height: 24px;
}
#library-copy h4 {
  font-size: 18px;
  font-style: italic;
  font-weight: normal;
  line-height: 24px;
}
#library-copy p {
  color: #ffffff;
  margin: 10px 0 0;
  font-size: 18px;
  line-height: 24px;
}
#library-image {
  width: 44.5%;
  float: left;
  width: 50.5%;
  margin-top: 4.5%;
}
@media (max-width: 715px) {
  #library-copy h2 {
    font-size: 23px;
  }
}
@media (max-width: 693px) {
  #library-copy h2 {
    font-size: 19px;
    line-height: 19px;
  }
  #library-copy h4 {
    font-size: 17px;
    line-height: 20px;
  }
  #library-copy p {
    font-size: 13px;
    line-height: 18px;
    margin: 8px 0 0;
  }
}
@media (max-width: 655px) {
  #library-welcome .subnav .nav > li > a {
    font-size: 20px;
  }
}
@media (max-width: 622px) {
  padding: 15px;#library-copy h2 {
    font-size: 17px;
    line-height: 17px;
  }
  #library-copy h4 {
    font-size: 14px;
    line-height: 18px;
  }
  #library-copy p {
    font-size: 12px;
    line-height: 15px;
    margin: 7px 0 0;
  }
}
@media (max-width: 551px) {
  #library-welcome #formElementary #queryElementary,
  #library-welcome #formMiddle #queryElementary,
  #library-welcome #formHigh #queryElementary,
  #library-welcome #formElementary #queryMiddle,
  #library-welcome #formMiddle #queryMiddle,
  #library-welcome #formHigh #queryMiddle,
  #library-welcome #formElementary #queryHigh,
  #library-welcome #formMiddle #queryHigh,
  #library-welcome #formHigh #queryHigh {
    width: 50%;
  }
  #library-welcome .subnav .library-level {
    line-height: 24px;
    height: 72px;
  }
}
@media (max-width: 383px) {
  #library-welcome #formElementary #queryElementary,
  #library-welcome #formMiddle #queryElementary,
  #library-welcome #formHigh #queryElementary,
  #library-welcome #formElementary #queryMiddle,
  #library-welcome #formMiddle #queryMiddle,
  #library-welcome #formHigh #queryMiddle,
  #library-welcome #formElementary #queryHigh,
  #library-welcome #formMiddle #queryHigh,
  #library-welcome #formHigh #queryHigh {
    width: 40%;
  }
}
#other-products-menu {
  display: none;
  float: right;
  color: #FFDC33;
  font-size: 13px;
}
#other-products-menu i {
  font-size: 17px;
  margin-left: 4px;
}
#other-products-menu .other-products-header {
  color: #FFEA7F;
  padding-top: 10px;
  display: none;
}
#other-products-menu #other-products-singlelink-header {
  float: left;
  clear: none;
  color: #FFFFFF;
}
#other-products-menu #other-products-menu-header {
  text-decoration: none;
}
#other-products-menu ul.singlelink {
  float: left;
  clear: none;
  margin: 0px;
  padding: 0px;
}
#other-products-menu ul.singlelink li {
  padding-top: 10px;
  list-style: none;
}
#other-products-menu ul.singlelink li a {
  color: #FFEA7F;
}
#other-products-menu ul.multiplelink {
  position: absolute;
  top: 32px;
  display: none;
  background-color: #1A5876;
  border: 1px solid #59869C;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  margin: 0px;
  padding: 8px;
}
#other-products-menu ul.multiplelink li {
  margin-left: -9px;
  margin-right: -9px;
  list-style: none;
}
#other-products-menu ul.multiplelink li a {
  display: block;
  margin-left: 9px;
  margin-right: 9px;
  color: white;
  line-height: 26px;
}
#other-products-menu ul.multiplelink li:hover {
  background-color: #59869C;
}
#other-products-menu ul.multiplelink li:hover a {
  color: #FFEA7F;
}
#additional-gallery.modal,
.elementary #media-gallery.modal,
.browse #media-gallery.modal,
#profile-gallery.modal {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: visible;
  top: 3%;
}
#additional-gallery.modal .modal-header,
.elementary #media-gallery.modal .modal-header,
.browse #media-gallery.modal .modal-header,
#profile-gallery.modal .modal-header {
  border-bottom: 1px solid #333;
  padding-bottom: 6px;
  background-color: #EEE;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
}
#additional-gallery.modal .modal-header .close,
.elementary #media-gallery.modal .modal-header .close,
.browse #media-gallery.modal .modal-header .close,
#profile-gallery.modal .modal-header .close {
  background-image: url(/resources/img/fancybox/fancy_close.png);
  opacity: 1;
  filter: alpha(opacity=100);
  height: 30px;
  width: 30px;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 1;
}
#additional-gallery.modal .modal-header .tools-ctn,
.elementary #media-gallery.modal .modal-header .tools-ctn,
.browse #media-gallery.modal .modal-header .tools-ctn,
#profile-gallery.modal .modal-header .tools-ctn {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: 28px;
  margin-top: 5px;
}
#additional-gallery.modal .modal-header .tools,
.elementary #media-gallery.modal .modal-header .tools,
.browse #media-gallery.modal .modal-header .tools,
#profile-gallery.modal .modal-header .tools {
  padding: 1px 4px 0;
}
#additional-gallery.modal .modal-header a.disabled,
.elementary #media-gallery.modal .modal-header a.disabled,
.browse #media-gallery.modal .modal-header a.disabled,
#profile-gallery.modal .modal-header a.disabled {
  pointer-events: none;
  cursor: default;
  color: rgba(51, 51, 51, 0.5);
}
#additional-gallery.modal .modal-body,
.elementary #media-gallery.modal .modal-body,
.browse #media-gallery.modal .modal-body,
#profile-gallery.modal .modal-body {
  padding-top: 8px;
}
#additional-gallery.modal .modal-body .rg-image-wrapper,
.elementary #media-gallery.modal .modal-body .rg-image-wrapper,
.browse #media-gallery.modal .modal-body .rg-image-wrapper,
#profile-gallery.modal .modal-body .rg-image-wrapper {
  padding-top: 35px;
}
#additional-gallery.modal .modal-body .gallery-media-metadata,
.elementary #media-gallery.modal .modal-body .gallery-media-metadata,
.browse #media-gallery.modal .modal-body .gallery-media-metadata,
#profile-gallery.modal .modal-body .gallery-media-metadata {
  padding-top: 14px;
}
#additional-gallery.modal .modal-header {
  border: 0px;
  background-color: #ffffff;
}
#additional-gallery.modal figcaption {
  clear: both;
}
#additional-gallery.modal div.modal-body,
.elementary #profile-gallery.modal div.modal-body {
  width: 100%;
  padding: 0;
  clear: left;
  float: left;
}
#additional-gallery.modal div.modal-body div.span12,
.elementary #profile-gallery.modal div.modal-body div.span12 {
  padding: 0 1em 1em 1em;
  text-align: left;
}
#additional-gallery.modal div.modal-body div.span12 h3,
.elementary #profile-gallery.modal div.modal-body div.span12 h3 {
  color: #333333;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding: 0 0 0.5em 0;
}
#additional-gallery.modal div.modal-body div.span12 table,
.elementary #profile-gallery.modal div.modal-body div.span12 table {
  border: 1px solid #eeeeee;
  text-align: left;
  width: 100%;
}
#additional-gallery.modal div.modal-body div.span12 table th,
.elementary #profile-gallery.modal div.modal-body div.span12 table th,
#additional-gallery.modal div.modal-body div.span12 table td,
.elementary #profile-gallery.modal div.modal-body div.span12 table td {
  text-align: left;
  vertical-align: top;
  padding: 0.25em 1em;
}
#additional-gallery.modal div.modal-body div.span12 table .oec_title,
.elementary #profile-gallery.modal div.modal-body div.span12 table .oec_title {
  display: none;
}
#additional-gallery.modal div.modal-body div.span12 table .oec_section_header,
.elementary #profile-gallery.modal div.modal-body div.span12 table .oec_section_header {
  background-color: #cccccc;
}
#additional-gallery.modal div.modal-body div.span12 table .oec_header,
.elementary #profile-gallery.modal div.modal-body div.span12 table .oec_header {
  background-color: #eeeeee;
}
#additional-gallery.modal div.modal-body div.span12 table .oec_even,
.elementary #profile-gallery.modal div.modal-body div.span12 table .oec_even {
  background-color: #eeeeee;
}
#additional-gallery.modal div.modal-body div.span12 table ul,
.elementary #profile-gallery.modal div.modal-body div.span12 table ul {
  list-style: none;
  margin-left: 0px;
}
#additional-gallery.modal div.modal-body div.span12 table ul ul,
.elementary #profile-gallery.modal div.modal-body div.span12 table ul ul {
  list-style: outside;
  margin-left: 20px;
}
#additional-gallery.modal div.modal-body div.span12 .profile-footnotes .article-profile-ftnote,
.elementary #profile-gallery.modal div.modal-body div.span12 .profile-footnotes .article-profile-ftnote {
  text-indent: -15px;
  padding-left: 30px;
  margin-bottom: 5px;
  float: left;
}
#additional-gallery.modal div.modal-body div.span12 {
  display: none;
}
#gallery li,
#side-gallery li,
#elem-media-gallery li {
  width: 123px;
  margin-bottom: 5px;
}
#side-gallery li {
  width: 45%;
}
.media #video-gallery .fixed-image {
  position: relative;
}
.media #video-gallery a:hover {
  text-decoration: none;
}
.fixed-image span {
  background: none repeat scroll 0 0 #000;
  opacity: 0.5;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  color: #FFFFFF;
  font-size: 40px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  right: 32%;
  top: 26%;
  width: 45px;
  border: 1px solid #FFFFFF;
  padding-left: 5px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .fixed-image span {
    right: 20%;
  }
}
@media (max-width: 480px) {
  .elementary.article.modal-open .tools-ctn #toolbar-content {
    top: 30% !important;
    width: 90% !important;
  }
}
@media (min-width: 485px) and (max-width: 767px) {
  .fixed-image span {
    right: 40%;
  }
}
@media (min-width: 384px) and (max-width: 484px) {
  .fixed-image span {
    right: 36%;
  }
}
@media (max-width: 399px) {
  .fixed-image span {
    right: 30%;
  }
}
#elem-media-gallery li {
  width: 35%;
}
#elem-media-gallery li.elem-nav {
  width: 7%;
}
.elem-nav a {
  text-decoration: none;
}
#elem-media-gallery img,
#side-gallery img,
#elem-assembly-thumbs img {
  max-width: 100%;
  height: auto;
}
figure.elem-assembly {
  width: 90%;
  text-align: center;
}
figure.elem-assembly img {
  max-height: 240px;
  height: auto;
}
figure.assembly {
  width: 95%;
  text-align: center;
  clear: none;
  margin: 1em;
  position: relative;
}
#elem-assembly-full figure.assembly {
  width: 96%;
  margin: 0.75em 1%;
}
figure.assembly:hover img,
figure.elem-assembly:hover img {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
figure.assembly img {
  height: auto;
}
figure.assembly embed,
figure.assembly object {
  max-width: 100%;
}
figure embed {
  max-width: 100%;
  max-height: 450px;
}
#assembly-full {
  text-align: center;
}
.assembly-caption {
  font-size: 15px;
  font-style: normal;
  margin-bottom: 1em;
  margin-top: 1em;
  clear: both;
}
.assembly-credit {
  font-size: 13px;
}
.video-download {
  clear: both;
  display: block;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 830px) {
  .assembly-caption {
    font-size: 13px;
  }
  .assembly-credit {
    font-size: 11px;
  }
}
dl.relatedInfo {
  clear: both;
  margin: 0;
  padding-top: 0.25em;
  text-align: center;
}
.relatedInfo dd {
  border-top: 0.05em solid #D3D3D3;
}
.relatedInfo span {
  position: relative;
  top: 3px;
}
.high .thumb.selected-thumb {
  border-color: #096283;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.middle .thumb.selected-thumb {
  border-color: #096283;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.elementary .thumb.selected-thumb {
  border-color: #bf7600;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.lt-ie9 .high .thumb.selected-thumb a {
  border: 1px solid #096283;
}
.lt-ie9 .middle .thumb.selected-thumb a {
  border: 1px solid #096283;
}
.lt-ie9 .elementary .thumb.selected-thumb a {
  border: 1px solid #bf7600;
}
#UI-modal-curtain {
  background-color: black;
  opacity: 0.6;
  filter: alpha(opacity = 60);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 50003;
}
#elem-assembly-overlay {
  display: none;
  height: 100%;
  left: 0 !important;
  top: 0 !important;
  width: 100%;
  z-index: 50025;
  position: absolute;
}
#elem-assembly-display {
  display: none;
}
.overlay-table {
  height: 100%;
  left: 0;
  position: absolute;
  top: 1em;
  width: 100%;
  z-index: 50004;
}
#overlay-content-wrapper {
  background-color: white;
  height: 600px;
  margin: auto;
  width: 60%;
  overflow: visible;
  position: relative;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
#assembly-full #prev-assembly-gallery,
#assembly-full #next-assembly-gallery {
  position: absolute;
  top: 30%;
  width: 3%;
  cursor: pointer;
  text-decoration: none;
  float: left;
  padding: 0 1%;
  line-height: 40px;
  border: 1px solid #ddd;
}
#assembly-full #prev-assembly-gallery {
  left: 0;
}
#assembly-full #next-assembly-gallery {
  right: 0;
}
#assembly-full #prev-assembly-gallery:hover,
#assembly-full #next-assembly-gallery:hover {
  background-color: #f5f5f5;
}
#assembly-full #prev-assembly-gallery #fancybox-left-ico,
#assembly-full #next-assembly-gallery #fancybox-right-ico {
  left: auto;
  top: 40%;
  display: none;
}
#elem-assembly-full #prev-assembly-gallery,
#elem-assembly-full #next-assembly-gallery {
  top: 2em;
  cursor: pointer;
  display: none;
  height: 60%;
  outline: medium none;
  position: absolute;
  width: 30%;
  z-index: 5004;
  left: 32%;
}
#elem-assembly-full #next-assembly-gallery {
  right: 2%;
  left: auto;
}
#elem-assembly-full #prev-assembly-gallery #fancybox-left-ico,
#elem-assembly-full #next-assembly-gallery #fancybox-right-ico {
  z-index: 5004;
  left: auto;
  display: none;
}
#elem-assembly-full #next-assembly-gallery #fancybox-right-ico {
  right: 5px;
}
#elem-assembly-content {
  height: 100%;
  width: 30%;
  float: left;
}
.overlay-close-button {
  display: block !important;
}
.overlay-close-button:hover {
  background-position: 0 -12px;
}
#elem-assembly-thumbs {
  border-right: .05em solid #D3D3D3;
  float: left;
  height: 100%;
  margin-left: 1.75%;
  width: 30%;
}
#elem-assembly-thumbs .thumb {
  float: left;
  width: 45%;
}
#elem-assembly-thumbs .pagination {
  height: auto;
  margin: 0;
}
#elem-assembly-thumbs #video-gallery {
  border-top: 1px solid #D3D3D3;
}
#elem-assembly-thumbs #image-gallery h4 {
  margin-top: .75em;
}
#elem-assembly-full {
  float: left;
  padding: 1% 1% 0.2%;
  width: 65%;
  text-align: center;
}
#elem-assembly-full img {
  max-height: 425px;
  width: auto;
}
#select-media-type {
  clear: both;
}
#select-media-type li {
  display: inline;
  padding-right: 30px;
  font-size: 13px;
}
#select-media-type input {
  margin-right: 4px;
}
.link-to-videos {
  float: right;
}
.assembly-backlinks {
  float: left;
  width: 100%;
  margin-top: 15px;
}
#visual-learning-left-div {
  width: 5%;
  float: left;
}
.browse-container {
  width: 100%;
}
.browse #browse-node-articles-container.span12.full-width {
  margin-left: 0;
}
.browse-home .well {
  background-color: #dbf2fa;
  margin-bottom: 0.5em;
  padding: 0.5em;
}
.browse .breadcrumb li {
  font-size: 21px;
}
.browse .breadcrumb .divider {
  padding: 0 10px;
}
.browse .breadcrumb li.active {
  pointer-events: none;
  cursor: default;
}
.browse .breadcrumb li.active span.divider {
  display: none;
}
.elementary.browse .breadcrumb {
  filter: none;
  background-color: rgba(255, 255, 255, 0.75);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.15)), color-stop(1, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  margin: 2em 0 1em;
}
.elementary.browse .content {
  padding: 0;
}
.elementary.browse .content.browse-home {
  margin-top: 2em;
  padding: 1em;
}
.lt-ie9 .browse .breadcrumb li {
  display: inline;
}
.lt-ie9 .elementary.browse .breadcrumb {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C0FFFFFF,endColorstr=#C0FFFFFF);
  zoom: 1;
}
.middle.browse .content.browse-home,
.high.browse .content.browse-home {
  margin-top: 1em;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.middle.browse .breadcrumb,
.high.browse .breadcrumb {
  margin-top: 25px;
  border: medium none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none repeat scroll 0 0 transparent;
  float: left;
}
.middle .browse-node nav a:hover,
.middle .browse-node nav a:focus,
.middle .browse-node nav a.selected {
  border-color: #28a5dd;
}
.high .browse-node nav a:hover,
.high .browse-node nav a:focus,
.high .browse-node nav a.selected {
  border-color: #096283;
}
.elementary .browse-node nav a:hover,
.elementary .browse-node nav a:focus,
.elementary .browse-node nav a.selected {
  border-color: #bf7600;
}
.browse-node {
  position: relative;
  left: -100%;
  width: 100%;
  margin: 0;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
}
.browse-node nav > a {
  display: block;
  margin: 0 0 10px 0;
  padding: 2%;
  color: #ffffff;
  font-size: 23px;
  line-height: 23px;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
  text-shadow: -2px -2px rgba(0, 0, 0, 0.3), 2px -2px rgba(0, 0, 0, 0.3), -2px 2px rgba(0, 0, 0, 0.3), 2px 2px rgba(0, 0, 0, 0.3);
  letter-spacing: 1px;
  border: 8px solid #fff;
  outline: none;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  background: #ffffff no-repeat center center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.browse-node nav > a:hover,
.browse-node nav > a.selected {
  -webkit-box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 3px 7px rgba(0, 0, 0, 0.25);
}
.browse-node nav > a.disabled {
  pointer-events: none;
  cursor: default;
}
.browse #browse-node-main nav a {
  float: left;
  width: 41%;
}
.browse #browse-node-main nav a:nth-child(odd) {
  margin-right: 14px;
}
.lt-ie9 .browse-node nav > a {
  background: #ffffff repeat center center;
}
@media (max-width: 1024px) {
  .lt-ie9 .browse-node nav > a {
    font-size: 22px;
  }
}
@media (max-width: 1000px) {
  .lt-ie9 .browse-node nav > a {
    font-size: 18px;
  }
}
.elementary .browse-node nav > a {
  background-color: #bf7600;
}
.middle .browse-node nav > a {
  background-color: #28a5dd;
}
.high .browse-node nav > a {
  background-color: #2b839e;
}
.browse-node-sub nav > a {
  width: 90%;
  display: inline-block;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0;
}
.browse-node-articles-content {
  text-align: left;
  display: none;
}
.browse-node-articles-content li.browse-node-article {
  padding: 5px;
}
.browse-node-articles-content li.browse-node-article img {
  vertical-align: top;
}
.browse-node-articles-content li .thumb {
  margin: 0 1em 0 0;
}
.browse-node-articles-content .pagination {
  margin: 20px 0 15px;
}
.browse-node-articles-content .pagination ul {
  background: #FFFFFF;
  background: rgba(255, 255, 255, 0.96);
}
.elementary #browse-node-media-iqlink {
  clear: both;
  float: right;
  width: 100%;
  padding-right: 20px;
}
.elementary .browse-node-articles-content .results,
.elementary .browse-node-media-content .results {
  height: 460px;
  margin: 0;
  overflow: hidden;
  padding: 1em 1em 0;
}
.elementary .browse-node-article a {
  font-size: 21px;
}
.elementary .browse-node-article p {
  font-size: 18px;
}
.elementary #browse-node-media-container h4 {
  padding: 10px 10px 50px;
}
.elementary .media .browse-node-sub nav > a {
  background-image: none !important;
  font-size: 20px;
  line-height: 24px;
  border: 0 none;
  border-radius: 5px;
}
.elementary .media .browse-node-sub nav > a.selected {
  border: 4px solid #BF7600;
  background-color: #FFFFFF;
  color: #BF7600;
  text-shadow: none;
}
#browse-node-media-container .media-filter-content h6,
#browse-node-media-container .media-filter-content a {
  float: right;
  padding-left: 10px;
  padding-right: 10px;
}
#browse-node-media-container .media-filter-content a {
  background-color: rgba(107, 150, 179, 0.2);
  color: #999999;
  font-size: 13px;
  cursor: pointer;
  text-decoration: none;
}
#browse-node-media-container .media-filter-content a.selected-media {
  background-color: #096283;
  color: #FFFFFF;
}
#browse-node-media-container h4 {
  font-weight: normal;
  margin-top: 12px;
}
#browse-node-media-container .thumb {
  height: 215px;
  width: 29%;
  line-height: 160px;
}
#browse-node-media-container .thumb img {
  max-height: 160px;
}
#browse-node-media-container .thumb a {
  max-height: 160px;
  padding-bottom: 10px;
  white-space: nowrap;
}
#browse-node-media-container .thumb a:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#browse-node-media-container .thumb a .video-thumb-container {
  line-height: normal;
}
#browse-node-media-container .thumb a .fontello-icon-play {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 1em;
  margin-top: -15px;
  margin-left: -15px;
  padding: 6px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFF;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  line-height: 1em;
  border: 2px solid #FFF;
  text-align: center;
}
#browse-node-media-container .thumb .shortCaption {
  color: #333333;
  font-size: 13px;
  line-height: 1.25em;
  font-weight: bold;
}
#browse-node-media-container .thumb a:hover {
  text-decoration: none;
}
#browse-node-media-container .modal-header {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
  border-bottom: none !important;
  padding-bottom: 0 !important;
}
#browse-node-media-container .modal-body {
  padding-top: 0 !important;
  clear: both;
}
#browse-node-media-container .modal-body p {
  float: none !important;
}
#browse-node-media-container .modal-body .rg-thumbs {
  padding-top: 0;
}
#browse-node-media-container img {
  float: none !important;
}
#browse-node-media-container .gallery-media-counter {
  display: none;
}
@media (max-width: 1199px) {
  .browse-node-sub nav > a {
    width: 90%;
  }
}
@media (max-width: 979px) {
  .browse-node-articles-content {
    padding: 10px 10px 5px;
  }
  .browse-node-articles-content .pagination {
    margin: 10px 0 5px;
  }
  .browse-node-articles-content .pagination a {
    font-size: 12px;
    padding: 0 12px;
  }
  .browse-node nav > a {
    font-size: 19px;
    line-height: 19px;
    letter-spacing: normal;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  #browse-node-media-container .thumb {
    line-height: 125px;
  }
  #browse-node-media-container .thumb a {
    max-height: 120px;
  }
  #browse-node-media-container .thumb a img {
    max-height: 115px;
  }
  #browse-node-media-container .thumb a i {
    margin-left: -0.75em;
    margin-top: -5.5em;
    padding: 0.2em;
  }
}
@media (max-width: 720px) and (min-width: 590px) {
  #browse-node-media-container .thumb a img {
    max-height: 140px;
  }
  #browse-node-media-container .thumb a i {
    margin-top: -7.25em;
  }
}
@media (max-width: 589px) {
  #browse-node-media-container .thumb a img {
    max-height: 125px;
  }
  #browse-node-media-container .thumb a i {
    margin-left: -0.75em;
    margin-top: -7em;
    padding: 0.15em;
  }
}
.learning-material-browse {
  margin-top: 2em;
}
.learning-material-browse .browse-node nav > a {
  padding: 0;
}
.learning-material-browse .learning-material-browse-subjects {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.learning-material-browse .learning-material-browse-subjects .learning-material-browse-subject {
  background-position: center left;
  background-repeat: no-repeat;
  padding: 2%;
}
.learning-material-browse .learning-material-browse-subjects .learning-material-browse-subject.games-all-subjects {
  background-image: url(/resources/img/browse/learning-material.games-all-subjects.jpg);
}
.learning-material-browse .learning-material-browse-subjects .learning-material-browse-subject.games-language-arts {
  background-image: url(/resources/img/browse/learning-material.games-language-arts.jpg);
}
.learning-material-browse .learning-material-browse-subjects .learning-material-browse-subject.games-science {
  background-image: url(/resources/img/browse/learning-material.games-science.jpg);
}
.learning-material-browse .learning-material-browse-subjects .learning-material-browse-subject.games-mathematics {
  background-image: url(/resources/img/browse/learning-material.games-mathematics.jpg);
}
.elementary .learning-material-browse .learning-material-browse-results {
  padding-top: .5em;
}
.elementary .learning-material-browse .learning-material-browse-results .results-count {
  padding-left: 1.5em;
}
.elementary .learning-material-browse .learning-material-browse-results .results {
  padding-top: 0;
}
.elementary .learning-material-browse .learning-material-browse-subjects nav > a {
  background-color: #999999;
}
.browse #b2IqLink {
  float: right;
  margin-top: 25px;
}
.browse-index h2 {
  font-size: 20px;
  font-weight: normal;
}
.browse-index h2 ol {
  margin-left: 0;
  margin-bottom: 0;
}
.browse-index h3 {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 14px;
  margin-left: 5px;
  margin-bottom: 15px;
  margin-top: 10px;
}
.browse-index ol {
  list-style-type: none;
}
.browse-index.elementary .entries li p {
  font-size: 18px;
}
.browse-index.elementary .scrollable-content {
  overflow-x: hidden;
}
.browse-index.elementary .scrollable-content .scrollable-content-inner {
  height: 585px;
  overflow-y: auto;
  margin-right: -30px;
  padding-right: 30px;
  padding-bottom: 1px;
}
.browse-index.elementary .scrollable-content .scrollable-content-controls {
  margin: 0 -1em -0.75em;
  text-align: center;
  padding: 2px 0;
  background-color: #dddddd;
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.2) 0%, rgba(221, 221, 221, 0.2) 100%);
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.2) 0%, rgba(221, 221, 221, 0.2) 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.2)), color-stop(1, rgba(221, 221, 221, 0.2)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2) 0%, rgba(221, 221, 221, 0.2) 100%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2) 0%, rgba(221, 221, 221, 0.2) 100%);
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.2) 0%, rgba(221, 221, 221, 0.2) 100%);
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.browse-index.elementary .scrollable-content .scrollable-content-controls a {
  color: #323232 !important;
}
.browse-index.elementary .scrollable-content .scrollable-content-controls a.up {
  margin: 0 10px 0 4.5em;
}
.browse-index.elementary .scrollable-content .scrollable-content-controls a.down {
  margin: 0 4.5em 0 10px;
}
.browse-index.elementary .scrollable-content .scrollable-content-controls a.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  text-shadow: none;
  pointer-events: none;
  cursor: default;
}
.browse-index .tiles {
  padding: 15px 30px;
}
.browse-index .tiles .tile {
  width: 88px;
  height: 88px;
  text-align: center;
  line-height: 88px;
  border: 6px solid #FFF;
  margin: 15px 10px;
  font-size: 48px;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  color: #FFF;
  box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.4);
}
.browse-index .tiles .tile.empty {
  background-color: #999;
  color: #CCC !important;
  border-color: #CCC;
  cursor: default;
  text-decoration: none;
}
.browse-index .tiles .tile:nth-child(9n) {
  margin-right: 0;
}
.browse-index .tiles a.tile:hover {
  border: 6px solid #bf7600;
}
.browse-index .tile-orange {
  background-color: #E07800;
}
.browse-index .tile-medium-blue {
  background-color: #009FD9;
}
.browse-index .tile-green {
  background-color: #70A100;
}
.browse-index .tile-turquoise {
  background-color: #00A3A3;
}
.browse-index .tile-red {
  background-color: #E0240B;
}
.browse-index .tile-dark-blue {
  background-color: #1266B0;
}
.browse-index .tile-yellow {
  background-color: #FFCC00;
  color: #084466 !important;
}
.browse-index .tile-magenta {
  background-color: #D9276B;
}
.browse-index .tile-purple {
  background-color: #8B4497;
}
.browse-index .entries li a {
  font-size: 21px;
}
.browse-index .entries .thumb-holder {
  float: left;
  width: 100px;
  margin-right: 10px;
}
.browse-index .entries .text-holder {
  overflow: hidden;
}
.browse-index .entries img {
  max-height: 70px;
}
.browse-index .pager-holder {
  float: left;
  width: 100%;
}
.browse-index .quick-tip {
  filter: none;
  background-color: rgba(255, 255, 255, 0.7);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.15)), color-stop(1, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 25px 25px 40px;
}
.browse-index .quick-tip .icon-container {
  width: 38px;
  height: 38px;
  line-height: 38px;
  font-size: 30px;
  background-color: #E07800;
  border: solid 2px #FFF;
  float: left;
  -webkit-box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.33);
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.33);
}
.browse-index .quick-tip .icon-container i:before {
  -ms-transform: rotate(-6deg);
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.browse-index .quick-tip .text {
  font-size: 18px;
  line-height: 33px;
  margin-left: 52px;
  margin-top: 10px;
}
.browse-index .letters-bar {
  filter: none;
  background-color: rgba(255, 255, 255, 0.75);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.15)), color-stop(1, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  margin: 2em 0 1em;
  border-radius: 4px;
  padding: 0 15px;
}
.browse-index .letters-bar .text {
  text-shadow: 0 1px 0 #FFF;
  font-size: 21px;
  color: #666;
}
.browse-index .letters .node {
  border: none;
  margin: 0;
  font-size: 18px;
}
.browse-index .letters .node.active {
  border: none;
}
.browse-index .letters .node.active > a {
  text-decoration: none;
  background-color: transparent;
  color: #000;
  font-weight: bold;
}
.browse-index .letters .node.empty > a {
  text-decoration: none;
  color: #999;
  cursor: default;
}
.browse-index .letters .node a {
  display: block;
  padding: 2px 10px;
  color: #006DC1;
  font-size: 20px;
  text-shadow: 0 1px 0 #FFF;
}
.browse-index .nodes .node {
  font-size: 30px;
  font-weight: bold;
}
.browse-index .nodes .node ol {
  margin-left: 73px;
}
.browse-index .nodes .node.active {
  border: none;
}
.browse-index .nodes .node.active > a {
  border-color: #FFF;
}
.browse-index .nodes .node.node-sub {
  font-size: 21px;
}
.browse-index .nodes .node a {
  display: block;
  padding: 5px 10px;
  color: #FFF;
  border: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 12px;
  text-decoration: none;
  width: 114px;
  box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.4);
}
.browse-index .nodes .node a:hover {
  text-decoration: none;
  border-color: #FFF;
  color: #FFF;
}
.browse-index .node {
  margin: 10px 0;
  text-transform: capitalize;
  text-align: center;
}
@media (max-width: 767px) {
  .browse-index .tiles .tile:nth-child(9n) {
    margin-right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .browse-index .nodes .node {
    font-size: 20px;
  }
  .browse-index .nodes .node a {
    width: 78px;
  }
  .browse-index .nodes .node .node.node-sub {
    font-size: 15px;
  }
  .browse-index .nodes .node ol {
    margin-left: 55px;
  }
  .browse-index .letters .node a {
    font-size: 16px;
    padding: 2px 8px;
  }
  .browse-index .letters h2.text {
    font-size: 14px;
  }
  .browse-index .tiles {
    padding: 15px 18px;
  }
  .browse-index .tiles .tile {
    width: 51px;
    height: 51px;
    line-height: 51px;
    margin: 7px 5px;
    font-size: 35px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .browse-index .tiles {
    padding: 15px 18px;
  }
  .browse-index .tiles .tile {
    width: 75px;
    height: 75px;
    line-height: 75px;
    margin: 7px 5px;
  }
  .browse-index .letters-bar .text {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .browse-index .nodes .node a {
    width: 148px;
  }
  .browse-index .nodes .node ol {
    margin-left: 90px;
  }
  .browse-index .letters .node a {
    font-size: 24px;
  }
}
html[lang="es-ES"] .browse-index .nodes .node {
  font-family: 'Nunito', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
html[lang="es-ES"] .browse-index .tile {
  font-family: 'Nunito', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  border-radius: 12px;
}
html[lang="es-ES"] .browse-index a.tile:hover {
  border: 6px solid #FFF;
}
.browse-games h2 {
  font-size: 20px;
  font-weight: normal;
}
.browse-games h2 ol {
  margin-left: 0;
  margin-bottom: 0;
}
.browse-games h3 {
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 14px;
  margin-left: 5px;
  margin-bottom: 15px;
  margin-top: 10px;
}
.browse-games ol {
  list-style-type: none;
}
.browse-games.elementary .entries li {
  min-height: 80px;
  margin-top: 15px;
}
.browse-games.elementary .entries li p {
  font-size: 18px;
}
.browse-games.elementary .scrollable-content {
  display: none;
  overflow-x: hidden;
}
.browse-games.elementary .scrollable-content.show {
  display: block;
}
.browse-games.elementary .scrollable-content .scrollable-content-inner {
  height: 585px;
  overflow-y: auto;
  margin-right: -30px;
  padding-right: 30px;
  padding-bottom: 1px;
}
.browse-games.elementary .scrollable-content .scrollable-content-controls {
  margin: 0 -1em -0.75em;
  text-align: center;
  padding: 2px 0;
  background-color: #dddddd;
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.2) 0%, rgba(221, 221, 221, 0.2) 100%);
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.2) 0%, rgba(221, 221, 221, 0.2) 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.2)), color-stop(1, rgba(221, 221, 221, 0.2)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2) 0%, rgba(221, 221, 221, 0.2) 100%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2) 0%, rgba(221, 221, 221, 0.2) 100%);
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.2) 0%, rgba(221, 221, 221, 0.2) 100%);
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.browse-games.elementary .scrollable-content .scrollable-content-controls a {
  color: #323232 !important;
}
.browse-games.elementary .scrollable-content .scrollable-content-controls a.up {
  margin: 0 10px 0 4.5em;
}
.browse-games.elementary .scrollable-content .scrollable-content-controls a.down {
  margin: 0 4.5em 0 10px;
}
.browse-games.elementary .scrollable-content .scrollable-content-controls a.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  text-shadow: none;
  pointer-events: none;
  cursor: default;
}
.browse-games .tiles {
  padding: 15px 30px;
  text-align: center;
}
.browse-games .tiles .tile {
  min-height: 72px;
  text-align: center;
  line-height: 72px;
  border: 6px solid #FFF;
  margin: 15px;
  padding: 0 30px;
  border-radius: 12px;
  font-size: 42px;
  font-weight: bold;
  display: inline-block;
  color: #FFF;
  box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.4);
}
.browse-games .tiles .tile.empty {
  background-color: #999;
  color: #CCC !important;
  border-color: #CCC;
  cursor: default;
  text-decoration: none;
}
.browse-games .tiles .tile:nth-child(9n) {
  margin-right: 0;
}
.browse-games .tile-orange {
  background-color: #E07800;
}
.browse-games .tile-medium-blue {
  background-color: #009FD9;
}
.browse-games .tile-green {
  background-color: #70A100;
}
.browse-games .tile-turquoise {
  background-color: #00A3A3;
}
.browse-games .tile-red {
  background-color: #E0240B;
}
.browse-games .tile-dark-blue {
  background-color: #1266B0;
}
.browse-games .tile-yellow {
  background-color: #FFCC00;
  color: #084466 !important;
}
.browse-games .tile-magenta {
  background-color: #D9276B;
}
.browse-games .tile-purple {
  background-color: #8B4497;
}
.browse-games .entries li a {
  font-size: 21px;
}
.browse-games .entries .thumb-holder {
  float: left;
  width: 100px;
  margin-right: 10px;
}
.browse-games .entries .text-holder {
  overflow: hidden;
  padding-top: 5px;
}
.browse-games .entries img {
  max-height: 80px;
  border-radius: 12px;
}
.browse-games .pager-holder {
  float: left;
  width: 100%;
}
.browse-games .quick-tip {
  filter: none;
  background-color: rgba(255, 255, 255, 0.7);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.15)), color-stop(1, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 25px 25px 40px;
}
.browse-games .quick-tip .icon-container {
  width: 38px;
  height: 38px;
  line-height: 38px;
  font-size: 30px;
  background-color: #E07800;
  border: solid 2px #FFF;
  float: left;
  -webkit-box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.33);
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.33);
}
.browse-games .quick-tip .icon-container i:before {
  -ms-transform: rotate(-6deg);
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.browse-games .quick-tip .text {
  font-size: 18px;
  line-height: 33px;
  margin-left: 52px;
  margin-top: 10px;
}
.browse-games .letters-bar {
  filter: none;
  background-color: rgba(255, 255, 255, 0.75);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.15)), color-stop(1, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  margin: 2em 0 1em;
  border-radius: 4px;
  padding: 1px 15px;
}
.browse-games .letters-bar p {
  text-shadow: 0 1px 0 #FFF;
  font-size: 21px;
  color: #666;
  line-height: 28px;
  margin: 5px 0;
}
.browse-games .letters .node {
  border: none;
  margin: 0;
  font-size: 18px;
}
.browse-games .letters .node.active {
  border: none;
}
.browse-games .letters .node.active > a {
  text-decoration: none;
  background-color: transparent;
  color: #000;
  font-weight: bold;
}
.browse-games .letters .node.empty > a {
  text-decoration: none;
  color: #999;
  cursor: default;
}
.browse-games .letters .node a {
  display: block;
  padding: 2px 10px;
  color: #006DC1;
  font-size: 20px;
  text-shadow: 0 1px 0 #FFF;
}
.browse-games .nodes .node {
  font-size: 21px;
  font-weight: bold;
}
.browse-games .nodes .node ol {
  margin-left: 73px;
}
.browse-games .nodes .node.active {
  border: none;
}
.browse-games .nodes .node.active > a {
  border-color: #FFF;
}
.browse-games .nodes .node.node-sub {
  font-size: 21px;
}
.browse-games .nodes .node a {
  display: block;
  padding: 5px 10px;
  color: #FFF;
  border: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 12px;
  text-decoration: none;
  width: 114px;
  box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.4);
}
.browse-games .nodes .node a:hover {
  text-decoration: none;
  border-color: #FFF;
  color: #FFF;
}
.browse-games .node {
  margin: 10px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .browse-games .tiles .tile:nth-child(9n) {
    margin-right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .browse-games .nodes .node {
    font-size: 20px;
  }
  .browse-games .nodes .node a {
    width: 78px;
  }
  .browse-games .nodes .node .node.node-sub {
    font-size: 15px;
  }
  .browse-games .nodes .node ol {
    margin-left: 55px;
  }
  .browse-games .letters .node a {
    font-size: 16px;
    padding: 2px 8px;
  }
  .browse-games .letters h2.text {
    font-size: 14px;
  }
  .browse-games .tiles {
    padding: 15px 18px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .browse-games .tiles {
    padding: 15px 18px;
  }
  .browse-games .letters-bar .text {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .browse-games .nodes .node a {
    width: 148px;
  }
  .browse-games .nodes .node ol {
    margin-left: 90px;
  }
  .browse-games .letters .node a {
    font-size: 24px;
  }
}
html[lang="es-ES"] .browse-index .nodes .node {
  font-family: 'Nunito', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
html[lang="es-ES"] .browse-index .tile {
  font-family: 'Nunito', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.high.lessons {
  background: url("/resources/img/shared/l3_noise.png");
}
.middle.lessons {
  background: url("/resources/img/shared/l2_noise.png");
}
.lessons .banner-inner .row-fluid #header-tools-container {
  top: 5px;
}
.lessons .share-url {
  font-size: larger;
}
.lessons #share-url-display {
  margin-right: 5px;
}
.lessons .share-section {
  margin-left: 25px;
}
.lessons .share-section .tool-email {
  font-size: larger;
}
#user-content-nav {
  margin-bottom: 0px !important;
}
#user-content-nav li.inactive > a {
  background-color: #eeeeee;
}
#user-content-nav li > a {
  color: #777;
}
#user-content-nav li.inactive > a:hover {
  color: #096283;
}
#favorites-list .content-item {
  cursor: hand;
  cursor: pointer;
}
#favorites-list .label {
  float: right;
  padding: 3px;
  cursor: pointer;
  margin-top: 4px;
}
#favorites-list .added {
  background-color: #468847;
  padding: 6px;
}
#favorites-list li:hover {
  background-color: #eeeeee;
}
#favorites-list #favorites-list .item-content.selected {
  background-color: #eeeeee;
}
.lessons li {
  list-style: none;
}
.lessons ol li {
  list-style: decimal outside none;
}
.lessons .article li {
  width: 100%;
  float: left;
  margin-left: 4px;
}
.lessons a.btn {
  color: #ffffff;
}
#lesson-finder span.active {
  background-color: #468847;
  padding: 4px;
}
#lesson-finder .added {
  display: none;
}
#lesson-finder li:hover {
  background-color: #eeeeee;
}
#lesson-finder .item-content.selected {
  background-color: #eeeeee;
}
#remove-filter-span {
  margin: 0.5em;
  line-height: 25px;
}
#remove-filter-span i {
  cursor: pointer;
}
.filter-dropdown {
  margin-top: 0.5em;
}
.filter-dropdown #filter-by-favorites-button {
  color: black;
}
#content-organizer .remove-button {
  cursor: pointer;
}
.handle {
  cursor: move;
}
.content-toolbar {
  background-color: #dddddd;
}
#quick-search-search-controls {
  clear: both;
}
#quick-search-search-controls select {
  width: 170px;
}
#quick-search-search-controls .btn {
  margin-bottom: 9px;
}
.quick-search-control {
  margin-right: 8px;
  display: inline-block;
}
#content-organizer img {
  padding: 4px;
}
.handle-extended {
  text-align: center;
}
.lesson-user-entry-text {
  width: 80%;
}
.hidden {
  display: none;
}
#lesson-view-tools {
  margin-bottom: 8px;
}
#lesson-view-tools div {
  float: left;
}
#lesson-view-tools .edit-div {
  padding-top: 13px;
  margin-left: 5px;
}
.corner-control {
  float: right;
}
.lessons form textarea {
  width: 95%;
}
.lessons form .procedure-container textarea {
  width: 40%;
}
#sortable-items li {
  background: #ffffff;
  margin-bottom: 7px;
}
#sortable-items .handle-extended {
  background: #f1f1f1;
}
#primary-content .icon {
  font-size: 16px;
}
#primary-content .item-content {
  cursor: pointer;
  margin-top: 5px;
}
#primary-content .item-content .title {
  float: left;
  margin-right: 5px;
}
#primary-content .fontello-icon-plus {
  font-size: 15px;
  margin: 2px;
  color: #FFFFFF;
}
#primary-content .favorites-list-control {
  margin-bottom: 10px;
}
#preview-content {
  padding: 10px;
}
#preview-content h3 {
  line-height: 25px;
}
li.clean-boxed {
  padding-top: 4px;
  padding-bottom: 4px;
}
li.clean-boxed.last {
  border-bottom: none;
}
ul#lesson-content {
  max-width: 600px;
}
.x-row {
  height: 1.5em;
  background: #dad8d4;
}
.x-row .fontello-icon-cancel {
  float: right;
  margin-right: 0.3em;
}
.x-row .header-favorite-type-icon {
  margin: 0px 5px 0px 10px;
  color: #096283;
}
.x-row .header-favorite-type-text {
  color: #096283;
}
.lessonplan-date-column {
  font-size: 11px;
  color: gray;
  font-weight: bold;
  text-align: right;
}
.lessonplan-date-column span,
.lessonplan-date-column date {
  display: block;
}
.lessonplan-date-column date {
  line-height: 11px;
  font-style: italic;
}
.lessonplan-date-column .push-left {
  float: left;
}
.lesson-plan p {
  margin-bottom: 4px;
  margin-top: 2px;
}
.lesson-plan li {
  margin-bottom: 20px;
}
.lesson-plan li i {
  color: #096283;
  opacity: 0.5;
  font-size: 19px;
}
.lesson-plan .table-label,
.lesson-plan .table-text {
  font-size: 11px;
  color: gray;
  font-weight: bold;
}
.lesson-plan .table-label {
  padding-right: 0.8em;
  border-right: 1px solid gray;
  text-transform: uppercase;
  text-align: right;
}
.lesson-plan .table-text {
  padding-left: 0.8em;
  font-style: italic;
}
.lesson-plan-search-data {
  line-height: 18px;
}
.lp-subject-grade {
  font-size: 12px;
}
#lesson-plan-display-alert.modal {
  width: 360px;
  margin: -250px 0 0 -180px;
}
#lesson-plan-display-alert.modal .modal-header {
  background-image: url(/resources/img/header.png);
  background-repeat: no-repeat;
  position: relative;
  padding: 5px;
}
#lesson-plan-display-alert.modal .modal-body {
  font-size: 17px;
  font-style: italic;
  font-weight: bold;
  padding: 10px 15px 15px;
}
#lesson-plan-display-alert.modal .close {
  background-image: url(/resources/img/close.png);
  height: 12px;
  opacity: 0.6;
  position: absolute;
  right: 10px;
  top: 8px;
  width: 12px;
}
#lesson-plan-display-alert.modal .close:hover {
  opacity: 1;
}
.lesson-plan-spans {
  margin: 0;
}
.lesson-plan-spans span {
  margin-right: 2em;
}
.lesson-plan-objective {
  margin: 0.2em 0;
  line-height: 17px;
}
.lessonplan-description-item {
  float: left;
  margin-right: 20px;
  font-size: 12px;
}
.lessonplan-description-subject {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.lessonplan-delete-alert {
  float: right;
  display: none;
  margin-top: 3px;
}
.lessonplan-delete {
  float: right;
}
.delete-label {
  float: right;
  font-size: 12px;
  opacity: 0.8;
  position: absolute;
  margin-left: -12px;
}
.delete-label:hover {
  font-size: 16px;
}
.remove-label {
  font-size: 12px;
  color: white;
  margin-left: 5px;
  cursor: pointer;
}
.remove-label:hover {
  font-size: 16px;
}
#lesson-plan-details .item-content:hover {
  background-color: #eeeeee;
}
#lesson-plan-details .title {
  font-weight: bold;
}
#lesson-plan-details .lesson-plan-content {
  border: 3px solid rgba(0, 0, 0, 0.15);
  background-color: #FFFFFF;
  border-radius: 6px 6px 6px 6px;
  padding: 5px;
  margin-top: 3px;
  color: #2E6E9E;
  cursor: pointer;
}
#lesson-plan-details .lesson-plan-content .span1 {
  padding: 6px;
}
#lesson-plan-details .lesson-plan-content .title {
  display: inline-block;
}
#lesson-plan-details .icon-container {
  float: right;
  display: block;
  margin-left: 10px;
  margin-top: 10px;
}
#lesson-plan-details .icon-container i {
  font-size: 30px;
  color: #0074CC;
  cursor: pointer;
}
#lesson-plan-details .icon-container a {
  text-decoration: none;
}
#lesson-plan-details .icon-container i:hover {
  font-size: 35px;
}
#lesson-plan-details .table-label,
#lesson-plan-details .table-text {
  font-size: 11px;
  color: gray;
  font-weight: bold;
}
#lesson-plan-details .table-label {
  padding-right: 0.8em;
  border-right: 1px solid gray;
  text-transform: uppercase;
  text-align: right;
}
#lesson-plan-details .table-text {
  padding-left: 0.8em;
  font-style: italic;
}
.ui-state-default .lesson-plan-content .span1 {
  padding: 6px;
}
.additional-type-text {
  height: 200px;
}
.lessonplan-item {
  margin-bottom: 16px;
}
.lessonplan-edit .preview-thistle {
  text-align: center;
}
.lessonplan-edit .bottom-buttons .btn {
  float: right;
  margin-left: 5px;
}
.lessonplan-edit .bottom-buttons #save-for-later {
  color: #333333;
}
.lessonplan-edit .info-message {
  font-style: italic;
  color: #333333;
  margin-bottom: 20px;
  text-align: center;
}
.lessonplan-edit .info-message button {
  float: right;
}
.lessonplan-edit #add-material-button {
  margin-left: 70px;
}
.lessonplan-edit #save-order-button {
  float: right;
}
.lessonplan-edit .level {
  height: 23px;
  display: inline-block;
}
.lessonplan-edit .high {
  background-position: -47px -47px;
}
.lessonplan-edit .middle {
  background-position: -26px -47px;
}
.lessonplan-edit .elementary {
  background-position: -6px -47px;
}
.lessonplan-edit .lesson-plan-content .description {
  width: 100%;
  float: left;
  display: block;
}
.lessonplan-edit .subjects div {
  float: left;
}
.lessonplan-edit .subjects .subject-outer {
  width: 100%;
}
.lessonplan-edit .subjects .subject-label {
  padding-left: 7px;
  width: 90%;
}
.lessonplan-edit .subjects .subject-checkbox {
  width: 5%;
}
#simple-search-results .thumb a {
  display: block;
}
#simple-search-results .thumb .label {
  margin-top: 2px;
}
#simple-search-results .bottom-border-gray {
  border-bottom: single 1px gray;
}
#simple-search-results .triplet,
#simple-search-results .learning-materials li.item-content {
  border: 3px solid rgba(0, 0, 0, 0.15);
  border-radius: 6px 6px 6px 6px;
  margin-bottom: 5px;
}
#simple-search-results .item-content {
  padding: 4px;
  margin-top: 0px;
}
#simple-search-results .item-content .primary-article-link {
  font-family: 'PT Serif', Georgia, 'Times New Roman', Times, serif;
  font-size: 18px;
  font-weight: bold;
}
#simple-search-results .item-content:hover {
  background-color: #eeeeee;
}
#simple-search-results .lesson-plan-result-status {
  float: right;
}
.collection-details .collection-title {
  width: 50%;
}
.collection-details .save-collection {
  width: 50%;
  text-align: right;
  margin-top: 10px;
}
.collection-details .content {
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
}
.lessonplan-details .content {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
#simple-search-results .title-container > *,
#favorites-list .title-container > *,
#lesson-content .title-container > *,
.collection-details .title-container > *,
.lessonplan-details .title-container > * {
  vertical-align: middle;
}
#simple-search-results .level,
#favorites-list .level,
#lesson-content .level,
.collection-details .level,
.lessonplan-details .level {
  background: url(/resources/icons/bolse3_icons_3levels-small-v2.png) no-repeat scroll 0 0 transparent;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
#simple-search-results .high,
#favorites-list .high,
#lesson-content .high,
.collection-details .high,
.lessonplan-details .high {
  background-position: -83px -82px;
}
#simple-search-results .middle,
#favorites-list .middle,
#lesson-content .middle,
.collection-details .middle,
.lessonplan-details .middle {
  background-position: -46px -82px;
}
#simple-search-results .elementary,
#favorites-list .elementary,
#lesson-content .elementary,
.collection-details .elementary,
.lessonplan-details .elementary {
  background-position: -9px -82px;
}
@media (min-width: 980px) {
  .elementary #lesson-plan-details,
  .elementary .lessonplan-edit.container {
    margin-bottom: 2em;
  }
}
#homepage.container {
  max-width: 940px;
}
/* ====================================================================================================
 * [ home generics ]
 * styles in this section are meant to be used by all levels unless overriden below
 * ====================================================================================================
 */
.middle.home {
  background: url("/resources/img/shared/l2_noise.png");
}
.high.home {
  background: url("/resources/img/shared/l3_noise.png");
}
.high.home .content a {
  color: #006DC1;
}
.home .content {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.home .content-widget,
.home .well {
  margin-top: 1.25em;
}
.home .well {
  margin-bottom: 0;
}
.home .content-widget-title {
  color: rgba(34, 34, 34, 0.7);
  font-family: 'PT Serif', Georgia, 'Times New Roman', Times, serif;
}
.home ul {
  list-style: none;
}
.home .carousel {
  margin-bottom: 0;
}
.home .carousel .item > img {
  -webkit-border-radius: 12px;
  border-radius: 12px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.home .carousel-inner {
  -webkit-border-radius: 12px;
  border-radius: 12px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.home .carousel-inner > a:hover {
  text-decoration: none;
}
.home .carousel-caption {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 66.66%;
  -webkit-border-radius: 0 12px 12px 0;
  border-radius: 0 12px 12px 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.home .carousel-caption p {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 0;
}
.home .carousel-caption-inner {
  bottom: 5px;
  margin-right: 15px;
  position: absolute;
}
.home .carousel-caption-type {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 13px;
}
.home .carousel-caption-title {
  font-size: 24px;
  line-height: 24px;
  padding: 2px 0;
}
.home .carousel-caption-title a {
  color: #ffffff;
}
.home .carousel-credit {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
  bottom: 0;
  color: #FFFFFF;
  font-size: 10px;
  height: 12px;
  left: 0;
  padding: 3px 5px;
  position: absolute;
}
.home .high li {
  color: rgba(34, 34, 34, 0.7);
}
@media (min-width: 731px) and (max-width: 979px) {
  .home.middle .carousel-caption-type,
  .home.high .carousel-caption-type {
    font-size: 12px;
  }
  .home.middle .carousel-caption-title,
  .home.high .carousel-caption-title {
    font-size: 20px;
  }
  .home.middle .carousel-caption p,
  .home.high .carousel-caption p {
    font-size: 13px;
    line-height: 18px;
  }
}
@media (max-width: 730px) {
  .home.middle .carousel-caption-type,
  .home.high .carousel-caption-type {
    font-size: 11px;
    line-height: 8px;
  }
  .home.middle .carousel-caption-title,
  .home.high .carousel-caption-title {
    font-size: 17px;
    line-height: 22px;
  }
  .home.middle .carousel-caption p,
  .home.high .carousel-caption p {
    font-size: 12px;
    line-height: 16px;
  }
}
.home.middle .content-widget.did-you-know {
  background-color: #efece2;
  padding: 0 1em 1em;
  position: relative;
}
.home.middle .content-widget.did-you-know img {
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.home.middle .content-widget.did-you-know p {
  margin: 0.25em 0 0 0;
}
.home.middle .content-widget.did-you-know:before {
  border-color: #e3e0d7 #ffffff;
  border-style: solid;
  border-width: 32px 32px 0 0;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
}
.content-widget.explore .nav-pills > li > a {
  padding-top: 7px;
  padding-bottom: 7px;
}
.content-widget.explore .nav-pills.count7 > li > a,
.content-widget.explore .nav-pills.count6 > li > a {
  padding-top: 0px;
  padding-bottom: 4px;
}
.content-widget.explore .nav-pills.count8 > li > a {
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 10px;
}
.content-widget.explore .nav-pills {
  font-size: 16px;
  font-weight: bold;
}
.content-widget.explore .nav-pills > li > a {
  color: #1369bf;
}
.content-widget.explore .nav-pills > .active > a {
  background-color: #808080;
  color: #ffffff;
}
.content-widget.explore .nav-pills.count7,
.content-widget.explore .nav-pills.count6 {
  font-size: 14px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.nav-features-title {
  font-family: 'PT Serif', Georgia, 'Times New Roman', Times, serif;
  font-size: 36px;
}
@media (min-width: 768px) {
  .content-widget.explore .nav-pills {
    margin-left: -9px;
  }
  .content-widget.explore .nav-pills > li > a {
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
  }
}
@media (min-width: 1200px) {
  .content-widget.explore .nav-pills {
    margin-left: -11px;
  }
}
.feature-link {
  color: #1369bf !important;
  font-weight: bold;
}
.feature-link:hover {
  text-decoration: none;
}
.feature-link i {
  color: #bf7600;
  margin-right: 5px;
}
.content-widget.tutorials .feature-link {
  font-size: 14px;
  padding-right: 1em;
}
.content-widget.explore .content-widget-title,
.content-widget.feature-daily .content-widget-title {
  padding-bottom: 0.15em;
}
.content-widget.feature-daily img {
  float: left;
}
.feature-daily-content {
  margin-left: 116px;
}
.feature-daily-content h3 {
  line-height: 24px;
}
.middle .addtnl-comp .feature-daily-content {
  margin-top: -42px;
  margin-left: 54px;
}
.middle .addtnl-comp h3 {
  line-height: 25px;
  color: rgba(34, 34, 34, 0.7);
}
.high .addtnl-comp .feature-daily-content {
  margin-left: 70px;
  margin-top: -60px;
}
.high .addtnl-comp img {
  padding-top: 1.5em;
}
.high .addtnl-comp h3 {
  line-height: 25px;
  color: rgba(34, 34, 34, 0.7);
}
.tutorials-menu {
  width: 100%;
  margin: 0;
  overflow: hidden;
}
.tutorials-menu li {
  float: left;
}
.tutorials-menu li a {
  display: block;
  text-align: center;
  width: 100%;
}
.tutorials-menu li p {
  color: rgba(100, 100, 100, 0.7);
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  line-height: 15px;
}
.nara-menu {
  list-style: none;
  margin: 0 0 0 2em;
  overflow: hidden;
}
.nara-menu li span.nara-item-date {
  width: 25%;
  color: #a2a2a2;
  font-weight: lighter;
  display: block;
  font-style: italic;
  font-size: 12px;
  float: left;
}
.nara-menu li span.nara-link {
  width: 75%;
  display: block;
  float: left;
}
.nara-menu li span.nara-link a {
  color: #1369bf;
}
.nara-menu li span.nara-link span.nara-new {
  text-transform: uppercase;
  font-weight: bold;
  font-style: italic;
  color: #bf7600;
  padding-left: 1em;
}
.nara-menu li span.nara-link span.nara-new i.icon {
  color: #bf7600;
}
#nara-archive-link {
  padding-left: 25%;
  margin-left: 1em;
}
#nara-archive-link i {
  margin-left: 8px;
}
.tutorials-menu.double li,
.nara-menu.double li {
  width: 50%;
  /* 2 col */

}
.tutorials-menu.double li {
  height: 7.5em;
}
.buzzword .fontello-icon-volume-up {
  color: #bf7600;
  font-size: 21px;
  padding-left: .5em;
}
.buzzword .feature-icon {
  float: right;
}
.buzzword .buzzword-segment {
  margin-top: 8px;
}
.buzzword .mejs-container,
.jGrowl .mejs-container {
  display: none;
}
.play-audio {
  cursor: pointer;
}
.buzzword-word {
  color: #1369bf;
  font-size: 24px;
  display: block;
}
.buzzword-word-type {
  color: rgba(34, 34, 34, 0.8);
  font-size: 18px;
  font-weight: normal;
  padding-left: .5em;
}
.buzzword-pronunciation {
  color: rgba(34, 34, 34, 0.8);
  font-size: 15px;
  display: block;
}
.buzzword-definition-title,
.buzzword-usage-title {
  color: #1369bf;
  font-size: 16px;
}
.buzzword-definition-content,
.buzzword-usage-content {
  color: rgba(34, 34, 34, 0.8);
  font-size: 15px;
  margin-bottom: 0;
}
.buzzword-definition-content b,
.buzzword-usage-content b {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
}
.content-widget.nyt ul {
  margin: 0 0 0 0;
}
.content-widget.nyt li {
  padding-bottom: 1em;
}
.content-widget.nyt a {
  color: #1369bf !important;
}
.content-widget.nyt date {
  color: #7a7a7a;
  font-size: 12px;
  font-style: italic;
  display: block;
}
/* ====================================================================================================
 * [ elementary home ]
 * styles in this section are meant to override styles from the generics section
 * ====================================================================================================
 */
.elementary.home .content {
  background: rgba(255, 255, 255, 0.4);
  margin: 0.5em 0 1em;
  padding: 1em 1em 1em 1.5em;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
.elementary.home .carousel {
  max-width: 520px;
}
.elementary.home .carousel-caption {
  top: auto;
  left: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  bottom: 18px;
}
.elementary.home .carousel-caption-inner {
  margin-right: 0;
  position: static;
}
.elementary.home .carousel-caption-title {
  font-family: 'PT Serif', Georgia, 'Times New Roman', Times, serif;
  font-size: 27px;
  line-height: 37px;
}
.elementary.home .carousel-credit {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
  bottom: 0;
  color: #FFFFFF;
  font-size: 10px;
  height: 12px;
  padding: 3px 15px;
  position: absolute;
  right: 0;
  text-align: right;
}
.elementary.home .widget-box {
  padding-top: 1.25em;
}
.elementary.home .widget-box-title {
  padding-left: 1em;
  text-align: left;
}
.elementary.home .widget-box-content {
  background: rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.elementary.home .learning-zone {
  padding-right: 1em;
}
.elementary.home .learning-zone-title {
  font-style: italic;
  padding-right: 0.25em;
}
.elementary.home .btn-misc-level-one {
  padding: 0 40px 0 10px;
}
.elementary.home .buzzword {
  border: 0;
}
.lt-ie9 .home .carousel-caption {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
  zoom: 1;
}
.lt-ie9 .elementary.home .content {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FFFFFFF,endColorstr=#7FFFFFFF);
  zoom: 1;
}
.lt-ie9 .elementary.home .widget-box-content {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF,endColorstr=#99FFFFFF);
  zoom: 1;
}
.middle #news-container {
  -webkit-border-radius: 12px;
  border-radius: 12px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.05);
  padding: 0 1em 1em;
}
.high #news-container-content h3 {
  line-height: 25px;
}
#vote-container-content #view-results {
  position: absolute;
  right: 10px;
}
#vote-container-content .vote-text {
  text-align: left;
}
#vote-container-content .vote-options {
  text-align: left;
  margin: 0;
}
#vote-container-content .vote-options li {
  position: relative;
  display: block;
  margin-bottom: 0.3em;
  background: rgba(218, 103, 18, 0.5);
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#vote-container-content .vote-options .vote-value {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 0.3em;
  text-align: right;
  color: inherit;
  font-weight: bold;
  z-index: 1;
}
#vote-container-content .vote-options a {
  color: #333333 !important;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.25);
  font-weight: bold;
  display: block;
  padding: 0 0 0 0.3em;
  position: relative;
  z-index: 2;
  text-decoration: none;
}
#vote-container-content .vote-options a:hover {
  text-decoration: underline;
}
#vote-container-content .vote-options .vote-index {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #da6712;
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
#vote-container-content form {
  margin: 0;
}
#vote-container-content label {
  padding-top: 0;
  margin-bottom: 0;
  text-align: left;
}
#vote-container-content .control-group {
  margin-bottom: 0;
}
#vote-container-content .vote-text,
#vote-container-content .control-label {
  font-weight: bold;
  font-style: italic;
  margin-bottom: 0;
}
#vote-container-content .radio {
  line-height: 18px;
}
#vote-container-content .btn {
  color: #efefef !important;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: bold;
  text-shadow: -1px -1px rgba(0, 0, 0, 0.25);
  padding: 0 7px;
  background-color: #da6712;
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.15)), color-stop(1, rgba(255, 255, 255, 0.15)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
  -webkit-border-radius: 12px;
  border-radius: 12px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
#vote-container-content .btn:hover {
  color: transparent;
  background-position: 0 0;
}
.lt-ie9 #vote-container-content .vote-options li {
  background: #da6712;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.home.middle .primary-sources,
.home.high .primary-sources {
  margin-bottom: 20px;
}
.home.middle .primary-sources ul.links,
.home.high .primary-sources ul.links {
  margin: 0;
  border-top: 3px solid #EBEBEB;
}
.home.middle .primary-sources ul.links li,
.home.high .primary-sources ul.links li {
  padding: 8px;
  font-size: 12px;
  line-height: 13px;
}
.home.middle .primary-sources ul.links li.odd,
.home.high .primary-sources ul.links li.odd {
  background-color: #EBEBEB;
}
.home.middle .primary-sources .related-primary-sources,
.home.high .primary-sources .related-primary-sources {
  padding: 0 10px 10px;
}
.home.middle .primary-sources .related-primary-sources ul.keywords,
.home.high .primary-sources .related-primary-sources ul.keywords {
  margin: 0;
  list-style-type: disc;
  list-style-position: inside;
}
.home.middle .primary-sources .related-primary-sources ul.keywords li,
.home.high .primary-sources .related-primary-sources ul.keywords li {
  float: left;
  width: 50%;
  color: #949494;
}
.home.middle .primary-sources .show-less-more,
.home.high .primary-sources .show-less-more {
  text-align: center;
  font-size: 12px;
  margin-top: 5px;
  border-top: 3px solid #EBEBEB;
  position: relative;
  height: 25px;
}
.home.middle .primary-sources .show-less-more a,
.home.high .primary-sources .show-less-more a {
  top: -3px;
  left: 50%;
  margin-left: -48px;
  background-color: #FFF;
  position: absolute;
  border: 3px solid #EBEBEB;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top: none;
  width: 97px;
  font-style: italic;
  height: 18px;
  line-height: 18px;
}
.home.middle .primary-sources .show-less-more a i,
.home.high .primary-sources .show-less-more a i {
  color: #99C5E6;
}
.home.middle .primary-sources .show-less-more a:hover i,
.home.high .primary-sources .show-less-more a:hover i {
  color: #006DC1;
}
.home.middle .jcarousel-wrapper,
.home.high .jcarousel-wrapper {
  padding-bottom: 20px;
  background: none;
  margin-top: 0;
  overflow: hidden;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.home.middle .jcarousel-wrapper .slider-button-container,
.home.high .jcarousel-wrapper .slider-button-container {
  position: absolute;
  bottom: -10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.home.middle .jcarousel-wrapper .slider-button-container a,
.home.high .jcarousel-wrapper .slider-button-container a {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 12px;
  margin-right: 12px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #BFBFBF;
  border: 3px solid #ffffff;
  border-radius: 50%;
}
.home.middle .jcarousel-wrapper .slider-button-container a:hover,
.home.high .jcarousel-wrapper .slider-button-container a:hover {
  border: 3px solid #7FB33D;
}
.home.middle .jcarousel-wrapper .slider-button-container a.active,
.home.high .jcarousel-wrapper .slider-button-container a.active {
  background-color: #7FB33D;
}
.home.middle .jcarousel-wrapper.small,
.home.high .jcarousel-wrapper.small {
  padding: 0 20px;
}
.home.middle .jcarousel-wrapper.small .jcarousel-control-next,
.home.high .jcarousel-wrapper.small .jcarousel-control-next {
  right: 0;
}
.home.middle .jcarousel-wrapper.small .jcarousel-control-prev,
.home.high .jcarousel-wrapper.small .jcarousel-control-prev {
  left: 0;
}
.home.middle .jcarousel-wrapper.small .jcarousel,
.home.high .jcarousel-wrapper.small .jcarousel {
  max-height: 185px;
}
.home.middle .jcarousel-wrapper.small .jcarousel ul.slides li.slide,
.home.high .jcarousel-wrapper.small .jcarousel ul.slides li.slide {
  width: 190px !important;
  padding-right: 10px;
}
.home.middle .jcarousel-wrapper.small .jcarousel ul.slides li.slide .image-ctn,
.home.high .jcarousel-wrapper.small .jcarousel ul.slides li.slide .image-ctn {
  height: 96px;
  overflow: hidden;
  position: relative;
}
.home.middle .jcarousel-wrapper.small .jcarousel ul.slides li.slide .image-ctn.video-thumb-container,
.home.high .jcarousel-wrapper.small .jcarousel ul.slides li.slide .image-ctn.video-thumb-container {
  display: block;
}
.home.middle .jcarousel-wrapper.small .jcarousel ul.slides li.slide .image-ctn .credit,
.home.high .jcarousel-wrapper.small .jcarousel ul.slides li.slide .image-ctn .credit {
  position: absolute;
  font-size: 10px;
  bottom: 0;
  left: 0;
  line-height: 1em;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  padding: 4px;
}
.home.middle .jcarousel-wrapper.small .jcarousel ul.slides li.slide .image-ctn a,
.home.high .jcarousel-wrapper.small .jcarousel ul.slides li.slide .image-ctn a {
  display: block;
}
.home.middle .jcarousel-wrapper.small .jcarousel ul.slides li.slide .image-ctn a i,
.home.high .jcarousel-wrapper.small .jcarousel ul.slides li.slide .image-ctn a i {
  padding: 6px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin-top: -15px;
  margin-left: -15px;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 1em;
  color: #FFF;
  border-radius: 50%;
  line-height: 1em;
  border: 2px solid #FFF;
  z-index: 1;
}
.home.middle .jcarousel-wrapper.small .jcarousel ul.slides li.slide .image-ctn a img,
.home.high .jcarousel-wrapper.small .jcarousel ul.slides li.slide .image-ctn a img {
  max-height: none;
  width: 100%;
  position: absolute;
}
.home.middle .jcarousel-wrapper.small .jcarousel ul.slides li.slide .image-ctn a.img-link:hover,
.home.high .jcarousel-wrapper.small .jcarousel ul.slides li.slide .image-ctn a.img-link:hover {
  text-decoration: none;
}
.home.middle .jcarousel-wrapper.small .jcarousel ul.slides li.slide .image-caption,
.home.high .jcarousel-wrapper.small .jcarousel ul.slides li.slide .image-caption {
  text-align: center;
  padding-top: 10px;
  line-height: 18px;
}
.home.middle .jcarousel-wrapper.small .jcarousel ul.slides li.slide .image-caption p,
.home.high .jcarousel-wrapper.small .jcarousel ul.slides li.slide .image-caption p {
  color: #888;
  font-style: italic;
  margin-bottom: 0;
}
.home.middle .jcarousel-wrapper.small .nav,
.home.high .jcarousel-wrapper.small .nav {
  background: none;
  color: #28A5DD;
  font: inherit;
  text-shadow: none;
  width: auto;
  height: 60px;
  top: 0;
  padding-top: 40px;
  margin-top: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}
.home.middle .jcarousel-wrapper.small .nav i,
.home.high .jcarousel-wrapper.small .nav i {
  font-size: 2em;
}
.high.home .encyclopedia-nz {
  background-color: #D2E5F4;
  padding: 20px 0;
  border-radius: 15px;
  margin: 35px auto;
}
.high.home .encyclopedia-nz h3 {
  font-family: 'Boogaloo', cursive;
  font-size: 26px;
  font-weight: normal;
  line-height: 26px;
  color: #0B3552;
  margin-bottom: 10px;
}
.high.home .encyclopedia-nz .image-container {
  text-align: right;
  padding-right: 10px;
}
.high.home .jcarousel-wrapper.small .nav {
  color: #4C99D3;
}
.high.home .jcarousel-wrapper.small .nav:hover {
  color: #4281B2;
}
.high.home .icon-container.blue {
  background-color: #4C99D3;
}
.high.home .content-widget-title,
.high.home .section-title {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  color: #084466;
  line-height: 25px;
  margin-bottom: 7px;
  text-transform: uppercase;
}
.high.home .section-caption {
  font-style: italic;
  color: #888;
}
.high.home .top-margin-big {
  margin-top: 40px;
}
.high.home .top-margin-medium {
  margin-top: 25px;
}
.high.home .top-margin-small {
  margin-top: 15px;
}
.high.home .bottom-margin {
  margin-bottom: 8px;
}
.high.home hr {
  margin: 20px 0 0 0;
  border-top-color: #CCC;
  position: relative;
  left: 10px;
}
.high.home .explore {
  margin: 0;
  text-transform: uppercase;
}
.high.home .explore li {
  white-space: nowrap;
  vertical-align: middle;
  display: inline-block;
  width: 140px;
  margin: 5px 7px 5px 0;
}
.high.home .explore li i {
  font-size: 20px;
}
.high.home .explore li i.fontello-icon-globe {
  font-size: 25px;
  position: relative;
}
.high.home .explore li .browse-media {
  position: relative;
}
.high.home .explore li .browse-media i {
  position: absolute;
  font-size: 110%;
}
.high.home .explore li .browse-media i.picture {
  left: 3px;
  top: -4px;
}
.high.home .explore li .browse-media i.video {
  right: 3px;
  top: 3px;
}
.high.home .explore li .browse-media i:before {
  font-size: 75%;
}
.high.home .explore li .explore-name {
  display: inline-block;
  vertical-align: middle;
  max-width: 80%;
  white-space: normal;
  line-height: 18px;
}
.high.home .biographies label {
  line-height: 14px;
  font-size: 13px;
  margin-bottom: 0;
}
.high.home .biographies select {
  width: 100%;
}
.high.home .biographies .go-btn {
  text-align: right;
  position: relative;
  right: -30px;
  margin-top: 10px;
}
.high.home .biographies .big-icon .icon-container {
  margin-left: 5px;
  height: 110px;
  width: 110px;
}
.high.home .biographies .big-icon .icon-container i {
  font-size: 85px;
  position: relative;
  line-height: 90px;
}
.high.home .biographies .chzn-container {
  display: block;
  margin-bottom: 5px;
}
.high.home .biographies .chzn-container-single a.chzn-single {
  color: #444;
}
.high.home .biographies .chzn-container-single#bio_genders_chzn .chzn-search {
  display: none;
}
.high.home .biographies .chzn-container-single .chzn-search input {
  width: 80%;
}
.high.home .biographies .chzn-container-single .chzn-drop {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.high.home .nara .nara-menu {
  margin-left: 0;
}
.high.home .nara .nara-menu .nara-day .item-date {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  background-color: #F0B30A;
  height: 30px;
  width: 30px;
  border-radius: 8px;
  padding: 10px;
  line-height: 14px;
  text-align: center;
  font-weight: 700;
  font-style: italic;
}
.high.home .nara .nara-menu .nara-day .item-date.left {
  float: left;
}
.high.home .nara .nara-menu .nara-day .nara-list-container {
  margin-left: 51px;
  padding-right: 10px;
}
.high.home .nara .nara-menu .nara-day .nara-list-container .nara-articles {
  list-style-position: inside;
  list-style-type: disc;
}
.high.home .nara .nara-menu .nara-day .nara-list-container .nara-articles li {
  text-indent: -1em;
  padding-left: 1em;
}
.high.home .nara .nara-menu .nara-day .nara-list-container .nara-articles li .item-link {
  display: inline;
}
.high.home .nara .nara-menu .nara-day .nara-list-container .nara-articles li .item-link .status-new {
  color: #BC3608;
  font-style: italic;
  font-weight: 700;
}
.high.home .jcarousel-wrapper {
  padding-bottom: 0;
}
.high.home .jcarousel-wrapper .main-carousel {
  width: 910px;
}
.high.home .jcarousel-wrapper .main-carousel ul.slides li.slide {
  width: 910px !important;
  border: none;
}
.high.home .jcarousel-wrapper .main-carousel ul.slides li.slide .carousel-inner {
  border-radius: 16px 16px 0 0;
  border: 1px solid black;
  border: none;
  height: 307px;
}
.high.home .jcarousel-wrapper .main-carousel ul.slides li.slide .carousel-inner .hero-container {
  height: 307px;
  background-color: #99d6f2;
}
.high.home .jcarousel-wrapper .main-carousel ul.slides li.slide .carousel-inner .hero-container.THIS_DAY {
  background: url("/resources/img/home/high_hero_bg_otd.jpg");
  background-size: cover;
}
.high.home .jcarousel-wrapper .main-carousel ul.slides li.slide .carousel-inner .hero-container.BEHIND_THE_NEWS {
  background: url("/resources/img/home/high_hero_bg_btn.jpg");
  background-size: cover;
}
.high.home .jcarousel-wrapper .main-carousel ul.slides li.slide .carousel-inner .hero-container.QUOTATION {
  background: url("/resources/img/home/high_hero_bg_itw.jpg");
  background-size: cover;
}
.high.home .jcarousel-wrapper .main-carousel ul.slides li.slide .carousel-inner .hero-container.SCIENCE_PICTURE {
  background: url("/resources/img/home/high_hero_bg_sip.jpg");
  background-size: cover;
}
.high.home .jcarousel-wrapper .main-carousel ul.slides li.slide .carousel-inner .hero-container label {
  display: none;
}
.high.home .jcarousel-wrapper .main-carousel ul.slides li.slide .carousel-inner .hero-container .carousel-image-container {
  float: left;
  height: 307px;
  position: relative;
  width: 50%;
  text-align: center;
}
.high.home .jcarousel-wrapper .main-carousel ul.slides li.slide .carousel-inner .hero-container .carousel-image-container span.vertical-align-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.high.home .jcarousel-wrapper .main-carousel ul.slides li.slide .carousel-inner .hero-container .carousel-image-container .img-container {
  max-width: 100%;
  height: auto !important;
  display: inline-block !important;
  vertical-align: middle;
  max-height: 307px;
}
.high.home .jcarousel-wrapper .main-carousel ul.slides li.slide .carousel-inner .hero-container .carousel-image-container .img-container img {
  max-height: 307px;
}
.high.home .jcarousel-wrapper .main-carousel ul.slides li.slide .carousel-inner .hero-container .carousel-image-container .img-container .credit {
  position: absolute;
  font-size: 10px;
  top: 0;
  left: 0;
  line-height: 1em;
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  padding: 4px;
  text-align: left;
}
.high.home .jcarousel-wrapper .main-carousel ul.slides li.slide .carousel-inner .hero-container .carousel-image-container .img-container:hover .credit {
  display: block;
}
.high.home .jcarousel-wrapper .main-carousel ul.slides li.slide .carousel-inner .hero-container .carousel-caption-container {
  float: right;
  height: 307px;
  position: relative;
  width: 50%;
}
.high.home .jcarousel-wrapper .main-carousel ul.slides li.slide .carousel-inner .hero-container .carousel-caption-container .high-carousel-caption {
  color: #333333;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  padding: 20px;
  float: left;
}
.high.home .jcarousel-wrapper .main-carousel ul.slides li.slide .carousel-inner .hero-container .carousel-caption-container .high-carousel-caption .high-carousel-caption-type {
  font-size: 27px;
  line-height: 33px;
  margin: 0;
  color: #333333;
}
.high.home .jcarousel-wrapper .main-carousel ul.slides li.slide .carousel-inner .hero-container .carousel-caption-container .high-carousel-caption .high-carousel-caption-content {
  font-size: 17px;
  line-height: 27px;
  margin-top: 10px;
  color: #333333;
  float: left;
}
.high.home .jcarousel-wrapper .main-carousel ul.slides li.slide .carousel-inner .hero-container .carousel-caption-container .high-carousel-caption .high-carousel-caption-content h4 {
  font-style: italic;
  font-weight: normal;
  padding-top: 15px;
  margin-bottom: -5px;
}
.high.home .jcarousel-wrapper .main-carousel ul.slides li.slide .carousel-inner .hero-container .carousel-caption-container .high-carousel-caption .high-carousel-caption-content ul {
  list-style: disc;
  margin-left: 20px;
}
.high.home .jcarousel-wrapper .main-carousel ul.slides li.slide .carousel-inner .hero-container .carousel-caption-container .high-carousel-caption .high-carousel-caption-content ul li {
  color: #333333;
  float: left;
  padding-right: 30px;
}
.high.home .jcarousel-wrapper .main-carousel ul.slides li.slide .carousel-inner .hero-container .carousel-caption-container .high-carousel-caption .high-carousel-caption-content ul li:first-child {
  display: inline;
  margin-left: -20px;
}
.high.home .jcarousel-wrapper .main-carousel ul.slides li.slide .carousel-inner .hero-container .carousel-caption-container .high-carousel-caption a {
  font-weight: bold;
  font-size: 17px;
  line-height: 27px;
  color: #333333;
}
.high.home .jcarousel-wrapper .main-carousel ul.slides li.slide .carousel-inner .hero-container .carousel-caption-container .carousel-bottom {
  bottom: 10px;
  position: absolute;
  right: 20px;
}
.high.home .jcarousel-wrapper .main-carousel ul.slides li.slide .carousel-inner .hero-container .carousel-caption-container .carousel-bottom a {
  color: #333333;
  font-size: 14px;
}
.high.home .jcarousel-wrapper .main-carousel ul.slides li.slide .carousel-inner .hero-container .carousel-quotation-container {
  height: 220px;
  padding-top: 70px;
}
.high.home .jcarousel-wrapper .main-carousel ul.slides li.slide .carousel-inner .hero-container .carousel-quotation-container p {
  font-size: 24px;
  line-height: 36px;
  color: #333333;
  margin-bottom: 0;
}
.high.home .jcarousel-wrapper .main-carousel ul.slides li.slide .carousel-inner .hero-container .carousel-quotation-container .high-carousel-quotation-author {
  float: right;
  font-size: 21px;
  font-style: italic;
  line-height: 24px;
  margin-left: 40px;
  margin-top: 10px;
  color: #333333;
}
.high.home .jcarousel-wrapper .main-carousel ul.slides li.slide .carousel-inner .hero-container .carousel-quotation-container .high-carousel-quotation-author a {
  color: #006DC1;
}
.high.home .jcarousel-wrapper .main-carousel ul.slides li.slide .carousel-inner .hero-container .carousel-quotation-container a.high-carousel-another-quote {
  cursor: pointer;
  float: left;
  margin-top: 25px;
  color: #333333;
}
.high.home .jcarousel-wrapper .main-carousel ul.slides li.slide .carousel-inner .hero-container .carousel-quotation-container a.high-carousel-another-quote:hover .icon-container i {
  text-decoration: underline;
}
.high.home .jcarousel-wrapper .main-carousel ul.slides li.slide .carousel-inner .hero-container .carousel-quotation-container a.high-carousel-another-quote .icon-container i {
  color: #808080;
}
.high.home .jcarousel-wrapper .main-carousel ul.slides li.slide .carousel-inner .hero-container .carousel-quotation-container a.high-carousel-another-quote .another-quote-text {
  vertical-align: middle;
}
.high.home .jcarousel-wrapper .high-slider-button-container {
  width: 910px;
}
.high.home .jcarousel-wrapper .high-slider-button-container a {
  background-color: #4C99D3;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  margin: 0;
  font-weight: bold;
  font-size: 15px;
  line-height: 28px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.high.home .jcarousel-wrapper .high-slider-button-container a.active {
  position: relative;
  background: #FFD640;
  border: 1px solid #fff;
  color: #333333;
}
.high.home .jcarousel-wrapper .high-slider-button-container a.active:hover {
  background: #FFD640;
  text-decoration: none;
}
.high.home .jcarousel-wrapper .high-slider-button-container a.active:after,
.high.home .jcarousel-wrapper .high-slider-button-container a.active:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.high.home .jcarousel-wrapper .high-slider-button-container a.active:after {
  border-color: rgba(255, 214, 64, 0);
  border-bottom-color: #FFD640;
  border-width: 15px;
  margin-left: -15px;
}
.high.home .jcarousel-wrapper .high-slider-button-container a.active:before {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 16px;
  margin-left: -16px;
}
.high.home .jcarousel-wrapper .high-slider-button-container a:hover {
  background-color: #4281B2;
  text-decoration: none;
}
.high.home .jcarousel-wrapper .high-slider-button-container a:first-child {
  border-bottom-left-radius: 16px;
  border-left: none;
}
.high.home .jcarousel-wrapper .high-slider-button-container a:last-child {
  border-bottom-right-radius: 16px;
  border-right: medium none;
}
.high.home .well {
  padding: 0 0 0 0;
  border: 0;
  background-color: #f1f1f1;
}
.high.home .well .content-widget {
  margin-top: 0;
}
.high.home .well .content-widget-title {
  color: #ffffff;
  background-color: #3d839d;
  padding-left: 1em;
}
.high.home .well .content-widget-content {
  padding: 1em 0 1em 0;
}
.high.home .well .content-widget.nara .content-widget-title {
  -webkit-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
.high.home .well .content-widget.video .content-widget-title {
  -webkit-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
  margin: 0 0 0 -8.75%;
}
.high.home .well .content-widget.video .content-widget-content {
  padding: 1em 1em 1em 0;
}
.high.home .well .content-widget.tutorials .content-widget-title {
  margin: 0 -8.75%;
}
.high.home .well .content-widget.search .content-widget-title {
  -webkit-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
  padding-left: 0;
}
.high.home .well .content-widget.search .content-widget-content {
  padding: 1em 1em 1em 0;
}
.high.home .well .row-fluid [class*="span"] {
  min-height: 6px;
}
.high.home .well-footer {
  line-height: 6px;
  background-color: #3d839d;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.high.home .selected-feature {
  border: 1px solid #CCC;
  border-top: 0;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  position: relative;
  padding: 30px 15px 20px 15px;
}
.high.home .selected-feature .section {
  padding: 15px;
}
.high.home .selected-feature .section .title {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}
.high.home .selected-feature .section.links {
  background-color: #EEE;
}
.high.home .selected-feature .section.links ul {
  margin: 0;
}
.high.home .selected-feature .selected-feature-close {
  border-radius: 100%;
  color: #4C99D3;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  padding: 0 4px 1px;
  position: absolute;
  right: 15px;
  top: 0;
  text-decoration: none;
}
.high.home .selected-feature .selected-feature-close:hover {
  color: #4281B2;
}
@media (max-width: 979px) {
  .high.home .high.home .jcarousel-wrapper .main-carousel {
    width: 695px;
  }
  .high.home .high.home .jcarousel-wrapper .main-carousel ul.slides li.slide {
    width: 695px !important;
  }
  .high.home .high.home .jcarousel-wrapper .main-carousel ul.slides li.slide .carousel-inner .hero-container .carousel-quotation-container p {
    font-size: 19px;
    line-height: 29px;
  }
  .high.home .high.home .jcarousel-wrapper .main-carousel ul.slides li.slide .carousel-inner .hero-container .carousel-quotation-container .high-carousel-quotation-author {
    font-size: 17px;
    line-height: 19px;
  }
  .high.home .high.home .jcarousel-wrapper .main-carousel ul.slides li.slide .carousel-inner .hero-container .carousel-quotation-container a.high-carousel-another-quote {
    margin-top: 20px;
  }
  .high.home .high.home .jcarousel-wrapper .main-carousel ul.slides li.slide .carousel-inner .hero-container .carousel-caption-container .high-carousel-caption a {
    font-size: 13px;
    line-height: 17px;
  }
  .high.home .high.home .jcarousel-wrapper .main-carousel ul.slides li.slide .carousel-inner .hero-container .carousel-caption-container .high-carousel-caption .high-carousel-caption-type {
    font-size: 21px;
  }
  .high.home .high.home .jcarousel-wrapper .main-carousel ul.slides li.slide .carousel-inner .hero-container .carousel-caption-container .high-carousel-caption .high-carousel-caption-content {
    font-size: 13px;
    line-height: 21px;
  }
  .high.home .high.home .jcarousel-wrapper .main-carousel ul.slides li.slide .carousel-inner .hero-container .carousel-caption-container .carousel-bottom a {
    font-size: 11px;
  }
  .high.home .high.home .jcarousel-wrapper .high-slider-button-container {
    width: 695px;
  }
}
@media (max-width: 767px) {
  .high.home .jcarousel-wrapper .high-slider-button-container {
    width: auto;
  }
}
@media (max-width: 767px) {
  .high.home .explore li {
    display: block;
    width: 100%;
    margin: 10px;
  }
  .high.home .biographies .go-btn {
    text-align: center;
    position: static;
  }
  .high.home .well .content-widget.video .content-widget-title,
  .high.home .well .content-widget.tutorials .content-widget-title,
  .high.home .well .content-widget.addtnl-comp .content-widget-title,
  .high.home .well .content-widget.search .content-widget-title {
    margin: 0 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .high.home .content-widget-title {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .elementary.home .nav-features-title {
    font-size: 28px;
  }
  .high.home .content-widget-title {
    font-size: 18px;
  }
}
.nav-features-menu li {
  list-style: none;
  position: relative;
}
.nav-features-menu a {
  display: inline-block;
  position: absolute;
  text-align: center;
}
.nav-features-menu.count5 a.one {
  left: -1.2em;
  top: 1.1em;
}
.nav-features-menu.count5 a.two {
  left: 14.1em;
  top: 2.1em;
}
.nav-features-menu.count5 a.three {
  left: 6.2em;
  top: 7.7em;
}
.nav-features-menu.count5 a.four {
  left: -1.6em;
  top: 13.5em;
}
.nav-features-menu.count5 a.five {
  left: 13.8em;
  top: 14.5em;
}
.nav-features-menu.count6 a.one,
.nav-features-menu.count6 a.two,
.nav-features-menu.count6 a.three,
.nav-features-menu.count6 a.four,
.nav-features-menu.count6 a.five,
.nav-features-menu.count6 a.six {
  width: 110px;
}
.nav-features-menu.count6 a.one {
  left: 0.8em;
  top: 14em;
}
.nav-features-menu.count6 a.two {
  left: -1.9em;
  top: 7.1em;
}
.nav-features-menu.count6 a.three {
  left: 3.2em;
  top: 1em;
}
.nav-features-menu.count6 a.four {
  left: 12.4em;
  top: 2.5em;
}
.nav-features-menu.count6 a.five {
  left: 15.2em;
  top: 9.2em;
}
.nav-features-menu.count6 a.six {
  left: 10em;
  top: 15.5em;
}
@media (min-width: 768px) and (max-width: 979px) {
  .nav-features-menu.count5 a.one,
  .nav-features-menu.count5 a.two,
  .nav-features-menu.count5 a.three,
  .nav-features-menu.count5 a.four,
  .nav-features-menu.count5 a.five {
    width: 102px;
  }
  .nav-features-menu.count5 a.one {
    left: -1.7em;
    top: 0.5em;
  }
  .nav-features-menu.count5 a.two {
    left: 10.5em;
    top: 1.6em;
  }
  .nav-features-menu.count5 a.three {
    left: 4em;
    top: 5.2em;
  }
  .nav-features-menu.count5 a.four {
    left: -2.1em;
    top: 9.5em;
  }
  .nav-features-menu.count5 a.five {
    left: 9.7em;
    top: 10.5em;
  }
  .nav-features-menu.count6 a.one,
  .nav-features-menu.count6 a.two,
  .nav-features-menu.count6 a.three,
  .nav-features-menu.count6 a.four,
  .nav-features-menu.count6 a.five,
  .nav-features-menu.count6 a.six {
    width: 102px;
  }
  .nav-features-menu.count6 a.one {
    left: -1.5em;
    top: 9.5em;
  }
  .nav-features-menu.count6 a.two {
    left: -2.2em;
    top: 3.8em;
  }
  .nav-features-menu.count6 a.three {
    left: 2.5em;
    top: -0.5em;
  }
  .nav-features-menu.count6 a.four {
    left: 10em;
    top: 1em;
  }
  .nav-features-menu.count6 a.five {
    left: 10.8em;
    top: 6.5em;
  }
  .nav-features-menu.count6 a.six {
    left: 6em;
    top: 10.7em;
  }
  .middle #news-container-content h3.content-widget-title,
  .high #news-container-content h3.content-widget-title {
    font-size: 16px;
  }
  .middle.home .biographies .big-icon .icon-container,
  .high.home .biographies .big-icon .icon-container {
    margin-top: 20px;
    margin-left: 5px;
    height: 80px;
    width: 80px;
  }
  .middle.home .biographies .big-icon .icon-container i,
  .high.home .biographies .big-icon .icon-container i {
    font-size: 55px;
    line-height: 75px;
  }
  .middle.home .biographies .chzn-container-single .chzn-single span,
  .high.home .biographies .chzn-container-single .chzn-single span {
    text-overflow: clip;
  }
}
@media (min-width: 420px) and (max-width: 767px) {
  .elementary #buzzword-container {
    margin-top: 21em;
  }
}
@media (min-width: 340px) and (max-width: 419px) {
  .nav-features-menu.count5 a.one,
  .nav-features-menu.count5 a.two,
  .nav-features-menu.count5 a.three,
  .nav-features-menu.count5 a.four,
  .nav-features-menu.count5 a.five {
    width: 102px;
  }
  .nav-features-menu.count5 a.one {
    left: -1.7em;
    top: 0.5em;
  }
  .nav-features-menu.count5 a.two {
    left: 10.5em;
    top: 1.6em;
  }
  .nav-features-menu.count5 a.three {
    left: 4em;
    top: 5.2em;
  }
  .nav-features-menu.count5 a.four {
    left: -2.1em;
    top: 9.5em;
  }
  .nav-features-menu.count5 a.five {
    left: 9.7em;
    top: 10.5em;
  }
  .nav-features-menu.count6 a.one,
  .nav-features-menu.count6 a.two,
  .nav-features-menu.count6 a.three,
  .nav-features-menu.count6 a.four,
  .nav-features-menu.count6 a.five,
  .nav-features-menu.count6 a.six {
    width: 102px;
  }
  .nav-features-menu.count6 a.one {
    left: -1.5em;
    top: 9.5em;
  }
  .nav-features-menu.count6 a.two {
    left: -2.2em;
    top: 3.8em;
  }
  .nav-features-menu.count6 a.three {
    left: 2.5em;
    top: -0.5em;
  }
  .nav-features-menu.count6 a.four {
    left: 10em;
    top: 1em;
  }
  .nav-features-menu.count6 a.five {
    left: 10.8em;
    top: 6.5em;
  }
  .nav-features-menu.count6 a.six {
    left: 6em;
    top: 10.7em;
  }
  .nav-features-title {
    font-size: 32px;
  }
  .elementary #buzzword-container {
    margin-top: 15em;
  }
}
@media (max-width: 339px) {
  .nav-features-menu.count5 a.one,
  .nav-features-menu.count5 a.two,
  .nav-features-menu.count5 a.three,
  .nav-features-menu.count5 a.four,
  .nav-features-menu.count5 a.five {
    width: 90px;
  }
  .nav-features-menu.count5 a.one {
    left: -2.5em;
    top: 0;
  }
  .nav-features-menu.count5 a.two {
    left: 7.5em;
    top: 0.7em;
  }
  .nav-features-menu.count5 a.three {
    left: 2em;
    top: 4.8em;
  }
  .nav-features-menu.count5 a.four {
    left: -3em;
    top: 9em;
  }
  .nav-features-menu.count5 a.five {
    left: 6.7em;
    top: 9.7em;
  }
  .nav-features-menu.count6 a.one,
  .nav-features-menu.count6 a.two,
  .nav-features-menu.count6 a.three,
  .nav-features-menu.count6 a.four,
  .nav-features-menu.count6 a.five,
  .nav-features-menu.count6 a.six {
    width: 95px;
  }
  .nav-features-menu.count6 a.one {
    left: -1.5em;
    top: 9.5em;
  }
  .nav-features-menu.count6 a.two {
    left: -2.2em;
    top: 3.8em;
  }
  .nav-features-menu.count6 a.three {
    left: 2.5em;
    top: -0.5em;
  }
  .nav-features-menu.count6 a.four {
    left: 10em;
    top: 1em;
  }
  .nav-features-menu.count6 a.five {
    left: 10.8em;
    top: 6.5em;
  }
  .nav-features-menu.count6 a.six {
    left: 6em;
    top: 10.7em;
  }
  .nav-features-title {
    font-size: 32px;
  }
  .elementary #buzzword-container {
    margin-top: 14em;
  }
}
html.elementary.home {
  background-image: none;
  background-color: #68c137;
}
html.elementary.home.old {
  /*This is temporary until we ditch the old home screens for good */

  background-image: none;
  background-color: #ffffff;
}
body.elementary.home {
  background: #68c137 url(/resources/img/elementary/body-bg.jpg) repeat-x scroll center top;
}
body.elementary.home.old {
  /*This is temporary until we ditch the old home screens for good */

  background: #ffffff;
}
.elementary .homepage-content-wrapper {
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 10pt;
  margin-top: 24pt;
}
.header-bar {
  height: 4px;
}
.lt-ie9 .hero-message {
  background-color: #000000;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.news-title-ctn {
  margin: 1.25em 0 0;
  text-align: right;
}
.news-title {
  font-size: 2.1429em;
  line-height: 1.4em;
}
.elementary .news-title {
  color: #bf7600;
}
.middle .news-title {
  color: #096283;
}
.high .news-title {
  color: #096283;
}
.high #news-container-content ul {
  list-style: disc;
}
.middle #news-container-content a {
  color: #1369bf;
}
.news-content-ctn {
  margin: 1.25em 0;
  border-left: 1px solid #CCCCCC;
  text-align: left;
}
.news-content {
  padding: 1.4em 0 0 1em;
  color: #aaaaaa;
  font-size: 0.75em;
}
.news-content li {
  list-style: disc;
}
.news-content span {
  color: #333333;
  font-size: 1.75em;
}
.homepage-video-container a {
  position: relative;
}
.homepage-video-container a:hover {
  text-decoration: none;
}
.middle .home-video-play-button,
.high .home-video-play-button {
  position: absolute;
  top: -30px;
  left: 31%;
  border: 1px solid black;
  width: 54px;
  border-radius: 50% 50%;
  color: white;
  padding-left: 22px;
  padding-top: 5px;
  background: none repeat scroll 0 0 black;
  line-height: 68px;
  font-size: 60px;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .news-title-ctn {
    text-align: left;
  }
  .news-content-ctn {
    border-left: none;
  }
}
@media (max-width: 599px) {
  .home .carousel-caption {
    position: static;
    background: none !important;
    color: #333333;
  }
  .home .carousel-credit {
    bottom: auto;
    margin-top: -18px;
    border-radius: 0 0 0 12px;
  }
  .home .carousel-caption-inner {
    position: static;
  }
  .home p,
  .home h4 {
    color: #333333;
  }
  .home .elementary .carousel-inner {
    margin-bottom: 1em;
  }
  .home .elementary .carousel-credit {
    bottom: auto;
    left: auto;
    border-radius: 0 0 12px 0;
  }
  .home .middle .carousel-caption-type,
  .home .high .carousel-caption-type {
    font-size: 12px;
    line-height: 8px;
  }
  .home .middle .carousel-caption-title,
  .home .high .carousel-caption-title {
    font-size: 18px;
    line-height: 22px;
  }
  .home .middle .carousel-caption p,
  .home .high .carousel-caption p {
    font-size: 13px;
    line-height: 16px;
  }
}
@media (max-width: 375px) {
  h3 {
    line-height: 21px;
    padding-bottom: 10px;
  }
  h1 {
    line-height: 30px;
    padding-bottom: 10px !important;
  }
  #explore .nav {
    margin-bottom: 0;
  }
}
.teacher .resizable-content {
  font-size: 100%;
}
.teacher .content-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.teacher #curriculum-standards-chooser {
  padding-top: 1em;
}
.teacher #curriculum-standards-chooser .control-label {
  font-size: 0.85714286em;
  /* 12px / 14px */

  font-weight: bold;
  text-transform: uppercase;
  color: #808080;
  text-shadow: 0 0.071428571em 0 rgba(255, 255, 255, 0.5);
  /* 1px / 14px = 0.071428571em */

}
.teacher #curriculum-standards-chooser .disabled-control-group .control-label {
  color: #CCCCCC;
}
.teacher #curriculum-standards-chooser .disabled-control-group .curriculum-control {
  color: #CCCCCC;
}
.teacher #curriculum-standards-chooser .curriculum-control {
  color: #555555;
}
.teacher #standard-chooser,
.teacher #subject-chooser,
.teacher #grade-chooser {
  display: none;
}
.teacher #region-chooser > label {
  padding-left: 0.75em;
}
.teacher .curriculum-standard-chooser-grouping > label {
  padding-left: 2em;
}
.teacher .curriculum-standard-chooser-grouping.active {
  background-color: #FFFFFF;
  margin-bottom: 0.5em;
  border: 1px solid #EEEEEE;
}
.teacher .curriculum-standard-chooser-grouping.active > label {
  background-color: #EEEEEE;
}
.teacher .curriculum-standard-chooser-grouping.active > div {
  margin: 0em 2em;
}
.teacher .curriculum-standards-region {
  display: none;
}
.teacher .curriculum-grouping-display {
  margin-left: 1em;
}
.teacher select {
  width: 100%;
}
.teacher ul {
  list-style: none;
}
.teacher .results-curriculum-standards {
  border-left: 0.071428571em solid rgba(0, 0, 0, 0.1);
  /* 1px / 14px = 0.071428571em */

  padding: 0.5em 0 0 0.5em;
  min-height: 400px;
}
.teacher .results-curriculum-standards li {
  line-height: 1.285714286em;
  /* 18px / 14px */

  padding-top: 0.85714286em;
  /* 12px / 14px */

}
.teacher .results-curriculum-standards > li > ul {
  display: none;
}
.teacher .results-curriculum-standards a.results-curriculum-standards-toggle {
  color: #333333;
  font-size: 1.142857143em;
  /* 16px / 14px */

}
.teacher .results-curriculum-standards .result-curriculum-standards-articles,
.teacher .results-curriculum-standards .result-curriculum-standards-learning-materials,
.teacher .results-curriculum-standards .result-curriculum-standards-external-contents {
  margin-left: 1em;
  padding-top: 0.428571429em;
  /* 6px / 14px */

}
.teacher .results-curriculum-standards .result-curriculum-standards-articles > ul,
.teacher .results-curriculum-standards .result-curriculum-standards-learning-materials > ul,
.teacher .results-curriculum-standards .result-curriculum-standards-external-contents > ul {
  display: none;
}
.teacher .results-curriculum-standards .result-curriculum-standards-articles > a.result-curriculum-standards-articles-toggle,
.teacher .results-curriculum-standards .result-curriculum-standards-learning-materials > a.result-curriculum-standards-articles-toggle,
.teacher .results-curriculum-standards .result-curriculum-standards-external-contents > a.result-curriculum-standards-articles-toggle,
.teacher .results-curriculum-standards .result-curriculum-standards-articles > a.result-curriculum-standards-learning-materials-toggle,
.teacher .results-curriculum-standards .result-curriculum-standards-learning-materials > a.result-curriculum-standards-learning-materials-toggle,
.teacher .results-curriculum-standards .result-curriculum-standards-external-contents > a.result-curriculum-standards-learning-materials-toggle,
.teacher .results-curriculum-standards .result-curriculum-standards-articles > a.result-curriculum-standards-external-contents-toggle,
.teacher .results-curriculum-standards .result-curriculum-standards-learning-materials > a.result-curriculum-standards-external-contents-toggle,
.teacher .results-curriculum-standards .result-curriculum-standards-external-contents > a.result-curriculum-standards-external-contents-toggle {
  color: #999999;
  font-size: 0.857142857em !important;
  /* 12px / 14px */

  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
}
.teacher .results-curriculum-standards .result-curriculum-standards-articles li,
.teacher .results-curriculum-standards .result-curriculum-standards-learning-materials li,
.teacher .results-curriculum-standards .result-curriculum-standards-external-contents li {
  padding-top: 0.428571429em;
  /* 6px / 14px */

}
.teacher .results-curriculum-standards a:hover {
  text-decoration: none;
}
.teacher .results-curriculum-standards .results-curriculum-standards-subject {
  text-transform: uppercase;
}
.teacher .results-curriculum-standards .results-curriculum-standards-label {
  font-weight: bold;
  font-style: italic;
}
.teacher .results-curriculum-standards .control-label {
  font-weight: bold;
}
.teacher .form-actions {
  background-color: inherit;
  border-top: none;
  padding-left: 0px;
  padding-top: 0.357142857em;
  /* 5px / 14px */

}
.teacher .form-actions .curriculum-submit {
  color: #096283;
}
.teacher .spinner-holder {
  display: block;
  text-align: left;
  padding: 10px 20px;
}
.teacher .ajax-spinner {
  height: 75px;
  width: auto;
}
.teacher #no-match-message,
.teacher #curriculum-browse-help-message,
.teacher #curriculum-browse-no-standards-found-message {
  padding-top: 1.25em;
}
.teacher .standards-spinner-holder {
  margin: 50px auto;
  display: block;
  text-align: center;
  padding: 10px;
}
.teacher .standards-spinner-holder img.ajax-spinner {
  height: 150px;
  width: auto;
}
.teacher #progress-update {
  text-align: center;
  padding: 10px;
}
.elementary.teacher .breadcrumb {
  filter: none;
  background-color: rgba(255, 255, 255, 0.75);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.15)), color-stop(1, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  margin: 2em 0 1em;
}
.elementary.teacher .breadcrumb li {
  font-size: 21px;
}
.elementary.teacher .breadcrumb a:hover {
  text-decoration: none;
}
.elementary.teacher .results-curriculum-standards .results-curriculum-standards-subject {
  color: #bf7600;
}
.elementary.teacher .form-actions .curriculum-submit {
  color: #bf7600;
}
.lt-ie9 .elementary.teacher .breadcrumb {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C0FFFFFF,endColorstr=#C0FFFFFF);
  zoom: 1;
}
.middle.teacher .content,
.high.teacher .content {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.middle.teacher .results-curriculum-standards .results-curriculum-standards-subject,
.high.teacher .results-curriculum-standards .results-curriculum-standards-subject {
  color: #096283;
}
.middle .teacher .content-title,
.elementary .teacher .content-title {
  margin-top: 10px;
}
#lexile-help {
  font-weight: bold;
}
.related .browse-node nav #browse-link-1 {
  background-image: url('http://media1.school.eb.com/eb-media/38/95238-004-96046D6A.jpg');
}
.related .browse-node nav #browse-link-2 {
  background-image: url('http://media2.school.eb.com/eb-media/35/84535-004-F70A0BFA.jpg');
}
.related .browse-node nav #browse-link-3 {
  background-image: url('http://quest.eb.com/images/132/132_1255/132_1255844-W.jpg');
}
.related .browse-node nav #browse-link-4 {
  background-image: url('http://media3.school.eb.com/eb-media/66/91866-004-0B707093.jpg');
}
.related .browse-node nav #browse-link-5 {
  background-image: url('http://media1.school.eb.com/eb-media/01/84601-004-911904BF.jpg');
}
.related .browse-node nav #browse-link-1.disabled {
  background-image: url('/resources/img/related/95238-004-96046D6A_bw.jpg');
}
.related .browse-node nav #browse-link-2.disabled {
  background-image: url('/resources/img/related/84535-004-F70A0BFA_bw.jpg');
}
.related .browse-node nav #browse-link-3.disabled {
  background-image: url('/resources/img/related/132_1255844-W_bw.jpg');
}
.related .browse-node nav a {
  letter-spacing: 3px;
  line-height: 42px;
  text-transform: capitalize;
}
.elementary.related #related-content {
  padding-top: 0;
}
.elementary.related .breadcrumb {
  filter: none;
  background-color: rgba(255, 255, 255, 0.75);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.15)), color-stop(1, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  margin: 2em 0 1em;
}
.elementary.related .breadcrumb li {
  font-size: 21px;
}
.elementary.related .breadcrumb a:hover {
  text-decoration: none;
}
.elementary.related .content {
  padding: 0;
}
.elementary.related .websites-header {
  padding: 1em 1em 0;
}
.elementary.related .results-resources {
  height: 365px;
  margin-left: 25px;
  margin-top: 0 !important;
}
#related-content {
  padding-top: 30px;
}
#related-content .span4 {
  margin-right: 20px;
}
#related-content .span8 {
  margin-left: 0px;
}
#related-content .browse-node-articles-content .title-description {
  margin-bottom: 10px;
}
#related-content .resources-node {
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}
#related-content .resources-node .inactive {
  color: rgba(51, 51, 51, 0.5) !important;
  cursor: default !important;
}
#related-content .resources-node .inactive:hover {
  background-color: transparent;
}
#related-content .resources-node .input-append .search-query,
#related-content .resources-node .input-append .btn {
  background-color: #666666 !important;
  color: white;
}
#related-content .resources-node .input-append .fontello-icon-search {
  color: white;
}
#related-content .resources-node .italic-header {
  font-style: italic;
}
#related-content .resources-node h6 {
  font-size: 14px;
}
#related-content .resources-node .nav a {
  cursor: pointer;
  color: #333;
}
#related-content .resources-node li {
  margin-right: -20px;
}
#related-content .resources-node li a.selected {
  background-color: #EEEEEE;
}
#related-content .resources-node.elementary .italic-header,
#related-content .resources-node.elementary .navbar-search {
  display: none;
}
#related-content .resources-node.elementary h6 {
  color: #333333;
}
#related-content .results-resources {
  list-style: none;
  margin-top: 10px;
}
#related-content .results-resources a {
  font-weight: bold;
  font-size: 16px;
}
.lt-ie9 .elementary.related .breadcrumb {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C0FFFFFF,endColorstr=#C0FFFFFF);
  zoom: 1;
}
.lt-ie9 #related-content .resources-node .inactive {
  color: #999999;
}
.lt-ie9 #related-content .resources-node.elementary ul li:first-child,
.lt-ie9 #related-content .resources-node.elementary .italic-header,
.lt-ie9 #related-content .resources-node.elementary .navbar-search {
  display: none;
}
.lt-ie9 #related-content .resources-node.elementary h6 {
  color: #333333;
}
.high.learn {
  background: url("/resources/img/shared/l3_noise.png");
}
.middle.learn {
  background: url("/resources/img/shared/l2_noise.png");
}
#sidebar-learn-refresh {
  margin-left: -7px;
}
.lessonplanning {
  overflow: auto;
}
.learn .content {
  overflow: auto;
}
.nav-refresh-button {
  text-align: center;
  margin-top: 1em;
}
#educators-resources-results {
  padding: 0;
}
#all-lesson-plans-load-more {
  color: black;
}
.learn a.btn {
  color: #ffffff;
}
.learn .toggle-all {
  margin-top: 10px;
  margin-bottom: 10px;
}
.middle.user-content-favorites,
.middle.user-content-lessonplans {
  background: url("/resources/img/shared/l2_noise.png");
}
.high.user-content-lessonplans,
.high.user-content-favorites {
  background: url("/resources/img/shared/l3_noise.png");
}
.elementary .usercontent-left-side {
  background-color: #eeeeee;
  -webkit-border-radius: 8px 0 0 0;
  -moz-border-radius: 8px 0 0 0;
  border-radius: 8px 0 0 0;
  margin-left: -7px;
  padding-left: 7px;
}
.usercontent-left-side {
  width: 20%;
  float: left;
  min-height: 830px;
  position: relative;
}
.usercontent-right-side {
  width: 80%;
  float: left;
  background-color: #ffffff;
  -webkit-border-radius: 0px 8px 0px 0px;
  -moz-border-radius: 0px 8px 0px 0px;
  border-radius: 0px 8px 0px 0px;
}
.usercontent-right-side .tag-manager {
  padding: 5px;
}
.usercontent-right-side .tag-manager .icon {
  font-size: 20px;
  margin-left: 15px;
}
.usercontent-right-side .tag-manager div {
  float: left;
  display: block;
}
.usercontent-right-side .tag-manager input {
  margin: auto;
}
.usercontent-right-side .tag-manager select {
  margin: auto;
}
.usercontent-right-side .tag-manager .add-tag-box {
  float: left;
  display: block;
  border: solid 1px lightgrey;
  background-color: whitesmoke;
  width: 80%;
  border-radius: 3px;
  padding: 5px;
  margin: 20px 0px 20px 0px;
}
.usercontent-right-side .tag-manager .tag-row {
  width: 80%;
  margin: 0px 0px 3px 10px;
  border-bottom: solid 1px grey;
}
.usercontent-right-side .tag-manager .tag-row .col1 {
  padding: 2px;
  width: 50%;
  float: left;
}
.usercontent-right-side .tag-manager .tag-row .col2 {
  padding: 2px;
  width: 10%;
  float: left;
}
.usercontent-right-side .tag-manager .tag-row .col3 {
  padding: 2px;
  width: 10%;
  float: left;
}
.usercontent-right-side .tag-manager .tag-row .fontello-icon-ok-circled {
  color: green;
}
.usercontent-right-side .tag-manager .tag-row .fontello-icon-cancel-circled {
  color: red;
}
.usercontent-right-side .group-manager {
  padding: 5px;
}
.usercontent-right-side .group-manager .search-group-box,
.usercontent-right-side .group-manager .add-group-box {
  width: 50%;
  float: left;
}
.usercontent-right-side .group-manager .group-results {
  width: 100%;
  clear: both;
  float: left;
}
.usercontent-right-side .group-manager .group-row {
  width: 100%;
  border-top: solid 1px grey;
  float: left;
  clear: both;
}
.usercontent-right-side .group-manager .group-row .col1 {
  width: 50%;
  clear: none;
  float: left;
}
.usercontent-right-side .group-manager .group-row .col1 .divider:last-child {
  display: none;
}
.usercontent-right-side .group-manager .group-row .col2 {
  width: 30%;
  clear: none;
  float: left;
}
.usercontent-right-side .group-manager .group-row .col3 {
  width: 20%;
  clear: none;
  float: left;
}
.usercontent-right-side .group-manager .group-row .fontello-icon-ok-circled {
  color: green;
}
.usercontent-right-side .group-manager .group-row .fontello-icon-cancel-circled {
  color: red;
}
.profile {
  margin-top: 10px;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  color: #333;
  border-bottom: 2px solid #539505;
  padding-bottom: 5px;
}
.profile img {
  border: 1px solid lightGray;
  margin-top: 30pt;
  padding: 2px;
}
.editor .profile {
  border-color: #085CA0;
}
#aec-myfavorites-cobrand {
  background: url("/resources/img/bolse2_wrkspc_aec_logo.gif");
  height: 40px;
  width: 54px;
  margin-top: 10px;
  margin-left: 15px;
}
.icon-remove.delete-label {
  margin-left: 1px;
}
.lessonplans-left-sidebar .btn {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 70%;
}
.lessonplans-left-sidebar .create-lessonplan-container {
  padding: 10px;
  float: left;
  width: 90%;
}
.fontello-icon-trash {
  color: #333333;
}
.favorites-left-sidebar {
  width: 100%;
}
.favorites-left-sidebar .add-collection-container {
  padding-top: 20px;
  padding-bottom: 10px;
  float: left;
  width: 95%;
}
.favorites-left-sidebar .add-collection-container .show-add-collection-button {
  margin-left: auto;
  margin-right: auto;
  display: block;
  line-height: 14px;
  color: #FFF;
}
.favorites-left-sidebar .filter-collection-container {
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
  width: 95%;
  text-align: left;
  cursor: pointer;
  cursor: hand;
}
.favorites-left-sidebar .filter-collection-container .filter-title {
  margin-left: 15px;
  font-weight: bold;
  color: #666;
}
.favorites-left-sidebar .filter-collection-container .show-hide-icon {
  float: right;
  margin-right: 10px;
}
.favorites-left-sidebar .filter-area-container {
  font-size: 13px;
  line-height: 18px;
  color: #666;
  padding-bottom: 15px;
  float: left;
  width: 95%;
  text-align: left;
  border: solid 1px grey;
}
.favorites-left-sidebar .filter-area-container input,
.favorites-left-sidebar .filter-area-container select,
.favorites-left-sidebar .filter-area-container span {
  margin-left: 5px;
  width: 95%;
}
.favorites-left-sidebar .add-collection-inprogress,
.favorites-left-sidebar .filter-area-container {
  width: 80%;
  background-color: #CCC;
  border: 1px solid #B3B3B3;
  border-radius: 6px;
  padding: 10px 15px;
  margin-bottom: 15px;
}
.favorites-left-sidebar .add-collection-button {
  float: right;
  margin: 0 0px 0 5px;
}
.favorites-left-sidebar .drop-hover {
  font-weight: bold;
  background-color: #FFFFFF;
}
.favorites-left-sidebar .add-label-textbox {
  width: 95%;
}
.favorites-left-sidebar .label-text {
  float: left;
  display: block;
  width: 100%;
}
.favorites-left-sidebar .label-text i {
  font-size: 25px;
  vertical-align: middle;
  display: inline-block;
  color: #D27900;
  margin-right: 5px;
}
.favorites-left-sidebar .label-count {
  float: left;
  color: #707070;
  font-style: italic;
}
.favorites-left-sidebar .label-count.all-count {
  margin-left: 30px;
  margin-top: -5px;
}
.favorites-left-sidebar .active {
  background-color: #FFFFFF;
}
.favorites-left-sidebar .active:hover {
  background-color: #FFFFFF;
}
.favorites-left-sidebar li a {
  float: right;
  width: 100%;
  -webkit-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
  padding-top: 2px;
  padding-bottom: 3px;
}
.favorites-left-sidebar li a:hover {
  background-color: #cccccc;
}
.favorites-left-sidebar #add-label-header {
  color: #999999;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}
.favorites-left-sidebar #add-label-textbox {
  width: 100%;
}
.favorites-left-sidebar .red-border {
  border-color: red;
}
.favorites-left-sidebar .favorite-collections {
  width: 100%;
  height: 340px;
  overflow: hidden;
  float: left;
}
.favorites-left-sidebar .favorite-collections .thistle-spinner {
  width: 80%;
  margin: 10px auto 0px auto;
  display: block;
}
.favorites-left-sidebar .label-div {
  padding-left: 15px;
}
.favorites-left-sidebar .all-collections-tab {
  width: 100%;
  list-style: none;
  margin-left: 0px;
}
.favorites-left-sidebar .collections-list {
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  width: 110%;
  min-height: 340px;
  list-style: none;
  margin-left: 0px;
}
.favorites-left-sidebar .scroller-container {
  width: 95%;
  text-align: center;
  float: left;
  margin-left: 0;
}
.favorites-left-sidebar .scroller-container .scroller {
  font-size: 18px;
  cursor: hand;
  cursor: pointer;
  position: relative;
}
.favorites-left-sidebar .scroller-container-up {
  border-bottom: solid 1px #C0C0C0;
}
.favorites-left-sidebar .scroller-container-up .scroller {
  bottom: -4px;
}
.favorites-left-sidebar .scroller-container-down {
  border-top: solid 1px #C0C0C0;
}
.favorites-left-sidebar .scroller-container-down .scroller {
  top: -4px;
}
.favorites-left-sidebar .what-are-packs {
  cursor: pointer;
  cursor: hand;
  font-size: 12px;
  font-weight: 600;
  display: block;
  margin: 1px 0 15px;
  text-align: center;
}
.favorites-left-sidebar .what-are-packs i {
  display: inline-block;
  color: #999;
  margin-right: 4px;
}
.from-packs .favorite-items-container h3.favorite-items-header {
  padding-bottom: 20px;
}
.from-packs .favorite-items-container .pack-name {
  margin-left: 10px;
  width: 530px;
}
@media (max-width: 979px) and (min-width: 768px) {
  .from-packs .favorite-items-container .pack-name {
    width: 400px;
  }
}
@media (max-width: 767px) {
  .from-packs .favorite-items-container .pack-name {
    width: 300px;
  }
}
.favorite-items-container {
  padding: 15px 30px;
  min-height: 800px;
}
.favorite-items-container h3.favorite-items-header {
  line-height: 18px;
  color: #539505;
  padding-top: 20px;
}
.favorite-items-container h3.favorite-items-header.standalone {
  padding-top: 10px;
}
.favorite-items-container.editor h3.favorite-items-header {
  color: #085CA0;
}
.favorite-items-container .functions-toolbar .btn-toolbar .btn-group {
  margin-right: 20px;
}
.favorite-items-container .functions-toolbar input[type="text"] {
  margin-bottom: 0;
  width: 155px;
}
.favorite-items-container .functions-toolbar .share-link-container {
  margin-top: 10px;
}
.favorite-items-container .functions-toolbar .share-link-container .share-link-label {
  font-size: 14px;
  display: inline-block;
  padding: 4px 5px;
  vertical-align: middle;
}
.favorite-items-container .favorite-col-right,
.favorite-items-container .favorite-col-left {
  min-height: 30px;
  float: left;
  width: 338px;
}
@media (min-width: 1200px) {
  .favorite-items-container .favorite-col-right,
  .favorite-items-container .favorite-col-left {
    width: 430px;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  .favorite-items-container .favorite-col-right,
  .favorite-items-container .favorite-col-left {
    width: 251px;
  }
}
.favorite-items-container .favorite-col-left {
  margin-right: 16px;
}
.favorite-items-container .favorite-col-right {
  font-weight: bold;
  padding-top: 20px;
  text-align: right;
}
.favorite-items-container .favorite-col-right a {
  font-size: 13px;
  line-height: 19px;
}
.favorite-items-container .favorite-col-right ul {
  margin: 0;
}
.favorite-items-container .favorite-col-right ul li {
  display: inline;
  color: #000;
}
.favorite-items-container .favorite-col-right ul li:first-child:before {
  content: "";
}
.favorite-items-container .favorite-col-right ul li:before {
  content: "|";
  color: #000;
}
.favorite-items-container .favorite-items-header .collection-header .grade-level {
  font-weight: bold;
  line-height: 18px;
  color: #808080;
}
.favorite-items-container .favorite-items-header .share-section {
  width: 50%;
  float: left;
  padding-top: 8px;
}
.favorite-items-container .favorite-items-header .share-section .share-section-left {
  float: right;
  margin-top: 12px;
  font-size: 13px;
  color: #666;
}
.favorite-items-container .favorite-items-header .share-section .share-section-left .share-link-label {
  font-weight: bold;
}
.favorite-items-container .favorite-items-header .share-section .share-section-right {
  padding-left: 5px;
  padding-top: 10px;
  float: right;
}
.favorite-items-container .favorite-items-header .share-section .share-section-right i {
  color: #0071C3;
  font-size: 25px;
}
.favorite-items-container .favorite-items-header .share-section .short-url-textbox {
  margin: 0px;
  height: 15px;
}
.favorite-items-container .favorite-items-header .share-url-textbox {
  height: 21px;
  margin-top: 10px;
  width: 170px;
}
.favorite-items-container .description {
  margin-top: 15px;
  color: #666;
}
.favorite-items-container .pack-count {
  font-weight: bold;
  color: #539505;
}
.favorite-items-container.editor .pack-count {
  color: #085CA0;
}
.favorite-items-container .content-item {
  padding: 25px 0;
  border-color: #DDD;
  border-left: none;
  border-right: none;
  border-bottom: none;
  margin: 0;
}
.favorite-items-container .content-item .main-content {
  float: left;
  width: 97%;
}
.favorite-items-container .content-item .description {
  font-size: 13px;
  line-height: 21px;
  color: #666;
}
.favorite-items-container .content-item .favorite .title {
  font-weight: bold;
  font-size: 20px;
  line-height: 21px;
}
.favorite-items-container .content-item .favorite .title  > * {
  vertical-align: middle;
}
.favorite-items-container .content-item .favorite .title .level-square {
  margin-left: 10px;
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url("/resources/icons/bolse3_icons_3levels-small-v2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.favorite-items-container .content-item .favorite .title .level-square.one {
  background-position: -9px -82px;
}
.favorite-items-container .content-item .favorite .title .level-square.two {
  background-position: -46px -82px;
}
.favorite-items-container .content-item .favorite .title .level-square.three {
  background-position: -83px -82px;
}
.favorite-items-container .content-item .favorite .favorite-thumb {
  width: 100%;
}
.favorite-items-container .content-item .favorite .header-favorite-type-text {
  color: #999;
  font-size: 11px;
  font-weight: bold;
  line-height: 16px;
  text-transform: uppercase;
}
.favorite-items-container .content-item .favorite textarea {
  border: 1px solid #CCC;
  border-radius: 4px;
  padding: 8px 10px;
  width: 78%;
  margin: 0;
}
.favorite-items-container .rename-container {
  margin-top: 20px;
}
.favorite-items-container .favorite-items-tools {
  float: right;
  padding: 0 9px 9px 9px;
}
.favorite-items-container .favorite-items-rename-link,
.favorite-items-container .favorite-items-delete-link {
  margin-right: 20px;
}
.favorite-items-container .lp-header h3 {
  line-height: 18px;
  padding-top: 30px;
  padding-bottom: 7px;
  color: #539505;
}
.favorite-items-container .lp-header p {
  margin: 0;
  color: #666666;
}
.favorite-items-container .lp-header .lp-intro {
  padding-bottom: 7px;
}
.favorite-items-container .lp-header .lp-note {
  padding-bottom: 30px;
}
.favorites-content .btn-group {
  font-size: 14px;
}
.favorites-content .btn-group .nav-pills li {
  margin-right: 5px;
}
.favorites-content .btn-group .nav-pills li a {
  background-color: #EEEEEE;
}
.favorites-content .btn-group .nav-pills li i {
  background-image: none;
}
.favorites-content .btn-group .nav-pills .active a {
  background-color: #3A87AD;
}
.favorites-content #no-favorites-message {
  width: 100%;
  font-size: 16px;
  text-align: center;
  margin-top: 15px;
}
#thistle-loader {
  display: block;
  text-align: center;
  padding-top: 20px;
  float: left;
  width: 100%;
}
#thistle-loader.invisible {
  display: none;
}
#favorites-list .tags {
  font-size: 11px;
  color: #999999;
  font-weight: bold;
  text-transform: uppercase;
}
#favorites-list .no-tags {
  font-size: 12px;
  font-weight: bold;
}
#favorites-list .add-tag-div {
  width: 100%;
  float: left;
  margin-left: 35px;
  margin-top: 5px;
  margin-bottom: 5px;
}
#favorites-list .add-tag-div .dropdown-toggle {
  padding: 0 7px 0 7px;
  font-size: 12px;
}
#favorites-list .add-tag-div .dropdown-menu li {
  padding-left: 5px;
  cursor: pointer;
}
#favorites-list .invisible {
  display: none;
}
.lessonplan-item {
  cursor: pointer;
  cursor: hand;
}
.lessonplan-item .content-item-labels {
  float: left;
  margin-bottom: 3px;
}
.lessonplan-item .title {
  font-weight: bold;
  font-size: 18px;
}
#favorites-list .content-item.pack {
  cursor: default;
}
.sortable .ui-sortable-helper .content-item .favorite .sort-handle {
  cursor: url(/resources/img/shared/cursor/grabbing.cur), move;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.sortable .content-item {
  cursor: default;
}
.sortable .content-item:hover {
  background-color: #FFFFFF;
}
.sortable .content-item .label-note {
  width: 90%;
}
.sortable .content-item .action {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.sortable .content-item .favorite {
  position: relative;
}
.sortable .content-item .favorite .sort-handle {
  width: 16px;
  background-color: #F2F2F2;
  height: 85%;
  right: 0;
  bottom: 0;
  cursor: url(/resources/img/shared/cursor/grab.cur), move;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  cursor: grab;
  display: block;
  margin-top: 5px;
}
.sortable .content-item .favorite .sort-handle .ui-icon.ui-icon-grip-dotted-vertical {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 0;
}
.content-item {
  width: 100%;
  border: 1px solid #d3d3d3;
  border-radius: 4px 4px 4px 4px;
  margin: 0.8em 0;
  background-color: #FFFFFF;
}
.content-item .sort-handle {
  display: none;
}
.content-item .span2 {
  width: 14.3%;
}
.content-item .label-note {
  width: 92%;
  height: 150px;
}
.content-item .label-note.label-note-shorter {
  height: 125px;
}
.content-item .label-note.label-note-oneliner {
  margin-top: 5px !important;
  height: 20px;
}
.content-item .note-holder {
  padding: 5px;
}
.content-item .content-item-labels {
  float: left;
}
.content-item .btn-group {
  float: right;
  margin-left: 5px;
}
.content-item .span2 {
  padding: 10px;
}
.content-item .action {
  float: right;
  vertical-align: top;
}
.content-item .action .delete-link {
  color: #FFF;
  background-color: #999;
  border-radius: 4px;
  width: 10px;
  height: 12px;
  display: block;
  padding-left: 2px;
  padding-bottom: 3px;
  padding-right: 3px;
  line-height: 14px;
}
.content-item .title {
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
}
.thumbnail-container {
  position: relative;
}
.thumbnail-container .fontello-icon-play {
  font-size: 18px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #FFFFFF;
  border-radius: 50% 50% 50% 50%;
  color: #FFFFFF;
  display: block;
  height: 0.5em;
  left: 50%;
  line-height: 0.5em;
  margin-left: -0.75em;
  margin-top: -0.75em;
  padding: 0.5em;
  position: absolute;
  top: 50%;
  width: 0.5em;
}
.credits {
  color: #999999;
  font-size: 11px;
  font-style: italic;
  display: block;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 14px;
}
@media (max-width: 1199px) {
  .favorite .credits {
    display: none;
  }
}
.content-item:hover {
  background-color: #EEEEEE;
}
.favorite-delete-alert {
  display: none;
  float: right;
  text-align: right;
}
#usercontent-container .icon-trash {
  color: #FFFFFF;
}
#usercontent-container .btn-danger {
  color: #FFFFFF;
}
#usercontent-container .content .content {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#usercontent-container .favorites-content-container {
  float: left;
}
#usercontent-container .red-border {
  border-color: red;
}
#usercontent-container .message {
  padding-top: 10px;
}
.lessonplan-item {
  border: 1px solid #d3d3d3;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 0.8em 0;
}
.lessonplan-item:hover {
  background-color: #EEEEEE;
}
.favorite-intro-message {
  float: left;
  margin-top: 10px;
}
.elementary #learn-content {
  padding-top: 1em;
}
.middle #usercontent-container .content,
.high #usercontent-container .content {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.elementary #usercontent-container .content {
  margin-bottom: 1em;
}
.user-content-banner {
  line-height: 55px !important;
}
h3#content-collector-subheader {
  font-size: 24px;
  float: left;
  margin-top: 20px;
}
div#content-collector-share {
  float: right;
  margin-top: 30px;
}
div#content-collector-find-content h4 {
  float: left;
  margin-right: 25px;
}
div#content-collector-find-content ul {
  list-style: none;
}
div#content-collector-find-content ul li {
  display: inline;
}
div#content-collector-find-content ul li input {
  margin: 0 5px 0 10px;
  top: -3px;
  position: relative;
}
.user-content-favorites .label {
  display: inline-block;
  margin-right: 2pt;
}
.user-content-favorites .user-content-links {
  margin-top: 30px;
  margin-bottom: 25px;
}
.user-content-favorites .user-content-links select {
  margin: 0;
  float: right;
}
@media (max-width: 979px) and (min-width: 768px) {
  .user-content-favorites .user-content-links select {
    width: 100%;
    float: none;
  }
}
@media (max-width: 767px) {
  .user-content-favorites .user-content-links select {
    float: none;
    margin-top: 10px;
  }
}
.user-content-favorites .edit-pack .alert-warning {
  margin-top: 15px;
  padding: 0 0 8px 0;
}
.user-content-favorites .edit-pack .alert-warning .close {
  top: 8px;
  right: 8px;
  color: #FFF;
  opacity: 1;
}
.user-content-favorites .edit-pack .alert-warning .close:hover {
  opacity: 0.8;
}
.user-content-favorites .edit-pack .alert-warning .warning-header {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
  color: #FFF;
  background-color: #084466;
  padding: 10px 0;
  font-style: italic;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  text-shadow: none;
}
.user-content-favorites .edit-pack .alert-warning p {
  font-size: 13px;
  padding: 0 35px 0 14px;
}
.user-content-favorites .edit-pack label {
  color: #666;
}
.user-content-favorites .edit-pack .category-container {
  border: solid 1px lightgrey;
  background-color: whitesmoke;
  border-radius: 3px;
  margin-right: 30px;
}
.user-content-favorites .edit-pack .category-holder {
  margin: 5px 0px 5px 25px;
}
.user-content-favorites .edit-pack .category-holder .category-label {
  width: 100%;
}
.user-content-favorites .edit-pack .category-holder .fontello-icon-cancel {
  color: #666;
}
.user-content-favorites .edit-pack .category-holder .tag-label {
  border: solid 1px green;
  float: left;
  margin: 0px 3px 0px 3px;
  padding: 3px;
  border-radius: 3px;
}
.user-content-favorites .edit-pack .tag-manage-link,
.user-content-favorites .edit-pack .group-manage-link {
  float: right;
}
.user-content-favorites .edit-pack .checkbox-container {
  float: left;
  margin-right: 20px;
}
.user-content-favorites .edit-pack .checkbox-container input[type="checkbox"] {
  margin-top: -2px;
}
.user-content-favorites .edit-pack .bottom-ruler {
  border-top: 2px solid #ccc;
  margin: 22px 0;
}
.user-content-favorites .edit-pack .resource-pack-lead-in {
  color: #333;
}
.user-content-favorites .edit-pack .edit-pack-top {
  margin-top: 10px;
}
.user-content-favorites .edit-pack .edit-pack-top h3.inline-block {
  padding-right: 10px;
}
.user-content-favorites .edit-pack .add-content-message {
  width: 100%;
  font-size: 16px;
  text-align: center;
  margin-top: 15px;
}
.user-content-favorites .edit-pack .checkbox.inline-block {
  margin-left: 20px;
  padding-right: 5px;
}
.user-content-favorites .edit-pack .checkbox label {
  width: 30%;
}
.user-content-favorites .edit-pack .form-group {
  padding-bottom: 30px;
  display: block;
}
.user-content-favorites .edit-pack .subjects-table label {
  font-size: 12px;
}
.user-content-favorites .edit-pack .subjects-table.table-col-striped tbody tr td:nth-child(odd),
.user-content-favorites .edit-pack .subjects-table.table-col-striped tbody tr th:nth-child(odd) {
  background-color: #F9F9F9;
}
.user-content-favorites .edit-pack .category-input {
  margin-left: 10px;
  width: 300px;
}
.user-content-favorites .edit-pack .category-input.master {
  width: 375px;
}
.user-content-favorites .edit-pack .grade-label {
  min-width: 30px;
  padding-right: 10px;
  text-align: right;
}
@media (min-width: 1200px) {
  .user-content-favorites .edit-pack .category-input {
    width: 375px;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  .user-content-favorites .edit-pack .row-fluid [class*="span"] {
    width: 100%;
    margin-left: 0;
  }
}
.user-content-favorites .edit-pack .quick-search-btn {
  margin-bottom: 9px;
}
.user-content-favorites .edit-pack .edit-add-search-from .add-search-query {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
}
.user-content-favorites .edit-pack .edit-add-search-from select {
  margin-right: 10px;
  max-width: 200px;
}
.user-content-favorites .edit-pack .edit-add-section-top {
  position: relative;
  padding: 12px 0 6px;
}
.user-content-favorites .edit-pack .edit-add-section-top .separator {
  position: absolute;
  height: 100%;
  border-left: solid 1px #CCC;
  left: 50%;
  top: 0;
}
@media (max-width: 979px) {
  .user-content-favorites .edit-pack .edit-add-section-top .separator {
    display: none;
  }
}
.user-content-favorites .edit-pack .quick-search-results {
  overflow: auto;
  border: 1px solid #ccc;
  padding: 15px;
  max-height: 360px;
  position: relative;
}
.user-content-favorites .edit-pack .quick-search-results .loading {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
}
.user-content-favorites .edit-pack .quick-search-results .is-loading {
  opacity: .4;
}
.user-content-favorites .edit-pack .quick-search-results .results-item {
  border-bottom: 1px solid #ccc;
  position: relative;
  padding: 15px 0;
}
.user-content-favorites .edit-pack .quick-search-results .results-item p,
.user-content-favorites .edit-pack .quick-search-results .results-item p mark {
  margin: 0;
  font-size: 11px;
  line-height: 15px;
  color: #666;
}
.user-content-favorites .edit-pack .quick-search-results .results-item .image-container {
  float: left;
  width: 100px;
}
.user-content-favorites .edit-pack .quick-search-results .results-item .image-container img {
  width: 100%;
}
.user-content-favorites .edit-pack .quick-search-results .results-item .has-image {
  margin-left: 110px;
}
.user-content-favorites .edit-pack .quick-search-results .results-item .result-title {
  font-size: 14px;
  font-weight: bold;
}
.user-content-favorites .edit-pack .quick-search-results .results-item .read-more {
  text-align: right;
  display: block;
}
.user-content-favorites .edit-pack .quick-search-results .results-item .add-to-pack {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #fff;
  padding: 1px 7px 2px;
  background-color: #468847;
}
.user-content-favorites .edit-pack .quick-search-results .results-item .add-to-pack .fontello-icon-plus {
  font-size: 15px;
  margin: 2px;
  color: #FFF;
}
.user-content-favorites .edit-pack .quick-search-results .results-item.added .result-title,
.user-content-favorites .edit-pack .quick-search-results .results-item.added p,
.user-content-favorites .edit-pack .quick-search-results .results-item.added mark {
  color: #808080;
  cursor: default;
  text-decoration: none;
}
.user-content-favorites .edit-pack .quick-search-results .results-item.added img {
  -webkit-filter: grayscale(100%);
  opacity: .4;
}
.user-content-favorites .edit-pack .quick-search-results .results-item.added .add-to-pack {
  background-color: #A6A6A6;
  cursor: default;
  padding: 1px 10px 2px;
}
.user-content-favorites .edit-pack .quick-search-results .results-item.added .add-to-pack .fontello-icon-plus {
  display: none;
}
.user-content-favorites .edit-pack .quick-search-results .media-results-item .add-to-pack {
  margin-top: 2px;
  float: right;
  cursor: pointer;
  padding: 1px 7px 2px;
  background-color: #468847;
}
.user-content-favorites .edit-pack .quick-search-results .media-results-item .add-to-pack .fontello-icon-plus {
  font-size: 15px;
  margin: 2px;
  color: #FFF;
}
.user-content-favorites .edit-pack .quick-search-results .media-results-item a.media-link {
  position: relative;
}
.user-content-favorites .edit-pack .quick-search-results .media-results-item a.media-link span.fontello-icon-play {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 0.5em;
  height: 0.5em;
  margin-top: -0.75em;
  margin-left: -0.75em;
  padding: 0.5em;
  line-height: 0.5em;
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFF;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #FFF;
}
.user-content-favorites .edit-pack .quick-search-results .media-results-item.added .add-to-pack {
  cursor: default;
  background-color: #A6A6A6;
  cursor: default;
  padding: 1px 10px 2px;
}
.user-content-favorites .edit-pack .quick-search-results .media-results-item.added .add-to-pack .fontello-icon-plus {
  display: none;
}
.user-content-favorites.edit-pack-mode #toolbar {
  display: none;
}
.popover {
  width: 40%;
}
#user-content-nav li a {
  margin-right: 6px;
}
#pack-uploaded-documents {
  list-style: none;
  margin: 0 0 10px;
}
#total-usage-exceeds-limit-error-overlay {
  width: 860px;
}
#total-usage-exceeds-limit-error-overlay table {
  width: 100%;
}
#total-usage-exceeds-limit-error-overlay table tr.ud-alt-row td {
  background-color: #EBEBEB;
}
#total-usage-exceeds-limit-error-overlay table .ud-row-header th {
  border: 1px solid #333333;
  white-space: nowrap;
}
#total-usage-exceeds-limit-error-overlay table th,
#total-usage-exceeds-limit-error-overlay table td {
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: top;
}
#total-usage-exceeds-limit-error-overlay table .ud-date,
#total-usage-exceeds-limit-error-overlay table .ud-delete,
#total-usage-exceeds-limit-error-overlay table .ud-filesize,
#total-usage-exceeds-limit-error-overlay table .ud-centered {
  text-align: center;
}
#total-usage-exceeds-limit-error-overlay table .ud-subtotal td,
#total-usage-exceeds-limit-error-overlay table .ud-subtotal th {
  padding-top: 20px;
  padding-bottom: 20px;
}
#total-usage-exceeds-limit-error-overlay table .ud-subtotal th {
  text-align: right;
}
#total-usage-exceeds-limit-error-overlay table #ud-delete-question {
  border: 1px solid #F0AE4E;
}
#total-usage-exceeds-limit-error-overlay table #ud-delete-question td {
  background-color: #FCEFDC;
}
#total-usage-exceeds-limit-error-overlay table #ud-delete-question-bottom-margin td {
  height: 6px;
}
.my-content-overlay {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin: -250px 0 0 -280px;
  border: 1px solid #DDD;
  -webkit-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
  background: #FFF;
  color: #333;
  text-align: left;
}
.my-content-overlay .modal-header {
  border-bottom: 0;
}
.my-content-overlay .modal-footer {
  background-color: inherit;
  border-top: 0;
}
.my-content-overlay .overlay-close {
  background: url("/resources/img/fancybox/fancybox.png") repeat scroll -40px 0 rgba(0, 0, 0, 0);
  border: 0 none;
  float: right;
  height: 30px;
  left: 23px;
  position: relative;
  top: -23px;
  width: 30px;
}
.my-content-overlay .legal-disclaimer-text {
  margin-left: 20px;
}
.my-content-overlay input[type=checkbox] {
  float: left;
}
.from-packs-overlay-outer .modal-backdrop {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.from-packs-overlay {
  width: 910px;
  margin: -335px 0 0 -455px;
}
.from-packs-overlay .modal-header {
  padding: 0;
}
.from-packs-overlay .modal-header .overlay-close {
  left: 15px;
  top: -15px;
}
.from-packs-overlay .modal-body {
  padding: 0;
  overflow-y: visible;
  max-height: none;
}
.from-packs-overlay .modal-body .modal-top {
  background-color: #E0EDF9;
  height: 370px;
  padding: 20px 30px 0 30px;
  box-sizing: border-box;
}
.from-packs-overlay .modal-body .modal-top img {
  height: 350px;
}
.from-packs-overlay .modal-body .modal-top .left {
  text-align: center;
  padding-top: 30px;
}
.from-packs-overlay .modal-body .modal-top .left h3 {
  font-size: 48px;
  color: #006dca;
  font-weight: normal;
  line-height: 1.5em;
}
.from-packs-overlay .modal-body .modal-top .left p {
  font-size: 27px;
  line-height: 36px;
  color: #666;
}
.from-packs-overlay .modal-body .modal-bottom {
  padding: 50px 50px 0 50px;
  box-sizing: border-box;
}
.from-packs-overlay .modal-body .modal-bottom .span4:first-child .section {
  padding: 0 6px 0 0;
}
.from-packs-overlay .modal-body .modal-bottom .span4:last-child .section {
  padding: 0 0 0 6px;
}
.from-packs-overlay .modal-body .modal-bottom .section {
  text-align: center;
  padding: 0 3px;
}
.from-packs-overlay .modal-body .modal-bottom .section i {
  color: #D17902;
  font-size: 48px;
}
.from-packs-overlay .modal-body .modal-bottom .section p {
  font-size: 21px;
  line-height: 27px;
  color: #333;
  margin-top: 20px;
}
.user-content-favorites .user-content-main-content .favorite-items-container {
  position: relative;
}
.user-content-favorites .user-content-main-content .favorite-items-container a.back-to-packs {
  margin-top: 0.55em;
  position: absolute;
  top: 15px;
  right: 30px;
  font-size: 11px;
  line-height: 30px;
  font-weight: bold;
  color: #A60029;
  text-shadow: 1px 1px #ffffff, -1px -1px #ffffff, 1px -1px #ffffff, -1px 1px #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  background: url("/resources/img/usercontent/bolse3_rp_link_back.png") no-repeat bottom left;
  padding-left: 35px;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
.user-content-favorites .user-content-main-content .favorite-items-container a.back-to-packs span {
  text-transform: none;
  font-size: 14px;
}
.user-content-favorites .user-content-main-content .favorite-items-container .your-pack-lives-here-overlay .modal-backdrop {
  opacity: 0.5;
  filter: alpha(opacity=50);
  background-color: #FFF;
}
.user-content-favorites .user-content-main-content .favorite-items-container .your-pack-lives-here-overlay .popover {
  display: block;
  top: 182px;
  left: 0;
  width: 290px;
  z-index: 1040;
  padding: 0;
  background-color: #FFF5B3;
  border: 3px solid #FA6913;
  border-radius: 12px;
}
.user-content-favorites .user-content-main-content .favorite-items-container .your-pack-lives-here-overlay .popover:before,
.user-content-favorites .user-content-main-content .favorite-items-container .your-pack-lives-here-overlay .popover:after {
  border: 22px solid rgba(0, 0, 0, 0);
  height: 0;
  width: 0;
  position: absolute;
}
.user-content-favorites .user-content-main-content .favorite-items-container .your-pack-lives-here-overlay .popover:before {
  right: 100%;
  border-right-color: #FA6913;
  border-width: 22px;
  content: " ";
  top: 50%;
  margin-top: -22px;
}
.user-content-favorites .user-content-main-content .favorite-items-container .your-pack-lives-here-overlay .popover:after {
  right: 99.99%;
  border-right-color: #FFF5B3;
  border-width: 18px;
  content: " ";
  top: 50%;
  margin-top: -18px;
}
.user-content-favorites .user-content-main-content .favorite-items-container .your-pack-lives-here-overlay .popover button.close {
  margin: 5px;
  color: #FFD9B3;
  opacity: 1;
  font-size: 16px;
}
.user-content-favorites .user-content-main-content .favorite-items-container .your-pack-lives-here-overlay .popover button.close:hover {
  color: #FFF;
}
.user-content-favorites .user-content-main-content .favorite-items-container .your-pack-lives-here-overlay .popover .popover-title {
  background-color: #FA6913;
  color: #FFF;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  line-height: 32px;
  padding: 0 10px;
  font-weight: bold;
}
.user-content-favorites .user-content-main-content .favorite-items-container .your-pack-lives-here-overlay .popover .popover-content p {
  margin: 0 0 10.5px;
}
@media (max-width: 979px) and (min-width: 768px) {
  .user-content-favorites .user-content-main-content .your-pack-lives-here-overlay .popover {
    top: 200px;
  }
  .user-content-links a.btn.btn-warning:not(:first-child) {
    margin-top: 5px;
  }
}
@media (max-width: 979px) {
  .from-packs-overlay {
    width: 600px;
    margin: -335px 0 0 -300px;
  }
  .from-packs-overlay .modal-body .modal-top {
    height: auto;
  }
  .from-packs-overlay .modal-body .modal-top img {
    height: auto;
  }
  .from-packs-overlay .modal-body .modal-top .left p {
    font-size: 20px;
    line-height: 27px;
  }
  .from-packs-overlay .modal-body .modal-top .left h3 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .user-content-favorites .user-content-main-content .your-pack-lives-here-overlay .popover {
    top: 188px;
  }
  .user-content-favorites .user-content-main-content .favorite-items-container a.back-to-packs {
    display: none;
  }
  .from-packs-overlay {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    margin: -335px 0 0 0;
    left: 0;
  }
  .from-packs-overlay .modal-header .overlay-close {
    left: 0;
    top: 0;
  }
}
#biography-browse-content {
  margin-top: 20px;
}
#biography-browse-content form {
  margin: 0;
}
#biography-filters span > label {
  display: inline-block;
  font-weight: normal;
  margin-left: 5px;
  text-transform: lowercase;
}
#biography-filters .bio-label {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #808080;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
#biography-filters span {
  display: block;
}
#biography-filters .chzn-container {
  margin-bottom: 20px;
}
#biography-articles .browse-node-articles-content {
  display: block;
}
#biography-articles .message {
  display: none;
}
a.reset {
  margin-top: 10px;
}
#map {
  height: 507px;
  position: relative;
  border: 6px solid rgba(0, 0, 0, 0.85);
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#map img {
  max-width: none;
}
#map-container {
  position: relative;
}
#menu-container {
  position: absolute;
  width: 100%;
  top: 5px;
  left: 0;
  z-index: 2;
  border-radius: 0 0 4px 4px;
}
#menu-container p {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  padding: .5em 1em;
}
#menu-container .navbar-search .input-append .add-on:last-child,
#menu-container .navbar-search .input-append .btn:last-child {
  background-color: #939393;
}
#menu-container .navbar-search .search-query {
  color: #ffffff;
  background-color: #939393;
}
#menu-container .navbar-search .search-query:-moz-placeholder {
  color: #ffffff;
  font-style: normal;
}
#menu-container .navbar-search .search-query:-ms-input-placeholder {
  color: #ffffff;
  font-style: normal;
}
#menu-container .navbar-search .search-query::-webkit-input-placeholder {
  color: #ffffff;
  font-style: normal;
}
#menu-container .navbar-search .fontello-icon-search {
  color: #ffffff;
}
#menu-container.standard-atlas-menu #menu-bar #location-description {
  margin-left: -70px;
}
#menu-container.simplified-atlas-menu #menu-bar #location-description {
  margin-left: 10px;
}
#menu-bar {
  width: 70%;
  margin: 0px auto;
  background-color: rgba(0, 0, 0, 0.85);
}
#menu-bar #menu-prefix {
  font-style: italic;
}
#menu-bar .breadcrumb {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #ffffff;
  font-size: 1.4em;
  font-weight: normal;
  line-height: 26px;
  padding: 0;
  margin: 0 0;
}
#menu-bar .breadcrumb .active {
  color: #FD3;
}
#menu-bar .breadcrumb li {
  display: inline;
}
#menu-bar .fontello-icon-up-dir,
#menu-bar .fontello-icon-down-dir {
  padding: 0px 10px;
  font-size: 25px;
  color: #939393;
  font-weight: normal;
  line-height: 30px;
}
#menu-bar dl {
  margin-bottom: 10px;
  margin-top: 8px;
}
#menu-bar .dl-horizontal dt {
  color: #ffffff;
  font-weight: normal;
  margin-left: 10px;
  text-align: left;
  width: 8em;
}
#menu-bar .dl-horizontal dd {
  margin-left: 8em;
}
.top-border {
  border-top: 1px solid #939393;
}
.bottom-rounded-corners {
  border-radius: 0 0 4px 4px;
}
#expanded-menu {
  width: 70%;
  margin: 0px auto;
  background-color: rgba(0, 0, 0, 0.85);
}
#expanded-menu .input-append,
#expanded-menu .input-prepend {
  margin-top: 10px;
}
#expanded-menu #expanded-menu-legend {
  color: #FD3;
  font-style: italic;
}
#location-details {
  max-height: 50px;
}
#details-header {
  max-height: 25px;
}
#menu-container.simplified-atlas-menu #place-content .nav {
  margin-left: 0px;
}
#menu-container.simplified-atlas-menu #place-content .nav > li {
  display: block;
  width: 100%;
}
#menu-container.simplified-atlas-menu #place-content #place-summary #summary-toggle {
  margin-left: 10px;
}
#menu-container.simplified-atlas-menu #place-content #place-summary #summary-dropdown {
  min-width: 100%;
  border-left: 0px;
  border-top: 0px;
  border-right: 0px;
  border-radius: 0 0 4px 4px;
}
#menu-container.simplified-atlas-menu #place-content #place-summary #summary-dropdown #summary-flag {
  clear: none;
  float: left;
}
#menu-container.simplified-atlas-menu #place-content #place-summary #summary-dropdown #summary-article {
  display: inline;
}
#place-content {
  max-height: 25px;
}
#place-content .nav {
  margin-left: 10px;
}
#place-content .nav > li {
  display: inline;
}
#place-content .nav > li a {
  display: inline;
}
#place-content .nav > li a:hover {
  background-color: rgba(0, 0, 0, 0);
}
#place-content .nav > li:before {
  content: "|";
  color: #939393;
}
#place-content .nav > li:first-child:before {
  content: "";
}
#place-content .atlas-related-articles {
  padding: 0px 10px 10px 10px;
}
#place-content .atlas-related-articles h5 {
  color: #ffffff;
  font-size: 1em;
  margin: 5px 0px;
  text-transform: capitalize;
}
#place-content .related-article-results li {
  padding: 0;
  color: #ffffff;
  font-size: 0.9em;
}
#place-content .related-article-results li:before {
  content: "";
}
#place-content .dropdown-toggle {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
  white-space: nowrap;
  text-decoration: none;
}
#place-content .dropdown-toggle a:hover {
  text-decoration: none;
}
#place-content .dropdown-menu {
  top: 125%;
  background-color: rgba(0, 0, 0, 0.85);
}
#place-content #place-summary .dropdown-menu {
  min-width: 300px;
}
#place-content #place-summary .dropdown-menu a.atlas-article-link {
  float: right;
  color: #FD3;
}
#place-content #place-summary .atlas-summary-flag .img {
  padding: 10px;
}
#place-content #place-profile .dropdown-menu {
  min-width: 550px;
}
#place-content #place-related-articles .dropdown-menu {
  min-width: 300px;
}
#place-content #place-related-articles .dropdown-menu ul.related-article-results {
  list-style-type: disc;
  margin-left: 20px;
}
#place-content #place-related-articles .dropdown-menu a {
  padding: 0;
  color: #FD3;
  white-space: normal;
}
#place-content #place-related-articles .dropdown-menu a:hover {
  text-decoration: underline;
  background: none;
}
#place-content #place-related-articles .dropdown-menu a.atlas-article-link {
  float: right;
  color: #FD3;
  padding-top: .5em;
  padding-bottom: .25em;
}
.atlas-profile-table {
  width: 100%;
}
.atlas-profile-table tr {
  line-height: 16px;
}
.atlas-profile-table a {
  display: inline;
  color: #FD3;
  padding: 3px 0px;
}
.atlas-profile-table a .active {
  color: #FD3;
}
.atlas-profile-table th {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  padding: .5em .25em;
  margin: 0 0;
  text-align: left;
}
.atlas-profile-table td {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
  padding: .5em .25em;
  margin: 0 0;
}
.atlas-profile-row-even {
  background-color: rgba(76, 76, 76, 0.85);
}
.atlas-profile-footnotes {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #ffffff;
  font-size: 10px;
  font-weight: normal;
  line-height: 12px;
  padding: .5em .0em;
  margin: 0em 1em;
  border-top: 1px solid #939393;
}
#atlas-search-container {
  margin: auto 0px;
}
#atlas-search-container .input-append {
  margin-left: 10px;
  width: 100%;
}
#place-atlas-filter-box {
  width: 97%;
}
#place-list {
  list-style-type: none;
  margin: 0;
  border: 1px solid #CCC;
  width: 100%;
  height: 465px;
  overflow-y: auto;
}
#place-list p {
  font-size: 1.2em;
  padding-top: .5em;
}
#place-list li {
  text-align: center;
  cursor: pointer;
  margin: .25em;
  padding: .5em;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#place-list li img {
  border: 1px solid black;
}
#place-list li.selected {
  background: rgba(0, 0, 0, 0.2);
}
.middle.atlas,
.high.atlas {
  background: url("/resources/img/bolse3_l3_noise.png");
}
.middle.atlas .breadcrumb,
.high.atlas .breadcrumb {
  background-color: transparent;
  background-image: none;
  margin: 1em 0 0;
}
.middle.atlas .content,
.high.atlas .content {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.elementary.atlas .breadcrumb {
  filter: none;
  background-color: rgba(255, 255, 255, 0.8);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.15)), color-stop(1, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  margin: 0 0 1em;
}
.elementary.atlas .breadcrumb li {
  font-size: 21px;
}
.elementary.atlas .breadcrumb li.active {
  pointer-events: none;
  cursor: default;
}
.elementary.atlas .breadcrumb li.active a:hover {
  text-decoration: none;
}
.elementary.atlas #map {
  height: 475px;
  border-width: 6px;
}
.elementary.atlas #menu-bar {
  top: -481px;
}
.elementary.atlas #menu-bar .breadcrumb {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #ffffff;
  font-size: 1em;
  font-weight: normal;
  line-height: 20px;
  padding: .25em .5em;
  margin: 0 0;
  background-image: none;
  background-color: transparent;
}
.elementary.atlas #menu-bar .breadcrumb .active {
  color: #FD3;
}
.elementary.atlas #menu-bar .breadcrumb li {
  font-size: 1.25em;
}
.elementary.atlas #menu-bar #menu-prefix {
  line-height: 22px;
}
.elementary.atlas #places-list {
  height: 445px;
}
.lt-ie9 .atlas .breadcrumb li {
  display: inline;
}
.lt-ie9 .elementary.atlas .breadcrumb {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C0FFFFFF,endColorstr=#C0FFFFFF);
  zoom: 1;
}
.lt-ie9 .elementary #menu-bar .breadcrumb {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#01000000,endColorstr=#01000000);
  zoom: 1;
}
.lt-ie9 #menu-container .navbar-search .input-append .add-on,
.lt-ie9 #menu-container .navbar-search .input-append .btn {
  background-color: #939393;
}
.lt-ie9 #place-search.search-query {
  font-size: 10px;
}
.lt-ie9 #map {
  border: 6px solid black;
}
.lt-ie9 #menu-bar,
.lt-ie9 #expanded-menu {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9000000,endColorstr=#D9000000);
  zoom: 1;
}
.lt-ie9 #place-content .dropdown-menu {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#D9000000,endColorstr=#D9000000);
  zoom: 1;
}
.lt-ie9 #place-content .dropdown-menu .atlas-profile-row-even {
  border-top: 1px solid #4C4C4C;
  border-bottom: 1px solid #4C4C4C;
  width: 100%;
}
.lt-ie9 #place-content .nav li a:hover {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0000000,endColorstr=#0000000);
  zoom: 1;
}
.atlas-hint {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: italic;
  color: #666;
}
.atlas-hint ul {
  margin-bottom: 8px;
}
.atlas-hint ul li {
  line-height: 18px;
}
@media (max-width: 1199px) {
  #menu-bar #location-description {
    margin-left: -35px;
  }
}
@media (max-width: 979px) {
  #place-search.search-query {
    font-size: 10px;
  }
  #menu-bar #location-description {
    margin-left: 10px;
  }
}
#tour-preload-message {
  display: none;
}
.atlas .smoke {
  font-size: 19px;
  font-family: open sans;
}
#place-search {
  border: 1px solid transparent;
  border-radius: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  padding: 0 11px 0 13px;
  width: 100%;
  text-overflow: ellipsis;
}
.pac-container {
  border-radius: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.pac-container:after {
  display: none;
}
.elementary #buzzword-container {
  text-align: left;
}
.elementary #buzzword-container dl {
  margin: 0 0 0 116px;
}
.elementary #buzzword-container dt {
  padding: 0;
  font-size: 16px;
}
.elementary #buzzword-container dd {
  margin: 0;
  font-size: 13px;
  line-height: 17px;
}
.elementary #buzzword-container dd b {
  font-style: italic;
  padding-right: 0.25em;
}
.elementary #buzzword-container .dictionary-pronunciation {
  color: #3677bc;
  font-size: 13px;
  font-weight: bold;
}
.elementary #buzzword-container .dictionary-pronunciation .fontello-icon-volume-up {
  color: #bf7600;
  font-size: 14px;
}
.browse-animals-home-container {
  background-color: #DDF2FA;
  -webkit-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}
.browse-animals-tabs {
  margin: 0px;
}
.browse-animals-tabs > li {
  display: inline;
  -webkit-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  border-color: #aaaaaa #aaaaaa #cccccc;
  border-style: solid;
  border-width: 1px;
  margin-left: 1em;
  font-size: 16px;
  padding: 0 0.5em;
  background-color: #cccccc;
}
.browse-animals-tabs > li > a {
  font-weight: bold;
  color: #666666;
}
.browse-animals-tabs > li.active {
  background-color: #ffffff;
  border-bottom-color: #ffffff;
}
.browse-animals-tabs > li.active a {
  color: #bf7600;
}
.browse-animals-tab {
  border-top: 1px solid #aaaaaa;
  -webkit-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
}
.browse-animals-tab a {
  font-weight: bold;
}
.animalkingdom-home-browse {
  border-right: 1px solid #aaaaaa;
  margin-top: 22px;
}
.browse-animals-type {
  display: none;
  padding: 1em;
}
.browse-animals-home-browse-categories {
  margin: 0.25em 0 0;
}
.browse-animals-home-browse-categories > li {
  float: left;
  list-style: none;
  width: 24.66%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  margin: 1px;
}
.browse-animals-home-browse-categories > li > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-size: 21px;
  text-align: center;
  text-decoration: none;
  text-shadow: -1px -1px rgba(0, 0, 0, 0.3), 1px -1px rgba(0, 0, 0, 0.3), -1px 1px rgba(0, 0, 0, 0.3), 1px 1px rgba(0, 0, 0, 0.3);
}
.browse-animals-home-browse-categories > li > a:hover,
.browse-animals-home-browse-categories > li > a.selected {
  color: #ffffff;
  text-shadow: -1px -1px rgba(0, 0, 0, 0.3), 1px -1px rgba(0, 0, 0, 0.3), -1px 1px rgba(0, 0, 0, 0.3), 1px 1px rgba(0, 0, 0, 0.3);
}
.browse-animals-home-browse-categories > li > a span {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 128px;
  height: 76px;
  margin-top: -38px;
  margin-left: -64px;
}
@media (max-width: 979px) {
  .browse-animals-home-browse-categories > li > a {
    font-size: 16px;
  }
  .browse-animals-home-browse-categories > li > a span {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 76px;
    margin-top: -38px;
    margin-left: -50px;
  }
}
.browse-animals-home-browse-alpha {
  padding: 1.25em 1em .25em;
}
.browse-animals-home-browse-alpha-title {
  line-height: 21px;
}
.browse-animals-home-browse-alpha-categories {
  margin: 0px;
}
.browse-animals-home-browse-alpha-categories > li {
  float: left;
  list-style: none;
  margin-right: 0.75em;
}
.browse-animals-home-browse-alpha-categories > li > a {
  font-weight: bold;
}
.browse-animals-featured-media,
.animalkingdom-home-related-links,
.elementary div.animalkingdom-home-dyk {
  margin-top: 1em;
  margin-right: 1em;
}
@media (max-width: 767px) {
  .browse-animals-featured-media,
  .animalkingdom-home-related-links,
  .elementary div.animalkingdom-home-dyk {
    margin-left: 1em;
  }
}
.browse-animals-featured-media .thumb,
.animalkingdom-home-dyk .thumb {
  margin: 0 1em 0 0;
  width: auto;
}
.browse-animals-featured-media .thumb a,
.animalkingdom-home-dyk .thumb a {
  position: relative;
}
.browse-animals-featured-media .thumb a:hover,
.animalkingdom-home-dyk .thumb a:hover {
  text-decoration: none;
}
.browse-animals-featured-media .thumb a img,
.animalkingdom-home-dyk .thumb a img {
  width: 100px;
  vertical-align: top;
}
.browse-animals-featured-media .thumb a span,
.animalkingdom-home-dyk .thumb a span {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  margin-left: -0.5em;
  margin-top: -1.5em;
  margin-left: -1.5em;
  padding: 1em;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  line-height: 1em;
  border: 1px solid #ffffff;
}
.lt-ie9 .browse-animals-featured-media .thumb a img,
.lt-ie9 .animalkingdom-home-dyk .thumb a img {
  max-width: none;
}
.lt-ie9 .browse-animals-featured-media .thumb a span,
.lt-ie9 .animalkingdom-home-dyk .thumb a span {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
  zoom: 1;
}
.animalkingdom-home-related-links > div > ul {
  margin-bottom: 0;
}
.animalkingdom-home-dyk {
  margin-bottom: 1em;
}
.animalkingdom-home-dyk > div {
  font-style: italic;
}
.animalkingdom-home-dyk .left {
  text-align: left;
}
#animalkingdom-browse-results > .accordion-group {
  margin-bottom: 0px;
  border: 0px;
}
#browse-animals-type-intro.content {
  padding: 0 1em 0.25em;
  margin-bottom: 0.5em;
}
#browse-animals-type-intro a {
  font-weight: bold;
}
#browse-animals-type-intro > p {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#browse-animals-type-intro > ul {
  margin: 0;
}
#browse-animals-type-intro > ul > li {
  display: inline;
  margin-right: 1em;
}
#browse-animals-type-intro .thumb {
  margin: 0 1em 0 0;
  width: auto;
}
.browse-animals-type-intro-title {
  line-height: 36px;
}
.browse-container.animals .browse-node.browse-node-sub {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.browse-node-articles-content.animals {
  display: block;
}
.browse-node-articles-content.animals.grouped .results {
  height: 330px;
  display: none;
}
.browse-node-articles-content.animals.habitat .results {
  height: 330px;
}
.browse-node-articles-content.animals.alpha .results {
  height: 415px;
}
.browse-node-articles-content.animals .browse-node-article .thumb img {
  width: 100px;
}
.lt-ie9 .browse-node-articles-content.animals .browse-node-article .thumb img {
  max-width: none;
}
.elementary.browse .animals .breadcrumb {
  margin: 1em 0 0.5em;
}
.elementary.browse .browse-animals-type {
  padding: 0 1em;
}
.elementary.browse .browse-animals-tab.content {
  padding-bottom: 1.25em;
}
.elementary.magazine #tool-font-down,
.elementary.magazine #tool-font-up {
  display: none;
}
.elementary.magazine .content {
  padding: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}
.elementary.magazine .content .magazine-article {
  height: 460px;
  margin: 0;
  overflow: hidden;
  padding: 1em 1em 0;
}
.elementary.magazine .content .magazine-article p {
  font-size: 18px;
}
.middle.magazine .content,
.high.magazine .content {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.middle.magazine .header-text,
.high.magazine .header-text {
  margin-top: -10px;
}
.magazine .banner-title {
  width: 100%;
}
@media print {
  html.magazine header.banner {
    display: block !important;
  }
  html.magazine header.banner .banner {
    display: block !important;
  }
  html.magazine header.banner .subheading-tools {
    display: none;
  }
  html.magazine.elementary .content .magazine-article {
    height: auto;
  }
  html.magazine.elementary .content .accordion-footing {
    display: none;
  }
}
#help-background {
  background-color: white;
  padding: 1em;
}
.middle #help-background,
.high #help-background {
  padding-bottom: 0;
}
.elementary.help #help-background a {
  color: #096283 !important;
}
.middle .help .accordion-footing,
.high .help .accordion-footing {
  display: none;
  visibility: hidden;
}
.elementary .help-title {
  color: #333333;
  font-family: 'PT Serif', Georgia, 'Times New Roman', Times, serif;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.4);
}
.middle .help-title,
.high .help-title {
  color: #999999;
}
.help-title {
  padding: 20px 0 0;
}
.help-box-title {
  color: white;
  font-weight: bold;
  min-height: 1.5em;
  padding: 0.25em 0.25em 0.25em 1.5em;
}
.help-site-features .help-box-title {
  background-color: #d99221;
  background-color: rgba(217, 146, 33, 0.9);
}
.help-contact .help-box-title {
  background-color: #88994c;
  background-color: rgba(136, 153, 76, 0.9);
}
.help-accessibility .help-box-title {
  background-color: #6b96b3;
  background-color: rgba(107, 150, 179, 0.9);
}
.help-box-content {
  padding: 0.25em 1em;
}
.help-box-content ul {
  font-weight: bold;
  color: #999999;
}
.help-box-content ul > ul {
  font-weight: normal;
}
.help-site-features .help-box-content {
  background-color: #f7e4c8;
  background-color: rgba(217, 146, 33, 0.2);
}
.help-contact .help-box-content {
  background-color: #ecf0e1;
  background-color: rgba(136, 153, 76, 0.2);
}
.help-accessibility .help-box-content {
  background-color: #d3e0e8;
  background-color: rgba(107, 150, 179, 0.2);
}
.help-section {
  padding: 0.5em 1.5em;
  min-height: 0;
}
.help-section ul {
  font-weight: normal;
  color: inherit;
  font-family: 'PT Serif', Georgia, 'Times New Roman', Times, serif;
}
.help-section h4 > span {
  font-weight: normal;
}
.help hr {
  border-color: #999;
  margin: 12px 0 0;
}
.tools-container {
  margin-bottom: 20px;
}
.help-tools img {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
#sf-educators-sbox .sbox {
  margin-bottom: 2em;
}
#sf-educators-sbox .sbox iframe {
  margin-top: 1em;
  margin-bottom: 1em;
}
#all-features-content .well {
  border: 2px solid rgba(0, 0, 0, 0.05);
  box-shadow: none;
  border-radius: 6px;
}
#all-features-content h1 {
  color: #999999;
  padding: 20px 0;
}
#all-features-content a {
  color: #096283;
}
#all-features-content h2 {
  color: #666;
  border-bottom: 2px solid #d8d8d8;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  font-weight: normal;
}
#all-features-content h3 {
  font-size: 14px;
}
#all-features-content p {
  margin-top: 10px;
}
#all-features-content img {
  max-width: 100%;
  float: right;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#all-features-content .hover-big img:hover {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
#feature-toc ul {
  font-weight: bold;
}
#feature-toc ul > ul {
  font-weight: normal;
}
/* Elastislide Style */
.es-carousel-wrapper {
  background: rgba(0, 0, 0, 0.2);
  max-height: 80px;
  padding: 5px 37px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  display: none;
}
.lt-ie9 .es-carousel-wrapper {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000,endColorstr=#33000000);
  zoom: 1;
}
.es-carousel {
  overflow: hidden;
}
.es-carousel ul {
  display: none;
}
.es-carousel ul li {
  height: 100%;
  float: left;
  display: block;
}
.es-carousel ul li.selected img {
  border-color: #da6712;
}
.es-carousel ul li a {
  display: block;
}
.es-carousel ul li a img {
  display: block;
  max-height: 70px;
  max-width: 100%;
  margin: 0 auto;
  border: 3px solid #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.es-nav span {
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #d9d9d9;
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.15)), color-stop(1, rgba(255, 255, 255, 0.15)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
  width: 28px;
  height: 100%;
  cursor: pointer;
  outline: none;
  -webkit-border-radius: 8px 0px 0px 8px;
  border-radius: 8px 0px 0px 8px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.es-nav span.es-nav-next {
  right: 0px;
  left: auto;
  background-position: 115% 50%;
  -webkit-border-radius: 0px 8px 8px 0px;
  border-radius: 0px 8px 8px 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.es-nav span:hover {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.15)), color-stop(1, rgba(255, 255, 255, 0.15)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
}
.es-nav span i {
  position: absolute;
  top: 35%;
  left: 7px;
  font-size: 3em;
}
.es-carousel a {
  position: relative;
}
.es-carousel a:hover {
  text-decoration: none;
}
.es-carousel a i {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 1em;
  margin-top: -15px;
  margin-left: -15px;
  padding: 6px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  line-height: 1em;
  border: 2px solid #ffffff;
  text-align: center;
}
.lt-ie9 .es-carousel a span {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
  zoom: 1;
}
@media (min-width: 768px) and (max-width: 979px) {
  .es-carousel ul li a img {
    max-height: 44px;
  }
  .es-nav span i {
    top: 33%;
  }
}
.rg-gallery {
  padding-bottom: 0.85em;
}
.rg-image-wrapper {
  position: relative;
  padding: 42px 15px 10px;
  min-height: 20px;
}
.rg-image-title {
  position: relative;
  text-align: center;
}
.rg-image {
  position: relative;
  text-align: center;
  line-height: 0px;
}
.rg-image-nav a {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #000000 url(/resources/img/gallery/nav.png) no-repeat -20% 50%;
  width: 28px;
  height: 100%;
  text-indent: -9000px;
  cursor: pointer;
  opacity: 0.3;
  outline: none;
  -webkit-border-radius: 10px 0px 0px 10px;
  border-radius: 10px 0px 0px 10px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.rg-image-nav a.rg-image-nav-next {
  right: 0px;
  left: auto;
  background-position: 115% 50%;
  -webkit-border-radius: 0px 10px 10px 0px;
  border-radius: 0px 10px 10px 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.rg-image-nav a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.rg-caption {
  text-align: center;
  margin-top: 10px;
  position: relative;
}
.rg-caption p {
  margin: 0;
  font-style: italic;
}
.rg-credit,
.rg-license {
  font-size: .75em;
  display: block;
}
.rg-counter {
  text-align: left;
}
.rg-view {
  height: 30px;
}
.rg-view a {
  display: block;
  float: right;
  width: 16px;
  height: 16px;
  margin-right: 3px;
  background: #464646 url(/resources/img/gallery/views.png) no-repeat top left;
  border: 3px solid #464646;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.rg-view a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.rg-view a.rg-view-full {
  background-position: 0px 0px;
}
.rg-view a.rg-view-selected {
  background-color: #6f6f6f;
  border-color: #6f6f6f;
}
.rg-view a.rg-view-thumbs {
  background-position: 0px -16px;
}
.rg-loading {
  width: 46px;
  height: 46px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #000000 url(/resources/img/gallery/ajax-loader.gif) no-repeat center center;
  margin: -23px 0px 0px -23px;
  z-index: 100;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.rg-thumbs {
  padding-top: 14px;
}
.article-media-content-title {
  padding-top: 0.5em;
}
.gallery-media-metadata {
  padding-top: 21px;
}
.gallery-media-metadata a {
  font-weight: bold;
}
.gallery-media-metadata a i.fontello-icon-download {
  margin-right: 5px;
}
.gallery-media-metadata h3 {
  line-height: 24px;
  padding-bottom: 6px;
  padding-top: 10px;
}
.gallery-media-metadata #transcriptToggle {
  margin-top: 5px;
  cursor: pointer;
  margin-bottom: 8px;
}
.gallery-media-metadata #transcriptToggle a i {
  margin-right: 5px;
}
.gallery-media-metadata #transcriptToggle #show {
  display: none;
}
.gallery-media-metadata #transcript {
  white-space: pre-wrap;
  max-height: 200px;
  overflow-y: auto;
}
#media-citation {
  display: none;
}
.gallery-media-counter {
  display: block;
  text-align: right;
  font-weight: bold;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.gallery-media-articles {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  padding-top: 0.25em;
}
.gallery-media-articles dt {
  font-weight: normal;
}
.gallery-media-articles dd {
  margin-left: 0;
}
@media print {
  .navbar,
  ul.nav,
  .rg-thumbs,
  #login-link,
  #login-help,
  #header-tools-container,
  .gallery-media-counter,
  .gallery-media-metadata a,
  .gallery-media-articles,
  #shared-footer,
  .banner,
  .featured-media-wrapper,
  a.btn-level-one,
  #temp-carousel-wrapper,
  #article-misc,
  #alternating-span,
  .breadcrumb,
  #search-content,
  .tools-ctn,
  button.close,
  .toolbar-wrapper,
  .toolbar-favorite-template,
  .toolbar-email-template,
  .toolbar-cite-media-template,
  #fancybox-close,
  #media-metadata,
  .counter {
    display: none !important;
  }
  html[lang="en-US"] article#article-content,
  html[lang="en-AU"] article#article-content,
  html[lang="en-UK"] article#article-content,
  html[lang="en-NZ"] article#article-content,
  html[lang="en-AS"] article#article-content,
  html[lang="en-IN"] article#article-content {
    display: none !important;
  }
  html[lang="es-ES"] article#article-content .accordion-group {
    border: none !important;
    box-shadow: none !important;
  }
  html[lang="es-ES"] article#article-content .accordion-group .accordion-heading {
    display: none !important;
  }
  html[lang="es-ES"] article#article-content .accordion-group .accordion-body {
    border: none !important;
    box-shadow: none !important;
  }
  html[lang="es-ES"] article#article-content .accordion-group .accordion-body .accordion-inner {
    border: none !important;
    box-shadow: none !important;
  }
  html[lang="es-ES"] article#article-content .accordion-group .accordion-body .accordion-inner .featured-media-wrapper,
  html[lang="es-ES"] article#article-content .accordion-group .accordion-body .accordion-inner .temp-carousel-wrapper,
  html[lang="es-ES"] article#article-content .accordion-group .accordion-body .accordion-inner > p {
    display: none !important;
  }
  html[lang="es-ES"] article#article-content .accordion-group .accordion-body .accordion-footing,
  html[lang="es-ES"] article#article-content .accordion-group .accordion-body .modal-header,
  html[lang="es-ES"] article#article-content .accordion-group .accordion-body .modal-body .gallery-media-counter {
    display: none !important;
    border: none !important;
  }
  .modal-header {
    border: 0 !important;
  }
  #media-citation {
    display: block;
    left: 0;
    bottom: 40px;
    position: absolute;
  }
  #media-gallery {
    width: 100%;
    height: 100%;
    overflow: hidden;
    left: inherit;
    right: 0;
  }
  #media-gallery .gallery-media-metadata {
    float: left;
  }
  .modal,
  #fancybox-outer {
    border: 0 none;
    box-shadow: none;
  }
  #fancybox-wrap {
    left: 0 !important;
  }
  .modal-body {
    max-height: none !important;
    height: auto;
  }
  #browse-node-media-container .browse-node-media-content {
    border: 0;
    box-shadow: none;
  }
  #browse-node-media-container .browse-node-media-content .media-filter-content,
  #browse-node-media-container .browse-node-media-content h6,
  #browse-node-media-container .browse-node-media-content .thumb,
  #browse-node-media-container .browse-node-media-content nav.pagination,
  #browse-node-media-container .browse-node-media-content .toolbar-wrapper,
  #browse-node-media-container .browse-node-media-content .toolbar-favorite-template,
  #browse-node-media-container .browse-node-media-content .toolbar-email-template,
  #browse-node-media-container .browse-node-media-content .toolbar-cite-media-template,
  #browse-node-media-container .browse-node-media-content button.close,
  #browse-node-media-container .browse-node-media-content .rg-thumbs,
  #browse-node-media-container .browse-node-media-content .gallery-media-articles {
    display: none !important;
  }
}
html[lang="es-ES"] .gallery-media-metadata a {
  color: #006DC1;
}
html[lang="es-ES"] .media-metadata-level.middle {
  color: #006DC1;
}
html[lang="es-ES"] .es-carousel ul li.selected img {
  border-color: #006DC1;
}
#welcome-overlay-modal.modal {
  position: absolute;
  width: 50%;
  background-color: #808080;
  color: #ffffff;
}
#welcome-overlay-modal.modal .close {
  color: #ffffff;
  opacity: 1.0;
}
#welcome-overlay-modal.modal .modal-body {
  max-height: 400px;
}
#welcome-overlay-modal.modal .welcome-overlay-body {
  background-color: #ffffff;
  color: #333;
}
#welcome-overlay-modal.modal .welcome-overlay-body .section-header {
  background-color: #B2D1FF;
  text-align: center;
}
#welcome-overlay-modal.modal .welcome-overlay-body p {
  font-family: inherit;
  padding: 20px;
  margin-bottom: 0px;
}
#welcome-overlay-modal.modal .modal-header {
  text-align: center;
}
#welcome-overlay-modal.modal .modal-footer {
  text-align: center;
  background-color: #808080;
  color: #ffffff;
}
#welcome-overlay-modal.modal .modal-footer .control-group {
  width: 150px;
  margin: auto;
}
#welcome-overlay-modal.modal .modal-footer form {
  margin: 0px;
}
#welcome-overlay-modal.modal .modal-footer .btn {
  color: #333333;
}
#welcome-overlay-modal.modal .align-left {
  text-align: left;
}
#welcome-overlay-modal.modal .align-center {
  text-align: center;
}
#welcome-overlay-modal.modal .align-right {
  text-align: right;
}
@media (max-width: 480px) {
  #welcome-overlay-modal.modal {
    left: 10px;
    margin: 0;
    right: 10px;
    top: 10px;
    width: auto;
  }
}
