@charset "UTF-8";
/* Colors */
/* General Colors */
/* Heading sizes */
/* Intro */
/* Header */
/* Slides/Slides Container */
/* Footer */
/* Footer Buttons */
/* Slide Numbers */
/* If you add/remove buttons, change this number */
/* Audio player width */
/* fill color of progress bar & more? */
/* rarely used */
h2 {
  font-weight: bold;
  margin: 1.5rem 0;
  color: #272E34;
  border-bottom: 4px solid #CBDAE0;
  padding-bottom: 0.25rem; }
  h2.icon-header {
    margin-left: 3.5rem;
    position: relative; }
    h2.icon-header::before {
      width: 3rem;
      height: 3rem;
      border-radius: 50%;
      line-height: 3rem;
      background: #272E34;
      color: #fefefe;
      text-align: center;
      position: absolute;
      left: -3.5rem; }
    h2.icon-header.question-icon::before {
      content: '?'; }
    h2.icon-header.arrow-icon::before {
      content: '⤲';
      font-size: 3rem;
      line-height: 2.8rem; }

h3 {
  font-weight: bold;
  margin: 1rem 0; }

p {
  margin: 0.6rem 0; }

hr {
  color: #CBDAE0; }

img.float-right {
  float: right;
  max-width: 50%; }

img.circle {
  border-radius: 50%; }

.lab {
  background: #CBDAE0;
  padding: 2rem;
  border-radius: 8px;
  max-width: 60%;
  margin: 1rem auto; }

.feedback {
  background: #E4DED2;
  padding: 2rem;
  border-radius: 8px; }
  .feedback h3 {
    margin-top: 0; }

textarea {
  resize: none;
  width: 100%;
  min-height: 125px;
  margin: 1rem 0; }

table {
  width: 100%;
  margin: 1rem 0; }
  table tr,
  table td,
  table th {
    border: solid 1px #050505;
    padding: 5px; }
  table th {
    background: #050505;
    color: #fefefe;
    width: 50%;
    font-weight: bold; }
  table td {
    vertical-align: top; }
  table label {
    display: inline-block; }
  table textarea {
    width: 100%;
    min-height: 100px;
    margin: 0; }

.summary {
  margin: 1rem 0; }
  .summary.print {
    margin: 0; }

input[type=radio] {
  position: absolute;
  top: auto;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  white-space: nowrap; }
  input[type=radio] + label {
    background: #b70005;
    color: #fefefe;
    padding: 0.5rem 1rem;
    font-weight: bold;
    border-radius: 6px;
    display: block;
    margin: 0.5rem 4rem;
    cursor: pointer;
    background: #999; }
    input[type=radio] + label:hover {
      background: #5c0003; }
  input[type=radio]:checked + label {
    background: #b70005; }
  input[type=radio]:focus + label {
    outline: dotted 1px #050505;
    outline-offset: 3px; }

.submit,
.print {
  background: #b70005;
  color: #fefefe;
  padding: 0.5rem 1rem;
  font-weight: bold;
  border-radius: 6px;
  margin: 1rem 0; }
  .submit:hover,
  .print:hover {
    background: #5c0003; }

#next {
  background: #b70005;
  color: #fefefe;
  padding: 0.5rem 1rem;
  font-weight: bold;
  border-radius: 6px;
  margin: 1rem auto;
  display: block; }
  #next:hover {
    background: #5c0003; }
