/**
 * MillionMinds Theme
 * modified from serif theme by GreenAnt Networks 2021
 *
 * Serif theme is Copyright (C) 2012-2013 Owen Versteeg, http://owenversteeg.com - it is MIT licensed.
 */
/*********************************************
 * GLOBAL STYLES
 *********************************************/
body {
  background: #2b2b2b;
  background-color: #2b2b2b;
}

.reveal {
  font-family: "Lato", sans-serif;
  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: 0px 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: 0px 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: 0px 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;
  }
}
/*********************************************  
* STANDARD TEXT  
*********************************************/
.reveal {
  color: black;
}

.reveal p {
  color: black;
}

.reveal ol, .reveal dl, .reveal ul {
  color: black;
}

/*********************************************  
* HEADERS  
*********************************************/
.reveal h1 {
  margin: auto;
  color: black;
  font-size: large;
  font-family: "introrust";
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: normal;
  text-transform: none;
  text-shadow: none;
  word-wrap: break-word;
}

.reveal h2 {
  margin: auto;
  color: black;
  font-size: large;
  font-family: "moresugar";
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: normal;
  text-transform: none;
  text-shadow: none;
  word-wrap: break-word;
}

.reveal h3 {
  margin: auto;
  color: black;
  font-size: medium;
  font-family: "chewy";
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: normal;
  text-transform: none;
  text-shadow: none;
  word-wrap: break-word;
}

.reveal h4 {
  margin: auto;
  color: black;
  font-size: medium;
  font-family: "quicksand";
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: normal;
  text-transform: none;
  text-shadow: none;
  word-wrap: break-word;
}

.reveal h5 {
  margin: auto;
  color: black;
  font-size: medium;
  font-family: "sniglet";
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  text-transform: none;
  text-shadow: none;
  word-wrap: break-word;
}

.reveal h6 {
  margin: auto;
  color: black;
  font-size: medium;
  font-family: "nunito";
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  text-transform: none;
  text-shadow: none;
  word-wrap: break-word;
}

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

@font-face {
  font-family: "chewy";
  src: url("fonts/chewy-regular-webfont.woff2") format("woff2"), url("fonts/chewy-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "fredokaone";
  src: url("fonts/fredokaone-regular-webfont.woff2") format("woff2"), url("fonts/fredokaone-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "introrust";
  src: url("fonts/introrust-base-webfont.woff2") format("woff2"), url("fonts/introrust-base-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "moresugar";
  src: url("fonts/moresugar-regular-webfont.woff2") format("woff2"), url("fonts/moresugar-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "nunito";
  src: url("fonts/nunito-bold-webfont.woff2") format("woff2"), url("fonts/nunito-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "nunito";
  src: url("fonts/nunito-extrabold-webfont.woff2") format("woff2"), url("fonts/nunito-extrabold-webfont.woff") format("woff");
  font-weight: bolder;
  font-style: normal;
}
@font-face {
  font-family: "nunito";
  src: url("fonts/nunito-regular-webfont.woff2") format("woff2"), url("fonts/nunito-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "nunito";
  src: url("fonts/nunito-semibolditalic-webfont.woff2") format("woff2"), url("fonts/nunito-semibolditalic-webfont.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "quicksand";
  src: url("fonts/quicksand-bolditalic-webfont.woff2") format("woff2"), url("fonts/quicksand-bolditalic-webfont.woff") format("woff");
  font-weight: bold-italic;
  font-style: bold-italic;
}
@font-face {
  font-family: "quicksand";
  src: url("fonts/quicksand-semibold.woff2") format("woff2"), url("fonts/quicksand-semibold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "quicksand";
  src: url("fonts/quicksand-bold.woff2") format("woff2"), url("fonts/quicksand-bold.woff") format("woff");
  font-weight: bold;
  font-style: bold;
}
@font-face {
  font-family: "quicksand";
  src: url("fonts/quicksand-italic-webfont.woff2") format("woff2"), url("fonts/quicksand-italic-webfont.woff") format("woff");
  font-weight: italic;
  font-style: italic;
}
@font-face {
  font-family: "sniglet";
  src: url("fonts/sniglet-regular-webfont.woff2") format("woff2"), url("fonts/sniglet-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserrat";
  src: url("fonts/montserrat-regular-webfont.woff2") format("woff2"), url("fonts/montserrat-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "dosis";
  src: url("fonts/dosis-extrabold-webfont.woff2") format("woff2"), url("fonts/dosis-extrabold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "dosis";
  src: url("fonts/dosis-bold-webfont.woff2") format("woff2"), url("fonts/dosis-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserrat";
  src: url("fonts/montserrat-bolditalic-webfont.woff2") format("woff2"), url("fonts/montserrat-bolditalic-webfont.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "montserrat";
  src: url("fonts/montserrat-bold-webfont.woff2") format("woff2"), url("fonts/montserrat-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "montserrat";
  src: url("fonts/montserrat-italic-webfont.woff2") format("woff2"), url("fonts/montserrat-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "montserrat";
  src: url("fonts/montserrat-regular-webfont.woff2") format("woff2"), url("fonts/montserrat-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "montserrat";
  src: url("fonts/montserrat-light-webfont.woff2") format("woff2"), url("fonts/montserrat-light-webfont.woff") format("woff");
  font-weight: lighter;
  font-style: normal;
}
@font-face {
  font-family: "glacial_indifference";
  src: url("fonts/glacialindifference-bold-webfont.woff2") format("woff2"), url("fonts/glacialindifference-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "glacial_indifference";
  src: url("fonts/glacialindifference-italic-webfont.woff2") format("woff2"), url("fonts/glacialindifference-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "glacial_indifference";
  src: url("fonts/glacialindifference-regular-webfont.woff2") format("woff2"), url("fonts/glacialindifference-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
:root {
  --mmWhite: #ffffff;
  --mmCornFlowerBlue: #7dabea;
  --mmSkyBlue: #3383da;
  --mmCream: #f8f5ef;
}

:root {
  --mmDarkOrange: #e7542c;
  --mmGreen: #28b989;
  --mmLightOrange: #ffb744;
  --mmCoralRed: #ff5757;
  --mmPink: #ff66c4;
  --mmSeaGreen: #19C89C;
  --mmDarkBlue: #003E8F;
  --mmPurple: #822EB2;
  --mmLightBlue: #28B4CC;
  --mmYellow: #FACE03;
  --mmOrange: #EF5406;
}

:root {
  --mmMandarin: #e49157;
  --mmTeal: #177e89;
  --mmPalePink:	#ffd0da;
  --mmOceanBlue: #4281A4;
  --mmLightTeal: #48A9A6;
  --mmCamel: #D4B483;
  --mmVermillion: #C1666B;
  --mmNavyBlue: #1A3A61;
  --mmOffWhite: #E4DFDA;
  --mmDirtyPurple: #7C606B;
}

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

/*********************************************
 * HEADERS
 *********************************************/
.reveal h1 {
  margin: auto;
  color: black;
  font-size: 44pt;
  font-family: "introrust" !important;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  text-transform: none;
  text-shadow: none;
  word-wrap: break-word;
}

.reveal h2 {
  margin: auto;
  color: var(--mmNavyBlue);
  font-size: 40pt;
  font-family: "moresugar" !important;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  text-transform: none;
  text-shadow: none;
  word-wrap: break-word;
}

.reveal h3 {
  margin: auto;
  color: black;
  font-size: 32pt;
  font-family: "chewy" !important;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  text-transform: none;
  text-shadow: none;
  word-wrap: break-word;
}

.reveal h4 {
  margin: auto;
  color: var(--mmNavyBlue);
  font-size: 32pt;
  font-family: "quicksand" !important;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  text-transform: none;
  text-shadow: none;
  word-wrap: break-word;
}

.reveal h5 {
  margin: auto;
  color: var(--mmNavyBlue);
  font-size: 22pt;
  font-family: "sniglet" !important;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  text-transform: none;
  text-shadow: none;
  word-wrap: break-word;
}

.reveal h6 {
  margin: auto;
  color: var(--mmNavyBlue);
  font-size: 26pt;
  font-family: "nunito" !important;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  text-transform: none;
  text-shadow: none;
  word-wrap: break-word;
}

.reveal a {
  line-height: 1.3em;
}

element {
  width: 85%;
}

.reveal p {
  text-align: justify;
  color: var(--mmNavyBlue);
  font-size: 16pt !important;
  font-family: "quicksand" !important;
  font-weight: normal;
  line-height: normal;
}

.reveal ol,
.reveal dl,
.reveal ul {
  font-size: 16pt;
  font-family: "quicksand";
  text-align: left;
  display: inherit;
  color: var(--mmNavyBlue);
}

.reveal {
  background-color: #ffffff;
}

.reveal img {
  max-width: 95%;
  max-height: 70vh;
  border: 0px !important;
}

.reveal iframe {
  overflow: hidden;
  border: none;
  display: block;
  height: 60vh;
  width: calc(100% + 17px);
  margin: 0 auto;
}

.reveal blockquote {
  overflow: scroll;
  width: 90%;
  height: 400px;
}

/* columns */
.colcontainer {
  display: flex;
}

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

/* CSS3 Image Alignment: left-centre-right */
/* these don't seem to be used anymore? */
.task-list-item-checkbox {
  font-size: inherit;
  height: 1em;
  transform: scale(1.5);
  margin: 0.25em 0.55em 0.15em -1.04em !important;
}

section {
  top: 0px !important;
}

.vimeo {
  padding-bottom: 0% !important;
  width: 60%;
  height: 50vh;
  width: 90%;
  margin: auto;
}