* {
  cursor: inherit;
}
html {
  height: 100%;
  position: fixed;
}
html,
body {
  overflow: hidden;
  overflow-y: hidden;
  -ms-overflow-style: none;
  -ms-content-zooming: none;
  -ms-content-zoom-chaining: none;
}
.content-pages {
  display: none;
}
.content-page {
  display: none;
}
.video-container {
  display: block;
  position: absolute;
}
.video-player {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  cursor: hand;
  cursor: pointer;
  display: block;
}
img.video-thumb {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  max-height: 100%;
}
.video-player {
  background-color: #101010;
}
img.vimeo-thumb {
  position: absolute;
  display: block;
  width: 100%;
  max-width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
div.play-button {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  background: url("../img/play.png") no-repeat;
}
div.waiting-button {
  height: 20px;
  width: 160px;
  left: 50%;
  top: 50%;
  margin-left: -80px;
  margin-top: -10px;
  position: absolute;
  background: url("../img/video-loader.gif") no-repeat;
}
.waiting {
  left: 50%;
  top: 50%;
  position: absolute;
  width: 80px;
  height: 80px;
  margin-left: -40px;
  margin-top: -40px;
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 5px;
  border: 5px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #e8e8e8 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.video-iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#pageflip {
  width: 100%;
  overflow: hidden;
  height: 100%;
  display: block;
}
body {
  margin: 0;
  height: 100%;
}
#pf-stage {
  min-height: 100px;
  background-repeat: no-repeat;
}
.pageflip-container {
  padding-top: 1px;
  background-color:transparent !important;
}
.pf-book-content {
  opacity: 0;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  -ms-transition: opacity 1s;
}
.pf-book-offset {
  -webkit-perspective: 3000px;
  -moz-perspective: 3000px;
  -ms-perspective: 3000px;
  perspective: 3000px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  -ms-perspective-origin-x: 50%;
  -ms-perspective-origin-y: 50%;
  perspective-origin-x: 50%;
  perspective-origin-y: 50%;
}
.pf-page-container {
  position: absolute;
  overflow: hidden;
}
#pf-dropshadow {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 1);
  -o-box-shadow: 0 10px 30px rgba(0, 0, 0, 1);
  -ms-box-shadow: 0 10px 30px rgba(0, 0, 0, 1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 1);
}
.pf-book-container-singlepage #pf-dropshadow {
  display: none;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}
.pf-flip-shadowA {
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 1)
  );
  background-image: -ms-linear-gradient(
    left,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 1)
  );
  background-image: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 1)
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 1)
  );
}
.pf-flip-shadowB {
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0)
  );
  background-image: -ms-linear-gradient(
    left,
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0)
  );
  background-image: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0)
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0)
  );
}
.pf-flip-topshadow {
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 0)
  );
  background-image: -ms-linear-gradient(
    left,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 0)
  );
  background-image: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 0)
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 0)
  );
}
.pf-emboss-left {
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.75)
  );
  background-image: -ms-linear-gradient(
    left,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.75)
  );
  background-image: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.75)
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.75)
  );
  pointer-events: none;
}
.pf-emboss-right {
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -ms-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  pointer-events: none;
}
.page-text {
  display: none;
}
.ControlBar {
  width: 100%;
  height: 45px;
  text-align: center;
  position: absolute;
  bottom: 0;
}
.ControlBar-content {
  display: inline-block;
  height: 100%;
  border-radius: 5px 5px 0 0;
  background-color: #262626;
  padding-left: 16px;
  padding-right: 16px;
}
.ControlBar-pageNavBar {
  height: 100%;
  display: block;
  float: left;
  margin-right: 4px;
}
.ControlBar-otherButtons {
  height: 100%;
  display: block;
  float: left;
}
.ControlBar-backToBeginning,
.ControlBar-back,
.ControlBar-forward,
.ControlBar-forwardToEnd,
.ControlBar-pageInputContainer {
  float: left;
  height: 100%;
  margin-left: 2px;
}
.ControlBar-backToBeginningActive,
.ControlBar-backActive,
.ControlBar-forwardActive,
.ControlBar-forwardToEndActive {
  cursor: pointer;
}
.ControlBar-back,
.ControlBar-forward {
  margin-top: 5px;
}
.ControlBar-backToBeginning,
.ControlBar-forwardToEnd {
  margin-top: 8px;
}
.ControlBar-backToBeginningInactive,
.ControlBar-backInactive,
.ControlBar-forwardInactive,
.ControlBar-forwardToEndInactive {
  display: none;
}
.ControlBar-pageInputContainer {
  margin-top: 11px;
  height: 28px;
  width: 60px;
  position: relative;
  margin-right: 6px;
  margin-left: 8px;
}
.ControlBar-pageInputTest {
  font-size: 12px;
}
input.ControlBar-pageInput {
  width: 100%;
  position: absolute;
  height: 22px;
  left: 0;
  font-size: 12px;
  background: transparent;
  border: 0;
  top: 1px;
  text-align: center;
  color: #e4e4e4;
}
.ControlBar-pageInput:focus {
  outline: 0;
}
.ControlBar-otherButtonsContent {
  height: 100%;
  position: relative;
}
.ControlBar-print,
.ControlBar-downloadButton,
.ControlBar-search,
.ControlBar-menuButton,
.ControlBar-fullscreenButton {
  float: left;
  height: 100%;
  margin-left: 4px;
  margin-right: 4px;
  margin-top: 13px;
  position: relative;
}
.ControlBar-print,
.ControlBar-downloadButton,
.ControlBar-searchButton,
.ControlBar-menuButton,
.ControlBar-fullscreenButton {
  cursor: pointer;
}
.ControlBar-button img {
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.ControlBar-button--hover.ControlBar-backToBeginning,
.ControlBar-button--hover.ControlBar-back,
.ControlBar-button--hover.ControlBar-forward,
.ControlBar-button--hover.ControlBar-forwardToEnd,
.ControlBar-button--hover.ControlBar-printButton,
.ControlBar-button--hover.ControlBar-downloadButton,
.ControlBar-button--hover.ControlBar-searchButton,
.ControlBar-button--hover.ControlBar-menuButton,
.ControlBar-button--hover.ControlBar-fullscreenButton {
  background: rgba(0, 0, 0, 0);
}
.ControlBar-button--hover.ControlBar-backToBeginning
  .ControlBar-backToBeginningActiveImg,
.ControlBar-button--hover.ControlBar-back .ControlBar-backActiveImg,
.ControlBar-button--hover.ControlBar-forward .ControlBar-forwardActiveImg,
.ControlBar-button--hover.ControlBar-forwardToEnd
  .ControlBar-forwardToEndActiveImg,
.ControlBar-button--hover.ControlBar-printButton .ControlBar-printButtonImg,
.ControlBar-button--hover.ControlBar-downloadButton
  .ControlBar-downloadButtonImg,
.ControlBar-button--hover.ControlBar-searchButton .ControlBar-searchButtonImg,
.ControlBar-button--hover.ControlBar-menuButton .ControlBar-menuButtonImg,
.ControlBar-button--hover.ControlBar-fullscreenButton
  .ControlBar-fullscreenButtonImg {
  display: block;
  visibility: visible;
}
.ControlBar-backToBeginning .ControlBar-backToBeginningActiveImgHover,
.ControlBar-back .ControlBar-backActiveImgHover,
.ControlBar-forward .ControlBar-forwardActiveImgHover,
.ControlBar-forwardToEnd .ControlBar-forwardToEndActiveImgHover,
.ControlBar-printButton .ControlBar-printButtonImgHover,
.ControlBar-downloadButton .ControlBar-downloadButtonImgHover,
.ControlBar-searchButton .ControlBar-searchButtonImgHover,
.ControlBar-menuButton .ControlBar-menuButtonImgHover,
.ControlBar-fullscreenButton .ControlBar-fullscreenButtonImgHover {
  display: none;
  visibility: hidden;
}
.ControlBar-button--hover.ControlBar-backToBeginning:hover
  .ControlBar-backToBeginningActiveImg,
.ControlBar-button--hover.ControlBar-back:hover .ControlBar-backActiveImg,
.ControlBar-button--hover.ControlBar-forward:hover .ControlBar-forwardActiveImg,
.ControlBar-button--hover.ControlBar-forwardToEnd:hover
  .ControlBar-forwardToEndActiveImg,
.ControlBar-button--hover.ControlBar-printButton:hover
  .ControlBar-printButtonImg,
.ControlBar-button--hover.ControlBar-downloadButton:hover
  .ControlBar-downloadButtonImg,
.ControlBar-button--hover.ControlBar-searchButton:hover
  .ControlBar-searchButtonImg,
.ControlBar-button--hover.ControlBar-menuButton:hover .ControlBar-menuButtonImg,
.ControlBar-button--hover.ControlBar-fullscreenButton:hover
  .ControlBar-fullscreenButtonImg {
  display: none !important;
  visibility: hidden !important;
}
.ControlBar-button--hover.ControlBar-backToBeginning:hover
  .ControlBar-backToBeginningActiveImgHover,
.ControlBar-button--hover.ControlBar-back:hover .ControlBar-backActiveImgHover,
.ControlBar-button--hover.ControlBar-forward:hover
  .ControlBar-forwardActiveImgHover,
.ControlBar-button--hover.ControlBar-forwardToEnd:hover
  .ControlBar-forwardToEndActiveImgHover,
.ControlBar-button--hover.ControlBar-printButton:hover
  .ControlBar-printButtonImgHover,
.ControlBar-button--hover.ControlBar-downloadButton:hover
  .ControlBar-downloadButtonImgHover,
.ControlBar-button--hover.ControlBar-searchButton:hover
  .ControlBar-searchButtonImgHover,
.ControlBar-button--hover.ControlBar-menuButton:hover
  .ControlBar-menuButtonImgHover,
.ControlBar-button--hover.ControlBar-fullscreenButton:hover
  .ControlBar-fullscreenButtonImgHover {
  display: block !important;
  visibility: visible !important;
}
.ControlbarTooltip {
  display: none;
  visibility: hidden;
  background: #262626;
  bottom: 100%;
  color: #e4e4e4;
  display: block;
  margin-bottom: 15px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  border-radius: 12px;
  height: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}
.ControlbarTooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}
.ControlbarTooltip-arrow {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid #262626 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}
.ControlbarTooltip--active {
  display: block !important;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  z-index: 1000000;
}
.ControlbarTooltip--print {
  height: 127px;
  width: 148px;
  bottom: 55px;
  left: -60px;
  padding: 7px;
}
.ControlbarTooltip--searchMini,
.ControlbarTooltip--searchFull {
  width: 225px;
  bottom: 55px;
  left: -101px;
}
.ControlbarTooltip--searchFull {
  border-radius: 5px;
  height: 267px;
}
.ControlbarTooltip--searchMini {
  border-radius: 5px;
  height: 34px;
  padding: 5px;
}
.PrintMenu {
  width: 100%;
  height: 100%;
}
.PrintMenu-choice {
  margin-bottom: 6px;
  padding-left: 6px;
  padding-bottom: 8px;
  padding-top: 8px;
  height: 33px;
  width: 100%;
  border-radius: 10px;
  background-color: #383838;
  cursor: pointer;
}
.PrintMenu-choice:hover {
  cursor: pointer;
}
.PrintMenu-icon {
  float: left;
  display: inline-block;
  width: 23px;
  height: 16px;
}
.PrintMenu-caption {
  margin-left: 7px;
  float: left;
  display: inline-block;
  margin-top: -3px;
  color: #bfbfbf;
}
.PrintMenu-caption:hover {
  color: #e7e7e7;
}
.PrintMenu-iconImgHover {
  display: none;
}
.PrintMenu-choice:hover .PrintMenu-iconImg {
  display: none;
}
.PrintMenu-choice:hover .PrintMenu-iconImgHover {
  display: block !important;
}
.PrintMenu-choice--last {
  margin-bottom: 0;
}
.SearchMini {
  width: 100%;
  height: 24px;
}
.SearchMini-inputContainer,
.SearchMini-searchButton {
  display: inline-block;
  float: left;
}
.SearchMini-inputContainer {
  width: 190px;
  height: 100%;
  position: relative;
}
input.SearchMini-input {
  width: 100%;
  height: 100%;
  background-color: #e4e4e4;
  color: #262626;
  border: 0;
  padding-left: 3px;
  position: absolute;
  top: 0;
  left: 0;
}
input.SearchMini-input::-ms-clear {
  display: none;
}
input.SearchMini-input:active {
  outline: 0;
}
.SearchMini-searchButton {
  padding: 3px;
  margin-left: 2px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.SearchMini-searchButtonImg {
  display: block;
  visibility: visible;
}
.SearchMini-searchButton:hover .SearchMini-searchButtonImg {
  display: none !important;
  visibility: hidden !important;
}
.SearchMini-searchButtonImgHover {
  display: none;
  visibility: hidden;
}
.SearchMini-searchButton:hover .SearchMini-searchButtonImgHover {
  display: block !important;
  visibility: visible !important;
}
.SearchFull {
  width: 100%;
  height: 100%;
}
.SearchFull-search {
  width: 100%;
  height: 32px;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 5px;
  padding-bottom: 4px;
}
.SearchFull-inputContainer,
.SearchFull-searchButton,
.SearchFull-closeButton {
  float: left;
}
.SearchFull-inputContainer {
  width: 185px;
  height: 100%;
}
input.SearchFull-input {
  width: 100%;
  height: 100%;
  background-color: #e4e4e4;
  color: #262626;
  border: 0;
  padding-left: 3px;
}
input.SearchFull-input::-ms-clear {
  display: none;
}
input.SearchFull-input:active {
  outline: 0;
}
.SearchFull-searchButton {
  padding: 3px;
  margin-right: 5px;
  cursor: pointer;
}
.SearchFull-searchButton:hover .SearchFull-searchButtonImg {
  display: none;
}
.SearchFull-searchButtonImgHover {
  display: none;
}
.SearchFull-searchButton:hover .SearchFull-searchButtonImgHover {
  display: block;
}
.SearchFull-closeButton {
  margin-left: 8px;
  cursor: pointer;
  margin-top: 3px;
}
.SearchFull-closeButton:hover .SearchFull-closeButtonImg {
  display: none;
}
.SearchFull-closeButtonImgHover {
  display: none;
}
.SearchFull-closeButton:hover .SearchFull-closeButtonImgHover {
  display: block;
}
.SearchFull-resultsContainer {
  height: 228px;
  width: 100%;
  background-color: #e7e7e7;
  position: relative;
}
.SearchFull-noResults {
  color: #6d6d6d;
  font-size: 22px;
  position: absolute;
  top: 103px;
  left: 56px;
  display: none;
}
.SearchFull-noResults--active {
  display: block;
}
.SearchFull-results {
  color: #6d6d6d;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  -ms-overflow-style: auto;
}
.SearchResult {
  width: 100%;
  height: 72px;
  border-bottom: 1px solid #000;
  padding: 4px 2px 2px 0;
  background-color: #f2f2f2;
  cursor: pointer;
}
.SearchResult:hover {
  background-color: #fbfbfb;
}
.SearchResult-thumbnail {
  display: inline-block;
  float: left;
}
.SearchResult-thumbnail img {
  max-width: 50px;
  max-height: 63px;
  user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.SearchResult-content {
  font-size: 12px;
  display: inline-block;
  float: right;
  width: 150px;
  height: 100%;
  overflow: hidden;
}
.SearchResult-highlight {
  display: inline;
  font-weight: bold;
}
.SearchScreen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 13;
  text-align: center;
}
.SearchScreen-contentTransparent {
  height: 100%;
  width: 100%;
  display: inline-block;
  position: relative;
  opacity: 0.95;
  background-color: #000;
}
.SearchScreen-closeButton {
  position: absolute;
  height: 52px;
  right: 0;
  margin-right: 3%;
}
.SearchScreen-closeButtonImg {
  right: 17px;
  top: 13px;
  display: block;
  float: right;
  position: relative;
}
.SearchScreen-results {
  width: 100%;
  position: absolute;
  padding-bottom: 53px;
  height: 100%;
  top: 52px;
  overflow: hidden;
}
.SearchScreen-results > .SearchScreen-resultsContainer {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.SearchScreen-resultsContent > .SearchScreen-resultsContentBackground {
  background-color: #e7e7e7;
}
.SearchScreen-content {
  height: 100%;
  width: 100%;
  display: inline-block;
  position: relative;
}
.SearchScreen-resultsBackground {
  width: 100%;
  height: 100%;
}
.SearchScreen-top {
  height: 52px;
  width: 100%;
  padding-left: 3%;
  padding-right: 3%;
  position: absolute;
  top: 0;
}
.SearchScreen-inputContainer1 {
  height: 52px;
  width: 100%;
  padding-left: 3%;
  padding-right: 3%;
  position: absolute;
  top: 0;
}
.SearchScreen-inputContainer2 {
  height: 100%;
  width: 100%;
  padding-right: 52px;
}
.SearchScreen-input {
  z-index: 14;
  width: 100%;
  height: 60%;
  position: relative;
  top: 9px;
}
input.SearchScreen-inputField {
  height: 100%;
  width: 100%;
  background-color: #e4e4e4;
  color: #262626;
  border: 0;
  padding-left: 3px;
}
input.SearchScreen-inputField::-ms-clear {
  display: none;
}
input.SearchScreen-inputField:active {
  outline: 0;
}
.SearchScreen-resultsOpaque {
  overflow: hidden;
  position: absolute;
  width: 100%;
  color: #6d6d6d;
  z-index: 14;
  height: 100%;
  top: 53px;
  padding-bottom: 56px;
}
.SearchScreen-resultsOpaqueContainer1 {
  width: 100%;
  height: 100%;
}
.SearchScreen-resultsOpaqueContainer2 {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateZ(0);
}
.SearchScreen-resultsOpaqueContent {
  height: 100%;
  width: 100%;
}
.SearchScreenRes {
  width: 100%;
  height: 168px;
  overflow: hidden;
  position: relative;
  padding: 4px 0 4px 0;
}
.SearchScreenRes:not(:last-child) {
  border-bottom: 1px solid #000;
}
.SearchScreenRes-container {
  width: 100%;
  height: 100%;
  padding-left: 2%;
  padding-left: 2%;
}
.SearchScreenRes-thumbnail {
  float: left;
  height: 100%;
  margin-right: 10px;
}
.SearchScreenRes-thumbnailImg {
  max-width: 105px;
  max-height: 100%;
  opacity: 1;
  position: relative;
  left: -5px;
}
.SearchScreenRes-aligningHelper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.SearchScreenRes-content {
  text-align: left;
  position: absolute;
  width: 100%;
  padding-left: 130px;
  padding-right: 2%;
  overflow: hidden;
  left: 0;
}
.SearchScreenRes-highlight {
  display: inline;
  font-weight: bold;
}
.NavigationArrow {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 12;
}
.tooltip-container {
  display: none;
  position: absolute;
  z-index: 1000;
  left: 0;
  top: 0;
}
.tooltip-container .tooltip {
  position: relative;
}
.tooltip-container .tooltip-text {
  font: 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  background-color: #333;
  padding: 9px;
  text-align: center;
}
.tooltip-triangle-bottom {
  position: absolute;
  pointer-events: none;
  border: solid transparent;
  border-bottom-color: #333;
  border-width: 7px;
  bottom: 98%;
  height: 0;
  width: 0;
  left: 50%;
  margin-left: -7px;
}
.tooltip-triangle-top {
  position: absolute;
  pointer-events: none;
  border: 7px solid transparent;
  border-top: 7px solid #333;
  top: 98%;
  height: 0;
  width: 0;
  left: 50%;
  margin-left: -7px;
}
.pf-centered-buttons,
.pf-right-buttons {
  height: 26px;
  overflow: hidden;
}
.pf-centered-buttons {
  position: relative;
  top: 0;
  left: auto;
  right: auto;
  margin: 0 auto;
  width: 254px;
}
.pf-right-buttons {
  float: right;
  margin-right: 32px;
}
.pf-control-bar-button,
.pf-control-bar-pager {
  float: left;
  height: 26px;
}
.pf-right {
  float: right;
}
.pf-control-bar-pager {
  padding-top: 2px;
  width: 150px;
  text-align: center;
}
#pf-pagerin {
  color: rgba(255, 255, 255, 0.5);
  border: 0;
  width: 140px;
  height: 22px;
  padding: 0;
  font-size: 14px;
  border-style: none;
  border-color: Transparent;
  overflow: auto;
  background: 0;
  text-align: center;
}
.pf-control-bar-button g,
.pf-control-bar-pager g {
  fill: rgba(255, 255, 255, 0.5);
  -webkit-transition: fill 0.2s;
  -moz-transition: fill 0.2s;
  -o-transition: fill 0.2s;
  -ms-transition: fill 0.2s;
}
.pf-disabled {
  opacity: 0.2;
}
.pf-hotspot {
  opacity: 0.5;
  position: absolute;
  overflow: hidden;
  cursor: pointer;
}
.pf-control-bar-button:not(.pf-disabled):hover g {
  fill: #fa0;
}
#pageflip-controls {
  color: rgba(255, 255, 255, 0.5);
}
#pageflip-thumbnails {
  position: absolute;
  top: 0;
  width: 100%;
  overflow: hidden;
  -webkit-transition: top 0.25s, opacity 0.25s;
  -moz-transition: top 0.25s, opacity 0.25s;
  -o-transition: top 0.25s, opacity 0.25s;
  -ms-transition: top 0.25s, opacity 0.25s;
}
#pageflip-thumbnails.pf-hidden {
  top: -100px;
  opacity: 0;
}
#pf-thumbnail-container {
  width: 10px;
}
.pf-thumbnail-spread,
.pf-thumbnail-page {
  float: left;
  margin: 0 16px 16px 0;
  background: #888;
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.pf-thumbnail-button {
  float: left;
  margin: 0;
  padding: 0;
}
.pageflip-credits {
  display: none;
}
.pf-left-side {
  background: #888;
}
.pf-right-side {
  background: #888;
}
.pf-outer {
  background-color: #fff;
}
.white-bg {
  background: #fff !important;
}
@media screen and (max-width: 600px) {
  .pf-right-buttons {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .pf-control-bar-pager {
    display: none;
  }
  .pf-centered-buttons {
    width: 160px;
    float: left;
    margin-left: 48px;
  }
  .pf-control-bar-button {
    width: 40px;
  }
  .pf-right-buttons {
    display: block;
    width: 160px;
    margin-right: 48px;
  }
}
@media screen and (max-width: 440px) {
  .pf-centered-buttons {
    float: none;
    left: auto;
    right: auto;
    margin: 0 auto;
  }
  .pf-right-buttons {
    display: none;
  }
}
