.ScalableShell {
  margin: 0;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.pageShell {
  /*BEGIN GLOBALS*/
  box-sizing:inherit;
  /*END GLOBALS*/
}
@font-face {
  font-family: "robotobold";
  src: url("files/fonts/roboto-bold-webfont.eot");
  src: url("files/fonts/roboto-bold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("files/fonts/roboto-bold-webfont.woff2") format("woff2"),
    url("files/fonts/roboto-bold-webfont.woff") format("woff"),
    url("files/fonts/roboto-bold-webfont.ttf") format("truetype"),
    url("files/fonts/roboto-bold-webfont.svg#robotobold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "robotomedium";
  src: url("files/fonts/roboto-medium-webfont.eot");
  src: url("files/fonts/roboto-medium-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("files/fonts/roboto-medium-webfont.woff2") format("woff2"),
    url("files/fonts/roboto-medium-webfont.woff") format("woff"),
    url("files/fonts/roboto-medium-webfont.ttf") format("truetype"),
    url("files/fonts/roboto-medium-webfont.svg#robotomedium") format("svg");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "robotoregular";
  src: url("files/fonts/roboto-regular-webfont.eot");
  src: url("files/fonts/roboto-regular-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("files/fonts/roboto-regular-webfont.woff2") format("woff2"),
    url("files/fonts/roboto-regular-webfont.woff") format("woff"),
    url("files/fonts/roboto-regular-webfont.ttf") format("truetype"),
    url("files/fonts/roboto-regular-webfont.svg#robotoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.pageShell .Page {
  font-family: "robotoregular", sans-serif;
}
.pageShell p {
  font-family: "robotoregular", sans-serif;
  font-size: 16px;
  line-height: 18px;
  margin: 0;
  margin-top: 18px;
}
.pageShell p:first-child {
  margin-top: 0;
}
.pageShell h1,
.pageShell h2,
.pageShell h3,
.pageShell h4,
.pageShell h5,
.pageShell h6,
.pageShell .h1,
.pageShell .h2,
.pageShell .h3,
.pageShell .h4,
.pageShell .h5,
.pageShell .h6 {
  font-family: "robotomedium", sans-serif;
}
.pageShell h4 {
  font-size: 16px;
}
.pageShell ol {
  margin-bottom: 0;
  padding: 0;
  padding-left: 20px;
}
.pageShell ul {
  font-family: "robotoregular", sans-serif;
  line-height: 17px;
  padding: 0;
  padding-left: 20px;
}
.pageShell ul ul {
  list-style-image: url("files/images/listDash.png");
}
.pageShell li {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 0;
  margin-top: 8px;
}
.pageShell .bottom-btn-area {
  bottom: 0;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.pageShell .prev-btn,
.pageShell .next-btn {
  position: absolute;
  background-color: transparent;
  background-position: -1px -1px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  color: transparent;
  display: inline-block;
  height: 38px;
  width: 38px;
  left: 50%;
  overflow: hidden;
  margin-left: -19px;
}
.pageShell .prev-btn:hover,
.pageShell .next-btn:hover,
.pageShell .prev-btn:focus,
.pageShell .next-btn:focus {
  outline: none;
  box-shadow: 0 0 3px #0f4b6d;
  background-position: -1px -41px;
}
.pageShell .prev-btn {
  background-image: url("files/images/btn_up.png");
  top: 5px;
}
.pageShell .next-btn {
  background-image: url("files/images/btn_down.png");
  bottom: 5px;
}
.pageShell .audio-player-container {
  position: relative;
  height: 45px;
  width: 300px;
  left: 50%;
  margin: 10px auto 10px -150px;
  background-color: #5f676c;
  border-radius: 10px;
  transition: all 0.3s ease;
}
.pageShell .audio-player-container .audio-gutter {
  position: absolute;
  top: 22px;
  right: 15px;
  width: 150px;
  height: 4px;
  cursor: default;
  transition: all 0.3s ease;
  background-color: #fff;
}
.pageShell .audio-player-container .audio-gutter .audio-playback {
  background-color: #0078c6;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  transition: opacity 0.5s ease;
}
.pageShell .audio-player-container .audio-gutter .audio-loading {
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  height: 100%;
  transition: opacity 0.3s ease;
}
.pageShell .audio-play-toggle {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 45px;
  width: 50px;
  background-color: transparent;
  border: 0;
  color: transparent !important;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
}
.pageShell .audio-play-toggle:after {
  height: 40px;
  width: 40px;
  position: absolute;
  top: 3px;
  left: 6px;
  background: url("files/images/btn_play-pause_sprite.png") no-repeat;
  background-size: 100%;
  content: "";
}
.pageShell .audio-play-toggle:hover,
.pageShell .audio-play-toggle:focus {
  background-color: transparent;
  border: 0;
  border-radius: 50%;
  outline: #017ac1 auto 5px;
}
.pageShell .audio-play-toggle:hover:after,
.pageShell .audio-play-toggle:focus:after {
  background-position: 0 -40px;
}
.pageShell .audio-play-toggle.uninitialized:after {
  height: 40px;
  width: 40px;
  background: url("files/images/btn_play-pause_sprite.png") no-repeat;
  background-size: 100%;
  content: "";
}
.pageShell .audio-play-toggle.uninitialized:hover:after,
.pageShell .audio-play-toggle.uninitialized:focus:after {
  background-position: 0 -40px;
}
.pageShell .audio-play-toggle.playing:after {
  height: 40px;
  width: 40px;
  background: url("files/images/btn_play-pause_sprite.png") no-repeat;
  background-size: 100%;
  background-position: 0 -120px;
  content: " ";
}
.pageShell .audio-play-toggle.playing:hover:after,
.pageShell .audio-play-toggle.playing:focus:after {
  background-position: 0 -40px;
}
.pageShell .audio-reload {
  position: absolute;
  top: -21px;
  right: 50px;
  height: 45px;
  width: 40px;
  background-color: transparent;
  border: 0;
  color: transparent !important;
  overflow: hidden;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.pageShell .audio-reload:hover,
.pageShell .audio-reload:focus {
  background-color: transparent;
  border: 0;
  border-radius: 50%;
  outline: #017ac1 auto 5px;
}
.pageShell .audio-reload:hover:after,
.pageShell .audio-reload:focus:after {
  background-position: 0 -40px;
}
.pageShell .audio-reload:after {
  height: 40px;
  width: 40px;
  position: absolute;
  top: 3px;
  left: 0px;
  background: url("files/images/btn_replay_sprite.png") no-repeat;
  background-size: 100%;
  content: "";
}
.pageShell .audio-transcript {
  background-color: transparent;
  background-image: url("files/images/btn_transcript_sprite.png");
  border-radius: 10px;
  color: transparent;
  background-size: 95%;
  background-repeat: no-repeat;
  background-position: 1px 2px;
  width: 45px;
  height: 45px;
  overflow: hidden;
  position: absolute;
  top: -21px;
  right: 5px;
  transition: background-color 0.3s ease;
  border: 0;
}
.pageShell .audio-transcript:hover,
.pageShell .audio-transcript:focus {
  background-position: 1px -40px;
}
.pageShell .transcript {
  width: 80%;
  padding: 20px;
  margin: auto;
  background-color: #5f676c;
  color: #fff;
  transition: height 0.3s, opacity 0.3s;
  position: relative;
  top: -10px;
  border-radius: 4px;
  font-family: "robotoregular", sans-serif;
}
.pageShell .transcript.toggleHide {
  height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
}

.TruvenColumnHighlight code {
  background-color: transparent;
  color: #000;
}
.TruvenColumnHighlight .column-container {
  background-color: #eaf2f4;
  background-size: cover;
  border-bottom: 1px solid #fff;
  position: relative;
  height: 100%;
  text-align: center;
  width: 100%;
  padding: 45px 0;
}
.TruvenColumnHighlight .column-left {
  display: block;
  float: left;
  height: 55%;
  margin: 3% 0 0 3%;
  width: 45%;
  position: relative;
}
.TruvenColumnHighlight .column-link {
  position: relative;
  background-color: #007bc1;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  line-height: 100%;
  margin-top: 10px;
  padding: 8px 20px 4px 20px;
  width: 100%;
  line-height: 20px;
  z-index: 10;
}
.TruvenColumnHighlight .column-link.selected {
  -moz-box-shadow: 0 0 5px #007bc1;
  -webkit-box-shadow: 0 0 5px #007bc1;
  box-shadow: 0 0 5px #007bc1;
  background-color: #c1dae0;
  color: #000;
}
.TruvenColumnHighlight .column-links {
  display: inline-block;
  text-align: left;
  width: 90%;
}
.TruvenColumnHighlight .column-logo {
  display: block;
  height: 35px;
  margin: 0 auto 0 auto;
  width: 35px;
  background-size: 100%;
  background-repeat: no-repeat;
  padding-top: 20px;
}
.TruvenColumnHighlight .column-right {
  display: block;
  float: right;
  height: 90%;
  margin: 3% 3% 0 0;
  padding: 20px;
  width: 45%;
}
.TruvenColumnHighlight .column-section {
  display: block;
}
.TruvenColumnHighlight .column-title {
  border-bottom: 2px solid #ffcf3c;
  color: #000;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
  white-space: nowrap;
}
.TruvenColumnHighlight .column-text-left {
  background-color: #c1dae0;
  border-radius: 4px;
  color: #000;
  font-size: 16px;
  line-height: 18px;
  padding: 20px;
  text-align: left;
  width: 90%;
  margin: auto;
}
.TruvenColumnHighlight .column-text-right {
  position: relative;
  color: #000;
  background-color: #fff;
  font-size: 14px;
  line-height: 100%;
  padding: 6px;
  text-align: left;
  width: 100%;
}
.TruvenColumnHighlight .column-text-right > p {
  margin: 0;
}
.TruvenColumnHighlight .column-text-right.highlight.selected {
  -moz-box-shadow: 0 0 5px #007bc1;
  -webkit-box-shadow: 0 0 5px #007bc1;
  box-shadow: 0 0 5px #007bc1;
  background-color: #c1dae0;
}
.TruvenColumnHighlight .column-text-right .line-item {
  position: absolute;
  width: 1px;
  background-color: #007bc1;
  top: 50%;
  z-index: 1;
}
.TruvenColumnHighlight .column-text-right .line-item .bottom-line {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 1px;
  background-color: #007bc1;
}
.TruvenColumnHighlight .column-text-right .line-item .top-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  background-color: #007bc1;
}
.TruvenColumnHighlight .column-text-right .line-item.lowerItem {
  top: inherit;
  bottom: 50%;
}
.TruvenColumnHighlight .column-text-right .line-item.lowerItem .bottom-line {
  right: auto;
  left: 0;
}
.TruvenColumnHighlight .column-text-right .line-item.lowerItem .top-line {
  left: auto;
  right: 0;
}
.TruvenColumnHighlight .column-shadow {
  -moz-box-shadow: 0 0 5px #007bc1;
  -webkit-box-shadow: 0 0 5px #007bc1;
  box-shadow: 0 0 5px #007bc1;
}
.TruvenColumnHighlight .clear {
  clear: both;
}

.TruvenIntro .intro-container {
  background-color: #fff;
  background-size: cover;
  border-bottom: 1px solid #fff;
  position: relative;
  text-align: center;
  width: 100%;
  padding: 45px 0;
}
.TruvenIntro .intro-image {
  display: block;
  height: 143px;
  margin: 100px auto 0 auto;
  width: 143px;
}
.TruvenIntro .intro-title {
  border-bottom: 2px solid #ffcc3c;
  color: #000;
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  line-height: 150%;
  margin-bottom: 8px;
  text-align: center;
  white-space: nowrap;
}
.TruvenIntro .intro-text {
  color: #000;
  display: block;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 80%;
}
.TruvenIntro .intro-links {
  display: block;
  text-align: center;
  width: 100%;
}
.TruvenIntro .intro-link {
  background-color: #ffcc3c !important;
  border-radius: 4px;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin: 20px;
  padding: 8px 50px 8px 50px;
  white-space: nowrap;
}
.TruvenIntro .intro-link:hover {
  background-color: #1986c7 !important;
}
.TruvenIntro .intro-link:focus {
  background-color: #001623 !important;
  color: #fff !important;
  outline: #017ac1 auto 5px;
}

.TruvenListSwap .listswap-container {
  position: relative;
  height: 100%;
  width: 100%;
  background-color: #fff;
  background-size: cover;
  border-bottom: 1px solid #fff;
  text-align: center;
  padding: 45px 0;
}
.TruvenListSwap .listswap-logo {
  display: block;
  height: 35px;
  margin: 0 auto 0 auto;
  width: 35px;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 20px;
}
.TruvenListSwap .listswap-title {
  border-bottom: 2px solid #ffcf3c;
  color: #000;
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  line-height: 150%;
  margin-bottom: 8px;
  text-align: center;
  white-space: nowrap;
}
.TruvenListSwap .listswap-text {
  color: #000;
  display: block;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100%;
}
.TruvenListSwap .listswap-links {
  display: block;
  text-align: center;
}
.TruvenListSwap .listswap-link {
  color: #000;
  cursor: pointer;
  display: inline-block;
  margin: 20px;
  vertical-align: top;
}
.TruvenListSwap .listswap-link:hover > .listswap-link-img {
  background-position: 0 -143px;
}
.TruvenListSwap .listswap-link.selected > .listswap-link-img {
  background-position: 0 -286px;
}
.TruvenListSwap .listswap-link:hover > .listswap-link-label,
.TruvenListSwap .listswap-link.selected > .listswap-link-label {
  border-bottom: thin solid #017ac1;
  color: #017ac1;
}
.TruvenListSwap .listswap-link:hover > .listswap-link-text,
.TruvenListSwap .listswap-link.selected > .listswap-link-text {
  color: #017ac1;
}
.TruvenListSwap .listswap-link:hover,
.TruvenListSwap .listswap-link.selected {
  text-decoration: none;
}
.TruvenListSwap .listswap-link-img {
  height: 143px;
  margin-left: auto;
  margin-right: auto;
  width: 143px;
}
.TruvenListSwap .listswap-link-label {
  border-bottom: thin solid #ffcf3c;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
.TruvenListSwap .listswap-link-text {
  font-size: 16px;
  line-height: 50%;
  text-align: center;
}

.TruvenPresentation .presentation-container {
  background-color: #fff;
  background-size: cover;
  border-bottom: 1px solid #fff;
  position: relative;
  text-align: center;
  width: 100%;
  padding: 45px 0;
}
.TruvenPresentation .presentation-logo {
  display: block;
  height: 35px;
  margin: 0 auto 0 auto;
  width: 35px;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 20px;
}
.TruvenPresentation .presentation-image {
  display: block;
  height: 143px;
  margin-left: auto;
  margin-right: auto;
  width: 143px;
}
.TruvenPresentation .presentation-title {
  border-bottom: 2px solid #ffcf3c;
  color: #000;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  line-height: 150%;
  margin-bottom: 8px;
  text-align: center;
  white-space: nowrap;
}
.TruvenPresentation .presentation-text {
  border-radius: 4px;
  color: #000;
  display: block;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 80%;
  padding: 20px 60px;
}

.TruvenPresentationGrid .presentation-container {
  background-color: #fff;
  background-size: cover;
  border-bottom: 1px solid #fff;
  position: relative;
  height: 100%;
  min-height: 660px;
  text-align: center;
  width: 100%;
  padding: 45px 0;
}
.TruvenPresentationGrid .presentation-logo {
  display: block;
  height: 35px;
  margin: 0 auto 0 auto;
  width: 35px;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 20px;
}
.TruvenPresentationGrid .presentation-image {
  display: block;
  height: 143px;
  margin-left: auto;
  margin-right: auto;
  width: 143px;
}
.TruvenPresentationGrid .presentation-title {
  border-bottom: 2px solid #ffcf3c;
  color: #000;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  line-height: 150%;
  margin-bottom: 8px;
  text-align: center;
  white-space: nowrap;
}
.TruvenPresentationGrid .presentation-text {
  border-radius: 4px;
  color: #000;
  display: block;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 80%;
  padding: 20px 60px;
}
.TruvenPresentationGrid .table {
  border-collapse: separate;
  width: 80%;
  margin: 20px auto;
  text-align: left;
}
.TruvenPresentationGrid .table td {
  border: 1px solid #fff;
}
.TruvenPresentationGrid table tr:last-child td:first-child {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.TruvenPresentationGrid table tr:last-child td:last-child {
  -moz-border-radius-topright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.TruvenPresentationGrid table tr:first-child td:first-child {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
}
.TruvenPresentationGrid table tr:first-child td:last-child {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
.TruvenPresentationGrid table tr td:last-child {
  border-right: 2px solid #fff;
}
.TruvenPresentationGrid table tr td:first-child {
  border-left: 2px solid #fff;
}
.TruvenPresentationGrid table tr:first-child td {
  border-top: 2px solid #fff;
}
.TruvenPresentationGrid table tr:last-child td {
  border-bottom: 2px solid #fff;
}
.TruvenPresentationGrid .col-one-anchor {
  display: block;
  position: relative;
  top: -66px;
  visibility: hidden;
}

.TruvenRowHighlight .row-container {
  background-color: #fef5d6;
  background-size: cover;
  border-bottom: 1px solid #fff;
  position: relative;
  text-align: center;
  width: 1010px;
  padding: 45px 0;
}
.TruvenRowHighlight .row-img {
  height: 105px;
  margin-left: auto;
  margin-right: auto;
  width: 896px;
}
.TruvenRowHighlight .row-img img {
  max-width: 100%;
}
.TruvenRowHighlight .row-highlight {
  border: 1px solid #007bc1;
  border-radius: 4px;
  cursor: pointer;
  height: 18px;
  position: absolute;
}
.TruvenRowHighlight .row-link-container {
  display: table;
  border-spacing: 5px;
  border-collapse: separate;
  margin-left: auto;
  margin-right: auto;
  width: 896px;
}
.TruvenRowHighlight .row-link {
  background-color: #007bc1;
  border-radius: 4px;
  display: table-cell;
  cursor: pointer;
  padding: 20px;
}
.TruvenRowHighlight .row-link .row-link-text {
  color: #fff;
  text-align: center;
}
.TruvenRowHighlight .row-link .row-link-text > p {
  margin: 0;
}
.TruvenRowHighlight .row-link.selected {
  -moz-box-shadow: 0 0 5px #007bc1;
  -webkit-box-shadow: 0 0 5px #007bc1;
  box-shadow: 0 0 5px #007bc1;
  background-color: #c1dae0;
  color: #000;
}
.TruvenRowHighlight .row-link.selected .row-link-text {
  color: #000;
}
.TruvenRowHighlight .row-link.selected > .row-highlight {
  -moz-box-shadow: 0 0 5px #007bc1;
  -webkit-box-shadow: 0 0 5px #007bc1;
  box-shadow: 0 0 5px #007bc1;
}
.TruvenRowHighlight .row-spacer {
  display: table-cell;
}
.TruvenRowHighlight .row-logo {
  display: block;
  height: 35px;
  margin: 0 auto 0 auto;
  width: 35px;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 20px;
}
.TruvenRowHighlight .row-section {
  display: block;
}
.TruvenRowHighlight .row-shadow {
  -moz-box-shadow: 0 0 5px #007bc1;
  -webkit-box-shadow: 0 0 5px #007bc1;
  box-shadow: 0 0 5px #007bc1;
}
.TruvenRowHighlight .row-title {
  border-bottom: 2px solid #ffcf3c;
  color: #000;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  line-height: 150%;
  text-align: center;
  white-space: nowrap;
}

.truvenShell {
  width: 1010px;
  left: 50%;
  margin-left: -505px;
}
.truvenShell .button-reset {
  background-color: transparent;
  border: 0;
  outline: 0;
  border: 1px dotted transparent;
}
.truvenShell .button-reset span {
  left: 0;
  position: relative;
  top: 0;
}
.truvenShell .button-reset:focus {
  border-color: #fff;
}
.truvenShell .feedback-link {
  position: absolute;
  top: 10px;
  right: 120px;
  padding: 10px;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
}
.truvenShell .page-container {
  height: 100%;
  width: 100%;
  margin: 56px auto 0 auto;
  position: relative;
  font-family: "robotoregular", sans-serif;
  -webkit-transition: margin-top 0.25s ease-in-out;
  transition: margin-top 0.25s ease-in-out;
}
.truvenShell .nav-btn {
  height: 100%;
  vertical-align: top;
  width: 45px;
}
.truvenShell .nav-btn .glyphicon {
  font-size: 18px;
}
.truvenShell .nav-btn:hover,
.truvenShell .nav-btn:focus,
.truvenShell .nav-btn.selected {
  background-color: #017ac1;
}
.truvenShell .nav-btn.disabled {
  background-color: transparent;
  border: 0;
  cursor: default;
  opacity: 0.5;
  outline: 0;
}
.truvenShell header {
  left: 0;
  width: 1010px;
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: -505px;
  z-index: 100;
  font-family: "robotoregular", sans-serif;
}
.truvenShell .header-bar {
  background-image: url("files/images/topbar.png");
  background-repeat: no-repeat;
  height: 56px;
  overflow: visible;
  color: #fff;
  text-transform: uppercase;
  z-index: 100;
}
.truvenShell .header-bar h1 {
  color: #fff;
  font-size: 36px;
  font-weight: normal;
  margin: 0;
  padding-left: 20px;
  padding-top: 24px;
  text-transform: uppercase;
}
.truvenShell .header-bar .right-side {
  position: absolute;
  top: 0;
  right: 0;
  height: 56px;
  margin-right: 20px;
}
.truvenShell .title-bar,
.truvenShell .menu {
  height: 100%;
  padding-left: 80px;
  text-align: center;
}
.truvenShell .title-btn {
  height: 100%;
  position: relative;
  cursor: pointer;
  margin-right: 10px;
}
.truvenShell .title-btn:hover,
.truvenShell .title-btn:focus,
.truvenShell .title-btn.selected {
  background-color: #017ac1;
}
.truvenShell .resources-btn ul,
.truvenShell .glossary-btn ul {
  display: none;
  position: absolute;
  top: 56px;
  left: -57px;
  width: 200px;
  padding: 20px;
  list-style: none;
  background-color: rgba(0, 0, 0, 0.5);
}
.truvenShell .resources-btn ul li,
.truvenShell .glossary-btn ul li {
  margin: 5px auto;
  color: #fff;
}
.truvenShell .resources-btn:hover ul,
.truvenShell .glossary-btn:hover ul {
  display: block;
}
.truvenShell button {
  font-family: "robotoregular", sans-serif;
}
.truvenShell .footer {
  background-image: url("files/images/bottombar.png");
  height: 60px;
  color: #fff;
}
.truvenShell .footer .right-side {
  display: table;
  border-collapse: separate;
  border-spacing: 10px 0;
  float: right;
  height: 100%;
  margin-right: 20px;
}
.truvenShell .footer .right-side button {
  height: 105%;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  border: 1px dotted transparent;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "robotoregular", sans-serif;
}
.truvenShell .footer .right-side button:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #007bc3;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.truvenShell .footer .right-side button:hover,
.truvenShell .footer .right-side button:focus {
  color: #fff;
}
.truvenShell .footer .right-side button:hover:after,
.truvenShell .footer .right-side button:focus:after {
  display: block;
}
.truvenShell .footer .right-side button:focus {
  border-color: #fff;
}
.truvenShell .help-popup {
  position: fixed;
  top: 150px;
  left: 50%;
  width: 500px;
  z-index: 999;
  margin-left: -250px;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
}
.truvenShell .close-help {
  float: right;
  height: 20px;
  width: 20px;
  margin-top: -5px;
  text-align: center;
  font-weight: bold;
  border-radius: 50%;
  border: 1px solid #000;
  background-color: #dbdbdb;
  cursor: pointer;
}
.truvenShell .arrow-up {
  height: 40px;
  width: 40px;
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -20px;
  cursor: pointer;
  background-image: url("files/images/btn_up.png");
}
.truvenShell .arrow-up:hover {
  background-position: 0 -41px;
}
.truvenShell .arrow-down {
  height: 40px;
  width: 40px;
  background-image: url("files/images/btn_down.png");
  position: absolute;
  bottom: 5px;
  left: 50%;
  margin-left: -20px;
  cursor: pointer;
}
.truvenShell .arrow-down:hover {
  background-position: 0 -41px;
}

.TruvenTabSwap .tabswap-container {
  background-color: #fff;
  background-size: cover;
  border-bottom: 1px solid #fff;
  position: relative;
  height: 100%;
  text-align: center;
  width: 100%;
  padding: 45px 0;
}
.TruvenTabSwap .tabswap-container form {
  height: 100%;
}
.TruvenTabSwap .tab-logo {
  display: block;
  height: 35px;
  margin: 0 auto 0 auto;
  width: 35px;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 20px;
}
.TruvenTabSwap .tab-title {
  border-bottom: 2px solid #fff;
  color: #000;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
  white-space: nowrap;
}
.TruvenTabSwap .tab-panel {
  position: relative;
  width: 900px;
  height: 80%;
  margin: 20px 85px;
  margin-left: auto;
  margin-right: auto;
}
.TruvenTabSwap .tablist {
  margin: 0;
  padding: 0;
}
.TruvenTabSwap .tab {
  background-color: #017ac1;
  border: thin solid #017ac1;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  cursor: pointer;
  display: block;
  float: left;
  padding: 20px;
  white-space: nowrap;
  width: 300px;
  outline-color: transparent;
}
.TruvenTabSwap .tab.selected {
  outline-color: transparent;
  background-color: #fff;
  border-bottom: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  cursor: default;
  margin: -10px 0px -6px 0px;
  padding-bottom: 31px;
}
.TruvenTabSwap .tab:focus .tab-label {
  border-bottom: 1px solid #ffcf3c;
}
.TruvenTabSwap .tab:focus.selected > .tab-label {
  border-bottom: 1px solid #017ac1;
}
.TruvenTabSwap .tab.selected > .tab-label {
  color: #017ac1;
}
.TruvenTabSwap .tab:first-child {
  border-top-left-radius: 4px;
}
.TruvenTabSwap .tab:nth-child(3) {
  border-top-right-radius: 4px;
}
.TruvenTabSwap .tab:nth-child(2) {
  margin: 0 1px;
  width: 298px;
}
.TruvenTabSwap .tab:nth-child(2).selected {
  margin: -10px 1px -6px 1px;
}
.TruvenTabSwap .panel {
  clear: both;
  background-color: #fff;
  border: 1px solid #017ac1;
  border-top: 0;
  border-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  display: block;
  height: 80%;
  padding: 20px;
  text-align: center;
  width: 900px;
}
.TruvenTabSwap .panel .audio-player-container {
  margin-bottom: 10px;
}
.TruvenTabSwap .tab-label {
  border-bottom: 1px solid transparent;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
.TruvenTabSwap .tabswap-link-text {
  font-size: 16px;
  left: 100px;
  text-align: left;
  top: 250px;
  white-space: normal;
  width: 800px;
}
.TruvenTabSwap .hide {
  position: absolute;
  left: -300em;
  top: -30em;
}
.TruvenTabSwap .disable {
  pointer-events: none;
}

.p-ac0ff03f-a298-4e4e-9052-0e108db9f70a .row-highlight {
  height: 16px;
}
