/* line 18, B:/global/system/slideshow/css/sass/partials/_slideshow.scss */
body {
  -webkit-text-size-adjust: none;
}

/* line 21, B:/global/system/slideshow/css/sass/partials/_slideshow.scss */
.no-scroll {
  overflow: hidden;
}

/* line 24, B:/global/system/slideshow/css/sass/partials/_slideshow.scss */
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

/* line 28, B:/global/system/slideshow/css/sass/partials/_slideshow.scss */
.slideshow {
  position: relative;
  width: 100%;
  font-family: "Gotham A", "Gotham B", Verdana, sans-serif;
  color: #000;
}

/* line 33, B:/global/system/slideshow/css/sass/partials/_slideshow.scss */
.slideshow, .slideshow * {
  box-sizing: border-box;
  line-height: 1.2;
}

/* line 37, B:/global/system/slideshow/css/sass/partials/_slideshow.scss */
.slideshow .slideshow-slides {
  position: relative;
  padding-bottom: 66.66%;
  width: 100%;
  height: 0;
  margin-bottom: 10px;
  overflow: hidden;
}

/* line 44, B:/global/system/slideshow/css/sass/partials/_slideshow.scss */
.slideshow .slideshow-slides .slideshow-slides-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* line 49, B:/global/system/slideshow/css/sass/partials/_slideshow.scss */
.slideshow .slideshow-slides .slide {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  text-align: center;
  opacity: 0;
  z-index: 1;
  display: none;
  justify-content: center;
  align-items: center;
  transition: display 500ms ease-in-out 0s, opacity 500ms ease-in-out 0s;
}

/* line 61, B:/global/system/slideshow/css/sass/partials/_slideshow.scss */
.slideshow .slideshow-slides .slide.active {
  position: relative;
  z-index: 2;
  display: flex;
  opacity: 1;
}

/* line 67, B:/global/system/slideshow/css/sass/partials/_slideshow.scss */
.slideshow .slideshow-slides .slide img {
  height: 100%;
  width: 100%;
  object-fit: scale-down;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 67, B:/global/system/slideshow/css/sass/partials/_slideshow.scss */
  .slideshow .slideshow-slides .slide img {
    width: auto;
    height: auto;
    max-height: 100%;
  }
}

/* line 79, B:/global/system/slideshow/css/sass/partials/_slideshow.scss */
.slideshow .opaque {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}

/* line 83, B:/global/system/slideshow/css/sass/partials/_slideshow.scss */
.slideshow .opaque .loader-content {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  height: 100%;
  position: relative;
  top: auto;
  left: auto;
}

/* line 92, B:/global/system/slideshow/css/sass/partials/_slideshow.scss */
.slideshow .controls-direction .prev, .slideshow .controls-direction .next {
  position: absolute;
  top: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
  width: 50%;
  opacity: 1;
  text-align: right;
  display: flex;
  justify-content: unset;
  -ms-flex-align: center;
  align-items: center;
  visibility: visible !important;
  z-index: 3;
}

/* line 106, B:/global/system/slideshow/css/sass/partials/_slideshow.scss */
.slideshow .controls-direction .prev img, .slideshow .controls-direction .next img {
  width: 52px;
  height: 63px;
}

@media (max-width: 767px) {
  /* line 106, B:/global/system/slideshow/css/sass/partials/_slideshow.scss */
  .slideshow .controls-direction .prev img, .slideshow .controls-direction .next img {
    width: 40px;
    height: 49px;
  }
}

/* line 115, B:/global/system/slideshow/css/sass/partials/_slideshow.scss */
.slideshow .controls-direction .prev {
  left: 0;
}

/* line 118, B:/global/system/slideshow/css/sass/partials/_slideshow.scss */
.slideshow .controls-direction .next {
  right: 0;
}

/* line 120, B:/global/system/slideshow/css/sass/partials/_slideshow.scss */
.slideshow .controls-direction .next img {
  margin-left: auto;
}

/* line 126, B:/global/system/slideshow/css/sass/partials/_slideshow.scss */
.slideshow-caption {
  width: 100%;
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid #d9d9d9;
  font-family: "Gotham A", "Gotham B", Verdana, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.2;
}

/* line 134, B:/global/system/slideshow/css/sass/partials/_slideshow.scss */
.slideshow-caption .row {
  display: flex;
  display: -ms-flex-box;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}

/* line 142, B:/global/system/slideshow/css/sass/partials/_slideshow.scss */
.slideshow-caption .row-caption {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
}

/* line 147, B:/global/system/slideshow/css/sass/partials/_slideshow.scss */
.slideshow-caption .expand-it {
  background: url(/system/slideshow/img/icon_fullscreen.svg) no-repeat;
  font-weight: bold;
  color: #d51b1e !important;
  padding-left: 20px;
  font-size: 0.75rem;
  font-family: "Gotham A", "Gotham B", Verdana, sans-serif;
  background-size: 13px 13px;
  line-height: 13px;
  text-transform: uppercase;
  text-decoration: none !important;
  cursor: pointer;
  height: auto;
  margin: 0;
  white-space: nowrap;
}

/* line 162, B:/global/system/slideshow/css/sass/partials/_slideshow.scss */
.slideshow-caption .expand-it:hover {
  text-decoration: none;
}

/* line 166, B:/global/system/slideshow/css/sass/partials/_slideshow.scss */
.slideshow-caption .slide-count {
  float: none;
  flex: 0 0 auto;
  margin: 0;
  font-size: 0.75rem;
  font-family: "Gotham A", "Gotham B", Verdana, sans-serif;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
}

/* line 176, B:/global/system/slideshow/css/sass/partials/_slideshow.scss */
.slideshow-caption .slide-caption {
  margin: 0;
  padding-left: 24px;
  position: relative;
  font-family: "Gotham A", "Gotham B", Verdana, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.3;
  font-weight: normal;
  color: #000;
}

/* line 185, B:/global/system/slideshow/css/sass/partials/_slideshow.scss */
.slideshow-caption .slide-caption:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 10px;
  width: 4px;
  height: 4px;
  display: block;
  background-color: #000;
  border-radius: 100%;
}

/* line 198, B:/global/system/slideshow/css/sass/partials/_slideshow.scss */
.slideshow .slideshow-caption .image-credit {
  text-align: right;
  padding-right: 20px;
}

/* line 204, B:/global/system/slideshow/css/sass/partials/_slideshow.scss */
.slideshow-fullpage {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  z-index: 10000;
  background: #fff;
}

/* line 209, B:/global/system/slideshow/css/sass/partials/_slideshow.scss */
.slideshow-fullpage .js-fullPageSlider {
  -ms-flex-align: start;
  align-items: start;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  flex-direction: column;
}

/* line 218, B:/global/system/slideshow/css/sass/partials/_slideshow.scss */
body.portrait .slideshow-fullpage .js-fullPageSlider {
  justify-content: start;
}

/* line 222, B:/global/system/slideshow/css/sass/partials/_slideshow.scss */
.slideshow-fullpage .slideshow-title {
  font-size: 1.0625rem;
  font-family: "Chronicle Display A", "Chronicle Display B", Verdana, serif !important;
  font-weight: 600;
  line-height: 1.1;
  color: #000;
  margin: 0;
}

/* line 231, B:/global/system/slideshow/css/sass/partials/_slideshow.scss */
body.landscape .slideshow-fullpage .slideshow-slides, body:not(.portrait) .slideshow-fullpage .slideshow-slides {
  height: 100%;
  padding-bottom: 0;
  margin-bottom: 0;
}

/* line 235, B:/global/system/slideshow/css/sass/partials/_slideshow.scss */
body.landscape .slideshow-fullpage .slideshow-slides .slideshow-slides-inner, body:not(.portrait) .slideshow-fullpage .slideshow-slides .slideshow-slides-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

@media (max-width: 767px) {
  /* line 242, B:/global/system/slideshow/css/sass/partials/_slideshow.scss */
  body.portrait .slideshow-fullpage .slideshow-slides {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  /* line 246, B:/global/system/slideshow/css/sass/partials/_slideshow.scss */
  body.portrait .slideshow-fullpage .slideshow-slides-inner {
    position: unset;
    top: unset;
    left: unset;
    height: 100%;
    width: unset;
  }
  /* line 250, B:/global/system/slideshow/css/sass/partials/_slideshow.scss */
  body.portrait .slideshow-fullpage .slideshow-slides-inner .slideshow-image {
    height: auto;
    width: auto;
    max-width: 100%;
  }
}

/* line 259, B:/global/system/slideshow/css/sass/partials/_slideshow.scss */
.slideshow-fullpage .slideshow-caption {
  border-bottom: 0;
  padding: 10px 15px 15px;
  width: 100%;
  box-sizing: border-box;
}

/* line 264, B:/global/system/slideshow/css/sass/partials/_slideshow.scss */
.slideshow-fullpage .slideshow-caption .slide-caption {
  padding-left: 0;
}

/* line 266, B:/global/system/slideshow/css/sass/partials/_slideshow.scss */
.slideshow-fullpage .slideshow-caption .slide-caption:before {
  display: none;
}

/* line 271, B:/global/system/slideshow/css/sass/partials/_slideshow.scss */
.slideshow-fullpage .slideshow-header {
  display: flex;
  align-items: center;
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
  z-index: 1;
}

@media (max-width: 767px) {
  /* line 271, B:/global/system/slideshow/css/sass/partials/_slideshow.scss */
  .slideshow-fullpage .slideshow-header {
    align-items: start;
    flex: 0 0 auto;
    padding: 15px 20px 10px;
  }
}

/* line 282, B:/global/system/slideshow/css/sass/partials/_slideshow.scss */
.slideshow-fullpage .slideshow-header .close-slideshow {
  display: flex;
  margin-right: 20px;
  font-size: 0.8125rem;
  cursor: pointer;
  align-items: center;
  position: relative;
}

@media (max-width: 767px) {
  /* line 282, B:/global/system/slideshow/css/sass/partials/_slideshow.scss */
  .slideshow-fullpage .slideshow-header .close-slideshow {
    margin-top: 1px;
    flex: 0 0 13px;
  }
}

/* line 293, B:/global/system/slideshow/css/sass/partials/_slideshow.scss */
.slideshow-fullpage .slideshow-header .close-slideshow:before {
  background: transparent;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 10px;
  margin-left: -10px;
  z-index: -1;
}

/* line 305, B:/global/system/slideshow/css/sass/partials/_slideshow.scss */
.slideshow-fullpage .slideshow-header .title {
  margin: 0;
}

@media (max-width: 767px) {
  /* line 312, B:/global/system/slideshow/css/sass/partials/_slideshow.scss */
  body.portrait .slideshow-fullpage.slideshow-locked .slideshow-slides {
    margin-bottom: 10px;
    padding-bottom: 66.66%;
    height: 0;
  }
  /* line 316, B:/global/system/slideshow/css/sass/partials/_slideshow.scss */
  body.portrait .slideshow-fullpage.slideshow-locked .slideshow-slides-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
}

/* line 334, B:/global/system/slideshow/css/sass/partials/_slideshow.scss */
.slideshow-locked .text-notify {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 400;
  font-family: "Gotham A", "Gotham B", Verdana, sans-serif;
  height: 100%;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  line-height: 1.3;
  padding: 0 40px;
  box-sizing: border-box;
}

/* line 350, B:/global/system/slideshow/css/sass/partials/_slideshow.scss */
.slideshow-locked .text-notify:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: -1;
}

/* line 358, B:/global/system/slideshow/css/sass/partials/_slideshow.scss */
.slideshow-locked .controls-direction .next,
.slideshow-locked .controls-direction .prev {
  cursor: not-allowed;
  opacity: 0.4;
}

@media (max-width: 767px) {
  /* line 367, B:/global/system/slideshow/css/sass/partials/_slideshow.scss */
  #body .image_right,
  #body .image_right,
  #body .image {
    display: flex;
  }
  /* line 371, B:/global/system/slideshow/css/sass/partials/_slideshow.scss */
  #body .image_right .imageWrapper,
  #body .image_right .articleImage,
  #body .image_right .imageWrapper,
  #body .image_right .articleImage,
  #body .image .imageWrapper,
  #body .image .articleImage {
    width: auto !important;
    max-width: 100% !important;
  }
}

/* line 379, B:/global/system/slideshow/css/sass/partials/_slideshow.scss */
[class^="image_"] + .image .imageWrapper {
  clear: both;
}

/* line 382, B:/global/system/slideshow/css/sass/partials/_slideshow.scss */
.imageWrapper, .articleImage {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}

/* line 386, B:/global/system/slideshow/css/sass/partials/_slideshow.scss */
.imageWrapper .image_link, .articleImage .image_link {
  color: #000;
}

/* line 389, B:/global/system/slideshow/css/sass/partials/_slideshow.scss */
.imageWrapper img, .articleImage img {
  vertical-align: middle;
  cursor: zoom-in;
}

/* line 393, B:/global/system/slideshow/css/sass/partials/_slideshow.scss */
.imageWrapper a, .articleImage a {
  text-decoration: none !important;
}

/* line 398, B:/global/system/slideshow/css/sass/partials/_slideshow.scss */
.slideshow-item {
  position: absolute !important;
  top: 0;
  right: 0;
  left: auto !important;
  cursor: pointer;
  width: auto !important;
  z-index: 1;
  box-sizing: border-box;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 398, B:/global/system/slideshow/css/sass/partials/_slideshow.scss */
  .slideshow-item {
    max-width: 100%;
  }
}

/* line 412, B:/global/system/slideshow/css/sass/partials/_slideshow.scss */
.slideshow-item .slideshow-indicator {
  background: rgba(255, 255, 255, 0.7);
  position: relative;
  left: 0 !important;
  width: auto !important;
  height: auto !important;
  padding: 10px;
  display: flex;
  align-items: center;
  align-self: auto;
  margin-left: auto;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  /* line 412, B:/global/system/slideshow/css/sass/partials/_slideshow.scss */
  .slideshow-item .slideshow-indicator {
    padding: 5px;
  }
}

/* line 426, B:/global/system/slideshow/css/sass/partials/_slideshow.scss */
.slideshow-item .slideshow-indicator img {
  flex: 0 0 14px;
  max-width: 14px;
}

/* line 430, B:/global/system/slideshow/css/sass/partials/_slideshow.scss */
.slideshow-item .slideshow-indicator .slide-count,
.slideshow-item .slideshow-indicator .slide-view {
  margin: 0 0 0 7px;
  color: #000;
  font-size: 0.6875rem;
  font-family: "Gotham A", "Gotham B", Verdana, sans-serif;
  font-weight: bold;
}

@media (max-width: 767px) {
  /* line 430, B:/global/system/slideshow/css/sass/partials/_slideshow.scss */
  .slideshow-item .slideshow-indicator .slide-count,
  .slideshow-item .slideshow-indicator .slide-view {
    margin: 0 0 0 3px;
    line-height: 14px;
  }
}

/* line 442, B:/global/system/slideshow/css/sass/partials/_slideshow.scss */
.slideshow-item .slideshow-indicator .slide-count + .slide-view {
  display: none;
}

/* line 446, B:/global/system/slideshow/css/sass/partials/_slideshow.scss */
.slideshow-item .slideshow-indicator:hover .slide-count {
  display: none;
}

/* line 449, B:/global/system/slideshow/css/sass/partials/_slideshow.scss */
.slideshow-item .slideshow-indicator:hover .slide-view,
.slideshow-item .slideshow-indicator:hover .slide-count-xs {
  display: block;
}

/* line 455, B:/global/system/slideshow/css/sass/partials/_slideshow.scss */
.slideshow-item + .credit {
  margin-top: 5px;
}

/*# sourceMappingURL=../slideshow.map */