/*===========UNIVERSAL =======================================================*/

/* Make header tag not start new line */
h6 {
  display: inline;
}

h7 {
  font-size: 1.25rem;
}

.answer-container.row > .columns:first-child {
  flex: 1 1 0 !important;
}

.multiple-images-row.row > .columns:first-child {
  flex: 1 1 0 !important;
}

/* Make body cue icons result display adjust to container */
[class*="body-cue-result-container-"] img.body-cue {
  max-width: 50%;
  height: auto;
}

/* Override nonindigenous.css on body-cue height */
[class*="body-cue-result-container-"] {
  height: auto;
}

/* For taking out m/c question button double spacing (needed for module 5 vid Q7 )*/
.checkbox[class*="mchoice-button-"] {
  line-height: 1.5;
  padding: 0.5em 0.5em;
}

/* MC answer display alignment */
.secondary.mchoice-result-bar {
  margin-top: 1rem;
}

.secondary.mselect-result-bar {
  margin-top: 1rem;
}

.progress-label.mchoice-result {
  font-size: 1.75rem !important;
}

.progress-label.mselect-result {
  font-size: 1.75rem !important;
}

/* MC answer display alignment */
.secondary.mchoice-result-bar {
  margin-top: 0.25rem;
}

.secondary.mselect-result-bar {
  margin-top: 0.25rem;
}

.progress-label.mchoice-result {
  line-height: 1;
  font-size: 1.75rem !important;
}

.progress-label.mselect-result-percentage {
  line-height: 1;
  font-size: 1.75rem !important;
}

.progress-label.mselect-result {
  line-height: 1;
  font-size: 1.75rem !important;
}

[class*="mchoice-result-container-"] {
  padding-bottom: 1.5rem;
}

[class*="mselect-result-container-"] {
  padding-bottom: 1.5rem;
}

.checkbox[class*="mselect-button-"] {
  padding: 0.5em 0.5em;
}

/* Temperature Slider adjustment*/
.slider.vertical {
  margin: 2rem 1rem;
}

/* Checkbox Adjustment */
input[type="checkbox"]:checked:after {
  font-size: 1.3rem;
  margin-top: -0.5rem;
}

input[type="radio"],
input[type="checkbox"] {
  width: 1rem;
  height: 1rem;
}

/* Fixes for foundation ios reveal bug */
html.is-reveal-open {
  overflow: visible !important;
}

body {
  opacity: 1;
  transition: 1s opacity;
}

/*=========================== done ===========================================*/
