#wfpt-container button {
  background-color: #cc2d30;
  border: 0;
  border-radius: 5px;
  font-size: 20px;
  padding: 15px;
  margin: 15px 0;
  width: 100%;
  color: #fff;
  cursor: pointer;
}
#wfpt-container button.inactive {
  cursor: default;
  background-color: #b1b1b1;
}
#wfpt-container button.inactive:focus {
  /*   outline: 0;*/
}
#wfpt-container button.inactive a {
  cursor: default;
}
#wfpt-container button.secondary {
  background-color: #fff;
  color: #cd2d30;
  border: 2px solid #d7d7d7;
}
#wfpt-container button.secondary a {
  color: #cd2d30;
}
#wfpt-container button:hover {
  background-color: #a60000;
}
#wfpt-container .share_section .social_icons {
  list-style-type: none;
}
#wfpt-container .share_section .social_icons li {
  float: left;
  margin-right: 10px;
}
#wfpt-container {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  color: #323232;
}
#wfpt-container .disclaimer {
  font-size: 13px;
  line-height: 16px;
  color: #535353;
  margin: 60px 15px 40px;
}
#wfpt-container .wfpt-content {
  background-color: #535353;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-direction: row;
}
#wfpt-container button {
  padding: 10px 40px;
}
#wfpt-container .left,
#wfpt-container .right {
  text-align: center;
  margin: 0 auto;
  height: 100%;
}
#wfpt-container .left {
  width: 100%;
}
#wfpt-container .left h1,
#wfpt-container .left h2 {
  font-weight: 500;
  color: #fff;
}
#wfpt-container .left h2 {
  font-size: 20px;
}
#wfpt-container .left span {
  font-size: 16px;
  font-style: italic;
}
#wfpt-container .left .title {
  flex-direction: column;
  min-height: 265px;
  height: 250px;
  justify-content: center;
  display: flex;
  margin: 0 10%;
  color: #fff;
  display: -ms-flexbox;
  -ms-flex-pack: center;
  -ms-flex-direction: column;
}
#wfpt-container .left .content {
  background-color: #fff;
  padding: 10px 10px;
}
#wfpt-container .left .content span {
  display: block;
}
#wfpt-container .left .content span .time-estimate {
  font-size: 14px;
}
#wfpt-container .right {
  display: none;
  flex-direction: column;
  -ms-flex-direction: column;
  position: relative;
  height: 615px;
}
#wfpt-container .right .top,
#wfpt-container .right .bottom {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#wfpt-container .right .top {
  background-image: url('../../../images/workplace-safety/construction.jpg');
  height: 50%;
  width: 100%;
  display: block;
}
#wfpt-container .right .bottom {
  background-image: url('../../../images/workplace-safety/craftsmanship.jpg');
  height: 50%;
  display: block;
  width: 100%;
}
@media (min-width: 520px) {
  #wfpt-container {
    color: #323232;
  }
  #wfpt-container .disclaimer {
    margin: 45px 15px;
  }
  #wfpt-container .desktop {
    display: block;
  }
  #wfpt-container .mobile {
    display: none;
  }
  #wfpt-container .wfpt-content {
    height: 615px;
  }
  #wfpt-container button {
    width: auto;
    margin-right: 15px;
  }
  #wfpt-container .left,
  #wfpt-container .right {
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
    width: 50%;
    display: -ms-flexbox;
  }
  #wfpt-container .left h1 {
    margin: 0;
    font-size: 25px;
    color: #fff;
  }
  #wfpt-container .left h2 {
    font-size: 20px;
  }
  #wfpt-container .left span {
    font-size: 14px;
    font-style: italic;
  }
  #wfpt-container .left .title {
    min-height: 100px;
    margin: 0 50px 0 10px;
    text-align: left;
    justify-content: flex-end;
  }
  #wfpt-container .left .content {
    text-align: left;
    background-color: #535353;
    color: #fff;
  }
  #wfpt-container .left .content p {
    font-size: 16px;
    margin: 0px 0px 10px 0px;
  }
  #wfpt-container .left .share {
    text-align: left;
    background-color: #535353;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-align: center;
    flex-direction: column;
    -ms-flex-direction: column;
    padding-top: 20px;
  }
  #wfpt-container .left .share p {
    font-size: 14px;
    margin-left: 10px;
    color: #fff;
    font-style: normal;
    margin-top: 0;
  }
  #wfpt-container .left .share .social_icons {
    display: inline;
    float: right;
    margin: 0;
    padding-left: 0;
    margin-left: 0;
  }
  #wfpt-container .left .share .social_icons.desktop {
    display: block;
  }
  #wfpt-container .left .share .social_icons.mobile {
    display: none;
  }
}
@media (min-width: 960px) {
  #wfpt-container .left {
    padding-left: 20px;
  }
  #wfpt-container .left h1 {
    font-size: 40px;
    line-height: 1.15em;
  }
  #wfpt-container .left h2 {
    font-size: 25px;
    margin-top: 10px;
  }
  #wfpt-container .left .title {
    min-height: 300px;
  }
  #wfpt-container .left span {
    font-size: 16px;
  }
  #wfpt-container .left .share {
    flex-direction: row;
    -ms-flex-direction: column;
    align-items: center;
    padding-top: 40px;
  }
  #wfpt-container .left .share .social_icons {
    padding-left: 10px;
  }
  #wfpt-container .left .content {
    text-align: left;
    background-color: #535353;
  }
  #wfpt-container .left .content .time-estimate {
    position: relative;
    float: right;
    margin-top: 25px;
    margin-right: 25px;
    font-size: 14px;
  }
  #wfpt-container .left .content p {
    font-size: 22px;
    line-height: 1.25em;
  }
}
#wfpt-container .share,
.test_wrapper.results .share {
  background-color: #fff;
  text-align: center;
  padding: 50px 0 0 0;
}
#wfpt-container .share .footer-image,
.test_wrapper.results .share .footer-image {
  width: 100%;
}
#wfpt-container .share .social_icons,
.test_wrapper.results .share .social_icons {
  padding: 0;
  margin: 0;
  display: inline-block;
  text-align: center;
  list-style-type: none;
}
#wfpt-container .share .social_icons li,
.test_wrapper.results .share .social_icons li {
  float: left;
  margin-right: 5px;
}
#wfpt-container .share .social_icons.desktop,
.test_wrapper.results .share .social_icons.desktop {
  display: none;
}
#wfpt-container .share p,
.test_wrapper.results .share p {
  float: none;
  display: block;
  font-size: 1.125rem;
}
#wfpt-container .share a,
.test_wrapper.results .share a {
  background-image: none;
  background: transparent;
}
#wfpt-container .share .header-bar,
.test_wrapper.results .share .header-bar {
  background-color: #535353;
  border-bottom-style: solid;
  border-color: #cc2d30;
  border-width: 5px;
  margin-bottom: 2em;
}
#wfpt-container .share .header-bar h2,
.test_wrapper.results .share .header-bar h2 {
  display: inline-block;
  color: #fff;
  margin-left: 4em;
  font-size: 1.75rem;
}
#wfpt-container .share .header-bar .header-image,
.test_wrapper.results .share .header-bar .header-image {
  margin-left: 1em;
}
#wfpt-container .share .share-results-form,
.test_wrapper.results .share .share-results-form {
  max-width: 560px;
  margin: 0 auto;
  padding-left: 9%;
  padding-right: 9%;
}
#wfpt-container .share .share-results-form #share-results .required,
.test_wrapper.results .share .share-results-form #share-results .required {
  color: red;
}
#wfpt-container .share .share-results-form #share-results label,
.test_wrapper.results .share .share-results-form #share-results label {
  display: block;
  width: 50%;
}
#wfpt-container .share .share-results-form #share-results input,
.test_wrapper.results .share .share-results-form #share-results input {
  margin-bottom: 1.5em;
  height: 22px;
  font-size: 15px;
  width: 100%;
  display: inline-block;
}
@media screen and (min-width: 620px) {
  #wfpt-container .share .share-results-form #share-results .right,
  .test_wrapper.results .share .share-results-form #share-results .right,
  #wfpt-container .share .share-results-form #share-results .left,
  .test_wrapper.results .share .share-results-form #share-results .left {
    width: 49%;
  }
  #wfpt-container .share .share-results-form #share-results .right,
  .test_wrapper.results .share .share-results-form #share-results .right {
    float: right;
  }
  #wfpt-container .share .share-results-form #share-results .left,
  .test_wrapper.results .share .share-results-form #share-results .left {
    float: left;
  }
  #wfpt-container .share .share-results-form #share-results input,
  .test_wrapper.results .share .share-results-form #share-results input {
    width: 80%;
  }
}
#wfpt-container .share .share-results-form #share-results .share-form-controls,
.test_wrapper.results .share .share-results-form #share-results .share-form-controls {
  text-align: center;
}
#wfpt-container .share .share-results-form #share-results .share-form-controls button a,
.test_wrapper.results .share .share-results-form #share-results .share-form-controls button a {
  color: #fff;
}
#wfpt-container .share .share-results-form #share-results .share-form-controls button a:hover,
.test_wrapper.results .share .share-results-form #share-results .share-form-controls button a:hover {
  text-decoration: none;
}
#wfpt-container .share .share-results-form #share-results .share-form-controls a,
.test_wrapper.results .share .share-results-form #share-results .share-form-controls a {
  display: block;
  text-decoration: none;
  color: #004665;
}
#wfpt-container .share .share-results-form #share-results .share-form-controls a:hover,
.test_wrapper.results .share .share-results-form #share-results .share-form-controls a:hover {
  text-decoration: underline;
}
#wfpt-container .share .share-results-form #share-results .share-form-controls button,
.test_wrapper.results .share .share-results-form #share-results .share-form-controls button {
  max-width: 40%;
  background-color: #004665;
  border-radius: 0px;
  padding: 10px;
}
.test_wrapper.results .share {
  padding: 0;
}
.quiz-app {
  /*-- end section[role=main] --*/
}
.quiz-app section[role="main"] {
  max-width: 960px;
  margin: auto;
  /*ADDED TO STOP SCROLLING TO TOP*/
  /* start with container hidden by default */
  /*-- end .test_container */
}
.quiz-app section[role="main"] button,
.quiz-app section[role="main"] a.next_btn {
  background-color: #cd2d30;
  border: 0;
  border-radius: 5px;
  font-size: 20px;
  padding: 15px;
  margin: 15px 0;
  width: 100%;
  color: #FFFFFF;
  cursor: pointer;
}
.quiz-app section[role="main"] button.inactive,
.quiz-app section[role="main"] a.next_btn.inactive {
  cursor: default;
  background-color: #B1B1B1;
}
.quiz-app section[role="main"] button.inactive a,
.quiz-app section[role="main"] a.next_btn.inactive a {
  cursor: default;
}
.quiz-app section[role="main"] button.secondary,
.quiz-app section[role="main"] a.next_btn.secondary {
  background-color: #FFFFFF;
  color: #cd2d30;
  border: 2px solid #d7d7d7;
}
.quiz-app section[role="main"] button.secondary a,
.quiz-app section[role="main"] a.next_btn.secondary a {
  color: #cd2d30;
}
.quiz-app section[role="main"] .share_section .social_icons {
  list-style-type: none;
}
.quiz-app section[role="main"] .share_section .social_icons li {
  float: left;
  margin-right: 10px;
}
.quiz-app section[role="main"] .landing_wrapper {
  max-width: 963px;
  margin: 0 auto;
  /*helper classes for hiding and showing things based on moible or not*/
  /* end .background_block */
}
.quiz-app section[role="main"] .landing_wrapper .hide-on-mobile {
  display: none;
}
.quiz-app section[role="main"] .landing_wrapper .show-on-mobile {
  display: block;
}
@media (min-width: 660px) {
  .quiz-app section[role="main"] .landing_wrapper .hide-on-mobile {
    display: block;
  }
  .quiz-app section[role="main"] .landing_wrapper .show-on-mobile {
    display: none;
  }
}
.quiz-app section[role="main"] .landing_wrapper button {
  background-color: #cd2d30;
  border: 0;
  font-size: 18px;
  padding: 10px 40px;
  margin-right: 10px;
  border-radius: 5px;
  width: auto;
}
.quiz-app section[role="main"] .landing_wrapper p {
  color: #323232;
}
.quiz-app section[role="main"] .landing_wrapper .disclaimer {
  max-width: 963px;
  font-size: 13px;
  line-height: 16px;
  color: #535353;
  margin: 60px 15px 40px;
}
@media (min-width: 660px) {
  .quiz-app section[role="main"] .landing_wrapper .disclaimer {
    margin: 45px 15px;
  }
}
.quiz-app section[role="main"] .landing_wrapper .background_block {
  background-image: url('../../../images/workplace-safety/landing_hero_mobile.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  position: relative;
  min-height: 265px;
  height: 250px;
  /*Mobile/base style end here*/
  /*Small tablet starts here*/
}
.quiz-app section[role="main"] .landing_wrapper .background_block .left {
  text-align: center;
  margin: 0 auto;
  width: 80%;
}
.quiz-app section[role="main"] .landing_wrapper .background_block .left h1,
.quiz-app section[role="main"] .landing_wrapper .background_block .left h2 {
  font-weight: 500;
}
.quiz-app section[role="main"] .landing_wrapper .background_block .left h2 {
  font-size: 20px;
}
.quiz-app section[role="main"] .landing_wrapper .background_block .left p {
  color: #FFFFFF;
}
.quiz-app section[role="main"] .landing_wrapper .background_block .left span {
  font-size: 16px;
  font-style: italic;
}
.quiz-app section[role="main"] .landing_wrapper .background_block .left .share_section {
  position: absolute;
  bottom: 40px;
}
.quiz-app section[role="main"] .landing_wrapper .background_block .left .share_section span {
  font-style: normal;
}
.quiz-app section[role="main"] .landing_wrapper .background_block .left .share_section .social_icons {
  display: inline;
  float: right;
  margin: 0;
  list-style-type: none;
  padding-left: 30px;
}
.quiz-app section[role="main"] .landing_wrapper .background_block .left .share_section .social_icons li {
  float: left;
  margin-right: 10px;
}
@media (min-width: 450px) {
  .quiz-app section[role="main"] .landing_wrapper .background_block {
    background-image: url('../../../images/workplace-safety/landing_hero.jpg');
  }
  .quiz-app section[role="main"] .landing_wrapper .background_block .left {
    text-align: center;
  }
}
@media (min-width: 660px) {
  .quiz-app section[role="main"] .landing_wrapper .background_block {
    background-size: cover;
    min-height: 535px;
    height: 250px;
  }
  .quiz-app section[role="main"] .landing_wrapper .background_block .left {
    display: flex;
    flex-wrap: wrap;
    width: 60%;
    margin-left: 50px;
    text-align: left;
  }
  .quiz-app section[role="main"] .landing_wrapper .background_block .left h1 {
    font-size: 40px;
    margin: 0;
  }
  .quiz-app section[role="main"] .landing_wrapper .background_block .left h2 {
    font-size: 25px;
    margin-bottom: 0;
  }
}
@media (min-width: 840px) {
  .quiz-app section[role="main"] .landing_wrapper .background_block {
    min-height: 615px;
    height: 250px;
  }
  .quiz-app section[role="main"] .landing_wrapper .background_block .left {
    width: 50%;
    margin: 0 50px;
  }
  .quiz-app section[role="main"] .landing_wrapper .background_block h1 {
    font-size: 53px;
    margin: 0;
  }
  .quiz-app section[role="main"] .landing_wrapper .background_block h2 {
    font-size: 32px;
  }
  .quiz-app section[role="main"] .landing_wrapper .background_block .main-text {
    font-size: 22px;
    line-height: 26px;
  }
}
.quiz-app section[role="main"] .landing_wrapper .mobile-content {
  margin: 0 15px;
}
.quiz-app section[role="main"] .landing_wrapper .mobile-content .main-text {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}
.quiz-app section[role="main"] .landing_wrapper .mobile-content a.next_btn,
.quiz-app section[role="main"] .landing_wrapper .mobile-content button {
  width: 100%;
}
.quiz-app section[role="main"] .landing_wrapper .mobile-content .share_section {
  text-align: center;
  margin-top: 50px;
}
.quiz-app section[role="main"] .landing_wrapper .mobile-content .share_section .social_icons {
  display: inline-block;
  padding-left: 0;
  margin: 0;
}
.quiz-app section[role="main"] .landing_wrapper .mobile-content .estimation {
  text-align: center;
  font-size: 16px;
  font-style: italic;
}
.quiz-app section[role="main"] .test_wrapper {
  margin: 0 15px;
  display: none;
}
.quiz-app section[role="main"] .test_wrapper.active {
  display: block;
}
.quiz-app section[role="main"] .test_wrapper .header_wrapper {
  padding: 20px 30px 20px 30px;
  margin: 0 -15px 30px;
  background-color: #f6f6f6;
}
.quiz-app section[role="main"] .test_wrapper .header_wrapper h1 {
  clear: both;
  text-align: center;
  font-size: 2rem;
  margin-top: 5px;
}
.quiz-app section[role="main"] .test_wrapper .header_wrapper .header_copy {
  text-align: center;
  color: #535353;
  line-height: 22px;
  font-size: 1rem;
}
.quiz-app section[role="main"] .test_wrapper:target {
  display: block;
}
.quiz-app section[role="main"] .test_wrapper.results h1,
.quiz-app section[role="main"] .test_wrapper.results h2,
.quiz-app section[role="main"] .test_wrapper.results h3 {
  font-weight: 300;
}
.quiz-app section[role="main"] .test_wrapper.results h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 30px;
}
.quiz-app section[role="main"] .test_wrapper.results .header_wrapper {
  text-align: center;
  margin-bottom: 0;
}
.quiz-app section[role="main"] .test_wrapper.results .header_wrapper p {
  color: #727272;
}
.quiz-app section[role="main"] .test_wrapper.results .header_wrapper h1 {
  font-weight: 300;
}
.quiz-app section[role="main"] .test_wrapper.results .biggest-risk-wrap {
  position: relative;
  display: block;
  width: 100%;
  margin: 0px auto;
}
.quiz-app section[role="main"] .test_wrapper.results .biggest-risk-wrap .biggest-risk-icon {
  position: relative;
  display: block;
  margin: 0 auto 10px auto;
}
.quiz-app section[role="main"] .test_wrapper.results .biggest-risk-wrap .biggest-risk-text-wrap {
  display: block;
}
.quiz-app section[role="main"] .test_wrapper.results .biggest-risk-wrap .biggest-risk-text-wrap .results_preface {
  text-transform: uppercase;
  margin: 0;
}
.quiz-app section[role="main"] .test_wrapper.results .biggest-risk-wrap .biggest-risk-text-wrap h1 {
  font-size: 28px;
  line-height: 1.5em;
  margin: 0;
}
@media (min-width: 840px) {
  .quiz-app section[role="main"] .test_wrapper.results .biggest-risk-wrap {
    display: table;
    margin-left: 40px;
    width: 700px;
  }
  .quiz-app section[role="main"] .test_wrapper.results .biggest-risk-wrap .biggest-risk-icon {
    margin: 0 10px 0 0;
    display: table-cell;
    vertical-align: top;
  }
  .quiz-app section[role="main"] .test_wrapper.results .biggest-risk-wrap .biggest-risk-text-wrap {
    display: table-cell;
    vertical-align: top;
  }
  .quiz-app section[role="main"] .test_wrapper.results .biggest-risk-wrap .biggest-risk-text-wrap .results_preface {
    text-transform: uppercase;
    text-align: left;
  }
  .quiz-app section[role="main"] .test_wrapper.results .biggest-risk-wrap .biggest-risk-text-wrap h1 {
    text-align: left;
  }
}
.quiz-app section[role="main"] .test_wrapper.results .share_results span {
  flex: 1;
  font-size: 16px;
  color: #0071c2;
  margin-right: 15px;
}
.quiz-app section[role="main"] .test_wrapper.results .share_results span img {
  position: relative;
  top: 3px;
  margin-right: 10px;
  max-width: 17px;
  max-height: 18px;
}
.quiz-app section[role="main"] .test_wrapper.results .test_results {
  display: flex;
  display: -ms-flexbox;
  margin-top: 35px;
  font-size: 13px;
}
.quiz-app section[role="main"] .test_wrapper.results .test_results div {
  flex: 1;
  -ms-flex: 1;
  display: block;
}
.quiz-app section[role="main"] .test_wrapper.results .test_results div:nth-child(2) {
  border-right: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
}
.quiz-app section[role="main"] .test_wrapper.results .arrow {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  margin: 0 auto;
  border-top: 20px solid #f6f6f6;
}
.quiz-app section[role="main"] .test_wrapper.results .compare_section .percentage_block {
  text-align: center;
  margin-bottom: 15px;
}
.quiz-app section[role="main"] .test_wrapper.results .compare_section span {
  font-size: 24px;
  margin-right: 10px;
}
.quiz-app section[role="main"] .test_wrapper.results .compare_section p:first-of-type {
  margin-bottom: 45px;
  display: inline;
}
.quiz-app section[role="main"] .test_wrapper.results .compare_section span + p {
  margin-top: 48px;
}
.quiz-app section[role="main"] .test_wrapper.results .compare_section .graph_section {
  border-bottom: 1px solid #e3e3e3;
}
.quiz-app section[role="main"] .test_wrapper.results .compare_section .graph_section:last-of-type {
  border-bottom: 0;
}
.quiz-app section[role="main"] .test_wrapper.results .compare_section .graph_section .bar_container {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  height: 30px;
}
.quiz-app section[role="main"] .test_wrapper.results .compare_section .graph_section .bar_container p {
  flex: 1;
  margin: 0;
}
.quiz-app section[role="main"] .test_wrapper.results .compare_section .graph_section .bar_container .bar_graph {
  flex: 1;
  display: flex;
  align-items: center;
  height: 100%;
}
.quiz-app section[role="main"] .test_wrapper.results .compare_section .graph_section .bar_container .bar_graph .percentage {
  padding: 0;
  padding-right: 15px;
  width: 0;
  font-size: 18px;
  flex: 1;
}
.quiz-app section[role="main"] .test_wrapper.results .compare_section .graph_section .bar_container .bar_graph .bar_item {
  flex: 3;
  position: relative;
  height: 100%;
  top: 5px;
}
.quiz-app section[role="main"] .test_wrapper.results .compare_section .graph_section .bar_container .bar_graph .bar_item .bar {
  background-color: #cc2d30;
  height: 100%;
  position: absolute;
}
.quiz-app section[role="main"] .test_wrapper.results .improve_section {
  margin: 0 -15px 30px;
  background-color: #f6f6f6;
}
.quiz-app section[role="main"] .test_wrapper.results .improve_section h2 {
  padding-top: 40px;
  padding-bottom: 10px;
}
.quiz-app section[role="main"] .test_wrapper.results .improve_section .article_block {
  padding: 0 20px 15px;
  border-bottom: 1px solid #e3e3e3;
}
.quiz-app section[role="main"] .test_wrapper.results .improve_section .article_block:last-child {
  border-bottom: none;
}
.quiz-app section[role="main"] .test_wrapper.results .improve_section .article_block h3 {
  margin-bottom: 0;
  font-size: 18px;
  color: #323232;
  font-weight: 300;
}
.quiz-app section[role="main"] .test_wrapper.results .improve_section .article_block p {
  color: #727272;
}
.quiz-app section[role="main"] .test_wrapper.results .improve_section .article_block a.selected:before {
  content: '-';
  padding: 0 8px;
}
.quiz-app section[role="main"] .test_wrapper.results .improve_section .article_block a:before {
  content: '+';
  font-size: 20px;
  padding: 1px 7px;
  color: #FFFFFF;
  border-radius: 20px;
  background-color: #0072bc;
  margin-right: 10px;
}
.quiz-app section[role="main"] .test_wrapper.results .improve_section .article_block .more_content {
  display: none;
}
.quiz-app section[role="main"] .test_wrapper.results .improve_section .article_block .more_content p {
  color: #323232;
  line-height: 22px;
}
.quiz-app section[role="main"] .test_wrapper.results .improve_section .article_block .more_content p:before {
  content: url('../../../images/workplace-safety/improve_check.png');
  margin-right: 5px;
}
.quiz-app section[role="main"] .test_wrapper.results .resources_section a {
  font-size: 16px;
}
.quiz-app section[role="main"] .test_wrapper.results .resources_section .resources_container .resources_block {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.quiz-app section[role="main"] .test_wrapper.results .resources_section .resources_container .resources_block .citation-text {
  color: #727272;
  line-height: 21px;
}
.quiz-app section[role="main"] .test_wrapper.results .resources_section .resources_container .resources_block img {
  float: left;
  clear: left;
  margin-right: 20px;
}
.quiz-app section[role="main"] .test_wrapper.results .resources_section .resources_container .resources_block a {
  line-height: 21px;
}
.quiz-app section[role="main"] .test_wrapper.results .resources_section .resources_container .resources_block p {
  color: #727272;
  line-height: 21px;
  display: none;
}
.quiz-app section[role="main"] .test_wrapper.results .resources_section .all_resources_block {
  text-align: center;
}
.quiz-app section[role="main"] .test_wrapper.results .resources_section hr {
  border-color: #e8e8e8;
  opacity: 0.3;
}
.quiz-app section[role="main"] .test_wrapper.results .resources_section .last_hr {
  display: block;
  width: 100%;
}
.quiz-app section[role="main"] .test_wrapper.results .resources_section .last_hr:last-of-type {
  margin: 20px 0;
}
.quiz-app section[role="main"] .test_wrapper.results .resources_section .share_section {
  width: 250px;
  margin: 0 auto 80px;
  font-size: 18px;
}
.quiz-app section[role="main"] .test_wrapper.results .resources_section .share_section li {
  margin-right: 30px;
}
@media (min-width: 840px) {
  .quiz-app section[role="main"] .test_wrapper.results .results_preface {
    font-size: 21px;
  }
  .quiz-app section[role="main"] .test_wrapper.results .header_content {
    margin: 0 auto 0 40px;
    display: flex;
    display: -ms-flexbox;
  }
  .quiz-app section[role="main"] .test_wrapper.results .header_content .header_copy {
    text-align: left;
    width: 90%;
    font-size: 18px;
  }
  .quiz-app section[role="main"] .test_wrapper.results .header_content .header_left {
    flex: 2;
    -ms-flex: 2;
  }
  .quiz-app section[role="main"] .test_wrapper.results .header_content .test_results {
    flex: 2;
    -ms-flex: 2;
    margin-top: 0;
  }
  .quiz-app section[role="main"] .test_wrapper.results .header_content .test_results p {
    font-size: 19px;
  }
  .quiz-app section[role="main"] .test_wrapper.results .header_content .share_text {
    float: left;
  }
  .quiz-app section[role="main"] .test_wrapper.results .header_content .share_results {
    float: left;
    margin: 13px 0 0 19px;
  }
  .quiz-app section[role="main"] .test_wrapper.results .header_content .share_results .share_icon {
    margin-right: 12px;
  }
  .quiz-app section[role="main"] .test_wrapper.results .header_content .share_results .share_icon img {
    max-width: 17px;
    max-height: 16px;
  }
  .quiz-app section[role="main"] .test_wrapper.results .graphs_container {
    display: flex;
    display: -ms-flexbox;
    margin-top: 45px;
  }
  .quiz-app section[role="main"] .test_wrapper.results .graphs_container .graph_section {
    flex: 1;
    -ms-flex: 1;
    border-right: 1px solid #e3e3e3;
    border-bottom: none;
    padding: 0 15px;
  }
  .quiz-app section[role="main"] .test_wrapper.results .graphs_container .graph_section:last-child {
    border-right: none;
  }
  .quiz-app section[role="main"] .test_wrapper.results .compare_section span {
    font-size: 30px;
  }
  .quiz-app section[role="main"] .test_wrapper.results .article_container {
    display: flex;
    display: -ms-flexbox;
    padding-bottom: 40px;
  }
  .quiz-app section[role="main"] .test_wrapper.results .article_container .article_block {
    flex: 1;
    -ms-flex: 1;
    border-right: 1px solid #e3e3e3;
    border-bottom: none;
  }
  .quiz-app section[role="main"] .test_wrapper.results .article_container .article_block:last-child {
    border-right: none;
  }
  .quiz-app section[role="main"] .test_wrapper.results .resources_section a {
    font-size: 18px;
  }
  .quiz-app section[role="main"] .test_wrapper.results .resources_section .resources_container {
    display: flex;
  }
  .quiz-app section[role="main"] .test_wrapper.results .resources_section .resources_container .resources_block {
    padding-right: 20px;
    display: block!important;
    flex: 1;
    -ms-flex: 1;
  }
  .quiz-app section[role="main"] .test_wrapper.results .resources_section .resources_container .resources_block p {
    display: block!important;
    overflow: auto;
  }
  .quiz-app section[role="main"] .test_wrapper.results .resources_section .cta_container {
    margin: 0 auto;
    width: 505px;
  }
  .quiz-app section[role="main"] .test_wrapper.results .resources_section .cta_container button {
    width: 235px;
    display: inline-block;
    margin-right: 15px;
  }
  .quiz-app section[role="main"] .test_wrapper.results .resources_section .all_resources_block {
    display: table;
    width: 70%;
    margin: 0 auto;
    text-align: right;
  }
  .quiz-app section[role="main"] .test_wrapper.results .resources_section .all_resources_block * {
    flex: 1;
  }
  .quiz-app section[role="main"] .test_wrapper.results .resources_section .all_resources_block hr {
    display: none;
  }
  .quiz-app section[role="main"] .test_wrapper.results .resources_section .all_resources_block p {
    margin: 0 auto 10px;
  }
  .quiz-app section[role="main"] .test_wrapper.results .resources_section .all_resources_block .all_resources {
    margin-bottom: 20px;
    border-right: 1px solid #e8e8e8;
    padding-right: 30px;
    display: table-cell;
    vertical-align: middle;
    width: 50%;
  }
  .quiz-app section[role="main"] .test_wrapper.results .resources_section .all_resources_block .login_block {
    margin-top: 0;
    margin-bottom: 20px;
    text-align: left;
    padding-left: 30px;
    display: table-cell;
    vertical-align: middle;
    width: 50%;
  }
  .quiz-app section[role="main"] .test_wrapper.results .resources_section .share_section {
    display: none;
  }
}
.quiz-app section[role="main"] .test_wrapper .question_wrapper {
  margin-bottom: 30px;
}
.quiz-app section[role="main"] .test_wrapper .question_wrapper.inactive {
  opacity: 0.5;
}
.quiz-app section[role="main"] .test_wrapper .question_wrapper.inactive a {
  cursor: default;
}
.quiz-app section[role="main"] .test_wrapper .question_wrapper.inactive .answers span {
  cursor: default;
}
.quiz-app section[role="main"] .test_wrapper .question {
  margin: 15px 0;
  margin-bottom: 0;
  border: 2px solid #a6a6a6;
  border-bottom: none;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  text-align: left;
  font-size: 14px;
  line-height: 30px;
  padding: 15px;
}
.quiz-app section[role="main"] .test_wrapper .question h2 {
  font-weight: 300;
}
.quiz-app section[role="main"] .test_wrapper .answers {
  display: flex;
  display: -ms-flexbox;
  border: 2px solid #cc2d30;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  /* Styles for compare section */
}
.quiz-app section[role="main"] .test_wrapper .answers.compare {
  border: 2px solid #a6a6a6;
  border-top: none;
  height: auto;
  align-items: center;
}
.quiz-app section[role="main"] .test_wrapper .answers.compare .selectClass {
  width: 100%;
  margin: 15px;
  font-size: 18px;
  padding: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: #fff url('../../../images/workplace-safety/select_bg.png') no-repeat;
  background-size: 15px;
  background-position: right 20px center;
}
.quiz-app section[role="main"] .test_wrapper .answers.compare .selectClass .disabled {
  color: #bbbbbb;
  font-style: italic;
}
.quiz-app section[role="main"] .test_wrapper .answers span {
  flex: 1;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  border-right: 1px solid #cc2d30;
  padding-top: 10px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #cc2d30;
}
.quiz-app section[role="main"] .test_wrapper .answers span input {
  opacity: 0;
}
.quiz-app section[role="main"] .test_wrapper .answers span input:focus + label {
  border: 1px solid #0072bc;
}
.quiz-app section[role="main"] .test_wrapper .answers span label {
  position: relative;
  top: -10px;
}
.quiz-app section[role="main"] .test_wrapper .answers span:first-child:before,
.quiz-app section[role="main"] .test_wrapper .answers span:nth-child(2):before,
.quiz-app section[role="main"] .test_wrapper .answers span:nth-child(3):before {
  font-size: 35px;
  display: block;
  position: relative;
}
.quiz-app section[role="main"] .test_wrapper .answers span:first-child:before {
  content: url(../../../images/workplace-safety/answer_icon_yes.png);
}
.quiz-app section[role="main"] .test_wrapper .answers span:first-child.selected:before {
  content: url(../../../images/workplace-safety/answer_icon_yes_white.png);
}
.quiz-app section[role="main"] .test_wrapper .answers span:nth-child(2):before {
  content: url(../../../images/workplace-safety/answer_icon_no.png);
}
.quiz-app section[role="main"] .test_wrapper .answers span:nth-child(2).selected:before {
  content: url(../../../images/workplace-safety/answer_icon_no_white.png);
}
.quiz-app section[role="main"] .test_wrapper .answers span:nth-child(3):before {
  content: url(../../../images/workplace-safety/answer_icon_not_sure.png);
}
.quiz-app section[role="main"] .test_wrapper .answers span:nth-child(3).selected:before {
  content: url(../../../images/workplace-safety/answer_icon_not_sure_white.png);
}
.quiz-app section[role="main"] .test_wrapper .answers span:last-child {
  border: none;
}
.quiz-app section[role="main"] .test_wrapper .answers span.selected {
  background-color: #cc2d30;
  color: #FFFFFF;
}
@media (min-width: 840px) {
  .quiz-app section[role="main"] .test_wrapper .question_wrapper {
    display: flex;
    display: -ms-flexbox;
    width: 80%;
    margin: 0 auto 30px;
  }
  .quiz-app section[role="main"] .test_wrapper .question {
    flex: 1;
    -ms-flex: 1;
    margin: 0;
    padding: 25px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom: 2px solid #a6a6a6;
    border-right: 0;
  }
  .quiz-app section[role="main"] .test_wrapper .question h2 {
    margin: 0;
    font-size: 20px;
  }
  .quiz-app section[role="main"] .test_wrapper .answers {
    display: flex;
    height: inherit;
    flex: 1;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
  }
  .quiz-app section[role="main"] .test_wrapper .answers.compare {
    border: 2px solid #a6a6a6;
    border-left: none;
  }
  .quiz-app section[role="main"] .test_wrapper a.next_btn,
  .quiz-app section[role="main"] .test_wrapper button {
    margin: 5px auto;
    display: block;
    width: 185px;
    text-align: center;
  }
  .quiz-app section[role="main"] .test_wrapper a.next_btn.results_btn,
  .quiz-app section[role="main"] .test_wrapper button.results_btn {
    width: 250px;
  }
}
.quiz-app section[role="main"] #close {
  display: none;
}
.quiz-app section[role="main"] .test_container {
  display: none;
  max-width: 960px;
  margin: 0 auto;
}
.quiz-app section[role="main"] .test_container:target {
  display: block;
}
.quiz-app section[role="main"] .test_container .pagination_wrapper {
  text-align: center;
}
.quiz-app section[role="main"] .test_container .test_pagination {
  position: relative;
  display: flex;
  justify-content: center;
  counter-reset: item;
  list-style-type: none;
  background-color: #f6f6f6;
  padding: 25px 25px 0 25px;
  margin: 0;
}
.quiz-app section[role="main"] .test_container .test_pagination li {
  display: inline-block;
  opacity: 0.5;
  text-transform: uppercase;
  font-size: 11px;
  margin: 0 5px;
}
.quiz-app section[role="main"] .test_container .test_pagination li.visited,
.quiz-app section[role="main"] .test_container .test_pagination li.current {
  opacity: 1;
}
.quiz-app section[role="main"] .test_container .test_pagination li.visited a,
.quiz-app section[role="main"] .test_container .test_pagination li.current a {
  cursor: pointer;
}
.quiz-app section[role="main"] .test_container .test_pagination li.visited a:hover,
.quiz-app section[role="main"] .test_container .test_pagination li.current a:hover {
  text-decoration: underline;
}
.quiz-app section[role="main"] .test_container .test_pagination li a,
.quiz-app section[role="main"] .test_container .test_pagination li span {
  white-space: nowrap;
  width: 2rem;
  overflow: hidden;
  display: inline-block;
  color: #000;
  text-decoration: none;
  cursor: default;
}
.quiz-app section[role="main"] .test_container .test_pagination li a:before,
.quiz-app section[role="main"] .test_container .test_pagination li span:before {
  border-radius: 2rem;
  padding: 0 8px;
  color: #FFFFFF;
  margin-right: 10px;
  background-color: #000000;
  content: counter(item) "";
  counter-increment: item;
  display: inline-block;
}
@media (min-width: 840px) {
  .quiz-app section[role="main"] .test_container .test_pagination li {
    border: 1px solid #e9e9e9;
    border-radius: 30px;
    padding: 10px 10px 0 10px;
  }
  .quiz-app section[role="main"] .test_container .test_pagination li a,
  .quiz-app section[role="main"] .test_container .test_pagination li span {
    width: auto;
    overflow: auto;
  }
  .quiz-app section[role="main"] .test_container .test_pagination li span {
    display: inline-block;
  }
  .quiz-app section[role="main"] .test_container .test_pagination li.current {
    background-color: #FFFFFF;
    /*color: @dark;*/
  }
}
.quiz-app section[role="main"] .question_wrapper input[type=radio] + label::before,
.quiz-app section[role="main"] .question_wrapper input[type=checkbox] + label::before {
  background: none;
  display: none;
  cursor: auto;
}
/*-- end .quiz-app --*/
.modal-dialog {
  background: #fefefe;
  z-index: 11;
}
.modal-body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  padding: 20px;
  line-height: 21px;
}
.modal-body p {
  margin-top: 0;
  color: #5d5d5d;
}
.modal-header,
.modal-footer {
  padding: 10px 20px;
}
.modal-header h1 {
  font-size: 26px;
  margin-bottom: 0;
  font-weight: normal;
  color: #cc2d30;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}
