@charset "UTF-8";

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans"), local("OpenSans"), url("../fonts/open-sans.woff") format("woff");
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url("../fonts/open-sans-semibold.woff") format("woff");
}

@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 400;
    src: local("Open Sans Italic"), local("OpenSans-Italic"), url("../fonts/open-sans-italic.woff") format("woff");
}

@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 600;
    src: local("Open Sans Semibold Italic"), local("OpenSans-SemiboldItalic"), url("../fonts/open-sans-semibold-italic.woff") format("woff");
}

@font-face {
    font-family: "Source Code Pro";
    font-style: normal;
    font-weight: 400;
    src: local("Source Code Pro"), local("SourceCodePro-Regular"), url("../fonts/source-code-pro.woff") format("woff");
}

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;
}

html {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q, blockquote {
    quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none;
}

img {
    max-width: 100%;
    height: auto;
}

video {
    max-height: 100%;
    width: auto;
}

a img {
    border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}

html {
    height: 100%;
    overflow: hidden;
}

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;
}

body.loaded {
    opacity: 1 !important;
}

input, button {
    vertical-align: middle;
}

slides > slide[hidden] {
    display: none !important;
}

slides {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    -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;
}

slides > slide {
    display: block;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::selection {
    color: white;
    background-color: #ffd14d;
    text-shadow: none;
}

::-webkit-scrollbar {
    height: 16px;
    overflow: visible;
    width: 16px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(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, .1), inset 0 -1px 0 rgba(0, 0, 0, .07);
    -moz-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset 0 -1px 0 rgba(0, 0, 0, .07);
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset 0 -1px 0 rgba(0, 0, 0, .07);
    border-width: 1px 1px 1px 6px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, .5);
}

::-webkit-scrollbar-button {
    height: 0;
    width: 0;
}

::-webkit-scrollbar-track {
    background-clip: padding-box;
    border: solid transparent;
    border-width: 0 0 0 4px;
}

::-webkit-scrollbar-corner {
    background: transparent;
}

body {
    background: black;
}

slides > slide {
    display: none;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 2vw;
    color: #222;
    width: 100%;
    height: 100%;
    padding: 3.1vw 4.7vw;
    background: #fff;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

slides > slide.far-past {
    display: none;
}

slides > slide.past {
    display: block;
    opacity: 0;
}

slides > slide.current {
    display: block;
    opacity: 1;
}

slides > slide.current .auto-fadein {
    opacity: 1;
}

slides > slide.current .gdbar {
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}

slides > slide.next {
    display: block;
    opacity: 0;
    pointer-events: none;
}

slides > slide.far-next {
    display: none;
}

slides > slide.dark {
    background: #515151 !important;
}

slides > slide.title-slide:after {
    content: "";
    position: absolute;
    bottom: 40px;
    right: 40px;
    width: 100%;
    height: 60px;
}

slides > slide article img:not(.mwauto) {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

slides > slide article img.logo {
  max-width: 400px;
  float: right;
  clear: both;
  margin-bottom: 1.5em;
  margin-left: 1em;
}

slides > slide article figure {
  margin: .5rem auto;
}

slides > slide article figure.left {
  float: left;
  margin: 0 1em 0 3px;
  text-align: left;
}

slides > slide article figure.right {
  float: right;
  margin: 0 3px 0 1em;
  text-align: right;
}

slides > slide article figure.center {
  text-align: center;
}

slides > slide article figure img {
  max-width: 100%;
  height: auto;
}

slides > slide.backdrop {
    z-index: -10;
    display: block !important;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(89.5%, #ffffff), color-stop(100%, #e6e6e6));
    background: -webkit-linear-gradient(#ffffff, #ffffff 89.5%, #e6e6e6);
    background: -moz-linear-gradient(#ffffff, #ffffff 89.5%, #e6e6e6);
    background: -o-linear-gradient(#ffffff, #ffffff 89.5%, #e6e6e6);
    background: linear-gradient(#ffffff, #ffffff 89.5%, #e6e6e6);
    background-color: white;
}

slides > slide.backdrop:after, slides > slide.backdrop:before {
    display: none;
}

slides > slide > hgroup + article {
    margin-top: 40px;
    height: calc(100% - 100px);
    overflow-y: auto;
    overflow-x: hidden;
}

slides > slide > hgroup + article.flexbox.vcenter, slides > slide > hgroup + article.flexbox.vleft, slides > slide > hgroup + article.flexbox.vright {
    height: 80%;
}

slides > slide > hgroup + article p {
    margin-bottom: 1em;
}

slides > slide > hgroup + article table td p {
    margin-bottom: .5em;
}

slides > slide > article:only-child {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

slides > slide > article:only-child > iframe {
    height: 98%;
}

slides.layout-faux-widescreen > slide {
    padding: 40px 160px;
}

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);
}

slides.layout-widescreen > slide.past, slides.layout-faux-widescreen > slide.past {
    display: block;
    opacity: 0;
}

slides.layout-widescreen > slide.current, slides.layout-faux-widescreen > slide.current {
    display: block;
    opacity: 1;
}

slides.layout-widescreen > slide.next, slides.layout-faux-widescreen > slide.next {
    display: block;
    opacity: 0;
    pointer-events: none;
}

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);
}

slides.layout-widescreen #prev-slide-area, slides.layout-faux-widescreen #prev-slide-area {
    margin-left: -612px;
}

slides.layout-widescreen #next-slide-area, slides.layout-faux-widescreen #next-slide-area {
    margin-left: 512px;
}

b {
    font-weight: 600;
}

a {
    color: #2a7cdf;
    text-decoration: none;
    border-bottom: 1px solid rgba(42, 124, 223, .5);
}

a:hover {
    color: black !important;
}

h1, h2, h3 {
    font-weight: 600;
}

h2 {
    font-size: 3.5vw;
    line-height: 3.5vw;
    letter-spacing: -2px;
    color: #222;
}

h3 {
    font-size: 2.35vw;
    letter-spacing: -1px;
    line-height: 2;
    color: #222;
}

hgroup h2 {
    margin-top: 15px;
}

article h2 {
    margin-top: 15px;
    margin-bottom: 40px;
}

article h3 {
    margin-top: 40px;
    margin-bottom: 15px;
}

article ul + h3 {
    margin-top: 1.5em;
}

article p, article li {
    line-height: 1.4;
}

article ul + p, article pre + pre, article pre + p {
    margin-top: 1.8em;
}

article.flexbox.vcenter p {
    font-size: 2.2vw;
    margin-bottom: 1em;
}

sup {
    position: relative;
    top: -2px;
    margin-left: 2px;
}

.footnote sup {
    margin-left: 0;
    margin-right: 2px;
}

.gallery {
    height: 100%;
    display: flex;
    flex-flow: wrap;
    align-content: space-evenly;
    align-items: center;
    justify-content: center;
}

.gallery figure {
    margin: .5em;
}

.gallery img {
    width: 16vw;
}

.gallery figcaption {
    margin-top: 3px;
    font-size: 1.2vw;
    text-align: center;
}

ul, ol {
    margin-left: 1.2em;
    margin-bottom: 1em;
    position: relative;
}

ul li, ol li {
    margin-bottom: 1em;
    line-height: 1.4;
}

ul li ul, ol li ol {
    margin-top: .7em;
    margin-left: 2em;
    margin-bottom: 0;
}

ul li ul li, ol li ol li {
    font-size: .9em;
    margin-bottom: .6em;
}

ul li ul li:before {
    content: "-";
    font-weight: 600;
}

ul > li:before {
    content: "\00B7";
    margin-left: -1em;
    position: absolute;
    font-weight: 600;
}

ul ul, ol ol {
    margin-top: .5em;
}

ol li {
    list-style: decimal;
}

ol li ol li {
    list-style: lower-latin;
}

ul.annotation li {
    font-size: .7em;
    margin-bottom: .25em;
}

p + ul, pre + ul {
    margin-top: 2em;
}

.highlight-code slide.current pre > * {
    opacity: .25;
    -webkit-transition: opacity .5s ease-in;
    -moz-transition: opacity .5s ease-in;
    -o-transition: opacity .5s ease-in;
    transition: opacity .5s ease-in;
}

.highlight-code slide.current b {
    opacity: 1;
}

pre {
    font-family: "Source Code Pro", "Courier New", monospace;
    font-size: 1.5vw;
    line-height: 2.2vw;
    padding: 10px 0 10px 60px;
    letter-spacing: -1px;
    margin-bottom: 20px;
    background-color: #e6e6e6;
    left: -40px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

pre[data-lang]:after {
    content: attr(data-lang);
    background-color: #a9a9a9;
    right: 0;
    top: 0;
    position: absolute;
    font-size: 16pt;
    color: white;
    padding: 2px 25px;
    text-transform: uppercase;
}

pre[data-lang="go"] {
    color: #333;
}

code {
    font-size: 95%;
    font-family: "Source Code Pro", "Courier New", monospace;
    color: black;
    letter-spacing: -.75px;
}

p code, li code {
    background: #e6e6e6;
    padding: 0 3px;
}

iframe {
    width: 100%;
    height: 608px;
    background: white;
    border: 1px solid #e6e6e6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

dt {
    font-weight: bold;
}

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 #a9a9a9;
    -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 #fff;
    font-size: 10pt;
}

button:not(:disabled):hover {
    border-color: #515151;
}

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%);
}

:disabled {
    color: #a9a9a9;
}

.blue {
    color: #4387fd;
}

.blue2 {
    color: #3c8ef3;
}

.blue3 {
    color: #2a7cdf;
}

.yellow {
    color: #ffd14d;
}

.yellow2 {
    color: #f9cc46;
}

.yellow3 {
    color: #f6c000;
}

.green {
    color: #0da861;
}

.green2 {
    color: #00a86d;
}

.green3 {
    color: #009f5d;
}

.red {
    color: #f44a3f;
}

.red2 {
    color: #e0543e;
}

.red3 {
    color: #d94d3a;
}

.gray {
    color: #e6e6e6;
}

.gray2 {
    color: #a9a9a9;
}

.gray3 {
    color: #797979;
}

.gray4 {
    color: #515151;
}

.white {
    color: white !important;
}

.black {
    color: black !important;
}

.columns-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
}

table {
    width: 100%;
    border-collapse: -moz-initial;
    border-collapse: initial;
    border-spacing: 2px;
}

table th {
    font-weight: 600;
    color: #222;
}

table tr:nth-child(even) {
    background-color: #e6e6e6;
}

table th {
    font-size: 1.4vw;
    background: #9c0;
}

table td, table th {
    font-size: 1.4vw;
    padding: .5em;
    line-height: 1.5;
}

table td.top-nowrap {
    vertical-align: top;
    white-space: nowrap;
}

table td.highlight {
    color: #222;
    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;
}

table.rows {
    border-bottom: none;
    border-right: 1px solid #797979;
}

q {
    font-size: 3.5vw;
    line-height: 72px;
}

q:before {
    content: "“";
    position: absolute;
    margin-left: -.5em;
}

q:after {
    content: "”";
    position: absolute;
    margin-left: .1em;
}

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;
}

slide.video {
    padding: 0;
}

slide.video video {
    height: auto;
}

article sup {
    font-size: 72%;
    top: -.55em;
}

article.smaller p, article.smaller ul {
    font-size: 1.5vw;
    line-height: 2vw;
    letter-spacing: 0;
}

article.smaller table td, article.smaller table th {
    font-size: 1.1vw;
}

article.smaller pre {
    font-size: 1.2vw;
    line-height: 1.5vw;
    letter-spacing: 0;
}

article.smaller q {
    font-size: 3.1vw;
    line-height: 3.75vw;
}

article.smaller q:before, article.smaller q:after {
    font-size: 4.7vw;
}

.build > * {
    -webkit-transition: opacity .5s ease-in-out;
    -webkit-transition-delay: .2s;
    -moz-transition: opacity .5s ease-in-out .2s;
    -o-transition: opacity .5s ease-in-out .2s;
    transition: opacity .5s ease-in-out .2s;
}

.build .to-build {
    opacity: 0;
}

.build .build-fade {
    opacity: .3;
}

.build .build-fade:hover {
    opacity: 1.0;
}

.popup .next .build .to-build {
    opacity: 1;
}

.popup .next .build .build-fade {
    opacity: 1;
}

.prettyprint .str, .prettyprint .atv {
    color: #009f5d;
}

.prettyprint .kwd, .prettyprint .tag {
    color: #06c;
}

.prettyprint .com {
    color: #797979;
    font-style: italic;
}

.prettyprint .lit {
    color: #7f0000;
}

.prettyprint .pun, .prettyprint .opn, .prettyprint .clo {
    color: #515151;
}

.prettyprint .typ, .prettyprint .atn, .prettyprint .dec, .prettyprint .var {
    color: #d94d3a;
}

.prettyprint .pln {
    color: #515151;
}

.note {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 1em;
    background: rgba(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(384px);
    -moz-transform: translateY(384px);
    -ms-transform: translateY(384px);
    -o-transform: translateY(384px);
    transform: translateY(384px);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.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;
}

.with-notes.popup slides.layout-widescreen slide.next, .with-notes.popup slides.layout-faux-widescreen slide.next {
    -webkit-transform: translate3d(652px, 80px, 0) scale(.35);
    -moz-transform: translate3d(652px, 80px, 0) scale(.35);
    -ms-transform: translate3d(652px, 80px, 0) scale(.35);
    -o-transform: translate3d(652px, 80px, 0) scale(.35);
    transform: translate3d(652px, 80px, 0) scale(.35);
}

.with-notes.popup slides.layout-widescreen slide .note, .with-notes.popup slides.layout-faux-widescreen slide .note {
    -webkit-transform: translate3d(300px, 868px, 0) scale(1.5);
    -moz-transform: translate3d(300px, 868px, 0) scale(1.5);
    -ms-transform: translate3d(300px, 868px, 0) scale(1.5);
    -o-transform: translate3d(300px, 868px, 0) scale(1.5);
    transform: translate3d(300px, 868px, 0) scale(1.5);
}

.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;
}

.with-notes.popup slide:not(.backdrop) {
    -webkit-transform: scale(.6) translate3d(.5em, .5em, 0);
    -moz-transform: scale(.6) translate3d(.5em, .5em, 0);
    -ms-transform: scale(.6) translate3d(.5em, .5em, 0);
    -o-transform: scale(.6) translate3d(.5em, .5em, 0);
    transform: scale(.6) translate3d(.5em, .5em, 0);
    -webkit-box-shadow: 0 0 10px #797979;
    -moz-box-shadow: 0 0 10px #797979;
    box-shadow: 0 0 10px #797979;
}

.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);
}

.with-notes.popup slide.next {
    -webkit-transform: translate3d(570px, 80px, 0) scale(.35);
    -moz-transform: translate3d(570px, 80px, 0) scale(.35);
    -ms-transform: translate3d(570px, 80px, 0) scale(.35);
    -o-transform: translate3d(570px, 80px, 0) scale(.35);
    transform: translate3d(570px, 80px, 0) scale(.35);
    opacity: 1 !important;
}

.with-notes.popup slide.next .note {
    display: none !important;
}

.with-notes.popup .note {
    width: 109%;
    height: 294px;
    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, 868px, 0) scale(1.5);
    -moz-transform: translate3d(250px, 868px, 0) scale(1.5);
    -ms-transform: translate3d(250px, 868px, 0) scale(1.5);
    -o-transform: translate3d(250px, 868px, 0) scale(1.5);
    transform: translate3d(250px, 868px, 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;
}

.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;
}

.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;
}

.source {
    font-size: 1.1vw;
    color: #a9a9a9;
    position: absolute;
    bottom: 70px;
    left: 60px;
}

.centered {
    text-align: center;
}

article.centered {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

article.with-image {
    padding: 20px;
    background-color: #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

article.with-image img {
    width: 100%;
}

.reflect {
    -webkit-box-reflect: below 3px -webkit-linear-gradient(rgba(255, 255, 255, 0) 85%, #fff 150%);
    -moz-box-reflect: below 3px -moz-linear-gradient(rgba(255, 255, 255, 0) 85%, #fff 150%);
    -o-box-reflect: below 3px -o-linear-gradient(rgba(255, 255, 255, 0) 85%, #fff 150%);
    -ms-box-reflect: below 3px -ms-linear-gradient(rgba(255, 255, 255, 0) 85%, #fff 150%);
    box-reflect: below 3px linear-gradient(rgba(255, 255, 255, 0) 85%, #ffffff 150%);
}

.flexbox {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-box !important;
    display: -o-box !important;
    display: box !important;
}

.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%;
}

.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%;
}

.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%;
}

.auto-fadein {
    -webkit-transition: opacity .6s ease-in;
    -webkit-transition-delay: 1s;
    -moz-transition: opacity .6s ease-in 1s;
    -o-transition: opacity .6s ease-in 1s;
    transition: opacity .6s ease-in 1s;
    opacity: 0;
}

.slide-area {
    z-index: 1000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 768px;
    left: 50%;
    top: 50%;
    cursor: pointer;
    margin-top: -384px;
}

#prev-slide-area {
    margin-left: -512px;
}

#next-slide-area {
    margin-left: 450px;
}

.logoslide img {
    width: 289px;
    height: 96px;
    margin-top: -48px;
}

.segue {
    padding: 4.7vw 9.4vw;
}

.segue h2 {
    color: #e6e6e6;
    font-size: 4.7vw;
}

.segue h3 {
    color: #e6e6e6;
    line-height: 2.8;
}

.segue hgroup {
    position: absolute;
    bottom: 9.8vw;
}

.thank-you-slide {
    background: #4387fd !important;
    color: white;
}

.thank-you-slide h2 {
    font-size: 4.7vw;
    color: inherit;
}

.thank-you-slide article > p {
    margin-top: 2em;
    font-size: 20pt;
}

.thank-you-slide > p {
    position: absolute;
    bottom: 80px;
    font-size: 24pt;
    line-height: 1.3;
}

aside.gdbar {
    height: calc(6vw + 16px);
    width: 16vw;
    position: absolute;
    left: -1px;
    top: 9.8vw;
    -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 .5s ease-out;
    -webkit-transition-delay: .5s;
    -moz-transition: all .5s ease-out .5s;
    -o-transition: all .5s ease-out .5s;
    transition: all .5s ease-out .5s;
}

aside.gdbar.right {
    right: 0;
    left: -moz-initial;
    left: initial;
    top: 288px;
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

aside.gdbar.right img {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

aside.gdbar.bottom {
    top: -moz-initial;
    top: initial;
    bottom: 60px;
}

aside.gdbar img {
    width: 6vw;
    height: 6vw;
    position: absolute;
    right: 0;
    margin: 8px 15px;
}

.title-slide {
    background: #fff !important;
}

.title-slide hgroup {
    bottom: 9.8vw;
}

.title-slide hgroup h1 {
    font-size: 5vw;
    line-height: 1.4;
    letter-spacing: -3px;
    color: #222;
}

.title-slide hgroup h2 {
    font-size: 2.6vw;
    color: #666;
    font-weight: inherit;
}

.title-slide hgroup p {
    font-size: 1.5vw;
    color: #444;
    line-height: 1.3;
    margin-top: 2em;
}

.quote {
    color: #e6e6e6;
}

.quote .author {
    font-size: 2vw;
    position: absolute;
    bottom: 80px;
    line-height: 1.4;
}

[data-config-contact] a {
    color: #fff;
    border-bottom: none;
}

[data-config-contact] span {
    width: 115px;
    display: inline-block;
}

.overview.popup .note {
    display: none !important;
}

.overview slides slide {
    display: block;
    cursor: pointer;
    opacity: .5;
    pointer-events: auto !important;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(89.5%, #ffffff), color-stop(100%, #e6e6e6));
    background: -webkit-linear-gradient(#ffffff, #ffffff 89.5%, #e6e6e6);
    background: -moz-linear-gradient(#ffffff, #ffffff 89.5%, #e6e6e6);
    background: -o-linear-gradient(#ffffff, #ffffff 89.5%, #e6e6e6);
    background: linear-gradient(#ffffff, #ffffff 89.5%, #e6e6e6);
    background-color: white;
}

.overview slides slide.backdrop {
    display: none !important;
}

.overview slides slide.far-past, .overview slides slide.past, .overview slides slide.next, .overview slides slide.far-next, .overview slides slide.far-past {
    opacity: .5;
    display: block;
}

.overview slides slide.current {
    opacity: 1;
}

.overview .slide-area {
    display: none;
}

@media print {
    slides slide {
        display: block !important;
        position: relative;
        background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(89.5%, #ffffff), color-stop(100%, #e6e6e6));
        background: -webkit-linear-gradient(#ffffff, #ffffff 89.5%, #e6e6e6);
        background: -moz-linear-gradient(#ffffff, #ffffff 89.5%, #e6e6e6);
        background: -o-linear-gradient(#ffffff, #ffffff 89.5%, #e6e6e6);
        background: linear-gradient(#ffffff, #ffffff 89.5%, #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;
    }

    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;
    }

    slides slide .build > * {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }

    slides slide .build .to-build, slides slide .build .build-fade {
        opacity: 1;
    }

    slides slide .auto-fadein {
        opacity: 1 !important;
    }

    slides slide.backdrop {
        display: none !important;
    }

    slides slide table.rows {
        border-right: 0;
    }

    slides slide[hidden] {
        display: none !important;
    }

    .slide-area {
        display: none;
    }

    .reflect {
        -webkit-box-reflect: none;
        -moz-box-reflect: none;
        -o-box-reflect: none;
        -ms-box-reflect: none;
        box-reflect: none;
    }

    pre, code {
        font-family: monospace !important;
    }
}

blockquote {
    font-style: italic;
    margin-bottom: 1em;
    border-left: 5px solid #ccc;
    padding: .5em 1em;
    line-height: 1.5;
}

.hint {
    position: absolute;
    bottom: 40px;
    font-size: .8em;
    margin-top: 2.5em;
    padding: 1em;
    color: #444;
    border: 1px solid #666;
    background: #eee;
    border-radius: 3px;
}

.footnote {
    font-size: .625em;
    margin-top: 2em;
    position: absolute;
    bottom: 40px;
}

.contributors {
    position: absolute;
    top: 10px;
    right: 10px;
}

.contributors li {
    display: inline;
}

.contributors li:before {
    display: none;
}

.contributors img {
    width: 60px;
    height: auto;
    border-radius: 3px;
}

.x2 {
    font-size: 2em;
}

hgroup + aside {
    float: right;
    font-size: .75em;
    margin-top: 58px;
    background: #eee;
    padding: 30px;
}

hgroup + aside h3 {
    font-size: 1em;
    margin-bottom: 1em;
}

hgroup + aside + article:after {
    clear: both;
}
