/**
 * Hazemag theme for reveal.js.
 *
 */
@import url(../../lib/font/interstate/interstate.css);
@import url(../../lib/font/poppins/poppins.css);
@import url(../../lib/font/roboto/roboto.css);
.primary.primary {
  color: #002540; }

.secondary.secondary {
  color: #308dc7; }

.light.light,
.white.white {
  color: #fff; }

.dark.dark,
.black.black {
  color: #333; }

.gray.gray {
  color: #ccc; }

.dark-gray.dark-gray,
.gray-dark.gray-dark {
  color: #666; }

.bg-primary {
  background-color: #002540; }

.bg-secondary {
  background-color: #308dc7; }

.bg-light, .bg-white {
  background-color: #fff; }

.bg-dark, .bg-black {
  background-color: #333; }

.bg-gray {
  background-color: #ccc; }

:root {
  --primary-color: $primary; }

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

/* GLOBAL STYLES */
body {
  background: #eeeeee;
  background-color: #eeeeee; }

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

::-moz-selection {
  color: #fff;
  background: #006fc0;
  text-shadow: none; }

.reveal {
  font-family: "Roboto", Verdana, sans-serif;
  font-size: 30px;
  font-weight: normal;
  color: #666666;
  /* HEADERS */
  /* OTHER */
  /*section img {
  	margin: 0;
  	border: 0;
  }
  img,
  video,
  iframe {
  	max-width: 95%;
  	max-height: 95%;
  }*/
  /* LINKS */
  /* NAVIGATION CONTROLS & PROGRESS BAR */ }
  .reveal .slides section, .reveal .slides section > section {
    line-height: 1.3;
    font-weight: inherit;
    overflow: hidden; }
  .reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6 {
    margin: 0 0 20px 0;
    color: #002540;
    font-family: "Poppins", Verdana, sans-serif;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: normal;
    text-shadow: none;
    word-wrap: break-word; }
  .reveal h1, .reveal .h1 {
    font-size: 5rem; }
  .reveal h2, .reveal .h2 {
    font-size: 4rem; }
  .reveal h3, .reveal .h3 {
    font-size: 3rem; }
  .reveal h4, .reveal .h4 {
    font-size: 2rem; }
  .reveal h1 {
    text-shadow: none; }
  .reveal p {
    margin: 20px 0;
    line-height: 1.3; }
  .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 1em; }
  .reveal ol {
    list-style-type: decimal; }
  .reveal *:not(li) > ul {
    list-style-type: none; }
    .reveal *:not(li) > ul > li {
      position: relative; }
      .reveal *:not(li) > ul > li:before {
        content: '\25AA';
        position: absolute;
        color: #002540;
        font-size: 1.5em;
        line-height: 0.75em;
        vertical-align: middle;
        left: 0;
        margin-left: -0.5em; }
    .reveal *:not(li) > ul.white > li:before {
      color: #fff; }
    .reveal *:not(li) > ul ul {
      list-style-type: square; }
      .reveal *:not(li) > 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.6em;
    line-height: 1.2em;
    vertical-align: top; }
    .reveal small * {
      vertical-align: top; }
  .reveal a {
    color: #002540;
    text-decoration: none;
    -webkit-transition: color .15s ease;
    -moz-transition: color .15s ease;
    transition: color .15s ease; }
    .reveal a:hover {
      color: #00518d;
      text-shadow: none;
      border: none; }
  .reveal .roll span:after {
    color: #fff;
    background: black; }
  .reveal .controls {
    color: #002540; }
  .reveal .progress {
    background: rgba(0, 0, 0, 0.2);
    color: #002540; }
    .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); }

@media print {
  .backgrounds {
    background-color: #eeeeee; } }
body {
  background-image: url(../../assets/RockBG_white.jpg);
  font-family: "Roboto", Verdana, sans-serif;
  font-weight: 300; }

h1, h2, h3, h4, h5, h6, strong, b {
  font-weight: 700; }

.reveal section {
  height: 100%;
  padding: 0 !important;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: auto;
  /*justify-items:center;
  align-items:center;*/
  /*> div{
  	position: relative;
  }*/ }
  .reveal section.v-60-40 {
    grid-template-rows: 60% 40%; }

div {
  position: relative; }

.font-light.font-light {
  font-weight: 300; }

.font-bold.font-bold {
  font-weight: 700; }

.reveal .font-1 {
  font-size: 1rem; }
.reveal .font-2 {
  font-size: 2rem; }
.reveal .font-3 {
  font-size: 3rem; }
.reveal .font-4 {
  font-size: 4rem; }
.reveal .font-5 {
  font-size: 5rem; }
.reveal .font-6 {
  font-size: 6rem; }
.reveal .font-7 {
  font-size: 7rem; }
.reveal .font-8 {
  font-size: 8rem; }
.reveal .font-9 {
  font-size: 9rem; }
.reveal .font-10 {
  font-size: 10rem; }

#presentation_controls {
  position: absolute;
  font-size: 18px;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: 1030;
	height: 50px;
  /*&:before{
  	position: absolute;
  	top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	z-index: -1;*/
  background-color: #002540;
  pointer-events: none;
  display: flex;
  flex-direction: row; }
  #presentation_controls a {
    pointer-events: all;
    display: block;
    text-decoration: none;
    font-size: 18px;
    padding: 1em;
    color: #fff; }
    #presentation_controls a.navigate-prev:not(.enabled), #presentation_controls a.navigate-next:not(.enabled) {
      opacity: 0.5; }

.reveal .topbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.5)); }
  .reveal .topbar__title {
    text-align: left;
    border-bottom: 2px solid #002540;
    width: 1584px;
    padding: 0;
    margin: 2rem; }
    .reveal .topbar__title h1, .reveal .topbar__title h2 {
      display: inline-block;
      margin-bottom: 0;
      font-size: 2rem; }
    .reveal .topbar__title h2 {
      font-weight: 300;
      color: #666; }
  .reveal .topbar__logo {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 0;
    right: 100px; }
.reveal .bottombar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }
  .reveal .bottombar img {
    display: block; }

.svg_grid_stroke {
  fill: none;
  stroke: #ffffff;
  stroke-width: 8;
  stroke-miterlimit: 10;
  stroke-dashoffset: 0; }

.svg_grid_stroke--h {
  stroke-dasharray: 1920; }

.svg_grid_stroke--v {
  stroke-dasharray: 720; }

.svg_grid_fill {
  fill: #002540;
  stroke: none;
  opacity: 0; }

.border-box, .border-box * {
  box-sizing: border-box; }

.relative {
  position: relative !important; }

.absolute, .full {
  position: absolute !important; }

.trim {
  overflow: hidden; }

.full {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.cover {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.multiply {
  mix-blend-mode: multiply; }

.z--1 {
  position: relative;
  z-index: -1; }

.z-0 {
  position: relative;
  z-index: 0; }

.z-1 {
  position: relative;
  z-index: 1; }

.text-left {
  text-align: left !important; }
.text-right {
  text-align: right !important; }
.text-center {
  text-align: center !important; }

.reveal .uppercase, .uppercase {
  text-transform: uppercase; }

.box-shadow {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.75), 0 0 30px rgba(0, 0, 0, 0.25); }

.reveal .d-none,
body .d-none {
  display: none !important; }
.reveal .d-block,
body .d-block {
  display: block !important; }
.reveal .d-inline,
body .d-inline {
  display: inline !important; }
.reveal .d-inline-block,
body .d-inline-block {
  display: inline-block !important; }
.reveal .d-flex,
body .d-flex {
  display: flex !important; }
.reveal .d-grid,
body .d-grid {
  display: grid !important; }
.reveal .w-100,
body .w-100 {
  width: 100%; }
.reveal .w-auto,
body .w-auto {
  width: auto; }
.reveal .h-100,
body .h-100 {
  height: 100%; }
.reveal .h-auto,
body .h-auto {
  height: auto; }
.reveal .m-0, .reveal .mt-0, .reveal .my-0,
body .m-0,
body .mt-0,
body .my-0 {
  margin-top: 0; }
.reveal .m-1, .reveal .mt-1, .reveal .my-1,
body .m-1,
body .mt-1,
body .my-1 {
  margin-top: 0.25rem; }
.reveal .m-2, .reveal .mt-2, .reveal .my-2,
body .m-2,
body .mt-2,
body .my-2 {
  margin-top: 0.5rem; }
.reveal .m-3, .reveal .mt-3, .reveal .my-3,
body .m-3,
body .mt-3,
body .my-3 {
  margin-top: 1rem; }
.reveal .m-4, .reveal .mt-4, .reveal .my-4,
body .m-4,
body .mt-4,
body .my-4 {
  margin-top: 1.5rem; }
.reveal .m-5, .reveal .mt-5, .reveal .my-5,
body .m-5,
body .mt-5,
body .my-5 {
  margin-top: 3rem; }
.reveal .m-auto, .reveal .mt-auto, .reveal .my-auto,
body .m-auto,
body .mt-auto,
body .my-auto {
  margin-top: auto; }
.reveal .m-0, .reveal .mb-0, .reveal .my-0,
body .m-0,
body .mb-0,
body .my-0 {
  margin-bottom: 0; }
.reveal .m-1, .reveal .mb-1, .reveal .my-1,
body .m-1,
body .mb-1,
body .my-1 {
  margin-bottom: 0.25rem; }
.reveal .m-2, .reveal .mb-2, .reveal .my-2,
body .m-2,
body .mb-2,
body .my-2 {
  margin-bottom: 0.5rem; }
.reveal .m-3, .reveal .mb-3, .reveal .my-3,
body .m-3,
body .mb-3,
body .my-3 {
  margin-bottom: 1rem; }
.reveal .m-4, .reveal .mb-4, .reveal .my-4,
body .m-4,
body .mb-4,
body .my-4 {
  margin-bottom: 1.5rem; }
.reveal .m-5, .reveal .mb-5, .reveal .my-5,
body .m-5,
body .mb-5,
body .my-5 {
  margin-bottom: 3rem; }
.reveal .m-auto, .reveal .mb-auto, .reveal .my-auto,
body .m-auto,
body .mb-auto,
body .my-auto {
  margin-bottom: auto; }
.reveal .m-0, .reveal .mr-0, .reveal .mx-0,
body .m-0,
body .mr-0,
body .mx-0 {
  margin-right: 0; }
.reveal .m-1, .reveal .mr-1, .reveal .mx-1,
body .m-1,
body .mr-1,
body .mx-1 {
  margin-right: 0.25rem; }
.reveal .m-2, .reveal .mr-2, .reveal .mx-2,
body .m-2,
body .mr-2,
body .mx-2 {
  margin-right: 0.5rem; }
.reveal .m-3, .reveal .mr-3, .reveal .mx-3,
body .m-3,
body .mr-3,
body .mx-3 {
  margin-right: 1rem; }
.reveal .m-4, .reveal .mr-4, .reveal .mx-4,
body .m-4,
body .mr-4,
body .mx-4 {
  margin-right: 1.5rem; }
.reveal .m-5, .reveal .mr-5, .reveal .mx-5,
body .m-5,
body .mr-5,
body .mx-5 {
  margin-right: 3rem; }
.reveal .m-auto, .reveal .mr-auto, .reveal .mx-auto,
body .m-auto,
body .mr-auto,
body .mx-auto {
  margin-right: auto; }
.reveal .m-0, .reveal .ml-0, .reveal .mx-0,
body .m-0,
body .ml-0,
body .mx-0 {
  margin-left: 0; }
.reveal .m-1, .reveal .ml-1, .reveal .mx-1,
body .m-1,
body .ml-1,
body .mx-1 {
  margin-left: 0.25rem; }
.reveal .m-2, .reveal .ml-2, .reveal .mx-2,
body .m-2,
body .ml-2,
body .mx-2 {
  margin-left: 0.5rem; }
.reveal .m-3, .reveal .ml-3, .reveal .mx-3,
body .m-3,
body .ml-3,
body .mx-3 {
  margin-left: 1rem; }
.reveal .m-4, .reveal .ml-4, .reveal .mx-4,
body .m-4,
body .ml-4,
body .mx-4 {
  margin-left: 1.5rem; }
.reveal .m-5, .reveal .ml-5, .reveal .mx-5,
body .m-5,
body .ml-5,
body .mx-5 {
  margin-left: 3rem; }
.reveal .m-auto, .reveal .ml-auto, .reveal .mx-auto,
body .m-auto,
body .ml-auto,
body .mx-auto {
  margin-left: auto; }
.reveal .p-0, .reveal .pt-0, .reveal .py-0,
body .p-0,
body .pt-0,
body .py-0 {
  padding-top: 0; }
.reveal .p-1, .reveal .pt-1, .reveal .py-1,
body .p-1,
body .pt-1,
body .py-1 {
  padding-top: 0.25rem; }
.reveal .p-2, .reveal .pt-2, .reveal .py-2,
body .p-2,
body .pt-2,
body .py-2 {
  padding-top: 0.5rem; }
.reveal .p-3, .reveal .pt-3, .reveal .py-3,
body .p-3,
body .pt-3,
body .py-3 {
  padding-top: 1rem; }
.reveal .p-4, .reveal .pt-4, .reveal .py-4,
body .p-4,
body .pt-4,
body .py-4 {
  padding-top: 1.5rem; }
.reveal .p-5, .reveal .pt-5, .reveal .py-5,
body .p-5,
body .pt-5,
body .py-5 {
  padding-top: 3rem; }
.reveal .p-0, .reveal .pb-0, .reveal .py-0,
body .p-0,
body .pb-0,
body .py-0 {
  padding-bottom: 0; }
.reveal .p-1, .reveal .pb-1, .reveal .py-1,
body .p-1,
body .pb-1,
body .py-1 {
  padding-bottom: 0.25rem; }
.reveal .p-2, .reveal .pb-2, .reveal .py-2,
body .p-2,
body .pb-2,
body .py-2 {
  padding-bottom: 0.5rem; }
.reveal .p-3, .reveal .pb-3, .reveal .py-3,
body .p-3,
body .pb-3,
body .py-3 {
  padding-bottom: 1rem; }
.reveal .p-4, .reveal .pb-4, .reveal .py-4,
body .p-4,
body .pb-4,
body .py-4 {
  padding-bottom: 1.5rem; }
.reveal .p-5, .reveal .pb-5, .reveal .py-5,
body .p-5,
body .pb-5,
body .py-5 {
  padding-bottom: 3rem; }
.reveal .p-0, .reveal .pr-0, .reveal .px-0,
body .p-0,
body .pr-0,
body .px-0 {
  padding-right: 0; }
.reveal .p-1, .reveal .pr-1, .reveal .px-1,
body .p-1,
body .pr-1,
body .px-1 {
  padding-right: 0.25rem; }
.reveal .p-2, .reveal .pr-2, .reveal .px-2,
body .p-2,
body .pr-2,
body .px-2 {
  padding-right: 0.5rem; }
.reveal .p-3, .reveal .pr-3, .reveal .px-3,
body .p-3,
body .pr-3,
body .px-3 {
  padding-right: 1rem; }
.reveal .p-4, .reveal .pr-4, .reveal .px-4,
body .p-4,
body .pr-4,
body .px-4 {
  padding-right: 1.5rem; }
.reveal .p-5, .reveal .pr-5, .reveal .px-5,
body .p-5,
body .pr-5,
body .px-5 {
  padding-right: 3rem; }
.reveal .p-0, .reveal .pl-0, .reveal .px-0,
body .p-0,
body .pl-0,
body .px-0 {
  padding-left: 0; }
.reveal .p-1, .reveal .pl-1, .reveal .px-1,
body .p-1,
body .pl-1,
body .px-1 {
  padding-left: 0.25rem; }
.reveal .p-2, .reveal .pl-2, .reveal .px-2,
body .p-2,
body .pl-2,
body .px-2 {
  padding-left: 0.5rem; }
.reveal .p-3, .reveal .pl-3, .reveal .px-3,
body .p-3,
body .pl-3,
body .px-3 {
  padding-left: 1rem; }
.reveal .p-4, .reveal .pl-4, .reveal .px-4,
body .p-4,
body .pl-4,
body .px-4 {
  padding-left: 1.5rem; }
.reveal .p-5, .reveal .pl-5, .reveal .px-5,
body .p-5,
body .pl-5,
body .px-5 {
  padding-left: 3rem; }
