.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.bds-quiz-wrap *,
.bds-quiz-wrap *:before,
.bds-quiz-wrap *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.bds-quiz-wrap select {
  max-width: 100%; }

.bds_quiz_quiz .question-type-multi div label {
  max-width: 90% !important;
  vertical-align: top !important; }

.quiz-form {
  margin-top: 15px; }

.question {
  padding: 20px 0;
  border-bottom: 1px solid #ddd; }
  .question:first-child {
    border-top: 1px solid #ddd; }

.question-body p {
  font-size: 0.875em; }
.question-body table {
  width: 100%;
  font-size: 0.875em;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc; }
.question-body td {
  padding: 2px 6px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }

.question-type-tf ul,
.question-type-matching ul {
  margin-top: 12px;
  margin-bottom: 0;
  list-style: none; }
.question-type-tf li,
.question-type-matching li {
  font-size: 0.875em; }
  .question-type-tf li:before, .question-type-tf li:after,
  .question-type-matching li:before,
  .question-type-matching li:after {
    content: ' ';
    display: table; }
  .question-type-tf li:after,
  .question-type-matching li:after {
    clear: both; }
  .question-type-tf li label,
  .question-type-matching li label {
    font-weight: normal; }
    @media only screen and (min-width: 480px) {
      .question-type-tf li label,
      .question-type-matching li label {
        float: left;
        display: block;
        width: 80%; } }
@media only screen and (min-width: 480px) {
  .question-type-tf select,
  .question-type-matching select {
    float: right;
    display: block;
    width: 15%; } }

.question-type-textarea textarea {
  display: block;
  padding: 4px 8px;
  width: 100%;
  resize: vertical;
  font-size: 0.875em;
  border: 1px solid #ccc; }
  .question-type-textarea textarea:focus {
    border-color: #999; }

.question-type-text input {
  display: block;
  padding: 4px 8px;
  width: 50%;
  font-size: 0.875em;
  border: 1px solid #ccc; }
  .question-type-text input:focus {
    border-color: #999; }

.question-type-radio ul {
  margin-bottom: 0;
  list-style: none; }
  .question-type-radio ul label {
    margin-bottom: 0;
    font-weight: normal;
    font-size: 0.875em; }
.question-type-radio input {
  margin-right: 5px; }

.question-label {
  display: block;
  font-size: 0.9375em; }

.quiz-form--submit {
  margin-top: 20px; }
  .quiz-form--submit input[type="submit"] {
    display: inline-block;
    padding: 4px 14px 7px;
    border: none;
    border-radius: 5px;
    background-color: #da4453;
    color: #fff; }
    .quiz-form--submit input[type="submit"]:hover, .quiz-form--submit input[type="submit"]:focus {
      background-color: #d52a3c; }

.quiz-form--attempts {
  margin-bottom: 20px; }

.quiz-form--message:before, .quiz-form--message:after {
  content: ' ';
  display: table; }
.quiz-form--message:after {
  clear: both; }
.quiz-form--message span {
  display: block;
  float: left;
  margin-top: 6px; }
.quiz-form--message .countdown {
  float: right;
  font-weight: bold;
  font-size: 1.5em;
  color: #da4453; }

.reveal-container {
  margin: -1em 0 1em 0; }
  .reveal-container:before, .reveal-container:after {
    content: ' ';
    display: table; }
  .reveal-container:after {
    clear: both; }
  .reveal-container .reveal {
    background: #eee;
    overflow-x: visible;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    float: left; }
    .reveal-container .reveal img {
      width: auto;
      max-width: none;
      height: auto; }

.bds-quiz-wrap select {
  max-width: 100%; }

.bds_quiz_quiz.results fieldset {
  margin-top: 1em; }

.bds_quiz_score {
  margin-top: 1em; }

/*# sourceMappingURL=bds-quizzes.css.map */
