@import url(http://fonts.googleapis.com/css?family=Lustria);
/* line 2, ../../stacker/stylesheets/_stacker_main.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 1, ../../stacker/stylesheets/_reset.scss */
ul, ol {
  margin-left: -1.5em; }

/* line 5, ../../stacker/stylesheets/_reset.scss */
ul {
  list-style: none; }

/* line 1, ../../stacker/stylesheets/_newsbound.deck.core.scss */
.deck-container {
  position: relative;
  min-height: 100%;
  margin: 0 auto;
  overflow: hidden; }
  /* line 7, ../../stacker/stylesheets/_newsbound.deck.core.scss */
  .js .deck-container {
    visibility: hidden; }
  /* line 11, ../../stacker/stylesheets/_newsbound.deck.core.scss */
  .ready .deck-container {
    visibility: visible; }
  /* line 15, ../../stacker/stylesheets/_newsbound.deck.core.scss */
  .touch .deck-container {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none; }
  /* line 20, ../../stacker/stylesheets/_newsbound.deck.core.scss */
  .deck-container.deck-loading {
    display: none; }

/* line 26, ../../stacker/stylesheets/_newsbound.deck.core.scss */
.slide {
  width: auto;
  min-height: 100%;
  position: relative; }

/* line 32, ../../stacker/stylesheets/_newsbound.deck.core.scss */
.deck-before, .deck-previous, .deck-next, .deck-after {
  position: absolute;
  left: -999em;
  top: -999em; }

/* line 38, ../../stacker/stylesheets/_newsbound.deck.core.scss */
.deck-current {
  z-index: 2; }

/* line 42, ../../stacker/stylesheets/_newsbound.deck.core.scss */
.slide .slide {
  visibility: hidden;
  position: static;
  min-height: 0; }

/* line 48, ../../stacker/stylesheets/_newsbound.deck.core.scss */
.deck-child-current {
  position: static;
  z-index: 2; }
  /* line 52, ../../stacker/stylesheets/_newsbound.deck.core.scss */
  .deck-child-current .slide {
    visibility: hidden; }
  /* line 56, ../../stacker/stylesheets/_newsbound.deck.core.scss */
  .deck-child-current .deck-previous, .deck-child-current .deck-before, .deck-child-current .deck-current {
    visibility: visible; }

/* line 30, ../../stacker/stylesheets/_transitions-core.scss */
.csstransitions.csstransforms .deck-container > .slide {
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  -moz-transition: -moz-transform 300ms ease-in-out;
  -ms-transition: -ms-transform 300ms ease-in-out;
  -o-transition: -o-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out; }
  /* line 37, ../../stacker/stylesheets/_transitions-core.scss */
  .csstransitions.csstransforms .deck-container > .slide .slide {
    -webkit-transition: -webkit-transform 300ms ease-in-out, opacity 300ms ease-in-out;
    -moz-transition: -moz-transform 300ms ease-in-out, opacity 300ms ease-in-out;
    -ms-transition: -ms-transform 300ms ease-in-out, opacity 300ms ease-in-out;
    -o-transition: -o-transform 300ms ease-in-out, opacity 300ms ease-in-out;
    transition: transform 300ms ease-in-out, opacity 300ms ease-in-out; }
  /* line 45, ../../stacker/stylesheets/_transitions-core.scss */
  .csstransitions.csstransforms .deck-container > .slide .slide.delay {
    -webkit-transition: -webkit-transform 600ms ease-in-out;
    -moz-transition: -moz-transform 600ms ease-in-out;
    -ms-transition: -ms-transform 600ms ease-in-out;
    -o-transition: -o-transform 600ms ease-in-out;
    transition: transform 600ms ease-in-out; }
  /* line 53, ../../stacker/stylesheets/_transitions-core.scss */
  .csstransitions.csstransforms .deck-container > .slide .fadein {
    -webkit-transition: opacity 300ms ease-in-out 0ms;
    -moz-transition: opacity 300ms ease-in-out 0ms;
    -ms-transition: opacity 300ms ease-in-out 0ms;
    -o-transition: opacity 300ms ease-in-out 0ms;
    transition: opacity 300ms ease-in-out 0ms; }
  /* line 56, ../../stacker/stylesheets/_transitions-core.scss */
  .csstransitions.csstransforms .deck-container > .slide .fadein.slow {
    -webkit-transition: opacity 600ms ease-in 0ms;
    -moz-transition: opacity 600ms ease-in 0ms;
    -ms-transition: opacity 600ms ease-in 0ms;
    -o-transition: opacity 600ms ease-in 0ms;
    transition: opacity 600ms ease-in 0ms; }

/* line 62, ../../stacker/stylesheets/_transitions-core.scss */
.deck-container:not(.deck-menu) {
  overflow-x: hidden; }
  /* line 65, ../../stacker/stylesheets/_transitions-core.scss */
  .deck-container:not(.deck-menu) > .slide {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%; }
    /* line 74, ../../stacker/stylesheets/_transitions-core.scss */
    .deck-container:not(.deck-menu) > .slide.deck-hide {
      visibility: hidden;
      display: none; }
    /* line 79, ../../stacker/stylesheets/_transitions-core.scss */
    .deck-container:not(.deck-menu) > .slide .slide {
      /* position:relative; */
      /* top:0; */
      left: 0; }
    /* line 85, ../../stacker/stylesheets/_transitions-core.scss */
    .deck-container:not(.deck-menu) > .slide.snap.deck-current, .deck-container:not(.deck-menu) > .slide .snap.deck-current {
      opacity: 1;
      -webkit-transition: transform 0ms linear 0ms;
      -moz-transition: transform 0ms linear 0ms;
      -ms-transition: transform 0ms linear 0ms;
      -o-transition: transform 0ms linear 0ms;
      transition: transform 0ms linear 0ms;
      -webkit-transition: opacity 0ms linear 0ms;
      -moz-transition: opacity 0ms linear 0ms;
      -ms-transition: opacity 0ms linear 0ms;
      -o-transition: opacity 0ms linear 0ms;
      transition: opacity 0ms linear 0ms; }
    /* line 91, ../../stacker/stylesheets/_transitions-core.scss */
    .deck-container:not(.deck-menu) > .slide.stay.deck-before, .deck-container:not(.deck-menu) > .slide .stay.deck-before {
      transform: none; }
    /* line 95, ../../stacker/stylesheets/_transitions-core.scss */
    .deck-container:not(.deck-menu) > .slide .fadein.deck-after {
      opacity: 0; }
    /* line 98, ../../stacker/stylesheets/_transitions-core.scss */
    .deck-container:not(.deck-menu) > .slide .fadein.deck-next {
      opacity: 0; }
    /* line 101, ../../stacker/stylesheets/_transitions-core.scss */
    .deck-container:not(.deck-menu) > .slide.fadeout.deck-previous, .deck-container:not(.deck-menu) > .slide .fadeout.deck-previous {
      opacity: 0; }
    /* line 104, ../../stacker/stylesheets/_transitions-core.scss */
    .deck-container:not(.deck-menu) > .slide.fadeout.deck-before, .deck-container:not(.deck-menu) > .slide .fadeout.deck-before {
      opacity: 0; }
    /* line 108, ../../stacker/stylesheets/_transitions-core.scss */
    .deck-container:not(.deck-menu) > .slide .deck-next, .deck-container:not(.deck-menu) > .slide .deck-after {
      visibility: visible;
      -webkit-transform: translate(200%, 0);
      -moz-transform: translate(200%, 0);
      -ms-transform: translate(200%, 0);
      -o-transform: translate(200%, 0);
      transform: translate(200%, 0); }
    /* line 113, ../../stacker/stylesheets/_transitions-core.scss */
    .deck-container:not(.deck-menu) > .slide .deck-previous.replace {
      -webkit-transform: translate(-200%, 0);
      -moz-transform: translate(-200%, 0);
      -ms-transform: translate(-200%, 0);
      -o-transform: translate(-200%, 0);
      transform: translate(-200%, 0); }
    /* line 117, ../../stacker/stylesheets/_transitions-core.scss */
    .deck-container:not(.deck-menu) > .slide .deck-before.replace {
      -webkit-transform: translate(-400%, 0);
      -moz-transform: translate(-400%, 0);
      -ms-transform: translate(-400%, 0);
      -o-transform: translate(-400%, 0);
      transform: translate(-400%, 0); }
  /* line 123, ../../stacker/stylesheets/_transitions-core.scss */
  .deck-container:not(.deck-menu) > .deck-before .slide, .deck-container:not(.deck-menu) > .deck-previous .slide {
    visibility: visible; }
  /* line 128, ../../stacker/stylesheets/_transitions-core.scss */
  .deck-container:not(.deck-menu) > .deck-previous {
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0); }
  /* line 132, ../../stacker/stylesheets/_transitions-core.scss */
  .deck-container:not(.deck-menu) > .deck-before {
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0); }
  /* line 136, ../../stacker/stylesheets/_transitions-core.scss */
  .deck-container:not(.deck-menu) > .deck-next {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0); }
  /* line 140, ../../stacker/stylesheets/_transitions-core.scss */
  .deck-container:not(.deck-menu) > .deck-after {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0); }
  /* line 144, ../../stacker/stylesheets/_transitions-core.scss */
  .deck-container:not(.deck-menu) > .deck-child-current {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }

/* line 1, ../../stacker/stylesheets/_buttons.scss */
.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 14px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(white), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, white, #e6e6e6);
  background-image: -o-linear-gradient(top, white, #e6e6e6);
  background-image: linear-gradient(to bottom, white, #e6e6e6);
  background-image: -moz-linear-gradient(top, white, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #bbbbbb;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

/* line 43, ../../stacker/stylesheets/_buttons.scss */
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn.nav-btn.disabled-light,
.btn.icon-logo.disabled-light,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9; }

/* line 50, ../../stacker/stylesheets/_buttons.scss */
.btn:active,
.btn.active {
  background-color: #cccccc \9; }

/* line 54, ../../stacker/stylesheets/_buttons.scss */
.btn:first-child {
  *margin-left: 0; }

/* line 58, ../../stacker/stylesheets/_buttons.scss */
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear; }

/* line 72, ../../stacker/stylesheets/_buttons.scss */
.btn:focus {
  outline: thin dotted #333333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

/* line 79, ../../stacker/stylesheets/_buttons.scss */
.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

/* line 90, ../../stacker/stylesheets/_buttons.scss */
.btn.disabled, .btn.nav-btn.disabled-light, .btn.icon-logo.disabled-light,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

/* line 101, ../../stacker/stylesheets/_buttons.scss */
.btn-large {
  padding: 9px 14px;
  font-size: 16px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

/* line 110, ../../stacker/stylesheets/_buttons.scss */
.btn-large [class^="icon-"] {
  margin-top: 2px; }

/* line 114, ../../stacker/stylesheets/_buttons.scss */
.btn-small {
  padding: 3px 9px;
  font-size: 12px;
  line-height: 18px; }

/* line 120, ../../stacker/stylesheets/_buttons.scss */
.btn-small [class^="icon-"] {
  margin-top: 0; }

/* line 124, ../../stacker/stylesheets/_buttons.scss */
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 17px; }

/* line 130, ../../stacker/stylesheets/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 140, ../../stacker/stylesheets/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px; }

/* line 146, ../../stacker/stylesheets/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

/* line 155, ../../stacker/stylesheets/_buttons.scss */
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75); }

/* line 159, ../../stacker/stylesheets/_buttons.scss */
.btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25); }

/* line 164, ../../stacker/stylesheets/_buttons.scss */
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #0044cc;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false); }

/* line 185, ../../stacker/stylesheets/_buttons.scss */
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary.nav-btn.disabled-light,
.btn-primary.icon-logo.disabled-light,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3; }

/* line 192, ../../stacker/stylesheets/_buttons.scss */
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9; }

/* line 196, ../../stacker/stylesheets/_buttons.scss */
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  *background-color: #f89406;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false); }

/* line 217, ../../stacker/stylesheets/_buttons.scss */
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning.nav-btn.disabled-light,
.btn-warning.icon-logo.disabled-light,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505; }

/* line 224, ../../stacker/stylesheets/_buttons.scss */
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9; }

/* line 228, ../../stacker/stylesheets/_buttons.scss */
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false); }

/* line 249, ../../stacker/stylesheets/_buttons.scss */
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger.nav-btn.disabled-light,
.btn-danger.icon-logo.disabled-light,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a; }

/* line 256, ../../stacker/stylesheets/_buttons.scss */
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9; }

/* line 260, ../../stacker/stylesheets/_buttons.scss */
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false); }

/* line 281, ../../stacker/stylesheets/_buttons.scss */
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success.nav-btn.disabled-light,
.btn-success.icon-logo.disabled-light,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249; }

/* line 288, ../../stacker/stylesheets/_buttons.scss */
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9; }

/* line 292, ../../stacker/stylesheets/_buttons.scss */
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false); }

/* line 313, ../../stacker/stylesheets/_buttons.scss */
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info.nav-btn.disabled-light,
.btn-info.icon-logo.disabled-light,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0; }

/* line 320, ../../stacker/stylesheets/_buttons.scss */
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9; }

/* line 324, ../../stacker/stylesheets/_buttons.scss */
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  *background-color: #222222;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 black;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false); }

/* line 345, ../../stacker/stylesheets/_buttons.scss */
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse.nav-btn.disabled-light,
.btn-inverse.icon-logo.disabled-light,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515; }

/* line 352, ../../stacker/stylesheets/_buttons.scss */
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9; }

/* line 357, ../../stacker/stylesheets/_buttons.scss */
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px; }

/* line 363, ../../stacker/stylesheets/_buttons.scss */
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* line 369, ../../stacker/stylesheets/_buttons.scss */
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px; }

/* line 375, ../../stacker/stylesheets/_buttons.scss */
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px; }

/* line 381, ../../stacker/stylesheets/_buttons.scss */
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px; }

/* line 388, ../../stacker/stylesheets/_buttons.scss */
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

/* line 396, ../../stacker/stylesheets/_buttons.scss */
.btn-link {
  color: #0088cc;
  cursor: pointer;
  border-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

/* line 405, ../../stacker/stylesheets/_buttons.scss */
.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent; }

/* line 411, ../../stacker/stylesheets/_buttons.scss */
.btn-link[disabled]:hover {
  color: #333333;
  text-decoration: none; }

/* line 416, ../../stacker/stylesheets/_buttons.scss */
.btn-group {
  position: relative;
  *margin-left: .3em;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle; }

/* line 424, ../../stacker/stylesheets/_buttons.scss */
.btn-group:first-child {
  *margin-left: 0; }

/* line 428, ../../stacker/stylesheets/_buttons.scss */
.btn-group + .btn-group {
  margin-left: 5px; }

/* line 432, ../../stacker/stylesheets/_buttons.scss */
.btn-toolbar {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0; }

/* line 438, ../../stacker/stylesheets/_buttons.scss */
.btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1; }

/* line 448, ../../stacker/stylesheets/_buttons.scss */
.btn-toolbar .btn + .btn,
.btn-toolbar .btn-group + .btn,
.btn-toolbar .btn + .btn-group {
  margin-left: 5px; }

/* line 452, ../../stacker/stylesheets/_buttons.scss */
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

/* line 459, ../../stacker/stylesheets/_buttons.scss */
.btn-group > .btn + .btn {
  margin-left: -1px; }

/* line 464, ../../stacker/stylesheets/_buttons.scss */
.btn-group > .btn,
.btn-group > .dropdown-menu {
  font-size: 14px; }

/* line 468, ../../stacker/stylesheets/_buttons.scss */
.btn-group > .btn-mini {
  font-size: 11px; }

/* line 472, ../../stacker/stylesheets/_buttons.scss */
.btn-group > .btn-small {
  font-size: 12px; }

/* line 476, ../../stacker/stylesheets/_buttons.scss */
.btn-group > .btn-large {
  font-size: 16px; }

/* line 480, ../../stacker/stylesheets/_buttons.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px; }

/* line 491, ../../stacker/stylesheets/_buttons.scss */
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px; }

/* line 500, ../../stacker/stylesheets/_buttons.scss */
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px; }

/* line 511, ../../stacker/stylesheets/_buttons.scss */
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px; }

/* line 523, ../../stacker/stylesheets/_buttons.scss */
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2; }

/* line 528, ../../stacker/stylesheets/_buttons.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

/* line 532, ../../stacker/stylesheets/_buttons.scss */
.btn-group > .btn + .dropdown-toggle {
  *padding-top: 5px;
  padding-right: 8px;
  *padding-bottom: 5px;
  padding-left: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

/* line 542, ../../stacker/stylesheets/_buttons.scss */
.btn-group > .btn-mini + .dropdown-toggle {
  *padding-top: 2px;
  padding-right: 5px;
  *padding-bottom: 2px;
  padding-left: 5px; }

/* line 549, ../../stacker/stylesheets/_buttons.scss */
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px; }

/* line 554, ../../stacker/stylesheets/_buttons.scss */
.btn-group > .btn-large + .dropdown-toggle {
  *padding-top: 7px;
  padding-right: 12px;
  *padding-bottom: 7px;
  padding-left: 12px; }

/* line 561, ../../stacker/stylesheets/_buttons.scss */
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

/* line 568, ../../stacker/stylesheets/_buttons.scss */
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6; }

/* line 572, ../../stacker/stylesheets/_buttons.scss */
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc; }

/* line 576, ../../stacker/stylesheets/_buttons.scss */
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406; }

/* line 580, ../../stacker/stylesheets/_buttons.scss */
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f; }

/* line 584, ../../stacker/stylesheets/_buttons.scss */
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351; }

/* line 588, ../../stacker/stylesheets/_buttons.scss */
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4; }

/* line 592, ../../stacker/stylesheets/_buttons.scss */
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222; }

/* line 596, ../../stacker/stylesheets/_buttons.scss */
.btn .caret {
  margin-top: 8px;
  margin-left: 0; }

/* line 603, ../../stacker/stylesheets/_buttons.scss */
.btn-mini .caret,
.btn-small .caret,
.btn-large .caret {
  margin-top: 6px; }

/* line 607, ../../stacker/stylesheets/_buttons.scss */
.btn-large .caret {
  border-top-width: 5px;
  border-right-width: 5px;
  border-left-width: 5px; }

/* line 613, ../../stacker/stylesheets/_buttons.scss */
.dropup .btn-large .caret {
  border-top: 0;
  border-bottom: 5px solid black; }

/* line 623, ../../stacker/stylesheets/_buttons.scss */
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff; }

/* line 628, ../../stacker/stylesheets/_buttons.scss */
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1; }

/* line 636, ../../stacker/stylesheets/_buttons.scss */
.btn-group-vertical .btn {
  display: block;
  float: none;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

/* line 645, ../../stacker/stylesheets/_buttons.scss */
.btn-group-vertical .btn + .btn {
  margin-top: -1px;
  margin-left: 0; }

/* line 650, ../../stacker/stylesheets/_buttons.scss */
.btn-group-vertical .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0; }

/* line 656, ../../stacker/stylesheets/_buttons.scss */
.btn-group-vertical .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px; }

/* line 662, ../../stacker/stylesheets/_buttons.scss */
.btn-group-vertical .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0; }

/* line 668, ../../stacker/stylesheets/_buttons.scss */
.btn-group-vertical .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px; }

/* line 1, ../../stacker/stylesheets/_clearfix.scss */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* line 10, ../../stacker/stylesheets/_clearfix.scss */
.clearfix {
  display: inline-block; }

/* line 14, ../../stacker/stylesheets/_clearfix.scss */
html[xmlns] .clearfix {
  display: block; }

/* line 18, ../../stacker/stylesheets/_clearfix.scss */
* html .clearfix {
  height: 1%; }

/*Defaults, can override with style guide in an explainer's app.css*/
/* line 44, ../../stacker/stylesheets/_stacker_main.scss */
* {
  -webkit-backface-visibility: hidden; }

/* line 48, ../../stacker/stylesheets/_stacker_main.scss */
body {
  margin: 0; }

/* line 54, ../../stacker/stylesheets/_stacker_main.scss */
#stack-container.fullscreen {
  width: 800px;
  height: 503px;
  margin: auto;
  clear: both;
  position: relative; }

/* doing vertical positioning on Gecko in fullscreen using this hack technique */
/* line 64, ../../stacker/stylesheets/_stacker_main.scss */
#fullscreen-floater {
  float: left;
  height: 50%;
  margin-bottom: -250px;
  display: none; }

/* line 71, ../../stacker/stylesheets/_stacker_main.scss */
#content {
  /*height: 0px; // Setting a 0 height prevents overflow scrollbars in Webkit showing on scaled embedded object.*/ }

/* line 77, ../../stacker/stylesheets/_stacker_main.scss */
.deck-container {
  top: 0;
  padding: 0;
  color: #404040;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0px; }
  /* line 86, ../../stacker/stylesheets/_stacker_main.scss */
  .deck-container .body {
    margin-left: 50px;
    margin-right: 50px; }
  /* line 91, ../../stacker/stylesheets/_stacker_main.scss */
  .deck-container .slide .slide {
    margin-top: 15px; }
  /* line 95, ../../stacker/stylesheets/_stacker_main.scss */
  .deck-container .rejected-browser {
    background: url("../../stacker/images/bg_rejected_browser.jpg");
    color: white;
    font-family: "blambot-fx-pro-1", "blambot-fx-pro-2", Helvetica, sans-serif;
    line-height: 1.3;
    font-size: 28px;
    position: absolute;
    top: 0;
    left: 0;
    height: 510px;
    text-align: center;
    max-height: 100%; }
    /* line 108, ../../stacker/stylesheets/_stacker_main.scss */
    .deck-container .rejected-browser .body {
      margin-left: 20px;
      margin-top: 15%;
      margin-right: 20px; }
    /* line 117, ../../stacker/stylesheets/_stacker_main.scss */
    .deck-container .rejected-browser a, .deck-container .rejected-browser a:visited, .deck-container .rejected-browser a:active {
      color: #f0f0f0;
      text-decoration: none;
      border-bottom: 1px dashed #f0f0f0; }

/* This fixes the image flickering bug.  */
/* line 127, ../../stacker/stylesheets/_stacker_main.scss */
section {
  -webkit-backface-visibility: hidden;
  background-repeat: no-repeat; }

/* This is very bizarre fix for a bug on Safari 5.1 where the background image was not being shown */
/* line 133, ../../stacker/stylesheets/_stacker_main.scss */
#twttrHubFrame, #twttrHubFrameSecure {
  visibility: hidden; }

/* line 138, ../../stacker/stylesheets/_stacker_main.scss */
section .text-replace {
  display: none; }

/* line 141, ../../stacker/stylesheets/_stacker_main.scss */
section div.nested-wrapper {
  position: relative; }

/* Disable non-nav chrome on iOS until we do fullscreen on mobile */
/* line 146, ../../stacker/stylesheets/_stacker_main.scss */
html.touch #share-button, html.touch #toc-button, html.touch #source-button, html.touch #buy-button {
  display: none !important; }
/* line 150, ../../stacker/stylesheets/_stacker_main.scss */
html.touch #logo-button .icon-triangle {
  display: none !important; }

/*
  Background images are displayed 100%
  and overlay each other
*/
/* line 160, ../../stacker/stylesheets/_stacker_main.scss */
section div.images, section div.bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

/* line 168, ../../stacker/stylesheets/_stacker_main.scss */
section div.bg {
  z-index: -2; }

/* line 171, ../../stacker/stylesheets/_stacker_main.scss */
section div.images {
  z-index: -1; }
  /* line 173, ../../stacker/stylesheets/_stacker_main.scss */
  section div.images img {
    position: absolute;
    top: 0; }

/* line 179, ../../stacker/stylesheets/_stacker_main.scss */
#grid_overlay {
  position: absolute;
  top: 20px;
  left: 0;
  display: none; }

/* line 186, ../../stacker/stylesheets/_stacker_main.scss */
.fontSizeSmall1 .body {
  font-size: 28px; }

/* line 187, ../../stacker/stylesheets/_stacker_main.scss */
.fontSizeSmall2 .body {
  font-size: 16px; }

/* line 188, ../../stacker/stylesheets/_stacker_main.scss */
.fontSizeLarge1 .body {
  font-size: 38px; }

/* line 189, ../../stacker/stylesheets/_stacker_main.scss */
.fontSizeLarge2 .body {
  font-size: 58px; }

/* line 1, ../../stacker/stylesheets/_tipsy.scss */
.tipsy {
  font-size: 10px;
  position: absolute;
  padding: 5px;
  z-index: 100000; }

/* line 2, ../../stacker/stylesheets/_tipsy.scss */
.tipsy-inner {
  background-color: #000;
  color: #FFF;
  max-width: 200px;
  padding: 5px 8px 4px 8px;
  text-align: center; }

/* Rounded corners */
/* line 5, ../../stacker/stylesheets/_tipsy.scss */
.tipsy-inner {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

/* Uncomment for shadow */
/* line 8, ../../stacker/stylesheets/_tipsy.scss */
.tipsy-inner {
  box-shadow: 0 0 5px #505050;
  -webkit-box-shadow: 0 0 5px #505050;
  -moz-box-shadow: 0 0 5px #505050; }

/* line 10, ../../stacker/stylesheets/_tipsy.scss */
.tipsy-arrow {
  position: absolute;
  margin: 1px;
  width: 0;
  height: 0;
  line-height: 0;
  z-index: 1;
  border: 5px dashed black; }

/* Rules to colour arrows */
/* line 13, ../../stacker/stylesheets/_tipsy.scss */
.tipsy-arrow-n {
  border-bottom-color: #000; }

/* line 14, ../../stacker/stylesheets/_tipsy.scss */
.tipsy-arrow-s {
  border-top-color: #000; }

/* line 15, ../../stacker/stylesheets/_tipsy.scss */
.tipsy-arrow-e {
  border-left-color: #000; }

/* line 16, ../../stacker/stylesheets/_tipsy.scss */
.tipsy-arrow-w {
  border-right-color: #000; }

/* line 18, ../../stacker/stylesheets/_tipsy.scss */
.tipsy-n .tipsy-arrow {
  top: 0px;
  left: 50%;
  margin-left: -5px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent; }

/* line 19, ../../stacker/stylesheets/_tipsy.scss */
.tipsy-nw .tipsy-arrow {
  top: 0;
  left: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent; }

/* line 20, ../../stacker/stylesheets/_tipsy.scss */
.tipsy-ne .tipsy-arrow {
  top: 0;
  right: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent; }

/* line 21, ../../stacker/stylesheets/_tipsy.scss */
.tipsy-s .tipsy-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent; }

/* line 22, ../../stacker/stylesheets/_tipsy.scss */
.tipsy-sw .tipsy-arrow {
  bottom: 0;
  left: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent; }

/* line 23, ../../stacker/stylesheets/_tipsy.scss */
.tipsy-se .tipsy-arrow {
  bottom: 0;
  right: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent; }

/* line 24, ../../stacker/stylesheets/_tipsy.scss */
.tipsy-e .tipsy-arrow {
  right: 0;
  top: 50%;
  margin-top: -5px;
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent;
  border-bottom-color: transparent; }

/* line 25, ../../stacker/stylesheets/_tipsy.scss */
.tipsy-w .tipsy-arrow {
  left: 0;
  top: 50%;
  margin-top: -5px;
  border-right-style: solid;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent; }

/* Hide the nav initially until it shows after preloading */
/* line 3, ../../stacker/stylesheets/_nav.scss */
.nav {
  display: none; }

/* line 7, ../../stacker/stylesheets/_nav.scss */
.widget {
  position: relative;
  margin: 0;
  height: 28px;
  background: #3c3838 url(../../stacker/images/bottom-chrome-bg.png);
  border-top: 1px solid #7d7c7c;
  font-family: "ff-meta-web-pro";
  font-size: 11px;
  color: white;
  text-shadow: 1px 1px black; }
  /* line 17, ../../stacker/stylesheets/_nav.scss */
  .widget a {
    text-decoration: none;
    color: white; }

/* Including Tipsy font here to match .widget */
/* line 24, ../../stacker/stylesheets/_nav.scss */
.tipsy {
  font-family: "ff-meta-web-pro";
  font-size: 11px; }

/* line 29, ../../stacker/stylesheets/_nav.scss */
.widget-nav {
  margin: 0 auto;
  height: 28px;
  width: 140px;
  font-weight: bold;
  opacity: .7;
  text-align: center; }
  /* line 36, ../../stacker/stylesheets/_nav.scss */
  .widget-nav a {
    display: inline; }

/* line 43, ../../stacker/stylesheets/_nav.scss */
#nav-controls .widget-nav .start-over {
  display: none; }
/* line 47, ../../stacker/stylesheets/_nav.scss */
#nav-controls.on-last-slide .deck-next-link {
  display: none; }
/* line 50, ../../stacker/stylesheets/_nav.scss */
#nav-controls.on-last-slide .widget-nav .start-over {
  display: inline; }

/* line 57, ../../stacker/stylesheets/_nav.scss */
.deck-prev-link img, .deck-next-link img, .start-over img {
  height: 26px;
  width: 26px;
  border: none; }

/* line 64, ../../stacker/stylesheets/_nav.scss */
.nav-btn, .icon-logo {
  opacity: .7; }
  /* line 67, ../../stacker/stylesheets/_nav.scss */
  .nav-btn:hover, .icon-logo:hover {
    opacity: 1;
    -webkit-transition: opacity 0.5s linear 0ms;
    -moz-transition: opacity 0.5s linear 0ms;
    -ms-transition: opacity 0.5s linear 0ms;
    -o-transition: opacity 0.5s linear 0ms;
    transition: opacity 0.5s linear 0ms;
    /* mixin from deck core */ }
  /* line 72, ../../stacker/stylesheets/_nav.scss */
  .nav-btn.fancy, .icon-logo.fancy {
    min-width: 24px;
    display: inline-block;
    font-size: 11px;
    margin-top: 1px;
    padding: 2px 4px 2px 4px;
    border-radius: 3px;
    border: 1px solid rgba(83, 80, 80, 0); }
    /* line 81, ../../stacker/stylesheets/_nav.scss */
    .nav-btn.fancy.highlighted, .nav-btn.fancy.selected, .icon-logo.fancy.highlighted, .icon-logo.fancy.selected {
      background-color: rgba(0, 0, 0, 0.6);
      border: 1px solid #535050;
      -webkit-transition: background-color 0.5s linear 0ms;
      -moz-transition: background-color 0.5s linear 0ms;
      -ms-transition: background-color 0.5s linear 0ms;
      -o-transition: background-color 0.5s linear 0ms;
      transition: background-color 0.5s linear 0ms;
      /* mixin from deck core */ }
  /* line 88, ../../stacker/stylesheets/_nav.scss */
  .nav-btn.disabled, .nav-btn.disabled-light, .icon-logo.disabled, .icon-logo.disabled-light {
    /* this is a class which is applied and removed with jQuery */
    opacity: .2;
    cursor: default; }
    /* line 92, ../../stacker/stylesheets/_nav.scss */
    .nav-btn.disabled:hover, .nav-btn.disabled-light:hover, .icon-logo.disabled:hover, .icon-logo.disabled-light:hover {
      opacity: .2;
      background-color: transparent; }
  /* line 97, ../../stacker/stylesheets/_nav.scss */
  .nav-btn.disabled-light, .icon-logo.disabled-light {
    opacity: .7; }
    /* line 100, ../../stacker/stylesheets/_nav.scss */
    .nav-btn.disabled-light:hover, .icon-logo.disabled-light:hover {
      opacity: 0.7; }

/* icon */
/* line 105, ../../stacker/stylesheets/_nav.scss */
[class^="icon-"], [class*=" icon-"] {
  display: inline-block;
  line-height: 14px;
  vertical-align: text-top;
  margin-left: 6px;
  background: url(../../stacker/images/icon-sprite-2x.png) no-repeat;
  background-size: 22px 114px; }

/* line 113, ../../stacker/stylesheets/_nav.scss */
.icon-toc {
  width: 17px;
  height: 17px;
  margin-top: 1px;
  margin-left: 0px;
  background-position: -2px -64px; }

/* line 120, ../../stacker/stylesheets/_nav.scss */
.icon-book {
  width: 14px;
  height: 18px;
  margin-left: 6px;
  margin-top: 1px;
  background-position: -2px -2px; }

/* line 127, ../../stacker/stylesheets/_nav.scss */
.icon-share {
  width: 18px;
  height: 14px;
  margin-left: 6px;
  margin-top: 3px;
  background-position: -2px -47px; }

/* line 134, ../../stacker/stylesheets/_nav.scss */
.icon-logo {
  width: 20px;
  height: 20px;
  margin-left: 0;
  background: url(../images/custom_logo.png) no-repeat;
  background-size: 20px 20px; }

/* line 141, ../../stacker/stylesheets/_nav.scss */
.icon-triangle {
  width: 10px;
  height: 6px;
  margin-left: 2px !important;
  margin-top: 7px;
  background-position: -2px -85px; }

/* line 148, ../../stacker/stylesheets/_nav.scss */
.icon-fullscreen {
  width: 19px;
  height: 19px;
  margin: 1px -2px -2px 0px;
  background-position: -2px -96px; }

/* line 154, ../../stacker/stylesheets/_nav.scss */
.icon-twitter {
  background: url(../../stacker/images/icon-twitter.png);
  background-size: 14px 18px;
  width: 14px;
  height: 18px; }

/* line 161, ../../stacker/stylesheets/_nav.scss */
a#toc-button, a#source-button {
  float: left;
  margin-left: 10px; }

/* line 165, ../../stacker/stylesheets/_nav.scss */
a#buy-button, a#share-button, a#fullscreen-button {
  float: right;
  margin-right: 10px; }

/* line 170, ../../stacker/stylesheets/_nav.scss */
a#fullscreen-button {
  display: none; }

/* top chrome */
/* line 175, ../../stacker/stylesheets/_nav.scss */
.top-chrome {
  position: relative;
  margin: 0;
  height: 20px;
  max-width: 800px;
  background: #3c3838 url(../../stacker/images/top-chrome-bg.png);
  font-family: "ff-meta-web-pro";
  font-size: 11px;
  color: white;
  text-shadow: 1px 1px black; }
  /* line 185, ../../stacker/stylesheets/_nav.scss */
  .top-chrome a {
    text-decoration: none;
    color: white; }
  /* line 190, ../../stacker/stylesheets/_nav.scss */
  .top-chrome #share-button {
    padding-top: 1px; }
  /* line 194, ../../stacker/stylesheets/_nav.scss */
  .top-chrome a#logo {
    float: left; }

/* line 199, ../../stacker/stylesheets/_nav.scss */
#source-panel .source-name {
  color: #fff; }

/* line 203, ../../stacker/stylesheets/_nav.scss */
.nav-panel {
  background: #3d3939 url(../../stacker/images/bottom-chrome-bg.png) repeat-x;
  color: #fff;
  border-top: 1px solid #7c7d7d;
  display: none;
  position: absolute;
  z-index: 999;
  width: 100%;
  bottom: 33px;
  font-size: 1.2em;
  text-shadow: none;
  padding: 20px; }
  /* line 217, ../../stacker/stylesheets/_nav.scss */
  .nav-panel.top {
    bottom: auto;
    top: 20px;
    border-bottom: 1px solid #726f6f; }
  /* line 223, ../../stacker/stylesheets/_nav.scss */
  .nav-panel .spacer {
    height: 182px; }
  /* line 226, ../../stacker/stylesheets/_nav.scss */
  .nav-panel .content {
    height: 202px;
    width: 100%;
    position: absolute;
    bottom: 0; }
  /* line 233, ../../stacker/stylesheets/_nav.scss */
  .nav-panel a {
    color: #87baba;
    text-decoration: none;
    display: block; }
    /* line 237, ../../stacker/stylesheets/_nav.scss */
    .nav-panel a:hover {
      color: white; }
  /* line 240, ../../stacker/stylesheets/_nav.scss */
  .nav-panel:before {
    content: hello;
    background-color: yellow; }
  /* line 245, ../../stacker/stylesheets/_nav.scss */
  .nav-panel h2 {
    font-size: 18px;
    margin: 0;
    font-weight: normal; }
  /* line 250, ../../stacker/stylesheets/_nav.scss */
  .nav-panel h4 {
    font-size: 15px;
    font-weight: normal; }
  /* line 255, ../../stacker/stylesheets/_nav.scss */
  .nav-panel ul, .nav-panel ol {
    margin: 10px 0 0 -1.5em; }
    /* line 257, ../../stacker/stylesheets/_nav.scss */
    .nav-panel ul li, .nav-panel ol li {
      font-size: 1.05em; }
  /* line 263, ../../stacker/stylesheets/_nav.scss */
  .nav-panel ul {
    list-style: square; }
  /* line 267, ../../stacker/stylesheets/_nav.scss */
  .nav-panel .start-over {
    background: url(../../stacker/images/toc-start-over.png) left 2px no-repeat;
    background-size: 13px 16px;
    margin: 4px 0 0 0;
    padding-left: 1.5em; }
  /* line 274, ../../stacker/stylesheets/_nav.scss */
  .nav-panel .btn-close {
    background: url(../../stacker/images/icon-sprite-2x.png) no-repeat;
    background-size: 22px 114px;
    background-position: -2px -25px;
    cursor: pointer;
    position: absolute;
    top: 6px;
    right: 6px;
    width: 23px;
    height: 22px;
    font-size: 23px;
    text-align: center;
    opacity: .4; }
    /* line 287, ../../stacker/stylesheets/_nav.scss */
    .nav-panel .btn-close:hover {
      opacity: 1; }

/* line 294, ../../stacker/stylesheets/_nav.scss */
#buy-panel {
  right: 0px;
  font-size: 1em;
  padding: 20px; }
  /* line 299, ../../stacker/stylesheets/_nav.scss */
  #buy-panel .cover {
    float: left;
    margin: 0 3% 0 0;
    width: 33%; }
    /* line 304, ../../stacker/stylesheets/_nav.scss */
    #buy-panel .cover:img {
      max-height: 180px; }
  /* line 309, ../../stacker/stylesheets/_nav.scss */
  #buy-panel .details {
    float: left;
    width: 50%; }
  /* line 314, ../../stacker/stylesheets/_nav.scss */
  #buy-panel div.header {
    width: 100%;
    font-size: 13px;
    margin-bottom: 2%; }
  /* line 320, ../../stacker/stylesheets/_nav.scss */
  #buy-panel h2 {
    margin: 0;
    padding: 0;
    line-height: 110%; }
    /* line 325, ../../stacker/stylesheets/_nav.scss */
    #buy-panel h2 .byline {
      font-size: 0.7em;
      padding-top: 7px; }
  /* line 331, ../../stacker/stylesheets/_nav.scss */
  #buy-panel ul.buy_links {
    padding-left: 0;
    margin: 0;
    list-style: none; }
    /* line 336, ../../stacker/stylesheets/_nav.scss */
    #buy-panel ul.buy_links a {
      margin: 5% 0;
      color: #305aac; }
      /* line 339, ../../stacker/stylesheets/_nav.scss */
      #buy-panel ul.buy_links a:hover {
        color: #334ca8; }

/* line 347, ../../stacker/stylesheets/_nav.scss */
#share-panel .sharebox {
  max-width: 600px;
  margin: 0 auto 10px auto; }
  /* line 351, ../../stacker/stylesheets/_nav.scss */
  #share-panel .sharebox input {
    width: 100%;
    font-size: 1em; }
  /* line 356, ../../stacker/stylesheets/_nav.scss */
  #share-panel .sharebox h4 {
    margin: 0; }
/* line 361, ../../stacker/stylesheets/_nav.scss */
#share-panel #social {
  display: none; }
  /* line 364, ../../stacker/stylesheets/_nav.scss */
  #share-panel #social .share-button {
    background: url(../../stacker/images/share-sprite.png);
    height: 32px;
    width: 32px;
    background-position: 0 0;
    margin: auto; }
  /* line 372, ../../stacker/stylesheets/_nav.scss */
  #share-panel #social #facebook-share {
    background-position: 0 0; }
  /* line 375, ../../stacker/stylesheets/_nav.scss */
  #share-panel #social #tweet {
    background-position: 0 -235px; }
  /* line 378, ../../stacker/stylesheets/_nav.scss */
  #share-panel #social #google-plus-share {
    background-position: 0 -47px; }
  /* line 382, ../../stacker/stylesheets/_nav.scss */
  #share-panel #social ol {
    overflow: visible;
    display: block;
    max-width: 600px;
    margin: auto;
    list-style: none;
    font-size: 10px;
    padding: 0;
    margin-bottom: 10px; }
    /* line 392, ../../stacker/stylesheets/_nav.scss */
    #share-panel #social ol li {
      width: 33%;
      float: left;
      text-align: center; }

/* Inputs */
/* line 403, ../../stacker/stylesheets/_nav.scss */
input[type="text"] {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  color: #555555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s; }

/* line 424, ../../stacker/stylesheets/_nav.scss */
input[type="text"]:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); }

/* Progress bar and status slide counter */
/* line 436, ../../stacker/stylesheets/_nav.scss */
#nav-progress {
  position: relative;
  display: none;
  height: 5px;
  background-color: #3d3939;
  border-top: 1px solid #323232;
  z-index: 1000; }
  /* line 444, ../../stacker/stylesheets/_nav.scss */
  #nav-progress .progress-current, #nav-progress .progress-buffered {
    background-color: #cad8d8;
    width: 0;
    height: 5px;
    border-right: 1px solid #323232;
    position: absolute;
    left: 0;
    -webkit-transition: width 0.5s;
    -moz-transition: width 0.5s;
    -o-transition: width 0.5s;
    transition: width 0.5s; }
  /* line 457, ../../stacker/stylesheets/_nav.scss */
  #nav-progress .progress-buffered {
    background-color: #4d4b4b;
    border-right: none;
    height: 4px;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s; }
    /* line 466, ../../stacker/stylesheets/_nav.scss */
    #nav-progress .progress-buffered.enhanced {
      background-color: #939393; }

/* line 472, ../../stacker/stylesheets/_nav.scss */
.deck-status {
  width: 50px;
  display: inline-block;
  height: 27px;
  margin: 1px auto 0 auto;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 28px -1px;
  text-align: center;
  vertical-align: top; }

/* About panel */
/* line 486, ../../stacker/stylesheets/_nav.scss */
.left {
  float: left;
  width: 120px; }
  /* line 489, ../../stacker/stylesheets/_nav.scss */
  .left img {
    width: 100px; }

/* line 494, ../../stacker/stylesheets/_nav.scss */
.right {
  float: left;
  width: 67.5%; }
  /* line 498, ../../stacker/stylesheets/_nav.scss */
  .right a {
    display: inline; }
  /* line 501, ../../stacker/stylesheets/_nav.scss */
  .right img {
    width: 200px;
    height: 33px; }
  /* line 505, ../../stacker/stylesheets/_nav.scss */
  .right .full-logo {
    width: 124px;
    height: 22px; }

/* line 510, ../../stacker/stylesheets/_nav.scss */
.produced-by {
  color: #7c7c7c; }

@media (min-width: 481px) and (max-width: 767px) {
  /* line 517, ../../stacker/stylesheets/_nav.scss */
  #buy-panel .cover {
    width: 20%; }
  /* line 520, ../../stacker/stylesheets/_nav.scss */
  #buy-panel .details {
    width: 70%; }

  /* line 524, ../../stacker/stylesheets/_nav.scss */
  .right {
    width: 90%; } }
@media (max-width: 480px) {
  /* line 530, ../../stacker/stylesheets/_nav.scss */
  .nav-panel h2 {
    font-size: 18px; }

  /* line 535, ../../stacker/stylesheets/_nav.scss */
  #buy-panel .details h2 {
    font-size: 16px; }

  /* line 539, ../../stacker/stylesheets/_nav.scss */
  .deck-status {
    width: 40px; }

  /* line 542, ../../stacker/stylesheets/_nav.scss */
  a#toc-button, a#source-button {
    margin-left: 3px; }

  /* line 545, ../../stacker/stylesheets/_nav.scss */
  a#buy-button, a#share-button {
    margin-right: 3px; }

  /* line 550, ../../stacker/stylesheets/_nav.scss */
  .right {
    width: 90%; } }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* IE10-specific styles go here */
  /* line 558, ../../stacker/stylesheets/_nav.scss */
  .bottom-chrome .nav-btn.fancy {
    min-height: 24px;
    padding-top: 2px; }
    /* line 561, ../../stacker/stylesheets/_nav.scss */
    .bottom-chrome .nav-btn.fancy i {
      margin-top: 1px; }

  /* line 568, ../../stacker/stylesheets/_nav.scss */
  .top-chrome #share-button {
    padding-top: 0px; }
    /* line 570, ../../stacker/stylesheets/_nav.scss */
    .top-chrome #share-button i {
      margin-top: 3px; } }
/* line 3, ../../stacker/stylesheets/_interface.scss */
#preloader {
  top: 0;
  position: absolute;
  z-index: 999;
  display: none;
  background-color: rgba(100, 100, 100, 0.5); }
  /* line 9, ../../stacker/stylesheets/_interface.scss */
  #preloader > .spinner {
    height: 100%; }

/* line 14, ../../stacker/stylesheets/_interface.scss */
.intro {
  display: none;
  position: absolute;
  top: 0;
  z-index: 998;
  cursor: pointer; }
  /* line 20, ../../stacker/stylesheets/_interface.scss */
  .intro .cover-slide {
    position: absolute;
    top: 0; }
  /* line 25, ../../stacker/stylesheets/_interface.scss */
  .intro:hover .cover-slide {
    opacity: 1; }

/* line 31, ../../stacker/stylesheets/_interface.scss */
#stacker-annotations {
  display: none;
  padding: 1px 20px;
  max-width: 800px;
  background-color: #eee;
  font-family: "blambot-fx-pro-1", "blambot-fx-pro-2";
  border-bottom: solid 2px #dddddd; }
  /* line 39, ../../stacker/stylesheets/_interface.scss */
  #stacker-annotations .id {
    color: #444; }

/* line 2, ../../stacker/stylesheets/_templates.scss */
section[class*="nb-column"] .body {
  margin: 0; }
/* line 6, ../../stacker/stylesheets/_templates.scss */
section[class*="nb-column"] .nested-wrapper {
  position: absolute;
  top: 0;
  left: 0; }

/* line 15, ../../stacker/stylesheets/_templates.scss */
section.nb-grid .body {
  margin: 0; }

/* line 20, ../../stacker/stylesheets/_templates.scss */
div.slide[class*="nb-column"] {
  position: absolute;
  top: 0;
  left: 0; }
  /* line 24, ../../stacker/stylesheets/_templates.scss */
  div.slide[class*="nb-column"] .body {
    margin: 0; }

/* line 30, ../../stacker/stylesheets/_templates.scss */
section.image-sequence .images img.sequence {
  opacity: 0; }

/* line 36, ../../stacker/stylesheets/_templates.scss */
section.inline, section.nb-inline-image-replace {
  text-align: left; }
  /* line 38, ../../stacker/stylesheets/_templates.scss */
  section.inline .content-wrapper, section.nb-inline-image-replace .content-wrapper {
    margin-top: 25px;
    margin-left: 50px;
    margin-right: 50px; }
    /* line 42, ../../stacker/stylesheets/_templates.scss */
    section.inline .content-wrapper .body, section.nb-inline-image-replace .content-wrapper .body {
      margin-left: 0;
      margin-right: 0; }
  /* line 48, ../../stacker/stylesheets/_templates.scss */
  section.inline.vcenter .content-wrapper, section.vcenter.nb-inline-image-replace .content-wrapper, .deck-container > section.nb-inline-image-replace.slide.nb-fadein .content-wrapper, .deck-container > section.nb-inline-image-replace.slide.nb-fadein-all .content-wrapper, .deck-container > section.nb-inline-image-replace.slide.nb-fadein-parent .content-wrapper, .deck-container section.nb-inline-image-replace.build-up .content-wrapper, .deck-container > section.inline.slide.nb-fadein .content-wrapper, .deck-container > section.inline.slide.nb-fadein-all .content-wrapper, .deck-container > section.inline.slide.nb-fadein-parent .content-wrapper, .deck-container section.inline.build-up .content-wrapper {
    padding-left: 50px;
    padding-right: 50px; }
  /* line 54, ../../stacker/stylesheets/_templates.scss */
  section.inline .body, section.nb-inline-image-replace .body, section.inline .nested-wrapper, section.nb-inline-image-replace .nested-wrapper, section.inline .nested-wrapper .slide, section.nb-inline-image-replace .nested-wrapper .slide {
    display: inline; }
  /* line 57, ../../stacker/stylesheets/_templates.scss */
  section.inline .nested-wrapper, section.nb-inline-image-replace .nested-wrapper {
    position: static; }

/* line 66, ../../stacker/stylesheets/_templates.scss */
section.nb-inline-image-replace .slide.image-replace .images {
  -webkit-transition: opacity 300ms easeOutQuad 0ms;
  -moz-transition: opacity 300ms easeOutQuad 0ms;
  -ms-transition: opacity 300ms easeOutQuad 0ms;
  -o-transition: opacity 300ms easeOutQuad 0ms;
  transition: opacity 300ms easeOutQuad 0ms; }
/* line 70, ../../stacker/stylesheets/_templates.scss */
section.nb-inline-image-replace .slide.image-replace.deck-after .images {
  opacity: 0; }
/* line 73, ../../stacker/stylesheets/_templates.scss */
section.nb-inline-image-replace .slide.image-replace.deck-next .images {
  opacity: 0; }
/* line 76, ../../stacker/stylesheets/_templates.scss */
section.nb-inline-image-replace .slide.image-replace.deck-previous .images {
  -webkit-transition: opacity 250ms ease-in-out 50ms;
  -moz-transition: opacity 250ms ease-in-out 50ms;
  -ms-transition: opacity 250ms ease-in-out 50ms;
  -o-transition: opacity 250ms ease-in-out 50ms;
  transition: opacity 250ms ease-in-out 50ms;
  opacity: 0; }
/* line 80, ../../stacker/stylesheets/_templates.scss */
section.nb-inline-image-replace .slide.image-replace.deck-before .images {
  -webkit-transition: opacity 300ms ease-in-out 0ms;
  -moz-transition: opacity 300ms ease-in-out 0ms;
  -ms-transition: opacity 300ms ease-in-out 0ms;
  -o-transition: opacity 300ms ease-in-out 0ms;
  transition: opacity 300ms ease-in-out 0ms;
  opacity: 0; }

/* line 89, ../../stacker/stylesheets/_templates.scss */
section.nb-text-align-bottom .content-wrapper {
  height: 100%; }
  /* line 91, ../../stacker/stylesheets/_templates.scss */
  section.nb-text-align-bottom .content-wrapper .body {
    position: absolute;
    bottom: 25px; }

/* line 101, ../../stacker/stylesheets/_templates.scss */
section.nb-text-align-top .content-wrapper > .body {
  margin-top: 25px; }

/* line 109, ../../stacker/stylesheets/_templates.scss */
section.nb-banner-replace > div.content-wrapper > .body {
  margin-top: 25px; }
/* line 112, ../../stacker/stylesheets/_templates.scss */
section.nb-banner-replace > div.content-wrapper > div.nested-wrapper > div.slide.replace {
  position: absolute;
  top: 0; }

/* line 121, ../../stacker/stylesheets/_templates.scss */
section.nb-image-children > div.content-wrapper > .body, section.nb-image-children-fade > div.content-wrapper > .body, section.nb-image-children-replace > div.content-wrapper > .body, section.nb-image-children-fade-replace > div.content-wrapper > .body, section.nb-image-fade-text-replace > div.content-wrapper > .body, section.nb-image-build-text-replace > div.content-wrapper > .body, section.nb-text-samesame-image-different > div.content-wrapper > .body {
  margin-top: 25px; }
/* line 124, ../../stacker/stylesheets/_templates.scss */
section.nb-image-children > div.content-wrapper > div.nested-wrapper, section.nb-image-children-fade > div.content-wrapper > div.nested-wrapper, section.nb-image-children-replace > div.content-wrapper > div.nested-wrapper, section.nb-image-children-fade-replace > div.content-wrapper > div.nested-wrapper, section.nb-image-fade-text-replace > div.content-wrapper > div.nested-wrapper, section.nb-image-build-text-replace > div.content-wrapper > div.nested-wrapper, section.nb-text-samesame-image-different > div.content-wrapper > div.nested-wrapper {
  position: absolute;
  top: 0;
  width: 100%; }
  /* line 128, ../../stacker/stylesheets/_templates.scss */
  section.nb-image-children > div.content-wrapper > div.nested-wrapper .slide, section.nb-image-children-fade > div.content-wrapper > div.nested-wrapper .slide, section.nb-image-children-replace > div.content-wrapper > div.nested-wrapper .slide, section.nb-image-children-fade-replace > div.content-wrapper > div.nested-wrapper .slide, section.nb-image-fade-text-replace > div.content-wrapper > div.nested-wrapper .slide, section.nb-image-build-text-replace > div.content-wrapper > div.nested-wrapper .slide, section.nb-text-samesame-image-different > div.content-wrapper > div.nested-wrapper .slide {
    margin-top: 0; }

/* line 149, ../../stacker/stylesheets/_templates.scss */
section.nb-image-fade-text-replace .deck-previous.body-replace .body, section.nb-image-build-text-replace .deck-previous.body-replace .body, section.nb-image-fade-text-replace .deck-before.body-replace .body, section.nb-image-build-text-replace .deck-before.body-replace .body {
  display: none; }
/* line 152, ../../stacker/stylesheets/_templates.scss */
section.nb-image-fade-text-replace .body, section.nb-image-build-text-replace .body {
  margin-top: 25px; }

/* line 167, ../../stacker/stylesheets/_templates.scss */
.deck-container > section.slide.nb-fadein.deck-current, .deck-container > section.slide.deck-current.nb-fadein-all, .deck-container > section.slide.deck-current.nb-fadein-parent {
  opacity: 1;
  -webkit-transition: opacity 300ms linear 0ms;
  -moz-transition: opacity 300ms linear 0ms;
  -ms-transition: opacity 300ms linear 0ms;
  -o-transition: opacity 300ms linear 0ms;
  transition: opacity 300ms linear 0ms; }
/* line 172, ../../stacker/stylesheets/_templates.scss */
.deck-container > section.slide.nb-fadein.deck-next, .deck-container > section.slide.deck-next.nb-fadein-all, .deck-container > section.slide.deck-next.nb-fadein-parent {
  opacity: 0; }
/* line 175, ../../stacker/stylesheets/_templates.scss */
.deck-container > section.slide.nb-fadein.deck-previous:not(.deck-child-current), .deck-container > section.slide.deck-previous.nb-fadein-all:not(.deck-child-current), .deck-container > section.slide.deck-previous.nb-fadein-parent:not(.deck-child-current), .deck-container > section.slide.nb-fadein.deck-before:not(.deck-child-current), .deck-container > section.slide.deck-before.nb-fadein-all:not(.deck-child-current), .deck-container > section.slide.deck-before.nb-fadein-parent:not(.deck-child-current) {
  opacity: 0; }
/* line 179, ../../stacker/stylesheets/_templates.scss */
.deck-container > section.slide.nb-fadein.slide[class*="nb-column"] .content-wrapper, .deck-container > section.slide.slide[class*="nb-column"].nb-fadein-all .content-wrapper, .deck-container > section.slide.slide[class*="nb-column"].nb-fadein-parent .content-wrapper {
  display: block; }
/* line 184, ../../stacker/stylesheets/_templates.scss */
.deck-container > section.slide.nb-fadein.slideout.deck-before, .deck-container > section.slide.slideout.deck-before.nb-fadein-all, .deck-container > section.slide.slideout.deck-before.nb-fadein-parent {
  opacity: 1; }

/* line 190, ../../stacker/stylesheets/_templates.scss */
#content .deck-container > section.slide.nb-fadeout.deck-previous, #content .deck-container > section.slide.nb-fadeout.deck-before {
  opacity: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-transition: opacity 300ms linear 0ms;
  -moz-transition: opacity 300ms linear 0ms;
  -ms-transition: opacity 300ms linear 0ms;
  -o-transition: opacity 300ms linear 0ms;
  transition: opacity 300ms linear 0ms; }
/* line 196, ../../stacker/stylesheets/_templates.scss */
#content .deck-container > section.slide.nb-fadeout.deck-current, #content .deck-container > section.slide.nb-fadeout.deck-child-current {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-transition: opacity 300ms linear 0ms;
  -moz-transition: opacity 300ms linear 0ms;
  -ms-transition: opacity 300ms linear 0ms;
  -o-transition: opacity 300ms linear 0ms;
  transition: opacity 300ms linear 0ms; }

/* line 205, ../../stacker/stylesheets/_templates.scss */
.deck-container > section.slide.nb-fadein-all div.content-wrapper {
  display: block; }

/* line 3, ../../stacker/stylesheets/_slides.scss */
section.vcenter, .deck-container > section.slide.nb-fadein, .deck-container > section.slide.nb-fadein-all, .deck-container > section.slide.nb-fadein-parent, .deck-container section.build-up {
  display: table;
  width: 100%;
  height: 100%; }
  /* line 8, ../../stacker/stylesheets/_slides.scss */
  section.vcenter .content-wrapper, .deck-container > section.slide.nb-fadein .content-wrapper, .deck-container > section.slide.nb-fadein-all .content-wrapper, .deck-container > section.slide.nb-fadein-parent .content-wrapper, .deck-container section.build-up .content-wrapper {
    display: table-cell;
    vertical-align: middle; }

/* line 15, ../../stacker/stylesheets/_slides.scss */
section.image-only .content-wrapper {
  display: none; }

/* line 19, ../../stacker/stylesheets/_slides.scss */
.slide.child-images div.content-wrapper {
  padding: 0; }

/* line 24, ../../stacker/stylesheets/_slides.scss */
section.slide > div.content-wrapper > div.nested-wrapper > div.slide.normal.replace {
  position: absolute;
  top: 0; }

/* line 30, ../../stacker/stylesheets/_slides.scss */
section.has-centered-children {
  height: 100%; }
  /* line 33, ../../stacker/stylesheets/_slides.scss */
  section.has-centered-children .nested-wrapper {
    position: absolute;
    top: 0;
    display: table;
    width: 100%;
    height: 100%; }
    /* line 40, ../../stacker/stylesheets/_slides.scss */
    section.has-centered-children .nested-wrapper .content-wrapper {
      display: table-cell;
      vertical-align: middle; }

/* line 50, ../../stacker/stylesheets/_slides.scss */
.deck-container .build-up div.slide {
  margin-top: 18px; }

/*
  Generates classes e.g.

  section .body.grid-left-1 {
    margin-left: 40px;
  }
  section .body.grid-left-2 {}
    margin-left: 80px;
  }

 etc.

*/
/* line 16, ../../stacker/stylesheets/_grid.scss */
section .body.grid-left-1 {
  margin-left: 25px; }

/* line 19, ../../stacker/stylesheets/_grid.scss */
section .body.grid-top-1 {
  margin-top: 25px; }

/* line 22, ../../stacker/stylesheets/_grid.scss */
section .body.grid-width-1 {
  width: 25px; }

/* line 27, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-left-1 {
  width: 100%; }
  /* line 29, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-left-1 .body {
    margin-left: 25px; }

/* line 31, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-top-1 {
  width: 100%; }
  /* line 33, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-top-1 .body {
    margin-top: 25px; }

/* line 35, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-width-1 {
  width: 100%; }
  /* line 37, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-width-1 .body {
    width: 25px; }

/* line 16, ../../stacker/stylesheets/_grid.scss */
section .body.grid-left-2 {
  margin-left: 50px; }

/* line 19, ../../stacker/stylesheets/_grid.scss */
section .body.grid-top-2 {
  margin-top: 50px; }

/* line 22, ../../stacker/stylesheets/_grid.scss */
section .body.grid-width-2 {
  width: 50px; }

/* line 27, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-left-2 {
  width: 100%; }
  /* line 29, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-left-2 .body {
    margin-left: 50px; }

/* line 31, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-top-2 {
  width: 100%; }
  /* line 33, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-top-2 .body {
    margin-top: 50px; }

/* line 35, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-width-2 {
  width: 100%; }
  /* line 37, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-width-2 .body {
    width: 50px; }

/* line 16, ../../stacker/stylesheets/_grid.scss */
section .body.grid-left-3 {
  margin-left: 75px; }

/* line 19, ../../stacker/stylesheets/_grid.scss */
section .body.grid-top-3 {
  margin-top: 75px; }

/* line 22, ../../stacker/stylesheets/_grid.scss */
section .body.grid-width-3 {
  width: 75px; }

/* line 27, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-left-3 {
  width: 100%; }
  /* line 29, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-left-3 .body {
    margin-left: 75px; }

/* line 31, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-top-3 {
  width: 100%; }
  /* line 33, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-top-3 .body {
    margin-top: 75px; }

/* line 35, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-width-3 {
  width: 100%; }
  /* line 37, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-width-3 .body {
    width: 75px; }

/* line 16, ../../stacker/stylesheets/_grid.scss */
section .body.grid-left-4 {
  margin-left: 100px; }

/* line 19, ../../stacker/stylesheets/_grid.scss */
section .body.grid-top-4 {
  margin-top: 100px; }

/* line 22, ../../stacker/stylesheets/_grid.scss */
section .body.grid-width-4 {
  width: 100px; }

/* line 27, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-left-4 {
  width: 100%; }
  /* line 29, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-left-4 .body {
    margin-left: 100px; }

/* line 31, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-top-4 {
  width: 100%; }
  /* line 33, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-top-4 .body {
    margin-top: 100px; }

/* line 35, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-width-4 {
  width: 100%; }
  /* line 37, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-width-4 .body {
    width: 100px; }

/* line 16, ../../stacker/stylesheets/_grid.scss */
section .body.grid-left-5 {
  margin-left: 125px; }

/* line 19, ../../stacker/stylesheets/_grid.scss */
section .body.grid-top-5 {
  margin-top: 125px; }

/* line 22, ../../stacker/stylesheets/_grid.scss */
section .body.grid-width-5 {
  width: 125px; }

/* line 27, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-left-5 {
  width: 100%; }
  /* line 29, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-left-5 .body {
    margin-left: 125px; }

/* line 31, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-top-5 {
  width: 100%; }
  /* line 33, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-top-5 .body {
    margin-top: 125px; }

/* line 35, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-width-5 {
  width: 100%; }
  /* line 37, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-width-5 .body {
    width: 125px; }

/* line 16, ../../stacker/stylesheets/_grid.scss */
section .body.grid-left-6 {
  margin-left: 150px; }

/* line 19, ../../stacker/stylesheets/_grid.scss */
section .body.grid-top-6 {
  margin-top: 150px; }

/* line 22, ../../stacker/stylesheets/_grid.scss */
section .body.grid-width-6 {
  width: 150px; }

/* line 27, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-left-6 {
  width: 100%; }
  /* line 29, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-left-6 .body {
    margin-left: 150px; }

/* line 31, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-top-6 {
  width: 100%; }
  /* line 33, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-top-6 .body {
    margin-top: 150px; }

/* line 35, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-width-6 {
  width: 100%; }
  /* line 37, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-width-6 .body {
    width: 150px; }

/* line 16, ../../stacker/stylesheets/_grid.scss */
section .body.grid-left-7 {
  margin-left: 175px; }

/* line 19, ../../stacker/stylesheets/_grid.scss */
section .body.grid-top-7 {
  margin-top: 175px; }

/* line 22, ../../stacker/stylesheets/_grid.scss */
section .body.grid-width-7 {
  width: 175px; }

/* line 27, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-left-7 {
  width: 100%; }
  /* line 29, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-left-7 .body {
    margin-left: 175px; }

/* line 31, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-top-7 {
  width: 100%; }
  /* line 33, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-top-7 .body {
    margin-top: 175px; }

/* line 35, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-width-7 {
  width: 100%; }
  /* line 37, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-width-7 .body {
    width: 175px; }

/* line 16, ../../stacker/stylesheets/_grid.scss */
section .body.grid-left-8 {
  margin-left: 200px; }

/* line 19, ../../stacker/stylesheets/_grid.scss */
section .body.grid-top-8 {
  margin-top: 200px; }

/* line 22, ../../stacker/stylesheets/_grid.scss */
section .body.grid-width-8 {
  width: 200px; }

/* line 27, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-left-8 {
  width: 100%; }
  /* line 29, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-left-8 .body {
    margin-left: 200px; }

/* line 31, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-top-8 {
  width: 100%; }
  /* line 33, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-top-8 .body {
    margin-top: 200px; }

/* line 35, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-width-8 {
  width: 100%; }
  /* line 37, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-width-8 .body {
    width: 200px; }

/* line 16, ../../stacker/stylesheets/_grid.scss */
section .body.grid-left-9 {
  margin-left: 225px; }

/* line 19, ../../stacker/stylesheets/_grid.scss */
section .body.grid-top-9 {
  margin-top: 225px; }

/* line 22, ../../stacker/stylesheets/_grid.scss */
section .body.grid-width-9 {
  width: 225px; }

/* line 27, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-left-9 {
  width: 100%; }
  /* line 29, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-left-9 .body {
    margin-left: 225px; }

/* line 31, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-top-9 {
  width: 100%; }
  /* line 33, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-top-9 .body {
    margin-top: 225px; }

/* line 35, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-width-9 {
  width: 100%; }
  /* line 37, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-width-9 .body {
    width: 225px; }

/* line 16, ../../stacker/stylesheets/_grid.scss */
section .body.grid-left-10 {
  margin-left: 250px; }

/* line 19, ../../stacker/stylesheets/_grid.scss */
section .body.grid-top-10 {
  margin-top: 250px; }

/* line 22, ../../stacker/stylesheets/_grid.scss */
section .body.grid-width-10 {
  width: 250px; }

/* line 27, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-left-10 {
  width: 100%; }
  /* line 29, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-left-10 .body {
    margin-left: 250px; }

/* line 31, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-top-10 {
  width: 100%; }
  /* line 33, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-top-10 .body {
    margin-top: 250px; }

/* line 35, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-width-10 {
  width: 100%; }
  /* line 37, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-width-10 .body {
    width: 250px; }

/* line 16, ../../stacker/stylesheets/_grid.scss */
section .body.grid-left-11 {
  margin-left: 275px; }

/* line 19, ../../stacker/stylesheets/_grid.scss */
section .body.grid-top-11 {
  margin-top: 275px; }

/* line 22, ../../stacker/stylesheets/_grid.scss */
section .body.grid-width-11 {
  width: 275px; }

/* line 27, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-left-11 {
  width: 100%; }
  /* line 29, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-left-11 .body {
    margin-left: 275px; }

/* line 31, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-top-11 {
  width: 100%; }
  /* line 33, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-top-11 .body {
    margin-top: 275px; }

/* line 35, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-width-11 {
  width: 100%; }
  /* line 37, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-width-11 .body {
    width: 275px; }

/* line 16, ../../stacker/stylesheets/_grid.scss */
section .body.grid-left-12 {
  margin-left: 300px; }

/* line 19, ../../stacker/stylesheets/_grid.scss */
section .body.grid-top-12 {
  margin-top: 300px; }

/* line 22, ../../stacker/stylesheets/_grid.scss */
section .body.grid-width-12 {
  width: 300px; }

/* line 27, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-left-12 {
  width: 100%; }
  /* line 29, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-left-12 .body {
    margin-left: 300px; }

/* line 31, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-top-12 {
  width: 100%; }
  /* line 33, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-top-12 .body {
    margin-top: 300px; }

/* line 35, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-width-12 {
  width: 100%; }
  /* line 37, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-width-12 .body {
    width: 300px; }

/* line 16, ../../stacker/stylesheets/_grid.scss */
section .body.grid-left-13 {
  margin-left: 325px; }

/* line 19, ../../stacker/stylesheets/_grid.scss */
section .body.grid-top-13 {
  margin-top: 325px; }

/* line 22, ../../stacker/stylesheets/_grid.scss */
section .body.grid-width-13 {
  width: 325px; }

/* line 27, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-left-13 {
  width: 100%; }
  /* line 29, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-left-13 .body {
    margin-left: 325px; }

/* line 31, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-top-13 {
  width: 100%; }
  /* line 33, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-top-13 .body {
    margin-top: 325px; }

/* line 35, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-width-13 {
  width: 100%; }
  /* line 37, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-width-13 .body {
    width: 325px; }

/* line 16, ../../stacker/stylesheets/_grid.scss */
section .body.grid-left-14 {
  margin-left: 350px; }

/* line 19, ../../stacker/stylesheets/_grid.scss */
section .body.grid-top-14 {
  margin-top: 350px; }

/* line 22, ../../stacker/stylesheets/_grid.scss */
section .body.grid-width-14 {
  width: 350px; }

/* line 27, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-left-14 {
  width: 100%; }
  /* line 29, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-left-14 .body {
    margin-left: 350px; }

/* line 31, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-top-14 {
  width: 100%; }
  /* line 33, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-top-14 .body {
    margin-top: 350px; }

/* line 35, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-width-14 {
  width: 100%; }
  /* line 37, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-width-14 .body {
    width: 350px; }

/* line 16, ../../stacker/stylesheets/_grid.scss */
section .body.grid-left-15 {
  margin-left: 375px; }

/* line 19, ../../stacker/stylesheets/_grid.scss */
section .body.grid-top-15 {
  margin-top: 375px; }

/* line 22, ../../stacker/stylesheets/_grid.scss */
section .body.grid-width-15 {
  width: 375px; }

/* line 27, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-left-15 {
  width: 100%; }
  /* line 29, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-left-15 .body {
    margin-left: 375px; }

/* line 31, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-top-15 {
  width: 100%; }
  /* line 33, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-top-15 .body {
    margin-top: 375px; }

/* line 35, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-width-15 {
  width: 100%; }
  /* line 37, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-width-15 .body {
    width: 375px; }

/* line 16, ../../stacker/stylesheets/_grid.scss */
section .body.grid-left-16 {
  margin-left: 400px; }

/* line 19, ../../stacker/stylesheets/_grid.scss */
section .body.grid-top-16 {
  margin-top: 400px; }

/* line 22, ../../stacker/stylesheets/_grid.scss */
section .body.grid-width-16 {
  width: 400px; }

/* line 27, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-left-16 {
  width: 100%; }
  /* line 29, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-left-16 .body {
    margin-left: 400px; }

/* line 31, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-top-16 {
  width: 100%; }
  /* line 33, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-top-16 .body {
    margin-top: 400px; }

/* line 35, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-width-16 {
  width: 100%; }
  /* line 37, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-width-16 .body {
    width: 400px; }

/* line 16, ../../stacker/stylesheets/_grid.scss */
section .body.grid-left-17 {
  margin-left: 425px; }

/* line 19, ../../stacker/stylesheets/_grid.scss */
section .body.grid-top-17 {
  margin-top: 425px; }

/* line 22, ../../stacker/stylesheets/_grid.scss */
section .body.grid-width-17 {
  width: 425px; }

/* line 27, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-left-17 {
  width: 100%; }
  /* line 29, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-left-17 .body {
    margin-left: 425px; }

/* line 31, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-top-17 {
  width: 100%; }
  /* line 33, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-top-17 .body {
    margin-top: 425px; }

/* line 35, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-width-17 {
  width: 100%; }
  /* line 37, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-width-17 .body {
    width: 425px; }

/* line 16, ../../stacker/stylesheets/_grid.scss */
section .body.grid-left-18 {
  margin-left: 450px; }

/* line 19, ../../stacker/stylesheets/_grid.scss */
section .body.grid-top-18 {
  margin-top: 450px; }

/* line 22, ../../stacker/stylesheets/_grid.scss */
section .body.grid-width-18 {
  width: 450px; }

/* line 27, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-left-18 {
  width: 100%; }
  /* line 29, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-left-18 .body {
    margin-left: 450px; }

/* line 31, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-top-18 {
  width: 100%; }
  /* line 33, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-top-18 .body {
    margin-top: 450px; }

/* line 35, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-width-18 {
  width: 100%; }
  /* line 37, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-width-18 .body {
    width: 450px; }

/* line 16, ../../stacker/stylesheets/_grid.scss */
section .body.grid-left-19 {
  margin-left: 475px; }

/* line 19, ../../stacker/stylesheets/_grid.scss */
section .body.grid-top-19 {
  margin-top: 475px; }

/* line 22, ../../stacker/stylesheets/_grid.scss */
section .body.grid-width-19 {
  width: 475px; }

/* line 27, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-left-19 {
  width: 100%; }
  /* line 29, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-left-19 .body {
    margin-left: 475px; }

/* line 31, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-top-19 {
  width: 100%; }
  /* line 33, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-top-19 .body {
    margin-top: 475px; }

/* line 35, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-width-19 {
  width: 100%; }
  /* line 37, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-width-19 .body {
    width: 475px; }

/* line 16, ../../stacker/stylesheets/_grid.scss */
section .body.grid-left-20 {
  margin-left: 500px; }

/* line 19, ../../stacker/stylesheets/_grid.scss */
section .body.grid-top-20 {
  margin-top: 500px; }

/* line 22, ../../stacker/stylesheets/_grid.scss */
section .body.grid-width-20 {
  width: 500px; }

/* line 27, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-left-20 {
  width: 100%; }
  /* line 29, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-left-20 .body {
    margin-left: 500px; }

/* line 31, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-top-20 {
  width: 100%; }
  /* line 33, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-top-20 .body {
    margin-top: 500px; }

/* line 35, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-width-20 {
  width: 100%; }
  /* line 37, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-width-20 .body {
    width: 500px; }

/* line 16, ../../stacker/stylesheets/_grid.scss */
section .body.grid-left-21 {
  margin-left: 525px; }

/* line 19, ../../stacker/stylesheets/_grid.scss */
section .body.grid-top-21 {
  margin-top: 525px; }

/* line 22, ../../stacker/stylesheets/_grid.scss */
section .body.grid-width-21 {
  width: 525px; }

/* line 27, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-left-21 {
  width: 100%; }
  /* line 29, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-left-21 .body {
    margin-left: 525px; }

/* line 31, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-top-21 {
  width: 100%; }
  /* line 33, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-top-21 .body {
    margin-top: 525px; }

/* line 35, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-width-21 {
  width: 100%; }
  /* line 37, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-width-21 .body {
    width: 525px; }

/* line 16, ../../stacker/stylesheets/_grid.scss */
section .body.grid-left-22 {
  margin-left: 550px; }

/* line 19, ../../stacker/stylesheets/_grid.scss */
section .body.grid-top-22 {
  margin-top: 550px; }

/* line 22, ../../stacker/stylesheets/_grid.scss */
section .body.grid-width-22 {
  width: 550px; }

/* line 27, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-left-22 {
  width: 100%; }
  /* line 29, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-left-22 .body {
    margin-left: 550px; }

/* line 31, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-top-22 {
  width: 100%; }
  /* line 33, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-top-22 .body {
    margin-top: 550px; }

/* line 35, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-width-22 {
  width: 100%; }
  /* line 37, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-width-22 .body {
    width: 550px; }

/* line 16, ../../stacker/stylesheets/_grid.scss */
section .body.grid-left-23 {
  margin-left: 575px; }

/* line 19, ../../stacker/stylesheets/_grid.scss */
section .body.grid-top-23 {
  margin-top: 575px; }

/* line 22, ../../stacker/stylesheets/_grid.scss */
section .body.grid-width-23 {
  width: 575px; }

/* line 27, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-left-23 {
  width: 100%; }
  /* line 29, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-left-23 .body {
    margin-left: 575px; }

/* line 31, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-top-23 {
  width: 100%; }
  /* line 33, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-top-23 .body {
    margin-top: 575px; }

/* line 35, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-width-23 {
  width: 100%; }
  /* line 37, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-width-23 .body {
    width: 575px; }

/* line 16, ../../stacker/stylesheets/_grid.scss */
section .body.grid-left-24 {
  margin-left: 600px; }

/* line 19, ../../stacker/stylesheets/_grid.scss */
section .body.grid-top-24 {
  margin-top: 600px; }

/* line 22, ../../stacker/stylesheets/_grid.scss */
section .body.grid-width-24 {
  width: 600px; }

/* line 27, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-left-24 {
  width: 100%; }
  /* line 29, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-left-24 .body {
    margin-left: 600px; }

/* line 31, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-top-24 {
  width: 100%; }
  /* line 33, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-top-24 .body {
    margin-top: 600px; }

/* line 35, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-width-24 {
  width: 100%; }
  /* line 37, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-width-24 .body {
    width: 600px; }

/* line 16, ../../stacker/stylesheets/_grid.scss */
section .body.grid-left-25 {
  margin-left: 625px; }

/* line 19, ../../stacker/stylesheets/_grid.scss */
section .body.grid-top-25 {
  margin-top: 625px; }

/* line 22, ../../stacker/stylesheets/_grid.scss */
section .body.grid-width-25 {
  width: 625px; }

/* line 27, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-left-25 {
  width: 100%; }
  /* line 29, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-left-25 .body {
    margin-left: 625px; }

/* line 31, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-top-25 {
  width: 100%; }
  /* line 33, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-top-25 .body {
    margin-top: 625px; }

/* line 35, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-width-25 {
  width: 100%; }
  /* line 37, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-width-25 .body {
    width: 625px; }

/* line 16, ../../stacker/stylesheets/_grid.scss */
section .body.grid-left-26 {
  margin-left: 650px; }

/* line 19, ../../stacker/stylesheets/_grid.scss */
section .body.grid-top-26 {
  margin-top: 650px; }

/* line 22, ../../stacker/stylesheets/_grid.scss */
section .body.grid-width-26 {
  width: 650px; }

/* line 27, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-left-26 {
  width: 100%; }
  /* line 29, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-left-26 .body {
    margin-left: 650px; }

/* line 31, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-top-26 {
  width: 100%; }
  /* line 33, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-top-26 .body {
    margin-top: 650px; }

/* line 35, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-width-26 {
  width: 100%; }
  /* line 37, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-width-26 .body {
    width: 650px; }

/* line 16, ../../stacker/stylesheets/_grid.scss */
section .body.grid-left-27 {
  margin-left: 675px; }

/* line 19, ../../stacker/stylesheets/_grid.scss */
section .body.grid-top-27 {
  margin-top: 675px; }

/* line 22, ../../stacker/stylesheets/_grid.scss */
section .body.grid-width-27 {
  width: 675px; }

/* line 27, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-left-27 {
  width: 100%; }
  /* line 29, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-left-27 .body {
    margin-left: 675px; }

/* line 31, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-top-27 {
  width: 100%; }
  /* line 33, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-top-27 .body {
    margin-top: 675px; }

/* line 35, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-width-27 {
  width: 100%; }
  /* line 37, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-width-27 .body {
    width: 675px; }

/* line 16, ../../stacker/stylesheets/_grid.scss */
section .body.grid-left-28 {
  margin-left: 700px; }

/* line 19, ../../stacker/stylesheets/_grid.scss */
section .body.grid-top-28 {
  margin-top: 700px; }

/* line 22, ../../stacker/stylesheets/_grid.scss */
section .body.grid-width-28 {
  width: 700px; }

/* line 27, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-left-28 {
  width: 100%; }
  /* line 29, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-left-28 .body {
    margin-left: 700px; }

/* line 31, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-top-28 {
  width: 100%; }
  /* line 33, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-top-28 .body {
    margin-top: 700px; }

/* line 35, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-width-28 {
  width: 100%; }
  /* line 37, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-width-28 .body {
    width: 700px; }

/* line 16, ../../stacker/stylesheets/_grid.scss */
section .body.grid-left-29 {
  margin-left: 725px; }

/* line 19, ../../stacker/stylesheets/_grid.scss */
section .body.grid-top-29 {
  margin-top: 725px; }

/* line 22, ../../stacker/stylesheets/_grid.scss */
section .body.grid-width-29 {
  width: 725px; }

/* line 27, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-left-29 {
  width: 100%; }
  /* line 29, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-left-29 .body {
    margin-left: 725px; }

/* line 31, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-top-29 {
  width: 100%; }
  /* line 33, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-top-29 .body {
    margin-top: 725px; }

/* line 35, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-width-29 {
  width: 100%; }
  /* line 37, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-width-29 .body {
    width: 725px; }

/* line 16, ../../stacker/stylesheets/_grid.scss */
section .body.grid-left-30 {
  margin-left: 750px; }

/* line 19, ../../stacker/stylesheets/_grid.scss */
section .body.grid-top-30 {
  margin-top: 750px; }

/* line 22, ../../stacker/stylesheets/_grid.scss */
section .body.grid-width-30 {
  width: 750px; }

/* line 27, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-left-30 {
  width: 100%; }
  /* line 29, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-left-30 .body {
    margin-left: 750px; }

/* line 31, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-top-30 {
  width: 100%; }
  /* line 33, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-top-30 .body {
    margin-top: 750px; }

/* line 35, ../../stacker/stylesheets/_grid.scss */
section div.nested-wrapper div.slide.grid-width-30 {
  width: 100%; }
  /* line 37, ../../stacker/stylesheets/_grid.scss */
  section div.nested-wrapper div.slide.grid-width-30 .body {
    width: 750px; }

/* line 41, ../../stacker/stylesheets/_grid.scss */
section.grid-children .nested-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
  /* line 46, ../../stacker/stylesheets/_grid.scss */
  section.grid-children .nested-wrapper .slide {
    margin-top: 0; }

/* line 1, ../../stacker/stylesheets/_responsive.scss */
.visible-phone {
  display: none !important; }

/* line 5, ../../stacker/stylesheets/_responsive.scss */
.visible-small-phone {
  display: none !important; }

/* line 8, ../../stacker/stylesheets/_responsive.scss */
.hidden-desktop {
  display: none !important; }

/* line 11, ../../stacker/stylesheets/_responsive.scss */
.visible-desktop {
  display: inherit !important; }

@media (min-width: 481px) and (max-width: 767px) {
  /* line 16, ../../stacker/stylesheets/_responsive.scss */
  .hidden-desktop {
    display: inherit !important; }

  /* line 19, ../../stacker/stylesheets/_responsive.scss */
  .visible-desktop {
    display: none !important; }

  /* line 22, ../../stacker/stylesheets/_responsive.scss */
  .visible-phone {
    display: inherit !important; }

  /* line 25, ../../stacker/stylesheets/_responsive.scss */
  .hidden-phone {
    display: none !important; } }
@media (max-width: 480px) {
  /* line 31, ../../stacker/stylesheets/_responsive.scss */
  .visible-desktop {
    display: none !important; }

  /* line 34, ../../stacker/stylesheets/_responsive.scss */
  .hidden-desktop {
    display: inherit !important; }

  /* line 37, ../../stacker/stylesheets/_responsive.scss */
  .visible-small-phone {
    display: inherit !important; }

  /* line 40, ../../stacker/stylesheets/_responsive.scss */
  .hidden-small-phone {
    display: none !important; }

  /* line 43, ../../stacker/stylesheets/_responsive.scss */
  [class^="icon-"], [class*=" icon-"] {
    margin-left: 0; } }
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 52, ../../stacker/stylesheets/_responsive.scss */
  .icon-logo {
    background: url(../images/custom_logo-2x.png) no-repeat;
    background-size: 20px 20px; } }
/* line 32, main.scss */
.icon-logo {
  width: 43px;
  height: 20px;
  margin-left: 0;
  background: url(../images/custom_logo.png) no-repeat;
  background-size: 43px 20px; }

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 44, main.scss */
  .icon-logo {
    background: url(../images/custom_logo-2x.png) no-repeat;
    background-size: 43px 20px; } }
/* line 55, main.scss */
body .deck-container {
  background-color: black;
  font-family: "blambot-fx-pro-1", "blambot-fx-pro-2";
  font-weight: 200;
  color: #404040;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0px; }

/* e.g
#wr_tribal_traditions {
  font-size: 29px;

  .body {
    margin-top: 98px;
  }
}
*/
/* line 14, _id_slides.scss */
#custom-demo #custom-div {
  text-align: center;
  margin: 20px; }
/* line 19, _id_slides.scss */
#custom-demo #custom-js {
  font-size: 16px;
  width: 75%;
  margin: auto; }
/* line 24, _id_slides.scss */
#custom-demo #custom-alert {
  width: 75%;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  margin: 30px auto;
  text-align: center;
  border: 1px solid #cccccc; }
/* line 33, _id_slides.scss */
#custom-demo #custom-alert:hover {
  cursor: pointer; }
/* line 37, _id_slides.scss */
#custom-demo #more-custom {
  margin-top: 30px; }
/* line 41, _id_slides.scss */
#custom-demo ul {
  margin: auto;
  width: 600px;
  padding: 0;
  font-size: 14px; }
  /* line 46, _id_slides.scss */
  #custom-demo ul li {
    list-style: none;
    width: 200px;
    float: left; }

/* line 5, _classes.scss */
.custom-banner .slide .body {
  margin-left: 100px;
  margin-top: 75px; }

/* line 72, main.scss */
#source-button {
  display: none; }
