@font-face {
  font-family: StoneSansSemibold;
  src: url('/Fonts/StoneSans/StoneSansITCPro-SemiBold.otf') format('opentype'), url('/Fonts/StoneSans/StoneSansITCPro-SemiBold.eot'),
    /* IE9 Compat Modes */ url('/Fonts/StoneSans/StoneSansITCPro-SemiBold.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */ url('/Fonts/StoneSans/StoneSansITCPro-SemiBold.woff2') format('woff2'),
    /* Super Modern Browsers */ url('/Fonts/StoneSans/StoneSansITCPro-SemiBold.woff') format('woff'),
    /* Pretty Modern Browsers */ url('/Fonts/StoneSans/StoneSansITCPro-SemiBold.ttf') format('truetype'),
    /* Safari, Android, iOS */ url('/Fonts/StoneSans/StoneSansITCPro-SemiBold.svg#svgFontName') format('svg');
  /* Legacy iOS */
}

@font-face {
  font-family: StoneSansBold;
  src: url('/Fonts/StoneSans/StoneSansITCStd-Bold.otf') format('opentype'), url('/Fonts/StoneSans/StoneSansITCStd-Bold.eot'),
    /* IE9 Compat Modes */ url('/Fonts/StoneSans/StoneSansITCStd-Bold.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */ url('/Fonts/StoneSans/StoneSansITCStd-Bold.woff2') format('woff2'), /* Super Modern Browsers */ url('/Fonts/StoneSans/StoneSansITCStd-Bold.woff') format('woff'),
    /* Pretty Modern Browsers */ url('/Fonts/StoneSans/StoneSansITCStd-Bold.ttf') format('truetype'),
    /* Safari, Android, iOS */ url('/Fonts/StoneSans/StoneSansITCStd-Bold.svg#svgFontName') format('svg');
  /* Legacy iOS */
}

@font-face {
  font-family: StoneSans;
  src: url('/Fonts/StoneSans/StoneSansITCStd-Medium.otf') format('opentype'), url('/Fonts/StoneSans/StoneSansITCStd-Medium.eot'),
    /* IE9 Compat Modes */ url('/Fonts/StoneSans/StoneSansITCStd-Medium.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */ url('/Fonts/StoneSans/StoneSansITCStd-Medium.woff2') format('woff2'),
    /* Super Modern Browsers */ url('/Fonts/StoneSans/StoneSansITCStd-Medium.woff') format('woff'),
    /* Pretty Modern Browsers */ url('/Fonts/StoneSans/StoneSansITCStd-Medium.ttf') format('truetype'),
    /* Safari, Android, iOS */ url('/Fonts/StoneSans/StoneSansITCStd-Medium.svg#svgFontName') format('svg');
  /* Legacy iOS */
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

.topBg {
  display: none;
}

.challengeMainDiv {
  margin: 150px auto 0 auto;
  background-image: url(https://pharmacytimes.s3.amazonaws.com/v1_media/_image/ptChallenge_mainBg.png);
  width: 640px;
  min-height: 459px;
  background-repeat: no-repeat;
  background-color: #d3f1fc;
  position: relative;
  font-family: arial;
  line-height: normal;
}

.error {
  background-color: yellow;
  color: #000 !important;
}

.jump {
  cursor: pointer;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.jump:hover {
  opacity: 0.8;
}

.challengeContent {
  display: none;
}

.challengeContent.active {
  display: block;
}

.challengeContent .headerText {
  font: bold 34px arial;
  color: #13466b;
  padding: 10px 50px 0 50px;
}

.challengeContent .headerDesc {
  font: 18px arial;
  color: #000;
  padding: 0 50px;
}

.noSelect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  not supported by any browser */
}

.video {
  padding-top: 120px;
}

#videoPlayer {
  margin: 0 auto;
}

.imgBtn {
  box-shadow: 2px 2px 20px #126086;
  border-radius: 10px;
}

.qContentDiv {
  position: absolute;
  top: 112px;
  background-color: #fff;
  width: 100%;
  min-height: 301px;
  box-sizing: border-box;
  opacity: 0.8;
}

.qContentWrapper {
  position: absolute;
  top: 112px;
  background-color: transparent;
  width: 100%;
  min-height: 301px;
  box-sizing: border-box;
}

.dropDownDivLeft {
  position: absolute;
  z-index: 10;
  font-size: 14px;
  vertical-align: top;
  margin: 15px 0 0 20px;
}

.dropDownDivRight {
  position: absolute;
  z-index: 10;
  right: 0;
  font-size: 14px;
  vertical-align: top;
  margin: 15px 20px 0 0;
}

.dropDown select {
  height: 40px;
  width: 160px;
  margin-bottom: 16px;
  margin-left: 6px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}

.dropDown div {
  display: inline-block;
  vertical-align: top;
}

.choicesDiv {
  margin-top: 20px;
  padding: 0 20px;
}

.choicesDiv input[type='radio'] {
  display: none;
}

.choicesDiv div.choiceDiv {
  box-sizing: border-box;
  padding: 10px 0;
  background-image: url(https://pharmacytimes.s3.amazonaws.com/v1_media/_image/ptChallenge_choiceBg.png);
  background-repeat: repeat-y;
  color: #ffffff;
  margin-bottom: 10px;
  border-radius: 10px;
  box-shadow: 2px 2px 20px #126086;
  position: relative;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.choicesDiv div.dropDownDiv {
  box-sizing: border-box;
  padding: 10px 0;
  background-image: url(https://pharmacytimes.s3.amazonaws.com/v1_media/_image/ptChallenge_choiceBg.png);
  background-repeat: repeat-y;
  color: #ffffff;
  margin-bottom: 10px;
  border-radius: 10px;
  box-shadow: 2px 2px 20px #126086;
  position: relative;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

#c5 .choicesDiv div.choiceDiv {
  padding: 5px 0;
}

#c6 .choicesDiv div.dropDownDiv {
  padding: 15px 0;
}

#c7 .choicesDiv div.choiceDiv,
#c8 .choicesDiv div.choiceDiv,
#c9 .choicesDiv div.choiceDiv {
  padding: 25px 0;
}

.choicesDiv div.choiceDiv .choiceLabel {
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  width: 10%;
  text-align: center;
  top: 50%;
  position: absolute;
}

.choicesDiv div.choiceDiv .choiceText {
  font-size: 16px;
  display: inline-block;
  padding-right: 10px;
  box-sizing: border-box;
  vertical-align: top;
  margin-left: 60px;
}

.choicesDiv div.dropDownDiv .dropDownText {
  font-size: 16px;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  margin-left: 10px;
  width: 90%;
}

.choicesDiv div.dropDownDiv .dropDownBox {
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  top: 50%;
  position: absolute;
}

.dropDownBox select {
  height: 34px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}

.qStatusDiv {
  width: 92px;
  padding: 20px 18px;
  background-color: #fff;
  color: #13466b;
  border-radius: 10px;
  box-shadow: 0 0 10px #ccc;
  font-size: 18.7px;
  font-weight: bold;
  display: inline-block;
}

.qStatusDivCompleted {
  width: 92px;
  padding: 20px 18px;
  background-color: #fff;
  color: #13466b;
  border-radius: 10px;
  box-shadow: 0 0 10px #ccc;
  font-size: 18.7px;
  font-weight: bold;
  display: inline-block;
}

.qResult {
  display: inline-block;
  width: initial;
  vertical-align: top;
  float: right;
  font-family: StoneSans;
  text-align: center;
  margin-top: 34px;
}

.qStatusDivCompleted .qStatus,
.qStatusDiv .qStatus {
  background-image: url(https://pharmacytimes.s3.amazonaws.com/v1_media/_image/ptChallenge_qWrong.png);
  background-repeat: no-repeat;
  background-position: center center;
  height: 21px;
  width: 21px;
}

.qStatusDivCompleted .qStatus.completed,
.qStatusDiv .qStatus.completed {
  background-image: url(https://pharmacytimes.s3.amazonaws.com/v1_media/_image/ptChallenge_qRight.png);
}

.qStatusDivCompleted .qItem,
.qStatusDiv .qItem {
  margin-bottom: 8px;
}

.qStatusDivCompleted .qItem:last-child,
.qStatusDiv .qItem:last-child {
  margin-bottom: 0;
}

.qStatusDivCompleted .qItem:after,
.qStatusDiv .qItem:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}

.qStatusDivCompleted .qItem div:first-child,
.qStatusDiv .qItem div:first-child {
  float: left;
}

.qStatusDivCompleted .qItem div:last-child,
.qStatusDiv .qItem div:last-child {
  float: right;
}

/* c1, welcome */
#c1 {
  height: 459px;
}

#c1 .bottomImg {
  width: 100%;
  right: 0;
  position: absolute;
  bottom: 0;
  text-align: right;
  padding: 30px;
  box-sizing: border-box;
}

#c1 .welcome {
  width: 370px;
  right: 0;
  position: absolute;
  top: 106px;
  padding-right: 20px;
}

/* c3 */
.q1_img {
  background-image: url(https://pharmacytimes.s3.amazonaws.com/v1_media/_image/ptChallenge_c3.png);
  background-repeat: no-repeat;
  background-position: 210px center;
  position: absolute;
  bottom: -60px;
  left: 0;
  height: 284px;
  width: 100%;
  z-index: 0;
}

/* footer CSS */
.challengeFooterDiv {
  background-color: #d3f1fc;
  margin: 0 auto 80px auto;
  width: 640px;
  height: 51px;
  z-index: 99;
  position: relative;
}

.challengeFooterDiv div {
  display: inline-block;
  text-align: center;
  border-right: 1px solid #58849f;
  color: #ffffff;
  background-color: #13466b;
  font: bold 16px arial;
  height: 41px;
  line-height: 41px;
  cursor: pointer;
  margin-top: 10px;
}

.challengeFooterDiv div.selected {
  background-color: #0c86b7;
  margin-top: 0;
  padding-top: 8px;
  border-radius: 10px 10px 0 0;
  height: 49px;
}

.challengeFooterDiv div:hover {
  opacity: 0.8;
}

.challengeFooterDiv div.btnQ {
  width: 43px;
}

.challengeFooterDiv div.btnText {
  width: 109px;
}

.challengeFooterDiv div:last-child {
  border-right: none;
  width: 111px;
}
label {
  display: initial !important;
  margin-bottom: 0 !important;
}
.col-12 {
  padding: 0 0 0 0 !important;
}
.justify-content-md-center.row {
  margin: 0 !important;
}
.top-ad-container.container {
  display: none;
}
