@charset "UTF-8";
/**
 * League theme for reveal.js.
 *
 * This was the default theme pre-3.0.0.
 *
 * Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
 *
 * modified by Frank, had to get rid of `display: block` in .reveal ul
 * and image margins (commented below)
 */
@import url(../../lib/font/league-gothic/league-gothic.css);
/*********************************************
 * GLOBAL STYLES
 *********************************************/
body {
  background: #2b2b2b;
  background-color: #2b2b2b;
}

.reveal {
  font-family: "Lato", sans-serif !important;
  font-size: 40px;
  font-weight: normal;
  color: #eee;
}

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

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

.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 20px 0;
  color: #eee;
  font-family: "League Gothic", Impact, sans-serif;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-transform: uppercase;
  text-shadow: none;
  word-wrap: break-word;
}

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

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

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

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

.reveal h1 {
  text-shadow: none;
}

/*********************************************
 * OTHER
 *********************************************/
.reveal p {
  margin: 20px 0;
  line-height: 1.3;
}

/* 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 1em;
}

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

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

.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;
  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 5px 15px rgba(0, 0, 0, 0.15);
}

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

.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;
}

/*********************************************
 * LINKS
 *********************************************/
.reveal a {
  color: #13DAEC;
  text-decoration: none;
  -webkit-transition: color 0.15s ease;
  -moz-transition: color 0.15s ease;
  transition: color 0.15s ease;
}

.reveal a:hover {
  color: rgb(113.4, 232.8, 243.6);
  text-shadow: none;
  border: none;
}

.reveal .roll span:after {
  color: #fff;
  background: rgb(13.3, 152.6, 165.2);
}

/*********************************************
 * IMAGES
 *********************************************/
.reveal section img {
  margin: 15px 0px;
  border: 4px solid #eee;
}

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

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

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

/*********************************************
 * NAVIGATION CONTROLS
 *********************************************/
.reveal .controls {
  color: #13DAEC;
}

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

.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: #2b2b2b;
  }
}
.blockquote {
  overflow-y: auto !important;
}

.whiteboard_border {
  border: 14px solid transparent;
  border-style: solid;
  border-image: url("https://minio1.greenant.net/media-testing/checkin_child_sharpenedborder.svg") 40 stretch;
}

.whiteboard_border_double {
  border: 14px solid transparent;
  border-style: solid;
  border-image: url("https://minio1.greenant.net/media-testing/checkin_child_sharpenedborder_doublesized.svg") 40 stretch;
}

.whiteboard_hanging {
  background-image: url("https://minio1.greenant.net/media-staging/whiteboard_hanging.svg");
  background-repeat: no-repeat;
  padding-top: 36%;
  padding-left: 12%;
  padding-right: 12%;
  padding-bottom: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -200px;
  display: block;
  background-size: 100%;
}

.whiteboard_child {
  border: 14px solid transparent;
  border-style: solid;
  background-image: url("https://minio1.greenant.net/media-testing/whiteboard_child.svg") 40 stretch;
}

.checkin_teen {
  background-image: url("https://minio1.greenant.net/media-testing/checkin_teen.svg");
  background-repeat: no-repeat;
  padding-left: 40px;
  padding-right: 10px;
  padding-top: 50px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-size: 100%;
  max-width: 600px;
}

.checkin_teen_notext {
  background-image: url("https://minio1.greenant.net/media-testing/checkin_teen_notext.svg");
  background-repeat: no-repeat;
  padding-left: 40px;
  padding-right: 10px;
  padding-top: 50px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-size: 100%;
  max-width: 600px;
}

.checkin_child {
  background-image: url("https://minio1.greenant.net/media-testing/checkin_child_text.svg");
  background-repeat: no-repeat;
  padding-left: 40px;
  padding-right: 10px;
  padding-top: 50px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-size: 100%;
}

.checkin_child_notext {
  border: 14px solid transparent;
  border-style: solid;
  border-image: url("https://minio1.greenant.net/media-testing/checkin_child_clipboard.svg") 40 stretch;
  padding-left: 40px;
  padding-right: 10px;
  padding-top: 50px;
  padding-bottom: 20px;
}

.checkin_child_border {
  border: 20px solid transparent;
  border-style: solid;
  padding: 15px;
  border-image: url("https://minio1.greenant.net/media-testing/checkin_child_border.svg") 40 stretch;
  background-image: url(https://minio1.greenant.net/media-testing/checkin_child_clipboard.svg);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 12%;
}

.whiteboard_scroll_reminder_teen {
  background-image: url("https://minio1.greenant.net/media-testing/teen_whiteboard_scroll_reminder.svg");
  background-repeat: no-repeat;
  padding-left: 40px;
  padding-right: 115px;
  padding-top: 50px;
  padding-bottom: 115px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-size: 100%;
}

.whiteboard_scroll_reminder_child {
  background-image: url("https://minio1.greenant.net/media-testing/child_whiteboard_scroll_reminder.svg");
  background-repeat: no-repeat;
  padding-left: 40px;
  padding-right: 115px;
  padding-top: 50px;
  padding-bottom: 115px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-size: 100%;
}

.blob_blue {
  background-image: url("https://minio1.greenant.net/media-staging/blue_blob_2.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 125px;
  padding-bottom: 125px;
}

.blob_green {
  background-image: url("https://minio1.greenant.net/media-staging/green_blob_gtaENb8.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 125px;
  padding-bottom: 125px;
}

.circle_momentum_logo {
  background-image: url("https://minio1.greenant.net/media-testing/session_title_circle_logo.svg");
  background-repeat: no-repeat;
  padding: 100px 100px 100px 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-size: contain;
  max-width: 600px;
}

.circle_momentum_logo h1,
.circle_momentum_logo h2,
.circle_momentum_logo h3,
.circle_momentum_logo h4,
.circle_momentum_logo h5,
.circle_momentum_logo h6,
.circle_momentum_logo p {
  color: white !important;
}

.circle_momentum {
  background-image: url("https://minio1.greenant.net/media-testing/session_title_circle_plain_inkscape.svg");
  background-repeat: no-repeat;
  padding: 100px 100px 100px 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-size: contain;
  max-width: 600px;
}

.circle_momentum h1,
.circle_momentum h2,
.circle_momentum h3,
.circle_momentum h4,
.circle_momentum h5,
.circle_momentum h6,
.circle_momentum p {
  color: white !important;
}

.text_box_navyblue {
  background-image: url("https://minio1.greenant.net/media-testing/text_box_blue.svg");
  background-repeat: no-repeat;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-size: 100%;
  max-width: 600px;
}

.text_box_navyblue h1,
.text_box_navyblue h2,
.text_box_navyblue h3,
.text_box_navyblue h4,
.text_box_navyblue h5,
.text_box_navyblue h6,
.text_box_navyblue p {
  color: white !important;
}

.text_box_orange {
  background-image: url("https://minio1.greenant.net/media-testing/text_box_orange.svg");
  background-repeat: no-repeat;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-size: 100%;
  max-width: 600px;
}

.text_box_orange h1,
.text_box_orange h2,
.text_box_orange h3,
.text_box_orange h4,
.text_box_orange h5,
.text_box_orange h6,
.text_box_orange p {
  color: "#1A3A61" !important;
}

.text_box_blue {
  background-image: url("https://minio1.greenant.net/media-testing/textbox_blue.svg");
  background-repeat: no-repeat;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-size: 100%;
  max-width: 600px;
}

.text_box_blue h1,
.text_box_blue h2,
.text_box_blue h3,
.text_box_blue h4,
.text_box_blue h5,
.text_box_blue h6,
.text_box_blue p {
  color: white !important;
}

.text_box_teal {
  background-image: url("https://minio1.greenant.net/media-testing/textbox_teal.svg");
  background-repeat: no-repeat;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-size: 100%;
  max-width: 600px;
}

.text_box_teal h1,
.text_box_teal h2,
.text_box_teal h3,
.text_box_teal h4,
.text_box_teal h5,
.text_box_teal h6,
.text_box_teal p {
  color: white !important;
}

.text_box_bone {
  background-image: url("https://minio1.greenant.net/media-testing/textbox_bone.svg");
  background-repeat: no-repeat;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-size: 100%;
  max-width: 600px;
}

.text_box_bone h1,
.text_box_bone h2,
.text_box_bone h3,
.text_box_bone h4,
.text_box_bone h5,
.text_box_bone h6,
.text_box_bone p {
  color: "#3F7FA3" !important;
}

.text_box_purple {
  background-image: url("https://minio1.greenant.net/media-testing/textbox_purple.svg");
  background-repeat: no-repeat;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-size: 100%;
  max-width: 600px;
}

.text_box_purple h1,
.text_box_purple h2,
.text_box_purple h3,
.text_box_purple h4,
.text_box_purple h5,
.text_box_purple h6,
.text_box_purple p {
  color: white !important;
}

.text_box_lightblue {
  background-image: url("https://minio1.greenant.net/media-testing/textbox_lightblue.svg");
  background-repeat: no-repeat;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-size: 100%;
  max-width: 600px;
}

.text_box_lightblue h1,
.text_box_lightblue h2,
.text_box_lightblue h3,
.text_box_lightblue h4,
.text_box_lightblue h5,
.text_box_lightblue h6,
.text_box_lightblue p {
  color: "#1A3A61" !important;
}

.text_box_darkblue {
  background-image: url("https://minio1.greenant.net/media-testing/textbox_brightblue.svg");
  background-repeat: no-repeat;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-size: 100%;
  max-width: 600px;
}

.text_box_darkblue h1,
.text_box_darkblue h2,
.text_box_darkblue h3,
.text_box_darkblue h4,
.text_box_darkblue h5,
.text_box_darkblue h6,
.text_box_darkblue p {
  color: white !important;
}

.text_box_white {
  background-image: url("https://minio1.greenant.net/media-testing/textbox_white.svg");
  background-repeat: no-repeat;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-size: 100%;
  max-width: 600px;
}

.text_box_white h1,
.text_box_white h2,
.text_box_white h3,
.text_box_white h4,
.text_box_white h5,
.text_box_white h6,
.text_box_white p {
  color: black !important;
}

.text_box_skyblue {
  background-image: url("https://minio1.greenant.net/media-testing/textbox_skyblue.svg");
  background-repeat: no-repeat;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-size: 100%;
  max-width: 600px;
}

.text_box_skyblue h1,
.text_box_skyblue h2,
.text_box_skyblue h3,
.text_box_skyblue h4,
.text_box_skyblue h5,
.text_box_skyblue h6,
.text_box_skyblue p {
  color: "#1A3A61" !important;
}

.text_box_seagreen {
  background-image: url("https://minio1.greenant.net/media-testing/textbox_seagreen.svg");
  background-repeat: no-repeat;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-size: 100%;
  max-width: 600px;
}

.text_box_seagreen h1,
.text_box_seagreen h2,
.text_box_seagreen h3,
.text_box_seagreen h4,
.text_box_seagreen h5,
.text_box_seagreen h6,
.text_box_seagreen p {
  color: white !important;
}

.bubble_teen_navy {
  background-image: url("https://minio1.greenant.net/media-testing/bubble_navy_teen.svg");
  background-repeat: no-repeat;
  padding: 45px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-size: 100%;
  max-width: 600px;
}

.bubble_teen_navy h1,
.bubble_teen_navy h2,
.bubble_teen_navy h3,
.bubble_teen_navy h4,
.bubble_teen_navy h5,
.bubble_teen_navy h6,
.bubble_teen_navy p {
  color: white !important;
}

.bubble_teen_pink {
  background-image: url("https://minio1.greenant.net/media-testing/bubble_pink_teen.svg");
  background-repeat: no-repeat;
  padding: 45px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-size: 100%;
  max-width: 600px;
}

.bubble_teen_pink h1,
.bubble_teen_pink h2,
.bubble_teen_pink h3,
.bubble_teen_pink h4,
.bubble_teen_pink h5,
.bubble_teen_pink h6,
.bubble_teen_pink p {
  color: "#003d8f" !important;
}

.bubble_teen_green {
  background-image: url("https://minio1.greenant.net/media-testing/bubble_green_teen.svg");
  background-repeat: no-repeat;
  padding: 45px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-size: 100%;
  max-width: 600px;
}

.bubble_teen_green h1,
.bubble_teen_green h2,
.bubble_teen_green h3,
.bubble_teen_green h4,
.bubble_teen_green h5,
.bubble_teen_green h6,
.bubble_teen_green p {
  color: white !important;
}

.bubble_teen_gold {
  background-image: url("https://minio1.greenant.net/media-testing/bubble_gold_teen.svg");
  background-repeat: no-repeat;
  padding: 45px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-size: 100%;
  max-width: 600px;
}

.bubble_teen_gold h1,
.bubble_teen_gold h2,
.bubble_teen_gold h3,
.bubble_teen_gold h4,
.bubble_teen_gold h5,
.bubble_teen_gold h6,
.bubble_teen_gold p {
  color: "#003d8f" !important;
}

.bubble_teen_teal {
  background-image: url("https://minio1.greenant.net/media-testing/bubble_teal_teen.svg");
  background-repeat: no-repeat;
  padding: 45px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-size: 100%;
  max-width: 600px;
}

.bubble_teen_teal h1,
.bubble_teen_teal h2,
.bubble_teen_teal h3,
.bubble_teen_teal h4,
.bubble_teen_teal h5,
.bubble_teen_teal h6,
.bubble_teen_teal p {
  color: white !important;
}

.bubble_teen_orange {
  background-image: url("https://minio1.greenant.net/media-testing/bubble_orange_teen.svg");
  background-repeat: no-repeat;
  padding: 45px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-size: 100%;
  max-width: 600px;
}

.bubble_teen_orange h1,
.bubble_teen_orange h2,
.bubble_teen_orange h3,
.bubble_teen_orange h4,
.bubble_teen_orange h5,
.bubble_teen_orange h6,
.bubble_teen_orange p {
  color: white !important;
}

.bubble_teen_bone {
  background-image: url("https://minio1.greenant.net/media-testing/bubble_bone_teen.svg");
  background-repeat: no-repeat;
  padding: 45px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-size: 100%;
  max-width: 600px;
}

.bubble_teen_bone h1,
.bubble_teen_bone h2,
.bubble_teen_bone h3,
.bubble_teen_bone h4,
.bubble_teen_bone h5,
.bubble_teen_bone h6,
.bubble_teen_bone p {
  color: "#3F7FA3" !important;
}

.bubble_teen_darkblue {
  background-image: url("https://minio1.greenant.net/media-testing/bubble_darkblue_teen.svg");
  background-repeat: no-repeat;
  padding: 45px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-size: 100%;
  max-width: 600px;
}

.bubble_teen_darkblue h1,
.bubble_teen_darkblue h2,
.bubble_teen_darkblue h3,
.bubble_teen_darkblue h4,
.bubble_teen_darkblue h5,
.bubble_teen_darkblue h6,
.bubble_teen_darkblue p {
  color: white !important;
}

.bubble_teen_buff {
  background-image: url("https://minio1.greenant.net/media-testing/bubble_buff_teen.svg");
  background-repeat: no-repeat;
  padding: 45px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-size: 100%;
  max-width: 600px;
}

.bubble_teen_buff h1,
.bubble_teen_buff h2,
.bubble_teen_buff h3,
.bubble_teen_buff h4,
.bubble_teen_buff h5,
.bubble_teen_buff h6,
.bubble_teen_buff p {
  color: "#193861" !important;
}

.bubble_teen_lightblue {
  background-image: url("https://minio1.greenant.net/media-testing/bubble_lightblue_teen.svg");
  background-repeat: no-repeat;
  padding: 45px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-size: 100%;
  max-width: 600px;
}

.bubble_teen_lightblue h1,
.bubble_teen_lightblue h2,
.bubble_teen_lightblue h3,
.bubble_teen_lightblue h4,
.bubble_teen_lightblue h5,
.bubble_teen_lightblue h6,
.bubble_teen_lightblue p {
  color: "#003d8f" !important;
}

.bubble_child_green {
  background-image: url("https://minio1.greenant.net/media-testing/bubble_green_child.svg");
  background-repeat: no-repeat;
  padding: 45px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-size: 100%;
  max-width: 600px;
}

.bubble_child_green h1,
.bubble_child_green h2,
.bubble_child_green h3,
.bubble_child_green h4,
.bubble_child_green h5,
.bubble_child_green h6,
.bubble_child_green p {
  color: white !important;
}

.bubble_child_lightorange {
  background-image: url("https://minio1.greenant.net/media-testing/bubble_lightorange_child.svg");
  background-repeat: no-repeat;
  padding: 45px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-size: 100%;
  max-width: 600px;
}

.bubble_child_lightorange h1,
.bubble_child_lightorange h2,
.bubble_child_lightorange h3,
.bubble_child_lightorange h4,
.bubble_child_lightorange h5,
.bubble_child_lightorange h6,
.bubble_child_lightorange p {
  color: black !important;
}

.bubble_child_purple {
  background-image: url("https://minio1.greenant.net/media-testing/bubble_purple_child.svg");
  background-repeat: no-repeat;
  padding: 45px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-size: 100%;
  max-width: 600px;
}

.bubble_child_purple h1,
.bubble_child_purple h2,
.bubble_child_purple h3,
.bubble_child_purple h4,
.bubble_child_purple h5,
.bubble_child_purple h6,
.bubble_child_purple p {
  color: white !important;
}

.bubble_child_blue {
  background-image: url("https://minio1.greenant.net/media-testing/bubble_blue_child.svg");
  background-repeat: no-repeat;
  padding: 45px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-size: 100%;
  max-width: 600px;
}

.bubble_child_blue h1,
.bubble_child_blue h2,
.bubble_child_blue h3,
.bubble_child_blue h4,
.bubble_child_blue h5,
.bubble_child_blue h6,
.bubble_child_blue p {
  color: white !important;
}

.bubble_child_orange {
  background-image: url("https://minio1.greenant.net/media-testing/bubble_orange_child.svg");
  background-repeat: no-repeat;
  padding: 45px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background-size: 100%;
  max-width: 600px;
}

.bubble_child_orange h1,
.bubble_child_orange h2,
.bubble_child_orange h3,
.bubble_child_orange h4,
.bubble_child_orange h5,
.bubble_child_orange h6,
.bubble_child_orange p {
  color: "#f8f5ef" !important;
}

.quiz {
  background-image: url("https://minio1.greenant.net/media/quiz/True_False_Quiz_Quiz_Time_Kids.svg");
  background-repeat: no-repeat;
  padding-top: 12%;
  padding-left: 15%;
  padding-right: 14%;
  padding-bottom: 16%;
  margin-bottom: auto;
  display: block;
  background-size: 100% 100%;
}

.quiz_noborder {
  padding-top: 12%;
  padding-left: 15%;
  padding-right: 14%;
  padding-bottom: 16%;
  margin-bottom: auto;
  display: block;
  background-size: 100% 100%;
}

/*********************************************
 * MODULE BUTTON (from Link)
 *********************************************/
.module_button {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #20538D;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
  background: #4479BA;
  color: #FFF;
  padding: 8px 12px;
  text-decoration: none;
}

/*********************************************
 * PROGRESS BAR
 *********************************************/
.reveal .progress {
  position: absolute;
  display: none;
  height: 13px;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.2);
  color: #E7542C;
}

.reveal .progress:after {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 100%;
  top: -10px;
}

.reveal .progress span {
  display: block;
  height: 100%;
  width: 0px;
  background-color: currentColor;
  transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
}

/*********************************************
 * CONTROLS
 *********************************************/
@keyframes bounce-right {
  0%, 10%, 25%, 40%, 50% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(10px);
  }
  30% {
    transform: translateX(-5px);
  }
}
@keyframes bounce-down {
  0%, 10%, 25%, 40%, 50% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(10px);
  }
  30% {
    transform: translateY(-5px);
  }
}
.reveal .controls {
  display: none;
  position: absolute;
  top: auto;
  bottom: 12px;
  right: 12px;
  left: auto;
  z-index: 11;
  color: #e7542c !important;
  pointer-events: none;
  font-size: 18px;
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.9));
}

.controls-arrow:before,
.controls-arrow:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.6em;
  height: 0.5em;
  border-radius: 0.25em;
  background-color: currentColor;
  transition: all 0.15s ease, background-color 0.8s ease;
  transform-origin: 0.2em 50%;
  will-change: transform;
}

.controls-arrow {
  position: relative;
  width: 3.6em;
  height: 3.6em;
}
.controls-arrow:before {
  transform: translateX(0.5em) translateY(1.55em) rotate(45deg);
}
.controls-arrow:after {
  transform: translateX(0.5em) translateY(1.55em) rotate(-45deg);
}
.controls-arrow:hover:before {
  transform: translateX(0.5em) translateY(1.55em) rotate(40deg);
}
.controls-arrow:hover:after {
  transform: translateX(0.5em) translateY(1.55em) rotate(-40deg);
}
.controls-arrow:active:before {
  transform: translateX(0.5em) translateY(1.55em) rotate(36deg);
}
.controls-arrow:active:after {
  transform: translateX(0.5em) translateY(1.55em) rotate(-36deg);
}

.reveal table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 90%;
  /* margin-top: 50px; */
}

.reveal table th, .reveal table td {
  text-align: left;
  padding: 0.2em 0.5em 0.2em 0.5em;
  border-bottom: 1px solid;
  /* font-size: 0.5em; # disabled as was reducing size too much in firefox */
}

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

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

.hidden_table table thead, .hidden_table table tr, .hidden_table table td, .hidden_table table th {
  border-style: hidden !important;
  font-weight: normal !important;
  font-style: normal !important;
}

.survey {
  /* 
  there are multiple files specifying survey styling currently
  we should consolidate them and move to CDN 
  - this file may be required as it is built into themes
  - css/theme/source/survey.scss - the default survey.js themes - is not a theme and should be moved
  - css/theme/custom-survey.scss - is the styles for the custom widgets
  */
  /* end survey */
}
.survey .sv-table {
  width: 100%;
  background-color: rgba(159, 159, 159, 0.1);
  border-collapse: separate;
  border-spacing: 0;
  margin-top: 0;
}
.survey .sv-table tr:nth-child(even) {
  background-color: #d1e1d1;
}
.survey .sv-table thead {
  background-color: #d1e1d1;
}
.survey .sv-table tbody tr:last-child .sv-table__cell {
  padding-bottom: 1.5em;
}
.survey .sv-table tr:first-child .sv-table__cell {
  padding-top: 0.875em;
}
.survey .sv-table td:first-child,
.survey .sv-table th:first-child {
  padding-left: 0.875em;
}
.survey .sv-table td:last-child,
.survey .sv-table th:last-child {
  padding-right: 0.875em;
}
.survey .sv-table__row--detail {
  background-color: #e7e7e7;
}
.survey .sv-table__row--detail td {
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  padding: 0.5em 0;
}
.survey .sv-table__cell {
  padding: 0.4375em 0;
  box-sizing: content-box;
  vertical-align: top;
}
.survey .sv-table__cell:not(:last-child) {
  padding-right: 0.5em;
}
.survey .sv-table__cell:not(:first-child) {
  padding-left: 0.5em;
}
.survey .sv-table__cell--header {
  font-family: Raleway;
  font-weight: bold;
  text-align: left;
}
.survey .sv-table__cell--rowText {
  vertical-align: middle;
}
.survey .sv-table__cell--detail {
  text-align: center;
  vertical-align: middle;
  width: 32px;
}
.survey .sv-table__cell--detail-rowtext {
  vertical-align: middle;
}
.survey .sv-table__cell--detail-panel {
  padding-left: 0.5em;
}
.survey .sv-table__cell--detail-button {
  appearance: none;
  position: relative;
  border: 3px solid rgba(64, 64, 64, 0.5);
  border-radius: 50px;
  text-align: center;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  padding: 0;
  margin: 0;
  outline: none;
  cursor: pointer;
  background: transparent;
}
.survey .sv-table__empty--rows--section {
  text-align: center;
  vertical-align: middle;
}
.survey .sv-table__empty--rows--text {
  padding: 20px;
}
.survey .sv-table__cell--actions sv-action-bar,
.survey .sv-table__cell--actions .sv-action-bar {
  margin-left: 0;
  padding-left: 0;
}

#surveyElement {
  width: 100%;
  height: 400px;
}

.momentumhubsurveys {
  overflow-y: scroll;
  text-align: left;
  background-color: #fff;
}

.survey {
  text-align: left;
}

.survey .sv-matrix__cell {
  min-width: 2em;
  font-size: 13px;
}

.survey .sv-table__cell {
  min-width: 0.5em;
  font-size: 13px;
}

.survey .sv-matrix .sv-table__cell--header {
  font-size: 13px;
}

.sv-table.sv-matrixdropdown {
  font-size: 30px;
}

.sv-table.sv-matrixdynamic {
  font-size: 30px;
}

.survey .sv-body__page, .survey .sv-body__footer {
  margin-top: 0.1em;
}

.survey .sv-container-modern__title {
  padding-top: 0em;
}

/* add some space above print button */
.survey .sv-btn--navigation {
  margin-top: 10px;
}

.image-right {
  float: right;
  margin-left: 1.6em !important;
  margin-right: 0em;
  margin-top: 0.2em;
  margin-bottom: 0.3em;
  vertical-align: middle;
  background-color: inherit;
}

.image-left {
  float: left;
  margin-left: 0.3em;
  margin-right: 1.6em !important;
  margin-top: 0.2em;
  margin-bottom: 0.3em;
  vertical-align: middle;
  background-color: inherit;
}

.image-right img {
  border: 0px;
}

.image-centre {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
  box-shadow: none;
}

@font-face {
  font-family: "lato";
  src: url("fonts/Lato-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "lato";
  src: url("fonts/Lato-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "lato";
  src: url("fonts/Lato-Semibold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "lato";
  src: url("fonts/Lato-SemiboldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
/*fill vertically 100% - see https://github.com/hakimel/reveal.js/issues/180*/
.reveal .slides {
  height: 100%;
  width: 100%;
  top: 0;
  margin-top: 0;
}

.reveal .slides > section {
  min-height: 90%;
  min-width: 90%;
  top: auto;
}

.reveal .slides > section > section {
  min-height: 100%;
  min-width: 100%;
}

/*default image styling*/
.reveal section img {
  /*background: rgba(255, 255, 255, 0.80); */
  border: 0px;
  box-shadow: none;
  max-height: 80vh; /* changed from 62 as this got too high in 1080p */
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  /*margin-bottom: 2em; increase to 2em for better print view*/
  /* float: inline-end; */
}

.reveal table img {
  margin-bottom: 0.2em;
}

.flow-chart {
  max-height: 65vh;
  overflow-y: scroll;
  padding-right: 170px;
}

.leftside {
  max-width: 500px;
  float: left;
}

/* fixed postion is better than absolute as it will always be at bottom of slide (not bottom of parent div) */
.reference {
  font-size: 40%;
  font-style: italic;
  float: right;
  position: fixed;
  margin-top: 0px;
  bottom: 10px;
  right: 170px;
  max-width: 300px;
  text-align: right;
}

/* modified to work with print view */
.refx {
  float: left;
  display: block;
  position: fixed; /* previously: relative */
  margin-top: 0px;
  bottom: 10px;
  left: 0;
  min-width: 200px;
  max-width: 400px;
  line-height: 0.4 !important;
  /* background-color: #34373ba3; */
  text-align: left;
}

.refx br {
  display: block;
  line-height: 2px;
}

.pdf-page a {
  font-size: 70%;
  /* font-style: italic; */
  pointer-events: auto;
  -webkit-transition: color 0.15s ease;
  -moz-transition: color 0.15s ease;
  transition: color 0.15s ease;
  z-index: 10;
}

.refx a {
  font-size: 30% !important; /* override font size */
  font-style: italic;
  pointer-events: auto;
  -webkit-transition: color 0.15s ease;
  -moz-transition: color 0.15s ease;
  transition: color 0.15s ease;
  z-index: 10;
}

refx a:active {
  outline: 0;
}

.refx a:hover {
  outline: 0;
  color: #71e9f4;
  text-shadow: none;
  border: none;
}

/*add dash before ref -- not working*/
reference:before {
  content: "—";
}

div.category {
  text-align: center;
  padding: 150;
}

.image-right {
  max-width: calc(18vw + 100px); /* changed from width to max-width */
  float: right;
  max-height: 95%;
  margin-left: 0.3em;
  margin-right: 0em;
  margin-top: 0.2em;
  margin-bottom: 0.3em;
  vertical-align: middle;
  background-color: inherit;
}

.image-right img {
  border: 0px;
}

.image-high {
  /*height:calc(60vh); */
  width: auto !important;
  height: 70vh !important;
  max-width: none !important;
  max-height: 100% !important;
  background-color: inherit;
}

/* for two column layout
see http://stackoverflow.com/questions/30861845/how-to-use-two-column-layout-with-reveal-js */
#left {
  left: -8.33%;
  text-align: left;
  float: left;
  width: 50%;
  z-index: -10;
}

#right {
  left: 31.25%;
  top: 75px;
  float: right;
  text-align: right;
  z-index: -10;
  width: 50%;
}

#image-centre img {
  height: 20vh;
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
  background-color: white;
  border: 0;
  box-shadow: none;
}

/*image classes*/
/*see http://stackoverflow.com/questions/2570877/how-do-i-stick-an-image-to-the-bottom-of-the-visible-screen-and-be-centered*/
.fix {
  position: fixed;
  bottom: 0px;
  left: 50%;
}

/* Restyle the title part of the title slide: */
/*<style type="text/css">*/
/*.reveal .slides .title {*/
/* Ugly ... 
/*text-shadow: 0px 0px 25px rgb(100,256,0); */
/*font-size: 300%;*/
/*}*/
/*</style>*/
.reveal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*Blockquotes*/
.reveal blockquote p:first-child, .reveal blockquote p:last-child {
  display: inline-block;
  font-size: 0.8em !important;
  text-align: left;
  margin-left: 20px;
  line-spacing: 1.2 !important;
}

/*blockquote*/
.reveal blockquote {
  display: block;
  /*float: left;*/
  text-align: left;
  /*position: relative;*/
  width: 80%;
  margin: 10px auto;
  padding: 5px;
  font-style: italic;
  background: rgba(80, 255, 255, 0.05);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}

/*iframe resize added by Frank*/
/*see https://stackoverflow.com/questions/11122249/scale-iframe-css-width-100-like-an-image*/
.wrapper {
  width: 100%;
  max-width: 800px;
  height: 100%;
  margin: 0 auto;
  background: #CCC;
}

.h_iframe {
  position: relative;
  padding-top: 76%;
}

.h_iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*fonts*/
/*
  margin: 0 0 20px 0;
  color: #fff;
  font-family: fantasy, "Source Sans Pro", Helvetica, sans-serif;
  text-transform: initial;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: normal;
  text-transform: uppercase;
  text-shadow: none; 
  word-wrap: break-word;
}
*/
/*
raw. h2{
font-size: 80%;
}
*/
.reveal li,
.reveal ol,
.reveal ul,
.reveal p {
  font-size: 90%;
}

/*colourise em*/
em {
  color: #891187;
}

sup {
  vertical-align: text-top;
  line-height: 0;
  font-size: 65% !important;
  position: relative;
  top: 0.1em;
  padding-left: 5px !important;
}

/* iframe */
.iframeW {
  width: 95%;
  float: left;
  margin: auto;
  vertical-align: middle;
  background-color: inherit;
}

.image-right iframe {
  width: 100%;
  height: 100%;
}

/* background */
/* fix for slide background - was not parsing properly */
.reveal .slide-background-content {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

/* MathJax */
.MathJax span {
  display: inline;
  position: static;
  border: 0;
  padding: 0;
  margin: 0;
  vertical-align: 0;
  line-height: normal;
  text-decoration: none;
  box-sizing: content-box;
  font-size: x-large;
  background-color: #3e5b75;
}

.MathJax_Display {
  min-width: 20em;
}

/*********************************************
 * GLOBAL STYLES
 *********************************************/
body {
  background: #98b39a;
  background: -moz-radial-gradient(center, circle cover, #82a889 0%, #98b39a 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #82a889), color-stop(100%, #98b39a));
  background: -webkit-radial-gradient(center, circle cover, #82a889 0%, #98b39a 100%);
  background: -o-radial-gradient(center, circle cover, #82a889 0%, #98b39a 100%);
  background: -ms-radial-gradient(center, circle cover, #82a889 0%, #98b39a 100%);
  background: radial-gradient(center, circle cover, #82a889 0%, #98b39a 100%);
  background-color: #98b39a;
}

.reveal {
  font-family: "lato", sans-serif;
  font-size: 40px;
  font-weight: normal;
  color: #000;
}

::selection {
  color: #000;
  background: #FF5E99;
  text-shadow: none;
}

::-moz-selection {
  color: #000;
  background: #FF5E99;
  text-shadow: none;
}

.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 20px 0;
  color: #000;
  font-family: "League Gothic", Impact, sans-serif;
  font-weight: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-transform: uppercase;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
  word-wrap: break-word;
}

.reveal h1 {
  font-size: 1.6em !important;
  color: #134444 !important;
  line-height: 1.8em;
  text-decoration: underline;
  text-shadow: 0 2px 0 #646d64;
}

.reveal h2 {
  font-size: 1.2em !important;
  color: #134444 !important;
}

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

.reveal h4 {
  font-size: 1em !important;
}

/*********************************************
 * OTHER
 *********************************************/
.reveal p {
  margin: 20px 0;
  line-height: 1.3;
  text-align: justify;
  font-size: 0.85em;
}

/* 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 {
  text-align: left;
  margin: 0 0 0 1em;
  font-size: 0.85em;
  display: block;
}

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

.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;
  font-size: 0.85em;
}

.reveal dt {
  font-weight: bold;
}

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

/*
.reveal blockquote {
  display: inline-block;
  position: relative;
  float: left;
  width: 60%;
  margin: 5px 12px;
  padding: 20px;
  font-style: italic;
  background: rgba(255, 255, 255, 0.13);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  color: #1c4d77;
  font-size: 0.7em; }
*/
.reveal blockquote {
  overflow: scroll;
  width: auto;
  max-width: 90%;
  font-style: italic;
  background: rgba(255, 255, 255, 0.13);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  color: #1c4d77;
  font-size: 0.7em;
  margin: 5px 12px;
  margin-left: 40px;
  padding: 20px;
}

.reveal blockquote:before {
  position: absolute;
  content: open-quote;
  font-size: 3em;
  margin-left: -0.2em;
  margin-top: -0.4em;
}

.reveal blockquote:after {
  position: absolute;
  content: close-quote;
  font-size: 3em;
  bottom: 0;
  right: 0;
  margin-right: 0.1em;
  margin-bottom: -0.4em;
}

.reveal blockquote p {
  display: inline;
  font-size: 0.7em !important;
}

/*.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;
  font-size: 0.8em;
  background: #805b6d !important;
  font-size: 0.9em !important;
  padding: 2px !important;
  overflow: auto;
  color: white;
}

.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;
  font-size: 0.5em;
}

.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;
}

.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: #a73816;
  text-decoration: none;
  -webkit-transition: color 0.15s ease;
  -moz-transition: color 0.15s ease;
  transition: color 0.15s ease;
}

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

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

/*********************************************
 * IMAGES
 *********************************************/
.reveal section img {
  /*margin: 15px 0px;*/
  /*background: rgba(255, 255, 255, 0.12);*/
  border: 0px solid #eee;
  /*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 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

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

.image-centre {
  padding-top: 15px;
}

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

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

.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);
}

/*********************************************
 * Final tweaks (Frank)
 *********************************************/
/*
.reveal ul {
    display: inline;
    text-align: left;
    margin: 0 0 0 1em;
}*/
/* columns */
.colcontainer {
  display: flex;
}

.colcontainer .col {
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.reveal.overview .slides section:hover, .reveal.overview .slides section.present {
  border: 10px solid #d95631;
}