.splash-container h1 {
  margin-bottom: 20px;
  /* text-align: center; */
  width: 100%;
}

.splash-container {
  max-width: 800px;
  text-align: center;
}

.demo-container h2 {
  margin-top: 0;
  margin-bottom: 0.4em;
  font-size: 1.4rem;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.demo-container h3, .demo-feature-container h3 {
  font-family: avenir, sans-serif;
  font-size: calc(1.4rem + 1vw);
  font-weight: 700;
  /* color: var(--main-orange); */
  color: var(--main-dark-dark-steel);
  width: 80vw;
  max-width: 800px;
  margin: auto;
}

.demo-feature-title-highlight {
  color: var(--main-green);
}

.demo-strong {
  color: var(--main-green);
  font-weight: bold;
}

.demo-instructions {
  padding: 20px;
  font-size: 1.4em;
  text-align: center;
}

.demo-tiles {
  /* background-color: var(--main-super-light-grey); */
  background-color: #eee;
  border-bottom: 1px solid var(--main-light-grey);
  width: 100%;
}

.demo-tile-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /* padding-top: 4em; */
  padding-bottom: 4em;
  width: 100%;
  gap: 2.5em;
  padding-left: 5vw;
  padding-right: 5vw;
  /* background-color: var(--main-super-light-grey); */
  /* border-top: 1px solid var(--main-light-grey); */
  /* border-bottom: 1px solid var(--main-light-grey); */
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* .demo-tiles-question .demo-tile-container {
  padding-top: 4em;
} */

.demonstration-title {
  padding-top: 0.5em;
}

.demo-tile-style-1 {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  margin-top: 1em;
  border-radius: 0.5em;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  cursor: pointer;
  padding: 0.5em;
  padding-bottom: 0;
}
.demo-tile-style-2 {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  margin-top: 1em;
  border-radius: 0.5em;
  cursor: pointer;
  padding: 0.5em;
}
.demo-tile {
  display: inline-block;
  width: 15em;
  height: 15em;
  margin-left: auto;
  margin-right: auto;
  /* margin-bottom: 2.5em;
  margin-top: 2.5em; */
  border-radius: 0.5em;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  cursor: pointer;
  padding: 0.5em;
  padding-bottom: 0;
  background-color: var(--off-white);
}

.demo-level-1-style-1 {
  /* border: 2px solid var(--main-green); */
  color: var(--indigo);
}
.demo-level-2-style-1 {
  /* border: 2px solid var(--main-blue); */
  color: var(--cyan);
}
.demo-level-3-style-1 {
  /* border: 2px solid var(--purple); */
  color: var(--pink);
}
.demo-level-1-style-2 {
  background-color: var(--indigo);
  color: white;
}
.demo-level-2-style-2 {
  background-color: var(--cyan);
  color: white;
}
.demo-level-3-style-2 {
  background-color: var(--pink);
  color: white;
}
.demo-level-1 {
  /* border: 2px solid var(--main-green); */
  color: var(--indigo);
}
.demo-level-2 {
  /* border: 2px solid var(--main-blue); */
  color: var(--cyan);
}
.demo-level-3 {
  /* border: 2px solid var(--purple); */
  color: var(--pink);
}

.demo-img-container-style-1 {
  margin-left: auto;
  margin-right: auto;
  width: 120px;
  height: 120px;
  padding-bottom: 1em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.demo-img-style-1 {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.5em;
}
.demo-img-style-2 {
  width: 100%;
  height: 100%;
  object-fit: contain;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  border-radius: 0.5em;
  padding: 1em;
}

.demo-img-container {
  margin-left: auto;
  margin-right: auto;
  /* width: 160px;
  height: 120px; */
  width: 12em;
  height: 9em;
  padding-bottom: 1em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.demo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.5em;
}


.demo-img-container-style-2 {
  margin-left: auto;
  margin-right: auto;
  width: 140px;
  height: 140px;
  margin-bottom: 1em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background: var(--off-white);
  border-radius: 0.5em;
  margin-top: 1em;
}


.demo-title h3 {
  padding-top: 1em;
  text-align: center;
  /* color: #333; */
  weight: 700;
  width: auto;
  font-size: 1.3em;
  color: inherit;
  /* min-height: 64px; */
}

.demo-sub_title h4 {
  text-align: center;
  /* color: #888; */
  font-size: 1em;
  weight: 300;
  color: inherit;
  width: auto;
}

.question-demo-title-container {
  margin-left: auto;
  margin-right: auto;
  /* margin-top: 1em; */
}
.question-demo-title {
  /* display: inline-block; */
  text-align: center;
  color: var(--main-dark-grey);
  /* position: absolute; */
  width: 100%;
  padding: 0.5em;
  /* border-bottom: 1px solid var(--main-light-grey);
  background-color: var(--main-super-light-grey); */
  background-color: var(--main-dark-dark-steel);
  display: relative;
  margin-bottom: 4em;
}

.demo-correct-label {
  margin-left: 1em;
  color: lightgreen;
  font-size: 0.8em;
  padding-top: 0.2em;
}

@media (min-width: 500px) {
  .demo-correct-label {
    margin-left: 1em;
    color: lightgreen;
    font-size: 1em;
    padding-top: 0;
    display: inline-block;
    position: absolute;
    right: 1em;
    display: inline-block;
  }
  .question-demo-title h1 {
    display: inline-block;
  }
}

.demo-correct-number {
  color: lightgreen;
  font-family: avenir, sans-serif;
  font-weight: 900;
  font-size: 0.9em;
}

@media screen and (max-height: 300px){
  .question-demo-title {
    padding: 0.2em;
    font-size: 0.9em;
  }
}

@media screen and (min-aspect-ratio: 2/1){
  .question-demo-title {
    font-size: 0.6em;
    padding: 0.1em;
  }
  .demo-correct-label {
    margin-left: 1em;
    color: lightgreen;
    font-size: 1.4em;
    padding-top: 0;
    display: inline-block;
    position: absolute;
    right: 1em;
    display: inline-block;
  }
}

.question-demo-title h1 {
  font-size: calc(0.8rem + 2.5 * ((100vw - 320px) / 700));
  /* color: var(--main-dark-grey); */
  color: white;
  font-weight: 600;
  margin: auto;
}
.question-demo-subtitle {
  /* display: inline-block; */
  text-align: center;
  font-size: 1em;
}

.question-demo-link {
  /* cursor: pointer;
  color: blue; */
  font-size: 1em;
  text-align: center;
}

.lesson-progress-area {
  position: relative;
  left: -50%;
  display: block;
  justify-content: center;
  border-radius: 20px;
  /* right: 250px; */
  background-color: white;
  border: 1px solid var(--main-light-grey);
  padding: 3px 14px;
  min-width: 250px;
}

.demo-feature-container {
  padding: 1em;
  padding-top: 4em;
  border-bottom: 1px solid var(--main-light-grey);
  background-color: var(--off-white);
}

.demo-feature-title {
  text-align: center;
  width: 100%;
  font-size: 2em;
  /* margin-top: 1em; */
  margin-bottom: 1em;
}
.demo-feature-subtitle {
  text-align: center;
  width: 100%;
  font-size: 1.2em;
  margin-top: 3em;
  margin-bottom: 1em;
}

.demo-feature-table-sub-heading {
  color: grey;
  font-size: 0.8em;
}

.demo-table-row-title-container {
  position: relative;
}

.demo-feature-table-container {
  /* background-color: white; */
  /* border: 1px solid grey; */
}
.demo-feature-table {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.demo-feature-table td, .demo-feature-table th {
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  /* position: relative; */
}

.demo-feature-table td:first-child {
  padding: 10px;
  text-align: left;
  max-width: 15em;
  padding-left: 25px;
}

.demo-feature-check {
  color: var(--main-green);
  font-size: 1.5em;
  /* background-image: url("../img/check.03a3eee9ad50.svg"); */
  /* background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: auto; */
}

.demo-feature-table-row {
  cursor: pointer;
}

.demo-feature-details {
  color: #666;
  font-size: 0.9em;
  padding-top: 0 !important; 
  padding-bottom: 1.5em;
}

/* .demo-feature-details {
  position: absolute;
} */
/* .f1_wrapper {
  margin-top: 0;
} */

.demo-table-row-hide {
  display: None;
}

.demo-table-row-hider {
  width: 0.85em;
  height: 0.85em;
  background-image: url("../img/arrow.09123c232002.svg");
  transform: rotate(90deg);
  /* transform: translateY(0.15em) rotate(90deg); */
  /* display: inline-block; */
  position: absolute;
  left: -1.2em;
  /* top: calc(50% - 0.5em); */
  top: 0.3em;
  margin-right: 0.5em;
}

.demo-feature-headers {
  font-size: 0.9em;
}

.demo-table-row-hider--hide {
  /* top: 1em; */
  transform: rotate(0deg);
  /* transform: translateY(0.15em) rotate(0deg); */
}

@media (max-width: 600px) {
  .demo-feature-headers {
    font-size: 0.8em;
  }
  .demo-feature-table td {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 450px) {
  .demo-feature-headers {
    font-size: 0.7em;
  }
  .demo-feature-table td {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 0.9em;
  }
}

.standard-brochure-module-container {
  padding-top: 1em;
  padding-bottom: 3em;
}

.figureone-container {
  margin-bottom: 0;
}

.demo-logged-in-title {
  /* background-color: var(--main-super-light-grey); */
  background-color: #eee;
}

.demo-logged-in-title h2 {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 0;
  border-top: 1px solid var(--main-light-grey);
  /* background-color: var(--main-green); */
  padding-top: 2em;
  margin-right: auto;
  margin-left: auto;
  /* padding-bottom: 0.5em; */
  /* border-top: solid 1px lightgrey; */
  /* background-image: url("/static/img/polygon-background10.54fe80c62ee0.png"); */
  /* background-size: 200%; */
  /* height: 120%;
  width: 100%; */
  /* color: white; */
  width: 100%;
  color: var(--main-dark-dark-steel);
  background-position: 50%;
}

.demo-selected-tile {
  border: solid 5px var(--main-green);
}

#demo-video {
  background-color: #eee;
}

.f1_wrapper {
  margin-top: 0.5em;
  width: 95vw;
}
/* 
.f1_wrapper_3_2 {
  width: calc((83vh - 1em)/0.667);
} */

@media (min-aspect-ratio: 8/7) {
  .f1_wrapper_3_2 {
    width: calc((83vh - 3em)/0.667);
  }
}

.tiles-call-to-action {
  width: 100%;
  text-align: center;
  padding-top: 2em;
  padding-bottom: 2em;
}

.demo-logged-in-title h3 {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 1.2em;
}

.demo-logged-in-title-accent {
  color: #038814;
}

.demo-logged-in-subtitle {
  color: var(--main-dark-dark-steel);
  line-height: 1.5em;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.demo-feature-title h4 {
  font-size: 0.5em;
  max-width: 400px;
  color: var(--main-dark-dark-steel);
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6em;
}

.demo-down-arrow {
  width: 0px;
  height: 0px;
  border-left: 1em solid transparent;
  border-right: 1em solid transparent;
  border-top: 1em solid #aaa;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
}

.demo-question-call-to-action {
  width: 100;
  text-align: center;
  margin-top: 0.5em;
  color: var(--main-dark-dark-steel);
}

.demo_video {
  background-color: var(--off-white);
}