Path: blob/master/sandbox/RFinance2014/libraries/frameworks/io2012/css/default.css
1436 views
@charset "UTF-8";12/* line 17, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */3html, body, div, span, applet, object, iframe,4h1, h2, h3, h4, h5, h6, p, blockquote, pre,5a, abbr, acronym, address, big, cite, code,6del, dfn, em, img, ins, kbd, q, s, samp,7small, strike, strong, sub, sup, tt, var,8b, u, i, center,9dl, dt, dd, ol, ul, li,10fieldset, form, label, legend,11table, caption, tbody, tfoot, thead, tr, th, td,12article, aside, canvas, details, embed,13figure, figcaption, footer, header, hgroup,14menu, nav, output, ruby, section, summary,15time, mark, audio, video {16margin: 0;17padding: 0;18border: 0;19font-size: 100%;20font: inherit;21vertical-align: baseline;22}2324/* line 20, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */25body {26line-height: 1;27}2829/* line 22, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */3031ol, ul {32list-style: none;33}343536/* line 24, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */37table {38border-collapse: collapse;39border-spacing: 0;40}4142/* line 26, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */43caption, th, td {44text-align: left;45font-weight: normal;46vertical-align: middle;47}4849/* line 28, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */50q, blockquote {51quotes: none;52}53/* line 101, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */54q:before, q:after, blockquote:before, blockquote:after {55content: "";56content: none;57}5859/* line 30, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */60a img {61border: none;62}6364/* line 114, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/reset/_utilities.scss */65article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {66display: block;67}6869/**70* Base SlideDeck Styles71*/72/* line 48, ../scss/_base.scss */73html {74height: 100%;75overflow: hidden;76}7778/* line 53, ../scss/_base.scss */79body {80margin: 0;81padding: 0;82opacity: 0;83height: 100%;84min-height: 740px;85width: 100%;86overflow: hidden;87color: #fff;88-webkit-font-smoothing: antialiased;89-moz-font-smoothing: antialiased;90-ms-font-smoothing: antialiased;91-o-font-smoothing: antialiased;92-webkit-transition: opacity 800ms ease-in 100ms;93-moz-transition: opacity 800ms ease-in 100ms;94-ms-transition: opacity 800ms ease-in 100ms;95-o-transition: opacity 800ms ease-in 100ms;96transition: opacity 800ms ease-in 100ms;97}98/* line 69, ../scss/_base.scss */99body.loaded {100opacity: 1 !important;101}102103/* line 74, ../scss/_base.scss */104input, button {105vertical-align: middle;106}107108/* line 78, ../scss/_base.scss */109slides > slide[hidden] {110display: none !important;111}112113/* line 82, ../scss/_base.scss */114slides {115width: 100%;116height: 100%;117position: absolute;118left: 0;119top: 0;120-webkit-transform: translate3d(0, 0, 0);121-moz-transform: translate3d(0, 0, 0);122-ms-transform: translate3d(0, 0, 0);123-o-transform: translate3d(0, 0, 0);124transform: translate3d(0, 0, 0);125-webkit-perspective: 1000;126perspective: 1000;127-webkit-transform-style: preserve-3d;128transform-style: preserve-3d;129-webkit-transition: opacity 800ms ease-in 100ms;130-moz-transition: opacity 800ms ease-in 100ms;131-ms-transition: opacity 800ms ease-in 100ms;132-o-transition: opacity 800ms ease-in 100ms;133transition: opacity 800ms ease-in 100ms;134}135136/* line 94, ../scss/_base.scss */137slides > slide {138display: block;139position: absolute;140overflow: hidden;141left: 50%;142top: 50%;143-webkit-box-sizing: border-box;144-moz-box-sizing: border-box;145box-sizing: border-box;146}147148/* Slide styles */149/*article.fill iframe {150position: absolute;151left: 0;152top: 0;153width: 100%;154height: 100%;155156border: 0;157margin: 0;158159@include border-radius(10px);160161z-index: -1;162}163164slide.fill {165background-repeat: no-repeat;166@include background-size(cover);167}168169slide.fill img {170position: absolute;171left: 0;172top: 0;173min-width: 100%;174min-height: 100%;175176z-index: -1;177}178*/179/**180* Theme Styles181*/182/* line 58, ../scss/default.scss */183::selection {184color: white;185background-color: #ffd14d;186text-shadow: none;187}188189/* line 64, ../scss/default.scss */190::-webkit-scrollbar {191height: 16px;192overflow: visible;193width: 16px;194}195196/* line 69, ../scss/default.scss */197::-webkit-scrollbar-thumb {198background-color: rgba(0, 0, 0, 0.1);199background-clip: padding-box;200border: solid transparent;201min-height: 28px;202padding: 100px 0 0;203-webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);204-moz-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);205box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.07);206border-width: 1px 1px 1px 6px;207}208209/* line 78, ../scss/default.scss */210::-webkit-scrollbar-thumb:hover {211background-color: rgba(0, 0, 0, 0.5);212}213214/* line 81, ../scss/default.scss */215::-webkit-scrollbar-button {216height: 0;217width: 0;218}219220/* line 85, ../scss/default.scss */221::-webkit-scrollbar-track {222background-clip: padding-box;223border: solid transparent;224border-width: 0 0 0 4px;225}226227/* line 90, ../scss/default.scss */228::-webkit-scrollbar-corner {229background: transparent;230}231232/* line 94, ../scss/default.scss */233body {234background: black;235}236237/* line 98, ../scss/default.scss */238slides > slide {239display: none;240font-family: 'Open Sans', Arial, sans-serif;241font-size: 26px;242color: #797979;243width: 900px;244height: 700px;245margin-left: -450px;246margin-top: -350px;247padding: 40px 60px;248-webkit-border-radius: 5px;249-moz-border-radius: 5px;250-ms-border-radius: 5px;251-o-border-radius: 5px;252border-radius: 5px;253-webkit-transition: all 0.6s ease-in-out;254-moz-transition: all 0.6s ease-in-out;255-ms-transition: all 0.6s ease-in-out;256-o-transition: all 0.6s ease-in-out;257transition: all 0.6s ease-in-out;258}259/* line 119, ../scss/default.scss */260slides > slide.far-past {261display: none;262}263/* line 126, ../scss/default.scss */264slides > slide.past {265display: block;266opacity: 0;267}268/* line 133, ../scss/default.scss */269slides > slide.current {270display: block;271opacity: 1;272}273/* line 139, ../scss/default.scss */274slides > slide.current .auto-fadein {275opacity: 1;276}277/* line 143, ../scss/default.scss */278slides > slide.current .gdbar {279-webkit-background-size: 100% 100%;280-moz-background-size: 100% 100%;281-o-background-size: 100% 100%;282background-size: 100% 100%;283}284/* line 148, ../scss/default.scss */285slides > slide.next {286display: block;287opacity: 0;288pointer-events: none;289}290/* line 156, ../scss/default.scss */291slides > slide.far-next {292display: none;293}294/* line 163, ../scss/default.scss */295slides > slide.dark {296background: #515151 !important;297}298/* line 171, ../scss/default.scss */299slides > slide:not(.nobackground):before {300font-size: 12pt;301content: attr(data-hashtag);302position: absolute;303bottom: 20px;304left: 60px;305/* background: url("../images/google_developers_icon_128.png") no-repeat 0 50%; */306-webkit-background-size: 30px 30px;307-moz-background-size: 30px 30px;308-o-background-size: 30px 30px;309background-size: 30px 30px;310padding-left: 40px;311height: 30px;312line-height: 1.9;313}314315316/* line 183, ../scss/default.scss */317slides > slide:not(.nobackground):after {318font-size: 12pt;319content: attr(data-slide-num) "/" attr(data-total-slides);320position: absolute;321bottom: 20px;322right: 60px;323line-height: 1.9;324}325/* line 194, ../scss/default.scss */326slides > slide.title-slide:after {327content: '';328/* background: url(../images/io2012_logo.png) no-repeat 100% 50%; */329-webkit-background-size: contain;330-moz-background-size: contain;331-o-background-size: contain;332background-size: contain;333position: absolute;334bottom: 40px;335right: 40px;336width: 100%;337height: 60px;338}339/* line 206, ../scss/default.scss */340slides > slide.backdrop {341z-index: -10;342display: block !important;343background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(85%, #ffffff), color-stop(100%, #e6e6e6));344background: -webkit-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);345background: -moz-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);346background: -o-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);347background: -ms-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);348background: linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);349background-color: white;350}351/* line 211, ../scss/default.scss */352slides > slide.backdrop:after, slides > slide.backdrop:before {353display: none;354}355/* line 216, ../scss/default.scss */356slides > slide > hgroup + article {357margin-top: 45px;358}359/* line 220, ../scss/default.scss */360slides > slide > hgroup + article.flexbox.vcenter, slides > slide > hgroup + article.flexbox.vleft, slides > slide > hgroup + article.flexbox.vright {361height: 80%;362}363/* line 225, ../scss/default.scss */364slides > slide > hgroup + article p {365margin-bottom: 1em;366}367/* line 230, ../scss/default.scss */368slides > slide > article:only-child {369height: 100%;370}371/* line 233, ../scss/default.scss */372slides > slide > article:only-child > iframe {373height: 98%;374}375376/* line 239, ../scss/default.scss */377slides.layout-faux-widescreen > slide {378padding: 40px 160px;379}380381/* line 248, ../scss/default.scss */382slides.layout-widescreen > slide,383slides.layout-faux-widescreen > slide {384margin-left: -550px;385width: 1100px;386}387/* line 253, ../scss/default.scss */388slides.layout-widescreen > slide.far-past,389slides.layout-faux-widescreen > slide.far-past {390display: block;391display: none;392-webkit-transform: translate(-2260px);393-moz-transform: translate(-2260px);394-ms-transform: translate(-2260px);395-o-transform: translate(-2260px);396transform: translate(-2260px);397-webkit-transform: translate3d(-2260px, 0, 0);398-moz-transform: translate3d(-2260px, 0, 0);399-ms-transform: translate3d(-2260px, 0, 0);400-o-transform: translate3d(-2260px, 0, 0);401transform: translate3d(-2260px, 0, 0);402}403/* line 260, ../scss/default.scss */404slides.layout-widescreen > slide.past,405slides.layout-faux-widescreen > slide.past {406display: block;407opacity: 0;408}409/* line 267, ../scss/default.scss */410slides.layout-widescreen > slide.current,411slides.layout-faux-widescreen > slide.current {412display: block;413opacity: 1;414}415/* line 274, ../scss/default.scss */416slides.layout-widescreen > slide.next,417slides.layout-faux-widescreen > slide.next {418display: block;419opacity: 0;420pointer-events: none;421}422/* line 282, ../scss/default.scss */423slides.layout-widescreen > slide.far-next,424slides.layout-faux-widescreen > slide.far-next {425display: block;426display: none;427-webkit-transform: translate(2260px);428-moz-transform: translate(2260px);429-ms-transform: translate(2260px);430-o-transform: translate(2260px);431transform: translate(2260px);432-webkit-transform: translate3d(2260px, 0, 0);433-moz-transform: translate3d(2260px, 0, 0);434-ms-transform: translate3d(2260px, 0, 0);435-o-transform: translate3d(2260px, 0, 0);436transform: translate3d(2260px, 0, 0);437}438/* line 289, ../scss/default.scss */439slides.layout-widescreen #prev-slide-area,440slides.layout-faux-widescreen #prev-slide-area {441margin-left: -650px;442}443/* line 293, ../scss/default.scss */444slides.layout-widescreen #next-slide-area,445slides.layout-faux-widescreen #next-slide-area {446margin-left: 550px;447}448449/* line 298, ../scss/default.scss */450b {451font-weight: 600;452}453454/* line 302, ../scss/default.scss */455a {456color: #2a7cdf;457text-decoration: none;458border-bottom: 1px solid rgba(42, 124, 223, 0.5);459}460/* line 307, ../scss/default.scss */461a:hover {462color: black !important;463}464465/* line 312, ../scss/default.scss */466h1, h2, h3 {467font-weight: 600;468}469470/* line 316, ../scss/default.scss */471h2 {472font-size: 45px;473line-height: 45px;474letter-spacing: -2px;475color: #515151;476}477478/* line 323, ../scss/default.scss */479h3 {480font-size: 30px;481letter-spacing: -1px;482line-height: 2;483font-weight: inherit;484color: #797979;485}486487/* line 331, ../scss/default.scss */488ul {489margin-left: 1.2em;490margin-bottom: 1em;491position: relative;492}493/* line 336, ../scss/default.scss */494ul li {495margin-bottom: 0.5em;496}497/* line 339, ../scss/default.scss */498ul li ul {499margin-left: 2em;500margin-bottom: 0;501}502/* line 343, ../scss/default.scss */503ul li ul li:before {504content: '-';505font-weight: 600;506}507/* line 350, ../scss/default.scss */508ul > li:before {509content: '\00B7';510margin-left: -1em;511position: absolute;512font-weight: 600;513}514/* line 357, ../scss/default.scss */515ul ul {516margin-top: .5em;517}518519/* line 364, ../scss/default.scss */520.highlight-code slide.current pre > * {521opacity: 0.25;522-webkit-transition: opacity 0.5s ease-in;523-moz-transition: opacity 0.5s ease-in;524-ms-transition: opacity 0.5s ease-in;525-o-transition: opacity 0.5s ease-in;526transition: opacity 0.5s ease-in;527}528/* line 368, ../scss/default.scss */529.highlight-code slide.current b {530opacity: 1;531}532533/* line 373, ../scss/default.scss */534pre {535font-family: 'Inconsolata', 'Courier New', monospace;536font-size: 20px;537line-height: 28px;538padding: 10px 0 10px 60px;539letter-spacing: -1px;540margin-bottom: 0px;541width: 106%;542left: -60px;543position: relative;544-webkit-box-sizing: border-box;545-moz-box-sizing: border-box;546box-sizing: border-box;547/*overflow: hidden;*/548}549/* line 387, ../scss/default.scss */550pre[data-lang]:after {551content: attr(data-lang);552background-color: #a9a9a9;553right: 0;554top: 0;555position: absolute;556font-size: 16pt;557color: white;558padding: 2px 25px;559text-transform: uppercase;560}561562/* line 400, ../scss/default.scss */563pre[data-lang="go"] {564color: #333;565}566567/* line 404, ../scss/default.scss */568code {569font-size: 95%;570font-family: 'Inconsolata', 'Courier New', monospace;571color: black;572}573574/* line 410, ../scss/default.scss */575iframe {576width: 100%;577height: 530px;578background: white;579border: 1px solid #e6e6e6;580-webkit-box-sizing: border-box;581-moz-box-sizing: border-box;582box-sizing: border-box;583}584585/* line 418, ../scss/default.scss */586dt {587font-weight: bold;588}589590/* line 422, ../scss/default.scss */591button {592display: inline-block;593background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(40%, #f9f9f9), color-stop(70%, #e3e3e3));594background: -webkit-linear-gradient(#f9f9f9 40%, #e3e3e3 70%);595background: -moz-linear-gradient(#f9f9f9 40%, #e3e3e3 70%);596background: -o-linear-gradient(#f9f9f9 40%, #e3e3e3 70%);597background: -ms-linear-gradient(#f9f9f9 40%, #e3e3e3 70%);598background: linear-gradient(#f9f9f9 40%, #e3e3e3 70%);599border: 1px solid #a9a9a9;600-webkit-border-radius: 3px;601-moz-border-radius: 3px;602-ms-border-radius: 3px;603-o-border-radius: 3px;604border-radius: 3px;605padding: 5px 8px;606outline: none;607white-space: nowrap;608-webkit-user-select: none;609-moz-user-select: none;610user-select: none;611cursor: pointer;612text-shadow: 1px 1px white;613font-size: 10pt;614}615616/* line 436, ../scss/default.scss */617button:not(:disabled):hover {618border-color: #515151;619}620621/* line 440, ../scss/default.scss */622button:not(:disabled):active {623background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(40%, #e3e3e3), color-stop(70%, #f9f9f9));624background: -webkit-linear-gradient(#e3e3e3 40%, #f9f9f9 70%);625background: -moz-linear-gradient(#e3e3e3 40%, #f9f9f9 70%);626background: -o-linear-gradient(#e3e3e3 40%, #f9f9f9 70%);627background: -ms-linear-gradient(#e3e3e3 40%, #f9f9f9 70%);628background: linear-gradient(#e3e3e3 40%, #f9f9f9 70%);629}630631/* line 444, ../scss/default.scss */632:disabled {633color: #a9a9a9;634}635636/* line 448, ../scss/default.scss */637.blue {638color: #4387fd;639}640641/* line 451, ../scss/default.scss */642.blue2 {643color: #3c8ef3;644}645646/* line 454, ../scss/default.scss */647.blue3 {648color: #2a7cdf;649}650651/* line 457, ../scss/default.scss */652.yellow {653color: #ffd14d;654}655656/* line 460, ../scss/default.scss */657.yellow2 {658color: #f9cc46;659}660661/* line 463, ../scss/default.scss */662.yellow3 {663color: #f6c000;664}665666/* line 466, ../scss/default.scss */667.green {668color: #0da861;669}670671/* line 469, ../scss/default.scss */672.green2 {673color: #00a86d;674}675676/* line 472, ../scss/default.scss */677.green3 {678color: #009f5d;679}680681/* line 475, ../scss/default.scss */682.red {683color: #f44a3f;684}685686/* line 478, ../scss/default.scss */687.red2 {688color: #e0543e;689}690691/* line 481, ../scss/default.scss */692.red3 {693color: #d94d3a;694}695696/* line 484, ../scss/default.scss */697.gray {698color: #e6e6e6;699}700701/* line 487, ../scss/default.scss */702.gray2 {703color: #a9a9a9;704}705706/* line 490, ../scss/default.scss */707.gray3 {708color: #797979;709}710711/* line 493, ../scss/default.scss */712.gray4 {713color: #515151;714}715716/* line 497, ../scss/default.scss */717.white {718color: white !important;719}720721/* line 500, ../scss/default.scss */722.black {723color: black !important;724}725726/* line 504, ../scss/default.scss */727.columns-2 {728-webkit-column-count: 2;729-moz-column-count: 2;730-o-column-count: 2;731column-count: 2;732}733734/* line 508, ../scss/default.scss */735table {736width: 100%;737border-collapse: -moz-initial;738border-collapse: initial;739border-spacing: 2px;740border-bottom: 1px solid #797979;741}742/* line 515, ../scss/default.scss */743table tr > td:first-child, table th {744font-weight: 600;745color: #515151;746}747/* line 520, ../scss/default.scss */748table tr:nth-child(odd) {749background-color: #e6e6e6;750}751/* line 524, ../scss/default.scss */752table th {753color: white;754font-size: 18px;755background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(40%, #4387fd), color-stop(80%, #2a7cdf)) no-repeat;756background: -webkit-linear-gradient(top, #4387fd 40%, #2a7cdf 80%) no-repeat;757background: -moz-linear-gradient(top, #4387fd 40%, #2a7cdf 80%) no-repeat;758background: -o-linear-gradient(top, #4387fd 40%, #2a7cdf 80%) no-repeat;759background: -ms-linear-gradient(top, #4387fd 40%, #2a7cdf 80%) no-repeat;760background: linear-gradient(top, #4387fd 40%, #2a7cdf 80%) no-repeat;761}762/* line 530, ../scss/default.scss */763table td, table th {764font-size: 18px;765padding: 1em 0.5em;766}767/* line 535, ../scss/default.scss */768table td.highlight {769color: #515151;770background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(40%, #ffd14d), color-stop(80%, #f6c000)) no-repeat;771background: -webkit-linear-gradient(top, #ffd14d 40%, #f6c000 80%) no-repeat;772background: -moz-linear-gradient(top, #ffd14d 40%, #f6c000 80%) no-repeat;773background: -o-linear-gradient(top, #ffd14d 40%, #f6c000 80%) no-repeat;774background: -ms-linear-gradient(top, #ffd14d 40%, #f6c000 80%) no-repeat;775background: linear-gradient(top, #ffd14d 40%, #f6c000 80%) no-repeat;776}777/* line 540, ../scss/default.scss */778table.rows {779border-bottom: none;780border-right: 1px solid #797979;781}782783/* line 546, ../scss/default.scss */784q {785font-size: 45px;786line-height: 72px;787}788/* line 550, ../scss/default.scss */789q:before {790content: '“';791position: absolute;792margin-left: -0.5em;793}794/* line 555, ../scss/default.scss */795q:after {796content: '”';797position: absolute;798margin-left: 0.1em;799}800801/* line 562, ../scss/default.scss */802slide.fill {803background-repeat: no-repeat;804-webkit-border-radius: 5px;805-moz-border-radius: 5px;806-ms-border-radius: 5px;807-o-border-radius: 5px;808border-radius: 5px;809-webkit-background-size: cover;810-moz-background-size: cover;811-o-background-size: cover;812background-size: cover;813}814815/* Size variants */816/* line 571, ../scss/default.scss */817article.smaller p, article.smaller ul {818font-size: 20px;819line-height: 24px;820letter-spacing: 0;821}822/* line 577, ../scss/default.scss */823article.smaller table td, article.smaller table th {824font-size: 14px;825}826/* line 581, ../scss/default.scss */827article.smaller pre {828font-size: 15px;829line-height: 20px;830letter-spacing: 0;831}832/* line 586, ../scss/default.scss */833article.smaller q {834font-size: 40px;835line-height: 48px;836}837/* line 590, ../scss/default.scss */838article.smaller q:before, article.smaller q:after {839font-size: 60px;840}841842/* Builds */843/* line 599, ../scss/default.scss */844.build > * {845-webkit-transition: opacity 0.5s ease-in-out 0.2s;846-moz-transition: opacity 0.5s ease-in-out 0.2s;847-ms-transition: opacity 0.5s ease-in-out 0.2s;848-o-transition: opacity 0.5s ease-in-out 0.2s;849transition: opacity 0.5s ease-in-out 0.2s;850}851/* line 603, ../scss/default.scss */852.build .to-build {853opacity: 0;854}855/* line 607, ../scss/default.scss */856.build .build-fade {857opacity: 0.3;858}859/* line 610, ../scss/default.scss */860.build .build-fade:hover {861opacity: 1.0;862}863864/* line 617, ../scss/default.scss */865.popup .next .build .to-build {866opacity: 1;867}868/* line 621, ../scss/default.scss */869.popup .next .build .build-fade {870opacity: 1;871}872873/* Pretty print */874/* line 629, ../scss/default.scss */875.prettyprint .str,876.prettyprint .atv {877/* a markup attribute value */878color: #009f5d;879}880881/* line 633, ../scss/default.scss */882.prettyprint .kwd,883.prettyprint .tag {884/* a markup tag name */885color: #0066cc;886}887888/* line 636, ../scss/default.scss */889.prettyprint .com {890/* a comment */891color: #797979;892font-style: italic;893}894895/* line 640, ../scss/default.scss */896.prettyprint .lit {897/* a literal value */898color: #7f0000;899}900901/* line 645, ../scss/default.scss */902.prettyprint .pun,903.prettyprint .opn,904.prettyprint .clo {905color: #515151;906}907908/* line 651, ../scss/default.scss */909.prettyprint .typ,910.prettyprint .atn,911.prettyprint .dec,912.prettyprint .var {913/* a declaration; a variable name */914color: #d94d3a;915}916917/* line 654, ../scss/default.scss */918.prettyprint .pln {919color: #515151;920}921922/* line 658, ../scss/default.scss */923.note {924position: absolute;925z-index: 100;926width: 100%;927height: 100%;928top: 0;929left: 0;930padding: 1em;931background: rgba(0, 0, 0, 0.3);932opacity: 0;933pointer-events: none;934display: -webkit-box !important;935display: -moz-box !important;936display: -ms-box !important;937display: -o-box !important;938display: box !important;939-webkit-box-orient: vertical;940-moz-box-orient: vertical;941-ms-box-orient: vertical;942box-orient: vertical;943-webkit-box-align: center;944-moz-box-align: center;945-ms-box-align: center;946box-align: center;947-webkit-box-pack: center;948-moz-box-pack: center;949-ms-box-pack: center;950box-pack: center;951-webkit-border-radius: 5px;952-moz-border-radius: 5px;953-ms-border-radius: 5px;954-o-border-radius: 5px;955border-radius: 5px;956-webkit-box-sizing: border-box;957-moz-box-sizing: border-box;958box-sizing: border-box;959-webkit-transform: translateY(350px);960-moz-transform: translateY(350px);961-ms-transform: translateY(350px);962-o-transform: translateY(350px);963transform: translateY(350px);964-webkit-transition: all 0.4s ease-in-out;965-moz-transition: all 0.4s ease-in-out;966-ms-transition: all 0.4s ease-in-out;967-o-transition: all 0.4s ease-in-out;968transition: all 0.4s ease-in-out;969}970/* line 676, ../scss/default.scss */971.note > section {972background: #fff;973-webkit-border-radius: 5px;974-moz-border-radius: 5px;975-ms-border-radius: 5px;976-o-border-radius: 5px;977border-radius: 5px;978-webkit-box-shadow: 0 0 10px #797979;979-moz-box-shadow: 0 0 10px #797979;980box-shadow: 0 0 10px #797979;981width: 60%;982padding: 2em;983}984985/* line 693, ../scss/default.scss */986.with-notes.popup slides.layout-widescreen slide.next,987.with-notes.popup slides.layout-faux-widescreen slide.next {988-webkit-transform: translate3d(690px, 80px, 0) scale(0.35);989-moz-transform: translate3d(690px, 80px, 0) scale(0.35);990-ms-transform: translate3d(690px, 80px, 0) scale(0.35);991-o-transform: translate3d(690px, 80px, 0) scale(0.35);992transform: translate3d(690px, 80px, 0) scale(0.35);993}994/* line 696, ../scss/default.scss */995.with-notes.popup slides.layout-widescreen slide .note,996.with-notes.popup slides.layout-faux-widescreen slide .note {997-webkit-transform: translate3d(300px, 800px, 0) scale(1.5);998-moz-transform: translate3d(300px, 800px, 0) scale(1.5);999-ms-transform: translate3d(300px, 800px, 0) scale(1.5);1000-o-transform: translate3d(300px, 800px, 0) scale(1.5);1001transform: translate3d(300px, 800px, 0) scale(1.5);1002}1003/* line 702, ../scss/default.scss */1004.with-notes.popup slide {1005overflow: visible;1006background: white;1007-webkit-transition: none;1008-moz-transition: none;1009-ms-transition: none;1010-o-transition: none;1011transition: none;1012pointer-events: none;1013-webkit-transform-origin: 0 0;1014-moz-transform-origin: 0 0;1015-ms-transform-origin: 0 0;1016-o-transform-origin: 0 0;1017transform-origin: 0 0;1018}1019/* line 709, ../scss/default.scss */1020.with-notes.popup slide:not(.backdrop) {1021-webkit-transform: scale(0.6) translate3d(0.5em, 0.5em, 0);1022-moz-transform: scale(0.6) translate3d(0.5em, 0.5em, 0);1023-ms-transform: scale(0.6) translate3d(0.5em, 0.5em, 0);1024-o-transform: scale(0.6) translate3d(0.5em, 0.5em, 0);1025transform: scale(0.6) translate3d(0.5em, 0.5em, 0);1026-webkit-box-shadow: 0 0 10px #797979;1027-moz-box-shadow: 0 0 10px #797979;1028box-shadow: 0 0 10px #797979;1029}1030/* line 714, ../scss/default.scss */1031.with-notes.popup slide.backdrop {1032background-image: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 600, color-stop(0%, #b1dfff), color-stop(100%, #4387fd));1033background-image: -webkit-radial-gradient(50% 50%, #b1dfff 0%, #4387fd 600px);1034background-image: -moz-radial-gradient(50% 50%, #b1dfff 0%, #4387fd 600px);1035background-image: -o-radial-gradient(50% 50%, #b1dfff 0%, #4387fd 600px);1036background-image: -ms-radial-gradient(50% 50%, #b1dfff 0%, #4387fd 600px);1037background-image: radial-gradient(50% 50%, #b1dfff 0%, #4387fd 600px);1038}1039/* line 720, ../scss/default.scss */1040.with-notes.popup slide.next {1041-webkit-transform: translate3d(570px, 80px, 0) scale(0.35);1042-moz-transform: translate3d(570px, 80px, 0) scale(0.35);1043-ms-transform: translate3d(570px, 80px, 0) scale(0.35);1044-o-transform: translate3d(570px, 80px, 0) scale(0.35);1045transform: translate3d(570px, 80px, 0) scale(0.35);1046opacity: 1 !important;1047}1048/* line 724, ../scss/default.scss */1049.with-notes.popup slide.next .note {1050display: none !important;1051}1052/* line 730, ../scss/default.scss */1053.with-notes.popup .note {1054width: 109%;1055height: 260px;1056background: #e6e6e6;1057padding: 0;1058-webkit-box-shadow: 0 0 10px #797979;1059-moz-box-shadow: 0 0 10px #797979;1060box-shadow: 0 0 10px #797979;1061-webkit-transform: translate3d(250px, 800px, 0) scale(1.5);1062-moz-transform: translate3d(250px, 800px, 0) scale(1.5);1063-ms-transform: translate3d(250px, 800px, 0) scale(1.5);1064-o-transform: translate3d(250px, 800px, 0) scale(1.5);1065transform: translate3d(250px, 800px, 0) scale(1.5);1066-webkit-transition: opacity 400ms ease-in-out;1067-moz-transition: opacity 400ms ease-in-out;1068-ms-transition: opacity 400ms ease-in-out;1069-o-transition: opacity 400ms ease-in-out;1070transition: opacity 400ms ease-in-out;1071}1072/* line 741, ../scss/default.scss */1073.with-notes.popup .note > section {1074background: #fff;1075-webkit-border-radius: 5px;1076-moz-border-radius: 5px;1077-ms-border-radius: 5px;1078-o-border-radius: 5px;1079border-radius: 5px;1080height: 100%;1081width: 100%;1082-webkit-box-sizing: border-box;1083-moz-box-sizing: border-box;1084box-sizing: border-box;1085-webkit-box-shadow: none;1086-moz-box-shadow: none;1087box-shadow: none;1088overflow: auto;1089padding: 1em;1090}1091/* line 754, ../scss/default.scss */1092.with-notes .note {1093opacity: 1;1094-webkit-transform: translateY(0);1095-moz-transform: translateY(0);1096-ms-transform: translateY(0);1097-o-transform: translateY(0);1098transform: translateY(0);1099pointer-events: auto;1100}11011102/* line 761, ../scss/default.scss */1103.source {1104font-size: 14px;1105color: #a9a9a9;1106position: absolute;1107bottom: 70px;1108left: 60px;1109}11101111/* line 769, ../scss/default.scss */1112.centered {1113text-align: center;1114}11151116/* line 773, ../scss/default.scss */1117.reflect {1118-webkit-box-reflect: below 3px -webkit-linear-gradient(rgba(255, 255, 255, 0) 85%, white 150%);1119-moz-box-reflect: below 3px -moz-linear-gradient(rgba(255, 255, 255, 0) 85%, white 150%);1120-o-box-reflect: below 3px -o-linear-gradient(rgba(255, 255, 255, 0) 85%, white 150%);1121-ms-box-reflect: below 3px -ms-linear-gradient(rgba(255, 255, 255, 0) 85%, white 150%);1122box-reflect: below 3px linear-gradient(rgba(255, 255, 255, 0) 85%, #ffffff 150%);1123}11241125/* line 781, ../scss/default.scss */1126.flexbox {1127display: -webkit-box !important;1128display: -moz-box !important;1129display: -ms-box !important;1130display: -o-box !important;1131display: box !important;1132}11331134/* line 785, ../scss/default.scss */1135.flexbox.vcenter {1136-webkit-box-orient: vertical;1137-moz-box-orient: vertical;1138-ms-box-orient: vertical;1139box-orient: vertical;1140-webkit-box-align: center;1141-moz-box-align: center;1142-ms-box-align: center;1143box-align: center;1144-webkit-box-pack: center;1145-moz-box-pack: center;1146-ms-box-pack: center;1147box-pack: center;1148height: 100%;1149width: 100%;1150}11511152/* line 791, ../scss/default.scss */1153.flexbox.vleft {1154-webkit-box-orient: vertical;1155-moz-box-orient: vertical;1156-ms-box-orient: vertical;1157box-orient: vertical;1158-webkit-box-align: left;1159-moz-box-align: left;1160-ms-box-align: left;1161box-align: left;1162-webkit-box-pack: center;1163-moz-box-pack: center;1164-ms-box-pack: center;1165box-pack: center;1166height: 100%;1167width: 100%;1168}11691170/* line 797, ../scss/default.scss */1171.flexbox.vright {1172-webkit-box-orient: vertical;1173-moz-box-orient: vertical;1174-ms-box-orient: vertical;1175box-orient: vertical;1176-webkit-box-align: end;1177-moz-box-align: end;1178-ms-box-align: end;1179box-align: end;1180-webkit-box-pack: center;1181-moz-box-pack: center;1182-ms-box-pack: center;1183box-pack: center;1184height: 100%;1185width: 100%;1186}11871188/* line 803, ../scss/default.scss */1189.auto-fadein {1190-webkit-transition: opacity 0.6s ease-in 1s;1191-moz-transition: opacity 0.6s ease-in 1s;1192-ms-transition: opacity 0.6s ease-in 1s;1193-o-transition: opacity 0.6s ease-in 1s;1194transition: opacity 0.6s ease-in 1s;1195opacity: 0;1196}11971198/* Clickable/tappable areas */1199/* line 809, ../scss/default.scss */1200.slide-area {1201z-index: 1000;1202position: absolute;1203left: 0;1204top: 0;1205width: 100px;1206height: 700px;1207left: 50%;1208top: 50%;1209cursor: pointer;1210margin-top: -350px;1211}12121213/* line 826, ../scss/default.scss */1214#prev-slide-area {1215margin-left: -550px;1216}12171218/* line 831, ../scss/default.scss */1219#next-slide-area {1220margin-left: 450px;1221}12221223/* ===== SLIDE CONTENT ===== */1224/* line 839, ../scss/default.scss */1225.logoslide img {1226width: 383px;1227height: 92px;1228}12291230/* line 845, ../scss/default.scss */1231.segue {1232padding: 60px 120px;1233}1234/* line 848, ../scss/default.scss */1235.segue h2 {1236color: #e6e6e6;1237font-size: 60px;1238}1239/* line 852, ../scss/default.scss */1240.segue h3 {1241color: #e6e6e6;1242line-height: 2.8;1243}1244/* line 856, ../scss/default.scss */1245.segue hgroup {1246position: absolute;1247bottom: 225px;1248}12491250/* line 862, ../scss/default.scss */1251.thank-you-slide {1252background: #4387fd !important;1253color: white;1254}1255/* line 866, ../scss/default.scss */1256.thank-you-slide h2 {1257font-size: 60px;1258color: inherit;1259}1260/* line 871, ../scss/default.scss */1261.thank-you-slide article > p {1262margin-top: 2em;1263font-size: 20pt;1264}1265/* line 876, ../scss/default.scss */1266.thank-you-slide > p {1267position: absolute;1268bottom: 80px;1269font-size: 24pt;1270line-height: 1.3;1271}12721273/* line 884, ../scss/default.scss */1274aside.gdbar {1275height: 97px;1276width: 215px;1277position: absolute;1278left: -1px;1279top: 125px;1280-webkit-border-radius: 0 10px 10px 0;1281-moz-border-radius: 0 10px 10px 0;1282-ms-border-radius: 0 10px 10px 0;1283-o-border-radius: 0 10px 10px 0;1284border-radius: 0 10px 10px 0;1285background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #e6e6e6), color-stop(100%, #e6e6e6)) no-repeat;1286background: -webkit-linear-gradient(left, #e6e6e6, #e6e6e6) no-repeat;1287background: -moz-linear-gradient(left, #e6e6e6, #e6e6e6) no-repeat;1288background: -o-linear-gradient(left, #e6e6e6, #e6e6e6) no-repeat;1289background: -ms-linear-gradient(left, #e6e6e6, #e6e6e6) no-repeat;1290background: linear-gradient(left, #e6e6e6, #e6e6e6) no-repeat;1291-webkit-background-size: 0% 100%;1292-moz-background-size: 0% 100%;1293-o-background-size: 0% 100%;1294background-size: 0% 100%;1295-webkit-transition: all 0.5s ease-out 0.5s;1296-moz-transition: all 0.5s ease-out 0.5s;1297-ms-transition: all 0.5s ease-out 0.5s;1298-o-transition: all 0.5s ease-out 0.5s;1299transition: all 0.5s ease-out 0.5s;1300/* Better to transition only on background-size, but not sure how to do that with the mixin. */1301}1302/* line 895, ../scss/default.scss */1303aside.gdbar.right {1304right: 0;1305left: -moz-initial;1306left: initial;1307top: 254px;1308/* 96 is height of gray icon bar */1309-webkit-transform: rotateZ(180deg);1310-moz-transform: rotateZ(180deg);1311-ms-transform: rotateZ(180deg);1312-o-transform: rotateZ(180deg);1313transform: rotateZ(180deg);1314}1315/* line 902, ../scss/default.scss */1316aside.gdbar.right img {1317-webkit-transform: rotateZ(180deg);1318-moz-transform: rotateZ(180deg);1319-ms-transform: rotateZ(180deg);1320-o-transform: rotateZ(180deg);1321transform: rotateZ(180deg);1322}1323/* line 907, ../scss/default.scss */1324aside.gdbar.bottom {1325top: -moz-initial;1326top: initial;1327bottom: 60px;1328}1329/* line 913, ../scss/default.scss */1330aside.gdbar img {1331width: 125px;1332height: 85px;1333position: absolute;1334right: 0;1335margin: 8px 15px;1336}13371338/* line 924, ../scss/default.scss */1339.title-slide hgroup {1340bottom: 100px;1341}1342/* line 927, ../scss/default.scss */1343.title-slide hgroup h1 {1344font-size: 65px;1345line-height: 1.4;1346letter-spacing: -3px;1347color: #515151;1348}1349/* line 934, ../scss/default.scss */1350.title-slide hgroup h2 {1351font-size: 34px;1352color: #a9a9a9;1353font-weight: inherit;1354}1355/* line 940, ../scss/default.scss */1356.title-slide hgroup p {1357font-size: 20px;1358color: #797979;1359line-height: 1.3;1360margin-top: 2em;1361}13621363/* line 949, ../scss/default.scss */1364.quote {1365color: #e6e6e6;1366}1367/* line 952, ../scss/default.scss */1368.quote .author {1369font-size: 24px;1370position: absolute;1371bottom: 80px;1372line-height: 1.4;1373}13741375/* line 961, ../scss/default.scss */1376[data-config-contact] a {1377color: white;1378border-bottom: none;1379}1380/* line 965, ../scss/default.scss */1381[data-config-contact] span {1382width: 115px;1383display: inline-block;1384}13851386/* line 974, ../scss/default.scss */1387.overview.popup .note {1388display: none !important;1389}1390/* line 980, ../scss/default.scss */1391.overview slides slide {1392display: block;1393cursor: pointer;1394opacity: 0.5;1395pointer-events: auto !important;1396background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(85%, #ffffff), color-stop(100%, #e6e6e6));1397background: -webkit-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);1398background: -moz-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);1399background: -o-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);1400background: -ms-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);1401background: linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);1402background-color: white;1403}1404/* line 981, ../scss/default.scss */1405.overview slides slide.backdrop {1406display: none !important;1407}1408/* line 996, ../scss/default.scss */1409.overview slides slide.far-past, .overview slides slide.past, .overview slides slide.next, .overview slides slide.far-next, .overview slides slide.far-past {1410opacity: 0.5;1411display: block;1412}1413/* line 1001, ../scss/default.scss */1414.overview slides slide.current {1415opacity: 1;1416}1417/* line 1007, ../scss/default.scss */1418.overview .slide-area {1419display: none;1420}14211422@media print {1423/* line 1014, ../scss/default.scss */1424slides slide {1425display: block !important;1426position: relative;1427background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(85%, #ffffff), color-stop(100%, #e6e6e6));1428background: -webkit-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);1429background: -moz-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);1430background: -o-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);1431background: -ms-linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);1432background: linear-gradient(#ffffff, #ffffff 85%, #e6e6e6);1433background-color: white;1434-webkit-transform: none !important;1435-moz-transform: none !important;1436-ms-transform: none !important;1437-o-transform: none !important;1438transform: none !important;1439width: 100%;1440height: 100%;1441page-break-after: always;1442top: auto !important;1443left: auto !important;1444margin-top: 0 !important;1445margin-left: 0 !important;1446opacity: 1 !important;1447color: #555;1448}1449/* line 1034, ../scss/default.scss */1450slides slide.far-past, slides slide.past, slides slide.next, slides slide.far-next, slides slide.far-past, slides slide.current {1451opacity: 1 !important;1452display: block !important;1453}1454/* line 1040, ../scss/default.scss */1455slides slide .build > * {1456-webkit-transition: none;1457-moz-transition: none;1458-ms-transition: none;1459-o-transition: none;1460transition: none;1461}1462/* line 1045, ../scss/default.scss */1463slides slide .build .to-build,1464slides slide .build .build-fade {1465opacity: 1;1466}1467/* line 1050, ../scss/default.scss */1468slides slide .auto-fadein {1469opacity: 1 !important;1470}1471/* line 1054, ../scss/default.scss */1472slides slide.backdrop {1473display: none !important;1474}1475/* line 1058, ../scss/default.scss */1476slides slide table.rows {1477border-right: 0;1478}1479/* line 1063, ../scss/default.scss */1480slides slide[hidden] {1481display: none !important;1482}14831484/* line 1068, ../scss/default.scss */1485.slide-area {1486display: none;1487}14881489/* line 1072, ../scss/default.scss */1490.reflect {1491-webkit-box-reflect: none;1492-moz-box-reflect: none;1493-o-box-reflect: none;1494-ms-box-reflect: none;1495box-reflect: none;1496}14971498/* line 1080, ../scss/default.scss */1499pre, code {1500font-family: monospace !important;1501}1502}150315041505