/*!**********************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/css/slides.css ***!
  \**********************************************************************/
.bespoke-slidenumber {
  position:absolute;
  top: 100%;
  right: 0%;
  margin-top: -40px;
  font-size: 23pt;
  font-weight: bold;
}
.bespoke-slidenumber-current {
  padding: 0 5px;
  float:left;
}
.bespoke-slidenumber-divider {
  float:left;
  display:none;
}
.bespoke-slidenumber-overall {
  padding: 0 5px;
  float:left;
  display:none;
}
div.slide-credits {
  margin-left: auto;
  margin-top: 30px;
  float: right;
  text-align: left;
}
div.slide-credits h3 {
  margin: 0px 0px -15px;
}
section.bespoke-slide h1 emph {
  font-style: normal;
}
section.bespoke-slide h2 emph {
  font-style: italic;
}
.slide-author {
  /*margin-bottom: -10px;*/
}
blockquote emph {
  font-style: italic;
  font-weight: bold;
  color: rgba(255, 75, 75, 1.0);
}
blockquote {
  margin-top: 20px;
  margin-bottom: 20px;
}
div.quote-attrib p:before {
  content: "— ";
}
div.quote-attrib {
  text-align: right;
  float: right;
  right: 5px;
}
div.quote-attrib p {
  position: absolute;
  float: right;
  right: 5px;
  max-width: 50%;
}
.slide-title {
  position: absolute;
  top: 5px;
  left: 5px;
  color: rgba(255,255,255,0.8);
  border-bottom: 1px solid rgba(255,255,255,0.8);
  background-color: rgba(0,0,0,0.7);
}
div.slide-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
div div.attrib {
  position: relative;
  top: 100%;
  margin-top: -30px;
  font-size: 13pt;
  float: right;
  right: 0px;
  background-color: rgba(0,0,0,0.7);
  padding: 5px;
}
div div.img-qr {
  position: relative;
  top: 100%;
  max-width: 300px;
  margin-top: -191px;
  max-height: 200px;
  font-size: 13pt;
  float: left;
  right: 0px;
  background-color: rgba(0,0,0,0.7);
  padding: 5px;
}
div.img-qr a.link {
  color: rgba(0,0,0,0.7);
  text-shadow: 0 1px 0 rgba(1,1,1,.25);
  border-bottom: none;
}
div div.img-qr div {
  max-width: 150px;
  margin: auto;
}
div.c1 div.qr {
  max-width: 200px;
  margin: auto;
}
div.img-qr a, div.c1 div.qr a {
  text-decoration: none;
  border-bottom: none;
}
div.img-qr a.link, div.c1 div.qr a.link {
  position: relative;
  top: -1.8em;
  font-size: 0.7em;
}
div.boxes {
  border: 1px dashed rgba(75,255,75,1);
  padding: 10px;
}
.current-text {
  color: rgba(75, 255, 75, 1);
}
div.boxes div {
  border: 1px dashed rgba(255,255,255,1);
  padding: 10px;
  color: rgba(255,255,255,1);
}
.tpm-steps div {
  margin-bottom: 20px;
}
.positive {
  background: #449d44;
}
.inverted {
  background: #ffffff;
}
.inverted .slide-title, .positive .slide-title, .inverted h1, .inverted h2 {
  background: none;
  color: #111111;
}
.inverted a, .inverted p, .inverted li::first-line {
  color: #111111;
  text-decoration: none;
  border-bottom: 1px solid #111111;
  text-shadow: 0 1px 0 rgba(0,0,0,.25);
}
.inverted .slide-title {
  background-color: rgba(1,1,1,0.15);
}
.emphatic .slide-title, .positive .slide-title {
  background: none;
  color: currentColor;
}
.exo {
  color: #ed562b;
  text-shadow: none;
}
.purple {
  color: #8963C6;
  text-shadow: none;
}
div.grid {
  display: grid;
  width: 100%;
  align: center;
}
div.c1 {
  grid-column: 1
}
div.c2 {
  grid-column: 2
}
  /*width: 45%;
  display: inline-block;
  vertical-align: top;*/


/*# sourceMappingURL=slidestyle.css.map*/