/* line 1, ../sass/print.scss */
input[type="radio"] + label span,
input[type="radio"]:checked + label span {
  border-color: #000;
}

/* line 6, ../sass/print.scss */
.header {
  padding: 0;
}
/* line 9, ../sass/print.scss */
.header #print {
  display: none;
}
/* line 13, ../sass/print.scss */
.header .logo {
  margin: 0;
}
/* line 16, ../sass/print.scss */
.header .logo img {
  margin: 20px auto 0;
}
/* line 20, ../sass/print.scss */
.header .logo .black {
  display: block;
}
/* line 24, ../sass/print.scss */
.header .logo .white {
  display: none;
}
/* line 29, ../sass/print.scss */
.header h1 {
  margin: 0;
  padding: 0;
  font-family: "museo-slab", serif;
  font-size: 44px;
  text-align: center;
  text-transform: none;
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  -webkit-transform: rotate(0);
}
/* line 45, ../sass/print.scss */
.header h1 .hidden {
  display: inline !important;
}
/* line 50, ../sass/print.scss */
.header .intro {
  width: 100%;
}
/* line 53, ../sass/print.scss */
.header .intro h2 {
  margin: 0 auto 20px;
  padding: 0;
  font-size: 38px;
  text-transform: none;
}

/* line 63, ../sass/print.scss */
section.topics {
  margin: 20px 0;
  padding: 20px 0 0;
  border-color: #000;
  border-style: solid;
  border-width: 2px 0;
}
/* line 72, ../sass/print.scss */
section.topics .title {
  margin: 0 0 20px;
  padding: 0;
  width: 50%;
  font-family: "museo-slab", serif;
  font-size: 32px;
  text-align: left;
  float: left;
}
/* line 84, ../sass/print.scss */
section.topics .questions {
  text-transform: none;
  display: inline;
}
/* line 89, ../sass/print.scss */
section.topics .yes-no {
  width: 200px;
  float: right;
}
/* line 93, ../sass/print.scss */
section.topics .yes-no .checklist {
  padding: 0;
  width: 200px;
  text-align: center;
  border: 0;
}
/* line 100, ../sass/print.scss */
section.topics .yes-no .choices {
  width: 200px;
}
/* line 104, ../sass/print.scss */
section.topics .yes-no .yes,
section.topics .yes-no .no {
  width: 100px;
  height: auto;
  line-height: auto;
  border: 0;
}
/* line 114, ../sass/print.scss */
section.question {
  margin-bottom: 20px;
  border-bottom: 1px dotted #000;
}
/* line 118, ../sass/print.scss */
section.question h2 {
  margin-bottom: 20px;
  padding: 0;
  font-family: "museo-slab", serif;
  font-size: 28px;
  text-align: left;
}
/* line 128, ../sass/print.scss */
section.question .num {
  display: none;
}
/* line 132, ../sass/print.scss */
section.question .title {
  font-size: 28px;
  text-transform: none;
  display: inline;
}
/* line 139, ../sass/print.scss */
section.question.one .checklist {
  margin-top: 0;
  padding-top: 0;
}
/* line 145, ../sass/print.scss */
section.question .checklist {
  margin: 0 0 20px;
  padding: 0;
}
/* line 149, ../sass/print.scss */
section.question .checklist h3 {
  width: 60%;
  font-size: 22px;
}
/* line 155, ../sass/print.scss */
section.question .checklist li .topic {
  width: 60%;
}
/* line 159, ../sass/print.scss */
section.question .checklist li .checkboxes {
  width: 200px;
}

/* line 167, ../sass/print.scss */
.footer {
  display: none;
}
