.container {
  max-width: 860px;
}
tbody .category {
  background-color: #ecf0f1;
}
.container--full {
  max-width: 830px;
}
h2.question {
  margin-left: 24px;
}
span[data-value^='sub'] {
  background-color: #bdc3c7;
  text-indent: 14px;
}
span[data-value^='topic'] {
  background-color: #ecf0f1;
  text-indent: 28px;
}
.completed_questions {
  margin: 10px 0 !important;
  display: none;
}
div.question-container {
  width: 620px;
  margin-top: 10px;
  border: 1px solid #b3b3b3;
  border-left: 0;
  padding-bottom: 85px;
  background-color: #fbfbfb;
}
@media screen and (max-width: 900px) {
  div.question-container {
    width: 100%;
  }
}
@media screen and (max-width: 660px) {
  div.question-container {
    float: none;
  }
}
div.question-container div.question {
  padding: 20px 24px;
}
div.question-container div.question p:last-of-type {
  margin-bottom: 0;
}
div.question-container div.result {
  border: 0;
  border-bottom: 1px solid #b3b3b3;
  overflow: hidden;
  padding: 0;
  position: relative;
}
div.question-container div.result.hidden {
  display: none;
}
div.question-container div.result.incorrect {
  padding: 24px;
  overflow: auto;
  background-color: #f08184;
  border-top: 1px solid #a85b5c;
  border-bottom: 1px solid #a85b5c;
}
div.question-container div.result.incorrect p {
  font-size: 15px;
}
div.question-container div.result.incorrect #read-review {
  display: none;
}
div.question-container div.result.correct {
  padding: 24px;
  overflow: auto;
  background-color: #79c477;
  border-top: 1px solid #6b986a;
  border-bottom: 1px solid #6b986a;
}
div.question-container div.result.correct p {
  font-size: 15px;
}
div.question-container div.result.correct #read-review.button {
  font-family: "Open Sans";
  display: block;
  text-align: center;
  text-decoration: none;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  border-radius: 3px;
  border: 1px solid #7eb17b;
  outline: none;
  right: 20px;
  width: 130px;
  height: 33px;
  line-height: 33px;
  padding: 0;
  text-transform: uppercase;
  color: #4e884d;
  font-weight: 700;
  font-size: 12px;
  background: #ade9ab;
  background: -moz-linear-gradient(top, #ade9ab 0%, #9ada98 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ade9ab), color-stop(100%, #9ada98));
  background: -webkit-linear-gradient(top, #ade9ab 0%, #9ada98 100%);
  background: -o-linear-gradient(top, #ade9ab 0%, #9ada98 100%);
  background: -ms-linear-gradient(top, #ade9ab 0%, #9ada98 100%);
  background: linear-gradient(to bottom, #ade9ab 0%, #9ada98 100%);
}
div.question-container div.result.correct #read-review.button:active {
  background: #86c982;
  background: -moz-linear-gradient(top, #86c982 0%, #9ada98 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #86c982), color-stop(100%, #9ada98));
  background: -webkit-linear-gradient(top, #86c982 0%, #9ada98 100%);
  background: -o-linear-gradient(top, #86c982 0%, #9ada98 100%);
  background: -ms-linear-gradient(top, #86c982 0%, #9ada98 100%);
  background: linear-gradient(to bottom, #86c982 0%, #9ada98 100%);
}
@media screen and (max-width: 560px) {
  div.question-container div.result.correct #read-review.button {
    position: initial;
    margin: 10px auto 0 auto;
  }
}
div.question-container div.result p {
  font-family: "Open Sans";
  color: #fff;
}
div.question-container div.result p:last-of-type {
  margin-bottom: 0;
}
div.question-container div.result p strong {
  font-size: 18px;
}
div.question-container div.choices.completed div.choice,
div.question-container div.choices.completed div.qep_choice {
  cursor: default;
}
div.question-container div.choices.completed div.choice:hover,
div.question-container div.choices.completed div.qep_choice:hover {
  background-color: #fff;
}
div.question-container div.choices.completed div.choice:hover div.letter,
div.question-container div.choices.completed div.qep_choice:hover div.letter {
  border: 3px solid #f1f1f1;
}
div.question-container div.choices.completed div.choice:hover div.answer p,
div.question-container div.choices.completed div.qep_choice:hover div.answer p {
  color: #555;
}
div.question-container div.choices.completed div.choice.selected,
div.question-container div.choices.completed div.qep_choice.selected {
  background-color: #f0ffff;
  border-bottom: 0;
}
div.question-container div.choices.completed div.choice.selected div.letter,
div.question-container div.choices.completed div.qep_choice.selected div.letter {
  border: 3px solid #8b8b8b;
}
div.question-container div.choices.completed div.choice.selected div.answer p,
div.question-container div.choices.completed div.qep_choice.selected div.answer p {
  color: #333;
}
div.question-container div.choice,
div.question-container div.qep_choice {
  padding: 20px 24px;
  border-bottom: 1px solid #b3b3b3;
  background-color: #fff;
  cursor: pointer;
}
div.question-container div.choice:first-of-type,
div.question-container div.qep_choice:first-of-type {
  border-top: 1px solid #b3b3b3;
}
div.question-container div.choice:last-of-type,
div.question-container div.qep_choice:last-of-type {
  border-bottom: 1px solid #b3b3b3;
}
div.question-container div.choice div.letter,
div.question-container div.qep_choice div.letter {
  font-family: "Open Sans";
  color: #555;
  border: 3px solid #f1f1f1;
  border-radius: 2px;
  font-size: 28px;
  text-transform: uppercase;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 25px;
}
@media screen and (max-width: 660px) {
  div.question-container div.choice div.letter,
  div.question-container div.qep_choice div.letter {
    margin-bottom: 5px;
  }
}
div.question-container div.choice div.answer,
div.question-container div.qep_choice div.answer {
  width: 500px;
}
@media screen and (max-width: 660px) {
  div.question-container div.choice div.answer,
  div.question-container div.qep_choice div.answer {
    float: none;
    width: auto;
  }
}
div.question-container div.choice div.answer p,
div.question-container div.qep_choice div.answer p {
  color: #555;
}
div.question-container div.choice div.answer p:last-of-type,
div.question-container div.qep_choice div.answer p:last-of-type {
  margin-bottom: 0;
}
div.question-container div.choice:hover,
div.question-container div.qep_choice:hover {
  background-color: transparent;
}
div.question-container div.choice:hover div.letter,
div.question-container div.qep_choice:hover div.letter {
  border: 3px solid #b3b3b3;
}
div.question-container div.choice:hover div.answer p,
div.question-container div.qep_choice:hover div.answer p {
  color: #333;
}
div.question-container div.choice.selected,
div.question-container div.qep_choice.selected {
  background-color: #f0ffff;
}
div.question-container div.choice.selected div.letter,
div.question-container div.qep_choice.selected div.letter {
  border: 3px solid #8b8b8b;
}
div.question-container div.choice.selected div.answer p,
div.question-container div.qep_choice.selected div.answer p {
  color: #333;
}
div.results-container.small-only {
  display: none;
}
@media screen and (max-width: 460px) {
  div.results-container.small-only {
    display: block;
    padding: 10px 0 20px 0;
  }
}
@media screen and (max-width: 660px) {
  div.results-container {
    float: none;
  }
}
div.results-container div.results {
  border: 3px solid #f1f1f1;
  padding: 10px 0;
  margin-bottom: 15px;
  margin-top: 10px;
}
div.results-container div.results div {
  width: 108px;
  text-align: center;
}
@media screen and (max-width: 660px) {
  div.results-container div.results div {
    width: 50%;
  }
  div.results-container div.results div.left .center {
    float: right;
    margin-right: 10px;
  }
  div.results-container div.results div.right .center {
    float: left;
    margin-left: 10px;
  }
}
div.results-container div.results p {
  margin-bottom: 0;
  margin-top: 5px;
}
div.results-container div.results span {
  font-family: "Open Sans";
  font-size: 50px;
  color: #555;
}
div.results-container div.controls a.button {
  font-family: "Open Sans";
  display: block;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  height: 33px;
  line-height: 33px;
  border: 1px solid #ccc;
  width: 100px;
  text-transform: uppercase;
  padding: 0;
  font-weight: 700;
  font-size: 12px;
  color: #333;
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #e9eae9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #e9eae9));
  background: -webkit-linear-gradient(top, #fff 0%, #e9eae9 100%);
  background: -o-linear-gradient(top, #fff 0%, #e9eae9 100%);
  background: -ms-linear-gradient(top, #fff 0%, #e9eae9 100%);
  background: linear-gradient(to bottom, #fff 0%, #e9eae9 100%);
  outline: none;
}
div.results-container div.controls a.button:active {
  background: #ddd;
  background: -moz-linear-gradient(top, #ddd 0%, #e9eae9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ddd), color-stop(100%, #e9eae9));
  background: -webkit-linear-gradient(top, #ddd 0%, #e9eae9 100%);
  background: -o-linear-gradient(top, #ddd 0%, #e9eae9 100%);
  background: -ms-linear-gradient(top, #ddd 0%, #e9eae9 100%);
  background: linear-gradient(to bottom, #ddd 0%, #e9eae9 100%);
}
div.results-container div.controls a.button img {
  width: 11px;
  vertical-align: -2px;
}
div.results-container div.controls a.button.left img {
  margin-right: 8px;
}
div.results-container div.controls a.button.right img {
  margin-left: 8px;
}
div.results-container div.controls a.button.full-width {
  width: 100%;
}
div.results-container div.controls a.button.complete {
  margin-top: 10px;
  float: none;
  clear: both;
  width: 100%;
}
div.results-container div.controls a.button.complete.hidden {
  display: none;
}
div.results-container div.controls a.button.review {
  margin-top: 10px;
  float: none;
  clear: both;
  width: 100%;
}
#qep_resume_test {
  display: none;
}
#questions_to_be_reviewed {
  margin: 7px;
  display: block;
}
.whats-new {
  overflow: hidden;
}
.whats-new h2 {
  font-weight: bold;
}
.whats-new ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}
.whats-new li {
  font-style: normal;
  list-style-position: outside;
  margin-bottom: 4px;
}
.whats-new div.left,
.whats-new div.right {
  width: 100%;
}
@media screen and (min-width: 661px) {
  .whats-new .whats-new__text {
    width: 260px;
    float: right;
  }
  .whats-new .whats-new__video {
    margin-right: 300px;
  }
  .whats-new div.left,
  .whats-new div.right {
    width: 48%;
  }
}
.whats-new__learn-more,
.whats-new__learn-less {
  cursor: pointer;
}
.whats-new__learn-more,
.whats-new__learn-less,
.whats-new__learn-more:active,
.whats-new__learn-less:active {
  outline: none;
}
.whats-new__learn-more {
  display: inline-block;
}
.is-expanded .whats-new__learn-more {
  display: none;
}
.whats-new__learn-less {
  display: none;
}
.is-expanded .whats-new__learn-less {
  display: block;
}
/*
.whats-new__summary
    .pre-expanded &,
    .is-expanded &
        display: none
*/
.whats-new__expanded {
  display: none;
  opacity: 0;
}
.pre-expanded .whats-new__expanded {
  display: block;
  opacity: 0;
}
.is-expanded .whats-new__expanded {
  opacity: 1;
  transition: ease-in opacity 0.1s;
}
.section {
  margin: 27px 0;
}
.section--delineated {
  padding-bottom: 16px;
  border-bottom: 3px #9f1c20 solid;
}
.section__header {
  margin-bottom: 13px;
}
.section__header:before,
.section__header:after {
  content: "";
  display: table;
}
.section__header:after {
  clear: both;
}
.section__heading {
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  color: #5c5c5c;
  border: none;
}
.section__header .section__heading {
  float: left;
}
h2.section__heading {
  margin-top: 4px;
}
.modal-no-scroll {
  overflow: visible !important;
}
.section__header .section__tools {
  float: right;
}
.section__tools * {
  display: inline-block;
  vertical-align: middle;
}
.section__tools input[type="text"] {
  width: 95px;
}
.section__tools label {
  font-family: "Open Sans";
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}
.section__tools label + input,
.section__tools input + label {
  margin-left: 0.5em;
}
.category__tools {
  float: right;
}
.category__header .category__tools {
  float: right;
}
.category__tools * {
  display: inline-block;
  vertical-align: middle;
}
.category__tools input[type="text"] {
  width: 91px;
}
.category__tools label {
  font-family: "Open Sans";
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}
.category__tools label + input,
.category__tools input + label {
  margin-left: 0.5em;
}
.reading_links:hover {
  color: #444;
}
.figure {
  border: 3px #f0f0f0 solid;
  padding: 0 12px 12px;
}
.figure--table {
  font-family: "Crimson Text";
}
.figure--table table {
  width: 100%;
}
.figure--table th {
  text-align: left;
  font-weight: bold;
  border-bottom: 1px #e0e0e0 solid;
}
.figure--table th,
.figure--table td {
  line-height: 23px;
  padding: 17px 10px;
}
.figure--table th a,
.figure--table td a {
  color: inherit;
  text-decoration: none;
}
.figure--table th,
.figure--table td,
.figure--table img {
  vertical-align: middle;
}
.figure--table tbody.collapsible {
  border-bottom: 1px #e0e0e0 solid;
}
.figure--table tbody.collapsible:nth-last-child(2) {
  border-bottom: none;
}
.figure--table tbody.collapsible:nth-last-child(3) {
  border-bottom: none;
}
.figure--table #load-more {
  text-align: center;
}
.collapsible__target {
  border: 1px #e5e5e5 solid;
}
.collapsible__target td {
  background: #fcfcfc;
  border-bottom: none;
  padding: 5px 9px;
  font-family: "Open Sans";
  font-size: 14px;
  opacity: 0.8;
}
.collapsible__target tr:first-child td {
  padding-top: 6px;
}
.collapsible__target tr:last-child td {
  padding-bottom: 6px;
}
.qtip-tipsy {
  background: rgba(51,51,51,0.9);
}
.figure--chart {
  padding: 12px 0;
  position: relative;
  font-size: 0;
}
.figure--chart > div {
  white-space: nowrap;
  overflow: auto;
  overflow-y: hidden;
  position: relative;
}
.figure--chart > div:before,
.figure--chart > div:after {
  content: "";
  display: table;
}
.figure--chart > div:after {
  clear: both;
}
.figure--chart > div:before {
  content: ' ';
  display: block;
  height: 234px;
  position: absolute;
  left: 12px;
  right: 12px;
  top: 0;
  background: -webkit-repeating-linear-gradient(bottom, #f0f0f0, #f0f0f0 26px, transparent 26px, transparent 52px);
}
.chart {
  display: inline-block;
  padding-right: 45px;
  vertical-align: top;
  position: relative;
}
.chart:first-child {
  margin-left: 12px;
}
.chart:last-child {
  margin-right: 12px;
  padding-right: 0;
}
.chart:before {
  content: ' ';
  display: block;
  height: 234px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0;
  background: -webkit-repeating-linear-gradient(bottom, #f0f0f0, #f0f0f0 26px, transparent 26px, transparent 52px);
}
.chart__item {
  width: 48px;
  height: 234px;
  position: relative;
  float: left;
  margin-right: 3px;
}
.chart__item--theirs {
  width: 22px;
}
.chart__item__key,
.chart__item--theirs .chart__item__legend {
  display: none;
}
.chart__item__legend,
.chart__item__bar {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.chart__item__legend {
  text-align: center;
  color: #fff;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  bottom: 5px;
}
.chart__item--small .chart__item__legend {
  color: #333;
}
.chart__item__value {
  display: block;
}
.chart__item__value + .chart__item__key + .chart__item__value {
  margin-top: 2px;
}
.chart__item__bar {
  background: #269e43;
}
.chart__item__bar.warning {
  background: #a32020;
}
.chart__item--program .chart__item__bar {
  background: #8a9299;
}
.chart__item--national .chart__item__bar {
  background: #575e63;
}
.chart__heading {
  clear: both;
  font-family: "Crimson Text";
  font-size: 18px;
  line-height: 1.2;
  color: #333;
  text-align: center;
  width: 102px;
  padding-top: 4px;
  white-space: normal;
}
.legend {
  font-family: "Crimson Text";
  font-size: 18px;
  line-height: 32px;
  color: #333;
}
.legend__item {
  display: inline-block;
  margin-left: 20px;
}
.legend__item:before {
  content: ' ';
  display: inline-block;
  width: 15px;
  height: 13px;
  margin-right: 0.33em;
  background: #e6e6e6;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.legend__item--yours:before {
  background: #269e43;
}
.legend__item--program:before {
  background: #8a9299;
}
.legend__item--national:before {
  background: #575e63;
}
#exam_mode_title {
  height: 35px;
  line-height: 35px;
  margin-right: 7px;
  font-family: "Open Sans";
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
}
.toolkit {
  white-space: nowrap;
}
#review_btn:hover {
  cursor: pointer;
}
.figure--table td.toolkit {
  padding: 0 6px;
}
.unanswered_question_count,
.marked_for_Review_count {
  color: #af1f24;
  font-weight: 700;
}
#test_complete_message,
#test_incomplete_message {
  display: none;
}
.figure--table .collapsible .warning,
.figure--table .collapsible__target .warning {
  color: #c50000;
}
.figure--table .collapsible span,
.figure--table .collapsible__target span {
  margin-left: 10px;
}
.figure--table .collapsible span {
  padding: 4px 10px;
}
.figure--table .collapsible span.warning {
  background-color: #b2494d;
  color: #fff;
}
.toolkit__item {
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
  width: 14px;
  height: 28px;
}
.toolkit__item:last-child {
  margin-right: 0;
}
.toolkit__item img {
  height: 14px;
  width: auto;
}
.toolkit__item--disabled {
  opacity: 0.2;
}
.collapsible__target {
  display: none;
}
.collapsible--open + .collapsible__target {
  display: table-row-group;
}
.subcat {
  display: none;
}
.subtop {
  display: none;
}
.no_cat_subtopic {
  display: none;
}
.category {
  border-bottom: 2px solid #fff;
}
.pd_logbook_category_handle {
  background: url("/static/decker/img/collapsible-closed-alt.svg?49cec69537d5") center center no-repeat;
  background-size: 7px 7px;
  margin-right: 5px !important;
}
.pd_logbook_collapsible--open .pd_logbook_category_handle {
  background-image: url("/static/decker/img/collapsible-open-alt.svg?49cec69537d5");
  margin-right: 5px !important;
}
.pd_logbook_resident_handle {
  background: url("/static/decker/img/collapsible-closed-alt.svg?49cec69537d5") center center no-repeat;
  background-size: 7px 7px;
  margin-right: 5px !important;
}
.pd_logbook_collapsible--open .pd_logbook_resident_handle {
  background-image: url("/static/decker/img/collapsible-open-alt.svg?49cec69537d5");
  margin-right: 5px !important;
}
.qep_logbook_category_handle {
  background: url("/static/decker/img/collapsible-closed-alt.svg?49cec69537d5") center center no-repeat;
  background-size: 7px 7px;
  margin-right: 5px !important;
}
.qep_logbook_open .qep_logbook_category_handle {
  background-image: url("/static/decker/img/collapsible-open-alt.svg?49cec69537d5");
  margin-right: 5px !important;
}
.qep_logbook_subcategory_handle {
  background: url("/static/decker/img/collapsible-closed-alt.svg?49cec69537d5") center center no-repeat;
  background-size: 7px 7px;
  margin-right: 5px !important;
}
.qep_logbook_open .qep_logbook_subcategory_handle {
  background-image: url("/static/decker/img/collapsible-open-alt.svg?49cec69537d5");
  margin-right: 5px !important;
}
.handle {
  background: url("/static/decker/img/collapsible-closed-alt.svg?49cec69537d5") center center no-repeat;
  background-size: 7px 7px;
  margin-right: 5px !important;
}
.collapsible--open1 .handle {
  background-image: url("/static/decker/img/collapsible-open-alt.svg?49cec69537d5");
  margin-right: 5px !important;
}
.handle2 {
  background: url("/static/decker/img/collapsible-closed-alt.svg?49cec69537d5") center center no-repeat;
  background-size: 7px 7px;
  margin-right: 5px !important;
}
.collapsible--open2 .handle2 {
  background-image: url("/static/decker/img/collapsible-open-alt.svg?49cec69537d5");
  margin-right: 5px !important;
}
.collapsible__handle {
  background: url("/static/decker/img/collapsible-closed-alt.svg?49cec69537d5") center center no-repeat;
  background-size: 7px 7px;
}
.collapsible--open .collapsible__handle {
  background-image: url("/static/decker/img/collapsible-open-alt.svg?49cec69537d5");
}
.rankings:before,
.rankings:after {
  content: "";
  display: table;
}
.rankings:after {
  clear: both;
}
.qep_ranking_item,
.absite_ranking_item {
  width: 45% !important;
}
.sabre_test_modal {
  background-color: #fff;
}
.results.attempt {
  display: none;
}
.sabre_test_resident_name {
  margin-top: 15px !important;
  margin-right: 0 !important;
}
.first_attempt {
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  font-family: sans-serif;
}
span.sod_option {
  font-weight: 700 !important;
}
.sod_option a {
  display: block;
  width: 100%;
  margin: 15px 0;
  padding: 5px;
  cursor: pointer;
  color: #000;
  text-decoration: none;
}
.sod_option a:hover {
  text-decoration: none;
  color: #000;
  background-color: #a3a3a3;
}
.rankings__item {
  width: 30%;
  margin-right: 5%;
  float: left;
  border: 3px #f0f0f0 solid;
  box-sizing: border-box;
  text-align: center;
  font-family: "Open Sans";
  padding: 12px 0;
}
.rankings__item:last-child {
  width: 100%;
  margin-right: 0;
}
.rankings__item p {
  margin: 0;
  font-size: 34px;
  line-height: 46px;
  font-family: "Open Sans";
}
.rankings__item figcaption {
  font-size: 12px;
  display: block;
  line-height: 24px;
}
.rankings_item_avg_score.rankings__item {
  width: 33%;
  margin: 0 auto;
  display: block;
  float: none;
}
.has-rankings-tooltip {
  position: relative;
}
.rankings--tooltip {
  position: absolute;
  top: -62px;
  display: none;
  z-index: 1;
  background: rgba(255,255,255,0.98);
  border: 1px rgba(0,0,0,0.2) solid;
  border-radius: 5px;
  box-shadow: 0 2px 3px rgba(0,0,0,0.16);
  height: 62px;
  white-space: nowrap;
  font-size: 0;
  display: none;
}
.rankings--tooltip,
.chart:nth-child(2):last-child .rankings--tooltip {
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.rankings--tooltip .rankings__item {
  width: auto;
  margin-right: 0;
  border: none;
  float: none;
  display: inline-block;
  position: relative;
  padding: 4px 16px;
}
.rankings--tooltip .rankings__item:last-child {
  float: none;
}
.rankings--tooltip .rankings__item p {
  font-size: 24px;
  line-height: 32px;
}
.rankings--tooltip .rankings__item figcaption {
  line-height: 1;
}
.rankings--tooltip:before,
.rankings--tooltip:after {
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-top: 10px rgba(0,0,0,0.2) solid;
  border-right: 7px transparent solid;
  border-left: 7px transparent solid;
  position: absolute;
  bottom: -10px;
}
.rankings--tooltip:before,
.rankings--tooltip:after,
.chart:nth-child(2):last-child .rankings--tooltip:before,
.chart:nth-child(2):last-child .rankings--tooltip:after {
  left: 50%;
  margin-left: -7px;
}
.rankings--tooltip:after {
  border-top-color: #fff;
  border-top-width: 9px;
  border-right-width: 6px;
  border-left-width: 6px;
  bottom: -9px;
  margin-left: -6px;
}
.chart:first-child .rankings--tooltip,
.chart:first-child:last-child .rankings--tooltip {
  left: 0;
  right: auto;
  -webkit-transform: none;
  transform: none;
}
.chart:first-child .rankings--tooltip:before,
.chart:first-child:last-child .rankings--tooltip:before {
  left: 49px;
  margin-left: 0;
}
.chart:first-child .rankings--tooltip:after,
.chart:first-child:last-child .rankings--tooltip:after {
  left: 50px;
  margin-left: 0;
}
.chart:last-child .rankings--tooltip {
  left: auto;
  right: 0;
  -webkit-transform: none;
  transform: none;
}
.chart:last-child .rankings--tooltip:before {
  left: auto;
  right: 49px;
  margin-left: 0;
}
.chart:last-child .rankings--tooltip:after {
  left: auto;
  right: 50px;
  margin-left: 0;
}
.rankings--tooltip .rankings__item + .rankings__item:before {
  content: ' ';
  display: block;
  width: 1px;
  background: #e2e2e2;
  height: 36px;
  margin-top: 4px;
  position: absolute;
  top: 50%;
  left: -1px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.has-rankings-tooltip__handle:hover + .rankings--tooltip {
  display: block;
}
@media screen and (min-width: 768px) {
  .item-list--tests .item-list__item .item__body p {
    margin-bottom: 0;
  }
}
.item-list--tests .item-list__item .item__body .clearfix {
  position: relative;
}
.item-list--tests .item-list__item .item__body .clearfix .left {
  width: 75%;
}
.item-list--tests .item-list__item .item__body .clearfix .right.item__button {
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .item-list--tests .item-list__item .item__body .clearfix .right.item__button {
    position: absolute;
  }
}
.tooltipmr {
  float: left;
  margin-top: 27px;
  margin-left: 3px;
  color: #af1f24;
}
.tooltipmr .tooltip-contentmr {
  border-radius: 4px;
  box-shadow: 3px 5px 5px #888;
  padding: 15px 15px;
  position: absolute;
  visibility: hidden;
  font-size: 16px;
  z-index: 1;
  background-color: #676762;
  color: #fff;
  width: 540px;
  left: 21.5%;
  vertical-align: middle;
  font-family: "Open Sans";
  line-height: 20px;
}
.tooltipmr:hover .tooltip-contentmr {
  visibility: visible;
}
#question_search {
  width: 100%;
  position: relative;
}
#question_search #question_num {
  width: 100%;
  padding: 0 10px;
}
#question_search #question_num:focus {
  outline: none;
}
#question_search #search_btn {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  font-weight: bold;
  border: 1px solid #cccccb;
  height: 100%;
  background: linear-gradient(to bottom, #fff 0%, #e9eae9 100%);
  border-radius: 3px;
  padding: 3px 6.2px;
}
#question_search #search_btn img {
  height: 11px;
}
.test_list_btn_align_top {
  top: 0;
  bottom: auto;
}
.test-week-details {
  position: relative;
  top: -29px;
  font-style: italic;
}
@media screen and (max-width: 660px) {
  .test-week-details {
    float: none;
    top: auto;
  }
}
.schedule-item-list .schedule-item-list__item {
  margin-bottom: 26px;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  line-height: 35px;
}
.modal--score-bar .score-bar--score {
  background-color: #269e43;
}
.modal--score-bar .score-bar--score.warning {
  background: #a32020;
}
.info-message-wc {
  font-family: "Open Sans";
  margin-bottom: 1.5%;
  margin-left: 1.5%;
  margin-top: 1.5%;
  color: #af1f24;
}
.product-button.product-button--next small {
  display: block;
  font-size: 8px;
  margin-bottom: -20px;
  margin-top: -9px;
  text-align: center;
}
#topic-type-switch {
  font-size: 16px;
  margin-bottom: 5px;
  font-family: 'Open Sans';
}
.logbook_link {
  font-size: 13px;
  text-decoration: none;
}
.logbook_link:hover {
  text-decoration: none;
  color: #af1f24;
}
.pd_subtopic {
  text-indent: 26px;
}
.pd_subcategory {
  text-indent: 14px;
}
.pd_logbook_number_size {
  font-size: 13px !important;
}
.pd_sub_category_span {
  padding: 4px 10px;
}
.dropdown_section {
  margin-bottom: 20px;
}
.test-drpdwn {
  width: 222px;
  margin-top: 15px;
}
.test-drpdwn .filter-section {
  margin: 7px 0;
  width: 100%;
}
.test_go_button {
  float: right;
  margin: 7px 0;
  font-family: "Open Sans";
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #ccc;
  width: 60px;
  text-transform: uppercase;
  padding: 0;
  font-weight: 700;
  font-size: 12px;
  color: #333;
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #e9eae9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #e9eae9));
  background: -webkit-linear-gradient(top, #fff 0%, #e9eae9 100%);
  background: -o-linear-gradient(top, #fff 0%, #e9eae9 100%);
  background: -ms-linear-gradient(top, #fff 0%, #e9eae9 100%);
  background: linear-gradient(to bottom, #fff 0%, #e9eae9 100%);
  outline: none;
}
.mark_for_review_chk_label {
  margin-left: 10px;
  font-family: sans-serif;
  font-weight: 200;
}
.modal_test_name {
  font-weight: 800;
}
.checkbox_zoom {
  display: inline-block;
}
.checkbox {
  margin: 20px 0 5px 0;
}
.question_number {
  width: 100% !important;
  text-align: center;
}
@media (max-width: 360px) {
  .test_name_font_size {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  .test-drpdwn {
    width: 100%;
  }
}
@media (max-width: 600px) {
  h2.question {
    margin-left: 0;
    margin-bottom: 15px;
  }
  .qep_ranking_item,
  .absite_ranking_item {
    width: 100% !important;
    margin-bottom: 10px;
  }
}
@media (max-width: 800px) {
  #questions_to_be_reviewed {
    margin: 22px 7px 0;
  }
  .checkbox_zoom {
    zoom: 1;
    transform: scale(2);
    -ms-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    -moz-transform: scale(2);
    transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    display: inline-block;
  }
  .mark_for_review_chk_label {
    margin-left: 40px;
    top: 10px;
    position: absolute;
    font-family: sans-serif;
    display: block;
  }
  .checkbox {
    margin-bottom: 20px;
  }
  .checkbox label {
    position: relative;
    display: block;
  }
  .checkbox label span {
    font-size: 14px;
  }
  .test-drpdwn {
    width: 100%;
  }
  .results-container {
    float: none;
  }
}
@media (max-width: 700px) {
  .qep_readings {
    display: none;
  }
  .readings_section {
    margin-top: 15px;
  }
  .readings_section .item__button {
    float: left;
  }
  .category__tools {
    float: left;
    margin: 10px 0;
  }
  #exam_mode_section {
    float: left !important;
    margin-bottom: 10px;
  }
}
.loading {
  background: url("/static/images/icons/loading.gif?49cec69537d5") no-repeat center;
  height: 128px;
  background-size: 3.5%;
  width: 100%;
  top: 14%;
  position: fixed;
}
.visited_btn {
  padding: 10px;
  margin: 5px;
}
#visited_question_dropdown {
  word-wrap: break-word;
}
.input_error {
  color: #f00;
  font-family: Open Sans;
  font-size: 13px;
}
#save_btn {
  font-family: "Open Sans";
  display: block;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  height: 33px;
  line-height: 33px;
  border: 1px solid #ccc;
  width: 100px;
  text-transform: uppercase;
  padding: 0;
  font-weight: 700;
  font-size: 12px;
  color: #333;
  background: #fff;
  background: -moz-linear-gradient(top, #fff 0%, #e9eae9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #e9eae9));
  background: -webkit-linear-gradient(top, #fff 0%, #e9eae9 100%);
  background: -o-linear-gradient(top, #fff 0%, #e9eae9 100%);
  background: -ms-linear-gradient(top, #fff 0%, #e9eae9 100%);
  background: linear-gradient(to bottom, #fff 0%, #e9eae9 100%);
  outline: none;
  margin-top: 10px;
  float: none;
  clear: both;
  width: 100%;
}
#credit_hours {
  margin-top: 10px;
}
@media screen and (max-width: 800px) {
  div.results-container.small-only {
    display: block;
    margin-top: 15px;
  }
}

