body {
  background: #ffffff; }

.ng-c-carousel {
  min-width: 270px;
  outline: none;
  width: 100%;
  display: flex;
  background: #f5f5f5;
  position: relative;
  z-index: 101;
  overflow: hidden; }

.ng-c-content-type {
  font-family: "GeographEditWeb", Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  margin: 0; }

.ng-promo-title-light {
  font-family: "GeographEditWeb", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: -0.0125rem;
  word-spacing: .05em;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-font-smoothing: antialiased; }

.ng-c-credits {
  position: relative;
  display: inline-block;
  color: #666;
  font-family: "GeographEditWeb", Helvetica, Arial, sans-serif;
  font-size: 0.65rem;
  font-weight: 400;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  padding-left: 15px;
  margin: 0 0 0 4px; }
  .ng-c-credits:before {
    content: "";
    position: absolute;
    display: inline-block;
    left: 0;
    top: 3px;
    height: 10px;
    width: 1px;
    background: #666; }

.ng-c-carousel-images {
  overflow: hidden;
  background-color: #333333; }
  .ng-c-carousel-images .loading-container {
    height: 600px; }
  .ng-c-carousel-images .selected-slide {
    height: 600px;
    position: relative;
    margin: 0 auto;
    text-align: center;
    background-color: #333333; }
    .ng-c-carousel-images .selected-slide.is-zoomed {
      text-align: unset; }
      .ng-c-carousel-images .selected-slide.is-zoomed img.rc-image:active {
        cursor: move; }
    .ng-c-carousel-images .selected-slide img {
      height: 600px;
      object-fit: contain;
      margin: 0 auto; }
      .ng-c-carousel-images .selected-slide img.rc-image:active {
        cursor: move; }
    .ng-c-carousel-images .selected-slide .video-js {
      margin: 0 auto; }
    .ng-c-carousel-images .selected-slide .react-pdf__Page__canvas {
      margin: 0 auto; }
    .ng-c-carousel-images .selected-slide.selected-bc-video {
      max-width: 1070px; }

.actions-container {
  transform: translateY(-90px);
  transition: transform .5s ease-in-out; }

.ng-c-carousel:hover .actions-container {
  transform: translateY(0); }

.show-on-hover {
  opacity: 0.8; }

.show-on-hover:hover {
  opacity: 1;
  background: #f5f5f5; }

.arrows-container .ng-icon-directionright {
  transition: transform .5s ease-in-out;
  transform: translateX(80px); }

.arrows-container .ng-icon-directionleft {
  transition: transform .5s ease-in-out;
  transform: translateX(-80px); }

.ng-c-carousel:hover .ng-icon-directionright, .ng-c-carousel:hover .ng-icon-directionleft {
  transform: translateX(0px); }

.ng-carousel-info {
  padding: 20px 50px 20px 20px;
  max-height: 720px;
  overflow-y: auto; }
  .ng-carousel-info button {
    background: #f5f5f5;
    float: right;
    margin: -15px;
    border: 0;
    height: 70px; }

.actions-container {
  position: absolute;
  top: 0;
  left: 30%;
  z-index: 1002; }
  .actions-container button {
    background: #fefefe;
    padding: 25px;
    border: 0;
    outline: none;
    cursor: pointer; }
    .actions-container button::before {
      height: 25px;
      width: 25px; }
    .actions-container button.ng-disabled {
      cursor: not-allowed;
      pointer-events: none;
      background: #fefefe; }

.arrows-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  min-width: 270px;
  width: 100%;
  bottom: 60%;
  height: 0; }
  .arrows-container button {
    background: #fefefe;
    padding: 25px 10px;
    border: 0;
    height: 85px;
    cursor: pointer; }
    .arrows-container button::before {
      height: 25px;
      width: 25px; }

.ng-c-carousel-thumbnails {
  transition: transform .5s ease-in-out;
  height: 80px;
  background-color: #f5f5f5;
  min-width: 200vw; }

.ng-c-carousel-thumbnail {
  position: relative;
  display: inline-block;
  border: 3px solid transparent;
  margin-right: 10px;
  cursor: pointer; }
  .ng-c-carousel-thumbnail:last-child {
    margin-right: 0; }
  .ng-c-carousel-thumbnail.selected {
    border-color: #FC0; }
  .ng-c-carousel-thumbnail img {
    height: 75px;
    width: 100px;
    object-fit: cover; }
  .ng-c-carousel-thumbnail .label {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    color: #FFF;
    font-family: "GeographEditWeb", Helvetica, Arial, sans-serif;
    font-size: 0.75rem;
    font-weight: 300;
    line-height: 1.25rem;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    text-align: right;
    padding-top: 8px;
    padding-right: 2px;
    width: calc(100% - 2px);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%); }
  .ng-c-carousel-thumbnail.missing-thumbnail {
    height: 75px;
    width: 100px; }

.ng-c-carousel-navigation {
  text-align: center;
  background-color: #f5f5f5;
  height: 70px; }
  .ng-c-carousel-navigation .nav-dot {
    display: inline-block;
    background: #999;
    border-radius: 100%;
    height: 8px;
    width: 8px;
    margin: 0 2px;
    vertical-align: middle;
    cursor: pointer; }
    .ng-c-carousel-navigation .nav-dot.selected {
      background: #333;
      height: 10px;
      width: 10px; }
    .ng-c-carousel-navigation .nav-dot.small {
      height: 6px;
      width: 6px; }

.rc-modal {
  top: 0;
  right: 0;
  left: 0;
  height: 100vh;
  position: fixed;
  z-index: 99999; }
  .rc-modal .Viewer {
    z-index: 999; }
  .rc-modal .buttons-container {
    height: auto;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #fefefe;
    z-index: 999999999; }
  .rc-modal .rc-modal-button {
    border: 0;
    background-color: #fefefe;
    padding: 15px 0 0 0; }
  .rc-modal .ng-icon-closee {
    right: 0;
    top: 0;
    position: fixed;
    z-index: 99;
    font-size: 30px;
    padding: 10px 20px; }
  .rc-modal .pdfViewer .page {
    border-right: 0;
    border-left: 0; }
  .rc-modal.pdf-container {
    background: #333333; }
  .rc-modal.pdf-container > div:first-child {
    height: 100%; }
    .rc-modal.pdf-container > div:first-child div:first-child {
      height: 100%; }
      .rc-modal.pdf-container > div:first-child div:first-child div:first-child {
        padding-top: 0 !important;
        height: 100%; }

@keyframes pulse {
  0% {
    background-position: 0% 0%; }
  100% {
    background-position: -135% 0%; } }

.loading-wrapper {
  height: 720px;
  display: flex; }
  .loading-wrapper .loading-info-panel {
    height: 100%;
    background: #f5f5f5;
    width: 30%;
    box-sizing: border-box; }
    .loading-wrapper .loading-info-panel .loading-text {
      display: inline-block;
      height: 20px;
      width: 100%;
      background: linear-gradient(-90deg, #dddddd, lightgray, #dddddd);
      background-size: 400% 400%;
      animation: pulse 1.2s ease-in-out infinite; }
  .loading-wrapper .loading-slide {
    height: 100%;
    background: #333333;
    width: 70%; }

@media (max-width: 767px) {
  .loading-wrapper {
    flex-direction: column-reverse; }
    .loading-wrapper .loading-info-panel {
      width: 100%; }
    .loading-wrapper .loading-slide {
      width: 100%;
      height: 320px; } }

@media (min-width: 767px) {
  .fullscreen {
    position: fixed !important;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1001; }
  .fullscreen .navigation {
    transform: translateY(120px);
    transition: transform .5s ease-in-out; }
  .fullscreen .ng-c-carousel-thumbnails {
    background-color: rgba(254, 254, 254, 0.5); }
  .fullscreen .ng-carousel-info {
    width: 0;
    padding: 0;
    transition: transform .5s ease-in-out;
    max-height: initial;
    background: #f5f5f5;
    z-index: 99;
    transform: translateX(-400px); }
  .fullscreen .ng-carousel-info.is-visible {
    width: 400px;
    padding: 20px 50px 20px 20px;
    transform: translateX(0px); }
  .fullscreen .ng-carousel-info.is-visible + .ng-c-carousel-images .ng-c-carousel-thumbnails {
    padding-left: 0px; }
  .fullscreen .ng-carousel-info + .ng-c-carousel-images .ng-c-carousel-thumbnails {
    padding-left: 20px; }
  .fullscreen .ng-carousel-info.is-visible + .ng-c-carousel-images {
    width: calc(100vw - 400px); }
  .fullscreen .ng-c-carousel-images {
    width: 100vw;
    display: flex;
    height: 100%;
    align-items: center;
    flex-direction: column;
    justify-content: center; }
    .fullscreen .ng-c-carousel-images .selected-slide {
      height: 100%; }
    .fullscreen .ng-c-carousel-images .selected-slide.audio {
      width: 80%; }
    .fullscreen .ng-c-carousel-images .selected-slide.image {
      height: auto; }
      .fullscreen .ng-c-carousel-images .selected-slide.image img {
        margin: 0 auto;
        height: auto; }
  .fullscreen .navigation {
    position: fixed;
    bottom: 0;
    left: 0; }
  .fullscreen .arrows-container {
    position: absolute;
    left: 0;
    top: 45%; }
  .fullscreen .actions-container {
    left: 0; }
  .fullscreen .is-visible ~ .ng-c-carousel-images .arrows-container {
    left: 400px;
    width: calc(100% - 400px); }
  .fullscreen .is-visible ~ .actions-container {
    left: 400px; }
    .fullscreen .is-visible ~ .actions-container .ng-icon-info-circle {
      display: none; }
  .fullscreen .is-visible ~ .ng-c-carousel-images .navigation {
    left: 400px; }
  .fullscreen .selected-slide.selected-bc-video {
    width: 100vw;
    background: #333333; }
  .fullscreen .is-visible ~ .ng-c-carousel-images .selected-slide.selected-bc-video {
    width: 70vw; }
  .fullscreen .selected-pdf {
    max-height: 100vh;
    height: 100%; }
  .fullscreen .selected-slide.image, .fullscreen .selected-slide.resource {
    width: 100%;
    height: 100% !important; }
    .fullscreen .selected-slide.image img, .fullscreen .selected-slide.resource img {
      margin: 0 auto;
      height: auto; }
    .fullscreen .selected-slide.image > div, .fullscreen .selected-slide.resource > div {
      height: 100%;
      width: 100%; }
      .fullscreen .selected-slide.image > div > img, .fullscreen .selected-slide.resource > div > img {
        height: 100% !important;
        width: auto; }
  .fullscreen:hover .navigation {
    transform: translateY(0); } }

@media (max-width: 960px) {
  .ng-carousel-info {
    max-height: 520px; }
  .ng-c-carousel-images .selected-slide {
    height: 400px; }
    .ng-c-carousel-images .selected-slide img {
      height: 400px; }
  .ng-c-carousel-images .selected-pdf {
    height: 400px; }
  .ng-c-carousel-images .loading-container {
    width: 100%;
    height: 400px; } }

@media (max-width: 767px) {
  .ng-c-carousel.hidden-controls .actions-container, .actions-container {
    transform: translateY(0) !important; }
  .ng-c-carousel {
    flex-direction: column; }
  .ng-c-carousel-images .selected-slide {
    height: 350px;
    max-width: 620px; }
    .ng-c-carousel-images .selected-slide img {
      height: 350px;
      object-fit: cover;
      margin: 0 auto; }
    .ng-c-carousel-images .selected-slide.selected-bc-video .brightcove-react-player-loader > div {
      max-height: 350px; }
    .ng-c-carousel-images .selected-slide.selected-pdf .page {
      margin-bottom: 0; }
  .ng-c-carousel-images .selected-pdf {
    height: 350px;
    max-width: initial; }
  .ng-c-carousel-images .loading-container {
    width: 100%;
    height: 350px; }
  .ng-carousel-info {
    width: 100%; }
  .actions-container {
    top: 350px;
    right: 5px;
    left: auto; }
    .actions-container button {
      background-color: #f5f5f5;
      padding: 25px 20px; }
  .arrows-container {
    display: none; }
  .show-on-hover {
    opacity: 1; } }

@media (max-width: 480px) {
  .ng-c-carousel-images {
    order: -1; }
  .actions-container button {
    padding: 25px 10px; } }

.loading-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 100%; }
  .loading-container img.loading-gif {
    height: 50px; }

.arrows-container button {
  outline: none; }

.arrows-container button[class^="ng-icon-"]:before, .arrows-container button[class*=" ng-icon-"]:before {
  font-weight: 500;
  font-size: 25px; }

/* Hide controls after 3 seconds of inactivity */
.ng-c-carousel.hidden-controls .ng-icon-directionleft {
  transform: translateX(-80px); }

.ng-c-carousel.hidden-controls .ng-icon-directionright {
  transform: translateX(80px); }

.ng-c-carousel.hidden-controls .actions-container {
  transform: translateY(-90px); }

.ng-c-carousel.hidden-controls.fullscreen .navigation {
  transform: translateY(120px); }

.ng-tabs .ng-tab-triggers-container {
  z-index: 99; }

.ng-carousel-info .ng-promo-title-light {
  text-transform: none !important; }

/* Copyright 2014 Mozilla Foundation
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
.textLayer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0.2;
  line-height: 1.0; }

.textLayer > div {
  color: transparent;
  position: absolute;
  white-space: pre;
  cursor: text;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%; }

.textLayer .highlight {
  margin: -1px;
  padding: 1px;
  background-color: #b400aa;
  border-radius: 4px; }

.textLayer .highlight.begin {
  border-radius: 4px 0px 0px 4px; }

.textLayer .highlight.end {
  border-radius: 0px 4px 4px 0px; }

.textLayer .highlight.middle {
  border-radius: 0px; }

.textLayer .highlight.selected {
  background-color: darkgreen; }

.textLayer ::selection {
  background: blue; }

.textLayer ::-moz-selection {
  background: blue; }

.textLayer .endOfContent {
  display: block;
  position: absolute;
  left: 0px;
  top: 100%;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  cursor: default;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none; }

.textLayer .endOfContent.active {
  top: 0px; }

.annotationLayer section {
  position: absolute; }

.annotationLayer .linkAnnotation > a {
  position: absolute;
  font-size: 1em;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.annotationLayer .linkAnnotation > a:hover {
  opacity: 0.2;
  background: #ff0;
  box-shadow: 0px 2px 10px #ff0; }

.annotationLayer .textAnnotation img {
  position: absolute;
  cursor: pointer; }

.annotationLayer .textWidgetAnnotation input,
.annotationLayer .textWidgetAnnotation textarea,
.annotationLayer .choiceWidgetAnnotation select,
.annotationLayer .buttonWidgetAnnotation.checkBox input,
.annotationLayer .buttonWidgetAnnotation.radioButton input {
  background-color: rgba(0, 54, 255, 0.13);
  border: 1px solid transparent;
  box-sizing: border-box;
  font-size: 9px;
  height: 100%;
  padding: 0 3px;
  vertical-align: top;
  width: 100%; }

.annotationLayer .textWidgetAnnotation textarea {
  font: message-box;
  font-size: 9px;
  resize: none; }

.annotationLayer .textWidgetAnnotation input[disabled],
.annotationLayer .textWidgetAnnotation textarea[disabled],
.annotationLayer .choiceWidgetAnnotation select[disabled],
.annotationLayer .buttonWidgetAnnotation.checkBox input[disabled],
.annotationLayer .buttonWidgetAnnotation.radioButton input[disabled] {
  background: none;
  border: 1px solid transparent;
  cursor: not-allowed; }

.annotationLayer .textWidgetAnnotation input:hover,
.annotationLayer .textWidgetAnnotation textarea:hover,
.annotationLayer .choiceWidgetAnnotation select:hover,
.annotationLayer .buttonWidgetAnnotation.checkBox input:hover,
.annotationLayer .buttonWidgetAnnotation.radioButton input:hover {
  border: 1px solid #000; }

.annotationLayer .textWidgetAnnotation input:focus,
.annotationLayer .textWidgetAnnotation textarea:focus,
.annotationLayer .choiceWidgetAnnotation select:focus {
  background: none;
  border: 1px solid transparent; }

.annotationLayer .textWidgetAnnotation input.comb {
  font-family: monospace;
  padding-left: 2px;
  padding-right: 0; }

.annotationLayer .textWidgetAnnotation input.comb:focus {
  /*
     * Letter spacing is placed on the right side of each character. Hence, the
     * letter spacing of the last character may be placed outside the visible
     * area, causing horizontal scrolling. We avoid this by extending the width
     * when the element has focus and revert this when it loses focus.
     */
  width: 115%; }

.annotationLayer .buttonWidgetAnnotation.checkBox input,
.annotationLayer .buttonWidgetAnnotation.radioButton input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none; }

.annotationLayer .popupWrapper {
  position: absolute;
  width: 20em; }

.annotationLayer .popup {
  position: absolute;
  z-index: 200;
  max-width: 20em;
  background-color: #FFFF99;
  box-shadow: 0px 2px 5px #333;
  border-radius: 2px;
  padding: 0.6em;
  margin-left: 5px;
  cursor: pointer;
  word-wrap: break-word; }

.annotationLayer .popup h1 {
  font-size: 1em;
  border-bottom: 1px solid #000000;
  padding-bottom: 0.2em; }

.annotationLayer .popup p {
  padding-top: 0.2em; }

.annotationLayer .highlightAnnotation,
.annotationLayer .underlineAnnotation,
.annotationLayer .squigglyAnnotation,
.annotationLayer .strikeoutAnnotation,
.annotationLayer .lineAnnotation svg line,
.annotationLayer .fileAttachmentAnnotation {
  cursor: pointer; }

.pdfViewer .canvasWrapper {
  overflow: hidden; }

.pdfViewer .page {
  direction: ltr;
  width: 816px;
  height: 1056px;
  margin: 1px auto -8px auto;
  position: relative;
  overflow: visible;
  border: 9px solid transparent;
  background-clip: content-box;
  background-color: white; }

.pdfViewer.removePageBorders .page {
  margin: 0px auto 10px auto;
  border: none; }

.pdfViewer.singlePageView {
  display: inline-block; }

.pdfViewer.singlePageView .page {
  margin: 0;
  border: none; }

.pdfViewer .page canvas {
  margin: 0;
  display: block; }

.pdfViewer .page .loadingIcon {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }

.pdfPresentationMode:-webkit-full-screen .pdfViewer .page {
  margin-bottom: 100%;
  border: 0; }

.pdfPresentationMode:-moz-full-screen .pdfViewer .page {
  margin-bottom: 100%;
  border: 0; }

.pdfPresentationMode:-ms-fullscreen .pdfViewer .page {
  margin-bottom: 100% !important;
  border: 0; }

.pdfPresentationMode:fullscreen .pdfViewer .page {
  margin-bottom: 100%;
  border: 0; }

.Viewer {
  background-color: #333333;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: scroll;
  text-align: center; }

.selected-pdf .page {
  margin: 0 auto;
  border: 0;
  margin-bottom: 10px; }

.selected-pdf {
  height: 600px;
  overflow-y: auto; }

.selected-pdf {
  height: 600px;
  overflow-y: auto; }

.App {
  font-family: sans-serif;
  text-align: center; }

.ngs-audio-player {
  width: auto;
  min-width: 180px;
  height: 35px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.07);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 0;
  user-select: none;
  -webkit-user-select: none;
  background-color: black; }

.ngs-audio-player .play-btn,
.ngs-audio-player .pause-btn {
  cursor: pointer; }

.play-btn, .pause-btn, .volume-btn {
  height: 30px;
  background: black;
  cursor: pointer; }

.ngs-audio-player .spinner {
  width: 18px;
  height: 18px;
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/355309/loading.png);
  background-size: cover;
  background-repeat: no-repeat;
  animation: spin 0.4s linear infinite; }

.ngs-audio-player .slider {
  flex-grow: 1;
  background-color: #d8d8d8;
  cursor: pointer;
  position: relative; }

.ngs-audio-player .slider .progress {
  background-color: #fc0;
  border-radius: 20px;
  position: absolute;
  pointer-events: none; }

.ngs-audio-player .controls {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 24px;
  margin-right: 24px; }

.ngs-audio-player .controls .slider {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 20px;
  height: 10px; }

.ngs-audio-player .controls .slider .progress {
  width: 0;
  height: 100%; }

.ngs-audio-player .controls span {
  cursor: default; }

.ngs-audio-player .volume {
  position: relative;
  margin-top: 3px; }

.ngs-audio-player .volume .volume-btn {
  cursor: pointer;
  margin-top: 3px; }

.ng-c-carousel svg,
.ng-c-carousel img {
  display: block; }

@keyframes spin {
  from {
    transform: rotateZ(0); }
  to {
    transform: rotateZ(1turn); } }

.ngs-audio-player button {
  border: 0;
  outline: 0;
  padding: 0; }

.ngs-audio-player svg {
  background-color: black; }

.ngs-audio-player .show {
  display: block; }

.ngs-audio-player .no-show {
  display: none; }

.ngs-audio-player .audio-player-wrapper {
  position: relative;
  bottom: 60px;
  width: auto;
  margin: 0 20px; }

.ngs-audio-player .fullscreen .audio-player-wrapper {
  bottom: 180px; }

.ngs-audio-player .selected-slide.audio img {
  margin: 0 auto; }

.ngs-audio-player .selected-slide.audio .audio-default-background {
  height: 100%; }

