#summary-section {
  min-height: calc(100vh - 100px);
}
.sub-slide#summary-section {
  min-height: calc(100vh - 119.2px);
}
@media (max-width: 640px) {
  #summary-section {
    min-height: calc(100vh - 88px);
  }
  .sub-slide#summary-section {
    min-height: calc(100vh - 107.2px);
  }
}
@media (max-width: 640px) {
  .audio-visible #summary-section {
    min-height: calc(100vh - 128px);
  }
}
.no-footer #summary-section {
  min-height: calc(100vh - 60px);
}
@media (max-width: 640px) {
  .no-footer #summary-section {
    min-height: calc(100vh - 48px);
  }
  .audio-visible .no-footer #summary-section {
    min-height: calc(100vh - 48px);
  }
}
.no-header #summary-section {
  min-height: calc(100vh - 40px);
}
@media (max-width: 640px) {
  .no-header #summary-section {
    min-height: calc(100vh - 40px);
  }
  .audio-visible .no-header #summary-section {
    min-height: calc(100vh - 80px);
  }
}
.no-footer.no-header #summary-section {
  min-height: 100vh;
}

#intro-image {
  background-position: center;
}

.slide {
  background-color: transparent;
}

#slide-5 {
  padding-bottom: 5rem;
}

#summary-section h2 {
  padding-top: 1rem;
}

h2 {
  border-bottom: 2px solid #c8102e;
  padding-bottom: 0.5rem;
}

textarea {
  height: 5rem;
}

.flex-row {
  display: -ms-flexbox;
  display: flex;
}

#meet-patient {
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 1rem;
}
#meet-patient .col > .inner {
  padding: 0 1rem;
}
#meet-patient img {
  border-radius: 1rem;
}
@media (max-width: 640px) {
  #meet-patient {
    display: block;
  }
  #meet-patient img {
    display: block;
    margin: 2rem auto 1rem;
  }
}

.submit {
  background-color: #c8102e;
  color: #fefefe;
  padding: 0.5rem 1rem;
  margin: 1rem 0 0;
  border-radius: 0.5rem;
  font-weight: bold;
}
.submit:hover {
  background-color: #050505;
}
.submit:focus {
  outline: 2px solid #050505;
}

.feedback {
  padding: 1.5rem;
  background-color: #BFBFBF;
  background-color: #eee;
  background-color: #fefefe;
  border: 1px solid #c1c1c1;
  border-radius: 4px;
  box-shadow: 0 0 10px #c1c1c1;
  margin: 2rem 0;
}
.feedback h3 {
  margin-top: 0;
}
.feedback p b {
  font-size: 1.1rem;
}
.feedback.not-feedback {
  font-weight: bold;
  text-align: center;
}

.question .flex-row {
  margin: 0.5rem 0;
}
.question .flex-row .col:first-of-type {
  padding: 0 1rem;
}
.question .flex-row .col:last-of-type {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.question .flex-row:focus-within label {
  color: #c8102e;
}
.question .big-number {
  font-size: 2.5rem;
  font-weight: bold;
}
.question textarea {
  display: block;
  width: 100%;
}

#case-study-questions .actual-question {
  margin-bottom: 1.5rem;
}
#case-study-questions .actual-question label p {
  margin-bottom: 0.25rem;
}

#name-form .row {
  padding: 0.5rem 0;
}

#summary {
  background-color: #fefefe;
  padding: 2rem;
  margin: 2rem 0;
}
#summary h2 {
  margin-top: 0;
}
#summary .question-text {
  font-weight: bold;
  margin-bottom: 0.25rem;
}
#summary .student-response {
  margin-bottom: 1rem;
  padding: 1rem;
  border: 1px solid #999999;
}
#summary .student-response p,
#summary .student-response ol {
  margin-bottom: 0;
}
#summary .student-response ol {
  margin-left: 1.5rem;
}
#summary .student-response li:last-child {
  margin-bottom: 0;
}
#summary h3 {
  border-bottom: 1px solid #c8102e;
  padding-bottom: 0.5rem;
}

#print {
  display: block;
  margin: 1rem auto;
}

.directions {
  font-weight: bold;
  margin-bottom: 2rem;
}