/**
 * Myplanet theme for reveal.js.
 */
@import url(../../lib/css/Font.css);

section.has-light-background,
section.has-light-background h1,
section.has-light-background h2,
section.has-light-background h3,
section.has-light-background h4,
section.has-light-background h5,
section.has-light-background h6 {
  color: #333333;
}

/*********************************************
 * GLOBAL STYLES
 *********************************************/
body {
  /* background: red;
  background-color: red; */

  background: #292822;
/* background: linear-gradient(180deg, #382b49 0%, #292822 100%); */

/* background-size: 100% auto; */


}

.reveal {
  font-family: 'Lato', sans-serif;
  font-size: inherit;
  font-weight: 400;

  color: #333333;
}


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

/*********************************************
 * HEADERS
 *********************************************/
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {

  margin: 0 0 10px 0;
  font-family: inherit;
  font-weight: 700 !important;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  text-shadow: none;
  word-wrap: break-word;
}

.reveal h1 {
  font-size: 2.5em;
  font-family: 'Nunito', sans-serif;

}

.reveal h2 {
  font-size: 2em;
  font-family: 'Nunito', sans-serif;

}

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

.reveal h4 {
  font-size: 1em;
}
.reveal h5 {
  font-size: .75em;
}

/*********************************************
 * OTHER
 *********************************************/
.reveal p {
  margin: 12px 0;
  line-height: 1.4!important;
}

/* 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 {
  font-style: italic;
}

.reveal ol,
.reveal dl,
.reveal ul {
  display: inline-block;
  text-align: left;
  margin: 0 0 0 2em;
  font-size: .8em
}

.reveal ol {
  list-style-type: decimal;
}

.reveal ul {
  list-style-type: disc;
}
.reveal ul.small {
  font-size: 0.6em;
}
.reveal ul.small li {
  margin-bottom: 1vmin;
}
.reveal ul li {
  margin-bottom: 1.5vmin;
}
.reveal ul li:last-child {
  margin-bottom: 0vmin;
}

.reveal ol li {
  margin-bottom: 1.5vmin;
}

.reveal ol li:last-child {
  margin-bottom: 0vmin;
}

.reveal ul li.small {
  margin-bottom: 1vmin;
  font-size: .9em
}

.reveal ul ul {
  list-style-type: square;
}

.reveal ul ul ul {
  list-style-type: circle;
}

.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 blockquote {
  display: block;
  position: relative;
  width: 70%;
  margin: 20px 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: 20px auto;
  text-align: left;
  font-size: 0.55em;
  font-family: monospace;
  line-height: 1.2em;
  word-wrap: break-word;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}

.reveal code {
  font-family: monospace;
  text-transform: none;
}

.reveal pre code {
  display: block;
  padding: 5px;
  overflow: auto;
  max-height: 400px;
  word-wrap: normal;
}

.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 tbody tr:last-child th,
.reveal table tbody tr:last-child td {
  border-bottom: none;
}

.reveal sup {
  vertical-align: super;
  font-size: smaller;
}

.reveal sub {
  vertical-align: sub;
  font-size: smaller;
}

.reveal small {
  display: inline-block;
  font-size: 0.75em;
  vertical-align: top;
}

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

/*********************************************
 * LINKS
 *********************************************/
.reveal a {
  color: #166aff;
  text-decoration: none;
  -webkit-transition: color .15s ease;
  -moz-transition: color .15s ease;
  transition: color .15s ease;
}

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

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

/*********************************************
 * IMAGES
 *********************************************/
.reveal section img {
  margin: 15px 0px;
  background: rgba(255, 255, 255, 0.12);
  border: 4px solid #222;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.reveal section img.plain {
  border: 0;
  box-shadow: none;
}

.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: #6734BA;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
}

/*********************************************
 * NAVIGATION CONTROLS
 *********************************************/
.reveal .controls {
  color: #6734BA;
}

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

.reveal .progress span {
  -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);
}

/*********************************************
 * PRINT BACKGROUND
 *********************************************/
@media print {
  .backgrounds {
    background-color: #fff;
  }
}

html {
  font-size: 2.25vmin;
}

@media (max-width: 768px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 568px) {
  html {
    font-size: 14px;
  }
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
}


.grid-wrapper {
  display: grid;
}

.reveal .slides {
  text-align: left;
}

.reveal .slides>section,
.reveal .slides>section>section {
  padding: 0;
}

.reveal .slides>section.past,
.reveal .slides>section.future,
.reveal .slides>section>section.past,
.reveal .slides>section>section.future {
  opacity: 1;
}

.reveal .controls {
  right: 0;
  top: 50%;
}


.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
  margin-bottom: 1vmin;
  color: inherit;
}

/* .reveal .slides section {

} */

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

.reveal section img {
  background: none;
  border: none;
  box-shadow: none;
  margin: 0;
}

.reveal .slides section {
    box-sizing: border-box;
  padding: 0;
  height: 100vh;
  margin: 0 0 0 180px;
  width: calc(100vw - 180px);
  color: #000000;

}

.reveal .slides section:not([class*='color--']) {
  background-color: #ffffff;
}

.reveal .slides section.stack {
  background-color: transparent;
}

.reveal .slides section .grid-wrapper {
  box-sizing: border-box;
  grid-column-gap: 10vmin;
  grid-row-gap: 5vmin;
  grid-template-areas: "header""content";
  grid-template-rows: 4.5vmin 1fr;
  height: 100%;
  padding: 12vmin;
}

.flex_col {
  display: flex;
  gap: 2rem;
}
.flex_col_inv {
  display: flex;
  gap: 2rem;
}

.flex_col2 {
  display: flex;
  gap: 2rem;
}
.flex_row {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
/* .flex_row2 {
  display: flex;
  flex-direction: column;
  gap: .5rem;
} */

.flex_col_inv .col {
  flex: 1;
  align-items: center;
display: flex;
}

.flex_col .col {
  flex: 1;
  align-items: center;
display: flex;
}

.flex_col .col_small {
  align-items: center;
display: flex;
}

.flex_col .col_col {
  /* flex: 1; */
  
display: flex;
flex-direction: column;
}

.flex_col .col_col:first-child {
  /* flex: 1; */
width: 40%;
display: flex;
flex-direction: column;
}
.flex_col .col_col:last-child {
  /* flex: 1; */
  width: 60%;
display: flex;
flex-direction: column;
}

.flex_col2 .col {
  flex: 1;
}

.flex_col .col.center_item {
  display: flex;

  align-items: center;
  justify-items: center;
}
.flex_col_inv .col.center_item {
  display: flex;

  align-items: center;
  justify-items: center;
}


.reveal .slides section .flex-wrapper50 {
  box-sizing: border-box;
  /* height: 100%; */
  width: 50%;
  margin: auto auto auto 5%;
  padding: 0 12vmin;
  display: flex;
  flex-direction: column;
  align-self: center;
  position: relative;
}


.reveal .slides section .flex-wrapper {
  box-sizing: border-box;
  /* height: 100%; */
  width: 100%;
  margin: auto;
  padding: 0 15vmin;
  display: flex;
  flex-direction: column;
  align-self: center;
  position: relative;
}


.reveal .slides section .flex-wrapper h2 {
  text-align: left;
  margin-bottom: 25px;
  color: #222222;
}

.reveal .slides section .flex-wrapper h3 {
  text-align: left;
  margin-bottom: 25px;
  color: #222222;
}

.reveal .slides section .flex-wrapper0 {
  box-sizing: border-box;
  /* height: 100%; */
  width: 100%;
  margin: auto;
  padding: 0 8vmin;
  display: flex;
  flex-direction: column;
  align-self: center;
  position: relative;
}
.reveal .slides section .flex-wrapper_bottom {
  box-sizing: border-box;
  /* height: 100%; */
  width: 100%;
  margin: auto;
  padding: 0 4vmin;
  display: flex;
  flex-direction: column;
  align-self: center;
  position: relative;
}

.reveal .slides section .flex-wrapper0 h2 {
  /* text-align: center; */
  margin-bottom: 25px;
  color: #222222;
}

.reveal .slides section .flex-wrapper0 h3 {
  text-align: left;
  margin-bottom: 25px;
  color: #222222;
}

.reveal .slides section .header {
  align-items: center;
  display: flex;
  grid-area: header;
}

.reveal .slides section .logo {
  background-image: url("../../lib/myplanet/logo/ice/mark-outline.svg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  display: inline-block;
  grid-area: header;
  height: 4.5vmin;
  margin-right: 4.5vmin;
  width: 4.5vmin;
}

.reveal .slides section .section {
  text-transform: uppercase;
  line-height: 4.5vmin;
  font-size: 0.6em;
  font-weight: bold;
}

.reveal .slides section:not([class*="color--"]) .section {
  color: #222222;
}

.reveal .slides section .content {
  align-self: center;
  grid-area: content;
}

.reveal .slides section.color--dark .section {
  color: #EEEDEF;
}

.reveal .slides section.intro {
  height: calc(100vh - 8vmin);
  margin: 4vmin;
  width: calc(100vw - 8vmin);
}

@media (max-width: 768px) {
  .reveal .slides section.intro {
    height: calc(100vh - 4vmin);
    margin: 2vmin;
    width: calc(100vw - 4vmin);
  }
}

.reveal .slides section.intro .logo-wrapper {
  display: flex;
  height: 100%;
}

.reveal .slides section.intro .logo {
  background-position: center;
  background-size: contain;
  height: auto;
  margin: auto;
  min-height: 200px;
  min-width: 200px;
  width: 33%;
}

.reveal .slides section.title {
  height: calc(100vh - 8vmin);
  margin: 4vmin;
  width: calc(100vw - 8vmin);
  color: #222222;
  margin-left: 22vw;
  width: calc(100vw - 4vmin - 22vw);
}

.reveal .slides section .title_purple {
  color: #ffffff;
  background: #6734BA;
  border-radius: 30px;
  padding: 6px 18px;
  font-size: .7em;
  font-weight: 400;
}

@media (max-width: 768px) {
  .reveal .slides section.title {
    height: calc(100vh - 4vmin);
    margin: 2vmin;
    width: calc(100vw - 4vmin);
  }
}

.reveal .slides section.title .grid-wrapper {
  grid-template-areas: "header header""content content"". credit";
  grid-template-columns: auto 40%;
  grid-template-rows: 6vmin 1fr auto;
  grid-column-gap: 10vmin;
}

.reveal .slides section.title .logo {
  background-image: url("../../lib/myplanet/logo/white/mark-outline.svg");
  height: 6vmin;
  width: 6vmin;
}

.reveal .slides section.title .logo--full {
  background-image: url("../../lib/myplanet/logo/white/logo-outline.svg");
  width: 24vmin;
}

.reveal .slides section.title .content {
  align-self: center;
  grid-area: content;
}

.reveal .slides section.title .credit {
  align-self: end;
  grid-area: credit;
  line-height: 1.8em;
}

.reveal .slides section.title .credit hr {
  border: solid #EEEDEF;
  border-width: 1px 0 0 0;
  margin: 0 0 .8em 0;
  width: 20%;
}

.reveal .slides section.title .credit .label {
  font-size: 60%;
  text-transform: uppercase;
}

.reveal .slides section.title .credit .name {
  font-weight: bold;
}

@media (max-width: 568px) {
  .reveal .slides section.title .grid-wrapper {
    grid-template-areas: "header""content""credit";
    grid-template-columns: auto;
  }

  .reveal .slides section.title .credit {
    justify-self: end;
  }
}

@media (min-width: 1280px) {
  .reveal .slides section.title .content {
    display: grid;
    grid-template-areas: "title description";
    grid-template-columns: auto 40%;
    grid-column-gap: 10vmin;
  }

  .reveal .slides section.title .description {
    grid-area: description;
    margin-top: 0.5em;
  }
}

.reveal .slides section.subsection .grid-wrapper {
  grid-template-areas: "header""title""description";
  grid-template-rows: 4.5vmin 3fr 1fr;
}

.reveal .slides section.subsection .description {
  color: #9292A8;
  grid-area: description;
  min-height: 4em;
}

.reveal .slides section .description {
  color: #222222;
  min-height: 1em;

}

.reveal .slides section .description_1 {
  color: #222222;
  min-height: 4em;
  font-weight: 400;
  position: relative;
  width: 55%;
  display: flex;
  margin-left: auto;
  margin-right: 15%;
}

.reveal .slides section .description_2 {
  color: #222222;
  min-height: 4em;
  font-weight: 400;
  position: relative;
  width: 75%;
  display: flex;
  flex-direction: column;
  /* margin-left: auto;
margin-right: 15%; */
}

.reveal .slides section .description_3 {
  color: #222222;
  min-height: 4em;
  font-weight: 400;
  position: relative;
  display: flex;
  flex-direction: column;
  /* margin-left: auto;
margin-right: 15%; */
}

.reveal .slides section.subsection:not([class*='color--']) .logo,
.reveal .slides section.subsection.color--light .logo {
  background-image: url("../../lib/myplanet/logo/black/mark-outline.svg");
}

.reveal .slides section.subsection.color--midnight .description,
.reveal .slides section.subsection.color--ice .description,
.reveal .slides section.subsection.color--radiant .description {
  color: #222222;
}

.reveal .slides section.quote blockquote {
  align-self: center;
  background: none;
  color: #66646B;
  border: none;
  box-shadow: none;
  font-size: 2em;
  font-style: normal;
  margin: 0;
  max-width: 42ex;
  padding: 0;
  width: 100%;
}

.reveal .slides section hr {
  border: solid #ED3F3F;
  border-width: 2px 0 0 0;
  margin: .8em 0;
  width: 10%;
}

.reveal .slides section.quote hr {
  border: solid #9292A8;
  border-width: 1px 0 0 0;
  margin: .8em 0;
  width: 10%;
}

.reveal .slides section.quote cite {
  color: #9292A8;
  display: block;
  font-size: 1rem;
}

.reveal .slides section.quote.color--midnight blockquote,
.reveal .slides section.quote.color--ice blockquote,
.reveal .slides section.quote.color--radiant blockquote {
  color: #222222;
}

.reveal .slides section.quote.color--midnight hr,
.reveal .slides section.quote.color--ice hr,
.reveal .slides section.quote.color--radiant hr {
  border-color: #EEEDEF;
}

.reveal .slides section.quote.color--midnight cite,
.reveal .slides section.quote.color--ice cite,
.reveal .slides section.quote.color--radiant cite {
  color: #222222;
}

.reveal .slides section.team .content {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-auto-flow: column;
  grid-column-gap: 10vmin;
  grid-row-gap: 5vmin;
}

.reveal .slides section.team .profile {
  display: grid;
  grid-column-gap: 5vmin;
  grid-template-rows: 15vmin 1fr;
}

.reveal .slides section.team h2 {
  color: #9292A8;
  font-size: inherit;
  margin-bottom: 0.5em;
}

.reveal .slides section.team p:first-of-type {
  margin-top: 0;
}

.reveal .slides section.team p:last-of-type {
  margin-bottom: 0;
}

.reveal .slides section.team img {
  display: block;
  float: left;
  height: auto;
  margin-right: 5vmin;
  width: auto;
}

.reveal .slides section.team .name {
  margin: 0.6em 0;
}

.reveal .slides section.team .role {
  color: #9292A8;
  font-size: 0.8em;
  margin: 0.6em 0;
}

.reveal .slides section.team .supplement {
  font-size: .8em;
  color: #9292A8;
}

@media not all and (max-width: 768px) {
  .reveal .slides section.team .profile:first-child:nth-last-child(1) {
    grid-template-rows: auto;
    grid-template-columns: 1fr 4fr;
  }

  .reveal .slides section.team .profile:first-child:nth-last-child(1) img {
    float: none;
    max-width: none;
    max-height: none;
    width: 100%;
  }
}

@media (min-width: 1280px) {
  .reveal .slides section.team img {
    float: none;
    max-width: none;
    max-height: 100%;
    width: 100%;
  }

  .reveal .slides section.team .profile {
    grid-template-rows: auto;
    grid-template-columns: 1fr 3fr;
  }

  .reveal .slides section.team .profile:first-child:nth-last-child(1) {
    justify-self: center;
    padding: 0 10vmin;
  }

}

@media (max-width: 768px) {
  .reveal .slides section.team .content {
    grid-auto-flow: row;
  }
}

@media (max-width: 768px) and (orientation: landscape) {
  .reveal .slides section.team .content {
    grid-auto-flow: column;
  }

  .reveal .slides section.team .profile {
    grid-template-rows: auto;
    align-items: center;
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 5vmin;
  }

  .reveal .slides section.team .details {
    display: none;
  }

  .reveal .slides section.team img {
    float: left;
    height: auto;
    margin-right: 5vmin;
    max-height: 50%;
    max-width: 40%;
    width: auto;
  }
}

@media (max-width: 568px) {
  .reveal .slides section.team .content {
    grid-auto-flow: row;
  }

  .reveal .slides section.team .profile {
    grid-template-rows: auto;
    align-items: center;
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 5vmin;
  }

  .reveal .slides section.team .details {
    display: none;
  }

  .reveal .slides section.team img {
    float: left;
    height: auto;
    margin-right: 5vmin;
    max-height: 50%;
    max-width: 40%;
    width: auto;
  }
}

.reveal .slides section.end {
  height: 100vh;
  margin: 0;
  width: 100vw;
}

.reveal .slides section.end .logo-wrapper {
  display: flex;
  height: 100%;
}

.reveal .slides section.end .logo {
  background-image: url("../../lib/myplanet/logo/radiant-orange/logo-outline.svg");
  background-position: center;
  background-size: contain;
  height: auto;
  margin: auto;
  min-height: 200px;
  min-width: 200px;
  width: 33%;
}

.reveal .slides section.end.color--radiant .logo {
  background-image: url("../../lib/myplanet/logo/white/logo-outline.svg");
}

/*******************************************************************************
 * Code Segments
 ******************************************************************************/
figure.code {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

figure.code pre {
  box-shadow: none;
  font-size: 1rem;
  height: 100%;
  line-height: 1.1rem;
  margin: 0;
  width: 100%;
  overflow: hidden;
}

.reveal pre code {
  background-color: #3f3f3f;
  border: 1ex solid #3f3f3f;
  border-width: 1ex 2ex;
  box-sizing: border-box;
  height: 100%;
  max-height: none;
  -moz-tab-size: 2;
  tab-size: 2;
}

figure.code figcaption {
  box-sizing: border-box;
  padding: 1ex 2ex;
  width: 100%;
  font-size: 0.875em;
  border: 1px solid #3f3f3f;
  border-bottom-width: 0;
  background-color: #333;
  text-align: left;
}

figure.code pre+figcaption {
  border-top-width: 0;
  border-bottom-width: 1px;
  color: #222222;
}

figure.code figcaption.path {
  font-family: monospace;
}


.reveal ul li::marker{
  color: #222222;
}



.reveal .slide-number {
  font-family: 'Nunito', sans-serif;

  width: 180px;
  position: absolute;
  display: block;
  left: 0;
  text-align: left;
  bottom: 5vmin;
  font-weight: 700;
  z-index: 31;
  font-size: 14px;
  line-height: .75;
  color: #ffffff;
  background-color: transparent;
  padding: 0 0 0 26px;
}

.reveal .slide-number a {
  color: currentColor; }

.reveal .slide-number-delimiter {
  margin: 0 3px; }
