.wp-progress-bar {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  height: 1em; }

.wp-progress-bar-clip {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.wp-progress-bar-view {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  width: 0%;
  background-color: black; }

.wp-scrollbar {
  z-index: 5;
  position: absolute;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: opacity 300ms ease-out;
  -moz-transition: opacity 300ms ease-out;
  -o-transition: opacity 300ms ease-out;
  -ms-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
  /*border-radius: 16px;*/
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5); }

.wp-scrollbar.visible {
  opacity: 1; }

.wp-scrollbar-track {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px; }

.wp-scrollbar-thumb {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  /*border-radius: 16px;*/ }

.wp-scrollbar.horizontal {
  right: 16px;
  bottom: 0;
  left: 0;
  height: 16px; }

.wp-scrollbar.horizontal .wp-scrollbar-thumb {
  width: 50%;
  height: 100%;
  min-width: 10px; }

.wp-scrollbar.vertical {
  top: 0;
  right: 0;
  bottom: 0;
  width: 16px; }

.wp-scrollbar.vertical .wp-scrollbar-thumb {
  width: 100%;
  height: 50%;
  min-height: 10px; }

.wp-swipe-panel-group {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%; }

.wp-swipe-panel-group-view {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.wp-animate .wp-swipe-panel-group-view {
  /* @include transition(all 200ms ease-out); */
  -webkit-transition: -webkit-transform 200ms ease-out;
  -moz-transition: -moz-transform 200ms ease-out;
  -o-transition: -o-transform 200ms ease-out;
  -ms-transition: -ms-transform 200ms ease-out;
  transition: transform 200ms ease-out; }

.wp-swipe-panel-group-panel {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffef;
  /* @include transform(translate3d(-300%,0,0)); */
  -webkit-transform: translate3d(-300%, 0, 0);
  -moz-transform: translate3d(-300%, 0, 0);
  -o-transform: translate3d(-300%, 0, 0);
  -ms-transform: translate3d(-300%, 0, 0);
  transform: translate3d(-300%, 0, 0); }

.wp-swipe-panel-group-panel.wp-panel-active,
.wp-swipe-panel-group-panel.wp-previous,
.wp-swipe-panel-group-panel.wp-previous-2,
.wp-swipe-panel-group-panel.wp-next,
.wp-swipe-panel-group-panel.wp-next-2 {
  display: block; }

.wp-swipe-panel-group-panel.wp-panel-active {
  /* left: 0%; */
  /* @include transform(translate3d(0,0,0)); */
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.wp-swipe-panel-group-panel.wp-previous {
  /* left: -100%; */
  /* @include transform(translate3d(-100%,0,0)); */
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.wp-swipe-panel-group-panel.wp-next {
  /* left: 100%; */
  /* @include transform(translate3d(100%,0,0)); */
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.wp-swipe-panel-group-panel.wp-previous-2 {
  /* left: -200%; */
  /* @include transform(translate3d(-200%,0,0)); */
  -webkit-transform: translate3d(-200%, 0, 0);
  -moz-transform: translate3d(-200%, 0, 0);
  -o-transform: translate3d(-200%, 0, 0);
  -ms-transform: translate3d(-200%, 0, 0);
  transform: translate3d(-200%, 0, 0); }

.wp-swipe-panel-group-panel.wp-next-2 {
  /* left: 200%; */
  /* @include transform(translate3d(200%,0,0)); */
  -webkit-transform: translate3d(200%, 0, 0);
  -moz-transform: translate3d(200%, 0, 0);
  -o-transform: translate3d(200%, 0, 0);
  -ms-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0); }

.wp-swipe-panel-group-previous-link,
.wp-swipe-panel-group-next-link {
  overflow: hidden;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20%;
  text-indent: -2000em; }

.wp-swipe-panel-group-previous-link {
  left: 0; }

.wp-swipe-panel-group-next-link {
  right: 0; }

.wp-first-panel-displayed .wp-swipe-panel-group-previous-link,
.wp-last-panel-displayed .wp-swipe-panel-group-next-link,
.wp-no-panel-displayed .wp-swipe-panel-group-previous-link,
.wp-no-panel-displayed .wp-swipe-panel-group-next-link {
  display: none; }

.wp-swipe-panel-group-previous-link:before,
.wp-swipe-panel-group-next-link:before {
  content: '';
  position: absolute;
  top: 50%;
  width: 60px;
  height: 140px;
  margin-top: -70px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  /* rgba(51,51,51,0.8); */
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 2px;
  -webkit-transition: -webkit-transform 100ms ease-out;
  -moz-transition: -moz-transform 100ms ease-out;
  -o-transition: -o-transform 100ms ease-out;
  -ms-transition: -ms-transform 100ms ease-out;
  transition: transform 100ms ease-out; }

.wp-swipe-panel-group-previous-link:before {
  background-image: url(images/arrow-left.png);
  left: 0;
  /* @include transform(translate(-100%)); */
  -webkit-transform: translate(-100%);
  -moz-transform: translate(-100%);
  -o-transform: translate(-100%);
  -ms-transform: translate(-100%);
  transform: translate(-100%); }

.wp-swipe-panel-group-previous-link:hover:before {
  /* @include transform(translate(0)); */
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -o-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0); }

.wp-swipe-panel-group-next-link:before {
  background-image: url(images/arrow-right.png);
  right: 0;
  /* @include transform(translate(100%)); */
  -webkit-transform: translate(100%);
  -moz-transform: translate(100%);
  -o-transform: translate(100%);
  -ms-transform: translate(100%);
  transform: translate(100%); }

.wp-swipe-panel-group-next-link:hover:before {
  /* @include transform(translate(0)); */
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -o-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0); }

.wp-vertical-swipe-panel-group .wp-swipe-panel-group-panel.wp-panel-active {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.wp-vertical-swipe-panel-group .wp-swipe-panel-group-panel.wp-previous {
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }

.wp-vertical-swipe-panel-group .wp-swipe-panel-group-panel.wp-next {
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

/********** FEATURE IFDEF FLAGS **********/
/********** GLOBAL **********/
html,
body {
  /* disables pull-to-refresh but allows overscroll glow effects. */
  overscroll-behavior-y: contain; }

body {
  background-color: #F4F5F5;
  /* to match splash */
  touch-action: pinch-zoom; }

body,
#app {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0; }

.publication-viewer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  margin: 0 auto; }

/* Uncomment this rule to enable a max-width on the publication for desktop browsers.
.desktop-ui-visible .publication-viewer {
  max-width: 1024px;
}
*/
.publication-view {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

/********** VIEW STATIC VERSION LINK **********/
#view-static-version-link {
  z-index: 100;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 0;
  right: auto;
  left: 50%;
  bottom: auto;
  padding: 1em 1em;
  border-radius: 0 0 8px 8px;
  background-color: rgba(255, 255, 255, 0.9);
  color: black;
  font-family: adobe-clean, sans-serif;
  font-size: 12px;
  text-decoration: none;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
  -webkit-transition: -webkit-transform .3s ease-out;
  -moz-transition: -moz-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  -ms-transition: -ms-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate3d(-50%, -200%, 0);
  -moz-transform: translate3d(-50%, -200%, 0);
  -o-transform: translate3d(-50%, -200%, 0);
  -ms-transform: translate3d(-50%, -200%, 0);
  transform: translate3d(-50%, -200%, 0); }

#view-static-version-link:focus {
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0); }

/********** SPLASH PAGE **********/
#luca-splash {
  z-index: 4;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.splash, .splash .rounded, .splash .gap {
  background-color: #242424; }

.splash .outer, .splash .box {
  background-color: #fff; }

/* Make sure everything in the luca logo
 * appears at the same time by forcing them
 * on to the same compositing (gpu) layer.
 */
#luca-splash .outer,
#luca-splash .outer *,
#luca-splash .frame {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* Background Frame */
#luca-splash .outer {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 85px;
  height: 73px;
  margin-left: -42px;
  margin-top: -36px;
  -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
  -moz-transform: translate3d(0, 0, 0) rotate(45deg);
  -ms-transform: translate3d(0, 0, 0) rotate(45deg);
  -o-transform: translate3d(0, 0, 0) rotate(45deg);
  transform: translate3d(0, 0, 0) rotate(45deg); }

#luca-splash .rounded {
  position: absolute;
  top: 3px;
  border-radius: 7px;
  left: 10px;
  right: 10px;
  bottom: 3px; }

#luca-splash .gap {
  position: absolute;
  top: -1px;
  left: 34px;
  right: 34px;
  bottom: -1px; }

/* Boxes */
#luca-splash .frame {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 112px;
  height: 110px;
  margin-left: -56px;
  margin-top: -55px; }

#luca-splash .box {
  position: absolute;
  height: 3px;
  width: 37px;
  opacity: 0;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: translate3d(0, 0, 0) scaleX(1);
  -moz-transform: translate3d(0, 0, 0) scaleX(1);
  -ms-transform: translate3d(0, 0, 0) scaleX(1);
  -o-transform: translate3d(0, 0, 0) scaleX(1);
  transform: translate3d(0, 0, 0) scaleX(1); }

#luca-splash .box1 {
  top: 36px;
  left: 38px;
  width: 50px;
  -webkit-animation: animateBox1 2s infinite;
  -moz-animation: animateBox1 2s infinite;
  animation: animateBox1 2s infinite; }

#luca-splash .box2 {
  top: 45px;
  left: 38px;
  -webkit-animation: animateBox2 2s infinite;
  -moz-animation: animateBox2 2s infinite;
  animation: animateBox2 2s infinite; }

#luca-splash .box3 {
  top: 54px;
  left: 38px;
  -webkit-animation: animateBox3 2s infinite;
  -moz-animation: animateBox3 2s infinite;
  animation: animateBox3 2s infinite; }

#luca-splash .box4 {
  top: 63px;
  left: 38px;
  -webkit-animation: animateBox4 2s infinite;
  -moz-animation: animateBox4 2s infinite;
  animation: animateBox4 2s infinite; }

#luca-splash .box5 {
  top: 72px;
  left: 25px;
  width: 50px;
  -webkit-animation: animateBox5 2s infinite;
  -moz-animation: animateBox5 2s infinite;
  animation: animateBox5 2s infinite; }

@-webkit-keyframes animateBox1 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scaleX(0);
    -moz-transform: translate3d(0, 0, 0) scaleX(0);
    -ms-transform: translate3d(0, 0, 0) scaleX(0);
    -o-transform: translate3d(0, 0, 0) scaleX(0);
    transform: translate3d(0, 0, 0) scaleX(0); }
  10% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scaleX(1);
    -moz-transform: translate3d(0, 0, 0) scaleX(1);
    -ms-transform: translate3d(0, 0, 0) scaleX(1);
    -o-transform: translate3d(0, 0, 0) scaleX(1);
    transform: translate3d(0, 0, 0) scaleX(1); }
  70% {
    opacity: 1; } }

@-moz-keyframes animateBox1 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scaleX(0);
    -moz-transform: translate3d(0, 0, 0) scaleX(0);
    -ms-transform: translate3d(0, 0, 0) scaleX(0);
    -o-transform: translate3d(0, 0, 0) scaleX(0);
    transform: translate3d(0, 0, 0) scaleX(0); }
  10% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scaleX(1);
    -moz-transform: translate3d(0, 0, 0) scaleX(1);
    -ms-transform: translate3d(0, 0, 0) scaleX(1);
    -o-transform: translate3d(0, 0, 0) scaleX(1);
    transform: translate3d(0, 0, 0) scaleX(1); }
  70% {
    opacity: 1; } }

@keyframes animateBox1 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scaleX(0);
    -moz-transform: translate3d(0, 0, 0) scaleX(0);
    -ms-transform: translate3d(0, 0, 0) scaleX(0);
    -o-transform: translate3d(0, 0, 0) scaleX(0);
    transform: translate3d(0, 0, 0) scaleX(0); }
  10% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scaleX(1);
    -moz-transform: translate3d(0, 0, 0) scaleX(1);
    -ms-transform: translate3d(0, 0, 0) scaleX(1);
    -o-transform: translate3d(0, 0, 0) scaleX(1);
    transform: translate3d(0, 0, 0) scaleX(1); }
  70% {
    opacity: 1; } }

@-webkit-keyframes animateBox2 {
  10% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scaleX(0);
    -moz-transform: translate3d(0, 0, 0) scaleX(0);
    -ms-transform: translate3d(0, 0, 0) scaleX(0);
    -o-transform: translate3d(0, 0, 0) scaleX(0);
    transform: translate3d(0, 0, 0) scaleX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scaleX(1);
    -moz-transform: translate3d(0, 0, 0) scaleX(1);
    -ms-transform: translate3d(0, 0, 0) scaleX(1);
    -o-transform: translate3d(0, 0, 0) scaleX(1);
    transform: translate3d(0, 0, 0) scaleX(1); }
  75% {
    opacity: 1; } }

@-moz-keyframes animateBox2 {
  10% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scaleX(0);
    -moz-transform: translate3d(0, 0, 0) scaleX(0);
    -ms-transform: translate3d(0, 0, 0) scaleX(0);
    -o-transform: translate3d(0, 0, 0) scaleX(0);
    transform: translate3d(0, 0, 0) scaleX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scaleX(1);
    -moz-transform: translate3d(0, 0, 0) scaleX(1);
    -ms-transform: translate3d(0, 0, 0) scaleX(1);
    -o-transform: translate3d(0, 0, 0) scaleX(1);
    transform: translate3d(0, 0, 0) scaleX(1); }
  75% {
    opacity: 1; } }

@keyframes animateBox2 {
  10% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scaleX(0);
    -moz-transform: translate3d(0, 0, 0) scaleX(0);
    -ms-transform: translate3d(0, 0, 0) scaleX(0);
    -o-transform: translate3d(0, 0, 0) scaleX(0);
    transform: translate3d(0, 0, 0) scaleX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scaleX(1);
    -moz-transform: translate3d(0, 0, 0) scaleX(1);
    -ms-transform: translate3d(0, 0, 0) scaleX(1);
    -o-transform: translate3d(0, 0, 0) scaleX(1);
    transform: translate3d(0, 0, 0) scaleX(1); }
  75% {
    opacity: 1; } }

@-webkit-keyframes animateBox3 {
  20% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scaleX(0);
    -moz-transform: translate3d(0, 0, 0) scaleX(0);
    -ms-transform: translate3d(0, 0, 0) scaleX(0);
    -o-transform: translate3d(0, 0, 0) scaleX(0);
    transform: translate3d(0, 0, 0) scaleX(0); }
  30% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scaleX(1);
    -moz-transform: translate3d(0, 0, 0) scaleX(1);
    -ms-transform: translate3d(0, 0, 0) scaleX(1);
    -o-transform: translate3d(0, 0, 0) scaleX(1);
    transform: translate3d(0, 0, 0) scaleX(1); }
  80% {
    opacity: 1; } }

@-moz-keyframes animateBox3 {
  20% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scaleX(0);
    -moz-transform: translate3d(0, 0, 0) scaleX(0);
    -ms-transform: translate3d(0, 0, 0) scaleX(0);
    -o-transform: translate3d(0, 0, 0) scaleX(0);
    transform: translate3d(0, 0, 0) scaleX(0); }
  30% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scaleX(1);
    -moz-transform: translate3d(0, 0, 0) scaleX(1);
    -ms-transform: translate3d(0, 0, 0) scaleX(1);
    -o-transform: translate3d(0, 0, 0) scaleX(1);
    transform: translate3d(0, 0, 0) scaleX(1); }
  80% {
    opacity: 1; } }

@keyframes animateBox3 {
  20% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scaleX(0);
    -moz-transform: translate3d(0, 0, 0) scaleX(0);
    -ms-transform: translate3d(0, 0, 0) scaleX(0);
    -o-transform: translate3d(0, 0, 0) scaleX(0);
    transform: translate3d(0, 0, 0) scaleX(0); }
  30% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scaleX(1);
    -moz-transform: translate3d(0, 0, 0) scaleX(1);
    -ms-transform: translate3d(0, 0, 0) scaleX(1);
    -o-transform: translate3d(0, 0, 0) scaleX(1);
    transform: translate3d(0, 0, 0) scaleX(1); }
  80% {
    opacity: 1; } }

@-webkit-keyframes animateBox4 {
  30% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scaleX(0);
    -moz-transform: translate3d(0, 0, 0) scaleX(0);
    -ms-transform: translate3d(0, 0, 0) scaleX(0);
    -o-transform: translate3d(0, 0, 0) scaleX(0);
    transform: translate3d(0, 0, 0) scaleX(0); }
  40% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scaleX(1);
    -moz-transform: translate3d(0, 0, 0) scaleX(1);
    -ms-transform: translate3d(0, 0, 0) scaleX(1);
    -o-transform: translate3d(0, 0, 0) scaleX(1);
    transform: translate3d(0, 0, 0) scaleX(1); }
  85% {
    opacity: 1; } }

@-moz-keyframes animateBox4 {
  30% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scaleX(0);
    -moz-transform: translate3d(0, 0, 0) scaleX(0);
    -ms-transform: translate3d(0, 0, 0) scaleX(0);
    -o-transform: translate3d(0, 0, 0) scaleX(0);
    transform: translate3d(0, 0, 0) scaleX(0); }
  40% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scaleX(1);
    -moz-transform: translate3d(0, 0, 0) scaleX(1);
    -ms-transform: translate3d(0, 0, 0) scaleX(1);
    -o-transform: translate3d(0, 0, 0) scaleX(1);
    transform: translate3d(0, 0, 0) scaleX(1); }
  85% {
    opacity: 1; } }

@keyframes animateBox4 {
  30% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scaleX(0);
    -moz-transform: translate3d(0, 0, 0) scaleX(0);
    -ms-transform: translate3d(0, 0, 0) scaleX(0);
    -o-transform: translate3d(0, 0, 0) scaleX(0);
    transform: translate3d(0, 0, 0) scaleX(0); }
  40% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scaleX(1);
    -moz-transform: translate3d(0, 0, 0) scaleX(1);
    -ms-transform: translate3d(0, 0, 0) scaleX(1);
    -o-transform: translate3d(0, 0, 0) scaleX(1);
    transform: translate3d(0, 0, 0) scaleX(1); }
  85% {
    opacity: 1; } }

@-webkit-keyframes animateBox5 {
  40% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scaleX(0);
    -moz-transform: translate3d(0, 0, 0) scaleX(0);
    -ms-transform: translate3d(0, 0, 0) scaleX(0);
    -o-transform: translate3d(0, 0, 0) scaleX(0);
    transform: translate3d(0, 0, 0) scaleX(0); }
  50% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scaleX(1);
    -moz-transform: translate3d(0, 0, 0) scaleX(1);
    -ms-transform: translate3d(0, 0, 0) scaleX(1);
    -o-transform: translate3d(0, 0, 0) scaleX(1);
    transform: translate3d(0, 0, 0) scaleX(1); }
  90% {
    opacity: 1; } }

@-moz-keyframes animateBox5 {
  40% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scaleX(0);
    -moz-transform: translate3d(0, 0, 0) scaleX(0);
    -ms-transform: translate3d(0, 0, 0) scaleX(0);
    -o-transform: translate3d(0, 0, 0) scaleX(0);
    transform: translate3d(0, 0, 0) scaleX(0); }
  50% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scaleX(1);
    -moz-transform: translate3d(0, 0, 0) scaleX(1);
    -ms-transform: translate3d(0, 0, 0) scaleX(1);
    -o-transform: translate3d(0, 0, 0) scaleX(1);
    transform: translate3d(0, 0, 0) scaleX(1); }
  90% {
    opacity: 1; } }

@keyframes animateBox5 {
  40% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scaleX(0);
    -moz-transform: translate3d(0, 0, 0) scaleX(0);
    -ms-transform: translate3d(0, 0, 0) scaleX(0);
    -o-transform: translate3d(0, 0, 0) scaleX(0);
    transform: translate3d(0, 0, 0) scaleX(0); }
  50% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scaleX(1);
    -moz-transform: translate3d(0, 0, 0) scaleX(1);
    -ms-transform: translate3d(0, 0, 0) scaleX(1);
    -o-transform: translate3d(0, 0, 0) scaleX(1);
    transform: translate3d(0, 0, 0) scaleX(1); }
  90% {
    opacity: 1; } }

#publication-viewer .publication-viewer-previous-link,
#publication-viewer .publication-viewer-next-link {
  display: none;
  position: absolute;
  top: 50%;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: -1.25rem;
  background-color: black;
  /* rgba(51,51,51,0.8); */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: .75;
  -webkit-transition: opacity 200ms ease-out;
  -moz-transition: opacity 200ms ease-out;
  -o-transition: opacity 200ms ease-out;
  -ms-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out; }

.desktop-ui-visible #publication-viewer .publication-viewer-previous-link,
.desktop-ui-visible #publication-viewer .publication-viewer-next-link {
  display: block; }

#publication-viewer .publication-viewer-previous-link:hover,
#publication-viewer .publication-viewer-next-link:hover {
  opacity: 1; }

#publication-viewer.scrollbar-thumb-active .publication-viewer-previous-link,
#publication-viewer.scrollbar-thumb-active .publication-viewer-next-link,
#publication-viewer.hide-nav-links .publication-viewer-previous-link,
#publication-viewer.hide-nav-links .publication-viewer-next-link {
  opacity: 0; }

#publication-viewer .publication-viewer-previous-link {
  background-image: url(images/left-arrow.png);
  left: 2rem; }

#publication-viewer .publication-viewer-next-link {
  background-image: url(images/right-arrow.png);
  right: 2rem; }

/* We want to hide all of the swipe-panel-group
 * next/previous links that are auto generated
 * on desktop because we now use a top-level
 * navigation scheme. We can't outright disable
 * the plugin that injects these links because
 * we still want them to appear in places like
 * the content-browser.
 */
#publication-viewer .wp-swipe-panel-group-previous-link,
#publication-viewer .wp-swipe-panel-group-next-link {
  display: none; }

#publication-viewer .wp-collection-browser .wp-swipe-panel-group-previous-link,
#publication-viewer .wp-collection-browser .wp-swipe-panel-group-next-link {
  display: block; }

.publication-overlay-button {
  z-index: 3;
  position: absolute;
  display: block;
  padding: .25rem;
  width: 2rem;
  height: 2rem;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50%;
  background-color: black;
  text-decoration: none;
  border-radius: .5rem;
  box-shadow: 0 0 0.25rem rgba(255, 255, 255, 0.5);
  opacity: .75; }

html {
  -webkit-text-size-adjust: none;
  /* Prevent font scaling in landscape */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* Prevent items that are tapped from graying. */ }

.publication-viewer {
  overflow: hidden; }

.wp-swipe-panel-group-panel,
.section {
  background-color: white; }

.section.top-shadow {
  box-shadow: 0 -0.375rem 0.375rem rgba(0, 0, 0, 0.2); }

.section.bottom-shadow {
  box-shadow: 0 0.375rem 0.375rem rgba(0, 0, 0, 0.2); }

.section.top-shadow.bottom-shadow {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.7); }

.article .title-section {
  background-color: transparent; }

.article {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  /* -webkit-overflow-scrolling: touch; */
  color: black;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: white; }

.article p {
  margin-top: 0;
  margin-bottom: 1em; }

.article p:last-child {
  margin-bottom: 0; }

.article a {
  color: black;
  text-decoration: underline; }

.article .section-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.native-scroller {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal; }

.article img.bumper-logo {
  width: 200px;
  height: 80px;
  object-fit: contain; }

.article img.header-logo {
  max-height: 100%; }

.article img {
  max-width: 100%; }

.article .image {
  text-align: center;
  margin: 0; }

.article .image-wrapper {
  display: inline-block;
  position: relative;
  margin: 0 auto; }

.article .image-wrapper img {
  display: block; }

.article .grid-caption {
  text-align: center;
  margin: 0; }

.publication-view .article .image-property-buttons {
  display: flex;
  gap: 4px;
  justify-content: end;
  align-items: center;
  position: absolute;
  right: 6px;
  bottom: 6px;
  z-index: 300; }
  .publication-view .article .image-property-buttons button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    transition: background-color 0.2s ease-in-out; }
    .publication-view .article .image-property-buttons button:hover {
      background-color: #f7f7f7; }
    .publication-view .article .image-property-buttons button img {
      display: block;
      width: 18px;
      height: 18px; }

.glideshow-premium-image-wrapper {
  position: relative; }

.article .image-wrapper img.image-premium-badge,
.article img.image-premium-badge,
.collection-card-flipbook .photo-image img.image-premium-badge,
.collection-photo-grid .photo-image img.image-premium-badge,
.section.full-width-section .section-view img.image-premium-badge,
.section.full-width-section .section-content img.image-premium-badge,
.section.full-width-section .section-content-view img.image-premium-badge {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 300;
  width: 32px;
  height: 32px;
  cursor: default; }

.collection-card-flipbook .photo-image img.image-premium-badge,
.collection-photo-grid .photo-image img.image-premium-badge {
  top: 10px;
  right: 10px; }

.article .image-wrapper button.image-embedded-express-doc-has-updates-badge,
.article button.image-embedded-express-doc-has-updates-badge,
.collection-card-flipbook .photo-image button.image-embedded-express-doc-has-updates-badge,
.collection-photo-grid .photo-image button.image-embedded-express-doc-has-updates-badge,
.section.full-width-section .section-view button.image-embedded-express-doc-has-updates-badge,
.section.full-width-section .section-content button.image-embedded-express-doc-has-updates-badge,
.section.full-width-section .section-content-view button.image-embedded-express-doc-has-updates-badge {
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: 300;
  background-color: #5258e4;
  border-radius: 50%;
  border: none;
  width: 32px;
  height: 32px;
  cursor: pointer;
  padding: 0; }
  .article .image-wrapper button.image-embedded-express-doc-has-updates-badge:hover,
  .article button.image-embedded-express-doc-has-updates-badge:hover,
  .collection-card-flipbook .photo-image button.image-embedded-express-doc-has-updates-badge:hover,
  .collection-photo-grid .photo-image button.image-embedded-express-doc-has-updates-badge:hover,
  .section.full-width-section .section-view button.image-embedded-express-doc-has-updates-badge:hover,
  .section.full-width-section .section-content button.image-embedded-express-doc-has-updates-badge:hover,
  .section.full-width-section .section-content-view button.image-embedded-express-doc-has-updates-badge:hover {
    background-color: #4046ca; }

.collection-card-flipbook .photo-image button.image-embedded-express-doc-has-updates-badge,
.collection-photo-grid .photo-image button.image-embedded-express-doc-has-updates-badge {
  top: 10px;
  left: 10px;
  background-color: #5258e4;
  border-radius: 50%;
  cursor: pointer;
  padding: 0; }
  .collection-card-flipbook .photo-image button.image-embedded-express-doc-has-updates-badge:hover,
  .collection-photo-grid .photo-image button.image-embedded-express-doc-has-updates-badge:hover {
    background-color: #4046ca; }

.article iframe {
  max-width: 100%; }

.article .content-container {
  position: relative;
  overflow: hidden; }

.standard-aspect-ratio {
  padding-bottom: 75%; }

.widescreen-aspect-ratio {
  padding-bottom: 56.25%; }

.ultra-widescreen-aspect-ratio {
  padding-bottom: 42.85%; }

.article .embedded-link-wrapper {
  position: relative;
  width: 100%; }

.article .embedded-link-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.article .embedded-gif {
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: center;
  vertical-align: middle; }

.article .embedded-gif .embedded-gif-wrapper img {
  margin: 0 auto;
  max-width: 100%;
  height: auto; }

.article .embedded-link-wrapper:after,
.article .embedded-gif-wrapper:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.article .embedded-link-wrapper:after {
  cursor: pointer; }

.article .empty-gif-embed {
  text-align: center;
  background-color: #e8ebed;
  background-image: url(assets/styles/icons/gif-placeholder.svg);
  background-size: 10%;
  background-position: center;
  background-repeat: no-repeat; }

.article .empty-gif-embed,
.article .empty-gif-embed.embedded-gif-wrapper img {
  width: 100%;
  height: 280px; }

.article .empty-gif-embed.embedded-gif-wrapper img {
  visibility: hidden; }

.gradient-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-linear-gradient(-270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background-image: linear-gradient(0deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%); }

.title-header {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 0; }

.title-header-view {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: auto;
  margin: 0;
  padding: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.title-header .title,
.title-header .subtitle {
  position: relative;
  z-index: 1; }

.title-left .title-header, .title-center .title-header, .title-right .title-header {
  white-space: nowrap;
  font-size: 0; }

.title-left .title-header:before, .title-center .title-header:before, .title-right .title-header:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle; }

.title-left .section-background, .title-center .section-background, .title-right .section-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto; }

.title-left .title-header-view, .title-center .title-header-view, .title-right .title-header-view {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
  vertical-align: middle;
  white-space: normal; }

.title-left .title-header .gradient-overlay, .title-center .title-header .gradient-overlay, .title-right .title-header .gradient-overlay {
  top: -200%;
  bottom: -200%;
  height: auto;
  min-height: 0;
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-linear-gradient(-270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(0deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0) 100%); }

.title-left .title, .title-left .subtitle, .title-center .title, .title-center .subtitle, .title-right .title, .title-right .subtitle {
  padding: 0 2rem; }

.title-top .title-header-view,
.title-bottom .title-header-view,
.title-center .title-header-view {
  text-align: center; }

.title-right .title-header-view {
  text-align: right; }

.title-top-right .title-header-view, .title-bottom-right .title-header-view {
  text-align: right; }

.title-bottom-left .gradient-overlay, .title-bottom .gradient-overlay, .title-bottom-right .gradient-overlay {
  top: auto;
  bottom: 0;
  /* The linear-gradient mix-in always sets the background-color to whatever
   * the first color-stop is, to prevent rgba(0,0,0,0.9) being set on our
   * background and effectively setting everything to black, we specify the
   * color stops in the same order we did for title-gradient-top but then use
   * the angle to flip it so the colors go in the right direction.
   */
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background-image: linear-gradient(-180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%); }

.title-bottom-left .title-header-view, .title-bottom .title-header-view, .title-bottom-right .title-header-view {
  top: auto;
  bottom: 0; }

.title-header .gradient-overlay {
  min-height: 15rem; }

.title-header .title {
  display: block;
  margin: 0;
  color: white; }

.title-header .subtitle {
  display: block;
  color: white; }

.sections-article-layout .pull-quote {
  overflow: hidden;
  z-index: 1;
  position: absolute;
  left: 3%;
  bottom: 5%;
  margin: 0;
  background-color: white; }

.sections-article-layout .pull-quote.right {
  margin-left: 58%; }

.sections-article-layout .pull-quote .content-container {
  color: black; }

.sections-article-layout .pull-quote .content-container p {
  margin: 0; }

.luca-link {
  font-size: 1.3rem;
  position: absolute;
  bottom: 25px;
  width: 100%;
  text-align: center; }

.article .colored-link {
  color: #3874aa; }

.article .colored-link:visited {
  color: #6ea1ce; }

@media (max-width: 1599px) {
  .storybook-theme .section.split-cover .title-header .title {
    font-size: 90px; }
  .trek-theme .section.split-cover .title-header .title,
  .chic-theme .section.split-cover .title-header .title {
    font-size: 54px; }
  .nightcap-theme .section.split-cover .title-header .title,
  .baldwin-theme .section.split-cover .title-header .title {
    font-size: 42px; }
  .crisp-theme .section.split-cover .title-header .title,
  .whimsy-theme .section.split-cover .title-header .title {
    font-size: 50px; }
  .vintage-theme .section.split-cover .title-header .title {
    font-size: 48px; }
  .tereza-theme .section.split-cover .title-header .title {
    font-size: 35px; }
  .wiper-theme .section.split-cover .title-header .title {
    font-size: 45px; }
  .bruce-theme .section.split-cover .title-header .title {
    font-size: 31px; }
  .wesley-theme .section.split-cover .title-header .title,
  .luca-theme .section.split-cover .title-header .title {
    font-size: 37px; } }

.storybook-theme .section.split-cover .title-header-view,
.trek-theme .section.split-cover .title-header-view,
.nightcap-theme .section.split-cover .title-header,
.chic-theme .section.split-cover .title-header-view,
.baldwin-theme .section.split-cover .title-header-view,
.crisp-theme .section.split-cover .title-header-view,
.whimsy-theme .section.split-cover .title-header-view,
.tereza-theme .section.split-cover .title-header-view,
.wiper-theme .section.split-cover .title-header-view,
.bruce-theme .section.split-cover .title-header-view,
.vintage-theme .section.split-cover .title-header-view,
.wesley-theme .section.split-cover .title-header-view,
.luca-theme .section.split-cover .title-header-view {
  padding-left: 5%;
  padding-right: 5%; }

@media (min-width: 1800px) {
  .nightcap-theme .section.split-cover .title-header,
  .tereza-theme .section.split-cover .title-header,
  .bruce-theme .section.split-cover .title-header {
    padding-left: 15%;
    padding-right: 15%; } }

.sections-article-layout {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.sections-article-layout .section {
  visibility: hidden;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .sections-article-layout .section.height-100 {
    height: 100%; }
  .sections-article-layout .section.height-80 {
    height: 80%; }
  .sections-article-layout .section.height-75 {
    height: 75%; }
  .sections-article-layout .section.height-50 {
    height: 50%; }
  .sections-article-layout .section.height-35 {
    height: 35%; }
  .sections-article-layout .section.height-25 {
    height: 25%; }

.sections-article-layout .spacer-section {
  top: 0;
  left: 0;
  right: 0;
  bottom: auto; }

.sections-article-layout .title-section {
  bottom: 0; }

.sections-article-layout.cover-page .title-section {
  bottom: 0; }

.sections-article-layout .section.visible {
  visibility: visible; }

.sections-article-layout .section.under {
  z-index: 0; }

.sections-article-layout .section.over {
  z-index: 1; }

.sections-article-layout .section-view {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0; }

.sections-article-layout .section-background.section-background-gradient:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.6;
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-linear-gradient(-270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(0deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0) 100%); }

.sections-article-layout .title-header {
  z-index: 200; }

.sections-article-layout .short-cover .title-header {
  padding: 0 5%; }

.sections-article-layout .section.split-layout {
  visibility: visible !important; }

.sections-article-layout .section .image-plus {
  display: flex;
  z-index: 300; }

.sections-article-layout .section-background,
.sections-article-layout .section-background-image,
.sections-article-layout .section-background .bw-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.sections-article-layout .section-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* Workaround for the missing section-content background
   * that happens when displaying a section right after another
   * one underneath it has been hidden while both were off-screen.
   */
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.sections-article-layout .section-content-view {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.flip-book-section-layout .flip-book {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.flip-book-section-layout .flip-book-image {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.sections-article-layout .flip-book-section-layout.hidden .flip-book-image {
  visibility: hidden !important; }

.section.single-column-section {
  bottom: auto;
  max-height: 100%; }
  .section.single-column-section .section-view,
  .section.single-column-section .section-content,
  .section.single-column-section .section-content-view {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto; }

.single-column-section.split-layout .section-content,
.single-column-section.card-layout .section-content,
.single-column-section.column-layout .section-content {
  display: flex;
  flex-direction: column;
  justify-content: space-around; }

.single-column-section.split-layout .section-content-view,
.single-column-section.card-layout .section-content-view,
.single-column-section.column-layout .section-content-view {
  max-height: 100%; }

.single-column-section.split-layout,
.single-column-section.split-layout .section-view,
.single-column-section.column-layout,
.single-column-section.column-layout .section-content,
.single-column-section.column-layout .section-view,
.single-column-section.card-layout,
.single-column-section.card-layout .section-content,
.single-column-section.card-layout .section-view {
  height: 100%; }

.single-column-section.split-layout .section-background {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  width: 50%;
  height: auto; }

.single-column-section.split-layout .section-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 50%;
  height: auto; }

.single-column-section.split-layout.image-on-right .section-background {
  right: 0;
  left: auto; }

.single-column-section.split-layout.image-on-right .section-content {
  right: auto;
  left: 0; }

.single-column-section.split-layout .section-background .image-property-buttons {
  right: 6px; }

.single-column-section.split-layout .section-view .swap-button {
  z-index: 300; }

.single-column-section.card-layout .section-content .content-container {
  width: 50%;
  /* THEME SETTINGS */
  margin: 32px 32px;
  padding: 3.25rem 2rem;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); }

.single-column-section.card-layout.large-content-spacing-top .section-content .content-container,
.single-column-section.card-layout.large-content-spacing-bottom .section-content .content-container {
  padding-top: 3.25rem;
  padding-bottom: 3.25rem; }

.single-column-section.card-layout .section-content .card-right .content-container {
  margin-left: auto; }

.single-column-section.card-layout .section-content .card-center .content-container {
  margin-left: auto;
  margin-right: auto;
  width: 65%;
  max-width: 900px; }

@media (max-width: 768px) {
  .single-column-section.card-layout .section-content .content-container {
    width: 60%; }
  .single-column-section.card-layout .section-content .card-center .content-container {
    width: 75%; } }

@media (max-width: 980px) {
  .single-column-section.split-layout .section-background,
  .single-column-section.split-layout.image-on-right .section-background {
    overflow: hidden;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    bottom: auto;
    width: auto;
    height: 50%;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.5); }
  .single-column-section.split-layout .section-content,
  .single-column-section.split-layout.image-on-right .section-content {
    top: 50%;
    right: 0;
    left: 0;
    bottom: auto;
    width: auto;
    height: 50%; } }

.fifty-fifty-section .section-content {
  left: auto;
  width: 50%;
  overflow: hidden; }

.fifty-fifty-section .flip-book {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%; }

.fifty-fifty-section .flip-book-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center center;
  background-size: cover; }

@media only screen and (max-width: 768px) {
  .fifty-fifty-section .section-content {
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto; }
  .fifty-fifty-section .flip-book {
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto; } }

.card-flipbook-section .section-background-image {
  visibility: hidden;
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.card-flipbook-section .section-content-view {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto; }

.card-flipbook-section .section-content-view.visible,
.card-flipbook-section .section-background-image.visible {
  visibility: visible; }

.card-flipbook-section.hidden .section-content-view.visible,
.card-flipbook-section.hidden .section-background-image.visible {
  visibility: hidden; }

.card-flipbook-section .removed {
  display: none; }

/* Speed optimization, at the expense of memory,
* that keeps photo-image elements visible even when
* the section it is in is visibility:hidden.
*
* Note that we limit this optimization to the current/active
* article within the publication-viewer.
*/
.wp-panel-active .optimize-card-flipbook-scrolling .card-flipbook-section .section-background-image {
  visibility: visible !important; }

.section.window-section {
  bottom: auto;
  height: 100%;
  max-height: 100%; }
  .section.window-section .window {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.section.full-width-section {
  bottom: auto;
  max-height: 100%; }
  .section.full-width-section .section-view,
  .section.full-width-section .section-content,
  .section.full-width-section .section-content-view {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto; }
    .section.full-width-section .section-view .image,
    .section.full-width-section .section-content .image,
    .section.full-width-section .section-content-view .image {
      margin: 0;
      padding: 0; }
    .section.full-width-section .section-view .image-wrapper,
    .section.full-width-section .section-content .image-wrapper,
    .section.full-width-section .section-content-view .image-wrapper {
      width: 100%; }
    .section.full-width-section .section-view img,
    .section.full-width-section .section-content img,
    .section.full-width-section .section-content-view img {
      width: 100%; }
  .section.full-width-section .section-content .content-container {
    padding-left: 0;
    padding-right: 0;
    margin: 0; }

/*@import "runtime/slideshow-section";*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.section.author-section {
  bottom: auto;
  max-height: 100%;
  /* We use pseudo elements, instead of placing
   * the icon as a background image directly on
   * the appreciate button, so we can fade between
   * the different icon color states smoothly in sync
   * with the text color.
   */ }
  .section.author-section .section-view,
  .section.author-section .section-content,
  .section.author-section .section-content-view {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto; }
  .section.author-section .author-appreciation-container {
    overflow: hidden;
    border-top: solid 1px #e5e5e5;
    padding: 40px 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center; }
  .section.author-section .author {
    overflow: hidden;
    text-align: left;
    position: relative;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .section.author-section .avatar {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    vertical-align: middle;
    background-color: #f5f5f5;
    position: absolute;
    left: 0;
    top: 0; }
  .section.author-section .info {
    vertical-align: middle;
    margin: 7px 0;
    padding-right: 16px;
    min-height: 64px; }
  .section.author-section .avatar + .info {
    margin-left: 68.8px; }
  .section.author-section .label {
    font-size: 10px;
    text-transform: uppercase; }
  .section.author-section .name {
    line-height: 1.2;
    word-wrap: break-word; }
  .section.author-section a.button {
    overflow: hidden;
    display: inline-block;
    border: 2px solid #686868;
    border-radius: 40px;
    width: auto;
    padding: 8px 20px 9px 42px;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    color: #686868;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    text-decoration: none;
    box-sizing: border-box; }
  .section.author-section .appreciate-button {
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: adobe-clean,sans-serif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: color .15s linear, border-color .15s linear;
    -moz-transition: color .15s linear, border-color .15s linear;
    -o-transition: color .15s linear, border-color .15s linear;
    -ms-transition: color .15s linear, border-color .15s linear;
    transition: color .15s linear, border-color .15s linear; }
  .section.author-section .appreciate-button:before,
  .section.author-section .appreciate-button:after {
    content: '';
    position: absolute;
    margin-top: -8px;
    top: 50%;
    left: 20px;
    display: block;
    width: 16px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    -ms-transition: opacity .15s linear;
    transition: opacity .15s linear; }
  .section.author-section .appreciate-button:before {
    opacity: 1;
    background-image: url(images/appreciate-unfilled-valley@2x.png); }
  .section.author-section .appreciate-button:after {
    opacity: 0;
    background-image: url(images/appreciate-filled-lapis@2x.png); }
  .section.author-section .appreciate-button.appreciated:before {
    opacity: 1;
    background-image: url(images/appreciate-filled-valley@2x.png); }
  .section.author-section .appreciate-button.appreciated:after {
    opacity: 0;
    background-image: url(images/appreciate-unfilled-lapis@2x.png); }

.publication-viewer.touch-disabled .section.author-section .appreciate-button:hover {
  color: #444444;
  border-color: #444444; }

.publication-viewer.touch-disabled .section.author-section .appreciate-button:active {
  color: #686868;
  border-color: #686868; }

.publication-viewer.touch-disabled .section.author-section .appreciate-button:active:after {
  background-image: url(images/appreciate-filled-valley@2x.png); }

.publication-viewer.touch-disabled .section.author-section .appreciate-button.appreciated:active:after {
  background-image: url(images/appreciate-unfilled-valley@2x.png); }

.publication-viewer.touch-disabled .section.author-section .appreciate-button:hover:before {
  opacity: 0; }

.publication-viewer.touch-disabled .section.author-section .appreciate-button:hover:after {
  opacity: 1; }

.window-section + .section.author-section .author-appreciation-container,
.fullscreen-photo-section + .section.author-section .author-appreciation-container,
.full-width-section + .section.author-section .author-appreciation-container,
.title-section + .section.author-section .author-appreciation-container,
.card-flipbook-section + .section.author-section .author-appreciation-container {
  border-top: none; }

@media only screen and (max-width: 480px), screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
  .section.author-section .avatar {
    width: 33.75px;
    height: 33.75px;
    border-radius: 33.75px; }
  .section.author-section .info {
    padding-right: 9px;
    min-height: 36px; }
  .section.author-section .avatar + .info {
    margin-left: 38.7px; }
  .section.author-section .label {
    font-size: 9px; }
  .section.author-section .author-appreciation-container {
    display: block;
    text-align: center;
    padding: 22.5px 0; }
  .section.author-section a.appreciate-button {
    padding-top: 9.1px;
    font-size: 14px; }
  .section.author-section .author + a.appreciate-button {
    margin-top: 16.875px; } }

.sections-article-layout .section.credits-section {
  font-family: adobe-clean,sans-serif;
  font-weight: 300;
  line-height: 1.4;
  bottom: auto;
  max-height: 100%; }
  .sections-article-layout .section.credits-section .section-view,
  .sections-article-layout .section.credits-section .section-content,
  .sections-article-layout .section.credits-section .section-content-view {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto; }
  .sections-article-layout .section.credits-section .section-content .content-container {
    padding-bottom: 40px; }
    @media (max-width: 480px) {
      .sections-article-layout .section.credits-section .section-content .content-container {
        padding-bottom: 22.5px; } }
  .sections-article-layout .section.credits-section .photo-credits {
    margin: 0 auto;
    font-size: 13px;
    text-align: center; }
  .sections-article-layout .section.credits-section .credits-label {
    font-weight: bold; }
  .sections-article-layout .section.credits-section .photo-credits p {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 2;
    text-align: center; }

.debug #debug-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px; }

.debug #timeline-feedback {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  font-size: 10px;
  min-width: 5em;
  height: 1em;
  background-color: #FFA; }

.debug .publication-viewer {
  overflow: visible !important;
  -webkit-transform: scale(0.25);
  -moz-transform: scale(0.25);
  -o-transform: scale(0.25);
  -ms-transform: scale(0.25);
  transform: scale(0.25);
  box-shadow: 0 0 2rem red; }

.debug .publication-viewer * {
  overflow: visible !important; }

.debug .publication-viewer .wp-swipe-panel-group-panel {
  opacity: 0.7 !important; }

.debug .publication-viewer .wp-swipe-panel-group-panel.wp-panel-active {
  opacity: 1; }

.debug .publication-viewer .under,
.debug .publication-viewer .over {
  opacity: 0.5; }

.debug .section {
  box-sizing: border-box;
  border: solid 1px black; }

.tile-layout {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: black; }

.tile {
  overflow: hidden;
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

/********************************************************
******************** 1 TILE LAYOUTS ********************
********************************************************/
/********** 1 TILE LAYOUT p-1 and l-1 **********/
.t1-layout-p-1 > .tile:nth-child(1),
.t1-layout-l-1 > .tile:nth-child(1) {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/********************************************************
******************** 2 TILE LAYOUTS ********************
********************************************************/
/********** 2 TILE LAYOUT ll-1 **********/
.t2-layout-ll-1 > .tile:nth-child(1) {
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  padding-right: .8%; }

.t2-layout-ll-1 > .tile:nth-child(2) {
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  padding-left: .8%; }

/********** 2 TILE LAYOUT pp-1 **********/
.t2-layout-pp-1 > .tile:nth-child(1) {
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  padding-right: .8%; }

.t2-layout-pp-1 > .tile:nth-child(2) {
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  padding-left: .8%; }

/********** 2 TILE LAYOUT lp-1 **********/
.t2-layout-lp-1 > .tile:nth-child(1) {
  top: 0;
  left: 0;
  width: 67%;
  height: 100%;
  padding-right: .8%; }

.t2-layout-lp-1 > .tile:nth-child(2) {
  top: 0;
  left: 67%;
  width: 33%;
  height: 100%;
  padding-left: .8%; }

/********** 2 TILE LAYOUT pl-1 **********/
.t2-layout-pl-1 > .tile:nth-child(1) {
  top: 0;
  left: 0;
  width: 33%;
  height: 100%;
  padding-right: .8%; }

.t2-layout-pl-1 > .tile:nth-child(2) {
  top: 0;
  left: 33%;
  width: 67%;
  height: 100%;
  padding-left: .8%; }

/********** 3 TILE LAYOUT ppp-1 **********/
.t3-layout-ppp-1 > .tile:nth-child(1) {
  top: 0;
  left: 0;
  width: 33%;
  height: 100%;
  padding-right: .8%; }

.t3-layout-ppp-1 > .tile:nth-child(2) {
  top: 0;
  left: 33%;
  width: 34%;
  height: 100%;
  padding-left: .8%;
  padding-right: .8%; }

.t3-layout-ppp-1 > .tile:nth-child(3) {
  top: 0;
  left: 67%;
  width: 33%;
  height: 100%;
  padding-left: .8%; }

/********** 3 TILE LAYOUT lll-1 **********/
.t3-layout-lll-1 > .tile:nth-child(1) {
  top: 0;
  left: 0;
  width: 33%;
  height: 100%;
  padding-right: .8%; }

.t3-layout-lll-1 > .tile:nth-child(2) {
  top: 0;
  left: 33%;
  width: 34%;
  height: 100%;
  padding-left: .8%;
  padding-right: .8%; }

.t3-layout-lll-1 > .tile:nth-child(3) {
  top: 0;
  left: 67%;
  width: 33%;
  height: 100%;
  padding-left: .8%; }

/********** 3 TILE LAYOUT lpp-1 **********/
.t3-layout-lpp-1 > .tile:nth-child(1) {
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  padding-right: .8%; }

.t3-layout-lpp-1 > .tile:nth-child(2) {
  top: 0;
  left: 50%;
  width: 25%;
  height: 100%;
  padding-left: .8%;
  padding-right: .8%; }

.t3-layout-lpp-1 > .tile:nth-child(3) {
  top: 0;
  left: 75%;
  width: 25%;
  height: 100%;
  padding-left: .8%; }

/********** 3 TILE LAYOUT ppl-1 **********/
.t3-layout-ppl-1 > .tile:nth-child(1) {
  top: 0;
  left: 0;
  width: 25%;
  height: 100%;
  padding-right: .8%; }

.t3-layout-ppl-1 > .tile:nth-child(2) {
  top: 0;
  left: 25%;
  width: 25%;
  height: 100%;
  padding-left: .8%;
  padding-right: .8%; }

.t3-layout-ppl-1 > .tile:nth-child(3) {
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  padding-left: .8%; }

/********** 3 TILE LAYOUT pll-1 **********/
.t3-layout-pll-1 > .tile:nth-child(1) {
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  padding-right: .8%; }

.t3-layout-pll-1 > .tile:nth-child(2) {
  top: 0;
  left: 50%;
  width: 50%;
  height: 50%;
  padding-left: .8%;
  padding-bottom: .8%; }

.t3-layout-pll-1 > .tile:nth-child(3) {
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  padding-left: .8%;
  padding-top: .8%; }

/********** 3 TILE LAYOUT llp-1 **********/
.t3-layout-llp-1 > .tile:nth-child(1) {
  top: 0;
  left: 0;
  width: 50%;
  height: 50%;
  padding-right: .8%;
  padding-bottom: .8%; }

.t3-layout-llp-1 > .tile:nth-child(2) {
  top: 50%;
  left: 0;
  width: 50%;
  height: 50%;
  padding-right: .8%;
  padding-top: .8%; }

.t3-layout-llp-1 > .tile:nth-child(3) {
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  padding-left: .8%; }

/********** 4 TILE LAYOUT lppp-1 **********/
.t4-layout-lppp-1 > .tile:nth-child(1) {
  top: 0;
  left: 0;
  width: 50%;
  height: 50%;
  padding-right: .8%;
  padding-bottom: .8%; }

.t4-layout-lppp-1 > .tile:nth-child(2) {
  top: 50%;
  left: 0%;
  width: 25%;
  height: 50%;
  padding-top: .8%;
  padding-right: .8%; }

.t4-layout-lppp-1 > .tile:nth-child(3) {
  top: 50%;
  left: 25%;
  width: 25%;
  height: 50%;
  padding-top: .8%;
  padding-left: .8%;
  padding-right: .8%; }

.t4-layout-lppp-1 > .tile:nth-child(4) {
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  padding-left: .8%; }

/********** 4 TILE LAYOUT plpp-1 **********/
.t4-layout-plpp-1 > .tile:nth-child(1) {
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  padding-right: .8%; }

.t4-layout-plpp-1 > .tile:nth-child(2) {
  top: 0;
  left: 50%;
  width: 50%;
  height: 50%;
  padding-left: .8%;
  padding-bottom: .8%; }

.t4-layout-plpp-1 > .tile:nth-child(3) {
  top: 50%;
  left: 50%;
  width: 25%;
  height: 50%;
  padding-top: .8%;
  padding-left: .8%;
  padding-right: .8%; }

.t4-layout-plpp-1 > .tile:nth-child(4) {
  top: 50%;
  left: 75%;
  width: 25%;
  height: 50%;
  padding-left: .8%;
  padding-top: .8%; }

/********** 4 TILE LAYOUT pplp-1 **********/
.t4-layout-pplp-1 > .tile:nth-child(1) {
  top: 0;
  left: 0;
  width: 25%;
  height: 50%;
  padding-right: .8%;
  padding-bottom: .8%; }

.t4-layout-pplp-1 > .tile:nth-child(2) {
  top: 0;
  left: 25%;
  width: 25%;
  height: 50%;
  padding-left: .8%;
  padding-right: .8%;
  padding-bottom: .8%; }

.t4-layout-pplp-1 > .tile:nth-child(3) {
  top: 50%;
  left: 0;
  width: 50%;
  height: 50%;
  padding-top: .8%;
  padding-right: .8%; }

.t4-layout-pplp-1 > .tile:nth-child(4) {
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  padding-left: .8%; }

/********** 4 TILE LAYOUT pppl-1 **********/
.t4-layout-pppl-1 > .tile:nth-child(1) {
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  padding-right: .8%; }

.t4-layout-pppl-1 > .tile:nth-child(2) {
  top: 0;
  left: 50%;
  width: 25%;
  height: 50%;
  padding-left: .8%;
  padding-right: .8%;
  padding-bottom: .8%; }

.t4-layout-pppl-1 > .tile:nth-child(3) {
  top: 0;
  left: 75%;
  width: 25%;
  height: 50%;
  padding-left: .8%;
  padding-bottom: .8%; }

.t4-layout-pppl-1 > .tile:nth-child(4) {
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  padding-left: .8%;
  padding-top: .8%; }

/********** 4 TILE LAYOUT pppp-1 **********/
.t4-layout-pppp-1 > .tile:nth-child(1) {
  top: 0;
  left: 0;
  width: 25%;
  height: 100%;
  padding-right: .8%; }

.t4-layout-pppp-1 > .tile:nth-child(2) {
  top: 0;
  left: 25%;
  width: 25%;
  height: 100%;
  padding-left: .8%;
  padding-right: .8%; }

.t4-layout-pppp-1 > .tile:nth-child(3) {
  top: 0;
  left: 50%;
  width: 25%;
  height: 100%;
  padding-left: .8%;
  padding-right: .8%; }

.t4-layout-pppp-1 > .tile:nth-child(4) {
  top: 0;
  left: 75%;
  width: 25%;
  height: 100%;
  padding-left: .8%; }

.section.photo-grid-section {
  bottom: auto;
  max-height: 100%; }
  .section.photo-grid-section .section-view,
  .section.photo-grid-section .section-content,
  .section.photo-grid-section .section-content-view {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto; }
  .section.photo-grid-section .photo-grid {
    position: relative; }
  .section.photo-grid-section .photo-grid figure {
    margin: 0; }
  .section.photo-grid-section .photo-group-container {
    margin: 0;
    padding: 1.6% 0 0 0; }
  .section.photo-grid-section .photo-group-container:first-child {
    padding: 0; }
  .section.photo-grid-section .caption-container {
    overflow: hidden; }
  .section.photo-grid-section.managed {
    bottom: 0; }
    .section.photo-grid-section.managed .section-view,
    .section.photo-grid-section.managed .section-content,
    .section.photo-grid-section.managed .section-content-view {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .section.photo-grid-section.managed .content-container {
      overflow: visible; }
    .section.photo-grid-section.managed .photo-grid > * {
      visibility: hidden;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    .section.photo-grid-section.managed.visible .photo-grid > .visible {
      visibility: visible; }
  .section.photo-grid-section .photo-group {
    padding-top: 72.3%;
    position: relative;
    height: 100%; }
  .section.photo-grid-section .photo-group.t1-layout-p-1 {
    padding-top: 138.3%; }
  .section.photo-grid-section .t2-layout-ll-1, .section.photo-grid-section .t4-layout-pppp-1, .section.photo-grid-section .t3-layout-lpp-1, .section.photo-grid-section .t3-layout-ppl-1 {
    padding-top: 36.1%; }
  .section.photo-grid-section .t2-layout-lp-1, .section.photo-grid-section .t2-layout-pl-1 {
    padding-top: 47.6%; }
  .section.photo-grid-section .t3-layout-ppp-1 {
    padding-top: 46.2%; }
  .section.photo-grid-section .t3-layout-lll-1 {
    padding-top: 23.6%; }
  .section.photo-grid-section .photo-image {
    display: block;
    border: none;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer; }

@media only screen and (max-width: 1024px) {
  /* Speed optimization, at the expense of memory,
   * that keeps photo-image elements visible even when
   * the section it is in is visibility:hidden.
   *
   * Note that we limit this optimization to the current/active
   * article within the publication-viewer.
   */
  .wp-panel-active .optimize-photo-grid-scrolling .section.photo-grid-section .photo-grid > * {
    visibility: visible !important; } }

/* CollectionBrowser */
.wp-collection-browser {
  z-index: 10;
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9); }

.wp-collection-browser .wp-swipe-panel-group-view {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.wp-collection-browser .wp-swipe-panel-group-panel {
  background-color: rgba(0, 0, 0, 0); }

.wp-collection-browser .wp-interactive-image-content {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8); }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-moz-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes zoomIn {
  from {
    -webkit-transform: scale(0);
    transform: scale(0); }
  to {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes zoomIn {
  from {
    -moz-transform: scale(0);
    transform: scale(0); }
  to {
    -moz-transform: scale(1);
    transform: scale(1); } }

@-ms-keyframes zoomIn {
  from {
    -ms-transform: scale(0);
    transform: scale(0); }
  to {
    -ms-transform: scale(1);
    transform: scale(1); } }

@keyframes zoomIn {
  from {
    transform: scale(0); }
  to {
    transform: scale(1); } }

.wp-collection-browser.wp-show {
  position: fixed;
  display: block;
  left: 0;
  top: 0;
  -webkit-animation: fadeIn 250ms;
  -moz-animation: fadeIn 250ms;
  animation: fadeIn 250ms; }

.wp-collection-browser.wp-show .wp-swipe-panel-group {
  -webkit-animation: zoomIn 250ms;
  -moz-animation: zoomIn 250ms;
  animation: zoomIn 250ms; }

.wp-collection-browser.wp-hide {
  position: fixed;
  display: none;
  left: 0;
  top: 0; }

/* Interactive Image */
.wp-collection-browser .wp-interactive-image-clip {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 5rem;
  bottom: 0;
  left: 5rem; }

.wp-collection-browser .wp-interactive-image-view {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.wp-collection-browser .wp-interactive-image-content {
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -o-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left; }

/* Close Button */
.wp-collection-browser-close-button {
  display: block;
  position: absolute;
  top: 1.875rem;
  right: 1.875rem;
  cursor: pointer;
  width: 20px;
  height: 20px;
  padding: 0;
  background: transparent center center url(images/lightbox_close@2x.png) no-repeat;
  background-size: 100%;
  opacity: .5;
  -webkit-transition: 200ms opacity;
  -moz-transition: 200ms opacity;
  -o-transition: 200ms opacity;
  -ms-transition: 200ms opacity;
  transition: 200ms opacity;
  text-decoration: none;
  text-indent: -1000em;
  border: none; }

.wp-collection-browser-close-button:hover {
  opacity: 1; }

.wp-collection-browser .wp-swipe-panel-group-previous-link, .wp-collection-browser .wp-swipe-panel-group-next-link {
  overflow: hidden;
  display: block;
  position: absolute;
  top: 50%;
  /* bottom: 0; */
  width: 5rem;
  text-indent: -2000em;
  -webkit-transform: translate3d(0, -1.75rem, 0);
  height: 3.5rem; }

.wp-collection-browser .wp-swipe-panel-group-previous-link {
  left: 0; }

.wp-collection-browser .wp-swipe-panel-group-next-link {
  right: 0; }

.wp-collection-browser .wp-first-panel-displayed .wp-swipe-panel-group-previous-link, .wp-collection-browser .wp-last-panel-displayed .wp-swipe-panel-group-next-link, .wp-collection-browser .wp-no-panel-displayed .wp-swipe-panel-group-previous-link, .wp-collection-browser .wp-no-panel-displayed .wp-swipe-panel-group-next-link {
  display: none; }

.wp-collection-browser .wp-swipe-panel-group-previous-link:before {
  background-image: url(images/lightbox_prev@2x.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: transparent;
  left: 1.875rem;
  width: 1.25rem;
  height: 2.5rem;
  margin-top: -1.25rem;
  opacity: .5;
  -webkit-transition: 200ms opacity;
  -moz-transition: 200ms opacity;
  -o-transition: 200ms opacity;
  -ms-transition: 200ms opacity;
  transition: 200ms opacity;
  /* @include transform(translate(-100%)); */
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -o-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0); }

.wp-collection-browser .wp-swipe-panel-group-previous-link:hover:before {
  /* @include transform(translate(0)); */
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -o-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0); }

.wp-collection-browser .wp-swipe-panel-group-next-link:before {
  background-image: url(images/lightbox_next@2x.png);
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 100%;
  right: 1.875rem;
  width: 1.25rem;
  height: 2.5rem;
  margin-top: -1.25rem;
  opacity: .5;
  -webkit-transition: 200ms opacity;
  -moz-transition: 200ms opacity;
  transition: 200ms opacity;
  -o-transition: 200ms opacity;
  -ms-transition: 200ms opacity;
  /* @include transform(translate(100%)); */
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -o-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0); }

.wp-collection-browser .wp-swipe-panel-group-next-link:hover:before {
  /* @include transform(translate(0)); */
  opacity: 1; }

.wp-collection-browser .photo-container.loading:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -18px;
  background: url(images/spinner2x.png) 50% no-repeat;
  background-size: 100%;
  width: 36px;
  height: 36px;
  -webkit-transition: -webkit-transform .75s;
  -moz-transition: -moz-transform .75s;
  -o-transition: -o-transform .75s;
  -ms-transition: -ms-transform .75s;
  transition: transform .75s;
  -webkit-animation: rotate 0.75s infinite linear;
  -moz-animation: rotate 0.75s infinite linear;
  animation: rotate 0.75s infinite linear; }

.embedded-link-viewer {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  z-index: 10; }
  .embedded-link-viewer.visible {
    visibility: visible;
    left: 0;
    opacity: 1;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out; }
  .embedded-link-viewer .embed-container {
    position: absolute;
    top: 3.25rem;
    right: 0;
    bottom: 3.25rem;
    left: 0;
    text-align: center; }
    .embedded-link-viewer .embed-container iframe {
      width: 100%;
      height: 100%;
      background-color: black; }
  .embedded-link-viewer .close-button {
    overflow: hidden;
    position: absolute;
    top: 1rem;
    right: 1rem;
    border: none;
    background-color: transparent;
    color: white;
    text-indent: -100em;
    cursor: pointer;
    width: 1.25rem;
    height: 1.25rem;
    background: transparent center center url(images/lightbox_close@2x.png) no-repeat;
    background-size: 100%;
    opacity: 0.5;
    text-decoration: none;
    outline: none; }
  .embedded-link-viewer .close-button:hover {
    opacity: 1; }

html body.presentation-mode {
  /* Override reveal/triggered behaviors */
  /* force relative card sizing */ }
  html body.presentation-mode .brand-header,
  html body.presentation-mode .spark-header {
    display: none !important; }
  html body.presentation-mode blockquote,
  html body.presentation-mode .caption,
  html body.presentation-mode .grid-caption,
  html body.presentation-mode .image {
    opacity: 1 !important;
    transform: translate3d(0, 0, 0) !important; }
  html body.presentation-mode .card-flipbook-section .section-content .content-container {
    width: 40% !important;
    max-width: none !important; }
  html body.presentation-mode .card-flipbook-section .section-content .card-center .content-container {
    width: 65% !important; }

body.hilite-sections .section:not(.placeholder)::after {
  box-shadow: inset 0 0 50px red;
  content: '';
  z-index: 10;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none; }

.rendition-mode .sections-article-layout {
  margin: 0;
  transform-origin: 0 0; }

.rendition-mode .article a:not(.photo-image):not(.image-viewer-link),
.rendition-mode .brand-header a {
  pointer-events: none !important; }

/* We use .section.default-bumper-section to make sure theme
 * generic section rules don't override our props.
 */
.sections-article-layout .section.default-bumper-section {
  max-height: 100%;
  bottom: auto;
  background-color: #444444;
  color: white;
  font-family: adobe-clean, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.sections-article-layout .section.default-bumper-section .section-view {
  position: relative; }

.sections-article-layout .section.default-bumper-section .footer {
  padding: 24px 8px;
  max-width: none;
  margin: 0 5%;
  color: white;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center; }
  .sections-article-layout .section.default-bumper-section .footer a {
    display: inline-block;
    white-space: nowrap;
    padding: 0 4px;
    color: inherit;
    text-decoration: none; }
    .sections-article-layout .section.default-bumper-section .footer a:hover {
      text-decoration: underline; }
    .sections-article-layout .section.default-bumper-section .footer a:focus {
      text-decoration: none;
      outline: 0;
      box-shadow: 0 0 0 1px white;
      border-radius: 4px; }

.splash {
  background-color: #242424;
  text-align: center;
  /* pseudo for triggering a line-height that is the same
  * height as the splash screen.
  */
  /* content */
  /* logo */ }
  .splash:before {
    content: '';
    display: block;
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.15); }
  .splash:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle; }
  .splash .background {
    z-index: -2;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    opacity: 0; }
    .splash .background.visible {
      opacity: 1; }
  .splash .content {
    z-index: 1;
    position: relative;
    display: inline-block;
    max-width: 80%;
    vertical-align: middle;
    /* wp-progress-bar */ }
    .splash .content .loading-label {
      position: absolute;
      top: 22px;
      left: 0;
      width: 100%;
      font-family: adobe-clean, sans-serif;
      font-size: 14px;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: #fff;
      text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25); }
    .splash .content .wp-progress-bar {
      display: block;
      margin: 0 auto;
      position: relative;
      border: solid 1px rgba(255, 255, 255, 0.4);
      width: 400px;
      max-width: 100%;
      height: 8px;
      border-radius: 8px;
      box-sizing: content-box;
      background-color: rgba(255, 255, 255, 0.5); }
      .splash .content .wp-progress-bar .wp-progress-bar-clip {
        overflow: hidden;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 8px;
        box-sizing: border-box; }
      .splash .content .wp-progress-bar .wp-progress-bar-view {
        position: absolute;
        width: 0%;
        height: 100%;
        border-radius: 8px;
        box-sizing: content-box;
        background-color: #fff;
        -webkit-transition: width .6s ease-out;
        -moz-transition: width .6s ease-out;
        -o-transition: width .6s ease-out;
        -ms-transition: width .6s ease-out;
        transition: width .6s ease-out; }
  .splash .logo {
    display: block;
    position: absolute;
    left: 50%;
    top: -134px;
    width: 100%;
    height: 66px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    background-image: none;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
    .splash .logo.visible {
      opacity: 1; }

/* splash */
@media (max-width: 767px) {
  .splash .logo {
    top: -104px; } }

.brand-header {
  pointer-events: none;
  /* button */ }
  .brand-header .branding {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 12px 40px;
    width: 50%; }
  .brand-header .actions {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 12px 40px; }
  .brand-header .branding:before,
  .brand-header .actions:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle; }
  .brand-header .logo {
    display: inline-block;
    width: 80%;
    height: 36px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    vertical-align: middle; }
  .brand-header .branding a,
  .brand-header .actions a {
    text-decoration: none;
    pointer-events: auto; }
  .brand-header .actions .button {
    display: inline-block;
    line-height: 1;
    padding: 0 20px;
    line-height: 36px;
    vertical-align: middle;
    -webkit-transition: border-color 0.5s, background-color 0.5s, color 0.5s;
    -moz-transition: border-color 0.5s, background-color 0.5s, color 0.5s;
    -ms-transition: border-color 0.5s, background-color 0.5s, color 0.5s;
    -o-transition: border-color 0.5s, background-color 0.5s, color 0.5s;
    transition: border-color 0.5s, background-color 0.5s, color 0.5s;
    /*
    &:before {
      content: '';
      display: inline-block;
      margin-right: 15px;
      width: 30px;
      height: 30px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      vertical-align: middle;
    }
*/ }

/* brand-header */
/***************/
.brand-header.floater {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 60px;
  -webkit-transform: translate3d(0, -110%, 0);
  -moz-transform: translate3d(0, -110%, 0);
  -ms-transform: translate3d(0, -110%, 0);
  -o-transform: translate3d(0, -110%, 0);
  transform: translate3d(0, -110%, 0);
  -webkit-transition: -webkit-transform 0.3s, background-color 0.5s, border-color 0.5s;
  -moz-transition: -moz-transform 0.3s, background-color 0.5s, border-color 0.5s;
  -ms-transition: -ms-transform 0.3s, background-color 0.5s, border-color 0.5s;
  -o-transition: -o-transform 0.3s, background-color 0.5s, border-color 0.5s;
  transition: transform 0.3s, background-color 0.5s, border-color 0.5s;
  /* above-the-fold */ }
  .brand-header.floater.show {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .brand-header.floater.above-the-fold {
    background-color: rgba(255, 255, 255, 0);
    border-color: rgba(255, 255, 255, 0); }
    .brand-header.floater.above-the-fold:before {
      content: '';
      position: absolute;
      opacity: 1;
      left: 0;
      top: 0;
      right: 0;
      height: 155px;
      -webkit-animation: 0.5s linear brand-header-fade-in;
      -moz-animation: 0.5s linear brand-header-fade-in;
      -o-animation: 0.5s linear brand-header-fade-in;
      -ms-animation: 0.5s linear brand-header-fade-in;
      animation: 0.5s linear brand-header-fade-in; }
  .brand-header.floater .logo {
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -ms-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s; }

/* floater */
@-webkit-keyframes brand-header-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes brand-header-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes brand-header-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-ms-keyframes brand-header-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes brand-header-fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/***************/
.sections-article-layout .brand-header-section {
  height: 56px; }
  .sections-article-layout .brand-header-section .branding,
  .sections-article-layout .brand-header-section .actions {
    padding: 10px; }
  .sections-article-layout .brand-header-section .actions .button {
    padding: 0 14px; }

.sections-article-layout {
  /* branded-bumper-section */ }
  .sections-article-layout .branded-bumper-section {
    max-height: 100%;
    bottom: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    /* footer */ }
    .sections-article-layout .branded-bumper-section .section-view {
      position: relative; }
    .sections-article-layout .branded-bumper-section .brand-content {
      padding: 52px 0 18px 0;
      text-align: center; }
      .sections-article-layout .branded-bumper-section .brand-content .logo {
        display: inline-block;
        width: 100px;
        height: 100px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center; }
    .sections-article-layout .branded-bumper-section .footer {
      padding: 10px 15px;
      max-width: none;
      line-height: 1;
      text-align: right; }
      .sections-article-layout .branded-bumper-section .footer a {
        display: inline-block;
        white-space: nowrap;
        padding: 0 10px;
        text-decoration: none; }

/* sections-article-layout */
.preso-section {
  background-color: black; }

.preso-section .section-content-view {
  -webkit-perspective: 1000px;
  perspective: 1000px; }

.slide, .slide-clip-outer, .slide-clip-inner, .slide-view, .slide-background, .slide-background-layer, .slide-background-image, .slide-content {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.slide.hidden {
  visibility: hidden; }

.slide-background-image {
  background-color: black;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.slide-background-layer {
  text-align: center;
  line-height: 100%; }

.slide-background-layer:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle; }

.slide-background-layer .slide-background-graphic {
  display: inline-block;
  vertical-align: middle; }

.slide-background-layer .slide-background-graphic img {
  max-width: 100%;
  max-height: 100%; }

.slide-content {
  text-align: center; }

.slide-content:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle; }

.slide-text {
  display: inline-block;
  width: 60%;
  max-height: 60%;
  vertical-align: middle; }

.slide-text-wrapper {
  display: inline-block; }

.split-layout .slide-background {
  right: 50%; }

.split-layout .slide-content {
  left: 50%; }

.slide-content .text-group,
.slide-content .text-group .text-group-background,
.slide-content .text-group .text-group-background-image,
.slide-content .text-group .text-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.slide-content .text-group .hidden {
  visibility: hidden; }

.slide-content .text-group .text-group-background-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.slide-content .text-group .text-container {
  text-align: center; }

.slide-content .text-group .text-container:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle; }

.slide-content .text-group .text-container p {
  display: inline-block;
  text-align: center;
  vertical-align: middle; }

.slide-content .word-wrapper {
  display: inline-block; }

.slide-content .char-wrapper {
  display: inline-block; }

/** styling for toast **/
.toast-container {
  visibility: hidden;
  position: fixed;
  bottom: 8px;
  left: 50%;
  margin-left: -100px;
  background-color: #444444;
  border-radius: 4px;
  min-width: 200px;
  padding: 0 40px 0 40px;
  font-family: adobe-clean,sans-serif;
  color: #ffffff;
  font-size: 15px;
  -webkit-font-smoothing: antialiased; }

.toast-container.show {
  visibility: visible;
  -webkit-animation: 0.35s ease-in toast-message-fade-in;
  -moz-animation: 0.35s ease-in toast-message-fade-in;
  -o-animation: 0.35s ease-in toast-message-fade-in;
  -ms-animation: 0.35s ease-in toast-message-fade-in;
  animation: 0.35s ease-in toast-message-fade-in; }

@-webkit-keyframes toast-message-fade-in {
  0% {
    bottom: -30px;
    opacity: 0; }
  60% {
    bottom: -30px;
    opacity: 0; }
  100% {
    bottom: 8px;
    opacity: 1; } }

@-moz-keyframes toast-message-fade-in {
  0% {
    bottom: -45px;
    opacity: 0; }
  50% {
    bottom: -45px;
    opacity: 0; }
  100% {
    bottom: 10px;
    opacity: 1; } }

@-o-keyframes toast-message-fade-in {
  0% {
    bottom: -45px;
    opacity: 0; }
  50% {
    bottom: -45px;
    opacity: 0; }
  100% {
    bottom: 10px;
    opacity: 1; } }

@-ms-keyframes toast-message-fade-in {
  0% {
    bottom: -45px;
    opacity: 0; }
  50% {
    bottom: -45px;
    opacity: 0; }
  100% {
    bottom: 10px;
    opacity: 1; } }

@keyframes toast-message-fade-in {
  0% {
    bottom: -45px;
    opacity: 0; }
  50% {
    bottom: -45px;
    opacity: 0; }
  100% {
    bottom: 10px;
    opacity: 1; } }

/** styling for anchor **/
.content-container h1, .content-container h2, .content-container h3, .content-container h4, .content-container h5, .content-container h6 {
  position: relative; }
  .content-container h1 .heading-content-wrapper, .content-container h2 .heading-content-wrapper, .content-container h3 .heading-content-wrapper, .content-container h4 .heading-content-wrapper, .content-container h5 .heading-content-wrapper, .content-container h6 .heading-content-wrapper {
    position: relative;
    display: inline-block; }
  .content-container h1 a.page-heading-anchor:before, .content-container h2 a.page-heading-anchor:before, .content-container h3 a.page-heading-anchor:before, .content-container h4 a.page-heading-anchor:before, .content-container h5 a.page-heading-anchor:before, .content-container h6 a.page-heading-anchor:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0.7;
    background-size: 50%;
    background-image: url(images/Link_18_N.svg);
    background-repeat: no-repeat;
    background-position: center; }
  .content-container h1 a.page-heading-anchor, .content-container h2 a.page-heading-anchor, .content-container h3 a.page-heading-anchor, .content-container h4 a.page-heading-anchor, .content-container h5 a.page-heading-anchor, .content-container h6 a.page-heading-anchor {
    position: absolute;
    vertical-align: middle;
    margin-left: -50px;
    width: 40px;
    height: 40px;
    z-index: 9999;
    background-color: #ffffff !important;
    border-radius: 40px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    opacity: 0;
    border-bottom-width: 0 !important;
    padding-right: 5px;
    -webkit-transition-property: opacity !important;
    -webkit-transition-delay: 0.35s !important;
    -moz-transition-property: opacity !important;
    -moz-transition-delay: 0.35s !important;
    -ms-transition-property: opacity !important;
    -ms-transition-delay: 0.35s !important;
    -o-transition-property: opacity !important;
    -o-transition-delay: 0.35s !important;
    transition-property: opacity !important;
    transition-delay: 0.35s !important; }
    .content-container h1 a.page-heading-anchor.small, .content-container h2 a.page-heading-anchor.small, .content-container h3 a.page-heading-anchor.small, .content-container h4 a.page-heading-anchor.small, .content-container h5 a.page-heading-anchor.small, .content-container h6 a.page-heading-anchor.small {
      width: 20px;
      height: 20px; }
  .content-container h1 a.page-heading-anchor:hover, .content-container h2 a.page-heading-anchor:hover, .content-container h3 a.page-heading-anchor:hover, .content-container h4 a.page-heading-anchor:hover, .content-container h5 a.page-heading-anchor:hover, .content-container h6 a.page-heading-anchor:hover {
    opacity: 1; }
  .content-container h1 a.page-heading-anchor:hover:before, .content-container h2 a.page-heading-anchor:hover:before, .content-container h3 a.page-heading-anchor:hover:before, .content-container h4 a.page-heading-anchor:hover:before, .content-container h5 a.page-heading-anchor:hover:before, .content-container h6 a.page-heading-anchor:hover:before {
    opacity: 1; }
  .content-container h1:hover a.page-heading-anchor, .content-container h2:hover a.page-heading-anchor, .content-container h3:hover a.page-heading-anchor, .content-container h4:hover a.page-heading-anchor, .content-container h5:hover a.page-heading-anchor, .content-container h6:hover a.page-heading-anchor {
    opacity: 1; }

@media print {
  * {
    print-color-adjust: exact !important;
    -webkit-print-color-adjust: exact !important;
    box-sizing: border-box !important; }
  body {
    position: relative !important;
    margin: 0 !important;
    padding: 0 !important;
    top: auto !important;
    bottom: auto !important;
    min-height: none !important; }
  nav, aside, footer, .footer {
    display: none !important; }
  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
    page-break-inside: avoid; }
  blockquote, table, pre, img {
    page-break-inside: avoid; }
  ul, ol, dl {
    page-break-before: avoid; }
  #app,
  #luca-splash,
  .publication-view,
  .publication-viewer,
  .wp-swipe-panel-group,
  .wp-swipe-panel-group-view,
  .wp-swipe-panel-group-panel,
  .article {
    position: static !important;
    transform: none !important; }
  #luca-splash,
  .author-appreciation-container,
  .bumper-section:not(.branded-bumper-section),
  .section.spacer-section,
  .author-section,
  .wp-scrollbar {
    display: none !important; }
  .publication-viewer,
  .wp-swipe-panel-group {
    overflow: visible !important; }
  .publication-view,
  .publication-viewer {
    width: 100vw !important; }
  .wp-swipe-panel-group-panel {
    display: block !important;
    overflow: visible !important;
    visibility: visible !important;
    transform: none !important; }
  .sections-article-layout .section {
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important; }
  .section {
    position: relative !important;
    overflow: hidden !important;
    visibility: visible !important;
    max-height: none !important; }
  .section,
  .sections-article-layout .section,
  .section-background,
  .section-content-view,
  .title-header,
  .title-header-view,
  .image,
  .hidden,
  .section-view,
  .pull-quote {
    opacity: 1 !important;
    transform: none !important; }
  .title-header {
    overflow: hidden; }
  .title-header .title,
  .title-header .subtitle {
    max-height: none !important; }
  .section.large-content-spacing-bottom .section-content .content-container:last-child,
  .author-appreciation-container {
    padding-bottom: 0 !important; }
  .section.top-shadow,
  .section.bottom-shadow,
  .section.credits-section,
  .content-container,
  .section.top-shadow {
    box-shadow: none !important; }
  .section.author-section,
  .section.credits-section,
  .fullscreen-photo-section,
  .full-width-section,
  .link-button-wrapper,
  .embedded-gif {
    page-break-inside: avoid; }
  .title-section,
  .fullscreen-photo-section {
    height: 100vh !important; }
  .title-section.height-35 {
    height: 35vh !important; }
  .full-width-section {
    position: relative !important; }
  .full-width-section .image-wrapper {
    width: 100vw !important;
    height: 100vh !important; }
  .window-section,
  .window.section-background {
    height: 50vh !important; }
  .fullscreen-photo-section .pull-quote,
  .window-section .pull-quote {
    margin: 0 !important;
    top: 3vh !important;
    left: 3vw !important;
    right: auto !important;
    bottom: auto !important;
    opacity: 1 !important;
    transform: none !important; }
  .window-section.caption-right .pull-quote,
  .fullscreen-photo-section.caption-right .pull-quote {
    right: 3vw !important;
    left: auto !important; }
  .photo-grid-section,
  .embedded-link-wrapper,
  .embedded-gif {
    page-break-before: always;
    page-break-after: always; }
  .photo-grid .image {
    position: relative !important; }
  .photo-grid-section .photo-grid .photo-group-container {
    page-break-before: auto;
    page-break-inside: avoid;
    position: relative !important;
    transform: none !important; }
  .photo-grid-section .photo-group {
    padding-top: 0 !important;
    height: 20vh !important; }
  .photo-grid-section .photo-group.t1-layout-p-1 {
    height: 90vh !important; }
  .photo-grid-section .photo-group.t2-layout-pp-1 {
    height: 35vh !important; }
  .photo-grid-section .photo-group.t3-layout-ppp-1 {
    height: 25vh !important; }
  .window-section,
  .card-flipbook-section,
  .card-flipbook-section .section-background-image,
  .single-column-section.split-layout,
  .photo-grid-section,
  .article .single-column-section .image {
    page-break-before: always;
    page-break-after: always; }
  .card-flipbook-section {
    overflow: hidden !important;
    height: auto !important; }
  .card-flipbook-section .section-view,
  .card-flipbook-section .section-content,
  .card-flipbook-section .section-content-view,
  .card-flipbook-section .content-group,
  .card-flipbook-section .section-background,
  .card-flipbook-section .section-background-image {
    visibility: visible !important;
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    height: auto !important;
    max-height: none !important; }
  .card-flipbook-section .section-background {
    margin: 0 !important;
    width: auto !important; }
  .card-flipbook-section .section-background-image {
    display: block;
    width: 100vw !important;
    height: 100vh !important;
    transform: none !important; }
  .card-flipbook-section .card,
  .card-flipbook-section .content-container {
    width: auto !important;
    max-width: none !important; }
  .card-flipbook-section .section-content .content-container {
    width: 100vw !important;
    margin: 0 !important; }
  .card-flipbook-section .section-content .content-container {
    padding-left: 20% !important;
    padding-right: 20% !important; }
  .content-container {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .content-container > * {
    margin-top: 0 !important;
    padding-top: 2rem !important; }
  .full-width-section .content-container > *:is(.image) {
    padding-top: 0 !important; }
  .article .single-column-section .image {
    page-break-inside: avoid;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 4rem) !important; }
  .section-content-view,
  .photo-grid-section .photo-group-container {
    transform: none !important; }
  .section.photo-grid-section .section-view,
  .section.photo-grid-section .section-content,
  .section.photo-grid-section .section-content-view,
  .photo-grid-section .photo-group-container {
    position: relative !important; }
  .card-flipbook-section.hidden .section-background-image.visible,
  .card-flipbook-section.hidden .section-content-view.visible,
  .embedded-link-viewer,
  .section.photo-grid-section.managed .photo-grid > * {
    visibility: visible !important; }
  .single-column-section.split-layout .section-background,
  .single-column-section.split-layout .section-content {
    width: 100vw !important; }
  .single-column-section.split-layout .section-background {
    position: relative !important;
    height: 50vh !important;
    box-shadow: none !important; }
  .single-column-section.split-layout .section-content {
    position: relative !important; } }
