@charset "utf-8";

@font-face {
  font-family: "returnFont";
  src: url("../../fonts/NoemieScript.otf");
  font-style: normal;
  font-weight: normal;
}

body,
html {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  color: #000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-font-smoothing: antialiased;
}

button {
  padding: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  background: none;
  border: none;
}

#wrapper_parent {
  position: relative;
  width: 1024px;
  height: 768px;
  margin: 0 auto;
  overflow: hidden;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

#wrapper {
  position: relative;
  display: none;
  width: 1024px;
  height: 768px;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

#shellDisabler {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 80000;
  display: none;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.2;
}

.shellWrap {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: none repeat scroll 0 0 #fff;
  background-color: white;
}

.shell_pageHolder {
  position: relative;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 614px;
}

.ShellContantarea {
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
}

.ShellOverlay.menuovrlay {
  top: 60px;
  display: none;
  background-color: #000;
  opacity: 0;
}

.pageWrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0.75em;
}

.pageWrapper .container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.objectiveWrapper {
  position: relative;
  min-height: 20px;
  padding-bottom: 10px;
  text-align: left;
}

#tracer {
  display: none;
}

.transcriptButton .tooltiptexts {
  position: absolute;
  z-index: 12;
  display: inline-table;
  font-size: 0.9em;
  text-align: center;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
}

.transcriptButton:hover .tooltiptexts:not(.disabled) {
  visibility: visible;
  user-select: none;
  opacity: 1;
}

.transcriptButton:focus .tooltiptexts:not(.disabled) {
  visibility: visible;
  user-select: none;
  opacity: 1;
}

.nextBtn:focus .tooltiptexts:not(.disabled) {
  visibility: visible;
  user-select: none;
  opacity: 1;
}

#shell_transcript:focus + .tooltiptexts:not(.disabled) {
  visibility: visible;
  user-select: none;
  opacity: 1;
}

#tooltiptext1 {
  position: absolute;
  top: -23px;
  left: -23px;
}

#tooltiptext2 {
  position: absolute;
  top: -5px;
  left: 18px;
}

#tooltiptext3 {
  position: absolute;
  top: -24px;
  left: -15px;
  transform: rotate(0deg) !important;
}

#tooltiptext4 {
  position: absolute;
  top: 17px;
  left: -42px;
}

#tooltiptext5 {
  position: absolute;
  top: 10px;
  left: 58px;
}

#tooltiptext6 {
  position: absolute;
  top: 45px;
  left: 8px;
}

#tooltiptext20 {
  position: absolute;
  top: 58px;
  left: 0;
  width: 84px;
  font-size: 1em;
  color: #fff;
}

#tooltiptext7 {
  position: absolute;
  top: 10px;
  right: -46px;
}

#tooltiptext8 {
  position: absolute;
  top: 10px;
  left: -64px;
}

#tooltiptext9 {
  position: absolute;
  top: 20px;
  left: 60px;
}

#tooltiptext10 {
  position: absolute;
  top: -7px;
  left: -36px;
}

#tooltiptext11 {
  position: absolute;
  top: 25px;
  left: 0;
  display: none;
}

#tooltiptext12 {
  position: absolute;
  top: 25px;
  left: -6px;
}

#tooltiptext13 {
  position: absolute;
  top: 48px;
  left: 0;
}

#tooltiptext14 {
  position: absolute;
  top: 46px;
  left: 0;
}

#tooltiptext16 {
  position: absolute;
  top: 46px;
  left: 0;
}

#tooltiptext17 {
  position: absolute;
  top: 48px;
  left: 8px;
}

#tooltiptext18 {
  position: absolute;
  top: 25px;
  left: -1px;
}

#tooltiptext19 {
  position: absolute;
  top: 25px;
  left: -1px;
}

.lmsbookmarkTxt {
  text-align: center;
}

.deactive {
  pointer-events: none !important;
  cursor: default !important;
  opacity: 0.5 !important;
}

.deactiveTC {
  pointer-events: none !important;
  cursor: default !important;
  opacity: 0.5 !important;
}

.gotoPage {
  position: absolute;
  top: 50px;
  left: 0;
  display: none;
  width: 60px;
  height: 50px;
  background: beige;
}

.gotoPage .pageNum {
  position: absolute;
  top: 3px;
  left: 13px;
  width: 30px;
  height: 20px;
  text-align: center;
}

.gotoPage .btnGo {
  position: absolute;
  top: 30px;
  left: 6px;
  width: 46px;
  height: 18px;
  color: white;
  text-align: center;
  background-color: black;
}

.Intro_button.icon-play {
  display: inline-block;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 50%;
}

.contentbox {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 792px;
  height: 343px;
  color: #fff;
  background-color: white;
  border-top: 2px solid white;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  border-left: 2px solid white;
}

#supportingfactstext {
  position: relative;
  top: 7px;
  left: 20px;
  display: inline-block;
  font-size: 0.875em;
}

.supportingheadingTopBorder {
  position: absolute;
  top: -1px;
  width: 100%;
  height: 10px;
  background-color: #002d73;
}

.supportingfactstext {
  color: #fff;
}

.supporting_facts .supportingfactstext {
  color: #004054;
}

.supporting_facts_select {
  color: #004054;
}

#supporting_facts_image {
  position: relative;
  top: 7px;
  left: 8px;
  display: inline-block;
  width: 15px;
  height: 8px;
  cursor: pointer;
}

.arrowchange {
  position: relative;
  top: 4px;
  left: 7px;
  display: inline-block;
  width: 15px;
  height: 8px;
  background: url("../images/down_arrow_white.png") no-repeat;
}

.imagedown {
  background: url("../images/up_arrow_white.png") no-repeat;
}

.supporting_facts .supporting_facts_image {
  background: url("../images/up_arrow_blue.png") no-repeat;
}

.supportingcontent {
  display: none;
}

.supportingheading {
  position: absolute;
  top: 0;
  left: 1px;
  width: 235px;
  height: 40px;
  padding-top: 8px;
  padding-left: 20px;
  font-size: 1.125em;
  font-weight: Bold;
  color: white;
  background: url(../images/supportingfacts_left.png) no-repeat;
}

.background_dummy {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.selectedwhitebackground {
  background: #fff !important;
}

.supportingfacts_selected .supportingfactsbutton .supportingfactstext {
  color: #000 !important;
}

.bluecolor {
  color: #004054;
  cursor: pointer;
}

.contentboxPerent {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 110000;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 64, 84, 0.4);
}

#iePatch {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0;
}

#layoutSetter {
  position: absolute;
  top: 32px;
  right: 500px;
  z-index: 10000;
  display: none;
  width: 34px;
  height: 34px;
  cursor: pointer;
  content: "Go";
  background-color: white;
  border: 2px solid;
}

#layoutPath {
  position: absolute;
  top: 31px;
  right: 332px;
  z-index: 10000;
  display: none;
  width: 154px;
  height: 34px;
  cursor: pointer;
}

#layoutFader {
  position: absolute;
  top: 34px;
  right: 150px;
  z-index: 10000;
  display: none;
  width: 120px;
  height: auto;
  text-align: center;
  cursor: pointer;
  background-color: white;
}

#layoutHider {
  position: absolute;
  top: 32px;
  right: 50px;
  z-index: 10000;
  display: none;
  width: 94px;
  height: auto;
  text-align: center;
  cursor: pointer;
  background-color: white;
}

.base1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.img_base1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}

.boardHolder1 {
  position: absolute;
  top: 0;
  left: 511px;
  width: 50%;
  height: 100%;
}

#img_11 {
  position: absolute;
  top: -6px;
  left: 112px;
  width: 321px;
  height: 447px;
  background-image: url(../images/FANR_page.png);
}

#scrText_of_4 {
  position: absolute;
  top: 60px;
  left: -25px;
}

#scrText_of_5 {
  position: absolute;
  top: 99px;
  left: 5px;
}

#scrText_of_6 {
  position: absolute;
  top: 130px;
  left: 5px;
}

#scrText_of_7 {
  position: absolute;
  top: 157px;
  left: 5px;
}

#scrText_of_8 {
  position: absolute;
  top: 186px;
  left: 4px;
}

#scrText_of_9 {
  position: absolute;
  top: 216px;
  left: 4px;
}

#scrText_of_10 {
  position: absolute;
  top: 272px;
  left: -26px;
  width: 414px;
}

.boardHolder1 .scrText {
  width: 300px;
  font-family: Arial, sans-serif;
  font-size: 1em;
  color: #616367;
}

.ShellOverlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.5);
}

#shell_e_ppopup {
  display: none;
}

[tabindex]:not([tabindex="-1"]):focus {
  outline: 2px solid blue !important;
  outline: 2px auto -webkit-focus-ring-color;
  outline-offset: -1px;
}


input[type="radio" i]:focus {
  outline: 2px solid blue !important;
  outline: 2px auto -webkit-focus-ring-color;
}

a,
#shell_back,
#shell_next,
#replay_btn,
#playPauseBtn,
#shell_transcript,
#audio_Icon,
#calcyIcon,
#periodicTableIcon,
#arrowIcon1,
#gadgetsButn,
#arrowIcon2,
#arrowIcon3,
#arrowIcon4 {
  outline: none !important;
}

#jqueryVideo_jplayer {
  display: none;
}

#shell_transcript {
  opacity: 1 !important;
}
