/* line 17, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/**
 * Base SlideDeck Styles
 */
/* line 48, ../scss/_base.scss */
html {
  height: 100%;
  overflow: hidden;
}

/* line 53, ../scss/_base.scss */
body {
  margin: 0;
  padding: 0;
  opacity: 0;
  height: 100%;
  min-height: 740px;
  width: 100%;
  overflow: hidden;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -webkit-transition: opacity 800ms ease-in;
  -webkit-transition-delay: 100ms;
  -moz-transition: opacity 800ms ease-in 100ms;
  -o-transition: opacity 800ms ease-in 100ms;
  transition: opacity 800ms ease-in 100ms;
}
/* line 69, ../scss/_base.scss */
body.loaded {
  opacity: 1 !important;
}

/* line 74, ../scss/_base.scss */
input, button {
  vertical-align: middle;
}

/* line 78, ../scss/_base.scss */
slides > slide[hidden] {
  display: none !important;
}

/* line 82, ../scss/_base.scss */
slides {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: opacity 800ms ease-in;
  -webkit-transition-delay: 100ms;
  -moz-transition: opacity 800ms ease-in 100ms;
  -o-transition: opacity 800ms ease-in 100ms;
  transition: opacity 800ms ease-in 100ms;
}

/* line 94, ../scss/_base.scss */
slides > slide {
  display: block;
  position: absolute;
  overflow: hidden;
  left: 50%;
  top: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 104, ../scss/_base.scss */
blockquote.arrow_box {
  position: relative;
  background: #ffffff;
  border: 4px solid #444;
  border-radius: 10px;
  color: #444;
  padding: 20px 15px 20px 15px;
  width: 300px;
}

/* line 113, ../scss/_base.scss */
blockquote.arrow_box:after, blockquote.arrow_box:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

/* line 123, ../scss/_base.scss */
blockquote.arrow_box:after {
  border-top-color: #ffffff;
  border-width: 30px;
  left: 50%;
  margin-left: -30px;
}

/* line 129, ../scss/_base.scss */
blockquote.arrow_box:before {
  border-top-color: #444;
  border-width: 36px;
  left: 50%;
  margin-left: -36px;
}

/* line 136, ../scss/_base.scss */
.server {
  float: right;
  position: absolute;
  bottom: 30px;
  right: 30px;
  text-align: center;
}
/* line 143, ../scss/_base.scss */
.server img {
  margin-top: 40px;
  height: 150px;
}

/* line 153, ../scss/_base.scss */
.rest div.bar {
  margin-bottom: 5px;
}
/* line 156, ../scss/_base.scss */
.rest div.bar span.method {
  font-weight: bold;
}
/* line 159, ../scss/_base.scss */
.rest div.bar span {
  padding-right: 15px;
  font-family: Inconsolata, 'Courier New', monospace;
}
/* line 163, ../scss/_base.scss */
.rest div.bar button {
  border-radius: 5px;
  color: white;
  font-weight: bold;
  background: #06C;
  border: none;
  text-shadow: none;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0066cc), color-stop(100%, #00349a)) no-repeat;
  background: -webkit-linear-gradient(top, #0066cc, #00349a) no-repeat;
  background: -moz-linear-gradient(top, #0066cc, #00349a) no-repeat;
  background: -o-linear-gradient(top, #0066cc, #00349a) no-repeat;
  background: linear-gradient(top, #0066cc, #00349a) no-repeat;
}
/* line 172, ../scss/_base.scss */
.rest div.bar button:active {
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #0066cc), color-stop(100%, #00349a)) no-repeat;
  background: -webkit-linear-gradient(bottom, #0066cc, #00349a) no-repeat;
  background: -moz-linear-gradient(bottom, #0066cc, #00349a) no-repeat;
  background: -o-linear-gradient(bottom, #0066cc, #00349a) no-repeat;
  background: linear-gradient(bottom, #0066cc, #00349a) no-repeat;
  padding-top: 6px;
  padding-bottom: 4px;
}
/* line 178, ../scss/_base.scss */
.rest pre {
  font-size: 60%;
  line-height: 1.5em;
  max-height: 220px;
  overflow: auto;
  min-height: 3em;
}
/* line 185, ../scss/_base.scss */
.rest pre.filled {
  -webkit-transition: all 800ms ease-out;
  -webkit-transition-delay: 100ms;
  -moz-transition: all 800ms ease-out 100ms;
  -o-transition: all 800ms ease-out 100ms;
  transition: all 800ms ease-out 100ms;
}

/* line 190, ../scss/_base.scss */
.bottom-right {
  bottom: 50px;
  right: 20px;
  position: absolute;
}

/* line 197, ../scss/_base.scss */
.editForm, .extension {
  border: 1px solid #444;
  padding: 10px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
/* line 202, ../scss/_base.scss */
.editForm div, .extension div {
  display: block;
  clear: both;
  padding-bottom: 10px;
}
/* line 207, ../scss/_base.scss */
.editForm input, .extension input {
  font-size: 80%;
}
/* line 210, ../scss/_base.scss */
.editForm label, .extension label {
  width: 200px;
  font-weight: bold;
  float: left;
  text-align: right;
  padding-right: 10px;
}

/* line 219, ../scss/_base.scss */
.errorMessage {
  background: #f00;
  margin: 0 auto;
  text-align: center;
  z-index: 1000;
}

/* md5 animation */
/* line 241, ../scss/_base.scss */
.md5 legend {
  width: 100px;
  font-size: 60%;
  position: absolute;
  right: 10px;
  top: 10px;
  border: 1px solid #aaa;
  padding: 5px;
}
/* line 249, ../scss/_base.scss */
.md5 legend div div {
  margin-left: 10px;
  background: #fff;
  padding-left: 5px;
  margin-bottom: 2px;
}
/* line 255, ../scss/_base.scss */
.md5 legend div.s-block {
  background: #aaaa00 !important;
}
/* line 256, ../scss/_base.scss */
.md5 legend div.data {
  background: #6666ff;
}
/* line 257, ../scss/_base.scss */
.md5 legend div.secret {
  background: #aa00aa;
}
/* line 258, ../scss/_base.scss */
.md5 legend div.padding {
  background: #00aaaa;
}
/* line 259, ../scss/_base.scss */
.md5 legend div.attack {
  background: #aa0000;
}
/* line 261, ../scss/_base.scss */
.md5 > div {
  margin-top: 20px;
}
/* line 264, ../scss/_base.scss */
.md5 > div > div {
  margin-top: 4px;
}

/* line 270, ../scss/_base.scss */
.md5-1 {
  height: 160px;
  border: 1px solid #aaa;
  position: relative;
}
/* line 274, ../scss/_base.scss */
.md5-1 > div {
  -webkit-transition: all 800ms ease-in-out;
  -webkit-transition-delay: 100ms;
  -moz-transition: all 800ms ease-in-out 100ms;
  -o-transition: all 800ms ease-in-out 100ms;
  transition: all 800ms ease-in-out 100ms;
  position: absolute;
  top: 30px;
  width: 90px;
  height: 20px;
  box-shadow: 4px 1px 5px rgba(0, 0, 0, 0.5);
}
/* line 282, ../scss/_base.scss */
.md5-1 .s-block {
  background: #aaaa00;
  z-index: 100;
}
/* line 283, ../scss/_base.scss */
.md5-1 .block-0 {
  background: #6666ff;
}
/* line 284, ../scss/_base.scss */
.md5-1 .block-0 .secret {
  background: #aa00aa;
  height: 20px;
  width: 40px;
  float: left;
}
/* line 286, ../scss/_base.scss */
.md5-1 .block-1 {
  background: #6666ff;
}
/* line 287, ../scss/_base.scss */
.md5-1 .block-2 {
  background: #fff;
  box-shadow: none;
}
/* line 288, ../scss/_base.scss */
.md5-1 .block-2 > * {
  box-shadow: 4px 1px 5px rgba(0, 0, 0, 0.5);
}
/* line 289, ../scss/_base.scss */
.md5-1 .block-2 .data {
  background: #6666ff;
  height: 20px;
  width: 30px;
  float: left;
}
/* line 290, ../scss/_base.scss */
.md5-1 .block-2 .padding {
  background: #00aaaa;
  height: 20px;
  width: 0px;
  float: right;
  -webkit-transition: all 800ms ease-in-out;
  -webkit-transition-delay: 100ms;
  -moz-transition: all 800ms ease-in-out 100ms;
  -o-transition: all 800ms ease-in-out 100ms;
  transition: all 800ms ease-in-out 100ms;
}
/* line 294, ../scss/_base.scss */
.md5-1.step-0 .s-block {
  left: 100px;
  top: 100px;
}
/* line 295, ../scss/_base.scss */
.md5-1.step-0 .block-0 {
  left: 210px;
}
/* line 296, ../scss/_base.scss */
.md5-1.step-0 .block-1 {
  left: 300px;
}
/* line 297, ../scss/_base.scss */
.md5-1.step-0 .block-2 {
  left: 390px;
}
/* line 298, ../scss/_base.scss */
.md5-1.step-0 .block-2 .padding {
  margin-right: 60px;
}
/* line 302, ../scss/_base.scss */
.md5-1.step-1 .block-0 {
  left: 200px;
  top: 50px;
}
/* line 303, ../scss/_base.scss */
.md5-1.step-1 .block-1 {
  left: 300px;
  top: 50px;
}
/* line 304, ../scss/_base.scss */
.md5-1.step-1 .block-2 {
  left: 400px;
  top: 50px;
}
/* line 308, ../scss/_base.scss */
.md5-1.step-2 .block-2 .padding {
  width: 60px;
  margin-right: 0px;
}
/* line 312, ../scss/_base.scss */
.md5-1.step-3 .s-block {
  left: 200px;
  background: #99aa00;
}
/* line 313, ../scss/_base.scss */
.md5-1.step-3 .block-0 {
  top: 100px;
  opacity: 0;
}
/* line 316, ../scss/_base.scss */
.md5-1.step-4 .s-block {
  left: 200px;
  background: #55aa00;
}
/* line 317, ../scss/_base.scss */
.md5-1.step-4 .s-block {
  left: 300px;
}
/* line 318, ../scss/_base.scss */
.md5-1.step-4 .block-1 {
  top: 100px;
  opacity: 0;
}
/* line 321, ../scss/_base.scss */
.md5-1.step-5 .s-block {
  left: 200px;
  background: #00aa00;
}
/* line 322, ../scss/_base.scss */
.md5-1.step-5 .s-block {
  left: 400px;
}
/* line 323, ../scss/_base.scss */
.md5-1.step-5 .block-2 {
  top: 100px;
  opacity: 0;
}

/* line 327, ../scss/_base.scss */
.md5-2 {
  height: 160px;
  border: 1px solid #aaa;
  position: relative;
}
/* line 331, ../scss/_base.scss */
.md5-2 > div {
  -webkit-transition: all 800ms ease-in-out;
  -webkit-transition-delay: 100ms;
  -moz-transition: all 800ms ease-in-out 100ms;
  -o-transition: all 800ms ease-in-out 100ms;
  transition: all 800ms ease-in-out 100ms;
  position: absolute;
  top: 30px;
  width: 90px;
  height: 20px;
  box-shadow: 4px 1px 5px rgba(0, 0, 0, 0.5);
}
/* line 339, ../scss/_base.scss */
.md5-2 .s-block {
  background: #aaaa00;
  z-index: 100;
}
/* line 340, ../scss/_base.scss */
.md5-2 .block-0 {
  background: #6666ff;
}
/* line 341, ../scss/_base.scss */
.md5-2 .block-0 .secret {
  background: #aa00aa;
  height: 20px;
  width: 40px;
  float: left;
}
/* line 343, ../scss/_base.scss */
.md5-2 .block-1 {
  background: #6666ff;
}
/* line 344, ../scss/_base.scss */
.md5-2 .block-2 {
  background: #fff;
  box-shadow: none;
}
/* line 345, ../scss/_base.scss */
.md5-2 .block-2 > * {
  box-shadow: 4px 1px 5px rgba(0, 0, 0, 0.5);
}
/* line 346, ../scss/_base.scss */
.md5-2 .block-2 .data {
  background: #6666ff;
  height: 20px;
  width: 30px;
  float: left;
}
/* line 347, ../scss/_base.scss */
.md5-2 .block-2 .padding {
  background: #00aaaa;
  height: 20px;
  width: 60px;
  float: right;
}
/* line 349, ../scss/_base.scss */
.md5-2 .block-3 {
  background: #fff;
  box-shadow: none;
}
/* line 350, ../scss/_base.scss */
.md5-2 .block-3 > * {
  box-shadow: 4px 1px 5px rgba(0, 0, 0, 0.5);
}
/* line 351, ../scss/_base.scss */
.md5-2 .block-3 .data {
  background: #aa0000;
  height: 20px;
  width: 40px;
  float: left;
}
/* line 352, ../scss/_base.scss */
.md5-2 .block-3 .padding {
  background: #00aaaa;
  height: 20px;
  width: 0px;
  float: right;
  -webkit-transition: all 800ms ease-in-out;
  -webkit-transition-delay: 100ms;
  -moz-transition: all 800ms ease-in-out 100ms;
  -o-transition: all 800ms ease-in-out 100ms;
  transition: all 800ms ease-in-out 100ms;
}
/* line 356, ../scss/_base.scss */
.md5-2.step-0 .s-block {
  left: 100px;
  top: 100px;
}
/* line 357, ../scss/_base.scss */
.md5-2.step-0 .block-0 {
  left: 210px;
}
/* line 358, ../scss/_base.scss */
.md5-2.step-0 .block-1 {
  left: 300px;
}
/* line 359, ../scss/_base.scss */
.md5-2.step-0 .block-2 {
  left: 390px;
}
/* line 360, ../scss/_base.scss */
.md5-2.step-0 .block-3 {
  left: 480px;
}
/* line 361, ../scss/_base.scss */
.md5-2.step-0 .block-3 .padding {
  margin-right: 50px;
}
/* line 365, ../scss/_base.scss */
.md5-2.step-1 .block-0 {
  left: 200px;
  top: 50px;
}
/* line 366, ../scss/_base.scss */
.md5-2.step-1 .block-1 {
  left: 300px;
  top: 50px;
}
/* line 367, ../scss/_base.scss */
.md5-2.step-1 .block-2 {
  left: 400px;
  top: 50px;
}
/* line 368, ../scss/_base.scss */
.md5-2.step-1 .block-3 {
  left: 500px;
  top: 50px;
}
/* line 372, ../scss/_base.scss */
.md5-2.step-2 .block-3 .padding {
  width: 50px;
  margin-right: 0px;
}
/* line 376, ../scss/_base.scss */
.md5-2.step-3 .s-block {
  left: 400px;
  background: #00aa00;
}
/* line 377, ../scss/_base.scss */
.md5-2.step-3 .block-0 {
  top: 100px;
  opacity: 0;
}
/* line 378, ../scss/_base.scss */
.md5-2.step-3 .block-1 {
  top: 100px;
  opacity: 0;
}
/* line 379, ../scss/_base.scss */
.md5-2.step-3 .block-2 {
  top: 100px;
  opacity: 0;
}
/* line 382, ../scss/_base.scss */
.md5-2.step-4 .s-block {
  left: 500px;
  background: #aa0000;
}
/* line 383, ../scss/_base.scss */
.md5-2.step-4 .block-3 {
  top: 100px;
  opacity: 0;
}

/* line 391, ../scss/_base.scss */
#timer {
  display: none;
}

/* line 395, ../scss/_base.scss */
.with-notes #timer {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 200;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-weight: bold;
  font-family: arial;
  padding: 10px;
  font-size: 400%;
}

/* Slide styles */
/*article.fill iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;

  border: 0;
  margin: 0;

  @include border-radius(10px);

  z-index: -1;
}

slide.fill {
  background-repeat: no-repeat;
  @include background-size(cover);
}

slide.fill img {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;

  z-index: -1;
}
*/
/**
 * Theme Styles
 */
/* line 59, ../scss/default.scss */
::selection {
  color: white;
  background-color: #ffd14d;
  text-shadow: none;
}

/* line 65, ../scss/default.scss */
::-webkit-scrollbar {
  height: 16px;
  overflow: visible;
  width: 16px;
}

/* line 70, ../scss/default.scss */
::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
  border: solid transparent;
  min-height: 28px;
  padding: 100px 0 0;
  -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
  -moz-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
  box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
  border-width: 1px 1px 1px 6px;
}

/* line 79, ../scss/default.scss */
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 82, ../scss/default.scss */
::-webkit-scrollbar-button {
  height: 0;
  width: 0;
}

/* line 86, ../scss/default.scss */
::-webkit-scrollbar-track {
  background-clip: padding-box;
  border: solid transparent;
  border-width: 0 0 0 4px;
}

/* line 91, ../scss/default.scss */
::-webkit-scrollbar-corner {
  background: transparent;
}

/* line 95, ../scss/default.scss */
body {
  background: black;
}

/* line 99, ../scss/default.scss */
slides > slide {
  display: none;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 26px;
  color: #797979;
  width: 900px;
  height: 700px;
  margin-left: -450px;
  margin-top: -350px;
  padding: 40px 60px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
/* line 120, ../scss/default.scss */
slides > slide.far-past {
  display: none;
}
/* line 127, ../scss/default.scss */
slides > slide.past {
  display: block;
  opacity: 0;
}
/* line 134, ../scss/default.scss */
slides > slide.current {
  display: block;
  opacity: 1;
}
/* line 140, ../scss/default.scss */
slides > slide.current .auto-fadein {
  opacity: 1;
}
/* line 144, ../scss/default.scss */
slides > slide.current .gdbar {
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
/* line 149, ../scss/default.scss */
slides > slide.next {
  display: block;
  opacity: 0;
  pointer-events: none;
}
/* line 157, ../scss/default.scss */
slides > slide.far-next {
  display: none;
}
/* line 164, ../scss/default.scss */
slides > slide.dark {
  background: #515151 !important;
}
/* line 167, ../scss/default.scss */
slides > slide.black {
  background: #000 !important;
  border-color: #000;
}
/* line 174, ../scss/default.scss */
slides > slide:not(.nobackground):before {
  font-size: 12pt;
  content: "#owasp";
  position: absolute;
  bottom: 20px;
  left: 60px;
  background: url(../../images/xbekk-logo.png) no-repeat 0 50%;
  -webkit-background-size: 70px auto;
  -moz-background-size: 70px auto;
  -o-background-size: 70px auto;
  background-size: 70px auto;
  padding-left: 80px;
  height: auto;
  line-height: 1.9;
}
/* line 186, ../scss/default.scss */
slides > slide:not(.nobackground):after {
  font-size: 12pt;
  content: attr(data-slide-num) "/" attr(data-total-slides);
  position: absolute;
  bottom: 20px;
  right: 60px;
  line-height: 1.9;
}
/* line 197, ../scss/default.scss */
slides > slide.title-slide:after {
  content: '';
  background: url(../../images/owasp.png) no-repeat 100% 50%;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 100%;
  height: 120px;
}
/* line 207, ../scss/default.scss */
slides > slide.title-slide h1, slides > slide.title-slide h2 {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 10px;
  width: 700px;
}
/* line 213, ../scss/default.scss */
slides > slide.title-slide p {
  text-align: right;
}
/* line 218, ../scss/default.scss */
slides > slide.backdrop {
  z-index: -10;
  display: block !important;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(85%, #ffffff), color-stop(100%, #e6e6e6));
  background: -webkit-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);
  background: -moz-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);
  background: -o-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);
  background: linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);
  background-color: white;
}
/* line 223, ../scss/default.scss */
slides > slide.backdrop:after, slides > slide.backdrop:before {
  display: none;
}
/* line 228, ../scss/default.scss */
slides > slide > hgroup + article {
  margin-top: 45px;
}
/* line 232, ../scss/default.scss */
slides > slide > hgroup + article.flexbox.vcenter, slides > slide > hgroup + article.flexbox.vleft, slides > slide > hgroup + article.flexbox.vright {
  height: 80%;
}
/* line 237, ../scss/default.scss */
slides > slide > hgroup + article p {
  margin-bottom: 1em;
}
/* line 242, ../scss/default.scss */
slides > slide > article:only-child {
  height: 100%;
}
/* line 245, ../scss/default.scss */
slides > slide > article:only-child > iframe {
  height: 98%;
}

/* line 251, ../scss/default.scss */
slides.layout-faux-widescreen > slide {
  padding: 40px 160px;
}

/* line 260, ../scss/default.scss */
slides.layout-widescreen slide > hgroup,
slides.layout-faux-widescreen slide > hgroup {
  xmargin-top: 80px;
}
/* line 263, ../scss/default.scss */
slides.layout-widescreen slide.top-adjusted > hgroup,
slides.layout-faux-widescreen slide.top-adjusted > hgroup {
  margin-top: 0px;
}
/* line 267, ../scss/default.scss */
slides.layout-widescreen > slide,
slides.layout-faux-widescreen > slide {
  margin-left: -550px;
  width: 1100px;
}
/* line 272, ../scss/default.scss */
slides.layout-widescreen > slide.far-past,
slides.layout-faux-widescreen > slide.far-past {
  display: block;
  display: none;
  -webkit-transform: translate(-2260px);
  -moz-transform: translate(-2260px);
  -ms-transform: translate(-2260px);
  -o-transform: translate(-2260px);
  transform: translate(-2260px);
  -webkit-transform: translate3d(-2260px, 0, 0);
  -moz-transform: translate3d(-2260px, 0, 0);
  -ms-transform: translate3d(-2260px, 0, 0);
  -o-transform: translate3d(-2260px, 0, 0);
  transform: translate3d(-2260px, 0, 0);
}
/* line 279, ../scss/default.scss */
slides.layout-widescreen > slide.past,
slides.layout-faux-widescreen > slide.past {
  display: block;
  opacity: 0;
}
/* line 286, ../scss/default.scss */
slides.layout-widescreen > slide.current,
slides.layout-faux-widescreen > slide.current {
  display: block;
  opacity: 1;
}
/* line 293, ../scss/default.scss */
slides.layout-widescreen > slide.next,
slides.layout-faux-widescreen > slide.next {
  display: block;
  opacity: 0;
  pointer-events: none;
}
/* line 301, ../scss/default.scss */
slides.layout-widescreen > slide.far-next,
slides.layout-faux-widescreen > slide.far-next {
  display: block;
  display: none;
  -webkit-transform: translate(2260px);
  -moz-transform: translate(2260px);
  -ms-transform: translate(2260px);
  -o-transform: translate(2260px);
  transform: translate(2260px);
  -webkit-transform: translate3d(2260px, 0, 0);
  -moz-transform: translate3d(2260px, 0, 0);
  -ms-transform: translate3d(2260px, 0, 0);
  -o-transform: translate3d(2260px, 0, 0);
  transform: translate3d(2260px, 0, 0);
}
/* line 308, ../scss/default.scss */
slides.layout-widescreen #prev-slide-area,
slides.layout-faux-widescreen #prev-slide-area {
  margin-left: -650px;
}
/* line 312, ../scss/default.scss */
slides.layout-widescreen #next-slide-area,
slides.layout-faux-widescreen #next-slide-area {
  margin-left: 550px;
}

/* line 317, ../scss/default.scss */
b {
  font-weight: 600;
}

/* line 321, ../scss/default.scss */
a {
  color: #2a7cdf;
  text-decoration: none;
  border-bottom: 1px solid rgba(42, 124, 223, 0.5);
}
/* line 326, ../scss/default.scss */
a:hover {
  color: black !important;
}

/* line 331, ../scss/default.scss */
h1, h2, h3 {
  font-weight: 600;
}

/* line 335, ../scss/default.scss */
h2 {
  font-size: 45px;
  line-height: 45px;
  letter-spacing: -2px;
  color: #515151;
}

/* line 342, ../scss/default.scss */
h3 {
  font-size: 30px;
  letter-spacing: -1px;
  line-height: 2;
  font-weight: inherit;
  color: #797979;
}

/* line 351, ../scss/default.scss */
ul, ol {
  margin-left: 1.2em;
  margin-bottom: 1em;
  position: relative;
}
/* line 356, ../scss/default.scss */
ul li, ol li {
  margin-bottom: 0.5em;
}
/* line 359, ../scss/default.scss */
ul li ul, ul li ol, ol li ul, ol li ol {
  margin-left: 2em;
  margin-bottom: 0;
}
/* line 363, ../scss/default.scss */
ul li ul li:before, ul li ol li:before, ol li ul li:before, ol li ol li:before {
  content: '-';
  font-weight: 600;
}
/* line 369, ../scss/default.scss */
ul > li:before, ol > li:before {
  margin-left: -1em;
  position: absolute;
  font-weight: 600;
}
/* line 375, ../scss/default.scss */
ul ul, ul ol, ol ul, ol ol {
  margin-top: .5em;
}

/* line 380, ../scss/default.scss */
ul > li:before {
  content: '·';
}

/* line 384, ../scss/default.scss */
ol > li:nth-child(1):before {
  content: '1.';
}

/* line 387, ../scss/default.scss */
ol > li:nth-child(2):before {
  content: '2.';
}

/* line 390, ../scss/default.scss */
ol > li:nth-child(3):before {
  content: '3.';
}

/* line 393, ../scss/default.scss */
ol > li:nth-child(4):before {
  content: '4.';
}

/* line 396, ../scss/default.scss */
ol > li:nth-child(5):before {
  content: '5.';
}

/* line 399, ../scss/default.scss */
ol > li:nth-child(6):before {
  content: '6.';
}

/* line 402, ../scss/default.scss */
ol > li:nth-child(7):before {
  content: '7.';
}

/* line 405, ../scss/default.scss */
ol > li:nth-child(8):before {
  content: '8.';
}

/* line 408, ../scss/default.scss */
ol > li:nth-child(9):before {
  content: '9.';
}

/* line 417, ../scss/default.scss */
.highlight-code slide.current pre > * {
  opacity: 0.25;
  -webkit-transition: opacity 0.5s ease-in;
  -moz-transition: opacity 0.5s ease-in;
  -o-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
}
/* line 421, ../scss/default.scss */
.highlight-code slide.current b {
  opacity: 1;
}

/* line 426, ../scss/default.scss */
pre {
  font-family: 'Inconsolata', 'Courier New', monospace;
  font-size: 20px;
  line-height: 28px;
  padding: 10px 0 10px 60px;
  letter-spacing: -1px;
  margin-bottom: 20px;
  width: 106%;
  background-color: #e6e6e6;
  left: -60px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*overflow: hidden;*/
}
/* line 440, ../scss/default.scss */
pre[data-lang]:after {
  content: attr(data-lang);
  background-color: darkgrey;
  right: 0;
  top: 0;
  position: absolute;
  font-size: 16pt;
  color: white;
  padding: 2px 25px;
  text-transform: uppercase;
}

/* line 453, ../scss/default.scss */
pre[data-lang="go"] {
  color: #333;
}

/* line 457, ../scss/default.scss */
code {
  font-size: 95%;
  font-family: 'Inconsolata', 'Courier New', monospace;
  color: black;
}

/* line 463, ../scss/default.scss */
iframe {
  width: 100%;
  height: 530px;
  background: white;
  border: 1px solid #e6e6e6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 471, ../scss/default.scss */
dt {
  font-weight: bold;
}

/* line 475, ../scss/default.scss */
button {
  display: inline-block;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(40%, #f9f9f9), color-stop(70%, #e3e3e3));
  background: -webkit-linear-gradient(#f9f9f9 40%, #e3e3e3 70%);
  background: -moz-linear-gradient(#f9f9f9 40%, #e3e3e3 70%);
  background: -o-linear-gradient(#f9f9f9 40%, #e3e3e3 70%);
  background: linear-gradient(#f9f9f9 40%, #e3e3e3 70%);
  border: 1px solid darkgrey;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px white;
  font-size: 10pt;
}

/* line 489, ../scss/default.scss */
button:not(:disabled):hover {
  border-color: #515151;
}

/* line 493, ../scss/default.scss */
button:not(:disabled):active {
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(40%, #e3e3e3), color-stop(70%, #f9f9f9));
  background: -webkit-linear-gradient(#e3e3e3 40%, #f9f9f9 70%);
  background: -moz-linear-gradient(#e3e3e3 40%, #f9f9f9 70%);
  background: -o-linear-gradient(#e3e3e3 40%, #f9f9f9 70%);
  background: linear-gradient(#e3e3e3 40%, #f9f9f9 70%);
}

/* line 497, ../scss/default.scss */
:disabled {
  color: darkgrey;
}

/* line 501, ../scss/default.scss */
.blue {
  color: #4387fd;
}

/* line 504, ../scss/default.scss */
.blue2 {
  color: #3c8ef3;
}

/* line 507, ../scss/default.scss */
.blue3 {
  color: #2a7cdf;
}

/* line 510, ../scss/default.scss */
.yellow {
  color: #ffd14d;
}

/* line 513, ../scss/default.scss */
.yellow2 {
  color: #f9cc46;
}

/* line 516, ../scss/default.scss */
.yellow3 {
  color: #f6c000;
}

/* line 519, ../scss/default.scss */
.green {
  color: #0da861;
}

/* line 522, ../scss/default.scss */
.green2 {
  color: #00a86d;
}

/* line 525, ../scss/default.scss */
.green3 {
  color: #009f5d;
}

/* line 528, ../scss/default.scss */
.red {
  color: #f44a3f;
}

/* line 531, ../scss/default.scss */
.red2 {
  color: #e0543e;
}

/* line 534, ../scss/default.scss */
.red3 {
  color: #d94d3a;
}

/* line 537, ../scss/default.scss */
.gray {
  color: #e6e6e6;
}

/* line 540, ../scss/default.scss */
.gray2 {
  color: darkgrey;
}

/* line 543, ../scss/default.scss */
.gray3 {
  color: #797979;
}

/* line 546, ../scss/default.scss */
.gray4 {
  color: #515151;
}

/* line 550, ../scss/default.scss */
.white {
  color: white !important;
}

/* line 553, ../scss/default.scss */
.black {
  color: black !important;
}

/* line 557, ../scss/default.scss */
.columns-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
}

/* line 561, ../scss/default.scss */
table {
  width: 100%;
  border-collapse: -moz-initial;
  border-collapse: initial;
  border-spacing: 2px;
  border-bottom: 1px solid #797979;
}
/* line 568, ../scss/default.scss */
table tr > td:first-child, table th {
  font-weight: 600;
  color: #515151;
}
/* line 573, ../scss/default.scss */
table tr:nth-child(odd) {
  background-color: #e6e6e6;
}
/* line 577, ../scss/default.scss */
table th {
  color: white;
  font-size: 18px;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(40%, #4387fd), color-stop(80%, #2a7cdf)) no-repeat;
  background: -webkit-linear-gradient(top, #4387fd 40%, #2a7cdf 80%) no-repeat;
  background: -moz-linear-gradient(top, #4387fd 40%, #2a7cdf 80%) no-repeat;
  background: -o-linear-gradient(top, #4387fd 40%, #2a7cdf 80%) no-repeat;
  background: linear-gradient(top, #4387fd 40%, #2a7cdf 80%) no-repeat;
}
/* line 583, ../scss/default.scss */
table td, table th {
  font-size: 18px;
  padding: 1em 0.5em;
}
/* line 588, ../scss/default.scss */
table td.highlight {
  color: #515151;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(40%, #ffd14d), color-stop(80%, #f6c000)) no-repeat;
  background: -webkit-linear-gradient(top, #ffd14d 40%, #f6c000 80%) no-repeat;
  background: -moz-linear-gradient(top, #ffd14d 40%, #f6c000 80%) no-repeat;
  background: -o-linear-gradient(top, #ffd14d 40%, #f6c000 80%) no-repeat;
  background: linear-gradient(top, #ffd14d 40%, #f6c000 80%) no-repeat;
}
/* line 593, ../scss/default.scss */
table.rows {
  border-bottom: none;
  border-right: 1px solid #797979;
}

/* line 599, ../scss/default.scss */
q {
  font-size: 45px;
  line-height: 72px;
}
/* line 603, ../scss/default.scss */
q:before {
  content: '“';
  position: absolute;
  margin-left: -0.5em;
}
/* line 608, ../scss/default.scss */
q:after {
  content: '”';
  position: absolute;
  margin-left: 0.1em;
}

/* line 614, ../scss/default.scss */
q.small {
  font-size: 35px;
  line-height: 62px;
}

/* line 619, ../scss/default.scss */
slide.fill {
  background-repeat: no-repeat;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* Size variants */
/* line 628, ../scss/default.scss */
article.smaller p, article.smaller ul {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0;
}
/* line 634, ../scss/default.scss */
article.smaller table td, article.smaller table th {
  font-size: 14px;
}
/* line 638, ../scss/default.scss */
article.smaller pre {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0;
}
/* line 643, ../scss/default.scss */
article.smaller q {
  font-size: 40px;
  line-height: 48px;
}
/* line 647, ../scss/default.scss */
article.smaller q:before, article.smaller q:after {
  font-size: 60px;
}

/* Builds */
/* line 656, ../scss/default.scss */
.build > * {
  -webkit-transition: opacity 0.5s ease-in-out;
  -webkit-transition-delay: 0.2s;
  -moz-transition: opacity 0.5s ease-in-out 0.2s;
  -o-transition: opacity 0.5s ease-in-out 0.2s;
  transition: opacity 0.5s ease-in-out 0.2s;
}
/* line 660, ../scss/default.scss */
.build .to-build {
  opacity: 0;
}
/* line 664, ../scss/default.scss */
.build .build-fade {
  opacity: 0.3;
}
/* line 667, ../scss/default.scss */
.build .build-fade:hover {
  opacity: 1.0;
}

/* line 674, ../scss/default.scss */
.popup .next .build .to-build {
  opacity: 1;
}
/* line 678, ../scss/default.scss */
.popup .next .build .build-fade {
  opacity: 1;
}

/* Pretty print */
/* line 686, ../scss/default.scss */
.prettyprint .str,
.prettyprint .atv {
  /* a markup attribute value */
  color: #009f5d;
}

/* line 690, ../scss/default.scss */
.prettyprint .kwd,
.prettyprint .tag {
  /* a markup tag name */
  color: #0066cc;
}

/* line 693, ../scss/default.scss */
.prettyprint .com {
  /* a comment */
  color: #797979;
  font-style: italic;
}

/* line 697, ../scss/default.scss */
.prettyprint .lit {
  /* a literal value */
  color: #7f0000;
}

/* line 702, ../scss/default.scss */
.prettyprint .pun,
.prettyprint .opn,
.prettyprint .clo {
  color: #515151;
}

/* line 708, ../scss/default.scss */
.prettyprint .typ,
.prettyprint .atn,
.prettyprint .dec,
.prettyprint .var {
  /* a declaration; a variable name */
  color: #d94d3a;
}

/* line 711, ../scss/default.scss */
.prettyprint .pln {
  color: #515151;
}

/* line 715, ../scss/default.scss */
.note {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 1em;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  pointer-events: none;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-box !important;
  display: -o-box !important;
  display: box !important;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  box-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-box-pack: center;
  box-pack: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateY(350px);
  -moz-transform: translateY(350px);
  -ms-transform: translateY(350px);
  -o-transform: translateY(350px);
  transform: translateY(350px);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/* line 733, ../scss/default.scss */
.note > section {
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px #797979;
  -moz-box-shadow: 0 0 10px #797979;
  box-shadow: 0 0 10px #797979;
  width: 60%;
  padding: 2em;
}

/* line 750, ../scss/default.scss */
.with-notes.popup slides.layout-widescreen slide.next,
.with-notes.popup slides.layout-faux-widescreen slide.next {
  -webkit-transform: translate3d(690px, 80px, 0) scale(0.35);
  -moz-transform: translate3d(690px, 80px, 0) scale(0.35);
  -ms-transform: translate3d(690px, 80px, 0) scale(0.35);
  -o-transform: translate3d(690px, 80px, 0) scale(0.35);
  transform: translate3d(690px, 80px, 0) scale(0.35);
}
/* line 753, ../scss/default.scss */
.with-notes.popup slides.layout-widescreen slide .note,
.with-notes.popup slides.layout-faux-widescreen slide .note {
  -webkit-transform: translate3d(300px, 800px, 0) scale(1.5);
  -moz-transform: translate3d(300px, 800px, 0) scale(1.5);
  -ms-transform: translate3d(300px, 800px, 0) scale(1.5);
  -o-transform: translate3d(300px, 800px, 0) scale(1.5);
  transform: translate3d(300px, 800px, 0) scale(1.5);
}
/* line 759, ../scss/default.scss */
.with-notes.popup slide {
  overflow: visible;
  background: white;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  pointer-events: none;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
/* line 766, ../scss/default.scss */
.with-notes.popup slide:not(.backdrop) {
  -webkit-transform: scale(0.6) translate3d(0.5em, 0.5em, 0);
  -moz-transform: scale(0.6) translate3d(0.5em, 0.5em, 0);
  -ms-transform: scale(0.6) translate3d(0.5em, 0.5em, 0);
  -o-transform: scale(0.6) translate3d(0.5em, 0.5em, 0);
  transform: scale(0.6) translate3d(0.5em, 0.5em, 0);
  -webkit-box-shadow: 0 0 10px #797979;
  -moz-box-shadow: 0 0 10px #797979;
  box-shadow: 0 0 10px #797979;
}
/* line 771, ../scss/default.scss */
.with-notes.popup slide.backdrop {
  background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 600, color-stop(0%, #b1dfff), color-stop(100%, #4387fd));
  background-image: -webkit-radial-gradient(50% 50%, #b1dfff 0%, #4387fd 600px);
  background-image: -moz-radial-gradient(50% 50%, #b1dfff 0%, #4387fd 600px);
  background-image: -o-radial-gradient(50% 50%, #b1dfff 0%, #4387fd 600px);
  background-image: radial-gradient(50% 50%, #b1dfff 0%, #4387fd 600px);
}
/* line 777, ../scss/default.scss */
.with-notes.popup slide.next {
  -webkit-transform: translate3d(570px, 80px, 0) scale(0.35);
  -moz-transform: translate3d(570px, 80px, 0) scale(0.35);
  -ms-transform: translate3d(570px, 80px, 0) scale(0.35);
  -o-transform: translate3d(570px, 80px, 0) scale(0.35);
  transform: translate3d(570px, 80px, 0) scale(0.35);
  opacity: 1 !important;
}
/* line 781, ../scss/default.scss */
.with-notes.popup slide.next .note {
  display: none !important;
}
/* line 787, ../scss/default.scss */
.with-notes.popup .note {
  width: 109%;
  height: 260px;
  background: #e6e6e6;
  padding: 0;
  -webkit-box-shadow: 0 0 10px #797979;
  -moz-box-shadow: 0 0 10px #797979;
  box-shadow: 0 0 10px #797979;
  -webkit-transform: translate3d(250px, 800px, 0) scale(1.5);
  -moz-transform: translate3d(250px, 800px, 0) scale(1.5);
  -ms-transform: translate3d(250px, 800px, 0) scale(1.5);
  -o-transform: translate3d(250px, 800px, 0) scale(1.5);
  transform: translate3d(250px, 800px, 0) scale(1.5);
  -webkit-transition: opacity 400ms ease-in-out;
  -moz-transition: opacity 400ms ease-in-out;
  -o-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out;
}
/* line 798, ../scss/default.scss */
.with-notes.popup .note > section {
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  height: 100%;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  overflow: auto;
  padding: 1em;
}
/* line 811, ../scss/default.scss */
.with-notes .note {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  pointer-events: auto;
}

/* line 818, ../scss/default.scss */
.source {
  font-size: 14px;
  color: darkgrey;
  position: absolute;
  bottom: 70px;
  left: 60px;
}

/* line 826, ../scss/default.scss */
.centered {
  text-align: center;
}

/* line 830, ../scss/default.scss */
.reflect {
  -webkit-box-reflect: below 3px -webkit-linear-gradient(rgba(255, 255, 255, 0) 85%, white 150%);
  -moz-box-reflect: below 3px -moz-linear-gradient(rgba(255, 255, 255, 0) 85%, white 150%);
  -o-box-reflect: below 3px -o-linear-gradient(rgba(255, 255, 255, 0) 85%, white 150%);
  -ms-box-reflect: below 3px -ms-linear-gradient(rgba(255, 255, 255, 0) 85%, white 150%);
  box-reflect: below 3px linear-gradient(rgba(255, 255, 255, 0) 85%, #ffffff 150%);
}

/* line 838, ../scss/default.scss */
.flexbox {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-box !important;
  display: -o-box !important;
  display: box !important;
}

/* line 842, ../scss/default.scss */
.flexbox.vcenter {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  box-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-box-pack: center;
  box-pack: center;
  height: 100%;
  width: 100%;
}

/* line 848, ../scss/default.scss */
.flexbox.vleft {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-align: left;
  -moz-box-align: left;
  -ms-box-align: left;
  box-align: left;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-box-pack: center;
  box-pack: center;
  height: 100%;
  width: 100%;
}

/* line 854, ../scss/default.scss */
.flexbox.vright {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-box-align: end;
  box-align: end;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-box-pack: center;
  box-pack: center;
  height: 100%;
  width: 100%;
}

/* line 860, ../scss/default.scss */
.auto-fadein {
  -webkit-transition: opacity 0.6s ease-in;
  -webkit-transition-delay: 1s;
  -moz-transition: opacity 0.6s ease-in 1s;
  -o-transition: opacity 0.6s ease-in 1s;
  transition: opacity 0.6s ease-in 1s;
  opacity: 0;
}

/* Clickable/tappable areas */
/* line 866, ../scss/default.scss */
.slide-area {
  z-index: 1000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 700px;
  left: 50%;
  top: 50%;
  cursor: pointer;
  margin-top: -350px;
}

/* line 883, ../scss/default.scss */
#prev-slide-area {
  margin-left: -550px;
}

/* line 888, ../scss/default.scss */
#next-slide-area {
  margin-left: 450px;
}

/* ===== SLIDE CONTENT ===== */
/* line 896, ../scss/default.scss */
.logoslide img {
  width: 383px;
  xheight: 92px;
}

/* line 902, ../scss/default.scss */
.segue {
  padding: 60px 120px;
}
/* line 905, ../scss/default.scss */
.segue h2 {
  color: #e6e6e6;
  font-size: 60px;
}
/* line 909, ../scss/default.scss */
.segue h3 {
  color: #e6e6e6;
  line-height: 2.8;
}
/* line 913, ../scss/default.scss */
.segue hgroup {
  position: absolute;
  bottom: 225px;
}

/* line 919, ../scss/default.scss */
.thank-you-slide {
  background: #4387fd !important;
  color: white;
}
/* line 923, ../scss/default.scss */
.thank-you-slide h2 {
  font-size: 60px;
  color: inherit;
}
/* line 928, ../scss/default.scss */
.thank-you-slide article > p {
  margin-top: 2em;
  font-size: 20pt;
}
/* line 933, ../scss/default.scss */
.thank-you-slide > p {
  position: absolute;
  bottom: 80px;
  font-size: 24pt;
  line-height: 1.3;
}

/* line 941, ../scss/default.scss */
aside.gdbar {
  height: 97px;
  width: 215px;
  position: absolute;
  left: -1px;
  top: 125px;
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  -ms-border-radius: 0 10px 10px 0;
  -o-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #e6e6e6), color-stop(100%, #e6e6e6)) no-repeat;
  background: -webkit-linear-gradient(left, #e6e6e6, #e6e6e6) no-repeat;
  background: -moz-linear-gradient(left, #e6e6e6, #e6e6e6) no-repeat;
  background: -o-linear-gradient(left, #e6e6e6, #e6e6e6) no-repeat;
  background: linear-gradient(left, #e6e6e6, #e6e6e6) no-repeat;
  -webkit-background-size: 0% 100%;
  -moz-background-size: 0% 100%;
  -o-background-size: 0% 100%;
  background-size: 0% 100%;
  -webkit-transition: all 0.5s ease-out;
  -webkit-transition-delay: 0.5s;
  -moz-transition: all 0.5s ease-out 0.5s;
  -o-transition: all 0.5s ease-out 0.5s;
  transition: all 0.5s ease-out 0.5s;
  /* Better to transition only on background-size, but not sure how to do that with the mixin. */
}
/* line 952, ../scss/default.scss */
aside.gdbar.right {
  right: 0;
  left: -moz-initial;
  left: initial;
  top: 254px;
  /* 96 is height of gray icon bar */
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
/* line 959, ../scss/default.scss */
aside.gdbar.right img {
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
/* line 964, ../scss/default.scss */
aside.gdbar.bottom {
  top: -moz-initial;
  top: initial;
  bottom: 60px;
}
/* line 970, ../scss/default.scss */
aside.gdbar img {
  width: auto;
  height: 40px;
  position: absolute;
  right: 0;
  margin: 28px 15px;
}

/* line 981, ../scss/default.scss */
.title-slide hgroup {
  bottom: 100px;
}
/* line 984, ../scss/default.scss */
.title-slide hgroup h1 {
  font-size: 65px;
  line-height: 1.4;
  letter-spacing: -3px;
  color: #515151;
}
/* line 991, ../scss/default.scss */
.title-slide hgroup h2 {
  font-size: 34px;
  color: darkgrey;
  font-weight: inherit;
}
/* line 997, ../scss/default.scss */
.title-slide hgroup p {
  font-size: 20px;
  color: #797979;
  line-height: 1.3;
  margin-top: 2em;
}

/* line 1006, ../scss/default.scss */
.quote {
  color: #e6e6e6;
}
/* line 1009, ../scss/default.scss */
.quote .author {
  font-size: 24px;
  position: absolute;
  bottom: 80px;
  line-height: 1.4;
}

/* line 1018, ../scss/default.scss */
[data-config-contact] a {
  color: white;
  border-bottom: none;
}
/* line 1022, ../scss/default.scss */
[data-config-contact] span {
  width: 115px;
  display: inline-block;
}

/* line 1031, ../scss/default.scss */
.overview.popup .note {
  display: none !important;
}
/* line 1037, ../scss/default.scss */
.overview slides slide {
  display: block;
  cursor: pointer;
  opacity: 0.5;
  pointer-events: auto !important;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(85%, #ffffff), color-stop(100%, #e6e6e6));
  background: -webkit-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);
  background: -moz-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);
  background: -o-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);
  background: linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);
  background-color: white;
}
/* line 1038, ../scss/default.scss */
.overview slides slide.backdrop {
  display: none !important;
}
/* line 1053, ../scss/default.scss */
.overview slides slide.far-past, .overview slides slide.past, .overview slides slide.next, .overview slides slide.far-next, .overview slides slide.far-past {
  opacity: 0.5;
  display: block;
}
/* line 1058, ../scss/default.scss */
.overview slides slide.current {
  opacity: 1;
}
/* line 1064, ../scss/default.scss */
.overview .slide-area {
  display: none;
}

@media print {
  /* line 1071, ../scss/default.scss */
  slides slide {
    display: block !important;
    position: relative;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(85%, #ffffff), color-stop(100%, #e6e6e6));
    background: -webkit-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);
    background: -moz-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);
    background: -o-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);
    background: linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);
    background-color: white;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    width: 100%;
    height: 100%;
    page-break-after: always;
    top: auto !important;
    left: auto !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    opacity: 1 !important;
    color: #555;
  }
  /* line 1091, ../scss/default.scss */
  slides slide.far-past, slides slide.past, slides slide.next, slides slide.far-next, slides slide.far-past, slides slide.current {
    opacity: 1 !important;
    display: block !important;
  }
  /* line 1097, ../scss/default.scss */
  slides slide .build > * {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  /* line 1102, ../scss/default.scss */
  slides slide .build .to-build,
  slides slide .build .build-fade {
    opacity: 1;
  }
  /* line 1107, ../scss/default.scss */
  slides slide .auto-fadein {
    opacity: 1 !important;
  }
  /* line 1111, ../scss/default.scss */
  slides slide.backdrop {
    display: none !important;
  }
  /* line 1115, ../scss/default.scss */
  slides slide table.rows {
    border-right: 0;
  }
  /* line 1120, ../scss/default.scss */
  slides slide[hidden] {
    display: none !important;
  }

  /* line 1125, ../scss/default.scss */
  .slide-area {
    display: none;
  }

  /* line 1129, ../scss/default.scss */
  .reflect {
    -webkit-box-reflect: none;
    -moz-box-reflect: none;
    -o-box-reflect: none;
    -ms-box-reflect: none;
    box-reflect: none;
  }

  /* line 1137, ../scss/default.scss */
  pre, code {
    font-family: monospace !important;
  }
}
