html {
  height: 100%;
}
body {
  min-height: 100%;
  padding-top: 90px;
  color: #2f2f2f;
  font-family: 'Lato', sans-serif;
  padding-bottom: 150px;
  position: relative;
  font-size: 16px;
  /*@media (min-width: 768px) {
    padding-top: 90px;
  }*/
}
a {
  color: #2f2f2f;
  transition: color 0.2s ease-out;
}
article a {
  color: #337ab7;
  text-decoration: underline;
}
article a:focus,
article a:hover {
  color: #23527c;
}
hr {
  margin-bottom: 15px;
}
blockquote {
  border-left: none;
}
@media (min-width: 768px) {
  .navbar-collapse.collapse {
    display: none!important;
    height: 0!important;
  }
  .navbar-collapse.collapse.in {
    display: block!important;
    height: auto!important;
  }
}
.page-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  opacity: 0.8;
  display: block;
  top: 0;
  left: 0;
  z-index: 10;
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
  margin-right: 0;
  margin-left: 0;
}
.navbar-default {
  background-color: #ffffff;
}
.navbar-default a:hover,
.navbar-default a:focus,
.navbar-default a:active {
  text-decoration: none;
  color: #2f2f2f;
}
@media (min-width: 768px) {
  .navbar-default .navbar-header {
    float: none;
  }
}
.navbar-default .navbar-brand {
  float: right;
  height: auto;
  margin: 0 auto;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  padding: 8px 0 6px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .navbar-default .navbar-brand {
    float: none;
    padding-top: 13px;
  }
}
@media (min-width: 992px) {
  .navbar-default .navbar-brand {
    padding-right: 58px;
    padding-top: 9px;
  }
}
.navbar-default .navbar-brand .navbar-logo {
  display: inline-block;
  vertical-align: middle;
  width: 254px;
}
@media (max-width: 340px) {
  .navbar-default .navbar-brand .navbar-logo {
    width: 230px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .navbar-default .navbar-brand .navbar-logo {
    width: 209px;
  }
}
.navbar-default .navbar-brand .navbar-crumb {
  font-size: 16px;
  margin: -2px 0 0 10px;
  display: none;
  vertical-align: middle;
  border-left: 1px solid #0068b4;
  padding: 9px 0 5px 12px;
  color: #0068b4;
}
@media (min-width: 769px) {
  .navbar-default .navbar-brand .navbar-crumb {
    display: inline-block;
  }
}
.navbar-default .navbar-brand a {
  color: #0068b4;
}
.navbar-default .navbar-return {
  background: transparent url('/images/demo-hour/icon-return.png') no-repeat 100% 50%;
  font-weight: 700;
  text-transform: uppercase;
  float: right;
  padding-right: 23px;
  height: 17px;
  display: none;
  margin-top: 19px;
  color: #656565;
}
@media (min-width: 768px) {
  .navbar-default .navbar-return {
    display: inline-block;
  }
}
.navbar-default .navbar-toggle {
  padding: 1px 8px 5px;
  margin-bottom: 8px;
  display: block;
  position: absolute;
  top: 2px;
  left: 15px;
  transition: all 0.2s ease-out;
  border-radius: 3px;
  height: 32px;
}
@media (min-width: 768px) {
  .navbar-default .navbar-toggle {
    position: relative;
    float: left;
    top: 5px;
    left: 0;
    padding: 2px 8px 3px;
  }
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #00bcf3;
  color: #FFF;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #FFF;
}
.navbar-default .navbar-toggle .navbar-toggle-bars {
  display: inline-block;
  vertical-align: middle;
}
.navbar-default .navbar-toggle .navbar-toggle-bars .icon-bar {
  height: 3px;
  width: 18px;
}
.navbar-default .navbar-toggle .navbar-toggle-bars .icon-bar + .icon-bar {
  margin-top: 3px;
}
.navbar-default .navbar-toggle .navbar-toggle-label {
  text-transform: uppercase;
  display: none;
  vertical-align: middle;
  margin-left: 7px;
}
@media (min-width: 768px) {
  .navbar-default .navbar-toggle .navbar-toggle-label {
    display: inline-block;
  }
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #00bcf3;
}
.navbar-default .navbar-viewall {
  display: none;
}
@media (min-width: 992px) {
  .navbar-default .navbar-viewall {
    display: inline-block;
    position: relative;
    float: left;
    vertical-align: middle;
    /*border-top:2px solid #0068b4;
      border-right:2px solid #f08c31;
      border-bottom:2px solid #7a2471;
      border-left:2px solid #a7b300;*/
    margin-top: 13px;
    padding: 2px 7px;
    border-radius: 3px;
    border: 1px solid #ddd;
    z-index: 2px;
    margin-left: -17px;
    margin-right: 17px;
    border-left: 0px none;
    background: #FFF;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding-top: 4px;
    padding-bottom: 3px;
    transition: all 0.2s ease-out;
    width: 0px;
    opacity: 0;
    height: 0;
  }
  .navbar-default .navbar-viewall.navbar-viewall-open {
    width: 80px;
    height: 32px;
    opacity: 1;
  }
  .navbar-default .navbar-viewall:hover,
  .navbar-default .navbar-viewall:active,
  .navbar-default .navbar-viewall:focus {
    background-color: #00bcf3;
    color: #FFF;
    outline: none;
  }
}
.navbar-default .navbar-collapse {
  background-color: #f7f7f7;
  box-shadow: inset 0px 6px 9px rgba(0, 0, 0, 0.05), inset 0px -6px 9px rgba(0, 0, 0, 0.05), 2px 3px 10px rgba(0, 0, 0, 0.05);
  padding-left: 0;
  padding-right: 0;
  max-height: 538px;
}
@media (min-width: 768px) {
  .navbar-default .navbar-collapse {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.navbar-default .navbar-collapse .container {
  padding-left: 0;
  padding-right: 0;
}
.navbar-default .navbar-nav {
  width: 100%;
  margin: 0;
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-default .navbar-nav li {
  display: inline-block;
  width: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  transition: background 0.35s ease-out;
  position: relative;
  height: 85px;
  background-size: cover;
}
.navbar-default .navbar-nav li:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav li {
    height: auto;
    background-position: 0 89px;
    width: 16.5%;
    height: 84px;
  }
}
.navbar-default .navbar-nav li a {
  padding: 0;
  width: 100%;
  height: 78px;
}
.navbar-default .navbar-nav li a .nav-section-title {
  padding: 0px 7px 4px 0;
  color: #FFF;
  text-transform: uppercase;
  background-color: inherit;
  left: 0;
  top: 0;
  width: 43%;
  height: 40px;
  text-align: right;
  white-space: normal;
  font-weight: bold;
  display: block;
  margin-top: -1px;
  position: relative;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav li a .nav-section-title {
    width: 100%;
    padding-top: 20px;
    height: 40px;
    padding-top: 56px;
    height: 78px;
    transition: all 0.3s ease-out;
    font-weight: normal;
  }
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav li a .nav-section-title {
    font-size: 14px;
  }
}
.navbar-default .navbar-nav li a .nav-section-title span {
  position: absolute;
  right: 0;
  bottom: 5px;
  padding-left: 10px;
  margin-right: 7px;
}
.navbar-default .navbar-nav li.exhibit-x {
  background-color: #d22424;
  border-top: 6px solid #d22424;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav li.exhibit-x:before {
    background-color: rgba(210, 36, 36, 0.3);
  }
}
.navbar-default .navbar-nav li.exhibit-x a .nav-section-title {
  background-color: #d22424;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav li.exhibit-x a .nav-section-title {
    width: 43%;
  }
}
.navbar-default .navbar-nav li.demo-hour {
  background-color: #0068b4;
  border-top: 6px solid #0068b4;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav li.demo-hour:before {
    background-color: rgba(0, 104, 180, 0.3);
  }
}
.navbar-default .navbar-nav li.demo-hour a .nav-section-title {
  background-color: #0068b4;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav li.demo-hour a .nav-section-title {
    width: 83%;
  }
}
.navbar-default .navbar-nav li.day-in-the-lab {
  background-color: #f08c31;
  border-top: 6px solid #f08c31;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav li.day-in-the-lab:before {
    background-color: rgba(240, 140, 49, 0.3);
  }
}
.navbar-default .navbar-nav li.day-in-the-lab a .nav-section-title {
  background-color: #f08c31;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav li.day-in-the-lab a .nav-section-title {
    width: 63%;
  }
}
.navbar-default .navbar-nav li.making-breaking {
  background-color: #000000;
  border-top: 6px solid #000000;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav li.making-breaking:before {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
.navbar-default .navbar-nav li.making-breaking a .nav-section-title {
  background-color: #000000;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav li.making-breaking a .nav-section-title {
    width: 53%;
  }
}
.navbar-default .navbar-nav li.how-was-it-made {
  background-color: #7a2471;
  border-top: 6px solid #7a2471;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav li.how-was-it-made:before {
    background-color: rgba(122, 36, 113, 0.3);
  }
}
.navbar-default .navbar-nav li.how-was-it-made a .nav-section-title {
  background-color: #7a2471;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav li.how-was-it-made a .nav-section-title {
    width: 93%;
  }
}
.navbar-default .navbar-nav li.what-are-you-reading {
  background-color: #a7b300;
  border-top: 6px solid #a7b300;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav li.what-are-you-reading:before {
    background-color: rgba(167, 179, 0, 0.3);
  }
}
.navbar-default .navbar-nav li.what-are-you-reading a .nav-section-title {
  background-color: #a7b300;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav li.what-are-you-reading a .nav-section-title {
    width: 73%;
  }
}
.navbar-default .navbar-nav li.active,
.navbar-default .navbar-nav li:hover {
  background-position: 0 0;
}
.navbar-default .navbar-nav li.active a,
.navbar-default .navbar-nav li:hover a,
.navbar-default .navbar-nav li.active a:hover,
.navbar-default .navbar-nav li:hover a:hover,
.navbar-default .navbar-nav li.active a:focus,
.navbar-default .navbar-nav li:hover a:focus {
  background-color: transparent;
}
.navbar-default .navbar-nav li.active a .nav-section-title,
.navbar-default .navbar-nav li:hover a .nav-section-title,
.navbar-default .navbar-nav li.active a:hover .nav-section-title,
.navbar-default .navbar-nav li:hover a:hover .nav-section-title,
.navbar-default .navbar-nav li.active a:focus .nav-section-title,
.navbar-default .navbar-nav li:hover a:focus .nav-section-title {
  left: 0;
  top: 0;
  color: #FFF;
  height: 40px;
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav li.active a .nav-section-title,
  .navbar-default .navbar-nav li:hover a .nav-section-title,
  .navbar-default .navbar-nav li.active a:hover .nav-section-title,
  .navbar-default .navbar-nav li:hover a:hover .nav-section-title,
  .navbar-default .navbar-nav li.active a:focus .nav-section-title,
  .navbar-default .navbar-nav li:hover a:focus .nav-section-title {
    width: 100%;
    padding-top: 18px;
    height: 40px;
  }
}
.navbar-default .navbar-nav .navbar-viewall-in-nav {
  height: 40px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav .navbar-viewall-in-nav {
    margin-bottom: -15px;
  }
}
@media (min-width: 992px) {
  .navbar-default .navbar-nav .navbar-viewall-in-nav {
    display: none;
  }
}
.navbar-default .navbar-nav .navbar-viewall-in-nav a {
  height: 40px;
  color: #333;
  transition: all 0.2s ease-out;
  padding-top: 10px;
  /* &:hover, &:active, &:focus{
          background-color: #333;
          color: #FFF;
          outline: none;
        }*/
}
.navbar-default .navbar-nav .navbar-viewall-in-nav:hover,
.navbar-default .navbar-nav .navbar-viewall-in-nav:active,
.navbar-default .navbar-nav .navbar-viewall-in-nav:focus {
  outline: none;
}
.navbar-default .navbar-nav .navbar-viewall-in-nav:hover a:hover,
.navbar-default .navbar-nav .navbar-viewall-in-nav:active a:hover,
.navbar-default .navbar-nav .navbar-viewall-in-nav:focus a:hover,
.navbar-default .navbar-nav .navbar-viewall-in-nav:hover:active,
.navbar-default .navbar-nav .navbar-viewall-in-nav:active:active,
.navbar-default .navbar-nav .navbar-viewall-in-nav:focus:active,
.navbar-default .navbar-nav .navbar-viewall-in-nav:hover:focus,
.navbar-default .navbar-nav .navbar-viewall-in-nav:active:focus,
.navbar-default .navbar-nav .navbar-viewall-in-nav:focus:focus {
  background-color: #333;
  color: #FFF;
  outline: none;
}
.article-pod {
  padding-bottom: 15px;
  min-height: 260px;
}
.article-pod a,
.article-pod a:hover {
  text-decoration: none;
  display: block;
}
.article-pod a.article-pod-image {
  height: 180px;
  background-size: cover;
  border-top-width: 6px;
  border-top-style: solid;
  transition: all 0.2s ease-out;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.article-pod a.article-pod-image:hover {
  border-top-width: 1px;
}
.article-pod h2 {
  padding: 41px 5px 3px 0;
  margin: -1px 0 0;
  font-size: 14px;
  color: #FFF;
  text-transform: uppercase;
  display: block;
  background-color: inherit;
  left: 0;
  top: 0;
  width: 51%;
  height: 60px;
  text-align: right;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .article-pod h2 {
    width: 60%;
    padding-top: 20px;
    height: 40px;
    min-width: 140px;
    transition: all 0.3s ease-out;
  }
}
.article-pod h3 {
  font-size: 16px;
  margin: 3px 0 0;
  text-transform: uppercase;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .article-pod h3 {
    font-size: 14px;
  }
}
.exhibit-x a.article-pod-image {
  background-color: #d22424;
  border-top-color: #d22424;
}
.demo-hour a.article-pod-image {
  background-color: #0068b4;
  border-top-color: #0068b4;
}
.a-day-in-the-lab a.article-pod-image {
  background-color: #f08c31;
  border-top-color: #f08c31;
}
.making-breaking a.article-pod-image {
  background-color: #000000;
  border-top-color: #000000;
}
.how-was-it-made a.article-pod-image {
  background-color: #7a2471;
  border-top-color: #7a2471;
}
@media (min-width: 768px) {
  .how-was-it-made a.article-pod-image h2 {
    width: 70%;
  }
}
.what-are-you-reading a.article-pod-image {
  background-color: #a7b300;
  border-top-color: #a7b300;
}
.what-are-you-reading a.article-pod-image h2 {
  width: 58%;
}
@media (min-width: 768px) {
  .what-are-you-reading a.article-pod-image h2 {
    width: 86%;
  }
}
#infscr-loading {
  width: 100px;
  height: 100px;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -50px;
  z-index: 10000;
}
#entries-list {
  position: relative;
  padding-bottom: 100px;
}
#entries-list .article-pod.new-item {
  display: none;
}
.entry-navigation {
  text-align: center;
}
section {
  position: relative;
}
@media (max-width: 767px) {
  section {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  section .row {
    margin-right: 0;
    margin-left: 0;
  }
}
section .image-main-zoom {
  width: 100%;
  height: 400px;
  overflow: hidden;
}
@media (max-width: 767px) {
  section .image-main-zoom {
    width: 99%;
  }
}
@media (max-width: 500px) {
  section .image-main-zoom {
    width: 98.5%;
  }
}
@media (max-width: 375px) {
  section .image-main-zoom {
    height: 200px;
    width: 98%;
  }
}
section h1 {
  display: inline-block;
  position: absolute;
  z-index: 2;
  text-align: right;
  right: 0px;
  text-transform: uppercase;
  padding: 12px 80px 12px 30px;
  background-color: #d7271a;
  font-size: 45px;
  color: #FFFFFF;
  line-height: 1;
  box-shadow: -2px 4px 3px rgba(0, 0, 0, 0.3);
  background-image: url("/images/demo-hour/icon-header.png");
  background-repeat: no-repeat;
  background-size: auto 50px;
  background-position: 97% 17px;
}
section h1:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-right: 11px solid #6d130b;
  transform: rotate(45deg);
  right: 6px;
  position: absolute;
  bottom: -15px;
  z-index: 1;
}
@media (max-width: 767px) {
  section h1 {
    padding-left: 15px;
    padding-right: 15px;
    background-image: none;
  }
  section h1:after {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #6d130b;
    right: 3px;
    bottom: -8px;
  }
}
@media (max-width: 375px) {
  section h1 {
    font-size: 25px;
  }
}
@media (min-width: 768px) {
  section h1 {
    font-size: 60px;
  }
}
article h2 {
  color: #0069b7;
  font-size: 35px;
  font-weight: 200;
  margin-bottom: 5px;
  margin-top: 12px;
}
article h2:first-child {
  margin-top: 0px;
}
@media (max-width: 375px) {
  article h2 {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  article h2 {
    font-size: 45px;
  }
}
article .addthis_button {
  margin-top: 8px;
  display: inline-block;
}
article.article-content {
  padding-top: 15px;
}
article.article-content .figure-image {
  width: 68px!important;
  margin-right: 10px;
}
aside {
  text-align: center;
}
@media (max-width: 767px) {
  aside {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
aside h3 {
  background-color: #0069b7;
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 16px;
  padding: 8px 15px;
  text-align: left;
}
aside img {
  max-width: 100%;
}
aside .previous-issues-pod {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 100%;
}
@media (max-width: 767px) {
  aside .previous-issues-pod {
    width: 250px;
  }
}
aside .previous-issues-pod .previous-issues-img {
  max-height: 187px;
  overflow: hidden;
}
aside .previous-issues-pod h4 {
  font-size: 16px;
  margin-top: 3px;
  margin-bottom: 0;
  text-transform: uppercase;
  background-color: #FFF;
  width: 100%;
  padding: 4px 0 16px;
}
aside .previous-issues-pod a {
  display: block;
  width: 100%;
  background-position: 50% -40px;
  background-repeat: no-repeat;
  background-size: cover;
}
aside .previous-issues-pod a img {
  width: 100%;
  display: block;
  filter: grayscale(100%);
}
aside .previous-issues-pod a,
aside .previous-issues-pod a:hover {
  text-decoration: none;
}
aside .previous-issues-pod a:hover img {
  filter: grayscale(0%);
}
@media (max-width: 769px) {
  aside .resize-txt {
    display: none;
  }
}
#footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100px;
  padding: 15px 0 18px;
  text-align: right;
  font: 11px/1.2 Arial, Helvetica, sans-serif;
}
#footer ul {
  margin: 0;
  padding: 0 0 3px;
  list-style: none;
  overflow: hidden;
  width: 100%;
  text-transform: uppercase;
}
#footer ul li {
  display: inline;
  background: url("/images/separator-top-nav.gif") no-repeat 100% 50%;
  padding: 0 8px;
  margin: 0 -8px 0 8px;
  white-space: nowrap;
}
#footer .print-website {
  display: none;
}
@media print {
  body {
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar-fixed-top {
    position: relative;
  }
  section .image-main-zoom {
    display: none;
  }
  section h1 {
    position: relative;
    text-align: left;
    padding-left: 0;
  }
  section h1:after {
    display: none;
  }
  section .addthis_button {
    display: none;
  }
  section aside {
    display: none;
  }
  section article {
    width: 100%!important;
  }
  #footer {
    position: relative;
    padding-top: 50px;
  }
  #footer .print-website {
    display: inline-block !important;
  }
  .article-pod {
    min-height: 123px;
  }
  .article-pod h2 {
    text-align: left;
    padding-top: 5px;
    padding-bottom: 0;
    height: 28px;
  }
  .article-pod a.article-pod-image {
    height: 60px;
  }
}
