@charset "UTF-8";
/**
 * White theme for reveal.js. This is the opposite of the 'black' theme.
 *
 * Copyright (C) 2015 Hakim El Hattab, http://hakim.se
 */
@import url(../../lib/font/futura/futura.css);
@import url(../../lib/font/helvetica-neue/helvetica-neue.css);
@import url(../../lib/font/cmun-serif/cmun-serif.css);
/*********************************************
 * GLOBAL STYLES
 *********************************************/
body {
  background: #fff;
  background-color: #fff; }

.reveal {
  font-family: "Helvetica NeueL", "HelveticaNeue-Thin", Helvetica, sans-serif;
  font-size: 32px;
  font-weight: normal;
  color: #222; }

::selection {
  color: #fff;
  background: #fdaa7c;
  text-shadow: none; }

.reveal .slides > section,
.reveal .slides > section > section {
  line-height: 1.3;
  font-weight: inherit; }

/*********************************************
 * HEADERS
 *********************************************/
.reveal h1,
.reveal h2,
.reveal h3 {
  margin: 0 0 20px 0;
  color: #222;
  font-family: "FuturaL", Helvetica, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: normal;
  text-transform: normal;
  text-shadow: none;
  word-wrap: break-word; }

.reveal h1 {
  font-size: 1.5em; }

.reveal h2 {
  font-size: 1.3em; }

.reveal h3 {
  font-size: 1.2em; }

.reveal h1 {
  text-shadow: none; }

.reveal h1 {
  display: table-cell;
  width: 960px;
  vertical-align: bottom;
  padding-bottom: 8px;
  height: 7.5em;
  line-height: 1.2em;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: black;
  background: linear-gradient(#9b0014, #9b0014);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0.5em 7.67em;
  background-color: #e6e6e6;
  margin-bottom: 0; }

.reveal h2 {
  padding-top: 0.1em;
  font-family: "Helvetica NeueL", "HelveticaNeue-Thin", Helvetica, sans-serif;
  font-weight: normal; }

.reveal h3 {
  text-align: left;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  width: 100%;
  height: 2em;
  line-height: 2.5em;
  padding-left: 0.2em;
  background: linear-gradient(#9b0014, #9b0014);
  background-position: bottom right;
  background-size: 2em 2em;
  background-repeat: no-repeat;
  background-color: #e6e6e6; }

.reveal h4 {
  text-align: left;
  font-weight: bold;
  padding-left: 0.2em;
  margin: 15px 0;
  line-height: 1.3; }

/*********************************************
 * OTHER
 *********************************************/
.reveal p {
  padding-left: 0.2em;
  margin: 15px 0;
  line-height: 1.3;
  text-align: left; }

/* Ensure certain elements are never larger than the slide itself */
.reveal img,
.reveal video,
.reveal iframe {
  max-width: 95%;
  max-height: 95%; }

.reveal strong,
.reveal b {
  font-weight: bold; }

.reveal em {
  color: #f55a04;
  border-bottom: solid 1px; }

.reveal llu {
  border-bottom: solid 1px; }

.reveal llc {
  font-style: italic;
  color: #888; }

.reveal ol,
.reveal dl,
.reveal ul {
  display: block;
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 0 0 0 0.2em; }

.reveal li {
  text-indent: 0em; }

.reveal ul li:before {
  content: "■";
  padding-right: 0.5em;
  color: #9b0014; }

.reveal ul ul li:before {
  content: "■";
  padding-right: 0.5em;
  color: #bebebe; }

.reveal ul ul ul li:before {
  content: "■";
  padding-right: 0.5em;
  color: #f55a04; }

.reveal ol {
  list-style-type: decimal;
  margin-left: 1.5em; }

.reveal ul ul,
.reveal ul ol,
.reveal ol ol,
.reveal ol ul {
  display: block;
  margin-left: 40px; }

.reveal dt {
  font-weight: bold; }

.reveal dd {
  margin-left: 40px; }

.reveal q,
.reveal blockquote {
  quotes: none; }

.reveal blockquote {
  display: block;
  position: relative;
  width: 70%;
  margin: 15px auto;
  padding: 5px;
  font-style: italic;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); }

.reveal blockquote p:first-child,
.reveal blockquote p:last-child {
  display: inline-block; }

.reveal q {
  font-style: italic; }

.reveal pre {
  display: block;
  position: relative;
  width: 90%;
  margin: 15px auto;
  text-align: left;
  font-family: monospace;
  word-wrap: break-word; }

.reveal code {
  font-family: monospace;
  font-size: 0.9em; }

.reveal .math {
  font-size: 1.0em; }

.reveal pre code {
  font-size: 0.8em;
  display: block;
  padding: 5px;
  overflow: auto;
  word-wrap: normal;
  background-color: whitesmoke;
  color: black; }

.reveal table {
  margin: auto;
  border-collapse: collapse;
  border-spacing: 0; }

.reveal table th {
  font-weight: bold; }

.reveal table th,
.reveal table td {
  text-align: left;
  padding: 0.2em 0.5em 0.2em 0.5em;
  border-bottom: 1px solid; }

.reveal table th[align="center"],
.reveal table td[align="center"] {
  text-align: center; }

.reveal table th[align="right"],
.reveal table td[align="right"] {
  text-align: right; }

.reveal table tr:last-child td {
  border-bottom: none; }

.reveal sup {
  vertical-align: super; }

.reveal sub {
  vertical-align: sub; }

.reveal small {
  display: inline-block;
  font-size: 0.6em;
  line-height: 1.2em;
  vertical-align: top; }

.reveal small * {
  vertical-align: top; }

/*********************************************
 * LINKS
 *********************************************/
.reveal a {
  color: #f55a04;
  text-decoration: none;
  border-bottom: solid #f55a04 1px;
  -webkit-transition: color .15s ease;
  -moz-transition: color .15s ease;
  transition: color .15s ease; }

.reveal a:hover {
  color: #fc8949;
  text-shadow: none;
  border: none; }

.reveal .roll span:after {
  color: #fff;
  background: #aa3e03; }

/*********************************************
 * IMAGES
 *********************************************/
.reveal section img {
  margin: 15px 0px;
  background: rgba(255, 255, 255, 0.12);
  border: 0;
  box-shadow: none;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.reveal section img.framed {
  border: 2px solid #222;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }

.reveal a img {
  -webkit-transition: all .15s linear;
  -moz-transition: all .15s linear;
  transition: all .15s linear; }

.reveal a:hover img {
  background: rgba(255, 255, 255, 0.2);
  border-color: #f55a04;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); }

/*********************************************
 * NAVIGATION CONTROLS
 *********************************************/
.reveal .controls .navigate-left,
.reveal .controls .navigate-left.enabled {
  border-right-color: #f55a04; }

.reveal .controls .navigate-right,
.reveal .controls .navigate-right.enabled {
  border-left-color: #f55a04; }

.reveal .controls .navigate-up,
.reveal .controls .navigate-up.enabled {
  border-bottom-color: #f55a04; }

.reveal .controls .navigate-down,
.reveal .controls .navigate-down.enabled {
  border-top-color: #f55a04; }

.reveal .controls .navigate-left.enabled:hover {
  border-right-color: #fc8949; }

.reveal .controls .navigate-right.enabled:hover {
  border-left-color: #fc8949; }

.reveal .controls .navigate-up.enabled:hover {
  border-bottom-color: #fc8949; }

.reveal .controls .navigate-down.enabled:hover {
  border-top-color: #fc8949; }

/*********************************************
 * PROGRESS BAR
 *********************************************/
.reveal .progress {
  background: rgba(0, 0, 0, 0.2); }

.reveal .progress span {
  background: #f55a04;
  -webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  -moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
  transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }

/*********************************************
 * SLIDE NUMBER
 *********************************************/
.reveal .slide-number {
  color: #f55a04; }

/*********************************************
 * CUSTOM CLASSES
 *********************************************/
.reveal llbf {
  font-weight: bold; }

.reveal llpro {
  color: #64c832; }

.reveal llcon {
  color: #c80014; }

.reveal llbox {
  display: block;
  margin-top: 0.6em;
  margin-bottom: 0.6em;
  margin-left: auto;
  margin-right: auto; }

.reveal llframe {
  display: table;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
  margin-left: auto;
  margin-right: auto;
  border-style: solid;
  border-width: 4px;
  border-radius: 0.5em;
  padding: 0.6em 1.0em 0.6em 1.0em; }

.reveal .algo {
  font-family: "Computer Modern Serif"; }

.reveal ul.algo {
  font-size: 0.85em;
  overflow: auto;
  max-height: 400px;
  background-color: whitesmoke;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding-top: 0.2em;
  padding-bottom: 0.2em; }

.reveal ul.algo li:before {
  content: ""; }

.reveal ul.algo ul li:before {
  content: ""; }

.reveal ul.algo ul ul li:before {
  content: ""; }
