/* Gradients */
/* uses gradient ($morning-crop-1 or $day-crop-1) for header backgrounds */
/* Mixin for box sizing */
/* Clearfix helper
/* @requires {mixin} clearfix */
/* Mixin to size elements.
/* @param {Number} $width           - Width
/* @param {Number} $height [$width] - Height */
/* Accessibility hiding helper.
/* @param {Bool} $extend [true] - Whether or not extend a placeholder.
/* @requires {mixin} size */
/* Accessibility hiding helper.
/* @requires {mixin} visually-hidden */
/* Truncate Text
/* @required - specify your boundry with a max width value */
/* Position (vert, hor, center) */
/* Text Alignment Left, Right, Center */
/* Aspect Ratio */
/* Mixin to round corners */
/* Adjust the leading to a new multiple of the baseline */
/* Calculate the number of baselines required to accomodate a
/* given pixel-based font size. */
/* 16. Remove the unit of a length
/* =========================================== */
/*
/* Calculate Rem
/* */
/*
/* Margin
/*
/* calculates margin in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'margin-top'
/* */
/*
/* Padding
/*
/* calculates padding in 'rem' with 'px' fallback.
/* with the option to set direction, e.g., 'padding-top'
/* */
/*
/* Size Rem
/*
/* calculates size (width & height) in 'rem'
/* with 'px' fallback.
/* */
/*
/* Width Rem
/*
/* calculates width in 'rem' with 'px' fallback.
/* */
/*
/* Height Rem
/*
/* calculates height in 'rem' with 'px' fallback.
/* */
/* Removes space from above text to make it flush at the top (not 100% reliable) */
/*Normal Focus No Circle */
/* Accessibility: hide/undo item from screen reader */
.pdf-container {
  position: relative;
  height: 56.25vw;
  max-height: calc(100vh - 215px);
  min-height: 480px;
  max-width: 1920px;
  width: 100%;
  overflow: hidden;
  background-size: cover;
}
.pdf-container img {
  width: 100%;
}

.btn-pdf-download {
  display: block;
}
@media screen and (min-width: 62em) {
  .btn-pdf-download {
    display: none;
  }
}

.pdf-poster {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.pdf-controls {
  align-content: center;
  align-items: center;
  background-color: #1e1e1e;
  border-radius: 19px;
  bottom: 20px;
  color: #84888b;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  height: 38px;
  justify-content: space-around;
  left: 50%;
  line-height: 1.43;
  max-width: 424px;
  opacity: 0;
  position: absolute;
  padding: 0 10px;
  text-align: center;
  transform: translateX(-50%);
  transition: all 600ms ease;
  width: 100%;
  z-index: 999;
}
.pdf-controls > span {
  cursor: pointer;
  display: inline-block;
  margin: 0 15px;
  color: #ffffff;
}
.pdf-controls .spacer {
  opacity: 0.2;
  margin: 0;
  display: inline-block;
  background-color: #ffffff;
  width: 1px;
  height: 18px;
}
.pdf-controls .nextPrev span + span {
  margin-left: 30px;
}
.pdf-controls .nextPrev .prev,
.pdf-controls .nextPrev .next {
  height: 16px;
  width: 12px;
  display: inline-block;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  -ms-filter: brightness(100);
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
.pdf-controls .nextPrev .prev {
  background-image: url("/content/dam/web/images/icons/wd-system-arrow-up.svg");
}
.pdf-controls .nextPrev .next {
  background-image: url("/content/dam/web/images/icons/wd-system-arrow-down.svg");
}
.pdf-controls .fullscreen {
  height: 18px;
  width: 18px;
  display: block;
  filter: brightness(100);
  -ms-filter: brightness(100);
  -webkit-filter: brightness(100);
  background: transparent url("/content/dam/web/images/icons/wd-system-enter-fullscreen.svg") no-repeat 50% 50%;
  background-size: contain;
}
.pdf-controls .exit-fullscreen {
  height: 18px;
  width: 18px;
  display: block;
  filter: brightness(100);
  -ms-filter: brightness(100);
  -webkit-filter: brightness(100);
  background: transparent url("/content/dam/web/images/icons/wd-system-exit-fullscreen.svg") no-repeat 50% 50%;
  background-size: contain;
}
.pdf-controls .download {
  display: inline-block;
  filter: brightness(100);
  -ms-filter: brightness(100);
  -webkit-filter: brightness(100);
}
.pdf-controls .download .download-button {
  color: currentColor;
  height: 16px;
  width: 16px;
  display: block;
  text-indent: -999em;
  text-decoration: none;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  fill: currentColor;
  background-image: url("/content/dam/web/images/icons/wd-system-download.svg");
}
.pdf-controls .zoom span + span {
  margin-left: 30px;
}
.pdf-controls .zoom > span {
  height: 16px;
  width: 16px;
  display: inline-block;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  filter: brightness(100);
  -ms-filter: brightness(100);
  -webkit-filter: brightness(100);
}
.pdf-controls .zoom > span.out {
  background-image: url("/content/dam/web/images/icons/wd-system-zoom-out.svg");
}
.pdf-controls .zoom > span.in {
  background-image: url("/content/dam/web/images/icons/wd-system-zoom-in.svg");
}

.pdf-container:hover .pdf-controls {
  bottom: 30px;
  opacity: 1;
}

.pdf-container.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  min-height: auto;
  max-height: initial;
}
.pdf-container.fullscreen .pdf-controls {
  transform: translateX(-50%);
}

.pdf-viewer {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #f0eeee;
  transition: all 200ms ease;
}
.pdf-viewer.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.pdf-page {
  margin: 0 auto;
  padding: 0;
  overflow: visible;
  background-clip: content-box;
  box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.54);
  background-color: #ffffff;
  transition: all 100ms ease;
}
.pdf-page > canvas {
  transition: all 100ms ease;
  max-width: 100% !important;
}
.pdf-page + .pdf-page {
  margin-top: 24px;
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.loader__ellipsis:before,
.loader__ellipsis:after,
.loader__ellipsis {
  border-radius: 50%;
  width: 2em;
  height: 2em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: ellipsis-loader 1.8s infinite ease-in-out;
  animation: ellipsis-loader 1.8s infinite ease-in-out;
}

.loader__ellipsis {
  color: #005cb9;
  font-size: 16px;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader__ellipsis:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader__ellipsis:after {
  left: 3.5em;
}

.loader__ellipsis:before,
.loader__ellipsis:after {
  content: "";
  position: absolute;
  top: 0;
}

@-webkit-keyframes ellipsis-loader {
  0%, 80%, 100% {
    box-shadow: 0 2em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2em 0 0;
  }
}
@keyframes ellipsis-loader {
  0%, 80%, 100% {
    box-shadow: 0 2em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2em 0 0;
  }
}
