@charset "UTF-8";
/***********************************
/* OVERALL WRAPPER FOR THE SLIDESHOWf
/***********************************/
/*
.slideshow-wrapper {
    overflow: hidden; // TODO might need to come back - check with slides of different height
    -webkit-transition: height .8s cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -moz-transition: height .8s cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -o-transition: height .8s cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition: height .8s cubic-bezier(0.165, 0.840, 0.440, 1.000);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
*/
.slideshow-wrapper {
  position: relative;
  /*padding-bottom: 24px;  for the controls - apple dots, etc. */
}

/* no controls under 860px
/*@media (max-width: 859px) {
    #outer_shell #shell #header .slideshow-wrapper {
        padding-bottom: 0;
    }
}*/
/**************************************************
/* TABLE ELEMENT (ONLY IF THERE'S A LEFT SLIDESHOW)
/**************************************************/
/* this will not work in firefox anyways (since it's display: table)
.slideshow-holder {
    position: relative;
}
*/
/* HACK flip the direction of the overall element, so the left sidebar is actually
on the right in the DOM - this way, we can assign styles to it to bump it down below the slideshow

#outer_shell .slideshow-holder {
    direction: rtl;
}

[dir="rtl"] #outer_shell .slideshow-holder {
    direction: ltr;
}

#outer_shell .slideshow-holder > div {
    direction: ltr;
}

[dir="rtl"] #outer_shell .slideshow-holder > div {
    direction: rtl;
}


@media (max-width: 859px) {

    #outer_shell .slideshow-holder {
        display: block; / * not table * /
    }

}
*/
/***************
/* SLIDE WRAPPER
/***************/
#shell .slide-wrapper.force-show-spinner,
.slide-wrapper {
  -webkit-transition: transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000);
  -ms-transition: transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000);
  -moz-transition: transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000);
  -o-transition: transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000);
  transition: transform 1s cubic-bezier(0.165, 0.840, 0.440, 1.000);
  z-index: 3;
}

.slide-wrapper.js-slideshow-preinited .loader {
  display: none;
}

/* we don't need the activity indicator on mobile, since we are not preloading the images */
@media (max-width: 1024px) {
  .slide-wrapper {
    background: none;
  }
}

.slide-wrapper.all-loaded {
  background: none;
}

/*
.slide-wrapper.moving {
    background: none;
}
*/
/**************
/* SLIDE HOLDER
/**************/
.slide-holder {
  /* HACK needed to avoid spaces between the slides (which are inline blocks) */
  white-space: nowrap;
  font-size: 0;
  left: 0;
}

/* do wrap inside the slide */
.slide-holder slide {
  white-space: normal;
  font-size: 14px;
  font-weight: 100;
}

:lang(el) .slide-holder slide {
  font-size: 12px;
}

/***********
/* STRETCHER
/**********/
.slide-stretcher-outer {
  max-width: 860px;
  margin: auto;
}

.slide-stretcher {
  height: 0;
  padding-bottom: 66.86%;
  position: relative;
}

.slideshow-wrapper-with-left-panel .slide-stretcher {
  padding-bottom: 56.27%;
}

.slide-stretcher slide {
  height: 0;
}

/**********
/* CONTROLS
/**********/
/*
.slide-controls {
    width: 860px;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 2;
    top: 0;
}
*/
.slideshow-wrapper-with-left-panel .slide-controls {
  display: block;
  z-index: 4;
}

/* no controls under iPad size */
@media (max-width: 767px) {
  .slide-selectors {
    display: none !important;
  }
}

/* caption for slide on ipad when flipped */
@media (min-width: 769px) {
  .pswp__caption__center {
    display: none;
  }
}

/*******************
/* THE ACTUAL SLIDES
/*******************/
slide {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 100%;
}

.stretched-slideshow slide {
  margin-right: 50px;
}

.slideshow-wrapper-with-left-panel slide {
  margin-right: 0;
}

/*
/*****************************************
/* CUSTOM BAR THAT CAN BE PLACED ON SLIDES
/*****************************************/
.custom-fso-tour-bar:hover {
  -moz-box-shadow: 0 4px 11px 0px #888,0 -2px 11px 0px #888;
  -webkit-box-shadow: 0 4px 11px 0px #888,0 -2px 11px 0px #888;
  box-shadow: 0 4px 11px 0px #888,0 -2px 11px 0px #888;
  background: rgba(71, 100, 111, 0.9);
  cursor: pointer;
}

.custom-fso-tour-bar {
  position: absolute;
  bottom: 5px;
  width: 840px;
  background: rgba(71, 100, 111, 0.7);
  margin: 0 10px 10px 10px;
  padding: 6px 0 9px 0;
  z-index: 50;
}

.custom-fso-tour-bar .button {
  color: white;
  background: rgba(132, 149, 171, 0.6);
  font-size: 22px;
  display: inline-block;
  padding: 6px 10px 6px 10px;
  margin-top: 5px;
  width: 35%;
}

:lang(el) .custom-fso-tour-bar .button {
  font-size: 14px;
}

:lang(nl) .custom-fso-tour-bar .button,
:lang(fr) .custom-fso-tour-bar .button,
:lang(it) .custom-fso-tour-bar .button {
  font-size: 15px;
}

:lang(pt) .custom-fso-tour-bar .button,
:lang(es) .custom-fso-tour-bar .button,
:lang(es_ES) .custom-fso-tour-bar .button {
  font-size: 18px;
}

@media (max-width: 767px) {
  .custom-fso-tour-bar .button {
    font-size: 15px;
  }
}

@media (max-width: 600px) {
  .custom-fso-tour-bar .button {
    font-size: 13px;
  }
}

.custom-fso-tour-bar:hover button {
  background: rgba(132, 149, 171, 0.8);
}

.custom-fso-tour-bar-left {
  float: left;
  width: 61%;
  text-align: right;
  color: white;
  font-size: 18px;
  margin-right: 10px;
}

/**************
/* VIDEO SLIDES
/**************/
.video-js.vjs-playing ~ .center-playbutton-overlay,
.video-js.vjs-playing ~ .new-age-caption-overlay,
.video-js.vjs-has-started:active ~ .center-playbutton-overlay,
.video-js.vjs-has-started:active ~ .new-age-caption-overlay {
  display: none;
}

/*****************************
/* SLIDE MOTION-RELATED STYLES
/*****************************/
.slide-wrapper slide .item.move-right,
.slide-wrapper slide .item.move-left {
  opacity: 0;
  -webkit-transition: opacity .2s ease-out;;
  -ms-transition: opacity .2s ease-out;;
  -moz-transition: opacity .2s ease-out;;
  -o-transition: opacity .2s ease-out;;
  transition: opacity .2s ease-out;;
  /*
    -webkit-transform: translate3d(-910px, 0px, 0);
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.840, 0.440, 1.000);
    */
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000;;
  -ms-perspective: 1000;;
  -moz-perspective: 1000;;
  -o-perspective: 1000;;
  perspective: 1000;;
}

/*
.slide-wrapper slide .item.move-right.no-animation-delay,
.slide-wrapper slide .item.move-left.no-animation-delay {
    @include vendor-prefix("transition", "none !important;");
}
*/
.slide-wrapper slide .item.text-item.animation-left-hold {
  opacity: 0 !important;
  -webkit-transform: translate3d(-910px, 30px, 0)  !important;;
  -ms-transform: translate3d(-910px, 30px, 0)  !important;;
  -moz-transform: translate3d(-910px, 30px, 0)  !important;;
  -o-transform: translate3d(-910px, 30px, 0)  !important;;
  transform: translate3d(-910px, 30px, 0)  !important;;
}

.slide-wrapper slide .item.text-item.animation-left-hold.js-vertical-middle {
  opacity: 0 !important;
  -webkit-transform: translate3d(-910px, 30px, 0)  !important;;
  -ms-transform: translate3d(-910px, 30px, 0)  !important;;
  -moz-transform: translate3d(-910px, 30px, 0)  !important;;
  -o-transform: translate3d(-910px, 30px, 0)  !important;;
  transform: translate3d(-910px, 30px, 0)  !important;;
}

.slide-wrapper slide .item.text-item.animation-right-hold {
  opacity: 0 !important;
  -webkit-transform: translate3d(910px, 30px, 0)  !important;;
  -ms-transform: translate3d(910px, 30px, 0)  !important;;
  -moz-transform: translate3d(910px, 30px, 0)  !important;;
  -o-transform: translate3d(910px, 30px, 0)  !important;;
  transform: translate3d(910px, 30px, 0)  !important;;
}

.slide-wrapper slide .item.text-item.animation-right-hold.js-vertical-middle {
  opacity: 0 !important;
  -webkit-transform: translate3d(910px, 30px, 0)  !important;;
  -ms-transform: translate3d(910px, 30px, 0)  !important;;
  -moz-transform: translate3d(910px, 30px, 0)  !important;;
  -o-transform: translate3d(910px, 30px, 0)  !important;;
  transform: translate3d(910px, 30px, 0)  !important;;
}

.slide-wrapper slide .item.text-item.animation-left-hold2 {
  opacity: 1 !important;
  -webkit-transform: translate3d(-910px, 0, 0)  !important;;
  -ms-transform: translate3d(-910px, 0, 0)  !important;;
  -moz-transform: translate3d(-910px, 0, 0)  !important;;
  -o-transform: translate3d(-910px, 0, 0)  !important;;
  transform: translate3d(-910px, 0, 0)  !important;;
}

.slide-wrapper slide .item.text-item.animation-left-hold2.js-vertical-middle {
  opacity: 1 !important;
  -webkit-transform: translate3d(-910px, 0, 0)  !important;;
  -ms-transform: translate3d(-910px, 0, 0)  !important;;
  -moz-transform: translate3d(-910px, 0, 0)  !important;;
  -o-transform: translate3d(-910px, 0, 0)  !important;;
  transform: translate3d(-910px, 0, 0)  !important;;
}

.slide-wrapper slide .item.text-item.animation-right-hold2 {
  opacity: 1 !important;
  -webkit-transform: translate3d(910px, 0, 0)  !important;;
  -ms-transform: translate3d(910px, 0, 0)  !important;;
  -moz-transform: translate3d(910px, 0, 0)  !important;;
  -o-transform: translate3d(910px, 0, 0)  !important;;
  transform: translate3d(910px, 0, 0)  !important;;
}

.slide-wrapper slide .item.text-item.animation-right-hold2.js-vertical-middle {
  opacity: 1 !important;
  -webkit-transform: translate3d(910px, 0, 0)  !important;;
  -ms-transform: translate3d(910px, 0, 0)  !important;;
  -moz-transform: translate3d(910px, 0, 0)  !important;;
  -o-transform: translate3d(910px, 0, 0)  !important;;
  transform: translate3d(910px, 0, 0)  !important;;
}

.js-vertical-middle {
  max-height: 80%;
  overflow: hidden;
}

.pswp .js-vertical-middle {
  max-height: none;
  overflow: visible;
}

.slide-wrapper slide.fso-slide-active .item.text-item.animation-right-hold,
.slide-wrapper slide.fso-slide-active .item.text-item.animation-right-hold2,
.slide-wrapper slide.fso-slide-active .item.text-item.animation-left-hold,
.slide-wrapper slide.fso-slide-active .item.text-item.animation-left-hold2 {
  opacity: 1 !important;
  -webkit-transform: translate(0, 0) rotate(0deg) !important;;
  -ms-transform: translate(0, 0) rotate(0deg) !important;;
  -moz-transform: translate(0, 0) rotate(0deg) !important;;
  -o-transform: translate(0, 0) rotate(0deg) !important;;
  transform: translate(0, 0) rotate(0deg) !important;;
  -webkit-transition: none !important;;
  -ms-transition: none !important;;
  -moz-transition: none !important;;
  -o-transition: none !important;;
  transition: none !important;;
}

.slide-wrapper slide.fso-slide-active.sliding .item.text-item.animation-right-hold,
.slide-wrapper slide.fso-slide-active.sliding .item.text-item.animation-right-hold2,
.slide-wrapper slide.fso-slide-active.sliding .item.text-item.animation-left-hold,
.slide-wrapper slide.fso-slide-active.sliding .item.text-item.animation-left-hold2 {
  opacity: 0 !important;
  -webkit-transform: translate(0, 0) rotate(0deg) !important;;
  -ms-transform: translate(0, 0) rotate(0deg) !important;;
  -moz-transform: translate(0, 0) rotate(0deg) !important;;
  -o-transform: translate(0, 0) rotate(0deg) !important;;
  transform: translate(0, 0) rotate(0deg) !important;;
}

.slide-wrapper slide.fso-slide-active.sliding .item.text-item.animation-right-hold,
.slide-wrapper slide.fso-slide-active.sliding .item.text-item.animation-right-hold2,
.slide-wrapper slide.fso-slide-active.sliding .item.text-item.animation-left-hold,
.slide-wrapper slide.fso-slide-active.sliding .item.text-item.animation-left-hold2,
.slide-wrapper slide .item.text-item {
  -webkit-transition: transform 0.6s cubic-bezier(0.165, 0.840, 0.440, 1.000), opacity 0.4s cubic-bezier(0.165, 0.840, 0.440, 1.000) !important;;
  -ms-transition: transform 0.6s cubic-bezier(0.165, 0.840, 0.440, 1.000), opacity 0.4s cubic-bezier(0.165, 0.840, 0.440, 1.000) !important;;
  -moz-transition: transform 0.6s cubic-bezier(0.165, 0.840, 0.440, 1.000), opacity 0.4s cubic-bezier(0.165, 0.840, 0.440, 1.000) !important;;
  -o-transition: transform 0.6s cubic-bezier(0.165, 0.840, 0.440, 1.000), opacity 0.4s cubic-bezier(0.165, 0.840, 0.440, 1.000) !important;;
  transition: transform 0.6s cubic-bezier(0.165, 0.840, 0.440, 1.000), opacity 0.4s cubic-bezier(0.165, 0.840, 0.440, 1.000) !important;;
}

/*********************************************
/* PRESS-RELEASE (MULTI-PART) SLIDESHOW STYLES
/*********************************************/
.stretched-slideshow slide .image-item {
  opacity: 0.2;
  -webkit-transition: opacity .8s ease-out;;
  -ms-transition: opacity .8s ease-out;;
  -moz-transition: opacity .8s ease-out;;
  -o-transition: opacity .8s ease-out;;
  transition: opacity .8s ease-out;;
  /* -webkit-filter: grayscale(65%); */
}

.image-item__resized {
  overflow: hidden;
}

.stretched-slideshow slide {
  line-height: 1.42857143;
}

.stretched-slideshow slide .text-item {
  opacity: 0;
}

.stretched-slideshow slide.fso-slide-active .item {
  opacity: 1;
  /* -webkit-filter: grayscale(0%); */
}

/* needs to be important otherwise chinese ower writes it. */
.glyphicon {
  font-family: 'Glyphicons Halflings' !important;
}

/***************************
/* OTHER RANDOM MISC. STYLES
/***************************/
/* image quality fix - was needed mostly for Firefox when zooming in */
.slide-wrapper slide img.item {
  -ms-interpolation-mode: bicubic;
  -webkit-interpolation-mode: nearest-neighbor;
}

/* same for Safari */
.browser-safari .slide-wrapper slide img.item {
  image-rendering: pixelated;
  image-rendering: optimizeQuality;
}

@media only screen and (max-device-width: 1024px) {
  /* that would be an iPad or smaller */
  .slide-holder slide .item {
    opacity: 1 !important;
  }
}

.ie8 .slide-wrapper img {
  vertical-align: top;
}

.device-ios .hide-on-ios {
  display: none;
}

/*******************************
/* SLIDESHOW WITH ONLY ONE SLIDE
/*******************************/
.slideshow-only-one-slide .slideshow-autoslide-strip-holder,
.slideshow-only-one-slide .slide-selectors,
.slideshow-only-one-slide .slide-controls {
  display: none;
}

.slideshow-wrapper.slideshow-only-one-slide {
  padding-bottom: 0;
}

/********************************************
/* SOME COMMON CSS THAT YOU MIGHT WANT TO USE
/********************************************/
.full-860-width {
  width: 860px;
  height: auto;
  left: 0;
  top: 0;
}

.fso-slide-mobile-numbers {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  display: none;
  position: absolute;
  bottom: 3px;
  /*
    top: 160px;
    */
  left: 100px;
  right: 100px;
  padding-bottom: 56.27%;
  /* FIX ME */
  text-align: center;
  z-index: 8;
  color: white;
  text-shadow: 0 0 5px black;
  opacity: 0;
}

@media (max-width: 767px) {
  .org-domain .fso-slide-mobile-numbers {
    padding-bottom: 51%;
  }
}

.device-mobile .fso-slide-mobile-numbers {
  padding-bottom: 0;
}

/*Fix from overlapping number on iphone videos slideshow*/
.device-ios .fso-slide-mobile-numbers {
  padding-bottom: 0;
}

.device-ipad .fso-slide-mobile-numbers {
  padding-bottom: 0%;
}

@media (max-width: 768px) {
  .slideshow-main.slide-wrapper.col.w100 {
    position: relative;
  }
}

.text-info-mobile {
  display: none;
}

/**********
/* MOBILITY
/**********/
/* clever image centering if slide has only one image */
.device-ipad .templated-slider-style-dynamic-image-sizing slide.js-single-image-slide.slide-template-new-c .image-holder,
.device-ipad .templated-slider-style-dynamic-image-sizing slide.js-single-image-slide.slide-template-new-a .image-holder,
.device-ipad .templated-slider-style-dynamic-image-sizing slide.js-single-image-slide.slide-template-new-b .image-holder,
.device-ipad .templated-slider-style-dynamic-image-sizing slide.js-single-image-slide.slide-template-new-c-1 .image-holder,
.device-ipad .templated-slider-style-dynamic-image-sizing slide.js-single-image-slide.slide-template-new-d-2 .image-holder,
.device-ipad .templated-slider-style-dynamic-image-sizing slide.js-single-image-slide.slide-template-new-d .image-holder {
  left: 50% !important;
  right: auto !important;
  transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
}

@media (max-width: 992px) {
  .mobile-caption-lightbox td,
  .overlay-item--bar,
  .slide-wrapper .slide-holder slide .text-item {
    top: auto !important;
    bottom: 0px !important;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    font-size: 12px;
    line-height: 16px;
    left: 0 !important;
    right: 0 !important;
    width: auto !important;
    height: auto !important;
    padding: 10px 20px 20px 20px;
    visibility: hidden;
    opacity: 0 !important;
  }
  .mobile-caption-lightbox-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(64, 64, 64, 0.75);
    z-index: 500000;
  }
  .mobile-caption-lightbox-inner {
    display: table;
    height: 100%;
    width: 100%;
  }
  .mobile-caption-lightbox {
    height: 0;
  }
  .mobile-caption-lightbox td {
    visibility: visible;
    opacity: 1 !important;
  }
  .menu-lightbox .mobile-caption-lightbox td {
    background: none;
  }
}

.slideshow-zoomed-in #header_and_content {
  position: relative;
  z-index: 100000;
}

.slideshow-zoomed-in #shell #header_container {
  overflow: visible !important;
}

.slideshow-zoomed-in .bs-extender__slideshow-holder {
  z-index: 100000000;
}

@media (min-width: 768px) and (max-width: 992px) {
  .slideshow-zoomed-in .mobile-caption-lightbox td,
  .slideshow-zoomed-in .slide-wrapper .slide-holder slide .text-item {
    visibility: visible;
    opacity: 1 !important;
  }
  .slideshow-zoomed-in .item.text-item.text-item-0 {
    z-index: 100;
  }
  .slideshow-zoomed-in .slideshow-wrapper .slide-controls {
    width: 100% !important;
  }
  .slideshow-zoomed-in .slide-left-arrow2 {
    left: 0% !important;
  }
  .slideshow-zoomed-in .slide-right-arrow2 {
    right: 0% !important;
  }
}

@media (max-width: 768px) {
  .slide-wrapper,
  .slide-wrapper .slide-holder {
    -webkit-transform: translateZ(0);;
    -ms-transform: translateZ(0);;
    -moz-transform: translateZ(0);;
    -o-transform: translateZ(0);;
    transform: translateZ(0);;
  }
  .slide-holder slide .item {
    opacity: 1 !important;
  }
  /* zooming is pointless - slideshow will already take up full width */
  .slide-zoomer {
    display: none !important;
  }
  /* clever image centering if slide has only one image */
  .templated-slider-style-dynamic-image-sizing slide.js-single-image-slide .image-holder {
    left: 50% !important;
    right: auto !important;
    bottom: 0 !important;
    top: 0 !important;
    height: 100% !important;
    width: auto !important;
    transform: translate3d(-50%, 0, 0);
    -webkit-transform: translate3d(-50%, 0, 0);
  }
  .templated-slider-style-dynamic-image-sizing slide.js-single-image-slide .image-holder img {
    height: 100% !important;
    width: auto !important;
    position: relative !important;
  }
  slide img:only-of-type {
    /* AD-20160811
        THIS RULE BLOWS padding-bottom handling for the sliders
        position: static !important; */
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .templated-slider-style-dynamic-image-sizing slide img:only-of-type {
    position: absolute !important;
  }
  .fso-slide-mobile-numbers {
    display: none;
    left: 4px;
    right: auto;
  }
  .template-over-bar-logo .floater-texter,
  .template-over-bar-logo-button .floater-texter {
    display: none;
  }
  .slide-wrapper .slide-holder slide.show .text-item {
    visibility: visible;
    opacity: 1 !important;
    /*
        @include vendor-prefix("transform", "translate3d(0px,0px,0px) !important;");
        */
    z-index: 501;
  }
  .slide-wrapper .slide-holder slide.show.show-lightbox .text-item {
    visibility: hidden;
  }
  .mobile-pac-menu {
    background: rgba(103, 140, 165, 0.8);
    padding: 30px 0 10px 0;
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    border: 1px solid white;
    border-radius: 5px;
  }
  .mobile-pac-menu ul {
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .mobile-pac-menu ul li {
    padding: 13px 20px 13px 40px;
    list-style: none;
    border-bottom: 1px solid #758e9e;
    position: relative;
  }
  .mobile-pac-menu ul li[data-class="menu-show"] {
    border-bottom: none;
    background: url(/theme/images/small-dot3.png) 7px 7px no-repeat transparent;
    padding: 12px 20px 7px 40px;
  }
  .mobile-pac-menu ul li:first-child {
    border-top: 1px solid #758e9e;
  }
  .mobile-pac-menu ul li:before {
    content: " ";
    position: absolute;
    top: 13px;
    left: 15px;
    font-size: 18px;
    background: url("/images/arrow-right-white.svg");
    background-size: cover;
    width: 9px;
    height: 15px;
  }
  .mobile-pac-menu ul li[data-class="menu-show"]:before {
    display: none;
  }
  .mobile-pac-menu--close {
    content: " ";
    background: url("/images/close-icon.svg");
    position: absolute;
    width: 18px;
    height: 18px;
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: center;
    top: 5px;
    right: 5px;
  }
  .mobile-pac-menu ul li .smaller {
    display: none;
  }
  .mobile-text-info-showing .menu-holder {
    display: none !important;
  }
  .slide-wrapper .slide-holder slide .text-info-mobile {
    position: absolute;
    bottom: 6%;
    right: 6%;
    z-index: 50;
    display: block;
    font-family: 'Glyphicons Halflings';
    font-size: 24px;
    color: white;
    text-shadow: 0 0 5px black;
    /* , 1px 0 5px black, 0 1px 5px black; */
    /*
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        */
    opacity: 1;
    /*
        @include vendor-prefix("transition", "opacity .4s cubic-bezier(0.165, 0.840, 0.440, 1.000);");
        */
  }
  .slide-wrapper .slide-holder slide.show .text-info-mobile {
    opacity: 0;
  }
  .menu-holder {
    bottom: 4% !important;
  }
  /*
    .fso-slide-imagemap.show-overlay-mobile-menu .active-dot.active-dot-slider,
    .fso-slide-imagemap.show-overlay-mobile-menu .active-dot.active-dot-bg,
    .fso-slide-imagemap.show-overlay-mobile-menu .inactive-dot,
    .fso-slide-imagemap.show-overlay-mobile-menu .imagemap-overlay,
    .fso-slide-imagemap.show-overlay-mobile-menu .hover-overlay {
        display: none;
    }
    */
}

/************
/* IOS TWEAKS
/************/
/*.device-iphone slide video {
    display: none !important;
}*/
.device-iphone slide.playing video {
  display: block !important;
}

.device-iphone slide.playing.paused video {
  position: absolute;
  top: -3000px;
}

.device-iphone slide .video-js:not(.vjs-has-started) .vjs-poster {
  display: block !important;
}

.device-mobile slide .vjs-poster {
  background-size: 100% 100%;
}

.device-iphone slide.playing .vjs-poster {
  display: none !important;
}

.device-iphone slide.playing.paused .vjs-poster {
  display: block !important;
}

.device-iphone slide .vjs-poster:after {
  position: absolute;
  content: '\e600';
  left: 50%;
  top: 50%;
  margin-top: -21px;
  margin-left: -21px;
  font-family: 'icomoon';
  font-size: 42px;
}

.device-iphone slide .new-age-caption-overlay {
  pointer-events: none;
}

.device-ipad slide video {
  display: block !important;
}

.device-iphone slide .new-age-caption-overlay,
.device-ipad slide .new-age-caption-overlay {
  opacity: 1 !important;
  -webkit-transform: none;;
  -ms-transform: none;;
  -moz-transform: none;;
  -o-transform: none;;
  transform: none;;
  /*
    @include vendor-prefix("transition", "opacity .2s ease-out;");
    */
}

.device-ipad .ios-video-playing .new-age-caption-overlay,
.device-ipad slide.ios-video-playing .new-age-caption-overlay {
  opacity: 0 !important;
}

.device-ipad slide.video-slide.vjs-has-started:before {
  position: absolute;
  content: '\e600';
  left: 50%;
  top: 50%;
  margin-top: -21px;
  margin-left: -21px;
  font-family: 'icomoon';
  font-size: 42px;
  z-index: 1;
  color: #627d95;
  pointer-events: none;
}

.device-ipad .video-slide.ios-video-playing:before,
.device-ipad .ios-video-playing .video-slide:before,
.device-ipad slide.video-slide.ios-video-playing:before {
  display: none;
  content: '';
}

/*
.device-ipad #outer_shell #shell #header .slideshow-wrapper {
    padding-bottom: 24px;
}
*/
/**********
/* IE8 :-(
/**********/
.ie678 .slide-holder {
  position: relative;
  width: 50000px;
  max-height: 360px;
}

.ie678 .slide-holder slide {
  display: block;
  width: 640px;
  height: 360px;
  padding-bottom: 0;
  float: left;
}

.slideshow-main {
  filter: alpha(opacity=100) !important;
}

.slideshow-wrapper.slideshow-main {
  max-width: none;
  z-index: 5;
}

/*
.slideshow-zoomed-in .slideshow-wrapper slide img {
    width: auto;
}
*/
/*
.slideshow-zoomed-in #header_and_content_container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}
*/
.slideshow-zoomed-in #header_and_content_container {
  overflow: visible;
}

body.slideshow-zoomed-in {
  overflow: hidden;
}

/*
.slideshow-zoomed-in .slide-wrapper.zoomedIn {
    overflow: hidden;
}

*/
/*
.slideshow-zoomed-in .slideshow-wrapper {
    padding-bottom: 0;
}
*/
.slideshow-wrapper.slideshow-no-apple-dots {
  padding-bottom: 0;
}

/* firefox renders images while loading as height=width, so that makes the slideshow
   go jumping up and down when the images are delayed loading */
.image-item.loading-image-hide {
  max-height: 0;
}

slide .zoomer-image {
  display: none;
}

slide .image-holder {
  backface-visibility: hidden;
  will-change: transfer,opacity;
  -webkit-backface-visibility: hidden;
}

slide .image-holder img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.slideshow-wrapper.zoomedIn .image-holder.double-loaded img:not(.zoomer-image) {
  display: none;
}

.slideshow-wrapper.zoomedIn .zoomer-image {
  display: inline;
}

/*


 ######   #     #  #######  #######  #######   #####   #     #  ###  ######   #######
 #     #  #     #  #     #     #     #     #  #     #  #  #  #   #   #     #  #
 #     #  #     #  #     #     #     #     #  #        #  #  #   #   #     #  #
 ######   #######  #     #     #     #     #   #####   #  #  #   #   ######   #####
 #        #     #  #     #     #     #     #        #  #  #  #   #   #        #
 #        #     #  #     #     #     #     #  #     #  #  #  #   #   #        #
 #        #     #  #######     #     #######   #####    ## ##   ###  #        #######


*/
.pswp slide {
  height: 0;
  padding-bottom: 66.86%;
  /*
    left: 20px;
    width: calc(100% - 40px);
    */
  top: 50%;
  position: absolute;
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
}

@media (min-width: 860px) {
  .pswp slide {
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50, -50%, 0);
    left: 50%;
    padding-bottom: 0;
    height: 575px;
  }
}

@media (orientation: landscape) {
  .device-custom-type-mobile .pswp slide {
    top: 0 !important;
    height: 100% !important;
    /*
        top: 20px;
        height: calc(100% - 40px);
        */
    padding-bottom: 0;
    width: 0;
    padding-right: 83.56%;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    -webkit-transform: translate3d(-50%, 0, 0);
  }
  .device-custom-type-mobile .pswp .pswp__caption__center {
    max-width: calc(100% - 20px);
  }
}

@media (orientation: landscape) and (max-height: 400px) {
  .device-custom-type-mobile .pswp .pswp__caption__center.small-captions {
    font-size: 12px;
    line-height: 1.5;
    padding: 10px 10px 0 10px;
  }
}

@media (orientation: portrait) and (max-width: 400px) {
  .device-custom-type-mobile .pswp .pswp__caption__center.small-captions {
    font-size: 12px;
    line-height: 1.5;
    padding: 10px 10px 0 10px;
  }
}

.pswp slide .item {
  position: absolute;
}

.pswp slide .caption-meta {
  display: none;
}

.pswp slide img {
  visibility: visible !important;
}

.pswp slide .item.text-item.js-vertical-middle {
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
}

.device-custom-type-mobile .pswp slide .text-item,
.pswp .pswp__caption .caption-meta {
  display: none !important;
}

.pswp .pswp__caption * {
  background: none !important;
}

.device-custom-type-mobile .pswp .pswp__caption .lead {
  font-weight: bold;
}

.device-custom-type-mobile .pswp .pswp__caption h3 {
  font-family: "Arapey", serif;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 4px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*

.photoswipe-on .primary-nav-menu {
    display: none !important;
}

.photoswipe-on .slide-stretcher-outer {
    max-width: none;
}

.photoswipe-on .slide-stretcher slide {
    height: auto;
}

.photoswipe-on.slideshow-zoomed-in .slide-wrapper.zoomedIn {
    overflow: visible;
}

.photoswipe-on {
    overflow: hidden;
}

*/
.slide-dots-holder-counter {
  display: none;
  position: absolute;
  bottom: 2px;
  color: white;
  left: -70px;
  font-family: "Arapey", serif;
  font-size: 14px;
  z-index: 100;
}

@media (min-width: 1200px) {
  .slide-dots-holder-counter {
    -webkit-display: flex;
    -ms-display: flex;
    -moz-display: flex;
    -o-display: flex;
    display: flex;
  }
}

.slide-dots-holder-counter-current,
.slide-dots-holder-counter-total {
  width: 30px;
}

.input--sae {
  position: absolute;
  bottom: -1px;
  right: -36px;
  width: 100px;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}

.input--sae.input--filled {
  opacity: 1;
  visibility: visible;
}

.input__field--sae {
  position: relative;
  display: block;
  padding-top: 1rem;
  border: none;
  border-radius: 0;
  color: #ffffff;
  font-weight: 400;
  -webkit-appearance: none;
  background: transparent;
  width: 30px;
  color: #fff;
  padding-top: 1rem;
  font-weight: 500;
  text-align: center;
}

.input__field--sae:focus, .input__field--sae:active {
  outline: none;
}

.input__label--sae {
  display: inline-block;
  padding: 0 1em;
  width: 40%;
  color: #ffffff;
  font-weight: bold;
  font-size: 70.25%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  width: 100%;
  text-align: left;
  padding: 0;
  top: 0;
  left: 0;
  height: 100%;
  pointer-events: none;
}

.icon--sae {
  position: absolute;
  bottom: 0;
  font-size: 1em;
  opacity: 0.5;
  left: -30px;
  color: #fff;
  pointer-events: none;
  -webkit-transform: translate3d(205px, 0, 0);
  transform: translate3d(205px, 0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

.input__label-content {
  position: relative;
  display: block;
  padding: 1.6em 0;
  width: 100%;
}

.input--filled .input__label-content--sae {
  -webkit-transform: translate3d(0, 0, 0) scale3d(0.7, 0.7, 1);
  transform: translate3d(0, 0, 0) scale3d(0.7, 0.7, 1);
}

.input__label-content--sae {
  padding: 0;
  font-size: 16px;
  display: inline-block;
  vertical-align: bottom;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: translate3d(0, 50px, 0) scale3d(0.8, 0.8, 1);
  transform: translate3d(0, 50px, 0) scale3d(0.8, 0.8, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

.mobile-pac-menu .flyout-video {
  color: white;
}

/*
CSS for the slideshow's arrows.
*/
.device-ipad .slide-arrow-holder arrow {
  opacity: 1;
}

.slide-arrow-holder {
  position: relative;
  cursor: pointer;
}

arrow {
  display: block;
  position: absolute;
  background: url(/images/angle-double-right.svg) transparent center left no-repeat;
  margin-top: -18px;
  top: 50%;
  /*
    top: 217px;
    left: 5px;
    */
  left: 0px;
  width: 26px;
  height: 40px;
  opacity: 0;
  -webkit-transition: opacity .25s ease-in-out;;
  -ms-transition: opacity .25s ease-in-out;;
  -moz-transition: opacity .25s ease-in-out;;
  -o-transition: opacity .25s ease-in-out;;
  transition: opacity .25s ease-in-out;;
}

.slide-left-arrow2 arrow {
  transform: rotate(180deg);
}

.slide-arrow-holder arrow {
  opacity: 1;
}

.slide-arrow-holder:hover arrow {
  opacity: 1;
}

.slide-right-arrow2 {
  right: -40px;
}

.slide-right-arrow2 arrow {
  background-position: center right;
  left: auto;
  /*
    right: 5px;
    */
  right: 0px;
}

.slide-left-arrow2 {
  left: -40px;
}

/*fix arrow position on the ipad*/
@media (min-width: 768px) and (max-width: 824px) {
  .slide-right-arrow2 {
    right: 11px;
  }
  .slide-left-arrow2 {
    left: 11px;
  }
}

.slideshow-not-cloned .slider-first-slide .slide-left-arrow2,
.slideshow-not-cloned .fso-slider-last .slide-right-arrow2,
.slideshow-not-cloned .slide-wrapper.fso-slide-last .slide-right-arrow2,
.slideshow-not-cloned .slide-wrapper[data-slide-active="0"] .slide-left-arrow2 {
  cursor: default;
}

.slideshow-not-cloned .slider-first-slide .slide-left-arrow2:hover arrow,
.slideshow-not-cloned .fso-slider-last .slide-right-arrow2:hover arrow,
.slideshow-not-cloned .slide-wrapper.fso-slide-last .slide-right-arrow2:hover arrow,
.slideshow-not-cloned .slide-wrapper[data-slide-active="0"] .slide-left-arrow2:hover arrow {
  opacity: 0;
}

.slideshow-not-cloned .slider-first-slide .slide-left-arrow2.slide-arrow-holder:hover .arrow-bg,
.slideshow-not-cloned .fso-slider-last .slide-right-arrow2.slide-arrow-holder:hover .arrow-bg,
.slideshow-not-cloned .slide-wrapper.fso-slide-last .slide-right-arrow2:hover .arrow-bg,
.slideshow-not-cloned .slide-wrapper[data-slide-active="0"] .slide-left-arrow2:hover .arrow-bg,
.slide-arrow-holder .arrow-bg {
  position: absolute;
  top: -100px;
  bottom: -100px;
  width: 50px;
  /*
    height: 575px;
    */
  background: rgba(255, 255, 255, 0.5);
}

@media (max-width: 767px) {
  .slide-arrow-holder .arrow-bg {
    background: none;
  }
  #outer_shell .slide-controls {
    position: absolute;
    width: calc(100% - 80px);
    top: 0;
    left: 40px;
    pointer-events: none;
  }
  .slide-arrow-holder arrow {
    pointer-events: auto;
  }
}

@media (min-width: 767px) {
  .slide-arrow-holder arrow {
    opacity: 0.5;
  }
  .slide-arrow-holder:hover .arrow-bg {
    background: rgba(255, 255, 255, 0.7);
    -webkit-transition: background 0.3s;;
    -ms-transition: background 0.3s;;
    -moz-transition: background 0.3s;;
    -o-transition: background 0.3s;;
    transition: background 0.3s;;
  }
}

.slideshow-not-cloned .slide-wrapper[data-slide-active="0"] .slide-arrow-holder.slide-left-arrow2:hover .arrow-bg.gradiented,
.slide-arrow-holder.slide-left-arrow2 .arrow-bg.gradiented {
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0.1)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#1affffff',GradientType=1 );
  /* IE6-9 */
}

.slide-arrow-holder.slide-left-arrow2:hover .arrow-bg.gradiented {
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.2) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.7)), color-stop(100%, rgba(255, 255, 255, 0.2)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.2) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.2) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.2) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.2) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#33ffffff',GradientType=1 );
  /* IE6-9 */
}

.slideshow-not-cloned .slide-wrapper.fso-slide-last .slide-arrow-holder.slide-right-arrow2:hover .arrow-bg.gradiented,
.slide-arrow-holder.slide-right-arrow2 .arrow-bg.gradiented {
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.5) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.1)), color-stop(100%, rgba(255, 255, 255, 0.5)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.5) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.5) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.5) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.5) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1affffff', endColorstr='#80ffffff',GradientType=1 );
  /* IE6-9 */
}

.slide-arrow-holder.slide-right-arrow2 .arrow-bg.gradiented:after {
  content: " ";
  top: 0;
  bottom: 0;
  right: 0;
  width: 50px;
  position: absolute;
  background: rgba(255, 255, 255, 0.4);
}

.slide-arrow-holder.slide-left-arrow2 .arrow-bg.gradiented:after {
  content: " ";
  top: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  position: absolute;
  background: rgba(255, 255, 255, 0.4);
}

.slideshow-zoomed-in .slide-arrow-holder.slide-right-arrow2 .arrow-bg.gradiented:after,
.slideshow-zoomed-in .slide-arrow-holder.slide-left-arrow2 .arrow-bg.gradiented:after {
  display: none;
}

.slide-arrow-holder.slide-right-arrow2:hover .arrow-bg.gradiented {
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.7) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0.7)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.7) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.7) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.7) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.7) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ffffff', endColorstr='#b3ffffff',GradientType=1 );
  /* IE6-9 */
}

/* no bg color on zoom */
#shell .zoomedIn .slide-arrow-holder {
  width: 45px !important;
}

#shell .zoomedIn .slide-left-arrow2 {
  left: 1%;
}

#shell .zoomedIn .slide-right-arrow2 {
  right: 1%;
  left: auto;
}

@media (min-width: 1200px) {
  #shell .zoomedIn .slide-left-arrow2 {
    left: 2%;
  }
  #shell .zoomedIn .slide-right-arrow2 {
    right: 2%;
  }
}

#shell .zoomedIn .slide-arrow-holder .arrow-bg {
  background: rgba(255, 255, 255, 0);
}

.slide-arrow-holder.slide-right-arrow2 .arrow-bg {
  right: -11px;
}

.slide-arrow-holder.slide-left-arrow2 .arrow-bg {
  left: -11px;
  /*border: 1px solid purple;*/
}

.modernizr-touch .slide-arrow-holder {
  max-width: 80px;
}

/*
CSS for the slideshow's apple dots.
Note: the apple dots we call "slide selectors" here - just to sound more official.
*/
.slide-selectors {
  position: absolute;
  left: 0;
  right: 0;
  bottom: auto;
  top: 100%;
  /*bottom: -24px;*/
  /*
    top: 575px;
    width: 860px;
    */
  text-align: center;
  height: 24px;
  white-space: nowrap;
}

@media (max-width: 1023px) {
  .slide-selectors {
    padding: 2px 20px 0;
  }
}

.fso-slide-lower-bg .slide-selectors {
  left: 0 !important;
  background: none;
}

.fso-slide-lower-bg .slide-selectors .slide-link .slide-thumb:after {
  color: #aaa;
}

.slide-selectors .slide-prev-next {
  color: #fff;
  display: inline-block;
  position: relative;
  top: -1px;
  font-weight: normal;
  font-size: 14px;
}

.slide-selectors .slide-prev-next:hover {
  text-decoration: none;
  color: #c3d1e0;
}

.slide-selectors .slide-prev:before {
  content: "\25c0";
  font-size: 14px;
  position: absolute;
  left: -17px;
  color: #fff;
  top: -1px;
}

[dir="rtl"] .slide-selectors .slide-prev:before {
  content: "\25b6";
}

.slide-selectors .slide-prev:hover:before {
  color: #c3d1e0;
}

.slide-selectors .slide-next:after {
  content: "\25b6";
  font-size: 14px;
  position: absolute;
  right: -17px;
  color: #000;
  top: 0px;
}

[dir="rtl"] .slide-selectors .slide-next:after {
  content: "\25c0";
}

.slide-selectors .slide-next:hover:after {
  color: #c3d1e0;
}

.slide-selectors .slide-link {
  -webkit-transition: background 0.2s linear;;
  -ms-transition: background 0.2s linear;;
  -moz-transition: background 0.2s linear;;
  -o-transition: background 0.2s linear;;
  transition: background 0.2s linear;;
  display: inline-block;
  font-size: 1px;
  position: relative;
  background: rgba(255, 255, 255, 0.6);
  width: 20px;
  height: 5px;
}

/*
.path-el-churches-flag-land-base-scientology-the-new-flag-building .slide-selectors .slide-link {
    width: 9px;
}
*/
.slide-selectors .slide-link.selected {
  background: white;
}

.slide-selectors .slide-link:hover {
  background: rgba(255, 255, 255, 0.8);
}

.slide-selectors .slide-link .slide-thumb {
  -webkit-transition: opacity 0.25s linear, visibility 0.25s linear;;
  -ms-transition: opacity 0.25s linear, visibility 0.25s linear;;
  -moz-transition: opacity 0.25s linear, visibility 0.25s linear;;
  -o-transition: opacity 0.25s linear, visibility 0.25s linear;;
  transition: opacity 0.25s linear, visibility 0.25s linear;;
  border-radius: 4px;
  position: absolute;
  width: 120px;
  height: 80px;
  top: -94px;
  left: -49px;
  opacity: 0;
  visibility: hidden;
  background-color: #aaa;
  border: 1px solid #ccc;
  box-shadow: 0px 1px 31px rgba(0, 0, 0, 0.75);
}

.slide-selectors .slide-link .slide-thumb:after {
  content: "\25bc";
  font-size: 16px;
  position: absolute;
  bottom: -20px;
  left: 51px;
  color: #ccc;
}

.slide-selectors .slide-link:hover .slide-thumb {
  opacity: 1;
  visibility: visible;
}

/****************
/* SCROLLING DOTS
/****************/
.scrolling-dots .slide-dots-holder {
  position: absolute;
  display: inline-block;
  height: 15px;
  left: 30px;
  right: 30px;
  height: 120px;
  bottom: 10px;
  pointer-events: none;
}

.windows .scrolling-dots .slide-dots-holder {
  overflow: hidden;
}

.windows .templated-slider-slideset-central-ohio-grand-opening .scrolling-dots .slide-dots-holder,
.windows .templated-slider-slideset-kansas-city-grand-opening .scrolling-dots .slide-dots-holder {
  overflow: visible;
}

/*
:lang(ja) .scrolling-dots .slide-dots-holder {
    left: 35px;
    right: 25px;
}
*/
[dir="rtl"] .slide-dots-holder-outer {
  overflow: hidden;
}

.scrolling-dots .slide-dots-holder-outer {
  pointer-events: all;
  height: 30px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
}

.scrolling-dots:hover .slide-dots-holder-outer {
  height: 110px;
}

.scrolling-dots .slide-dots-holder-inner {
  position: absolute;
  bottom: 0;
  left: 60px;
  width: 2000px;
  text-align: left;
}

.fso-slider-not-too-many-apple-dots .scrolling-dots .slide-dots-holder-inner {
  left: 0;
}

.slide-dots-holder__visible {
  overflow: visible !important;
}

[dir="rtl"] .scrolling-dots.slide-selectors .slide-prev:before,
.scrolling-dots.slide-selectors .slide-next:after {
  content: "\25ba";
}

[dir="rtl"] .scrolling-dots.slide-selectors .slide-next:after,
.scrolling-dots.slide-selectors .slide-prev:before {
  content: "\25c4";
  top: 0;
}

.scrolling-dots .slide-dot-over {
  display: inline-block;
  z-index: 10;
  position: absolute;
  top: 4px;
}

.fso-slide-lower-bg .scrolling-dots .slide-dot-over {
  background: none;
}

.scrolling-dots .slide-dot-over-left {
  left: 8px;
  /*
    width: 58px;
    */
}

/*
:lang(ja) .scrolling-dots .slide-dot-over-left {
    left: 31px;
    width: 68px;
}
:lang(el) .scrolling-dots .slide-dot-over-left {
    left: 31px;
    width: 105px;
}
:lang(fr) .scrolling-dots .slide-dot-over-left,
:lang(it) .scrolling-dots .slide-dot-over-left {
    width: 80px;
}
*/
.scrolling-dots .slide-dot-over-right {
  right: 4px;
  /*
    width: 85px;
    */
}

/*
:lang(en) .scrolling-dots .slide-dot-over-right,
:lang(he) .scrolling-dots .slide-dot-over-right {
    width: 70px;
}
:lang(pt) .scrolling-dots .slide-dot-over-right,
:lang(el) .scrolling-dots .slide-dot-over-right {
    right: 37px;
}
:lang(ja) .scrolling-dots .slide-dot-over-right {
    width: 65px;
}
:lang(es) .scrolling-dots .slide-dot-over-right,
:lang(es_ES) .scrolling-dots .slide-dot-over-right{
    width: 95px;
}
:lang(it) .scrolling-dots .slide-dot-over-right,
:lang(hu) .scrolling-dots .slide-dot-over-right {
    width: 110px;
}
*/
.scrolling-dots.slide-selectors .slide-link:hover {
  opacity: 1 !important;
}

/***************
/* DOT SCROLLING
/***************/
.fso-slides-wide-enough-for-apple-dots-no-slide .slide-dots-holder .slide-link {
  opacity: 1 !important;
}

.fso-slides-wide-enough-for-apple-dots-no-slide .slide-dots-holder .slide-dots-holder-inner {
  left: 0 !important;
  text-align: center;
  width: 100% !important;
}

.fso-slides-wide-enough-for-apple-dots-no-slide .slide-dots-holder .slide-dots-holder-inner .slide-link {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  -moz-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}

.fso-slider-not-too-many-apple-dots .scrolling-dots .slide-dots-holder-inner {
  width: auto;
  opacity: 1 !important;
}

.fso-slider-not-too-many-apple-dots .scrolling-dots .slide-dots-holder {
  padding-left: 0;
}

.fso-slider-not-too-many-apple-dots .scrolling-dots .slide-dots-holder-outer {
  height: auto;
  overflow: visible;
}

.fso-slider-not-too-many-apple-dots .slide-last-link,
.fso-slider-not-too-many-apple-dots .slide-first-link {
  display: none;
}

/* FIXME */
/* FIXME */
/* FIXME */
/*
.slide-selectors .slide-link[href="#slide1"] .slide-thumb { background-position: 0px 0px; }
.slide-selectors .slide-link[href="#slide2"] .slide-thumb { background-position: -120px 0px; }
.slide-selectors .slide-link[href="#slide3"] .slide-thumb { background-position: -240px 0px; }
.slide-selectors .slide-link[href="#slide4"] .slide-thumb { background-position: -360px 0px; }
.slide-selectors .slide-link[href="#slide5"] .slide-thumb { background-position: -480px 0px; }
.slide-selectors .slide-link[href="#slide6"] .slide-thumb { background-position: -600px 0px; }
.slide-selectors .slide-link[href="#slide7"] .slide-thumb { background-position: -720px 0px; }
.slide-selectors .slide-link[href="#slide8"] .slide-thumb { background-position: -840px 0px; }
.slide-selectors .slide-link[href="#slide9"] .slide-thumb { background-position: -960px 0px; }
.slide-selectors .slide-link[href="#slide10"] .slide-thumb { background-position: -1080px 0px; }
.slide-selectors .slide-link[href="#slide11"] .slide-thumb { background-position: -1200px 0px; }
.slide-selectors .slide-link[href="#slide12"] .slide-thumb { background-position: -1320px 0px; }
.slide-selectors .slide-link[href="#slide13"] .slide-thumb { background-position: -1440px 0px; }
.slide-selectors .slide-link[href="#slide14"] .slide-thumb { background-position: -1560px 0px; }
.slide-selectors .slide-link[href="#slide15"] .slide-thumb { background-position: -1680px 0px; }
.slide-selectors .slide-link[href="#slide16"] .slide-thumb { background-position: -1800px 0px; }
.slide-selectors .slide-link[href="#slide17"] .slide-thumb { background-position: -1920px 0px; }
.slide-selectors .slide-link[href="#slide18"] .slide-thumb { background-position: -2040px 0px; }
.slide-selectors .slide-link[href="#slide19"] .slide-thumb { background-position: -2160px 0px; }
.slide-selectors .slide-link[href="#slide20"] .slide-thumb { background-position: -2280px 0px; }
.slide-selectors .slide-link[href="#slide21"] .slide-thumb { background-position: -2400px 0px; }
.slide-selectors .slide-link[href="#slide22"] .slide-thumb { background-position: -2520px 0px; }
.slide-selectors .slide-link[href="#slide23"] .slide-thumb { background-position: -2640px 0px; }
.slide-selectors .slide-link[href="#slide24"] .slide-thumb { background-position: -2760px 0px; }
.slide-selectors .slide-link[href="#slide25"] .slide-thumb { background-position: -2880px 0px; }
.slide-selectors .slide-link[href="#slide26"] .slide-thumb { background-position: -3000px 0px; }
.slide-selectors .slide-link[href="#slide27"] .slide-thumb { background-position: -3120px 0px; }
.slide-selectors .slide-link[href="#slide28"] .slide-thumb { background-position: -3240px 0px; }
.slide-selectors .slide-link[href="#slide29"] .slide-thumb { background-position: -3360px 0px; }
.slide-selectors .slide-link[href="#slide30"] .slide-thumb { background-position: -3480px 0px; }
.slide-selectors .slide-link[href="#slide31"] .slide-thumb { background-position: -3600px 0px; }
.slide-selectors .slide-link[href="#slide32"] .slide-thumb { background-position: -3720px 0px; }
.slide-selectors .slide-link[href="#slide33"] .slide-thumb { background-position: -3840px 0px; }
.slide-selectors .slide-link[href="#slide34"] .slide-thumb { background-position: -3960px 0px; }
.slide-selectors .slide-link[href="#slide35"] .slide-thumb { background-position: -4080px 0px; }
.slide-selectors .slide-link[href="#slide36"] .slide-thumb { background-position: -4200px 0px; }
.slide-selectors .slide-link[href="#slide37"] .slide-thumb { background-position: -4320px 0px; }
.slide-selectors .slide-link[href="#slide38"] .slide-thumb { background-position: -4440px 0px; }
.slide-selectors .slide-link[href="#slide39"] .slide-thumb { background-position: -4560px 0px; }
.slide-selectors .slide-link[href="#slide40"] .slide-thumb { background-position: -4680px 0px; }
.slide-selectors .slide-link[href="#slide41"] .slide-thumb { background-position: -4800px 0px; }
.slide-selectors .slide-link[href="#slide42"] .slide-thumb { background-position: -4920px 0px; }
.slide-selectors .slide-link[href="#slide43"] .slide-thumb { background-position: -5040px 0px; }
.slide-selectors .slide-link[href="#slide44"] .slide-thumb { background-position: -5160px 0px; }
.slide-selectors .slide-link[href="#slide45"] .slide-thumb { background-position: -5280px 0px; }
.slide-selectors .slide-link[href="#slide46"] .slide-thumb { background-position: -5400px 0px; }
.slide-selectors .slide-link[href="#slide47"] .slide-thumb { background-position: -5520px 0px; }
.slide-selectors .slide-link[href="#slide48"] .slide-thumb { background-position: -5640px 0px; }
.slide-selectors .slide-link[href="#slide49"] .slide-thumb { background-position: -5760px 0px; }
.slide-selectors .slide-link[href="#slide50"] .slide-thumb { background-position: -5880px 0px; }
.slide-selectors .slide-link[href="#slide51"] .slide-thumb { background-position: -6000px 0px; }
.slide-selectors .slide-link[href="#slide52"] .slide-thumb { background-position: -6120px 0px; }
.slide-selectors .slide-link[href="#slide53"] .slide-thumb { background-position: -6240px 0px; }
.slide-selectors .slide-link[href="#slide54"] .slide-thumb { background-position: -6360px 0px; }
.slide-selectors .slide-link[href="#slide55"] .slide-thumb { background-position: -6480px 0px; }
.slide-selectors .slide-link[href="#slide56"] .slide-thumb { background-position: -6600px 0px; }
.slide-selectors .slide-link[href="#slide57"] .slide-thumb { background-position: -6720px 0px; }
.slide-selectors .slide-link[href="#slide58"] .slide-thumb { background-position: -6840px 0px; }
.slide-selectors .slide-link[href="#slide59"] .slide-thumb { background-position: -6960px 0px; }
.slide-selectors .slide-link[href="#slide60"] .slide-thumb { background-position: -7080px 0px; }
.slide-selectors .slide-link[href="#slide61"] .slide-thumb { background-position: -7200px 0px; }
.slide-selectors .slide-link[href="#slide62"] .slide-thumb { background-position: -7320px 0px; }
.slide-selectors .slide-link[href="#slide63"] .slide-thumb { background-position: -7440px 0px; }
.slide-selectors .slide-link[href="#slide64"] .slide-thumb { background-position: -7560px 0px; }
.slide-selectors .slide-link[href="#slide65"] .slide-thumb { background-position: -7680px 0px; }
.slide-selectors .slide-link[href="#slide66"] .slide-thumb { background-position: -7800px 0px; }
.slide-selectors .slide-link[href="#slide67"] .slide-thumb { background-position: -7920px 0px; }
.slide-selectors .slide-link[href="#slide68"] .slide-thumb { background-position: -8040px 0px; }
.slide-selectors .slide-link[href="#slide69"] .slide-thumb { background-position: -8160px 0px; }
.slide-selectors .slide-link[href="#slide70"] .slide-thumb { background-position: -8280px 0px; }
.slide-selectors .slide-link[href="#slide71"] .slide-thumb { background-position: -8400px 0px; }
.slide-selectors .slide-link[href="#slide72"] .slide-thumb { background-position: -8520px 0px; }
.slide-selectors .slide-link[href="#slide73"] .slide-thumb { background-position: -8640px 0px; }
.slide-selectors .slide-link[href="#slide74"] .slide-thumb { background-position: -8760px 0px; }
.slide-selectors .slide-link[href="#slide75"] .slide-thumb { background-position: -8880px 0px; }
.slide-selectors .slide-link[href="#slide76"] .slide-thumb { background-position: -9000px 0px; }
.slide-selectors .slide-link[href="#slide77"] .slide-thumb { background-position: -9120px 0px; }
.slide-selectors .slide-link[href="#slide78"] .slide-thumb { background-position: -9240px 0px; }
.slide-selectors .slide-link[href="#slide79"] .slide-thumb { background-position: -9360px 0px; }
.slide-selectors .slide-link[href="#slide80"] .slide-thumb { background-position: -9480px 0px; }
.slide-selectors .slide-link[href="#slide81"] .slide-thumb { background-position: -9600px 0px; }
.slide-selectors .slide-link[href="#slide82"] .slide-thumb { background-position: -9720px 0px; }
.slide-selectors .slide-link[href="#slide83"] .slide-thumb { background-position: -9840px 0px; }
.slide-selectors .slide-link[href="#slide84"] .slide-thumb { background-position: -9960px 0px; }
.slide-selectors .slide-link[href="#slide85"] .slide-thumb { background-position: -10080px 0px; }
.slide-selectors .slide-link[href="#slide86"] .slide-thumb { background-position: -10200px 0px; }
.slide-selectors .slide-link[href="#slide87"] .slide-thumb { background-position: -10320px 0px; }
.slide-selectors .slide-link[href="#slide88"] .slide-thumb { background-position: -10440px 0px; }
.slide-selectors .slide-link[href="#slide89"] .slide-thumb { background-position: -10560px 0px; }
.slide-selectors .slide-link[href="#slide90"] .slide-thumb { background-position: -10680px 0px; }
.slide-selectors .slide-link[href="#slide91"] .slide-thumb { background-position: -10800px 0px; }
.slide-selectors .slide-link[href="#slide92"] .slide-thumb { background-position: -10920px 0px; }
.slide-selectors .slide-link[href="#slide93"] .slide-thumb { background-position: -11040px 0px; }
.slide-selectors .slide-link[href="#slide94"] .slide-thumb { background-position: -11160px 0px; }
.slide-selectors .slide-link[href="#slide95"] .slide-thumb { background-position: -11280px 0px; }
.slide-selectors .slide-link[href="#slide96"] .slide-thumb { background-position: -11400px 0px; }
.slide-selectors .slide-link[href="#slide97"] .slide-thumb { background-position: -11520px 0px; }
.slide-selectors .slide-link[href="#slide98"] .slide-thumb { background-position: -11640px 0px; }
.slide-selectors .slide-link[href="#slide99"] .slide-thumb { background-position: -11760px 0px; }
.slide-selectors .slide-link[href="#slide100"] .slide-thumb { background-position: -11880px 0px; }
*/
[dir='rtl'] .scrolling-dots .slide-dots-holder {
  padding-left: 0;
}

[dir='rtl'] .scrolling-dots .slide-dot-over {
  background: none;
}

[lang="he"] #shell .slide-selectors .slide-prev-next {
  left: auto;
  right: -10px;
}

[lang="he"] #shell .slide-selectors .slide-prev-next.slide-next {
  left: -10px;
  right: auto;
}

/*
CSS for the slideshow's zooming.
*/
@media (max-width: 768px) {
  .zoomedIn .text-item,
  .zoomedIn .floater-texter {
    visibility: hidden;
  }
}

.slide-wrapper.zoomedIn.all-loaded {
  background: none;
}

.fadeOut {
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000);;
  -ms-transition: opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000);;
  -moz-transition: opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000);;
  -o-transition: opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000);;
  transition: opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000);;
}

.fadeIn {
  -webkit-transition: opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000);;
  -ms-transition: opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000);;
  -moz-transition: opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000);;
  -o-transition: opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000);;
  transition: opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000);;
}

.fso-custom-slider-fader {
  display: none;
  opacity: 1;
  -webkit-transition: opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000);;
  -ms-transition: opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000);;
  -moz-transition: opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000);;
  -o-transition: opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000);;
  transition: opacity 1s cubic-bezier(0.165, 0.840, 0.440, 1.000);;
}

.fso-custom-slider-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: black;
  z-index: 2;
}

.fso-slide-upper-bg {
  position: fixed;
  left: 0;
  right: 0;
  top: -220px;
  height: 300px;
  z-index: 10000;
  pointer-events: none;
}

.fso-slide-upper-bg .closebtn {
  position: absolute;
  color: #fff;
  bottom: 30px;
  right: 50px;
  font-size: 22px;
  z-index: 500000;
  opacity: 0.7;
  pointer-events: all;
}

.fso-slide-upper-bg .closebtn:hover, .fso-slide-upper-bg .closebtn:active {
  text-decoration: none;
}

.fso-slide-lower-bg {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAE7CAYAAAAcg+v2AAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gQCAiAMJN8FUwAAAKhJREFUOMutU0ESAyEIi+j2QX1U//+Bhd5wcAyLnV4ykEBGQYH3RwQAHFoEiYJEFZETZlBNJydpcfd0ODdcuDzqLowoDAav55Irpp2pnUU7QWLU4y3zqEWubea3mzNdFP4HFqMFIAA0LaEdk1Mm7EDTdHKLqT4bKFOrHefpIhR6C3735sx30blwPj0ZxNH1rbgt6mJpb2Hd1Rd2pIKl9H/wHwAz++EnfwEJ7LQIqZyTkQAAAABJRU5ErkJggg==) 0 -29px repeat-x transparent;
  height: 50px;
  z-index: 4;
}

/*
.fso-slide-active {
    cursor: ne-resize;
}

.slide-wrapper.zoomedIn .fso-slide-active {
    cursor: sw-resize;
}
*/
.zoomedIn .text-item {
  color: white;
}

.zoomedIn.slide-wrapper slide .lead,
.zoomedIn.slide-wrapper slide h3 {
  color: #ffe6a9;
}

.slide-zoomer {
  -webkit-transition: all .25s cubic-bezier(0.165, 0.840, 0.440, 1.000);;
  -ms-transition: all .25s cubic-bezier(0.165, 0.840, 0.440, 1.000);;
  -moz-transition: all .25s cubic-bezier(0.165, 0.840, 0.440, 1.000);;
  -o-transition: all .25s cubic-bezier(0.165, 0.840, 0.440, 1.000);;
  transition: all .25s cubic-bezier(0.165, 0.840, 0.440, 1.000);;
  position: absolute;
  bottom: 20px;
  z-index: 400;
  right: 20px;
  width: 100px;
  text-align: right;
  padding-right: 15px;
  border: 1px solid white;
  border-radius: 3px;
  box-shadow: 0px 0px 4px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  height: 41px;
  overflow: hidden;
  width: 41px;
  opacity: 0.8;
}

.slide-zoomer .click-to-expand {
  background: transparent;
}

.slide-zoomer:hover {
  opacity: 1;
}

.slide-zoomer:hover .click-to-expand {
  opacity: 1;
  color: rgba(26, 26, 26, 0.7);
}

.slide-zoomer:hover:after {
  font-size: 0.8rem;
  transform: translateY(4px);
  color: rgba(26, 26, 26, 0.7);
}

.slide-zoomer:after {
  -webkit-transition: all .25s cubic-bezier(0.165, 0.840, 0.440, 1.000);;
  -ms-transition: all .25s cubic-bezier(0.165, 0.840, 0.440, 1.000);;
  -moz-transition: all .25s cubic-bezier(0.165, 0.840, 0.440, 1.000);;
  -o-transition: all .25s cubic-bezier(0.165, 0.840, 0.440, 1.000);;
  transition: all .25s cubic-bezier(0.165, 0.840, 0.440, 1.000);;
  font-family: 'icomoon';
  content: "\e90d";
  color: white;
  position: absolute;
  right: 11px;
  top: 7px;
  font-size: 1.1rem;
}

.device-ipad .slide-zoomer,
.ie678 .slide-zoomer {
  display: none !important;
}

.slide-zoomer:hover {
  background-color: white;
  width: 130px;
}

[lang="ru-RU"] .slide-zoomer:hover {
  width: 160px;
}

.fso-custom-zoomer .slide-zoomer:hover {
  width: 130px;
}

.zoomedIn .slide-zoomer {
  display: none;
}

.fso-custom-zoomer {
  position: fixed;
  bottom: 5%;
  right: 0;
  z-index: 10;
  width: 200px;
}

.fso-custom-zoomer .slide-zoomer {
  right: 35px;
  margin-right: 0;
  display: none;
  bottom: 0;
}

.fso-custom-zoomer .slide-zoomer:after {
  content: "\e90e";
}

.slideshow-zoomed-in .fso-custom-zoomer .slide-zoomer {
  display: block;
}

.click-to-expand {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: opacity 0.25s ease-out;
  -ms-transition: opacity 0.25s ease-out;
  -moz-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  opacity: 0;
  padding: 9px 35px 7px 12px;
  color: white;
  font-weight: bold;
  font-size: 1rem;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
}

/**
@file
CSS for slideshows and flyouts for Scn only.
*/
#header_and_content_container {
  overflow: hidden;
  min-height: initial;
  /* FIXME */
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #header_and_content_container {
    overflow-x: hidden !important;
  }
}

#shell #header_container {
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  padding-bottom: 0.1875rem;
}

.slideshow-zoomed-in #shell #header_container {
  overflow: visible;
}

@media (min-width: 992px) {
  #shell #header_container:before {
    -webkit-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
  }
}

#shell #header_container.on-first-slide:before {
  background: rgba(0, 0, 0, 0.5);
}

@media (max-width: 1199px) {
  #shell #header_container {
    padding-bottom: 0;
  }
}

/*
@media (min-width: 860px) {
    #shell #header_container {
        margin-bottom: 10px;
    }
}
*/
#header {
  margin: 0 auto;
}

slide {
  font-size: 13px;
}

slide.video-slide {
  /* FIXME */
  padding-bottom: 56.27%;
}

.slide-wrapper slide .item {
  position: absolute;
}

.slide-wrapper slide h3 {
  font-size: 20px;
  line-height: 24px;
  font-family: "Arapey", serif;
  font-weight: normal;
  color: #ffe6a9;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  text-align: left;
}

.zoomedIn.slide-wrapper slide h3 {
  color: #ffe6a9;
}

.slide-wrapper slide h3.slide-subhead-smaller {
  font-size: 17px;
  line-height: 20px;
  padding-bottom: 3px;
}

.pswp__caption__center .lead,
.slide-wrapper slide .lead {
  color: #ffe6a9;
  text-transform: uppercase;
  letter-spacing: normal;
}

.pswp__caption__center .lead i, .pswp__caption__center .lead em,
.slide-wrapper slide .lead i,
.slide-wrapper slide .lead em {
  letter-spacing: 0.25px;
}

.pswp__caption__center .lead-stat-number,
.pswp__caption__center .lead-stat-number-smaller {
  font-size: 30px;
  font-weight: bold;
}

.zoomedIn.slide-wrapper slide .superpower,
.slide-wrapper slide .superpower {
  /*color: #c9b38b;*/
  color: #ffe6a9;
}

.slide-wrapper slide .lead.name {
  text-transform: none;
}

@media (max-width: 767px) {
  #breadcrumb {
    display: none;
  }
  #shell #header_container {
    margin-bottom: 0;
  }
  .slide-wrapper {
    border-top: 1px solid rgba(110, 140, 158, 0.5);
    border-bottom: 1px solid rgba(110, 140, 158, 0.5);
    margin-bottom: 0;
  }
  .slide-wrapper .slide-holder slide .text-item .lead {
    color: #98B9DD;
  }
}

.ie678 #outer_shell .gcui-responsive-width {
  max-width: 860px;
}

#header .slide {
  border-left: 2px solid #326188;
}

#header .slide:first-child {
  border-left: none;
}

.back-menu {
  display: none;
}

.custom-slide-showing .back-menu {
  display: block;
}

.device-ios #header #header_slideshow_wraper .gcui-header-flyout-slidecap-wrapper,
.device-ios #header #header_slideshow_wraper .default-left-nav > .flyout {
  overflow-x: scroll;
  overflow-y: hidden;
  max-height: 338px;
  -webkit-overflow-scrolling: touch;
}

.device-ios #header #header_slideshow_wraper .default-left-nav > .flyout > .text-flyout.mobile-menu {
  width: 220px;
  overflow: hidden;
}

/* FIXME check this out more - is this replaced now?

#outer_shell .slide-selectors {
    left: 220px;
}

*/
.new-style-press-release-content li {
  margin-bottom: 0.5em;
}

.fso-slider-not-too-many-apple-dots .slide-dots-holder-outer {
  -webkit-display: flex;
  -ms-display: flex;
  -moz-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}

.fso-slider-not-too-many-apple-dots .slide-dots-holder-inner {
  position: relative;
  bottom: 2px !important;
}

.pswp__caption h3 {
  color: #ffe6a9;
}

:lang(en).device-custom-type-mobile .front #header_container .fso-slide-0 .new-age-caption-overlay {
  pointer-events: all !important;
}

.device-custom-type-mobile .front #header_container .fso-slide-0 .new-age-caption-overlay,
.device-custom-type-mobile .front #header_container .fso-slide-0 .center-playbutton-overlay {
  pointer-events: none !important;
}

.device-custom-type-mobile slide .image-holder.js-preview:before {
  content: none !important;
}

/*
@file CSS for the templates defined in slide-templates.html
*/
/* A */
.slide-template-a .image-item-1 {
  height: 100%;
}

/* B */
.slide-template-b .image-item-1 {
  top: 6.95%;
  width: 100%;
}

/* B-0 */
.slide-template-b-0 .image-item-1 {
  top: 6.95%;
  width: 100%;
}

.slide-template-b-0 .image-item-2 {
  bottom: 5.73%;
  left: 64.76%;
  width: 23.25%;
  border: 1px solid white;
}

/* B-00 */
.slide-template-b-00 .image-item-1 {
  top: 6.95%;
  width: 100%;
}

.slide-template-b-00 .image-item-2 {
  top: 51.47%;
  width: 24.41%;
  right: 2.32%;
  border: 1px solid white;
}

.slide-template-b-00 .image-item-3 {
  top: 78.6%;
  width: 18.6%;
  left: 53.13%;
}

/* B-2 */
.slide-template-b-2 .image-item-1 {
  top: 13.91%;
  width: 100%;
}

/* C */
.slide-template-c .image-item-1 {
  top: 6.95%;
  width: 100%;
  /* NOTE 27 Dec 2014
    height: CSSPercentY(440);
    */
}

/* C-00 */
.slide-template-c-00 .image-item-1 {
  top: 0%;
  width: 100%;
  height: 76.52%;
}

.slide-template-c-00 .image-item-2 {
  bottom: 3.47%;
  width: 20.34%;
  right: 2.55%;
}

/* C-1 */
.slide-template-c-1 .image-item-1 {
  width: 100%;
  height: 76.52%;
  /* FIXME */
}

/* D */
.slide-template-d .image-item-1 {
  width: 100%;
}

/* D-0 */
.slide-template-d-0 .image-item-1 {
  width: 100%;
}

.slide-template-d-0 .image-item-2 {
  width: 23.25%;
  bottom: 6.69%;
  left: 71.76%;
  border: 1px solid white;
}

/* E */
.slide-template-e .image-item-1 {
  height: 100%;
  width: 72.09%;
}

/* E-1A */
.slide-template-e-1a .image-item-1 {
  height: 100%;
  /* NOTE 27 Dec 2014
    width: CSSPercentX(620);
    */
}

.slide-template-e-1a .image-item-2 {
  top: 4.34%;
  right: 0%;
  width: 23.25%;
}

/* E-1B */
.slide-template-e-1b .image-item-1 {
  height: 100%;
  width: 72.09%;
  /* FIXME */
}

.slide-template-e-1b .image-item-2 {
  top: 4.34%;
  right: 3.47%;
  width: 20.93%;
}

/* E-1C */
.slide-template-e-1c .image-item-1 {
  height: 100%;
  width: 72.09%;
  /* FIXME */
}

.slide-template-e-1c .image-item-2 {
  top: 4.34%;
  right: 0;
  width: 23.25%;
}

/* E-1D */
.slide-template-e-1d .image-item-1 {
  height: 100%;
  width: 72.09%;
}

.slide-template-e-1d .image-item-2 {
  top: 4.34%;
  right: 0;
  width: 23.25%;
}

/* E-1E */
.slide-template-e-1e .image-item-1 {
  height: 100%;
  width: 72.09%;
  /* FIXME */
}

.slide-template-e-1e .image-item-2 {
  top: 4.34%;
  right: 0;
  width: 25%;
}

/* E-1F */
.slide-template-e-1f .image-item-1 {
  height: 100%;
  width: 72.09%;
  /* FIXME */
}

.slide-template-e-1f .image-item-2 {
  top: 32.52%;
  right: 0;
  width: 25%;
}

/* E-2A */
.slide-template-e-2a .image-item-1 {
  height: 100%;
  width: 72.09%;
  /* FIXME */
}

.slide-template-e-2a .image-item-2 {
  top: 4.34%;
  right: 0;
  width: 24.41%;
  height: 29.21%;
}

.slide-template-e-2a .image-item-3 {
  top: 38.26%;
  width: 21.51%;
  right: 2.9%;
  height: 32.17%;
}

/* F */
.slide-template-f .image-item-1 {
  right: 0;
  height: 100%;
  /* NOTE 27 Dec 2014
    width: CSSPercentX(620);
    */
}

/* F-1A */
.slide-template-f-1a .image-item-1 {
  top: 0%;
  right: 0;
  height: 100%;
}

.slide-template-f-1a .image-item-2 {
  top: 5.21%;
  left: 0;
  width: 24.41%;
}

/* F-2A */
.slide-template-f-2a .image-item-1 {
  right: 0;
  height: 100%;
  width: 72.09%;
  /* FIXME */
}

.slide-template-f-2a .image-item-2 {
  top: 4.34%;
  width: 24.41%;
  height: 29.21%;
}

.slide-template-f-2a .image-item-3 {
  top: 38.26%;
  width: 21.51%;
  left: 2.9%;
  height: 32.17%;
}

/* F-1B */
.slide-template-f-1b .image-item-1 {
  top: 0%;
  right: 0;
  height: 100%;
}

.slide-template-f-1b .image-item-2 {
  top: 5.21%;
  left: 2.32%;
  width: 22.09%;
}

/* F-1D */
.slide-template-f-1d .image-item-1 {
  top: 5.21%;
  right: 0;
  height: 89.56%;
}

.slide-template-f-1d .image-item-2 {
  top: 5.21%;
  width: 24.41%;
}

/* F-1E */
.slide-template-f-1e .image-item-1 {
  top: 0%;
  right: 0;
  height: 100%;
}

.slide-template-f-1e .image-item-2 {
  top: 5.21%;
  width: 24.41%;
}

/* F-1F */
.slide-template-f-1f .image-item-1 {
  top: 0%;
  right: 0;
  height: 100%;
}

.slide-template-f-1f .image-item-2 {
  top: 5.21%;
  width: 24.41%;
}

/* G */
.slide-template-g .image-item-1 {
  top: 6.95%;
  height: 89.56%;
  width: 72.09%;
  /* FIXME */
}

/* G-1A */
.slide-template-g-1a .image-item-1 {
  top: 6.95%;
  /*
    width: CSSPercentX(620);
    */
  height: 89.56%;
  /* FIXME */
}

.slide-template-g-1a .image-item-2 {
  top: 6.95%;
  right: 2.32%;
  width: 23.25%;
}

/* G-1C */
.slide-template-g-1c .image-item-1 {
  top: 6.95%;
  /*
    width: CSSPercentX(620);
    */
  height: 89.56%;
}

.slide-template-g-1c .image-item-2 {
  top: 6.95%;
  right: 0;
  width: 25.58%;
}

/* G-1D */
.slide-template-g-1d .image-item-1 {
  top: 6.95%;
  /*
    width: CSSPercentX(620);
    */
  height: 89.56%;
  /* FIXME */
}

.slide-template-g-1d .image-item-2 {
  top: 6.95%;
  right: 0;
  width: 25.58%;
}

/* G-1E */
.slide-template-g-1e .image-item-1 {
  top: 6.95%;
  width: 72.09%;
  height: 89.56%;
  /* FIXME */
}

.slide-template-g-1e .image-item-2 {
  top: 6.95%;
  right: 2.32%;
  width: 23.25%;
}

/* G2-B */
.slide-template-g2-b .image-item-1 {
  top: 5.21%;
  height: 89.56%;
}

.slide-template-g2-b .image-item-2 {
  top: 5.21%;
  right: 3.48%;
  width: 29.06%;
}

.slide-template-g2-b .image-item-3 {
  top: 39.13%;
  right: 3.48%;
  width: 29.06%;
}

/* G-2C */
.slide-template-g2-c .image-item-1 {
  top: 5.21%;
  height: 89.56%;
}

.slide-template-g2-c .image-item-2 {
  top: 5.21%;
  right: 0;
  width: 24.41%;
}

.slide-template-g2-c .image-item-3 {
  top: 39.13%;
  right: 3.48%;
  width: 20.93%;
}

/* H */
.slide-template-h .image-item-1 {
  top: 6.95%;
  right: 0;
  height: 89.56%;
}

/* H-1A */
.slide-template-h-1a .image-item-1 {
  top: 6.95%;
  right: 0;
  width: 72.09%;
  height: 89.56%;
  /* FIXME */
}

.slide-template-h-1a .image-item-2 {
  top: 6.95%;
  left: 3.25%;
  width: 21.51%;
  height: 25.73%;
  /* ADJUST */
}

/* H-1C */
.slide-template-h-1c .image-item-1 {
  top: 6.95%;
  right: 0;
  width: 72.09%;
  height: 89.56%;
  /* FIXME */
}

.slide-template-h-1c .image-item-2 {
  top: 6.95%;
  width: 25%;
}

/* H-1E */
.slide-template-h-1e .image-item-1 {
  top: 6.95%;
  right: 0;
  width: 72.09%;
  height: 89.56%;
  /* FIXME */
}

.slide-template-h-1e .image-item-2 {
  top: 6.95%;
  width: 24.65%;
  height: 46.08%;
  /* ADJUST */
}

/* H-2C */
.slide-template-h-2c .image-item-1 {
  top: 6.95%;
  right: 0;
  width: 72.09%;
  /* NOTE 27 Dec 2014
    height: CSSPercentY(515);
    */
}

.slide-template-h-2c .image-item-2 {
  top: 6.95%;
  left: 0;
  width: 25%;
  /* NOTE 27 Dec 2014
    height: CSSPercentY(172);
    */
}

.slide-template-h-2c .image-item-3 {
  top: 41.04%;
  left: 2.9%;
  width: 21.97%;
}

/* H-3C */
.slide-template-h-3c .image-item-1 {
  top: 6.95%;
  right: 0;
  width: 72.09%;
  /* NOTE 27 Dec 2014
    height: CSSPercentY(515);
    */
}

.slide-template-h-3c .image-item-2 {
  top: 6.95%;
  left: 0;
  width: 25%;
  /* NOTE 27 Dec 2014
    height: CSSPercentY(172);
    */
}

.slide-template-h-3c .image-item-3 {
  top: 41.04%;
  left: 2.9%;
  width: 21.97%;
}

/* H-3D */
.slide-template-h-3d .image-item-1 {
  top: 6.95%;
  right: 0;
  width: 72.09%;
  height: 89.56%;
}

.slide-template-h-3d .image-item-2 {
  top: 6.95%;
  left: 0;
  width: 25%;
  height: 24.86%;
}

.slide-template-h-3d .image-item-3 {
  top: 36.34%;
  left: 2.9%;
  width: 21.97%;
}

/* I */
.slide-template-i .image-item-1 {
  top: 5.21%;
  right: 0;
  height: 86.26%;
  width: 72.09%;
  /* FIXME */
}

/* I-1A */
.slide-template-i-1a .image-item-1 {
  top: 6.95%;
  right: 0;
  width: 72.09%;
  height: 86.26%;
  /* FIXME */
}

.slide-template-i-1a .image-item-2 {
  top: 6.95%;
  left: 0;
  width: 25%;
}

/* I-1B */
.slide-template-i-1b .image-item-1 {
  top: 6.95%;
  right: 0;
  width: 72.09%;
  height: 84.34%;
  /* FIXME */
}

.slide-template-i-1b .image-item-2 {
  top: 6.95%;
  left: 0;
  width: 25%;
}

/* I-1D */
.slide-template-i-1d .image-item-1 {
  top: 6.95%;
  right: 0;
  width: 72.09%;
  height: 84.34%;
  /* FIXME */
}

.slide-template-i-1d .image-item-2 {
  top: 6.95%;
  left: 0;
  width: 25%;
}

/* I-2B */
.slide-template-i-2b .image-item-1 {
  top: 6.95%;
  right: 0;
  width: 72.09%;
  height: 86.26%;
  /* FIXME */
}

.slide-template-i-2b .image-item-2 {
  top: 6.95%;
  left: 0;
  width: 25%;
  height: 29.91%;
}

.slide-template-i-2b .image-item-3 {
  top: 41.04%;
  left: 2.55%;
  width: 22.44%;
}

/* J */
.slide-template-j .image-item-1 {
  top: 5.21%;
  height: 87.82%;
  width: 72.09%;
  /* FIXME */
}

/* J-1A */
.slide-template-j-1a .image-item-1 {
  top: 5.21%;
  height: 87.82%;
  width: 72.09%;
  /* FIXME */
}

.slide-template-j-1a .image-item-2 {
  top: 5.21%;
  width: 24.41%;
  right: 0%;
}

/* J-1B */
.slide-template-j-1b .image-item-1 {
  top: 5.21%;
  height: 87.82%;
  /* NOTE 27 Dec 2014
    width: CSSPercentX(620);
    */
}

.slide-template-j-1b .image-item-2 {
  top: 5.21%;
  width: 24.41%;
  right: 0%;
}

/* J-1C */
.slide-template-j-1c .image-item-1 {
  top: 5.21%;
  height: 87.82%;
  width: 72.09%;
  /* FIXME */
}

.slide-template-j-1c .image-item-2 {
  top: 5.21%;
  width: 24.41%;
  right: 0;
}

/* J-1D */
.slide-template-j-1d .image-item-1 {
  top: 5.21%;
  height: 87.82%;
  width: 72.09%;
  /* FIXME */
}

.slide-template-j-1d .image-item-2 {
  top: 5.21%;
  width: 22.09%;
  right: 3.13%;
}

/* K */
.slide-template-k .image-item-1 {
  right: 0;
  height: 100%;
}

.slide-template-k .image-item-2 {
  top: 10.43%;
  left: 6.97%;
  width: 34.88%;
}

/* K-2 */
.slide-template-k-2 .image-item-1 {
  right: 0;
  height: 100%;
}

.slide-template-k-2 .image-item-2 {
  top: 10.43%;
  left: 6.97%;
  width: 29.06%;
}

/* K-3 */
.slide-template-k-3 .image-item-1 {
  right: 0;
  height: 100%;
}

.slide-template-k-3 .image-item-2 {
  top: 12.17%;
  left: 6.97%;
  width: 29.06%;
}

/* K-4 */
.slide-template-k-4 .image-item-1 {
  right: 0;
  height: 100%;
}

.slide-template-k-4 .image-item-2 {
  top: 5.21%;
  left: 3.48%;
  width: 39.53%;
}

.slide-template-k-4 .image-item-3 {
  top: 57.39%;
  left: 3.48%;
  width: 20.93%;
}

/* K-4-1 */
.slide-template-k-4-1 .image-item-1 {
  right: 0;
  height: 100%;
}

.slide-template-k-4-1 .image-item-2 {
  top: 5.21%;
  left: 3.48%;
  width: 38.37%;
}

.slide-template-k-4-1 .image-item-3 {
  top: 55.82%;
  left: 3.48%;
  width: 19.76%;
}

/* L-1 */
.slide-template-l-1 .image-item-1 {
  height: 100%;
}

.slide-template-l-1 .image-item-2 {
  top: 13.91%;
  right: 6.97%;
  width: 36.04%;
}

/* L2 */
.slide-template-l2 .image-item-1 {
  height: 100%;
}

.slide-template-l2 .image-item-2 {
  top: 12.17%;
  right: 11.62%;
  width: 25.58%;
}

.org-domain-lad.path-about-us-information-center .slide-template-l2 .image-item-2 {
  top: 6.17%;
}

/* L3 */
.slide-template-l3 .image-item-1 {
  height: 100%;
}

.slide-template-l3 .image-item-2 {
  top: 12.17%;
  right: 11.62%;
  width: 29.06%;
}

/* L-4-CUSTOM: MV2015 */
.slide-template-l-4-custom .image-item-1 {
  height: 100%;
}

.slide-template-l-4-custom .image-item-2 {
  top: 12.17%;
  right: 11.62%;
  width: 29.06%;
}

/* L-4-1 */
.slide-template-l-4-1 .image-item-1 {
  height: 100%;
}

.slide-template-l-4-1 .image-item-2 {
  top: 4.34%;
  right: 3.25%;
  width: 38.48%;
}

.slide-template-l-4-1 .image-item-3 {
  top: 55.82%;
  right: 3.25%;
  width: 18.6%;
}

/* M */
.slide-template-m .image-item-1 {
  height: 100%;
}

.slide-template-m .image-item-2 {
  top: 15.65%;
  right: 4.65%;
  width: 25.11%;
}

/* M-1 */
.slide-template-m-1 .image-item-1 {
  height: 100%;
  left: 23.83%;
}

.slide-template-m-1 .image-item-2 {
  top: 4%;
  right: 0%;
  width: 21.04%;
}

.slide-template-m-1 .image-item-3 {
  top: 4%;
  width: 21.04%;
}

/* M-00 */
.slide-template-m-00 .image-item-1 {
  height: 100%;
  left: 23.83%;
}

/* N */
.slide-template-n .image-item-1 {
  height: 100%;
}

/* N-00 */
.slide-template-n-00 .image-item-1 {
  height: 100%;
}

.slide-template-n-00 .image-item-2 {
  top: 10.43%;
  right: 9.65%;
  width: 24.41%;
}

/* N-00-INSET */
.slide-template-n-00-inset .image-item-1 {
  height: 100%;
}

.slide-template-n-00-inset .image-item-2 {
  top: 10.43%;
  right: 9.65%;
  width: 24.41%;
}

/* N-0 */
.slide-template-n-0 .image-item-1 {
  height: 100%;
}

/* N-1 */
.slide-template-n-1 .image-item-1 {
  height: 100%;
}

.slide-template-n-1 .image-item-2 {
  top: 8%;
  left: 59.18%;
  width: 32.55%;
}

.slide-template-n-1 .image-item-3 {
  top: 50.43%;
  left: 59.18%;
  width: 38.37%;
}

/* N-2 */
.slide-template-n-2 .image-item-1 {
  height: 100%;
}

.slide-template-n-2 .image-item-2 {
  top: 5.21%;
  right: 5.23%;
  width: 32.55%;
}

.slide-template-n-2 .image-item-3 {
  top: 48.69%;
  left: 62.2%;
  width: 25.34%;
}

/* N-3 */
.slide-template-n-3 .image-item-1 {
  height: 100%;
}

.slide-template-n-3 .image-item-2 {
  top: 5.21%;
  right: 0;
  width: 38.83%;
}

.slide-template-n-3 .image-item-3 {
  top: 60.86%;
  right: 11.62%;
  width: 17.44%;
}

/* N-4 */
.slide-template-n-4 .image-item-1 {
  height: 100%;
}

.slide-template-n-4 .image-item-2 {
  top: 8.69%;
  right: 9.3%;
  width: 25%;
}

/* O */
.slide-template-o .image-item-1 {
  right: 0;
  height: 100%;
  width: 53.48%;
  /* FIXME */
}

.slide-template-o .image-item-2 {
  top: 8.69%;
  left: 5.81%;
  width: 34.88%;
}

/* O-INSET */
.slide-template-o-inset .image-item-1 {
  right: 0;
  height: 100%;
  width: 53.48%;
  /* FIXME */
}

.slide-template-o-inset .image-item-2 {
  top: 8.69%;
  left: 5.81%;
  width: 34.88%;
}

/* O-0 */
.slide-template-o-0 .image-item-1 {
  right: 0;
  height: 100%;
  width: 60.46%;
  /* FIXME */
}

.slide-template-o-0 .caption-center-left {
  left: 3.48% !important;
  width: 32.55% !important;
}

/* O-2 */
.slide-template-o-2 .image-item-1 {
  height: 100%;
  right: 0;
}

.slide-template-o-2 .image-item-2 {
  top: 4.86%;
  width: 30.23%;
  left: 9.76%;
}

.slide-template-o-2 .image-item-3 {
  top: 44.34%;
  left: 14.88%;
  width: 25.23%;
}

/* O-3 */
.slide-template-o-3 .image-item-1 {
  height: 100%;
  right: 0;
}

.slide-template-o-3 .image-item-2 {
  top: 4.86%;
  width: 39.53%;
}

.slide-template-o-3 .image-item-3 {
  top: 49.56%;
  left: 21.51%;
  width: 17.44%;
}

/* P */
.slide-template-p .image-item-1 {
  right: 3.48%;
  top: 5.21%;
  height: 89.56%;
  width: 50%;
  /* FIXME */
}

.slide-template-p .image-item-2 {
  top: 5.21%;
  width: 43.02%;
  height: 43.47%;
  /* FIXME */
}

.slide-template-p .image-item-3 {
  top: 53.91%;
  width: 20.34%;
}

.slide-template-p .image-item-4 {
  top: 53.91%;
  left: 22.55%;
  width: 20.34%;
}

/* P LEFT */
.slide-template-p-left .image-item-1 {
  top: 5.21%;
  height: 66.08%;
  /*
    width: CSSPercentX(600);
    */
}

.slide-template-p-left .image-item-2 {
  bottom: 26.95%;
  right: 5.81%;
  width: 23.25%;
  /*
    height: CSSPercentY(250);
    */
}

/* P RIGHT */
.slide-template-p-right .image-item-1 {
  top: 5.21%;
  right: 0;
  height: 66.08%;
  /*
    width: CSSPercentX(600);
    */
}

.slide-template-p-right .image-item-2 {
  bottom: 26.95%;
  left: 5.81%;
  width: 23.25%;
  /*
    height: CSSPercentY(250);
    */
}

/* P BOTTOM */
.slide-template-p-bottom .image-item-1 {
  top: 5.21%;
  width: 149.56%;
  /*
    height: CSSPercentY(380);
    */
}

.slide-template-p-bottom .image-item-2 {
  bottom: 26.95%;
  left: 5.81%;
  width: 23.25%;
  /*
    height: CSSPercentY(250);
    */
}

/* Q */
.slide-template-q .image-item-1 {
  right: 3.48%;
  top: 5.21%;
  height: 89.56%;
  width: 50%;
  /* FIXME */
}

.slide-template-q .image-item-2 {
  top: 5.21%;
  width: 43.02%;
  height: 43.47%;
  /* FIXME */
}

.slide-template-q .image-item-3 {
  top: 53.91%;
  width: 20.34%;
}

.slide-template-q .image-item-4 {
  top: 53.91%;
  left: 22.55%;
  width: 20.34%;
}

/* Q */
.slide-template-q-00 .image-item-1 {
  right: 3.48%;
  top: 5.21%;
  height: 89.56%;
  width: 50%;
  /* FIXME */
}

.slide-template-q-00 .image-item-2 {
  top: 5.21%;
  width: 43.02%;
  height: 43.47%;
  /* FIXME */
}

.slide-template-q-00 .image-item-3 {
  top: 53.91%;
  width: 20.34%;
}

.slide-template-q-00 .image-item-4 {
  top: 53.91%;
  left: 22.55%;
  width: 20.34%;
}

.slide-template-q-00 .image-item-5 {
  top: 73.73%;
  width: 20.34%;
}

.caption-center-below {
  bottom: 20px;
  width: 92%;
  left: 4%;
}

.caption-bottom-left-corner {
  bottom: 20px;
  left: 20px;
  width: 200px;
}

#header .slide-holder slide.slide-templated {
  height: 0;
  padding-bottom: 66.86%;
}

.context-localdev slide.slide-templated {
  background: rgba(50, 0, 0, 0.2);
}

.image-item.dev-needs-crop {
  outline: 4px solid red;
}

/* repeat of CSS in photoswipe.css, in order to avoid flash of unstyled .pswp div */
.slideshow-view-gallery-holder,
.pswp {
  display: none;
}

.slideshow-view-gallery-holder.pswp--open,
.pswp.pswp--open {
  display: block;
  z-index: 100000;
}

@media (max-width: 767px) {
  .templated-slider-style-dynamic-image-sizing .slideshow-view-gallery-holder {
    display: block;
  }
  .templated-slider-style-dynamic-image-sizing .slide-stretcher .fso-slide-mobile-numbers {
    display: none;
  }
  .templated-slider-style-dynamic-image-sizing .slide-stretcher-outer {
    padding-bottom: 1px;
  }
  .templated-slider-style-dynamic-image-sizing .slide-controls .arrow-bg {
    display: none;
  }
  .templated-slider-style-dynamic-image-sizing .slide-controls arrow {
    left: 41px;
    opacity: 0.8;
  }
  .templated-slider-style-dynamic-image-sizing .slide-controls .slide-right-arrow2 arrow {
    left: auto;
    right: 39px;
  }
  .templated-slider-style-dynamic-image-sizing #header_slideshow_wraper {
    padding-left: 0;
    padding-right: 0;
  }
}

.templated-slider-style-dynamic-image-sizing .slideshow-view-gallery-holder {
  background: #467094;
  margin: 0 -100%;
  padding: 0 100%;
}

.templated-slider-style-dynamic-image-sizing .slideshow-view-gallery-holder-inner {
  background: #467094;
  padding: 4px 10px;
  font-family: "Arapey", serif;
  color: #f8f8f8;
}

.templated-slider-style-dynamic-image-sizing .slideshow-view-gallery-holder .fso-slide-mobile-numbers {
  left: auto;
  right: 40px;
  font-family: "Arapey", serif;
  font-size: 16px;
  text-shadow: none;
  color: #f8f8f8;
}

[dir="rtl"] .templated-slider-style-dynamic-image-sizing .slideshow-view-gallery-holder-inner {
  text-align: left;
}

/*
@file CSS for the templates defined in slide-templates-new.html
*/
/* OVERALL STYLES */
.new-style-press-release-content li {
  margin-bottom: 0.5em;
}

.slideshow-zoomed-in #shell .primary-nav-menu {
  z-index: 1;
}

#shell .slide-zoomer {
  bottom: 40px;
}

#shell .slide-zoomer:hover {
  width: 122px;
}

:lang(el) #shell .slide-zoomer:hover {
  width: 117px;
}

#shell .fso-custom-zoomer .slide-zoomer {
  bottom: 30px;
}

#shell .fso-custom-zoomer .slide-zoomer:hover {
  width: 108px;
}

:lang(el) #shell .fso-custom-zoomer .slide-zoomer:hover {
  width: 105px;
}

/* A */
/* UPDATED */
.slide-template-new-a .image-item-1 {
  height: 100%;
  left: 0;
}

.slide-template-new-a-with-overlay .text-item.caption-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 76.52%;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  display: flex;
  align-items: center;
}

.slide-template-new-a-with-overlay .text-item.caption-overlay .floater-texter {
  /*position: absolute;
    top: CSSPercentY(40);
    left: CSSPercentX(90);
    right: CSSPercentX(90);
    width: auto;*/
  margin-top: 0.86%;
  margin-left: 10.46%;
  margin-right: 10.46%;
  color: #ffffff;
}

@media (max-width: 767px) {
  .slide-template-new-a-with-overlay .text-item.caption-overlay .floater-texter {
    display: none;
  }
}

/* With band */
.slide-template-new-a-with-band .image-item-2.image-item-custom {
  color: #f8f8f8;
  background: rgba(61, 95, 141, 0.8);
  font-size: 13px;
  padding: 5px 5% 13px 27%;
  height: 106px;
  top: 77.47%;
  left: 0;
  right: 0;
  text-align: left;
  width: 100%;
}

.slide-template-new-a-with-band .image-item-2.image-item-custom p {
  margin-bottom: 8px !important;
}

.slide-template-new-a-with-band .image-item-2.image-item-custom .lead {
  /*font-size: 1.7em;*/
  font-family: "Arapey", serif;
  position: relative;
  top: 3px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #B8D1ED;
  margin-bottom: 3px;
}

.slide-template-new-a-with-band .image-item-2.image-item-custom .lead {
  line-height: 1em !important;
}

.slide-template-new-a-with-band .image-item-2.image-item-custom2 {
  right: auto;
  left: 3%;
  top: 66.1%;
  width: 20%;
  padding-top: 31%;
  background-repeat: no-repeat;
}

@media (max-width: 700px) {
  .slide-template-new-a-with-band .image-item-2.image-item-custom .floater-texter {
    display: none;
  }
  .slide-template-new-a-with-band .image-item-2.image-item-custom2 {
    min-height: 100px;
  }
  .slide-template-new-a-with-band .custom-s-logo.ignore-zoom {
    display: none !important;
  }
  .slide-template-new-a-with-band .image-item-2.image-item-custom .lead {
    line-height: 1.0;
    font-size: 1.4em;
  }
  .slide-template-new-a-with-band .image-item-2.image-item-custom {
    height: 110px;
    top: auto !important;
    bottom: 0;
  }
}

@media (max-width: 400px) {
  .slide-template-new-a-with-band .image-item-2.image-item-custom .floater-texter {
    display: none;
  }
  .slide-template-new-a-with-band .image-item-2.image-item-custom2 {
    min-height: 0;
    bottom: 6px !important;
    top: auto !important;
  }
  .slide-template-new-a-with-band .image-item-2.image-item-custom {
    height: 70px !important;
  }
}

/* B */
/* UPDATED */
.slide-template-new-b .image-item-1 {
  top: 6.95%;
  width: 100%;
  left: 0;
  min-width: 100% !important;
}

/* B-with-date */
/* UPDATED */
.slide-template-new-b-with-date .image-item-1 {
  top: 6.95%;
  width: 100%;
  left: 0;
  min-width: 100% !important;
}

.slide-template-new-b-with-date .text-item {
  top: 80% !important;
  left: 4.65% !important;
  bottom: 2.32% !important;
}

.slide-template-new-b-with-date .text-item .lead-date {
  margin-right: 30px;
}

.slide-template-new-b-with-date .text-item .lead {
  display: block !important;
  float: left;
}

.slide-template-new-b-with-date .text-item .lead-titleLine {
  margin-top: 8px;
}

/* B-X */
/* NEW */
.slide-template-new-b-x .image-item-1 {
  top: 0;
  left: 0;
  width: 100%;
  min-width: 100% !important;
}

/* B-00 */
.slide-template-new-b-00 .image-item-1 {
  width: 100%;
  left: 0;
}

/* B-0 */
/*
.slide-template-new-b-0 .image-item-1 {
    top: CSSPercentY(40);
    width: CSSPercentX(860);
}

.slide-template-new-b-0 .image-item-2 {
    bottom: 5.73%;
    left: 64.76%;
    width: CSSPercentX(200);
    outline: 1px solid white;
}
*/
/* B-0A */
/* UPDATED */
.slide-template-new-b-0a .image-item-1 {
  top: 6.95%;
  width: 100%;
  left: 0;
}

.slide-template-new-b-0a .image-item-2 {
  right: 5.81%;
  top: 66.95%;
  width: 24.41%;
  outline: 1px solid white;
}

.slide-template-new-b-0a .text-item {
  top: 81.04%;
  right: 33.02%;
  left: 4.65%;
}

/* B-0AA */
.slide-template-new-b-0aa .image-item-1 {
  top: 6.95%;
}

.slide-template-new-b-0aa .image-item-2 {
  outline: 1px solid white;
  top: 59.13%;
  width: 31.39%;
  left: 63.02%;
}

.templated-slider-build-2-1 .slide-template-new-b-0aa[class*="slide-template-new-b-"] .text-item {
  top: 80%;
  left: 2.32%;
  width: 58.13%;
}

/* B-0B */
/* UPDATED */
.slide-template-new-b-0b .image-item-1 {
  top: 6.95%;
  width: 100%;
  left: 0;
}

.slide-template-new-b-0b .image-item-2 {
  left: 5.81%;
  top: 66.43%;
  width: 24.41%;
  outline: 1px solid white;
}

.slide-template-new-b-0b .text-item {
  top: 81.04%;
  left: 33.02%;
  right: 4.65%;
}

/* B-0C */
/* UPDATED */
.slide-template-new-b-0c .image-item-1 {
  top: 6.95%;
  width: 100%;
  left: 0;
}

.slide-template-new-b-0c .image-item-2 {
  right: 5.81%;
  top: 66.78%;
  width: 29.3%;
  outline: 1px solid white;
}

.slide-template-new-b-0c .text-item {
  top: 81.04%;
  left: 4.65%;
  right: 37.9%;
}

/* B-0D */
/* UPDATED */
.slide-template-new-b-0d .image-item-1 {
  top: 6.95%;
  width: 100%;
  left: 0;
}

.slide-template-new-b-0d .image-item-2 {
  left: 5.81%;
  top: 66.78%;
  width: 29.3%;
  outline: 1px solid white;
}

.slide-template-new-b-0d .text-item {
  top: 81.04%;
  right: 4.65%;
  left: 37.9%;
}

/* B-0E */
/* UPDATED */
.slide-template-new-b-0e .image-item-1 {
  top: 6.95%;
  width: 100%;
  left: 0;
}

.slide-template-new-b-0e .image-item-2 {
  right: 5.81%;
  top: 59.65%;
  width: 24.41%;
  outline: 1px solid white;
}

.slide-template-new-b-0e .text-item {
  top: 81.04%;
  right: 33.02%;
  left: 4.65%;
}

/* B-0F */
/* UPDATED */
.slide-template-new-b-0f .image-item-1 {
  top: 6.95%;
  width: 100%;
  left: 0;
}

.slide-template-new-b-0f .image-item-2 {
  left: 5.81%;
  top: 59.13%;
  width: 24.41%;
  outline: 1px solid white;
}

.slide-template-new-b-0f .text-item {
  top: 81.04%;
  left: 33.02%;
  right: 4.65%;
}

/* B-0G */
.slide-template-new-b-0g .image-item-1 {
  top: 6.95%;
  width: 100%;
  left: 0;
}

.slide-template-new-b-0g .image-item-2 {
  left: 64.88%;
  top: 61.21%;
  width: 24.41%;
  outline: 1px solid white;
}

/* B-0H */
.slide-template-new-b-0h .image-item-1 {
  top: 6.95%;
  width: 100%;
  left: 0;
}

.slide-template-new-b-0h .image-item-2 {
  left: 5.81%;
  top: 61.21%;
  width: 29.3%;
  outline: 1px solid white;
}

.slide-template-new-b-0h .text-item {
  top: 81.04%;
  left: 33.02%;
  right: 4.65%;
}

/* B-0I */
/* UPDATED */
.slide-template-new-b-0i .image-item-1 {
  top: 6.95%;
  width: 100%;
  left: 0;
}

.slide-template-new-b-0i .image-item-2 {
  right: 5.81%;
  top: 61.73%;
  width: 29.3%;
  outline: 1px solid white;
}

/* B-0L */
.slide-template-new-b-0l .image-item-1 {
  top: 6.95%;
  width: 100%;
  left: 0;
}

.slide-template-new-b-0l .image-item-2 {
  left: 5.81%;
  top: 61.39%;
  width: 34.88%;
  outline: 1px solid white;
}

.slide-template-new-b-0l .text-item {
  width: 54.65% !important;
  left: 43.02% !important;
  right: auto !important;
}

/* B-00 */
/*
.slide-template-new-b-00 .image-item-1 {
    top: CSSPercentY(40);
    width: CSSPercentX(860);
}

.slide-template-new-b-00 .image-item-2 {
    top: CSSPercentY(296);
    width: CSSPercentX(210);
    right: CSSPercentX(20);
    outline: 1px solid white;
}

.slide-template-new-b-00 .image-item-3 {
    top: CSSPercentY(452);
    width: CSSPercentX(160);
    left: CSSPercentX(457);

}
*/
/* B-0F */
/* UPDATED */
.slide-template-new-b-1f .image-item-2 {
  left: 5.81%;
  top: 59.13%;
  width: 24.41%;
  outline: 1px solid white;
}

.slide-template-new-b-1f .text-item {
  top: 81.04%;
  left: 33.02%;
  right: 4.65%;
}

/* B-1 */
/* UPDATED */
.slide-template-new-b-1 .image-item-1 {
  top: 0%;
  width: 100%;
  left: 0;
}

/* B-1C */
/* NEW */
.slide-template-new-b-1c .image-item-1 {
  top: 0%;
  width: 100%;
  left: 0;
}

.slide-template-new-b-1c .image-item-2 {
  top: 60.86%;
  width: 29.06%;
  left: 65.11%;
  outline: 1px solid white;
}

.templated-slider-build-2-1 .slide-template-new-b-1c[class*="slide-template-new-b-"] .text-item {
  top: 73.91%;
  bottom: auto;
  left: 4.06%;
  width: 56.39%;
}

/* B-1D */
/* UPDATED */
.slide-template-new-b-1d .image-item-1 {
  top: 0%;
  width: 100%;
  left: 0;
}

.slide-template-new-b-1d .image-item-2 {
  left: 5.81%;
  top: 60.86%;
  width: 29.06%;
  outline: 1px solid white;
}

.slide-template-new-b-1d .text-item {
  top: 73.04% !important;
  left: 37.2% !important;
  right: auto !important;
  width: 58.13% !important;
}

/* B-1G */
/* NEW */
.slide-template-new-b-1g .image-item-2 {
  left: auto;
  right: 5.81%;
  top: 60.86%;
  width: 29.06%;
  outline: 1px solid white;
}

/* B-2 */
/* UPDATED */
.slide-template-new-b-2 .image-item-1 {
  top: 15.3%;
  width: 100%;
  left: 0;
}

/* B-2A : 2.5x1*/
.slide-template-new-b-2a .image-item-1 {
  top: 17.39%;
  width: 100%;
  left: 0;
}

.slide-template-new-b-2a .text-item {
  top: 82.08%;
  left: 33.02%;
  right: 4.65%;
}

/* B-2H : 2.15x1*/
.slide-template-new-b-2h .image-item-1 {
  top: 15.3%;
  width: 100%;
  left: 0;
}

.slide-template-new-b-2h .image-item-2 {
  left: 5.81%;
  top: 61.21%;
  width: 29.3%;
  outline: 1px solid white;
}

.slide-template-new-b-2h .text-item {
  top: 81.04%;
  left: 33.02%;
  right: 4.65%;
}

/* B-2-2 */
/* UPDATED */
.slide-template-new-b-2-2 .image-item-1 {
  top: 0%;
  width: 100%;
  left: 0;
}

.slide-template-new-b-2-2 .image-item-2 {
  top: 57.91%;
  width: 25.81%;
  left: 2.32%;
  outline: 1px solid white;
}

.slide-template-new-b-2-2 .image-item-3 {
  top: 57.91%;
  width: 25.81%;
  left: 30.46%;
  outline: 1px solid white;
}

/* B-3 */
/* NEW */
.slide-template-new-b-3 .image-item-1 {
  top: 23.82%;
  width: 100%;
  left: 0;
  min-width: 100% !important;
}

/* B-4 */
/* NEW */
.slide-template-new-b-4 .image-item-1 {
  top: 16.69%;
  width: 100%;
  left: 0;
}

/* C */
/* UPDATED */
.slide-template-new-c .image-item-1 {
  top: 6.95%;
  width: 100%;
  left: 0;
}

/* C-0A */
/* UPDATED */
.slide-template-new-c-0a .image-item-1 {
  top: 6.95%;
  width: 100%;
  left: 0;
}

.slide-template-new-c-0a .image-item-2 {
  right: 5.81%;
  top: 59.13%;
  width: 24.41%;
  outline: 1px solid white;
}

.slide-template-new-c-0a .text-item {
  top: 81.04%;
  right: 33.02%;
  left: 4.65%;
}

/* C-00 */
.slide-template-new-c-00 .image-item-1 {
  top: 0%;
  width: 100%;
  /*
    height: CSSPercentY(440);
    */
  left: 0;
}

.slide-template-new-c-00 .image-item-2 {
  bottom: 3.47%;
  width: 20.34%;
  right: 2.55%;
  outline: 1px solid white;
}

/* C-0A */
/* UPDATED */
.slide-template-new-c-0a .image-item-1 {
  top: 6.95%;
  width: 100%;
  left: 0;
}

.slide-template-new-c-0a .image-item-2 {
  right: 5.81%;
  top: 64.69%;
  width: 24.41%;
  outline: 1px solid white;
}

.slide-template-new-c-0a .text-item {
  top: 85.21%;
  right: 33.02%;
  left: 4.65%;
}

/* C-0B */
/* UPDATED */
.slide-template-new-c-0b .image-item-1 {
  top: 6.95%;
  width: 100%;
  left: 0;
}

.slide-template-new-c-0b .image-item-2 {
  left: 5.81%;
  top: 64.69%;
  width: 24.41%;
  outline: 1px solid white;
}

.slide-template-new-c-0b .text-item {
  top: 85.21%;
  left: 33.02%;
  right: 4.65%;
}

/* C-0C */
/* UPDATED */
.slide-template-new-c-0c .image-item-1 {
  top: 6.95%;
  width: 100%;
  left: 0;
}

.slide-template-new-c-0c .image-item-2 {
  right: 5.34%;
  top: 67.13%;
  width: 29.3%;
  outline: 1px solid white;
}

.slide-template-new-c-0c .text-item {
  top: 85.21%;
  right: 33.02%;
  left: 4.65%;
}

/* C-0D */
/* UPDATED */
.slide-template-new-c-0d .image-item-1 {
  top: 6.95%;
  width: 100%;
  left: 0;
}

.slide-template-new-c-0d .image-item-2 {
  left: 5.34%;
  top: 67.13%;
  width: 29.3%;
  outline: 1px solid white;
}

.slide-template-new-c-0d .text-item {
  top: 85.21%;
  left: 37.79%;
  right: 4.65%;
}

/* C-0E */
/* UPDATED */
.slide-template-new-c-0e .image-item-1 {
  top: 6.95%;
  width: 100%;
  left: 0;
}

.slide-template-new-c-0e .image-item-2 {
  right: 5.81%;
  top: 59.47%;
  width: 24.41%;
  outline: 1px solid white;
}

.slide-template-new-c-0e .text-item {
  top: 78.26% !important;
  right: 33.02% !important;
  left: 4.65% !important;
}

/* C-0F */
/* UPDATED */
.slide-template-new-c-0f .image-item-1 {
  top: 6.95%;
  width: 100%;
  left: 0;
}

.slide-template-new-c-0f .image-item-2 {
  left: 5.81%;
  top: 59.13%;
  width: 24.41%;
  outline: 1px solid white;
}

.slide-template-new-c-0f .text-item {
  top: 84% !important;
  left: 33.02% !important;
  right: 4.65% !important;
}

/* C-0G */
/* UPDATED */
.slide-template-new-c-0g .image-item-1 {
  top: 6.95%;
  width: 100%;
  left: 0;
}

.slide-template-new-c-0g .image-item-2 {
  right: 5.81%;
  top: auto !important;
  bottom: 3.47% !important;
  width: 34.88%;
  outline: 1px solid white;
}

.slide-template-new-c-0g .text-item {
  top: 84% !important;
  left: 6.97% !important;
  right: 43.02% !important;
}

/* C-0H */
/* UPDATED */
.slide-template-new-c-0h .image-item-1 {
  top: 6.95%;
  width: 100%;
  left: 0;
}

.slide-template-new-c-0h .image-item-2 {
  right: 5.81%;
  top: auto !important;
  bottom: 3.47% !important;
  width: 34.88%;
  outline: 1px solid white;
}

.slide-template-new-c-0h-true .image-item-1 {
  top: 12.86% !important;
}

.slide-template-new-c-0h-true .image-item-2 {
  left: 5.81%;
  top: 66.95% !important;
  bottom: auto !important;
  width: 34.88%;
  outline: 1px solid white;
}

.slide-template-new-c-0h .text-item {
  top: 84% !important;
  left: 6.97% !important;
  right: 43.02% !important;
}

/* C-0J: Perth Purif with inset 16x9*/
/* UPDATED */
.slide-template-new-c-0j .image-item-1 {
  top: 6.95%;
  width: 100%;
  left: 0;
}

.slide-template-new-c-0j .image-item-2 {
  left: 5.81%;
  top: auto !important;
  bottom: 3.47% !important;
  width: 34.88%;
  outline: 1px solid white;
}

.slide-template-new-c-0j .text-item {
  top: 80% !important;
  left: 42.44% !important;
  width: 54.88% !important;
}

/* C-0H */
/* DUNNO WHAT 'UPDATED' MEANS HERE... -BGP */
/*
.slide-template-new-c-0h .image-item-1 {
    top: CSSPercentY(40);
    width: CSSPercentX(860);
}

.slide-template-new-c-0h .image-item-2 {
    right: CSSPercentX(50);
    top: auto !important;
    bottom: CSSPercentY(20) !important;
    width: CSSPercentX(300);
    outline: 1px solid white;
}

.slide-template-new-c-0h .text-item {
    top: CSSPercentY(483) !important;
    left: CSSPercentX(60) !important;
    right: CSSPercentX(370) !important;
}
*/
/* C-00 */
/*
.slide-template-new-c-00 .image-item-1 {
    top: CSSPercentY(0);
    width: CSSPercentX(860);
    height: CSSPercentY(440);
}

.slide-template-new-c-00 .image-item-2 {
    bottom: CSSPercentY(20);
    width: CSSPercentX(175);
    right: CSSPercentX(22);
}
*/
/* C-1 */
/* UPDATED */
.slide-template-new-c-1 .image-item-1 {
  width: 100%;
  left: 0;
}

/* C-1-WITH-LOGO */
.slide-template-new-c-1-with-logo .image-item-2 {
  top: 67.82% !important;
  left: 2.55% !important;
  width: 20.34%;
}

.slide-template-new-c-1-with-logo .image-item-2 img {
  -webkit-filter: drop-shadow(1px 1px 8px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(1px 1px 8px rgba(0, 0, 0, 0.4));
  -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=1, OffY=1, Color='#aaa')";
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=1, OffY=1, Color='#aaa')";
}

.slide-template-new-c-1-with-logo .text-item {
  top: 78.26% !important;
  width: 74.41% !important;
  left: 22.9% !important;
}

/* C-1-EVENT */
/* NEW */
.slide-template-new-c-1-event .image-item-1 {
  width: 100% !important;
  right: 0 !important;
  left: 0 !important;
}

.slide-template-new-c-1-event .image-item-logo {
  top: auto !important;
  bottom: 13.91% !important;
  width: 19.76% !important;
  left: 77.9% !important;
}

.slide-template-new-c-1-event .image-item-logo img {
  -webkit-filter: drop-shadow(1px 1px 8px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(1px 1px 8px rgba(0, 0, 0, 0.4));
  -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=1, OffY=1, Color='#aaa')";
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=1, OffY=1, Color='#aaa')";
}

.slide-template-new-c-1-event .text-item-date {
  top: 80%;
  left: 0% !important;
}

.slide-template-new-c-1-event.arrowtail .text-item-date {
  left: auto !important;
  right: 0 !important;
}

.slide-template-new-c-1-event .text-item {
  top: 76.52% !important;
  left: 25% !important;
  right: 24.41% !important;
  width: auto !important;
}

.slide-template-new-c-1-event .text-item .lead.lead-titleLine {
  font-size: 1.03125rem !important;
}

.slide-template-new-c-1-event .boxed-button {
  top: auto !important;
  bottom: 4.34% !important;
  left: 76.74% !important;
  width: 22.09% !important;
}

.slide-template-new-c-1-event.slide-template-new-c-1-event-top .text-item-date {
  top: 12.17%;
  left: 0;
}

.slide-template-new-c-1-event.slide-template-new-c-1-event-top .text-item {
  left: 8.72% !important;
}

.slide-template-new-c-1-event-top img.arrow {
  width: 0.6em;
  padding-bottom: 0.2em;
  -webkit-filter: drop-shadow(0 0 2px #888);
  filter: drop-shadow(0 0 2px #888);
  outline: none !important;
}

/* With band */
.slide-template-new-c-1-with-band .image-item-2.image-item-custom {
  color: #f8f8f8;
  background: rgba(61, 95, 141, 0.8);
  font-size: 13px;
  padding: 14px 2% 13px 19%;
  height: 106px;
  top: 77.47%;
  left: 0;
  right: 0;
  text-align: left;
  width: 100%;
}

.slide-template-new-c-1-with-band .image-item-2.image-item-custom .slider-captions-more {
  color: #f8f8f8;
}

.slide-template-new-c-1-with-band .image-item-2.image-item-custom p {
  margin-bottom: 8px !important;
}

.slide-template-new-c-1-with-band .image-item-2.image-item-custom .lead {
  /*font-size: 1.7em;*/
  font-family: "Arapey", serif;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #B8D1ED;
}

.slide-template-new-c-1-with-band .image-item-2.image-item-custom .lead {
  line-height: 1em !important;
}

.slide-template-new-c-1-with-band .image-item-2.image-item-custom2 {
  right: auto;
  left: -2%;
  top: 70.1%;
  width: 18%;
  padding-top: 22%;
  background-repeat: no-repeat;
  left: 1%;
  top: 74.1%;
  width: 18%;
}

.slide-template-new-c-1-with-band .image-item-2.image-item-custom {
  top: 74.69% !important;
  height: 146px !important;
}

@media (max-width: 700px) {
  .slide-template-new-c-1-with-band .image-item-2.image-item-custom .floater-texter {
    display: none;
  }
  .slide-template-new-c-1-with-band .image-item-2.image-item-custom2 {
    min-height: 100px;
  }
  .slide-template-new-c-1-with-band .custom-s-logo.ignore-zoom {
    display: none !important;
  }
  .slide-template-new-c-1-with-band .image-item-2.image-item-custom .lead {
    line-height: 1.0;
    font-size: 1.4em;
  }
  .slide-template-new-c-1-with-band .image-item-2.image-item-custom {
    height: 110px;
    top: auto !important;
    bottom: 0;
  }
}

@media (max-width: 400px) {
  .slide-template-new-c-1-with-band .image-item-2.image-item-custom .floater-texter {
    display: none;
  }
  .slide-template-new-c-1-with-band .image-item-2.image-item-custom2 {
    min-height: 0;
    bottom: 6px !important;
    top: auto !important;
  }
  .slide-template-new-c-1-with-band .image-item-2.image-item-custom {
    height: 70px !important;
  }
}

/* C-1A */
/* UPDATED */
.slide-template-new-c-1a .image-item-1 {
  width: 100%;
  left: 0;
}

.slide-template-new-c-1a .image-item-2 {
  right: 5.81%;
  top: 67.13%;
  width: 24.41%;
  outline: 1px solid white;
}

.slide-template-new-c-1a .text-item {
  top: 78.26%;
  right: 32.32%;
  left: 2.32%;
}

/* C-1B */
/* UPDATED */
.slide-template-new-c-1b .image-item-1 {
  width: 100%;
  left: 0;
}

.slide-template-new-c-1b .image-item-2 {
  left: 5.81%;
  top: 67.13%;
  width: 24.41%;
  outline: 1px solid white;
}

.slide-template-new-c-1b .text-item {
  top: 78.26%;
  left: 33.02%;
  right: 4.65%;
}

/* C-1C */
/* UPDATED */
.slide-template-new-c-1c .image-item-1 {
  width: 100%;
  left: 0;
}

.slide-template-new-c-1c .image-item-2 {
  right: 5.81%;
  top: 67.13%;
  width: 29.3%;
  outline: 1px solid white;
}

.slide-template-new-c-1c .text-item {
  top: 78.26% !important;
  right: 36.97% !important;
  left: 4.65% !important;
  width: auto !important;
}

/* C-1D */
/* UPDATED */
.slide-template-new-c-1d .image-item-1 {
  width: 100%;
  right: 0;
}

.slide-template-new-c-1d .image-item-2 {
  left: 5.81%;
  top: 67.13%;
  width: 29.3%;
  outline: 1px solid white;
}

.templated-slider-build-2-1 .slide-templated-new.slide-template-new-c-1d .text-item {
  top: 78.26%;
  left: 36.97%;
  right: 4.65%;
  width: auto;
}

/* C-1E */
/* UPDATED */
.slide-template-new-c-1e .image-item-1 {
  width: 100%;
  left: 0;
}

.slide-template-new-c-1e .image-item-2 {
  right: 5.81%;
  top: 59.47%;
  width: 24.41%;
  outline: 1px solid white;
}

.slide-template-new-c-1e .text-item {
  top: 78.26% !important;
  right: 33.02% !important;
  left: 4.65% !important;
}

/* C-1F */
/* UPDATED */
.slide-template-new-c-1f .image-item-1 {
  width: 100%;
  left: 0;
}

.slide-template-new-c-1f .image-item-2 {
  left: 5.81%;
  top: 59.13%;
  width: 24.41%;
  outline: 1px solid white;
}

.slide-template-new-c-1f .text-item {
  top: 78.26%;
  left: 33.02%;
  right: 4.65%;
}

/* C-1G */
/* UPDATED */
.slide-template-new-c-1g .image-item-1 {
  /*width: CSSPercentX(860);*/
  /*left: 0;*/
}

.slide-template-new-c-1g .image-item-2 {
  right: 5.81%;
  top: 66.95%;
  width: 34.88%;
  outline: 1px solid white;
}

.slide-template-new-c-1g .text-item {
  top: 78.26%;
  left: 2.32% !important;
  width: 55.81% !important;
}

/* C-1I */
.slide-template-new-c-1i .image-item-2 {
  left: 5.81%;
  top: 61.39%;
  width: 34.88%;
  outline: 1px solid white;
}

.slide-template-new-c-1i .text-item {
  top: 77.21% !important;
  left: 43.02% !important;
  width: 55.23% !important;
  bottom: 0 !important;
}

/* C-1J */
.slide-template-new-c-1j .image-item-2 {
  left: auto !important;
  right: 5.81%;
  top: 61.39%;
  width: 34.88%;
  outline: 1px solid white;
}

.slide-template-new-c-1j .text-item {
  top: 77.21% !important;
  left: 5.81% !important;
  width: 51.16% !important;
  bottom: 0 !important;
}

/* C-2 */
/* UPDATED */
.slide-template-new-c-2 .image-item-1 {
  top: 12.52%;
  width: 100%;
  left: 0;
}

/* C-2B */
/* NEW */
.slide-template-new-c-2b .image-item-1 {
  top: 12.52%;
  width: 100%;
  left: 0;
}

.slide-template-new-c-2b .image-item-2 {
  left: 5.81%;
  top: 59.65%;
  width: 24.41%;
  outline: 1px solid white;
}

.slide-template-new-c-2b .text-item {
  top: 85.21%;
  left: 33.02%;
  right: 4.65%;
}

/* C-2C */
/* NEW */
.slide-template-new-c-2c .image-item-1 {
  top: 12.52%;
  width: 100%;
  left: 0;
}

.slide-template-new-c-2c .image-item-2 {
  right: 5.81%;
  left: auto;
  top: 59.65%;
  width: 24.41%;
  outline: 1px solid white;
}

.slide-template-new-c-2c .text-item {
  top: 85.21%;
  right: 33.02%;
  left: 4.65%;
}

/* D */
/* UPDATED */
.slide-template-new-d .image-item-1 {
  width: 100%;
  left: 0;
}

/* D-with-date */
/* UPDATED */
.slide-template-new-d-with-date .image-item-1 {
  width: 100%;
  left: 0;
}

.slide-template-new-d-with-date .text-item {
  top: 86.95% !important;
  bottom: initial !important;
  left: 4.65% !important;
  right: auto !important;
  width: 75% !important;
  height: auto !important;
  -webkit-display: flex;
  -ms-display: flex;
  -moz-display: flex;
  -o-display: flex;
  display: flex;
}

.slide-template-new-d-with-date .text-item .lead-date {
  margin-right: 30px;
  white-space: nowrap;
}

.slide-template-new-d-with-date .text-item .lead-titleLine {
  margin-top: 8px;
  margin-bottom: 7px;
}

.slide-template-new-d-with-logo .image-item-2 {
  width: 20.34%;
  left: 2.55% !important;
  top: auto !important;
  bottom: 0.52% !important;
}

.slide-template-new-d-with-logo .text-item {
  width: 74.41% !important;
  left: 22.9% !important;
  /*top: CSSPercentY(504);;*/
}

/* D WITH BAND */
.slide-template-new-d-with-band .image-item.image-item-campaign-logo {
  background-repeat: no-repeat;
  background-size: 100%;
  left: 2% !important;
  top: 75.47%;
  width: 17.44%;
  z-index: 6;
}

.slide-template-new-d-with-band .text-item.caption-band {
  background: rgba(61, 95, 143, 0.8);
  color: #f8f8f8;
  font-size: 13px;
  left: 0 !important;
  padding: 12px 20px 12px 22%;
  right: 0 !important;
  text-align: left;
  top: 80% !important;
  width: 100% !important;
}

.slide-template-new-d-with-band .text-item.caption-band .lead {
  font-size: 1.7em;
  line-height: 1em;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}

.slide-template-new-d-with-band .text-item.caption-band .lead.lead-titleLine {
  display: block;
}

.slide-template-new-d-with-band .custom-s-logo {
  display: none;
}

.slide-template-new-d-with-band-special .text-item.caption-band {
  padding-right: 25.58% !important;
}

.slide-template-new-d-with-band-special .button {
  position: absolute;
  top: 50%;
  border-radius: 4px;
  font-family: "Arapey", serif;
  font-weight: 400;
  right: 2%;
  color: #fff;
  background: rgba(14, 47, 86, 0.64);
  font-size: 16px;
  padding: 0;
  font-family: "Arapey", serif;
  line-height: 1.0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  border: 1px solid rgba(255, 255, 255, 0.31);
}

.slide-template-new-d-with-band-special .button a {
  display: block;
  padding: 16px 16px 14px 15px;
  text-decoration: none;
}

.slide-template-new-d-with-band-special .button a span {
  color: #fff;
  display: inline;
}

.slide-template-new-d-with-band-special .button:hover a span.linked {
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.6);
}

.slide-template-new-d-with-band-special .button:hover {
  background: #0e2f56;
  border: 1px solid rgba(255, 255, 255, 0.6);
}

:lang(pt) .slide-template-new-d-with-band-special .button,
:lang(it) .slide-template-new-d-with-band-special .button {
  max-width: 18%;
  font-size: 16px;
}

:lang(de) .slide-template-new-d-with-band-special .button {
  font-size: 16px;
  text-align: center;
}

.slide-template-new-d-with-band-special .button .button-arrow {
  font-size: 0.8em;
  margin-top: -1px;
  margin-left: 3px;
}

/* D-0 */
.slide-template-new-d-0 .image-item-1 {
  width: 100%;
  left: 0;
}

.slide-template-new-d-0 .image-item-2 {
  width: 23.25%;
  bottom: 6.69%;
  left: 71.76%;
  outline: 1px solid white;
}

/* D-2 */
.slide-template-new-d-2 .image-item-1 {
  width: 100%;
  left: 0;
  top: 7.82%;
}

/* D-3 */
.slide-template-new-d-3 .image-item-1 {
  width: 84.3%;
  left: 7.9%;
}

/* D-0A */
/* UPDATED */
.slide-template-new-d-0a .image-item-1 {
  width: 100%;
  left: 0;
}

.slide-template-new-d-0a .image-item-2 {
  right: 5.81%;
  top: 67.13%;
  width: 24.41%;
  outline: 1px solid white;
}

.slide-template-new-d-0a .text-item {
  top: 87.82%;
  right: 33.02%;
  left: 4.65%;
}

/* D-0B */
/* UPDATED */
.slide-template-new-d-0b .image-item-1 {
  width: 100%;
  left: 0;
}

.slide-template-new-d-0b .image-item-2 {
  left: 5.81%;
  top: 67.13%;
  width: 24.41%;
  outline: 1px solid white;
}

.slide-template-new-d-0b .text-item {
  top: 87.82%;
  left: 33.02%;
  right: 4.65%;
}

/* D-0C */
/* UPDATED */
.slide-template-new-d-0c .image-item-1 {
  width: 100%;
  left: 0;
}

.slide-template-new-d-0c .image-item-2 {
  right: 5.81%;
  top: 67.13%;
  width: 29.3%;
  outline: 1px solid white;
}

.slide-template-new-d-0c .text-item {
  top: 86.78% !important;
  right: 36.97% !important;
  left: 4.65% !important;
  width: auto !important;
}

/* D-0D */
/* UPDATED */
.slide-template-new-d-0d .image-item-1 {
  width: 100%;
  left: 0;
}

.slide-template-new-d-0d .image-item-2 {
  left: 5.81%;
  top: 67.13%;
  width: 29.65%;
  outline: 1px solid white;
}

.slide-template-new-d-0d .text-item {
  top: 79.13%;
  left: 37.79%;
  right: 4.65%;
}

/* D-0E */
/* UPDATED */
.slide-template-new-d-0e .image-item-1 {
  width: 100%;
  left: 0;
}

.slide-template-new-d-0e .image-item-2 {
  right: 5.81%;
  top: 59.13%;
  width: 24.41%;
  outline: 1px solid white;
}

.slide-template-new-d-0e .text-item {
  top: 85.21%;
  right: 33.02%;
  left: 4.65%;
}

/* D-0F */
/* UPDATED */
.slide-template-new-d-0f .image-item-1 {
  width: 100%;
  left: 0;
}

.slide-template-new-d-0f .image-item-2 {
  left: 5.81%;
  top: 59.13%;
  width: 24.41%;
  outline: 1px solid white;
}

.slide-template-new-d-0f .text-item {
  top: 86.26%;
  left: 33.02%;
  right: 4.65%;
}

/* D-0G */
/* UPDATED */
.slide-template-new-d-0g .image-item-1 {
  width: 100%;
  left: 0;
}

.slide-template-new-d-0g .image-item-2 {
  right: 5.81%;
  top: 59.13%;
  width: 43.37%;
  outline: 1px solid white;
}

.slide-template-new-d-0g .text-item {
  top: 85.56% !important;
  right: 51.16% !important;
  left: 1.86% !important;
  width: auto !important;
}

/* D-0H */
/* UPDATED */
.slide-template-new-d-0h .image-item-1 {
  width: 100%;
  left: 0;
}

.slide-template-new-d-0h .image-item-2 {
  left: 5.81%;
  top: 61.39%;
  width: 29.65%;
  outline: 1px solid white;
}

.slide-template-new-d-0h .text-item {
  top: 79.13%;
  left: 37.79%;
  right: 4.65%;
}

/* D-0I */
/* UPDATED */
.slide-template-new-d-0i .image-item-1 {
  width: 100%;
  left: 0;
}

.slide-template-new-d-0i .image-item-2 {
  left: 5.81%;
  top: 67.13%;
  width: 29.65%;
  outline: 1px solid white;
}

.slide-template-new-d-0i .text-item {
  top: 79.13%;
  left: 37.79%;
  right: 4.65%;
}

/* D-0J */
/* UPDATED */
.slide-template-new-d-0j .image-item-1 {
  width: 100%;
  left: 0;
}

.slide-template-new-d-0j .image-item-2 {
  right: 5.81%;
  top: 67.13%;
  width: 29.65%;
  outline: 1px solid white;
}

.slide-template-new-d-0j .text-item {
  top: 79.13%;
  left: 37.79%;
  width: 54.65% !important;
}

/* D-1 */
/* UPDATED */
.slide-template-new-d-1 .image-item-1 {
  top: 7.82%;
  width: 100%;
  left: 0;
}

/* E */
.slide-template-new-e .image-item-1 {
  height: 100%;
  left: 0;
}

.slide-template-new-e-with-band .image-item-custom2 {
  right: auto;
  left: 7%;
  top: 72.1%;
  width: 18%;
  padding-top: 18%;
}

/* E-with-date */
.slide-template-new-e-with-date .image-item-1 {
  height: 100%;
  left: 0;
}

.templated-slider-build-2-1 .slide-template-new-e-with-date .text-item-1 {
  text-align: center;
  top: 8.17% !important;
  bottom: 17.39% !important;
  right: 2.32% !important;
  width: 23.25% !important;
}

.templated-slider-build-2-1 .slide-template-new-e-with-date .text-item-1 .lead {
  margin-bottom: 20.8px;
}

.templated-slider-build-2-1 .slide-template-new-e-with-date .text-item-1 .lead-date {
  margin-bottom: 40px;
  display: block;
}

.slide-template-new-e-with-band .image-item-custom2 {
  right: auto;
  left: 7%;
  top: 72.1%;
  width: 18%;
  padding-top: 18%;
}

.slide-templated-new .text-item-date {
  font-family: "Arapey", serif;
  font-weight: 400;
  font-size: 1.875rem;
  line-height: 3.125rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #bbb;
  opacity: 0.2;
}

@media (max-width: 767px) {
  .slide-templated-new .text-item-date {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
  .slide-templated-new .text-item-date .white-arrow-text:before {
    left: calc(100% - 8px) !important;
  }
}

.slide-templated-new .text-item .lead.lead-date {
  font-size: 30.72px;
  font-family: "Arapey", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #bbb;
}

.slide-templated-new .item.boxed-button {
  font-size: 1.0625rem;
  white-space: nowrap;
  font-family: "Arapey", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  background-color: #486696;
  padding: 0.8125rem 0.9375rem 0.625rem;
  cursor: pointer;
}

.slide-templated-new .item.boxed-button:hover {
  background-color: #425e8a;
}

.slide-templated-new .item.boxed-button a,
.slide-templated-new .item.boxed-button .centered.ignore-zoom {
  color: #fff;
}

.slide-templated-new .item.centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* E-EVENT-TOP */
/* NEW */
.slide-template-new-e-event-top .image-item-1 {
  width: 72.21% !important;
  left: 0;
}

.slide-template-new-e-event-top .image-item-logo {
  top: auto !important;
  bottom: 4.34% !important;
  width: 19.76% !important;
  right: auto !important;
  left: 73.83% !important;
}

.slide-template-new-e-event-top .image-item-logo img {
  -webkit-filter: drop-shadow(1px 1px 8px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(1px 1px 8px rgba(0, 0, 0, 0.4));
  -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=1, OffY=1, Color='#aaa')";
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=1, OffY=1, Color='#aaa')";
}

.slide-template-new-e-event-top .text-item-date {
  top: 12.17%;
  left: 0;
}

.slide-template-new-e-event-top-right .text-item-date {
  left: auto;
  right: 0;
}

.slide-template-new-e-event-top .text-item {
  top: auto !important;
  bottom: 47.82% !important;
  left: 74.41% !important;
  width: 23.25% !important;
}

.slide-template-new-e-event-top .text-item .lead.lead-titleLine {
  font-size: 1.03125rem !important;
}

.slide-template-new-e-event-top .boxed-button {
  top: auto !important;
  bottom: 37.39% !important;
  left: 74.41% !important;
  width: 23.25% !important;
}

.slide-template-new-e-event-top img.arrow {
  width: 0.6em;
  padding-bottom: 0.2em;
  -webkit-filter: drop-shadow(0 0 2px #888);
  filter: drop-shadow(0 0 2px #888);
  outline: none !important;
}

/* E-EVENT-BOTTOM */
/* NEW */
.slide-template-new-e-event-bottom .image-item-1 {
  width: 72.2% !important;
  left: 0;
}

.slide-template-new-e-event-bottom .image-item-logo {
  top: auto !important;
  bottom: 4.34% !important;
  width: 19.76% !important;
  right: auto !important;
  left: 73.83% !important;
}

.slide-template-new-e-event-bottom .image-item-logo img {
  -webkit-filter: drop-shadow(1px 1px 8px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(1px 1px 8px rgba(0, 0, 0, 0.4));
  -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=1, OffY=1, Color='#aaa')";
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=1, OffY=1, Color='#aaa')";
}

.slide-template-new-e-event-bottom .text-item-date {
  bottom: 7.82%;
  left: 0;
}

.slide-template-new-e-event-bottom .text-item {
  top: auto !important;
  bottom: 47.82% !important;
  left: 74.41% !important;
  width: 23.25% !important;
}

.slide-template-new-e-event-bottom .text-item .lead.lead-titleLine {
  font-size: 1.03125rem !important;
}

.slide-template-new-e-event-bottom .boxed-button {
  top: auto !important;
  bottom: 37.39% !important;
  left: 74.41% !important;
  width: 23.25% !important;
}

.slide-template-new-e-event-bottom img.arrow {
  width: 0.6em;
  padding-bottom: 0.2em;
  -webkit-filter: drop-shadow(0 0 2px #888);
  filter: drop-shadow(0 0 2px #888);
  outline: none !important;
}

/* E-1A */
.slide-template-new-e-1a .image-item-1 {
  height: 100%;
  left: 0;
}

.slide-template-new-e-1a .image-item-2 {
  top: 3.82%;
  right: 0;
  width: 25.58%;
}

/* E-2A */
/* UPDATED */
.slide-template-new-e-2a .image-item-1 {
  height: 100%;
  left: 0;
}

.slide-template-new-e-2a .image-item-2 {
  top: 3.82%;
  right: 0;
  width: 25.58%;
}

.slide-template-new-e-2a .image-item-3 {
  top: 38.26%;
  width: 23.25%;
  right: 2.32%;
}

/* E-3A */
/* UPDATED */
.slide-template-new-e-3a .image-item-1 {
  height: 100%;
  left: 0;
}

.slide-template-new-e-3a .image-item-2 {
  top: 3.82%;
  right: 0;
  width: 25.58%;
}

.slide-template-new-e-3a .image-item-3 {
  top: 33.04%;
  width: 23.25%;
  right: 2.32%;
}

/* E-1B */
.slide-template-new-e-1b .image-item-1 {
  height: 100%;
  left: 0;
}

.slide-template-new-e-1b .image-item-2 {
  top: 3.82%;
  right: 2.32%;
  width: 23.25%;
}

/* E-1C */
/* UPDATED */
.slide-template-new-e-1c .image-item-1 {
  height: 100%;
  left: 0;
}

.slide-template-new-e-1c .image-item-2 {
  top: 3.82%;
  right: 0;
  width: 25.58%;
}

/* E-1D */
.slide-template-new-e-1d .image-item-1 {
  height: 100%;
  left: 0;
}

.slide-template-new-e-1d .image-item-2 {
  top: 3.82%;
  right: 0;
  width: 25.58%;
}

/* E-1E */
.slide-template-new-e-1e .image-item-1 {
  height: 100%;
  left: 0;
}

.slide-template-new-e-1e .image-item-2 {
  top: 3.82%;
  right: 0;
  width: 25.58%;
}

/* E-1F */
.slide-template-new-e-1f .image-item-1 {
  height: 100%;
  left: 0;
}

.slide-template-new-e-1f .image-item-2 {
  top: 37.56%;
  right: 0;
  width: 25.58%;
}

/* E-1G */
.slide-template-new-e-1g .image-item-1 {
  height: 100%;
  left: 0;
}

.slide-template-new-e-1g .image-item-2 {
  top: 0;
  left: auto;
  right: 0;
  width: 25.58%;
}

.slide-template-new-e-1g .image-item-3 {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  width: 25.58%;
}

/* E-3B */
.slide-template-new-e-3b .image-item-1 {
  height: 100%;
  left: 0;
}

.slide-template-new-e-3b .image-item-2 {
  top: 3.47%;
  right: 0;
  width: 25.58%;
}

.slide-template-new-e-3b .image-item-3 {
  top: 38.26%;
  width: 25.58%;
  right: 0;
}

/* F */
/* UPDATED */
.slide-template-new-f .image-item-1 {
  right: 0;
  height: 100%;
}

.slide-template-new-f-with-band .image-item-custom2 {
  right: auto;
  left: 1.8%;
  top: 70.6%;
  width: 23%;
  padding-top: 20%;
}

/* F */
/* CENTER */
.slide-template-new-f-center .image-item-1 {
  right: 13.83% !important;
  height: 100%;
}

/* F-EVENT-TOP */
/* NEW */
.slide-template-new-f-event-top .image-item-1 {
  width: 72.2% !important;
  right: 0 !important;
  left: auto !important;
}

.slide-template-new-f-event-top .image-item-logo {
  top: auto !important;
  bottom: 4.34% !important;
  width: 19.76% !important;
  left: auto !important;
  right: 73.83% !important;
}

.slide-template-new-f-event-top .image-item-logo img {
  -webkit-filter: drop-shadow(1px 1px 8px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(1px 1px 8px rgba(0, 0, 0, 0.4));
  -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=1, OffY=1, Color='#aaa')";
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=1, OffY=1, Color='#aaa')";
}

.slide-template-new-f-event-top .text-item-date {
  top: 12.17%;
  left: 27.79% !important;
}

.slide-template-new-f-event-top.arrowtail .text-item-date {
  left: auto !important;
  right: 0% !important;
}

.slide-template-new-f-event-top .text-item {
  top: auto !important;
  bottom: 47.82% !important;
  left: 2.79% !important;
  width: 23.25% !important;
}

.slide-template-new-f-event-top .text-item .lead.lead-titleLine {
  font-size: 1.03125rem !important;
}

.slide-template-new-f-event-top .boxed-button {
  top: auto !important;
  bottom: 37.39% !important;
  left: 2.9% !important;
  width: 23.25% !important;
}

.slide-template-new-f-event-top img.arrow {
  width: 0.6em;
  padding-bottom: 0.2em;
  -webkit-filter: drop-shadow(0 0 2px #888);
  filter: drop-shadow(0 0 2px #888);
  outline: none !important;
}

/* F-1A */
.slide-template-new-f-1a .image-item-1 {
  right: 0;
  height: 100%;
}

.slide-template-new-f-1a .image-item-2 {
  top: 3.82%;
  width: 25.58%;
  left: 0;
}

/* F-1E */
.slide-template-new-f-1e .text-item {
  top: 52.17% !important;
  left: 0;
}

/* F-1G */
.slide-template-new-f-1g .image-item-1 {
  right: 0;
  height: 100%;
}

.slide-template-new-f-1g .image-item-2 {
  top: 52.5%;
  width: 25.58%;
  left: 0;
}

.slide-template-new-f-1g .text-item {
  bottom: 50.08% !important;
  top: auto !important;
  left: 0;
}

/* F-2A */
/* UPDATED */
.slide-template-new-f-2a .image-item-1 {
  right: 0;
  height: 100%;
}

.slide-template-new-f-2a .image-item-2 {
  top: 3.82%;
  width: 25.58%;
  left: 0;
}

.slide-template-new-f-2a .image-item-3 {
  top: 37.91%;
  width: 23.25%;
  left: 2.32%;
}

/* F-3A */
/* UPDATED */
.slide-template-new-f-3a .image-item-1 {
  right: 0;
  height: 100%;
}

.slide-template-new-f-3a .image-item-2 {
  top: 3.82%;
  width: 25.58%;
  left: 0;
}

.slide-template-new-f-3a .image-item-3 {
  top: 33.04%;
  width: 23.25%;
  left: 2.32%;
}

/* F-3B */
/* NEW */
.slide-template-new-f-3b .image-item-1 {
  right: 0;
  height: 100%;
}

.slide-template-new-f-3b .image-item-2 {
  top: 3.82%;
  width: 25.58%;
  left: 0;
}

.slide-template-new-f-3b .image-item-3 {
  top: 37.91%;
  width: 23.25%;
  left: 2.32%;
}

/* F-1B */
.slide-template-new-f-1b .image-item-1 {
  right: 0;
  height: 100%;
}

.slide-template-new-f-1b .image-item-2 {
  top: 3.82%;
  left: 2.32%;
  width: 23.25%;
}

/* F-1C */
.slide-template-new-f-1c .image-item-1 {
  right: 0;
  height: 100%;
}

.slide-template-new-f-1c .image-item-2 {
  top: 3.82%;
  width: 25.58%;
  left: 0;
}

/* F-1D */
.slide-template-new-f-1d .image-item-1 {
  right: 0;
  height: 100%;
}

.slide-template-new-f-1d .image-item-2 {
  top: 3.82%;
  width: 25.58%;
  left: 0;
}

/* F-1E */
.slide-template-new-f-1e .image-item-1 {
  right: 0;
  height: 100%;
}

.slide-template-new-f-1e .image-item-2 {
  top: 3.82%;
  width: 24.41%;
  left: 0;
}

/* F-1F */
.slide-template-new-f-1f .image-item-1 {
  right: 0;
  height: 100%;
}

.slide-template-new-f-1f .image-item-2 {
  top: 37.56%;
  width: 25.58%;
  left: 0;
}

.slide-template-new-f-1f .text-item {
  left: 2.32% !important;
  width: 20.93% !important;
  bottom: 74.78% !important;
  top: auto !important;
}

/* F-1H */
.slide-template-new-f-1h .image-item-1 {
  right: 0;
  height: 100%;
}

.slide-template-new-f-1h .image-item-2 {
  top: 37.56%;
  width: 25.58%;
  left: 0;
}

.slide-template-new-f-1h .text-item {
  left: 2.32% !important;
  width: 20.93% !important;
  bottom: 66.08% !important;
  top: auto !important;
}

/* F-1I */
.slide-template-new-f-1i .image-item-1 {
  right: 0;
  height: 100%;
}

.slide-template-new-f-1i .image-item-2 {
  top: 6.95% !important;
  width: 25.58%;
  left: 0;
}

.slide-template-new-f-1i .text-item {
  left: 2.32% !important;
  width: 20.93% !important;
  top: 33.04% !important;
}

/* G */
.slide-template-new-g .image-item-1 {
  top: 6.95%;
  height: 89.56%;
  left: 0;
}

/* G-1A */
/* UPDATED */
.slide-template-new-g-1a .image-item-1 {
  top: 6.95%;
  height: 89.73%;
  left: 0;
}

.slide-template-new-g-1a .image-item-2 {
  top: 6.95%;
  right: 2.32%;
  width: 23.25%;
}

/* G-2A */
/* UPDATED */
.slide-template-new-g-2a .image-item-1 {
  top: 6.95%;
  height: 89.73%;
  left: 0;
}

.slide-template-new-g-2a .image-item-2 {
  top: 6.95%;
  right: 2.32%;
  width: 23.25%;
}

.slide-template-new-g-2a .image-item-3 {
  top: 37.91%;
  right: 2.32%;
  width: 23.25%;
}

/* G-2B */
/* UPDATED */
.slide-template-new-g-2b .image-item-1 {
  top: 0%;
  width: 108%;
  left: 0;
}

.slide-template-new-g-2b .image-item-2 {
  top: 0%;
  right: 2.32%;
  width: 23.25%;
}

.slide-template-new-g-2b .image-item-3 {
  top: 26.95%;
  right: 2.32%;
  width: 23.25%;
}

.slide-template-new-g-2b .text-item {
  top: 52.17% !important;
}

/* G-3A */
/* UPDATED */
.slide-template-new-g-3a .image-item-1 {
  top: 6.95%;
  height: 89.73%;
  left: 0;
}

.slide-template-new-g-3a .image-item-2 {
  top: 6.95%;
  right: 2.32%;
  width: 23.25%;
}

.slide-template-new-g-3a .image-item-3 {
  top: 37.91%;
  right: 2.32%;
  width: 23.25%;
}

/* G-1B */
.slide-template-new-g-1b .image-item-1 {
  top: 6.95%;
  height: 89.73%;
  left: 0;
}

.slide-template-new-g-1b .image-item-2 {
  top: 6.95%;
  right: 2.32%;
  width: 23.25%;
}

/* G-1B */
.slide-template-new-g-1b .image-item-1 {
  top: 6.95%;
  height: 89.73%;
  left: 0;
}

.slide-template-new-g-1b .image-item-2 {
  top: 6.95%;
  right: 2.32%;
  width: 23.25%;
}

/* G-3B */
.slide-template-new-g-3b .image-item-1 {
  top: 6.95%;
  height: 89.73%;
  left: 0;
}

.slide-template-new-g-3b .image-item-2 {
  top: 6.95%;
  right: 2.32%;
  width: 23.25%;
}

.slide-template-new-g-3b .image-item-3 {
  top: 39.13%;
  right: 2.32%;
  width: 23.25%;
}

/* G-3D */
.slide-template-new-g-3d .image-item-1 {
  top: 6.95%;
  height: 89.73%;
  left: 0;
}

.slide-template-new-g-3d .image-item-2 {
  top: 6.95%;
  right: 0%;
  width: 25.58%;
}

.slide-template-new-g-3d .image-item-3 {
  top: 35.82%;
  right: 2.32%;
  width: 23.25%;
}

/* G-1C */
.slide-template-new-g-1c .image-item-1 {
  top: 6.95%;
  height: 89.73%;
  left: 0;
}

.slide-template-new-g-1c .image-item-2 {
  top: 6.95%;
  right: 0;
  width: 25.58%;
}

/* G-2C */
.slide-template-new-g-2c .image-item-1 {
  top: 6.95%;
  height: 89.73%;
  left: 0;
}

.slide-template-new-g-2c .image-item-2 {
  top: 6.95%;
  right: 0;
  width: 25.58%;
}

.slide-template-new-g-2c .image-item-3 {
  top: 40.86%;
  right: 0%;
  width: 25.58%;
}

/* G-3C */
.slide-template-new-g-3c .image-item-1 {
  top: 6.95%;
  height: 89.73%;
  left: 0;
}

.slide-template-new-g-3c .image-item-2 {
  top: 6.95%;
  right: 0;
  width: 25.58%;
}

.slide-template-new-g-3c .image-item-3 {
  top: 39.13%;
  right: 2.32%;
  width: 23.25%;
}

/* G-1D */
.slide-template-new-g-1d .image-item-1 {
  top: 6.95%;
  height: 89.73%;
  left: 0;
}

.slide-template-new-g-1d .image-item-2 {
  top: 6.95%;
  right: 0;
  width: 25.58%;
}

/* DONE ABOVE THIS LINE */
/* G-1E */
.slide-template-new-g-1e .image-item-1 {
  top: 6.95%;
  width: 72.09%;
  height: 89.56%;
  /* FIXME */
  left: 0;
}

.slide-template-new-g-1e .image-item-2 {
  top: 6.95%;
  right: 2.32%;
  width: 23.25%;
}

.slide-template-new-g-1e .text-item {
  top: 53.39% !important;
  bottom: auto !important;
  left: 74.53% !important;
  right: auto;
  width: 23.83% !important;
}

/* G-1F */
.slide-template-new-g-1f .image-item-1 {
  top: 6.95%;
  width: 72.09%;
  height: 89.56%;
  /* FIXME */
}

.slide-template-new-g-1f .image-item-2 {
  top: 6.95%;
  right: 2.32%;
  width: 23.25%;
}

/* G-1G */
.slide-template-new-g-1g .image-item-1 {
  top: 6.95%;
  width: 72.09%;
  height: 89.73%;
  left: 0;
}

.slide-template-new-g-1g .image-item-2 {
  top: 6.95%;
  right: 2.32%;
  width: 23.25%;
}

/* G-1H */
.slide-template-new-g-1h .image-item-1 {
  top: 6.95%;
  width: 72.09%;
  height: 89.56%;
  /* FIXME */
  left: 0;
}

.slide-template-new-g-1h .image-item-2 {
  top: 6.95%;
  right: 2.32%;
  width: 23.25%;
}

/* H */
.slide-template-new-h .image-item-1 {
  top: 6.95%;
  right: 0;
  height: 89.56%;
}

/* H-1A */
.slide-template-new-h-1a .image-item-1 {
  top: 6.95%;
  right: 0;
  width: 72.09%;
  height: 89.56%;
  /* FIXME */
}

.slide-template-new-h-1a .image-item-2 {
  top: 6.95%;
  left: 3.25%;
  width: 21.51%;
  height: 25.73%;
  /* ADJUST */
}

/* H-1B */
.slide-template-new-h-1b .image-item-1 {
  top: 6.95%;
  right: 0;
  width: 72.09%;
}

.slide-template-new-h-1b .image-item-2 {
  top: 6.95%;
  left: 2.32%;
  width: 23.25%;
  height: 23.13%;
  /* ADJUST */
}

/* H-1C */
.slide-template-new-h-1c .image-item-1 {
  top: 6.95%;
  right: 0;
  width: 72.09%;
  height: 89.56%;
  /* FIXME */
}

.slide-template-new-h-1c .image-item-2 {
  top: 6.95%;
  width: 25%;
  left: 0;
}

/* H-1E */
.slide-template-new-h-1e .image-item-1 {
  top: 6.95%;
  right: 0;
  width: 72.09%;
  height: 89.56%;
  /* FIXME */
}

.slide-template-new-h-1e .image-item-2 {
  top: 6.95%;
  width: 24.65%;
  height: 46.08%;
  /* ADJUST */
  left: 0;
}

/* H-1F */
.slide-template-new-h-1f .image-item-1 {
  top: 6.95%;
  right: 0;
  width: 72.09%;
  height: 89.56%;
  /* FIXME */
}

.slide-template-new-h-1f .image-item-2 {
  top: 6.95%;
  width: 24.65%;
  height: 46.08%;
  /* ADJUST */
  left: 0;
}

/* H-1G */
.slide-template-new-h-1g .image-item-2 {
  top: 6.95%;
  left: 2.32%;
  width: 23.25%;
}

.slide-template-new-h-1g .text-item {
  top: 45.21% !important;
  left: 2.32% !important;
  width: 23.25% !important;
}

/* H-2A */
.slide-template-new-h-2a .image-item-1 {
  top: 6.95%;
  right: 0;
  height: 89.56%;
}

.slide-template-new-h-2a .image-item-2 {
  top: 6.95%;
  left: 2.32%;
  width: 23.25%;
}

.slide-template-new-h-2a .image-item-3 {
  top: 38.43%;
  left: 2.32%;
  width: 23.25%;
}

/* H-2B */
/* UPDATED */
.slide-template-new-h-2b .image-item-1 {
  top: 6.95%;
  right: 0;
  height: 89.56%;
}

.slide-template-new-h-2b .image-item-2 {
  top: 6.95%;
  left: 2.32%;
  width: 23.25%;
}

.slide-template-new-h-2b .image-item-3 {
  top: 33.91%;
  left: 2.32%;
  width: 23.25%;
}

/* H-2C */
.slide-template-new-h-2c .image-item-1 {
  top: 6.95%;
  right: 0;
  width: 72.09%;
  /* NOTE 27 Dec 2014
    height: CSSPercentY(515);
    */
}

.slide-template-new-h-2c .image-item-2 {
  top: 6.95%;
  left: 0;
  width: 25%;
  /* NOTE 27 Dec 2014
    height: CSSPercentY(172);
    */
}

.slide-template-new-h-2c .image-item-3 {
  top: 41.04%;
  left: 2.9%;
  width: 21.97%;
}

/* H-1D */
.slide-template-new-h-1d .image-item-1 {
  top: 6.95%;
  right: 0;
  width: 72.09%;
}

.slide-template-new-h-1d .image-item-2 {
  top: 6.95%;
  left: 0;
  width: 25.58%;
}

/* H-3A */
.slide-template-new-h-3a .image-item-1 {
  top: 6.95%;
  right: 0;
  height: 89.56%;
}

.slide-template-new-h-3a .image-item-2 {
  top: 6.95%;
  left: 2.32%;
  width: 23.25%;
}

.slide-template-new-h-3a .image-item-3 {
  top: 38.43%;
  left: 2.32%;
  width: 23.25%;
}

/* H-3C */
.slide-template-new-h-3c .image-item-1 {
  top: 6.95%;
  right: 0;
  width: 72.09%;
  /* NOTE 27 Dec 2014
    height: CSSPercentY(515);
    */
}

.slide-template-new-h-3c .image-item-2 {
  top: 6.95%;
  left: 0;
  width: 25%;
  /* NOTE 27 Dec 2014
    height: CSSPercentY(172);
    */
}

.slide-template-new-h-3c .image-item-3 {
  top: 41.04%;
  left: 2.9%;
  width: 21.97%;
}

/* H-3D */
.slide-template-new-h-3d .image-item-1 {
  top: 6.95%;
  right: 0;
  width: 72.09%;
  height: 89.56%;
}

.slide-template-new-h-3d .image-item-2 {
  top: 6.95%;
  left: 0;
  width: 25%;
  height: 24.86%;
}

.slide-template-new-h-3d .image-item-3 {
  top: 36.34%;
  left: 2.9%;
  width: 21.97%;
}

/* I */
/* UPDATED */
.slide-template-new-i .image-item-1 {
  top: 6.95%;
  right: 0;
  height: 86.26%;
}

.templated-slider-build-2-1 .slide-template-new-i2 .text-item {
  top: 50%;
  bottom: initial;
  height: auto;
  left: 0%;
  right: auto;
  width: 25%;
}

.slide-template-new-i2 .image-item-1 {
  top: 20%;
  right: 0;
  height: 86.26%;
}

/* I-LEGACY */
/* UPDATED */
.slide-template-new-i-legacy .image-item-1 {
  top: 10.6%;
  right: 0;
  width: 118.26%;
}

/* I-1A */
.slide-template-new-i-1a .image-item-1 {
  top: 6.95%;
  right: 0;
  width: 72.09%;
  height: 86.26%;
  /* FIXME */
}

.slide-template-new-i-1a .image-item-2 {
  top: 6.95%;
  left: 0;
  width: 25%;
}

/* I-1B */
.slide-template-new-i-1b .image-item-1 {
  top: 6.95%;
  right: 0;
  width: 72.09%;
  height: 84.34%;
  /* FIXME */
}

.slide-template-new-i-1b .image-item-2 {
  top: 6.95%;
  left: 0;
  width: 25%;
}

.slide-template-new-i-1bb .image-item-1 {
  top: 6.95%;
  right: 0;
  width: 72.09%;
  height: 84.34%;
  /* FIXME */
}

.slide-template-new-i-1bb .image-item-2 {
  top: 50.43%;
  left: 0;
  width: 25.58%;
}

.templated-slider-build-2-1 .slide-template-new-i-1bb .text-item {
  top: auto !important;
  bottom: 53.39% !important;
  left: 2.55%;
  width: 22.79%;
}

/* I-1C */
.slide-template-new-i-1c .image-item-1 {
  top: 6.95%;
  right: 0;
  width: 72.09%;
}

.slide-template-new-i-1c .image-item-2 {
  top: 6.95%;
  left: 0;
  width: 25%;
}

/* I-1D */
.slide-template-new-i-1d .image-item-1 {
  top: 6.95%;
  right: 0;
  width: 72.09%;
}

.slide-template-new-i-1d .image-item-2 {
  top: 6.95%;
  left: 0;
  width: 25%;
}

.slide-template-new-i-1d .image-item-3 {
  bottom: 8.91%;
  width: 19.76% !important;
  right: 2.9%;
}

.slide-template-new-i-1d .image-item-3 img {
  -webkit-filter: drop-shadow(1px 1px 8px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(1px 1px 8px rgba(0, 0, 0, 0.4));
  -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=1, OffY=1, Color='#aaa')";
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=1, OffY=1, Color='#aaa')";
}

/* I-1D-reverese */
.slide-template-new-i-1d-reverse .image-item-1 {
  top: 6.95%;
  right: 0;
  width: 72.09%;
}

.slide-template-new-i-1d-reverse .image-item-2 {
  top: 34.78%;
  left: 0;
  width: 25%;
}

.slide-template-new-i-1d-reverse .text-item {
  top: auto !important;
  bottom: 67.82% !important;
}

/* I-1E */
.slide-template-new-i-1e .image-item-1 {
  top: 6.95%;
  right: 0;
  height: 86.26%;
}

.slide-template-new-i-1e .image-item-2 {
  top: 6.95%;
  left: 2.32%;
  width: 23.25%;
}

/* I-1F */
.templated-slider-build-2-1 .slide-template-new-i-1f .text-item.caption-bottom-right-corner .boxed-button {
  right: 2.9%;
  top: 50%;
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  -moz-transform: translateY(-50%) !important;
  -o-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}

/* I-1FF */
.slide-template-new-i-1ff .image-item-1 {
  top: 6.95%;
  right: 0;
  width: 72.09%;
}

.slide-template-new-i-1ff .image-item-2 {
  top: 6.95%;
  left: 0;
  width: 25.58%;
}

/* I-1G */
.slide-template-new-i-1g .image-item-1 {
  top: 6.95%;
  right: 0;
  width: 72.09%;
}

.slide-template-new-i-1g .image-item-2 {
  top: 37.39%;
  left: 0;
  width: 25%;
}

.slide-template-new-i-1g .text-item {
  top: 6.95% !important;
  left: 3% !important;
  width: 21% !important;
}

/* I-1E */
.slide-template-new-i-1e .image-item-1 {
  top: 6.95%;
  right: 0;
  height: 86.26%;
}

.slide-template-new-i-1e .image-item-2 {
  top: 6.95%;
  left: 2.32%;
  width: 23.25%;
}

/* I-1F */
.slide-template-new-i-1f .image-item-1 {
  top: 6.95%;
  width: 72.09%;
  right: 0;
}

.slide-template-new-i-1f .image-item-2 {
  top: 6.95%;
  width: 24.41%;
  left: 2.32%;
}

/* I-2A */
.slide-template-new-i-2a .image-item-1 {
  top: 6.95%;
  right: 0;
  height: 86.26%;
}

.slide-template-new-i-2a .image-item-2 {
  top: 6.95%;
  left: 0%;
  width: 22.44%;
  /*
    height: CSSPercentY(172);
    */
}

.slide-template-new-i-2a .image-item-3 {
  top: 40.34%;
  left: 0%;
  width: 25%;
}

/* I-2B */
.slide-template-new-i-2b .image-item-1 {
  top: 6.95%;
  right: 0;
  height: 86.26%;
}

.slide-template-new-i-2b .image-item-2 {
  top: 6.95%;
  left: 0%;
  width: 25%;
  /*
    height: CSSPercentY(172);
    */
}

.slide-template-new-i-2b .image-item-3 {
  top: 40.34%;
  left: 0%;
  width: 25%;
}

/* I-3A */
.slide-template-new-i-3a .image-item-1 {
  top: 6.95%;
  right: 0;
  height: 86.26%;
}

.slide-template-new-i-3a .image-item-2 {
  top: 6.95%;
  left: 0;
  width: 25%;
}

.slide-template-new-i-3a .image-item-3 {
  top: 36.34%;
  left: 2.9%;
  width: 22.09%;
}

/* I-3B */
.slide-template-new-i-3b .image-item-1 {
  top: 6.95%;
  right: 0;
  height: 89.56%;
}

.slide-template-new-i-3b .image-item-2 {
  top: 6.95%;
  left: 0;
  width: 25.58%;
}

.slide-template-new-i-3b .image-item-3 {
  top: 40.86%;
  left: 2.32%;
  width: 23.25%;
}

/* I-3C */
.slide-template-new-i-3c .image-item-1 {
  top: 6.95%;
  right: 0;
  height: 89.56%;
}

.slide-template-new-i-3c .image-item-2 {
  top: 6.95%;
  left: 2.32%;
  width: 25.58%;
}

.slide-template-new-i-3c .image-item-3 {
  top: 33.91%;
  left: 2.32%;
  width: 23.25%;
}

/* I-MX */
.slide-template-new-i-mx .image-item-1 {
  top: 0;
  bottom: 0;
  right: 0;
  max-height: 100%;
  /* 484 px */
  max-width: 72.09%;
  /* 620 px */
}

.slide-template-new-i-mx .image-item-1 img {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}

/* J */
/* UPDATED */
.slide-template-new-j .image-item-1 {
  top: 6.95%;
  height: 86.26%;
  left: 0;
}

.slide-template-new-j-legacy .image-item-1 {
  top: 10.6%;
  left: 0;
  width: 118.26%;
}

/* J-WITH-LOGO */
.slide-template-new-j-with-logo .image-item-1 {
  top: 6.95%;
  height: 86.26%;
  left: 0;
}

.slide-template-new-j-with-logo .image-item-2 {
  top: auto !important;
  bottom: 6.95% !important;
  width: 17.44%;
  left: 74.41%;
}

.templated-slider-build-2-1 .slide-template-new-j-with-logo .text-item {
  top: auto !important;
  bottom: 36.52% !important;
  left: 74.41% !important;
  right: auto !important;
}

/* J-1A */
.slide-template-new-j-1a .image-item-1 {
  top: 5.21%;
  height: 87.82%;
  width: 72.09%;
  /* FIXME */
  left: 0;
}

.slide-template-new-j-1a .image-item-2 {
  top: 5.21%;
  width: 24.41%;
  right: 0%;
}

/* J-1B */
/* UPDATED */
.slide-template-new-j-1b .image-item-1 {
  top: 6.95%;
  height: 86.26%;
  left: 0;
}

.slide-template-new-j-1b .image-item-2 {
  top: 6.95%;
  width: 25.58%;
  right: 0;
}

/* J-2B */
/* UPDATED */
.slide-template-new-j-2b .image-item-1 {
  top: 6.95%;
  height: 86.26%;
  left: 0;
}

.slide-template-new-j-2b .image-item-2 {
  top: 6.95%;
  width: 25.58%;
  right: 0;
}

.slide-template-new-j-2b .image-item-3 {
  top: 41.73%;
  width: 23.25%;
  right: 2.32%;
}

/* J-1C */
.slide-template-new-j-1c .image-item-1 {
  top: 5.21%;
  height: 87.82%;
  width: 72.09%;
  /* FIXME */
  left: 0;
}

.slide-template-new-j-1c .image-item-2 {
  top: 5.21%;
  width: 24.41%;
  right: 0;
}

/* J-1D */
.slide-template-new-j-1d .image-item-1 {
  top: 5.21%;
  height: 87.82%;
  width: 72.09%;
  /* FIXME */
  left: 0;
}

.slide-template-new-j-1d .image-item-2 {
  top: 5.21%;
  width: 25.23%;
  right: 0%;
}

.slide-template-new-j-1d .image-item-3 {
  bottom: 8.91%;
  width: 19.76% !important;
  left: 2.9%;
}

.slide-template-new-j-1d .image-item-3 img {
  -webkit-filter: drop-shadow(1px 1px 8px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(1px 1px 8px rgba(0, 0, 0, 0.4));
  -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=1, OffY=1, Color='#aaa')";
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=1, OffY=1, Color='#aaa')";
}

/* J-1E */
.slide-template-new-j-1e .image-item-1 {
  top: 5.21%;
  height: 87.82%;
  width: 72.09%;
  /* FIXME */
  left: 0;
}

.slide-template-new-j-1e .image-item-2 {
  top: 5.21%;
  width: 22.09%;
  right: 3.13%;
}

/* J-1E reverse */
.slide-template-new-j-1e-reverse .image-item-1 {
  top: 5.21%;
  height: 87.82%;
  width: 72.09%;
  /* FIXME */
  left: 0;
}

.slide-template-new-j-1e-reverse .image-item-2 {
  top: 31.3%;
  width: 22.09%;
  right: 3.13%;
}

.slide-template-new-j-1e-reverse .text-item {
  top: auto !important;
  bottom: 63.47% !important;
}

/* J-1F */
.slide-template-new-j-1f .image-item-1 {
  top: 6.95%;
  width: 72.09%;
  left: 0;
}

.slide-template-new-j-1f .image-item-2 {
  top: 6.95%;
  width: 24.41%;
  right: 2.32%;
}

/* J-1FF */
.slide-template-new-j-1ff .image-item-1 {
  top: 6.95%;
  width: 72.09%;
  left: 0;
}

.slide-template-new-j-1ff .image-item-2 {
  top: 37.56%;
  right: 0;
  width: 25.58%;
}

/* J-1J */
.slide-template-new-j-1j .image-item-2 {
  top: 0%;
  width: 22.67%;
  right: 0 !important;
  left: initial !important;
}

.slide-template-new-j-1j .image-item-3 {
  top: 25.73%;
  width: 22.67%;
  right: 0 !important;
  left: initial !important;
}

.slide-template-new-j-1j .image-item-4 {
  top: 51.65%;
  width: 22.67%;
  right: 0 !important;
  left: initial !important;
}

.slide-template-new-j-1j .image-item-5 {
  top: 77.39%;
  width: 22.67%;
  right: 0 !important;
  left: initial !important;
}

.slide-template-new-j-1j .text-item {
  top: 84.34% !important;
  width: 67.67% !important;
  left: 4.65% !important;
}

/* J-3A */
/* UPDATED */
.slide-template-new-j-3a .image-item-1 {
  top: 6.95%;
  height: 86.26%;
  left: 0;
}

.slide-template-new-j-3a .image-item-2 {
  top: 6.95%;
  width: 25.58%;
  right: 0;
}

.slide-template-new-j-3a .image-item-3 {
  top: 35.65%;
  width: 23.25%;
  right: 2.32%;
}

/* J-3B */
/* UPDATED */
.slide-template-new-j-3b .image-item-1 {
  top: 6.95%;
  height: 86.26%;
  left: 0;
}

.slide-template-new-j-3b .image-item-2 {
  top: 6.95%;
  width: 25.58%;
  right: 0;
}

.slide-template-new-j-3b .image-item-3 {
  top: 40.86%;
  width: 23.25%;
  right: 2.32%;
}

.slide-template-new-j-3b .text-item {
  top: 66.95% !important;
  width: 23.25% !important;
  right: 2.32% !important;
  left: auto !important;
}

/* J-MX */
.slide-template-new-j-mx .image-item-1 {
  top: 0;
  bottom: 0;
  left: 0;
  max-height: 100%;
  /* 484 px */
  max-width: 72.09%;
  /* 620 px */
}

.slide-template-new-j-mx .image-item-1 img {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}

/* K */
.slide-template-new-k .image-item-1 {
  right: 0;
  height: 100%;
}

.slide-template-new-k .image-item-2 {
  top: 10.43%;
  left: 6.97%;
  width: 34.88%;
}

/* K-0 */
.slide-template-new-k-0 .image-item-1 {
  right: 0;
  height: 100%;
}

.slide-template-new-k-0 .image-item-2 {
  top: 13.91%;
  left: 8.13%;
  width: 34.88%;
}

/* K-1 */
.slide-template-new-k-1 .image-item-1 {
  right: 0;
  height: 100%;
}

.slide-template-new-k-1 .image-item-2 {
  top: 13.91%;
  left: 6.39%;
  width: 37.79%;
}

/* K-2 */
.slide-template-new-k-2 .image-item-1 {
  right: 0;
  height: 100%;
}

.slide-template-new-k-2 .image-item-2 {
  top: 13.91%;
  left: 9.3%;
  width: 30.23%;
}

/* K-3 */
.slide-template-new-k-3 .image-item-1 {
  right: 0;
  height: 100%;
}

.slide-template-new-k-3 .image-item-2 {
  top: 13.91%;
  left: 9.88%;
  width: 30.23%;
}

/* K-4 */
.slide-template-new-k-4 .image-item-1 {
  right: 0;
  height: 100%;
}

.slide-template-new-k-4 .image-item-2 {
  top: 5.21%;
  left: 3.48%;
  width: 39.53%;
}

.slide-template-new-k-4 .image-item-3 {
  top: 57.39%;
  left: 3.48%;
  width: 20.93%;
}

/* K-4a */
.slide-template-new-k-4a .image-item-1 {
  right: 0;
  height: 100%;
}

.slide-template-new-k-4a .image-item-2 {
  top: 0%;
  left: 4.65%;
  width: 20.93%;
}

.slide-template-new-k-4a .image-item-3 {
  top: 54.95%;
  left: 4.65%;
  width: 37.79%;
}

/* K-4b */
.slide-template-new-k-4b .image-item-1 {
  right: 0;
  height: 100%;
}

.slide-template-new-k-4b .image-item-2 {
  top: 3.47%;
  left: 2.32%;
  width: 45.23%;
}

.slide-template-new-k-4b .image-item-3 {
  top: 61.56%;
  left: 2.32%;
  width: 17.44%;
}

.slide-template-new-k-4b .text-item {
  top: 61.56%;
  left: 22.67%;
  width: 25%;
}

/* K-4-1 */
.slide-template-new-k-4-1 .image-item-1 {
  right: 0;
  height: 100%;
}

.slide-template-new-k-4-1 .image-item-2 {
  top: 5.21%;
  left: 3.48%;
  width: 38.37%;
}

.slide-template-new-k-4-1 .image-item-3 {
  top: 55.82%;
  left: 3.48%;
  width: 19.76%;
}

/* K-5 */
.slide-template-new-k-5 .image-item-1 {
  right: 0;
  height: 100%;
}

.slide-template-new-k-5 .image-item-2 {
  top: 5.21%;
  left: 6.51%;
  width: 39.53%;
}

/* K-6 */
.slide-template-new-k-6 .image-item-1 {
  right: 0;
  height: 100%;
}

.slide-template-new-k-6 .image-item-2 {
  top: 12.17%;
  left: 12.2%;
  width: 25.58%;
}

/* K-7 */
.slide-template-new-k-7 .image-item-1 {
  right: 0;
  height: 100%;
}

.slide-template-new-k-7 .image-item-2 {
  top: 0%;
  left: 25.58%;
  width: 22.09%;
}

.slide-template-new-k-7 .image-item-3 {
  top: 29.56%;
  left: 0;
  width: 47.67%;
}

/* K-8 - used only once at FSO grand opening fso-grand-opening-slide-5 */
.slide-template-new-k-8 .image-item-1 {
  right: 0;
  height: 100%;
}

.slide-template-new-k-8 .image-item-2 {
  top: 5.21%;
  left: 5.11%;
  width: 39.53%;
}

/* K-8TRUE */
.slide-template-new-k-8true .image-item-1 {
  height: 100%;
  right: 0;
  left: auto !important;
}

.slide-template-new-k-8true .image-item-2 {
  top: 6.95%;
  right: 54.76%;
  left: auto !important;
  width: 31.39%;
}

.slide-template-new-k-8true .image-item-3 {
  top: 48%;
  right: 54.65%;
  left: auto !important;
  width: 45.34%;
}

/* K-9 */
.slide-template-new-k-9 .image-item-1 {
  right: 0;
  height: 100%;
}

.slide-template-new-k-9 .image-item-2 {
  top: 45.21%;
  left: 5.11%;
  width: 39.53%;
}

/* K-9A */
.slide-template-new-k-9a .image-item-1 {
  right: 0;
  height: 100%;
}

.slide-template-new-k-9a .image-item-2 {
  top: 46.95%;
  left: 5.11%;
  width: 39.53%;
}

.slide-template-new-k-9a .image-item-3 {
  top: 9.56%;
  left: 18.95%;
  width: 25.58%;
}

/* K-9TRUE */
.slide-template-new-k-9true .image-item-1 {
  height: 100%;
  right: 0;
  left: auto !important;
}

.slide-template-new-k-9true .image-item-2 {
  top: 0%;
  right: 54.76%;
  left: auto !important;
  width: 31.39%;
}

.slide-template-new-k-9true .image-item-3 {
  top: 34.95%;
  right: 54.65%;
  left: auto !important;
  width: 45.34%;
}

.slide-template-new-k-9true .text-item {
  top: 83.47%;
  left: 3.48%;
  width: 41.86%;
}

/* K-10 */
.slide-template-new-k-10 .image-item-1 {
  right: 0;
  height: 100%;
}

.slide-template-new-k-10 .image-item-2 {
  top: 13.91%;
  left: 8.13%;
  width: 32.55%;
}

/* K-12 */
.slide-template-new-k-12 .image-item-1 {
  right: 0;
  height: 100%;
}

.slide-template-new-k-12 .image-item-2 {
  top: 3.47%;
  left: 0%;
  width: 47.67%;
}

.slide-template-new-k-12 .image-item-3 {
  top: 54.78%;
  left: 27.55%;
  width: 20.11%;
}

/* K-13 */
.slide-template-new-k-13 .image-item-1 {
  right: 0;
  height: 100%;
}

.slide-template-new-k-13 .image-item-2 {
  top: 6.95%;
  left: 12.79%;
  width: 25.58%;
}

/* K-13a */
.slide-template-new-k-13a .image-item-1 {
  right: 0;
  height: 100%;
}

.slide-template-new-k-13a .image-item-2 {
  top: 22.6%;
  left: 12.79%;
  width: 25.58%;
}

/* K-14 */
.slide-template-new-k-14 .image-item-1 {
  right: 0;
  height: 100%;
}

.slide-template-new-k-14 .image-item-2 {
  top: 5.21%;
  left: 13.95%;
  width: 31.39%;
}

.slide-template-new-k-14 .image-item-3 {
  top: 40%;
  left: 4.65%;
  width: 40.69%;
}

.slide-template-new-k-14 .text-item {
  top: 83.47%;
  left: 4.65%;
  width: 40.69%;
}

/* K-15 */
.slide-template-new-k-15 .image-item-1 {
  right: 0;
  height: 100%;
}

.slide-template-new-k-15 .image-item-2 {
  top: 0;
  left: 0;
  width: 46.97%;
}

.slide-template-new-k-15 .image-item-3 {
  top: 44.17%;
  left: 3.13%;
  width: 20.23%;
}

.slide-template-new-k-15 .image-item-4 {
  top: 44.17%;
  left: 26.74%;
  width: 20.23%;
}

.slide-template-new-k-15 .text-item {
  top: 85.56%;
  left: 3.13%;
  width: 43.72%;
}

/* K-16 */
.slide-template-new-k-16 .image-item-1 {
  right: 0;
  height: 100%;
}

.slide-template-new-k-16 .image-item-2 {
  top: 0;
  left: 0;
  width: 47.67%;
}

.slide-template-new-k-16 .image-item-3 {
  top: 60.52%;
  left: 0;
  width: 22.67%;
}

.slide-template-new-k-16 .image-item-4 {
  top: 60.52%;
  left: 25%;
  width: 22.67%;
}

/* K-17 */
.slide-template-new-k-17 .image-item-1 {
  top: 0%;
  left: 50%;
  width: 50%;
}

.slide-template-new-k-17 .image-item-2 {
  top: 0%;
  left: auto !important;
  right: 52.32%;
  width: 21.74%;
}

.slide-template-new-k-17 .image-item-3 {
  top: 52.17%;
  left: auto !important;
  right: 52.32%;
  width: 47.67%;
}

.slide-template-new-k-17 .text-item {
  top: 4.34% !important;
  left: 1.86% !important;
  width: 21.74% !important;
}

/* K-18 */
.slide-template-new-k-18 .image-item-1 {
  top: 0%;
  left: 50%;
  width: 50%;
}

.slide-template-new-k-18 .image-item-2 {
  top: 0%;
  left: auto !important;
  right: 52.32%;
  width: 21.74%;
}

.slide-template-new-k-18 .image-item-3 {
  top: 0%;
  left: 1.86%;
  width: 21.74%;
}

.slide-template-new-k-18 .image-item-4 {
  top: 52.17%;
  left: auto !important;
  right: 52.32%;
  width: 47.67%;
}

/* K-19 */
.slide-template-new-k-19 .image-item-1 {
  top: 0%;
  left: 50%;
  width: 50%;
}

.slide-template-new-k-19 .image-item-2 {
  top: 0%;
  left: 0;
  width: 47.67%;
}

.slide-template-new-k-19 .image-item-3 {
  top: 51.3%;
  left: 25.93%;
  width: 21.74%;
}

.slide-template-new-k-19 .text-item {
  top: 51.3%;
  left: 2.55% !important;
  width: 21.74%;
}

/* K-22 */
.slide-template-new-k-22 .image-item-1 {
  top: 0%;
  left: 50%;
  width: 50%;
}

.slide-template-new-k-22 .image-item-2 {
  top: 0%;
  left: auto !important;
  right: 52.32%;
  width: 21.74%;
}

.slide-template-new-k-22 .image-item-3 {
  top: 0%;
  left: 0%;
  width: 21.74%;
}

.slide-template-new-k-22 .image-item-4 {
  top: 46.08%;
  left: auto !important;
  right: 52.32%;
  width: 47.67%;
}

.slide-template-new-k-22 .text-item {
  top: 90.43% !important;
  left: 2.32%;
  width: 43.02%;
}

/* K-t1-1-1 */
.slide-template-new-k-t1-1-1 .image-item-2 {
  top: 0%;
  left: auto !important;
  right: 52.32%;
  width: 21.74%;
}

.slide-template-new-k-t1-1-1 .image-item-3 {
  top: 52.17%;
  left: auto !important;
  right: 52.32%;
  width: 47.67%;
}

.slide-template-new-k-t1-1-1 .text-item {
  top: 4.34% !important;
  left: 1.86% !important;
  width: 21.74% !important;
}

/* L */
/* UPDATED */
.slide-template-new-l .image-item-1 {
  height: 100%;
  left: 0;
}

/* L-0 */
.slide-template-new-l-0 .image-item-1 {
  height: 100%;
  left: 0;
}

.slide-template-new-l-0 .image-item-2 {
  top: 13.91%;
  right: 8.13%;
  width: 33.72%;
}

.slide-template-new-l-0-true .image-item-2 {
  top: 18.26%;
  left: 56.97%;
  right: auto !important;
  width: 34.88%;
}

.slide-template-new-l-0-true .text-item {
  top: 63.47% !important;
}

/* L-1 */
.slide-template-new-l-1 .image-item-1 {
  height: 100%;
  left: 0;
}

.slide-template-new-l-1 .image-item-2 {
  top: 13.91%;
  right: 6.97%;
  width: 36.04%;
}

/* L-2 */
/* UPDATED */
.slide-template-new-l-2 .image-item-1 {
  height: 100%;
  left: 0;
}

.slide-template-new-l-2 .image-item-2 {
  top: 15.3%;
  right: 12.79%;
  width: 25.58%;
}

/* L-3 */
.slide-template-new-l-3 .image-item-1 {
  height: 100%;
  left: 0;
}

.slide-template-new-l-3 .image-item-2 {
  top: 13.91%;
  right: 11.62%;
  width: 29.06%;
}

/* L-3A */
.slide-template-new-l-3a .image-item-1 {
  height: 100%;
  left: 0;
}

.slide-template-new-l-3a .image-item-2 {
  top: 6.95%;
  right: 11.62%;
  width: 29.06%;
}

/* L-4 */
.slide-template-new-l-4 .image-item-1 {
  height: 100%;
  left: 0;
}

.slide-template-new-l-4 .image-item-2 {
  width: 45.34%;
  top: 3.82%;
  right: 2.32%;
}

.slide-template-new-l-4 .image-item-3 {
  width: 17.44%;
  top: 61.56%;
  right: 2.32%;
}

/* L-4-CUSTOM: MV2015 */
.slide-template-new-l-4-custom .image-item-1 {
  height: 100%;
  left: 0;
}

.slide-template-new-l-4-custom .image-item-2 {
  top: 12.17%;
  right: 11.62%;
  width: 29.06%;
}

/* L-4-1 */
.slide-template-new-l-4-1 .image-item-1 {
  height: 100%;
  left: 0;
}

.slide-template-new-l-4-1 .image-item-2 {
  top: 4.34%;
  right: 3.25%;
  width: 38.48%;
}

.slide-template-new-l-4-1 .image-item-3 {
  top: 55.82%;
  right: 3.25%;
  width: 18.6%;
}

/* L-5 */
.slide-template-new-l-5 .image-item-1 {
  height: 100%;
  left: 0;
}

.slide-template-new-l-5 .image-item-2 {
  top: 6.95%;
  right: 5.23%;
  width: 40.69%;
}

/* L-7 */
.slide-template-new-l-7 .image-item-1 {
  height: 100%;
  left: 0;
}

.slide-template-new-l-7 .image-item-2 {
  top: 0%;
  right: 25.81%;
  width: 21.86%;
}

.slide-template-new-l-7 .image-item-3 {
  top: 29.56%;
  right: 0%;
  width: 47.67%;
}

/* L-7-ORIG */
.slide-template-new-l-7-orig .image-item-1 {
  height: 100%;
  left: 0;
}

.slide-template-new-l-7-orig .image-item-2 {
  top: 6.95%;
  right: 0%;
  width: 47.67%;
}

.slide-template-new-l-7-orig .button {
  display: block;
  margin-top: 6px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.4);
  width: 41.86%;
  white-space: nowrap;
}

/* L-8 */
.slide-template-new-l-8 .image-item-1 {
  height: 100%;
  left: 0;
}

.slide-template-new-l-8 .image-item-2 {
  top: 6.95%;
  left: 54.76%;
  width: 31.39%;
}

.slide-template-new-l-8 .image-item-3 {
  top: 48%;
  left: 54.65%;
  width: 45.34%;
}

/* L-9 */
.slide-template-new-l-9 .image-item-1 {
  height: 100%;
  left: 0;
}

.slide-template-new-l-9 .image-item-2 {
  top: 45.21%;
  left: 56.97%;
  width: 36.62%;
}

/* L-10 */
.slide-template-new-l-10 .image-item-1 {
  height: 100%;
  left: 0;
}

.slide-template-new-l-10 .image-item-2 {
  top: 16.52%;
  left: 58.95%;
  width: 32.55%;
}

/* L-11 */
.slide-template-new-l-11 .image-item-1 {
  height: 100%;
  left: 0;
}

.slide-template-new-l-11 .image-item-2 {
  top: 0%;
  left: 52.32%;
  width: 24.41%;
}

.slide-template-new-l-11 .image-item-3 {
  top: 52.52%;
  left: 52.32%;
  width: 47.67%;
}

.slide-template-new-l-11 .image-item-4 {
  top: 23.65%;
  left: 79.06%;
  width: 20.93%;
}

/* L-13 */
.slide-template-new-l-13 .image-item-1 {
  left: 0;
  height: 100%;
}

.slide-template-new-l-13 .image-item-2 {
  top: 22.6%;
  left: 61.62%;
  width: 25.58%;
}

.templated-slider-build-2-1 .slide-template-new-l-13[class*="slide-template-new-l-"] .text-item {
  top: 56.52%;
  left: 61.62%;
  width: 25.58%;
}

/* L-14 */
.slide-template-new-l-14 .image-item-1 {
  left: 0;
  height: 100%;
}

.slide-template-new-l-14 .image-item-2 {
  top: 3.47%;
  left: 52.32%;
  width: 23.25%;
}

.slide-template-new-l-14 .image-item-3 {
  top: 42.95%;
  left: 52.32%;
  width: 47.67%;
}

/* L-15 */
.slide-template-new-l-15 .image-item-1 {
  left: 0;
  height: 100%;
}

.slide-template-new-l-15 .image-item-2 {
  top: 0;
  right: 0;
  left: auto;
  width: 46.97%;
}

.slide-template-new-l-15 .image-item-3 {
  top: 44.17%;
  right: 3.13%;
  left: auto;
  width: 20.23%;
}

.slide-template-new-l-15 .image-item-4 {
  top: 44.17%;
  right: 26.74%;
  left: auto;
  width: 20.23%;
}

.slide-template-new-l-15 .text-item {
  top: 85.56%;
  right: 3.13%;
  left: auto;
  width: 43.72%;
}

/* L-17 */
.slide-template-new-l-17 .image-item-1 {
  left: 0;
}

.slide-template-new-l-17 .image-item-2 {
  top: 0%;
  left: 52.32%;
  width: 21.74%;
}

.slide-template-new-l-17 .image-item-3 {
  top: 52.17%;
  left: 52.32%;
  width: 47.67%;
}

.slide-template-new-l-17 .text-item {
  top: 4.34%;
  right: 1.86%;
  width: 21.74%;
}

/* L-18 */
.slide-template-new-l-18 .image-item-1 {
  left: 0;
}

.slide-template-new-l-18 .image-item-2 {
  top: 0%;
  left: 52.32%;
  width: 21.74%;
}

.slide-template-new-l-18 .image-item-3 {
  top: 0%;
  right: 1.86%;
  width: 21.74%;
}

.slide-template-new-l-18 .image-item-4 {
  top: 52.17%;
  left: 52.32%;
  width: 47.67%;
}

/* L-19 */
.slide-template-new-l-19 .image-item-1 {
  left: 0;
}

.slide-template-new-l-19 .image-item-2 {
  top: 0%;
  left: 52.32%;
  width: 47.67%;
}

.slide-template-new-l-19 .image-item-3 {
  top: 51.3%;
  left: 52.32%;
  width: 21.74%;
}

.slide-template-new-l-19 .text-item {
  top: 51.3%;
  left: 76.16% !important;
  width: 21.74%;
}

/* L-20 */
.slide-template-new-l-20 .image-item-2 {
  top: 0%;
  left: 52.32%;
  width: 22.67%;
}

.slide-template-new-l-20 .image-item-3 {
  top: 0%;
  left: 77.32%;
  width: 22.67%;
}

.slide-template-new-l-20 .image-item-4 {
  top: 37.39%;
  left: 52.32%;
  width: 47.67%;
}

.slide-template-new-l-20 .text-item {
  top: 80.86%;
  left: 52.32% !important;
  width: 45.11%;
}

/* L-21 */
.slide-template-new-l-21 .image-item-1 {
  left: 0;
}

.slide-template-new-l-21 .image-item-2 {
  top: 0%;
  left: 52.32%;
  width: 21.74%;
}

.slide-template-new-l-21 .image-item-3 {
  top: 0%;
  left: 76.39%;
  width: 21.74%;
}

.slide-template-new-l-21 .image-item-4 {
  top: 51.3%;
  left: 52.32%;
  width: 21.74%;
}

.slide-template-new-l-21 .text-item {
  top: 51.3%;
  left: 76.39% !important;
  width: 21.74%;
}

/* M */
/* UPDATED */
.slide-template-new-m .image-item-1 {
  height: 100%;
  left: 25%;
}

/* M-0 */
/* UPDATED */
.slide-template-new-m-0 .image-item-1 {
  height: 100%;
  left: 23.25%;
}

.slide-template-new-m-0a .image-item-1 {
  height: 100%;
  left: 16.51%;
}

.slide-template-new-m-0b .image-item-1 {
  height: 100%;
  left: 27.79%;
}

/* M-1 */
.slide-template-new-m-1 .image-item-1 {
  height: 100%;
  left: 25%;
}

.slide-template-new-m-1 .image-item-2 {
  top: 4%;
  right: 0%;
  width: 22.32%;
}

.slide-template-new-m-1 .image-item-3 {
  top: 4%;
  width: 22.32%;
  left: 0;
}

.slide-template-new-m-1 .text-item {
  top: 47.47% !important;
  left: 0;
}

/* M-1 */
.slide-template-new-m-1a .image-item-4 {
  top: 50.95%;
  width: 22.32%;
  left: 0;
}

/* M-00 */
.slide-template-new-m-00 .image-item-1 {
  height: 100%;
  left: 34.88%;
}

.templated-slider-build-2-1 .slide-template-new-m-00 .text-item {
  top: 50%;
  bottom: auto;
  right: 66.86%;
  left: 2.32%;
  width: auto;
}

/* M-2 */
.slide-template-new-m-2 .image-item-1 {
  height: 100%;
  left: 5.46%;
}

/* M-2-TRUE */
.slide-template-new-m-2-true .image-item-1 {
  height: 100%;
  left: 13.95%;
}

/* N */
.slide-template-new-n .image-item-1 {
  height: 100%;
  left: 0;
}

/* N-with-date */
.slide-template-new-n-with-date .image-item-1 {
  height: 100%;
  left: 0;
}

.templated-slider-build-2-1 .slide-template-new-n-with-date .text-item {
  bottom: initial;
  height: auto;
  left: auto;
}

.templated-slider-build-2-1 .slide-template-new-n-with-date .text-item {
  left: 62.79% !important;
  top: 8.69% !important;
  bottom: 17.39% !important;
  right: 5.81% !important;
}

.templated-slider-build-2-1 .slide-template-new-n-with-date .text-item .lead {
  margin-bottom: 20.8px;
}

.templated-slider-build-2-1 .slide-template-new-n-with-date .text-item .lead-date {
  margin-bottom: 40px;
  display: block;
}

/* N-0X */
.slide-template-new-n-0x .image-item-2 {
  width: 29.76%;
  top: 0;
  right: 15.11%;
}

.slide-template-new-n-0x .image-item-3 {
  width: 29.76%;
  top: 26.43%;
  right: 0;
}

.slide-template-new-n-0x .image-item-4 {
  width: 29.76%;
  top: 52.86%;
  right: 15.11%;
}

.slide-template-new-n-0x .text-item {
  width: 38.37% !important;
  left: auto !important;
  right: 1.86%;
  top: auto !important;
  bottom: 0.69% !important;
  line-height: 1.35em;
}

.slide-template-new-n-0x .text-item-a {
  width: 13.95% !important;
  left: auto !important;
  right: 0%;
  bottom: 76.69%;
  text-align: left;
  font-size: 0.85em;
}

.slide-template-new-n-0x .text-item-b {
  width: 13.95% !important;
  left: auto !important;
  right: 26.39%;
  bottom: 49.56%;
  text-align: right;
  font-size: 0.85em;
}

.slide-template-new-n-0x .text-item-c {
  width: 13.95% !important;
  left: auto !important;
  right: 0%;
  bottom: 22.43%;
  text-align: left;
  font-size: 0.85em;
}

.slideshow-zoomed-in .slide-template-new-n-0x .text-item-a,
.slideshow-zoomed-in .slide-template-new-n-0x .text-item-b,
.slideshow-zoomed-in .slide-template-new-n-0x .text-item-c {
  color: #fff;
}

@media (max-width: 520px) {
  .slide-template-new-n-0x .text-item,
  .pswp__container .slide-template-new-n-0x .text-item-a,
  .pswp__container .slide-template-new-n-0x .text-item-b,
  .pswp__container .slide-template-new-n-0x .text-item-c {
    font-size: 0.75em;
  }
}

@media (max-width: 991px) {
  .pswp__container .slide-template-new-n-0x .text-item-a,
  .pswp__container .slide-template-new-n-0x .text-item-b,
  .pswp__container .slide-template-new-n-0x .text-item-c,
  .slide-template-new-n-0x .text-item {
    font-size: 0.8em;
  }
}

/* N-0Y */
.slide-template-new-n-0y .image-item-2 {
  left: 65.69%;
  width: 23.25%;
  top: 6.08%;
}

.slide-template-new-n-0y .image-item-3 {
  left: 65.69%;
  width: 23.25%;
  top: 28.69%;
}

.slide-template-new-n-0y .text-item {
  left: 65.69% !important;
  width: 25.58% !important;
  top: 51.3% !important;
}

/* N-0Z */
.slide-template-new-n-0z .image-item-1 {
  right: 0% !important;
  left: auto !important;
  width: 72.2%;
  top: 0;
}

.slide-template-new-n-0z .image-item-2 {
  left: 2.55% !important;
  width: 23.25%;
  top: 0;
}

.slide-template-new-n-0z .image-item-3 {
  left: 2.55% !important;
  width: 23.25%;
  top: 22.6%;
}

.slide-template-new-n-0z .image-item-4 {
  left: 2.55% !important;
  width: 23.25%;
  top: 45.21%;
}

.slide-template-new-n-0z .text-item {
  left: 2.55% !important;
  width: 23.25% !important;
  top: 67.82% !important;
}

/* N-00 */
.slide-template-new-n-00 .image-item-1 {
  height: 100%;
  left: 0;
}

.slide-template-new-n-00 .image-item-2 {
  top: 10.43%;
  right: 9.65%;
  width: 24.41%;
}

/* N-0A */
.slide-template-new-n-0a .image-item-1 {
  height: 100%;
  left: 0;
}

.slide-template-new-n-0a .image-item-2 {
  top: 6.95%;
  right: 5.23%;
  width: 32.55%;
}

/* N-0A WITH LOGO */
.slide-template-new-n-0a-with-logo .image-item-2 {
  top: 0;
  right: 0;
  width: 40.46%;
}

.slide-template-new-n-0a-with-logo .text-item {
  left: 3.48%;
}

.slide-template-new-n-0a-with-logo .image-item.image-item-campaign-logo {
  background-repeat: no-repeat;
  background-size: 100%;
  left: 0.46% !important;
  top: 73.91%;
  width: 17.44%;
  height: 26.08%;
  z-index: 6;
}

/* N-0A WITH LOGO REVERESED */
.slide-template-new-n-0a-with-logo.slide_template_n-0a-with-logo-reversed .image-item-1 {
  left: auto;
  right: 0;
}

.slide-template-new-n-0a-with-logo.slide_template_n-0a-with-logo-reversed .text-item {
  right: auto !important;
  left: 25px !important;
  width: 37.79% !important;
}

.slide-template-new-n-0a-with-logo.slide_template_n-0a-with-logo-reversed .text-item .lead-titleLine {
  margin-left: -25px !important;
}

.slide-template-new-n-0a-with-logo.slide_template_n-0a-with-logo-reversed .text-item.caption-image2 {
  color: white;
  background: rgba(218, 149, 11, 0.8);
  width: 40.69% !important;
}

.slide-template-new-n-0a-with-logo.slide_template_n-0a-with-logo-reversed .image-item-2 {
  top: 0;
  left: 0;
  right: auto;
}

.slide-template-new-n-0a-with-logo.slide_template_n-0a-with-logo-reversed .image-item.image-item-campaign-logo {
  background-repeat: no-repeat;
  background-size: 100%;
  left: auto !important;
  right: 0.46% !important;
  top: 73.91%;
}

/* N-0AB */
.slide-template-new-n-0ab .image-item-1 {
  height: 100%;
  left: 0;
}

.slide-template-new-n-0ab .image-item-2 {
  top: 6.95%;
  right: 5.23%;
  width: 32.55%;
}

.slide-template-new-n-0ab .image-item-3 {
  top: 6.95%;
  left: 6.39%;
  width: 44.18%;
  border: 1px solid #fff;
}

.slide-template-new-n-0ab .image-item-4 {
  top: 52.17%;
  left: 6.39%;
  width: 44.18%;
}

.slide-template-new-n-0ab .text-item {
  top: 49.56%;
  left: 63.37% !important;
  width: 29.76%;
}

/* N-0B */
.slide-template-new-n-0b .image-item-1 {
  height: 100%;
  left: 0;
}

.slide-template-new-n-0b .image-item-2 {
  top: 6.95%;
  right: 5.23%;
  width: 32.55%;
}

/* N-0B-TRUE */
.slide-template-new-n-0b-true .image-item-2 {
  top: 11.3%;
  left: 66.86%;
  right: auto;
  width: 23.25%;
}

/* N-0C */
.slide-template-new-n-0c .image-item-1 {
  height: 100%;
  left: 0;
}

.slide-template-new-n-0c .image-item-2 {
  top: 10.43%;
  right: 6.97%;
  width: 29.06%;
}

/* N-0D */
.slide-template-new-n-0d .image-item-1 {
  height: 100%;
  left: 0;
}

.slide-template-new-n-0d .image-item-2 {
  top: 10.43%;
  right: 6.97%;
  width: 29.06%;
}

/* N-0E */
.slide-template-new-n-0e .image-item-1 {
  height: 100%;
  left: 0;
}

.slide-template-new-n-0e .image-item-2 {
  top: 7.82%;
  right: 5.23%;
  width: 32.55%;
}

/* N-0F */
.slide-template-new-n-0f .image-item-1 {
  height: 100%;
  left: 0;
}

.slide-template-new-n-0f .image-item-2 {
  top: 11.3%;
  right: 9.88%;
  width: 29.06%;
}

/* N-0G */
.slide-template-new-n-0g .image-item-1 {
  top: 5.56%;
  left: 3.82%;
  width: 70.95%;
}

.slide-template-new-n-0g .image-item-2 {
  top: 5.56%;
  left: auto;
  right: 9.3%;
  width: 32.55%;
}

/* N-00-INSET */
.slide-template-new-n-00-inset .image-item-1 {
  height: 100%;
  left: 0;
}

.slide-template-new-n-00-inset .image-item-2 {
  top: 10.43%;
  right: 9.65%;
  width: 24.41%;
}

/* N-0 */
.slide-template-new-n-0 .image-item-1 {
  height: 100%;
  left: 0;
}

/* N-1 */
.slide-template-new-n-1 .image-item-1 {
  height: 100%;
  left: 0;
}

.slide-template-new-n-1 .image-item-2 {
  top: 8%;
  left: 59.18%;
  width: 32.55%;
}

.slide-template-new-n-1 .image-item-3 {
  top: 50.43%;
  left: 59.18%;
  width: 38.37%;
}

/* N-2 */
.slide-template-new-n-2 .image-item-1 {
  height: 100%;
  left: 0;
}

.slide-template-new-n-2 .image-item-2 {
  top: 5.21%;
  right: 5.23%;
  width: 32.55%;
}

.slide-template-new-n-2 .image-item-3 {
  top: 48.69%;
  left: 62.2%;
  width: 25.34%;
}

/* N-3 */
.slide-template-new-n-3 .image-item-1 {
  height: 100%;
  left: 0;
}

.slide-template-new-n-3 .image-item-2 {
  top: 3.82%;
  right: 0;
  width: 40.46%;
}

.slide-template-new-n-3 .image-item-3 {
  top: 47.65%;
  right: 20.69%;
  width: 19.76%;
}

.slide-template-new-n-3 .text-item {
  right: 1.39% !important;
  width: 16.04% !important;
  bottom: auto !important;
  top: 48.69% !important;
}

/* N-4 */
.slide-template-new-n-4 .image-item-1 {
  height: 100%;
  left: 0;
}

.slide-template-new-n-4 .image-item-2 {
  top: 8.69%;
  right: 9.3%;
  width: 25%;
}

/* N-4-1 */
.slide-template-new-n-4-1 .image-item-1 {
  height: 100%;
  left: 0;
}

.slide-template-new-n-4-1 .image-item-2 {
  top: 8.69%;
  right: 13.95%;
  width: 23.25%;
}

.slide-template-new-n-4-1 .image-item-3 {
  top: 39.3%;
  right: 5.81%;
  width: 31.39%;
}

/* N-4A */
.slide-template-new-n-4a .image-item-3 {
  top: 38.78%;
  width: 37.79%;
  right: 0;
}

/* N-4B */
.slide-template-new-n-4b .image-item-1 {
  height: 100%;
  left: 0;
}

.slide-template-new-n-4b .image-item-2 {
  top: 0%;
  left: 62.2%;
  width: 23.25%;
}

.slide-template-new-n-4b .image-item-3 {
  top: 37.56%;
  left: 62.2%;
  width: 31.39%;
}

/* N-4-BB */
.slide-template-new-n-4bb .image-item-1 {
  height: 100%;
  left: 0;
}

.slide-template-new-n-4bb .image-item-2 {
  top: 0;
  left: 59.3%;
  width: 31.97%;
}

.slide-template-new-n-4bb .image-item-3 {
  top: 30.08%;
  left: 59.3%;
  width: 40.69%;
}

/* N-4F */
.slide-template-new-n-4f .image-item-2 {
  top: 0;
  width: 23.25%;
  left: 60.23%;
  right: auto;
}

.slide-template-new-n-4f .image-item-3 {
  top: 32%;
  width: 37.79%;
  left: 60.23%;
  right: auto;
}

/* N-5 */
.slide-template-new-n-5 .image-item-1 {
  height: 100%;
  left: 0;
}

.slide-template-new-n-5 .image-item-2 {
  top: 6.95%;
  right: 14.3%;
  width: 23.25%;
}

.slide-template-new-n-5 .image-item-3 {
  top: 38.26%;
  right: 5%;
  width: 32.55%;
}

/* N-6 */
.slide-template-new-n-6 .image-item-1 {
  height: 100%;
  left: 0;
}

.slide-template-new-n-6 .image-item-2 {
  top: 6.08%;
  right: 21.51%;
  width: 18.6%;
}

.slide-template-new-n-6 .image-item-3 {
  top: 6.08%;
  right: 0;
  width: 18.6%;
}

.slide-template-new-n-6 .image-item-4 {
  top: 51.82%;
  right: 21.51%;
  width: 18.6%;
}

.slide-template-new-n-6 .image-item-5 {
  top: 51.82%;
  right: 0;
  width: 18.6%;
}

/* N-7 */
.slide-template-new-n-7 .image-item-1 {
  height: 100%;
  left: 0;
}

.slide-template-new-n-7 .image-item-2 {
  top: 8.69%;
  right: 13.95%;
  width: 23.25%;
}

.slide-template-new-n-7 .image-item-3 {
  top: 39.3%;
  right: 5.81%;
  width: 31.39%;
}

/* N-8 */
.slide-template-new-n-8 .image-item-1 {
  height: 100%;
  left: 0;
}

.slide-template-new-n-8 .image-item-2 {
  top: 0;
  right: 8.13%;
  width: 32.67%;
}

.slide-template-new-n-8 .image-item-3 {
  top: 30.95%;
  right: 0%;
  width: 40.81%;
}

/* N-9 */
.slide-template-new-n-9 .image-item-1 {
  height: 100%;
  left: 0;
}

.slide-template-new-n-9 .image-item-2 {
  top: 3.47%;
  right: 0%;
  width: 40.46%;
}

/* N-10 */
.slide-template-new-n-10 .image-item-1 {
  height: 100%;
  left: 0;
}

.slide-template-new-n-10 .image-item-2 {
  top: 6.08%;
  right: 21.51%;
  width: 18.6%;
}

.slide-template-new-n-10 .image-item-3 {
  top: 6.08%;
  right: 0;
  width: 18.6%;
}

.slide-template-new-n-10 .image-item-4 {
  top: 51.82%;
  right: 0%;
  width: 40.11%;
}

/* N-11 */
.slide-template-new-n-11 .image-item-1 {
  height: 100%;
  left: 0;
}

.slide-template-new-n-11 .image-item-2 {
  top: 3.47%;
  left: 59.3%;
  width: 18.6%;
}

.slide-template-new-n-11 .image-item-3 {
  top: 3.47%;
  left: 78.95%;
  width: 18.6%;
}

.slide-template-new-n-11 .image-item-4 {
  top: 40.17%;
  left: 59.3%;
  width: 18.6%;
}

.slide-template-new-n-11 .image-item-5 {
  top: 40.17%;
  left: 78.95%;
  width: 18.6%;
}

/* N-12 */
.slide-template-new-n-12 .image-item-1 {
  height: 85.04%;
  left: 0;
}

.slide-template-new-n-12 .image-item-2 {
  top: 6.95%;
  left: 62.2%;
  width: 23.25%;
}

.slide-template-new-n-12 .image-item-3 {
  top: 35.65%;
  left: 62.2%;
  width: 32.55%;
}

/* N-13 */
.slide-template-new-n-13 .image-item-1 {
  height: 100%;
  left: 0;
}

.slide-template-new-n-13 .image-item-2 {
  top: 6.95%;
  left: 62.2%;
  width: 23.25%;
}

.slide-template-new-n-13 .image-item-3 {
  top: 35.65%;
  left: 62.2%;
  width: 32.55%;
}

/* O */
/* UPDATED */
.slide-template-new-o .image-item-1 {
  right: 0;
  height: 100%;
}

.slide-template-new-o .image-item-2 {
  top: 8.69%;
  left: 5.81%;
  width: 34.88%;
}

/* O-INSET */
.slide-template-new-o-inset .image-item-1 {
  right: 0;
  height: 100%;
  width: 53.48%;
  /* FIXME */
}

.slide-template-new-o-inset .image-item-2 {
  top: 8.69%;
  left: 5.81%;
  width: 34.88%;
}

/* O-0 */
.slide-template-new-o-0 .image-item-1 {
  right: 0;
  height: 100%;
  width: 60.46%;
  /* FIXME */
}

.slide-template-new-o-0 .caption-center-left {
  left: 3.48% !important;
  width: 32.55% !important;
}

/* O-0A */
/* UPDATED */
.slide-template-new-o-0a .image-item-1 {
  right: 0;
  height: 100%;
}

.slide-template-new-o-0a .image-item-2 {
  left: 4.65%;
  top: 6.95%;
  width: 33.72% !important;
}

/* O-0A WITH LOGO */
.slide-template-new-o-0a-with-logo .image-item-2 {
  top: 0;
  left: 0;
  width: 40.46%;
}

.slide-template-new-o-0a-with-logo .image-item.image-item-campaign-logo {
  background-repeat: no-repeat;
  background-size: 100%;
  right: 0.46% !important;
  top: 73.91%;
  width: 17.44%;
  height: 26.08%;
  z-index: 6;
}

/* O-0AA */
/* UPDATED */
.slide-template-new-o-0aa .image-item-1 {
  right: 0;
  height: 100%;
}

.slide-template-new-o-0aa .image-item-2 {
  left: 4.65%;
  top: 6.95%;
  width: 33.72% !important;
}

.slide-template-new-o-0aa .image-item-3 {
  left: 45.93%;
  top: 44%;
  width: 51.74% !important;
}

.slide-template-new-o-0aa .text-item {
  left: 6.39%;
  top: 49.56%;
  width: 29.76% !important;
}

/* O-0AF */
/* NEW */
.slide-template-new-o-0af .image-item-1 {
  right: 0;
  height: 100%;
}

.slide-template-new-o-0af .image-item-2 {
  left: 4.65%;
  top: 24.69%;
  width: 33.72% !important;
}

/* O-0B */
/* UPDATED */
.slide-template-new-o-0b .image-item-1 {
  right: 0;
  height: 100%;
}

.slide-template-new-o-0b .image-item-2 {
  left: 9.65%;
  top: 11.3%;
  width: 23.25% !important;
}

/* O-0C */
/* UPDATED */
.slide-template-new-o-0c .image-item-1 {
  right: 0;
  height: 100%;
}

.slide-template-new-o-0c .image-item-2 {
  left: 7.55%;
  top: 11.3%;
  width: 27.44% !important;
}

/* O-0D */
/* UPDATED */
.slide-template-new-o-0d .image-item-1 {
  right: 0;
  height: 100%;
}

.slide-template-new-o-0d .image-item-2 {
  left: 7.55%;
  top: 11.3%;
  width: 27.44% !important;
}

/* O-0E */
.slide-template-new-o-0e .image-item-1 {
  right: 0;
  height: 100%;
}

.slide-template-new-o-0e .image-item-2 {
  left: 4.65%;
  top: 6.95%;
  width: 34.88% !important;
}

/* O-0F */
/* UPDATED */
.slide-template-new-o-0f .image-item-1 {
  right: 0;
  height: 100%;
}

.slide-template-new-o-0f .image-item-2 {
  left: 8.48%;
  top: 11.3%;
  width: 25.58% !important;
}

/* O-0G */
/* NEW */
.slide-template-new-o-0g .image-item-1 {
  right: 0;
  height: 100%;
}

.slide-template-new-o-0g .image-item-2 {
  left: 4.65%;
  top: 24.69%;
  width: 33.72% !important;
}

/* O-1 */
.slide-template-new-o-1 .image-item-1 {
  height: 100%;
  right: 0;
}

.slide-template-new-o-1 .image-item-2 {
  top: 7.82%;
  width: 32.55%;
  left: 8.25%;
}

.slide-template-new-o-1 .image-item-3 {
  top: 50.26%;
  left: 2.44%;
  width: 38.37%;
}

/* O-2 */
.slide-template-new-o-2 .image-item-1 {
  height: 100%;
  right: 0;
}

.slide-template-new-o-2 .image-item-2 {
  top: 5.21%;
  width: 32.55%;
  left: 7.09%;
}

.slide-template-new-o-2 .image-item-3 {
  top: 47.82%;
  left: 11.62%;
  width: 27.9%;
}

/* O-3 - CUSTOM2 */
.slide-template-new-o-3-custom2 .image-item-1 {
  top: 5.21%;
  height: 91.3%;
  right: 0;
}

.slide-template-new-o-3-custom2 .image-item-2 {
  top: 5.21%;
  width: 20.58%;
  left: 17.79%;
}

.slide-template-new-o-3-custom2 .image-item-3 {
  top: 30.43%;
  left: 6.86%;
  width: 31.39%;
}

/* O-3 */
.slide-template-new-o-3 .image-item-1 {
  height: 100%;
  right: 0;
}

.slide-template-new-o-3 .image-item-2 {
  top: 4.86%;
  width: 39.53%;
  left: 0;
}

.slide-template-new-o-3 .image-item-3 {
  top: 49.56%;
  left: 21.51%;
  width: 17.44%;
}

/* O-3A */
.slide-template-new-o-3a .image-item-1 {
  height: 100%;
  right: 0;
}

.slide-template-new-o-3a .image-item-2 {
  top: 4.86%;
  width: 39.53%;
  left: 0;
}

.slide-template-new-o-3a .image-item-3 {
  top: 47.3%;
  left: 13.95%;
  width: 26.16%;
}

/**/
.slide-template-new-o-3-custom .image-item-3 {
  left: 15.23%;
}

/* O-3B */
.slide-template-new-o-3b .image-item-1 {
  height: 100%;
  right: 0;
}

.slide-template-new-o-3b .image-item-2 {
  top: 3.82%;
  width: 39.53%;
  left: 0;
}

.slide-template-new-o-3b .image-item-3 {
  top: 47.3%;
  left: 9.88%;
  width: 30.23%;
}

/* O-4 */
.slide-template-new-o-4 .image-item-1 {
  height: 100%;
  right: 0;
}

.slide-template-new-o-4 .image-item-2 {
  top: 6.95%;
  width: 23.25%;
  left: 14.3%;
}

.slide-template-new-o-4 .image-item-3 {
  top: 37.56%;
  left: 5%;
  width: 32.55%;
}

/* O-4A */
.slide-template-new-o-4a .image-item-3 {
  top: 38.78%;
  width: 37.79%;
  left: 0;
}

/* O-4B */
.slide-template-new-o-4b .image-item-1 {
  height: 100%;
  right: 0;
}

.slide-template-new-o-4b .image-item-2 {
  top: 0%;
  width: 37.79%;
  left: 2.55%;
}

.slide-template-new-o-4b .image-item-3 {
  top: 41.56%;
  left: 10.34%;
  width: 30%;
}

/* O-4C */
.slide-template-new-o-4c .image-item-1 {
  height: 100%;
  right: 0;
}

.slide-template-new-o-4c .image-item-2 {
  top: 0%;
  width: 23.25%;
  left: 17.2%;
}

.slide-template-new-o-4c .image-item-3 {
  top: 27.65%;
  left: 2.67%;
  width: 37.79%;
}

/* O-4D */
.slide-template-new-o-4d .image-item-2 {
  top: 6.95%;
  width: 23.25%;
  left: 17.2%;
}

.slide-template-new-o-4d .image-item-3 {
  top: 40%;
  left: 2.32%;
  width: 37.79%;
}

/* O-4E */
.slide-template-new-o-4e .image-item-2 {
  top: 0;
  width: 23.25%;
  right: 60.23%;
  left: auto;
}

.slide-template-new-o-4e .image-item-3 {
  top: 32%;
  width: 37.79%;
  right: 60.23%;
  left: auto;
}

/* O-4F */
.slide-template-new-o-4f .image-item-2 {
  top: 0;
  width: 23.25%;
  right: 60.23%;
  left: auto;
}

.slide-template-new-o-4f .image-item-3 {
  top: 32%;
  width: 37.79%;
  right: 60.23%;
  left: auto;
}

/* O-5 */
.slide-template-new-o-5 .image-item-1 {
  height: 100%;
  right: 0;
}

.slide-template-new-o-5 .image-item-2 {
  top: 6.95%;
  width: 23.25%;
  left: 14.3%;
}

.slide-template-new-o-5 .image-item-3 {
  top: 33.73%;
  left: 5%;
  width: 32.55%;
}

/* O-6 */
.slide-template-new-o-6 .image-item-1 {
  height: 100%;
  right: 0;
}

.slide-template-new-o-6 .image-item-2 {
  top: 6.08%;
  left: 19.53%;
  width: 18.6%;
}

.slide-template-new-o-6 .image-item-3 {
  top: 6.08%;
  left: 0;
  width: 18.6%;
}

.slide-template-new-o-6 .image-item-4 {
  top: 49.04%;
  left: 19.53%;
  width: 18.6%;
}

.slide-template-new-o-6 .image-item-5 {
  top: 49.04%;
  left: 0;
  width: 18.6%;
}

/* O-7 */
.slide-template-new-o-7 .image-item-1 {
  height: 100%;
  right: 0;
}

.slide-template-new-o-7 .image-item-2 {
  top: 4.86%;
  left: 21.62%;
  width: 18.6%;
}

.slide-template-new-o-7 .image-item-3 {
  top: 4.86%;
  left: 0;
  width: 18.6%;
}

.slide-template-new-o-7 .image-item-4 {
  top: 36.52%;
  left: 21.62%;
  width: 18.6%;
}

.slide-template-new-o-7 .image-item-5 {
  top: 36.52%;
  left: 0;
  width: 18.6%;
}

/*

left 0
top 28

top 28
left 186


left 0
top 210

top 210
left 186
*/
/* O-10 */
.slide-template-new-o-10 .image-item-1 {
  height: 100%;
  left: auto;
  right: 0;
}

.slide-template-new-o-10 .image-item-2 {
  top: 6.08%;
  left: 21.51%;
  width: 18.6%;
}

.slide-template-new-o-10 .image-item-3 {
  top: 6.08%;
  left: 0;
  width: 18.6%;
}

.slide-template-new-o-10 .image-item-4 {
  top: 51.82%;
  left: 0%;
  width: 40.11%;
}

/* O-12 */
.slide-template-new-o-12 .image-item-1 {
  height: 100%;
  left: auto;
  right: 0;
}

.slide-template-new-o-12 .image-item-2 {
  top: 50.08%;
  left: 21.51%;
  width: 18.6%;
}

.slide-template-new-o-12 .image-item-3 {
  top: 50.08%;
  left: 0;
  width: 18.6%;
}

.slide-template-new-o-12 .image-item-4 {
  top: 6.08%;
  left: 0%;
  width: 40.11%;
}

/* P */
.slide-template-new-p .image-item-1 {
  top: 5.21%;
  width: 59.88%;
  height: 89.56%;
  left: 0;
}

.slide-template-new-p-6 .image-item-1 {
  right: 3.48%;
  top: 5.21%;
  height: 89.56%;
  width: 50%;
  /* FIXME */
}

/* P-0 */
/* UPDATED */
.slide-template-new-p-0 .image-item-1 {
  left: 0;
  top: 6.95%;
  height: 89.56%;
}

.slide-template-new-p-0 .image-item-2 {
  top: 6.95%;
  right: 2.32%;
  width: 35.46%;
}

.slide-template-new-p-0 .image-item-3 {
  top: 52.86%;
  right: 14.53%;
  width: 23.25%;
}

/* P-0A */
/* UPDATED */
.slide-template-new-p-0a .image-item-1 {
  left: 0;
  top: 6.95%;
  height: 89.56%;
}

.slide-template-new-p-0a .image-item-2 {
  top: 10.43%;
  right: 5.81%;
  width: 31.39%;
}

/* P-1 */
.slide-template-new-p-1 .image-item-1 {
  top: 5.21%;
  width: 59.88%;
  height: 89.56%;
  left: 0;
}

.slide-template-new-p-1 .image-item-2 {
  top: 8.34%;
  right: 5.81%;
  width: 31.39%;
}

.slide-template-new-p-1 .image-item-3 {
  bottom: 5.21%;
  right: 0;
  width: 37.2%;
}

/* P-2 */
/* UPDATED */
.slide-template-new-p-2 .image-item-1 {
  left: 0;
  top: 6.95%;
  height: 89.56%;
}

.slide-template-new-p-2 .image-item-2 {
  top: 6.95%;
  right: 2.32%;
  width: 35.46%;
}

.slide-template-new-p-2 .image-item-3 {
  top: 52.86%;
  right: 14.53%;
  width: 23.25%;
}

/* P-3 */
/* UPDATED */
.slide-template-new-p-3 .image-item-1 {
  left: 0;
  top: 6.95%;
  height: 89.56%;
}

.slide-template-new-p-3 .image-item-2 {
  top: 6.95%;
  right: 0;
  width: 37.67%;
}

.slide-template-new-p-3 .image-item-3 {
  top: 47.82%;
  right: 19.06%;
  width: 18.6%;
}

/* P-4 */
/* UPDATED */
.slide-template-new-p-4 .image-item-1 {
  left: 0;
  top: 6.95%;
  height: 89.56%;
}

.slide-template-new-p-4 .image-item-2 {
  top: 6.95%;
  right: 14.65%;
  width: 23.25%;
}

.slide-template-new-p-4 .image-item-3 {
  top: 37.73%;
  right: 5.11%;
  width: 32.79%;
}

/* P-5 */
/* UPDATED */
.slide-template-new-p-5 .image-item-1 {
  left: 0;
  top: 6.95%;
  height: 89.56%;
}

.slide-template-new-p-5 .image-item-2 {
  top: 6.95%;
  right: 14.53%;
  width: 23.25%;
}

.slide-template-new-p-5 .image-item-3 {
  top: 33.73%;
  right: 0;
  width: 37.79%;
}

/* P-5-WITH-LOGO-BIGGER */
.slide-template-new-p-5.slide-template-new-p-5-with-logo.bigger .image-item-2 {
  top: 0 !important;
  left: 62.2%;
  right: auto !important;
  width: 30%;
}

/* P-5-TRUE */
/* NEW */
.slide-template-new-p-5-true .image-item-1 {
  left: 0;
  top: 6.95%;
  height: 89.56%;
}

.slide-template-new-p-5-true .image-item-2 {
  top: 6.95%;
  right: 14.53%;
  width: 23.25%;
}

.slide-template-new-p-5-true .image-item-3 {
  top: 33.73%;
  right: 0;
  width: 37.79%;
}

/* P-6 */
.slide-template-new-p-6 .image-item-2 {
  top: 5.21%;
  width: 43.02%;
  height: 43.47%;
  /* FIXME */
  left: 0;
}

.slide-template-new-p-6 .image-item-3 {
  top: 53.91%;
  width: 20.34%;
  left: 0;
}

.slide-template-new-p-6 .image-item-4 {
  top: 53.91%;
  left: 22.55%;
  width: 20.34%;
}

/* P-7 */
.slide-template-new-p-7 .image-item-1 {
  top: 5.21%;
  width: 56.86%;
  height: 89.56%;
  left: 0;
}

.slide-template-new-p-7 .image-item-2 {
  top: 5.21%;
  right: 21.51%;
  width: 18.6%;
}

.slide-template-new-p-7 .image-item-3 {
  top: 5.21%;
  right: 0;
  width: 18.6%;
}

.slide-template-new-p-7 .image-item-4 {
  top: 37.39%;
  right: 21.51%;
  width: 18.6%;
}

.slide-template-new-p-7 .image-item-5 {
  top: 37.39%;
  right: 0;
  width: 18.6%;
}

.slide-template-new-p-7 .text-item {
  top: 72.17%;
  right: 0;
  width: 40.11%;
}

/* P LEFT */
.slide-template-new-p-left .image-item-1 {
  top: 5.21%;
  height: 66.08%;
  /*
    width: CSSPercentX(600);
    */
  left: 0;
}

.slide-template-new-p-left .image-item-2 {
  bottom: 26.95%;
  right: 5.81%;
  width: 23.25%;
  /*
    height: CSSPercentY(250);
    */
}

/* P RIGHT */
.slide-template-new-p-right .image-item-1 {
  top: 5.21%;
  right: 0;
  height: 66.08%;
  /*
    width: CSSPercentX(600);
    */
}

.slide-template-new-p-right .image-item-2 {
  bottom: 26.95%;
  left: 5.81%;
  width: 23.25%;
  /*
    height: CSSPercentY(250);
    */
}

/* P BOTTOM */
.slide-template-new-p-bottom .image-item-1 {
  top: 5.21%;
  width: 149.56%;
  /*
    height: CSSPercentY(380);
    */
  left: 0;
}

.slide-template-new-p-bottom .image-item-2 {
  bottom: 26.95%;
  left: 5.81%;
  width: 23.25%;
  /*
    height: CSSPercentY(250);
    */
}

.slide-template-new-p-8 .image-item-1 {
  left: 0;
  top: 6.95%;
  height: 89.56%;
}

.slide-template-new-p-8 .image-item-2 {
  top: 6.95%;
  left: 62.32%;
  width: 37.67%;
}

.slide-template-new-p-8 .image-item-3 {
  top: 47.82%;
  left: 62.32%;
  width: 23.25%;
}

.slide-template-new-p-9 .image-item-1 {
  left: 0;
  top: 6.95%;
  height: 89.56%;
}

.slide-template-new-p-9 .image-item-2 {
  top: 10.43%;
  left: 62.32%;
  width: 37.67%;
}

/* P-11 */
.slide-template-new-p-11 .image-item-1 {
  top: 6.95%;
  left: 0;
  height: 89.56%;
}

.slide-template-new-p-11 .image-item-2 {
  top: 6.95%;
  left: 62.2%;
  width: 23.25%;
}

.slide-template-new-p-11 .image-item-3 {
  top: 33.56%;
  right: 0;
  width: 37.79%;
}

.slide-template-new-p-11 .image-item-4 {
  bottom: 4.69%;
  left: 1.16%;
  width: 9.88%;
}

.templated-slider-build-2-1 .slide-template-new-p-11 .text-item {
  top: 68.69% !important;
  left: 62.2% !important;
  width: 35.11%;
}

/* P-11-WITH-LOGO */
.slide-template-new-p-11-with-logo .image-item-1 {
  left: 0;
  top: 0;
  height: 89.56%;
}

.slide-template-new-p-11-with-logo .image-item-2 {
  top: 0;
  right: 0;
  width: 37.79%;
}

.slide-template-new-p-11-with-logo .image-item-3 {
  top: 59.65%;
  right: 18.6%;
  width: 19.3%;
}

.slide-template-new-p-11-with-logo .image-item-4 {
  top: 59.65%;
  right: 1.16%;
  width: 15.46%;
}

.slide-template-new-p-11-with-logo .image-item-5 {
  top: 67.82%;
  left: 1.16%;
  width: 9.88%;
}

.templated-slider-build-2-1 .slide-template-new-p-11-with-logo .text-item {
  top: 86.08% !important;
  left: 14.53% !important;
  width: 72.79% !important;
}

/*P-13*/
.slide-template-new-p-13 .image-item-1 {
  left: 0;
  top: 6.95%;
  height: 89.56%;
}

.slide-template-new-p-13 .image-item-2 {
  top: 6.95%;
  left: 62.2%;
  width: 23.25%;
}

.slide-template-new-p-13 .image-item-3 {
  top: 33.91%;
  left: 62.2%;
  width: 37.79%;
}

.slide-template-new-p-13 .image-item-4 {
  bottom: 8%;
  left: 2.32%;
  width: 9.88%;
}

.slide-template-new-p-13 .text-item {
  top: 69.04%;
  left: 62.2% !important;
  width: 35.23% !important;
}

/* Q */
.slide-template-new-q .image-item-1 {
  right: 3.48%;
  top: 5.21%;
  height: 89.56%;
  width: 50%;
  /* FIXME */
}

.slide-template-new-q .image-item-2 {
  top: 5.21%;
  width: 43.02%;
  height: 43.47%;
  /* FIXME */
  left: 0;
}

.slide-template-new-q .image-item-3 {
  top: 53.91%;
  width: 20.34%;
  left: 0;
}

.slide-template-new-q .image-item-4 {
  top: 53.91%;
  left: 22.55%;
  width: 20.34%;
}

/* Q-1 */
.slide-template-new-q-1 .image-item-1 {
  top: 5.21%;
  width: 59.88%;
  height: 89.56%;
  right: 0;
}

.slide-template-new-q-1 .image-item-2 {
  top: 10.43%;
  left: 5.81%;
  width: 31.39%;
}

.slide-template-new-q-1 .image-item-3 {
  bottom: 5.21%;
  left: 0;
  width: 37.2%;
}

/* Q-0A */
.slide-template-new-q-0a .image-item-1 {
  right: 0%;
  top: 5.21%;
  height: 89.56%;
  width: 59.88%;
}

.slide-template-new-q-0a .image-item-2 {
  top: 15.13%;
  height: 38.26%;
  left: 8.48%;
  width: 25.58%;
}

.slide-template-new-q-00 .image-item-1 {
  right: 3.48%;
  top: 5.21%;
  height: 89.56%;
  width: 50%;
  /* FIXME */
}

.slide-template-new-q-00 .image-item-2 {
  top: 5.21%;
  width: 43.02%;
  height: 43.47%;
  /* FIXME */
  left: 0;
}

.slide-template-new-q-00 .image-item-3 {
  top: 53.91%;
  width: 20.34%;
  left: 0;
}

.slide-template-new-q-00 .image-item-4 {
  top: 53.91%;
  left: 22.55%;
  width: 20.34%;
}

.slide-template-new-q-00 .image-item-5 {
  top: 73.73%;
  width: 20.34%;
  left: 0;
}

/* Q-0 */
/* UPDATED */
.slide-template-new-q-0 .image-item-1 {
  right: 0;
  top: 6.95%;
  height: 89.56%;
}

.slide-template-new-q-0 .image-item-2 {
  top: 6.95%;
  left: 4.65%;
  width: 33.13%;
}

.slide-template-new-q-0 .text-item {
  top: 48.69% !important;
  bottom: auto !important;
  left: 6.62% !important;
  width: 29.65%;
}

/* Q-7 */
.slide-template-new-q-7 .image-item-1 {
  right: 0;
  top: 6.95%;
  height: 89.56%;
}

.slide-template-new-q-7 .image-item-2 {
  top: 6.95%;
  left: 0;
  width: 17.44%;
}

.slide-template-new-q-7 .image-item-3 {
  top: 6.95%;
  left: 20.34%;
  width: 17.44%;
}

.slide-template-new-q-7 .image-item-4 {
  top: 37.39%;
  left: 0;
  width: 17.44%;
}

.slide-template-new-q-7 .image-item-5 {
  top: 37.39%;
  left: 20.34%;
  width: 17.44%;
}

.slide-template-new-q-7 .text-item {
  top: 69.56% !important;
  bottom: auto !important;
  left: 2.9%;
  width: 34.88%;
}

/* Q-12 */
.slide-template-new-q-12 .image-item-1 {
  top: 0%;
  left: 0;
  width: 48.37%;
  height: 40.69% !important;
}

.slide-template-new-q-12 .image-item-2 {
  top: 0%;
  right: 0%;
  width: 48.37%;
  height: 40.69% !important;
}

.slide-template-new-q-12 .image-item-3 {
  top: 45.73%;
  left: 0;
  width: 48.37%;
  height: 40.69% !important;
}

.slide-template-new-q-12 .image-item-4 {
  top: 45.73%;
  right: 0%;
  width: 48.37%;
  height: 40.69% !important;
}

.slide-template-new-q-12 .text-item {
  top: 89.56%;
  bottom: initial;
  left: 6.97%;
  right: auto;
  width: 86.04%;
  height: auto;
}

/* Q-2 */
/* UPDATED */
.slide-template-new-q-2 .image-item-1 {
  right: 0;
  top: 6.95%;
  height: 89.56%;
}

.slide-template-new-q-2 .image-item-2 {
  top: 6.95%;
  left: 2.32%;
  width: 35.46%;
}

.slide-template-new-q-2 .image-item-3 {
  top: 52.86%;
  left: 14.53%;
  width: 23.25%;
}

/* Q-3 */
/* UPDATED */
.slide-template-new-q-3 .image-item-1 {
  right: 0;
  top: 6.95%;
  height: 89.56%;
}

.slide-template-new-q-3 .image-item-2 {
  top: 6.95%;
  left: 0;
  width: 37.79%;
}

.slide-template-new-q-3 .image-item-3 {
  top: 48%;
  left: 19.18%;
  width: 18.6%;
}

/* Q-3 */
/* UPDATED */
.slide-template-new-q-3a .image-item-1 {
  right: 0;
  top: 6.95%;
  height: 89.56%;
}

.slide-template-new-q-3a .image-item-2 {
  top: 6.95%;
  left: 0;
  width: 37.79%;
}

.templated-slider-build-2-1 .slide-template-new-q-3a .text-item {
  top: 48%;
  left: 0%;
  width: 37.2%;
}

/* Q-4 */
/* UPDATED */
.slide-template-new-q-4 .image-item-1 {
  right: 0;
  top: 6.95%;
  height: 89.56%;
}

.slide-template-new-q-4 .image-item-2 {
  top: 6.95%;
  left: 14.53%;
  width: 23.25%;
}

.slide-template-new-q-4 .image-item-3 {
  top: 37.73%;
  left: 5.23%;
  width: 32.55%;
}

/* Q-5 */
/* UPDATED */
.slide-template-new-q-5 .image-item-1 {
  right: 0;
  top: 6.95%;
  height: 89.56%;
}

.slide-template-new-q-5 .image-item-2 {
  top: 6.95%;
  left: 14.53%;
  width: 23.25%;
}

.slide-template-new-q-5 .image-item-3 {
  top: 33.73%;
  left: 0;
  width: 37.79%;
}

/* Q-5-TRUE */
.slide-template-new-q-5-true .image-item-1 {
  right: 0;
  top: 6.95%;
  height: 89.56%;
}

.slide-template-new-q-5-true .image-item-2 {
  top: 6.95%;
  left: 14.53%;
  width: 23.25%;
}

.slide-template-new-q-5-true .image-item-3 {
  top: 33.73%;
  left: 0;
  width: 37.79%;
}

/* Q-8 */
.slide-template-new-q-8 .image-item-1 {
  right: 0;
  top: 6.95%;
  height: 89.56%;
}

.slide-template-new-q-8 .image-item-2 {
  top: 6.95%;
  right: 62.32%;
  width: 37.67%;
}

.slide-template-new-q-8 .image-item-3 {
  top: 47.82%;
  right: 62.32%;
  width: 23.25%;
}

/* Q-9 */
/* UPDATED */
.slide-template-new-q-9 .image-item-1 {
  right: 0;
  top: 6.95%;
  height: 89.56%;
}

.slide-template-new-q-9 .image-item-2 {
  top: 10.43%;
  width: 37.79%;
}

/*
.slide-template-new-q-9 .image-item-3 {
    top: CSSPercentY(194);
    left: 0;
    width: CSSPercentX(325);
}
*/
/* Q-10 */
.slide-template-new-q-10 .image-item-1 {
  right: 0;
  top: 0;
  height: 89.56%;
}

.slide-template-new-q-10 .image-item-2 {
  top: 0;
  left: 0;
  width: 37.79%;
}

.slide-template-new-q-10 .image-item-3 {
  top: 59.82%;
  left: 18.6%;
  width: 19.3%;
}

.slide-template-new-q-10 .text-item {
  top: 86.08%;
  left: 14.53% !important;
}

.slide-template-new-q-10-with-logo .image-item-4 {
  top: 59.82%;
  left: 1.16%;
  width: 15.46%;
}

.slide-template-new-q-10-with-logo .image-item-5 {
  top: 67.82%;
  right: 1.16%;
  left: auto;
  width: 9.88%;
}

/* Q-MASTER */
/* UPDATED */
.slide-template-new-q .image-item-1 {
  right: 0%;
  top: 5.21%;
  width: 59.88%;
  height: 89.56%;
}

.slide-template-new-q-master .image-item-1 {
  right: 0%;
  top: 5.21%;
  height: 89.56%;
}

/* Q-11 */
.slide-template-new-q-11 .image-item-1 {
  top: 6.95%;
  right: 0;
  height: 89.56%;
}

.slide-template-new-q-11 .image-item-2 {
  top: 6.95%;
  left: 14.53%;
  width: 23.25%;
}

.slide-template-new-q-11 .image-item-3 {
  top: 33.56%;
  left: 0;
  width: 37.79%;
}

.slide-template-new-q-11 .image-item-4 {
  bottom: 8.69%;
  right: 1.16%;
  width: 9.88%;
}

.templated-slider-build-2-1 .slide-template-new-q-11 .text-item {
  top: 68.69%;
  left: 2.79%;
  width: 35.11%;
}

/* Q-11-WITH-LOGO */
.slide-template-new-q-11-with-logo .image-item-1 {
  right: 0;
  top: 0;
  height: 89.56%;
}

.slide-template-new-q-11-with-logo .image-item-2 {
  top: 0;
  left: 0;
  width: 37.79%;
}

.slide-template-new-q-11-with-logo .image-item-3 {
  top: 59.65%;
  left: 18.6%;
  width: 19.3%;
}

.slide-template-new-q-11-with-logo .image-item-4 {
  top: 59.65%;
  left: 1.16%;
  width: 15.46%;
}

.slide-template-new-q-11-with-logo .image-item-5 {
  top: 67.82%;
  right: 1.16%;
  left: auto;
  width: 9.88%;
}

.templated-slider-build-2-1 .slide-template-new-q-11-with-logo .text-item {
  top: 86.08%;
  left: 14.53% !important;
  width: 72.79% !important;
}

/* R */
/* UPDATED */
.slide-template-new-r .image-item-1 {
  right: 0;
  top: 3.82%;
  width: 77.2%;
}

.slide-template-new-r .text-item {
  left: -1.05% !important;
  top: 27.65% !important;
  width: 22.09% !important;
}

/* R-1 */
/* UPDATED */
.slide-template-new-r-1 .image-item-1 {
  right: 0;
  top: 3.82%;
  width: 77.2%;
}

.slide-template-new-r-1 .image-item-2 {
  left: 2.09%;
  top: 3.82%;
  width: 18.6%;
}

.slide-template-new-r-1 .text-item {
  left: 1.86% !important;
  top: 40.52% !important;
  width: 19.41% !important;
}

/* S */
/* UPDATED */
.slide-template-new-s .image-item-1 {
  top: 3.82%;
  width: 77.2%;
  left: 0;
}

.slide-template-new-s .image-item-2 {
  right: 2.09%;
  top: 3.82%;
  width: 18.6%;
}

.slide-template-new-s .text-item {
  width: 20.34% !important;
  right: 0.46% !important;
}

/* S-1 */
/* UPDATED */
.slide-template-new-s-1 .image-item-1 {
  top: 3.82%;
  width: 77.2%;
  left: 0;
}

.slide-template-new-s-1 .image-item-2 {
  right: 2.09%;
  top: 3.82%;
  width: 18.6%;
}

.slide-template-new-s-1 .text-item {
  width: 20.34% !important;
  right: 0.46% !important;
}

/* T */
/* NEW */
.slide-template-new-t .image-item-1 {
  top: 0%;
  height: 100%;
  left: 0;
}

/* T-1 */
/* UPDATED */
.slide-template-new-t-1 .image-item-1 {
  top: 0%;
  height: 100%;
  left: 0;
}

.slide-template-new-t-1 .image-item-2 {
  right: 0%;
  top: 0%;
  width: 44.18%;
}

.slide-template-new-t-1 .image-item-3 {
  top: 56.34%;
  width: 25.81%;
  right: 18.37%;
}

/* U-1 */
.slide-template-new-u-1 .image-item-1 {
  top: 0%;
  height: 76.52%;
  right: 0;
}

.slide-template-new-u-1 .image-item-2 {
  left: 0%;
  top: 3.82%;
  width: 40.11%;
}

.slide-template-new-u-1 .image-item-3 {
  top: 47.47%;
  width: 29.06%;
  left: 11.04%;
}

.slide-template-new-u-1 .image-item-4.image-item-custom {
  color: #f8f8f8;
  background: rgba(61, 95, 141, 0.8);
  font-size: 13px;
  padding: 14px 15% 13px 23%;
  height: 106px;
  top: 77.47%;
  left: 0;
  right: 0;
  text-align: left;
  width: 100%;
}

.slide-template-new-u-1 .image-item-4.image-item-custom p {
  margin-bottom: 8px !important;
}

.slide-template-new-u-1 .image-item-4.image-item-custom .lead {
  font-size: 1.7em;
  font-family: "Arapey", serif;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #B8D1ED;
}

.slide-template-new-u-1 .image-item-4.image-item-custom .lead {
  line-height: 1em !important;
}

.slide-template-new-u-1 .image-item-4.image-item-custom2 {
  right: auto;
  left: -2%;
  top: 70.1%;
  width: 17.44%;
  padding-top: 17%;
  background-repeat: no-repeat;
}

@media (max-width: 700px) {
  .slide-template-new-u-1 .image-item-4.image-item-custom .floater-texter {
    display: none;
  }
  .slide-template-new-u-1 .image-item-4.image-item-custom2 {
    min-height: 100px;
    /*padding-top: 28%;*/
  }
  .slide-template-new-u-1 .custom-s-logo.ignore-zoom {
    display: none !important;
  }
  .slide-template-new-u-1 .image-item-4.image-item-custom .lead {
    line-height: 1.0;
    font-size: 1.4em;
  }
  .slide-template-new-u-1 .image-item-4.image-item-custom {
    height: 110px;
    top: auto !important;
    bottom: 0;
  }
}

@media (max-width: 400px) {
  .slide-template-new-u-1 .image-item-4.image-item-custom .floater-texter {
    display: none;
  }
  .slide-template-new-u-1 .image-item-4.image-item-custom2 {
    min-height: 0;
    bottom: 6px !important;
    top: auto !important;
  }
  .slide-template-new-u-1 .image-item-4.image-item-custom {
    height: 70px !important;
  }
}

/* V-1 */
.slide-template-new-v-1 .image-item-1 {
  top: 0%;
  height: 76.52%;
  left: 0;
}

.slide-template-new-v-1 .image-item-2 {
  right: 0%;
  top: 3.82%;
  width: 40.11%;
}

.slide-template-new-v-1 .image-item-3 {
  top: 47.47%;
  width: 29.06%;
  right: 11.04%;
}

.slide-template-new-v-1 .image-item-4.image-item-custom {
  color: #f8f8f8;
  background: rgba(61, 95, 141, 0.8);
  font-size: 13px;
  padding: 14px 12% 13px 23%;
  height: 106px;
  top: 77.47%;
  left: 0;
  right: 0;
  text-align: left;
  width: 100%;
}

.slide-template-new-v-1 .image-item-4.image-item-custom p {
  margin-bottom: 8px !important;
}

.slide-template-new-v-1 .image-item-4.image-item-custom .lead {
  font-size: 1.7em;
  font-family: "Arapey", serif;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #B8D1ED;
}

.slide-template-new-v-1 .image-item-4.image-item-custom .lead {
  line-height: 1em !important;
}

.slide-template-new-v-1 .image-item-4.image-item-custom2 {
  right: auto;
  left: -2%;
  top: 70.1%;
  width: 17.44%;
  padding-top: 17%;
  background-repeat: no-repeat;
}

@media (max-width: 700px) {
  .slide-template-new-v-1 .image-item-4.image-item-custom .floater-texter {
    display: none;
  }
  .slide-template-new-v-1 .image-item-4.image-item-custom2 {
    min-height: 100px;
    /*padding-top: 28%;*/
  }
  .slide-template-new-v-1 .custom-s-logo.ignore-zoom {
    display: none !important;
  }
  .slide-template-new-v-1 .image-item-4.image-item-custom .lead {
    line-height: 1.0;
    font-size: 1.4em;
  }
  .slide-template-new-v-1 .image-item-4.image-item-custom {
    height: 110px;
    top: auto !important;
    bottom: 0;
  }
}

@media (max-width: 400px) {
  .slide-template-new-v-1 .image-item-4.image-item-custom .floater-texter {
    display: none;
  }
  .slide-template-new-v-1 .image-item-4.image-item-custom2 {
    min-height: 0;
    bottom: 6px !important;
    top: auto !important;
  }
  .slide-template-new-v-1 .image-item-4.image-item-custom {
    height: 70px !important;
  }
}

/* V-1A */
.slide-template-new-v-1a .image-item-2 {
  top: 0%;
  left: 59.3%;
}

.slide-template-new-v-1a .image-item-3 {
  top: 32.17%;
  left: 59.3%;
}

.slide-template-new-v-1a .image-item-4 {
  top: 48.17%;
  left: 64.53%;
}

.slide-template-new-v-1a .image-item-5 {
  top: 32.17%;
  left: 76.27%;
}

.slide-template-new-v-1a .image-item.image-item-campaign-logo {
  background-repeat: no-repeat;
  background-size: 100%;
  left: 2% !important;
  top: 75.47%;
  width: 17.44%;
  z-index: 6;
}

.slide-template-new-v-1a .text-item.caption-band {
  color: #f8f8f8;
  font-size: 13px;
  left: 0;
  padding: 12px 20px 12px 21.16%;
  right: 0;
  text-align: left;
  top: 79.65%;
  min-height: 18.78%;
  width: 100%;
}

.slide-template-new-v-1a .text-item.caption-band .lead {
  font-size: 1.7em;
  line-height: 1.15em;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}

/* V-1A WITH OVERLAY*/
.slide-template-new-v-1a-with-overlay .image-item-6 {
  top: 0%;
  left: auto !important;
  right: 0;
  z-index: 1;
}

/* W-1 */
.slide-template-new-w-1 .image-item-1 {
  top: 6.95%;
  height: 71.65%;
  left: 0;
}

.slide-template-new-w-1 .image-item-2 {
  left: 62.2%;
  top: 6.95%;
  width: 40.11%;
}

.slide-template-new-w-1 .image-item-3 {
  top: 36%;
  width: 29.06%;
  left: 62.2%;
}

.slide-template-new-w-1 .image-item-4.image-item-custom {
  color: #f8f8f8;
  background: rgba(61, 95, 141, 0.8);
  font-size: 13px;
  padding: 14px 15% 13px 23%;
  height: 106px;
  top: 77.47%;
  left: 0;
  right: 0;
  text-align: left;
  width: 100%;
}

.slide-template-new-w-1 .image-item-4.image-item-custom p {
  margin-bottom: 8px !important;
}

.slide-template-new-w-1 .image-item-4.image-item-custom .lead {
  font-size: 1.7em;
  font-family: "Arapey", serif;
  position: relative;
  top: 3px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #B8D1ED;
}

.slide-template-new-w-1 .image-item-4.image-item-custom .lead {
  line-height: 1em !important;
}

.slide-template-new-w-1 .image-item-4.image-item-custom2 {
  right: auto;
  left: -2%;
  top: 70.1%;
  width: 29%;
  padding-top: 17%;
  background-repeat: no-repeat;
}

@media (max-width: 700px) {
  .slide-template-new-w-1 .image-item-4.image-item-custom .floater-texter {
    display: none;
  }
  .slide-template-new-w-1 .image-item-4.image-item-custom2 {
    min-height: 100px;
    /*padding-top: 28%;*/
  }
  .slide-template-new-w-1 .custom-s-logo.ignore-zoom {
    display: none !important;
  }
  .slide-template-new-w-1 .image-item-4.image-item-custom .lead {
    line-height: 1.0;
    font-size: 1.4em;
  }
  .slide-template-new-w-1 .image-item-4.image-item-custom {
    height: 110px;
    top: auto !important;
    bottom: 0;
  }
}

@media (max-width: 400px) {
  .slide-template-new-w-1 .image-item-4.image-item-custom .floater-texter {
    display: none;
  }
  .slide-template-new-w-1 .image-item-4.image-item-custom2 {
    min-height: 0;
    bottom: 6px !important;
    top: auto !important;
  }
  .slide-template-new-w-1 .image-item-4.image-item-custom {
    height: 70px !important;
  }
}

/* W-1a */
.slide-template-new-w-1a .image-item-1 {
  top: 6.95%;
  height: 71.65%;
  left: 0;
}

.slide-template-new-w-1a .image-item-2 {
  left: 62.2%;
  top: 6.95%;
  width: 32.55%;
}

.slide-template-new-w-1a .image-item-3 {
  top: 49.39%;
  width: 25.58%;
  left: 62.2%;
}

.slide-template-new-w-1a .image-item-4.image-item-custom {
  color: #f8f8f8;
  background: rgba(61, 95, 141, 0.8);
  font-size: 13px;
  padding: 14px 15% 13px 23%;
  height: 106px;
  top: 77.47%;
  left: 0;
  right: 0;
  text-align: left;
  width: 100%;
}

.slide-template-new-w-1a .image-item-4.image-item-custom p {
  margin-bottom: 8px !important;
}

.slide-template-new-w-1a .image-item-4.image-item-custom .lead {
  font-size: 1.7em;
  font-family: "Arapey", serif;
  position: relative;
  top: 3px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #B8D1ED;
}

.slide-template-new-w-1a .image-item-4.image-item-custom .lead {
  line-height: 1em !important;
}

.slide-template-new-w-1a .image-item-4.image-item-custom2 {
  right: auto;
  left: -2%;
  top: 70.1%;
  width: 29%;
  padding-top: 17%;
  background-repeat: no-repeat;
}

@media (max-width: 700px) {
  .slide-template-new-w-1a .image-item-4.image-item-custom .floater-texter {
    display: none;
  }
  .slide-template-new-w-1a .image-item-4.image-item-custom2 {
    min-height: 100px;
    /*padding-top: 28%;*/
  }
  .slide-template-new-w-1a .custom-s-logo.ignore-zoom {
    display: none !important;
  }
  .slide-template-new-w-1a .image-item-4.image-item-custom .lead {
    line-height: 1.0;
    font-size: 1.4em;
  }
  .slide-template-new-w-1a .image-item-4.image-item-custom {
    height: 110px;
    top: auto !important;
    bottom: 0;
  }
}

@media (max-width: 400px) {
  .slide-template-new-w-1a .image-item-4.image-item-custom .floater-texter {
    display: none;
  }
  .slide-template-new-w-1a .image-item-4.image-item-custom2 {
    min-height: 0;
    bottom: 6px !important;
    top: auto !important;
  }
  .slide-template-new-w-1a .image-item-4.image-item-custom {
    height: 70px !important;
  }
}

/* W-1C */
.slide-template-new-w-1c .image-item-1 {
  top: 6.95%;
}

.slide-template-new-w-1c .image-item-2 {
  top: 6.95%;
  left: 62.2%;
}

.slide-template-new-w-1c .image-item-3 {
  top: 48.17%;
  left: 64.53%;
}

.slide-template-new-w-1c .image-item-4 {
  top: 32.17%;
  left: 76.27%;
}

.slide-template-new-w-1c .image-item.image-item-campaign-logo {
  background-repeat: no-repeat;
  background-size: 100%;
  left: 2% !important;
  top: 75.47%;
  width: 17.44%;
  z-index: 6;
}

.slide-template-new-w-1c .text-item.caption-band {
  color: #f8f8f8;
  font-size: 13px;
  left: 0;
  padding: 12px 20px 12px 21.16%;
  right: 0;
  text-align: left;
  top: 79.65%;
  min-height: 18.78%;
  width: 100%;
}

.slide-template-new-w-1c .text-item.caption-band .lead {
  font-size: 1.7em;
  line-height: 1em;
  position: relative;
  top: 3px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}

/* W-1D */
.slide-template-new-w-1d .image-item-1 {
  top: 6.95%;
}

.slide-template-new-w-1d .image-item-2 {
  top: 6.95%;
  left: 62.2%;
}

.slide-template-new-w-1d .image-item-coat {
  top: 48.17%;
  left: 64.53%;
}

.slide-template-new-w-1d .image-item-award {
  top: 33.91%;
  left: 76.27%;
}

.slide-template-new-w-1d .image-item.image-item-campaign-logo {
  background-repeat: no-repeat;
  background-size: 100%;
  left: 2% !important;
  top: 75.47%;
  width: 17.44%;
  z-index: 6;
}

.slide-template-new-w-1d .text-item.caption-band {
  color: #f8f8f8;
  font-size: 13px;
  left: 0;
  padding: 12px 20px 12px 21.16%;
  right: 0;
  text-align: left;
  top: 79.65%;
  min-height: 18.78%;
  width: 100%;
}

.slide-template-new-w-1d .text-item.caption-band .lead {
  font-size: 1.7em;
  line-height: 1.15em;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}

/* X-1 */
.slide-template-new-x-1 .image-item-1 {
  top: 6.95%;
  height: 71.65%;
  right: 0;
}

.slide-template-new-x-1 .image-item-2 {
  right: 62.2%;
  top: 6.95%;
  width: 40.11%;
}

.slide-template-new-x-1 .image-item-3 {
  top: 36%;
  width: 29.06%;
  right: 62.2%;
}

.slide-template-new-x-1 .image-item-4.image-item-custom {
  color: #f8f8f8;
  background: rgba(61, 95, 141, 0.8);
  font-size: 13px;
  padding: 14px 12% 13px 23%;
  height: 106px;
  top: 77.47%;
  left: 0;
  right: 0;
  text-align: left;
  width: 100%;
}

.slide-template-new-x-1 .image-item-4.image-item-custom p {
  margin-bottom: 8px !important;
}

.slide-template-new-x-1 .image-item-4.image-item-custom .lead {
  font-size: 1.7em;
  font-family: "Arapey", serif;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #B8D1ED;
}

.slide-template-new-x-1 .image-item-4.image-item-custom .lead {
  line-height: 1em !important;
}

.slide-template-new-x-1 .image-item-4.image-item-custom2 {
  right: auto;
  left: -2%;
  top: 70.1%;
  width: 17.44%;
  padding-top: 17%;
  background-repeat: no-repeat;
}

@media (max-width: 700px) {
  .slide-template-new-x-1 .image-item-4.image-item-custom .floater-texter {
    display: none;
  }
  .slide-template-new-x-1 .image-item-4.image-item-custom2 {
    min-height: 100px;
    /*padding-top: 28%;*/
  }
  .slide-template-new-x-1 .custom-s-logo.ignore-zoom {
    display: none !important;
  }
  .slide-template-new-x-1 .image-item-4.image-item-custom .lead {
    line-height: 1.0;
    font-size: 1.4em;
  }
  .slide-template-new-x-1 .image-item-4.image-item-custom {
    height: 110px;
    top: auto !important;
    bottom: 0;
  }
}

@media (max-width: 400px) {
  .slide-template-new-x-1 .image-item-4.image-item-custom .floater-texter {
    display: none;
  }
  .slide-template-new-x-1 .image-item-4.image-item-custom2 {
    min-height: 0;
    bottom: 6px !important;
    top: auto !important;
  }
  .slide-template-new-x-1 .image-item-4.image-item-custom {
    height: 70px !important;
  }
}

/* X-1a */
.slide-template-new-x-1a .image-item-1 {
  top: 6.95%;
  height: 71.65%;
  right: 0;
}

.slide-template-new-x-1a .image-item-2 {
  right: 62.2%;
  top: 6.95%;
  width: 32.55%;
}

.slide-template-new-x-1a .image-item-3 {
  top: 49.39%;
  width: 25.58%;
  right: 62.2%;
}

/* X-1b */
.slide-template-new-x-1b .image-item-1 {
  top: 6.95%;
  height: 71.65%;
  right: 0;
}

.slide-template-new-x-1b .image-item-2 {
  right: 62.2%;
  top: 6.95%;
  width: 40.11%;
}

.slide-template-new-x-1b .image-item-3 {
  top: 36%;
  width: 29.06%;
  right: 62.2%;
}

.slide-template-new-x-1b .image-item-4 {
  top: 50.6%;
  width: 19.18%;
  right: 0%;
}

.slide-template-new-x-1b .image-item-5 {
  top: 50.6%;
  width: 19.18%;
  right: 20.23%;
}

.slide-template-new-x-1b .image-item-6 {
  top: 50.6%;
  width: 19.18%;
  right: 40.58%;
}

.slide-template-new-x-1b .image-item-7.image-item-custom {
  color: #f8f8f8;
  background: rgba(61, 95, 141, 0.8);
  font-size: 13px;
  padding: 14px 12% 13px 23%;
  height: 106px;
  top: 77.47%;
  left: 0;
  right: 0;
  text-align: left;
  width: 100%;
}

.slide-template-new-x-1b .image-item-7.image-item-custom p {
  margin-bottom: 8px !important;
}

.slide-template-new-x-1b .image-item-7.image-item-custom .lead {
  font-size: 1.7em;
  font-family: "Arapey", serif;
  position: relative;
  top: 3px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #B8D1ED;
}

.slide-template-new-x-1b .image-item-7.image-item-custom .lead {
  line-height: 1em !important;
}

.slide-template-new-x-1b .image-item-8.image-item-custom2 {
  right: auto;
  left: -2%;
  top: 70.1%;
  width: 29%;
  padding-top: 17%;
  background-repeat: no-repeat;
}

@media (max-width: 700px) {
  .slide-template-new-x-1b .image-item-7.image-item-custom .floater-texter {
    display: none;
  }
  .slide-template-new-x-1b .image-item-8.image-item-custom2 {
    min-height: 100px;
    /*padding-top: 28%;*/
  }
  .slide-template-new-x-1b .custom-s-logo.ignore-zoom {
    display: none !important;
  }
  .slide-template-new-x-1b .image-item-7.image-item-custom .lead {
    line-height: 1.0;
    font-size: 1.4em;
  }
  .slide-template-new-x-1b .image-item-7.image-item-custom {
    height: 110px;
    top: auto !important;
    bottom: 0;
  }
}

@media (max-width: 400px) {
  .slide-template-new-x-1b .image-item-7.image-item-custom .floater-texter {
    display: none;
  }
  .slide-template-new-x-1b .image-item-8.image-item-custom2 {
    min-height: 0;
    bottom: 6px !important;
    top: auto !important;
  }
  .slide-template-new-x-1b .image-item-7.image-item-custom {
    height: 70px !important;
  }
}

/* X-1c */
.slide-template-new-x-1c .image-item-1 {
  top: 6.95%;
  height: 71.65%;
  left: 0;
}

.slide-template-new-x-1c .image-item-2 {
  left: 62.2%;
  top: 6.95%;
  width: 40.11%;
}

.slide-template-new-x-1c .image-item-3 {
  top: 44%;
  width: 29.06%;
  left: 62.2%;
}

.slide-template-new-x-1c .image-item-4 {
  top: 50.6%;
  width: 19.18%;
  left: 0%;
}

.slide-template-new-x-1c .image-item-5 {
  top: 50.6%;
  width: 19.18%;
  left: 20.23%;
}

.slide-template-new-x-1c .image-item-6 {
  top: 50.6%;
  width: 19.18%;
  left: 40.58%;
}

.slide-template-new-x-1c .text-item.caption-band {
  color: #f8f8f8;
  background: rgba(61, 95, 141, 0.8);
  font-size: 13px;
  padding: 12px 20px 12px 22%;
  height: 106px;
  top: 77.47%;
  left: 0;
  right: 0;
  text-align: left;
  width: 100%;
}

.slide-template-new-x-1c .text-item.caption-band p {
  margin-bottom: 8px !important;
}

.slide-template-new-x-1c .text-item.caption-band .lead {
  font-size: 1.7em;
  font-family: "Arapey", serif;
  position: relative;
  top: 3px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #B8D1ED;
}

.slide-template-new-x-1c .text-item.caption-band .lead {
  line-height: 1em !important;
}

.slide-template-new-x-1c .image-item-8.image-item-custom2 {
  right: auto;
  left: 2%;
  top: 73.5%;
  width: 29%;
  padding-top: 17%;
  background-repeat: no-repeat;
}

@media (max-width: 700px) {
  .slide-template-new-x-1c .text-item.caption-band .floater-texter {
    display: none;
  }
  .slide-template-new-x-1c .image-item-8.image-item-custom2 {
    min-height: 100px;
    /*padding-top: 28%;*/
  }
  .slide-template-new-x-1c .custom-s-logo.ignore-zoom {
    display: none !important;
  }
  .slide-template-new-x-1c .text-item.caption-band .lead {
    line-height: 1.0;
    font-size: 1.4em;
  }
  .slide-template-new-x-1c .text-item.caption-band {
    height: 110px;
    top: auto !important;
    bottom: 0;
  }
}

@media (max-width: 400px) {
  .slide-template-new-x-1c .text-item.caption-band .floater-texter {
    display: none;
  }
  .slide-template-new-x-1c .image-item-8.image-item-custom2 {
    min-height: 0;
    bottom: 6px !important;
    top: auto !important;
  }
  .slide-template-new-x-1c .text-item.caption-band {
    height: 70px !important;
  }
}

/* X-1D */
.slide-template-new-x-1d .image-item-1 {
  top: 6.95%;
  left: auto;
  right: 0;
}

.slide-template-new-x-1d .image-item-2 {
  top: 6.95%;
  left: 5.34%;
}

.slide-template-new-x-1d .image-item-coat {
  top: 43.13%;
  left: 21.74%;
}

.slide-template-new-x-1d .image-item-award {
  top: 32.17%;
  left: 0%;
}

.slide-template-new-x-1d .image-item.image-item-campaign-logo {
  background-repeat: no-repeat;
  background-size: 100%;
  left: 2% !important;
  top: 75.47%;
  width: 17.44%;
  z-index: 6;
}

.slide-template-new-x-1d .text-item.caption-band {
  color: #f8f8f8;
  font-size: 13px;
  left: 0;
  padding: 12px 20px 12px 21.16%;
  right: 0;
  text-align: left;
  top: 79.65%;
  min-height: 18.78%;
  width: 100%;
}

.slide-template-new-x-1d .text-item.caption-band .lead {
  font-size: 1.7em;
  line-height: 1.15em;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}

.slide-template-new-y .image-item-1 {
  left: 0;
  top: 4.86%;
  height: 89.56%;
}

.slide-template-new-y .image-item-2 {
  top: 8.34%;
  left: 62.2%;
  width: 23.25%;
}

.slide-template-new-y .image-item-3 {
  top: 38.78%;
  left: 62.2%;
  width: 37.79%;
}

.slide-template-new-y .text-item {
  top: 80%;
  right: 5.81%;
  left: 5.81%;
}

/* Z */
.slide-template-new-z .image-item-1 {
  left: auto;
  right: 0;
  top: 3.13%;
}

.slide-template-new-z .image-item-2 {
  left: 7.44%;
  top: 3.13%;
}

.slide-template-new-z .image-item-3 {
  left: 0%;
  top: 34.08%;
}

.slide-template-new-z .image-item-4 {
  left: 36.86%;
  top: 49.39%;
}

.slide-template-new-z .image-item-5 {
  left: 58.37%;
  top: 49.39%;
}

.slide-template-new-z .image-item-6 {
  left: auto;
  right: 0;
  top: 49.39%;
}

.slide-template-new-z .image-item.image-item-campaign-logo {
  background-repeat: no-repeat;
  background-size: 100%;
  left: 2% !important;
  top: 75.47%;
  width: 17.44%;
  z-index: 6;
}

.slide-template-new-z .text-item.caption-band {
  color: #f8f8f8;
  font-size: 13px;
  left: 0;
  padding: 12px 20px 12px 21.16%;
  right: 0;
  text-align: left;
  top: 79.65%;
  min-height: 18.78%;
  width: 100%;
}

.slide-template-new-z .text-item.caption-band .lead {
  font-size: 1.7em;
  line-height: 1.15em;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}

.slide-template-new-z .caption-item-1 {
  bottom: 53.04%;
  right: 0.58%;
}

.slide-template-new-z .caption-item-2 {
  bottom: 70.08%;
  right: 66.27%;
}

.slide-template-new-z .caption-item-3 {
  bottom: 24.69%;
  right: 66.27%;
}

.slide-template-new-z .caption-item-4 {
  bottom: 24.69%;
  right: 43.6%;
}

.slide-template-new-z .caption-item-5 {
  bottom: 24.69%;
  right: 22.09%;
}

.slide-template-new-z .caption-item-6 {
  bottom: 24.69%;
  right: 0.58%;
}

/* Z-A */
.slide-template-new-z-a .image-item-coat {
  top: 46.95%;
  left: 61.04%;
  z-index: 2;
}

.slide-template-new-z-a .image-item-award {
  top: 30.43%;
  left: auto;
  right: 0;
  z-index: 3;
}

/* Z-R */
.slide-template-new-z-r .image-item-1 {
  left: 0;
  top: 3.13%;
}

.slide-template-new-z-r .image-item-2 {
  left: auto;
  right: 7.44%;
  top: 3.13%;
}

.slide-template-new-z-r .image-item-3 {
  left: auto;
  right: 0%;
  top: 34.08%;
}

.slide-template-new-z-r .image-item-4 {
  left: auto;
  right: 36.86%;
  top: 49.39%;
}

.slide-template-new-z-r .image-item-5 {
  left: auto;
  right: 58.37%;
  top: 49.39%;
}

.slide-template-new-z-r .image-item-6 {
  left: 0;
  top: 49.39%;
}

.slide-template-new-z-r .image-item.image-item-campaign-logo {
  background-repeat: no-repeat;
  background-size: 100%;
  left: 2% !important;
  top: 75.47%;
  width: 17.44%;
  z-index: 6;
}

.slide-template-new-z-r .text-item.caption-band {
  color: #f8f8f8;
  font-size: 13px;
  left: 0;
  padding: 12px 20px 12px 21.16%;
  right: 0;
  text-align: left;
  top: 79.65%;
  min-height: 18.78%;
  width: 100%;
}

.slide-template-new-z-r .text-item.caption-band .lead {
  font-size: 1.7em;
  line-height: 1.15em;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}

.slide-template-new-z .item.caption-corner,
.slide-template-new-z-r .item.caption-corner {
  bottom: 1px;
  right: 5px;
  color: white;
  transform: none !important;
  -webkit-transform: none !important;
  text-shadow: 1px 0 5px #000, 0 0 3px #000, 0 0 1px #000;
}

.slide-template-new-z-r .caption-item-1 {
  bottom: 53.04%;
  right: 37.2%;
}

.slide-template-new-z-r .caption-item-2 {
  bottom: 70.08%;
  right: 8.13%;
}

.slide-template-new-z-r .caption-item-3 {
  bottom: 24.69%;
  right: 0.58%;
}

.slide-template-new-z-r .caption-item-4 {
  bottom: 24.69%;
  right: 37.2%;
}

.slide-template-new-z-r .caption-item-5 {
  bottom: 24.69%;
  right: 58.6%;
}

.slide-template-new-z-r .caption-item-6 {
  bottom: 24.69%;
  right: 80.23%;
}

.caption-center-below {
  bottom: 20px;
  width: 92%;
  left: 4%;
}

.caption-bottom-left-corner {
  bottom: 20px;
  left: 20px;
  width: 200px;
}

#header .slide-holder slide.slide-templated-new {
  height: 0;
  padding-bottom: 66.860465%;
}

slide.slide-templated-new .template-name {
  display: none;
}

.context-localdev slide.slide-templated-new {
  bottom: 0;
  left: 0;
  /*background:;*/
}

.context-localdev slide.slide-templated-new {
  background: rgba(50, 0, 0, 0.2);
}

.image-item.dev-needs-crop {
  outline: 4px solid red;
}

.image-item-band {
  background: rgba(61, 95, 141, 0.8);
  font-size: 16px;
  top: 77.39%;
  left: 0;
  right: 0;
  text-align: left;
  padding: 14px 15% 13px 23%;
}

.image-item-custom {
  background: rgba(113, 143, 64, 0.8);
  /*
    font-family: $lead-caption-font;
    */
  font-size: 16px;
  /*
    color: #f8f8f8;
    */
  top: 77.39%;
  left: 0;
  right: 0;
  padding: 14px 25% 13px 0%;
  text-align: left;
}

.slide-template-new-c-with-band .image-item-custom {
  background: rgba(61, 95, 141, 0.8);
  font-size: 13px;
  padding: 14px 21% 13px 28%;
  /*
    line-height: 62px;
    */
  height: 90px;
  position: relative;
}

:lang(it) .slide-template-new-c-with-band .image-item-custom {
  font-size: 12px;
}

.slide-template-new-c-with-band .image-item-custom .lead {
  color: #B8D1ED;
}

.zoomedIn .slide-template-new-c-with-band .image-item-custom .floater-texter {
  color: #f0f0f0;
}

.slide-template-new-c-with-band .image-item-custom .floater-texter {
  position: absolute;
  top: 50%;
  left: 26%;
  right: 20%;
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
}

.image-item-custom2 {
  background-size: 100%;
  top: 66.6%;
  width: 20%;
  height: 0;
  padding-top: 20%;
  right: 2%;
}

.slide-template-new-c-with-band .image-item-custom2 {
  right: auto;
  left: 7%;
  top: 72.1%;
  width: 18%;
  padding-top: 18%;
}

:lang(pt) .slide-template-new-c-with-band .button,
:lang(it) .slide-template-new-c-with-band .button {
  max-width: 18%;
  font-size: 16px;
}

:lang(de) .slide-template-new-c-with-band .button {
  font-size: 16px;
}

.slide-template-new-c-with-band .button .button-arrow {
  font-size: 0.8em;
  margin-top: -1px;
  margin-left: 3px;
}

.slide-template-new-c-with-band.slide-template-new-e-1e .image-item-custom .floater-texter,
.slide-template-new-c-with-band.slide-template-new-e-1d .image-item-custom .floater-texter {
  left: 7%;
  right: 27%;
}

.slide-template-new-c-with-band.slide-template-new-e-1d .image-item-custom .floater-texter {
  top: 56%;
  left: 4%;
}

.slide-template-new-c-with-band.slide-template-new-e-1e .image-item-custom2,
.slide-template-new-c-with-band.slide-template-new-e-1d .image-item-custom2 {
  left: auto;
  right: 7%;
}

.slide-template-new-c-with-band.slide-template-new-b .image-item-custom .floater-texter {
  left: 26%;
  right: 2%;
}

/*


 #     #  #######               #   #####
 ##    #  #     #               #  #     #
 # #   #  #     #               #  #
 #  #  #  #     #  #####        #   #####
 #   # #  #     #         #     #        #
 #    ##  #     #         #     #  #     #
 #     #  #######          #####    #####


  #####      #     ######   #######  ###  #######  #     #
 #     #    # #    #     #     #      #   #     #  ##    #
 #         #   #   #     #     #      #   #     #  # #   #
 #        #     #  ######      #      #   #     #  #  #  #
 #        #######  #           #      #   #     #  #   # #
 #     #  #     #  #           #      #   #     #  #    ##
  #####   #     #  #           #     ###  #######  #     #


  #####   #######  #     #  #        #######   #####
 #     #     #      #   #   #        #        #     #
 #           #       # #    #        #        #
  #####      #        #     #        #####     #####
       #     #        #     #        #              #
 #     #     #        #     #        #        #     #
  #####      #        #     #######  #######   #####


  */
.templated-slider-build-2-1 .scrolling-dots .slide-dot-over {
  top: 0;
}

.templated-slider-build-2-1 .scrolling-dots .slide-dots-holder-inner,
.templated-slider-build-2-1 .fso-slides-wide-enough-for-apple-dots-no-slide .slide-dots-holder .slide-dots-holder-inner {
  bottom: -3px;
}

:lang(he) .templated-slider-build-2-1 .scrolling-dots .slide-dots-holder-inner {
  bottom: -7px;
}

:lang(he) .templated-slider-build-2-1 .scrolling-dots .slide-dot-over {
  top: 0px;
}

:lang(he) .slide-selectors .slide-prev-next {
  top: -2px;
}

.templated-slider-build-2-1 .scrolling-dots .slide-dots-holder-outer {
  left: 5px;
}

/* // TODO more testing, then remove this

.templated-slider-build-2-1 .text-item {
    overflow: hidden;
}

*/
/*
.templated-slider-build-2-1 #header_slideshow_wraper .slide-stretcher {
    z-index: 1;
    @include vendor-prefix("transition", "z-index .1s cubic-bezier(0.25, 0.46, 0.45, 0.94) .1s;");
}
.templated-slider-build-2-1 #header_slideshow_wraper .slide-stretcher.text-hovered {
    z-index: 500;
    @include vendor-prefix("transition", "z-index .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);");
}
.templated-slider-build-2-1 #header_slideshow_wraper .slide-stretcher-outer:hover {
    outline: 2px solid red;
}
*/
.templated-slider-build-2-1 .scrolling-dots .slide-dots-holder {
  /*
    overflow-x: hidden;
    overflow-y: visible;
    */
}

.templated-slider-build-2-1 .scrolling-dots .slide-dots-holder-outer {
  height: 19px;
}

.templated-slider-build-2-1 .scrolling-dots:hover .slide-dots-holder-outer {
  height: 19px !important;
}

[dir="rtl"] .templated-slider-build-2-1 .scrolling-dots:hover .slide-dots-holder-outer {
  height: 110px !important;
}

.templated-slider-build-2-1 [class*="slide-template-new-b-"] .text-item,
.templated-slider-build-2-1 .slide-template-new-b .text-item {
  top: 80%;
  bottom: initial;
  left: 9.3%;
  right: auto;
  width: 81.39%;
  height: auto;
}

.templated-slider-build-2-1 .slide-template-new-b-0a .text-item {
  left: 2.32%;
  width: 65.11%;
}

.templated-slider-build-2-1 .slide-template-new-b-0b .text-item {
  left: auto;
  right: 2.32%;
  width: 65.11%;
}

.templated-slider-build-2-1 .slide-template-new-b-0c .text-item {
  left: 2.32%;
  width: 60.23%;
}

.templated-slider-build-2-1 .slide-template-new-b-0d .text-item {
  right: 2.32%;
  left: auto;
  width: 60.23%;
}

.templated-slider-build-2-1 .slide-template-new-b-0e .text-item {
  left: 2.32%;
  width: 65.34%;
}

.templated-slider-build-2-1 .slide-template-new-b-0f .text-item {
  left: auto;
  right: 2.32%;
  width: 65.11%;
}

.templated-slider-build-2-1 .slide-template-new-b-0g .text-item {
  left: 5.58%;
  width: 56.62%;
}

.templated-slider-build-2-1 .slide-template-new-b-0i .text-item {
  width: 59.06%;
  left: 3.48%;
}

.templated-slider-build-2-1 .slide-template-new-b-0h .text-item {
  left: 36.97%;
  width: 60%;
}

.templated-slider-build-2-1 .slide-template-new-b-1 .text-item {
  top: 73.04%;
  left: 4.65%;
  width: 90.69%;
}

.templated-slider-build-2-1 .slide-template-new-b-1f .text-item {
  top: 73.04%;
  left: auto;
  right: 2.32%;
  width: 65.11%;
}

.templated-slider-build-2-1 .slide-template-new-b-1g .text-item {
  top: 73.04%;
  left: 7.9%;
  right: auto;
  width: 56.62%;
}

.templated-slider-build-2-1 .slide-template-new-b-2 .text-item {
  top: 87.47%;
  left: 4.65%;
  width: 90.69%;
}

.templated-slider-build-2-1 .slide-template-new-b-2-2 .text-item {
  top: 73.04%;
  left: 58.6%;
  width: 39.06%;
}

.templated-slider-build-2-1 .slide-template-new-b-3 .text-item {
  top: 79.13%;
  left: 6.97%;
  width: 86.04%;
}

.templated-slider-build-2-1 [class*="slide-template-new-c-"] .text-item,
.templated-slider-build-2-1 .slide-template-new-c .text-item {
  top: 85.21%;
  bottom: 1.73%;
  left: 0%;
  right: 0;
  height: auto;
}

.templated-slider-build-2-1 .slide-template-new-c-1b .text-item,
.templated-slider-build-2-1 .slide-template-new-c-0b .text-item {
  left: auto;
  right: 2.32%;
  width: 65.11%;
}

.templated-slider-build-2-1 .slide-template-new-c-0a .text-item {
  left: 2.32%;
  width: 65.11%;
}

.templated-slider-build-2-1 .slide-template-new-c-1a .text-item {
  left: 2.32%;
  width: 65.34%;
}

.templated-slider-build-2-1 .slide-template-new-c-0c .text-item {
  left: 2.32%;
  width: 60.69%;
}

.templated-slider-build-2-1 .slide-template-new-c-0d .text-item {
  left: auto;
  right: 2.32%;
  width: 60.69%;
}

.templated-slider-build-2-1 .slide-template-new-c-1e .text-item,
.templated-slider-build-2-1 .slide-template-new-c-0e .text-item {
  left: 2.32% !important;
  width: 65.11% !important;
  top: 85.21% !important;
  right: auto !important;
}

.templated-slider-build-2-1 .slide-template-new-c-1e .text-item {
  top: 78.26% !important;
}

.templated-slider-build-2-1 .slide-template-new-c-1f .text-item {
  left: auto;
  right: 2.32%;
  width: 65.11%;
}

.templated-slider-build-2-1 .slide-template-new-c-0f .text-item {
  left: auto !important;
  right: 2.32% !important;
  width: 65.34% !important;
  top: 85.21% !important;
}

.templated-slider-build-2-1 .slide-template-new-c-0g .text-item {
  left: 2.32% !important;
  width: 54.88% !important;
  top: 85.21% !important;
  right: auto !important;
}

.templated-slider-build-2-1 .slide-template-new-c-0h .text-item {
  left: 2.32% !important;
  width: 54.88% !important;
  top: 85.21% !important;
  right: auto !important;
}

.templated-slider-build-2-1 [class*="slide-template-new-c-1"] .text-item,
.templated-slider-build-2-1 .slide-template-new-c-1 .text-item {
  top: 78.26%;
}

.templated-slider-build-2-1 .slide-template-new-c-1c .text-item {
  left: auto;
  right: 2.32%;
  width: 65.34%;
}

.templated-slider-build-2-1 .slide-template-new-c-2 .text-item {
  top: 90.78%;
  left: 4.65%;
  width: 90.69%;
}

.templated-slider-build-2-1 [class*="slide-template-new-d-"] .text-item,
.templated-slider-build-2-1 .slide-template-new-d .text-item {
  top: 86.95%;
  bottom: 0.86%;
  left: 6.97%;
  right: auto;
  width: 86.04%;
  height: auto;
}

.templated-slider-build-2-1 .slide-template-new-d-0 .text-item {
  left: 2.32%;
  width: 67.09%;
}

.templated-slider-build-2-1 .slide-template-new-d-0a .text-item {
  left: 2.32%;
  width: 65.34%;
}

.templated-slider-build-2-1 .slide-template-new-d-0b .text-item {
  left: auto;
  right: 2.32%;
  width: 65.34%;
}

.templated-slider-build-2-1 .slide-template-new-d-0c .text-item {
  left: 2.32% !important;
  width: 60.46% !important;
  top: 86.95% !important;
  right: auto !important;
}

.templated-slider-build-2-1 .slide-template-new-d-0d .text-item {
  top: 73.04%;
  left: auto;
  right: 2.32%;
  width: 60.11%;
}

.templated-slider-build-2-1 .slide-template-new-d-0e .text-item {
  left: 2.32%;
  width: 65.11%;
}

.templated-slider-build-2-1 .slide-template-new-d-0f .text-item {
  left: auto !important;
  right: 2.32%;
  width: 65.34%;
  top: 86.95%;
}

.templated-slider-build-2-1 .slide-template-new-d-0h .text-item {
  left: auto;
  right: 2.32%;
  width: 60.11%;
}

.templated-slider-build-2-1 .slide-template-new-d-0i .text-item {
  left: auto;
  right: 2.32%;
  width: 60.11%;
}

.templated-slider-build-2-1 [class*="slide-template-new-e-"] .text-item,
.templated-slider-build-2-1 .slide-template-new-e .text-item {
  top: 50%;
  left: auto;
  right: 2.32%;
  width: 23.25%;
  height: auto;
}

.templated-slider-build-2-1 #shell #header_slideshow_wraper:not(.moving) .slide-template-new-e .text-item {
  transform: translate3d(0, -50%, 0) !important;
  -webkit-transform: translate3d(0, -50%, 0) !important;
}

.templated-slider-build-2-1 .slide-template-new-e-1a .text-item {
  top: 37.91%;
  right: 0%;
  width: 25.58%;
}

.templated-slider-build-2-1 .slide-template-new-e-1b .text-item {
  top: 50.78%;
}

.templated-slider-build-2-1 .slide-template-new-e-1c .text-item {
  top: 45.56%;
  right: 0%;
  width: 25.58%;
}

.templated-slider-build-2-1 .slide-template-new-e-1d .text-item {
  top: 55.13%;
  right: 0%;
  width: 25.58%;
}

.templated-slider-build-2-1 .slide-template-new-e-1e .text-item {
  top: 64.69%;
  right: 0%;
  width: 25.58%;
}

.templated-slider-build-2-1 .slide-template-new-e-1f .text-item {
  top: auto;
  bottom: 65.91%;
  right: 0%;
  width: 25.58%;
}

.templated-slider-build-2-1 .slide-template-new-e-2a .text-item {
  top: 69.91%;
}

.templated-slider-build-2-1 .slide-template-new-e-3a .text-item {
  top: 64.34%;
}

.templated-slider-build-2-1 .slide-template-new-e-3b .text-item {
  top: 70.78%;
}

.templated-slider-build-2-1 [class*="slide-template-new-f-"] .text-item,
.templated-slider-build-2-1 .slide-template-new-f .text-item {
  top: 50%;
  bottom: initial;
  left: 2.32%;
  right: auto;
  width: 23.25%;
  height: auto;
}

.templated-slider-build-2-1 #shell #header_slideshow_wraper:not(.moving) .slide-template-new-f .text-item {
  transform: translate3d(0, -50%, 0) !important;
  -webkit-transform: translate3d(0, -50%, 0) !important;
}

.templated-slider-build-2-1 .slide-template-new-f-1a .text-item {
  top: 37.91%;
  left: 0%;
  width: 25.58%;
}

.templated-slider-build-2-1 .slide-template-new-f-1b .text-item {
  top: 50.78%;
}

.templated-slider-build-2-1 .slide-template-new-f-1c .text-item {
  top: 45.56%;
  left: 0%;
  width: 25.58%;
}

.templated-slider-build-2-1 .slide-template-new-f-1d .text-item {
  top: 55.13%;
  left: 0%;
  width: 25.58%;
}

.templated-slider-build-2-1 .slide-template-new-f-1e .text-item {
  top: 61.21%;
  left: 0%;
  width: 24.41%;
}

.templated-slider-build-2-1 .slide-template-new-f-1f .text-item {
  top: auto !important;
  bottom: 65.91% !important;
  left: 0% !important;
  width: 25.58% !important;
  max-height: 180px;
}

.templated-slider-build-2-1 .slide-template-new-f-1g .text-item {
  top: auto;
  bottom: 50.95%;
  left: 0%;
  width: 25.58%;
}

.templated-slider-build-2-1 .slide-template-new-f-2a .text-item {
  top: 76.17%;
}

.templated-slider-build-2-1 .slide-template-new-f-3a .text-item {
  top: 64.34%;
}

.templated-slider-build-2-1 .slide-template-new-f-3b .text-item {
  top: 76.17%;
}

.templated-slider-build-2-1 [class*="slide-template-new-g-"] .text-item,
.templated-slider-build-2-1 .slide-template-new-g .text-item {
  top: 50%;
  bottom: initial;
  left: auto;
  right: 2.32%;
  width: 23.25%;
  height: auto;
}

.templated-slider-build-2-1 .pswp__item [class*="slide-template-new-g-"] .text-item,
.templated-slider-build-2-1 .pswp__item .slide-template-new-g .text-item {
  width: 15.11%;
}

.templated-slider-build-2-1 #shell #header_slideshow_wraper:not(.moving) .slide-template-new-g .text-item {
  transform: translate3d(0, -50%, 0) !important;
  -webkit-transform: translate3d(0, -50%, 0) !important;
}

.templated-slider-build-2-1 .slide-template-new-g-1a .text-item {
  top: 38.26%;
}

.templated-slider-build-2-1 .slide-template-new-g-1c .text-item {
  top: 41.04%;
  right: 0%;
  width: 25.58%;
}

.templated-slider-build-2-1 .slide-template-new-g-1d .text-item {
  top: 35.47%;
  right: 0%;
  width: 25.58%;
}

.templated-slider-build-2-1 .slide-template-new-g-1e .text-item {
  top: 53.91%;
}

.templated-slider-build-2-1 .slide-template-new-g-1f .text-item {
  top: 53.91%;
}

.templated-slider-build-2-1 .slide-template-new-g-1g .text-item {
  top: 44.86%;
}

.templated-slider-build-2-1 .slide-template-new-g-2a .text-item {
  top: 69.21%;
}

.templated-slider-build-2-1 .slide-template-new-g-2b .text-item {
  top: 57.91%;
}

.templated-slider-build-2-1 .slide-template-new-g-2c .text-item {
  top: 74.78%;
}

.templated-slider-build-2-1 .slide-template-new-g-3a .text-item {
  top: 64.34%;
}

.templated-slider-build-2-1 .slide-template-new-g-3d .text-item {
  top: 67.13%;
}

.templated-slider-build-2-1 .slide-template-new-g-1h .text-item {
  top: 56.86%;
}

.templated-slider-build-2-1 [class*="slide-template-new-h-"] .text-item,
.templated-slider-build-2-1 .slide-template-new-h .text-item {
  top: 50%;
  bottom: initial;
  left: 0%;
  right: auto;
  width: 25.81%;
  height: auto;
}

.templated-slider-build-2-1 .pswp__item [class*="slide-template-new-h-"] .text-item,
.templated-slider-build-2-1 .pswp__item .slide-template-new-h .text-item {
  width: 15.11%;
  left: 2.32%;
}

.templated-slider-build-2-1 #shell #header_slideshow_wraper:not(.moving) .slide-template-new-h .text-item {
  transform: translate3d(0, -50%, 0) !important;
  -webkit-transform: translate3d(0, -50%, 0) !important;
}

.templated-slider-build-2-1 .slide-template-new-h-1a .text-item {
  top: 36.17%;
  left: 3.25%;
  width: 21.39%;
}

.templated-slider-build-2-1 .slide-template-new-h-1b .text-item {
  top: 33.04%;
  left: 2.79%;
  width: 21.39%;
}

.templated-slider-build-2-1 .slide-template-new-h-1c .text-item {
  top: 40.34%;
  width: 25%;
}

.templated-slider-build-2-1 .slide-template-new-h-1d .text-item {
  top: 34.78%;
}

.templated-slider-build-2-1 .slide-template-new-h-1e .text-item {
  top: 56.52%;
  width: 24.65%;
}

.templated-slider-build-2-1 .slide-template-new-h-1f .text-item {
  top: 56.52%;
  width: 24.65%;
}

.templated-slider-build-2-1 .slide-template-new-h-1g .text-item {
  top: 44.34%;
  width: 23.25%;
  left: 2.32%;
}

.templated-slider-build-2-1 #shell #header_slideshow_wraper:not(.moving) .slide-template-new-h-1g .text-item {
  /* Text item is not centered as new-h, but positioned from top */
  transform: none !important;
  -webkit-transform: none !important;
}

.templated-slider-build-2-1 .slide-template-new-h-2a .text-item {
  top: 69.73%;
  left: 2.32%;
  width: 23.25%;
}

.templated-slider-build-2-1 .slide-template-new-h-2b .text-item {
  top: 60.52%;
  left: 2.32%;
  width: 23.25%;
}

.templated-slider-build-2-1 .slide-template-new-h-2c .text-item {
  top: 70.78%;
  left: 2.9%;
  width: 21.97%;
}

.templated-slider-build-2-1 .slide-template-new-h-3a .text-item {
  top: 65.04%;
  left: 2.32%;
  width: 23.25%;
}

.templated-slider-build-2-1 .slide-template-new-h-3c .text-item {
  top: 66.43%;
  left: 2.9%;
  width: 21.97%;
}

.templated-slider-build-2-1 .slide-template-new-h-3d .text-item {
  top: 66.08%;
  left: 2.9%;
  width: 21.97%;
}

.templated-slider-build-2-1 [class*="slide-template-new-i-"] .text-item,
.templated-slider-build-2-1 .slide-template-new-i .text-item {
  top: 50%;
  bottom: initial;
  height: auto;
  left: 0%;
  right: auto;
  width: 25%;
}

.templated-slider-build-2-1 .slide-template-new-i-legacy .text-item {
  width: 18.6%;
}

.templated-slider-build-2-1 #shell #header_slideshow_wraper:not(.moving) .slide-template-new-i-mx .text-item,
.templated-slider-build-2-1 #shell #header_slideshow_wraper:not(.moving) .slide-template-new-i .text-item {
  transform: translate3d(0, -50%, 0) !important;
  -webkit-transform: translate3d(0, -50%, 0) !important;
}

.templated-slider-build-2-1 .slide-template-new-i-1a .text-item {
  top: 35.3%;
}

.templated-slider-build-2-1 .slide-template-new-i-1b .text-item {
  top: 40.34%;
}

.templated-slider-build-2-1 .slide-template-new-i-2a .text-item {
  top: 72.52%;
  left: 2.55%;
  width: 22.44%;
}

.templated-slider-build-2-1 .slide-template-new-i-2b .text-item {
  top: 72.52%;
  left: 2.55%;
  width: 22.44%;
}

.templated-slider-build-2-1 .slide-template-new-i-1c .text-item {
  top: 66.43%;
}

.templated-slider-build-2-1 .slide-template-new-i-1d .text-item {
  top: 57.21%;
}

.templated-slider-build-2-1 .slide-template-new-i-1e .text-item {
  top: 54.26%;
  left: 2.55%;
  width: 22.44%;
}

.templated-slider-build-2-1 .slide-template-new-i-1ff .text-item {
  top: 48.69%;
}

.templated-slider-build-2-1 .slide-template-new-i-3a .text-item {
  top: 65.91%;
  left: 2.9%;
  width: 22.09%;
}

.templated-slider-build-2-1 .slide-template-new-i-3b .text-item {
  top: 70.78%;
  left: 2.32%;
  width: 22.09%;
}

.templated-slider-build-2-1 .slide-template-new-i-3c .text-item {
  top: 60%;
  left: 0;
  width: 22.09%;
}

.templated-slider-build-2-1 .slide-template-new-i-mx .text-item {
  width: 25.81%;
}

.templated-slider-build-2-1 .slide-template-new-i-4d .text-item {
  top: 57.21%;
}

.templated-slider-build-2-1 [class*="slide-template-new-j-"] .text-item,
.templated-slider-build-2-1 .slide-template-new-j .text-item {
  top: 50%;
  bottom: initial;
  height: auto;
  left: auto;
  right: 0%;
  width: 25.58%;
}

.templated-slider-build-2-1 .slide-template-new-j-legacy .text-item {
  width: 18.6%;
}

.templated-slider-build-2-1 #shell #header_slideshow_wraper:not(.moving) .slide-template-new-j-mx .text-item,
.templated-slider-build-2-1 #shell #header_slideshow_wraper:not(.moving) .slide-template-new-j .text-item {
  transform: translate3d(0, -50%, 0) !important;
  -webkit-transform: translate3d(0, -50%, 0) !important;
}

.templated-slider-build-2-1 .slide-template-new-j-1a .text-item {
  top: 33.04%;
  width: 24.41%;
}

.templated-slider-build-2-1 .slide-template-new-j-1b .text-item {
  top: 41.04%;
}

.templated-slider-build-2-1 .slide-template-new-j-2b .text-item {
  top: 73.04%;
  right: 2.32%;
  width: 23.25%;
}

.templated-slider-build-2-1 .slide-template-new-j-1c .text-item {
  top: 63.47%;
  width: 24.41%;
}

.templated-slider-build-2-1 .slide-template-new-j-1d .text-item {
  top: 54.26%;
  right: 2.32%;
  width: 22.9%;
}

.templated-slider-build-2-1 .slide-template-new-j-1e .text-item {
  top: 49.91%;
  right: 3.13%;
  width: 22.09%;
}

.templated-slider-build-2-1 .slide-template-new-j-1f .text-item.caption-bottom-right-corner .boxed-button {
  right: 2.9%;
  top: 50%;
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  -moz-transform: translateY(-50%) !important;
  -o-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}

.templated-slider-build-2-1 .slide-template-new-j-1ff .text-item {
  top: auto;
  bottom: 65.21%;
  right: 0%;
  width: 25.58%;
}

.templated-slider-build-2-1 .slide-template-new-j-3a .text-item {
  top: 66.95%;
  right: 2.32%;
  width: 23.25%;
}

.templated-slider-build-2-1 .slide-template-new-j-mx .text-item {
  width: 25.81%;
}

.templated-slider-build-2-1 [class*="slide-template-new-k-"] .text-item,
.templated-slider-build-2-1 .slide-template-new-k .text-item {
  bottom: initial;
  height: auto;
  right: auto;
}

.templated-slider-build-2-1 .slide-template-new-k .text-item {
  top: 38.6%;
  left: 6.97%;
  width: 34.88%;
}

.templated-slider-build-2-1 .slide-template-new-k-0 .text-item {
  top: 63.13%;
  left: 8.13%;
  width: 34.88%;
}

.templated-slider-build-2-1 .slide-template-new-k-0 .text-item.caption-bottom-right-corner .boxed-button {
  left: auto !important;
  right: 2.9%;
  top: 50%;
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  -moz-transform: translateY(-50%) !important;
  -o-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}

.templated-slider-build-2-1 .slide-template-new-o-0d .text-item .boxed-button {
  left: auto !important;
  right: 2.9%;
  top: 50%;
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  -moz-transform: translateY(-50%) !important;
  -o-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}

.templated-slider-build-2-1 .slide-template-new-k-1 .text-item {
  top: 62.6%;
  left: 8.13%;
  width: 34.88%;
}

.templated-slider-build-2-1 .slide-template-new-k-2 .text-item {
  top: 73.91%;
  left: 9.3%;
  width: 30.23%;
}

.templated-slider-build-2-1 .slide-template-new-k-3-caption .text-item,
.templated-slider-build-2-1 .slide-template-new-k-3 .text-item {
  top: 74.78%;
  left: 9.88%;
  width: 30.23%;
}

.templated-slider-build-2-1 .slide-template-new-k-4 .text-item {
  top: 57.39%;
  left: 27.9%;
  width: 15.11%;
}

.templated-slider-build-2-1 .slide-template-new-k-4a .text-item {
  top: 54.95%;
  left: 27.9%;
  width: 15.11%;
}

.templated-slider-build-2-1 .slide-template-new-k-5 .text-item {
  top: 56%;
  left: 6.51%;
  width: 39.53%;
}

.templated-slider-build-2-1 .slide-template-new-k-6 .text-item {
  top: 73.04%;
  left: 12.2%;
  width: 25.58%;
}

.templated-slider-build-2-1 .slide-template-new-k-7 .text-item {
  top: 80.52%;
  left: 0%;
  width: 47.67%;
}

.templated-slider-build-2-1 .slide-template-new-k-4-1 .text-item {
  top: 55.65%;
  left: 26.74%;
  width: 15.11%;
}

.templated-slider-build-2-1 .slide-template-new-k-8 .text-item {
  top: 82.6%;
  left: 5.11%;
  width: 39.53%;
}

.templated-slider-build-2-1 .slide-template-new-k-9 .text-item {
  bottom: 58.26%;
  left: 6.97%;
  width: 35.46%;
}

.templated-slider-build-2-1 .slide-template-new-k-10 .text-item {
  top: 66.08%;
  left: 8.13%;
  width: 32.55%;
}

.templated-slider-build-2-1 .slide-template-new-k-11 .text-item {
  top: 40%;
  left: 12.79%;
  width: 25.58%;
}

.templated-slider-build-2-1 .slide-template-new-k-12 .text-item {
  top: 59.13%;
  left: 5.81%;
  width: 18.6%;
}

.templated-slider-build-2-1 .slide-template-new-k-13a .text-item {
  top: 56.52%;
  left: 12.79%;
  width: 25.58%;
}

.templated-slider-build-2-1 [class*="slide-template-new-l-"] .text-item,
.templated-slider-build-2-1 .slide-template-new-l .text-item {
  bottom: initial;
  height: auto;
  left: auto;
}

.templated-slider-build-2-1 .slide-template-new-l .text-item {
  top: 50%;
  right: 8.25%;
  width: 32.2%;
}

.templated-slider-build-2-1 #shell #header_slideshow_wraper:not(.moving) .slide-template-new-l .text-item {
  transform: translate3d(0, -50%, 0) !important;
  -webkit-transform: translate3d(0, -50%, 0) !important;
}

.templated-slider-build-2-1 .slide-template-new-l-0 .text-item {
  top: 57.73%;
  right: 8.13%;
  width: 33.72%;
}

.templated-slider-build-2-1 .slide-template-new-l-1 .text-item {
  top: 60.52%;
  right: 6.97%;
  width: 36.04%;
}

.templated-slider-build-2-1 .slide-template-new-l-2 .text-item {
  top: 66.6%;
  right: 12.79%;
  width: 25.58%;
}

.templated-slider-build-2-1 .slide-template-new-l-3 .text-item {
  top: 69.91%;
  right: 11.62%;
  width: 29.06%;
}

.templated-slider-build-2-1 .slide-template-new-l-3a .text-item {
  top: 64.69%;
  right: 11.62%;
  width: 29.06%;
}

.templated-slider-build-2-1 .slide-template-new-l-4 .text-item {
  top: 61.21%;
  right: 22.67%;
  width: 25%;
}

.templated-slider-build-2-1 .slide-template-new-l-4-custom .text-item {
  top: 50.43%;
  right: 11.62%;
  width: 29.06%;
}

.templated-slider-build-2-1 .slide-template-new-l-4-1 .text-item {
  top: 55.65%;
  right: 25.11%;
  width: 16.51%;
}

.templated-slider-build-2-1 .slide-template-new-l-5 .text-item {
  top: 59.13%;
  right: 5.23%;
  width: 40.69%;
}

.templated-slider-build-2-1 .slide-template-new-l-7 .text-item {
  top: 80.52%;
  right: 0%;
  width: 47.67%;
}

.templated-slider-build-2-1 .slide-template-new-l-7-orig .text-item {
  top: 58.26%;
  right: 0%;
  width: 47.67%;
}

.templated-slider-build-2-1 .slide-template-new-l-9 .text-item {
  bottom: 59.13%;
  right: 8.13%;
  width: 33.72%;
}

.templated-slider-build-2-1 .slide-template-new-l-10 .text-item {
  top: 65.21%;
  left: 60.23%;
  width: 30%;
}

.templated-slider-build-2-1 .slide-template-new-l-11 .text-item {
  top: 0.86%;
  right: 2.32%;
  width: 18.6%;
  height: 22.6%;
}

.templated-slider-build-2-1 .slide-template-new-l-14 .text-item {
  top: 2.6%;
  right: 2.32%;
  width: 18.6%;
  height: 22.6%;
}

.templated-slider-build-2-1 [class*="slide-template-new-m-"] .text-item,
.templated-slider-build-2-1 .slide-template-new-m .text-item {
  height: auto;
}

.templated-slider-build-2-1 .slide-template-new-m .text-item {
  top: 50%;
  bottom: initial;
  right: 2.32%;
  left: 77.44%;
  width: auto;
}

.templated-slider-build-2-1 #shell #header_slideshow_wraper:not(.moving) .slide-template-new-m .text-item {
  transform: translate3d(0, -50%, 0) !important;
  -webkit-transform: translate3d(0, -50%, 0) !important;
}

.templated-slider-build-2-1 .slide-template-new-m-0 .text-item {
  top: 50%;
  bottom: auto;
  right: 2.32%;
  left: 79.06%;
  width: auto;
}

.templated-slider-build-2-1 #shell #header_slideshow_wraper:not(.moving) .slide-template-new-m-0 .text-item {
  transform: translate3d(0, -50%, 0) !important;
  -webkit-transform: translate3d(0, -50%, 0) !important;
}

.templated-slider-build-2-1 .slide-template-new-m-0b .text-item {
  top: 50%;
  bottom: auto;
  right: 2.32%;
  left: 76.74%;
  width: auto;
}

.templated-slider-build-2-1 #shell #header_slideshow_wraper:not(.moving) .slide-template-new-m-0b .text-item {
  transform: translate3d(0, -50%, 0) !important;
  -webkit-transform: translate3d(0, -50%, 0) !important;
}

.templated-slider-build-2-1 .slide-template-new-m-0-left .text-item {
  left: 2.32%;
  right: 79.06%;
}

.templated-slider-build-2-1 .slide-template-new-m-1 .text-item {
  top: 49.04% !important;
  bottom: auto;
  right: 0%;
  left: auto;
  width: 22.32%;
}

.templated-slider-build-2-1 #shell #header_slideshow_wraper:not(.moving) .slide-template-new-m-00 .text-item {
  transform: translate3d(0, -50%, 0) !important;
  -webkit-transform: translate3d(0, -50%, 0) !important;
}

.templated-slider-build-2-1 [class*="slide-template-new-n-"] .text-item,
.templated-slider-build-2-1 .slide-template-new-n .text-item {
  bottom: initial;
  height: auto;
  left: auto;
}

.templated-slider-build-2-1 .slide-template-new-n .text-item {
  top: 50%;
  right: 2.32%;
  left: 59.18%;
  width: auto;
}

.templated-slider-build-2-1 #shell #header_slideshow_wraper:not(.moving) .slide-template-new-n .text-item {
  transform: translate3d(0, -50%, 0) !important;
  -webkit-transform: translate3d(0, -50%, 0) !important;
}

.templated-slider-build-2-1 .slide-template-new-n-00 .text-item {
  top: 50.43%;
  right: 9.65%;
  width: 24.41%;
}

.templated-slider-build-2-1 .slide-template-new-n-0a .text-item.caption-image2 {
  height: 6.26%;
  width: 40.69%;
  right: 0;
  top: 48.69%;
  font-size: 1.0625rem !important;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.templated-slider-build-2-1 .slide-template-new-n-0a .text-item {
  top: 48.69%;
  right: 5.23%;
  width: 32.55%;
}

.templated-slider-build-2-1 .slide-template-new-n-0a-with-logo .text-item {
  right: 2.9%;
}

.templated-slider-build-2-1 .slide-template-new-n-0a:not(.slide_template_n-0a-with-logo-reversed) .text-item .lead.lead-titleLine {
  margin-right: -25px;
}

.templated-slider-build-2-1 .slide-template-new-n-0a-with-logo .text-item {
  top: 55.65%;
  right: 0;
  width: 37.79%;
}

.templated-slider-build-2-1 .slide-template-new-n-0a-updated .text-item {
  right: 3.48% !important;
  width: 37.2% !important;
  top: 56.52% !important;
}

.templated-slider-build-2-1 .slide-template-new-n-0b .text-item {
  top: 71.3%;
  right: 5.23%;
  width: 32.55%;
}

.templated-slider-build-2-1 .slide-template-new-n-0b-true .text-item {
  top: 57.39% !important;
  left: 66.86% !important;
  right: auto;
  width: 23.25% !important;
}

.templated-slider-build-2-1 .slide-template-new-n-0c .text-item {
  top: 57.39%;
  right: 6.97%;
  width: 29.06%;
}

.templated-slider-build-2-1 .slide-template-new-n-0d .text-item {
  top: 79.13%;
  right: 6.97%;
  width: 29.06%;
}

.templated-slider-build-2-1 .slide-template-new-n-0e .text-item {
  top: 76.17%;
  right: 5.23%;
  width: 32.55%;
}

.templated-slider-build-2-1 .slide-template-new-n-0f .text-item {
  top: 57.39%;
  right: 7.9%;
  width: 25%;
}

.templated-slider-build-2-1 .slide-template-new-n-0g .text-item {
  top: 70.26%;
  right: 9.3%;
  width: 32.55%;
}

.templated-slider-build-2-1 .slide-template-new-n-0 .text-item {
  top: 50%;
  bottom: auto;
  right: 2.32%;
  left: 59.18%;
  width: auto;
}

.templated-slider-build-2-1 #shell #header_slideshow_wraper:not(.moving) .slide-template-new-n-0 .text-item {
  transform: translate3d(0, -50%, 0) !important;
  -webkit-transform: translate3d(0, -50%, 0) !important;
}

.templated-slider-build-2-1 .slide-template-new-n-2 .text-item {
  top: 48.69%;
  right: 0%;
  width: 10.11%;
}

.templated-slider-build-2-1 .slide-template-new-n-3 .text-item {
  top: 47.65% !important;
  right: 0% !important;
  width: 18.37% !important;
  bottom: 1.73% !important;
}

.templated-slider-build-2-1 .slide-template-new-n-4 .text-item {
  top: 58.95%;
  right: 9.3%;
  width: 25%;
}

.templated-slider-build-2-1 .slide-template-new-n-4-1 .text-item {
  top: 80.17%;
  right: 5.81%;
  width: 31.39%;
}

.templated-slider-build-2-1 .slide-template-new-n-4a .text-item {
  top: 78.95%;
  right: 2.55%;
  width: 35.23%;
}

/*.templated-slider-build-2-1 .slide-template-new-n-4a .text-item {
    top: CSSPercentY(31) !important;
    right: 0% !important;
    width: CSSPercentX(205);
}
*/
.templated-slider-build-2-1 .slide-template-new-n-4b .text-item {
  top: 81.73%;
  left: 62.2%;
  width: 37.79%;
}

.templated-slider-build-2-1 .slide-template-new-n-4bb .text-item {
  top: 67.82%;
  left: 59.3%;
  width: 39.06%;
}

.templated-slider-build-2-1 .slide-template-new-n-4f .text-item {
  top: 64.69%;
  left: 60.23%;
  width: 38.37%;
}

.templated-slider-build-2-1 .slide-template-new-n-5 .text-item {
  top: 64.69%;
  left: 60.23%;
  width: 38.37%;
}

.templated-slider-build-2-1 .slide-template-new-n-7 .text-item {
  top: 80.17%;
  right: 5.81%;
  width: 31.39%;
}

.templated-slider-build-2-1 .slide-template-new-n-8 .text-item {
  top: 68.69%;
  right: 2.32%;
  width: 38.48%;
}

.templated-slider-build-2-1 .slide-template-new-n-9 .text-item {
  top: 47.3%;
  right: 2.32%;
  width: 38.13%;
}

.templated-slider-build-2-1 .slide-template-new-n-11 .text-item {
  top: 78.43%;
  bottom: auto !important;
  left: 59.3%;
  width: 38.13%;
}

.templated-slider-build-2-1 .slide-template-new-n-12 .text-item {
  top: 80%;
  left: 62.2%;
  width: 29.76%;
}

.templated-slider-build-2-1 .slide-template-new-n-13 .text-item {
  top: 80%;
  left: 62.2%;
  width: 29.76%;
}

.templated-slider-build-2-1 [class*="slide-template-new-o-"] .text-item,
.templated-slider-build-2-1 .slide-template-new-o .text-item {
  bottom: initial;
  height: auto;
  right: auto;
}

.templated-slider-build-2-1 .slide-template-new-o .text-item {
  top: 50%;
  left: 6.39%;
  width: 30.58%;
}

.templated-slider-build-2-1 #shell #header_slideshow_wraper:not(.moving) .slide-template-new-o .text-item {
  transform: translate3d(0, -50%, 0) !important;
  -webkit-transform: translate3d(0, -50%, 0) !important;
}

.templated-slider-build-2-1 .slide-template-new-o-0 .text-item {
  top: 50%;
  bottom: auto;
  right: 62.79%;
  left: 2.32% !important;
  width: auto !important;
}

[dir="rtl"] .templated-slider-build-2-1 .slide-template-new-o-0 .text-item {
  left: 63.95%;
  right: auto !important;
}

.templated-slider-build-2-1 #shell #header_slideshow_wraper:not(.moving) .slide-template-new-o-0 .text-item {
  transform: translate3d(0, -50%, 0) !important;
  -webkit-transform: translate3d(0, -50%, 0) !important;
}

.templated-slider-build-2-1 .slide-template-new-o-0a .text-item {
  top: 50.78%;
  left: 4.65%;
  width: 33.72%;
}

.templated-slider-build-2-1 .slide-template-new-o-0a-updated .text-item {
  left: 3.48% !important;
  width: 37.2% !important;
  top: 56.52% !important;
}

.templated-slider-build-2-1 .slide-template-new-o-0g .text-item {
  top: 68.69%;
  left: 4.65%;
  width: 33.72%;
}

.templated-slider-build-2-1 .slide-template-new-o-0af .text-item {
  top: 78.26%;
  left: 4.65%;
  width: 33.72%;
}

.templated-slider-build-2-1 .slide-template-new-o-0b .text-item {
  top: 58.26%;
  left: 9.65%;
  width: 23.25%;
}

.templated-slider-build-2-1 .slide-template-new-o-0c .text-item {
  top: 55.82%;
  left: 7.55%;
  width: 27.44%;
}

.templated-slider-build-2-1 .slide-template-new-o-0d .text-item {
  top: 76.34%;
  left: 7.55%;
  width: 27.44%;
}

.templated-slider-build-2-1 .slide-template-new-o-0e .text-item {
  top: 62.6%;
  left: 4.65%;
  width: 34.3%;
}

.templated-slider-build-2-1 .slide-template-new-o-0f .text-item {
  top: 71.3%;
  left: 8.48%;
  width: 25.58%;
}

.templated-slider-build-2-1 .slide-template-new-o-1 .text-item {
  top: 80%;
  left: 5%;
  width: 32.55%;
}

.templated-slider-build-2-1 .slide-template-new-o-3 .text-item {
  top: 49.56%;
  left: 0%;
  width: 19.18%;
}

.templated-slider-build-2-1 .slide-template-new-o-3-custom2 .text-item {
  top: 73.91%;
  left: 6.86%;
  width: 31.97%;
}

.templated-slider-build-2-1 .slide-template-new-o-3b .text-item {
  top: 80.69%;
  left: 9.88%;
  width: 30.23%;
}

.templated-slider-build-2-1 .slide-template-new-o-4 .text-item {
  top: 80%;
  left: 5%;
  width: 32.55%;
}

.templated-slider-build-2-1 .slide-template-new-o-4a .text-item {
  top: 78.95%;
  left: 2.55%;
  width: 35.23%;
}

.templated-slider-build-2-1 .slide-template-new-o-4b .text-item {
  top: 72.17%;
  left: 10.34%;
  width: 30%;
}

.templated-slider-build-2-1 .slide-template-new-o-4c .text-item {
  top: 60%;
  left: 2.67%;
  width: 37.79%;
  bottom: 0.69%;
}

.templated-slider-build-2-1 .slide-template-new-o-4d .text-item {
  top: 74.78%;
  left: 2.32%;
  width: 37.79%;
}

.templated-slider-build-2-1 .slide-template-new-o-4e .text-item {
  top: 70.78%;
  left: 1.97%;
  width: 36.51%;
}

.templated-slider-build-2-1 .slide-template-new-o-4f .text-item {
  top: 64.69%;
  left: 1.97%;
  width: 40.46%;
}

.templated-slider-build-2-1 .slide-template-new-o-5 .text-item {
  top: 80%;
  left: 5%;
  width: 32.55%;
}

.templated-slider-build-2-1 .slide-template-new-t .text-item {
  top: 83.47%;
  bottom: initial;
  width: 86.04%;
  left: 6.97%;
  right: auto;
  text-align: center;
}

.templated-slider-build-2-1 .slide-template-new-t-1 .text-item {
  top: 56.34%;
  right: 0%;
  width: 16.04%;
}

.templated-slider-build-2-1 .slide-template-new-p .text-item {
  top: 38.26%;
  right: 5%;
  width: 30.23%;
}

.templated-slider-build-2-1 [class*="slide-template-new-p-"] .text-item {
  height: auto;
  left: auto;
  bottom: 1.73%;
}

.templated-slider-build-2-1 .slide-template-new-p-0 .text-item {
  top: 52.86%;
  right: 2.32%;
  width: 35.46%;
}

.templated-slider-build-2-1 .slide-template-new-p-0a .text-item {
  top: 52.17%;
  right: 5.81%;
  width: 31.39%;
}

.templated-slider-build-2-1 .slide-template-new-p-3 .text-item {
  top: 47.82%;
  right: 0%;
  width: 16.74%;
}

.templated-slider-build-2-1 .slide-template-new-p-4 .text-item {
  top: 81.04%;
  right: 5.11%;
  width: 32.79%;
}

.templated-slider-build-2-1 .slide-template-new-p-5 .text-item {
  top: 74.95%;
  right: 0;
  width: 37.79%;
}

.templated-slider-build-2-1 .slide-template-new-p-5-true .text-item {
  top: 74.95%;
  right: 0;
  width: 37.79%;
}

.templated-slider-build-2-1 .slide-template-new-p-7 .text-item {
  top: 68.86%;
  right: 0%;
  width: 40%;
}

.templated-slider-build-2-1 .slide-template-new-p-8 .text-item {
  top: 73.73%;
  right: 0%;
  width: 37.67%;
}

.templated-slider-build-2-1 .slide-template-new-p-9 .text-item {
  top: 69.95%;
  left: 62.32%;
  width: 37.67%;
}

.templated-slider-build-2-1 .slide-template-new-q .text-item {
  top: 38.26%;
  left: 5%;
  width: 30.23%;
}

.templated-slider-build-2-1 .slide-template-new-q-0a .text-item {
  top: 55.13%;
  left: 8.48%;
  width: 25.58%;
}

.templated-slider-build-2-1 [class*="slide-template-new-q-"] .text-item {
  height: auto;
  right: auto;
  bottom: 1.73%;
}

.templated-slider-build-2-1 .slide-template-new-q-3 .text-item {
  top: 48%;
  left: 0%;
  width: 16.86%;
}

.templated-slider-build-2-1 .slide-template-new-q-4 .text-item {
  top: 80.17%;
  left: 5.23%;
  width: 32.55%;
}

.templated-slider-build-2-1 .slide-template-new-q-5 .text-item {
  top: 74.95%;
  left: 0;
  width: 37.79%;
}

.templated-slider-build-2-1 .slide-template-new-q-5-true .text-item {
  top: 74.95%;
  left: 0;
  width: 37.79%;
}

.templated-slider-build-2-1 .slide-template-new-q-8 .text-item {
  top: 73.73%;
  right: 62.32%;
  width: 23.25%;
}

.templated-slider-build-2-1 .slide-template-new-q-9 .text-item {
  top: 70%;
  width: 33%;
}

.context-localdev .slideshow-wrapper.zoomedIn .zoomer-image:not([src]) {
  outline: 4px solid red;
}

@media (max-width: 767px) {
  .templated-slider-style-dynamic-image-sizing #outer_shell .slideshow-wrapper {
    background: #e2e2e2;
  }
  .context-localdev #outer_shell slide.slide-templated-new {
    background: none;
  }
}

.slide-wrapper slide h3.slide-subhead-smaller {
  font-size: 17px;
  line-height: 20px;
  padding-bottom: 3px;
}

/* VIDEO SLIDE */
.templated-slider-build-2-1 .templated-video-slide-mx .text-item {
  top: 50%;
  left: 0%;
  right: auto;
  height: auto;
  bottom: auto;
  color: #333;
  background: none;
  width: 18.6%;
}

.templated-slider-build-2-1 #shell #header_slideshow_wraper:not(.moving) .templated-video-slide-mx .text-item {
  transform: translate3d(0, -50%, 0) !important;
  -webkit-transform: translate3d(0, -50%, 0) !important;
}

slide.templated-video-slide-mx .image-item-1 {
  right: 0;
  height: 0;
  padding-bottom: 44.431%;
  margin: auto;
  left: auto;
  width: 680px;
}

@media (max-width: 767px) {
  #header_slideshow_wraper.stretched-slideshow.org-opening-slideshow slide.templated-video-slide-mx .image-item-1 {
    width: auto !important;
  }
}

.slide-template-t-3d .image-item-3 {
  bottom: 7%;
  left: 22%;
}

.slide-template-t-3d .text-item-4 {
  font-family: "Arapey", serif;
  color: #000;
  font-size: 2.1875rem;
  left: 0%;
  bottom: 7.7%;
}

.slide-template-t-3c .image-item-3 {
  left: 27.8%;
  top: 9%;
}

.slide-template-t-3c .text-item-2 {
  font-family: "Arapey", serif;
  color: #000;
  font-size: 2.1875rem;
  left: 27.7% !important;
  top: 12%;
}

.slide-template-t-3c .text-item-3 {
  display: block;
  font-family: "Arapey", serif;
  font-size: 1.3em;
  line-height: 1.2em;
  color: #326195;
  left: 1%;
  top: 16%;
  width: 25.25%;
}

.slide-template-t-3c .text-item-4 {
  font-family: "Arapey", serif;
  color: #696060;
  font-size: 2.125rem;
  left: 1%;
  top: 8%;
  -webkit-font-smoothing: antialiased;
}

.slide-template-t-3d .text-item-2 {
  font-family: "Arapey", serif;
  color: #696060;
  font-size: 2.125rem;
  right: 15.4%;
  top: 4%;
  -webkit-font-smoothing: antialiased;
}

.slide-template-t-3d .text-item-3 {
  display: block;
  font-family: "Arapey", serif;
  font-size: 1.3em;
  line-height: 1.2em;
  color: #326195;
  right: 0;
  top: 13%;
  width: 25.25%;
}

.slide-template-new-l-0a .image-item-2 {
  height: 100%;
  right: 0;
}

/* Debug */
.template-name-debug {
  position: absolute;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.6);
}

.image-item-coat {
  z-index: 5;
}

.image-item-award {
  z-index: 4;
}

.text-item.caption {
  color: #fff;
  text-shadow: 1px 0 5px #000, 0 0 3px #000, 0 0 1px #000;
  -webkit-transition-property: none !important;
  -moz-transition-property: none !important;
  -o-transition-property: none !important;
  transition-property: none !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}

/* stuff from toolbox.css that looks useful and doesn't conflict with bootstrap - am putting here -bgp */
.center {
  margin-left: auto;
  margin-right: auto;
}

.txtleft {
  text-align: left;
}

.txtright {
  text-align: right;
}

.txtcenter {
  text-align: center;
}

/* blocks widths (percentages and pixels) */
/* .w10    { width: 10%; }conflicted with how we help styles. */
.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w33 {
  width: 33.3333%;
}

.w40 {
  width: 40%;
}

.w50 {
  width: 50%;
}

.w60 {
  width: 60%;
}

.w66 {
  width: 66.6666%;
}

.w70 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w80 {
  width: 80%;
}

.w90 {
  width: 90%;
}

.w100 {
  width: 100%;
}

.w50p {
  width: 50px;
}

.w100p {
  width: 100px;
}

.w150p {
  width: 150px;
}

.w200p {
  width: 200px;
}

.w300p {
  width: 300px;
}

.w400p {
  width: 400px;
}

.w500p {
  width: 500px;
}

.w600p {
  width: 600px;
}

.w700p {
  width: 700px;
}

.w800p {
  width: 800px;
}

.w960p {
  width: 960px;
}

.mw960p {
  max-width: 960px;
}

.w1140p {
  width: 1140px;
}

.mw1140p {
  max-width: 1140px;
}

/* spacing helpers
p,m = padding,margin
a,t,r,b,l = all,top,right,bottom,left
s,m,l,n,0 = small(10px),medium(20px),large(30px), zero or none(0)
@from https://github.com/stubbornella/oocss/blob/master/core/spacing/space.css
*/
.m-reset, .ma0 {
  margin: 0;
}

.p-reset, .pa0 {
  padding: 0;
}

.ma1, .mas {
  margin: 10px;
}

.ma2, .mam {
  margin: 20px;
}

.ma3, .mal {
  margin: 30px;
}

.pa1, .pas {
  padding: 10px;
}

.pa2, .pam {
  padding: 20px;
}

.pa3, .pal {
  padding: 30px;
}

.mt0, .mtn {
  margin-top: 0;
}

.mt1, .mts {
  margin-top: 10px;
}

.mt2, .mtm {
  margin-top: 20px;
}

.mt3, .mtl {
  margin-top: 30px;
}

.mr0, .mrn {
  margin-right: 0;
}

.mr1, .mrs {
  margin-right: 10px;
}

.mr2, .mrm {
  margin-right: 20px;
}

.mr3, .mrl {
  margin-right: 30px;
}

.mb0, .mbn {
  margin-bottom: 0;
}

.mb1, .mbs {
  margin-bottom: 10px;
}

.mb2, .mbm {
  margin-bottom: 20px;
}

.mb3, .mbl {
  margin-bottom: 30px;
}

.ml0, .mln {
  margin-left: 0;
}

.ml2, .mlm {
  margin-left: 20px;
}

.ml3, .mll {
  margin-left: 30px;
}

.pt0, .ptn {
  padding-top: 0;
}

.pt1, .pts {
  padding-top: 10px;
}

.pt2, .ptm {
  padding-top: 20px;
}

.pt3, .ptl {
  padding-top: 30px;
}

.pr0, .prn {
  padding-right: 0;
}

.pr1, .prs {
  padding-right: 10px;
}

.pr2, .prm {
  padding-right: 20px;
}

.pr3, .prl {
  padding-right: 30px;
}

.pb0, .pbn {
  padding-bottom: 0;
}

.pb1, .pbs {
  padding-bottom: 10px;
}

.pb2, .pbm {
  padding-bottom: 20px;
}

.pb3, .pbl {
  padding-bottom: 30px;
}

.pb4 {
  padding-bottom: 40px;
}

.pb5 {
  padding-bottom: 50px;
}

.pb6 {
  padding-bottom: 60px;
}

.pl0, .pln {
  padding-left: 0;
}

.pl1, .pls {
  padding-left: 10px;
}

.pl2, .plm {
  padding-left: 20px;
}

/* end toolbox.css stuff */
body {
  font-size: 16px;
}

body:lang(de) {
  font-family: Helvetica, Arial, sans-serif;
}

body:lang(he) {
  font-family: "Open Sans Hebrew", "Arial Hebrew", "David", Arial, sans-serif;
  font-size: 17px;
}

body:lang(zh) {
  font-family: Verdana, "Microsoft JhengHei", "Heiti TC", "Microsoft Yahei", "微软雅黑", 宋体, STHeiti, sans-serif;
  /*font-family: Verdana, "PMingLiU", "MingLiU", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, Arial, Helvetica, sans-serif;*/
}

:lang(zh) slide {
  font-family: 'microsoft jhenghei','heiti tc','microsoft yahei','微软雅黑','宋体','stheiti',sans-serif;
}

*:lang(ja),
*:lang(zh) {
  /* Italics are not used in these languages. */
  font-style: normal !important;
}

:lang(ja) i,
:lang(ja) em,
:lang(zh) i,
:lang(zh) em {
  /* Italics are not used in these languages. */
  font-style: normal !important;
  font-weight: 600;
}

/* Inline images */
.inline-img-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* to use for images that have white edges which merge with background */
.inline-img-block.pxlborder img {
  border: 1px solid #EEEEEE;
}

.inline-img-caption {
  color: #666;
  line-height: 1.4em;
  font-size: 0.82em;
}

.inline-img-block-30 {
  max-width: 324px;
}

.inline-img-block-40 {
  max-width: 432px;
}

.inline-img-block-65 {
  max-width: 702px;
}

@media (max-width: 767px) {
  .inline-img-block {
    float: none !important;
  }
  .caption-side .inline-img-caption {
    max-width: 100%;
    float: none;
  }
  .caption-side .img-responsive {
    max-width: 100%;
    display: block;
  }
}

@media (min-width: 768px) {
  .inline-img-block {
    float: left;
    clear: left;
    margin: 4px 3% 4px 0;
  }
  [dir="rtl"] .inline-img-block {
    margin: 4px 0 4px 3%;
  }
  .path-news.org-domain-fso .inline-img-block {
    margin-bottom: 20px;
  }
  .path-churches-locator main .article .address-text {
    margin-left: 33%;
  }
  .inline-img-block.pull-right {
    float: right;
    clear: right;
    margin: 4px 0 4px 3%;
  }
  [dir="rtl"] .inline-img-block.pull-right {
    margin: 4px 3% 4px 0;
  }
  .inline-img-block-30 {
    width: 30%;
  }
  .inline-img-block-40 {
    width: 40%;
    margin-right: 0;
    padding-right: 20px;
  }
  .inline-img-block-40.pull-right {
    padding-right: 0px;
    padding-left: 20px;
  }
  .inline-img-block-65 {
    width: 65%;
  }
  .inline-img-block.inline-img-block-100 {
    width: 100%;
    margin: 4px 0;
    float: none;
  }
  /* added styles for side caption */
  .caption-side .inline-img-caption {
    max-width: 50%;
    float: right;
  }
  .caption-side .img-responsive {
    max-width: 50%;
    display: inline-block;
    padding-right: 20px;
  }
}

@media (min-width: 1200px) {
  .img-responsive.lonelywidow {
    margin-bottom: 30px;
  }
}

.path-courses #outer_shell {
  background: url("/FURL/data/www.scientology.org/themes/www_scientology_org2/images/course/online-course-background-sky.jpg") no-repeat scroll center top transparent;
}

.org-domain.path-courses #outer_shell {
  background: none;
}

.bold {
  font-weight: bold;
}

.nonbold {
  font-weight: normal;
}

/* Simple slideshow skeleton that matches the bootstrap columns */
.bs-slideshow {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.bs-slideshow-leftbar {
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  font-size: 0.875em;
  background: rgba(3, 34, 66, 0.8);
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#header_slideshow_wraper .bs-slideshow-leftbar2 {
  padding-left: 0;
  padding-right: 0;
}

.bs-slideshow-slider {
  position: relative;
}

/*
*
*
*
*    TODO: global style for all h2, so headers are consistent
*
*
*
*/
.path-churches .blocked-hover {
  padding: 5px 15px 10px;
}

.path-churches .video-promo-block {
  width: 100%;
}

.path-churches main h2, .path-churches .main h2 {
  text-transform: uppercase;
  font-size: 20px;
  font-family: "Arapey", serif;
  color: #868383;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 20px;
  padding-bottom: 10px;
}

.path-churches h1 .title-dark {
  font-size: 25px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Arapey", serif;
  color: #369;
}

.path-churches h2 .orgFullName-suffix {
  font-size: 20px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Arapey", serif;
  color: #369;
}

.path-churches h1 .title-light, .path-churches h1 .orgFullName-prefix, .path-churches h2 .orgFullName-prefix {
  color: #999;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Arapey", serif;
  font-weight: normal;
}

.path-churches h1 .orgFullName-prefix:after,
.path-churches h2 a .orgFullName-prefix:after {
  content: "\A";
  white-space: pre;
}

.path-churches a.read-more {
  font-family: "Arapey", serif;
  color: #337ab7;
  float: right;
}

:lang(el) .path-churches main h2,
:lang(el) .path-churches .main h2,
:lang(el) .path-churches main h3,
:lang(el) .path-churches h1 .title-dark,
:lang(el) .path-churches h2 .orgFullName-suffix,
:lang(el) .path-churches h1 .title-light,
:lang(el) .path-churches h1 .orgFullName-prefix,
:lang(el) .path-churches h2 .orgFullName-prefix {
  font-family: arial,Verdana,sans-serif;
}

.path-churches main .blocked-hover {
  margin-top: 0;
  float: left;
  width: 100%;
}

.path-churches main h2 a {
  color: #868383;
}

.path-churches main h2 a:hover {
  color: #868383;
  cursor: pointer;
}

/*
*
*
* END OF SECTION
*
*
*/
@media (min-width: 768px) {
  .bs-slideshow {
    width: 720px;
  }
  /* Default slideshow override */
  .bs-slideshow.slideshow-wrapper {
    padding-bottom: 0;
    margin-bottom: 28px;
  }
  .path-national-office-narconon .bs-slideshow.slideshow-wrapper {
    margin-bottom: 0px;
  }
}

@media (min-width: 992px) {
  .path-churches .video-promo-block {
    width: auto;
  }
  .path-courses #outer_shell {
    background-size: 215%;
  }
  .bs-slideshow-slider {
    width: 704px;
    left: 236px;
  }
  .bs-slideshow-leftbar {
    position: absolute;
    width: 236px;
    top: 0;
    bottom: 0;
    left: 0;
  }
  .bs-slideshow {
    width: 940px;
  }
}

@media (min-width: 1200px) {
  .path-courses #outer_shell {
    background-size: 2600px;
  }
  .bs-slideshow-slider {
    width: 800px;
    left: 280px;
  }
  .bs-slideshow-leftbar {
    position: absolute;
    width: 280px;
    top: 0;
    bottom: 0;
    left: 0;
  }
  .bs-slideshow {
    width: 1080px;
  }
}

/* Default slideshow override */
#outer_shell .bs-slideshow-leftbar.slideshow-left-nav {
  display: block;
  background: rgba(3, 34, 66, 0.8);
}

/*
.bs-slideshow .slide-controls {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
}
*/
.bs-slideshow .slide-controls .slide-arrow-holder {
  z-index: 3;
}

.bs-slideshow .slide-selectors {
  bottom: auto;
  top: calc(100% + 6px);
  z-index: 10;
  max-width: 930px;
  margin: 0 auto;
}

.bs-slideshow .slide-selectors .slide-dot-over {
  top: -4px;
}

.bs-slideshow .slide-selectors .slide-dots-holder-outer {
  height: 19px;
}

.bs-slideshow .slide-selectors .slide-dots-holder-inner {
  bottom: -3px;
}

.bs-slideshow .slideshow-autoslide-strip-holder {
  bottom: 0;
  left: 0;
}

.bs-slideshow ul.flat {
  margin: 0;
  padding: 0;
}

.bs-slideshow ul.flat li {
  list-style-type: none;
}

.bs-slideshow ul.flat li a,
.bs-slideshow ul.flat li a:hover,
.bs-slideshow ul.flat li a:link,
.bs-slideshow ul.flat li a:active,
.bs-slideshow ul.flat li a:visited {
  text-decoration: none;
}

.bs-slideshow .flyout li.parent > ul {
  left: calc(100% - 3px);
}

.bs-slideshow .flyout a {
  /*
	box-shadow: 0 0 20px rgba(245,245,245,0.5),1px 0 20px rgba(245,245,245,0.5),0 1px 20px rgba(245,245,245,0.5),1px 1px 20px rgba(245,245,245,0.5);
	*/
  box-shadow: 0 0 20px rgba(245, 245, 245, 0.5);
}

.bs-slideshow .flyout a.flyout-button,
.bs-slideshow ul.submenu > li > a,
.bs-slideshow .flyout > ul > li > a {
  box-shadow: none;
}

.bs-slideshow a.dont-decorate-me,
.bs-slideshow a.dont-decorate-me:hover,
.bs-slideshow a.dont-decorate-me:link,
.bs-slideshow a.dont-decorate-me:active,
.bs-slideshow a.dont-decorate-me:visited {
  text-decoration: none;
}

.bs-slideshow .vjs-has-started ~ .center-playbutton-overlay,
.bs-slideshow .vjs-has-started .center-playbutton-overlay,
.bs-slideshow .center-playbutton-overlay:after,
.bs-slideshow .center-playbutton-overlay:before {
  display: none;
}

/* override bootstrap's .lead font-size */
.bs-slideshow .lead,
.inline-img-caption .lead {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  margin-bottom: inherit;
}

/* Scientology Today (specific styles) */
.scn-today-top-tile {
  text-align: center;
  line-height: 1.42857143;
}

.scn-today-sub-title {
  text-align: center;
  color: #337ab7;
  font-weight: bold;
  line-height: 1.42857143;
}

.fancy-button1 {
  text-align: center;
  font-size: 0.9em;
  /*display: inline-block;*/
  display: block;
  border-radius: 4px;
  border: 0 none;
  background: #5593dc;
  color: #fff;
  -webkit-box-shadow: 2px 2px 12px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 2px 2px 12px 0px rgba(50, 50, 50, 0.3);
  box-shadow: 2px 2px 12px 0px rgba(50, 50, 50, 0.3);
  text-shadow: 1px 1px 1px #224272;
  padding: 10px 8px 10px 8px;
  /*width: 85%;*/
  background: url("/FURL/data/www.scientology.org/themes/www_scientology_org2/images/fot/button_colors.png") repeat-x scroll 0 -2px #4D89D0;
  margin-top: 5px;
}

:lang(de) .fancy-button1 {
  font-size: 0.8em;
}

:lang(fr) .fancy-button1 {
  font-size: 0.7em;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .fancy-button1 {
    font-size: 0.7em;
  }
}

.fancy-button1:hover {
  color: white;
}

/**
STYLES FOR EDITED PAGES
*/
.legacy-page-header-region h1 p,
.editable-attr-Headline p {
  margin: 0 !important;
}

.legacy-page-header-region h1 sup,
.editable-header-region h1 sup {
  font-size: 0.6em;
}

:lang(pt) .legacy-page-header-region h1,
:lang(pt) .editable-header-region h1 {
  margin-top: 3px;
}

:lang(sv) .legacy-page-header-region h1,
:lang(sv) .editable-header-region h1 {
  padding-right: 2%;
}

@media print {
  .legacy-page-header-region h1,
  .editable-header-region h1 {
    line-height: 1.13;
    font-size: 1.40em;
  }
}

.device-ipad .slideshow-left-nav-mobile {
  z-index: 0 !important;
  display: none !important;
}

#content .legacy-page-header-region h2,
#content .editable-header-region h2 {
  font-size: 18px;
  font-weight: normal;
  color: #999;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
  /* <- FIXME is this gonna fly for Greek?  NO */
}

:lang(el) #content .legacy-page-header-region h2,
:lang(el) #content .editable-header-region h2 {
  text-transform: none;
  /* <- FIXME is this gonna fly for Greek? */
}

@media print {
  #content .legacy-page-header-region h2,
  #content .editable-header-region h2 {
    line-height: 2.0;
  }
}

#editable_body_holder {
  margin-top: 20px;
}

.editing #editable_body_holder {
  margin-top: 70px;
}

#editable_body_holder blockquote.medium-quote-marker-two {
  color: #369;
  font-family: Arial, Verdana;
  font-weight: bold;
  font-size: 30px;
  margin: 38px 20px;
}

#editable_body_holder .medium-insert-images-wide_full_page {
  margin-left: calc(260px - 50vw);
  margin-right: calc(540px - 50vw);
}

@media (max-width: 1199px) {
  #editable_body_holder .medium-insert-images-wide_full_page {
    margin-left: calc(224px - 50vw);
    margin-right: calc(470px - 50vw);
  }
}

@media (max-width: 991px) {
  #editable_body_holder .medium-insert-images-wide_full_page {
    margin-left: calc(107px - 50vw);
    margin-right: calc(360px - 50vw);
  }
}

:lang(he) #editable_body_holder h3 {
  font-family: "open sans hebrew","arial hebrew",david,Arial,sans-serif;
}

/* the download icons are default with the editable inline slideshows, but these
are not needed for the Scn site */
#editable_body_holder .owl-item .download-icon {
  display: none !important;
}

/* TODO: this needs figure out - we are getting an H3 in the deck area of the editable document and i have no idea if that is
what we want or not - doesn't seem to make sense but it also seems to be doing that intentionally due to some setup in the editor,
need to coord with AT -BGP*/
@media print {
  #editable_body_holder h3 {
    line-height: 2.1;
  }
  #editable_body_holder h3 span {
    line-height: inherit !important;
  }
}

.modal-backdrop.in {
  opacity: 0.95;
}

.bs.article .immed-rel {
  display: none;
}

.legacy-page-node .legacy-page-header-region h1,
.bs.article .editable-attr-Headline h1 {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1.8em;
  line-height: 1;
}

.editing template[type="video_play_by_id"] {
  display: block;
  padding-bottom: 56.25%;
  background: #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}

.editing template[type="video_play_by_id"] {
  position: relative;
}

.editing template[type="video_play_by_id"]:after {
  content: "INLINE VIDEO";
  position: absolute;
  font-size: 62px;
  font-family: "Arapey", serif;
  left: 50%;
  top: 50%;
  color: #999;
  transform: translate3d(-50%, -50%, 0) rotate(15deg);
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(15deg);
}

/**
OTHER MISC. RANDOM
*/
#banner_inner_table .banner-org-title {
  position: absolute;
  bottom: -75px;
  width: 100%;
  font-family: "Arapey", serif;
  color: #999;
  cursor: pointer;
  z-index: 2;
  left: 106%;
  /* <- fallback for no calc */
  left: calc(100% + 37px);
}

:lang(he) #banner_inner_table .banner-org-title {
  left: 96%;
  /* <- fallback for no calc */
  left: calc(100% + -25px);
}

@media (min-width: 768px) and (max-width: 1200px) {
  .org-domain-oc #banner_inner_table .banner-org-title {
    width: 136%;
  }
}

#banner_inner_table .banner-org-title:lang(ja) {
  bottom: -63px;
  /*left: 94%; */
  /* <- fallback for no calc */
  /*left: calc(100% + -37px);*/
  left: 100%;
}

.slideshow-wrapper .bs-slideshow-slider slide img {
  max-width: 100%;
}

.legacy-page-header-region {
  margin-bottom: 20px;
}

#banner_inner_table .banner-courses-title {
  position: absolute;
  bottom: -59px;
  width: 100%;
  font-family: "Arapey", serif;
  color: white;
  cursor: pointer;
  z-index: 2;
  left: calc(100% + 25px);
  text-shadow: 1px 1px black;
  display: none;
}

/*:lang(es) #banner_inner_table .banner-courses-title,
:lang(es-es) #banner_inner_table .banner-courses-title {
	bottom: -71px;
	}*/
:lang(ru) #banner_inner_table .banner-courses-title {
  left: calc(100% + 39px);
}

@media (max-width: 991px) {
  :lang(ru) #banner_inner_table .banner-courses-title {
    left: calc(100% + 107px);
    bottom: -55px;
  }
}

@media (max-width: 768px) {
  :lang(ru) #banner_inner_table .banner-courses-title {
    left: 56px;
    bottom: -70px;
    font-size: 18px;
    width: 210%;
    text-align: center;
  }
}

.path-courses #banner_inner_table .banner-courses-title {
  display: block;
}

.org-domain.path-courses #banner_inner_table .banner-courses-title {
  display: none;
}

[dir="rtl"] #banner_inner_table .banner-courses-title {
  right: calc(100% + 30px);
  left: 0;
}

.banner-courses-title {
  font-size: 28px;
  line-height: 34px;
}

/**
STYLES FOR LEGACY PAGES (PAGES BROUGHT OVER FROM DRUPAL)
*/
.legacy-page-node .gcui-inline-image {
  margin: 4px 20px 4px 0;
  float: left;
  clear: left;
  display: block;
  max-width: 50%;
}

.legacy-page-node .gcui-inline-image.gcui_inline_default {
  width: 300px;
}

.legacy-page-node .gcui-inline-image .caption {
  color: #666;
  font-size: 84%;
  line-height: 1.4em;
  margin-top: 10px;
}

.node.legacy-page-node h2.title a,
.node.legacy-page-node h2.title {
  color: #336699;
}

.node.legacy-page-node h2.title a .title-light,
.node.legacy-page-node h2.title .title-light {
  color: #999999;
}

/* TODO: check this out in greek - might need a regexp replace */
.node.legacy-page-node h2.title {
  text-transform: uppercase;
}

slide .item.video-item {
  top: 0;
  bottom: 0;
}

/**
ORG SITE STYLES
*/
.inside-our-church-slideshow .slide-arrow-holder.slide-left-arrow2 .arrow-bg.gradiented,
.inside-our-church-slideshow .slide-arrow-holder.slide-right-arrow2 .arrow-bg.gradiented {
  background: none;
}

.video-slide-text-left-panel {
  background: rgba(3, 34, 66, 0.8);
  top: 0 !important;
  bottom: 0 !important;
  left: -110px !important;
  width: 220px !important;
  padding: 20px;
  color: #f8f8f8;
  font-size: 18px;
}

.video-slide-text-left-panel span.lead {
  color: #fff;
}

.video-slide-text-left-panel h2 {
  color: #f8f8f8;
  font-size: 21px;
  font-weight: normal;
  font-family: "Arapey", serif;
  padding-bottom: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.video-slide-text-left-panel .inside-caption {
  padding: 0 0 4px 26px;
  font-weight: normal;
  font-size: 15px;
  letter-spacing: -0.5px;
  color: #f8f8f8;
  font-family: "Arapey", serif;
  display: block;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.video-slide-text-left-panel .inside-caption:before {
  content: "▶";
  position: absolute;
  left: 6px;
  font-size: 11px;
  top: 3px;
}

.video-slide-text-left-panel .inside-caption.inside-caption-video:before {
  display: none;
}

.video-slide-text-left-panel .inside-caption.inside-caption-video {
  background: url(/theme/images/play-button.svg) 0 1px no-repeat;
  background-size: 20px;
}

.slide-holder slide:first-child.templated-video-slide {
  opacity: 0;
  -webkit-transition: opacity 1.2s cubic-bezier(0.165, 0.840, 0.440, 1.000);;
  -ms-transition: opacity 1.2s cubic-bezier(0.165, 0.840, 0.440, 1.000);;
  -moz-transition: opacity 1.2s cubic-bezier(0.165, 0.840, 0.440, 1.000);;
  -o-transition: opacity 1.2s cubic-bezier(0.165, 0.840, 0.440, 1.000);;
  transition: opacity 1.2s cubic-bezier(0.165, 0.840, 0.440, 1.000);;
}

#header_slideshow_wraper[data-slide-active="0"] .slide-holder slide:first-child.templated-video-slide {
  opacity: 1;
}

slide.fso-slide-active {
  z-index: 5;
}

.slide-wrapper .templated-video-slide .item.text-item {
  -webkit-transition: transform 0.05s cubic-bezier(0.165,0.840,0.440,1.000) 0.3s, opacity 0.4s cubic-bezier(0.165,0.840,0.440,1.000) 0.3s !important;;
  -ms-transition: transform 0.05s cubic-bezier(0.165,0.840,0.440,1.000) 0.3s, opacity 0.4s cubic-bezier(0.165,0.840,0.440,1.000) 0.3s !important;;
  -moz-transition: transform 0.05s cubic-bezier(0.165,0.840,0.440,1.000) 0.3s, opacity 0.4s cubic-bezier(0.165,0.840,0.440,1.000) 0.3s !important;;
  -o-transition: transform 0.05s cubic-bezier(0.165,0.840,0.440,1.000) 0.3s, opacity 0.4s cubic-bezier(0.165,0.840,0.440,1.000) 0.3s !important;;
  transition: transform 0.05s cubic-bezier(0.165,0.840,0.440,1.000) 0.3s, opacity 0.4s cubic-bezier(0.165,0.840,0.440,1.000) 0.3s !important;;
}

@media (max-width: 1199px) {
  .video-slide-text-left-panel {
    left: -40px !important;
  }
  slide .item.video-item {
    left: 180px;
    right: -40px;
  }
  /*
	#header_slideshow_wraper[data-slide-active="0"].org-opening-slideshow .slide-stretcher,
	#header .org-opening-slideshow .slide-holder slide.slide-templated.templated-video-slide {
		padding-bottom: 47.27907%;
	}
	*/
  .slide-holder slide:first-child.templated-video-slide {
    -webkit-transition: opacity 0.05s cubic-bezier(0.165, 0.840, 0.440, 1.000);;
    -ms-transition: opacity 0.05s cubic-bezier(0.165, 0.840, 0.440, 1.000);;
    -moz-transition: opacity 0.05s cubic-bezier(0.165, 0.840, 0.440, 1.000);;
    -o-transition: opacity 0.05s cubic-bezier(0.165, 0.840, 0.440, 1.000);;
    transition: opacity 0.05s cubic-bezier(0.165, 0.840, 0.440, 1.000);;
  }
  .slide-wrapper .templated-video-slide .item.text-item {
    -webkit-transition: transform 0.05s cubic-bezier(0.165,0.840,0.440,1.000), opacity 0.05s cubic-bezier(0.165,0.840,0.440,1.000) !important;;
    -ms-transition: transform 0.05s cubic-bezier(0.165,0.840,0.440,1.000), opacity 0.05s cubic-bezier(0.165,0.840,0.440,1.000) !important;;
    -moz-transition: transform 0.05s cubic-bezier(0.165,0.840,0.440,1.000), opacity 0.05s cubic-bezier(0.165,0.840,0.440,1.000) !important;;
    -o-transition: transform 0.05s cubic-bezier(0.165,0.840,0.440,1.000), opacity 0.05s cubic-bezier(0.165,0.840,0.440,1.000) !important;;
    transition: transform 0.05s cubic-bezier(0.165,0.840,0.440,1.000), opacity 0.05s cubic-bezier(0.165,0.840,0.440,1.000) !important;;
  }
}

@media (max-width: 768px) {
  .video-slide-text-left-panel {
    display: none;
  }
  slide .item.video-item {
    left: 0;
  }
}

/**
GENERAL, MISC STYLES
*/
.device-ipad #outer_shell #shell #header #scn_today_header {
  padding-bottom: 0;
}

.new-age-caption-overlay {
  font-size: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:lang(ru) .org-domain-moscow .new-age-caption-overlay {
  font-size: 28px;
}

@media (max-width: 1024px) and (min-width: 769px) {
  .new-age-caption-overlay {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .new-age-caption-overlay {
    font-size: 17px;
  }
}

/* org sites only for now - not sure if this is cool for every page on Scn proper */
.org-domain .sidebar-ad .top-title {
  font-size: 1.1em;
}

/* this is re-used in places probably (like landing pages), so to avoid
accidentally driving those by, I'm adding classes to only hit org home pages */
.org-domain.front .gsc-bar h2.sub-menu-bar-title {
  margin-top: 12px;
  /*font-weight: bold;*/
}

/**
A NEW AGE STARTS HERE - THESE ARE CORE STYLES THAT WE WILL USE FROM HERE ON OUT
A NEW AGE STARTS HERE - THESE ARE CORE STYLES THAT WE WILL USE FROM HERE ON OUT
A NEW AGE STARTS HERE - THESE ARE CORE STYLES THAT WE WILL USE FROM HERE ON OUT
A NEW AGE STARTS HERE - THESE ARE CORE STYLES THAT WE WILL USE FROM HERE ON OUT
A NEW AGE STARTS HERE - THESE ARE CORE STYLES THAT WE WILL USE FROM HERE ON OUT
A NEW AGE STARTS HERE - THESE ARE CORE STYLES THAT WE WILL USE FROM HERE ON OUT
A NEW AGE STARTS HERE - THESE ARE CORE STYLES THAT WE WILL USE FROM HERE ON OUT
A NEW AGE STARTS HERE - THESE ARE CORE STYLES THAT WE WILL USE FROM HERE ON OUT
A NEW AGE STARTS HERE - THESE ARE CORE STYLES THAT WE WILL USE FROM HERE ON OUT
A NEW AGE STARTS HERE - THESE ARE CORE STYLES THAT WE WILL USE FROM HERE ON OUT
A NEW AGE STARTS HERE - THESE ARE CORE STYLES THAT WE WILL USE FROM HERE ON OUT
A NEW AGE STARTS HERE - THESE ARE CORE STYLES THAT WE WILL USE FROM HERE ON OUT
A NEW AGE STARTS HERE - THESE ARE CORE STYLES THAT WE WILL USE FROM HERE ON OUT
A NEW AGE STARTS HERE - THESE ARE CORE STYLES THAT WE WILL USE FROM HERE ON OUT
*/
.sidebar-title {
  text-align: center;
  font-family: "Arapey", serif;
  font-weight: normal;
  font-size: 0.7rem;
  color: #999;
  line-height: 1rem;
}

:lang(he) .sidebar-title {
  font-size: 0.8rem;
}

.sidebar-subtitle {
  font-family: "Arapey", serif;
  text-align: center;
  margin-top: 5px;
  font-size: 1rem;
  line-height: 1.1;
  color: #000000;
}

:lang(he) .sidebar-subtitle {
  font-size: 1.1rem;
}

.sidebar-content {
  margin-top: 10px;
}

/**
more random styles converge down here
*/
.device-ipad .front.org-domain #outer_shell #shell #header .slideshow-wrapper {
  padding-bottom: 0;
}

.device-ipad .front.org-domain #outer_shell .slide-gutter {
  display: none;
}

.device-ios .front.org-domain #header #header_slideshow_wraper .default-left-nav > .flyout > .text-flyout.mobile-menu {
  width: auto;
}

@media (max-width: 859px) {
  #outer_shell #shell .slideshow-left-nav-mobile,
  #outer_shell #shell .slideshow-left-nav {
    display: none;
  }
}

.device-iphone slide .vjs-poster:after {
  display: none;
}

.flyout ul li.parent > a:after {
  content: "▶";
  font-size: 9px;
  right: 12px;
}

#outer_shell .slide-selectors .slide-next:after {
  background: url(/images/slide-nav-arrow-right.svg);
  content: " ";
  width: 17px;
  height: 13px;
  top: -9px;
}

[dir="rtl"] #outer_shell .slide-selectors .slide-next:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

#outer_shell .slide-selectors .slide-prev:before {
  left: -17px;
  background: url(/images/slide-nav-arrow-left.svg);
  content: " ";
  width: 17px;
  height: 13px;
  top: -9px;
}

[dir="rtl"] #outer_shell .slide-selectors .slide-prev:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.front.org-domain #outer_shell #shell .flyout-overall-title-video-channel span.right-arrow {
  font-size: 21px;
  top: -1px;
  left: -3px;
}

.right-arrow-small {
  font-size: 0.9em !important;
}

.right-arrow-smaller {
  font-size: 0.8em !important;
  position: relative;
  top: -1px;
}

.right-arrow-smaller.lowered {
  top: 0;
}

.pass-the-click {
  cursor: pointer;
}

.device-ios video.playing ~ .new-age-caption-overlay {
  display: none;
}

@media (min-width: 768px) and (max-width: 990px) {
  .sidebar-content {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 429px) and (max-width: 767px) {
  .sidebar-content {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 640px) {
  #subheader .container {
    padding-left: 0;
    padding-right: 0;
  }
}

/* since there is no download option on the Scn site, we don't want
the copyright notice on the captions */
.image-slider-slide span .copyright {
  visibility: hidden !important;
}

/* org sites have their own copyright, so we definitely don't want to have the CSI copyright
on the images */
.org-domain .image-slider-slide span .copyright {
  visibility: hidden !important;
}

.org-domain #header_slideshow_wraper.bs-slideshow .slide-arrow-holder {
  width: 150px;
}

@media (max-width: 990px) {
  .org-domain #header_slideshow_wraper.bs-slideshow .slide-arrow-holder {
    width: 75px;
  }
}

.slideshow-zoomed-in #shell .primary-nav-menu {
  z-index: 1;
}

/**
SLIDESHOW TALL CAPTION HANDLING
*/
#header_slideshow_wraper.bs-slideshow .slide-holder > slide.slide-templated > .text-item {
  max-height: calc(100% - 80px);
  overflow-y: auto;
  padding-right: 10px;
}

#header_slideshow_wraper.bs-slideshow .slide-holder > slide.slide-templated.templated-video-slide > .text-item {
  max-height: none;
  padding-right: 20px;
}

#header_slideshow_wraper.bs-slideshow .slide-holder > slide.slide-templated > .text-item {
  scrollbar-arrow-color: #e8e8e8;
  scrollbar-base-color: #e8e8e8;
  scrollbar-face-color: rgba(210, 222, 230, 0.8);
}

#header_slideshow_wraper.bs-slideshow .slide-holder > slide.slide-templated > .text-item::-webkit-scrollbar {
  width: 8px;
  background-color: #e8e8e8;
  border-radius: 15px;
}

#header_slideshow_wraper.bs-slideshow .slide-holder > slide.slide-templated > .text-item::-webkit-scrollbar-thumb {
  background-color: rgba(210, 222, 230, 0.8);
  border-radius: 15px;
}

.slideshow-zoomed-in .slide-wrapper .templated-video-slide .item.text-item {
  display: none;
}

.slideshow-zoomed-in .slide-wrapper slide .item.video-item {
  left: 0;
  right: 0;
}

/**
ADDITIONAL MOBILE TWEAKS
*/
@media (max-width: 1024px) {
  #banner_inner_table .banner-courses-title {
    bottom: -55px;
  }
}

@media (max-width: 991px) {
  #banner_inner_table .banner-courses-title {
    left: calc(100% + 140px);
    bottom: -59px;
  }
}

@media (max-width: 767px) {
  #banner_inner_table .banner-courses-title {
    left: calc(100% + 127px);
    bottom: -51px;
  }
}

@media (max-width: 428px) {
  #banner_inner_table .banner-courses-title {
    left: 56px;
    bottom: -70px;
    font-size: 18px;
    width: 210%;
    text-align: center;
  }
}

.page-type-press-release .after-editing-group label {
  text-align: right;
}

/**
ADDITIONAL PRINT CSS
*/
@media print {
  #banner {
    display: none;
  }
}

@media print {
  #sidebar_left {
    display: none;
  }
}

@media print {
  #wide_footer {
    display: none;
  }
}

@media print {
  .page-type-press-release .prev-next-menu,
  .authoring-true #header,
  .page-type-press-release #header {
    display: none;
  }
}

/**
STYLES FOR EDITABLE PRESS RELEASE PAGES
*/
.page-type-press-release.editing #editable_body_holder {
  margin-top: 30px;
}

.page-type-press-release.editing .legacy-page-header-region.being-edited-right-now h1,
.page-type-press-release.editing .editable-header-region.being-edited-right-now h1,
.page-type-press-release.editing .legacy-page-header-region:hover h1,
.page-type-press-release.editing .editable-header-region:hover h1 {
  text-transform: none !important;
}

.authoring-false.page-type-press-release .item.text-item,
.authoring-false.page-type-press-release .item.text-item *,
.authoring-false.page-type-article .item.text-item,
.authoring-false.page-type-article .item.text-item *,
.authoring-false .mobile-caption-lightbox-overlay span,
.authoring-false.page-type-article .editable-header-region span,
.authoring-false.page-type-article #editable_body_holder span,
.authoring-false.page-type-article #editable_body_holder i,
.authoring-false.page-type-article #editable_body_holder em,
.authoring-false.page-type-article .slide-holder span,
.authoring-false.page-type-press-release .editable-header-region span,
.authoring-false.page-type-press-release #editable_body_holder span,
.authoring-false.page-type-press-release #editable_body_holder i,
.authoring-false.page-type-press-release #editable_body_holder em,
.authoring-false.page-type-press-release .slide-holder span {
  background: none !important;
}

.editing .slide-arrow-holder,
.editing .slide-arrow-holder .arrow-bg {
  max-width: 50px !important;
  width: 50px !important;
}

.page-type-press-release #editable_body_holder .medium-insert-images figure figcaption {
  text-align: left;
}

/**
CLO UK PRESS RELEASE
*/
:lang(de) .path-david-miscavige-continental-liaison-office-united-kingdom-grand-opening .text-item {
  line-height: 1.2em !important;
}

:lang(de) .path-david-miscavige-continental-liaison-office-united-kingdom-grand-opening .slide-wrapper slide h3.slide-subhead.slide-subhead-smaller {
  font-size: 17px;
  line-height: 18px;
}

:lang(de) .path-david-miscavige-continental-liaison-office-united-kingdom-grand-opening .slide-wrapper slide .floater-texter p {
  line-height: 1.1em !important;
}

.path-david-miscavige-continental-liaison-office-united-kingdom-grand-opening .slide-id-slide-clouk-2 .text-item {
  left: 3.95% !important;
  bottom: auto !important;
  top: 87.3% !important;
}

.path-david-miscavige-continental-liaison-office-united-kingdom-grand-opening .slide-id-slide-clouk-4 .text-item {
  left: 3.95% !important;
  bottom: auto !important;
  top: 84.86% !important;
  max-height: 85px !important;
}

.path-david-miscavige-continental-liaison-office-united-kingdom-grand-opening .slide-id-slide-clouk-3 .text-item {
  right: 2.32% !important;
  width: 23.25% !important;
  bottom: 2px !important;
  top: 75.65% !important;
}

:lang(it) .path-david-miscavige-continental-liaison-office-united-kingdom-grand-opening .slide-id-slide-clouk-3 .text-item,
:lang(ru) .path-david-miscavige-continental-liaison-office-united-kingdom-grand-opening .slide-id-slide-clouk-3 .text-item,
:lang(de) .path-david-miscavige-continental-liaison-office-united-kingdom-grand-opening .slide-id-slide-clouk-3 .text-item {
  line-height: 1.2em;
  top: 75.65% !important;
  right: 1.16% !important;
  width: 24.41% !important;
}

.path-david-miscavige-continental-liaison-office-united-kingdom-grand-opening .slide-id-slide-clouk-4b .text-item {
  left: 3.95% !important;
  bottom: auto !important;
  top: 87.65% !important;
}

.path-david-miscavige-continental-liaison-office-united-kingdom-grand-opening .slide-id-slide-clouk-5 .text-item {
  left: 2.32% !important;
  width: 23.25% !important;
  bottom: auto !important;
  top: 53.91% !important;
}

.path-david-miscavige-continental-liaison-office-united-kingdom-grand-opening .slide-id-slide-clouk-6 .text-item {
  right: 0% !important;
  width: 23.25% !important;
  bottom: auto !important;
  top: 80.17% !important;
}

.path-david-miscavige-continental-liaison-office-united-kingdom-grand-opening .slide-id-slide-clouk-7b .text-item {
  left: 7.55% !important;
  width: 27.44% !important;
  bottom: auto !important;
  top: 55.82% !important;
}

.path-david-miscavige-continental-liaison-office-united-kingdom-grand-opening .slide-id-slide-clouk-9 .text-item {
  width: 20.23% !important;
  right: 2.32% !important;
  top: 47.47% !important;
}

.path-david-miscavige-continental-liaison-office-united-kingdom-grand-opening .slide-id-slide-clouk-10 .text-item {
  left: 2.32% !important;
  width: 23.13% !important;
  top: 37.39% !important;
}

.path-david-miscavige-continental-liaison-office-united-kingdom-grand-opening .slide-id-slide-clouk-11 .text-item {
  width: 18.6% !important;
  right: 2.32% !important;
  top: 38.95% !important;
}

.path-david-miscavige-continental-liaison-office-united-kingdom-grand-opening .slide-id-slide-clouk-12 .text-item {
  left: 9.3% !important;
  width: 30.23% !important;
  bottom: auto !important;
  top: 73.91% !important;
}

:lang(ru) .path-david-miscavige-continental-liaison-office-united-kingdom-grand-opening .slide-id-slide-clouk-12 .text-item {
  width: 35.46% !important;
}

.path-david-miscavige-continental-liaison-office-united-kingdom-grand-opening .slide-id-slide-clouk-13 .text-item {
  left: 3.95% !important;
  bottom: auto !important;
  top: 87.65% !important;
}

.path-david-miscavige-continental-liaison-office-united-kingdom-grand-opening .slide-id-slide-clouk-14 .text-item {
  width: 20.23% !important;
  right: 2.32% !important;
  top: 38.95% !important;
}

.path-david-miscavige-continental-liaison-office-united-kingdom-grand-opening .slide-id-slide-clouk-15 .text-item {
  left: 2.32% !important;
  width: 20.93% !important;
  bottom: auto !important;
  top: 55.13% !important;
}

.path-david-miscavige-continental-liaison-office-united-kingdom-grand-opening .slide-id-slide-clouk-16 .text-item {
  left: 3.95% !important;
  bottom: auto !important;
  top: 80% !important;
}

.path-david-miscavige-continental-liaison-office-united-kingdom-grand-opening .slide-id-slide-clouk-17 .text-item {
  left: 4.65% !important;
  width: 33.13% !important;
  bottom: auto !important;
  top: 50.08% !important;
}

.path-david-miscavige-continental-liaison-office-united-kingdom-grand-opening .slide-id-slide-clouk-18 .text-item {
  right: 2.32% !important;
  width: 23.25% !important;
  bottom: 3px !important;
  top: 53.91% !important;
}

.path-david-miscavige-continental-liaison-office-united-kingdom-grand-opening .slide-id-slide-clouk-20 .text-item {
  left: 3.95% !important;
  bottom: 3px !important;
  top: 87.65% !important;
}

.path-david-miscavige-continental-liaison-office-united-kingdom-grand-opening .slide-id-slide-clouk-21 .text-item {
  left: 3.95% !important;
  bottom: 3px !important;
  top: 87.65% !important;
}

.path-david-miscavige-continental-liaison-office-united-kingdom-grand-opening .slide-id-slide-clouk-22 .text-item {
  left: 3.95% !important;
  bottom: 3px !important;
  top: 87.3% !important;
}

.path-david-miscavige-continental-liaison-office-united-kingdom-grand-opening .slide-id-slide-clouk-23 .text-item {
  left: 3.95% !important;
  bottom: 3px !important;
  top: 87.65% !important;
}

:lang(ru) .slide-template-new-c-with-band.slide-template-new-e-1e .image-item-custom .floater-texter,
:lang(ru) .slide-template-new-c-with-band.slide-template-new-e-1d .image-item-custom .floater-texter {
  line-height: 1.2em;
}

:lang(el) .slide-template-new-c-with-band.slide-template-new-e-1d .image-item-custom .floater-texter {
  line-height: 1.2em;
  left: 3%;
  right: 26%;
}

:lang(ru) .path-david-miscavige-continental-liaison-office-united-kingdom-grand-opening .slide-id-slide-clouk-26.slide-template-new-c-with-band.slide-template-new-b .image-item-custom .floater-texter {
  left: 23% !important;
  right: 0.2% !important;
  line-height: 1.25;
  font-size: 12px;
}

:lang(ru) .path-david-miscavige-continental-liaison-office-united-kingdom-grand-opening .slide-id-slide-clouk-27c.slide-template-new-c-with-band .image-item-custom .floater-texter {
  left: 27% !important;
  right: 0.2% !important;
  line-height: 1.25;
  font-size: 12px;
}

.slide-id-tokyo-slide-2 .text-item {
  left: 2.32% !important;
  width: 18.6% !important;
  top: 32.69% !important;
}

.slide-id-tokyo-slide-4 .text-item {
  right: 0% !important;
  width: 23.25% !important;
  bottom: 3px !important;
  top: 45.56% !important;
}

.slide-id-tokyo-slide-3 .text-item {
  left: 65.34% !important;
  width: 29.3% !important;
  bottom: 3px !important;
  top: 93.39% !important;
}

:lang(ru) .slide-id-tokyo-slide-3 .text-item {
  bottom: 5px !important;
  top: 84.69% !important;
  line-height: 1.3em;
}

.slide-id-tokyo-slide-5 .text-item {
  left: 5.58% !important;
  bottom: 3px !important;
  top: 85.21% !important;
  width: 83.72% !important;
}

.slide-id-tokyo-slide-5b .text-item {
  right: 2.32% !important;
  width: 23.25% !important;
  bottom: 3px !important;
  top: 70.26% !important;
}

.slide-id-tokyo-slide-5c .text-item {
  left: 3.95% !important;
  bottom: 3px !important;
  top: 87.47% !important;
}

.slide-id-tokyo-slide-6 .text-item {
  left: 2.32% !important;
  width: 23.25% !important;
  bottom: 3px !important;
  top: 64.34% !important;
}

:lang(ru) .slide-id-tokyo-slide-6 .lead {
  font-size: 0.9em;
}

:lang(de) .slide-id-tokyo-slide-6 .text-item {
  top: 62.6% !important;
  line-height: 1.3em;
}

.slide-id-tokyo-slide-8 .text-item {
  left: 3.95% !important;
  bottom: 3px !important;
  top: 78.26% !important;
}

.slide-id-tokyo-slide-8b .text-item {
  right: 2.32% !important;
  width: 23.25% !important;
  bottom: 3px !important;
  top: 76.52% !important;
}

.slide-id-tokyo-slide-9b .text-item {
  left: 2.32% !important;
  width: 23.25% !important;
  bottom: 3px !important;
  top: 76.17% !important;
}

:lang(ru) .slide-id-tokyo-slide-9b .text-item {
  line-height: 1.3em;
  width: 25.23% !important;
}

.slide-id-tokyo-slide-9 .text-item {
  left: 2.32% !important;
  width: 23.25% !important;
  bottom: 3px !important;
  top: 76.17% !important;
}

.slide-id-tokyo-slide-10 .text-item {
  left: 2.32% !important;
  width: 23.13% !important;
  top: 21.73% !important;
}

.slide-id-tokyo-slide-11 .text-item {
  width: 23.13% !important;
  right: 2.32% !important;
  top: 29.56% !important;
}

:lang(ru) .slide-id-tokyo-slide-11 .text-item {
  top: 15.65% !important;
}

.slide-id-tokyo-slide-12 .text-item {
  left: 2.32% !important;
  width: 23.13% !important;
  top: 29.56% !important;
}

.slide-id-tokyo-slide-13 .text-item {
  left: 2.32% !important;
  width: 23.13% !important;
  top: 23.3% !important;
}

:lang(ru) .slide-id-tokyo-slide-13 .text-item {
  top: 12.17% !important;
}

.slide-id-tokyo-slide-14 .text-item {
  left: 2.32% !important;
  width: 23.13% !important;
  top: 21.73% !important;
}

.slide-id-tokyo-slide-18 .text-item {
  right: 4.65% !important;
  width: 41.51% !important;
  bottom: 3px !important;
  top: 60.17% !important;
}

.slide-id-tokyo-slide-19 .text-item {
  left: 3.95% !important;
  bottom: 3px !important;
  top: 87.47% !important;
}

.slide-id-tokyo-slide-20 .text-item {
  left: 3.95% !important;
  bottom: 3px !important;
  top: 87.47% !important;
}

.slide-id-tokyo-slide-20a .text-item {
  left: 2.32% !important;
  width: 20.34% !important;
  bottom: 3px !important;
  top: 74.43% !important;
}

.slide-id-tokyo-slide-21 .text-item {
  left: 3.95% !important;
  bottom: 5px !important;
  top: 85.39% !important;
}

:lang(en) .slide-id-tokyo-slide-21 .text-item {
  left: 3.95% !important;
  bottom: 3px !important;
  top: 85.39% !important;
}

.slide-id-tokyo-slide-22b .text-item {
  left: 3.95% !important;
  bottom: 3px !important;
  top: 87.47% !important;
}

.slide-id-tokyo-slide-25 .text-item {
  left: 2.32% !important;
  width: 20.34% !important;
  bottom: 3px !important;
  top: 57.21% !important;
}

.slide-id-tokyo-slide-31b .text-item {
  right: 2.09% !important;
  width: 18.37% !important;
  bottom: 3px !important;
  top: 42.08% !important;
}

.slide-id-tokyo-slide-32 .text-item {
  left: 3.95% !important;
  bottom: 3px !important;
  top: 88.34% !important;
}

.slide-id-tokyo-slide-33 .text-item {
  right: 2.09% !important;
  width: 18.37% !important;
  bottom: 3px !important;
  top: 42.08% !important;
}

.slide-id-tokyo-slide-34 .text-item {
  left: 9.65% !important;
  width: 23.25% !important;
  bottom: 3px !important;
  top: 58.26% !important;
}

.slide-id-tokyo-slide-23 .text-item {
  left: 3.95% !important;
  bottom: 3px !important;
  top: 86.95% !important;
}

.slide-id-tokyo-slide-24 .text-item {
  left: 3.95% !important;
  bottom: 3px !important;
  top: 85.21% !important;
}

.slide-id-tokyo-slide-26 .text-item {
  left: 3.95% !important;
  bottom: 3px !important;
  top: 87.47% !important;
}

.slide-id-tokyo-slide-27 .text-item {
  left: 3.95% !important;
  bottom: 3px !important;
  top: 85.21% !important;
}

.slide-id-tokyo-slide-36 .text-item {
  left: 3.95% !important;
  bottom: 3px !important;
  top: 86.95% !important;
}

.slide-id-tokyo_final-dusk-shott .text-item {
  width: 18.6% !important;
  right: 2.32% !important;
  top: 48.34% !important;
}

.path-david-miscavige-epic-scientology-summer-continues-with-opening-of-tokyo-ideal-org #shell .scrolling-dots .slide-dot-over-right,
.path-david-miscavige-epic-scientology-summer-continues-with-opening-of-tokyo-ideal-org #shell .scrolling-dots .slide-dot-over-left,
.path-david-miscavige-continental-liaison-office-united-kingdom-grand-opening #shell .scrolling-dots .slide-dot-over-right,
.path-david-miscavige-continental-liaison-office-united-kingdom-grand-opening #shell .scrolling-dots .slide-dot-over-left {
  top: 1px;
}

.path-david-miscavige-epic-scientology-summer-continues-with-opening-of-tokyo-ideal-org .zoomedIn .menu-holder,
.path-david-miscavige-continental-liaison-office-united-kingdom-grand-opening .zoomedIn .menu-holder {
  left: 5%;
  bottom: 3%;
}

@media (min-width: 1025px) {
  .path-david-miscavige-epic-scientology-summer-continues-with-opening-of-tokyo-ideal-org #shell .scrolling-dots .slide-dots-holder-inner,
  .path-david-miscavige-continental-liaison-office-united-kingdom-grand-opening #shell .scrolling-dots .slide-dots-holder-inner {
    bottom: -3px;
  }
}

@media (max-width: 1025px) {
  .path-david-miscavige-advanced-org-saint-hill-united-kingdom-grand-opening #shell .slide-template-new-c-with-band .image-item-custom .floater-texter,
  .path-david-miscavige-continental-liaison-office-united-kingdom-grand-opening #shell .slide-template-new-c-with-band .image-item-custom .floater-texter {
    right: 23%;
  }
}

.slide-template-new-c-with-band .image-item-custom .slide-subhead,
.slide-template-new-c-with-band .image-item-custom .slide-subhead p {
  color: #B8D1ED;
}

.path-david-miscavige-advanced-org-saint-hill-united-kingdom-grand-opening .slide-template-new-c-with-band .image-item-custom,
.path-david-miscavige-continental-liaison-office-united-kingdom-grand-opening .slide-template-new-c-with-band .image-item-custom {
  color: #fff;
}

.path-david-miscavige-advanced-org-saint-hill-united-kingdom-grand-opening .slide-template-new-e-1d .image-item-custom2,
.path-david-miscavige-continental-liaison-office-united-kingdom-grand-opening .slide-template-new-e-1d .image-item-custom2 {
  width: 32% !important;
  right: -2% !important;
  top: 61% !important;
  padding-top: 26% !important;
}

.path-david-miscavige-advanced-org-saint-hill-united-kingdom-grand-opening .slide-template-new-n-0c .image-item-custom2,
.path-david-miscavige-continental-liaison-office-united-kingdom-grand-opening .slide-template-new-n-0c .image-item-custom2 {
  width: 27% !important;
  right: 3% !important;
  top: 61% !important;
  padding-top: 29% !important;
  left: auto !important;
}

.path-david-miscavige-advanced-org-saint-hill-united-kingdom-grand-opening .slide-template-new-e-1e .image-item-custom2,
.path-david-miscavige-continental-liaison-office-united-kingdom-grand-opening .slide-template-new-e-1e .image-item-custom2 {
  width: 26% !important;
  right: 1% !important;
  top: 63% !important;
  padding-top: 24% !important;
}

.path-david-miscavige-advanced-org-saint-hill-united-kingdom-grand-opening .slide-template-new-c-with-band.slide-template-new-i-2b .slide-subhead p,
.path-david-miscavige-advanced-org-saint-hill-united-kingdom-grand-opening .slide-template-new-c-with-band.slide-template-new-n-0c .slide-subhead p,
.path-david-miscavige-continental-liaison-office-united-kingdom-grand-opening .slide-template-new-c-with-band.slide-template-new-i-2b .slide-subhead p,
.path-david-miscavige-continental-liaison-office-united-kingdom-grand-opening .slide-template-new-c-with-band.slide-template-new-n-0c .slide-subhead p,
.path-david-miscavige-continental-liaison-office-united-kingdom-grand-opening .slide-template-new-b .slide-subhead p,
.path-david-miscavige-continental-liaison-office-united-kingdom-grand-opening .slide-template-new-e-1e .slide-subhead p,
.path-david-miscavige-continental-liaison-office-united-kingdom-grand-opening .slide-template-new-e-1d .slide-subhead p {
  margin-bottom: 2px !important;
}

.path-david-miscavige-advanced-org-saint-hill-united-kingdom-grand-opening .slide-template-new-b .image-item-custom2,
.path-david-miscavige-continental-liaison-office-united-kingdom-grand-opening .slide-template-new-b .image-item-custom2 {
  right: auto !important;
  left: 2% !important;
  top: 64.1% !important;
  width: 25% !important;
  padding-top: 25% !important;
}

.path-david-miscavige-advanced-org-saint-hill-united-kingdom-grand-opening .slide-template-new-c-with-band .image-item-custom,
.path-david-miscavige-continental-liaison-office-united-kingdom-grand-opening .slide-template-new-c-with-band .image-item-custom {
  height: 100px;
}

:lang(fr).path-david-miscavige-continental-liaison-office-united-kingdom-grand-opening .slide-template-new-c-with-band .image-item-custom,
:lang(nl).path-david-miscavige-continental-liaison-office-united-kingdom-grand-opening .slide-template-new-c-with-band .image-item-custom {
  height: 120px;
}

.path-david-miscavige-continental-liaison-office-united-kingdom-grand-opening .slide-id-slide-clouk-14 .text-item {
  width: 18.83% !important;
  right: 1.97% !important;
  top: 48% !important;
}

.path-david-miscavige-continental-liaison-office-united-kingdom-grand-opening .slide-template-new-e-1f .text-item {
  right: 2.32% !important;
  width: 23.25% !important;
  bottom: 65.39% !important;
  top: auto !important;
}

:lang(el).path-david-miscavige-continental-liaison-office-united-kingdom-grand-opening .slide-template-new-e-1f .text-item,
:lang(ru).path-david-miscavige-continental-liaison-office-united-kingdom-grand-opening .slide-template-new-e-1f .text-item {
  bottom: 63.3% !important;
  top: 10px !important;
}

:lang(de).path-david-miscavige-continental-liaison-office-united-kingdom-grand-opening .slide-template-new-e-1f .text-item {
  bottom: 63.3% !important;
}

.path-david-miscavige-continental-liaison-office-united-kingdom-grand-opening .custom-s-logo {
  display: none !important;
  pointer-events: none !important;
}

.path-david-miscavige-advanced-org-saint-hill-united-kingdom-grand-opening .slide-template-new-n-0c .image-item-2,
.path-david-miscavige-continental-liaison-office-united-kingdom-grand-opening .slide-template-new-n-0c .image-item-2 {
  top: 6.95% !important;
  right: 4.88% !important;
  width: 32.55% !important;
}

@media (max-width: 1040px) and (min-width: 767px) {
  .path-david-miscavige-continental-liaison-office-united-kingdom-grand-opening .slide-id-slide-clouk-25 .floater-texter {
    right: 30% !important;
  }
  .path-david-miscavige-continental-liaison-office-united-kingdom-grand-opening .slide-id-slide-clouk-26 .floater-texter h3 p {
    white-space: nowrap;
    margin-bottom: 0 !important;
  }
  .path-david-miscavige-continental-liaison-office-united-kingdom-grand-opening .slide-id-slide-clouk-26 .image-item-custom {
    padding-top: 5px !important;
  }
}

.path-david-miscavige-advanced-org-saint-hill-united-kingdom-grand-opening .slide-template-new-c-with-band.slide-template-new-n-0c .image-item-custom .floater-texter,
.path-david-miscavige-continental-liaison-office-united-kingdom-grand-opening .slide-template-new-c-with-band.slide-template-new-n-0c .image-item-custom .floater-texter {
  left: 5% !important;
  right: 27% !important;
}

.path-david-miscavige-continental-liaison-office-united-kingdom-grand-opening .slide-id-slide-clouk-27c .image-item-1 {
  height: 69.21% !important;
}

.path-david-miscavige-advanced-org-saint-hill-united-kingdom-grand-opening .slide-template-new-i-2b.slide-template-new-c-with-band .image-item-custom2,
.path-david-miscavige-continental-liaison-office-united-kingdom-grand-opening .slide-template-new-i-2b.slide-template-new-c-with-band .image-item-custom2 {
  width: 26% !important;
  left: 2% !important;
  top: 63% !important;
  padding-top: 25% !important;
}

.path-david-miscavige-advanced-org-saint-hill-united-kingdom-grand-opening .slide-template-new-i-2b.slide-template-new-c-with-band .image-item-custom .floater-texter,
.path-david-miscavige-continental-liaison-office-united-kingdom-grand-opening .slide-template-new-i-2b.slide-template-new-c-with-band .image-item-custom .floater-texter {
  left: 33%;
  right: 3%;
}

:lang(es) .slide-id-slide-clouk-26 .slide-wrapper slide h3.slide-subhead-smaller,
:lang(es) .slide-id-slide-clouk-26.slide-template-new-b .image-item-custom .floater-texter {
  line-height: 1.2em !important;
  padding-bottom: 0px;
}

:lang(es) .path-david-miscavige-advanced-org-saint-hill-united-kingdom-grand-opening .slide-template-new-i-2b.slide-template-new-c-with-band .image-item-custom .floater-texter,
:lang(es) .path-david-miscavige-continental-liaison-office-united-kingdom-grand-opening .slide-template-new-i-2b.slide-template-new-c-with-band .image-item-custom .floater-texter,
:lang(sv) .path-david-miscavige-advanced-org-saint-hill-united-kingdom-grand-opening .slide-template-new-i-2b.slide-template-new-c-with-band .image-item-custom .floater-texter,
:lang(sv) .path-david-miscavige-continental-liaison-office-united-kingdom-grand-opening .slide-template-new-i-2b.slide-template-new-c-with-band .image-item-custom .floater-texter {
  left: 28%;
  right: 1%;
}

:lang(de) .path-david-miscavige-advanced-org-saint-hill-united-kingdom-grand-opening .slide-template-new-i-2b.slide-template-new-c-with-band .image-item-custom .floater-texter,
:lang(de) .path-david-miscavige-continental-liaison-office-united-kingdom-grand-opening .slide-template-new-i-2b.slide-template-new-c-with-band .image-item-custom .floater-texter {
  left: 30%;
  right: 3%;
}

:lang(pt) .path-david-miscavige-advanced-org-saint-hill-united-kingdom-grand-opening .slide-template-new-i-2b.slide-template-new-c-with-band .image-item-custom .floater-texter,
:lang(pt) .path-david-miscavige-continental-liaison-office-united-kingdom-grand-opening .slide-template-new-i-2b.slide-template-new-c-with-band .image-item-custom .floater-texter {
  left: 27%;
  right: 2%;
  line-height: 1.1em;
}

:lang(pt) .path-david-miscavige-continental-liaison-office-united-kingdom-grand-opening .slide-template-new-c-with-band.slide-template-new-b .image-item-custom .floater-texter {
  line-height: 1.1em;
}

:lang(el) .path-david-miscavige-advanced-org-saint-hill-united-kingdom-grand-opening #editable_body_holder .medium-insert-images-left {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .path-david-miscavige-advanced-org-saint-hill-united-kingdom-grand-opening .floater-texter > p,
  .path-david-miscavige-continental-liaison-office-united-kingdom-grand-opening .floater-texter > p {
    display: none !important;
  }
  .path-david-miscavige-advanced-org-saint-hill-united-kingdom-grand-opening .floater-texter h3 p,
  .path-david-miscavige-continental-liaison-office-united-kingdom-grand-opening .floater-texter h3 p {
    font-size: 12px;
    line-height: 1.2;
  }
  .path-david-miscavige-advanced-org-saint-hill-united-kingdom-grand-opening .image-item-custom,
  .path-david-miscavige-continental-liaison-office-united-kingdom-grand-opening .image-item-custom {
    max-height: 45px;
  }
}

.mobile-caption-lightbox-overlay .caption-meta,
#header_slideshow_wraper slide .caption-meta {
  display: none !important;
}

.slide-wrapper slide h3.slide-subhead {
  text-transform: uppercase;
}

.slide-wrapper slide.slide-templated-new .item.text-item p,
.slide-wrapper slide.slide-templated-new .item.slider-captions-more-full p {
  display: inline;
}

/*
.path-david-miscavige-epic-scientology-summer-continues-with-opening-of-tokyo-ideal-org .slide-id-tokyo-slide-28 .text-item {
	right: CSSPercentX(11) !important;
}
*/
.page-type-press-release .slide-wrapper slide h3.slide-subhead.slide-subhead-smaller {
  font-size: 18px;
  line-height: 22px;
}

.path-david-miscavige-epic-scientology-summer-continues-with-opening-of-tokyo-ideal-org .slide-id-tokyo-slide-22 .image-item-2 {
  right: 2.32% !important;
}

.path-david-miscavige-epic-scientology-summer-continues-with-opening-of-tokyo-ideal-org .slide-id-tokyo-slide-20a .image-item-3 {
  width: 25% !important;
  left: 0;
}

.path-david-miscavige-epic-scientology-summer-continues-with-opening-of-tokyo-ideal-org .slide-id-tokyo-slide-18 .text-item {
  width: 36.39% !important;
  right: 7.09% !important;
}

:lang(ru) .path-david-miscavige-epic-scientology-summer-continues-with-opening-of-tokyo-ideal-org .slide-id-tokyo-slide-18 .text-item {
  width: 41.86% !important;
  right: 4.06% !important;
}

.path-david-miscavige-epic-scientology-summer-continues-with-opening-of-tokyo-ideal-org .slide-id-tokyo-slide-18alt .text-item {
  width: 30.11% !important;
  left: 4.41% !important;
}

.path-david-miscavige-epic-scientology-summer-continues-with-opening-of-tokyo-ideal-org .slide-id-tokyo-slide-5b .text-item {
  width: 23.72% !important;
  right: 1.74% !important;
}

.page-type-press-release .mobile-caption-lightbox-overlay .lead {
  font-size: inherit;
  font-weight: bold;
}

.path-news-seattle-scientologists-forge-alliances-to-curtail-drug-abuse #shell .s-double-tri .org-banner-logo,
.path-news-countering-drug-myths-in-seattle #shell .s-double-tri .org-banner-logo,
.org-domain-sead #shell .s-double-tri .org-banner-logo {
  width: 221% !important;
  top: 12px;
  left: -88%;
}

/*.org-domain-fso #shell .s-double-tri .org-banner-logo {
	width: 185% !important;
	top: -1px;
	left: -72%;
	}*/
.org-domain-fso #content_container article#content #sidebar_left {
  padding-right: 16px;
  padding-left: 16px;
}

/*.org-domain-fso .primary-nav-menu.container li.menu-item:last-child a[href="/news/"] {
	display: none;
	}*/
.org-domain-fso .primary-nav-menu.container li.menu-item:nth-last-child(2) {
  border-right: none;
}

.path-news #banner_logo .s-double-tri {
  overflow: visible;
}

.path-courses #banner_logo .s-double-tri {
  opacity: 0.65;
}

/* HACK denver's got no news - yet */
.org-domain-dvr .top-menu .menu-item:last-child {
  display: none;
}

@media (max-width: 428px) {
  .page-type-inside-our-church #shell .gcui-inline-image {
    float: none;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
  .page-type-inside-our-church #shell .gcui-inline-image img {
    width: 100%;
  }
  .page-type-inside-our-church-life-improvement-center #shell .slideshow-single-slide .fso-slide-mobile-numbers {
    display: none;
  }
  .page-type-inside-our-church-life-improvement-center #shell .slideshow-single-slide.slide-wrapper .slide-holder slide .text-item {
    max-height: none;
  }
}

/* undo bootstrap's .show class */
#shell slide.show.show-lightbox {
  display: inline-block !important;
}

@media (max-width: 768px) {
  #shell slide.show {
    display: inline-block !important;
  }
}

.inside-our-church-slideshow slide .item.text-item > strong {
  color: #326195;
  text-transform: uppercase;
  font-weight: 400;
}

.path-david-miscavige-churchopenings-church-of-scientology-twin-cities-minnesota .inside-our-church-slideshow slide:nth-child(7) .item.text-item,
.path-david-miscavige-churchopenings-church-of-scientology-twin-cities-minnesota .inside-our-church-slideshow slide:nth-child(5) .item.text-item,
.path-david-miscavige-churchopenings-church-of-scientology-twin-cities-minnesota .inside-our-church-slideshow slide:nth-child(4) .item.text-item,
.path-david-miscavige-churchopenings-grand-opening-scientology-ideal-organization-denver .inside-our-church-slideshow slide:nth-child(2) .item.text-item,
.path-david-miscavige-churchopenings-grand-opening-scientology-ideal-organization-denver .inside-our-church-slideshow slide:nth-child(6) .item.text-item,
.path-david-miscavige-churchopenings-grand-opening-scientology-ideal-organization-denver .inside-our-church-slideshow slide:nth-child(10) .item.text-item,
.page-type-inside-our-church.org-domain-ccnash .inside-our-church-slideshow slide:nth-child(3) .item.text-item {
  left: -10px !important;
  width: 240px !important;
}

.path-david-miscavige-churchopenings-church-of-scientology-twin-cities-minnesota .inside-our-church-slideshow slide:nth-child(7) .item.text-item,
.path-david-miscavige-churchopenings-church-of-scientology-twin-cities-minnesota .inside-our-church-slideshow slide:nth-child(5) .item.text-item,
.path-david-miscavige-churchopenings-church-of-scientology-twin-cities-minnesota .inside-our-church-slideshow slide:nth-child(4) .item.text-item,
.path-david-miscavige-churchopenings-grand-opening-scientology-ideal-organization-denver .inside-our-church-slideshow slide:nth-child(2) .item.text-item,
.path-david-miscavige-churchopenings-grand-opening-scientology-ideal-organization-denver .inside-our-church-slideshow slide:nth-child(6) .item.text-item,
.path-david-miscavige-churchopenings-grand-opening-scientology-ideal-organization-denver .inside-our-church-slideshow slide:nth-child(10) .item.text-item,
.page-type-inside-our-church.org-domain-ccnash .inside-our-church-slideshow slide:nth-child(3) .item.text-item {
  line-height: 17px;
  font-size: 12px;
}

.path-david-miscavige-churchopenings-church-of-scientology-twin-cities-minnesota .inside-our-church-slideshow slide:nth-child(9) .item.text-item,
.path-david-miscavige-churchopenings-grand-opening-scientology-ideal-organization-denver .inside-our-church-slideshow slide:nth-child(11) .item.text-item,
.path-david-miscavige-churchopenings-grand-opening-scientology-ideal-organization-denver .inside-our-church-slideshow slide:nth-child(7) .item.text-item,
.page-type-inside-our-church.org-domain-tcd .inside-our-church-slideshow slide:nth-child(7) .item.text-item,
.page-type-inside-our-church.org-domain-ccnash .inside-our-church-slideshow slide:nth-child(9) .item.text-item {
  right: -20px !important;
  width: 220px !important;
}

.path-david-miscavige-churchopenings-church-of-scientology-twin-cities-minnesota .inside-our-church-slideshow slide:nth-child(9) .item.text-item {
  right: 0 !important;
}

.path-david-miscavige-churchopenings-church-of-scientology-twin-cities-minnesota .inside-our-church-slideshow slide:nth-child(9) .item.text-item,
.path-david-miscavige-churchopenings-grand-opening-scientology-ideal-organization-denver .inside-our-church-slideshow slide:nth-child(11) .item.text-item,
.path-david-miscavige-churchopenings-grand-opening-scientology-ideal-organization-denver .inside-our-church-slideshow slide:nth-child(7) .item.text-item,
.page-type-inside-our-church.org-domain-tcd .inside-our-church-slideshow slide:nth-child(7) .item.text-item,
.page-type-inside-our-church.org-domain-ccnash .inside-our-church-slideshow slide:nth-child(9) .item.text-item {
  line-height: 17px;
  font-size: 12px;
}

.path-david-miscavige-epic-scientology-summer-continues-with-opening-of-tokyo-ideal-org .slide-id-tokyo-slide-22 .image-item-2 {
  right: 2.32% !important;
}

:lang(it) .path-david-miscavige-epic-scientology-summer-continues-with-opening-of-tokyo-ideal-org .slide-id-tokyo-slide-28 .text-item {
  right: 0.58% !important;
  left: 245px !important;
}

.path-david-miscavige-epic-scientology-summer-continues-with-opening-of-tokyo-ideal-org .slide-id-tokyo-slide-20a .image-item-3 {
  width: 25% !important;
  left: 0;
}

/*
.slide-id-tokyo-slide-32 .image-item-1 {
	top: CSSPercentY(126) !important;
}
*/
.path-david-miscavige-epic-scientology-summer-continues-with-opening-of-tokyo-ideal-org .slide-wrapper slide.slide-templated-new.slide-id-tokyo-slide-8 .item.text-item p {
  display: block;
}

.path-david-miscavige-epic-scientology-summer-continues-with-opening-of-tokyo-ideal-org .slide-id-tokyo-slide-29 .item.text-item {
  left: 0.23% !important;
  width: 17.44% !important;
  top: 47.47% !important;
}

.path-david-miscavige-epic-scientology-summer-continues-with-opening-of-tokyo-ideal-org .item.text-item,
.path-david-miscavige-epic-scientology-summer-continues-with-opening-of-tokyo-ideal-org .item.text-item * {
  background: none !important;
}

.path-david-miscavige-epic-scientology-summer-continues-with-opening-of-tokyo-ideal-org .slide-id-tokyo-slide-28 .image-item-2 {
  left: 9.3% !important;
  width: 20.93% !important;
  top: 65.73% !important;
}

#shell .slide-id-tokyo-slide-28 .image-item-2 {
  left: 43px !important;
}

:lang(ru) #shell .slide-id-tokyo-slide-28 .image-item-2 {
  left: 10px !important;
}

.slide-template-new-d-0f .text-item {
  left: 245px !important;
  right: 5px !important;
}

/*  old translation

:lang(ru) .path-david-miscavige-epic-scientology-summer-continues-with-opening-of-tokyo-ideal-org .slide-id-tokyo-slide-28 .text-item {
	left: 200px !important;
	right: 0px !important;
	line-height: 1.3em;
}

:lang(ru) .slide-id-tokyo-slide-31c  .text-item {
	right: 1%;
}

.path-david-miscavige-epic-scientology-summer-continues-with-opening-of-tokyo-ideal-org .slide-id-tokyo-slide-28 .text-item {
	right: CSSPercentX(11) !important;
}
:lang(de) .path-david-miscavige-epic-scientology-summer-continues-with-opening-of-tokyo-ideal-org .slide-id-tokyo-slide-28 .text-item {
	line-height: 1.2em;
}
:lang(de) .path-david-miscavige-epic-scientology-summer-continues-with-opening-of-tokyo-ideal-org .slide-id-tokyo-slide-31c .text-item {
	line-height: 1.2em;
	top: CSSPercentY(440) !important; */
/*
.path-david-miscavige-epic-scientology-summer-continues-with-opening-of-tokyo-ideal-org .slide-id-tokyo-slide-28 .text-item {
	right: CSSPercentX(11) !important;
}
*/
.slide-id-tokyo-slide-35 .text-item {
  width: 65.34% !important;
}

.page-type-press-release .slide-wrapper slide h3.slide-subhead.slide-subhead-smaller {
  font-size: 18px;
  line-height: 22px;
}

body[class*="path-how-we-help-narconon-grand-opening-narconon-"] #sidebar_left .how-we-help-narconon-sidebar .sidebar-title {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 7px;
  margin-top: 0px;
  color: gray;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
  text-align: left;
  margin-left: 7px;
}

body[class*="path-how-we-help-narconon-grand-opening-narconon-"] #sidebar_left .how-we-help-narconon-sidebar .sidebar-title .top-big {
  color: #598966;
}

body[class*="path-how-we-help-narconon-grand-opening-narconon-"] #sidebar_left .how-we-help-narconon-sidebar .sidebar-title .top-small {
  color: #999;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 2px;
  font-weight: normal;
  letter-spacing: 0px;
}

body[class*="path-how-we-help-narconon-grand-opening-narconon-"] .editable-attr-Headline {
  color: #598966;
}

.slide-id-nnuk-slide-02 .text-item {
  left: 3.95% !important;
  bottom: auto !important;
  top: 87.3% !important;
}

.slide-id-nnuk-slide-02B .text-item {
  left: 2.32% !important;
  width: 20.93% !important;
  bottom: auto !important;
  top: 79.13% !important;
}

.slide-id-nnuk-slide-07 .text-item {
  left: 3.95% !important;
  bottom: auto !important;
  top: 85.21% !important;
}

.slide-id-nnuk-slide-03-2 .text-item {
  width: 23.25% !important;
  right: 2.32% !important;
  top: 20.17% !important;
}

:lang(ru) .slide-id-nnuk-slide-03-2 .text-item,
:lang(nl) .slide-id-nnuk-slide-03-2 .text-item,
:lang(el) .slide-id-nnuk-slide-03-2 .text-item {
  top: 10.43% !important;
}

.slide-id-nnuk-slide-03 .text-item {
  left: 2.32% !important;
  width: 23.25% !important;
  top: 28% !important;
}

:lang(el) .slide-id-nnuk-slide-03 .text-item {
  top: 13.91% !important;
}

.slide-id-nnuk-slide-04 .text-item {
  width: 23.13% !important;
  right: 2.32% !important;
  top: 26.43% !important;
}

:lang(el) .slide-id-nnuk-slide-04 .text-item {
  top: 8.69% !important;
}

.slide-id-nnuk-slide-05 .text-item {
  left: 2.32% !important;
  width: 23.13% !important;
  top: 28% !important;
}

:lang(el) .slide-id-nnuk-slide-05 .text-item {
  top: 10.43% !important;
}

.slide-id-nnuk-slide-06 .text-item {
  left: 2.32% !important;
  width: 23.13% !important;
  top: 26.43% !important;
}

:lang(ru) .slide-id-nnuk-slide-06 .text-item,
:lang(nl) .slide-id-nnuk-slide-06 .text-item,
:lang(el) .slide-id-nnuk-slide-06 .text-item {
  top: 12.17% !important;
}

.slide-id-nnuk-slide-06b .text-item {
  width: 23.13% !important;
  right: 2.32% !important;
  top: 37.39% !important;
}

.slide-id-nnuk-slide-06c .text-item {
  left: 2.32% !important;
  width: 20.93% !important;
  bottom: auto !important;
  top: 79.13% !important;
}

:lang(ru) .slide-id-nnuk-slide-06c .text-item {
  width: 23.25% !important;
}

.slide-id-nnuk-slide-06g .text-item {
  right: 6.97% !important;
  width: 29.06% !important;
  bottom: auto !important;
  top: 57.39% !important;
}

.slide-id-nnuk-slide-07-2 .text-item {
  right: 5.11% !important;
  width: 32.79% !important;
  bottom: auto !important;
  top: 80.52% !important;
}

.slide-id-nnuk-slide-09 .text-item {
  width: 20.11% !important;
  right: 2.32% !important;
  top: 43.65% !important;
}

.slide-id-nnuk-slide-10 .text-item {
  left: 3.95% !important;
  bottom: auto !important;
  top: 87.3% !important;
}

.slide-id-nnuk-slide-11 .text-item {
  left: 2.32% !important;
  width: 20.34% !important;
  bottom: auto !important;
  top: 40.34% !important;
}

.slide-id-nnuk-slide-12 .text-item {
  right: 20.69% !important;
  width: 19.76% !important;
  bottom: auto !important;
  top: 76.52% !important;
}

.slide-id-nnuk-slide-13 .text-item {
  right: 0% !important;
  width: 23.25% !important;
  bottom: auto !important;
  top: 41.04% !important;
}

.slide-id-nnuk-slide-16 .text-item {
  width: 20.11% !important;
  right: 2.32% !important;
  top: 43.65% !important;
}

.slide-id-nnuk-slide-18 .text-item {
  left: 3.95% !important;
  bottom: auto !important;
  top: 88.34% !important;
}

.slide-id-nneu-slide-02 .text-item {
  left: 3.95% !important;
  bottom: auto !important;
  top: 87.47% !important;
}

/*.slide-id-nneu-slide-02-1 .text-item {
	right: CSSPercentX(0) !important;
	width: CSSPercentX(200) !important;
	bottom: auto !important;
	top: CSSPercentY(431) !important;
}
*/
.slide-id-nneu-slide-06e .text-item {
  width: 20.23% !important;
  right: 2.32% !important;
  top: 45.21% !important;
}

.slide-id-nneu-slide-03-3 .text-item {
  left: 2.32% !important;
  width: 23.25% !important;
  top: 26.43% !important;
}

.slide-id-nneu-slide-03 .text-item {
  width: 23.25% !important;
  right: 2.32% !important;
  top: 23.3% !important;
}

:lang(el) .slide-id-nneu-slide-03 .text-item {
  top: 8.69% !important;
}

.slide-id-nneu-slide-04 .text-item {
  left: 2.32% !important;
  width: 23.25% !important;
  top: 26.43% !important;
}

:lang(nl) .slide-id-nneu-slide-04 .text-item {
  left: 1.74% !important;
  width: 24.88% !important;
}

:lang(ru) .slide-id-nneu-slide-04 .text-item,
:lang(el) .slide-id-nneu-slide-04 .text-item {
  top: 10.43% !important;
}

.slide-id-nneu-slide-05 .text-item {
  width: 23.25% !important;
  right: 2.32% !important;
  top: 15.47% !important;
}

:lang(ru) .slide-id-nneu-slide-05 .text-item,
:lang(de) .slide-id-nneu-slide-05 .text-item,
:lang(el) .slide-id-nneu-slide-05 .text-item,
:lang(it) .slide-id-nneu-slide-05 .text-item {
  top: 6.95% !important;
}

.slide-id-nneu-slide-06 .text-item {
  width: 23.25% !important;
  right: 2.32% !important;
  top: 17.04% !important;
}

:lang(ru) .slide-id-nneu-slide-06 .text-item {
  top: 6.95% !important;
}

:lang(el) .slide-id-nneu-slide-06 .text-item {
  width: 24.41% !important;
  right: 1.74% !important;
  top: 6.08% !important;
  line-height: 1.3em;
}

.slide-id-nneu-slide-06b .text-item {
  width: 23.25% !important;
  right: 2.32% !important;
  top: 28% !important;
}

:lang(el) .slide-id-nneu-slide-06b .text-item {
  top: 12.17% !important;
}

.slide-id-nneu-slide-06-2 .text-item {
  left: 6.97% !important;
  width: 29.06% !important;
  bottom: auto !important;
  top: 69.04% !important;
}

.slide-id-nneu-slide-06c .text-item {
  right: 2.32% !important;
  width: 23.25% !important;
  bottom: auto !important;
  top: 67.13% !important;
}

.slide-id-nneu-slide-06d .text-item {
  right: 20.69% !important;
  width: 19.76% !important;
  bottom: auto !important;
  top: 79.65% !important;
}

.slide-id-nneu-slide-09 .text-item {
  left: 2.32% !important;
  width: 20.93% !important;
  bottom: auto !important;
  top: 86.6% !important;
}

.slide-id-nneu-slide-10 .text-item {
  left: 3.95% !important;
  bottom: auto !important;
  top: 87.65% !important;
}

.slide-id-nneu-slide-11 .text-item {
  left: 2.32% !important;
  width: 20.34% !important;
  bottom: auto !important;
  top: 40.34% !important;
}

:lang(nl) .slide-id-nneu-slide-11 .text-item {
  width: 21.74% !important;
}

.slide-id-nneu-slide-13 .text-item {
  width: 20.11% !important;
  right: 2.32% !important;
  top: 43.65% !important;
}

.slide-id-nneu-slide-14 .text-item {
  left: 7.55% !important;
  width: 27.44% !important;
  bottom: auto !important;
  top: 75.47% !important;
}

.slide-id-nneu-slide-15 .text-item {
  left: 2.32% !important;
  width: 20.93% !important;
  bottom: auto !important;
  top: 45.56% !important;
}

:lang(ja) .slide-id-nneu-slide-15 .text-item {
  width: 22.9% !important;
}

.slide-id-nneu-slide-16 .text-item {
  right: 0% !important;
  width: 23.25% !important;
  bottom: auto !important;
  top: 45.56% !important;
}

.slide-id-nneu-slide-16-2 .text-item {
  left: 2.32% !important;
  width: 23.25% !important;
  bottom: auto !important;
  top: 53.91% !important;
}

.slide-id-nneu-slide-17 .text-item {
  width: 20.23% !important;
  right: 2.32% !important;
  top: 42.08% !important;
}

.slide-id-nneu-slide-19 .text-item {
  left: 3.95% !important;
  bottom: auto !important;
  top: 80% !important;
}

#shell .slide-id-nnuk-slide-02B .text-item,
#shell .slide-id-nnuk-slide-06c .text-item {
  bottom: 70.6% !important;
}

:lang(nl) #shell .slide-id-nnuk-slide-06c .text-item,
:lang(nl) #shell .slide-id-nnuk-slide-02B .text-item,
:lang(ru) #shell .slide-id-nnuk-slide-06c .text-item,
:lang(ru) #shell .slide-id-nnuk-slide-02B .text-item,
:lang(de) #shell .slide-id-nnuk-slide-02B .text-item,
:lang(el) #shell .slide-id-nnuk-slide-02B .text-item,
:lang(it) #shell .slide-id-nnuk-slide-02B .text-item {
  bottom: 61.91% !important;
}

:lang(nl) .slide-id-nnuk-slide-06c.slide-template-new-f-1f .image-item-2,
:lang(nl) .slide-id-nnuk-slide-02B.slide-template-new-f-1f .image-item-2,
:lang(ru) .slide-id-nnuk-slide-06c.slide-template-new-f-1f .image-item-2,
:lang(ru) .slide-id-nnuk-slide-02B.slide-template-new-f-1f .image-item-2,
:lang(de) .slide-id-nnuk-slide-02B.slide-template-new-f-1f .image-item-2,
:lang(el) .slide-id-nnuk-slide-02B.slide-template-new-f-1f .image-item-2,
:lang(it) .slide-id-nnuk-slide-02B.slide-template-new-f-1f .image-item-2 {
  top: 42.52%;
}

#shell .slide-id-nneu-slide-06d.slide-template-new-n-3 .text-item {
  right: 0.79% !important;
  width: 18.04% !important;
  bottom: auto !important;
  top: 48.69% !important;
}

#shell .slide-id-nneu-slide-06-2 .image-item-2 {
  top: 10.43%;
  left: 6.97%;
  width: 29.06%;
}

#shell .slide-id-nneu-slide-06-2 .text-item {
  width: 29.3% !important;
}

:lang(fr) #shell .slide-id-nneu-slide-06-2 .text-item,
:lang(sv) #shell .slide-id-nneu-slide-06-2 .text-item,
:lang(ru) #shell .slide-id-nneu-slide-06-2 .text-item,
:lang(da) #shell .slide-id-nneu-slide-06-2 .text-item,
:lang(pt) #shell .slide-id-nneu-slide-06-2 .text-item,
:lang(nl) #shell .slide-id-nneu-slide-06-2 .text-item,
:lang(de) #shell .slide-id-nneu-slide-06-2 .text-item,
:lang(el) #shell .slide-id-nneu-slide-06-2 .text-item,
:lang(it) #shell .slide-id-nneu-slide-06-2 .text-item {
  left: 5.23% !important;
  width: 36.04% !important;
}

#shell .slide-id-nneu-slide-14 .text-item {
  left: 9.65% !important;
  width: 25.58% !important;
}

:lang(fr) #shell .slide-id-nneu-slide-14 .text-item,
:lang(ru) #shell .slide-id-nneu-slide-14 .text-item,
:lang(da) #shell .slide-id-nneu-slide-14 .text-item,
:lang(pt) #shell .slide-id-nneu-slide-14 .text-item,
:lang(nl) #shell .slide-id-nneu-slide-14 .text-item,
:lang(de) #shell .slide-id-nneu-slide-14 .text-item,
:lang(el) #shell .slide-id-nneu-slide-14 .text-item,
:lang(it) #shell .slide-id-nneu-slide-14 .text-item {
  line-height: 1.3;
  left: 6.16% !important;
  width: 30.23% !important;
}

#shell .slide-id-nnuk-slide-03-2 .text-item {
  width: 24.18% !important;
  right: 1.39% !important;
}

:lang(uk) .title.location-attr-output {
  margin-bottom: 5px !important;
}

.path-david-miscavige-epic-scientology-summer-continues-with-opening-of-tokyo-ideal-org_html .slide-template-new-g-2c .image-item-1 {
  top: 6.95%;
  height: 89.73%;
}

.path-david-miscavige-epic-scientology-summer-continues-with-opening-of-tokyo-ideal-org_html .slide-template-new-g-2c .image-item-2 {
  top: 6.95%;
  right: 0;
  width: 25.58%;
}

.path-david-miscavige-epic-scientology-summer-continues-with-opening-of-tokyo-ideal-org_html .slide-template-new-g-2c .image-item-3 {
  top: 41.04%;
  right: 2.32%;
  width: 23.25% !important;
}

@media (max-width: 420px) {
  .path-david-miscavige .editable-attr-Headline h1 {
    font-size: 1.6em;
  }
}

.slide-id-tokyo-slide-9b .image-item-3 {
  width: 23.25% !important;
}

/*
#shell .slide-id-tokyo-slide-28 .text-item {
	top: CSSPercentY(492) !important;
}
*/
#shell .slide-id-tokyo-slide-28 .image-item-2 {
  height: 31.3% !important;
}

.slide-id-nnlatam-slide-02 .text-item {
  left: 3.95% !important;
  bottom: auto !important;
  top: 87.65% !important;
}

.slide-id-nnlatam-slide-03 .text-item {
  left: 2.32% !important;
  width: 20.93% !important;
  bottom: auto !important;
  top: 71.65% !important;
}

:lang(it) .slide-id-nnlatam-slide-03 .text-item,
:lang(de) .slide-id-nnlatam-slide-03 .text-item {
  left: 1.74% !important;
  width: 23.25% !important;
}

:lang(ru) .slide-id-nnlatam-slide-03 .text-item,
:lang(pt) .slide-id-nnlatam-slide-03 .text-item {
  left: 1.74% !important;
  width: 24.41% !important;
  font-size: 0.9em;
}

:lang(pt) .slide-id-nnlatam-slide-03 .text-item {
  left: 1.74% !important;
  width: 24.41% !important;
  font-size: 0.9em;
}

.slide-id-nnlatam-slide-05 .text-item {
  width: 20.23% !important;
  right: 2.32% !important;
  top: 42.08% !important;
}

.slide-id-nnlatam-slide-06 .text-item {
  left: 2.32% !important;
  width: 23.25% !important;
  top: 23.3% !important;
}

:lang(el) .slide-id-nnlatam-slide-06 .text-item {
  left: 1.74% !important;
  width: 24.41% !important;
  top: 8.69% !important;
}

:lang(ru) .slide-id-nnlatam-slide-06 .text-item {
  /*     left: CSSPercentX(15) !important;
width: CSSPercentX(210) !important; */
  top: 8.69% !important;
}

.slide-id-nnlatam-slide-07 .text-item {
  left: 2.32% !important;
  width: 23.25% !important;
  top: 15.47% !important;
}

:lang(nl) .slide-id-nnlatam-slide-07 .text-item,
:lang(el) .slide-id-nnlatam-slide-07 .text-item {
  left: 2.09% !important;
  width: 24.41% !important;
  top: 5.73% !important;
  line-height: 1.3em;
}

:lang(ru) .slide-id-nnlatam-slide-07 .text-item {
  left: 2.09% !important;
  width: 24.41% !important;
  top: 7.82% !important;
  /*     line-height:1.3em; */
}

:lang(pt) .slide-id-nnlatam-slide-07 .text-item,
:lang(de) .slide-id-nnlatam-slide-07 .text-item,
:lang(it) .slide-id-nnlatam-slide-07 .text-item {
  top: 6.95% !important;
}

.slide-id-nnlatam-slide-08 .text-item {
  left: 2.32% !important;
  width: 23.25% !important;
  top: 29.56% !important;
}

.slide-id-nnlatam-slide-09 .text-item {
  width: 23.25% !important;
  right: 2.32% !important;
  top: 13.91% !important;
}

:lang(de) .slide-id-nnlatam-slide-09 .text-item,
:lang(el) .slide-id-nnlatam-slide-09 .text-item,
:lang(it) .slide-id-nnlatam-slide-09 .text-item {
  width: 24.41% !important;
  right: 1.74% !important;
  top: 5.21% !important;
}

:lang(ru) .slide-id-nnlatam-slide-09 .text-item {
  width: 24.41% !important;
  right: 1.74% !important;
  top: 7.82% !important;
}

:lang(pt) .slide-id-nnlatam-slide-09 .text-item,
:lang(nl) .slide-id-nnlatam-slide-09 .text-item {
  width: 24.41% !important;
  right: 1.74% !important;
  top: 6.95% !important;
}

.slide-id-nnlatam-slide-10 .text-item {
  width: 23.25% !important;
  right: 2.32% !important;
  top: 13.91% !important;
}

:lang(ru) .slide-id-nnlatam-slide-10 .text-item,
:lang(de) .slide-id-nnlatam-slide-10 .text-item,
:lang(el) .slide-id-nnlatam-slide-10 .text-item {
  width: 25% !important;
  right: 1.16% !important;
  top: 5.73% !important;
  line-height: 1.4em;
}

:lang(it) .slide-id-nnlatam-slide-10 .text-item {
  top: 5.21% !important;
}

.slide-id-nnlatam-slide-10-1 .text-item {
  width: 23.25% !important;
  right: 2.32% !important;
  top: 10.78% !important;
}

:lang(ru) .slide-id-nnlatam-slide-10-1 .text-item,
:lang(da) .slide-id-nnlatam-slide-10-1 .text-item {
  width: 23.83% !important;
  right: 1.16% !important;
  top: 6.95% !important;
  /* line-height:1.4em; */
}

:lang(nl) .slide-id-nnlatam-slide-10-1 .text-item {
  width: 24.41% !important;
  right: 0.46% !important;
  top: 5.91% !important;
  line-height: 1.4em;
}

:lang(el) .slide-id-nnlatam-slide-10-1 .text-item {
  width: 25.58% !important;
  right: 0.34% !important;
  top: 5.21% !important;
  line-height: 1.3em;
}

:lang(de) .slide-id-nnlatam-slide-10-1 .text-item,
:lang(it) .slide-id-nnlatam-slide-10-1 .text-item {
  top: 5.56% !important;
}

.slide-id-nnlatam-slide-11 .text-item {
  right: 2.32% !important;
  width: 23.25% !important;
  bottom: auto !important;
  top: 76.52% !important;
}

[dir="rtl"] .slide-id-nnlatam-slide-11 .image-item-1 {
  left: 0 !important;
}

[dir="rtl"] .slide-id-nnlatam-slide-11 .image-item-3 {
  right: 2.32%;
}

[dir="rtl"] .slide-id-nnlatam-slide-11 .image-item-2 {
  right: 0 !important;
}

:lang(el) .slide-id-nnlatam-slide-11 .text-item {
  right: 1.16% !important;
  width: 24.41% !important;
  top: 74.78% !important;
  line-height: 1.4em;
}

.slide-id-nnlatam-slide-11-2 .text-item {
  left: 3.95% !important;
  bottom: auto !important;
  top: 80% !important;
}

.slide-id-nnlatam-slide-11-1 .text-item {
  right: 0% !important;
  width: 22.09% !important;
  bottom: auto !important;
  top: 63.47% !important;
}

.slide-id-nnlatam-slide-13 .text-item {
  left: 3.95% !important;
  bottom: auto !important;
  top: 80% !important;
}

.slide-id-nnlatam-slide-14 .text-item {
  right: 0% !important;
  width: 23.25% !important;
  bottom: auto !important;
  top: 45.56% !important;
}

.slide-id-nnlatam-slide-15 .text-item {
  left: 3.95% !important;
  bottom: auto !important;
  top: 85.21% !important;
}

.slide-id-nnlatam-slide-16 .text-item {
  left: 3.95% !important;
  bottom: auto !important;
  top: 87.47% !important;
}

.slide-id-nnlatam-slide-19 .text-item {
  right: 0% !important;
  width: 23.25% !important;
  bottom: auto !important;
  top: 64.69% !important;
}

.slide-id-nnlatam-slide-20 .text-item {
  left: 3.95% !important;
  bottom: auto !important;
  top: 87.65% !important;
}

.slide-id-nnlatam-slide-21 .text-item {
  right: 5.81% !important;
  width: 31.39% !important;
  bottom: auto !important;
  top: 80.34% !important;
}

.slide-id-nnlatam-slide-21-1 .text-item {
  right: 3.13% !important;
  width: 22.09% !important;
  bottom: auto !important;
  top: 54.78% !important;
}

.slide-id-nnlatam-slide-22 .text-item {
  left: 2.32% !important;
  width: 19.76% !important;
  bottom: auto !important;
  top: 87.3% !important;
}

.slide-id-nnlatam-slide-23 .text-item {
  left: 3.95% !important;
  bottom: auto !important;
  top: 80% !important;
}

.slide-id-nnlatam-slide-24 .text-item {
  left: 3.95% !important;
  bottom: auto !important;
  top: 87.47% !important;
}

.slide-id-nnojai-slide-03 .text-item {
  right: 2.32% !important;
  width: 18.6% !important;
  bottom: auto !important;
  top: 88.34% !important;
}

.slide-id-nnojai-slide-04-2 .text-item {
  left: 3.95% !important;
  bottom: auto !important;
  top: 87.65% !important;
}

.slide-id-nnojai-slide-04-1 .text-item {
  left: 3.95% !important;
  bottom: auto !important;
  top: 87.65% !important;
}

.slide-id-nnojai-slide-04 .text-item {
  right: 11.62% !important;
  width: 29.06% !important;
  bottom: auto !important;
  top: 69.91% !important;
}

.slide-id-nnojai-slide-05 .text-item {
  width: 23.25% !important;
  right: 2.32% !important;
  top: 20.17% !important;
}

.slide-id-nnojai-slide-06 .text-item {
  left: 2.32% !important;
  width: 23.25% !important;
  top: 18.6% !important;
}

:lang(ru) .slide-id-nnojai-slide-06 .text-item,
:lang(pt) .slide-id-nnojai-slide-06 .text-item,
:lang(nl) .slide-id-nnojai-slide-06 .text-item,
:lang(de) .slide-id-nnojai-slide-06 .text-item {
  top: 6.95% !important;
}

:lang(el) .slide-id-nnojai-slide-06 .text-item {
  left: 0.58% !important;
  width: 25.58% !important;
  top: 5.21% !important;
  line-height: 1.3em;
}

.slide-id-nnojai-slide-07 .text-item {
  left: 2.32% !important;
  width: 23.25% !important;
  top: 23.3% !important;
}

:lang(el) .slide-id-nnojai-slide-07 .text-item,
:lang(el) .slide-id-nnojai-slide-07 .text-item {
  top: 8.69% !important;
}

.slide-id-nnojai-slide-08 .text-item {
  right: 2.32% !important;
  width: 23.25% !important;
  bottom: auto !important;
  top: 50.78% !important;
}

[dir="rtl"] .slide-id-nnojai-slide-08 .image-item-2 {
  right: 2.32%;
  left: auto;
}

[dir="rtl"] .slide-id-nnojai-slide-08 .image-item-1 {
  right: auto;
  left: 0;
}

.slide-id-nnojai-slide-09 .text-item {
  right: 2.32% !important;
  width: 18.6% !important;
  bottom: auto !important;
  top: 85.21% !important;
}

.slide-id-nnojai-slide-09-1 .text-item {
  left: 3.95% !important;
  bottom: auto !important;
  top: 85.21% !important;
}

.slide-id-nnojai-slide-09-3 .text-item {
  left: 2.32% !important;
  width: 20.93% !important;
  bottom: auto !important;
  top: 55.13% !important;
}

[dir="rtl"] .slide-id-nnojai-slide-09-3 .image-item-1 {
  right: 0% !important;
}

[dir="rtl"] .slide-id-nnojai-slide-09-3 .image-item-2 {
  left: 0% !important;
}

.slide-id-nnojai-slide-12 .text-item {
  left: 3.95% !important;
  bottom: auto !important;
  top: 85.21% !important;
}

.slide-id-nnojai-slide-13 .text-item {
  width: 20.23% !important;
  right: 2.32% !important;
  top: 37.39% !important;
}

.slide-id-nnojai-slide-14 .text-item {
  right: 0% !important;
  width: 23.25% !important;
  bottom: auto !important;
  top: 45.56% !important;
}

.slide-id-nnojai-slide-15 .text-item {
  left: 3.95% !important;
  bottom: auto !important;
  top: 80% !important;
}

.slide-id-nnojai-slide-18 .text-item {
  right: 12.79% !important;
  width: 25.58% !important;
  bottom: auto !important;
  top: 66.6% !important;
}

[dir="rtl"] .slide-id-nnojai-slide-18 .image-item-1 {
  right: auto;
  left: 0;
}

[dir="rtl"] .slide-id-nnojai-slide-18 .image-item-2 {
  right: 12.79%;
  left: auto;
}

.slide-id-nnojai-slide-19 .text-item {
  left: 5% !important;
  width: 32.55% !important;
  bottom: auto !important;
  top: 80% !important;
}

.slide-id-nnojai-slide-20 .text-item {
  width: 20.23% !important;
  right: 2.32% !important;
  top: 38.95% !important;
}

.slide-id-nnojai-slide-21 .text-item {
  left: 3.95% !important;
  bottom: auto !important;
  top: 80% !important;
}

.slide-id-nnojai-slide-22 .text-item {
  left: 3.95% !important;
  bottom: auto !important;
  top: 80% !important;
}

#shell .slide-id-nnlatam-slide-03 .image-item-3 {
  width: 25.58% !important;
  left: 0 !important;
}

[dir="rtl"] #shell .slide-id-nnlatam-slide-03 .image-item-1 {
  right: 0 !important;
}

[dir="rtl"] #shell .slide-id-nnlatam-slide-03 .image-item-2,
[dir="rtl"] #shell .slide-id-nnlatam-slide-03 .image-item-3 {
  left: 0 !important;
  right: auto;
}

#shell .slide-id-nnlatam-slide-22 .image-item-2 {
  top: 3.47% !important;
  left: 2.32% !important;
  width: 44.88% !important;
}

#shell .slide-id-nnlatam-slide-22 .image-item-3 {
  top: 60.86% !important;
  left: 2.32% !important;
}

#shell .slide-id-nnlatam-slide-22 .text-item {
  left: 24.88% !important;
  width: 22.09% !important;
  top: 60.86% !important;
}

[dir="rtl"] #shell .slide-id-nnlatam-slide-22 .text-item {
  right: 51.74% !important;
  right: auto !important;
}

/*
#shell .slide-id-nnlatam-slide-05 .text-item {
	width: CSSPercentX(182) !important;
}
*/
#shell .slide-id-nnlatam-slide-19 .text-item {
  width: 22.2% !important;
}

#shell .slide-id-nnojai-slide-02 .text-item {
  left: 32.09% !important;
  right: 1.74% !important;
  top: 85.39% !important;
}

:lang(de) #shell .slide-id-nnojai-slide-02 .text-item {
  right: 0% !important;
}

[dir="rtl"] #shell .slide-id-nnojai-slide-02 .image-item-2 {
  right: auto;
  left: 5.69% !important;
}

:lang(el) #shell .slide-id-nnojai-slide-02 .text-item {
  line-height: 1.2em;
}

#shell .slide-id-nnojai-slide-03 .text-item {
  right: 23.25% !important;
  width: 23.25% !important;
  top: 61.56% !important;
}

[dir="rtl"] #shell .slide-id-nnojai-slide-03 .image-item-1 {
  left: 0% !important;
}

#shell .slide-id-nnojai-slide-03 .image-item-2 {
  top: 3.82% !important;
  width: 45.34% !important;
  right: 2.32% !important;
}

#shell .slide-id-nnojai-slide-03 .image-item-3 {
  top: 61.56% !important;
  right: 2.32% !important;
}

:lang(el) #shell .slide-id-nnojai-slide-05 .text-item {
  top: 5.73% !important;
}

#shell .slide-id-nnojai-slide-09 .text-item {
  right: 23.25% !important;
  width: 23.25% !important;
  top: 61.56% !important;
}

/* [dir="rtl"] #shell .slide-id-nnojai-slide-09 .text-item {
	right: CSSPercentX(455) !important;
width: CSSPercentX(200) !important;
top: CSSPercentY(354) !important;
} */
#shell .slide-id-nnojai-slide-09 .image-item-2 {
  top: 3.82% !important;
  width: 45.34% !important;
  right: 2.32% !important;
}

#shell .slide-id-nnojai-slide-09 .image-item-3 {
  top: 61.56% !important;
  right: 2.32% !important;
}

.path-churches-ideal-orgs #main .site-col > .area-link > a {
  white-space: nowrap;
}

/* auto deck style */
#content_container #editable_body_holder > p:first-child > i:first-child {
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 20px;
  display: block;
}

.slide-id-fountain-slide-03 .text-item {
  left: 2.32% !important;
  width: 20.93% !important;
  bottom: auto !important;
  top: 76.86% !important;
}

.slide-id-fountain-slide-04 .text-item {
  right: 2.32% !important;
  width: 23.25% !important;
  bottom: auto !important;
  top: 67.13% !important;
}

.slide-id-fountain-slide-04b .text-item {
  left: 21.97% !important;
  width: 17.44% !important;
  bottom: auto !important;
  top: 81.56% !important;
}

.slide-id-fountain-slide-04b .image-item-1 {
  width: 56.86% !important;
}

.slide-id-fountain-slide-04b .image-item-3 {
  left: 21.39% !important;
}

/*
.slide-id-fountain-slide-04c .text-item {
	right: CSSPercentX(164) !important;
	width: CSSPercentX(160) !important;
	bottom: auto !important;
	top: CSSPercentY(435) !important;

}
*/
.slide-id-fountain-slide-06 .text-item {
  left: 9.88% !important;
  width: 30.23% !important;
  bottom: auto !important;
  top: 74.78% !important;
}

.slide-id-fountain-slide-07 .text-item {
  left: 7.55% !important;
  width: 27.44% !important;
  bottom: auto !important;
  top: 47.65% !important;
}

.slide-id-fountain-slide-08 .text-item {
  right: 2.09% !important;
  width: 18.37% !important;
  bottom: auto !important;
  top: 42.08% !important;
}

.slide-id-fountain-slide-09 .text-item {
  right: 5.23% !important;
  width: 32.55% !important;
  bottom: auto !important;
  top: 49.39% !important;
}

.slide-id-fountain-slide-10 .text-item {
  left: 2.32% !important;
  width: 33.13% !important;
  bottom: auto !important;
  top: 74.95% !important;
}

.slide-id-fountain-slide-12 .text-item {
  width: 18.37% !important;
  right: 2.32% !important;
  top: 40.52% !important;
}

.slide-id-fountain-slide-13 .text-item {
  left: 2.32% !important;
  width: 23.13% !important;
  top: 37.39% !important;
}

.slide-id-fountain-slide-14 .text-item {
  width: 23.13% !important;
  right: 2.32% !important;
  top: 42.08% !important;
}

.slide-id-crest-slide-02 .text-item {
  right: 3.13% !important;
  width: 22.09% !important;
  bottom: auto !important;
  top: 49.91% !important;
}

.slide-id-crest-slide-03 .text-item {
  left: 2.32% !important;
  width: 20.34% !important;
  bottom: auto !important;
  top: 40.34% !important;
}

.slide-id-crest-slide-05 .text-item {
  right: 6.97% !important;
  width: 36.04% !important;
  bottom: auto !important;
  top: 60.52% !important;
}

.slide-id-crest-slide-05b .text-item {
  right: 5.23% !important;
  width: 40.69% !important;
  bottom: auto !important;
  top: 59.13% !important;
}

.slide-id-crest-slide-07 .text-item {
  left: 4.65% !important;
  width: 33.72% !important;
  bottom: auto !important;
  top: 44% !important;
}

.slide-id-crest-slide-08 .text-item {
  right: 19.06% !important;
  width: 18.6% !important;
  bottom: auto !important;
  top: 77.21% !important;
}

.slide-id-crest-slide-09 .text-item {
  right: 2.32% !important;
  width: 23.25% !important;
  bottom: auto !important;
  top: 53.91% !important;
}

.slide-id-crest-slide-10 .text-item {
  left: 2.32% !important;
  width: 18.13% !important;
  top: 40% !important;
}

.slide-id-crest-slide-11 .text-item {
  right: 11.62% !important;
  width: 29.06% !important;
  bottom: auto !important;
  top: 69.91% !important;
}

.slide-id-crest-slide-12 .text-item {
  left: 3.95% !important;
  bottom: auto !important;
  top: 87.47% !important;
}

.slide-id-crest-slide-13 .text-item {
  left: 3.95% !important;
  bottom: auto !important;
  top: 87.65% !important;
}

/**


	#####      #     ######   #######  ###  #######  #     #
 #     #    # #    #     #     #      #   #     #  ##    #
 #         #   #   #     #     #      #   #     #  # #   #
 #        #     #  ######      #      #   #     #  #  #  #
 #        #######  #           #      #   #     #  #   # #
 #     #  #     #  #           #      #   #     #  #    ##
	#####   #     #  #           #     ###  #######  #     #


 #     #  #######  ###   #####   #     #  #######
 #     #  #         #   #     #  #     #     #
 #     #  #         #   #        #     #     #
 #######  #####     #   #  ####  #######     #
 #     #  #         #   #     #  #     #     #
 #     #  #         #   #     #  #     #     #
 #     #  #######  ###   #####   #     #     #


 #     #     #     #     #  ######   #        ###  #     #   #####
 #     #    # #    ##    #  #     #  #         #   ##    #  #     #
 #     #   #   #   # #   #  #     #  #         #   # #   #  #
 #######  #     #  #  #  #  #     #  #         #   #  #  #  #  ####
 #     #  #######  #   # #  #     #  #         #   #   # #  #     #
 #     #  #     #  #    ##  #     #  #         #   #    ##  #     #
 #     #  #     #  #     #  ######   #######  ###  #     #   #####


 */
/*

.templated-slider-build-2-1 #header_slideshow_wraper .slide-holder .slide-templated-new .text-item.auto-height:after {
	content: " ";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 60px;
	pointer-events: none;
	opacity: 1;
	@include vendor-prefix("transition", "opacity .05s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;");
	background: -moz-linear-gradient(top, rgba(243,243,243,0) 0%, rgba(243,243,243,0) 52%, rgba(243,243,243,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,243,243,0)), color-stop(52%,rgba(243,243,243,0)), color-stop(100%,rgba(243,243,243,1)));
	background: -webkit-linear-gradient(top, rgba(243,243,243,0) 0%,rgba(243,243,243,0) 52%,rgba(243,243,243,1) 100%);
	background: -o-linear-gradient(top, rgba(243,243,243,0) 0%,rgba(243,243,243,0) 52%,rgba(243,243,243,1) 100%);
	background: -ms-linear-gradient(top, rgba(243,243,243,0) 0%,rgba(243,243,243,0) 52%,rgba(243,243,243,1) 100%);
	background: linear-gradient(to bottom, rgba(243,243,243,0) 0%,rgba(243,243,243,0) 52%,rgba(243,243,243,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f3f3f3', endColorstr='#f3f3f3',GradientType=0 );
}

.templated-slider-build-2-1.slideshow-zoomed-in #header_slideshow_wraper .slide-holder .slide-templated-new .text-item.auto-height:after {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 52%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(52%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 52%,rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 52%,rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 52%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 52%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}


.templated-slider-build-2-1 #header_slideshow_wraper .slide-holder .slide-templated-new .text-item.auto-height:after:hover,
.templated-slider-build-2-1 #header_slideshow_wraper .slide-holder .slide-templated-new .text-item.auto-height:hover:after {
	opacity: 0;
	@include vendor-prefix("transition", "opacity .05s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;");
}

.templated-slider-build-2-1 #header_slideshow_wraper .slide-holder .slide-templated-new .text-item.auto-height {
	overflow: hidden;
	transition: max-height 0.3s ease-out;
	background-color: rgba(243, 243, 243, 0) !important;
	outline: 0 solid rgba(243,243,243,0);
}

.templated-slider-build-2-1 #header_slideshow_wraper .slide-holder .slide-templated-new .text-item.auto-height:hover {
	max-height: 500px !important;
	color: #000;
	z-index: 21;
	outline: 10px solid rgba(243,243,243,1);
	background-color: rgba(243, 243, 243, 1) !important;
}

.templated-slider-build-2-1.slideshow-zoomed-in #header_slideshow_wraper .slide-holder .slide-templated-new .text-item.auto-height:hover {
	color: #fff;
	background-color: rgba(0, 0, 0, 1) !important;
	outline: 10px solid transparent !important;
}
.templated-slider-build-2-1 #header_slideshow_wraper .slide-holder .slide-templated-new .text-item.auto-height:hover .lead {
	color: #124175;
}
.templated-slider-build-2-1.slideshow-zoomed-in #header_slideshow_wraper .slide-holder .slide-templated-new .text-item.auto-height:hover .lead {
	color: #aad4fa;
}

.templated-slider-build-2-1 #header_slideshow_wraper:not(.moving) .slide-holder .slide-templated-new .text-item.auto-height.animation-right-hold,
.templated-slider-build-2-1 #header_slideshow_wraper:not(.moving) .slide-holder .slide-templated-new .text-item.auto-height.animation-right-hold2,
.templated-slider-build-2-1 #header_slideshow_wraper:not(.moving) .slide-holder .slide-templated-new .text-item.auto-height.animation-left-hold,
.templated-slider-build-2-1 #header_slideshow_wraper:not(.moving) .slide-holder .slide-templated-new .text-item.auto-height.animation-left-hold2 {
	@include vendor-prefix("transition", "max-height .1s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color .2s cubic-bezier(0.25, 0.46, 0.45, 0.94), outline .1s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;");
}

.templated-slider-build-2-1 #header_slideshow_wraper:not(.moving) .slide-holder .slide-templated-new .text-item.auto-height.animation-right-hold:hover,
.templated-slider-build-2-1 #header_slideshow_wraper:not(.moving) .slide-holder .slide-templated-new .text-item.auto-height.animation-right-hold2:hover,
.templated-slider-build-2-1 #header_slideshow_wraper:not(.moving) .slide-holder .slide-templated-new .text-item.auto-height.animation-left-hold:hover,
.templated-slider-build-2-1 #header_slideshow_wraper:not(.moving) .slide-holder .slide-templated-new .text-item.auto-height.animation-left-hold2:hover {
	@include vendor-prefix("transition", "max-height .2s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color .4s cubic-bezier(0.25, 0.46, 0.45, 0.94), outline .2s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;");
}

.templated-slider-build-2-1 #header_slideshow_wraper .slide-stretcher {
	z-index: 1;
	@include vendor-prefix("transition", "z-index .1s cubic-bezier(0.25, 0.46, 0.45, 0.94) .1s;");
}

.templated-slider-build-2-1 #header_slideshow_wraper .slide-stretcher.text-hovered {
	z-index: 500;
	@include vendor-prefix("transition", "z-index .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);");
}

.templated-slider-build-2-1 #header_slideshow_wraper .slide-stretcher-outer:hover {
	outline: 2px solid red;
}

.templated-slider-build-2-1 .scrolling-dots .slide-dots-holder {
	overflow-x: hidden;
	overflow-y: visible;
}

.templated-slider-build-2-1 .scrolling-dots .slide-dots-holder-outer {
	height: 19px;
}

.templated-slider-build-2-1 .scrolling-dots .slide-dots-holder-outer:hover {
	overflow: visible;
}

.templated-slider-build-2-1 .scrolling-dots:hover .slide-dots-holder-outer {
	height: 19px !important;
}

.templated-slider-build-2-1.slideshow-zoomed-in #header_slideshow_wraper .slide-holder .slide-templated-new .text-item.auto-height {
	background-color: rgba(0, 0, 0, 0) !important;
}

*/
/*

 #######  #######  #     #  #     #  #######     #     ###  #     #
 #        #     #  #     #  ##    #     #       # #     #   ##    #
 #        #     #  #     #  # #   #     #      #   #    #   # #   #
 #####    #     #  #     #  #  #  #     #     #     #   #   #  #  #
 #        #     #  #     #  #   # #     #     #######   #   #   # #
 #        #     #  #     #  #    ##     #     #     #   #   #    ##
 #        #######   #####   #     #     #     #     #  ###  #     #

	 #####   #######  #        ######   #######  #     #       #####   ######   #######   #####   #######
 #     #  #     #  #        #     #  #        ##    #      #     #  #     #  #        #     #     #
 #        #     #  #        #     #  #        # #   #      #        #     #  #        #           #
 #  ####  #     #  #        #     #  #####    #  #  #      #        ######   #####     #####      #
 #     #  #     #  #        #     #  #        #   # #      #        #   #    #              #     #
 #     #  #     #  #        #     #  #        #    ##      #     #  #    #   #        #     #     #
	#####   #######  #######  ######   #######  #     #       #####   #     #  #######   #####      #

	*/
.path-david-miscavige-grand-opening-fountain-building-and-golden-crest .image-item-custom,
.path-david-miscavige-grand-opening-golden-crest .image-item-custom,
.path-david-miscavige-grand-opening-fountain-building .image-item-custom {
  background: rgba(61, 95, 141, 0.8);
  padding: 21px 28% 25px 0;
  z-index: 8;
}

.path-david-miscavige-grand-opening-fountain-building-and-golden-crest .fso-slide-imagemap .image-item-custom2,
.path-david-miscavige-grand-opening-golden-crest .fso-slide-imagemap .image-item-custom2,
.path-david-miscavige-grand-opening-fountain-building .fso-slide-imagemap .image-item-custom2 {
  right: auto !important;
  left: 5.1% !important;
  top: 71.1% !important;
  width: 20% !important;
  padding-top: 21% !important;
}

.path-david-miscavige-grand-opening-fountain-building .custom-s-logo {
  display: none !important;
}

.path-david-miscavige-grand-opening-fountain-building-and-golden-crest .slide-template-new-e-with-band .button,
.path-david-miscavige-grand-opening-fountain-building .slide-template-new-e-with-band .button,
.path-david-miscavige-grand-opening-golden-crest .slide-template-new-e-with-band .button,
.path-david-miscavige-grand-opening-fountain-building-and-golden-crest .slide-template-new-f-with-band .button,
.path-david-miscavige-grand-opening-fountain-building .slide-template-new-f-with-band .button,
.path-david-miscavige-grand-opening-golden-crest .slide-template-new-f-with-band .button,
.path-david-miscavige-grand-opening-fountain-building-and-golden-crest .slide-template-new-c-with-band .button,
.path-david-miscavige-grand-opening-fountain-building .slide-template-new-c-with-band .button,
.path-david-miscavige-grand-opening-golden-crest .slide-template-new-c-with-band .button,
.path-david-miscavige-grand-opening-fountain-building-and-golden-crest .fso-slide-imagemap .button,
.path-david-miscavige-grand-opening-golden-crest .fso-slide-imagemap .button,
.path-david-miscavige-grand-opening-fountain-building .fso-slide-imagemap .button {
  position: absolute;
  top: 50%;
  right: 1%;
  color: #fff;
  background: #2D6494;
  font-family: "Arapey", serif;
  line-height: 1.0;
  margin: 0 27px;
  padding: 16px 20px;
  outline: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 20px;
  opacity: 0.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  width: 23%;
}

:lang(el) .path-david-miscavige-grand-opening-fountain-building-and-golden-crest .slide-template-new-e-with-band .button,
:lang(el) .path-david-miscavige-grand-opening-fountain-building .slide-template-new-e-with-band .button,
:lang(el) .path-david-miscavige-grand-opening-golden-crest .slide-template-new-e-with-band .button,
:lang(el) .path-david-miscavige-grand-opening-fountain-building-and-golden-crest .slide-template-new-f-with-band .button,
:lang(el) .path-david-miscavige-grand-opening-fountain-building .slide-template-new-f-with-band .button,
:lang(el) .path-david-miscavige-grand-opening-golden-crest .slide-template-new-f-with-band .button,
:lang(el) .path-david-miscavige-grand-opening-fountain-building-and-golden-crest .slide-template-new-c-with-band .button,
:lang(el) .path-david-miscavige-grand-opening-fountain-building .slide-template-new-c-with-band .button,
:lang(el) .path-david-miscavige-grand-opening-golden-crest .slide-template-new-c-with-band .button,
:lang(el) .path-david-miscavige-grand-opening-fountain-building-and-golden-crest .fso-slide-imagemap .button,
:lang(el) .path-david-miscavige-grand-opening-golden-crest .fso-slide-imagemap .button,
:lang(el) .path-david-miscavige-grand-opening-fountain-building .fso-slide-imagemap .button {
  font-size: 18px !important;
}

:lang(es) .path-david-miscavige-grand-opening-fountain-building-and-golden-crest .slide-template-new-e-with-band .button,
:lang(es) .path-david-miscavige-grand-opening-fountain-building .slide-template-new-e-with-band .button,
:lang(es) .path-david-miscavige-grand-opening-golden-crest .slide-template-new-e-with-band .button,
:lang(es) .path-david-miscavige-grand-opening-fountain-building-and-golden-crest .slide-template-new-f-with-band .button,
:lang(es) .path-david-miscavige-grand-opening-fountain-building .slide-template-new-f-with-band .button,
:lang(es) .path-david-miscavige-grand-opening-golden-crest .slide-template-new-f-with-band .button,
:lang(es) .path-david-miscavige-grand-opening-fountain-building-and-golden-crest .slide-template-new-c-with-band .button,
:lang(es) .path-david-miscavige-grand-opening-fountain-building .slide-template-new-c-with-band .button,
:lang(es) .path-david-miscavige-grand-opening-golden-crest .slide-template-new-c-with-band .button,
:lang(es) .path-david-miscavige-grand-opening-fountain-building-and-golden-crest .fso-slide-imagemap .button,
:lang(es) .path-david-miscavige-grand-opening-golden-crest .fso-slide-imagemap .button,
:lang(es) .path-david-miscavige-grand-opening-fountain-building .fso-slide-imagemap .button {
  font-size: 18px !important;
}

.path-david-miscavige-grand-opening-golden-crest .slide-template-new-e-with-band .button:active,
.path-david-miscavige-grand-opening-golden-crest .slide-template-new-e-with-band .button:hover,
.path-david-miscavige-grand-opening-golden-crest .slide-template-new-f-with-band .button:active,
.path-david-miscavige-grand-opening-golden-crest .slide-template-new-f-with-band .button:hover,
.path-david-miscavige-grand-opening-golden-crest .slide-template-new-c-with-band .button:active,
.path-david-miscavige-grand-opening-golden-crest .slide-template-new-c-with-band .button:hover,
.path-david-miscavige-grand-opening-fountain-building-and-golden-crest .slide-template-new-e-with-band .button:active,
.path-david-miscavige-grand-opening-fountain-building-and-golden-crest .slide-template-new-e-with-band .button:hover,
.path-david-miscavige-grand-opening-fountain-building-and-golden-crest .slide-template-new-f-with-band .button:active,
.path-david-miscavige-grand-opening-fountain-building-and-golden-crest .slide-template-new-f-with-band .button:hover,
.path-david-miscavige-grand-opening-fountain-building-and-golden-crest .slide-template-new-c-with-band .button:active,
.path-david-miscavige-grand-opening-fountain-building-and-golden-crest .slide-template-new-c-with-band .button:hover,
.path-david-miscavige-grand-opening-fountain-building .slide-template-new-e-with-band .button:active,
.path-david-miscavige-grand-opening-fountain-building .slide-template-new-e-with-band .button:hover,
.path-david-miscavige-grand-opening-fountain-building .slide-template-new-f-with-band .button:active,
.path-david-miscavige-grand-opening-fountain-building .slide-template-new-f-with-band .button:hover,
.path-david-miscavige-grand-opening-fountain-building .slide-template-new-c-with-band .button:active,
.path-david-miscavige-grand-opening-fountain-building .slide-template-new-c-with-band .button:hover,
.path-david-miscavige-grand-opening-fountain-building-and-golden-crest .fso-slide-imagemap .button:active,
.path-david-miscavige-grand-opening-fountain-building-and-golden-crest .fso-slide-imagemap .button:hover,
.path-david-miscavige-grand-opening-golden-crest .fso-slide-imagemap .button:active,
.path-david-miscavige-grand-opening-golden-crest .fso-slide-imagemap .button:hover,
.path-david-miscavige-grand-opening-fountain-building .fso-slide-imagemap .button:active,
.path-david-miscavige-grand-opening-fountain-building .fso-slide-imagemap .button:hover {
  opacity: 1;
  text-decoration: none;
}

.path-david-miscavige-grand-opening-golden-crest .slide-template-new-e-with-band .button .button-arrow,
.path-david-miscavige-grand-opening-golden-crest .slide-template-new-f-with-band .button .button-arrow,
.path-david-miscavige-grand-opening-golden-crest .slide-template-new-c-with-band .button .button-arrow,
.path-david-miscavige-grand-opening-fountain-building-and-golden-crest .slide-template-new-e-with-band .button .button-arrow,
.path-david-miscavige-grand-opening-fountain-building-and-golden-crest .slide-template-new-f-with-band .button .button-arrow,
.path-david-miscavige-grand-opening-fountain-building-and-golden-crest .slide-template-new-c-with-band .button .button-arrow,
.path-david-miscavige-grand-opening-fountain-building .slide-template-new-e-with-band .button .button-arrow,
.path-david-miscavige-grand-opening-fountain-building .slide-template-new-f-with-band .button .button-arrow,
.path-david-miscavige-grand-opening-fountain-building .slide-template-new-c-with-band .button .button-arrow,
.path-david-miscavige-grand-opening-fountain-building-and-golden-crest .fso-slide-imagemap .button .button-arrow,
.path-david-miscavige-grand-opening-golden-crest .fso-slide-imagemap .button .button-arrow,
.path-david-miscavige-grand-opening-fountain-building .fso-slide-imagemap .button .button-arrow {
  font-size: 0.8em;
  margin-top: -1px;
  margin-left: 3px;
}

.path-david-miscavige-grand-opening-golden-crest .slide-template-new-e-with-band .floater-texter,
.path-david-miscavige-grand-opening-golden-crest .slide-template-new-f-with-band .floater-texter,
.path-david-miscavige-grand-opening-golden-crest .slide-template-new-c-with-band .floater-texter,
.path-david-miscavige-grand-opening-fountain-building-and-golden-crest .slide-template-new-e-with-band .floater-texter,
.path-david-miscavige-grand-opening-fountain-building-and-golden-crest .slide-template-new-f-with-band .floater-texter,
.path-david-miscavige-grand-opening-fountain-building-and-golden-crest .slide-template-new-c-with-band .floater-texter,
.path-david-miscavige-grand-opening-fountain-building .slide-template-new-e-with-band .floater-texter,
.path-david-miscavige-grand-opening-fountain-building .slide-template-new-f-with-band .floater-texter,
.path-david-miscavige-grand-opening-fountain-building .slide-template-new-c-with-band .floater-texter,
.path-david-miscavige-grand-opening-fountain-building-and-golden-crest .floater-texter,
.path-david-miscavige-grand-opening-golden-crest .fso-slide-imagemap .floater-texter,
.path-david-miscavige-grand-opening-fountain-building .fso-slide-imagemap .floater-texter {
  padding-left: 40.69%;
  color: rgba(240, 240, 240, 0.7);
  font-size: 20px;
  font-family: "Arapey", serif;
  line-height: 1.2;
}

.path-david-miscavige-grand-opening-golden-crest .slide-template-new-c-with-band .floater-texter,
.path-david-miscavige-grand-opening-fountain-building-and-golden-crest .slide-template-new-c-with-band .floater-texter,
.path-david-miscavige-grand-opening-fountain-building .slide-template-new-c-with-band .floater-texter {
  padding-left: 7.55%;
}

.path-david-miscavige-grand-opening-fountain-building-and-golden-crest .fso-slide-imagemap .image-item-custom2,
.path-david-miscavige-grand-opening-golden-crest .fso-slide-imagemap .image-item-custom2,
.path-david-miscavige-grand-opening-fountain-building .fso-slide-imagemap .image-item-custom2,
.path-david-miscavige-grand-opening-golden-crest .slide-id-fountain-slide-12 .image-item-custom2,
.path-david-miscavige-grand-opening-golden-crest .slide-id-fountain-slide-13 .image-item-custom2,
.path-david-miscavige-grand-opening-golden-crest .slide-id-fountain-slide-14 .image-item-custom2,
.path-david-miscavige-grand-opening-fountain-building-and-golden-crest .slide-id-fountain-slide-12 .image-item-custom2,
.path-david-miscavige-grand-opening-fountain-building-and-golden-crest .slide-id-fountain-slide-13 .image-item-custom2,
.path-david-miscavige-grand-opening-fountain-building-and-golden-crest .slide-id-fountain-slide-14 .image-item-custom2,
.path-david-miscavige-grand-opening-fountain-building .slide-id-fountain-slide-12 .image-item-custom2,
.path-david-miscavige-grand-opening-fountain-building .slide-id-fountain-slide-13 .image-item-custom2,
.path-david-miscavige-grand-opening-fountain-building .slide-id-fountain-slide-14 .image-item-custom2 {
  z-index: 10;
}

.path-david-miscavige-grand-opening-golden-crest .slide-id-fountain-slide-12 .image-item-custom2,
.path-david-miscavige-grand-opening-fountain-building-and-golden-crest .slide-id-fountain-slide-12 .image-item-custom2,
.path-david-miscavige-grand-opening-fountain-building .slide-id-fountain-slide-12 .image-item-custom2 {
  left: 6.5%;
}

.path-david-miscavige-advanced-org-saint-hill-united-kingdom-grand-opening .slide-template-new-f-1f .image-item-2,
.path-david-miscavige-grand-opening-golden-crest .slide-template-new-f-1f .image-item-2,
.path-david-miscavige-grand-opening-fountain-building-and-golden-crest .slide-template-new-f-1f .image-item-2,
.path-david-miscavige-grand-opening-fountain-building .slide-template-new-f-1f .image-item-2 {
  top: 37.39%;
}

.path-david-miscavige-advanced-org-saint-hill-united-kingdom-grand-opening .slide-template-new-f-1f .text-item,
.path-david-miscavige-grand-opening-golden-crest .slide-template-new-f-1f .text-item,
.path-david-miscavige-grand-opening-fountain-building-and-golden-crest .slide-template-new-f-1f .text-item,
.path-david-miscavige-grand-opening-fountain-building .slide-template-new-f-1f .text-item {
  bottom: 66.08% !important;
}

.path-david-miscavige-grand-opening-golden-crest .slide-template-new-o-3 .image-item-3,
.path-david-miscavige-grand-opening-fountain-building-and-golden-crest .slide-template-new-o-3 .image-item-3,
.path-david-miscavige-grand-opening-fountain-building .slide-template-new-o-3 .image-item-3 {
  top: 49.39%;
  left: 21.97%;
}

.path-david-miscavige-grand-opening-golden-crest .slide-template-new-o-3 .text-item,
.path-david-miscavige-grand-opening-fountain-building-and-golden-crest .slide-template-new-o-3 .text-item,
.path-david-miscavige-grand-opening-fountain-building .slide-template-new-o-3 .text-item {
  left: -0.59% !important;
  width: 20.93% !important;
  top: 49.39% !important;
}

.path-david-miscavige-grand-opening-golden-crest .slide-id-fountain-slide-04c .text-item,
.path-david-miscavige-grand-opening-fountain-building-and-golden-crest .slide-id-fountain-slide-04c .text-item,
.path-david-miscavige-grand-opening-fountain-building .slide-id-fountain-slide-04c .text-item {
  right: 0% !important;
  width: 25.34% !important;
  bottom: 66.08% !important;
  top: auto !important;
}

.path-david-miscavige-grand-opening-golden-crest .slide-template-new-s-1 .text-item,
.path-david-miscavige-grand-opening-fountain-building-and-golden-crest .slide-template-new-s-1 .text-item,
.path-david-miscavige-grand-opening-fountain-building .slide-template-new-s-1 .text-item {
  right: 2.2% !important;
  width: 17.67% !important;
}

.path-david-miscavige-grand-opening-golden-crest .slide-id-fountain-slide-12 .image-item-1,
.path-david-miscavige-grand-opening-fountain-building-and-golden-crest .slide-id-fountain-slide-12 .image-item-1,
.path-david-miscavige-grand-opening-fountain-building .slide-id-fountain-slide-12 .image-item-1 {
  top: 3.47% !important;
  height: 92.17% !important;
}

.path-david-miscavige-grand-opening-fountain-building .slide-id-fountain-slide-12 .image-item-1,
.path-david-miscavige-grand-opening-golden-crest .slide-id-fountain-slide-12 .image-item-1 {
  width: 76.97% !important;
}

.path-david-miscavige-grand-opening-golden-crest .slide-id-fountain-slide-14 .text-item,
.path-david-miscavige-grand-opening-fountain-building-and-golden-crest .slide-id-fountain-slide-14 .text-item,
.path-david-miscavige-grand-opening-fountain-building .slide-id-fountain-slide-14 .text-item {
  width: 23.72% !important;
  right: 1.86% !important;
}

.path-david-miscavige-grand-opening-golden-crest .slide-id-fountain-slide-03 .text-item,
.path-david-miscavige-grand-opening-fountain-building-and-golden-crest .slide-id-fountain-slide-03 .text-item,
.path-david-miscavige-grand-opening-fountain-building .slide-id-fountain-slide-03 .text-item {
  left: 0.11% !important;
  width: 25.23% !important;
}

#editable_body_holder > p:first-child > i {
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 20px;
}

.path-david-miscavige-grand-opening-fountain-building-and-golden-crest .slide-id-crest-slide-08 .text-item,
.path-david-miscavige-grand-opening-golden-crest .slide-id-crest-slide-08 .text-item {
  right: 1.16% !important;
  width: 16.39% !important;
  top: 47.65% !important;
}

.path-david-miscavige-grand-opening-fountain-building-and-golden-crest .slide-id-crest-slide-02 .text-item,
.path-david-miscavige-grand-opening-golden-crest .slide-id-crest-slide-02 .text-item {
  width: 21.86% !important;
}

.path-david-miscavige-grand-opening-golden-crest .slide-id-crest-slide-02 .text-item {
  top: 55.82% !important;
}

/**
TODO: clean this up when the decision was made
*/
/*
.path-david-miscavige-grand-opening-fountain-building #sidebar_left .active-trail.expanded > ul > li.leaf:nth-child(6),
.path-david-miscavige-grand-opening-golden-crest #sidebar_left .active-trail.expanded > ul > li.leaf:nth-child(6),
.path-david-miscavige-grand-opening-golden-crest .prev-next-menu-next,
.path-david-miscavige-grand-opening-fountain-building-and-golden-crest .prev-next-menu-previous,
.path-david-miscavige-grand-opening-fountain-building-and-golden-crest #sidebar_left .active-trail.expanded > ul > li.leaf:nth-child(5),
.path-david-miscavige-grand-opening-fountain-building-and-golden-crest #sidebar_left .active-trail.expanded > ul > li.leaf:nth-child(4) {
	display: none;
}
*/
.path-david-miscavige-grand-opening-fountain-building-and-golden-crest .scrolling-dots .slide-dot-over {
  top: 0;
}

.path-david-miscavige-grand-opening-fountain-building-and-golden-crest.fso-slides-wide-enough-for-apple-dots-no-slide .slide-dots-holder .slide-dots-holder-inner {
  bottom: -3px;
}

/*
@media (max-width: 1024px) {
	.path-david-miscavige-grand-opening-golden-crest .image-item-custom {
		font-size: 4vw;
	}
	.path-david-miscavige-grand-opening-golden-crest #shell .slide-id-slide-aosh-anzo .image-item-custom {
		font-size: 3vw;
		line-height: 1.2em;
	}
	.path-david-miscavige-grand-opening-golden-crest #shell .image-item-custom2 {
		top: 68%;
	}
	.path-david-miscavige-grand-opening-golden-crest #shell .slide-id-slide-aosh-anzo .image-item-custom2 {
		top: 75%;
	}
}
*/
@media (max-width: 500px) {
  .path-david-miscavige-grand-opening-fountain-building .fso-slide-mobile-numbers,
  .path-david-miscavige-grand-opening-golden-crest .fso-slide-mobile-numbers {
    bottom: -20px;
  }
  .path-david-miscavige-grand-opening-fountain-building .fso-slide-imagemap img.image-item,
  .path-david-miscavige-grand-opening-golden-crest .fso-slide-imagemap img.image-item {
    width: 100% !important;
  }
  .path-david-miscavige-grand-opening-fountain-building .image-item-custom .floater-texter,
  .path-david-miscavige-grand-opening-golden-crest .image-item-custom .floater-texter {
    font-size: 3vw;
  }
  .path-david-miscavige-grand-opening-fountain-building .image-item-custom .floater-texter br,
  .path-david-miscavige-grand-opening-golden-crest .image-item-custom .floater-texter br {
    display: inline;
    margin: 0;
    line-height: inherit;
    content: none;
  }
  .path-david-miscavige-grand-opening-fountain-building .fso-slide-imagemap .image-item-custom .floater-texter br,
  .path-david-miscavige-grand-opening-golden-crest .fso-slide-imagemap .image-item-custom .floater-texter br {
    display: none !important;
  }
  .path-david-miscavige-grand-opening-fountain-building .image-item-custom,
  .path-david-miscavige-grand-opening-golden-crest .image-item-custom {
    padding: 12px 25% 12px 0;
    top: auto !important;
    bottom: 0 !important;
  }
  .path-david-miscavige-grand-opening-fountain-building .inactive-dot,
  .path-david-miscavige-grand-opening-fountain-building .active-dot,
  .path-david-miscavige-grand-opening-fountain-building .image-item-custom a.button,
  .path-david-miscavige-grand-opening-golden-crest .inactive-dot,
  .path-david-miscavige-grand-opening-golden-crest .active-dot,
  .path-david-miscavige-grand-opening-golden-crest .image-item-custom a.button {
    display: none;
  }
  .path-david-miscavige-grand-opening-fountain-building #content h1,
  .path-david-miscavige-grand-opening-golden-crest #content h1 {
    font-size: 1.4em;
  }
  .path-david-miscavige-grand-opening-fountain-building slide .item.image-item:hover,
  .path-david-miscavige-grand-opening-golden-crest slide .item.image-item:hover {
    opacity: 1 !important;
  }
}

/*

		#     #######   #####   #     #      #     #  #    #
	 # #    #     #  #     #  #     #      #     #  #   #
	#   #   #     #  #        #     #      #     #  #  #
 #     #  #     #   #####   #######      #     #  ###
 #######  #     #        #  #     #      #     #  #  #
 #     #  #     #  #     #  #     #      #     #  #   #
 #     #  #######   #####   #     #       #####   #    #

 */
/*
no more JS positioning - this is not needed any more

.slide-id-aoshuk-slide-02 .text-item {
	left: CSSPercentX(34) !important;
	bottom: auto !important;
	top: CSSPercentY(503) !important;

}

.slide-id-aoshuk-slide-05 .text-item {
	left: CSSPercentX(34) !important;
	bottom: auto !important;
	top: CSSPercentY(502) !important;

}
.slide-id-aoshuk-slide-06 .text-item {
	left: CSSPercentX(20) !important;
	width: CSSPercentX(200) !important;
	bottom: auto !important;
	top: CSSPercentY(309) !important;

}
.slide-id-aoshuk-slide-07 .text-item {
	right: CSSPercentX(0) !important;
	width: CSSPercentX(200) !important;
	bottom: auto !important;
	top: CSSPercentY(486) !important;

}
.slide-id-aoshuk-slide-08 .text-item {
	width: CSSPercentX(173) !important;
	right: CSSPercentX(20) !important;
	top: CSSPercentY(215) !important;

}
.slide-id-aoshuk-slide-11 .text-item {
	left: CSSPercentX(45) !important;
	width: CSSPercentX(280) !important;
	bottom: auto !important;
	top: CSSPercentY(461) !important;

}

.slide-id-aoshuk-slide-14 .text-item {
	left: CSSPercentX(34) !important;
	bottom: auto !important;
	top: CSSPercentY(450) !important;

}
.slide-id-aoshuk-slide-15 .text-item {
	width: CSSPercentX(199) !important;
	right: CSSPercentX(20) !important;
	top: CSSPercentY(233) !important;

}
.slide-id-aoshuk-slide-16 .text-item {
	left: CSSPercentX(34) !important;
	bottom: auto !important;
	top: CSSPercentY(522) !important;

}
.slide-id-aoshuk-slide-17 .text-item {
	width: CSSPercentX(200) !important;
	right: CSSPercentX(20) !important;
	top: CSSPercentY(215) !important;

}
.slide-id-aoshuk-slide-20 .text-item {
	left: CSSPercentX(558) !important;
	width: CSSPercentX(252) !important;
	bottom: auto !important;
	top: CSSPercentY(535) !important;

}
.slide-id-aoshuk-slide-21 .text-item {
	left: CSSPercentX(20) !important;
	width: CSSPercentX(180) !important;
	bottom: auto !important;
	top: CSSPercentY(487) !important;

}
.slide-id-aoshuk-slide-22 .text-item {
	left: CSSPercentX(34) !important;
	bottom: auto !important;
	top: CSSPercentY(499) !important;

}
.slide-id-aoshuk-slide-24 .text-item {
	left: CSSPercentX(34) !important;
	bottom: auto !important;
	top: CSSPercentY(503) !important;

}
.slide-id-aoshuk-slide-25 .text-item {
	left: CSSPercentX(34) !important;
	bottom: auto !important;
	top: CSSPercentY(499) !important;

}
.slide-id-aoshuk-slide-26 .text-item {
	left: CSSPercentX(20) !important;
	width: CSSPercentX(370) !important;
	bottom: auto !important;
	top: CSSPercentY(463) !important;

}
.slide-id-aoshuk-slide-27 .text-item {
	right: CSSPercentX(0) !important;
	width: CSSPercentX(200) !important;
	bottom: auto !important;
	top: CSSPercentY(218) !important;

}
.slide-id-aoshuk-slide-30 .text-item {
	right: CSSPercentX(0) !important;
	width: CSSPercentX(390) !important;
	bottom: auto !important;
	top: CSSPercentY(463) !important;

}
.slide-id-aoshuk-slide-31 .text-item {
	width: CSSPercentX(174) !important;
	right: CSSPercentX(20) !important;
	top: CSSPercentY(215) !important;

}

.slide-id-aoshuk-slide-34 .text-item {
	left: CSSPercentX(34) !important;
	bottom: auto !important;
	top: CSSPercentY(499) !important;

}


.slide-id-aoshuk-slide-38 .text-item {
	left: CSSPercentX(34) !important;
	bottom: auto !important;
	top: CSSPercentY(574) !important;

}

.slide-id-aoshuk-slide-03 .text-item {
	left: CSSPercentX(20) !important;
	width: CSSPercentX(820) !important;
	bottom: auto !important;
	top: CSSPercentY(484) !important;
}

*/
.slide-id-aoshuk-slide-03 .text-item {
  left: 8.72% !important;
  width: 82.55% !important;
}

.slide-id-aoshuk-slide-05 .text-item {
  left: 6.39% !important;
  width: 87.2% !important;
}

.slide-id-aoshuk-slide-04 .text-item {
  left: 2.32% !important;
  width: 23.25% !important;
  /* messes up the foreign MORE    bottom: auto !important; */
  top: 64.34% !important;
  /*
	line-height: 1.4 !important;
	*/
}

.slide-id-aoshuk-slide-08 .text-item {
  top: 53.91% !important;
}

[dir="rtl"] .slide-id-aoshuk-slide-08 .image-item-1 {
  left: 0 !important;
}

.slide-id-aoshuk-slide-13 .text-item {
  width: 23.25% !important;
  right: 2.32% !important;
  /*
	top: CSSPercentY(224) !important;
	*/
}

.slide-id-aoshuk-32 .text-item {
  left: 5.23% !important;
  width: 32.55% !important;
  bottom: auto !important;
  top: 73.73% !important;
}

#shell .slide-id-aoshuk-slide-35 .text-item {
  width: 16.04% !important;
  right: 1.39% !important;
}

.slide-id-aoshuk-slide-36 .text-item {
  left: 2.32% !important;
  width: 43.02% !important;
  /* breaks the more...    bottom: auto !important; */
  top: 80.17% !important;
}

/*

.slide-id-aoshuk-slide-04 .image-item-2 {
	top: 0 !important;
}

.slide-id-aoshuk-slide-04 .image-item-3 {
	top: CSSPercentY(170) !important;
}

*/
#shell .slide-id-aoshuk-32 .image-item-1 {
  right: 0;
  top: 0;
  height: 100% !important;
}

#shell .slide-id-aoshuk-47 .image-item-1 {
  width: 72.09% !important;
}

.slide-id-aoshuk-slide-07 .text-item {
  top: auto !important;
  bottom: 66.08% !important;
}

.path-david-miscavige-advanced-org-saint-hill-united-kingdom-grand-opening .slide-wrapper slide h3 {
  font-size: 18px;
}

.path-david-miscavige-advanced-org-saint-hill-united-kingdom-grand-opening .slide-template-new-c-with-band h3 {
  color: #B8D1ED;
}

.path-david-miscavige-advanced-org-saint-hill-united-kingdom-grand-opening #shell .slide-template-new-c-with-band h3 p {
  margin: 0;
  font-size: 20px;
}

.slide-id-aoshuk-48 .image-item-custom,
.slide-id-aoshuk-47 .image-item-custom,
.slide-id-aoshuk-46 .image-item-custom,
.slide-id-aoshuk-45 .image-item-custom,
.slide-id-aoshuk-44 .image-item-custom,
.slide-id-aoshuk-43 .image-item-custom,
.slide-id-aoshuk-42 .image-item-custom,
.slide-id-aoshuk-41 .image-item-custom,
.slide-id-aoshuk-40 .image-item-custom,
.slide-id-aoshuk-39 .image-item-custom {
  height: 120px !important;
  top: auto !important;
  bottom: 2.43% !important;
}

#shell .slide-id-aoshuk-51 .image-item-custom2,
#shell .slide-id-aoshuk-50 .image-item-custom2,
#shell .slide-id-aoshuk-49 .image-item-custom2,
#shell .slide-id-aoshuk-48 .image-item-custom2,
#shell .slide-id-aoshuk-47 .image-item-custom2,
#shell .slide-id-aoshuk-46 .image-item-custom2,
#shell .slide-id-aoshuk-45 .image-item-custom2,
#shell .slide-id-aoshuk-44 .image-item-custom2,
#shell .slide-id-aoshuk-43 .image-item-custom2,
#shell .slide-id-aoshuk-42 .image-item-custom2,
#shell .slide-id-aoshuk-41 .image-item-custom2,
#shell .slide-id-aoshuk-40 .image-item-custom2,
#shell .slide-id-aoshuk-39 .image-item-custom2 {
  right: auto !important;
  left: -0.24% !important;
  width: 24.41% !important;
  top: auto !important;
  bottom: -0.7% !important;
  padding-top: 19% !important;
}

[dir="rtl"] .path-david-miscavige-advanced-org-saint-hill-united-kingdom-grand-opening #shell .button-arrow,
[dir="rtl"] .path-david-miscavige-ias-event-2015 #shell .button-arrow {
  display: inline-block;
  transform: rotate(180deg);
}

#shell .slide-id-aoshuk-40 .image-item-custom2 {
  width: 18.72% !important;
  left: 2.32% !important;
  bottom: -3.14% !important;
  padding-top: 22% !important;
}

#shell .slide-id-aoshuk-41 .image-item-custom2 {
  width: 21.62% !important;
  left: 1.51% !important;
}

#shell .slide-id-aoshuk-45 .image-item-custom2 {
  /*    width: CSSPercentX(144) !important;
	left: CSSPercentX(26) !important;
	bottom: CSSPercentY(-16) !important;*/
  width: 14.74% !important;
  left: 3.02% !important;
  bottom: -4.5% !important;
}

#shell .slide-id-ias2015-11-1 .image-item-custom2.image-item-5,
#shell .slide-id-aoshuk-44 .image-item-custom2 {
  width: 17.44% !important;
  left: 3.02% !important;
  bottom: -2.79% !important;
}

#shell .slide-id-ias2015-10-1 .image-item-custom2.image-item-4,
#shell .slide-id-ias2015-09-1 .image-item-custom2.image-item-2,
#shell .slide-id-aoshuk-43 .image-item-custom2 {
  width: 19.06% !important;
  left: 2.09% !important;
  bottom: -2.27% !important;
}

#shell .slide-id-ias2015-08-1 .image-item-3.image-item-custom2,
#shell .slide-id-ias2015-07-1 .image-item-5.image-item-custom2,
#shell .slide-id-aoshuk-42 .image-item-custom2 {
  width: 17.32% !important;
  left: 2.9% !important;
  bottom: -2.09% !important;
}

#shell .slide-id-aoshuk-47 .image-item-custom2,
#shell .slide-id-aoshuk-46 .image-item-custom2 {
  width: 21.62% !important;
  left: 0.93% !important;
  bottom: -1.4% !important;
  padding-top: 21% !important;
}

#shell .slide-id-aoshuk-46 .image-item-custom2 {
  left: 0.34% !important;
}

#shell .slide-id-aoshuk-47 .image-item-custom2 {
  left: 1.74% !important;
}

#shell .slide-id-aoshuk-48 .image-item-custom2 {
  width: 20.93% !important;
  left: 1.16% !important;
  bottom: 1.04% !important;
}

#shell .slide-id-aoshuk-49 .image-item-custom2 {
  width: 20.93% !important;
  left: 1.39% !important;
  bottom: -1.4% !important;
  padding-top: 21% !important;
}

#shell .slide-id-aoshuk-50 .image-item-custom2 {
  width: 18.37% !important;
  left: 2.55% !important;
  bottom: 0% !important;
  padding-top: 19% !important;
}

#shell .slide-id-aoshuk-51 .image-item-custom2 {
  width: 18.37% !important;
  left: 2.79% !important;
  bottom: 0% !important;
  padding-top: 19% !important;
}

#shell .slide-id-aoshuk-51 .floater-texter,
#shell .slide-id-aoshuk-50 .floater-texter,
#shell .slide-id-aoshuk-49 .floater-texter,
#shell .slide-id-aoshuk-48 .floater-texter,
.slide-id-aoshuk-47 .floater-texter,
.slide-id-aoshuk-46 .floater-texter,
.slide-id-aoshuk-45 .floater-texter,
.slide-id-aoshuk-44 .floater-texter,
.slide-id-aoshuk-43 .floater-texter,
.slide-id-aoshuk-42 .floater-texter,
.slide-id-aoshuk-41 .floater-texter,
.slide-id-aoshuk-40 .floater-texter,
.slide-id-aoshuk-39 .floater-texter {
  right: 20.46% !important;
  left: 23.25% !important;
}

:lang(sv) #shell .slide-id-aoshuk-51 .floater-texter,
:lang(sv) #shell .slide-id-aoshuk-50 .floater-texter,
:lang(sv) #shell .slide-id-aoshuk-49 .floater-texter,
:lang(sv) #shell .slide-id-aoshuk-48 .floater-texter,
:lang(sv) .slide-id-aoshuk-47 .floater-texter,
:lang(sv) .slide-id-aoshuk-46 .floater-texter,
:lang(sv) .slide-id-aoshuk-45 .floater-texter,
:lang(sv) .slide-id-aoshuk-44 .floater-texter,
:lang(sv) .slide-id-aoshuk-43 .floater-texter,
:lang(sv) .slide-id-aoshuk-42 .floater-texter,
:lang(sv) .slide-id-aoshuk-41 .floater-texter,
:lang(sv) .slide-id-aoshuk-40 .floater-texter,
:lang(sv) .slide-id-aoshuk-39 .floater-texter {
  right: 22.67% !important;
  left: 23.25% !important;
  line-height: 1.2;
}

:lang(ru) .slide-id-aoshuk-40 .floater-texter {
  left: 22.09% !important;
  line-height: 1.2;
}

:lang(ru) .slide-id-aoshuk-45 .floater-texter {
  line-height: 1.2;
}

.slide-id-aoshuk-41 .floater-texter {
  left: 25% !important;
}

.slide-id-aoshuk-46 .floater-texter {
  left: 22.09% !important;
  right: 20% !important;
}

#shell .slide-id-aoshuk-48 .floater-texter {
  left: 22.09% !important;
  right: 20% !important;
}

#shell .slide-id-aoshuk-51 .floater-texter,
#shell .slide-id-aoshuk-50 .floater-texter,
#shell .slide-id-aoshuk-49 .floater-texter,
.slide-id-aoshuk-47 .floater-texter {
  left: 23.25% !important;
  right: 2.79% !important;
}

[dir="rtl"] #shell .slide-id-aoshuk-51 .floater-texter,
[dir="rtl"] #shell .slide-id-aoshuk-50 .floater-texter,
[dir="rtl"] #shell .slide-id-aoshuk-49 .floater-texter {
  left: 20% !important;
  right: 50% !important;
}

.slide-id-aoshuk-51 .floater-texter,
.slide-id-aoshuk-50 .floater-texter,
.slide-id-aoshuk-49 .floater-texter {
  text-transform: uppercase;
  font-size: 20px;
  color: #b8d1ed;
  font-family: "Arapey", serif;
  line-height: 1.2;
  left: 23.02% !important;
}

.slide-id-aoshuk-48 .button,
.slide-id-aoshuk-47 .button,
.slide-id-aoshuk-46 .button,
.slide-id-aoshuk-45 .button,
.slide-id-aoshuk-44 .button,
.slide-id-aoshuk-43 .button,
.slide-id-aoshuk-42 .button,
.slide-id-aoshuk-41 .button,
.slide-id-aoshuk-40 .button,
.slide-id-aoshuk-39 .button {
  background-color: #3c6c9d !important;
  outline: 1px solid rgba(255, 255, 255, 0.3) !important;
  color: #C0CAD4 !important;
  padding: 15px 13px 14px 16px !important;
  right: 1.62% !important;
  font-size: 16px !important;
  box-shadow: 0 0 22px #444;
  position: absolute;
  top: 28%;
}

:lang(ja) .path-david-miscavige-advanced-org-saint-hill-united-kingdom-grand-opening .slide-templated-new .button {
  font-size: 15px !important;
  padding: 15px 4px 14px 6px !important;
}

:lang(es) .path-david-miscavige-advanced-org-saint-hill-united-kingdom-grand-opening .slide-templated-new .button {
  font-size: 15px !important;
  padding: 15px 8px 14px 10px !important;
}

:lang(nl) .path-david-miscavige-advanced-org-saint-hill-united-kingdom-grand-opening .slide-templated-new .button {
  /*font-size: 15px !important;*/
  width: 14%;
}

:lang(ru) .path-david-miscavige-advanced-org-saint-hill-united-kingdom-grand-opening .slide-templated-new .button {
  font-size: 15px !important;
  width: 14%;
}

:lang(el) .path-scientology-today-events-ias-event-2015_html .button,
:lang(el) .path-david-miscavige-advanced-org-saint-hill-united-kingdom-grand-opening .slide-templated-new .button {
  padding: 15px 10px 14px 10px !important;
  font-size: 15px !important;
  width: 18%;
}

:lang(hu) .path-scientology-today-events-ias-event-2015_html .button,
:lang(hu) .path-david-miscavige-advanced-org-saint-hill-united-kingdom-grand-opening .slide-templated-new .button {
  padding: 15px 10px 14px 10px !important;
  width: 15%;
  line-height: 1.3em;
}

:lang(sv) .path-david-miscavige-advanced-org-saint-hill-united-kingdom-grand-opening .slide-templated-new .button {
  font-size: 15px !important;
  /*        width: 19%; */
}

.path-david-miscavige-advanced-org-saint-hill-united-kingdom-grand-opening .scrolling-dots .slide-dot-over {
  top: 0;
}

.path-david-miscavige-advanced-org-saint-hill-united-kingdom-grand-opening.fso-slides-wide-enough-for-apple-dots-no-slide .slide-dots-holder .slide-dots-holder-inner {
  bottom: -3px;
}

#shell .slide-id-aoshuk-51 .image-item-custom > a.custom-s-logo,
#shell .slide-id-aoshuk-50 .image-item-custom > a.custom-s-logo,
#shell .slide-id-aoshuk-49 .image-item-custom > a.custom-s-logo,
#shell .slide-id-aoshuk-48 .image-item-custom > a.custom-s-logo,
#shell .slide-id-aoshuk-47 .image-item-custom > a.custom-s-logo,
#shell .slide-id-aoshuk-46 .image-item-custom > a.custom-s-logo,
#shell .slide-id-aoshuk-45 .image-item-custom > a.custom-s-logo,
#shell .slide-id-aoshuk-44 .image-item-custom > a.custom-s-logo,
#shell .slide-id-aoshuk-43 .image-item-custom > a.custom-s-logo,
#shell .slide-id-aoshuk-42 .image-item-custom > a.custom-s-logo,
#shell .slide-id-aoshuk-41 .image-item-custom > a.custom-s-logo,
#shell .slide-id-aoshuk-40 .image-item-custom > a.custom-s-logo,
#shell .slide-id-aoshuk-39 .image-item-custom > a.custom-s-logo {
  display: none !important;
}

#shell .slide-id-aoshuk-42 .image-item-3 {
  width: 27.9% !important;
  right: 12.44% !important;
}

.slide-template-new-c-0g.slide-id-aoshuk-23 .text-item {
  left: 4.41% !important;
}

#shell .slide-id-aoshuk-grand-opening-purif .text-item {
  top: 75.65%;
}

#shell .slide-id-aoshuk-43 .image-item-2 {
  width: 45.93% !important;
  left: 0 !important;
}

/*

.path-david-miscavige-advanced-org-saint-hill-united-kingdom-grand-opening.context-localdev slide.slide-templated-new {
	background: none;
}

.path-david-miscavige-advanced-org-saint-hill-united-kingdom-grand-opening.context-localdev .text-item {
	outline: 2px solid red;
}

*/
/*

.templated-slider-build-2-1

*/
:lang(ru) .path-scientology-today-church-openings-grand-opening-church-of-scientology-harlem #editable_body_holder .medium-insert-images-left {
  margin-bottom: 10px;
}

:lang(ru) .path-scientology-today-church-openings-grand-opening-salt-lake-city #editable_body_holder .medium-insert-images-left {
  margin-bottom: 30px;
}

.authoring-true.slide-captions-only .image-item-custom2 {
  display: none !important;
}

.authoring-true.slide-captions-only #outer_shell #shell .image-item-custom {
  background: none !important;
  padding: 0 !important;
  height: auto !important;
}

.authoring-true.slide-captions-only #outer_shell #shell .floater-texter {
  position: static !important;
  transform: none !important;
  -webkit-transform: none !important;
}

.authoring-true.slide-captions-only #outer_shell #shell slide {
  margin-bottom: 20px !important;
}

.authoring-true.slide-captions-only #outer_shell #shell .text-item:after,
.authoring-true.slide-captions-only #outer_shell #shell .text-item:before,
.authoring-true.slide-captions-only #outer_shell #shell .caption-meta:after,
.authoring-true.slide-captions-only #outer_shell #shell .caption-meta:before,
.authoring-true.slide-captions-only #outer_shell #shell .floater-texter:after,
.authoring-true.slide-captions-only #outer_shell #shell .floater-texter:before {
  content: none !important;
}

.authoring-true.slide-captions-only #outer_shell #shell .slide-wrapper slide .item {
  position: static !important;
}

.authoring-true.slide-captions-only #outer_shell #shell .image-item-custom > a {
  display: none !important;
}

.authoring-true.slide-captions-only #header_slideshow_wraper slide * {
  font-size: 18px !important;
  text-transform: none !important;
  color: #000 !important;
  font-family: Verdana, Arial, sans !important;
}

slide .text-item.caption-overflow-adjusted {
  overflow: visible;
}

#shell slide {
  -webkit-perspective: 20px;;
  -ms-perspective: 20px;;
  -moz-perspective: 20px;;
  -o-perspective: 20px;;
  perspective: 20px;;
}

#shell slide .slider-captions-more-full {
  background-color: rgba(0, 0, 0, 0.7) !important;
  z-index: 10;
  min-height: 44px;
  color: #CCC;
  visibility: hidden;
  opacity: 0 !important;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 50px;
  font-size: 13px;
  line-height: 1.4;
  will-change: opacity, transform, visibility;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: auto;
}

@media (min-width: 768px) {
  #shell slide .slider-captions-more-full {
    padding: 30px 50px 40px;
  }
  #shell slide .close-full-caption {
    position: absolute;
    bottom: 15px;
    left: 46%;
    cursor: pointer;
    color: #ffe6a9;
  }
  #shell slide .close-full-caption:hover {
    text-decoration: underline;
  }
  .close-full-caption .glyphicon-remove-circle:before {
    margin-left: 5px;
  }
  #shell slide .close-full-caption .glyphicon {
    font-size: 13px;
    top: 3px;
  }
}

#shell #header_slideshow_wraper:not(.moving) slide .slider-captions-more-full {
  -webkit-transform: translate3d(0px, 30px, -1px) !important;;
  -ms-transform: translate3d(0px, 30px, -1px) !important;;
  -moz-transform: translate3d(0px, 30px, -1px) !important;;
  -o-transform: translate3d(0px, 30px, -1px) !important;;
  transform: translate3d(0px, 30px, -1px) !important;;
  -webkit-transitione: opacity .4s cubic-bezier(0.165, 0.840, 0.440, 1.000), transform .1s cubic-bezier(0.165, 0.840, 0.440, 1.000), visibility .1s ease-out 1s !important;;
  -ms-transitione: opacity .4s cubic-bezier(0.165, 0.840, 0.440, 1.000), transform .1s cubic-bezier(0.165, 0.840, 0.440, 1.000), visibility .1s ease-out 1s !important;;
  -moz-transitione: opacity .4s cubic-bezier(0.165, 0.840, 0.440, 1.000), transform .1s cubic-bezier(0.165, 0.840, 0.440, 1.000), visibility .1s ease-out 1s !important;;
  -o-transitione: opacity .4s cubic-bezier(0.165, 0.840, 0.440, 1.000), transform .1s cubic-bezier(0.165, 0.840, 0.440, 1.000), visibility .1s ease-out 1s !important;;
  transitione: opacity .4s cubic-bezier(0.165, 0.840, 0.440, 1.000), transform .1s cubic-bezier(0.165, 0.840, 0.440, 1.000), visibility .1s ease-out 1s !important;;
}

#shell slide .slider-captions-more-full.show-full,
#shell slide.show-full .slider-captions-more-full {
  opacity: 1 !important;
  visibility: visible !important;
}

#shell #header_slideshow_wraper:not(.moving) slide.show-full .slider-captions-more-full {
  -webkit-transform: translate3d(0px, 0px, 0px) !important;;
  -ms-transform: translate3d(0px, 0px, 0px) !important;;
  -moz-transform: translate3d(0px, 0px, 0px) !important;;
  -o-transform: translate3d(0px, 0px, 0px) !important;;
  transform: translate3d(0px, 0px, 0px) !important;;
  -webkit-transitione: opacity 0.4s cubic-bezier(0.165, 0.840, 0.440, 1.000), transform .1s cubic-bezier(0.165, 0.840, 0.440, 1.000), visibility .001s ease-out !important;;
  -ms-transitione: opacity 0.4s cubic-bezier(0.165, 0.840, 0.440, 1.000), transform .1s cubic-bezier(0.165, 0.840, 0.440, 1.000), visibility .001s ease-out !important;;
  -moz-transitione: opacity 0.4s cubic-bezier(0.165, 0.840, 0.440, 1.000), transform .1s cubic-bezier(0.165, 0.840, 0.440, 1.000), visibility .001s ease-out !important;;
  -o-transitione: opacity 0.4s cubic-bezier(0.165, 0.840, 0.440, 1.000), transform .1s cubic-bezier(0.165, 0.840, 0.440, 1.000), visibility .001s ease-out !important;;
  transitione: opacity 0.4s cubic-bezier(0.165, 0.840, 0.440, 1.000), transform .1s cubic-bezier(0.165, 0.840, 0.440, 1.000), visibility .001s ease-out !important;;
  visibility: visible;
}

.authoring-true.slide-captions-only #outer_shell #shell .slide-wrapper slide .item {
  transform: none !important;
  -webkit-transform: none !important;
}

/*


 ###     #      #####        #####     ###      #    #######
	#     # #    #     #      #     #   #   #    ##    #
	#    #   #   #                  #  #     #  # #    #
	#   #     #   #####        #####   #     #    #    ######
	#   #######        #      #        #     #    #          #
	#   #     #  #     #      #         #   #     #    #     #
 ###  #     #   #####       #######    ###    #####   #####


 */
.slide-id-ias2015-06 .text-item {
  max-height: 182px;
}

:lang(sv) .slide-id-ias2015-06 .text-item {
  right: 3% !important;
  width: 22.58% !important;
}

:lang(sv) .slide-id-ias2015-23 .text-item {
  left: 0.32% !important;
  width: 26.25% !important;
}

:lang(sv) .slide-id-ias2015-22 .text-item {
  right: 0.32% !important;
  width: 25.25% !important;
}

:lang(da) .path-scientology-today-church-openings-advanced-org-saint-hill-united-kingdom-grand-opening_html .medium-insert-images.medium-insert-images-left {
  margin-bottom: 37px !important;
}

:lang(da) .path-scientology-today-events-ias-event-2015_html .slide-template-new-c-with-band .button,
:lang(da) .path-scientology-today-church-openings-advanced-org-saint-hill-united-kingdom-grand-opening_html .slide-template-new-c-with-band .button,
:lang(ru) .path-scientology-today-events-ias-event-2015_html .slide-template-new-c-with-band .button,
:lang(ru) .path-scientology-today-church-openings-advanced-org-saint-hill-united-kingdom-grand-opening_html .slide-template-new-c-with-band .button,
:lang(de) .path-scientology-today-church-openings-advanced-org-saint-hill-united-kingdom-grand-opening_html .slide-template-new-c-with-band .button,
:lang(de) .path-scientology-today-events-ias-event-2015_html .slide-template-new-c-with-band .button {
  width: 16%;
}

.slide-id-ias2015-14-1 .text-item,
.slide-id-ias2015-12-1 .text-item,
.slide-id-ias2015-11-1 .text-item,
.slide-id-ias2015-10-1 .text-item,
.slide-id-ias2015-09-1 .text-item,
.slide-id-ias2015-08-1 .text-item,
.slide-id-ias2015-07-1 .text-item,
.slide-id-ias2015-06b .text-item,
.slide-id-ias2015-11 .text-item,
.slide-id-ias2015-12 .text-item,
.slide-id-ias2015-10 .text-item,
.slide-id-ias2015-04 .text-item {
  width: 93.02% !important;
  left: 3.48% !important;
}

.slide-id-ias2015-14-1 .image-item-custom,
.slide-id-ias2015-12-1 .image-item-custom,
.slide-id-ias2015-11-1 .image-item-custom,
.slide-id-ias2015-10-1 .image-item-custom,
.slide-id-ias2015-09-1 .image-item-custom,
.slide-id-ias2015-08-1 .image-item-custom,
.slide-id-ias2015-07-1 .image-item-custom,
.slide-id-ias2015-06b .image-item-custom,
.slide-id-ias2015-11 .image-item-custom,
.slide-id-ias2015-12 .image-item-custom,
.slide-id-ias2015-10 .image-item-custom,
.slide-id-ias2015-13 .image-item-custom {
  height: 120px !important;
  top: auto !important;
  bottom: 2.43% !important;
}

#shell .slide-id-ias2015-14-1 .image-item-custom2,
#shell .slide-id-ias2015-12-1 .image-item-custom2,
#shell .slide-id-ias2015-11-1 .image-item-custom2,
#shell .slide-id-ias2015-10-1 .image-item-custom2,
#shell .slide-id-ias2015-09-1 .image-item-custom2,
#shell .slide-id-ias2015-08-1 .image-item-custom2,
#shell .slide-id-ias2015-07-1 .image-item-custom2,
#shell .slide-id-ias2015-06b .image-item-custom2,
#shell .slide-id-ias2015-11 .image-item-custom2,
#shell .slide-id-ias2015-12 .image-item-custom2,
#shell .slide-id-ias2015-10 .image-item-custom2,
#shell .slide-id-ias2015-13 .image-item-custom2 {
  right: auto !important;
  left: -0.24% !important;
  width: 24.41% !important;
  top: auto !important;
  bottom: -0.7% !important;
  padding-top: 19% !important;
}

#shell .slide-id-ias2015-14-1 .image-item-custom2,
#shell .slide-id-ias2015-12-1 .image-item-custom2,
#shell .slide-id-ias2015-11-1 .image-item-custom2,
#shell .slide-id-ias2015-10-1 .image-item-custom2,
#shell .slide-id-ias2015-09-1 .image-item-custom2,
#shell .slide-id-ias2015-08-1 .image-item-custom2,
#shell .slide-id-ias2015-07-1 .image-item-custom2,
#shell .slide-id-ias2015-06b .image-item-custom2,
#shell .slide-id-ias2015-11 .image-item-custom2,
#shell .slide-id-ias2015-12 .image-item-custom2,
#shell .slide-id-ias2015-10 .image-item-custom2,
#shell .slide-id-ias2015-13 .image-item-custom2 {
  width: 21.62% !important;
  left: 1.51% !important;
}

.slide-id-ias2015-14-1 .floater-texter,
.slide-id-ias2015-12-1 .floater-texter,
.slide-id-ias2015-11-1 .floater-texter,
.slide-id-ias2015-10-1 .floater-texter,
.slide-id-ias2015-09-1 .floater-texter,
.slide-id-ias2015-08-1 .floater-texter,
.slide-id-ias2015-07-1 .floater-texter,
.slide-id-ias2015-06b .floater-texter,
.slide-id-ias2015-11 .floater-texter,
.slide-id-ias2015-12 .floater-texter,
.slide-id-ias2015-10 .floater-texter,
.slide-id-ias2015-13 .floater-texter {
  right: 20.46% !important;
  left: 25% !important;
  /*  left: CSSPercentX(200) !important; */
}

:lang(sv) .slide-id-ias2015-14-1 .floater-texter,
:lang(sv) .slide-id-ias2015-12-1 .floater-texter,
:lang(sv) .slide-id-ias2015-11-1 .floater-texter,
:lang(sv) .slide-id-ias2015-10-1 .floater-texter,
:lang(sv) .slide-id-ias2015-09-1 .floater-texter,
:lang(sv) .slide-id-ias2015-08-1 .floater-texter,
:lang(sv) .slide-id-ias2015-06b .floater-texter,
:lang(sv) .slide-id-ias2015-07-1 .floater-texter {
  right: 1.74% !important;
}

:lang(sv) .slide-id-ias2015-11 .floater-texter,
:lang(sv) .slide-id-ias2015-12 .floater-texter,
:lang(sv) .slide-id-ias2015-10 .floater-texter,
:lang(es) .slide-id-ias2015-13 .floater-texter,
:lang(es_ES) .slide-id-ias2015-13 .floater-texter,
:lang(sv) .slide-id-ias2015-13 .floater-texter {
  right: 24.41% !important;
}

:lang(de) .slide-id-ias2015-14-1 .floater-texter,
:lang(de) .slide-id-ias2015-12-1 .floater-texter,
:lang(de) .slide-id-ias2015-06b .floater-texter {
  right: 2.32% !important;
}

:lang(el) .slide-id-ias2015-07-1 .floater-texter {
  right: 2% !important;
}

.slide-id-ias2015-14-1 .button,
.slide-id-ias2015-12-1 .button,
.slide-id-ias2015-11-1 .button,
.slide-id-ias2015-10-1 .button,
.slide-id-ias2015-09-1 .button,
.slide-id-ias2015-08-1 .button,
.slide-id-ias2015-07-1 .button,
.slide-id-ias2015-06b .button,
.slide-id-ias2015-11 .button,
.slide-id-ias2015-12 .button,
.slide-id-ias2015-10 .button,
.slide-id-ias2015-13 .button {
  background-color: #3c6c9d !important;
  outline: 1px solid rgba(255, 255, 255, 0.3) !important;
  padding: 15px 13px 14px 16px !important;
  right: 1.62% !important;
  font-size: 16px !important;
  box-shadow: 0 0 22px #444;
}

.slide-id-ias2015-14-1 .button a,
.slide-id-ias2015-12-1 .button a,
.slide-id-ias2015-11-1 .button a,
.slide-id-ias2015-10-1 .button a,
.slide-id-ias2015-09-1 .button a,
.slide-id-ias2015-08-1 .button a,
.slide-id-ias2015-07-1 .button a,
.slide-id-ias2015-06b .button a,
.slide-id-ias2015-11 .button a,
.slide-id-ias2015-12 .button a,
.slide-id-ias2015-10 .button a,
.slide-id-ias2015-13 .button a {
  color: #fff;
}

:lang(es) .path-david-miscavige-ias-event-2015 .image-item-2 .button {
  padding: 15px 8px 14px 10px !important;
  font-size: 15px !important;
}

:lang(sv) .path-david-miscavige-ias-event-2015 .image-item-2 .button {
  padding: 15px 10px 14px 10px !important;
  font-size: 15px !important;
}

:lang(ja) .path-david-miscavige-ias-event-2015 .image-item-2 .button,
:lang(ja) .path-david-miscavige-ias-event-2015 .image-item-3 .button {
  padding: 15px 10px 14px 10px !important;
  font-size: 15px !important;
  letter-spacing: -1px;
}

#shell .slide-id-ias2015-14-1 .image-item-custom > a.custom-s-logo,
#shell .slide-id-ias2015-12-1 .image-item-custom > a.custom-s-logo,
#shell .slide-id-ias2015-11-1 .image-item-custom > a.custom-s-logo,
#shell .slide-id-ias2015-10-1 .image-item-custom > a.custom-s-logo,
#shell .slide-id-ias2015-09-1 .image-item-custom > a.custom-s-logo,
#shell .slide-id-ias2015-08-1 .image-item-custom > a.custom-s-logo,
#shell .slide-id-ias2015-07-1 .image-item-custom > a.custom-s-logo,
#shell .slide-id-ias2015-06b .image-item-custom > a.custom-s-logo,
#shell .slide-id-ias2015-11 .image-item-custom > a.custom-s-logo,
#shell .slide-id-ias2015-12 .image-item-custom > a.custom-s-logo,
#shell .slide-id-ias2015-10 .image-item-custom > a.custom-s-logo,
#shell .slide-id-ias2015-13 .image-item-custom > a.custom-s-logo {
  display: none !important;
}

[dir="rtl"] .image-item-custom {
  text-align: right !important;
}

[dir="rtl"] .image-item-custom .lead {
  font-family: "open sans hebrew","arial hebrew",arial,sans-serif !important;
}

.path-david-miscavige-ias-event-2015 .slide-template-new-c-with-band .image-item-custom {
  color: #fff;
}

.path-david-miscavige-ias-event-2015 #shell .slide-template-new-c-with-band h3 {
  color: #b8d1ed;
  font-size: 18px;
}

:lang(el) .path-david-miscavige-ias-event-2015 .slide-template-new-c-with-band .image-item-custom {
  line-height: 1.2em;
}

:lang(el) .path-david-miscavige-ias-event-2015 #shell .slide-template-new-c-with-band h3 {
  font-size: 17px;
}

:lang(el) .path-david-miscavige-ias-event-2015 #shell .slide-id-ias2015-14-1 .floater-texter,
:lang(el) .path-david-miscavige-ias-event-2015 #shell .slide-id-ias2015-06b .floater-texter {
  right: 0.65% !important;
  left: 22% !important;
  line-height: 1.2em;
}

.path-david-miscavige-ias-event-2015 #sidebar_left .sidebar-title {
  display: none;
}

#shell .slide-id-ias2015-12 .image-item-4 {
  left: 5.46% !important;
  width: 13.25% !important;
  bottom: 1.39% !important;
  padding-top: 16.1% !important;
}

#shell .slide-id-ias2015-11 .image-item-4 {
  left: 4.06% !important;
  width: 16.86% !important;
  bottom: 1.04% !important;
  padding-top: 16.3% !important;
}

#shell .slide-id-ias2015-10 .image-item-2.image-item-custom2 {
  left: 4.06% !important;
  width: 16.51% !important;
  bottom: -0.35% !important;
  padding-top: 17% !important;
}

#shell .slide-id-ias2015-13[data-slide-thumb="sprite-imagecache-scalecrop-120x80-auto-data-www-narconon-org-files-nn-europe-Narconon-Europe-Opening-Ribbon-Pull-SA-8129-jpg"] .image-item-2.image-item-custom2 {
  left: 4.53% !important;
  width: 15.81% !important;
  bottom: 0.69% !important;
  padding-top: 16.6% !important;
}

#shell .slide-id-ias2015-13[data-slide-thumb="sprite-imagecache-scalecrop-120x80-auto-data-www-narconon-org-files-nn-latam-Narconon-Latin-America-Long-Shot-Ribbon-Pull-Cam1-1AC1317-jpg"] .image-item-2.image-item-custom2 {
  left: 4.53% !important;
  width: 15.81% !important;
  bottom: 1.39% !important;
  padding-top: 15.2% !important;
}

#shell .slide-id-ias2015-13[data-slide-thumb="sprite-imagecache-scalecrop-120x80-auto-data-www-narconon-org-files-nn-ojai-Narconon-Ojai-Grand-Opening-Ribbon-Pull-RVD4731-jpg"] .image-item-2.image-item-custom2 {
  left: 4.53% !important;
  width: 15.81% !important;
  bottom: 1.91% !important;
  padding-top: 15.2% !important;
}

#shell .slide-id-ias2015-14-1 .image-item-2.image-item-custom2,
#shell .slide-id-ias2015-12-1 .image-item-2.image-item-custom2,
#shell .slide-id-ias2015-06b .image-item-2.image-item-custom2 {
  left: 4.41% !important;
  width: 16.27% !important;
  bottom: 0.52% !important;
  padding-top: 16.4% !important;
}

#shell .slide-id-ias2015-13[data-slide-thumb="sprite-imagecache-scalecrop-120x80-auto-data-www-scientology-org-files-cb-info-center-main-Scientology-Clearwater-Info-Center-Ribbon-Pull-1-jpg"] .image-item-2.image-item-custom2 {
  display: none !important;
}

#shell .slide-id-ias2015-13[data-slide-thumb="sprite-imagecache-scalecrop-120x80-auto-data-www-scientology-org-files-cb-info-center-main-Scientology-Clearwater-Info-Center-Ribbon-Pull-1-jpg"] .floater-texter {
  left: 4.65% !important;
}

#shell .slide-id-bta-ribbon-down.slide-cb-custom.custom-version .image-item-1 {
  top: 6.95%;
}

#shell .slide-id-bta-ribbon-down.slide-cb-custom.custom-version .overlay-text {
  font-size: 22px;
  text-align: center;
  left: 0;
  right: 0;
  top: 70.6% !important;
}

:lang(es) #shell .slide-id-bta-ribbon-down.slide-cb-custom.custom-version .overlay-text,
:lang(ru) #shell .slide-id-bta-ribbon-down.slide-cb-custom.custom-version .overlay-text,
:lang(de) #shell .slide-id-bta-ribbon-down.slide-cb-custom.custom-version .overlay-text,
:lang(el) #shell .slide-id-bta-ribbon-down.slide-cb-custom.custom-version .overlay-text,
:lang(pt) #shell .slide-id-bta-ribbon-down.slide-cb-custom.custom-version .overlay-text {
  top: 68.34% !important;
}

:lang(el) #shell .slide-id-bta-ribbon-down.slide-cb-custom.custom-version .overlay-text strong {
  font-family: arial, Verdana, sans-serif;
}

#shell .slide-id-bta-ribbon-down.slide-cb-custom.custom-version .logo-label,
#shell .slide-id-bta-ribbon-down.slide-cb-custom.custom-version .custom-s-logo {
  display: none;
}

#shell .slide-id-bta-ribbon-down.slide-cb-custom.custom-version .logo {
  width: 107px;
  border-radius: 53px;
}

#shell .slide-id-bta-ribbon-down.slide-cb-custom.custom-version .logo-holder {
  height: 107px;
}

.authoring-true.slide-captions-only #outer_shell #shell .slide-cb-custom.custom-version .text-item-logo-holder {
  display: none !important;
}

.authoring-true.slide-captions-only #outer_shell #shell .slide-cb-custom.custom-version .overlay-text strong,
.authoring-true.slide-captions-only #outer_shell #shell .slide-cb-custom.custom-version .overlay-text {
  text-align: left !important;
  font-weight: normal;
  text-shadow: none;
}

.slide-id-ias2015-14-1 .floater-texter,
.slide-id-ias2015-07-1 .floater-texter,
.slide-id-ias2015-08-1 .floater-texter,
.slide-id-ias2015-09-1 .floater-texter,
.slide-id-ias2015-10-1 .floater-texter,
.slide-id-ias2015-11-1 .floater-texter,
.slide-id-ias2015-12-1 .floater-texter,
.slide-id-ias2015-06b .floater-texter {
  right: 4.65% !important;
}

/*

.slide-id-ias2015-23 .image-item-3 {
	display: none !important;
}

.slide-id-ias2015-23 .text-item {
	width: CSSPercentX(340) !important;
}

*/
#shell .slide-id-ias2015-02 .text-item {
  top: 78.78% !important;
}

@media (max-width: 991px) {
  .slide-id-ias2015-09a .text-item br {
    display: none !important;
  }
  .slide-id-ias2015-06 .text-item {
    max-height: 25.21% !important;
  }
  .path-david-miscavige-ias-event-2015 #shell .floater-texter {
    font-size: 11px;
  }
  .path-david-miscavige-ias-event-2015 #shell .floater-texter h3 {
    font-size: 16px;
    line-height: 1.2;
  }
  .path-david-miscavige-ias-event-2015 #shell .image-item-custom2 {
    margin-bottom: 11px;
  }
  .path-david-miscavige-ias-event-2015 #shell .image-item-custom .button {
    font-size: 14px !important;
    padding: 10px 6px !important;
  }
  #shell .slide-id-bta-ribbon-down.slide-cb-custom.custom-version .overlay-text {
    font-size: 18px;
  }
  .path-david-miscavige-ias-event-2015 #shell .slide-id-bta-ribbon-down.slide-cb-custom.custom-version .logo {
    width: 14%;
  }
  .path-david-miscavige-ias-event-2015 #shell .slide-id-bta-ribbon-down.slide-cb-custom.custom-version .logo-holder {
    height: 0;
    padding-bottom: 14%;
  }
}

@media (max-width: 768px) {
  .templated-slider-build-2-1 .lead {
    font-size: inherit;
  }
  .templated-slider-build-2-1 .lead.lead-titleLine {
    font-size: 1.25rem;
    line-height: 1.333333em;
  }
  .path-david-miscavige-ias-event-2015 #shell .floater-texter {
    margin-left: -20px;
  }
  .path-david-miscavige-ias-event-2015 #shell .image-item-custom2 {
    margin-left: -15px;
  }
}

/*

.slide-id-ias2015-04b:before,
.slide-id-ias2015-04:before {
	content: "#1437";
	position: absolute;
	top: CSSPercentY(430) !important;;
	right: 0;
	font-size: 14px;
	font-family: verdana;
	background: rgba(255,255,255,.8);
	z-index: 10;
	padding: 5px 10px;

}

.moving-to-dir-right .slide-id-ias2015-04:before,
.moving-to-dir-right .slide-id-ias2015-04b:before {
	transition: transform .8s cubic-bezier(.165,.84,.44,1), -webkit-transform .8s cubic-bezier(.165,.84,.44,1) !important;
	transform: translate3d(910px, 0, 0);
	-webkit-transform: translate3d(910px, 0, 0);
}

.moving-to-dir-left .slide-id-ias2015-04:before,
.moving-to-dir-left .slide-id-ias2015-04b:before {
	transition: transform .6s cubic-bezier(.165,.84,.44,1), -webkit-transform .6s cubic-bezier(.165,.84,.44,1) !important;
	transform: translate3d(-910px, 0, 0);
	-webkit-transform: translate3d(-910px, 0, 0);
}

.slide-id-ias2015-04b:before {
	content: "#1022";
}

.slide-id-ias2015-04b .text-item {
	width: CSSPercentX(800) !important;
	left: CSSPercentX(30) !important;
}

*/
#shell .slide-id-ias2015-07-1 .image-item-3 {
  left: 5.81% !important;
  width: 33.72% !important;
}

#shell .slide-id-ias2015-09-1 .image-item-2 {
  left: 27.79% !important;
  width: 9.88% !important;
}

#shell .slide-id-ias2015-09-1 .image-item-2.image-item-2-1 {
  left: 19.76% !important;
  width: 9.88% !important;
  top: 14.95% !important;
}

#shell .slide-id-ias2015-10-1 .floater-texter,
#shell .slide-id-ias2015-09-1 .floater-texter,
#shell .slide-id-ias2015-07-1 .floater-texter,
#shell .slide-id-ias2015-08-1 .floater-texter {
  left: 23.25% !important;
}

#shell .slide-id-ias2015-11-1 .image-item-custom2.image-item-5 {
  left: 3.83% !important;
}

.slide-id-ias2015-11-1 .image-item-6 {
  right: 2.32% !important;
  height: 23.13% !important;
  top: 6.95% !important;
}

.slide-id-ias2015-09-1 .image-item-1 {
  left: 40.11% !important;
  width: 59.88% !important;
  /*
	height: auto !important;
	*/
  top: 0 !important;
}

@media (max-width: 1025px) {
  .path-david-miscavige-ias-event-2015 .scrolling-dots .slide-dot-over {
    top: 2px;
  }
  .path-david-miscavige-ias-event-2015.fso-slides-wide-enough-for-apple-dots-no-slide .slide-dots-holder .slide-dots-holder-inner {
    bottom: 0;
  }
}

@media (max-width: 769px) {
  .path-david-miscavige-ias-event-2015 .scrolling-dots .slide-dot-over {
    top: 2px !important;
  }
  .path-david-miscavige-ias-event-2015 .slide-dots-holder .slide-dots-holder-inner {
    bottom: 0 !important;
  }
}

@media (max-width: 767px) {
  .path-david-miscavige-advanced-org-saint-hill-united-kingdom-grand-opening .slide-template-new-c-with-band .image-item-custom,
  .path-david-miscavige-advanced-org-saint-hill-united-kingdom-grand-opening .slide-template-new-c-with-band .image-item-custom2,
  .path-david-miscavige-ias-event-2015 .slide-template-new-c-with-band .image-item-custom,
  .path-david-miscavige-ias-event-2015 .slide-template-new-c-with-band .image-item-custom2 {
    display: none;
  }
  .path-david-miscavige-ias-event-2015 .mobile-caption-lightbox h3 {
    font-size: 16px;
    line-height: 1.4;
    font-weight: bold;
    font-family: "Arapey", serif;
    margin-bottom: 0;
  }
  :lang(pt) #shell .slide-id-bta-ribbon-down.slide-cb-custom.custom-version .overlay-text,
  #shell .slide-id-bta-ribbon-down.slide-cb-custom.custom-version .overlay-text {
    font-size: 16px;
    top: 50% !important;
  }
}

.slide-id-ias2015-24 .text-item {
  right: -0.59% !important;
  width: 25.69% !important;
}

/*.slide-id-ias2015-09a .text-item {
	left: CSSPercentX(10) !important;
	width: CSSPercentX(840) !important;
	top: CSSPercentY(493) !important;
}
*/
/*.slide-id-milano-grand-opening-end-exterior-1 .image-item-1,*/
/*.slide-id-milano-grand-opening-end-exterior-2 .image-item-1,*/
/*.slide-id-milano-grand-opening-bookstore-1 .image-item-1,*/
/*.slide-id-milano-grand-opening-stair-case-1 .image-item-1,*/
/*.slide-id-milano-grand-opening-chapel-banquet .image-item-1,*/
/*.slide-id-milano-grand-opening-public-info-center-1 .image-item-1,*/
/*.slide-id-milano-grand-opening-reception-1 .image-item-1,*/
/*.slide-id-milano-grand-opening-entrance-1 .image-item-1,*/
/*.slide-id-milano-grand-opening-entrance-2 .image-item-1,*/
/*.slide-id-milano-grand-opening-touring-1 .image-item-1,*/
/*.slide-id-milano-grand-opening-court-yard-1 .image-item-1,*/
.nothing-to-see-here-folks {
  opacity: 0.2 !important;
}

.slide-id-milano-grand-opening-cafe-main .image-item-3 {
  width: 16.27% !important;
  right: 9.3% !important;
}

.slide-id-milano-grand-opening-cafe-main .text-item {
  top: 68.69% !important;
  bottom: auto !important;
}

.slide-id-milano-grand-opening-hgc .image-item-2 {
  left: 2.32% !important;
  right: auto !important;
}

#header .slide-id-milano-grand-opening-hgc .text-item {
  /*width: CSSPercentX(140) !important;*/
  left: 39.53% !important;
  right: auto !important;
}

:lang(he) #header .slide-id-milano-grand-opening-hgc .text-item {
  top: 84.21% !important;
  width: 56% !important;
  bottom: 1% !important;
}

/*#header .slide-id-milano-grand-opening-auditing-room .text-item {
	top: CSSPercentY(280) !important;
	bottom: auto !important;
	left: CSSPercentX(40) !important;
}
*/
#header .slide-id-milano-grand-opening-david-miscavige-with-quote-new .text-item,
#header .slide-id-milano-grand-opening-david-miscavige-with-quote-old .text-item,
#header .slide-id-milano-grand-opening-david-miscavige-with-quote .text-item {
  top: 76.52% !important;
  left: 2.55% !important;
  right: 2.32% !important;
  width: auto !important;
}

.locale-it #header .slide-id-milano-grand-opening-david-miscavige-with-quote-new .text-item {
  left: 0 !important;
  right: 0 !important;
}

#header .slide-id-milano-grand-opening-david-miscavige-with-quote2 .text-item {
  left: 2.55% !important;
  right: 2.32% !important;
  width: auto !important;
}

#header .slide-id-milano-grand-opening-public-info-center-1 .text-item {
  left: 0% !important;
}

#header .slide-id-milano-grand-opening-lrh-office .text-item {
  bottom: 66.08% !important;
  top: auto !important;
}

#header .slide-id-milano-grand-opening-lrh-office .image-item-2 {
  top: 37.56% !important;
}

/* inline image pad to handle widow */
.path-david-miscavige-grand-opening-church-of-scientology-milano-italy_html #editable_body_holder .medium-insert-images {
  margin-bottom: 40px;
}

.slide-id-slide-mil-ent .image-item-2 {
  display: none !important;
}

#shell .slide-id-slide-mil-ent .image-item-3 {
  top: 6.95% !important;
}

#shell .slide-id-slide-mil-ent .text-item {
  top: 57.91% !important;
}

#shell .slide-id-slide-crowd-special .image-item-3 {
  top: 36.17% !important;
}

#shell .slide-id-slide-crowd-special .text-item {
  top: 66.95% !important;
}

#shell .slide-id-milano-second-reac .text-item {
  top: 85.73% !important;
}

.path-david-miscavige-grand-opening-church-of-scientology-milano-italy.context-localdev slide.slide-templated-new {
  background: none;
}

#shell .slide-id-slide-milano-main-speakerr .image-item-2,
#shell .slide-id-slide-milano-main-speaker .image-item-2 {
  top: 37.56% !important;
}

#shell .slide-id-slide-milano-main-speakerr .text-item,
#shell .slide-id-slide-milano-main-speaker .text-item {
  bottom: 65.91% !important;
  top: auto !important;
}

/*

#shell .slide-id-milano-grand-opening-david-miscavige-with-quote-old:after,
#shell .slide-id-milano-grand-opening-david-miscavige-with-quote-new:after,
#shell .slide-id-slide-milano-main-speakerr:after,
#shell .slide-id-slide-milano-main-speaker:after,
#shell .slide-id-ol-group-shot-new:after,
#shell .slide-id-ol-group-shot-old:after,
#shell .slide-id-milano-grand-opening-david-miscavige-with-quote2:after,
#shell .slide-id-slide-milano-main-speakerr:after,
#shell .slide-id-milano-grand-opening-david-miscavige-with-quote2r:after {
	content: "REJECTED";
	position: absolute;
	top: 484px;
	font-family: arial,verdana;
	font-size: 17px;
	right: 0px;
	background: rgba(0, 0, 0, 0.6);
	color: #f8f8f8;
	padding: 5px 9px;
	visibility: hidden;
}

#shell .slide-id-slide-milano-main-speakerr:after,
#shell .slide-id-slide-milano-main-speaker:after {
	top: 535px;
}

#shell .slide-id-milano-grand-opening-david-miscavige-with-quote-old:after,
#shell .slide-id-milano-grand-opening-david-miscavige-with-quote-new:after {
	top: 535px;
}

#shell .slide-id-ol-group-shot-new:after,
#shell .slide-id-ol-group-shot-old:after {
	top: 545px;
}

#shell .slide-id-milano-grand-opening-david-miscavige-with-quote-new:after,
#shell .slide-id-slide-milano-main-speakerr:after,
#shell .slide-id-ol-group-shot-new:after,
#shell .slide-id-milano-grand-opening-david-miscavige-with-quote2:after {
	content: "NEW";
}

#shell .moving .slide-id-milano-grand-opening-david-miscavige-with-quote-old:after,
#shell .moving .slide-id-milano-grand-opening-david-miscavige-with-quote-new:after,
#shell .moving .slide-id-slide-milano-main-speakerr:after,
#shell .moving .slide-id-slide-milano-main-speaker:after,
#shell .moving .slide-id-ol-group-shot-old:after,
#shell .moving .slide-id-ol-group-shot-new:after,
#shell .moving .slide-id-milano-grand-opening-david-miscavige-with-quote2r:after,
#shell .moving .slide-id-milano-grand-opening-david-miscavige-with-quote2:after {
	display: none;
}

#outer_shell #shell .fso-slide-active:after {
	visibility: visible;
}
*/
@media (max-width: 1025px) {
  .path-david-miscavige-grand-opening-church-of-scientology-milano-italy .scrolling-dots .slide-dot-over {
    top: 2px !important;
  }
  .path-david-miscavige-grand-opening-church-of-scientology-milano-italy .slide-dots-holder .slide-dots-holder-inner {
    bottom: 2px !important;
  }
}

.slide-id-milano-grand-opening-court-yard-1 .text-item {
  left: 4.65% !important;
  width: 90.69% !important;
}

/*


 #######   #####   #######
 #        #     #  #     #
 #        #        #     #
 #####     #####   #     #
 #              #  #     #
 #        #     #  #     #
 #         #####   #######

	#####   ######      #     #     #  ######
 #     #  #     #    # #    ##    #  #     #
 #        #     #   #   #   # #   #  #     #
 #  ####  ######   #     #  #  #  #  #     #
 #     #  #   #    #######  #   # #  #     #
 #     #  #    #   #     #  #    ##  #     #
	#####   #     #  #     #  #     #  ######

 #######  ######   #######  #     #  ###  #     #   #####
 #     #  #     #  #        ##    #   #   ##    #  #     #
 #     #  #     #  #        # #   #   #   # #   #  #
 #     #  ######   #####    #  #  #   #   #  #  #  #  ####
 #     #  #        #        #   # #   #   #   # #  #     #
 #     #  #        #        #    ##   #   #    ##  #     #
 #######  #        #######  #     #  ###  #     #   #####


 */
.slide-id-fso-grand-opening-slide-5 .text-item {
  top: 80.34% !important;
  left: 5.11% !important;
  width: 40.69% !important;
}

.slide-id-fso-grand-opening-slide-6 .text-item {
  top: 86.08% !important;
  left: 1.16% !important;
  width: 97.67% !important;
}

/*.slide-id-fso-grand-opening-slide-10 .image-item-1 {
	top: CSSPercentY(27) !important;
	width: CSSPercentX(620) !important;
}

.slide-id-fso-grand-opening-slide-10 .text-item {
	top: CSSPercentY(420) !important;
	}*/
@media (max-width: 767px) {
  .slide-id-slide-cb-twth-2 .image-item-2:before,
  .slide-id-slide-cb-cchr-2 .image-item-2:before,
  .slide-id-fso-grand-opening-slide-10 .image-item-1:before,
  .slide-id-slide-clouk-7b .image-item-2:before,
  .path-david-miscavige-grand-opening-fountain-building .slide-id-fountain-slide-07 .image-item-2:before {
    display: none !important;
  }
  .slide-id-fso-grand-opening-slide-last .custom-fso-tour-bar {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .slide-id-fso-grand-opening-slide-last .custom-fso-tour-bar .custom-fso-tour-bar-left {
    font-size: 13px;
  }
  .slide-id-fso-grand-opening-slide-last .custom-fso-tour-bar .button {
    position: relative;
  }
  .slide-id-fso-grand-opening-slide-last .custom-fso-tour-bar .button img {
    padding-bottom: 0 !important;
    top: 50% !important;
    transform: translate3d(0, -50%, 0) !important;
    -webkit-transform: translate3d(0, -50%, 0) !important;
    right: 6px !important;
  }
}

.slide-id-nnlatam-slide-21-1 .text-item {
  top: 54.26% !important;
}

.fso-slide-13 .text-item {
  top: 79.47% !important;
}

.slide-id-slide-gat2-slide7 .text-item {
  top: 75.47% !important;
}

.slide-id-slide-clouk-12 .image-item-1 {
  width: 50.11% !important;
}

/* :lang(ar) #breadcrumb .active, */
:lang(ar) .front .article.blocked-hover,
:lang(ar) .editable-header-region,
:lang(ar) #editable_body_holder,
:lang(ar) .slide-templated-new .text-item {
  direction: rtl;
}

[data-art-id="/scientology-today/clearwater-citizens-commission-on-human-rights-center-opening.html"] .inline-img-block img {
  margin-bottom: 22px;
}

/* For Hebrew */
[dir="rtl"] .medium-insert-images.medium-insert-images-left,
[dir="rtl"] .medium-insert-images-left.mediumInsert,
[dir="rtl"] .mediumInsert.small {
  float: right;
}

[dir="rtl"] #editable_body_holder .medium-insert-images-left {
  margin: 0 0px 20px 20px;
}

[dir="rtl"] .heb-smaller {
  font-size: 85% !important;
}

[dir="rtl"] .churches-title {
  font-size: 120%;
}

:lang(he) .heb-smaller {
  font-size: 85% !important;
}

.title span.lowercase,
.title-article span.lowercase,
.slide-wrapper slide .lead .lowercase,
.slide-wrapper slide .lead .lowercase.lead,
.slide-wrapper slide .lead .lowercase-lead {
  text-transform: lowercase !important;
}

/**

 #        ######   #     #   #####     ###      #     #####
 #        #     #  #     #  #     #   #   #    ##    #     #
 #        #     #  #     #        #  #     #  # #    #
 #        ######   #######   #####   #     #    #    ######
 #        #   #    #     #  #        #     #    #    #     #
 #        #    #   #     #  #         #   #     #    #     #
 #######  #     #  #     #  #######    ###    #####   #####

 */
.slide-id-lrh2016-slide-9 .image-item-3 {
  overflow: hidden;
}

.slide-id-lrh2016-slide-9 .text-item {
  top: 63.3% !important;
  width: 23.95% !important;
  line-height: 1.35 !important;
}

.slide-id-lrh2016-slide-16 .text-item {
  margin-top: -8px;
}

.slide-id-lrh2016-slide-14 .image-item-1,
.slide-id-lrh2016-slide-13 .image-item-1,
.slide-id-lrh2016-slide-12 .image-item-1,
.slide-id-lrh2016-slide-11 .image-item-1 {
  top: 0 !important;
}

.slide-id-lrh2016-slide-14 .image-item-2.image-item-custom,
.slide-id-lrh2016-slide-13 .image-item-2.image-item-custom,
.slide-id-lrh2016-slide-12 .image-item-2.image-item-custom,
.slide-id-lrh2016-slide-11 .image-item-2.image-item-custom {
  color: #f8f8f8;
}

.slide-id-lrh2016-slide-14 .image-item-2.image-item-custom p,
.slide-id-lrh2016-slide-13 .image-item-2.image-item-custom p,
.slide-id-lrh2016-slide-12 .image-item-2.image-item-custom p,
.slide-id-lrh2016-slide-11 .image-item-2.image-item-custom p {
  margin-bottom: 8px !important;
}

.slide-id-lrh2016-slide-14 .image-item-2.image-item-custom .lead,
.slide-id-lrh2016-slide-13 .image-item-2.image-item-custom .lead,
.slide-id-lrh2016-slide-12 .image-item-2.image-item-custom .lead,
.slide-id-lrh2016-slide-11 .image-item-2.image-item-custom .lead {
  font-size: 1.7em;
  font-family: "Arapey", serif;
  position: relative;
  top: 3px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:lang(de) .slide-id-lrh2016-slide-14 .image-item-2.image-item-custom .lead,
:lang(de) .slide-id-lrh2016-slide-13 .image-item-2.image-item-custom .lead,
:lang(de) .slide-id-lrh2016-slide-12 .image-item-2.image-item-custom .lead,
:lang(de) .slide-id-lrh2016-slide-11 .image-item-2.image-item-custom .lead {
  line-height: 1em !important;
}

:lang(el) .slide-id-lrh2016-slide-14 .image-item-2.image-item-custom,
:lang(el) .slide-id-lrh2016-slide-13 .image-item-2.image-item-custom,
:lang(el) .slide-id-lrh2016-slide-12 .image-item-2.image-item-custom,
:lang(el) .slide-id-lrh2016-slide-11 .image-item-2.image-item-custom {
  line-height: 1.3em !important;
}

:lang(el) .slide-id-lrh2016-slide-14 .image-item-2.image-item-custom .lead,
:lang(el) .slide-id-lrh2016-slide-13 .image-item-2.image-item-custom .lead,
:lang(el) .slide-id-lrh2016-slide-12 .image-item-2.image-item-custom .lead,
:lang(el) .slide-id-lrh2016-slide-11 .image-item-2.image-item-custom .lead {
  line-height: 1.4em !important;
  font-size: 1.5em;
}

.slide-id-lrh2016-slide-17 .image-item-1 {
  top: 15.3% !important;
}

.slide-id-lrh2016-slide-11 .image-item-2.image-item-custom2 {
  right: auto;
  left: 0;
  top: 71.1%;
  width: 27%;
  padding-top: 18%;
}

.slide-id-lrh2016-slide-12 .image-item-2.image-item-custom2 {
  right: auto;
  left: 5%;
  top: 70.1%;
  width: 18%;
  padding-top: 18%;
}

.slide-id-lrh2016-slide-13 .image-item-2.image-item-custom2 {
  right: auto;
  left: -2%;
  top: 70.1%;
  width: 29%;
  padding-top: 17%;
}

.slide-id-lrh2016-slide-14 .image-item-2.image-item-custom2 {
  right: auto;
  left: 2.5%;
  top: 65.1%;
  width: 21%;
  padding-top: 25%;
}

/*

.slide-id-lrh2016-slide-20 .text-item {
	width: CSSPercentX(160) !important;
}

.slide-id-lrh2016-slide-5-5 .text-item,
.slide-id-lrh2016-slide-5-2 .text-item,
*/
.slide-id-lrh2016-slide-5-1 .text-item,
.slide-id-lrh2016-slide-5-3 .text-item,
.slide-id-lrh2016-slide-5-4 .text-item,
.slide-id-lrh2016-slide-5 .text-item {
  left: 2.32% !important;
  width: 95.34% !important;
  margin-top: -5px;
}

.slide-id-lrh2016-slide-22 .image-item-3 {
  width: 25% !important;
  left: 14.65% !important;
}

.slide-id-lrh2016-slide-q .image-item-2 {
  width: 33.72% !important;
  left: 3.48% !important;
  top: 6.95% !important;
}

.slide-templated-new.slide-id-lrh2016-slide-q .text-item {
  left: 3.48% !important;
  width: 33.72% !important;
  top: 42.43% !important;
  bottom: 0.86% !important;
}

.slide-id-lrh2016-slide-41 .image-item-2 {
  top: 3.47% !important;
  width: 16.27% !important;
  left: 21.39% !important;
}

.slide-id-lrh2016-slide-41 .image-item-3 {
  top: 22.95% !important;
}

.slide-id-lrh2016-slide-41 .text-item {
  top: 57.73% !important;
}

.slide-id-lrh2016-slide-42 .image-item-3 {
  top: 3.47% !important;
  width: 16.27% !important;
  right: 21.39% !important;
}

.slide-id-lrh2016-slide-42 .image-item-2 {
  top: 22.95% !important;
}

.slide-id-lrh2016-slide-42 .text-item {
  top: 62.6% !important;
  width: 37.67% !important;
}

.slide-id-lrh2016-slide-43 .image-item-2 {
  top: 3.47% !important;
  width: 16.27% !important;
  right: 21.39% !important;
}

.slide-id-lrh2016-slide-43 .image-item-3 {
  top: 22.95% !important;
}

.slide-id-lrh2016-slide-43 .text-item {
  top: 62.6% !important;
}

.pswp .slide-id-lrh2016-slide-q .image-item-3:before,
.pswp .slide-id-lrh2016-slide-43 .image-item-3:before,
.pswp .slide-id-lrh2016-slide-42 .image-item-3:before,
.pswp .slide-id-lrh2016-slide-41 .image-item-3:before,
.pswp .slide-id-lrh2016-slide-q .image-item-2:before,
.pswp .slide-id-lrh2016-slide-43 .image-item-2:before,
.pswp .slide-id-lrh2016-slide-42 .image-item-2:before,
.pswp .slide-id-lrh2016-slide-41 .image-item-2:before {
  display: none !important;
}

.pswp .slide-id-lrh2016-slide-11 .floater-texter p,
.pswp .slide-id-lrh2016-slide-12 .floater-texter p,
.pswp .slide-id-lrh2016-slide-13 .floater-texter p,
.pswp .slide-id-lrh2016-slide-14 .floater-texter p {
  display: none !important;
}

.templated-slider-slideset-lrh-2016 .custom-s-logo.ignore-zoom {
  display: none !important;
}

@media (max-width: 700px) {
  .slide-id-lrh2016-slide-13 .image-item-2.image-item-custom2,
  .slide-id-lrh2016-slide-12 .image-item-2.image-item-custom2,
  .slide-id-lrh2016-slide-11 .image-item-2.image-item-custom2 {
    min-height: 100px;
  }
  .slide-id-lrh2016-slide-14 .image-item-2.image-item-custom2 {
    min-height: 130px;
  }
  .slide-id-lrh2016-slide-13 .custom-s-logo.ignore-zoom,
  .slide-id-lrh2016-slide-12 .custom-s-logo.ignore-zoom,
  .slide-id-lrh2016-slide-11 .custom-s-logo.ignore-zoom {
    display: none !important;
  }
  .slide-id-lrh2016-slide-14 .image-item-2.image-item-custom .lead, .slide-id-lrh2016-slide-13 .image-item-2.image-item-custom .lead, .slide-id-lrh2016-slide-12 .image-item-2.image-item-custom .lead, .slide-id-lrh2016-slide-11 .image-item-2.image-item-custom .lead {
    line-height: 1.0;
    font-size: 1.4em;
  }
  .slide-id-lrh2016-slide-14 .image-item-2.image-item-custom, .slide-id-lrh2016-slide-13 .image-item-2.image-item-custom, .slide-id-lrh2016-slide-12 .image-item-2.image-item-custom, .slide-id-lrh2016-slide-11 .image-item-2.image-item-custom {
    height: 110px;
    top: auto !important;
    bottom: 0;
  }
}

@media (max-width: 400px) {
  .slide-id-lrh2016-slide-11 .floater-texter p,
  .slide-id-lrh2016-slide-12 .floater-texter p,
  .slide-id-lrh2016-slide-13 .floater-texter p,
  .slide-id-lrh2016-slide-14 .floater-texter p {
    display: none;
  }
  .slide-id-lrh2016-slide-14 .image-item-2.image-item-custom2,
  .slide-id-lrh2016-slide-13 .image-item-2.image-item-custom2,
  .slide-id-lrh2016-slide-12 .image-item-2.image-item-custom2,
  .slide-id-lrh2016-slide-11 .image-item-2.image-item-custom2 {
    min-height: 0;
    bottom: 6px !important;
    top: auto !important;
  }
  .slide-id-lrh2016-slide-14 .image-item-2.image-item-custom2 {
    bottom: -13px !important;
  }
  .slide-id-lrh2016-slide-14 .image-item-2.image-item-custom, .slide-id-lrh2016-slide-13 .image-item-2.image-item-custom, .slide-id-lrh2016-slide-12 .image-item-2.image-item-custom, .slide-id-lrh2016-slide-11 .image-item-2.image-item-custom {
    height: 70px !important;
  }
}

/*

.slide-id-lrh2016-slide-6-2:before,
.slide-id-lrh2016-slide-6-1:before,
.slide-id-lrh2016-slide-6:before,
.slide-id-lrh2016-slide-5-5:before,
.slide-id-lrh2016-slide-5-4:before,
.slide-id-lrh2016-slide-5-3:before,
.slide-id-lrh2016-slide-5-2:before,
.slide-id-lrh2016-slide-5:before,
.slide-id-lrh2016-slide-5-1:before {
	position: absolute;
	top: CSSPercentY(430) !important;;
	right: 0;
	font-size: 14px;
	font-family: verdana;
	background: rgba(255,255,255,.8);
	z-index: 10;
	padding: 5px 10px;

}

.moving-to-dir-right .slide-id-lrh2016-slide-6:before,
.moving-to-dir-right .slide-id-lrh2016-slide-6-1:before,
.moving-to-dir-right .slide-id-lrh2016-slide-6-2:before,
.moving-to-dir-right .slide-id-lrh2016-slide-5-5:before,
.moving-to-dir-right .slide-id-lrh2016-slide-5-4:before,
.moving-to-dir-right .slide-id-lrh2016-slide-5-3:before,
.moving-to-dir-right .slide-id-lrh2016-slide-5-2:before,
.moving-to-dir-right .slide-id-lrh2016-slide-5:before,
.moving-to-dir-right .slide-id-lrh2016-slide-5-1:before {
	transition: transform .8s cubic-bezier(.165,.84,.44,1), -webkit-transform .8s cubic-bezier(.165,.84,.44,1) !important;
	transform: translate3d(910px, 0, 0);
	-webkit-transform: translate3d(910px, 0, 0);
}

.moving-to-dir-left .slide-id-lrh2016-slide-6:before,
.moving-to-dir-left .slide-id-lrh2016-slide-6-2:before,
.moving-to-dir-left .slide-id-lrh2016-slide-6-1:before,
.moving-to-dir-left .slide-id-lrh2016-slide-5-5:before,
.moving-to-dir-left .slide-id-lrh2016-slide-5-4:before,
.moving-to-dir-left .slide-id-lrh2016-slide-5-3:before,
.moving-to-dir-left .slide-id-lrh2016-slide-5-2:before,
.moving-to-dir-left .slide-id-lrh2016-slide-5:before,
.moving-to-dir-left .slide-id-lrh2016-slide-5-1:before {
	transition: transform .6s cubic-bezier(.165,.84,.44,1), -webkit-transform .6s cubic-bezier(.165,.84,.44,1) !important;
	transform: translate3d(-910px, 0, 0);
	-webkit-transform: translate3d(-910px, 0, 0);
}




.slide-id-lrh2016-slide-5-1:before {
	content: "#02C8121";
}

.slide-id-lrh2016-slide-5-2:before {
	content: "#02C8185";
}

.slide-id-lrh2016-slide-5-3:before {
	content: "#02C8232";
}

.slide-id-lrh2016-slide-5-4:before {
	content: "#02C8454";
}

.slide-id-lrh2016-slide-5-5:before {
	content: "#02C8830";
}

.slide-id-lrh2016-slide-6-1:before {
	content: "#03C4403";
}

.slide-id-lrh2016-slide-6-2:before {
	content: "#03C5134";
}

*/
/*

.slide-id-lrh2016-slide-q .image-item-1 {
	left: 0 !important;
	right: auto !important;
}

.slide-id-lrh2016-slide-q .text-item {
	top: 50% !important;
	bottom: auto !important;
	right: CSSPercentX(20) !important;
	left: auto !important;
	width: CSSPercentX(305) !important;
	height: auto !important;
}

.templated-slider-build-2-1 #shell #header_slideshow_wraper:not(.moving) .slide-id-lrh2016-slide-q .text-item {
	transform: translate3d(0, -50%, 0) !important;
	-webkit-transform: translate3d(0, -50%, 0) !important;
}

*/
.slide-id-lrh2016-slide-14 .image-item-custom {
  height: 106px !important;
  top: 75.47% !important;
}

#editor_opts .org-id-button,
#editor_opts .auto-translate-button {
  display: none !important;
}

#video-details #new_title {
  text-transform: uppercase;
}

.editing #video-details #new_title:hover,
.editing #video-details #new_title[data-medium-focused="true"] {
  text-transform: none;
}

.context-localdev slide.slide-templated,
.bio-legacy-page .slide-arrow-holder.slide-left-arrow2 .arrow-bg.gradiented,
.bio-legacy-page .slide-arrow-holder.slide-right-arrow2 .arrow-bg.gradiented,
.no-gradient-arrows .slide-arrow-holder.slide-right-arrow2 .arrow-bg.gradiented,
.no-gradient-arrows .slide-arrow-holder.slide-left-arrow2 .arrow-bg.gradiented {
  background: none;
}

.bio-legacy-page .slide-holder slide:first-child.templated-video-slide {
  opacity: 1;
}

.bio-legacy-page .slide-templated.templated-video-slide .caption-center-left.video-slide-text-left-panel {
  font-family: Verdana, Arial;
  font-size: 13px;
}

.bio-legacy-page .slide-wrapper .templated-video-slide .item.text-item {
  top: 0 !important;
  -webkit-transition: transform 0.15s cubic-bezier(0.165,0.840,0.440,1.000) 0.1s, opacity 0.2s cubic-bezier(0.165,0.840,0.440,1.000) 0.1s !important;;
  -ms-transition: transform 0.15s cubic-bezier(0.165,0.840,0.440,1.000) 0.1s, opacity 0.2s cubic-bezier(0.165,0.840,0.440,1.000) 0.1s !important;;
  -moz-transition: transform 0.15s cubic-bezier(0.165,0.840,0.440,1.000) 0.1s, opacity 0.2s cubic-bezier(0.165,0.840,0.440,1.000) 0.1s !important;;
  -o-transition: transform 0.15s cubic-bezier(0.165,0.840,0.440,1.000) 0.1s, opacity 0.2s cubic-bezier(0.165,0.840,0.440,1.000) 0.1s !important;;
  transition: transform 0.15s cubic-bezier(0.165,0.840,0.440,1.000) 0.1s, opacity 0.2s cubic-bezier(0.165,0.840,0.440,1.000) 0.1s !important;;
}

.bio-legacy-page h1.title .title-light,
h1.title .title-light.title-light-sub,
h3.title .title-light.title-light-sub,
h4.title .title-light.title-light-sub {
  color: #999;
}

h1.title .title-light.title-light-sub,
h3.title .title-light.title-light-sub {
  font-size: 20px;
}

.bio-legacy-page .org-opening-slideshow .slide-stretcher,
.bio-legacy-page #header .org-opening-slideshow .slide-holder slide.slide-templated,
.bio-legacy-page #shell #header .slide-holder slide.slide-templated-new {
  padding-bottom: 56.25%;
}

.bio-legacy-page #editable_body_holder {
  margin-top: 10px;
}

.bio-450px-tall-header .slide-stretcher-outer {
  width: 800px;
}

.bio-450px-tall-header slide .item.video-item {
  left: 140px;
  right: -140px;
}

[dir="rtl"] .bio-450px-tall-header slide .item.video-item {
  left: -140px;
  right: 140px;
}

.bio-450px-tall-header .video-slide-text-left-panel {
  left: -140px !important;
  width: 280px !important;
}

[dir="rtl"] .bio-450px-tall-header .video-slide-text-left-panel {
  left: 0 !important;
}

.bio-450px-tall-header #header_slideshow_wraper:not(.slideshow-released) .slide-templated:not(:first-child) {
  opacity: 0 !important;
}

.org-double-listing ul {
  list-style: none;
  padding-left: 0;
}

.org-double-listing .second-col {
  padding-left: 8px;
}

:lang(el).org-double-listing .col-sm-12,
:lang(fr).org-double-listing .col-sm-12 {
  width: 90%;
  padding-left: 40px;
}

:lang(el).org-double-listing .col-sm-12.second-col,
:lang(fr).org-double-listing .col-sm-12.second-col {
  padding-left: 20px;
}

.path-david-miscavige-at-helm-in-era-of-expansion .org-mosaic-extender > .txtcenter {
  display: none;
}

/*
@media (min-width: 1200px) {
	.extender {
		margin-left: calc((1040px - 100vw)/2);
		margin-right: calc((1040px - 100vw)/2);
		background: #eee;
		padding-left: 0;
		padding-right: 0;
	}
}
*/
@media (min-width: 1200px) {
  .has-leftsidebar .main .extender {
    margin-left: calc(-20px - 280px - 50vw + 560px);
    margin-right: calc(-20px - 50vw + 560px);
  }
}

@media (max-width: 1200px) {
  .has-leftsidebar .main .extender {
    margin-left: calc(-20px - 245px - 50vw + 490px);
    margin-right: calc(-20px - 50vw + 490px);
  }
}

@media (max-width: 991px) {
  .has-leftsidebar .main .extender {
    margin-left: calc(-20px - 253px - 50vw + 380px);
    margin-right: calc(-20px - 50vw + 380px);
  }
}

@media (max-width: 767px) {
  .has-leftsidebar .main .extender {
    margin-left: calc(-20px);
    margin-right: calc(-20px);
  }
}

.visuallyhidden {
  visibility: hidden;
  position: absolute;
  top: -200vh;
  left: -200vw;
  top: -2000px;
  left: -2000px;
}

.fso-history-preamble {
  color: #666;
  line-height: 1.4;
  font-size: .82em;
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 20px;
  font-style: italic;
}

.org-domain-atl .org-home-personal-stories .success-quote {
  font-weight: normal;
}

.org-domain-atl .org-home-personal-stories .success-highlight {
  font-weight: bold;
}

.path-personal-stories-scientology-success-atlanta-dianetics_html #success-header #success-quote span > span {
  display: none;
}

.path-personal-stories-scientology-success-atlanta-dianetics_html #success-header #success-quote span.success-highlight {
  display: block;
}

/*.org-domain-atl [href*="books/catalog/beginning-books/product.html"],*/
/*.org-domain-atl.path-l-ron-hubbard_html .primary-menu .en-prim-nav-smaller-item, // was hiding "Books", but after "News" came up, this broke */
/*.org-domain-atl .primary-nav-menu ul.top-menu .menu-item.nav-trail-false:last-child {
	display: none !important;
	}*/
.play-button-overlay {
  position: relative;
  display: block;
  text-align: center;
}

.play-button-overlay:before {
  content: '';
  background: url(/theme/images/play-button.svg) center no-repeat;
  background-size: 80px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.play-button-overlay--absolute {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.play-button-overlay--absolute.play-button-overlay:before {
  opacity: 1;
}

.custom-fso-tour-bar.custom-fso-tour-bar-vcenter {
  padding: 10px;
}

.custom-fso-tour-bar-vcenter:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.custom-fso-tour-bar .related-org-tour-text {
  display: inline-block;
  vertical-align: middle;
  width: 65%;
  text-align: right;
  color: #fff;
  font-size: 18px;
  padding: 0 10px;
}

.custom-fso-tour-bar .related-org-tour-button {
  color: #fff;
  background: rgba(132, 149, 171, 0.6);
  font-size: 22px;
  display: inline-block;
  vertical-align: middle;
  padding: 6px 10px;
  width: 35%;
  text-align: center;
}

.path-churches.path-churches-bringing-scientology-world .org-opening-slideshow.slideshow-released .slide-stretcher,
.path-david-miscavige-bringing-scientology-to-the-world-golden-era-productions_html .org-opening-slideshow.slideshow-released .slide-stretcher,
.path-david-miscavige-bringing-scientology-to-the-world-scientology-publishing-houses_html .org-opening-slideshow.slideshow-released .slide-stretcher,
.path-david-miscavige-bringing-scientology-to-the-world-dissemination-and-distribution-center_html .org-opening-slideshow.slideshow-released .slide-stretcher,
.path-churches-bringing-scientology-world-scientology-media-productions .org-opening-slideshow.slideshow-released .slide-stretcher,
.path-david-miscavige-scientology-spiritual-headquarters-the-sea-organization-motor-vessel-freewinds-scientology-religious-retreat-undergoes-refit_html.bio-legacy-page .org-opening-slideshow.slideshow-released .slide-stretcher,
.path-david-miscavige-scientology-spiritual-headquarters-the-sea-organization-motor-vessel-freewinds-scientology-religious-retreat-undergoes-refit_html.bio-legacy-page #header .org-opening-slideshow.slideshow-released .slide-holder slide.slide-templated {
  padding-bottom: 66.86%;
  transition: padding-bottom 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.path-churches.path-churches-bringing-scientology-world .org-opening-slideshow.slideshow-released[data-slide-active="0"] .slide-stretcher,
.path-churches.path-churches-bringing-scientology-world #header .org-opening-slideshow.slideshow-released[data-slide-active="0"] .slide-holder slide.slide-templated,
.path-david-miscavige-bringing-scientology-to-the-world-golden-era-productions_html .org-opening-slideshow.slideshow-released[data-slide-active="0"] .slide-stretcher,
.path-david-miscavige-bringing-scientology-to-the-world-golden-era-productions_html #header .org-opening-slideshow.slideshow-released[data-slide-active="0"] .slide-holder slide.slide-templated,
.path-david-miscavige-bringing-scientology-to-the-world-scientology-publishing-houses_html .org-opening-slideshow.slideshow-released[data-slide-active="0"] .slide-stretcher,
.path-david-miscavige-bringing-scientology-to-the-world-scientology-publishing-houses_html #header .org-opening-slideshow.slideshow-released[data-slide-active="0"] .slide-holder slide.slide-templated,
.path-david-miscavige-bringing-scientology-to-the-world-dissemination-and-distribution-center_html .org-opening-slideshow.slideshow-released[data-slide-active="0"] .slide-stretcher,
.path-david-miscavige-bringing-scientology-to-the-world-dissemination-and-distribution-center_html #header .org-opening-slideshow.slideshow-released[data-slide-active="0"] .slide-holder slide.slide-templated,
.path-churches-bringing-scientology-world-scientology-media-productions .org-opening-slideshow.slideshow-released[data-slide-active="0"] .slide-stretcher,
.path-churches-bringing-scientology-world-scientology-media-productions #header .org-opening-slideshow.slideshow-released[data-slide-active="0"] .slide-holder slide.slide-templated,
.path-inside-our-church-the-fort-harrison .org-opening-slideshow.slideshow-released[data-slide-active="0"] .slide-stretcher,
.path-inside-our-church-the-fort-harrison #header .org-opening-slideshow.slideshow-released[data-slide-active="0"] .slide-holder slide.slide-templated,
.path-david-miscavige-scientology-spiritual-headquarters-the-sea-organization-motor-vessel-freewinds-scientology-religious-retreat-undergoes-refit_html.bio-legacy-page .org-opening-slideshow.slideshow-released[data-slide-active="0"] .slide-stretcher,
.path-david-miscavige-scientology-spiritual-headquarters-the-sea-organization-motor-vessel-freewinds-scientology-religious-retreat-undergoes-refit_html.bio-legacy-page #header .org-opening-slideshow.slideshow-released[data-slide-active="0"] .slide-holder slide.slide-templated {
  padding-bottom: 56.25%;
}

.path-david-miscavige-bringing-scientology-to-the-world-scientology-publishing-houses_html.bio-legacy-page #header .org-opening-slideshow.slideshow-released .slide-holder slide.slide-templated .text-item.caption-center-below,
.path-david-miscavige-scientology-spiritual-headquarters-the-sea-organization-motor-vessel-freewinds-scientology-religious-retreat-undergoes-refit_html.bio-legacy-page #header .org-opening-slideshow.slideshow-released .slide-holder slide.slide-templated .text-item.caption-center-below {
  top: 83.36% !important;
}

.path-churches-bringing-scientology-world-scientology-media-productions .video-js,
.path-david-miscavige-bringing-scientology-to-the-world-scientology-publishing-houses_html .video-js,
.path-david-miscavige-bringing-scientology-to-the-world-dissemination-and-distribution-center_html .video-js,
.path-david-miscavige-scientology-spiritual-headquarters-the-sea-organization-motor-vessel-freewinds-scientology-religious-retreat-undergoes-refit_html .video-js {
  background: none;
}

.really-constrain-that-image img {
  max-width: 100%;
}

/*
.slide-id-gatos-main-speaker .text-item {
	left: 0 !important;
	right: 0 !important;
	width: 100% !important;
	margin-top: -10px !important;
	line-height: 1.3 !important;
}

.slide-id-gatos-bookstore .text-item {
	left: 0;
	right: 0;
	width: 100%;
	margin-top: -12px;
}

.slide-id-padova-open .text-item {
	left: 0 !important;
	right: 0 !important;
	width: 100% !important;
	line-height: 1.2 !important;
	margin-top: -15px !important;
}

.slide-id-padova-main-speaker .text-item {
	max-height: 100% !important;
}

.slide-id-padova-displays .text-item {
	left: 0 !important;
	right: 0 !important;
	width: 100% !important;
	line-height: 1.4 !important;
	margin-top: -11px !important;
	font-size: 12px !important;
}

.slide-id-fraser-main-speaker .text-item {
	left: 0 !important;
	right: 0 !important;
	width: 100% !important;
	margin-top: -5px !important;
}

.slide-id-fraser-2 .text-item {
	left: 0 !important;
	right: 0 !important;
	width: 100% !important;
	margin-top: -15px !important;
}

.slide-id-buffalo-12 .text-item {
	left: 0 !important;
	right: 0 !important;
	width: 100% !important;
	margin-top: -15px !important;
}

*/
:lang(sv).path-scientology-today-church-openings-grand-opening-church-of-scientology-atlanta-georgia_html .editable-header-region h1 {
  font-size: 1.78em;
  padding-right: 1%;
}

.templated-slider-slideset-atlanta-grand-opening .slide-template-new-c-0b.slide-id-dynamic_id-atlanta-grand-opening-29 .text-item {
  bottom: 0% !important;
}

.templated-slider-build-2-1 .slide-template-new-f-1f.slide-id-atl-main-speaker2 .text-item {
  bottom: 53.95% !important;
  max-height: 255px;
}

.path-scientology-today-church-openings .slide-templated-new .slider-captions-more-full h3,
.path-scientology-today-church-openings .slide-templated-new .text-item h3,
.path-inside-our-church-grand-opening_html .slide-templated-new .text-item h3,
.path-inside-our-church .slide-templated-new .text-item h3 {
  text-transform: uppercase;
}

:lang(el) .path-scientology-today-church-openings .slide-templated-new .text-item h3,
:lang(el) .path-inside-our-church-grand-opening_html .slide-templated-new .text-item h3 {
  text-transform: none;
}

.nowrap {
  white-space: nowrap;
}

.org-domain-fso .banner-org-title {
  font-size: 20px;
}

.org-domain-fso a.learn-more {
  color: #3e495a;
}

.slide-id-gold-slide-2 .text-item {
  bottom: 1.73% !important;
  top: auto !important;
}

.path-david-miscavige-building-future-scientology-religion .slide-zoomer,
.path-david-miscavige-renaissance-for-scientology .slide-zoomer,
.path-david-miscavige-social-betterment-campaigns .slide-zoomer {
  display: none;
}

.slideshow-vid-playing .fso-slide-active .new-age-caption-overlay {
  display: none;
}

.slide-id-ddc-custom .text-item {
  right: 4.06% !important;
  width: 40.69% !important;
  bottom: 8.69% !important;
}

#shell .new-age-caption-overlay-reverse {
  z-index: 999;
}

#shell .new-age-caption-overlay-reverse .learn-more-overlay {
  position: static;
  display: inline-block;
}

#shell .new-age-caption-overlay-reverse .add-border {
  margin-bottom: 7px;
}

#shell .new-age-caption-overlay-reverse .linker {
  position: absolute;
  font-weight: normal;
  font-size: 14px;
  right: 10px;
  -webkit-font-smoothing: auto;
  padding-top: 15px;
}

#shell .new-age-caption-overlay-reverse {
  max-width: 40%;
  bottom: 5px !important;
}

.org-domain-fso #shell .new-age-caption-overlay-reverse {
  max-width: 58%;
}

@media (max-width: 768px) {
  .org-domain-fso .slide-wrapper {
    height: 0;
    padding-bottom: 56.25%;
  }
  /*.org-domain-fso .slide-wrapper .slide-holder {
		height: 0;
		padding-bottom: 100%;
		}*/
  .org-domain-fso .slide-wrapper .slide-holder a img {
    /*height: 0;*/
    /*padding-bottom: 100%;*/
    width: 100%;
  }
  .org-domain-fso .slide-gutter {
    display: none;
  }
}

#shell .scn-news-ad {
  font-size: 20px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0 34px black, 1px 1px 33px black, -1px -1px 32px black;
  color: white;
}

@media (max-width: 1199px) {
  #shell .scn-news-ad {
    font-size: 0.9rem;
  }
}

@media (max-width: 599px) and (min-width: 429px) {
  .org-domain-fso #shell .learn-more-overlay {
    font-size: 13px;
  }
  .org-domain-fso #shell .scn-news-ad {
    font-size: 17px;
    text-shadow: 1px 1px 1px #000,2px 2px 1px #000,0 0 11px #aaa;
  }
}

@media (max-width: 768px) and (min-width: 600px) {
  .org-domain-fso #shell .learn-more-overlay {
    font-size: 14px;
  }
  .org-domain-fso #shell .scn-news-ad {
    font-size: 18px;
    text-shadow: 1px 1px 1px #000,2px 2px 1px #000,0 0 11px #aaa;
  }
}

@media (max-width: 1024px) and (min-width: 769px) {
  .org-domain-fso #shell .learn-more-overlay {
    font-size: 14px;
  }
  .org-domain-fso #shell .scn-news-ad {
    font-size: 20px;
  }
}

@media (min-width: 1025px) {
  .org-domain-fso #shell .learn-more-overlay {
    font-size: 14px;
  }
  .org-domain-fso #shell .scn-news-ad {
    font-size: 20px;
  }
}

#shell .learn-more-overlay {
  text-shadow: none;
  color: white;
  font-weight: bold;
  font-size: 14px;
  padding: 3px 11px 4px;
  background: rgba(45, 69, 89, 0.9);
  bottom: -23px;
}

.path-scientology-today-grand-opening-applied-scholastics-clearwater #shell .slide-template-new-c-with-band h3 {
  color: #b8d1ed;
}

.path-scientology-today-grand-opening-applied-scholastics-clearwater .slide-template-new-c-with-band .image-item-custom {
  color: #fff;
}

.path-scientology-today-grand-opening-applied-scholastics-clearwater .slide-template-new-c-with-band .button {
  background-color: #3c6c9d !important;
  outline: 1px solid rgba(255, 255, 255, 0.3) !important;
  color: #c0cad4 !important;
  padding: 15px 13px 14px 16px !important;
  right: 1.62% !important;
  font-size: 15px !important;
  box-shadow: 0 0 22px #444;
  max-width: 19%;
}

:lang(fr) .path-scientology-today-grand-opening-applied-scholastics-clearwater .slide-template-new-c-with-band .button {
  padding: 15px 10px 14px 10px !important;
}

:lang(ja) .path-scientology-today-grand-opening-applied-scholastics-clearwater .slide-template-new-c-with-band .button {
  padding: 15px 10px 14px 10px !important;
  font-size: 14px !important;
  letter-spacing: -1px;
}

:lang(nl) .path-scientology-today-grand-opening-applied-scholastics-clearwater .slide-template-new-c-with-band .button {
  padding: 10px 13px 10px 13px !important;
  /*	font-size: 14px!important;
letter-spacing: -1px;*/
  max-width: 17%;
}

:lang(de) .path-scientology-today-grand-opening-applied-scholastics-clearwater .slide-template-new-c-with-band .button {
  max-width: 16%;
}

:lang(ru) .path-scientology-today-grand-opening-applied-scholastics-clearwater .slide-template-new-c-with-band .button {
  max-width: 14%;
}

.path-scientology-today-grand-opening-applied-scholastics-clearwater .slide-template-new-c-with-band .image-item-custom {
  height: 120px !important;
  top: auto !important;
  bottom: 2.43% !important;
}

.path-scientology-today-grand-opening-applied-scholastics-clearwater .slide-template-new-c-with-band .image-item-custom2 {
  top: 73.6%;
  left: 2%;
}

.path-scientology-today-grand-opening-applied-scholastics-clearwater .slide-template-new-c-with-band .image-item-custom .floater-texter {
  left: 22%;
  right: 21%;
}

:lang(el) .path-scientology-today-grand-opening-applied-scholastics-clearwater .slide-template-new-c-with-band .button {
  max-width: 117px;
  padding: 15px 2px 14px 8px !important;
  font-size: 13px !important;
}

:lang(el) .path-scientology-today-grand-opening-applied-scholastics-clearwater .slide-template-new-c-with-band.slide-id-apscw-32 .image-item-custom .floater-texter {
  right: 16%;
}

:lang(el) .path-scientology-today-grand-opening-applied-scholastics-clearwater .slide-template-new-c-with-band .image-item-custom .floater-texter {
  left: 20%;
  right: 18%;
  line-height: 1.3em;
}

:lang(fr) .path-scientology-today-grand-opening-applied-scholastics-clearwater .slide-template-new-c-with-band .image-item-custom {
  height: 145px !important;
  bottom: 0 !important;
  line-height: 1.3em;
}

:lang(ru) .path-scientology-today-grand-opening-applied-scholastics-clearwater .slide-template-new-c-with-band .image-item-custom .floater-texter {
  left: 21%;
  right: 16.5%;
  line-height: 1.2em;
}

:lang(sv) .path-scientology-today-grand-opening-applied-scholastics-clearwater .slide-id-apscw-32.slide-template-new-c-with-band .image-item-custom .floater-texter {
  left: 20%;
  right: 21%;
  line-height: 1.3em;
}

:lang(de) .path-scientology-today-grand-opening-applied-scholastics-clearwater .slide-template-new-c-with-band .image-item-custom .floater-texter,
:lang(nl) .path-scientology-today-grand-opening-applied-scholastics-clearwater .slide-template-new-c-with-band .image-item-custom .floater-texter {
  line-height: 1.3em;
}

:lang(hu) .path-scientology-today-grand-opening-applied-scholastics-clearwater .slide-template-new-c-with-band .image-item-custom .floater-texter,
:lang(ru) .path-scientology-today-grand-opening-applied-scholastics-clearwater .slide-template-new-c-with-band .image-item-custom .floater-texter {
  line-height: 1.2em;
}

:lang(hu) .path-scientology-today-grand-opening-applied-scholastics-clearwater .inline-img-block.inline-img-block-40.img1 {
  margin-bottom: 30px;
}

:lang(hu) .path-how-we-help-narconon-grand-opening-narconon-suncoast #editable_body_holder .medium-insert-images-left {
  margin-bottom: 10px;
}

#shell .slide-id-apscw-28 .image-item-custom2 {
  width: 23%;
  left: 0%;
  padding-top: 15.7%;
  top: 74.9%;
}

.path-scientology-today-grand-opening-applied-scholastics-clearwater .slide-template-new-c-with-band.slide-id-apscw-28 .image-item-custom .floater-texter {
  left: 24%;
}

.path-scientology-today-grand-opening-applied-scholastics-clearwater #sidebar_left .how-we-help-applied-scholastics-custom > .sidebar-title {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 7px;
  margin-top: 0;
  color: gray;
  letter-spacing: .05em;
  padding-bottom: 10px;
  text-align: left;
  margin-bottom: 10px;
  margin-left: 7px;
}

.path-scientology-today-grand-opening-applied-scholastics-clearwater #sidebar_left .sidebar-title .top-big {
  text-align: left;
  color: #cb673b;
  font-size: 17px;
  font-weight: bold;
}

.path-scientology-today-grand-opening-applied-scholastics-clearwater #sidebar_left .sidebar-title .top-small {
  text-align: left;
  color: #999;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 2px;
  font-weight: 400;
}

.path-scientology-today-grand-opening-applied-scholastics-clearwater .custom-s-logo.ignore-zoom {
  display: none !important;
}

.path-scientology-today-grand-opening-applied-scholastics-clearwater #sidebar_left .editable-related-articles {
  padding-top: 0;
}

.path-scientology-today-grand-opening-applied-scholastics-clearwater #editable_body_holder li {
  margin-bottom: 0.5em;
}

@media (max-width: 1025px) {
  .path-scientology-today-grand-opening-applied-scholastics-clearwater .scrolling-dots .slide-dot-over {
    top: 2px;
  }
  .path-scientology-today-grand-opening-applied-scholastics-clearwater.fso-slides-wide-enough-for-apple-dots-no-slide .slide-dots-holder .slide-dots-holder-inner {
    bottom: 0;
  }
}

@media (max-width: 769px) {
  .path-scientology-today-grand-opening-applied-scholastics-clearwater .scrolling-dots .slide-dot-over {
    top: 2px !important;
  }
  .path-scientology-today-grand-opening-applied-scholastics-clearwater .slide-dots-holder .slide-dots-holder-inner {
    bottom: 0 !important;
  }
}

@media (max-width: 767px) {
  .path-scientology-today-grand-opening-applied-scholastics-clearwater #editable_body_holder .inline-img-block {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .path-scientology-today-grand-opening-applied-scholastics-clearwater .editable-header-region h1 {
    font-size: 1.4em;
    line-height: 1.1;
  }
}

.path-scientology-today-grand-opening-applied-scholastics-clearwater .js-single-image-slide .image-item,
.path-scientology-today-grand-opening-applied-scholastics-clearwater .slide-template-new-i .image-item,
.path-scientology-today-grand-opening-applied-scholastics-clearwater .slide-template-new-j .image-item {
  min-width: 0 !important;
}

@media (max-width: 767px) {
  .path-scientology-today-grand-opening-applied-scholastics-clearwater .pswp__item .slide-template-new-c-with-band {
    width: 100%;
  }
  .path-scientology-today-grand-opening-applied-scholastics-clearwater .pswp__item .slide-template-new-c-with-band .image-item-custom2 {
    display: none;
  }
  .path-scientology-today-grand-opening-applied-scholastics-clearwater .pswp__item .slide-template-new-c-with-band .image-item-custom {
    background-color: rgba(0, 0, 0, 0.5);
    padding-left: 20px;
    padding-right: 146px;
    height: auto !important;
  }
  .path-scientology-today-grand-opening-applied-scholastics-clearwater .pswp__item .slide-template-new-c-with-band .image-item-custom .floater-texter {
    position: static;
    transform: none;
    -webkit-transform: none;
  }
  .path-scientology-today-grand-opening-applied-scholastics-clearwater .pswp__item .slide-template-new-c-with-band .image-item-custom .button {
    padding: 10px 12px 10px 15px !important;
    font-size: 13px !important;
  }
}

@media (max-width: 480px) {
  .path-scientology-today-grand-opening-applied-scholastics-clearwater .pswp__item .slide-template-new-c-with-band .image-item-custom .button {
    display: none !important;
  }
  .path-scientology-today-grand-opening-applied-scholastics-clearwater .pswp__item .slide-template-new-c-with-band .image-item-custom {
    padding-right: 20px !important;
  }
}

.slide-id-smp-gate .text-item {
  bottom: 0.86% !important;
  top: 85.05% !important;
}

.slide-id-smp-restore .text-item {
  bottom: 0.86% !important;
  top: 67.57% !important;
}

:lang(en) .slide-id-smp-lrh .text-item {
  bottom: 1.73% !important;
  top: auto !important;
}

.slide-id-smp-lrh .text-item {
  bottom: 0.34% !important;
  top: 66.78% !important;
}

.slide-id-smp-stage-a .text-item {
  bottom: 1.39% !important;
  top: 85.95% !important;
}

:lang(pt) .slide-id-smp-stage-a .text-item {
  width: 90.24% !important;
}

.slide-id-smp-makeup .text-item {
  right: 0% !important;
  width: 37.79% !important;
  bottom: 1.39% !important;
  top: 78.78% !important;
}

.slide-id-smp-suites .text-item {
  width: auto !important;
  left: 2.9% !important;
  right: 2.9% !important;
  bottom: 1.39% !important;
  top: 85.04% !important;
}

.slide-id-smp-slide-freedom .text-item {
  bottom: 63.82% !important;
  top: 2.78% !important;
}

:lang(de) .slide-id-smp-ingest-1 .text-item h3,
:lang(no) .slide-id-smp-ingest-1 .text-item h3,
:lang(da) .slide-id-smp-ingest-1 .text-item h3,
:lang(sv) .slide-id-smp-ingest-1 .text-item h3 {
  font-size: 17px;
}

.slide-id-smp-slide-16 .text-item {
  width: 84.88% !important;
}

:lang(en) .slide-id-smp-slide-16 .text-item {
  width: 81.39% !important;
}

/* requested to be omitted */
.left-menu .menu-item a[href="/david-miscavige/landmark-events/"] {
  display: none;
}

.slide-id-smp-slide-62 .image-item-1 {
  top: 0 !important;
}

slide[data-template="slide-video"] .image-item-1,
slide[data-template="smp-video"] .image-item-1 {
  max-width: 860px !important;
  width: 100%  !important;
  padding-bottom: 56.25% !important;
}

slide[data-template="slide-video"] .video-js,
slide[data-template="smp-video"] .video-js {
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 992px) {
  #shell slide[data-template="slide-video"] .new-age-caption-overlay-reverse,
  #shell slide[data-template="smp-video"] .new-age-caption-overlay-reverse {
    bottom: 55px !important;
  }
}

@media (max-width: 767px) {
  slide[data-template="slide-video"] .image-item-1,
  slide[data-template="smp-video"] .image-item-1 {
    width: auto !important;
  }
}

.slide-id-smp-slide-68 .text-item {
  top: 84.17% !important;
  width: auto !important;
  left: 2.32% !important;
  right: 2.32% !important;
  bottom: 0% !important;
}

.slide-id-smp-slide-3 .text-item {
  width: auto !important;
  left: 2.9% !important;
  right: 2.9% !important;
}

.slide-id-smp-slide-35 .text-item {
  top: 66.08% !important;
  right: 1.16% !important;
  width: 39.53% !important;
  bottom: 0% !important;
}

.path-churches-bringing-scientology-world-scientology-media-productions .slide-stretcher-outer {
  width: 860px;
}

.path-churches-bringing-scientology-world.path-churches-bringing-scientology-world-scientology-media-productions .org-opening-slideshow.slideshow-released[data-slide-active="0"] .slide-stretcher,
.path-churches-bringing-scientology-world.path-churches-bringing-scientology-world-scientology-media-productions #header .org-opening-slideshow.slideshow-released[data-slide-active="0"] .slide-holder slide.slide-templated {
  padding-bottom: 52.32558%;
}

.path-churches-bringing-scientology-world-scientology-media-productions #header .org-opening-slideshow.slideshow-released.moving-to-dir-left slide[data-slide-id="smp-video2"] .video-slide-text-left-panel {
  opacity: 0 !important;
  transition: none !important;
  -webkit-transition: none !important;
}

.path-churches-bringing-scientology-world-scientology-media-productions.bio-450px-tall-header .video-slide-text-left-panel {
  left: -110px !important;
}

.path-churches-bringing-scientology-world-scientology-media-productions.bio-450px-tall-header slide .item.video-item {
  left: 170px;
  right: -110px;
}

.path-churches-bringing-scientology-world #header .org-opening-slideshow.slideshow-released[data-slide-active="0"] .arrow-bg.gradiented {
  width: 50px !important;
}

.context-localdev.path-churches-bringing-scientology-world-scientology-media-productions slide.slide-templated-new {
  background: none;
}

.hide-slideshow-overflow .slideshow-holder {
  overflow: hidden;
}

.hide-slideshow-overflow .slide-gutter {
  display: none;
}

.path-scientology-today-church-openings-grand-opening-scientology-media-productions .pswp__caption p {
  display: inline;
}

.device-iphone .path-scientology-today-church-openings-grand-opening-scientology-media-productions slide video {
  display: block !important;
}

.wanish.hr1 {
  display: none;
}

@media (max-width: 767px) {
  /*.path-faq-inside-a-church-of-scientology-what-are-weekly-graduations_html .breadcrumb .active .wanish, */
  .wanish {
    display: none;
  }
}

hr.parahr,
.path-scientology-today-events hr,
.path-scientology-today-church-openings hr {
  width: 32%;
  max-width: 300px;
  margin: 1.5rem auto;
}

.templated-slider-build-2-1 .slide-template-new-d.slide-id-slide-wbopening-3 .item.text-item {
  top: 85.55%;
  bottom: 0;
  left: 3%;
  right: 0;
  width: 94.04%;
}

.templated-slider-build-2-1 span.lead.lead-titleLine {
  display: block;
  font-family: "Arapey", serif;
  font-size: 1.3em;
  line-height: 1.2em;
}

.templated-slider-build-2-1 span.lead.lead-titleLineMedium {
  display: block;
  font-family: "Arapey", serif;
  font-size: 1.3em;
  line-height: 1.2em;
}

:lang(el) .templated-slider-build-2-1 span.lead.lead-titleLine,
:lang(el) .templated-slider-build-2-1 span.lead.lead-titleLineMedium {
  font-family: Arial, Verdana;
  line-height: 1.2em;
}

[dir="rtl"] .templated-slider-build-2-1 span.lead.lead-titleLineMedium {
  font-family: "Open Sans Hebrew", "Arial Hebrew", Arial, Verdana;
  line-height: 1.3em !important;
}

.gcui-org-info-org-block-type-text {
  float: right;
  padding-right: 10px;
  font-family: "Arapey", serif;
  color: #999;
}

[dir="rtl"] .gcui-org-info-org-block-type-text {
  float: left;
}

[dir="rtl"] .templated-slider-build-2-1 span.lead.lead-titleLine {
  display: block;
  font-family: "Open Sans Hebrew", "Arial Hebrew", Arial, Verdana;
  font-size: 1.6em;
  line-height: 1.6em !important;
}

.path-scientology-today-events-new-years-2016 .slide-template-new-e-1f.slide-id-slide7 .text-item {
  top: 10px !important;
}

:lang(en) .path-scientology-today-events-new-years-2016 .slide-template-new-e-1f.slide-id-slide7 .text-item {
  top: auto !important;
}

:lang(el) .path-scientology-today-events-lrh-birthday-celebration-2017_html .slide-id-slide-19 .lead-titleLine {
  font-size: 1.4em;
}

:lang(el) .path-scientology-today-events-lrh-birthday-celebration-2017_html .slide-id-slide-19 .floater-texter {
  line-height: 1.2em;
}

body:lang(he) .slide-dot-over {
  max-height: 15px;
  font-size: 16px;
}

body:lang(he) .custom-roller-bread {
  font-size: 15px;
}

:lang(el) .sidebar-subtitle,
:lang(el) .legacy-page-header-region h1,
:lang(el) .editable-header-region h1,
:lang(el) .sidebar2-item .bold,
:lang(el) .front #main h3.article-title {
  /* Otherwise greek has random charactes not bold */
  font-weight: normal !important;
}

/* Adjust vides for new top hat */
.path-videos .live-tv--button {
  margin-top: 10px;
}

.bio-450px-tall-header #outer_shell #shell .flyout-overall-title.flyout-overall-title-video-channel {
  padding: 11px 20px 8px 20px;
  text-align: left;
}

.index-page .slide-arrow-holder {
  width: 40px;
}

.index-page.bio-450px-tall-header .default-left-nav span {
  font-size: 17px;
}

.bio-450px-tall-header #outer_shell #shell .flyout-overall-title {
  padding-top: 13px;
}

.index-page.bio-450px-tall-header .default-left-nav {
  margin-bottom: 0px;
  background: none;
}

.bio-450px-tall-header #outer_shell #shell .flyout-overall-title.flyout-overall-title-video-channel:hover {
  background: rgba(36, 72, 109, 0.85);
}

.index-page .stretched-slideshow slide {
  margin-right: 0px;
}

[dir=rtl] .index-page .stretched-slideshow slide {
  margin-left: 0;
}

@media (min-width: 1200px) {
  .bio-450px-tall-header #outer_shell #shell .flyout-overall-title {
    padding-left: 34px;
  }
}

.path-churches-ideal-orgs-ideal-org-template.path-national-office-national-affairs-office-dc_html.path-churches-ideal-orgs .default-left-nav {
  margin: 0;
}

.describe-includes {
  margin-top: 10px;
}

.describe-includes p {
  font-weight: bold;
  font-size: 15px;
  text-align: left;
  margin-right: 7px;
  margin-top: 0px;
  color: #000;
}

.describe-includes ul {
  font-size: 14px;
  line-height: 17px;
  padding-left: 15px;
}

.describe-includes li {
  padding-bottom: 15px;
}

.org-domain .gcui-events-map-block #map_canvas img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .org-domain .gcui-events-map-block,
  .org-domain #sidebar_left .gcui-events-other-maps {
    max-width: 244px;
    margin: 0 auto;
    float: none;
  }
  .org-domain .pe-course-ad {
    max-width: 244px;
    margin: 20px auto;
  }
}

.org-domain .gcui-events-map-block .gcui-events-big-detail,
.org-domain .gcui-events-schedule-block .gcui-events-big-detail {
  color: #ffffff;
  padding-left: 31px;
  padding-top: 5px;
  font-size: 20px;
  height: 36px;
}

.service-pe-course .gcui-events-map-block .gcui-events-big-detail,
.service-pe-course .gcui-events-schedule-block .gcui-events-big-detail {
  background: url(/FURL/data/www.scientology.org/themes/www_scientology_org2/images/pe_short.jpg) no-repeat scroll 0 0 transparent;
}

.service-dianetics-film .gcui-events-map-block .gcui-events-big-detail,
.service-dianetics-film .gcui-events-schedule-block .gcui-events-big-detail {
  background: url(/FURL/data/www.scientology.org/themes/www_scientology_org2/images/dn-seminar_bar_short.jpg) no-repeat scroll 0 0 transparent;
}

.service-multicultural-family-fun-day .gcui-events-map-block .gcui-events-big-detail,
.service-open-house .gcui-events-map-block .gcui-events-big-detail,
.begining-service .gcui-events-map-block .gcui-events-big-detail,
.service-open-house .gcui-events-schedule-block .gcui-events-big-detail,
.begining-service .gcui-events-schedule-block .gcui-events-big-detail,
.service-personality-test .gcui-events-map-block .gcui-events-big-detail,
.service-personality-test .gcui-events-schedule-block .gcui-events-big-detail {
  background: url(/FURL/data/www.scientology.org/themes/www_scientology_org2/images/scientology_short.jpg) no-repeat scroll 0 0 transparent;
}

.org-map-wrapper img {
  margin-top: 15px;
  border: 1px solid #12487b;
  width: 100%;
}

.org-domain #sidebar_left .gcui-events-divider {
  float: left;
  padding-right: 5px;
}

.org-domain .gcui-events-divider {
  padding: 0px 3px;
}

.org-domain #sidebar_left .gcui-events-yahoo {
  width: 46px;
  float: left;
}

.org-domain #sidebar_left .gcui-events-divider {
  float: left;
  padding-right: 5px;
}

.org-domain #sidebar_left .gcui-events-google-bing {
  width: 31px;
  float: left;
}

.org-domain .gcui-events-other-maps-headline {
  font-weight: bold;
  padding-top: 10px;
}

.org-domain #sidebar_left .gcui-events-other-maps {
  padding-left: 8px;
}

.org-domain .gcui-events-other-maps {
  float: left;
  clear: left;
}

.org-domain .event-conf-tour {
  float: left;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .org-domain .gcui-events-other-maps {
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.org-domain .gcui-events-yahoo,
.org-domain .gcui-events-divider,
.org-domain .gcui-events-google-bing,
.org-domain .gcui-events-mapquest {
  float: left;
}

:lang(ru) .gcui-events-title-dark {
  font-family: inherit;
}

.service-pe-course .gcui-events-title-dark {
  color: #E18C33;
}

.service-dianetics-film .gcui-events-title-dark {
  color: #A3000F;
}

.service-open-house .gcui-events-title-dark,
.begining-service .gcui-events-title-dark,
.service-personality-test .gcui-events-title-dark {
  color: #336699;
}

.service-multicultural-family-fun-day .gcui-events-title-dark {
  color: #bf9b40;
}

.service-multicultural-family-fun-day .gcui-events-subtitle {
  color: gray;
}

.service-multicultural-family-fun-day .detail-arrow {
  padding-left: 0;
}

table.gcui-register-top-block {
  border: 1px solid #cdcdcd;
  width: 100%;
  margin-top: 30px;
}

.confirm-title {
  font-size: 1.25rem;
}

.gcui-ww-block-head {
  background-color: #f2f2f2;
  font-size: 15px;
  font-weight: bold;
  padding: 5px 20px;
  margin: 2px 1px;
}

.gcui-ww-block-body.when {
  vertical-align: top;
  vertical-align: middle;
  text-align: center;
  line-height: 16px;
}

.gcui-map-block-image {
  margin: 20px 0px;
  padding: 3px 0px 3px 30px;
  border-left: 1px solid #f2f2f2;
}

.gcui-events-address {
  padding: 15px 20px 15px 15px;
  font-size: 12px;
  line-height: 16px;
}

.gcui-events-new-bold-title {
  font-weight: bold;
}

div.gcui-events-big-detail.detail-arrow
.gcui-events-big-detail {
  color: black;
  font-size: 19px;
  height: 32px;
  padding-left: 16px;
  padding-top: 5px;
  font-family: "Arapey", serif;
}

.detail-arrow {
  padding-top: 3px;
  margin: 10px 0;
  font-size: 19px;
  padding-left: 30px;
}

.service-pe-course .detail-arrow {
  background: url("/FURL/data/www.scientology.org/themes/www_scientology_org2/images/beginning-services/inline-triangle-brown.png") no-repeat scroll 2px 8px transparent;
}

.service-dianetics-film .detail-arrow {
  background: url("/FURL/data/www.scientology.org/themes/www_scientology_org2/images/beginning-services/inline-triangle-red.png") no-repeat scroll 2px 8px transparent;
}

.service-open-house .detail-arrow,
.begining-service .detail-arrow,
.service-personality-test .detail-arrow {
  background: url("/FURL/data/www.scientology.org/themes/www_scientology_org2/images/beginning-services/inline-triangle-blue.png") no-repeat scroll 2px 8px transparent;
}

form.event-confirm {
  margin-bottom: 30px;
}

form.event-confirm label {
  color: #999;
  text-transform: none;
  font-size: 12px;
  font-weight: normal;
}

.service-pe-course form.event-confirm .fancy-button1 {
  /*width: 150px;*/
  padding-left: 10px;
  padding-right: 10px;
  background-color: #c87319;
  text-shadow: 1px 1px 1px #c87319;
}

.service-dianetics-film form.event-confirm .fancy-button1 {
  min-width: 150px;
  background-color: #8e1e0f;
  text-shadow: 1px 1px 1px #8e1e0f;
}

.service-open-house form.event-confirm .fancy-button1,
.begining-service form.event-confirm .fancy-button1,
.service-personality-test form.event-confirm .fancy-button1 {
  /*width: 150px;*/
  padding-left: 10px;
  padding-right: 10px;
  background-color: #184c7e;
  text-shadow: 1px 1px 1px #184c7e;
}

form.event-confirm .fancy-button1:focus,
form.event-confirm .fancy-button1:hover {
  outline: none;
}

@media (max-width: 767px) {
  .gcui-register-top-block td:before {
    content: attr(data-th);
    font-weight: bold;
    width: 6.5em;
    display: inline-block;
  }
  .gcui-register-top-block td {
    display: block;
    text-align: center;
  }
  .gcui-map-block-image {
    margin: 10px 0 0 0;
    padding: 0;
  }
  .gcui-events-address {
    margin-bottom: 10px;
  }
  .gcui-register-top-block th {
    display: none;
  }
  .gcui-events-address {
    padding: 0;
  }
  .schedule {
    margin: 10px 0;
  }
  .gcui-ww-block-body.when {
    padding-top: 10px;
    border-top: 1px solid #cdcdcd;
  }
}

form.event-confirm input.other-input.form-control {
  display: none;
}

.event-conf-box {
  border: 1px solid #DFDFDF;
  border-top: 4px solid #336699;
  padding: 14px 20px 20px;
}

.gcui-event-confirm .event-conf-box-title {
  font-family: "Arapey", serif;
  color: #326188;
  font-size: 14px;
  float: left;
  padding-top: 10px;
}

.gcui-event-confirm-name-block {
  padding-top: 15px;
}

.event-conf-box .col-md-12 > div {
  font-weight: bold;
}

.event-conf-box .col-md-12 {
  padding-top: 15px;
}

.event-conf-box .title-logo {
  float: left;
  margin-right: 10px;
}

.gcui-events-confim-buttons {
  text-align: center;
}

.event-conf-box img.printer {
  margin-right: 30px;
}

/*CALENDAR    (not)EXPANDING*/
.gcui-events-cal-choice {
  width: 150px;
  height: 63px;
  text-align: bottom;
  float: left;
}

.gcui-events-cal-choice img {
  vertical-align: text-bottom;
}

.gcui-events-cal-choice a {
  display: block;
  width: 150px;
  height: 20px;
  padding-top: 63px;
}

.event-conf-adcal .line-break img {
  margin-top: 40px;
}

.gcui-events-cal-choices {
  margin-top: 20px;
}

#gcui_events_cal_outlook0 {
  background: url("/FURL/data/www.scientology.org/themes/www_scientology_org2/images/beginning-services/calender-icons.jpg") no-repeat scroll 25px -20px transparent;
  margin-bottom: 2px;
}

#gcui_events_cal_google0 {
  background: url("/FURL/data/www.scientology.org/themes/www_scientology_org2/images/beginning-services/calender-icons.jpg") no-repeat scroll -135px -20px transparent;
  margin-bottom: 2px;
}

#gcui_events_cal_yahoo0 {
  background: url("/FURL/data/www.scientology.org/themes/www_scientology_org2/images/beginning-services/calender-icons.jpg") no-repeat scroll -290px -20px transparent;
  margin-bottom: 2px;
  margin-top: 50px;
}

#gcui_events_cal_ical0 {
  background: url("/FURL/data/www.scientology.org/themes/www_scientology_org2/images/beginning-services/calender-icons.jpg") no-repeat scroll -465px -20px transparent;
  margin-bottom: 2px;
  margin-top: 50px;
}

#gcui_events_cal_outlook0 a,
#gcui_events_cal_google0 a,
#gcui_events_cal_yahoo0 a,
#gcui_events_cal_ical0 a {
  margin-left: 20px;
}

#block-gcui_prevnext-prevnext_pager {
  padding-bottom: 0px;
}

.org-domain .div-image-and-caption {
  float: left;
  line-height: normal;
  text-align: center;
  padding-right: 20px;
  padding-bottom: 20px;
}

.org-domain .div-image-and-caption:hover {
  cursor: pointer;
}

.org-domain .div-image-and-caption:hover .play-button-overlay:before {
  opacity: 1;
}

.org-domain .div-image-and-caption .play-button-overlay:before {
  opacity: .7;
}

.org-domain .float-left {
  float: left;
  margin-right: 20px;
}

.org-domain .empty-home-menu-wings {
  border-bottom: 1px solid #BBBBBB;
  height: 12px;
  width: 19%;
  margin-left: 20px;
  margin-top: 8px;
}

.event-confirm-header-line {
  width: 100%;
  border-top: 2px solid #e3e3e3;
  margin-top: 10px;
  float: left;
}

.org-domain .event-confirm-header {
  font-size: 24px;
  color: #999999;
  letter-spacing: 4px;
  width: 100%;
  margin: 1px auto -5px;
  text-align: center;
  width: 100%;
}

:lang(de) .org-domain .event-confirm-header,
:lang(es_ES) .org-domain .event-confirm-header,
:lang(es) .org-domain .event-confirm-header {
  letter-spacing: 3px;
}

/*.weekly-schedule .item-line {
    margin: 10px 0;
    line-height: 1.4;
    }*/
.weekly-schedule .item-line span.time-item {
  display: inline-block;
}

.org-domain h1.confirm-title {
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .org-domain .event-confirm-header {
    width: 50%;
  }
  .org-domain .event-conf-tour {
    margin-top: 0px;
  }
}

.event-conf-direction .hidden-print {
  margin-top: 20px;
}

.event-conf-adcal {
  float: left;
}

h2.thank_you {
  margin-top: 20px;
  margin-bottom: 20px;
}

main .gcui-ww-block-body.when {
  line-height: 20px;
  padding: 0 10px;
}

@media (min-width: 992px) {
  .event-conf-print {
    width: 50%;
    float: left;
    padding: 0 20px;
  }
  .event-conf-direction {
    width: 50%;
    float: right;
    padding-right: 20px;
  }
  .event-conf-adcal {
    width: 50%;
    padding: 0 20px;
    margin-top: 30px;
  }
  .event-conf-box {
    margin: 20px 35px;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.device-ios .pswp--open {
  margin-top: -1px;
  height: 100.5%;
}

:lang(de) #shell .slide-zoomer:hover,
:lang(de) #shell .fso-custom-zoomer .slide-zoomer:hover {
  width: 121px;
}

:lang(nl) .click-to-expand,
:lang(pt) .click-to-expand,
:lang(de) .click-to-expand {
  font-size: 11px !important;
  padding: 7px 32px 7px 12px;
}

.video-js {
  width: 100% !important;
  height: 100% !important;
}

.original_Skew {
  font-style: italic;
}

.body .intro {
  margin: 20px 40px;
}

@media (min-width: 992px) {
  .path-scientology-today-events-maiden-voyage-2017 #editable_body_holder .medium-insert-images-left {
    margin-bottom: 60px;
  }
}

.store-category-page .beginning-books-package {
  height: auto !important;
}

.store-category-page .beginning-books-package .listing-inner {
  min-height: auto;
  border-top: #ccc solid 1px;
  border-bottom: #ccc solid 1px;
  margin: 1.5em 6em 2em 1em;
  padding: 2em;
}

@media (max-width: 767px) {
  .store-category-page .beginning-books-package .listing-inner {
    margin: 1.5em 6em 0 1em;
    padding: 1em;
  }
  .store-category-page .beginning-books-package .listing-inner .image {
    padding: 0;
    max-width: 300px;
    margin-left: 1em !important;
  }
}

.store-category-page .beginning-books-package .listing-inner {
  width: 100%;
}

.store-category-page .beginning-books-package .listing-inner .body {
  margin-top: 3em;
}

/*
	FOT Book Ad overlay
	*/
.video-endcard-overlay {
  display: none;
  -webkit-flex-direction: column;;
  -ms-flex-direction: column;;
  -moz-flex-direction: column;;
  -o-flex-direction: column;;
  flex-direction: column;;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
}

.video-endcard-overlay .book-title {
  font-size: 0.9em;
  margin: 1em 0 0;
  color: white;
}

:lang(en) .video-endcard-overlay .book-title {
  -webkit-font-smoothing: antialiased;
}

.video-endcard-overlay.shown {
  -webkit-display: flex;;
  -ms-display: flex;;
  -moz-display: flex;;
  -o-display: flex;;
  display: flex;;
}

.video-endcard-overlay .row {
  -webkit-display: flex;;
  -ms-display: flex;;
  -moz-display: flex;;
  -o-display: flex;;
  display: flex;;
  -webkit-align-items: flex-end;;
  -ms-align-items: flex-end;;
  -moz-align-items: flex-end;;
  -o-align-items: flex-end;;
  align-items: flex-end;;
  -webkit-justify-content: center;;
  -ms-justify-content: center;;
  -moz-justify-content: center;;
  -o-justify-content: center;;
  justify-content: center;;
  margin-top: 0.625rem;
  width: 100%;
  text-align: center;
  pointer-events: all;
}

@media (min-width: 768px) {
  .video-endcard-overlay {
    -webkit-justify-content: center;;
    -ms-justify-content: center;;
    -moz-justify-content: center;;
    -o-justify-content: center;;
    justify-content: center;;
  }
  .video-endcard-overlay .row {
    margin-top: -legacy-rem-size(3rem);
  }
}

.video-with-fot-cta .vjs-ended .vjs-poster {
  display: none !important;
}

.video-endcard-overlay .text-center {
  -webkit-display: flex;;
  -ms-display: flex;;
  -moz-display: flex;;
  -o-display: flex;;
  display: flex;;
  -webkit-align-items: center;;
  -ms-align-items: center;;
  -moz-align-items: center;;
  -o-align-items: center;;
  align-items: center;;
  -webkit-flex-direction: column;;
  -ms-flex-direction: column;;
  -moz-flex-direction: column;;
  -o-flex-direction: column;;
  flex-direction: column;;
}

@media (min-width: 768px) {
  .video-endcard-overlay {
    -webkit-align-items: center;;
    -ms-align-items: center;;
    -moz-align-items: center;;
    -o-align-items: center;;
    align-items: center;;
  }
  .video-endcard-overlay .row {
    margin-top: 0rem;
  }
  .video-endcard-overlay .book-title {
    font-size: 1.1em;
    line-height: 1.1;
  }
  .video-endcard-overlay .text-center {
    padding-bottom: 0.875rem;
  }
}

.video-endcard-overlay .thumb-book {
  max-width: 50px !important;
  margin: 0.5rem auto;
}

@media (min-width: 768px) {
  .video-endcard-overlay .thumb-book {
    max-width: 130px !important;
  }
}

@media (max-width: 767px) {
  .video-endcard-overlay .replay-text,
  .play-next-video-text {
    font-size: 0.5rem !important;
  }
}

.video-endcard-overlay .icon-spinner {
  cursor: pointer;
  color: white;
  font-size: 2.5rem;
  display: block;
}

.video-endcard-overlay .replay-video {
  -webkit-display: flex;;
  -ms-display: flex;;
  -moz-display: flex;;
  -o-display: flex;;
  display: flex;;
  -webkit-align-items: center;;
  -ms-align-items: center;;
  -moz-align-items: center;;
  -o-align-items: center;;
  align-items: center;;
  margin-top: 1.25rem;
  color: white;
  cursor: pointer;
}

.video-endcard-overlay .book-title-text {
  margin-bottom: 0.625rem;
}

.video-endcard-overlay .read-book-text {
  margin-top: 0.625rem;
}

.video-endcard-overlay .replay-text {
  margin-left: 0.625rem;
}

@media (min-width: 768px) {
  .video-endcard-overlay .replay-video {
    margin-top: 2.5rem;
  }
}

@media (max-width: 767px) {
  .video-endcard-overlay .read-book-text {
    margin-top: 0.625rem;
  }
}

.play-button-small {
  position: absolute;
  z-index: 1000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url(/theme/images/play-button.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: opacity .12s ease-out;
  -moz-transition: opacity .12s ease-out;
  -o-transition: opacity .12s ease-out;
  -ms-transition: opacity .12s ease-out;
  transition: opacity .12s ease-out;
  opacity: 0.7;
}

.play-button-small:hover {
  opacity: 1;
}

.next-video-poster {
  position: relative;
}

:lang(zh) .video-endcard-overlay .book-title {
  font-size: 1.4em;
}

:lang(nl) .video-endcard-overlay .book-title {
  font-size: 1.25em;
}

.video-endcard-overlay .book-title em {
  display: block;
  font-style: normal;
}

.video-endcard-overlay .get-button {
  float: right;
  padding: 0.5em 0.75em 0.6em;
  text-align: center;
  text-decoration: none;
  color: #fff;
  margin: 0.6em 0;
  border: 1px solid #608eb0;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  background: #e85b20;
  background: -webkit-linear-gradient(top, #e85b20 0%, #b54212 100%);
  background: linear-gradient(to bottom, #e85b20 0%, #b54212 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e85b20', endColorstr='#b54212',GradientType=0 );
  font-size: 0.8em;
  width: 100%;
  position: relative;
  min-height: 40px;
  -webkit-display: flex;;
  -ms-display: flex;;
  -moz-display: flex;;
  -o-display: flex;;
  display: flex;;
  -webkit-align-items: center;;
  -ms-align-items: center;;
  -moz-align-items: center;;
  -o-align-items: center;;
  align-items: center;;
  -webkit-justify-content: center;;
  -ms-justify-content: center;;
  -moz-justify-content: center;;
  -o-justify-content: center;;
  justify-content: center;;
}

.video-endcard-overlay .get-button span {
  z-index: 3;
  position: relative;
}

.video-endcard-overlay .get-button:hover:after {
  opacity: 1;
}

.video-endcard-overlay .get-button:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.3em;
  background-image: linear-gradient(to top, #b54212, #b54212);
  transition: opacity 0.25s ease-out;
  z-index: 2;
  opacity: 0;
}

:lang(en) .video-endcard-overlay .get-button {
  font-size: 1.1em;
}

.video-book-ad-wrapper {
  -webkit-transition: all 0.25s cubic-bezier(0.165, 0.840, 0.440, 1.000);;
  -ms-transition: all 0.25s cubic-bezier(0.165, 0.840, 0.440, 1.000);;
  -moz-transition: all 0.25s cubic-bezier(0.165, 0.840, 0.440, 1.000);;
  -o-transition: all 0.25s cubic-bezier(0.165, 0.840, 0.440, 1.000);;
  transition: all 0.25s cubic-bezier(0.165, 0.840, 0.440, 1.000);;
  -webkit-transform: translateY(20px);;
  -ms-transform: translateY(20px);;
  -moz-transform: translateY(20px);;
  -o-transform: translateY(20px);;
  transform: translateY(20px);;
  /*pointer-events: none;*/
  /*opacity: 0;*/
  display: none;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
}

@media (min-width: 768px) {
  .video-book-ad-wrapper {
    bottom: 50px;
  }
  .video-endcard-overlay .text-center a {
    margin: -15px;
    padding: 15px;
    -webkit-transition: all 0.25s cubic-bezier(0.165, 0.840, 0.440, 1.000);;
    -ms-transition: all 0.25s cubic-bezier(0.165, 0.840, 0.440, 1.000);;
    -moz-transition: all 0.25s cubic-bezier(0.165, 0.840, 0.440, 1.000);;
    -o-transition: all 0.25s cubic-bezier(0.165, 0.840, 0.440, 1.000);;
    transition: all 0.25s cubic-bezier(0.165, 0.840, 0.440, 1.000);;
  }
  .video-endcard-overlay .text-center a:hover {
    background: rgba(255, 255, 255, 0.21);
  }
}

.play-next-video-text {
  margin-bottom: 0.4375rem;
  font-size: 0.9375rem;
}

.video-book-ad-wrapper.shown {
  -webkit-transform: translateY(0px);;
  -ms-transform: translateY(0px);;
  -moz-transform: translateY(0px);;
  -o-transform: translateY(0px);;
  transform: translateY(0px);;
  display: block;
  /*opacity: 1;*/
  /*pointer-events: all;*/
}

/*.vjs-user-active.vjs-paused  + .video-book-ad-wrapper,
.vjs-user-active.vjs-playing  + .video-book-ad-wrapper {
	bottom: 50px;
	}*/
img.video-ad-thumb-book {
  max-width: 50px !important;
  display: block;
  outline: 0 !important;
  position: absolute;
  bottom: 0;
  left: 1.4375rem;
}

.video-book-ad-container {
  -webkit-display: flex;;
  -ms-display: flex;;
  -moz-display: flex;;
  -o-display: flex;;
  display: flex;;
  -webkit-align-items: center;;
  -ms-align-items: center;;
  -moz-align-items: center;;
  -o-align-items: center;;
  align-items: center;;
  position: relative;
  min-width: 300px;
  max-width: 400px;
  min-height: 60px;
  margin: 0 auto;
  color: white;
  padding-left: 2.1875rem;
  padding-right: 50px;
  background-color: rgba(0, 0, 0, 0.6);
}

.video-endcard-overlay a,
.video-endcard-overlay a:hover,
.video-book-ad-container a,
.video-book-ad-container a:hover {
  color: white;
  text-decoration: none;
}

.video-book-ad-container .close-padding a {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  height: 20px;
  margin: 4px 4px 0 0;
  width: 20px;
  background-repeat: no-repeat;
  background-position: center;
}

.video-book-ad-container .close-padding a:hover {
  background-color: rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.5);
}

.fot-book-ad-text {
  font-size: 0.8125rem;
  margin-left: 3.75rem;
  line-height: 1.15;
  display: block;
  font-family: "Arapey", serif;
}

.close-padding {
  padding-left: 20px;
  color: #fff;
  cursor: pointer;
  margin: 0;
  padding-bottom: 10px;
  position: absolute;
  right: 30px;
  top: 0;
  z-index: 1001;
}

@media (min-width: 768px) {
  .fot-book-ad-text {
    font-size: 1rem;
  }
  .video-book-ad-container {
    padding-right: 0px;
  }
  .close-padding {
    right: 0px;
  }
}

.close-button {
  height: 10px;
  margin: 9px 0px 0 0;
  margin-right: 9px;
  width: 10px;
  float: right;
}

.video-js:focus {
  outline: none;
}

@media (max-width: 767px) {
  :lang(en) .video-endcard-overlay .get-button,
  .video-endcard-overlay .get-button {
    font-size: 15px;
    float: left;
    clear: both;
    width: 100%;
    line-height: 19px;
    left: auto;
    right: auto;
  }
  #book_tabs {
    padding: 0 20px;
  }
  a.watch-chapter {
    font-size: 13px;
    line-height: 15px;
  }
}

.banner-open .enlightenment-launcher-container {
  display: none !important;
}

@media (max-width: 500px) {
  :lang(en) .video-endcard-overlay .get-button,
  .video-endcard-overlay .get-button {
    font-size: 12px;
  }
}

.front .slideshow-left-nav-mobile {
  margin-left: 0;
}

.path-community-solutions .kudo-quote {
  margin: 30px 30px;
}

.path-community-solutions .kudo-quote-bold {
  font-weight: bold;
  font-size: 1.6em;
}

.path-directions.org-domain-fsso .location-schedule .row > div:nth-child(2) {
  display: none;
}

.org-domain-fsso .org-banner-logo {
  display: none;
}

#freewinds-logo-inline {
  max-width: 60%;
  width: 200px;
  margin-bottom: 0.625rem;
}

.location-slide-block {
  min-height: 307px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.location-slide-block .blocked-hover {
  border-bottom: 0;
  background: none;
}

[dir=rtl] [name="CardNumber"] {
  direction: ltr;
  text-align: right;
}

.event-date-overlay {
  background: none !important;
  text-shadow: 0 0 34px #000, 1px 1px 33px #000, -1px -1px 32px #000 !important;
  text-transform: uppercase;
}

.org-domain-inglewood.locale-es .org-home-personal-stories,
.org-domain-inglewood.locale-es.path-inside-our-church .left-menu.org_custom.mt1 .second-level {
  display: none;
}

.org-domain-lad.locale-es .orgnews-sidebar,
.org-domain-lad.locale-es .org-home-personal-stories,
.org-domain-lad.locale-es .left-menu.org_custom.mt1 .second-level > li:nth-child(1) {
  display: none;
}

.org-domain-slc #sideadopenhouse .top-part {
  text-shadow: 0 0 12px #000, 0 0 6px #000, 0 0 2px #000;
}

.org-domain-slc #sideadopenhouse .open-house-info-text {
  color: #fff;
  text-shadow: 0 0 12px #000, 0 0 6px #000, 0 0 2px #000;
}

.org-domain-slc #sideadopenhouse .open-house-info-learn-more {
  color: #ced9e3;
}

a.no-decoration {
  color: inherit;
  text-decoration: inherit;
}

a.no-decoration:hover,
a.no-decoration:focus,
a.no-decoration:active {
  color: inherit;
  text-decoration: inherit;
}

.iframe16x9-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 0.625rem;
  width: 100%;
}

.iframe16x9-wrapper > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

.video16x9-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 0.625rem;
  width: 100%;
}

.video16x9-wrapper > div {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

/*SCN NETWORK*/
.scn-network-ext {
  -webkit-display: flex;
  -ms-display: flex;
  -moz-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-align-items: justify-content;
  -ms-align-items: justify-content;
  -moz-align-items: justify-content;
  -o-align-items: justify-content;
  align-items: justify-content;
  max-width: 170px;
  position: absolute;
  z-index: 1000;
  left: 10px;
  top: 10px;
  background: #11193c;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  justify-content: center;
  padding-left: 4px;
}

.scn-network-ext--logo {
  width: 17px;
  height: 23px;
}

.scnnetwork-playbutton {
  position: relative;
  display: block;
  max-width: 333px;
  margin: 0 auto;
}

.scnnetwork-playbutton:hover:before {
  opacity: 1;
}

.scn-network-series-banner--wrapper {
  margin-top: 1.875rem;
}

.scnnetwork-playbutton:before {
  position: absolute;
  content: " ";
  background-image: url(/theme/images/play-button.svg);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  right: 5px;
  bottom: 5px;
  width: 70px;
  height: 70px;
  z-index: 2;
  opacity: .7;
  transition: opacity .2s;
}

.related-from-scn-network {
  background-image: url(/FURL/data/www.scientology.tv/scientology-tv-site-background.jpg);
  background-size: cover;
  background-position: center;
  color: white;
  border-radius: 4px;
  padding: 0.625rem 1.875rem 1.6875rem;
  margin-top: 0.625rem;
}

@media (max-width: 767px) {
  .related-from-scn-network {
    max-width: 393px;
    margin: 0 auto;
  }
  .scnnetwork-info-column {
    padding-top: 0.625rem;
  }
}

@media (min-width: 768px) {
  .scnnetwork-info-column {
    padding-left: 0;
  }
}

.ideal-org-intro .related-from-scn-network {
  padding-left: 0.625rem;
}

.related-from-scn-network h4 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 15px;
  font-family: "Arapey", serif;
  color: #ffffff;
}

.related-from-scn-network .thumbnail {
  max-width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
}

.scnnetwork-episode-title {
  margin: 0;
}

.scnnetwork-episode-title a {
  font-family: "Arapey", serif;
  font-size: 24px;
}

.scnnetwork-season-episode {
  font-size: 13px;
}

.scnnetwork-blurb {
  margin-top: 10px;
  font-size: 15px;
  margin-bottom: 10px;
}

.scn-network-series-banner img {
  display: block;
  max-width: 100%;
  border-radius: 4px;
}

.scnnetwork-series-name {
  font-size: 13px;
  margin-bottom: 3px;
}

.related-from-scn-network .watch-link {
  text-transform: none;
  font-family: Verdana,Arial,Helvetica,sans-serif;
}

.scn-network-series-banner {
  display: block;
  margin-top: 1.25rem;
}

/* END of Scn Network */
:lang(el) .lowercaseFixacent {
  visibility: hidden;
  position: relative;
}

:lang(el) .lowercaseFixacent:after {
  visibility: visible;
  position: absolute;
  top: -2;
  left: 0;
  content: "ής";
  text-transform: lowercase !important;
}

/* CSS for the captions */
.new-age-caption-overlay {
  position: absolute;
  bottom: 39px;
  right: 10px;
  color: #ffffff;
  font-size: 24px;
  text-shadow: 1px 1px 1px #000, 2px 2px 1px #000, 0px 0px 11px #aaa;
  padding-bottom: 3px;
  cursor: pointer;
  text-align: right;
  opacity: 0;
  line-height: normal;
  font-weight: 500;
  padding-bottom: 10px;
  max-width: 50%;
  -webkit-transform: translate3d(5px, -50px, 0px);
  -ms-transform: translate3d(5px, -50px, 0px);
  -moz-transform: translate3d(5px, -50px, 0px);
  -o-transform: translate3d(5px, -50px, 0px);
  transform: translate3d(5px, -50px, 0px);
  -webkit-transition: color .4s ease-out, opacity .8s cubic-bezier(0.23, 1, 0.32, 1) .4s, transform .8s cubic-bezier(0.23, 1, 0.32, 1) .4s;
  -ms-transition: color .4s ease-out, opacity .8s cubic-bezier(0.23, 1, 0.32, 1) .4s, transform .8s cubic-bezier(0.23, 1, 0.32, 1) .4s;
  -moz-transition: color .4s ease-out, opacity .8s cubic-bezier(0.23, 1, 0.32, 1) .4s, transform .8s cubic-bezier(0.23, 1, 0.32, 1) .4s;
  -o-transition: color .4s ease-out, opacity .8s cubic-bezier(0.23, 1, 0.32, 1) .4s, transform .8s cubic-bezier(0.23, 1, 0.32, 1) .4s;
  transition: color .4s ease-out, opacity .8s cubic-bezier(0.23, 1, 0.32, 1) .4s, transform .8s cubic-bezier(0.23, 1, 0.32, 1) .4s;
}

@media (min-width: 768px) {
  :lang(he) .new-age-caption-overlay,
  :lang(en) .new-age-caption-overlay {
    font-size: 26px;
  }
  :lang(da) .new-age-caption-overlay {
    font-size: 25px;
  }
}

:lang(ru) .new-age-caption-overlay,
:lang(el) .new-age-caption-overlay {
  font-weight: normal;
}

.new-age-caption-overlay .hide-inHeader {
  display: none !important;
}

.new-age-caption-overlay .add-border {
  border-bottom: 1px solid white;
  padding-bottom: 7px;
  display: block;
}

.fso-slide-active .new-age-caption-overlay,
.current-slide .new-age-caption-overlay {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.ie678 .new-age-caption-overlay {
  visibility: hidden;
}

.ie678 .fso-slide-active .new-age-caption-overlay,
.ie678 .current-slide .new-age-caption-overlay {
  visibility: visible;
  background: url(/theme/images/backgrounds/dark_30.png);
  padding: 5px 10px;
}

.ie678 .learn-more-overlay {
  background: #3a6e95;
}

.new-age-caption-overlay:hover a,
.new-age-caption-overlay:hover a:hover,
.new-age-caption-overlay:hover a:link,
.new-age-caption-overlay:hover a:active,
.new-age-caption-overlay:hover a:visited,
.new-age-caption-overlay:hover {
  color: #eaf0ff;
  text-shadow: 1px 1px 1px #000, 2px 2px 1px #000, 3px 3px 3px black, 0px 0px 11px #aaa;
}

.new-age-caption-overlay.no-btn, .new-age-caption-overlay.no-btn:hover {
  bottom: 0px;
  cursor: default;
  color: #ffffff;
  text-shadow: 1px 1px 1px #000, 2px 2px 1px #000, 0px 0px 11px #aaa;
}

.new-age-caption-overlay .blue-title {
  color: #c2e1f5;
}

.new-age-caption-overlay a {
  display: block;
}

.new-age-caption-overlay .white-title {
  color: #fff;
}

slide[data-slide-id="fso-tv-link"] .new-age-caption-overlay span.white-title {
  font-size: 26px;
}

.new-age-caption-overlay a:link,
.new-age-caption-overlay a:active,
.new-age-caption-overlay a:visited,
.new-age-caption-overlay a:hover,
.new-age-caption-overlay a {
  color: #fff;
  text-decoration: none;
}

.slideshow-wrapper.moving .new-age-caption-overlay {
  opacity: 0;
}

/* End CSS for the captions */
.gat2-release-slideshow .quotes p.pull-quote {
  clear: both;
  float: left;
  font-weight: bold;
  line-height: 1.5em;
  margin: 2px 0px 8px 0;
  padding: 7px 10px 27px 0;
  width: 31%;
  color: #000;
  text-align: right;
  position: relative;
  left: -30px;
}

.gat2-release-slideshow [dir="rtl"] .quotes p.pull-quote {
  padding: 7px 0px 27px 10px;
}

.cbmain-grand-opening .slide-id-slide-cbmain-2 .text-item {
  left: 3.95% !important;
  bottom: auto !important;
  top: 87.47% !important;
}

.cbmain-grand-opening .slide-id-slide-cbmain-8 .text-item {
  left: 2.32% !important;
  width: 95.34% !important;
  bottom: 5px !important;
  top: 76.69% !important;
}

.cbmain-grand-opening .slide-id-slide-cbmain-3 .text-item {
  top: 85.73% !important;
}

.cbmain-grand-opening :lang(it) .slide-id-slide-cbmain-8 .text-item {
  top: 75.91% !important;
}

.cbmain-grand-opening :lang(it) .slide-id-slide-cbmain-3 .text-item {
  left: 3.65% !important;
  right: 32.02% !important;
  font-size: 12px;
}

.cbmain-grand-opening .slide-id-slide-cbmain-4 .text-item {
  right: 6.97% !important;
  width: 29.06% !important;
  bottom: auto !important;
  top: 57.39% !important;
}

.cbmain-grand-opening .slide-id-slide-cbmain-7 .text-item {
  left: 3.95% !important;
  bottom: auto !important;
  top: 88.34% !important;
}

.cbmain-grand-opening .slide-id-slide-cbmain-6-1 .text-item {
  right: 4.65% !important;
  width: 41.51% !important;
  bottom: auto !important;
  top: 60.17% !important;
}

.cbmain-grand-opening .slide-id-slide-cbmain-12 .text-item {
  left: 2.32% !important;
  width: 33.13% !important;
  bottom: auto !important;
  top: 74.95% !important;
}

.cbmain-grand-opening .slide-id-slide-cbmain-14 .text-item {
  left: 3.95% !important;
  bottom: auto !important;
  top: 88.34% !important;
}

.cbmain-grand-opening .slide-id-slide-cbmain-15 .text-item {
  width: 20.23% !important;
  right: 2.32% !important;
  top: 37.39% !important;
}

.cbmain-grand-opening .slide-id-slide-cbmain-17 .text-item {
  left: 3.95% !important;
  bottom: auto !important;
  top: 87.65% !important;
}

.cbmain-grand-opening .slide-id-slide-cbmain-19 .text-item {
  right: 0% !important;
  width: 22.09% !important;
  bottom: 4px !important;
  top: 63.3% !important;
}

.cbmain-grand-opening :lang(ru) .slide-id-slide-cbmain-19 .text-item {
  width: 24.76% !important;
  bottom: 4px !important;
}

.cbmain-grand-opening .slide-id-bc-slide-17 .text-item {
  width: 9.18% !important;
  right: 2.32% !important;
  top: 49.91% !important;
}

.cbmain-grand-opening .slide-id-slide-cbmain-22 .text-item {
  left: 3.95% !important;
  bottom: auto !important;
  top: 85.21% !important;
}

.cbmain-grand-opening .slide-id-slide-cbmain-23 .text-item {
  width: 18.6% !important;
  right: 2.32% !important;
  top: 32.69% !important;
}

.cbmain-grand-opening :lang(nl) .slide-id-slide-cbmain-23 .text-item {
  width: 19.76% !important;
  right: 2.32% !important;
  top: 32.69% !important;
}

.cbmain-grand-opening .slide-id-slide-cbmain-32 .text-item {
  left: 3.95% !important;
  bottom: 4px !important;
  top: 87.3% !important;
}

.cbmain-grand-opening .slide-id-slide-cbmain-34 .text-item {
  left: 3.95% !important;
  bottom: auto !important;
  top: 80% !important;
}

.cbmain-grand-opening .slide-id-slide-cbmain-16 .text-item {
  top: 86.26% !important;
  left: 3.48% !important;
  right: 32.44% !important;
}

.cbmain-grand-opening .slide-id-bc-slide-17 .image-item-1 {
  left: 13.95348837%;
}

@media (max-width: 1199px) {
  .cbmain-grand-opening #shell .menu-holder {
    left: -8px;
  }
}

@media (max-width: 991px) {
  .cbmain-grand-opening #shell .menu-holder {
    left: -40px;
  }
  .cbmain-grand-opening .text-item {
    margin-top: -5px;
    line-height: 1.2;
    letter-spacing: -0.4px;
  }
  .cbmain-grand-opening #shell .slide-cb-custom .logo-holder {
    height: 61px;
  }
  .cbmain-grand-opening #shell .overlay-text {
    font-size: 24px;
  }
  .cbmain-grand-opening main.main h1.title .title-dark br {
    content: ' ';
  }
  .cbmain-grand-opening main.main h1.title .title-dark br:after {
    content: ' ';
  }
  .cbmain-grand-opening #shell .slide-zoomer {
    right: -15px;
  }
  .cbmain-grand-opening main.main h1.title {
    font-size: 1.6em;
  }
}

@media (max-width: 620px) {
  .cbmain-grand-opening .mobile-caption-lightbox-overlay .lead {
    font-weight: bold;
    margin-bottom: 0;
    font-size: inherit;
    line-height: inherit;
  }
  .cbmain-grand-opening #outer_shell #shell .menu-holder {
    left: 20px;
  }
}

.cbmain-grand-opening .overlay-text {
  position: absolute;
  color: white;
  font-size: 27px;
  line-height: 1.0;
  text-shadow: 0 0 23px #000;
  top: 63.47%;
  left: 3.48%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cbmain-grand-opening :lang(el) .overlay-text,
.cbmain-grand-opening :lang(pt) .overlay-text,
.cbmain-grand-opening :lang(sv) .overlay-text,
.cbmain-grand-opening :lang(it) .overlay-text {
  font-size: 24px;
}

.cbmain-grand-opening :lang(el) .overlay-text,
.cbmain-grand-opening :lang(ru) .overlay-text {
  top: 59.47%;
}

.cbmain-grand-opening #shell .slide-cb-custom .text-item-logo-holder {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  /*
	                transform: none !important;
	                -webkit-transform: none !important;
	                */
  top: 77.39% !important;
}

@media (max-width: 767px) {
  .cbcchr-grand-opening .logo-holder-extra {
    display: none !important;
  }
}

.cbcchr-grand-opening .slide-id-slide-cb-cchr-2 .text-item {
  left: 7.55% !important;
  width: 27.44% !important;
  bottom: 4px !important;
  top: 55.82% !important;
}

.cbcchr-grand-opening .slide-id-slide-cb-cchr-3 .text-item {
  width: 18.6% !important;
  right: 2.32% !important;
  top: 35.82% !important;
}

.cbcchr-grand-opening .slide-id-slide-cb-cchr-4 .text-item {
  left: 3.95% !important;
  bottom: 4px !important;
  top: 80% !important;
}

.cbcchr-grand-opening .slide-id-slide-cb-cchr-5 .text-item {
  left: 3.95% !important;
  bottom: 4px !important;
  top: 95.3% !important;
}

.cbcchr-grand-opening .slide-id-slide-cb-cchr-6 .text-item {
  left: 3.95% !important;
  bottom: 4px !important;
  top: 80% !important;
}

.cbcchr-grand-opening .slide-id-slide-cb-cchr-7 .text-item {
  right: 0% !important;
  width: 22.09% !important;
  bottom: 4px !important;
  top: 33.04% !important;
}

.cbcchr-grand-opening .slide-id-slide-cb-cchr-8 .text-item {
  left: 3.95% !important;
  bottom: 4px !important;
  top: 80% !important;
}

.cbcchr-grand-opening .slide-id-slide-cb-cchr-9 .text-item {
  left: 14.53% !important;
  width: 23.25% !important;
  bottom: 4px !important;
  top: 98.08% !important;
}

.cbcchr-grand-opening .slide-id-slide-cb-cchr-10 .text-item {
  left: 2.32% !important;
  width: 20.34% !important;
  bottom: 4px !important;
  top: 57.21% !important;
}

.cbcchr-grand-opening :lang(ru) .slide-id-slide-cb-cchr-10 .text-item {
  width: 23.83% !important;
}

.cbcchr-grand-opening .slide-id-slide-cb-cchr-11 .text-item {
  width: 9.18% !important;
  right: 2.32% !important;
  top: 49.91% !important;
}

.cbcchr-grand-opening .slide-id-slide-cb-cchr-12 .text-item {
  left: 6.51% !important;
  bottom: 4px !important;
  top: 80% !important;
}

.cbcchr-grand-opening .slide-id-slide-cb-cchr-12 .text-item.caption-center-below {
  left: 9.53% !important;
  width: 86.86% !important;
  top: 81.04%;
}

.cbcchr-grand-opening .slide-id-slide-cb-cchr-11 .image-item-1 {
  left: 13.95348837%;
}

.cbcchr-grand-opening #shell .zoomedIn .slide-arrow-holder.slide-left-arrow2 .arrow-bg {
  width: 67px !important;
}

.cbcchr-grand-opening .subbody-how-we-help-separator.small-top-margin {
  margin-top: 20px;
  margin-bottom: 1.7rem;
}

.cbcchr-grand-opening #shell .subbody-how-we-help-cchr {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .cbcchr-grand-opening main.main h1.title .title-dark br {
    content: ' ';
  }
  .cbcchr-grand-opening main.main h1.title .title-dark br:after {
    content: ' ';
  }
  .cbcchr-grand-opening main.main h1.title {
    font-size: 1.6em;
  }
}

@media (max-width: 620px) {
  .cbcchr-grand-opening .mobile-caption-lightbox-overlay .lead {
    font-weight: bold;
    margin-bottom: 0;
    font-size: inherit;
    line-height: inherit;
  }
}

@media (max-width: 767px) {
  .cbvm-grand-opening .logo-holder-extra {
    display: none !important;
  }
}

.cbvm-grand-opening .slide-id-slide-cb-vm-2 .text-item {
  right: 6.97% !important;
  width: 29.06% !important;
  bottom: auto !important;
  top: 57.39% !important;
}

.cbvm-grand-opening .slide-id-slide-cb-vm-3 .text-item {
  left: 2.32% !important;
  width: 20% !important;
  bottom: 5px !important;
  top: 56.52% !important;
}

.cbvm-grand-opening :lang(ru) .slide-id-slide-cb-vm-3 .text-item {
  width: 24.41% !important;
}

.cbvm-grand-opening .slide-id-slide-cb-vm-4 .text-item {
  left: 3.95% !important;
  bottom: 1px !important;
  top: 87.3% !important;
}

.cbvm-grand-opening .slide-id-slide-cb-vm-5 .text-item {
  right: 3.13% !important;
  width: 22.09% !important;
  bottom: auto !important;
  top: 49.91% !important;
}

.cbvm-grand-opening .slide-id-slide-cb-vm-6 .text-item {
  left: 3.95% !important;
  bottom: auto !important;
  top: 85.21% !important;
}

.cbvm-grand-opening .slide-id-slide-cb-vm-7 .text-item {
  left: 3.95% !important;
  bottom: auto !important;
  top: 87.47% !important;
}

.cbvm-grand-opening .slide-id-slide-cb-vm-8 .text-item {
  left: 2.32% !important;
  width: 23.25% !important;
  bottom: auto !important;
  top: 50.78% !important;
}

.cbvm-grand-opening .slide-id-slide-cb-vm-9 .text-item {
  width: 23.25% !important;
  right: 2.32% !important;
  top: 40.52% !important;
}

.cbvm-grand-opening .slide-id-cb-vm-last .text-item {
  left: 9.41% !important;
  bottom: auto !important;
  top: 85.21% !important;
}

.cbvm-grand-opening .slide-id-cb-vm-last .text-item.caption-center-below {
  left: 9.41% !important;
  width: 81.04% !important;
  top: 85.21%;
}

.cbvm-grand-opening #shell .zoomedIn .slide-arrow-holder.slide-left-arrow2 .arrow-bg {
  width: 67px !important;
}

.cbvm-grand-opening .subbody-how-we-help-separator.small-top-margin {
  margin-top: 20px;
  margin-bottom: 20px;
}

.cbvm-grand-opening #shell .subbody-how-we-help-vm {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .cbvm-grand-opening main.main h1.title .title-dark br {
    content: ' ';
  }
  .cbvm-grand-opening main.main h1.title .title-dark br:after {
    content: ' ';
  }
  .cbvm-grand-opening main.main h1.title {
    font-size: 1.6em;
  }
}

@media (max-width: 620px) {
  .cbvm-grand-opening .mobile-caption-lightbox-overlay .lead {
    font-weight: bold;
    margin-bottom: 0;
    font-size: inherit;
    line-height: inherit;
  }
}

.cbhr-grand-opening.templated-slider-build-2-1 #shell #header_slideshow_wraper:not(.moving) .slide-template-new-m-0 .text-item {
  -webkit-transform: translate3d(0, 0, 0)  !important;
  -ms-transform: translate3d(0, 0, 0)  !important;
  -moz-transform: translate3d(0, 0, 0)  !important;
  -o-transform: translate3d(0, 0, 0)  !important;
  transform: translate3d(0, 0, 0)  !important;
}

.cbhr-grand-opening .slide-id-slide-cb-hr-2 .text-item {
  bottom: 4px !important;
  left: 8.13% !important;
  top: 63.3% !important;
  width: 34.88% !important;
}

.cbhr-grand-opening .slide-id-slide-cb-hr-3 .text-item {
  left: 3.95% !important;
  bottom: 4px !important;
  top: 87.65% !important;
}

.cbhr-grand-opening .slide-id-slide-cb-hr-4 .text-item {
  right: 3.13% !important;
  width: 22.09% !important;
  bottom: 4px !important;
  top: 49.91% !important;
}

.cbhr-grand-opening .slide-id-slide-cb-hr-5 .text-item {
  left: 3.95% !important;
  bottom: 4px !important;
  top: 85.21% !important;
}

.cbhr-grand-opening .slide-id-slide-cb-hr-6 .text-item {
  left: 3.95% !important;
  bottom: 4px !important;
  top: 87.47% !important;
}

.cbhr-grand-opening .slide-id-slide-hr-slide-7 .text-item {
  width: 18.6% !important;
  right: 2.32% !important;
  top: 26.43% !important;
  bottom: 1px !important;
}

.cbhr-grand-opening .slide-id-slide-hr-slide-7 .text-item {
  width: 162px !important;
}

.cbhr-grand-opening :lang(hu) .slide-id-slide-hr-slide-7 .text-item {
  width: 180px !important;
}

.cbhr-grand-opening #shell .zoomedIn .slide-arrow-holder.slide-left-arrow2 .arrow-bg {
  width: 67px !important;
}

.cbhr-grand-opening .subbody-how-we-help-separator.small-top-margin {
  margin-top: 20px;
  margin-bottom: 1.7rem;
}

.cbhr-grand-opening #shell .subbody-how-we-help-hr {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .cbhr-grand-opening main.main h1.title .title-dark br {
    content: ' ';
  }
  .cbhr-grand-opening main.main h1.title .title-dark br:after {
    content: ' ';
  }
  .cbhr-grand-opening main.main h1.title {
    font-size: 1.6em;
  }
}

@media (max-width: 620px) {
  .cbhr-grand-opening .mobile-caption-lightbox-overlay .lead {
    font-weight: bold;
    margin-bottom: 0;
    font-size: inherit;
    line-height: inherit;
  }
}

@media (max-width: 767px) {
  .cbdfw-grand-opening .logo-holder-extra {
    display: none !important;
  }
}

.cbdfw-grand-opening .slide-id-slide-cb-dfw-2 .text-item {
  left: 9.3% !important;
  width: 30.23% !important;
  top: 72.69% !important;
}

.cbdfw-grand-opening :lang(ru) .slide-id-slide-cb-dfw-2 .text-item {
  width: 35.46% !important;
}

.cbdfw-grand-opening :lang(en) .slide-id-slide-cb-dfw-2 .text-item {
  bottom: auto !important;
}

.cbdfw-grand-opening .slide-id-slide-cb-dfw-3 .text-item {
  left: 3.95% !important;
  bottom: auto !important;
  top: 80% !important;
}

.cbdfw-grand-opening .slide-id-slide-cb-dfw-4 .text-item {
  width: 20.23% !important;
  right: 2.32% !important;
  top: 49.91% !important;
}

.cbdfw-grand-opening .slide-id-slide-cb-dfw-5 .text-item {
  left: 2.32% !important;
  width: 23.25% !important;
  bottom: auto !important;
  top: 53.91% !important;
}

.cbdfw-grand-opening :lang(ru) .slide-id-slide-cb-dfw-5 .text-item {
  width: 24.41% !important;
}

.cbdfw-grand-opening .slide-id-slide-cb-dfw-6 .text-item {
  right: 2.32% !important;
  width: 23.25% !important;
  bottom: 4px !important;
  top: 73.04% !important;
  max-height: 155px;
}

.cbdfw-grand-opening :lang(ru) .slide-id-slide-cb-dfw-6 .text-item {
  right: 0% !important;
  width: 26.16% !important;
}

.cbdfw-grand-opening .slide-id-slide-cb-dfw-7 .text-item {
  left: 4.65% !important;
  width: 31.39% !important;
  bottom: auto !important;
  top: 50.08% !important;
}

.cbdfw-grand-opening [dir='rtl'] .slide-id-slide-cb-dfw-7 .text-item {
  /*    left: CSSPercentX(40) !important;*/
  width: 29.06% !important;
  /*    bottom: auto !important;
        top: CSSPercentY(288) !important;*/
}

.cbdfw-grand-opening .slide-id-cb-dfw-last .text-item {
  left: 6.51% !important;
  bottom: auto !important;
  top: 80% !important;
}

.cbdfw-grand-opening .slide-id-cb-dfw-last .text-item.caption-center-below {
  left: 9.18% !important;
  width: 86.86% !important;
  top: 81.04%;
}

.cbdfw-grand-opening #shell .zoomedIn .slide-arrow-holder.slide-left-arrow2 .arrow-bg {
  width: 67px !important;
}

.cbdfw-grand-opening .subbody-how-we-help-separator.small-top-margin {
  margin-top: 20px;
  margin-bottom: 1.7rem;
}

.cbdfw-grand-opening #shell .subbody-how-we-help-tad {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .cbdfw-grand-opening main.main h1.title .title-dark br {
    content: ' ';
  }
  .cbdfw-grand-opening main.main h1.title .title-dark br:after {
    content: ' ';
  }
  .cbdfw-grand-opening main.main h1.title {
    font-size: 1.6em;
  }
}

@media (max-width: 620px) {
  .cbdfw-grand-opening .mobile-caption-lightbox-overlay .lead {
    font-weight: bold;
    margin-bottom: 0;
    font-size: inherit;
    line-height: inherit;
  }
}

.cbdfw-grand-opening .slide-id-slide-cb-dfw-2 .image-item-1 {
  width: 50.11% !important;
}

@media (max-width: 767px) {
  .cbtwth-grand-opening .logo-holder-extra {
    display: none !important;
  }
}

.cbtwth-grand-opening .slide-id-slide-cb-twth-2 .text-item {
  left: 7.55% !important;
  width: 27.44% !important;
  bottom: auto !important;
  top: 55.82% !important;
}

.cbtwth-grand-opening .slide-id-slide-cb-twth-4 .text-item {
  left: 2.32% !important;
  width: 23.25% !important;
  bottom: auto !important;
  top: 50.78% !important;
}

.cbtwth-grand-opening .slide-id-slide-cb-twth-5 .text-item {
  left: 3.95% !important;
  bottom: auto !important;
  top: 87.47% !important;
}

.cbtwth-grand-opening .slide-id-slide-cb-twth-6 .text-item {
  left: 3.95% !important;
  bottom: auto !important;
  top: 85.21% !important;
}

.cbtwth-grand-opening .slide-id-slide-cb-twth-7 .text-item {
  left: 3.95% !important;
  bottom: auto !important;
  top: 87.47% !important;
}

.cbtwth-grand-opening .slide-id-cb-twth-slide-last .text-item {
  left: 10.11% !important;
  bottom: auto !important;
  top: 87.65% !important;
}

.cbtwth-grand-opening .slide-id-cb-twth-slide-last .text-item.caption-center-below {
  left: 10.58% !important;
  width: 79.65% !important;
  top: 87.65%;
}

.cbtwth-grand-opening #shell .zoomedIn .slide-arrow-holder.slide-left-arrow2 .arrow-bg {
  width: 67px !important;
}

.cbtwth-grand-opening .subbody-how-we-help-separator.small-top-margin {
  margin-top: 20px;
  margin-bottom: 1.7rem;
}

.cbtwth-grand-opening #shell .subbody-how-we-help-tad {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .cbtwth-grand-opening main.main h1.title .title-dark br {
    content: ' ';
  }
  .cbtwth-grand-opening main.main h1.title .title-dark br:after {
    content: ' ';
  }
  .cbtwth-grand-opening main.main h1.title {
    font-size: 1.6em;
  }
}

@media (max-width: 620px) {
  .cbtwth-grand-opening .mobile-caption-lightbox-overlay .lead {
    font-weight: bold;
    margin-bottom: 0;
    font-size: inherit;
    line-height: inherit;
  }
}

@media (max-width: 767px) {
  .cbcrim-grand-opening .logo-holder-extra {
    display: none !important;
  }
}

.cbcrim-grand-opening .slide-id-slide-cb-crim-2 .text-item {
  left: 9.65% !important;
  width: 23.25% !important;
  bottom: 4px !important;
  top: 58.26% !important;
}

.cbcrim-grand-opening :lang(ru) .slide-id-slide-cb-crim-2 .text-item {
  width: 26.16% !important;
}

.cbcrim-grand-opening .slide-id-slide-cb-crim-4 .text-item {
  left: 3.95% !important;
  bottom: auto !important;
  top: 80% !important;
}

.cbcrim-grand-opening .slide-id-slide-cb-crim-6 .text-item {
  left: 2.32% !important;
  width: 23.25% !important;
  /*
    top: CSSPercentY(233) !important;
    */
}

.cbcrim-grand-opening :lang(ru) .slide-id-slide-cb-crim-6 .text-item {
  left: 1.16% !important;
  width: 24.41% !important;
}

.cbcrim-grand-opening .slide-id-001560 .text-item {
  left: 2.32% !important;
  width: 23.13% !important;
  top: 35.82% !important;
}

.cbcrim-grand-opening #shell .zoomedIn .slide-arrow-holder.slide-left-arrow2 .arrow-bg {
  width: 67px !important;
}

.cbcrim-grand-opening .subbody-how-we-help-separator.small-top-margin {
  margin-top: 20px;
  margin-bottom: 1.7rem;
}

.cbcrim-grand-opening #shell .subbody-how-we-help-crim {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .cbcrim-grand-opening main.main h1.title .title-dark br {
    content: ' ';
  }
  .cbcrim-grand-opening main.main h1.title .title-dark br:after {
    content: ' ';
  }
  .cbcrim-grand-opening main.main h1.title {
    font-size: 1.6em;
  }
}

@media (max-width: 620px) {
  .cbcrim-grand-opening .mobile-caption-lightbox-overlay .lead {
    font-weight: bold;
    margin-bottom: 0;
    font-size: inherit;
    line-height: inherit;
  }
}

.templated-slider-slideset-sydd-grand-opening.templated-slider-build-2-1 [class*="slide-template-new-e-"] .text-item {
  bottom: 0;
}

.templated-slider-slideset-aoshanzo-grand-opening .slide-id-slide-4 .item.text-item {
  width: 24%;
}

/*.templated-slider-slideset-aoshanzo-grand-opening .slide-id-slide-5a .item.text-item {
    top: CSSPercentY(495);
    }*/
.templated-slider-slideset-aoshanzo-grand-opening .slide-id-slide-12 .item.text-item {
  width: 85.46%;
}

.templated-slider-slideset-aoshanzo-grand-opening .slide-id-slide-13 .item.text-item,
.templated-slider-slideset-aoshanzo-grand-opening .slide-id-slide-15 .item.text-item {
  width: 23.6%;
}

/*
.templated-slider-slideset-aoshanzo-grand-opening .slide-id-slide-14 .item.text-item {
    width: CSSPercentX(211);
}
*/
/*.templated-slider-slideset-aoshanzo-grand-opening .slide-id-slide-11 .item.text-item {
    width: 23.7%;
}
*/
.templated-slider-slideset-aoshanzo-grand-opening .slide-id-slide-17 .item.text-item {
  width: 24.76%;
}

.templated-slider-slideset-aoshanzo-grand-opening .slide-id-slide-18 .item.text-item {
  top: 61.73%;
  width: 25%;
  bottom: 1px;
}

.templated-slider-slideset-aoshanzo-grand-opening .slide-id-slide-20 .item.text-item {
  width: 87.9%;
  left: 7.9%;
  top: 85.56%;
}

.templated-slider-slideset-org-aoshanzotour .slide-id-slide-tour-25a .item.text-item {
  width: 18%;
}

/* Logos */
/*

Removed IAS section

.slide-id-slide-53 .image-item-4.image-item-custom2,
.slide-id-slide-54 .image-item-4.image-item-custom2,
.slide-id-slide-55 .image-item-4.image-item-custom2,
.slide-id-slide-56 .image-item-4.image-item-custom2,
.slide-id-slide-57 .image-item-4.image-item-custom2 {
    left: 4%;
    top: 72.5%;
    width: 18%;
    padding-top: 17%;
}


.slide-id-slide-53.slide-template-new-x-1a .image-item-4.image-item-custom {
    color: #f8f8f8;
    background: rgba(61, 95, 141, 0.8);
    height: 106px;
}

.slide-id-slide-53 .item.image-item.image-item-4.image-item-custom2 {
    background-size: 95%;
    background-repeat: no-repeat;
    top: 74%;
}

.slide-id-slide-54 .item.image-item.image-item-4.image-item-custom2 {
    top: 74%;
}

.slide-id-slide-55 .item.image-item.image-item-4.image-item-custom2 {
    background-size: 95%;
    top: 74%;
}

.slide-id-slide-56 .item.image-item.image-item-4.image-item-custom2 {
    background-size: 90%;
    top: 74%;
}

.slide-id-slide-57 .item.image-item.image-item-4.image-item-custom2 {
    background-size: 93%;
    top: 73%;
}
*/
.templated-slider-slideset-org-aoshanzoopeningidealorgs .slide-templated-new[class*=" slide-id-slide-ideal-orgs-"] .text-item {
  color: #f8f8f8;
  background: rgba(61, 95, 141, 0.8);
  height: 106px;
  font-size: 13px;
  padding: 20px 20% 20px 24%;
  top: 77.47%;
  left: 0;
  right: 0;
  text-align: left;
  width: 100%;
}

:lang(sv) .templated-slider-slideset-org-aoshanzoopeningidealorgs .slide-templated-new[class*=" slide-id-slide-ideal-orgs-"] .text-item {
  padding: 14px 14% 13px 23%;
}

:lang(ja) .templated-slider-slideset-org-aoshanzoopeningidealorgs .slide-templated-new[class*=" slide-id-slide-ideal-orgs-"] .text-item {
  padding: 14px 16% 13px 23%;
}

.templated-slider-slideset-org-aoshanzoopeningidealorgs .slide-templated-new.slide-id-slide-ideal-orgs-60 .text-item {
  padding-right: 25%;
}

.templated-slider-slideset-org-aoshanzoopeningidealorgs .slide-templated-new.slide-id-slide-ideal-orgs-61 .text-item {
  padding-right: 22%;
}

.templated-slider-slideset-org-aoshanzoopeningidealorgs .slide-templated-new[class*=" slide-id-slide-ideal-orgs-"] .text-item .lead {
  color: inherit;
}

/* Logos */
.templated-slider-slideset-org-aoshanzoopeningidealorgs .slide-templated-new[class*=" slide-id-slide-ideal-orgs-"] .text-item:before {
  content: " ";
  display: block;
  clear: both;
  width: 180px;
  height: 180px;
  position: absolute;
  left: 10px;
  top: 3px;
  background-repeat: no-repeat;
}

.templated-slider-slideset-org-aoshanzoopeningidealorgs .slide-templated-new.slide-id-slide-ideal-orgs-58 .text-item:before {
  background-image: url(/FURL/imagecache/cropfit@cr=171,414,2664,1464@fm=png@qa=85@w=180/data/www.scientology.org/files/aoshanzo-opening/logos/sydney_logo.png);
  background-image: -webkit-image-set(url(/FURL/imagecache/cropfit@cr=171,414,2664,1464@fm=png@qa=85@w=180/data/www.scientology.org/files/aoshanzo-opening/logos/sydney_logo.png) 1x, url(/FURL/imagecache/cropfit@cr=171,414,2664,1464@fm=png@qa=85@w=360/data/www.scientology.org/files/aoshanzo-opening/logos/sydney_logo.png) 2x);
  background-image: image-set(url(/FURL/imagecache/cropfit@cr=171,414,2664,1464@fm=png@qa=85@w=180/data/www.scientology.org/files/aoshanzo-opening/logos/sydney_logo.png) 1x, url(/FURL/imagecache/cropfit@cr=171,414,2664,1464@fm=png@qa=85@w=360/data/www.scientology.org/files/aoshanzo-opening/logos/sydney_logo.png) 2x);
}

.templated-slider-slideset-org-aoshanzoopeningidealorgs .slide-templated-new.slide-id-slide-ideal-orgs-59 .text-item:before {
  background-image: url(/FURL/imagecache/cropfit@fm=png@qa=85@w=160/data/www.scientology.org/files/aoshanzo-opening/logos/melbourne_org_logo.png);
  background-image: -webkit-image-set(url(/FURL/imagecache/cropfit@fm=png@qa=85@w=160/data/www.scientology.org/files/aoshanzo-opening/logos/melbourne_org_logo.png) 1x, url(/FURL/imagecache/cropfit@fm=png@qa=85@w=320/data/www.scientology.org/files/aoshanzo-opening/logos/melbourne_org_logo.png) 2x);
  background-image: image-set(url(/FURL/imagecache/cropfit@fm=png@qa=85@w=160/data/www.scientology.org/files/aoshanzo-opening/logos/melbourne_org_logo.png) 1x, url(/FURL/imagecache/cropfit@fm=png@qa=85@w=320/data/www.scientology.org/files/aoshanzo-opening/logos/melbourne_org_logo.png) 2x);
  top: -40px;
  left: 20px;
}

.templated-slider-slideset-org-aoshanzoopeningidealorgs .slide-templated-new.slide-id-slide-ideal-orgs-60 .text-item:before {
  background-image: url(/FURL/imagecache/cropfit@fm=png@qa=85@w=150/data/www.scientology.org/files/aoshanzo-opening/logos/kaouhsiung_org_log.png);
  background-image: -webkit-image-set(url(/FURL/imagecache/cropfit@fm=png@qa=85@w=150/data/www.scientology.org/files/aoshanzo-opening/logos/kaouhsiung_org_log.png) 1x, url(/FURL/imagecache/cropfit@fm=png@qa=85@w=300/data/www.scientology.org/files/aoshanzo-opening/logos/kaouhsiung_org_log.png) 2x);
  background-image: image-set(url(/FURL/imagecache/cropfit@fm=png@qa=85@w=150/data/www.scientology.org/files/aoshanzo-opening/logos/kaouhsiung_org_log.png) 1x, url(/FURL/imagecache/cropfit@fm=png@qa=85@w=300/data/www.scientology.org/files/aoshanzo-opening/logos/kaouhsiung_org_log.png) 2x);
  top: -40px;
  left: 23px;
}

.templated-slider-slideset-org-aoshanzoopeningidealorgs .slide-templated-new.slide-id-slide-ideal-orgs-61 .text-item:before {
  background-image: url(/FURL/imagecache/cropfit@fm=png@qa=85@w=150/data/www.scientology.org/files/aoshanzo-opening/logos/tokyo_org_logo.png);
  background-image: -webkit-image-set(url(/FURL/imagecache/cropfit@fm=png@qa=85@w=150/data/www.scientology.org/files/aoshanzo-opening/logos/tokyo_org_logo.png) 1x, url(/FURL/imagecache/cropfit@fm=png@qa=85@w=300/data/www.scientology.org/files/aoshanzo-opening/logos/tokyo_org_logo.png) 2x);
  background-image: image-set(url(/FURL/imagecache/cropfit@fm=png@qa=85@w=150/data/www.scientology.org/files/aoshanzo-opening/logos/tokyo_org_logo.png) 1x, url(/FURL/imagecache/cropfit@fm=png@qa=85@w=300/data/www.scientology.org/files/aoshanzo-opening/logos/tokyo_org_logo.png) 2x);
  top: -29px;
  left: 23px;
}

.templated-slider-slideset-org-aoshanzoopeningidealorgs .slide-templated-new.slide-id-slide-ideal-orgs-62 .text-item:before {
  background-image: url(/FURL/imagecache/cropfit@fm=png@qa=85@w=160/data/www.scientology.org/files/aoshanzo-opening/logos/org_auckland_logo.png);
  background-image: -webkit-image-set(url(/FURL/imagecache/cropfit@fm=png@qa=85@w=160/data/www.scientology.org/files/aoshanzo-opening/logos/org_auckland_logo.png) 1x, url(/FURL/imagecache/cropfit@fm=png@qa=85@w=320/data/www.scientology.org/files/aoshanzo-opening/logos/org_auckland_logo.png) 2x);
  background-image: image-set(url(/FURL/imagecache/cropfit@fm=png@qa=85@w=160/data/www.scientology.org/files/aoshanzo-opening/logos/org_auckland_logo.png) 1x, url(/FURL/imagecache/cropfit@fm=png@qa=85@w=320/data/www.scientology.org/files/aoshanzo-opening/logos/org_auckland_logo.png) 2x);
  top: -48px;
  left: 19px;
}

.templated-slider-slideset-org-aoshanzoopeningidealorgs .slide-templated-new.slide-id-slide-ideal-orgs-63 .text-item:before {
  background-image: url(/FURL/imagecache/cropfit@fm=png@qa=85@w=160/data/www.scientology.org/files/aoshanzo-opening/logos/org_perth_logo.png);
  background-image: -webkit-image-set(url(/FURL/imagecache/cropfit@fm=png@qa=85@w=160/data/www.scientology.org/files/aoshanzo-opening/logos/org_perth_logo.png) 1x, url(/FURL/imagecache/cropfit@fm=png@qa=85@w=320/data/www.scientology.org/files/aoshanzo-opening/logos/org_perth_logo.png) 2x);
  background-image: image-set(url(/FURL/imagecache/cropfit@fm=png@qa=85@w=160/data/www.scientology.org/files/aoshanzo-opening/logos/org_perth_logo.png) 1x, url(/FURL/imagecache/cropfit@fm=png@qa=85@w=320/data/www.scientology.org/files/aoshanzo-opening/logos/org_perth_logo.png) 2x);
  top: -46px;
  left: 23px;
}

/* Links */
.templated-slider-slideset-org-aoshanzoopeningidealorgs .slide-templated-new[class*=" slide-id-slide-ideal-orgs-"] .text-item .read-more {
  display: block;
  clear: both;
  width: 130px;
  height: 50px;
  position: absolute;
  right: 10px;
  top: 27px;
  background: rgba(14, 47, 86, 0.8);
  padding: 15px 13px 14px 16px;
  box-shadow: 0 0 22px #444;
  font-family: "Arapey", serif;
  color: #c0cad4;
  outline: 1px solid rgba(255, 255, 255, 0.3);
  background-color: #3c6c9d;
  cursor: pointer;
  transition: all 0.3s;
}

:lang(sv) .templated-slider-slideset-org-aoshanzoopeningidealorgs .slide-templated-new[class*=" slide-id-slide-ideal-orgs-"] .text-item .read-more {
  padding: 8px 13px 14px 16px;
}

.templated-slider-slideset-org-aoshanzoopeningidealorgs .slide-templated-new.slide-id-slide-ideal-orgs-62 .text-item .read-more {
  display: none;
}

.templated-slider-slideset-org-aoshanzoopeningidealorgs .slide-templated-new.slide-id-slide-ideal-orgs-63 .text-item .read-more {
  display: none;
}

/* New York org slides */
.org-domain-nyd.page-type-inside-our-church .inside-our-church-slideshow .slide-id-new-york-public-displays .text-item {
  overflow-y: initial !important;
  padding-right: 0 !important;
  top: 3.47% !important;
  left: 1.74% !important;
}

/* IAS 2016 path-scientology-today-events-ias-event-2016 */
.templated-slider-slideset-ias2016 .slide-template-new-u-1 .image-item-4.image-item-custom .lead {
  font-size: 1.6em;
}

.templated-slider-slideset-ias2016 .slide-template-new-v-1 .image-item-4.image-item-custom,
.templated-slider-slideset-ias2016 .slide-template-new-w-1a .image-item-4.image-item-custom {
  padding-left: 21%;
}

.templated-slider-slideset-ias2016 .slide-id-slide-4 .item.text-item {
  top: 60%;
}

.templated-slider-slideset-ias2016 .slide-id-slide-2 .item.text-item {
  top: 83.26%;
}

.templated-slider-slideset-ias2016 .slide-id-slide-19 .item.text-item {
  top: 58.43%;
}

/*.templated-slider-slideset-ias2016 .slide-id-slide-33 .item.text-item {
    top: CSSPercentY(336);
}
*/
.templated-slider-slideset-ias2016 slide .image-item-4.image-item-custom2,
.templated-slider-slideset-ias2016 slide .image-item-8.image-item-custom2 {
  left: 1.97%;
  width: 17.95%;
  padding-top: 20%;
  top: 73%;
}

/*
.templated-slider-slideset-ias2016 slide.slide-id-slide-11 .image-item-4.image-item-custom2,
.templated-slider-slideset-ias2016 slide.slide-id-slide-12 .image-item-4.image-item-custom2 {
    width: 19.95%;
    }*/
:lang(el) .templated-slider-slideset-ias2016 .slide-id-slide-36.slide-template-new-c-1-with-band .image-item-2.image-item-custom,
:lang(el) .templated-slider-slideset-ias2016 slide .image-item-4.image-item-custom {
  height: 123px;
}

.templated-slider-slideset-ias2016 slide.slide-id-slide-17 .image-item-4.image-item-custom2,
.templated-slider-slideset-ias2016 slide.slide-id-slide-18 .image-item-4.image-item-custom2,
.templated-slider-slideset-ias2016 slide .image-item-8.image-item-custom2 {
  left: 2.97%;
  width: 17.95%;
  padding-top: 20%;
  top: 72.2%;
}

.templated-slider-slideset-ias2016 slide .image-item-4.image-item-custom .lead {
  padding-bottom: 5px;
}

.templated-slider-slideset-ias2016 slide.slide-id-slide-18 .image-item-4.image-item-custom {
  padding-right: 1%;
}

.templated-slider-slideset-ias2016 slide.slide-template-new-w-1 .image-item-4.image-item-custom {
  padding-right: 8%;
}

.slide-template-new-x-1b .image-item-7.image-item-custom,
.slide-template-new-w-1 .image-item-4.image-item-custom {
  height: auto !important;
  min-height: 106px;
}

.templated-slider-build-2-1 .slide-template-new-d .text-item,
.templated-slider-build-2-1 .slide-template-new-f-1c .text-item {
  bottom: 2px !important;
}

.templated-slider-slideset-ias2016 .slide-id-slide-34 .image-item-4.image-item-custom2 {
  background-size: 61%;
  background-position-x: 46%;
  top: 75%;
}

.templated-slider-slideset-ias2016 .slide-id-slide-35 .image-item-4.image-item-custom2 {
  left: -0.94%;
  top: 76%;
  width: 25.58%;
}

.templated-slider-slideset-ias2016 .slide-id-slide-35 .image-item-4.image-item-custom {
  padding: 14px 10% 13px 23%;
}

.templated-slider-slideset-ias2016 .slide-id-slide-33 .image-item-4.image-item-custom2 {
  width: 23.25%;
  left: -3.03%;
}

.templated-slider-slideset-ias2016 .slide-id-slide-17 .image-item-4.image-item-custom {
  padding-right: 8%;
}

:lang(el) .templated-slider-slideset-ias2016 .slide-id-slide-17 .image-item-4.image-item-custom,
:lang(sv) .templated-slider-slideset-ias2016 .slide-id-slide-17 .image-item-4.image-item-custom {
  padding-right: 2%;
}

:lang(el) .templated-slider-slideset-ias2016 .slide-id-slide-33 .image-item-4.image-item-custom {
  padding-top: 2px;
}

.templated-slider-slideset-ias2016 .slide-id-slide-36.slide-template-new-c-1-with-band .image-item-2.image-item-custom2 {
  left: -0.94%;
  top: 76%;
  width: 25.58%;
}

.templated-slider-slideset-ias2016 .slide-id-slide-36.slide-template-new-c-1-with-band .image-item-2.image-item-custom {
  padding: 14px 9% 13px 23%;
}

.templated-slider-slideset-ias2016 .slide-id-slide-33.slide-template-new-u-1 .image-item-4.image-item-custom {
  padding-right: 20px;
  padding-left: 16%;
}

.templated-slider-slideset-ias2016 .slide-id-slide-34.slide-template-new-x-1 .image-item-4.image-item-custom {
  padding: 14px 0% 13px 20%;
}

[dir="rtl"] .templated-slider-slideset-ias2016 .slide-id-slide-33.slide-template-new-u-1 .image-item-4.image-item-custom,
[dir="rtl"] .templated-slider-slideset-ias2016 .slide-id-slide-34.slide-template-new-x-1 .image-item-4.image-item-custom {
  padding: 14px 7% 13px 20%;
}

.templated-slider-slideset-ias2016 .slide-template-new-x-1b.slide-id-slide-16 .image-item-7.image-item-custom .lead {
  line-height: inherit !important;
}

/*
.templated-slider-slideset-ias2016 .slide-id-slide-8 .image-item-4.image-item-custom2,
.templated-slider-slideset-ias2016 .slide-id-slide-9 .image-item-4.image-item-custom2,
.templated-slider-slideset-ias2016 .slide-id-slide-10 .image-item-4.image-item-custom2,
.templated-slider-slideset-ias2016 .slide-id-slide-11 .image-item-4.image-item-custom2


*/
/* OC org */
.org-domain-oc.page-type-inside-our-church .inside-our-church-slideshow .slide-id-2 div.text-item {
  right: -42px !important;
  width: 220px !important;
  padding-right: 0 !important;
}

/* Ireland grand opening */
.templated-slider-slideset-ireland-national-office-opening .slide-id-slide-18.slide-template-new-d .text-item {
  top: 85.21%;
  bottom: 0;
}

.templated-slider-slideset-ireland-national-office-opening .slide-template-new-c-1-with-band .image-item-2.image-item-custom {
  height: 146px;
  top: 74.69%;
  padding: 14px 2% 13px 19%;
}

:lang(da) .templated-slider-slideset-ireland-national-office-opening .slide-template-new-c-1-with-band .image-item-2.image-item-custom,
:lang(es-es) .templated-slider-slideset-ireland-national-office-opening .slide-template-new-c-1-with-band .image-item-2.image-item-custom {
  line-height: 1.3em;
}

:lang(fr) .templated-slider-slideset-ireland-national-office-opening .slide-template-new-c-1-with-band .image-item-2.image-item-custom {
  line-height: 1.2em;
}

.templated-slider-slideset-ireland-national-office-opening .slide-template-new-c-1-with-band .image-item-2.image-item-custom2 {
  left: 1%;
  top: 74.1%;
  width: 18%;
}

:lang(no).templated-slider-slideset-ireland-national-office-opening .slide-template-new-c-1-with-band .image-item-2.image-item-custom {
  line-height: 1.3em;
}

.templated-slider-slideset-ireland-national-office-opening .slide-template-new-c-1-with-band.slide-id-slide-21 .image-item-2.image-item-custom {
  padding: 13px 4% 13px 18%;
}

.templated-slider-slideset-ireland-national-office-opening .slide-template-new-c-1-with-band.slide-id-slide-20 .image-item-2.image-item-custom {
  padding: 10px 2% 13px 19%;
}

.templated-slider-slideset-ireland-national-office-opening .slide-template-new-c-1-with-band.slide-id-slide-24 .image-item-2.image-item-custom {
  padding: 7px 5% 13px 17%;
}

.templated-slider-slideset-ireland-national-office-opening .slide-template-new-c-1-with-band.slide-id-slide-23 .image-item-2.image-item-custom2 {
  left: 0%;
  top: 74.1%;
  width: 18%;
}

.templated-slider-slideset-ireland-national-office-opening .slide-template-new-c-1-with-band.slide-id-slide-24 .image-item-2.image-item-custom2 {
  left: 0%;
  top: 73.1%;
  width: 20%;
}

/* Move to template **/
.templated-slider-slideset-ireland-national-office-opening .slide-template-new-n-3.slide-id-slide-14 .image-item-4 {
  bottom: 9px;
  right: 20.69%;
}

.templated-slider-slideset-ireland-national-office-opening .slide-template-new-d-0f.slide-id-slide-2 .text-item {
  right: 0 !important;
  width: 66.34% !important;
  bottom: 0.73%;
  top: 85.95% !important;
}

/* Tampa Grand Opening */
.templated-slider-slideset-tampa-tour-inside slide[data-template="slide_template_d"] .text-item {
  margin-top: -10px;
}

/* Inglewood community center */
.path-inside-our-church-community-center.org-domain.org-domain-inglewood slide.slide-id-info_center .text-item {
  width: 231px !important;
  right: -35px !important;
}

/*GATOS inside out church*/
.templated-slider-build-2-1 .slide-template-new-d .text-item[data-raw-caption="gcui_scientology:gatos-header-caption20"],
.templated-slider-build-2-1 .slide-template-new-d .text-item[data-raw-caption="gcui_scientology:gatos-header-caption22"] {
  top: 84.95%;
}

/* San Diego Press Release*/
:lang(en) .templated-slider-slideset-sandiego-grand-opening .slide-template-new-f-1f.slide-id-slide30 .text-item {
  max-height: none;
}

:lang(pt) .templated-slider-slideset-sandiego-grand-opening .slide-template-new-f-1f.slide-id-slide30 .text-item {
  width: 26.58% !important;
  max-height: 190px;
}

.templated-slider-build-2-1.templated-slider-slideset-sandiego-grand-opening span.lead.lead-titleLine {
  font-size: 1.3em;
}

:lang(da) .templated-slider-build-2-1.templated-slider-slideset-sandiego-grand-opening span.lead.lead-titleLine {
  font-size: 1.3em;
  line-height: 1.1em;
}

:lang(da) .templated-slider-build-2-1.templated-slider-slideset-sandiego-grand-opening .slide-template-new-f-1f .text-item {
  top: 15px !important;
  bottom: 61.01% !important;
}

:lang(da) .templated-slider-build-2-1.templated-slider-slideset-sandiego-grand-opening .slide-template-new-f-1f .image-item-2 {
  top: 40.56%;
}

.templated-slider-build-2-1.templated-slider-slideset-sandiego-grand-opening .slide-template-new-k-4 .image-item-3 {
  width: 12.9302% !important;
}

.templated-slider-build-2-1.templated-slider-slideset-sandiego-grand-opening .slide-template-new-k-4 .text-item {
  top: 57.39%;
  left: 17.9%;
  width: 25.11%;
}

/* NEW YEARS 2017 */
.templated-slider-slideset-new-years-2017 .slide-template-t-1a .text-item {
  top: 60px !important;
  bottom: auto !important;
  left: 0% !important;
  right: auto !important;
  width: 23.25% !important;
  height: auto !important;
}

.templated-slider-slideset-new-years-2017 .ny2015-band:hover {
  cursor: pointer;
}

.templated-slider-slideset-new-years-2017 .slide-id-slide18 .text-item {
  top: 76.26% !important;
}

.templated-slider-slideset-new-years-2017 .slide-id-slide11 .image-item-4 {
  left: 2% !important;
  bottom: 3% !important;
}

.templated-slider-slideset-new-years-2017 .slide-id-slide11 .image-item-3 {
  /*width: 270px !important;
     top: 33.73% !important;
     right: 6.2% !important;*/
}

.templated-slider-slideset-new-years-2017 .slide-id-slide11 .text-item {
  /*    bottom: 3% !important;
top: auto !important;*/
  top: 73.55% !important;
  bottom: 3% !important;
}

/**
@file
Blue band for the New Years 2015 press release.
*/
.slideshow-zoomed-in .ny2015-band.band-color-only {
  background: #3f5d7b;
  -webkit-transform-origin: 0px -117px;;
  -ms-transform-origin: 0px -117px;;
  -moz-transform-origin: 0px -117px;;
  -o-transform-origin: 0px -117px;;
  transform-origin: 0px -117px;;
}

.ny2015-band {
  bottom: 50px;
  right: 0;
  left: 0;
  height: 100px;
  padding-left: 25px;
  margin-left: -25px;
  padding-right: 25px;
  margin-right: -25px;
  opacity: 0.6 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#shell .ny2015-band {
  height: 80px;
}

#shell .slide-id-smp-slide .ny2015-band {
  height: 100px;
}

@media (max-width: 860px) {
  #shell .ny2015-band {
    background: #7d9cbb;
    height: 90px;
    bottom: 8%;
  }
}

@media (max-width: 720px) {
  #shell .ny2015-band {
    bottom: 5%;
  }
}

@media (max-width: 700px) {
  #shell .ny2015-band {
    height: 56px;
    bottom: 0%;
  }
}

.ny2015-band.band-color-only {
  position: absolute;
  bottom: 12.25%;
  background: #7d9cbb;
  z-index: 2;
  opacity: 0 !important;
  -webkit-transition: opacity .5s ease-out;;
  -ms-transition: opacity .5s ease-out;;
  -moz-transition: opacity .5s ease-out;;
  -o-transition: opacity .5s ease-out;;
  transition: opacity .5s ease-out;;
}

.slideshow-wrapper[data-slide-active="24"] + .ny2015-band.band-color-only,
.slideshow-wrapper[data-slide-active="23"] + .ny2015-band.band-color-only,
.slideshow-wrapper[data-slide-active="22"] + .ny2015-band.band-color-only,
.slideshow-wrapper[data-slide-active="21"] + .ny2015-band.band-color-only,
.slideshow-wrapper[data-slide-active="20"] + .ny2015-band.band-color-only,
.slideshow-wrapper[data-slide-active="19"] + .ny2015-band.band-color-only,
.slideshow-wrapper[data-slide-active="18"] + .ny2015-band.band-color-only,
.slideshow-wrapper[data-slide-active="17"] + .ny2015-band.band-color-only,
.slideshow-wrapper[data-slide-active="16"] + .ny2015-band.band-color-only,
.slideshow-wrapper[data-slide-active="15"] + .ny2015-band.band-color-only,
.slideshow-wrapper[data-slide-active="14"] + .ny2015-band.band-color-only {
  opacity: 1 !important;
}

.ny2015-band.move-right,
.ny2015-band.move-left {
  transform: none !important;
  -webkit-transform: none !important;
  transition: none !important;
  -webkit-transition: none !important;
}

.sliding .ny2015-band,
.fso-slide-active .ny2015-band {
  opacity: 1 !important;
}

.ny2015-band .boxer {
  position: absolute;
  left: 0;
  right: 0;
  height: 74px;
  top: 50%;
  margin-top: -37px;
  border-top: 1px solid #94a6c2;
  border-bottom: 1px solid #94a6c2;
}

@media (max-width: 700px) {
  .ny2015-band .boxer {
    height: 46px;
    margin-top: -23px;
  }
}

.ny2015-band .months {
  position: absolute;
  color: white;
  font-family: "Arapey", serif;
  font-size: 31px;
  top: 50%;
  margin-top: -18px;
  left: 6%;
  text-shadow: 0 0 14px #aaa;
  width: 20%;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ny2015-band .months:lang(el) {
  font-size: 27px;
}

@media (max-width: 860px) {
  .ny2015-band .months {
    font-size: 25px;
    margin-top: -15px;
  }
}

@media (max-width: 785px) {
  .ny2015-band .months:lang(el) {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .ny2015-band .months:lang(el) {
    display: none !important;
  }
}

@media (max-width: 700px) {
  .ny2015-band .months {
    display: none !important;
  }
}

.ny2015-band .bracket {
  position: absolute;
  top: 50%;
  margin-top: -36px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: url(/theme/images/white-arrow.png) center no-repeat transparent;
  width: 62px;
  height: 72px;
  background-size: contain;
}

[dir="rtl"] .ny2015-band .bracket {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

@media (max-width: 860px) {
  .ny2015-band .bracket {
    width: 48px;
    height: 60px;
    margin-top: -30px;
  }
}

@media (max-width: 500px) {
  .ny2015-band .bracket {
    width: 35px;
    height: 34px;
    margin-top: -17px;
  }
}

.ny2015-band .bracket-10,
.ny2015-band .bracket-0 {
  opacity: 0.025;
  left: 5%;
}

.ny2015-band .bracket-11,
.ny2015-band .bracket-1 {
  opacity: 0.05;
  left: 7.5%;
}

.ny2015-band .bracket-12,
.ny2015-band .bracket-2 {
  opacity: 0.08;
  left: 10%;
}

.ny2015-band .bracket-13,
.ny2015-band .bracket-3 {
  opacity: 0.11;
  left: 12.5%;
}

.ny2015-band .bracket-14,
.ny2015-band .bracket-4 {
  opacity: 0.15;
  left: 15%;
}

.ny2015-band .bracket-15,
.ny2015-band .bracket-5 {
  opacity: 0.25;
  left: 17.5%;
}

.ny2015-band .bracket-16,
.ny2015-band .bracket-6 {
  opacity: 0.3;
  left: 20%;
}

.ny2015-band .bracket-16 {
  left: auto;
  right: 0%;
}

.ny2015-band .bracket-15 {
  left: auto;
  right: 2.5%;
}

.ny2015-band .bracket-14 {
  left: auto;
  right: 5%;
}

.ny2015-band .bracket-13 {
  left: auto;
  right: 7.5%;
}

.ny2015-band .bracket-12 {
  left: auto;
  right: 10%;
}

.ny2015-band .bracket-11 {
  left: auto;
  right: 12.5%;
}

.ny2015-band .bracket-10 {
  left: auto;
  right: 15%;
}

.ny2015-band .boxed-title {
  position: absolute;
  left: 22%;
  width: 40%;
  height: 74px;
  top: 50%;
  margin-top: -37px;
  text-align: right;
}

@media (max-width: 860px) {
  .ny2015-band .boxed-title {
    width: 39%;
  }
}

@media (max-width: 700px) {
  .ny2015-band .boxed-title {
    width: 49%;
    left: 8%;
  }
  .slide-id-slide-ias-2014 .ny2015-band .boxed-title,
  .slide-id-anzo-aola-special .ny2015-band .boxed-title,
  .slide-id-slide-aosh-anzo .ny2015-band .boxed-title {
    width: 51%;
  }
}

.ny2015-band .boxed-title .centered {
  text-align: right;
  color: white;
  font-family: "Arapey", serif;
  /*font-size: 19px;*/
  /*font-size: 16px;*/
  font-size: 15px;
  font-weight: bold;
  position: absolute;
  right: 0;
  bottom: 20%;
  width: 95%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ny2015-band .boxed-title .centered:lang(pt),
.ny2015-band .boxed-title .centered:lang(el) {
  font-size: 15px;
}

@media (max-width: 860px) {
  .ny2015-band .boxed-title .centered {
    font-size: 16px;
    bottom: 21%;
  }
  .ny2015-band .boxed-title .centered:lang(el) {
    font-size: 14px;
  }
}

@media (max-width: 720px) {
  .ny2015-band .boxed-title .centered {
    font-size: 13px;
    bottom: 27%;
  }
}

@media (max-width: 500px) {
  .ny2015-band .boxed-title .centered:lang(el) {
    font-size: 11px;
  }
  .ny2015-band .boxed-title .centered {
    font-size: 11px;
    bottom: 28%;
  }
}

.ny2015-band .boxed-button {
  position: absolute;
  left: 64%;
  height: 44px;
  top: 50%;
  margin-top: -22px;
  text-align: center;
  background: #336699;
  cursor: pointer;
}

@media (max-width: 860px) {
  .ny2015-band .boxed-button {
    height: 38px;
    margin-top: -18px;
  }
}

@media (max-width: 500px) {
  .ny2015-band .boxed-button {
    height: 55%;
    margin-top: -3.2%;
    left: 65%;
  }
}

.ny2015-band .boxed-button .centered {
  color: white;
  font-family: "Arapey", serif;
  font-size: 18px;
  padding: 0 12px 0 15px;
}

:lang(el) .ny2015-band .boxed-button .centered {
  font-size: 15px;
}

.ny2015-band .boxed-button .centered:lang(pt),
.ny2015-band .boxed-button .centered:lang(ru) {
  font-size: 14px;
}

@media (max-width: 860px) {
  .ny2015-band .boxed-button .centered {
    font-size: 16px;
  }
  .ny2015-band .boxed-button .centered:lang(pt) {
    font-size: 12px;
  }
}

@media (max-width: 700px) {
  .ny2015-band .boxed-button .centered {
    font-size: 14px;
    padding: 0 8px 0 8px;
  }
  .ny2015-band .boxed-button .centered .hide-when-small {
    display: none !important;
  }
}

.hide-when-small img {
  width: 10px;
}

.ny2015-band .boxed-button:hover {
  box-shadow: 0 4px 11px 0px #FFF,0 -2px 11px 0px #FFF;
}

.templated-slider-slideset-new-years-2017 .slide-template-t-1a .image-item-2 {
  right: auto !important;
  top: auto !important;
  left: 2.32% !important;
  bottom: 24.34% !important;
  width: 18.6% !important;
  height: 31.3% !important;
}

:lang(fr) .templated-slider-slideset-new-years-2017 .slide-template-t-3a .text-item {
  top: 3% !important;
}

#shell .ny2015-band,
#shell .ny2015-band.band-color-only {
  bottom: 8px;
}

.ny2015-band .boxed-button .centered {
  position: relative;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
}

.ny2015-band .boxed-button .centered {
  position: relative;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
}

#shell .ny2015-band .months {
  left: 25px;
  font-size: 23px;
  margin-top: 0;
  text-align: left;
  width: 24%;
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
}

:lang(es_ES) #shell .ny2015-band .months,
:lang(es) #shell .ny2015-band .months,
:lang(pt) #shell .ny2015-band .months {
  left: 20px;
  font-size: 20px;
}

.ny2015-band .boxed-title .centered {
  line-height: 1.2;
  top: 50%;
  bottom: auto;
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
}

#shell .ny2015-band .boxed-button {
  left: 70%;
}

#shell .ny2015-band .boxed-title .centered {
  width: 123%;
  right: -48px;
}

.templated-slider-slideset-smp-opening .slide-id-smp-little-theater .image-item-2 {
  top: 8.69% !important;
  left: 62.79% !important;
  width: 23.25% !important;
}

.templated-slider-slideset-smp-opening .slide-id-smp-little-theater .image-item-3 {
  top: 39.13% !important;
  left: 62.79% !important;
  width: 31.39% !important;
}

.templated-slider-slideset-smp-opening .slide-id-smp-little-theater .text-item {
  top: 80% !important;
  left: 62.79% !important;
  width: 31.39% !important;
}

.slideshow-zoomed-in #shell slide .ny2015-band.band-color-only {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  top: auto !important;
  bottom: 5.21% !important;
}

#shell .ny2015-band, #shell .ny2015-band.band-color-only {
  bottom: 5.21% !important;
}

.slide-template-new-p-left .item.image-item.ny2015-band,
.slide-template-new-p-right .item.image-item.ny2015-band {
  z-index: 5;
}

#shell .stretched-slideshow slide .item.ny2015-band {
  opacity: 0.8 !important;
}

.slide-template-new-p-left .image-item-2.image-holder img,
.slide-template-new-p-right .image-item-2.image-holder img {
  top: auto !important;
  bottom: 0 !important;
}

.slide_template_t-3a .image-item-1 {
  bottom: auto !important;
  right: 3.48% !important;
  left: auto !important;
  height: 79.47% !important;
  top: 0% !important;
}

.slide-template-t-3b .text-item {
  top: 7% !important;
  left: auto !important;
  right: 0 !important;
  width: 25.25% !important;
  height: auto !important;
  bottom: auto !important;
}

.slide-id-slide-atlanta.slide-template-t-3d .boxed-button {
  top: 56% !important;
}

.slide-id-smp-ny2017.slide-template-new-p-left .image-item-2.image-holder img {
  bottom: -16% !important;
}

@media (max-width: 860px) {
  .slide-id-smp-ny2017.slide-template-new-p-left #shell .ny2015-band {
    background: none !important;
  }
}

.slide-id-freewinds-mv-2016.slide-template-t-3c .text-item-3 {
  top: 17%;
}

.slide-id-freewinds-mv-2016.slide-template-t-3a .text-item {
  left: 0%;
  width: 25.25% !important;
}

.slide-id-smp-ny2017,
.slide-id-anzo.slide-template-t-3d .image-item-3 {
  top: 10%;
}

.slide-id-slide-atlanta.slide-template-t-3b .image-item-2 {
  bottom: 10.34% !important;
}

:lang(ru) .slide-template-new-e-1f.slide-id-atl-slide-temp {
  line-height: 1.3em;
}

.slide-id-atl-slide-temp .image-item-2 {
  top: 48.26% !important;
}

.slide-id-atl-slide-temp .text-item {
  bottom: 55.21% !important;
}

.slide-id-atl-main-speaker2 .image-item-2 {
  top: 47.78% !important;
}

.slide-id-atl-tour-20 .image-item-2 {
  left: 5.81% !important;
  right: auto !important;
  height: 29.7391% !important;
}

.templated-slider-build-2-1 #header .slide-id-atl-tour-20 .text-item {
  right: 6.97% !important;
  left: 43.02% !important;
}

.templated-slider-build-2-1 #header .slide-id-atl-tour-19 .text-item {
  top: 62.08% !important;
  width: 24.41% !important;
}

.slide-id-anzo.slide-template-t-3b .image-item-2 {
  bottom: 10.34% !important;
}

.templated-slider-slideset-new-years-2017.slide-template-t-3a.slide-id-ias-slide .text-item {
  top: 38% !important;
}

.slide-id-smp-ny2017.slide-template-t-3d .text-item-4,
.slide-id-anzo.slide-template-t-3d .text-item-4 {
  /*left: 6.5%;*/
  top: 13%;
  bottom: auto;
}

.slide-id-slide-2016-march13.slide-template-t-3d .text-item-4 {
  /*left: 4.1%;*/
}

.slide-id-anzo.slide-template-t-3d .text-item-4 {
  top: 13%;
  bottom: auto;
}

.slide-template-t-3b .image-item-2 {
  left: auto !important;
  top: auto !important;
  right: 4.32% !important;
  bottom: 6.34% !important;
  width: 19.6% !important;
  height: 31.3% !important;
}

.slide-template-t-3b .image-item-1 {
  bottom: auto !important;
  left: 0% !important;
  right: auto !important;
  height: 100% !important;
  top: 0 !important;
}

.slide-template-t-3a .image-item-2 {
  right: auto !important;
  top: auto !important;
  left: 2.32% !important;
  bottom: 4.34% !important;
  width: 18.6% !important;
  height: 31.3% !important;
}

.slide-template-t-3a .image-item-1 {
  bottom: auto !important;
  right: 0% !important;
  left: auto !important;
  height: 79.47% !important;
  top: 0% !important;
}

.slide-template-t-3a .boxed-button {
  left: 1%;
  top: 63% !important;
}

.slide-template-t-3a[data-template="slide_template_t-3"] .image-item-1 {
  left: 0 !important;
}

.slide-template-t-3a .text-item {
  top: 7% !important;
  bottom: auto !important;
  left: 1% !important;
  right: auto !important;
  width: 23.25% !important;
  height: auto !important;
}

.slide-template-t-4a .text-item {
  top: 90.6% !important;
  bottom: auto !important;
  left: 25.11% !important;
  right: auto !important;
  width: 52.23% !important;
  height: auto !important;
}

#shell .slide-template-t-4a .ny2015-band .boxed-title .centered {
  width: 123%;
  right: auto;
  left: -33.6%;
  top: 36%;
}

.slide-template-t-4a .image-item-2 {
  top: auto !important;
  left: auto !important;
  right: 2.87% !important;
  bottom: 1.91% !important;
  width: 18.6% !important;
  height: 31.3% !important;
}

.slide-template-t-4a .image-item-1 {
  top: 0 !important;
  bottom: auto !important;
  right: 0 !important;
  left: 0 !important;
  /*height: 59.82% !important;*/
}

.templated-slider-slideset-new-years-2017 .slide-template-new-c-1.slide-id-slide6a .text-item {
  top: 76.25%;
  width: 84%;
  left: 8%;
}

.templated-slider-slideset-new-years-2017 .slide-id-harlem-opening .image-item-3 {
  bottom: 6.3%;
  left: 0px;
}

.slideshow-zoomed-in.templated-slider-slideset-new-years-2017 .slide-id-harlem-opening .months {
  color: #fff !important;
}

.templated-slider-slideset-new-years-2017 .slide-id-harlem-opening .white-arrow-text {
  padding: 8px 30px 4px;
  font-family: "Arapey", serif;
  color: #000 !important;
  font-size: 2.1875rem !important;
  left: 79px !important;
  top: 61% !important;
}

.templated-slider-slideset-new-years-2017 .slide-id-harlem-opening .white-arrow-text:before {
  /*  our pseudo-element */
  content: "";
  /* required */
  position: absolute;
  /* takes the 'cap' out off flow */
  top: -1px;
  /* stick it to top edge of the sign */
  left: 100%;
  /* push it way overto the right*/
  height: 0;
  /* we're doing this with borders remember */
  width: 0;
  border-width: 32px;
  border-style: solid;
  border-color: #000;
  /* same as bg of our rectangle */
  /* now we make some of theborders disappear*/
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
}

:lang(it) .templated-slider-slideset-new-years-2017 .slide-id-harlem-opening .item.text-item {
  bottom: 1.6% !important;
}

:lang(it) .templated-slider-slideset-new-years-2017 .slide-id-harlem-opening .white-arrow-text {
  padding: 8px 15px 3px;
}

:lang(pt) .templated-slider-slideset-new-years-2017 .slide-id-harlem-opening .white-arrow-text {
  padding: 8px 20px 3px;
}

:lang(el) .templated-slider-slideset-new-years-2017 .slide-wrapper .slide-id-slide18 .lead {
  text-transform: none;
}

:lang(el) .templated-slider-slideset-new-years-2017 .slide-id-harlem-opening .white-arrow-text {
  padding: 8px 10px 3px;
}

:lang(el) .templated-slider-slideset-new-years-2017 .slide-id-harlem-opening .item.text-item {
  left: 25% !important;
  bottom: 0.5% !important;
}

:lang(el) .templated-slider-slideset-new-years-2017 .slide-id-harlem-opening .item.text-item {
  left: 25% !important;
  bottom: 0.5% !important;
  width: 55% !important;
  line-height: 1.2em;
}

:lang(el) .slide-template-t-4a .image-item-2 {
  right: 0 !important;
}

:lang(el) .templated-slider-slideset-new-years-2017 .slide-id-ias-slide .text-item {
  top: 4% !important;
  width: 25% !important;
}

:lang(el) .slide-template-t-3c .text-item-2 {
  font-family: arial,verdana;
}

.templated-slider-slideset-new-years-2017 .slide-id-harlem-opening .white-arrow {
  max-height: 85px;
  display: inline-block;
  position: absolute;
  right: -35px;
  top: -1px;
  max-width: 36px !important;
  height: 65px;
}

@media (max-width: 767px) {
  .templated-slider-slideset-new-years-2017 .slide-id-harlem-opening .white-arrow-text {
    padding: 7px 30px 3px;
    font-size: 14px !important;
  }
  .templated-slider-slideset-new-years-2017 .slide-id-harlem-opening .white-arrow {
    right: -17px;
    max-width: 18px !important;
  }
  .slide-template-t-4a .image-item-2 {
    height: 95.3% !important;
  }
  .templated-slider-slideset-new-years-2017 .slide-id-harlem-opening .image-item-2 img {
    height: 38.3% !important;
  }
}

.templated-slider-slideset-new-years-2017 .slide-id-harlem-opening .item.text-item-4.editable.caption-center-right {
  bottom: 5%;
  border-left: 1px solid black;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

[dir="rtl"] .templated-slider-slideset-new-years-2017 .slide-id-harlem-opening .item.text-item-4.editable.caption-center-right {
  left: 0;
}

.templated-slider-slideset-new-years-2017 .slide-id-harlem-opening .white-arrow {
  z-index: -1;
}

.slideshow-zoomed-in.templated-slider-slideset-new-years-2017 .slide-template-t-3d .text-item-3,
.slideshow-zoomed-in.templated-slider-slideset-new-years-2017 .slide-template-t-3c .text-item-3,
.slideshow-zoomed-in.templated-slider-slideset-new-years-2017 .slide-template-t-4a .boxed-title .centered,
.slideshow-zoomed-in.templated-slider-slideset-new-years-2017 .slide-id-special-2017 .boxed-title .centered {
  color: #ffe6a9 !important;
}

.templated-slider-slideset-new-years-2017 .slide-id-harlem-opening .image-item-2 img {
  width: 130px !important;
}

.templated-slider-slideset-new-years-2017 .slide-id-slide3 .image-item-3 {
  top: 34% !important;
}

.templated-slider-slideset-new-years-2017 .slide-id-slide3 .text-item {
  top: 43% !important;
}

.templated-slider-slideset-new-years-2017 .slide-id-slide10 .text-item {
  top: 68.17% !important;
  left: 0% !important;
  width: 39% !important;
}

[dir="rtl"] .templated-slider-slideset-new-years-2017 .slide-id-slide10 .text-item {
  left: 0% !important;
  width: 37% !important;
}

:lang(de) .templated-slider-slideset-new-years-2017 .slide-template-t-3b .text-item {
  top: 3% !important;
}

:lang(el) .templated-slider-slideset-new-years-2017 .slide-template-t-3b .text-item {
  top: 1% !important;
}

.templated-slider-slideset-new-years-2017 .slide-id-slide13-1 .text-item {
  top: 72.3% !important;
}

.templated-slider-slideset-new-years-2017 .slide-id-slide13-1 .text-item span {
  width: 105%;
}

.domo-trans.domo-trans-0 {
  width: 23.25%;
  left: 5.32%;
}

.domo-flare.domo-trans {
  position: absolute !important;
  background: url(https://files.akamaized.net/data/www.scientology.org/files/new-years-2017/2016-flare.png) 0 0 no-repeat transparent !important;
  width: 47% !important;
  height: 62% !important;
  top: 16% !important;
  left: 22.35% !important;
  background-size: cover !important;
  z-index: 10 !important;
  opacity: 0 !important;
  -webkit-transform: scale(1.5,1.5) !important;;
  -ms-transform: scale(1.5,1.5) !important;;
  -moz-transform: scale(1.5,1.5) !important;;
  -o-transform: scale(1.5,1.5) !important;;
  transform: scale(1.5,1.5) !important;;
  -webkit-transition: transform .5s ease-out, opacity .5s ease-out !important;;
  -ms-transition: transform .5s ease-out, opacity .5s ease-out !important;;
  -moz-transition: transform .5s ease-out, opacity .5s ease-out !important;;
  -o-transition: transform .5s ease-out, opacity .5s ease-out !important;;
  transition: transform .5s ease-out, opacity .5s ease-out !important;;
  -webkit-backface-visibility: hidden;;
  -ms-backface-visibility: hidden;;
  -moz-backface-visibility: hidden;;
  -o-backface-visibility: hidden;;
  backface-visibility: hidden;;
  -webkit-transition: transform .5s ease-out .2s, opacity .5s ease-out .2s !important;;
  -ms-transition: transform .5s ease-out .2s, opacity .5s ease-out .2s !important;;
  -moz-transition: transform .5s ease-out .2s, opacity .5s ease-out .2s !important;;
  -o-transition: transform .5s ease-out .2s, opacity .5s ease-out .2s !important;;
  transition: transform .5s ease-out .2s, opacity .5s ease-out .2s !important;;
  -webkit-transition-delay: 0.4s !important;;
  -ms-transition-delay: 0.4s !important;;
  -moz-transition-delay: 0.4s !important;;
  -o-transition-delay: 0.4s !important;;
  transition-delay: 0.4s !important;;
}

.moving-to-dir-left .domo-flare.domo-trans {
  left: -83.49% !important;
}

.domo-trans {
  position: absolute;
  z-index: 2;
  width: 25.58%;
  height: 47.3%;
  top: 12.17%;
  left: 2.32%;
  background: url("/FURL/data/www.scientology.org/files/new-years-2017/2016.png") 0 0 no-repeat transparent;
  background-size: cover;
  opacity: 0 !important;
  -webkit-transform: scale(1.5,1.5) !important;;
  -ms-transform: scale(1.5,1.5) !important;;
  -moz-transform: scale(1.5,1.5) !important;;
  -o-transform: scale(1.5,1.5) !important;;
  transform: scale(1.5,1.5) !important;;
  -webkit-transition: transform .5s ease-out, opacity .5s ease-out !important;;
  -ms-transition: transform .5s ease-out, opacity .5s ease-out !important;;
  -moz-transition: transform .5s ease-out, opacity .5s ease-out !important;;
  -o-transition: transform .5s ease-out, opacity .5s ease-out !important;;
  transition: transform .5s ease-out, opacity .5s ease-out !important;;
  -webkit-backface-visibility: hidden;;
  -ms-backface-visibility: hidden;;
  -moz-backface-visibility: hidden;;
  -o-backface-visibility: hidden;;
  backface-visibility: hidden;;
}

/*
.domo-transL:lang(en) {
    background: url(/sites/default/files/ny2015/2014-in-review-fs8_en.png) 0 0 no-repeat transparent;
}
*/
.device-ios .domo-trans {
  -webkit-transform: none !important;;
  -ms-transform: none !important;;
  -moz-transform: none !important;;
  -o-transform: none !important;;
  transform: none !important;;
  -webkit-transition: none !important;;
  -ms-transition: none !important;;
  -moz-transition: none !important;;
  -o-transition: none !important;;
  transition: none !important;;
}

@media (max-width: 1040px) {
  .domo-trans {
    width: 9.62%;
    height: 12.65%;
  }
}

@media (max-width: 1023px) {
  .domo-trans {
    width: 9.62%;
    height: 12.65%;
  }
}

.moving-to-dir-left .domo-trans {
  left: -100.47%;
}

.moving-to-dir-left .domo-trans-1 {
  left: -77.91%;
}

.moving-to-dir-left .domo-trans-2 {
  left: -47%;
}

.moving-to-dir-left .domo-trans-3 {
  left: -35.7%;
}

.moving-to-dir-right .domo-trans {
  left: 111.13%;
}

.moving-to-dir-right .domo-trans-1 {
  left: 133.7%;
}

.moving-to-dir-right .domo-trans-2 {
  left: 164.75%;
}

.moving-to-dir-right .domo-trans-3 {
  left: 175.93%;
}

.moving-to-dir-right .domo-trans.domo-flare {
  left: 128.2% !important;
}

.domo-trans {
  -webkit-transition: transform .5s ease-out .2s, opacity .5s ease-out .2s !important;;
  -ms-transition: transform .5s ease-out .2s, opacity .5s ease-out .2s !important;;
  -moz-transition: transform .5s ease-out .2s, opacity .5s ease-out .2s !important;;
  -o-transition: transform .5s ease-out .2s, opacity .5s ease-out .2s !important;;
  transition: transform .5s ease-out .2s, opacity .5s ease-out .2s !important;;
}

.domo-trans-1 {
  left: 27.9%;
  width: 33.13%;
  background-position: 39% 0;
  -webkit-transition: transform .5s ease-out .2s, opacity .5s ease-out .3s !important;;
  -ms-transition: transform .5s ease-out .2s, opacity .5s ease-out .3s !important;;
  -moz-transition: transform .5s ease-out .2s, opacity .5s ease-out .3s !important;;
  -o-transition: transform .5s ease-out .2s, opacity .5s ease-out .3s !important;;
  transition: transform .5s ease-out .2s, opacity .5s ease-out .3s !important;;
}

.domo-trans-2 {
  left: 58.83%;
  width: 10.11%;
  background-position: 66% 0;
  -webkit-transition: transform .5s ease-out .2s, opacity .5s ease-out .4s !important;;
  -ms-transition: transform .5s ease-out .2s, opacity .5s ease-out .4s !important;;
  -moz-transition: transform .5s ease-out .2s, opacity .5s ease-out .4s !important;;
  -o-transition: transform .5s ease-out .2s, opacity .5s ease-out .4s !important;;
  transition: transform .5s ease-out .2s, opacity .5s ease-out .4s !important;;
}

.domo-trans-3 {
  left: 70.21%;
  background-position: 100% 0;
  -webkit-transition: transform .5s ease-out .2s, opacity .5s ease-out .5s !important;;
  -ms-transition: transform .5s ease-out .2s, opacity .5s ease-out .5s !important;;
  -moz-transition: transform .5s ease-out .2s, opacity .5s ease-out .5s !important;;
  -o-transition: transform .5s ease-out .2s, opacity .5s ease-out .5s !important;;
  transition: transform .5s ease-out .2s, opacity .5s ease-out .5s !important;;
}

.moving-off-of-24 .domo-trans,
.moving-onto-24 .domo-trans,
.moving-off-of-25 .domo-trans,
.moving-onto-25 .domo-trans,
.moving-off-of-26 .domo-trans,
.moving-onto-26 .domo-trans,
.fso-slide-active .domo-trans {
  opacity: 1 !important;
  -webkit-transform: scale(1,1) !important;;
  -ms-transform: scale(1,1) !important;;
  -moz-transform: scale(1,1) !important;;
  -o-transform: scale(1,1) !important;;
  transform: scale(1,1) !important;;
}

.fso-slide-active.sliding .domo-trans {
  opacity: 0 !important;
  -webkit-transform: scale(1.5,1.5) !important;;
  -ms-transform: scale(1.5,1.5) !important;;
  -moz-transform: scale(1.5,1.5) !important;;
  -o-transform: scale(1.5,1.5) !important;;
  transform: scale(1.5,1.5) !important;;
  -webkit-transition: transform .1s ease-out, opacity .1s ease-out !important;;
  -ms-transition: transform .1s ease-out, opacity .1s ease-out !important;;
  -moz-transition: transform .1s ease-out, opacity .1s ease-out !important;;
  -o-transition: transform .1s ease-out, opacity .1s ease-out !important;;
  transition: transform .1s ease-out, opacity .1s ease-out !important;;
}

.templated-slider-slideset-flag-building-tour .slide-id-inside-fso-oak-cove .text-item {
  bottom: 0 !important;
}

.slide-template-new-p-right.slide-id-special-2017 .image-item-1 {
  top: 0;
}

.slide-template-new-p-right.slide-id-special-2017 .boxed-title .centered {
  font-size: 20px !important;
}

.slide-template-new-q-9-with-logo .image-item-3,
.slide-template-new-q-5-with-logo .image-item-4,
.slide-template-new-q-4-with-logo .image-item-4,
.slide-template-new-q-4-modifyied .image-item-4 {
  right: 1%;
  bottom: 6%;
}

.slide-template-new-p-9-with-logo .image-item-3,
.slide-template-new-p-4-with-logo .image-item-4 {
  left: 2%;
  bottom: -3%;
}

.slide-template-new-p-5-with-logo .image-item-4,
.slide-template-new-p-5-with-caption-and-logo .image-item-4,
.slide-template-new-p-3-with-caption-and-logo .image-item-4 {
  left: 43.5%;
  bottom: 8%;
}

.slide-template-new-q-4-with-logo.slide-template-new-q-4 .image-item-3 {
  left: 0%;
  top: 31.73%;
}

.slide-template-new-p-5-with-caption-and-logo.slide-id-slide13-1 .image-item-4,
.slide-template-new-p-5-with-caption-and-logo.slide-id-slide13 .image-item-4 {
  left: 2%;
  bottom: 10%;
  max-width: 100px;
}

.slide-template-new-p-9-with-caption-and-logo-smi .image-item-3 {
  left: 2%;
  bottom: 8%;
}

.slide-template-new-p-3-with-caption-and-logo.slide-id-slide16 .image-item-4,
.slide-template-new-p-5-with-caption-and-logo.slide-id-slide17 .image-item-4 {
  left: 2%;
  bottom: 6%;
}

.templated-slider-build-2-1 .slide-template-new-q-4.slide-template-new-q-4-with-logo .text-item {
  left: 2.73%;
  width: 36.15%;
}

.slide-template-new-p-3-with-caption-and-logo .image-item-1 {
  left: 0;
  top: 6.95%;
  height: 89.56%;
}

.slide-template-new-p-3-with-caption-and-logo .image-item-2 {
  top: 6.95%;
  right: 0;
  width: 37.67%;
}

.slide-template-new-p-3-with-caption-and-logo .image-item-3 {
  top: 47.82%;
  right: 19.3%;
}

.slide-template-new-p-3-with-caption-and-logo .image-item-3-1 {
  top: 71.82%;
  right: 19.3%;
}

.templated-slider-build-2-1 .slide-template-new-p-3-with-caption-and-logo .text-item {
  top: 47.82%;
  right: 0%;
  width: 16.74%;
}

.templated-slider-slideset-new-years-2017 .templated-slider-build-2-1 .slide-template-new-q-5.slide-template-new-q-5-with-logo .text-item {
  top: 72.95%;
}

.templated-slider-slideset-new-years-2017 .slide-id-slide10.slide-template-new-q-4 .image-item-2,
.templated-slider-slideset-new-years-2017 .slide-id-slide10.slide-template-new-q-4 .image-item-1 {
  top: 3.95%;
}

.templated-slider-slideset-new-years-2017 blockquote em {
  font-style: normal;
}

.templated-slider-slideset-new-years-2017 blockquote {
  padding: 10px 30px;
  margin: 0 0 20px;
  font-size: 16px;
  font-style: italic;
  border-left: none !important;
}

.templated-slider-slideset-new-years-2017 .slide-id-slide21-music .image-item-3 {
  display: none;
}

.templated-slider-slideset-new-years-2017 .slide-id-slide21-big .image-item-2 {
  right: 2.71%;
  top: 50.47%;
}

.templated-slider-slideset-new-years-2017 .slide-id-slide5 .image-item-1 {
  left: 5px !important;
}

.templated-slider-slideset-new-years-2017 .slide-id-slide5 .image-item-2 {
  right: 5px !important;
}

/*.templated-slider-slideset-new-years-2017 .slide-id-slide21-big .text-item {
    width: 84.11%!important;
    }*/
.templated-slider-slideset-new-years-2017 .slide-id-slide12 .text-item {
  width: 35.5% !important;
}

.templated-slider-slideset-new-years-2017 .slide-id-slide11.slide-template-new-p-4 .text-item {
  right: 4.11%;
  width: 33.79%;
}

.templated-slider-slideset-new-years-2017 .slide-id-slide11.slide-template-new-p-4 .text-item {
  width: 84%;
}

/*
.templated-slider-slideset-new-years-2017 .slide-id-slide11 .text-item {
  top: 45.86% !important;
}
.templated-slider-slideset-new-years-2017 .slide-id-slide11 .text-item {
    top: 76.86% !important;
    }*/
:lang(zh) .templated-slider-slideset-new-years-2017 #outer_shell #shell em,
:lang(zh) .templated-slider-slideset-new-years-2017 #outer_shell #shell i {
  font-style: italic !important;
}

.templated-slider-slideset-new-years-2017 .slide-id-slide11 .text-item {
  right: 4.11% !important;
  width: 33.79% !important;
}

:lang(hu) .templated-slider-slideset-new-years-2017 .slide-id-slide11 .text-item,
:lang(ru) .templated-slider-slideset-new-years-2017 .slide-id-slide11 .text-item,
:lang(el) .templated-slider-slideset-new-years-2017 .slide-id-slide11 .text-item {
  right: 2.11% !important;
  width: 35.79% !important;
  bottom: 1% !important;
}

:lang(hu) .templated-slider-slideset-new-years-2017 .slide-id-slide14 .text-item,
:lang(ru) .templated-slider-slideset-new-years-2017 .slide-id-slide14 .text-item,
:lang(el) .templated-slider-slideset-new-years-2017 .slide-id-slide14 .text-item {
  width: 36% !important;
}

:lang(el) .templated-slider-slideset-new-years-2017 .slide-id-slide3 .lead,
:lang(el) .templated-slider-slideset-new-years-2017 .slide-id-slide6a .lead {
  text-transform: none !important;
}

:lang(no) .templated-slider-slideset-new-years-2017 .slide-id-slide14 .text-item span {
  text-transform: none !important;
}

.templated-slider-slideset-new-years-2017 .slide-id-slide13 .image-item-3 {
  bottom: 9% !important;
  left: 2%;
}

.templated-slider-slideset-new-years-2017 .slide-id-slide14 .image-item-3 {
  bottom: 9% !important;
  right: 2% !important;
}

[dir="rtl"] .templated-slider-slideset-new-years-2017 .slide-id-slide21-music .image-item-2,
[dir="rtl"] .templated-slider-slideset-new-years-2017 .slide-id-slide12 .image-item-2,
[dir="rtl"] .templated-slider-slideset-new-years-2017 .slide-id-slide14 .image-item-2 {
  left: 0% !important;
}

.templated-slider-slideset-new-years-2017 .slide-id-slide24-after .image-item-2 {
  width: 220px;
  height: 220px;
  left: 8.48%;
  top: 15.13%;
}

.templated-slider-slideset-new-years-2017 .slide-id-slide24-after .text-item {
  top: 55.26% !important;
  left: 8% !important;
}

[dir="rtl"] .templated-slider-slideset-new-years-2017 .slide-id-slide24-after .text-item {
  left: 5% !important;
}

.templated-slider-slideset-new-years-2017 .slide-id-slide15 .text-item {
  top: 75.17% !important;
}

.templated-slider-slideset-new-years-2017 .slide-id-slide16 .text-item {
  top: 73.5% !important;
}

.templated-slider-slideset-new-years-2017 .slide-id-slide16 .image-item-4 {
  left: 1.5%;
  bottom: 2%;
}

.templated-slider-slideset-new-years-2017 .slide-id-slide10.slide-template-new-q-4-with-logo.slide-template-new-q-4 .image-item-3 {
  top: 28.73%;
}

.templated-slider-slideset-new-years-2017 .slide-id-slide10.slide-template-new-q-4-with-logo .image-item-4 {
  bottom: 9%;
}

.templated-slider-slideset-new-years-2017 .slide-id-slide15.slide-template-new-q-4 .image-item-3 {
  top: 37.73%;
  left: 0;
  width: 39.55% !important;
}

.slide-template-new-p-5-with-caption-and-logo-smi.slide-id-slide17 .image-item-2 {
  top: 10.95%;
  right: 0%;
  width: 37.25% !important;
}

.templated-slider-slideset-new-years-2017 .ny2015-band.band-color-only {
  background: none;
}

.templated-slider-slideset-new-years-2017 .ny2015-band .boxer {
  border: none;
}

.templated-slider-slideset-new-years-2017 .slide-id-special-2017 .image-item-2 {
  bottom: 6.3%;
  left: -25px;
}

.templated-slider-slideset-new-years-2017 .ny2015-band .boxed-title .centered {
  width: 123%;
  right: -48px;
  color: #369;
}

.templated-slider-slideset-new-years-2017 .slide-id-special-2017 .ny2015-band .boxed-title .centered {
  width: 100% !important;
  right: 0 !important;
  color: #369;
  font-size: 23px !important;
  text-align: center;
}

.templated-slider-slideset-new-years-2017 .slide-id-special-2017 .ny2015-band .boxed-title {
  position: absolute;
  left: 0;
  width: 100%;
  top: 46%;
  text-align: center;
}

.templated-slider-slideset-new-years-2017 .slide-id-harlem-opening .item.text-item {
  left: 24% !important;
  bottom: 2.6% !important;
  width: 52% !important;
  top: auto !important;
  line-height: 1.4em;
}

.templated-slider-slideset-new-years-2017 .slide-id-harlem-opening .image-item-2 before {
  background: none;
}

.templated-slider-slideset-new-years-2017 .slide-id-harlem-opening .image-item-2 img {
  max-width: 100%;
}

.slide-id-harlem-opening .ny2015-band .boxed-title {
  top: 60%;
}

.templated-slider-slideset-new-years-2017 .ny2015-band .months {
  color: black;
}

.templated-slider-slideset-new-years-2017 .ny2015-band .months {
  color: black;
}

.templated-slider-slideset-new-years-2017 .boxed-button {
  position: absolute;
  height: 44px;
  top: 50%;
  margin-top: -22px;
  text-align: center;
  background: #336699;
  cursor: pointer;
}

.slide-template-t-3d .boxed-button {
  right: 3%;
  top: 63%;
}

.slide-id-anzo.slide-template-t-3d .boxed-button {
  top: 61%;
}

.slide-id-ias-slide.slide-template-t-3a .boxed-button {
  top: 61% !important;
}

.slide-id-ias-slide.slide-template-t-3c .text-item-4 {
  top: 7%;
}

.slide-id-ireland-ny.slide-template-t-3c .text-item-4 {
  top: 7%;
}

.slide-id-ias-slide.slide-template-t-3c .text-item-3 {
  top: 15.5%;
}

.slide-id-sd-ny.slide-template-t-3d .boxed-button {
  right: 3%;
  top: 58%;
}

.templated-slider-slideset-new-years-2017 .boxed-button .centered {
  position: relative;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
}

.templated-slider-slideset-new-years-2017 .boxed-button .centered {
  color: white;
  font-family: "Arapey", serif;
  font-size: 18px;
  padding: 4px 12px 0 15px;
}

.templated-slider-slideset-new-years-2017 .slide-id-wb-opening .image-item-2 {
  bottom: 4.34% !important;
}

.templated-slider-slideset-new-years-2017 .slide-id-wb-opening.slide-template-t-3d .text-item-3 {
  top: 12.5%;
}

.slide-template-t-3c .text-item-3 {
  top: 17%;
}

.templated-slider-slideset-new-years-2017 .slide-id-harlem-opening .boxed-button {
  left: 75% !important;
  top: 86%;
}

.templated-slider-slideset-new-years-2017 .item.boxed-button {
  display: none;
}

.templated-slider-slideset-new-years-2017 .slide-id-budapest-opening.slide-template-t-3a .boxed-button {
  left: 1%;
  top: 59% !important;
}

.templated-slider-build-2-1.templated-slider-slideset-new-years-2017 slide span.lead.lead-titleLineMedium {
  padding-bottom: 6px;
}

:lang(sv) .templated-slider-build-2-1.templated-slider-slideset-new-years-2017 slide span.lead.lead-titleLineMedium {
  text-transform: none;
}

:lang(el) .templated-slider-build-2-1.templated-slider-slideset-new-years-2017 slide span.lead.lead-titleLineMedium,
:lang(pt) .templated-slider-build-2-1.templated-slider-slideset-new-years-2017 slide span.lead.lead-titleLineMedium {
  padding-bottom: 1px;
}

.templated-slider-build-2-1.templated-slider-slideset-new-years-2017 #editable_body_holder li {
  margin-bottom: .5em;
}

.slide-id-sd-ny.slide-template-t-3d .text-item-3 {
  top: 10%;
}

.slide-id-sd-ny.slide-template-t-3d .text-item-2 {
  top: 2%;
}

.slide-id-ireland-ny.slide-template-t-3c .text-item-3,
.slide-id-ireland-ny.slide-template-t-3c .text-item-4 {
  left: 0 !important;
  width: 27.25% !important;
}

.slide-id-ireland-ny.slide-template-t-3c .text-item {
  left: 0 !important;
  width: 26.25% !important;
}

.white-arrow-text {
  background: white;
  padding: 9px 30px 2px;
}

.white-arrow-text:after {
  content: "";
  position: absolute;
  width: 32px;
  height: 100%;
  background-size: contain;
  background-image: url("/images/arrowhead.svg");
  background-repeat: no-repeat;
  background-position-x: 0;
  top: 0;
  left: calc(100% - 1px);
}

.arrowtail .white-arrow-text:after {
  left: auto;
  right: 100%;
  background-image: url("/images/arrowtail.svg");
  background-position-x: 110%;
}

.white-arrow {
  max-height: 94px;
  display: inline-block;
  position: absolute;
  right: -35px;
  top: 0px;
  outline: 0 !important;
  max-width: 35px !important;
  height: 63px;
}

.close-full-caption {
  display: none;
}

.close-full-caption:nth-of-type(1) {
  display: block;
}

.text-item > .close-full-caption {
  display: none;
}

.ny2017-date {
  font-family: "Arapey", serif;
  color: #696060;
  font-size: 2.125rem;
  right: 15.4%;
  top: 4%;
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 1200px) {
  .templated-slider-slideset-new-years-2017 .domo-flare {
    display: none;
  }
  .templated-slider-slideset-new-years-2017 .domo-trans {
    display: none;
  }
  .templated-slider-slideset-new-years-2017 .domo-trans.domo-trans-0 {
    display: block;
    opacity: 1 !important;
    left: 0;
    width: 100%;
    height: 48%;
  }
}

.templated-slider-slideset-new-years-2017 .pswp .slide-id-slide18 .image-item-1 {
  height: 73.4% !important;
}

.templated-slider-slideset-new-years-2017 .pswp .slide-id-special-2017 .image-item-1 {
  height: 71.2783% !important;
}

.windows .white-arrow-text {
  padding: 5px 30px;
}

@media (max-width: 767px) {
  .white-arrow-text:after {
    border-width: 15px;
  }
  .white-arrow-text:before {
    border-width: 16px !important;
  }
  .white-arrow-text {
    font-size: 14px;
  }
  .white-arrow-text {
    padding: 7px 30px 3px !important;
  }
  .white-arrow {
    right: -17px;
    max-width: 18px !important;
  }
  .slideshow-zoomed-in.templated-slider-slideset-new-years-2017 .slide-id-special-2017 .boxed-title .centered {
    top: 69% !important;
    color: white !important;
    font-size: 13px !important;
  }
}

:lang(el) .templated-slider-slideset-new-years-2017 h1,
:lang(el) .templated-slider-build-2-1.templated-slider-slideset-new-years-2017 span.lead.lead-titleLineMedium {
  font-family: verdana, arial, sans-serif;
}

.templated-slider-slideset-new-years-2017 #shell .ny2015-band {
  background: none;
}

/* Auckland grand opening */
/* Now that press-release is online, there should not be any overrides like that
.templated-slider-slideset-auckland-grand-opening .slide-id-slide-9 .image-item-2 {background:white;}
.templated-slider-slideset-auckland-grand-opening .slide-id-slide-9 .image-item-2 img {opacity: 0.4;}
*/
.templated-slider-slideset-auckland-tour-history .slide-id-slide-tour-20 .text-item {
  top: 58.69% !important;
}

.templated-slider-slideset-auckland-tour-history .slide-id-slide-tour-21 .text-item {
  right: 1.32% !important;
  width: 25.25% !important;
}

.templated-slider-slideset-auckland-grand-opening .slide-template-new-o-5.slide-id-slide-tour-18 .text-item {
  top: 74%;
  bottom: 0.73%;
}

.templated-slider-slideset-auckland-tour-inside .slide-template-new-d.slide-id-slide-tour-14 .text-item {
  top: 85.25%;
  bottom: 0.73%;
}

.templated-slider-slideset-auckland-grand-opening .slide-template-new-c-0d.slide-id-slide-tour-12 .text-item {
  top: 82.61%;
  bottom: 0.73%;
  right: 1.32%;
  width: 61.69%;
}

.templated-slider-slideset-auckland-grand-opening .slide-template-new-c-0d.slide-id-slide-tour-12 .text-item .lead-titleLine {
  line-height: 1em;
  margin-top: 3px;
}

.templated-slider-slideset-auckland-tour-inside .slide-template-new-d.slide-id-slide-tour-14 .text-item .lead-titleLine {
  line-height: 1em;
  margin-top: 3px;
}

.templated-slider-slideset-auckland-grand-opening .slide-template-new-o-4c.slide-id-slide-tour-18 .text-item .lead-titleLine {
  line-height: 1em;
  margin-top: 3px;
}

.templated-slider-slideset-auckland-tour-inside .slide-template-new-d.slide-id-slide-tour-5 .text-item {
  top: 84.95%;
  bottom: 0.73%;
}

.templated-slider-slideset-auckland-tour-inside .slide-template-new-d.slide-id-slide-tour-5 .text-item .lead-titleLine {
  line-height: 1em;
  margin-top: 3px;
}

.templated-slider-build-2-1.templated-slider-slideset-auckland-tour-inside .slide-template-new-c-1d.slide-id-slide-tour-8 .text-item {
  top: 76.52%;
  bottom: 0.86%;
}

.templated-slider-build-2-1.templated-slider-slideset-auckland-tour-history .slide-template-new-o-4c .text-item {
  top: 59%;
  font-size: 12px;
}

.template-slide-caption-red-box {
  font-family: CenturyGothic, arial, verdana;
  font-size: 1.4em;
  line-height: 1.1em;
  padding: 5px 0 5px 10px;
  background: #883635;
  color: white;
  font-weight: 300;
  margin-bottom: 5px;
}

[dir="rtl"] .template-slide-caption-red-box {
  font-size: 1.5em;
  padding: 5px 10px 5px 0px;
}

span.template-slide-caption-red-box-lead {
  font-weight: 400;
}

/*** LRH 2017 ***/
.templated-slider-slideset-lrh2017 .slide-id-slide-12.slide-template-new-c .text-item {
  top: 86.61%;
}

.templated-slider-slideset-lrh2017 .slide-template-new-o-6.slide-id-slide-6 .image-item-2,
.templated-slider-slideset-lrh2017 .slide-template-new-o-6.slide-id-slide-6 .image-item-4 {
  left: 19.51% !important;
}

.templated-slider-slideset-lrh2017 .slide-template-new-o-6.slide-id-slide-6 .image-item-4,
.templated-slider-slideset-lrh2017 .slide-template-new-o-6.slide-id-slide-6 .image-item-5 {
  top: 48.82% !important;
}

.templated-slider-slideset-lrh2017 .slide-template-new-a-with-band.slide-id-slide-20 .image-item-2.image-item-custom2 {
  top: 72.1%;
  width: 21%;
}

.templated-slider-slideset-lrh2017 .slide-template-new-a-with-band.slide-id-slide-21 .image-item-2.image-item-custom2 {
  left: 1.3%;
  top: 70.1%;
  width: 24.5%;
}

.templated-slider-slideset-lrh2017 .slide-template-new-a-with-band.slide-id-slide-22 .image-item-2.image-item-custom2 {
  left: 4%;
  top: 73.5%;
  width: 18.5%;
}

[dir="rtl"] .templated-slider-slideset-lrh2017 .slide-id-slide-14.slide-template-new-n-4 .text-item {
  right: 2.3%;
}

[dir="rtl"] .templated-slider-slideset-lrh2017 .slide-id-slide-15.slide-template-new-n-4f .text-item {
  width: 38.16%;
  right: 2.3%;
}

[dir="rtl"] .templated-slider-slideset-lrh2017 .slide-template-new-o-4f .text-item {
  left: 0.97%;
  width: 38.46%;
}

/* Temp slides */
.templated-slider-slideset-lrh2017 .slide-id-slide-15.slide-template-new-n-4f .text-item {
  width: 43.16%;
}

:lang(de) .templated-slider-slideset-lrh2017 .slide-template-new-a-with-band .image-item-2.image-item-custom {
  height: auto;
}

.templated-slider-slideset-valley-grand-opening .slide-template-new-i-1d.slide-id-slide8 .text-item {
  bottom: initial !important;
}

.templated-slider-slideset-valley-grand-opening .lead.lead-titleLine {
  margin-bottom: 0px;
}

.templated-slider-slideset-valley-grand-opening .slide-id-slide32 .text-item {
  margin-top: -10px;
}

.templated-slider-slideset-valley-grand-opening .slide-id-slide33 .text-item {
  margin-top: -10px;
}

.templated-slider-slideset-valley-grand-opening .slide-id-slide34 .text-item {
  margin-top: -10px;
}

.templated-slider-slideset-valley-grand-opening .slide-id-slide39 .text-item {
  margin-top: -10px;
}

.templated-slider-slideset-valley-grand-opening.templated-slider-build-2-1 .slide-id-slide29.slide-template-new-b .text-item {
  top: 81.5%;
  bottom: 0.5%;
}

.templated-slider-slideset-valley-grand-opening.templated-slider-build-2-1 .slide-id-slide32.slide-template-new-c-1e .text-item {
  top: 79% !important;
  bottom: 0.5%;
}

.templated-slider-slideset-valley-grand-opening.templated-slider-build-2-1 .slide-id-slide33.slide-template-new-b-0e .text-item {
  width: 66% !important;
}

.templated-slider-slideset-valley-grand-opening .slide-id-slide39.slide-template-new-d .text-item {
  width: 89.04%;
  bottom: 0px;
}

/*.slide-id-slide14:before {
    position: absolute;
    top: 44.78%!important;
    right: 11%;
    font-size: 14px;
    font-family: verdana;
    background: rgba(239, 35, 200, 0.8);
    z-index: 10;
    padding: 15px 10px;
}

.moving-to-dir-right .slide-id-slide14:before {
    transition: transform .8s cubic-bezier(.165,.84,.44,1), -webkit-transform .8s cubic-bezier(.165,.84,.44,1) !important;
    transform: translate3d(910px, 0, 0);
    -webkit-transform: translate3d(910px, 0, 0);
}

.moving-to-dir-left .slide-id-slide14:before {
    transition: transform .6s cubic-bezier(.165,.84,.44,1), -webkit-transform .6s cubic-bezier(.165,.84,.44,1) !important;
    transform: translate3d(-910px, 0, 0);
    -webkit-transform: translate3d(-910px, 0, 0);
}

.slide-id-slide14:before {
    content: "ENTERTAINMENT";
}
*/
/*.templated-slider-slideset-valley-grand-opening.templated-slider-build-2-1 [class*="slide-template-new-d-"] .text-item,
.templated-slider-slideset-valley-grand-opening.templated-slider-build-2-1 .slide-template-new-d .text-item {
  bottom: 1.15%;
}
.templated-slider-slideset-valley-grand-opening.templated-slider-build-2-1 span.lead.lead-titleLine {
  line-height: 1.22em;
  margin-bottom: 0px;
  }*/
/* Miami */
.templated-slider-slideset-miami-grand-opening .slide-id-slide3 .image-item-1 {
  background: white;
}

.templated-slider-slideset-miami-grand-opening .slide-id-slide3 .image-item-1 img {
  opacity: 0.4;
}

.templated-slider-slideset-miami-grand-opening .slide-id-slide18c .image-item-1 img {
  opacity: 0.4;
}

.templated-slider-slideset-miami-grand-opening .slide-id-slide18c .image-item-1 {
  background: white;
}

.templated-slider-slideset-miami-grand-opening .slide-id-slide3.slide-template-new-o-0d .text-item {
  top: 74.5%;
  bottom: 0.5%;
}

.templated-slider-slideset-miami-grand-opening .slide-id-slide13.slide-template-new-c-1 .text-item {
  left: 9%;
  width: 83.39%;
}

.templated-slider-slideset-miami-grand-opening .slide-id-slide18b.slide-template-new-d .text-item {
  left: 10.97%;
  width: 83.04%;
}

.templated-slider-slideset-miami-grand-opening .slide-id-slide7:before {
  position: absolute;
  top: 44.78% !important;
  right: 39%;
  font-size: 14px;
  font-family: verdana;
  background: rgba(239, 35, 200, 0.8);
  z-index: 10;
  padding: 15px 10px;
}

.templated-slider-slideset-miami-tour-inside .lead.lead-titleLine {
  margin-bottom: 0px;
}

.templated-slider-slideset-miami-tour-inside .slide-id-slide25 .text-item {
  /*top: 75%!important;*/
  bottom: 0.5% !important;
}

.templated-slider-slideset-miami-tour-inside .slide-id-slide31 .text-item {
  left: 2.5% !important;
  top: 76.26% !important;
  bottom: 0.5% !important;
}

.templated-slider-slideset-miami-tour-inside .slide-id-slide32 .lead-titleLine {
  line-height: 1.375rem !important;
  margin-bottom: 0.0625rem !important;
}

.templated-slider-slideset-miami-tour-inside .slide-id-slide26 .text-item {
  top: 78% !important;
}

.templated-slider-slideset-miami-tour-inside .slide-id-slide27 .text-item {
  top: 83% !important;
}

.templated-slider-slideset-miami-grand-opening .slide-id-slide14 .text-item {
  width: 26% !important;
}

.templated-slider-slideset-miami-grand-opening .slide-template-new-p-9.slide-id-slide11 .text-item {
  top: 51.95%;
}

:lang(pt) .templated-slider-slideset-miami-grand-opening .js-vertical-middle,
:lang(fr) .templated-slider-slideset-miami-grand-opening .js-vertical-middle,
:lang(el) .templated-slider-slideset-miami-grand-opening .js-vertical-middle {
  max-height: 90% !important;
}

/* Denmark */
.templated-slider-slideset-denmark-grand-opening .slide-id-slide3 .image-item-1 {
  background: white;
}

.templated-slider-slideset-denmark-grand-opening .slide-id-slide3 .image-item-1 img {
  opacity: 0.4;
}

.templated-slider-slideset-denmark-grand-opening .slide-id-slide3 .image-item-2 {
  background: white;
}

.templated-slider-slideset-denmark-grand-opening .slide-id-slide3 .image-item-2 img {
  opacity: 0.4;
}

.templated-slider-slideset-denmark-grand-opening .slide-id-slide8 .image-item-1 {
  background: white;
}

.templated-slider-slideset-denmark-grand-opening .slide-id-slide8 .image-item-1 img {
  opacity: 0.4;
}

.templated-slider-slideset-denmark-tour-inside .slide-id-slide26 .text-item {
  top: 442px !important;
  /*left: 10px !important;*/
  width: 570px !important;
}

.templated-slider-slideset-denmark-grand-opening .slide-id-slide13 .text-item {
  width: 765px !important;
  left: 6.2% !important;
}

/*.templated-slider-slideset-denmark-tour-inside .slide-id-slide27 .text-item {
  top: 443px !important;
  width: 530px !important;
  right: 10px !important;
  }*/
.templated-slider-slideset-denmark-tour-inside .slide-id-slide28 .text-item {
  top: 495px !important;
}

.templated-slider-slideset-denmark-tour-history .slide-id-slide34 .image-item-2 {
  /*top: 20px !important;*/
}

.templated-slider-slideset-denmark-tour-history .slide-id-slide34 .text-item {
  /*top: 205px !important;*/
  width: 310px !important;
  left: 72px !important;
  bottom: 1.73%;
}

:lang(da) .templated-slider-slideset-denmark-tour-history .slide-id-slide34 .text-item {
  width: 321px !important;
  left: 67px !important;
}

.front .article.blocked-hover .inline-img-block a[href="/scientology-today/church-openings/grand-opening-denmark.html"] img,
:lang(de) .front .article.blocked-hover .inline-img-block a[href="/scientology-today/events/ias-event-2015.html"] img,
:lang(de) .front .article.blocked-hover .inline-img-block a[href="/scientology-today/church-openings/grand-opening-church-of-scientology-milano-italy.html"] img,
:lang(de) .front .article.blocked-hover .inline-img-block a[href="/scientology-today/church-openings/grand-opening-valley.html"] img,
:lang(de) .front .article.blocked-hover .inline-img-block a[href="/scientology-today/church-openings/grand-opening-johannesburg-north.html"] img,
:lang(de) .front .article.blocked-hover .inline-img-block a[href="/scientology-today/events/scientology-network.html"] img {
  margin-bottom: 40px;
}

:lang(no) .templated-slider-slideset-denmark-tour-inside .slide-id-slide24 span.lead.lead-titleLine {
  font-size: 1.3em;
}

:lang(sv) .templated-slider-slideset-denmark-tour-inside .slide-id-slide24 span.lead.lead-titleLine,
:lang(nl) .templated-slider-slideset-denmark-tour-inside .slide-id-slide24 span.lead.lead-titleLine {
  font-size: 1.5em;
}

.templated-slider-slideset-denmark-grand-opening .slide-id-slide5.slide-template-new-i-1d .image-item-2 {
  top: 31.95%;
}

.templated-slider-slideset-denmark-grand-opening .slide-id-slide5.slide-template-new-i-1d .text-item {
  top: 6.21%;
}

:lang(ru) .slide-id-slide-mv-award-right .text-item .mv2015-quote-style {
  font-size: 23px;
  line-height: 1.1;
  max-width: 320px;
  margin-left: -45px;
}

:lang(el) .slide-id-slide-mv-award-right .text-item .mv2015-quote-style {
  font-size: 22.5px;
  max-width: 320px;
  margin-left: -45px;
}

:lang(de) .slide-id-slide-mv-award-right .text-item .mv2015-quote-style {
  font-size: 23px;
  line-height: 1.1;
}

.slide-id-slide-mv-award-right .text-item .mv2015-quote-style:lang(pt) {
  font-size: 24px;
  line-height: 1.1;
}

.slide-id-slide-mv-award-right .mv2015-quote-style-attr {
  margin-left: 96px;
}

:lang(ja) .slide-id-slide-mv-award-right .mv2015-quote-style-attr {
  margin-left: 50px;
}

:lang(EL) .slide-id-slide-mv-award-right .mv2015-quote-style-attr {
  margin-left: 20px;
}

.slide-templated-new:lang(ru) .slide-id-slide-mv2017-ias-hr3 .image-item-4.image-item-custom {
  padding: 14px 1% 13px 23%;
}

.slide-templated-new:lang(pt) .slide-id-slide-mv2017-ias-hr3 .image-item-4.image-item-custom {
  padding: 14px 1% 13px 23%;
}

.slide-templated-new:lang(sv) .slide-id-slide-mv2017-ias-hr3 .image-item-4.image-item-custom {
  padding: 14px 8% 13px 23%;
}

.slide-templated-new:lang(de) .slide-id-slide-mv2017-ias-dfw1 .image-item-4.image-item-custom {
  padding: 10px 9% 13px 23% !important;
}

.slide-templated-new:lang(ru) .slide-id-slide-mv2017-ias-dfw1 .image-item-4.image-item-custom {
  padding: 14px 3% 13px 23%;
}

.slide-templated-new:lang(pt) .slide-id-slide-mv2017-ias-dfw1 .image-item-4.image-item-custom {
  padding: 14px 1% 13px 23%;
}

.slide-templated-new:lang(ru) .slide-id-slide-mv2017-ias-dfw2 .image-item-4.image-item-custom {
  padding: 10px 1% 13px 23%;
  line-height: 1.3em;
}

.slide-templated-new:lang(ja) .slide-id-slide-mv2017-ias-dfw2 .image-item-4.image-item-custom {
  padding: 14px 12% 13px 23%;
}

.slide-templated-new:lang(el).slide-id-slide-mv2017-ias-dfw3 .image-item-4.image-item-custom,
.slide-templated-new:lang(de).slide-id-slide-mv2017-ias-dfw3 .image-item-4.image-item-custom,
.slide-templated-new:lang(ru).slide-id-slide-mv2017-ias-dfw3 .image-item-4.image-item-custom {
  padding: 10px 2% 13px 23%;
  line-height: 1.3em;
}

:lang(hu) .slide-templated-new.slide-id-slide-mv2017-ias-cchr3 .image-item-4.image-item-custom {
  padding: 10px 2% 13px 23%;
}

.slide-templated-new:lang(el) .slide-id-slide-mv2017-ias-dfw3 .image-item-4.image-item-custom {
  padding: 11px 1% 13px 22%;
}

/* MV 2017 */
/* dim slides */
/*
.templated-slider-slideset-mv2017 .slide-id-slide-mv2017-ias-hr2 .image-item-1 {background:white;}
.templated-slider-slideset-mv2017 .slide-id-slide-mv2017-ias-hr2 .image-item-1 img {opacity: 0.4;}
*/
/* AWARDS SECTION */
.zoomedIn .text-item .mv-award-quote-style {
  color: #f0f0f0;
}

.templated-slider-slideset-mv2017 .mv-award-quote-style {
  font-size: 22px;
  font-weight: bold;
  font-family: "Arapey", serif;
  line-height: 33px;
  margin-left: -68px;
  text-align: center;
  margin-right: -68px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:lang(el) .templated-slider-slideset-mv2017 .mv-award-quote-style {
  font-family: Arial, Verdana, sans-serif;
}

.templated-slider-slideset-mv2017 .mv-award-quote-style-attr {
  font-size: 13px;
  font-family: "Arapey", serif;
  text-indent: -16px;
  margin-top: 10px;
  line-height: 18px;
  margin-left: 48px;
}

:lang(es-es) .templated-slider-slideset-mv2017 .mv-award-quote-style-attr,
:lang(it) .templated-slider-slideset-mv2017 .mv-award-quote-style-attr,
:lang(nl) .templated-slider-slideset-mv2017 .mv-award-quote-style-attr {
  text-indent: -11px;
  margin-left: 40px;
}

:lang(ru) .templated-slider-slideset-mv2017 .mv-award-quote-style-attr {
  text-indent: 0px;
  margin-left: 30px;
}

:lang(ru) .slide-id-slide-mv2017-colombia .mv-award-quote-style-attr {
  margin-left: 5px;
}

:lang(sv) .templated-slider-slideset-mv2017 .mv-award-quote-style-attr {
  text-indent: -11px;
}

:lang(es) .templated-slider-slideset-mv2017 .mv-award-quote-style-attr {
  text-indent: -7px;
}

:lang(es) .templated-slider-slideset-mv2017 .slide-template-new-n-02-inset.slide-id-slide-mv-award-right .mv-award-quote-style-attr {
  text-indent: -7px;
  margin-left: 10px;
}

/* AWARDS SECTION - ST. LUCIA */
.slide-id-slide_mv2017_award_stlucia .image-item-2 {
  left: 13.37% !important;
  top: 9.56% !important;
  width: 23.25% !important;
}

.slide-id-slide_mv2017_award_stlucia .image-item-3 {
  left: 22.55% !important;
  top: 33.39% !important;
  width: 23.25% !important;
}

.slide-id-slide_mv2017_award_stlucia .text-item {
  top: 59.13% !important;
  left: 5.34% !important;
  width: 39.53% !important;
}

.slide-id-slide_mv2017_award_stlucia .text-item .mv-award-quote-style {
  margin-left: 0;
  margin-right: 0;
}

.slide-id-slide_mv2017_award_stlucia .text-item .mv-award-quote-style-attr {
  margin-left: 100px;
  width: 200px;
}

/* AWARDS SECTION - ARUBA */
.slide-id-slide-mv-award-right .image-item-2,
.slide-id-slide-mv2017-award-aruba .image-item-2 {
  right: 8.48%;
  width: 23.25% !important;
  top: 9.04% !important;
}

.slide-id-slide-mv-award-right .image-item-3,
.slide-id-slide-mv2017-award-aruba .image-item-3 {
  left: 82.79%;
  width: 14.88% !important;
  top: 34.78%;
}

.slide-id-slide-mv-award-right .text-item,
.slide-id-slide-mv2017-award-aruba .text-item {
  right: 6.97% !important;
  width: 27.79% !important;
  top: 57.91% !important;
}

.slide-id-slide-mv2017-award-aruba .text-item .mv-award-quote-style {
  margin-left: -40px;
  margin-right: -40px;
}

.slide-id-slide-mv2017-award-aruba .text-item .mv-award-quote-style-attr {
  margin-left: 100px;
}

:lang(ru) .slide-id-slide-mv-award-right .text-item .mv-award-quote-style-attr {
  margin-left: 0px;
}

:lang(ru) .slide-id-slide-mv2017-award-aruba .text-item .mv-award-quote-style-attr {
  margin-left: 70px;
}

:lang(fr) .slide-id-slide-mv2017-award-stvincent .text-item .mv-award-quote-style-attr {
  margin-left: 30px;
}

/* AWARDS SECTION - BONAIRE */
.slide-id-slide-mv2017-award-bonaire .text-item .mv-award-quote-style {
  margin-left: -40px;
  margin-right: -40px;
}

.slide-id-slide-mv2017-award-bonaire .text-item .mv-award-quote-style-attr {
  margin-left: 100px;
}

/* AWARDS SECTION - CURACAO */
.slide-id-slide-mv2017-award-curacao .text-item .mv-award-quote-style-attr {
  margin-left: 80px;
}

/* AWARDS SECTION - ST. VINCENT */
.slide-id-slide-mv2017-award-stvincent .image-item-2 {
  right: 12.55%;
  width: 23.25% !important;
  top: 9.04% !important;
}

.slide-id-slide-mv2017-award-stvincent .image-item-3 {
  left: 79.06%;
  width: 14.88% !important;
  top: 34.78%;
}

.slide-id-slide-mv2017-award-stvincent .text-item {
  right: 6.97% !important;
  width: 27.79% !important;
  top: 59.13% !important;
}

.slide-id-slide-mv2017-award-stvincent .image-item-1 {
  left: 0;
}

/* AWARDS SECTION - BARBADOS */
.slide-id-slide-mv2017-award-barbados .text-item,
.slide-id-slide-mv-award-wide .text-item {
  width: 43.02% !important;
}

.templated-slider-build-2-1 .slide-id-slide-mv2017-award-barbados .text-item {
  left: 40.69%;
  width: 41.86%;
  top: 75.3%;
}

.slide-id-slide-mv2017-award-barbados .image-item-2 {
  left: 3.48%;
  width: 23.25%;
  top: 54.26%;
}

.slide-id-slide-mv2017-award-barbados .image-item-3 {
  left: 19.76%;
  width: 13.95%;
  top: 73.04%;
}

.slide-id-slide-mv-award-right .text-item .mv2015-quote-style {
  font-size: 25px;
  line-height: 1.16;
  max-width: 320px;
  margin-left: -45px;
}

[dir="rtl"] .slide-id-slide-mv-award-right .text-item .mv2015-quote-style {
  font-size: 23px;
  line-height: 1.1;
  max-width: 320px;
  margin-left: 0px;
  margin-right: -35px;
}

/**/
.slide-id-slide-mv2017-award-bonaire .text-item {
  left: 44.76% !important;
  right: auto !important;
  width: 44.18% !important;
}

.slide-id-slide-mv2017-award-bonaire .image-item-3 {
  left: 17.9%;
  width: 13.02%;
  top: 79.13% !important;
}

.slide-id-slide-mv2017-award-bonaire .image-item-2 {
  top: 51.3% !important;
}

/* IAS slides */
.templated-slider-slideset-mv2017 span.lead.lead-titleLine {
  font-size: 20px;
}

.templated-slider-slideset-mv2017 .image-item-custom {
  font-size: 13px;
}

.slide-templated-new.slide-id-slide-mv2017-ias-cchr1 .image-item-4.image-item-custom {
  padding: 14px 3% 13px 23%;
}

.slide-templated-new:lang(el) .slide-id-slide-mv2017-ias-cchr1 .image-item-4.image-item-custom {
  padding: 14px 1% 13px 22%;
}

.slide-templated-new.slide-id-slide-mv2017-ias-cchr2 .image-item-4.image-item-custom {
  padding: 14px 8% 13px 23%;
}

.slide-templated-new.slide-id-slide-mv2017-ias-cchr3 .image-item-4.image-item-custom {
  padding: 14px 12% 13px 23%;
}

:lang(da) .slide-templated-new.slide-id-slide-mv2017-ias-cchr3 .image-item-4.image-item-custom {
  padding: 7px 7% 13px 23%;
}

:lang(fr) .slide-templated-new.slide-id-slide-mv2017-ias-dfw3 .image-item-4.image-item-custom,
:lang(fr) .slide-templated-new.slide-id-slide-mv2017-ias-cchr3 .image-item-4.image-item-custom,
:lang(fr) .slide-templated-new.slide-id-slide-mv2017-ias-hr3 .image-item-4.image-item-custom,
:lang(ru) .slide-templated-new.slide-id-slide-mv2017-ias-hr3 .image-item-4.image-item-custom,
:lang(nl) .slide-templated-new.slide-id-slide-mv2017-ias-cchr3 .image-item-4.image-item-custom {
  padding: 7px 1% 13px 23%;
}

:lang(ru) .slide-templated-new.slide-id-slide-mv2017-ias-hr2 .image-item-4.image-item-custom,
:lang(ru) .slide-templated-new.slide-id-slide-mv2017-ias-cchr3 .image-item-4.image-item-custom,
:lang(el) .templated-slider-slideset-mv2017 .slide-wrapper .slide-id-slide-mv2017-ias-cchr1 .image-item-custom,
:lang(el) .templated-slider-slideset-mv2017 .slide-wrapper .slide-id-slide-mv2017-ias-cchr3 .image-item-custom,
:lang(el) .templated-slider-slideset-mv2017 .slide-wrapper .slide-id-slide-mv2017-ias-hr1 .image-item-custom,
:lang(el) .templated-slider-slideset-mv2017 .slide-wrapper .slide-id-slide-mv2017-ias-hr2 .image-item-custom,
:lang(el) .templated-slider-slideset-mv2017 .slide-wrapper .slide-id-slide-mv2017-ias-hr3 .image-item-custom,
:lang(el) .templated-slider-slideset-mv2017 .slide-wrapper .slide-id-slide-mv2017-ias-dfw1 .image-item-custom,
:lang(el) .templated-slider-slideset-mv2017 .slide-wrapper .slide-id-slide-mv2017-ias-dfw2 .image-item-custom,
:lang(hu) .templated-slider-slideset-mv2017 .slide-wrapper .slide-id-slide-mv2017-ias-dfw3 .image-item-custom,
:lang(el) .templated-slider-slideset-mv2017 .slide-wrapper .slide-id-slide-mv2017-ias-dfw3 .image-item-custom,
:lang(el) .templated-slider-slideset-mv2017 .slide-wrapper .slide-id-slide-mv2017-ias-twth1 .image-item-custom,
:lang(el) .templated-slider-slideset-mv2017 .slide-wrapper .slide-id-slide-mv2017-ias-narconon1 .image-item-custom {
  padding: 5px 3% 13px 23%;
  line-height: 1.5em;
  height: auto;
  min-height: 106px;
}

:lang(de) .templated-slider-slideset-mv2017 .slide-wrapper .slide-id-slide-mv2017-ias-cchr3 .image-item-custom {
  padding: 5px 12% 13px 23%;
}

/*:lang(de) .templated-slider-slideset-mv2017 .slide-template-new-w-1a .image-item-4.image-item-custom .lead,*/
:lang(hu) .templated-slider-slideset-mv2017 .slide-template-new-w-1a .image-item-4.image-item-custom .lead,
:lang(de) .templated-slider-slideset-mv2017 .slide-template-new-x-1a .image-item-4.image-item-custom .lead,
:lang(nl) .templated-slider-slideset-mv2017 .slide-template-new-x-1a .image-item-4.image-item-custom .lead {
  line-height: 1.2em !important;
}

.slide-templated-new:lang(ru) .slide-id-slide-mv2017-ias-cchr3 .image-item-4.image-item-custom {
  padding: 14px 3% 13px 23%;
}

.slide-templated-new.slide-id-slide-mv2017-ias-hr1 .image-item-4.image-item-custom,
.slide-templated-new.slide-id-slide-mv2017-ias-hr2 .image-item-4.image-item-custom,
.slide-templated-new.slide-id-slide-mv2017-ias-hr3 .image-item-4.image-item-custom {
  padding: 13px 2% 13px 21%;
}

:lang(nl) .slide-templated-new.slide-id-slide-mv2017-ias-hr3 .image-item-4.image-item-custom {
  padding: 13px 2% 13px 23%;
}

:lang(pt) .slide-templated-new.slide-id-slide-mv2017-ias-hr2 .image-item-4.image-item-custom {
  height: auto;
}

:lang(pt) .templated-slider-slideset-mv2017 .slide-template-new-x-1a .image-item-4.image-item-custom .lead,
:lang(pt) .slide-template-new-w-1a.slide-id-slide-mv2017-ias-hr2 .image-item-4.image-item-custom .lead {
  line-height: 1.2em !important;
}

/* image-item-custom2 - LOGOS */
@media (min-width: 767px) and (max-width: 991px) {
  .slide-template-new-x-1a .image-item-4.image-item-custom2,
  .slide-template-new-w-1a .image-item-4.image-item-custom2 {
    top: 360px !important;
    width: 120px !important;
  }
}

.slide-templated-new.slide-id-slide-mv2017-ias-cchr1 .image-item-4.image-item-custom2,
.slide-templated-new.slide-id-slide-mv2017-ias-cchr2 .image-item-4.image-item-custom2,
.slide-templated-new.slide-id-slide-mv2017-ias-cchr3 .image-item-4.image-item-custom2 {
  background-repeat: no-repeat;
  left: 26px;
  top: 424px;
  width: 146px;
  /*padding-top: 17%;*/
  right: auto;
}

.slide-templated-new.slide-id-slide-mv2017-ias-hr1 .image-item-4.image-item-custom2,
.slide-templated-new.slide-id-slide-mv2017-ias-hr2 .image-item-4.image-item-custom2,
.slide-templated-new.slide-id-slide-mv2017-ias-hr3 .image-item-4.image-item-custom2 {
  background-repeat: no-repeat;
  left: 16px;
  right: auto;
  top: 426px;
  width: 160px;
  /*max-width: 164px;*/
  /*padding-top: 17%;*/
}

.slide-templated-new.slide-id-slide-mv2017-ias-dfw1 .image-item-4.image-item-custom2,
.slide-templated-new.slide-id-slide-mv2017-ias-dfw2 .image-item-4.image-item-custom2,
.slide-templated-new.slide-id-slide-mv2017-ias-dfw3 .image-item-4.image-item-custom2 {
  background-repeat: no-repeat;
  left: 24px;
  right: auto;
  top: 424px;
  width: 150px;
  /*padding-top: 17%;*/
}

.slide-templated-new.slide-id-slide-mv2017-ias-twth1 .image-item-4.image-item-custom2,
.slide-templated-new.slide-id-slide-mv2017-ias-twth2 .image-item-4.image-item-custom2,
.slide-templated-new.slide-id-slide-mv2017-ias-twth3 .image-item-4.image-item-custom2 {
  background-repeat: no-repeat;
  left: 26px;
  right: auto;
  top: 424px;
  width: 148px;
  /*padding-top: 17%;*/
}

.slide-templated-new.slide-id-slide-mv2017-ias-aps1 .image-item-4.image-item-custom2 {
  background-repeat: no-repeat;
  left: 20px;
  right: auto;
  top: 426px;
  width: 164px;
  /*padding-top: 17%;*/
}

.slide-templated-new.slide-id-slide-mv2017-ias-narconon1 .image-item-4.image-item-custom2 {
  background-repeat: no-repeat;
  left: 26px;
  top: 424px;
  right: auto;
  width: 132px;
  padding-top: 20%;
}

.slide-templated-new.slide-id-slide-mv2017-ias-narconon1 .image-item-4.image-item-custom {
  padding: 14px 9% 13px 23%;
}

.slide-templated-new.slide-id-slide-mv2017-ias-hr3 .image-item-4.image-item-custom {
  padding: 14px 12% 13px 23%;
}

.slide-templated-new.slide-id-slide-mv2017-ias-dfw1 .image-item-4.image-item-custom {
  padding: 14px 12% 13px 23%;
}

.slide-templated-new.slide-id-slide-mv2017-ias-dfw2 .image-item-4.image-item-custom {
  padding: 14px 1% 13px 23%;
}

:lang(he) .slide-templated-new.slide-id-slide-mv2017-ias-dfw2 .image-item-4.image-item-custom {
  padding: 14px 9% 13px 23%;
}

:lang(zh) .slide-templated-new.slide-id-slide-mv2017-ias-dfw2 .image-item-4.image-item-custom {
  padding: 14px 7% 13px 23%;
}

.slide-templated-new.slide-id-slide-mv2017-ias-dfw3 .image-item-4.image-item-custom {
  padding: 14px 11% 13px 23%;
}

.slide-templated-new.slide-id-slide-mv2017-ias-twth1 .image-item-4.image-item-custom {
  padding: 14px 11% 13px 23%;
}

.slide-templated-new.slide-id-slide-mv2017-ias-aps1 .image-item-4.image-item-custom {
  padding: 14px 11% 13px 23%;
}

.slide-templated-new.slide-template-new-w-1a.slide-id-slide-mv2017-ias-hr2 .image-item-4.image-item-custom {
  padding: 14px 7% 13px 23%;
}

.slide-templated-new.slide-template-new-w-1a.slide-id-slide-mv2017-ias-hr2 .image-item-4.image-item-custom {
  min-height: 130px;
}

:lang(de) .slide-templated-new.slide-template-new-w-1a.slide-id-slide-mv2017-ias-hr2 .image-item-4.image-item-custom,
:lang(nl) .slide-templated-new.slide-template-new-w-1a.slide-id-slide-mv2017-ias-hr2 .image-item-4.image-item-custom {
  padding: 5px 7% 13px 23%;
  /*line-height: 1.1em !important;*/
}

:lang(de) .slide-template-new-w-1a.slide-id-slide-mv2017-ias-hr2 .image-item-4.image-item-custom .lead,
:lang(nl) .slide-template-new-w-1a .image-item-4.image-item-custom .lead,
:lang(nl) .slide-template-new-w-1a.slide-id-slide-mv2017-ias-hr2 .image-item-4.image-item-custom .lead {
  line-height: 1.1em !important;
}

:lang(it) .templated-slider-slideset-mv2017 .slide-template-new-x-1a .image-item-4.image-item-custom .lead,
:lang(it) .templated-slider-slideset-mv2017 .slide-template-new-w-1a .image-item-4.image-item-custom .lead {
  line-height: 1.2em !important;
}

.slide-templated-new.slide-template-new-x-1.slide-id-slide-mv2017-ias-twth1 .image-item-4.image-item-custom {
  padding: 14px 11% 13px 23%;
}

.slide-templated-new.slide-id-slide-mv2017-ias-twth1 .image-item-6 {
  max-width: 16.27%;
  top: 25.04%;
}

.slide-templated-new.slide-id-slide-mv2017-ias-twth1 .image-item-5 {
  left: 21.39%;
  top: 11.3%;
}

.slide-templated-new.slide-id-slide-mv2017-ias-twth2 .image-item-5 {
  right: 0;
  top: 47.47%;
}

.slide-templated-new.slide-id-slide-mv2017-ias-twth3 .image-item-5 {
  right: 0;
  top: 10.6%;
}

.slide-id-slide-mv2016-award-stlucia .image-item-2,
.slide-id-slide-mv2017-award-curacao .image-item-2 {
  left: 69.53%;
  width: 23.25%;
  top: 54.26%;
}

.templated-slider-slideset-mv2017 .slide-id-slide-mv2016-award-stlucia .image-item-3,
.templated-slider-slideset-mv2017 .slide-id-slide-mv2017-award-curacao .image-item-3 {
  left: 64.41%;
  width: 13.02%;
  top: 73.73%;
}

.templated-slider-slideset-mv2017 .slide-id-slide-mv2016-award-stlucia .text-item,
.templated-slider-slideset-mv2017 .slide-id-slide-mv2017-award-curacao .text-item {
  left: 9.3% !important;
  width: 46.51% !important;
  right: auto !important;
  top: 74.08% !important;
}

.templated-slider-slideset-mv2017 .slide-template-new-n-02-inset .image-item-2 {
  right: 12.9%;
}

.templated-slider-slideset-mv2017 .slide-template-new-n-02-inset .image-item-3 {
  top: 34.78%;
  left: 78.25%;
}

.templated-slider-slideset-mv2017 .slide-template-new-n-02-inset.slide-id-slide-mv-award-right .text-item,
.templated-slider-slideset-mv2017 .slide-id-slide-mv2017-award-aruba .text-item,
.templated-slider-slideset-mv2017 .slide-id-slide-mv2017-award-stvincent .text-item {
  right: 9.3% !important;
}

.templated-slider-slideset-mv2017.templated-slider-build-2-1 .slide-template-new-l-4.slide-id-slide-3 .text-item {
  top: 59.21%;
}

.templated-slider-slideset-mv2017.templated-slider-build-2-1 .slide-template-new-d-0f.slide-id-slide-4 .text-item {
  top: 85.95% !important;
}

.templated-slider-slideset-mv2017.templated-slider-build-2-1 .slide-template-new-c-1.slide-id-slide-12 .text-item {
  top: 76.26%;
}

.templated-slider-slideset-mv2017.templated-slider-build-2-1 .slide-template-new-i-1e.slide-id-slide-39 .text-item {
  width: 23.44%;
}

.templated-slider-slideset-mv2017.templated-slider-build-2-1 .slide-template-new-f-1f.slide-id-slide-54 .text-item {
  width: 26.58% !important;
}

.templated-slider-slideset-mv2017 .slide-wrapper .slide-id-slide-mv2017-ias-cchr1 .image-item-custom,
.templated-slider-slideset-mv2017 .slide-wrapper .slide-id-slide-mv2017-ias-cchr2 .image-item-custom,
.templated-slider-slideset-mv2017 .slide-wrapper .slide-id-slide-mv2017-ias-cchr3 .image-item-custom,
.templated-slider-slideset-mv2017 .slide-wrapper .slide-id-slide-mv2017-ias-hr1 .image-item-custom,
.templated-slider-slideset-mv2017 .slide-wrapper .slide-id-slide-mv2017-ias-hr2 .image-item-custom,
.templated-slider-slideset-mv2017 .slide-wrapper .slide-id-slide-mv2017-ias-hr3 .image-item-custom,
.templated-slider-slideset-mv2017 .slide-wrapper .slide-id-slide-mv2017-ias-dfw1 .image-item-custom,
.templated-slider-slideset-mv2017 .slide-wrapper .slide-id-slide-mv2017-ias-dfw2 .image-item-custom,
.templated-slider-slideset-mv2017 .slide-wrapper .slide-id-slide-mv2017-ias-dfw3 .image-item-custom,
.templated-slider-slideset-mv2017 .slide-wrapper .slide-id-slide-mv2017-ias-twth1 .image-item-custom,
.templated-slider-slideset-mv2017 .slide-wrapper .slide-id-slide-mv2017-ias-aps1 .image-item-custom,
.templated-slider-slideset-mv2017 .slide-wrapper .slide-id-slide-mv2017-ias-narconon1 .image-item-custom {
  min-height: 106px;
  height: auto;
}

:lang(da) .templated-slider-slideset-mv2017 .slide-wrapper .slide-id-slide-mv2017-ias-hr2 .image-item-custom,
:lang(nl) .templated-slider-slideset-mv2017 .slide-wrapper .slide-id-slide-mv2017-ias-cchr1 .image-item-custom,
:lang(nl) .templated-slider-slideset-mv2017 .slide-wrapper .slide-id-slide-mv2017-ias-cchr2 .image-item-custom,
:lang(nl) .templated-slider-slideset-mv2017 .slide-wrapper .slide-id-slide-mv2017-ias-cchr3 .image-item-custom,
:lang(nl) .templated-slider-slideset-mv2017 .slide-wrapper .slide-id-slide-mv2017-ias-hr1 .image-item-custom,
:lang(nl) .templated-slider-slideset-mv2017 .slide-wrapper .slide-id-slide-mv2017-ias-hr2 .image-item-custom,
:lang(nl) .templated-slider-slideset-mv2017 .slide-wrapper .slide-id-slide-mv2017-ias-hr3 .image-item-custom,
:lang(nl) .templated-slider-slideset-mv2017 .slide-wrapper .slide-id-slide-mv2017-ias-dfw1 .image-item-custom,
:lang(nl) .templated-slider-slideset-mv2017 .slide-wrapper .slide-id-slide-mv2017-ias-dfw2 .image-item-custom,
:lang(nl) .templated-slider-slideset-mv2017 .slide-wrapper .slide-id-slide-mv2017-ias-dfw3 .image-item-custom,
:lang(nl) .templated-slider-slideset-mv2017 .slide-wrapper .slide-id-slide-mv2017-ias-twth1 .image-item-custom,
:lang(nl) .templated-slider-slideset-mv2017 .slide-wrapper .slide-id-slide-mv2017-ias-aps1 .image-item-custom,
:lang(nl) .templated-slider-slideset-mv2017 .slide-wrapper .slide-id-slide-mv2017-ias-narconon1 .image-item-custom {
  min-height: 125px;
}

:lang(pt) .templated-slider-slideset-mv2017 .slide-wrapper .slide-id-slide-mv2017-ias-dfw3 .image-item-custom,
:lang(de) .templated-slider-slideset-mv2017 .slide-wrapper .slide-id-slide-mv2017-ias-dfw3 .image-item-custom,
:lang(de) .templated-slider-slideset-mv2017 .slide-wrapper .slide-id-slide-mv2017-ias-hr2 .image-item-custom,
:lang(it) .templated-slider-slideset-mv2017 .slide-wrapper .slide-id-slide-mv2017-ias-dfw3 .image-item-custom,
:lang(it) .templated-slider-slideset-mv2017 .slide-wrapper .slide-id-slide-mv2017-ias-hr2 .image-item-custom {
  min-height: 125px;
}

:lang(da) .templated-slider-slideset-mv2017 .slide-wrapper .slide-id-slide-mv2017-ias-hr2 .image-item-custom .floater-texter {
  line-height: 1.4em;
}

.templated-slider-slideset-mv2017 .slide-wrapper .slide-id-slide-mv2017-ias-cchr1 .lead,
.templated-slider-slideset-mv2017 .slide-wrapper .slide-id-slide-mv2017-ias-cchr2 .lead,
.templated-slider-slideset-mv2017 .slide-wrapper .slide-id-slide-mv2017-ias-cchr3 .lead,
.templated-slider-slideset-mv2017 .slide-wrapper .slide-id-slide-mv2017-ias-hr1 .lead,
.templated-slider-slideset-mv2017 .slide-wrapper .slide-id-slide-mv2017-ias-hr2 .lead,
.templated-slider-slideset-mv2017 .slide-wrapper .slide-id-slide-mv2017-ias-hr3 .lead,
.templated-slider-slideset-mv2017 .slide-wrapper .slide-id-slide-mv2017-ias-dfw1 .lead,
.templated-slider-slideset-mv2017 .slide-wrapper .slide-id-slide-mv2017-ias-dfw2 .lead,
.templated-slider-slideset-mv2017 .slide-wrapper .slide-id-slide-mv2017-ias-dfw3 .lead,
.templated-slider-slideset-mv2017 .slide-wrapper .slide-id-slide-mv2017-ias-twth1 .lead,
.templated-slider-slideset-mv2017 .slide-wrapper .slide-id-slide-mv2017-ias-aps1 .lead,
.templated-slider-slideset-mv2017 .slide-wrapper .slide-id-slide-mv2017-ias-narconon1 .lead {
  font-size: 1.4em;
  -webkit-font-smoothing: antialiased;
}

.templated-slider-slideset-mv2017 .image-item-custom {
  background: rgba(61, 95, 141, 0.8);
}

.templated-slider-slideset-mv2017 .image-item-custom .lead {
  color: #b8d1ed;
}

.templated-slider-slideset-mv2017 .image-item-custom .floater-texter {
  color: white;
}

.slide-template-custom-w-1a-cchr2 .image-item-2 {
  top: 36.52% !important;
}

.slide-template-custom-w-1a-cchr2 .image-item-3 {
  top: 6.95% !important;
}

.slide-template-custom-w-1a-cchr2 .image-item-5 {
  width: 30.23%;
  left: 23.25%;
  top: 12.17%;
}

.slide-template-custom-w-1a-cchr2 .image-item-6 {
  width: 27.9%;
  left: 4.65%;
  top: 24.34%;
}

.slide-id-slide-mv2017-ias-cchr2.slide-template-custom-w-1a-cchr2 .image-item-6 {
  left: 9.3% !important;
  width: 20.93% !important;
}

.templated-slider-slideset-mv2017 .slide-template-new-w-1a .image-item-4.image-item-custom .lead,
.templated-slider-slideset-mv2017 .slide-template-new-x-1a .image-item-4.image-item-custom .lead {
  font-size: 1.5em;
  line-height: inherit !important;
}

.slide-template-new-w-1a.slide-id-slide-mv2017-ias-hr2 .image-item-4.image-item-custom .lead {
  /*line-height: inherit !important;*/
  /*font-size: 19px;*/
}

.slide-template-new-w-1a.slide-id-slide-mv2017-ias-cchr2 .image-item-4.image-item-custom .lead {
  /*line-height: inherit !important;*/
  /*font-size: 19px;*/
}

.slide-id-slide-mv2017-ias-cchr2 .image-item-4.image-item-custom {
  padding-right: 5% !important;
}

.slide-template-custom-x-1a-narconon1 .image-item-5 {
  width: 29.06%;
  left: 62.32%;
  top: 12.17%;
}

.slide-template-custom-x-1a-narconon1 .image-item-6 {
  width: 27.9%;
  left: 45.69%;
  top: 27.13%;
}

.slide-id-slide-mv2017-ias-cchr1.slide-template-custom-x-1a-narconon1 .image-item-6 {
  top: 17.39%;
  left: 44.3%;
}

.slide-id-slide-mv2017-ias-aps1.slide-template-custom-x-1a-narconon1 .image-item-6 {
  width: 22.09% !important;
  top: 24.34%;
  left: 45.34%;
}

.slide-id-slide-mv2017-ias-dfw2.slide-template-custom-x-1a-narconon1 .image-item-6 {
  width: 18.6% !important;
  top: 20.86%;
  left: 47.67%;
}

.slide-template-custom-w-1a-hr2 .image-item-5 {
  width: 30.23%;
  left: 23.25%;
  top: 15.65%;
}

.slide-template-custom-w-1a-hr2 .image-item-6 {
  width: 23.25%;
  left: 8.13%;
  top: 26.08%;
}

.slide-id-slide-mv2017-ias-hr2 .image-item-4.image-item-custom {
  padding-right: 5% !important;
}

:lang(no) .slide-id-slide-mv2017-ias-hr2 .image-item-4.image-item-custom,
:lang(no) .slide-templated-new.slide-id-slide-mv2017-ias-narconon1 .image-item-4.image-item-custom {
  padding-right: 2% !important;
}

:lang(zh) .slide-templated-new.slide-id-slide-mv2017-ias-narconon1 .image-item-4.image-item-custom {
  padding-right: 5% !important;
}

:lang(es) .templated-slider-slideset-mv2017 .slide-id-slide-mv2017-ias-hr2 .image-item-4.image-item-custom .floater-texter {
  margin-top: -13px;
}

:lang(es) .templated-slider-slideset-mv2017 .slide-template-new-w-1a .image-item-4.image-item-custom .lead,
:lang(es) .templated-slider-slideset-mv2017 .slide-template-new-x-1a .image-item-4.image-item-custom .lead {
  /*font-size: 1.4em;*/
  line-height: 1.2em !important;
}

:lang(es) .slide-templated-new.slide-id-slide-mv2017-ias-dfw3 .image-item-4.image-item-custom {
  padding: 19px 0% 13px 22%;
}

:lang(es) .slide-templated-new.slide-id-slide-mv2017-ias-aps1 .image-item-4.image-item-custom {
  padding: 14px 5% 13px 23%;
}

:lang(de) .slide-templated-new.slide-id-slide-mv2017-ias-dfw3 .image-item-4.image-item-custom {
  padding: 14px 1% 13px 23%;
}

:lang(nl) .slide-templated-new.slide-id-slide-mv2017-ias-dfw3 .image-item-4.image-item-custom {
  padding: 10px 4% 13px 22%;
}

:lang(ru) .slide-templated-new.slide-id-slide-mv2017-ias-twth1 .image-item-4.image-item-custom,
:lang(nl) .slide-templated-new.slide-id-slide-mv2017-ias-twth1 .image-item-4.image-item-custom {
  padding: 14px 1% 13px 21%;
}

.slide-template-custom-x-1a-hr3 .image-item-5 {
  width: 29.06%;
  left: 62.32%;
  top: 14.78%;
}

.slide-template-custom-x-1a-hr3 .image-item-6 {
  width: 27.9%;
  left: 46.51%;
  top: 20.86%;
}

.slide-id-slide-mv2017-ias-hr3.slide-template-custom-x-1a-hr3 .image-item-6 {
  width: 24.41% !important;
  top: 26.08%;
}

.slide-id-slide-mv2017-ias-hr3.slide-template-custom-x-1a-hr3 .image-item-6 {
  width: 24.41% !important;
  top: 26.08%;
}

.slide-id-slide-mv2017-ias-hr1.slide-template-custom-x-1a-hr3 .image-item-6 {
  top: 22.6%;
  left: 43.02%;
}

.slide-template-custom-w-1a-dfw1 .image-item-5 {
  width: 30.23%;
  left: 23.25%;
  top: 12.17%;
}

.slide-template-custom-w-1a-dfw1 .image-item-6 {
  left: 8.37%;
  top: 29.56%;
}

.slide-template-new-w-1a.slide-id-slide-mv2017-ias-dfw1 .image-item-4.image-item-custom .lead {
  line-height: inherit !important;
}

.slide-id-slide-mv2017-ias-dfw1 .image-item-4.image-item-custom {
  padding-right: 5% !important;
}

:lang(nl) .slide-id-slide-mv2017-ias-dfw1 .image-item-4.image-item-custom,
:lang(es) .slide-id-slide-mv2017-ias-dfw1 .image-item-4.image-item-custom {
  padding-right: 2% !important;
}

.slide-template-custom-w-1a-dfw3 .image-item-5 {
  width: 30.23%;
  left: 23.25%;
  top: 12.17%;
}

.slide-id-slide-mv2017-ias-dfw3.slide-template-custom-w-1a-dfw3 .image-item-5 {
  left: 26.16%;
  top: 13.91%;
}

.slide-template-custom-w-1a-dfw3 .image-item-6 {
  left: 8.37%;
  top: 20.86%;
}

.slide-id-slide-mv2017-ias-dfw3.slide-template-custom-w-1a-dfw3 .image-item-6 {
  left: 10.46%;
  width: 20.93% !important;
  top: 26.08%;
}

.slide-template-new-w-1a.slide-id-slide-mv2017-ias-dfw3 .image-item-4.image-item-custom .lead {
  line-height: inherit !important;
}

.slide-id-slide-mv2017-colombia .item.text-item {
  top: 74.76% !important;
}

.slide-id-slide-mv2017-colombia .image-item-2 {
  top: 14%;
  left: 30.1%;
}

.slide-id-slide-mv2017-colombia .image-item-3 {
  top: 16%;
  left: 5%;
}

.slide-id-slide-mv2017-colombia .item.text-item2 .mv-award-quote-style {
  color: #fff !important;
}

.slide-id-slide-mv2017-colombia .item.text-item2.editable {
  top: 23%;
  left: 66%;
  width: 23%;
  color: #fff !important;
  text-shadow: 0 0 20px black;
}

.slide-id-slide-mv2017-colombia .item.text-item.editable {
  width: 95%;
  left: 3%;
  padding-top: 9px;
}

@media (max-width: 767px) {
  .templated-slider-slideset-mv2017 .slide-id-slide-mv2017-colombia .item.text-item2.editable {
    top: 15%;
  }
  .templated-slider-slideset-mv2017 .slide-id-slide-mv2017-colombia .item.text-item2 .mv-award-quote-style {
    font-size: 15px;
    margin-left: -115px;
    margin-right: -57px;
    line-height: 1.0625rem;
  }
  .templated-slider-slideset-mv2017 .slide-id-slide-mv2017-colombia .mv-award-quote-style-attr {
    font-size: 15px;
    margin-left: 0px;
    margin-right: -45px;
    line-height: 1.0625rem;
    margin-left: -40px;
  }
}

.slide-template-custom-x-1a-cchr2 .image-item-5 {
  width: 12.79%;
  left: 27.9%;
  top: 48.69%;
}

.templated-slider-slideset-mv2017.templated-slider-build-2-1 .slide-id-slide-6 .text-item {
  left: 2.32%;
  width: 23.25%;
}

.templated-slider-slideset-mv2017.templated-slider-build-2-1 .slide-template-new-l-4 .text-item {
  width: 26%;
  right: 21.67%;
}

@media screen and (max-width: 767px) {
  .templated-slider-slideset-mv2017 .pswp__item .slide-template-new-w-1a .image-item-4.image-item-custom,
  .templated-slider-slideset-mv2017 .pswp__item .slide-template-new-x-1a .image-item-4.image-item-custom {
    background-color: transparent;
  }
  .templated-slider-slideset-mv2017 .slide-template-new-w-1a .image-item-4.image-item-custom2,
  .templated-slider-slideset-mv2017 .slide-template-new-x-1a .image-item-4.image-item-custom2 {
    max-width: 15% !important;
    padding-top: 25%;
    top: 80% !important;
  }
  .templated-slider-slideset-mv2017 .pswp__item .slide-template-new-w-1a .image-item-4.image-item-custom2,
  .templated-slider-slideset-mv2017 .pswp__item .slide-template-new-x-1a .image-item-4.image-item-custom2 {
    max-width: 25% !important;
    top: 80% !important;
  }
  .templated-slider-slideset-mv2017 .pswp__item .slide-id-slide-mv2017-ias-cchr1 .image-item-4.image-item-custom2 {
    top: 80% !important;
  }
  .templated-slider-slideset-mv2017 .pswp__caption .mv-award-quote-style {
    color: #fff;
    margin-right: 2%;
    margin-left: 2%;
  }
}

.path-scientology-today-events-maiden-voyage-2017 blockquote p {
  font-size: 16px;
}

:lang(he) .path-scientology-today-events-maiden-voyage-2017 .slide-id-slide-13 .text-item {
  left: 4.9%;
}

.slide-template-new-b-0f.slide-id-slide-mv2017-award-bonaire .image-item-2 {
  outline: none;
}

@media screen and (max-width: 1200px) {
  .path-david-miscavige-building-future-scientology-religion-advanced-scientology-organizations #header_slideshow_wraper {
    overflow: hidden;
  }
  .path-david-miscavige-building-future-scientology-religion-advanced-scientology-organizations slide[data-slide-id="aolatam"] {
    background-color: #000;
  }
}

/* IAS 2017 */
.templated-slider-slideset-ias2017 .slide-template-new-e-1f.slide-id-slide7 .text-item {
  top: 3.47%;
}

.templated-slider-slideset-ias2017 .slide-template-new-e-1f.slide-id-slide7 .text-item {
  bottom: 59%;
}

.templated-slider-slideset-ias2017 .slide-template-new-e-1f.slide-id-slide7 .image-item-2 {
  top: 41.73%;
}

.templated-slider-slideset-ias2017 .slide-template-new-c-1-with-band .image-item-2.image-item-custom2,
.templated-slider-slideset-ias2017 .slide-template-new-u-1 .image-item-4.image-item-custom2 {
  left: 3%;
  top: 73.1%;
}

.templated-slider-slideset-ias2017 .image-item-custom2 {
  max-width: 150px;
}

.templated-slider-slideset-ias2017 .slide-template-new-x-1 .image-item-4.image-item-custom2,
.templated-slider-slideset-ias2017 .slide-template-new-v-1 .image-item-4.image-item-custom2,
.templated-slider-slideset-ias2017 .slide-template-new-w-1 .image-item-4.image-item-custom2,
.templated-slider-slideset-ias2017 .slide-template-new-w-1a .image-item-4.image-item-custom2 {
  top: 73.5%;
  left: 2%;
}

.templated-slider-slideset-ias2017 .slide-template-custom-w-1-cchr .text-item.caption-band {
  color: #f8f8f8;
  font-size: 13px;
  padding: 14px 15% 13px 23%;
  top: 80.47%;
  left: 0;
  right: 0;
  text-align: left;
  width: 100%;
}

:lang(fr) .templated-slider-slideset-ias2017 .slide-template-new-x-1c .text-item.caption-band,
:lang(fr) .templated-slider-slideset-ias2017 .slide-template-new-w-1 .image-item-4.image-item-custom,
:lang(fr) .templated-slider-slideset-ias2017 .slide-template-new-x-1 .image-item-4.image-item-custom {
  height: auto;
}

:lang(ru) .templated-slider-slideset-ias2017 .slide-template-new-x-1.slide-id-slide12 .image-item-4.image-item-custom,
:lang(ru) .templated-slider-slideset-ias2017 .slide-template-new-x-1c .text-item.caption-band,
:lang(ru) .templated-slider-slideset-ias2017 .slide-template-new-w-1 .image-item-4.image-item-custom,
:lang(ru) .templated-slider-slideset-ias2017 .slide-template-custom-w-1-cchr .text-item.caption-band,
:lang(nl) .templated-slider-slideset-ias2017 .slide-template-custom-w-1-cchr .text-item.caption-band,
:lang(sv) .templated-slider-slideset-ias2017 .slide-template-new-w-1 .image-item-4.image-item-custom,
:lang(el) .templated-slider-slideset-ias2017 .slide-template-new-x-1c .text-item.caption-band,
:lang(el) .templated-slider-slideset-ias2017 .slide-template-new-w-1 .image-item-4.image-item-custom,
:lang(el) .templated-slider-slideset-ias2017 .slide-template-custom-w-1-cchr .text-item.caption-band {
  padding: 14px 5% 13px 23%;
}

:lang(es-es) .templated-slider-slideset-ias2017 .slide-template-custom-w-1-cchr .text-item.caption-band,
:lang(es) .templated-slider-slideset-ias2017 .slide-template-custom-w-1-cchr .text-item.caption-band,
:lang(pt) .templated-slider-slideset-ias2017 .slide-template-custom-w-1-cchr .text-item.caption-band {
  padding: 14px 3% 13px 22%;
}

:lang(he) .templated-slider-slideset-ias2017 .slide-template-custom-w-1-cchr .text-item.caption-band {
  text-align: right;
}

.templated-slider-slideset-ias2017 .slide-template-new-x-1b.slide-id-slide16 .image-item-8.image-item-custom2 {
  top: 75.5%;
  left: 2%;
}

.templated-slider-slideset-ias2017 .slide-template-new-x-1.slide-id-slide9 .image-item-4.image-item-custom2,
.templated-slider-slideset-ias2017 .slide-template-custom-w-1-cchr.slide-id-slide8 .image-item-5.image-item-custom2,
.templated-slider-slideset-ias2017 .slide-template-custom-w-1-cchr.slide-id-slide10 .image-item-5.image-item-custom2,
.templated-slider-slideset-ias2017 .slide-id-slide15 .image-item-4.image-item-custom {
  top: 75.5%;
}

.templated-slider-slideset-ias2017 .slide-template-new-x-1.slide-id-slide12 .image-item-4.image-item-custom2 {
  top: 75.5%;
}

.templated-slider-slideset-ias2017.templated-slider-build-2-1 .slide-template-new-d-0f.slide-id-slide26 .text-item {
  top: 85.95% !important;
}

.templated-slider-slideset-ias2017 .slide-template-new-x-1.slide-id-slide9 .image-item-4.image-item-custom {
  top: 79.47%;
  left: 0;
}

.templated-slider-slideset-ias2017 .slide-template-new-x-1.slide-id-slide12 .image-item-4.image-item-custom {
  top: 79.47%;
  height: 113px;
  padding: 6px 12% 13px 23%;
}

.templated-slider-slideset-ias2017 .slide-template-custom-w-1-cchr.slide-id-slide10 .text-item {
  top: 79.47%;
}

.templated-slider-slideset-ias2017 .slide-template-new-w-1.slide-id-slide15 .image-item-4.image-item-custom2 {
  top: 75.5%;
}

.templated-slider-slideset-ias2017 .slide-id-slide15 .image-item-4.image-item-custom {
  top: 77.5%;
  height: 130px;
}

.templated-slider-slideset-ias2017 .slide-template-new-x-1 .image-item-4.image-item-custom .lead {
  color: #fff;
}

:lang(zh) .templated-slider-slideset-ias2017 .image-item-custom .lead.lead-titleLine {
  line-height: 1.4em !important;
}

.templated-slider-slideset-ias2017 .slide-template-custom-w-1-cchr .text-item.caption-band p {
  margin-bottom: 8px !important;
}

.templated-slider-slideset-ias2017 .slide-template-custom-w-1-cchr .text-item.caption-band .lead {
  font-size: 1.7em;
  /*font-family: $lead-caption-font;*/
  position: relative;
  top: 3px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .templated-slider-slideset-ias2017 .slide-id-slide8 .item.text-item,
  .templated-slider-slideset-ias2017 .slide-id-slide9 .image-item-4.image-item-custom,
  .templated-slider-slideset-ias2017 .slide-id-slide10 .item.text-item,
  .templated-slider-slideset-ias2017 .slide-id-slide11 .image-item-4.image-item-custom,
  .templated-slider-slideset-ias2017 .slide-id-slide12 .image-item-4.image-item-custom,
  .templated-slider-slideset-ias2017 .slide-id-slide13 .image-item-4.image-item-custom,
  .templated-slider-slideset-ias2017 .slide-id-slide15 .image-item-4.image-item-custom,
  .templated-slider-slideset-ias2017 .slide-id-slide16 .image-item-7.image-item-custom,
  .templated-slider-slideset-ias2017 .slide-id-slide17 .text-item.caption-band,
  .templated-slider-slideset-ias2017 .slide-id-slide18 .image-item-7.image-item-custom {
    padding-right: 7% !important;
  }
  .templated-slider-slideset-ias2017 .slide-id-slide8 .item.text-item .lead.lead-titleLine,
  .templated-slider-slideset-ias2017 .slide-id-slide9 .image-item-4.image-item-custom .lead.lead-titleLine,
  .templated-slider-slideset-ias2017 .slide-id-slide10 .item.text-item .lead.lead-titleLine,
  .templated-slider-slideset-ias2017 .slide-id-slide11 .image-item-4.image-item-custom .lead.lead-titleLine,
  .templated-slider-slideset-ias2017 .slide-id-slide12 .image-item-4.image-item-custom .lead.lead-titleLine,
  .templated-slider-slideset-ias2017 .slide-id-slide13 .image-item-4.image-item-custom .lead.lead-titleLine,
  .templated-slider-slideset-ias2017 .slide-id-slide15 .image-item-4.image-item-custom .lead.lead-titleLine,
  .templated-slider-slideset-ias2017 .slide-id-slide16 .image-item-7.image-item-custom .lead.lead-titleLine,
  .templated-slider-slideset-ias2017 .slide-id-slide17 .text-item.caption-band .lead.lead-titleLine,
  .templated-slider-slideset-ias2017 .slide-id-slide18 .image-item-7.image-item-custom .lead.lead-titleLine {
    font-size: 1.5em !important;
    padding-bottom: 4px !important;
  }
}

:lang(de) .templated-slider-slideset-ias2017 .slide-id-slide9 .image-item-4.image-item-custom,
:lang(es) .templated-slider-slideset-ias2017 .slide-id-slide17 .text-item.caption-band {
  height: 120px;
}

:lang(es) .templated-slider-slideset-ias2017 .slide-id-slide13 .image-item-4.image-item-custom {
  height: 130px;
  padding-top: 10px;
}

:lang(fr) .templated-slider-slideset-ias2017 .slide-template-new-w-1 .image-item-4.image-item-custom .lead {
  font-size: 1.5em;
}

:lang(pt) .templated-slider-slideset-ias2017 .slide-template-new-w-1 .image-item-4.image-item-custom .lead {
  line-height: 1.2em !important;
}

:lang(pt) .templated-slider-slideset-ias2017 .slide-id-slide17 .text-item.caption-band,
:lang(pt) .templated-slider-slideset-ias2017 .slide-id-slide13 .image-item-4.image-item-custom {
  padding-top: 10px;
  height: 125px;
}

.templated-slider-slideset-ias2017 .slide-template-new-w-1 .image-item-4.image-item-custom .lead {
  color: #fff;
}

.templated-slider-slideset-ias2017 .slide-template-custom-w-1-cchr .image-item-3 {
  width: 15.69%;
  left: 62.2%;
  top: 42.6%;
}

.templated-slider-slideset-ias2017 .slide-template-custom-w-1-hr .image-item-4.image-holder,
.templated-slider-slideset-ias2017 .slide-template-custom-w-1-cchr .image-item-4 {
  left: 78.25%;
  top: 35.13%;
  z-index: 6;
}

.templated-slider-slideset-ias2017 .slide-template-custom-w-1-cchr .image-item-5 {
  width: 160px;
  left: 65.11%;
  top: 55.65%;
  z-index: 6;
}

.templated-slider-slideset-ias2017.templated-slider-build-2-1 .slide-template-new-d.slide-id-slide-33 .text-item {
  top: 85.95%;
}

.templated-slider-slideset-ias2017 .slide-template-custom-w-1-cchr.slide-id-slide8 .text-item.caption-band,
.templated-slider-slideset-ias2017 .slide-template-new-c-1-with-band.slide-id-slide-36 .image-item-2.image-item-custom,
.templated-slider-slideset-ias2017 .slide-template-new-c-1-with-band.slide-id-slide-38 .image-item-2.image-item-custom {
  padding-top: 8px;
}

.templated-slider-slideset-ias2017 .slide-template-custom-w-1-hr .image-item-5.image-holder {
  width: 160px;
  left: 67.44%;
  top: 57.04%;
  z-index: 6;
}

.templated-slider-slideset-ias2017.templated-slider-build-2-1 .slide-template-new-c-2.slide-id-slide20 .text-item {
  top: 88.78%;
}

.templated-slider-slideset-ias2017 .slide-template-custom-w-1-cchr .text-item.caption-band .lead {
  line-height: 1em !important;
}

:lang(zh) .templated-slider-slideset-ias2017 .slide-template-custom-w-1-cchr .text-item.caption-band .lead {
  line-height: 1.3em !important;
}

.templated-slider-slideset-ias2017 .slide-template-custom-w-1-cchr .image-item-5.image-item-custom2 {
  right: auto;
  top: 73.5%;
  left: 2%;
  width: 29%;
  padding-top: 18%;
  background-repeat: no-repeat;
}

.templated-slider-slideset-ias2017 .slide-template-new-x-1b-custom .right-caption {
  position: absolute;
  z-index: 1;
  font-size: 0.6875rem;
  color: white;
  bottom: 3px;
  right: 5px;
  text-shadow: 2px 0px 4px #666;
}

.templated-slider-slideset-ias2017 .slide-template-new-x-1b-custom .image-item-7.image-item-custom {
  top: 79.47%;
}

.templated-slider-slideset-ias2017 .slide-template-new-x-1c .image-item-8.image-item-custom2,
.templated-slider-slideset-ias2017 .slide-template-new-x-1b .image-item-8.image-item-custom2,
.templated-slider-slideset-ias2017 .slide-template-new-w-1 .image-item-4.image-item-custom2,
.templated-slider-slideset-ias2017 .slide-template-new-x-1 .image-item-4.image-item-custom2 {
  padding-top: 18%;
}

@media (max-width: 768px) {
  .templated-slider-slideset-ias2017 .slide-template-new-x-1c .image-item-8.image-item-custom2,
  .templated-slider-slideset-ias2017 .slide-template-new-x-1b .image-item-8.image-item-custom2,
  .templated-slider-slideset-ias2017 .slide-template-new-w-1 .image-item-4.image-item-custom2,
  .templated-slider-slideset-ias2017 .slide-template-custom-w-1-cchr .image-item-5.image-item-custom2,
  .templated-slider-slideset-ias2017 .slide-template-new-x-1 .image-item-4.image-item-custom2 {
    background-size: 68%;
  }
}

.templated-slider-slideset-ias2017 .slide-template-custom-x-1-cchr .image-item-3 {
  left: 2.32%;
  top: 31.3%;
}

.templated-slider-slideset-ias2017 .slide-template-custom-x-1-cchr .image-item-4 {
  left: 23.48%;
  top: 41.73%;
}

.templated-slider-slideset-ias2017 .slide-template-custom-x-1-hr .image-item-3 {
  left: 2.32%;
  top: 31.3%;
}

.templated-slider-slideset-ias2017 .slide-template-custom-x-1-hr .image-item-4 {
  left: 22.09%;
  top: 46.78%;
}

.templated-slider-slideset-ias2017 .slide-template-custom-x-1-hr .image-item-5 {
  left: 5.23%;
  top: 36%;
}

.templated-slider-slideset-ias2017 .slide-template-custom-x-1-twth .image-item-3 {
  left: 17.44%;
  top: 38.95%;
}

.templated-slider-slideset-ias2017 .slide-template-custom-x-1-twth .image-item-4 {
  left: 4.65%;
  top: 46.78%;
}

.templated-slider-slideset-ias2017 .slide-template-new-w-1.slide-template-custom-w-1-hr .image-item-3 {
  top: 43%;
}

@media (max-width: 700px) {
  .templated-slider-slideset-ias2017 .slide-template-custom-w-1-cchr .text-item.caption-band .floater-texter {
    display: none;
  }
  .templated-slider-slideset-ias2017 .slide-template-custom-w-1-cchr .image-item-5.image-item-custom2 {
    min-height: 100px;
  }
  .templated-slider-slideset-ias2017 .slide-template-custom-w-1-cchr .custom-s-logo.ignore-zoom {
    display: none !important;
  }
  .templated-slider-slideset-ias2017 .slide-template-custom-w-1-cchr .text-item.caption-band .lead {
    line-height: 1.0;
    font-size: 1.4em;
  }
  .templated-slider-slideset-ias2017 .slide-template-custom-w-1-cchr .text-item.caption-band {
    height: 110px;
    top: auto !important;
    bottom: 0;
  }
}

@media (max-width: 400px) {
  .templated-slider-slideset-ias2017 .slide-template-custom-w-1-cchr .text-item.caption-band .floater-texter {
    display: none;
  }
  .templated-slider-slideset-ias2017 .slide-template-custom-w-1-cchr .image-item-5.image-item-custom2 {
    min-height: 0;
    bottom: 6px !important;
    top: auto !important;
  }
  .templated-slider-slideset-ias2017 .slide-template-custom-w-1-cchr .text-item.caption-band {
    height: 70px !important;
  }
}

.templated-slider-slideset-ias2017 .slide-template-custom-w-1-cchr.slide-id-slide10 .image-item-5.image-holder {
  top: 53.73%;
}

.templated-slider-slideset-ias2017 .slide-template-new-v-1.slide-id-slide18 .image-item-4.image-item-custom {
  padding-top: 9px;
  height: 130px;
}

.templated-slider-slideset-ias2017 .slide-template-new-v-1.slide-id-slide18 .image-item-4.image-item-custom2 {
  top: 75.5%;
}

.templated-slider-slideset-ias2017 .slide-template-new-x-1b.slide-id-slide18 .image-item-8.image-item-custom2 {
  right: auto;
  left: 2%;
  top: 73.5%;
}

/*.templated-slider-slideset-ias2017 .slide-template-new-x-1b.slide-id-slide16 .image-item-2 {
  width: 28% !important;
  }*/
.templated-slider-slideset-ias2017 .slide-template-new-x-1b.slide-id-slide16 .image-item-3 {
  top: 38%;
}

@media (max-width: 992px) {
  .templated-slider-slideset-ias2017 .pswp .floater-texter {
    visibility: hidden;
  }
  .templated-slider-slideset-ias2017 .zoomedIn .pswp__caption__center .floater-texter {
    visibility: visible;
  }
}

.templated-slider-slideset-ias2017 .slide-id-slide8 .lead,
.templated-slider-slideset-ias2017 .slide-id-slide9 .lead,
.templated-slider-slideset-ias2017 .slide-id-slide10 .lead {
  color: white !important;
  margin-bottom: 2px;
}

.templated-slider-slideset-ias2017 .slide-id-slide8 .text-item.caption-band,
.templated-slider-slideset-ias2017 .slide-id-slide10 .text-item.caption-band,
.templated-slider-slideset-ias2017 .slide-id-slide9 .image-item-4.image-item-custom,
.templated-slider-slideset-ias2017 .slide-id-slide10 .image-item-4.image-item-custom {
  background: rgba(204, 17, 0, 0.8);
}

.templated-slider-slideset-ias2017 .slide-id-slide11 .image-item-4.image-item-custom,
.templated-slider-slideset-ias2017 .slide-id-slide12 .image-item-4.image-item-custom {
  background: rgba(61, 143, 61, 0.8);
  top: 77.47%;
  left: 0;
}

.templated-slider-slideset-ias2017 .slide-id-slide8 .text-item.caption-band,
.templated-slider-slideset-ias2017 .slide-id-slide10 .text-item.caption-band,
.templated-slider-slideset-ias2017 .slide-id-slide9 .image-item-4.image-item-custom,
.templated-slider-slideset-ias2017 .slide-id-slide10 .image-item-4.image-item-custom {
  background: #C0666B;
}

.templated-slider-slideset-ias2017 .slide-id-slide13 .image-item-4.image-item-custom,
.templated-slider-slideset-ias2017 .slide-id-slide14 .image-item-4.image-item-custom {
  background: rgba(166, 104, 38, 0.8);
  padding: 14px 14% 13px 23%;
}

.templated-slider-slideset-ias2017 .slide-id-slide15 .image-item-4.image-item-custom {
  background: rgba(0, 128, 148, 0.8);
}

.templated-slider-slideset-ias2017 .slide-id-slide16 .image-item-7.image-item-custom .lead,
.templated-slider-slideset-ias2017 .slide-id-slide17 .text-item.caption-band .lead,
.templated-slider-slideset-ias2017 .slide-id-slide18 .image-item-7.image-item-custom .lead {
  color: #fff;
}

.templated-slider-slideset-ias2017 .slide-id-slide16 .image-item-7.image-item-custom,
.templated-slider-slideset-ias2017 .slide-id-slide17 .text-item.caption-band,
.templated-slider-slideset-ias2017 .slide-id-slide18 .image-item-7.image-item-custom {
  background: rgba(218, 149, 11, 0.8);
}

@media (max-width: 992px) {
  .templated-slider-slideset-ias2017 .pswp .slide-id-slide8 .text-item.caption-band,
  .templated-slider-slideset-ias2017 .pswp .slide-id-slide10 .text-item.caption-band,
  .templated-slider-slideset-ias2017 .pswp .slide-id-slide9 .image-item-4.image-item-custom,
  .templated-slider-slideset-ias2017 .pswp .slide-id-slide10 .image-item-4.image-item-custom,
  .templated-slider-slideset-ias2017 .pswp .slide-id-slide11 .image-item-4.image-item-custom,
  .templated-slider-slideset-ias2017 .pswp .slide-id-slide12 .image-item-4.image-item-custom,
  .templated-slider-slideset-ias2017 .pswp .slide-id-slide8 .text-item.caption-band,
  .templated-slider-slideset-ias2017 .pswp .slide-id-slide10 .text-item.caption-band,
  .templated-slider-slideset-ias2017 .pswp .slide-id-slide9 .image-item-4.image-item-custom,
  .templated-slider-slideset-ias2017 .pswp .slide-id-slide10 .image-item-4.image-item-custom,
  .templated-slider-slideset-ias2017 .pswp .slide-id-slide13 .image-item-4.image-item-custom,
  .templated-slider-slideset-ias2017 .pswp .slide-id-slide14 .image-item-4.image-item-custom,
  .templated-slider-slideset-ias2017 .pswp .slide-id-slide15 .image-item-4.image-item-custom,
  .templated-slider-slideset-ias2017 .pswp .slide-id-slide16 .image-item-7.image-item-custom,
  .templated-slider-slideset-ias2017 .pswp .slide-id-slide17 .text-item.caption-band,
  .templated-slider-slideset-ias2017 .pswp .slide-id-slide18 .image-item-7.image-item-custom {
    background: none !important;
  }
}

:lang(sv) .templated-slider-slideset-ias2017 .slide-id-slide7 .text-item,
:lang(hu) .templated-slider-slideset-ias2017 .slide-id-slide7 .text-item,
:lang(da) .templated-slider-slideset-ias2017 .templated-slider-build-2-1 .slide-id-slide7 .text-item,
:lang(no) .templated-slider-slideset-ias2017 .templated-slider-build-2-1 .slide-id-slide7 .text-item {
  bottom: 60.91% !important;
}

:lang(es) .templated-slider-slideset-ias2017 .slide-id-slide7 .text-item {
  top: 1.47%;
  bottom: 58.91% !important;
}

:lang(ru) .templated-slider-slideset-ias2017 .slide-id-slide9 .image-item-4.image-item-custom,
:lang(ru) .templated-slider-slideset-ias2017 .slide-id-slide17 .text-item.caption-band {
  height: 120px;
}

:lang(el) .templated-slider-slideset-ias2017 .slide-id-slide17 .text-item.caption-band,
:lang(el) .templated-slider-slideset-ias2017 .slide-template-new-w-1 .image-item-4.image-item-custom,
:lang(da) .templated-slider-slideset-ias2017 .slide-id-slide17 .text-item.caption-band,
:lang(da) .templated-slider-slideset-ias2017 .slide-template-new-w-1 .image-item-4.image-item-custom {
  height: 125px;
}

:lang(de) .templated-slider-slideset-ias2017 .slide-id-slide17 .text-item.caption-band {
  padding: 14px 5% 13px 23%;
}

:lang(ru) .path-scientology-today-events-ias-event-2017 #editable_body_holder .medium-insert-images-left {
  margin-bottom: 30px;
}

:lang(nl) .templated-slider-slideset-ias2017 .slide-id-slide17 .image-item-custom,
:lang(nl) .templated-slider-slideset-ias2017 .slide-id-slide13 .image-item-custom,
:lang(nl) .templated-slider-slideset-ias2017 .slide-id-slide11 .image-item-custom,
:lang(ja) .templated-slider-slideset-ias2017 .slide-id-slide17 .text-item.caption-band,
:lang(it) .templated-slider-slideset-ias2017 .slide-id-slide17 .text-item.caption-band,
:lang(it) .templated-slider-slideset-ias2017 .slide-template-new-w-1 .image-item-4.image-item-custom {
  height: auto;
}

:lang(nl) .templated-slider-slideset-ias2017 .slide-id-slide13 .image-item-4.image-item-custom {
  padding: 14px 5% 13px 23%;
}

/* Dublin Grand opening */
/*.templated-slider-slideset-dublin-grand-opening .slide-id-slide11 .image-item-2 {background:white;}
.templated-slider-slideset-dublin-grand-opening .slide-id-slide11 .image-item-2 img {opacity: 0.4;}

.templated-slider-slideset-dublin-grand-opening .slide-id-slide12:before {
    position: absolute;
    top: 46.78%!important;
    right: 14%;
    font-size: 26px;
    color: white;
    font-family: verdana;
    background: #E91A8A;
    z-index: 10;
    padding: 5px 10px;
    -webkit-font-smoothing: antialiased;
    opacity: 0.4;
}

.templated-slider-slideset-dublin-grand-opening .fso-slide-active:before,
.templated-slider-slideset-dublin-grand-opening .fso-slide-active .image-item-1:before {
  opacity: 1 !important;
}
*/
/*.templated-slider-slideset-dublin-grand-opening .slide-id-slide6 .item.text-item {
  top: 80px!important;
  }*/
.templated-slider-slideset-dublin-grand-opening .slide-template-new-i.slide-id-slide16 .text-item {
  overflow: visible;
}

@media (min-width: 768px) {
  .templated-slider-slideset-dublin-grand-opening .slide-id-slide13 .item.text-item {
    width: 100%;
    left: 1.5%;
    top: 438px;
  }
  [dir="rtl"] .templated-slider-slideset-dublin-grand-opening .slide-id-slide13 .item.text-item {
    width: 99%;
    left: 0;
    right: 1%;
  }
}

[dir="rtl"] .templated-slider-slideset-dublin-grand-opening.templated-slider-build-2-1 .slide-template-new-b-0g .text-item {
  left: 5.9%;
}

/*.templated-slider-slideset-dublin-grand-opening .slide-id-slide24 .item.text-item {
  top: 480px !important;
  bottom: 6px !important;
  }*/
.templated-slider-slideset-dublin-tour-inside .slide-id-slide25 .item.image-item-1 {
  left: 119.5px;
}

.templated-slider-slideset-dublin-tour-inside .slide-id-slide27 .item.text-item {
  top: 488px !important;
  bottom: 4px !important;
}

.templated-slider-slideset-dublin-tour-inside .slide-id-slide37 .item.text-item {
  top: 480px;
  bottom: 6px !important;
}

.templated-slider-slideset-dublin-grand-opening .slide-id-slide40 .image-item-2.image-item-custom {
  padding: 10px 1% 13px 20%;
}

.templated-slider-slideset-dublin-grand-opening .slide-id-slide40 .image-item-2.image-item-custom2 {
  top: 400px;
  left: 10px;
  width: 175px;
  padding-top: 205px;
}

.templated-slider-slideset-dublin-grand-opening .slide-id-slide41 .image-item-4.image-item-custom {
  padding: 10px 1% 13px 20%;
}

.templated-slider-slideset-dublin-grand-opening .slide-id-slide41 .image-item-4.image-item-custom2 {
  top: 400px;
  left: 10px;
  width: 175px;
  padding-top: 205px;
}

.templated-slider-slideset-dublin-grand-opening .slide-id-slide42 .image-item-4.image-item-custom {
  padding: 10px 1% 13px 20%;
}

.templated-slider-slideset-dublin-grand-opening .slide-id-slide42 .image-item-4.image-item-custom2 {
  top: 400px;
  left: 10px;
  width: 175px;
  padding-top: 205px;
}

.templated-slider-slideset-dublin-grand-opening .slide-id-slide43 .image-item-4.image-item-custom {
  padding: 10px 1% 13px 20%;
}

.templated-slider-slideset-dublin-grand-opening .slide-id-slide43 .image-item-5.image-item-custom2 {
  top: 390px;
  left: 0;
  width: 200px;
  padding-top: 205px;
}

.templated-slider-slideset-dublin-grand-opening .slide-id-slide44 .image-item-4.image-item-custom {
  padding: 10px 1% 13px 20%;
}

.templated-slider-slideset-dublin-grand-opening .slide-id-slide44 .image-item-4.image-item-custom2 {
  top: 400px;
  left: 10px;
  width: 175px;
  padding-top: 205px;
}

.templated-slider-slideset-dublin-grand-opening .slide-id-slide45 .image-item-4.image-item-custom {
  padding: 5px 1% 13px 20%;
}

.templated-slider-slideset-dublin-grand-opening .slide-id-slide45 .image-item-4.image-item-custom2 {
  top: 390px;
  left: 0;
  width: 200px;
  padding-top: 205px;
}

.templated-slider-slideset-dublin-grand-opening .slide-id-slide46 .image-item-2.image-item-custom {
  padding: 10px 1% 13px 20%;
}

.templated-slider-slideset-dublin-grand-opening .slide-id-slide46 .image-item-2.image-item-custom2 {
  top: 400px;
  left: 10px;
  width: 175px;
  padding-top: 205px;
}

@media (max-width: 992px) {
  .templated-slider-slideset-dublin-grand-opening .slide-id-slide40 .image-item-2.image-item-custom2,
  .templated-slider-slideset-dublin-grand-opening .slide-id-slide41 .image-item-4.image-item-custom2,
  .templated-slider-slideset-dublin-grand-opening .slide-id-slide42 .image-item-4.image-item-custom2,
  .templated-slider-slideset-dublin-grand-opening .slide-id-slide43 .image-item-4.image-item-custom2,
  .templated-slider-slideset-dublin-grand-opening .slide-id-slide44 .image-item-4.image-item-custom2,
  .templated-slider-slideset-dublin-grand-opening .slide-id-slide45 .image-item-2.image-item-custom2,
  .templated-slider-slideset-dublin-grand-opening .slide-id-slide46 .image-item-2.image-item-custom2 {
    top: 315px;
    width: 20%;
  }
}

.templated-slider-slideset-dublin-grand-opening .slide-template-new-c-1-with-band .image-item-2.image-item-custom {
  background: rgba(24, 90, 39, 0.8);
}

.templated-slider-slideset-dublin-grand-opening .slide-template-new-c-1-with-band .image-item-2.image-item-custom .lead {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-family: "Arapey", serif;
  font-size: 20.8px;
  line-height: 1.1em !important;
  padding-bottom: 3px;
}

.templated-slider-slideset-dublin-grand-opening .slide-template-new-u-1 .image-item-4.image-item-custom {
  background: rgba(24, 90, 39, 0.8);
}

.templated-slider-slideset-dublin-grand-opening .slide-template-new-u-1 .image-item-4.image-item-custom .lead {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-family: "Arapey", serif;
  font-size: 20.8px;
  line-height: 1.1em !important;
  padding-bottom: 3px;
}

.templated-slider-slideset-dublin-grand-opening .slide-template-new-x-1 .image-item-4.image-item-custom {
  background: rgba(24, 90, 39, 0.8);
}

.templated-slider-slideset-dublin-grand-opening .slide-template-new-x-1 .image-item-4.image-item-custom .lead {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-family: "Arapey", serif;
  font-size: 20.8px;
  line-height: 1.1em !important;
  padding-bottom: 3px;
}

.templated-slider-slideset-dublin-grand-opening .slide-template-new-y-with-band .image-item-4.image-item-custom {
  height: 106px;
  background: rgba(24, 90, 39, 0.8);
}

.templated-slider-slideset-dublin-grand-opening .slide-template-new-y-with-band .image-item-4.image-item-custom .lead {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-family: "Arapey", serif;
  font-size: 20.8px;
  line-height: 1.1em !important;
  padding-bottom: 3px;
}

.templated-slider-slideset-dublin-grand-opening .slide-template-new-a-with-band .image-item-2.image-item-custom {
  background: rgba(24, 90, 39, 0.8);
}

.templated-slider-slideset-dublin-grand-opening .slide-template-new-a-with-band .image-item-2.image-item-custom .lead {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-family: "Arapey", serif;
  font-size: 20.8px;
  line-height: 1.1em !important;
  padding-bottom: 3px;
}

.templated-slider-slideset-dublin-grand-opening .slide-template-new-v-1 .image-item-4.image-item-custom {
  background: rgba(24, 90, 39, 0.8);
}

.templated-slider-slideset-dublin-grand-opening .slide-template-new-v-1 .image-item-4.image-item-custom .lead {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-family: "Arapey", serif;
  font-size: 20.8px;
  line-height: 1.1em !important;
  padding-bottom: 3px;
}

.moving-to-dir-right .slide-id-slide12:before,
.moving-to-dir-right .slide-id-slide18:before {
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  transform: translate3d(910px, 0, 0);
  -webkit-transform: translate3d(910px, 0, 0);
}

.moving-to-dir-left .slide-id-slide12:before,
.moving-to-dir-left .slide-id-slide18:before {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  transform: translate3d(-910px, 0, 0);
  -webkit-transform: translate3d(-910px, 0, 0);
}

.templated-slider-slideset-dublin-grand-opening .slide-id-slide13a-alt .image-item-1:before,
.templated-slider-slideset-dublin-grand-opening .slide-id-slide13a-alt .image-item-1:before {
  content: "ALTERNATE ANGLE";
  position: absolute;
  font-size: 26px;
  color: white;
  font-family: verdana;
  background: rgba(233, 26, 138, 0.8);
  z-index: 10;
  padding: 5px 10px;
  -webkit-font-smoothing: antialiased;
  top: 100%;
}

.templated-slider-slideset-dublin-grand-opening .slide-id-slide44 .image-item-4.image-item-custom {
  min-height: 106px;
  height: auto !important;
}

/* Birmingham */
.templated-slider-slideset-birmingham-tour-inside .lead-titleLine {
  margin-bottom: 0 !important;
}

.moving-to-dir-right .slide-id-slide10:before,
.moving-to-dir-right .slide-id-slide17:before {
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  transform: translate3d(910px, 0, 0);
  -webkit-transform: translate3d(910px, 0, 0);
}

.moving-to-dir-left .slide-id-slide10:before,
.moving-to-dir-left .slide-id-slide17:before {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  transform: translate3d(-910px, 0, 0);
  -webkit-transform: translate3d(-910px, 0, 0);
}

.nested-quote {
  font-style: italic;
}

.templated-slider-slideset-birmingham-grand-opening .slide-id-slide5 .text-item {
  top: auto !important;
  bottom: 66% !important;
}

:lang(de) .templated-slider-slideset-birmingham-grand-opening .slide-id-slide5 .text-item {
  width: 22% !important;
}

/*.templated-slider-slideset-birmingham-tour-inside .slide-id-slide33 .text-item,*/
.templated-slider-slideset-birmingham-grand-opening .slide-id-slide33 .text-item {
  top: 428px !important;
  width: 250px !important;
}

:lang(ru) .templated-slider-slideset-birmingham-grand-opening .slide-template-new-q-7 .text-item {
  top: 66.56% !important;
}

:lang(zh) .templated-slider-slideset-birmingham-grand-opening.templated-slider-build-2-1 .slide-template-new-m-0 .text-item {
  right: 1.32% !important;
}

:lang(pt) .path-scientology-today-church-openings-grand-opening-birmingham_html #editable_body_holder .medium-insert-images-left {
  margin-bottom: 10px !important;
}

.templated-slider-slideset-birmingham-grand-opening .slide-template-new-q-7 .text-item {
  bottom: 0px !important;
}

/*.templated-slider-slideset-birmingham-grand-opening .slide-template-new-j-1ff .image-item-1 {
    top: 40px;
    width: 620px;
    left: 0;
}

.templated-slider-slideset-birmingham-grand-opening .slide-template-new-j-1ff .image-item-2 {
    top: 216px;
    right: 0;
    width: 220px;
}

.templated-slider-slideset-birmingham-grand-opening .slide-template-new-j-1ff .text-item {
    top: auto!important;
    bottom: 379px!important;
    right: 0;
    width: 220px;
}
*/
.templated-slider-slideset-amsterdam-grand-opening .slide-id-slide8 .text-item {
  width: 90% !important;
  left: 5% !important;
}

.templated-slider-slideset-amsterdam-tour-inside .slide-id-slide29 .image-item-2 {
  right: 20px !important;
}

.templated-slider-slideset-amsterdam-tour-inside .slide-id-slide29 .text-item {
  top: 440px !important;
  left: 10px !important;
  width: 530px !important;
  bottom: 0 !important;
}

:lang(he) .templated-slider-slideset-amsterdam-tour-inside .slide-id-slide29 .text-item {
  left: 0px !important;
  width: 520px !important;
}

/*.templated-slider-slideset-amsterdam-tour-inside .slide-id-slide23 .text-item .lead.lead-titleLine,*/
.templated-slider-slideset-amsterdam-tour-inside .slide-id-slide26 .text-item .lead.lead-titleLine {
  font-size: 1.4em !important;
}

/* BASEL OVERRIDES */
:lang(en) .path-inside-our-church-grand-opening.org-domain-bas .slide-id-opening-2 .text-item,
:lang(de) .path-inside-our-church-grand-opening.org-domain-bas .slide-id-opening-2 .text-item,
:lang(fr) .path-inside-our-church-grand-opening.org-domain-bas .slide-id-opening-2 .text-item {
  left: 0 !important;
  width: 25.58% !important;
}

/* N-00-1: ENTRANCE */
.slide-template-new-n-00-1 .image-item-1 {
  height: 100%;
  left: 0;
}

.slide-template-new-n-00-1 .image-item-2 {
  top: 6.95%;
  right: 9.65%;
  width: 24.41%;
}

.slide-template-new-n-00-1 .text-item {
  top: 53.91%;
  right: 9.65%;
  width: 24.41%;
}

/* C-C: PUBLIC INFORMATION CENTER */
.slide-template-new-c-c .image-item-1 {
  height: 70.78%;
  top: 6.95%;
}

.slide-template-new-c-c .text-item {
  top: 81.73% !important;
  bottom: auto;
}

/* J-1C-1: BOOKSTORE */
.slide-template-new-j-1c-1 .image-item-1 {
  top: 5.21%;
  width: 72.09%;
  height: 86.26%;
  left: 0;
}

.slide-template-new-j-1c-1 .image-item-2 {
  top: 5.21%;
  width: 24.41%;
  right: 0;
}

.slide-template-new-j-1c-1 .text-item {
  top: 54.78% !important;
  width: 24.41% !important;
}

:lang(en) .path-inside-our-church-grand-opening.org-domain-bas .slide-id-purif .image-item-3,
:lang(de) .path-inside-our-church-grand-opening.org-domain-bas .slide-id-purif .image-item-3,
:lang(fr) .path-inside-our-church-grand-opening.org-domain-bas .slide-id-purif .image-item-3,
:lang(en) .templated-slider-slideset-basel-tour .slide-id-purif .image-item-3,
:lang(de) .templated-slider-slideset-basel-tour .slide-id-purif .image-item-3,
:lang(fr) .templated-slider-slideset-basel-tour .slide-id-purif .image-item-3 {
  top: 29.56% !important;
}

:lang(en) .path-inside-our-church-grand-opening.org-domain-bas .slide-id-purif .text-item,
:lang(fr) .path-inside-our-church-grand-opening.org-domain-bas .slide-id-purif .text-item,
:lang(de) .path-inside-our-church-grand-opening.org-domain-bas .slide-id-purif .text-item,
:lang(en) .templated-slider-slideset-basel-tour .slide-id-purif .text-item,
:lang(fr) .templated-slider-slideset-basel-tour .slide-id-purif .text-item,
:lang(de) .templated-slider-slideset-basel-tour .slide-id-purif .text-item {
  top: 69.56% !important;
  width: 33.25% !important;
  bottom: auto;
}

:lang(en) .path-inside-our-church-grand-opening.org-domain-bas .slide-id-purif .text-item h3.slide-subhead-smaller,
:lang(fr) .path-inside-our-church-grand-opening.org-domain-bas .slide-id-purif .text-item h3.slide-subhead-smaller,
:lang(de) .path-inside-our-church-grand-opening.org-domain-bas .slide-id-purif .text-item h3.slide-subhead-smaller,
:lang(en) .templated-slider-slideset-basel-tour .slide-id-purif .text-item h3.slide-subhead-smaller,
:lang(fr) .templated-slider-slideset-basel-tour .slide-id-purif .text-item h3.slide-subhead-smaller,
:lang(de) .templated-slider-slideset-basel-tour .slide-id-purif .text-item h3.slide-subhead-smaller {
  font-size: 15px;
}

/* L-3-1: AUDITING ROOM */
.slide-template-new-l-3-1 .image-item-1 {
  height: 100%;
  left: 0;
}

.slide-template-new-l-3-1 .image-item-2 {
  top: 13.91%;
  right: 11.62%;
  width: 29.06%;
}

.slide-template-new-l-3-1 .text-item {
  top: 60.86%;
  right: 11.62%;
  width: 29.06%;
}

:lang(de) .path-inside-our-church-grand-opening.org-domain-bas .slide-id-academy .text-item,
:lang(de) .templated-slider-slideset-basel-tour .slide-id-academy .text-item {
  top: 82.6%;
}

:lang(en) .path-inside-our-church-grand-opening.org-domain-bas .slide-id-academy .text-item,
:lang(en) .templated-slider-slideset-basel-tour .slide-id-academy .text-item,
:lang(fr) .path-inside-our-church-grand-opening.org-domain-bas .slide-id-academy .text-item,
:lang(fr) .templated-slider-slideset-basel-tour .slide-id-academy .text-item {
  top: 82.6%;
  width: 68.83%;
}

.path-inside-our-church-grand-opening.org-domain-bas .slide-id-academy .image-item-2,
.templated-slider-slideset-basel-tour .slide-id-academy .image-item-2 {
  left: 3.48% !important;
  right: auto !important;
}

.path-inside-our-church-grand-opening.org-domain-bas .slide-id-academy .text-item,
.templated-slider-slideset-basel-tour .slide-id-academy .text-item {
  top: 85.56% !important;
  left: 27.44% !important;
  width: 70.93% !important;
}

/*Harlem org opening*/
.org-domain-harlem.page-type-inside-our-church .slide-template-new-d-0e.slide-id-slide40 .text-item {
  top: 85.4% !important;
  bottom: 1% !important;
}

.org-domain-harlem.page-type-inside-our-church .slide-template-new-d-0e.slide-id-slide40 span.lead.lead-titleLine,
.org-domain-harlem.page-type-inside-our-church .slide-id-slide26 span.lead.lead-titleLine {
  line-height: 1.2em;
}

.org-domain-harlem.page-type-inside-our-church .slide-id-slide27 .text-item,
.org-domain-harlem.page-type-inside-our-church .slide-id-slide26 .text-item {
  top: 78% !important;
  bottom: 1% !important;
}

.org-domain-harlem.page-type-inside-our-church-community-center .slide-id-slide29 .text-item,
.org-domain-harlem.page-type-inside-our-church-community-center .slide-template-new-c .text-item {
  top: 84% !important;
  bottom: 1% !important;
}

.org-domain-harlem.page-type-inside-our-church-community-center .slide-id-slide31 .text-item {
  top: 83% !important;
  bottom: 2px !important;
  width: 90% !important;
}

:lang(ru) [data-art-id="/scientology-today/church-openings/grand-opening-amsterdam.html"] .inline-img-block img {
  margin-bottom: 30px;
}

:lang(de) [data-art-id="/scientology-today/events/maiden-voyage-2017.html"] .inline-img-block img {
  margin-bottom: 40px;
}

:lang(es-es) [data-art-id="/scientology-today/events/lrh-birthday-celebration-2017.html"] .inline-img-block img,
:lang(es-es) [data-art-id="/scientology-today/events/new-years-2018.html"] .inline-img-block img,
:lang(es-es) [data-art-id="/scientology-today/church-openings/grand-opening-johannesburg-north.html"] .inline-img-block img,
:lang(es-es) [data-art-id="/scientology-today/church-openings/grand-opening-salt-lake-city.html"] .inline-img-block img,
:lang(es-es) [data-art-id="/scientology-today/church-openings/grand-opening-silicon-valley.html"] .inline-img-block img,
:lang(es-es) [data-art-id="/scientology-today/church-openings/grand-opening-orlando.html"] .inline-img-block img {
  margin-bottom: 30px;
}

:lang(es) [data-art-id="/scientology-today/church-openings/grand-opening-ideal-pacifica-base.html"] .inline-img-block img,
:lang(es) [data-art-id="/scientology-today/church-openings/grand-opening-ideal-pacifica-base.html"] .inline-img-block img,
:lang(es) [data-art-id="/scientology-today/church-openings/grand-opening-church-of-scientology-sydney.html"] .inline-img-block img,
:lang(es) [data-art-id="/scientology-today/events/maiden-voyage-2014.html"] .inline-img-block img,
:lang(es) [data-art-id="/scientology-today/church-openings/continental-liaison-office-europe-grand-opening.html"] .inline-img-block img,
:lang(es) [data-art-id="/scientology-today/events/new-years-2017.html"] .inline-img-block img,
:lang(es) [data-art-id="/scientology-today/church-openings/grand-opening-church-of-scientology-harlem.html"] .inline-img-block img,
:lang(es) [data-art-id="/scientology-today/events/lrh-birthday-celebration-2016.html"] .inline-img-block img {
  margin-bottom: 30px;
}

:lang(el) [data-art-id="/scientology-today/church-openings/epic-scientology-summer-continues-with-opening-of-tokyo-ideal-org.html"] .inline-img-block img,
:lang(el) [data-art-id="/scientology-today/church-openings/grand-opening-johannesburg-north.html"] .inline-img-block img,
:lang(el) [data-art-id="/scientology-today/events/lrh-birthday-celebration-2017.html"] .inline-img-block img,
:lang(el) [data-art-id="/scientology-today/church-openings/grand-opening-auckland-new-zealand.html"] .inline-img-block img,
:lang(sv) [data-art-id="/scientology-today/church-openings/grand-opening-church-of-scientology-budapest.html"] .inline-img-block img,
:lang(sv) [data-art-id="/scientology-today/church-openings/grand-opening-valley.html"] .inline-img-block img,
:lang(sv) [data-art-id="/scientology-today/church-openings/grand-opening-dublin.html"] .inline-img-block img {
  margin-bottom: 30px;
}

:lang(pt) [data-art-id="/scientology-today/events/new-years-2017.html"] .inline-img-block img,
:lang(pt) [data-art-id="/scientology-today/church-openings/grand-opening-johannesburg-north.html"] .inline-img-block img,
:lang(pt) [data-art-id="/scientology-today/events/new-years-2018.html"] .inline-img-block img {
  margin-bottom: 30px;
}

.org-domain-budapest.page-type-inside-our-church .slide-template-new-c-0e.slide-id-slide33 .text-item {
  bottom: 0 !important;
  top: 83.47% !important;
}

.org-domain-fsso.page-type-inside-our-church .slide-id-slide-starlight .text-item {
  top: 450px;
  width: 92%;
  left: 4%;
}

/*.org-domain-fsso.page-type-inside-our-church .slide-id-slide-lapaloma .text-item {
  top: 492px;
  left: 2%;
  width: 570px;
  }*/
.org-domain-fsso.page-type-inside-our-church .slide-id-slide-academy .text-item {
  width: 92%;
  left: 4%;
}

.org-domain-fsso.page-type-inside-our-church .slide-id-slide-deck .text-item {
  width: 96%;
  left: 2%;
}

.org-domain-fsso.page-type-inside-our-church .slide-id-slide-promenadedeck .text-item {
  top: 496px;
  /*width: 96%;
  left: 2%;*/
}

.org-domain-fsso.page-type-inside-our-church .slide-id-slide-skylounge .text-item {
  top: 492px !important;
}

.org-domain-fsso.page-type-inside-our-church .slide-id-slide-pool .text-item {
  top: 340px !important;
}

.org-domain-fsso.page-type-inside-our-church .slide-id-slide-details .text-item {
  top: 385px !important;
}

.org-domain-fsso.page-type-inside-our-church .slide-id-slide-engineroom .text-item {
  /*top: 485px;*/
  width: 96%;
  left: 2%;
}

.org-domain-fsso.page-type-inside-our-church .slide-id-slide-lrhoffice .text-item .lead.lead-titleLine {
  line-height: 1.1em;
}

/* NEW, TEMP OR OVERRIDDEN TEMPLATES */
.templated-slider-build-2-1 .slide-template-new-l-double .image-item-1 {
  height: 100%;
  left: 0;
}

.templated-slider-build-2-1 .slide-template-new-l-double .image-item-2 {
  height: 100%;
  left: auto;
  right: 0;
}

.templated-slider-build-2-1 .slide-template-new-t-main .image-item-1 {
  top: 0% !important;
  width: 100% !important;
  left: 0 !important;
}

@media (max-width: 767px) {
  .templated-slider-style-dynamic-image-sizing slide.slide-template-new-t-main .image-item-1 {
    width: 100% !important;
    height: 74.78% !important;
    left: 0 !important;
    bottom: auto !important;
    transform: initial !important;
  }
}

.templated-slider-build-2-1 .slide-template-new-t-main .text-item {
  top: 83.47%;
  width: 90.69%;
  left: 4.65%;
  right: auto;
  text-align: center;
  font-size: 1.25em;
}

.templated-slider-slideset-ny2018 .slide-template-new-p-5-with-caption-and-logo .image-item-logo,
.templated-slider-slideset-ny2018-alt .slide-template-new-p-5-with-caption-and-logo .image-item-logo {
  left: 3.48%;
  width: 9.88%;
  top: auto !important;
  bottom: 5.21%;
}

.templated-slider-slideset-ny2018 .slide-template-new-q-5-with-logo .text-item,
.templated-slider-slideset-ny2018-alt .slide-template-new-q-5-with-logo .text-item {
  left: 2.32% !important;
  width: 35.46% !important;
}

.slide-template-new-q4-with-logo .image-item-1 {
  right: 0;
  top: 6.95%;
  height: 89.56%;
}

.slide-template-new-q4-with-logo .image-item-2 {
  top: 0%;
  left: 14.53%;
  width: 36.27%;
}

.slide-template-new-q4-with-logo .image-item-3 {
  left: 5.23% !important;
  width: 32.55% !important;
  top: 37.73%;
}

.slide-template-new-q4-with-logo .image-item-logo {
  right: 1.16%;
  top: auto !important;
  bottom: 5.21%;
}

.slide-template-new-q4-with-logo .text-item {
  top: 80.17%;
  left: 5.23%;
  width: 32.55%;
}

.templated-slider-slideset-ny2018 .slide-template-new-q-9-with-logo .image-item-3,
.templated-slider-slideset-ny2018-alt .slide-template-new-q-9-with-logo .image-item-3,
.templated-slider-slideset-ny2018 .slide-template-new-q-5-with-logo .image-item-4,
.templated-slider-slideset-ny2018-alt .slide-template-new-q-5-with-logo .image-item-4,
.templated-slider-slideset-ny2018 .slide-template-new-q-4-with-logo .image-item-4,
.templated-slider-slideset-ny2018-alt .slide-template-new-q-4-with-logo .image-item-4,
.templated-slider-slideset-ny2018 .slide-template-new-q-4-modifyied .image-item-4,
.templated-slider-slideset-ny2018-alt .slide-template-new-q-4-modifyied .image-item-4 {
  right: 3.48% !important;
  left: auto !important;
  bottom: 5.21% !important;
}

.templated-slider-slideset-ny2018 .slide-template-new-p-9-with-logo .image-item-3,
.templated-slider-slideset-ny2018-alt .slide-template-new-p-9-with-logo .image-item-3,
.templated-slider-slideset-ny2018 .slide-template-new-p-4-with-logo .image-item-4,
.templated-slider-slideset-ny2018-alt .slide-template-new-p-4-with-logo .image-item-4 {
  left: 3.48% !important;
  right: auto !important;
  bottom: 5.21% !important;
}

.slide-template-new-c-1-recognition .image-item-1 {
  width: 100% !important;
  right: 0 !important;
  left: 0 !important;
}

.slide-template-new-c-1-recognition .image-item-2 {
  top: 8.69%;
  width: 40.69% !important;
  left: 16.27% !important;
}

.slide-template-new-c-1-recognition .image-item-3 {
  top: 22.6%;
  width: 24.41% !important;
  left: 4.06% !important;
}

.slide-template-new-c-1-recognition .text-item-date {
  top: 80%;
  left: 0% !important;
}

.slide-template-new-c-1-recognition .text-item {
  top: 76.52% !important;
  left: 29.06% !important;
  right: 24.41% !important;
  width: auto !important;
}

.slide-template-new-c-1-recognition .text-item .lead.lead-titleLine {
  font-size: 1.03125rem !important;
}

.slide-template-new-c-1-recognition .boxed-button {
  top: 86.95%;
  left: 76.74% !important;
  width: 22.09% !important;
}

.slide-template-new-c-1-recognition .text-item-message {
  color: #fff;
  font-family: "Arapey", serif;
  font-size: 2rem;
  left: 53.48% !important;
  top: 17.39%;
  right: 6.97% !important;
  width: auto;
  text-shadow: 0 0 4px #000, 0 0 24px #000, 0 0 32px #000;
  text-align: center;
}

:lang(he) .slide-template-new-c-1-recognition .text-item-message {
  font-family: "open sans hebrew", "arial hebrew", arial, sans-serif;
}

:lang(el) .slide-template-new-c-1-recognition .text-item-message {
  font-family: Arial, Verdana, sans-serif;
}

.slide-template-new-c-1-recognition .text-item-message span.recognition-date {
  font-size: 1.25rem;
  display: block;
  padding-top: 0.625rem;
  text-align: left;
  text-indent: -legacy-rem-size(1.8rem);
  padding-left: 2.5rem;
}

[dir="rtl"] .slide-template-new-c-1-recognition .text-item-message span.recognition-date {
  text-align: right;
  text-indent: -legacy-rem-size(1.6rem);
  padding-left: unset;
  padding-right: 2.5rem;
}

:lang(fr) .slide-template-new-c-1-recognition .text-item-message span.recognition-date {
  text-indent: -legacy-rem-size(0.9rem);
}

:lang(it) .slide-template-new-c-1-recognition .text-item-message span.recognition-date {
  text-indent: -legacy-rem-size(1.2rem);
}

.templated-slider-slideset-ny2018 .slide-template-new-c-1-event .image-item-logo img,
.templated-slider-slideset-ny2018-alt .slide-template-new-c-1-event .image-item-logo img,
.templated-slider-slideset-ny2018 .slide-template-new-e-event-top .image-item-logo img,
.templated-slider-slideset-ny2018-alt .slide-template-new-e-event-top .image-item-logo img,
.templated-slider-slideset-ny2018 .slide-template-new-e-event-bottom .image-item-logo img,
.templated-slider-slideset-ny2018-alt .slide-template-new-e-event-bottom .image-item-logo img,
.templated-slider-slideset-ny2018 .slide-template-new-f-event-top .image-item-logo img,
.templated-slider-slideset-ny2018-alt .slide-template-new-f-event-top .image-item-logo img {
  -webkit-filter: drop-shadow(0px 0px 10px #333);
  filter: drop-shadow(0px 0px 10px #333);
}

.slide-template-new-p-5-custom-with-logo-3 .image-item-1 {
  top: 6.95% !important;
  width: 59.88% !important;
}

.slide-template-new-p-5-custom-with-logo-3 .image-item-2 {
  top: 6.95% !important;
  width: 17.44% !important;
  left: 62.2% !important;
}

.slide-template-new-p-5-custom-with-logo-3 .image-item-3 {
  top: 6.95% !important;
  width: 17.44% !important;
  left: auto !important;
  right: 2.55% !important;
}

.slide-template-new-p-5-custom-with-logo-3 .image-item-4 {
  top: 27.82% !important;
  width: 37.79% !important;
  left: 62.2% !important;
}

.slide-template-new-p-5-custom-with-logo-3 .image-item-5 {
  top: 59.13% !important;
  width: 34.88% !important;
  left: 62.2% !important;
}

.slide-template-new-p-5-custom-with-logo-3 .image-item-logo {
  left: 1.16% !important;
  top: auto !important;
  bottom: 5.21%;
}

.slide-template-new-p-5-custom-with-logo-3 .text-item {
  top: 77.91% !important;
  left: 62.2% !important;
  width: 37.79% !important;
}

.slide-template-new-custom-missions .image-item-1 {
  top: 0% !important;
  width: 100% !important;
}

.slide-template-new-custom-missions .image-item-2 {
  top: 62.43% !important;
  width: 23.83% !important;
  left: 0% !important;
}

.slide-template-new-custom-missions .image-item-3 {
  top: 62.43% !important;
  width: 23.83% !important;
  left: 25.58% !important;
}

.slide-template-new-custom-missions .image-item-4 {
  top: 62.43% !important;
  width: 23.83% !important;
  left: 51.16% !important;
}

.slide-template-new-custom-missions .image-item-logo {
  left: 2.32% !important;
  top: 45.21% !important;
}

.slide-template-new-custom-missions .text-item {
  top: 62.43% !important;
  left: 76.51% !important;
  width: 23.6% !important;
}

.slide-id-slide-missions-p-5 .image-item-1 {
  top: 0% !important;
  left: 0% !important;
  width: 59.88% !important;
}

.slide-id-slide-missions-p-5 .image-item-2 {
  top: 0% !important;
  left: auto !important;
  right: 0% !important;
  width: 37.79% !important;
}

.slide-id-slide-missions-p-5 .image-item-3 {
  top: 59.65% !important;
  width: 19.41% !important;
  left: 62.2% !important;
  right: auto !important;
}

.slide-id-slide-missions-p-5 .image-item-4 {
  top: 59.65% !important;
  width: 19.41% !important;
  left: auto !important;
  right: 0 !important;
}

.slide-id-slide-missions-p-5 .image-item-logo {
  left: 2.32% !important;
  top: 68.69% !important;
}

.slide-id-slide-missions-p-5 .text-item {
  top: 86.43% !important;
  left: auto !important;
  right: 18.25% !important;
  width: 76.74% !important;
}

.slide-id-slide-missions-q-5 .image-item-1 {
  top: 0% !important;
  left: auto !important;
  right: 0% !important;
  width: 59.88% !important;
}

.slide-id-slide-missions-q-5 .image-item-2 {
  top: 0% !important;
  left: 0% !important;
  width: 37.79% !important;
}

.slide-id-slide-missions-q-5 .image-item-3 {
  top: 59.65% !important;
  width: 19.41% !important;
  left: 18.25% !important;
}

.slide-id-slide-missions-q-5 .image-item-4 {
  top: 59.65% !important;
  width: 19.41% !important;
  left: 0 !important;
}

.slide-id-slide-missions-q-5 .image-item-logo {
  left: auto !important;
  right: 2.32% !important;
  top: 68.69% !important;
}

.slide-id-slide-missions-q-5 .text-item {
  top: 86.43% !important;
  left: 18.25% !important;
  width: 76.74% !important;
}

/* OVERRIDES */
.templated-slider-slideset-ny2018 slide .text-item,
.templated-slider-slideset-ny2018-alt slide .text-item {
  font-size: 0.78125rem !important;
}

.templated-slider-slideset-ny2018 .lead.lead-titleLine,
.templated-slider-slideset-ny2018-alt .lead.lead-titleLine {
  font-size: 1.04167rem !important;
  line-height: 1.2em !important;
}

:lang(he) .templated-slider-slideset-ny2018 slide .text-item {
  font-size: 0.875rem !important;
}

:lang(he) .templated-slider-slideset-ny2018.templated-slider-build-2-1 span.lead.lead-titleLine {
  font-size: 1.15625rem !important;
  line-height: 1.3125rem !important;
}

:lang(ru) .templated-slider-slideset-ny2018 .lead.lead-titleLine,
:lang(ru) .templated-slider-slideset-ny2018-alt .lead.lead-titleLine {
  font-size: 0.9375rem !important;
}

:lang(fr) .templated-slider-slideset-ny2018 .lead.lead-titleLine,
:lang(es) .templated-slider-slideset-ny2018 .lead.lead-titleLine {
  font-size: 1rem !important;
}

@media screen and (min-width: 992px) and (max-width: 1023px) {
  .templated-slider-slideset-ny2018 .slide-templated-new .item.boxed-button,
  .templated-slider-slideset-ny2018-alt .slide-templated-new .item.boxed-button {
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .templated-slider-slideset-ny2018 .slide-templated-new .item.boxed-button,
  .templated-slider-slideset-ny2018-alt .slide-templated-new .item.boxed-button {
    display: none;
  }
}

@media (max-width: 767px) {
  .templated-slider-slideset-ny2018 .slide-templated-new .item.boxed-button,
  .templated-slider-slideset-ny2018-alt .slide-templated-new .item.boxed-button {
    display: none;
  }
}

/* NEW UNIQUE STYLES */
.templated-slider-slideset-ny2018 .white-arrow-text,
.templated-slider-slideset-ny2018-alt .white-arrow-text {
  padding: 9px 16px 3px;
}

:lang(el) .templated-slider-slideset-ny2018 .white-arrow-text {
  padding: 9px 10px 3px;
  font-size: 1.75rem;
}

.templated-slider-slideset-ny2018 .white-arrow-text:after,
.templated-slider-slideset-ny2018-alt .white-arrow-text:after {
  left: calc(100% - 8px);
  border-width: 15px;
  transform: scaleX(0.5);
}

@media screen and (min-width: 768px) {
  .templated-slider-slideset-ny2018 .white-arrow-text:after,
  .templated-slider-slideset-ny2018-alt .white-arrow-text:after {
    left: calc(100% - 17px);
    border-width: 32px;
  }
}

.templated-slider-slideset-ny2018 .slide-id-slide9 .text-item,
.templated-slider-slideset-ny2018-alt .slide-id-slide9 .text-item {
  top: 73.39% !important;
}

.templated-slider-slideset-ny2018 .slide-id-slide11 .image-item-2,
.templated-slider-slideset-ny2018-alt .slide-id-slide11 .image-item-2 {
  top: 0%;
  left: 1.39% !important;
  width: 36.27% !important;
}

.templated-slider-slideset-ny2018 .slide-id-slide11 .text-item,
.templated-slider-slideset-ny2018-alt .slide-id-slide11 .text-item {
  top: 78.95% !important;
  left: 5.23% !important;
  width: 32.55% !important;
}

.templated-slider-slideset-ny2018.templated-slider-build-2-1 [class*="slide-template-new-c-"] .text-item,
.templated-slider-slideset-ny2018 .slide-template-new-c-1-event .text-item,
.templated-slider-slideset-ny2018 .slide-id-slide11 .text-item {
  bottom: 1px !important;
}

:lang(he) .templated-slider-slideset-ny2018 .slide-template-new-c-1-event .text-item {
  left: 20% !important;
  right: 26.41% !important;
}

.templated-slider-slideset-ny2018 .slide-id-slide13 .text-item,
.templated-slider-slideset-ny2018-alt .slide-id-slide13 .text-item {
  top: 73.91% !important;
  bottom: 0px !important;
  width: 37.79% !important;
}

.templated-slider-slideset-ny2018 .slide-id-slide14 .text-item,
.templated-slider-slideset-ny2018-alt .slide-id-slide14 .text-item {
  top: 68.69% !important;
  width: 35.46% !important;
}

.templated-slider-slideset-ny2018 .slide-id-slide16 .text-item,
.templated-slider-slideset-ny2018-alt .slide-id-slide16 .text-item {
  top: 68.69% !important;
}

.slide-template-new-p-5-custom-with-logo-3.slide-id-slide17 .image-item-4 {
  top: 24.86% !important;
}

.slide-template-new-p-5-custom-with-logo-3.slide-id-slide17 .image-item-5 {
  top: 53.91% !important;
}

.slide-template-new-p-5-custom-with-logo-3.slide-id-slide17 .text-item {
  top: 74.43% !important;
  bottom: auto !important;
}

.templated-slider-slideset-ny2018 .slide-id-slide24 .text-item .lead-titleLine,
.templated-slider-slideset-ny2018-alt .slide-id-slide24 .text-item .lead-titleLine {
  font-size: 1.875rem !important;
}

.templated-slider-slideset-ny2018 .slide-id-slide30 .image-item-2,
.templated-slider-slideset-ny2018-alt .slide-id-slide30 .image-item-2 {
  top: 69.56%;
}

.templated-slider-slideset-ny2018 .slide-id-slide30 .boxed-button,
.templated-slider-slideset-ny2018-alt .slide-id-slide30 .boxed-button {
  top: 60%;
}

.templated-slider-slideset-ny2018 .slide-id-slide31 .image-item-2,
.templated-slider-slideset-ny2018-alt .slide-id-slide31 .image-item-2 {
  top: 70.43%;
}

.templated-slider-slideset-ny2018 .slide-id-slide31 .boxed-button,
.templated-slider-slideset-ny2018-alt .slide-id-slide31 .boxed-button {
  top: 61.73%;
}

/*.templated-slider-slideset-ny2018 .slide-id-slide25 .text-item,
/*.templated-slider-slideset-ny2018-alt .slide-id-slide25 .text-item {
    top: CSSPercentY(434) !important;
    }*/
.templated-slider-slideset-ny2018 .slide-template-new-c-1-recognition.slide-id-slide-macedonia .image-item-2,
.templated-slider-slideset-ny2018-alt .slide-template-new-c-1-recognition.slide-id-slide-macedonia .image-item-2 {
  width: 32.55% !important;
  left: 22.2% !important;
}

.templated-slider-slideset-ny2018 .slide-template-new-c-1-recognition.slide-id-slide-macedonia .text-item,
.templated-slider-slideset-ny2018-alt .slide-template-new-c-1-recognition.slide-id-slide-macedonia .text-item {
  /*width: CSSPercentX(500) !important;*/
  top: 61.73%;
  width: auto !important;
  right: 10% !important;
  left: 18.6% !important;
}

:lang(el) .templated-slider-slideset-ny2018 .slide-template-new-c-1-recognition.slide-id-slide-macedonia .text-item,
:lang(ru) .templated-slider-slideset-ny2018 .slide-template-new-c-1-recognition.slide-id-slide-macedonia .text-item,
:lang(ru) .templated-slider-slideset-ny2018-alt .slide-template-new-c-1-recognition.slide-id-slide-macedonia .text-item {
  /*width: CSSPercentX(500) !important;*/
  left: 23.25% !important;
}

.templated-slider-slideset-ny2018 .slide-template-new-c-1-recognition.slide-id-slide-macedonia .text-item-message,
.templated-slider-slideset-ny2018-alt .slide-template-new-c-1-recognition.slide-id-slide-macedonia .text-item-message {
  width: 37.2% !important;
  left: 57.55% !important;
  font-size: 24px;
  font-weight: bold;
}

.templated-slider-slideset-ny2018 .slide-template-new-c-1-recognition.slide-id-slide-macedonia .recognition-date,
.templated-slider-slideset-ny2018-alt .slide-template-new-c-1-recognition.slide-id-slide-macedonia .recognition-date {
  font-size: 16px;
  padding-left: 5rem !important;
}

.templated-slider-slideset-ny2018 .slide-template-new-c-1-recognition.slide-id-slide-macedonia .boxed-button,
.templated-slider-slideset-ny2018-alt .slide-template-new-c-1-recognition.slide-id-slide-macedonia .boxed-button {
  display: none !important;
}

@media (max-width: 767px) {
  .templated-slider-slideset-ny2018 .slide-template-new-c-1-recognition.slide-id-slide-macedonia .text-item-message,
  .templated-slider-slideset-ny2018-alt .slide-template-new-c-1-recognition.slide-id-slide-macedonia .text-item-message {
    font-size: 0.875rem;
    line-height: 1.1em;
  }
  .templated-slider-slideset-ny2018 .slide-template-new-c-1-recognition.slide-id-slide-macedonia .recognition-date,
  .templated-slider-slideset-ny2018-alt .slide-template-new-c-1-recognition.slide-id-slide-macedonia .recognition-date {
    font-size: 0.6875rem !important;
    padding-left: 2.5rem !important;
  }
  .templated-slider-slideset-ny2018 .slide-template-new-c-1-recognition.slide-id-slide-macedonia .text-item-message,
  .templated-slider-slideset-ny2018-alt .slide-template-new-c-1-recognition.slide-id-slide-macedonia .text-item-message {
    top: 12px !important;
    width: 152px !important;
  }
}

.templated-slider-slideset-ny2018 .slide-template-new-c-1-recognition.slide-id-slide-colombia .image-item-2,
.templated-slider-slideset-ny2018-alt .slide-template-new-c-1-recognition.slide-id-slide-colombia .image-item-2 {
  width: 32.55% !important;
  left: 22.2% !important;
}

.templated-slider-slideset-ny2018 .slide-template-new-c-1-recognition.slide-id-slide-colombia .text-item,
.templated-slider-slideset-ny2018-alt .slide-template-new-c-1-recognition.slide-id-slide-colombia .text-item {
  /*width: CSSPercentX(500) !important;*/
  top: 61.73%;
  width: auto !important;
  right: 10% !important;
  left: 18.6% !important;
}

:lang(it) .templated-slider-slideset-ny2018 .slide-template-new-c-1-recognition.slide-id-slide-colombia .text-item {
  left: 23.25% !important;
}

.templated-slider-slideset-ny2018 .slide-template-new-c-1-recognition.slide-id-slide-colombia .text-item-message,
.templated-slider-slideset-ny2018-alt .slide-template-new-c-1-recognition.slide-id-slide-colombia .text-item-message {
  width: 37.2% !important;
  left: 57.55% !important;
  font-size: 26px;
  font-weight: bold;
}

:lang(nl) .templated-slider-slideset-ny2018 .slide-template-new-c-1-recognition.slide-id-slide-colombia .text-item-message {
  font-size: 24px;
}

:lang(ru) .templated-slider-slideset-ny2018 .slide-template-new-c-1-recognition.slide-id-slide-colombia .text-item-message,
:lang(ru) .templated-slider-slideset-ny2018-alt .slide-template-new-c-1-recognition.slide-id-slide-colombia .text-item-message {
  width: 43% !important;
  left: 56.55% !important;
  font-size: 22px;
}

.templated-slider-slideset-ny2018 .slide-template-new-c-1-recognition.slide-id-slide-colombia .recognition-date,
.templated-slider-slideset-ny2018-alt .slide-template-new-c-1-recognition.slide-id-slide-colombia .recognition-date {
  font-size: 18px !important;
  padding-left: 1legacy-rem-size 2rem !important;
}

.templated-slider-slideset-ny2018 .slide-template-new-c-1-recognition.slide-id-slide-colombia .boxed-button,
.templated-slider-slideset-ny2018-alt .slide-template-new-c-1-recognition.slide-id-slide-colombia .boxed-button {
  display: none !important;
}

@media (max-width: 767px) {
  :lang(ru) .templated-slider-slideset-ny2018 .slide-template-new-c-1-recognition.slide-id-slide-colombia .text-item-message,
  :lang(ru) .templated-slider-slideset-ny2018-alt .slide-template-new-c-1-recognition.slide-id-slide-colombia .text-item-message {
    font-size: 0.8125rem;
    line-height: 1.1em;
  }
  .templated-slider-slideset-ny2018 .slide-template-new-c-1-recognition.slide-id-slide-colombia .text-item-message,
  .templated-slider-slideset-ny2018-alt .slide-template-new-c-1-recognition.slide-id-slide-colombia .text-item-message {
    top: 6px !important;
  }
  .templated-slider-slideset-ny2018 .slide-template-new-c-1-recognition.slide-id-slide-colombia .text-item-message,
  .templated-slider-slideset-ny2018-alt .slide-template-new-c-1-recognition.slide-id-slide-colombia .text-item-message {
    font-size: 0.875rem;
    line-height: 1.1em;
  }
  .templated-slider-slideset-ny2018 .slide-template-new-c-1-recognition.slide-id-slide-colombia .recognition-date,
  .templated-slider-slideset-ny2018-alt .slide-template-new-c-1-recognition.slide-id-slide-colombia .recognition-date {
    font-size: 0.6875rem !important;
    padding-left: 2.5rem !important;
  }
}

.templated-slider-slideset-ny2018 .slide-id-slide3a .image-item-2,
.templated-slider-slideset-ny2018-alt .slide-id-slide3a .image-item-2 {
  top: 37.56%;
  width: 25.58%;
  left: 0;
}

.templated-slider-slideset-ny2018 .slide-id-slide3a .text-item,
.templated-slider-slideset-ny2018-alt .slide-id-slide3a .text-item {
  top: auto !important;
  bottom: 57.39% !important;
  left: 2.32% !important;
  width: 20.93% !important;
}

:lang(zh) .templated-slider-slideset-ny2018 .slide-id-slide3a .text-item {
  bottom: 60.86% !important;
}

.templated-slider-slideset-ny2018 .slide-id-slide31 .text-item,
.templated-slider-slideset-ny2018-alt .slide-id-slide31 .text-item {
  top: 71.3% !important;
  right: 26.74% !important;
}

.templated-slider-slideset-ny2018 .slide-id-slide35 .text-item,
.templated-slider-slideset-ny2018-alt .slide-id-slide35 .text-item {
  /*width: CSSPercentX(500) !important;*/
  width: auto !important;
  right: 1.16% !important;
}

[dir="rtl"] .templated-slider-slideset-ny2018 .slide-id-slide35 .text-item {
  right: 10% !important;
}

.templated-slider-slideset-ny2018 .slide-id-slide35 .boxed-button,
.templated-slider-slideset-ny2018-alt .slide-id-slide35 .boxed-button {
  display: none !important;
}

.templated-slider-slideset-ny2018 .slide-id-slide35 .text-item-message,
.templated-slider-slideset-ny2018-alt .slide-id-slide35 .text-item-message {
  font-size: 26px;
  font-weight: bold;
}

.templated-slider-slideset-ny2018 .slide-id-slide35 .recognition-date,
.templated-slider-slideset-ny2018-alt .slide-id-slide35 .recognition-date {
  font-size: 18px !important;
  padding-left: 1legacy-rem-size 2rem !important;
  padding-right: 1.25rem;
}

:lang(no) .templated-slider-slideset-ny2018 .slide-id-slide35 .recognition-date,
:lang(no) .templated-slider-slideset-ny2018 .slide-template-new-c-1-recognition.slide-id-slide-colombia .recognition-date,
:lang(no) .templated-slider-slideset-ny2018 .slide-template-new-c-1-recognition .recognition-date {
  padding-left: 1legacy-rem-size 0rem !important;
}

[dir="rtl"] .templated-slider-slideset-ny2018 .slide-id-slide35 .recognition-date,
[dir="rtl"] .templated-slider-slideset-ny2018 .slide-template-new-c-1-recognition.slide-id-slide-colombia .recognition-date,
[dir="rtl"] .templated-slider-slideset-ny2018 .slide-template-new-c-1-recognition .recognition-date {
  padding-left: 0rem !important;
  padding-right: 5.625rem !important;
}

@media (max-width: 767px) {
  .templated-slider-slideset-ny2018 .slide-id-slide35 .text-item-message,
  .templated-slider-slideset-ny2018-alt .slide-id-slide35 .text-item-message {
    top: 24px !important;
  }
  .templated-slider-slideset-ny2018 .slide-id-slide35 .text-item-message,
  .templated-slider-slideset-ny2018-alt .slide-id-slide35 .text-item-message {
    font-size: 0.875rem;
    line-height: 1.1em;
  }
  .templated-slider-slideset-ny2018 .slide-id-slide35 .recognition-date,
  .templated-slider-slideset-ny2018-alt .slide-id-slide35 .recognition-date {
    font-size: 0.6875rem !important;
    padding-left: 2.5rem !important;
  }
  :lang(no) .templated-slider-slideset-ny2018 .slide-id-slide35 .recognition-date,
  :lang(no) .templated-slider-slideset-ny2018 .slide-template-new-c-1-recognition.slide-id-slide-colombia .recognition-date,
  :lang(no) .templated-slider-slideset-ny2018 .slide-template-new-c-1-recognition .recognition-date {
    padding-left: 1.875rem !important;
  }
}

:lang(nl) .templated-slider-slideset-ny2018 .slide-id-slide26 .text-item {
  left: 20% !important;
}

.templated-slider-slideset-ny2018 .white-arrow-text,
.templated-slider-slideset-ny2018-alt .white-arrow-text {
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
}

:lang(fr) .templated-slider-slideset-ny2018 .slide-template-new-c-1-event.slide-id-slide26 .text-item {
  left: 19% !important;
}

:lang(fr) .templated-slider-slideset-ny2018 .slide-template-new-c-1-event .text-item .lead.lead-titleLine,
:lang(sv) .templated-slider-slideset-ny2018 .slide-template-new-c-1-event .text-item .lead.lead-titleLine {
  font-size: 0.9875rem !important;
}

:lang(it) .templated-slider-slideset-ny2018 .slide-template-new-c-1-event .text-item .lead.lead-titleLine {
  font-size: 0.90625rem !important;
}

:lang(fr) .templated-slider-slideset-ny2018 .slide-templated-new .item.boxed-button,
:lang(it) .templated-slider-slideset-ny2018 .slide-templated-new .item.boxed-button,
:lang(es) .templated-slider-slideset-ny2018 .slide-templated-new .item.boxed-button {
  font-size: 0.9375rem;
}

:lang(pt) .templated-slider-slideset-ny2018 .slide-templated-new .item.boxed-button {
  font-size: 1.1em;
}

:lang(el) .templated-slider-slideset-ny2018 .slide-templated-new .item.boxed-button,
:lang(nl) .templated-slider-slideset-ny2018 .slide-templated-new .item.boxed-button,
:lang(ru) .templated-slider-slideset-ny2018 .slide-templated-new .item.boxed-button,
:lang(ru) .templated-slider-slideset-ny2018-alt .slide-templated-new .item.boxed-button {
  white-space: normal;
  line-height: 1.2em;
  /*bottom: 3% !important;*/
}

/*:lang(pt) .templated-slider-slideset-ny2018 .slide-templated-new .boxed-button.center-parent,*/
:lang(el) .templated-slider-slideset-ny2018 .slide-templated-new .boxed-button.center-parent,
:lang(nl) .templated-slider-slideset-ny2018 .slide-templated-new .boxed-button.center-parent,
:lang(ru) .templated-slider-slideset-ny2018 .slide-templated-new .boxed-button.center-parent,
:lang(ru) .templated-slider-slideset-ny2018-alt .slide-templated-new .boxed-button.center-parent {
  padding: 0.3125rem 0.9375rem 0.1875rem;
}

.templated-slider-slideset-ny2018 .white-arrow-text:before,
.templated-slider-slideset-ny2018-alt .white-arrow-text:before {
  content: "";
  position: absolute;
  top: 0;
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #fff;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
  transform: scaleX(0.5);
  left: calc(100% - 16px);
  border-width: 32px;
}

.templated-slider-slideset-ny2018 .slide-template-new-c-1-event.slide-id-slide36 .text-item {
  right: 23.72% !important;
  top: auto !important;
  bottom: 1.73% !important;
}

/* GRAND OPENING JOBURG NORTH 2018 */
/* DIMMING */
/*.templated-slider-slideset-joburg-north-grand-opening .event-press-release-inline-image {background:white;}
.templated-slider-slideset-joburg-north-grand-opening .event-press-release-inline-image img {opacity: 0.4;}*/
/* REVIEW THIS ONE! THIS OVERRIDE IS A MADNESS */
.templated-slider-slideset-joburg-north-grand-opening.templated-slider-build-2-1 #shell #header_slideshow_wraper:not(.moving) .slide-template-new-h.slide-id-slide20 .text-item {
  top: 45.21% !important;
  transform: initial !important;
  -webkit-transform: initial !important;
}

/*.templated-slider-slideset-joburg-north-grand-opening .slide-template-new-c-2.slide-id-slide21 .text-item {
  top: CSSPercentY(500) !important;
  }*/
.templated-slider-slideset-joburg-north-grand-opening .slide-id-slide32 .text-item {
  top: 34.78% !important;
  bottom: auto !important;
}

/* OVERLAYED TEXT LABELS */
/*.templated-slider-slideset-joburg-north-grand-opening .slide-id-slide5 .image-item-1:before {
  font-size: legacy-rem-size(3.2rem);
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  content: "MED. STAGE RIBBON PULL";
  white-space: nowrap;
  top: 50%!important;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  background: #e72992;
  font-family: 'Times New Roman', 'Georgia', serif;
  padding: legacy-rem-size(1rem) legacy-rem-size(1.75rem);
  z-index: 1;
  }*/
/*.templated-slider-slideset-joburg-north-grand-opening .slide-id-slide9 .image-item-1:before {
  font-size: legacy-rem-size(3.2rem);
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  content: "ENTERTAINMENT";
  top: 50%!important;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  background: #e72992;
  font-family: 'Times New Roman', 'Georgia', serif;
  padding: legacy-rem-size(1rem) legacy-rem-size(1.75rem);
  z-index: 1;
  }*/
/*.templated-slider-slideset-joburg-north-grand-opening .slide-id-slide10 .image-item-1:before {
  font-size: legacy-rem-size(3.2rem);
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  content: "COB THRU CROWD";
  top: 50%!important;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  background: #e72992;
  font-family: 'Times New Roman', 'Georgia', serif;
  padding: legacy-rem-size(1rem) legacy-rem-size(1.75rem);
  z-index: 1;
  }*/
/*.templated-slider-slideset-joburg-north-grand-opening .slide-id-slide12 .image-item-1:before,
.templated-slider-slideset-joburg-north-grand-opening .slide-id-slide13 .image-item-1:before,
.templated-slider-slideset-joburg-north-grand-opening .slide-id-slide14 .image-item-1:before,
.templated-slider-slideset-joburg-north-grand-opening .slide-id-slide15 .image-item-1:before {
  font-size: legacy-rem-size(3.2rem);
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  content: "GUEST SPEAKER";
  top: 50%!important;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  background: #e72992;
  font-family: 'Times New Roman', 'Georgia', serif;
  padding: legacy-rem-size(1rem) legacy-rem-size(1.75rem);
  z-index: 1;
  }*/
/*.templated-slider-slideset-joburg-north-grand-opening .slide-id-slide16 .image-item-1:before {
  font-size: legacy-rem-size(3.2rem);
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  content: "OL GROUP SHOT";
  top: 50%!important;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  background: #e72992;
  font-family: 'Times New Roman', 'Georgia', serif;
  padding: legacy-rem-size(1rem) legacy-rem-size(1.75rem);
  z-index: 1;
  }*/
/*.templated-slider-slideset-joburg-north-grand-opening .slide-id-slide17 .image-item-1:before {
  font-size: legacy-rem-size(3.2rem);
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  white-space: nowrap;
  content: "PUBLIC TOURING";
  top: 50%!important;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  background: #e72992;
  font-family: 'Times New Roman', 'Georgia', serif;
  padding: legacy-rem-size(1rem) legacy-rem-size(1.75rem);
  z-index: 1;
  }*/
/*.templated-slider-slideset-joburg-north-grand-opening .slide-id-slide18 .image-item-1:before {
  font-size: legacy-rem-size(3.2rem);
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  content: "PUBLIC TOURING";
  top: 50%!important;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  background: #e72992;
  font-family: 'Times New Roman', 'Georgia', serif;
  padding: legacy-rem-size(1rem) legacy-rem-size(1.75rem);
  z-index: 1;
  }*/
.templated-slider-slideset-joburg-north-grand-opening .slide-id-slide4 .image-item-2 {
  top: 37.39% !important;
}

.templated-slider-slideset-joburg-north-grand-opening .slide-id-slide4 .text-item {
  bottom: 66.08% !important;
  top: auto !important;
}

/*.templated-slider-slideset-joburg-north-grand-opening .slide-id-slide7new .text-item {
  top: CSSPercentY(460) !important;
  }*/
.templated-slider-slideset-joburg-north-grand-opening .slide-id-slide9 .image-item-1 {
  top: 0% !important;
}

/*.templated-slider-slideset-joburg-north-grand-opening .slide-id-slide11 .text-item {
  bottom: CSSPercentY(6) !important;
  top: auto !important;
  width: 94% !important;
  left: 3% !important;
  }*/
.org-domain-jbgn.templated-slider-slideset-joburg-north-tour-inside .slide-id-slide22 .text-item,
.templated-slider-slideset-joburg-north-grand-opening .slide-id-slide22 .text-item {
  top: 83.47% !important;
  /*left: 5.3% !important;*/
  /*width: 56.39% !important;*/
}

.templated-slider-slideset-joburg-north-grand-opening .slide-id-slide24 .text-item,
.templated-slider-slideset-joburg-north-grand-opening .slide-id-slide24 .text-item {
  top: 86.08% !important;
  /*left: CSSPercentX(50) !important;
  right: CSSPercentX(50) !important;
  width: auto !important;*/
}

/*.templated-slider-slideset-joburg-north-grand-opening .slide-id-slide31 .text-item {
  top: CSSPercentY(472) !important;
  bottom: auto !important;
  * left: CSSPercentX(50) !important;
  * right: CSSPercentX(50) !important;
  * width: auto !important;
  }*/
.templated-slider-slideset-joburg-north-grand-opening .slide-id-slide27 .text-item,
.org-domain-jbgn.templated-slider-slideset-joburg-north-tour-inside .slide-id-slide27 .text-item,
.org-domain-jbgn.templated-slider-slideset-joburg-north-tour-inside-for-org-site .slide-id-slide27 .text-item {
  top: 73.91% !important;
  left: 4.06% !important;
  width: 56.39% !important;
}

.path-scientology-today-events #shell .editable li {
  margin-bottom: .5em;
}

:lang(ja) .templated-slider-slideset-joburg-north-grand-opening .slide-id-slide5 .text-item {
  width: 66.61% !important;
}

:lang(de) .templated-slider-slideset-joburg-north-grand-opening #editable_body_holder .medium-insert-images {
  margin-bottom: 10px;
}

:lang(fr) .templated-slider-slideset-ny2018 .slide-id-slide36 .text-item,
:lang(es) .templated-slider-slideset-ny2018 .slide-id-slide36 .text-item,
:lang(pt) .templated-slider-slideset-ny2018 .slide-id-slide36 .text-item {
  bottom: 0.69% !important;
}

:lang(ru) .templated-slider-slideset-ny2018 .slide-id-slide36 .text-item {
  left: 23.25% !important;
  bottom: 0.69% !important;
}

:lang(fr) .templated-slider-slideset-ny2018 .slide-id-slide36 .text-item .lead.lead-date,
:lang(es) .templated-slider-slideset-ny2018 .slide-id-slide36 .text-item .lead.lead-date,
:lang(pt) .templated-slider-slideset-ny2018 .slide-id-slide36 .text-item .lead.lead-date,
:lang(ru) .templated-slider-slideset-ny2018 .slide-id-slide36 .text-item .lead.lead-date {
  font-size: 2em;
}

:lang(pt) .templated-slider-slideset-joburg-north-grand-opening .slide-id-slide11 .text-item {
  left: 6.97% !important;
  width: 86.04% !important;
}

:lang(ru) .templated-slider-slideset-joburg-north-grand-opening .slide-id-slide27 .text-item {
  left: 2.9% !important;
  width: 58.13% !important;
}

:lang(ru) .templated-slider-slideset-joburg-north-grand-opening .slide-id-slide28 .text-item {
  left: 6.97% !important;
  width: 86.04% !important;
}

@media (max-width: 480px) {
  .templated-slider-slideset-joburg-north-grand-opening #shell .editable-body-holder .medium-insert-images-left,
  .templated-slider-slideset-joburg-north-grand-opening #shell #editable_body_holder .medium-insert-images-left,
  .templated-slider-slideset-amsterdam-grand-opening #shell .editable-body-holder .medium-insert-images-left,
  .templated-slider-slideset-amsterdam-grand-opening #shell #editable_body_holder .medium-insert-images-left,
  .templated-slider-slideset-dublin-grand-opening #shell .editable-body-holder .medium-insert-images-left,
  .templated-slider-slideset-dublin-grand-opening #shell #editable_body_holder .medium-insert-images-left {
    max-width: 100% !important;
  }
}

:lang(es) .templated-slider-slideset-joburg-north-grand-opening #editable_body_holder .medium-insert-images-left {
  margin-bottom: 15px;
}

/* Silicon Valley */
.templated-slider-slideset-silicon-valley-grand-opening .slide-id-slide-group-shot .text-item {
  top: 85.56% !important;
}

.templated-slider-slideset-silicon-valley-grand-opening .slide-id-slide10 .text-item {
  left: 14.53% !important;
  right: 14.53% !important;
  width: auto !important;
}

.templated-slider-slideset-silicon-valley-grand-opening .slide-id-slide-intro-services .text-item {
  top: 85.91% !important;
}

.templated-slider-slideset-silicon-valley-grand-opening .slide-id-slide-hgc .text-item {
  top: 85.91% !important;
}

.templated-slider-slideset-silicon-valley-grand-opening .slide-template-new-q-7-big-inset .image-item-2 {
  width: 37.79% !important;
}

.templated-slider-slideset-silicon-valley-grand-opening .slide-template-new-q-7-big-inset .text-item {
  top: 66.95% !important;
}

/*.templated-slider-slideset-silicon-valley-grand-opening .slide-id-slide-chapel.slide-template-new-b-3 .image-item-1 {
  top: CSSPercentY(70) !important;
  height: CSSPercentY(344) !important;
}

.templated-slider-slideset-silicon-valley-grand-opening .slide-id-slide-chapel.slide-template-new-b-3 .text-item {
  top: CSSPercentY(435) !important;
  }*/
/*.templated-slider-slideset-silicon-valley-grand-opening .slide-id-slide13 .image-item-1:before {
  font-size: legacy-rem-size(1.5rem);
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  content: "CURRENT";
  top: calc(legacy-rem-size(2.25rem) + 100%)!important;
  left: 100%;
  transform: translateX(-100%);
  color: white;
  background: #e72992;
  font-family: 'Times New Roman', 'Georgia', serif;
  padding: legacy-rem-size(0.75rem) legacy-rem-size(1.75rem);
  z-index: 1000;
}

.templated-slider-slideset-silicon-valley-grand-opening .slide-id-slide13alt .image-item-1:before {
  font-size: legacy-rem-size(1.5rem);
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  content: "ALTERNATE";
  top: calc(legacy-rem-size(2.25rem) + 100%)!important;
  left: 100%;
  transform: translateX(-100%);
  color: white;
  background: #e72992;
  font-family: 'Times New Roman', 'Georgia', serif;
  padding: legacy-rem-size(0.75rem) legacy-rem-size(1.75rem);
  z-index: 1000;
  }*/
/* Salt Lake City */
.templated-slider-slideset-salt-lake-city-grand-opening .slide-id-slide12 .text-item {
  min-height: 38.26% !important;
}

.templated-slider-slideset-salt-lake-city-grand-opening .slide-id-slide14 .text-item {
  min-height: 58.43% !important;
}

.templated-slider-slideset-salt-lake-city-grand-opening .slide-id-slide15 .text-item {
  min-height: 52.17% !important;
}

.templated-slider-slideset-salt-lake-city-grand-opening .slide-id-slide16 .text-item {
  min-height: 38.26% !important;
}

.templated-slider-slideset-salt-lake-city-grand-opening .slide-id-slide-exterior-entrance .text-item {
  min-height: 20.86% !important;
}

.templated-slider-slideset-salt-lake-city-grand-opening .slide-id-slide-seminars .text-item {
  top: 83.47% !important;
}

.templated-slider-slideset-salt-lake-city-grand-opening .slide-id-slide-hgc .text-item {
  top: 85.91% !important;
}

.templated-slider-slideset-salt-lake-city-tour-inside .slide-id-slide-reception .text-item {
  top: 83.47% !important;
}

.templated-slider-slideset-salt-lake-city-tour-inside .slide-id-slide-purif .text-item {
  top: 76.86% !important;
}

/*
oooo     oooo                                   oooo               oo   ooooooo              ooooooo     ooooooo     oo   ooooooo
 8888o   888   ooooooo   oo oooooo     ooooooo   888ooooo        o888 o88    888o          o88     888 o888  o888o o888 o888   888o
 88 888o8 88   ooooo888   888    888 888     888 888   888        888     88888o                 o888  888  8  888  888  888888888
 88  888  88 888    888   888        888         888   888        888 88o    o888 ooo         o888   o 888o8  o888  888 888o   o888
o88o  8  o88o 88ooo88 8o o888o         88ooo888 o888o o888o      o888o  88ooo88   888      o8888oooo88   88ooo88   o888o  88ooo88
                                                                                 o88
                                                                                 */
.templated-slider-slideset-lrh2018 .slide-template-new-a-with-band .image-item-2.image-item-custom {
  display: flex;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

/*.templated-slider-slideset-lrh2018 .slide-id-slide10 .image-item-1 {background:white;}
.templated-slider-slideset-lrh2018 .slide-id-slide10 .image-item-1 img {opacity: 0.4;}
*/
/*.templated-slider-slideset-lrh2018 .slide-id-slide11 .image-item-1 {background:white;}
.templated-slider-slideset-lrh2018 .slide-id-slide11 .image-item-1 img {opacity: 0.4;}
.templated-slider-slideset-lrh2018 .slide-id-slide11 .image-item-2 {background:white;}
.templated-slider-slideset-lrh2018 .slide-id-slide11 .image-item-2 img {opacity: 0.4;}
*/
/* A-show */
.slide-template-new-a-show .image-item-1 {
  /*color: #f8f8f8;*/
  background: rgba(61, 95, 141, 0.8);
  /*font-size: 13px;*/
  /*padding: 5px 5% 13px 27%;*/
  /*height: 106px;*/
  /*top: 77.47%;*/
  left: 0;
  right: 0;
  /*text-align: left;*/
}

.slide-template-new-a-show .image-item-2 {
  left: 0;
  right: 0;
}

.slide-template-new-a-show .image-item-band {
  color: #f8f8f8;
  background: rgba(61, 95, 141, 0.8);
  font-size: 13px;
  padding: 0.25em 5% 0.25em 27%;
  height: 106px;
  top: 77.47%;
  left: 0;
  right: 0;
  text-align: left;
  width: 100%;
  display: flex;
  align-items: center;
}

.slide-template-new-a-show .image-item-band-logo {
  right: auto;
  left: 3%;
  top: 70%;
  padding-top: 32%;
  background-repeat: no-repeat;
  width: 23.25%;
}

@media (max-width: 991px) {
  .slide-template-new-a-show .image-item-band-logo {
    background-size: contain;
  }
}

.slide-template-new-a-show span.lead.lead-titleLine {
  color: #b8d1ed;
}

/* A-band */
.slide-template-new-a-band .image-item-1 {
  /*color: #f8f8f8;*/
  background: rgba(61, 95, 141, 0.8);
  /*font-size: 13px;*/
  /*padding: 5px 5% 13px 27%;*/
  /*height: 106px;*/
  /*top: 77.47%;*/
  left: 0;
  right: 0;
  /*text-align: left;*/
}

.slide-id-slide23a.slide-template-new-a-band .image-item-band {
  padding: 0.25em 2% 0.25em 26%;
  line-height: 1rem;
}

.slide-template-new-a-band .image-item-band {
  color: #f8f8f8;
  background: rgba(61, 95, 141, 0.8);
  font-size: 13px;
  padding: 0.25em 5% 0.25em 27%;
  height: 106px;
  top: 77.47%;
  left: 0;
  right: 0;
  text-align: left;
  width: 100%;
  display: flex;
  align-items: center;
}

.slide-template-new-a-band .image-item-band-logo {
  right: auto;
  left: 3%;
  top: 70%;
  padding-top: 32%;
  background-repeat: no-repeat;
  width: 23.25%;
}

.slide-template-new-w-1a.slide-id-slide32a .image-item-4.image-item-custom2 {
  right: auto !important;
  left: 3% !important;
  top: 70% !important;
  padding-top: 32% !important;
  background-repeat: no-repeat;
  width: 23.25% !important;
}

.slide-template-new-w-1a.slide-id-slide32a .image-item-4.image-item-custom {
  padding: 14px 5% 13px 27%;
}

.slide-template-new-a-band span.lead.lead-titleLine {
  color: #b8d1ed;
}

.templated-slider-slideset-lrh2018 .slide-template-new-a-band .image-item-band span.lead {
  color: #b8d1ed !important;
}

.templated-slider-slideset-lrh2018 .slide-id-slide4 .text-item {
  top: 84.69% !important;
  bottom: 0;
  left: 1.74% !important;
  right: 1.74% !important;
  width: auto !important;
}

:lang(en) .templated-slider-slideset-lrh2018 .slide-id-slide4 .text-item {
  bottom: auto !important;
}

:lang(it) .templated-slider-slideset-lrh2018 .slide-id-slide4 .text-item {
  top: 82.95% !important;
  bottom: auto !important;
}

:lang(el) .templated-slider-slideset-lrh2018.templated-slider-build-2-1 span.lead.lead-titleLine {
  font-size: 1.5em !important;
}

:lang(ru) .templated-slider-slideset-lrh2018.templated-slider-build-2-1 span.lead.lead-titleLine {
  font-size: 1.4em !important;
}

:lang(hu) .templated-slider-slideset-lrh2018 .slide-template-new-a-with-band .image-item-2.image-item-custom,
:lang(es) .templated-slider-slideset-lrh2018 .slide-template-new-a-with-band .image-item-2.image-item-custom,
:lang(sv) .templated-slider-slideset-lrh2018 .slide-template-new-a-with-band .image-item-2.image-item-custom,
:lang(pt) .templated-slider-slideset-lrh2018 .slide-template-new-a-with-band .image-item-2.image-item-custom,
:lang(ru) .templated-slider-slideset-lrh2018 .slide-template-new-a-with-band .image-item-2.image-item-custom,
:lang(nl) .templated-slider-slideset-lrh2018 .slide-template-new-a-with-band .image-item-2.image-item-custom,
:lang(it) .templated-slider-slideset-lrh2018 .slide-template-new-a-with-band .image-item-2.image-item-custom {
  height: 130px;
}

:lang(fr) .templated-slider-slideset-lrh2018 .slide-template-new-a-with-band .image-item-2.image-item-custom,
:lang(el) .templated-slider-slideset-lrh2018 .slide-template-new-a-with-band .image-item-2.image-item-custom {
  height: 145px;
  top: 75%;
}

:lang(he) .templated-slider-slideset-lrh2018 .slide-id-slide9 .image-item {
  left: 0;
}

.templated-slider-slideset-lrh2018 .slide-id-slide7 .text-item {
  top: 85.91% !important;
}

/*.templated-slider-slideset-lrh2018 .slide-id-slide9 .image-item-2 {
  top: CSSPercentY(180)!important;
  }*/
/*.templated-slider-slideset-lrh2018 .slide-id-slide9 .text-item {
  top: CSSPercentY(456)!important;
  width: CSSPercentX(300)!important;
  }*/
.slide-template-new-a-show .image-item-2 {
  left: 0;
  right: 0;
}

.templated-slider-slideset-lrh2018 .slide-template-new-a-with-band .image-item-2 {
  /*padding-left: 25%!important;
  padding-right: 5%!important;*/
}

.templated-slider-slideset-lrh2018 .slide-template-new-a-with-band .image-item-2.image-item-custom {
  padding-left: 23% !important;
  padding-right: 2% !important;
}

/*.templated-slider-slideset-lrh2018 .slide-template-new-a-with-band .image-item-2 .floater-texter {
  padding-left: 0%!important;
  padding-right: 2%!important;
  }*/
/*.templated-slider-slideset-lrh2018 .slide-id-slide2 .text-item {*/
/*top: CSSPercentY(492)!important;*/
/*left: CSSPercentX(25)!important;
  right: CSSPercentX(25)!important;
  width: auto!important;*/
/*}*/
.templated-slider-slideset-lrh2018 .slide-id-slide15 .text-item {
  /*top: CSSPercentY(486)!important;*/
  left: 2.9% !important;
  right: 2.9% !important;
  width: auto !important;
}

.templated-slider-slideset-lrh2018 .slide-id-slide16 .text-item,
.templated-slider-slideset-lrh2018 .slide-id-slide17 .text-item,
.templated-slider-slideset-lrh2018 .slide-id-slide18 .text-item,
.templated-slider-slideset-lrh2018 .slide-id-slide19 .text-item {
  top: 48.69% !important;
}

.templated-slider-slideset-lrh2018 .slide-id-slide18 .text-item {
  width: auto !important;
  left: 62.2% !important;
  right: 3.72% !important;
}

/*.templated-slider-slideset-lrh2018 .slide-id-slide16 .image-item-2 {
  top: 0!important;
}
.templated-slider-slideset-lrh2018 .slide-id-slide16 .image-item-3 {
  top: CSSPercentY(175)!important;
}
.templated-slider-slideset-lrh2018 .slide-id-slide16 .text-item {
  top: CSSPercentY(395)!important;
  left: CSSPercentX(0)!important;
  width: CSSPercentX(365)!important;
  }*/
/*.templated-slider-slideset-lrh2018 .slide-id-slide17 .image-item-2 {
  top: 0!important;
}
.templated-slider-slideset-lrh2018 .slide-id-slide17 .image-item-3 {
  top: CSSPercentY(175)!important;
}
.templated-slider-slideset-lrh2018 .slide-id-slide17 .text-item {
  top: CSSPercentY(372)!important;
  right: CSSPercentX(0)!important;
  width: CSSPercentX(325)!important;
  }*/
/*.templated-slider-slideset-lrh2018 .slide-id-slide18 .image-item-2 {
  top: 0!important;
}
.templated-slider-slideset-lrh2018 .slide-id-slide18 .image-item-3 {
  top: CSSPercentY(135)!important;
}
.templated-slider-slideset-lrh2018 .slide-id-slide18 .text-item {
  top: CSSPercentY(330)!important;
  right: CSSPercentX(0)!important;
  width: CSSPercentX(350)!important;
  }*/
/*.templated-slider-slideset-lrh2018 .slide-id-slide19 .image-item-2 {
  top: 0!important;
}
.templated-slider-slideset-lrh2018 .slide-id-slide19 .image-item-3 {
  top: CSSPercentY(135)!important;
}
.templated-slider-slideset-lrh2018 .slide-id-slide19 .text-item {
  top: CSSPercentY(330)!important;
  right: CSSPercentX(0)!important;
  left: auto!important;
  width: CSSPercentX(350)!important;
  }*/
.templated-slider-slideset-lrh2018 .slide-id-slide20 .text-item {
  top: 86.95% !important;
}

.templated-slider-slideset-lrh2018 .slide-template-new-a-show .image-item-band span.lead {
  color: #b8d1ed !important;
}

.templated-slider-slideset-lrh2018 .slide-template-new-o-4 .image-item-2 {
  left: 14.53% !important;
}

.templated-slider-slideset-lrh2018 .slide-template-new-n-4a .image-item-2 {
  right: 14.53% !important;
}

.templated-slider-slideset-lrh2018 .slide-id-slide35 .text-item {
  top: 75.65% !important;
  width: 29.06% !important;
}

/*
.templated-slider-slideset-lrh2018 .slide-id-slide35 .text-item {
  left: 0;
  top: CSSPercentY(425)!important;
  width: CSSPercentX(290)!important;
  }*/
/*.templated-slider-slideset-lrh2018 .slide-id-slide36 .text-item {
  top: CSSPercentY(10)!important;
  right: CSSPercentX(5)!important;
  }*/
/*.templated-slider-slideset-lrh2018 .slide-id-slide37 .text-item {
  top: CSSPercentY(492)!important;
  }*/
.templated-slider-slideset-lrh2018 .slide-template-new-w-1a .image-item-4.image-item-custom .lead {
  font-size: inherit;
  font-family: inherit;
  position: inherit;
  top: inherit;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
}

/*.templated-slider-slideset-lrh2018 .slide_template_n-4a-lrh2018c.slide-id-slide9 .image-item-2 {
  right: 0 !important;
  top: 4%;
  border: 1px solid white;
}

.templated-slider-slideset-lrh2018 .slide_template_n-4a-lrh2018c.slide-id-slide9 .image-item-4 {
  right: 19.4%!important;
  top: 4%;
  border: 1px solid white;
}

.templated-slider-slideset-lrh2018 .slide_template_n-4a-lrh2018c.slide-id-slide9 .image-item-5 {
  right: 38.8%!important;
  top: 4%;
  border: 1px solid white;
}

.templated-slider-slideset-lrh2018 .slide_template_n-4a-lrh2018c.slide-id-slide9 .image-item-3 {
  top: 37.7% !important;
  }*/
.templated-slider-slideset-scientology-network slide.slide-template-new-a-show .lead,
.templated-slider-slideset-scientology-network slide.slide-template-new-a-band .lead,
.templated-slider-slideset-scientology-network .slide-id-slide32a .lead {
  color: #deeaf7 !important;
  font-size: 13px !important;
  top: 0 !important;
}

@media (min-width: 992px) {
  .path-scientology-today-events-scientology-network .editable-attr-Headline h1[itemprop="headline"] {
    max-width: 640px;
  }
}

:lang(hu) .path-scientology-today-events-lrh-birthday-celebration-2018 .slide-id-slide9.slide-template-new-n-0x .text-item,
:lang(ru) .path-scientology-today-events-lrh-birthday-celebration-2018 .slide-id-slide9.slide-template-new-n-0x .text-item,
:lang(el) .path-scientology-today-events-lrh-birthday-celebration-2018 .slide-id-slide9.slide-template-new-n-0x .text-item {
  width: 40.37% !important;
  left: auto !important;
  right: 0%;
  top: 252px;
  bottom: 0.1% !important;
}

/*
oooooooooo                          o8   oooo
 888    888 ooooooooo8 oo oooooo  o888oo  888ooooo
 888oooo88 888oooooo8   888    888 888    888   888
 888       888          888        888    888   888
o888o        88oooo888 o888o        888o o888o o888o
*/
.templated-slider-slideset-perth-grand-opening .slide-id-slide4 .text-item {
  top: 56.52% !important;
  bottom: auto !important;
}

.templated-slider-slideset-perth-grand-opening .slide-id-slide8 .text-item {
  top: 89.04% !important;
}

.templated-slider-slideset-perth-grand-opening .slide-id-slide11 .text-item {
  top: 85.56% !important;
  /*width: auto!important;*/
  /*left: CSSPercentX(20)!important;*/
  /*right: CSSPercentX(20)!important;*/
}

.templated-slider-slideset-perth-grand-opening .slide-id-slide-reception .text-item,
.templated-slider-slideset-perth-tour-inside .slide-id-slide-reception .text-item {
  top: 83.47% !important;
  left: 9.3% !important;
  width: 58.13% !important;
  bottom: auto !important;
}

.templated-slider-slideset-perth-grand-opening slide[data-template="slide_template_c-0e"].slide-id-slide-intro-services .text-item,
.templated-slider-slideset-perth-tour-inside slide[data-template="slide_template_c-0e"].slide-id-slide-intro-services .text-item {
  top: 83.47% !important;
  left: 2.9% !important;
  width: 61.04% !important;
  bottom: 0 !important;
}

/*.templated-slider-slideset-perth-grand-opening .slide-id-slide-purif .text-item {
  top: CSSPercentY(472)!important;
  bottom: 0!important;
  }*/
.templated-slider-slideset-perth-grand-opening .slide-id-slide-hgc .text-item,
.templated-slider-slideset-perth-tour-inside .slide-id-slide-hgc .text-item {
  top: 85.91% !important;
  bottom: auto !important;
}

.templated-slider-slideset-perth-grand-opening .slide-id-slide-chapel .text-item,
.templated-slider-slideset-perth-tour-inside .slide-id-slide-chapel .text-item {
  top: 85.91% !important;
  bottom: auto !important;
  /*left: CSSPercentX(30)!important;*/
  /*right: CSSPercentX(30)!important;*/
  /*width: auto!important;*/
}

:lang(el) .templated-slider-slideset-perth-tour-inside .slide-id-slide-chapel .text-item {
  bottom: 1px !important;
}

:lang(ru) .templated-slider-slideset-perth-grand-opening .slide-id-slide14 .js-vertical-middle,
:lang(ru) .templated-slider-slideset-perth-grand-opening .slide-id-slide13 .js-vertical-middle {
  max-height: 95%;
}

:lang(ru) .templated-slider-slideset-perth-grand-opening .slide-id-slide13 .text-item,
:lang(ru) .templated-slider-slideset-perth-grand-opening .slide-id-slide4 .text-item {
  width: 27%;
}

:lang(ru) .templated-slider-slideset-perth-grand-opening .slide-id-slide9 .text-item {
  width: 18.56%;
}

/*

  ooooooo              o888                               oooo
o888   888o oo oooooo   888   ooooooo   oo oooooo    ooooo888   ooooooo
888     888  888    888 888   ooooo888   888   888 888    888 888     888
888o   o888  888        888 888    888   888   888 888    888 888     888
  88ooo88   o888o      o888o 88ooo88 8o o888o o888o  88ooo888o  88ooo88

  */
.templated-slider-slideset-orlando-grand-opening .slide-id-slide11 .text-item {
  top: 85.56% !important;
  /*left: CSSPercentX(20) !important;*/
  /*right: CSSPercentX(20) !important;*/
  /*width: auto!important;*/
}

.templated-slider-slideset-orlando-grand-opening .slide-id-slide6 .text-item {
  top: 75.65% !important;
  bottom: auto !important;
}

.templated-slider-slideset-orlando-grand-opening .slide-id-slide-reception .text-item,
.templated-slider-slideset-orlando-tour-inside .slide-id-slide-reception .text-item {
  top: 83.47% !important;
}

.templated-slider-slideset-orlando-grand-opening .slide-id-slide-intro-services .text-item,
.templated-slider-slideset-orlando-tour-inside .slide-id-slide-intro-services .text-item {
  top: 83.47% !important;
}

.templated-slider-slideset-orlando-grand-opening .slide-id-slide-bookstore .text-item,
.templated-slider-slideset-orlando-tour-inside .slide-id-slide-bookstore .text-item {
  top: 77.21% !important;
  bottom: 1px;
  width: 66.27% !important;
}

:lang(en) .templated-slider-slideset-orlando-grand-opening .slide-id-slide-bookstore .text-item,
:lang(en) .templated-slider-slideset-orlando-tour-inside .slide-id-slide-bookstore .text-item {
  bottom: auto !important;
}

.templated-slider-slideset-orlando-grand-opening .slide-id-slide-purif .text-item,
.templated-slider-slideset-orlando-tour-inside .slide-id-slide-purif .text-item {
  top: 76.52% !important;
}

.templated-slider-slideset-orlando-grand-opening .slide-id-slide-hgc .text-item,
.templated-slider-slideset-orlando-tour-inside .slide-id-slide-hgc .text-item {
  top: 85.91% !important;
}

.templated-slider-slideset-orlando-grand-opening .slide-id-slide-academy .text-item,
.templated-slider-slideset-orlando-tour-inside .slide-id-slide-academy .text-item {
  /*top: CSSPercentY(490)!important;*/
  /*bottom: auto!important;*/
  /*left: CSSPercentX(270) !important;*/
  /*right: CSSPercentX(0) !important;*/
  /*width: CSSPercentX(590)!important;*/
}

.templated-slider-slideset-orlando-grand-opening .slide-id-slide-cafe .text-item,
.templated-slider-slideset-orlando-tour-inside .slide-id-slide-cafe .text-item {
  top: 83.47% !important;
}

.templated-slider-slideset-orlando-grand-opening .slide-id-slide-chapel .text-item,
.templated-slider-slideset-orlando-tour-inside .slide-id-slide-chapel .text-item {
  top: 85.91% !important;
  line-height: 1.45em !important;
  bottom: 0 !important;
  left: 3.72% !important;
  right: 3.72% !important;
  width: auto !important;
}

/*
oooo     oooo ooooo  oooo        ooooooo     ooooooo     oo   ooooooo
 8888o   888   888    88       o88     888 o888  o888o o888 o888   888o
 88 888o8 88    888  88              o888  888  8  888  888  888888888
 88  888  88     88888            o888   o 888o8  o888  888 888o   o888
o88o  8  o88o     888          o8888oooo88   88ooo88   o888o  88ooo88
*/
/*.templated-slider-slideset-mv2018 .slide-id-slide-1 .image-item-1 {background:white;}
.templated-slider-slideset-mv2018 .slide-id-slide-1 .image-item-1 img {opacity: 0.4;}

.templated-slider-slideset-mv2018 .slide-id-slide-2 .image-item-1 {background:white;}
.templated-slider-slideset-mv2018 .slide-id-slide-2 .image-item-1 img {opacity: 0.4;}

.templated-slider-slideset-mv2018 .slide-id-slide-3 .image-item-1 {background:white;}
.templated-slider-slideset-mv2018 .slide-id-slide-3 .image-item-1 img {opacity: 0.4;}
.templated-slider-slideset-mv2018 .slide-id-slide-3 .image-item-2 {background:white;}
.templated-slider-slideset-mv2018 .slide-id-slide-3 .image-item-2 img {opacity: 0.4;}
.templated-slider-slideset-mv2018 .slide-id-slide-3 .image-item-3 {background:white;}
.templated-slider-slideset-mv2018 .slide-id-slide-3 .image-item-3 img {opacity: 0.4;}

.templated-slider-slideset-mv2018 .slide-id-slide-4 .image-item-1 {background:white;}
.templated-slider-slideset-mv2018 .slide-id-slide-4 .image-item-1 img {opacity: 0.4;}
.templated-slider-slideset-mv2018 .slide-id-slide-4 .image-item-2 {background:white;}
.templated-slider-slideset-mv2018 .slide-id-slide-4 .image-item-2 img {opacity: 0.4;}

.templated-slider-slideset-mv2018 .slide-id-slide-5 .image-item-1 {background:white;}
.templated-slider-slideset-mv2018 .slide-id-slide-5 .image-item-1 img {opacity: 0.4;}
.templated-slider-slideset-mv2018 .slide-id-slide-5 .image-item-2 {background:white;}
.templated-slider-slideset-mv2018 .slide-id-slide-5 .image-item-2 img {opacity: 0.4;}

.templated-slider-slideset-mv2018 .slide-id-slide-6 .image-item-1 {background:white;}
.templated-slider-slideset-mv2018 .slide-id-slide-6 .image-item-1 img {opacity: 0.4;}
.templated-slider-slideset-mv2018 .slide-id-slide-6 .image-item-2 {background:white;}
.templated-slider-slideset-mv2018 .slide-id-slide-6 .image-item-2 img {opacity: 0.4;}*/
/*.templated-slider-slideset-mv2018 .slide-id-slide-7 .image-item-1 {background:white;}
.templated-slider-slideset-mv2018 .slide-id-slide-7 .image-item-1 img {opacity: 0.4;}
.templated-slider-slideset-mv2018 .slide-id-slide-7 .image-item-1:before {
  font-size: legacy-rem-size(3.2rem);
  font-weight: 400
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  content: "FIREWORKS, SEND OFF, FINAL SHOT";
  top: 80%!important;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  background: #e72992;
  font-family: 'Times New Roman', 'Georgia', serif;
  padding: legacy-rem-size(1rem) legacy-rem-size(1.75rem);
  z-index: 1;
  white-space: nowrap;
}

.templated-slider-slideset-mv2018 .slide-id-slide-8 .image-item-1 {background:white;}
.templated-slider-slideset-mv2018 .slide-id-slide-8 .image-item-1 img {opacity: 0.4;}*/
/*.templated-slider-slideset-mv2018 .slide-id-slide-9 .image-item-1 {background:white;}
.templated-slider-slideset-mv2018 .slide-id-slide-9 .image-item-1 img {opacity: 0.4;}
.templated-slider-slideset-mv2018 .slide-id-slide-9 .image-item-2 {background:white;}
.templated-slider-slideset-mv2018 .slide-id-slide-9 .image-item-2 img {opacity: 0.4;}
*/
/*.templated-slider-slideset-mv2018 .slide-id-slide-10 .image-item-1 {background:white;}
.templated-slider-slideset-mv2018 .slide-id-slide-10 .image-item-1 img {opacity: 0.4;}
*/
/*.templated-slider-slideset-mv2018 .slide-id-slide-11 .image-item-1 {background:white;}
.templated-slider-slideset-mv2018 .slide-id-slide-11 .image-item-1 img {opacity: 0.4;}
.templated-slider-slideset-mv2018 .slide-id-slide-11 .image-item-2 {background:white;}
.templated-slider-slideset-mv2018 .slide-id-slide-11 .image-item-2 img {opacity: 0.4;}*/
.templated-slider-slideset-mv2018 .mv-award-quote-style {
  font-size: 22px;
  font-weight: bold;
  font-family: "Arapey", serif;
  line-height: 25px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.templated-slider-slideset-mv2018 .mv-award-quote-style-attr {
  font-size: 14px;
  font-family: "Arapey", serif;
  text-indent: -16px;
  margin-top: 10px;
  line-height: 20px;
  margin-left: 110px;
}

:lang(he) .templated-slider-slideset-mv2018 .mv-award-quote-style-attr {
  font-family: "arial hebrew", Verdana;
  text-indent: -8px;
  margin-left: 130px;
}

:lang(fr) .templated-slider-slideset-mv2018 .mv-award-quote-style-attr,
:lang(de) .templated-slider-slideset-mv2018 .mv-award-quote-style-attr,
:lang(hu) .templated-slider-slideset-mv2018 .mv-award-quote-style-attr,
:lang(nl) .templated-slider-slideset-mv2018 .mv-award-quote-style-attr,
:lang(el) .templated-slider-slideset-mv2018 .mv-award-quote-style-attr,
:lang(sv) .templated-slider-slideset-mv2018 .mv-award-quote-style-attr,
:lang(no) .templated-slider-slideset-mv2018 .mv-award-quote-style-attr,
:lang(da) .templated-slider-slideset-mv2018 .mv-award-quote-style-attr {
  text-indent: -11px;
}

:lang(ru) .templated-slider-slideset-mv2018 .mv-award-quote-style-attr {
  text-indent: 0px;
}

:lang(ru) .templated-slider-slideset-mv2018 .mv-award-quote-style {
  font-size: 20px;
  font-family: Arial, Verdana, sans-serif;
}

:lang(el) .templated-slider-slideset-mv2018 .mv-award-quote-style {
  font-size: 20px;
  line-height: 30px;
  font-family: Arial, Verdana, sans-serif;
}

:lang(he) .templated-slider-slideset-mv2018 .mv-award-quote-style {
  font-family: "arial hebrew", Arial, Verdana, sans-serif;
}

:lang(it) .templated-slider-slideset-mv2018 .mv-award-quote-style,
:lang(hu) .templated-slider-slideset-mv2018 .mv-award-quote-style,
:lang(nl) .templated-slider-slideset-mv2018 .mv-award-quote-style {
  font-size: 20px;
  line-height: 30px;
}

:lang(pt) .templated-slider-slideset-mv2018 .mv-award-quote-style {
  font-size: 19px;
  line-height: 28px;
}

:lang(fr) .templated-slider-slideset-mv2018 .mv-award-quote-style,
:lang(de) .templated-slider-slideset-mv2018 .mv-award-quote-style,
:lang(es_ES) .templated-slider-slideset-mv2018 .mv-award-quote-style,
:lang(es) .templated-slider-slideset-mv2018 .mv-award-quote-style,
:lang(ja) .templated-slider-slideset-mv2018 .mv-award-quote-style {
  font-size: 18px;
  line-height: 28px;
}

:lang(hu) .templated-slider-slideset-mv2018 .mv-award-quote-style-attr,
:lang(ja) .templated-slider-slideset-mv2018 .mv-award-quote-style-attr {
  margin-top: 8px;
  line-height: 16px;
}

:lang(pt) .templated-slider-slideset-mv2018 .mv-award-quote-style-attr {
  font-size: 14px;
  margin-top: 8px;
  line-height: 16px;
}

@media (max-width: 991px) {
  .templated-slider-slideset-mv2018 .text-item .mv-award-quote-style {
    font-size: 14px;
    line-height: 22px;
    outline: dotted pink 1px;
  }
  .templated-slider-slideset-mv2018 .text-item .mv-award-quote-style-attr {
    font-size: 12px;
    margin-top: 5px;
    line-height: 15px;
  }
}

.templated-slider-slideset-mv2018 .slide-id-slide12 .text-item {
  left: 74.53% !important;
  right: auto;
  width: 23.83% !important;
}

/* .mv2018-award-left  */
.mv2018-award-left .image-item-1 {
  left: auto !important;
  right: 0 !important;
}

.mv2018-award-left .image-item-2 {
  width: 37.79% !important;
  left: 0 !important;
  right: auto !important;
}

.mv2018-award-left .image-item-3 {
  left: 2.67% !important;
  width: 34.88% !important;
  top: 50.43% !important;
}

.mv2018-award-left .image-item-4 {
  left: 39.65%;
  bottom: 0;
}

.mv2018-award-left .text-item {
  left: 52.55% !important;
  width: 45.93% !important;
  top: 78% !important;
}

:lang(nl) .slide-id-slide_mv2018_award_colombia.mv2018-award-left .text-item {
  left: 44.41% !important;
  width: 48.25% !important;
}

.templated-slider-slideset-mv2018 .text-item.caption-center-below {
  bottom: 0;
}

:lang(sv) .templated-slider-slideset-mv2018 .medium-insert-images figure figcaption,
:lang(da) .templated-slider-slideset-mv2018 .medium-insert-images figure figcaption,
:lang(pt) .templated-slider-slideset-mv2018 .medium-insert-images figure figcaption,
:lang(no) .templated-slider-slideset-mv2018 .medium-insert-images figure figcaption {
  margin-bottom: 20px;
}

:lang(it) .templated-slider-slideset-mv2018 .medium-insert-images figure figcaption {
  margin-bottom: 25px;
}

/* .mv2018-award-right  */
.mv2018-award-right .image-item-1 {
  left: 0 !important;
  right: auto !important;
}

.mv2018-award-right .image-item-2 {
  width: 37.79% !important;
  right: 0 !important;
  left: auto !important;
}

.mv2018-award-right .image-item-3 {
  left: auto !important;
  right: 2.67% !important;
  width: 34.88% !important;
  top: 50.43% !important;
}

.mv2018-award-right .image-item-4 {
  left: 41.62%;
  bottom: 1.73% !important;
}

.mv2018-award-right .text-item {
  left: 2.32% !important;
  width: 38.95% !important;
  top: 78% !important;
  right: auto !important;
}

.slide-id-slide_mv2018_award_curacao .text-item {
  width: 47% !important;
}

.slide-id-slide_mv2018_award_curacao .image-item-4 {
  left: 48.6%;
  bottom: 3.47% !important;
}

.slide-id-slide_mv2018_award_barbados .text-item {
  left: 55.46% !important;
  top: 80% !important;
  width: 36.62% !important;
}

.slide-id-slide_mv2018_award_barbados .image-item-4 {
  bottom: 1.73% !important;
}

.slide-id-slide_mv2018_award_aruba .text-item {
  top: 80% !important;
  width: 41.86% !important;
}

.slide-id-slide_mv2018_award_aruba .image-item-4 {
  width: 16.86% !important;
  bottom: 0% !important;
  left: 43.6% !important;
}

.templated-slider-slideset-mv2018 .slide-id-slide-31 .text-item {
  width: 23.09% !important;
}

.templated-slider-slideset-mv2018 .lead-titleLine {
  color: #b8d1ed !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.templated-slider-slideset-mv2018 .slide-template-new-campaign-with-band-right .text-item.band,
.templated-slider-slideset-mv2018 .slide-template-new-campaign-with-band-left .text-item.band {
  padding-right: 4% !important;
}

.templated-slider-slideset-mv2018 .slide-template-new-campaign-with-band-y-left .text-item.band {
  padding-right: 3% !important;
}

.templated-slider-slideset-mv2018 .slide-template-new-campaign-with-band-y-left.slide-id-slide-mv2018-ias-dfw2 .text-item.band {
  padding-right: 2% !important;
}

.templated-slider-slideset-mv2018 .slide-id-slide-mv-awards.slide-id-slide-20 .text-item {
  top: 84.34% !important;
}

.slide-id-slide_mv2018_award_colombia .image-item-1 {
  top: 0 !important;
}

.slide-id-slide_mv2018_award_colombia .image-item-3 {
  width: 32.55% !important;
}

.slide-id-slide_mv2018_award_colombia .text-item {
  top: 74.43% !important;
  left: 47.44% !important;
  line-height: 1.3;
}

.slide-id-slide_mv2018_award_colombia .text-item .mv-award-quote-style {
  line-height: 1.3;
}

.slide-id-slide_mv2018_award_colombia .text-item .mv-award-quote-style-attr {
  margin-top: 2px;
}

.templated-slider-slideset-mv2018 .slide-id-slide-mv-awards .image-item-1 {
  opacity: 0.5 !important;
}

.templated-slider-slideset-mv2018 .slide-id-slide-mv-awards .image-item-2 {
  /*opacity: 0.9!important;*/
}

.slide-template-new-campaign-with-band-right .image-item-1 {
  top: 6.95%;
  height: 71.65%;
  right: 0;
}

.slide-template-new-campaign-with-band-right .image-item-2 {
  right: 62.2%;
  top: 6.95%;
  width: 32.55%;
}

.slide-template-new-campaign-with-band-right .image-item-3 {
  top: 49.39%;
  width: 25.58%;
  right: 62.2%;
}

.slide-template-new-campaign-with-band-right .text-item.band .lead-titleLine {
  color: #8ab4d5;
}

.slide-template-new-campaign-with-band-right .text-item.band {
  color: #f8f8f8;
  background: rgba(61, 95, 141, 0.8);
  font-size: 13px;
  padding: 12px 2% 13px 19%;
  height: 106px;
  top: 78.6%;
  left: 0;
  right: 0;
  text-align: left;
  width: 100%;
}

.slide-template-new-campaign-with-band-right .image-item-campaign {
  top: 76.52%;
  width: 13.95%;
  left: 2.32%;
}

.slide-template-new-campaign-with-band-right .image-item-award {
  top: 17.39%;
  width: 34.88%;
  left: 56.97%;
}

.slide-template-new-campaign-with-band-right .image-item-coat-of-arms {
  top: 35.65%;
  width: 18.6%;
  left: 52.9%;
  z-index: 5;
}

.slide-template-new-campaign-with-band-left .image-item-1 {
  top: 6.95%;
  height: 71.65%;
  left: 0;
}

.slide-template-new-campaign-with-band-left .image-item-2 {
  left: 62.2%;
  top: 6.95%;
  width: 32.55%;
}

.slide-template-new-campaign-with-band-left .image-item-3 {
  top: 49.39%;
  width: 25.58%;
  left: 62.2%;
}

.slide-template-new-campaign-with-band-left .text-item.band .lead-titleLine {
  color: #8ab4d5;
}

.slide-template-new-campaign-with-band-left .text-item.band {
  color: #f8f8f8;
  background: rgba(61, 95, 141, 0.8);
  font-size: 13px;
  padding: 12px 2% 13px 19%;
  height: 106px;
  top: 78.6%;
  left: 0;
  right: 0;
  text-align: left;
  width: 100%;
}

.slide-template-new-campaign-with-band-left .image-item-campaign {
  top: 76.52%;
  width: 13.95%;
  left: 2.32%;
}

.slide-template-new-campaign-with-band-left .image-item-award {
  top: 17.39%;
  width: 34.88%;
  left: 8.13%;
}

.slide-template-new-campaign-with-band-left .image-item-coat-of-arms {
  top: 35.65%;
  width: 18.6%;
  left: 28.48%;
  z-index: 5;
}

.slide-template-new-campaign-with-band-y-left .image-item-1 {
  top: 6.95%;
  height: 71.65%;
  left: 0;
}

.slide-template-new-campaign-with-band-y-left .image-item-2 {
  left: 62.2%;
  top: 6.95%;
  width: 25.58%;
}

.slide-template-new-campaign-with-band-y-left .image-item-3 {
  top: 36.52%;
  width: 32.55%;
  left: 62.2%;
}

.slide-template-new-campaign-with-band-y-left .text-item.band .lead-titleLine {
  color: #8ab4d5;
}

.slide-template-new-campaign-with-band-y-left .text-item.band {
  color: #f8f8f8;
  background: rgba(61, 95, 141, 0.8);
  font-size: 13px;
  padding: 12px 2% 13px 19%;
  height: 106px;
  top: 78.6%;
  left: 0;
  right: 0;
  text-align: left;
  width: 100%;
}

.slide-template-new-campaign-with-band-y-left .image-item-campaign {
  top: 76.52%;
  width: 13.95%;
  left: 2.32%;
}

.slide-template-new-campaign-with-band-y-left .image-item-award {
  top: 17.39%;
  width: 34.88%;
  left: 8.13%;
}

.slide-template-new-campaign-with-band-y-left .image-item-coat-of-arms {
  top: 35.65%;
  width: 18.6%;
  left: 28.48%;
  z-index: 5;
}

.slide-template-new-campaign-with-band-y-right .image-item-1 {
  top: 6.95%;
  height: 71.65%;
  right: 0;
}

.slide-template-new-campaign-with-band-y-right .image-item-2 {
  right: 62.2%;
  top: 6.95%;
  width: 25.58%;
}

.slide-template-new-campaign-with-band-y-right .image-item-3 {
  top: 36.52%;
  width: 32.55%;
  right: 62.2%;
}

.slide-template-new-campaign-with-band-y-right .text-item.band .lead-titleLine {
  color: #8ab4d5;
}

.slide-template-new-campaign-with-band-y-right .text-item.band {
  color: #f8f8f8;
  background: rgba(61, 95, 141, 0.8);
  font-size: 13px;
  padding: 12px 2% 13px 19%;
  height: 106px;
  top: 78.6%;
  left: 0;
  right: 0;
  text-align: left;
  width: 100%;
}

.slide-template-new-campaign-with-band-y-right .image-item-campaign {
  top: 76.52%;
  width: 13.95%;
  left: 2.32%;
}

.slide-template-new-campaign-with-band-y-right .image-item-award {
  top: 17.39%;
  width: 34.88%;
  left: 56.97%;
}

.slide-template-new-campaign-with-band-y-right .image-item-coat-of-arms {
  top: 35.65%;
  width: 18.6%;
  left: 52.9%;
  z-index: 5;
}

.templated-slider-slideset-mv2018 .slide-id-slide-22a .image-item-1 {
  top: 6.95%;
  left: 2.32%;
}

.templated-slider-slideset-mv2018 .slide-id-slide-22a .image-item-3 {
  top: 35.65%;
}

/*.templated-slider-slideset-mv2018 .slide-id-slide-31 .image-item-2 {
  top: CSSPercentY(40);
  left: CSSPercentX(20);
}
.templated-slider-slideset-mv2018 .slide-id-slide-31 .image-item-3 {
  top: CSSPercentY(205);
  }*/
.slide-id-slide-mv2018-ias-hr1 .image-item-campaign,
.slide-id-slide-mv2018-ias-hr2 .image-item-campaign,
.slide-id-slide-mv2018-ias-hr3 .image-item-campaign {
  top: 77.39%;
}

.slide-id-slide-mv2018-ias-aps1 .image-item-campaign {
  top: 79.13%;
}

.templated-slider-build-2-1.templated-slider-slideset-mv2018 .slide-template-new-b-1.slide-id-slide-56tc .text-item {
  top: 72.17% !important;
  width: 91.86% !important;
  left: 4.06% !important;
}

.templated-slider-build-2-1.templated-slider-slideset-mv2018 .slide-template-new-c-1.slide-id-slide-57tc .text-item {
  top: 76.52% !important;
}

.templated-slider-slideset-mv2018.templated-slider-build-2-1 #shell #header_slideshow_wraper .slide-template-new-c-1.slide-id-slide-57tc .text-item {
  /*top: CSSPercentY(20)!important;*/
  /*bottom: auto!important;*/
  max-height: initial;
  /*transform: initial!important;*/
  /*-webkit-transform: initial!important;*/
}

.slide-template-new-n-0a.slide_template_n-0a-with-bg .image-item-3 {
  top: 1.73%;
  left: 1.16%;
}

.slide-template-new-n-0a.slide_template_n-0a-with-bg-left .image-item-3 {
  top: 1.73%;
  left: 1.16%;
}

.slide-template-new-n-0a.slide_template_n-0a-with-bg-left .image-item-1 {
  left: auto !important;
  right: 0 !important;
}

.templated-slider-slideset-mv2018 .slide-id-slide-mv-awards .js-preview:before {
  display: none;
}

.slide-template-new-n-0a.slide_template_n-0a-with-bg-left .image-item-2 {
  left: 4.65%;
  top: 6.95%;
  width: 32.55% !important;
  right: auto !important;
}

[dir="rtl"] .slide-template-new-n-0a.slide_template_n-0a-with-bg-left .image-item-2 {
  right: auto !important;
}

[dir="rtl"] .templated-slider-build-2-1 .slide_template_n-0a-with-bg-left .text-item {
  right: auto !important;
}

[dir="rtl"] .templated-slider-build-2-1 .slide-template-new-j-1j .text-item,
[dir="rtl"] .templated-slider-build-2-1 .slide-template-new-j-1j .image-item-1 {
  left: 0 !important;
  right: auto !important;
}

[dir="rtl"] .slide-template-new-campaign-with-band-y-right .text-item.band,
[dir="rtl"] .slide-template-new-campaign-with-band-y-left .text-item.band,
[dir="rtl"] .slide-template-new-campaign-with-band-left .text-item.band,
[dir="rtl"] .slide-template-new-campaign-with-band-right .text-item.band {
  text-align: right;
}

.slide-template-new-n-0a.slide_template_n-0a-with-bg-left .image-item-3 {
  left: 44.18%;
}

.slide-template-new-n-0a.slide_template_n-0a-with-bg-left .text-item {
  left: 6.39% !important;
  top: 49.56% !important;
  width: 29.76% !important;
}

:lang(it) .templated-slider-slideset-mv2018.templated-slider-build-2-1 span.lead.lead-titleLine,
:lang(es_ES) .templated-slider-slideset-mv2018.templated-slider-build-2-1 span.lead.lead-titleLine,
:lang(es) .templated-slider-slideset-mv2018.templated-slider-build-2-1 span.lead.lead-titleLine,
:lang(nl) .templated-slider-slideset-mv2018.templated-slider-build-2-1 span.lead.lead-titleLine {
  font-size: 1.45em;
}

@media (max-width: 991px) {
  .templated-slider-build-2-1.templated-slider-slideset-mv2018 .slide-template-new-b-1.slide-id-slide-56t .text-item,
  .templated-slider-slideset-mv2018 .slide-id-slide-25a .text-item,
  .templated-slider-slideset-mv2018 .slide-id-slide-32 .text-item,
  .templated-slider-slideset-mv2018 .slide-id-slide-29 .text-item,
  .templated-slider-slideset-mv2018 .slide-id-slide-33a .text-item,
  .templated-slider-slideset-mv2018 .slide-id-slide-mv-awards.slide-id-slide-20 .text-item {
    bottom: -1px !important;
  }
  .templated-slider-slideset-mv2018 .slide-id-slide-33a .text-item {
    width: 24.4% !important;
  }
  :lang(nl) .templated-slider-slideset-mv2018.templated-slider-build-2-1 span.lead.lead-titleLine,
  :lang(pt) .templated-slider-slideset-mv2018.templated-slider-build-2-1 span.lead.lead-titleLine {
    font-size: 1.34em;
    line-height: 1em !important;
  }
  :lang(nl) .templated-slider-slideset-mv2018 .slide-id-slide-mv2018-ias-twth1 span.lead.lead-titleLine,
  :lang(nl) .templated-slider-slideset-mv2018 .slide-id-slide-mv2018-ias-cchr1 span.lead.lead-titleLine {
    font-size: 1.3em !important;
    white-space: normal !important;
  }
  :lang(nl) .templated-slider-slideset-mv2018.templated-slider-build-2-1 .text-item,
  :lang(pt) .templated-slider-slideset-mv2018.templated-slider-build-2-1 .text-item {
    line-height: 1.3em !important;
  }
  :lang(nl) .templated-slider-slideset-mv2018 .slide-id-slide-mv2018-ias-hr2 span.lead.lead-titleLine,
  :lang(pt) .templated-slider-slideset-mv2018 .slide-id-slide-mv2018-ias-hr2 span.lead.lead-titleLine {
    font-size: 1.23em !important;
  }
}

:lang(el) .templated-slider-slideset-mv2018.templated-slider-build-2-1 .slide-id-slide-mv2018-ias-hr2 span.lead.lead-titleLine {
  font-size: 1.45em;
  line-height: 1.1em !important;
}

:lang(el) .templated-slider-slideset-mv2018.templated-slider-build-2-1 .text-item {
  line-height: 1.3em !important;
}

:lang(fr) .templated-slider-slideset-mv2018.templated-slider-build-2-1 span.lead.lead-titleLine,
:lang(ru) .templated-slider-slideset-mv2018.templated-slider-build-2-1 span.lead.lead-titleLine,
:lang(es_ES) .templated-slider-slideset-mv2018.templated-slider-build-2-1 span.lead.lead-titleLine,
:lang(es) .templated-slider-slideset-mv2018.templated-slider-build-2-1 span.lead.lead-titleLine,
:lang(it) .templated-slider-slideset-mv2018.templated-slider-build-2-1 span.lead.lead-titleLine,
:lang(hu) .templated-slider-slideset-mv2018.templated-slider-build-2-1 span.lead.lead-titleLine,
:lang(el) .templated-slider-slideset-mv2018.templated-slider-build-2-1 span.lead.lead-titleLine,
:lang(pt) .templated-slider-slideset-mv2018.templated-slider-build-2-1 span.lead.lead-titleLine {
  white-space: normal;
}

:lang(fr) .templated-slider-slideset-mv2018 .slide-templated-new .text-item.band,
:lang(ru) .templated-slider-slideset-mv2018 .slide-templated-new .text-item.band,
:lang(es_ES) .slide-template-new-campaign-with-band-y-left .text-item.band,
:lang(es) .slide-template-new-campaign-with-band-y-left .text-item.band,
:lang(hu) .slide-template-new-campaign-with-band-y-left .text-item.band,
:lang(es_ES) .slide-template-new-campaign-with-band-right .text-item.band,
:lang(es) .slide-template-new-campaign-with-band-right .text-item.band,
:lang(it) .slide-template-new-campaign-with-band-right .text-item.band,
:lang(pt) .slide-template-new-campaign-with-band-right .text-item.band,
:lang(el) .slide-template-new-campaign-with-band-y-left .text-item.band,
:lang(el) .slide-template-new-campaign-with-band-left .text-item.band,
:lang(el) .slide-template-new-campaign-with-band-right .text-item.band {
  min-height: 106px;
  height: auto;
}

/*.templated-slider-slideset-mv2018 .slide-id-slide-25a .image-item-1 {background:white;}
.templated-slider-slideset-mv2018 .slide-id-slide-25a .image-item-1 img {opacity: 0.4;}
.templated-slider-slideset-mv2018 .slide-id-slide-25a .image-item-1:before {
  font-size: legacy-rem-size(3.2rem);
  font-weight: 400
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  content: "SMP";
  top: 75%!important;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  background: #e72992;
  font-family: 'Times New Roman', 'Georgia', serif;
  padding: legacy-rem-size(1rem) legacy-rem-size(1.75rem);
  z-index: 1;
  white-space: nowrap;
  }*/
/*.templated-slider-slideset-mv2018 .slide-id-slide-26a .image-item-1 {background:white;}
.templated-slider-slideset-mv2018 .slide-id-slide-26a .image-item-1 img {opacity: 0.4;}
.templated-slider-slideset-mv2018 .slide-id-slide-26a .image-item-1:before {
  font-size: legacy-rem-size(3.2rem);
  font-weight: 400
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  content: "SCIENTOLOGY NETWORK";
  top: 75%!important;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  background: #e72992;
  font-family: 'Times New Roman', 'Georgia', serif;
  padding: legacy-rem-size(1rem) legacy-rem-size(1.75rem);
  z-index: 1;
  white-space: nowrap;
  }*/
/*.templated-slider-slideset-mv2018 .slide-id-slide-33a .image-item-2 {background:white;}
.templated-slider-slideset-mv2018 .slide-id-slide-33a .image-item-2 img {opacity: 0.4;}
.templated-slider-slideset-mv2018 .slide-id-slide-33a .image-item-3 {background:white;}
.templated-slider-slideset-mv2018 .slide-id-slide-33a .image-item-3 img {opacity: 0.4;}*/
/*.templated-slider-slideset-mv2018 .slide-id-slide-34a .image-item-1 {background:white;}
.templated-slider-slideset-mv2018 .slide-id-slide-34a .image-item-1 img {opacity: 0.4;}*/
/*.templated-slider-slideset-mv2018 .slide-id-slide-34a .image-item-2 {background:white;}
.templated-slider-slideset-mv2018 .slide-id-slide-34a .image-item-2 img {opacity: 0.4;}
.templated-slider-slideset-mv2018 .slide-id-slide-34a .image-item-3 {background:white;}
.templated-slider-slideset-mv2018 .slide-id-slide-34a .image-item-3 img {opacity: 0.4;}
.templated-slider-slideset-mv2018 .slide-id-slide-34a .image-item-4 {background:white;}
.templated-slider-slideset-mv2018 .slide-id-slide-34a .image-item-4 img {opacity: 0.4;}*/
/*.templated-slider-slideset-mv2018 .slide-id-slide-34a .image-item-1:before {
  font-size: legacy-rem-size(2.6rem);
  font-weight: 400
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  content: "BIOGRAPHER CAM LEFT SLIDE";
  top: 75%!important;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  background: #e72992;
  font-family: 'Times New Roman', 'Georgia', serif;
  padding: legacy-rem-size(1rem) legacy-rem-size(1.75rem);
  z-index: 1;
  white-space: nowrap;
}
.templated-slider-slideset-mv2018 .slide-id-slide-34a .text-item {
  top: CSSPercentY(465)!important;
  bottom: initial!important;
  height: initial!important;
}
*/
/*.templated-slider-slideset-mv2018 .slide-custom-22 .image-item-1 {
  left: CSSPercentX(40)!important;
  width: CSSPercentX(320)!important;
  top: CSSPercentY(40)!important;
  }*/
/*.slide-id-slide-custom-22 .image-item-2 {
  left: CSSPercentX(490)!important;
  width: CSSPercentX(320)!important;
  top: CSSPercentY(90)!important;
}
.slide-id-slide-custom-22 .image-item-3 {
  top: CSSPercentY(230)!important;
  left: CSSPercentX(432)!important;
  width: CSSPercentX(120)!important;
}
.slide-id-slide-custom-22 .text-item {
  top: CSSPercentY(440)!important;
  left: CSSPercentX(500)!important;
  width: CSSPercentX(320)!important;
  }*/
.mv-award-quote-style {
  font-size: 22px;
  font-weight: bold;
  font-family: "Arapey", serif;
  line-height: 33px;
  margin-left: -68px;
  text-align: center;
  margin-right: -68px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.templated-slider-slideset-mv2018 .slide-id-slide_mv2018_award_dominica .mv-award-quote-style {
  margin-left: 0;
  margin-right: 0;
}

.templated-slider-slideset-mv2018 .slide-id-slide_mv2018_award_stlucia .mv-award-quote-style {
  margin-left: 0;
  margin-right: 0;
}

.templated-slider-slideset-mv2018 .slide-id-slide_mv2018_award_curacao .mv-award-quote-style {
  margin-left: 0;
  margin-right: 0;
}

.templated-slider-slideset-mv2018 .slide-id-slide_mv2018_award_barbados .mv-award-quote-style {
  margin-left: 0;
  margin-right: 0;
}

.templated-slider-slideset-mv2018 .slide-id-slide_mv2018_award_aruba .mv-award-quote-style {
  margin-left: 0;
  margin-right: 0;
}

.templated-slider-slideset-mv2018 .slide-id-slide_mv2018_award_colombia .mv-award-quote-style {
  margin-left: 0;
  margin-right: 0;
}

.photoswipe-on .mv-award-quote-style {
  color: #fff;
}

@media (max-width: 767px) {
  .mv-award-quote-style {
    margin-left: 1.302083%;
    margin-right: 1.302083%;
  }
}

.mv-award-quote-style-attr {
  font-size: 13px;
  font-family: "Arapey", serif;
  text-indent: -16px;
  margin-top: 10px;
  line-height: 18px;
  margin-left: 48px;
}

.templated-slider-slideset-mv2017 span.lead.lead-titleLine {
  font-size: 20px;
}

.templated-slider-slideset-mv2017 .image-item-custom {
  font-size: 13px;
}

.photoswipe-on .pswp__caption .floater-texter {
  visibility: visible;
}

.templated-slider-slideset-mv2018.templated-slider-build-2-1 span.lead.lead-titleLine {
  font-size: 1.55em;
  line-height: 1.25em !important;
  white-space: nowrap;
}

.manual-placeholder i em {
  font-style: normal;
}

@media (width: 768px) {
  .templated-slider-slideset-mv2018 .slide-wrapper .slide-holder .slide-id-slide-24 .text-item {
    background: none !important;
    color: inherit !important;
    opacity: 1 !important;
    visibility: visible !important;
    left: inherit !important;
    right: inherit !important;
    top: inherit !important;
    bottom: inherit !important;
  }
}

/*

 oooooooo8   o8                o8     o8                                       o8
888        o888oo oooo  oooo o888oo o888oo   oooooooo8  ooooooo   oo oooooo  o888oo
 888oooooo  888    888   888  888    888   888    88o   ooooo888   888    888 888
        888 888    888   888  888    888    888oo888o 888    888   888        888
o88oooo888   888o   888o88 8o  888o   888o 888     888 88ooo88 8o o888o        888o
                                            888ooo888
                                            */
.templated-slider-slideset-stuttgart-grand-opening .slide-id-slide-exterior-dusk-side .image-item-1:before {
  width: 52%;
  text-align: center;
}

.templated-slider-slideset-stuttgart-grand-opening .slide-id-slide11 .text-item,
.templated-slider-slideset-stuttgart-tour-inside .slide-id-slide11 .text-item {
  top: 77.39% !important;
  bottom: auto !important;
  left: 6.27% !important;
  right: 6.27% !important;
  width: auto !important;
}

.templated-slider-slideset-stuttgart-grand-opening .slide-id-slide14 .text-item,
.templated-slider-slideset-stuttgart-tour-inside .slide-id-slide14 .text-item {
  max-height: initial !important;
  width: 26.27% !important;
}

.templated-slider-slideset-stuttgart-grand-opening .slide-id-slide16 .text-item,
.templated-slider-slideset-stuttgart-tour-inside .slide-id-slide16 .text-item {
  top: 85.56% !important;
  left: 4.65% !important;
  right: 4.65% !important;
  width: auto !important;
}

.templated-slider-slideset-stuttgart-grand-opening .slide-id-slide-displays .text-item,
.templated-slider-slideset-stuttgart-tour-inside .slide-id-slide-displays .text-item {
  top: 83.47% !important;
  left: 1.62% !important;
  right: 1.62% !important;
  width: auto !important;
}

.templated-slider-slideset-stuttgart-grand-opening .slide-id-slide-bookstore .text-item,
.templated-slider-slideset-stuttgart-tour-inside .slide-id-slide-bookstore .text-item {
  top: 76.17% !important;
  bottom: 0% !important;
  left: 0.58% !important;
  width: 62.09% !important;
}

.templated-slider-slideset-stuttgart-grand-opening .slide-id-slide-bookstore .text-item span.lead.lead-titleLine,
.templated-slider-slideset-stuttgart-tour-inside .slide-id-slide-bookstore .text-item span.lead.lead-titleLine {
  line-height: 1.2em !important;
}

.templated-slider-slideset-stuttgart-grand-opening .slide-id-slide-purif .text-item,
.templated-slider-slideset-stuttgart-tour-inside .slide-id-slide-purif .text-item {
  top: 76.52% !important;
  bottom: 0% !important;
}

/*.templated-slider-slideset-stuttgart-grand-opening .slide-id-slide-auditing-room .text-item {
  top: CSSPercentY(312) !important;
  bottom: auto !important;
  }*/
.templated-slider-slideset-stuttgart-grand-opening .slide-id-slide-chapel .text-item,
.templated-slider-slideset-stuttgart-tour-inside .slide-id-slide-chapel .text-item {
  top: 76.86% !important;
  /*left: CSSPercentX(30) !important;*/
  /*right: CSSPercentX(30) !important;*/
  /*width: auto!important;*/
}

.templated-slider-slideset-stuttgart-grand-opening .slide-id-slide-lrh-office .text-item,
.templated-slider-slideset-stuttgart-tour-inside .slide-id-slide-lrh-office .text-item {
  right: 1.16% !important;
  width: 24.41% !important;
}

:lang(nl) .slide-id-slide13 .js-vertical-middle {
  max-height: 90% !important;
}

:lang(nl) .slide-id-slide14 .js-vertical-middle {
  max-height: 90% !important;
  width: 26.77% !important;
  line-height: 1.3em;
}

/*
     o      ooooooo             o        o888o           o88
    888   o888   888o          888     o888oo oo oooooo  oooo   ooooooo   ooooooo
   8  88  888     888         8  88     888    888    888 888 888     888 ooooo888
  8oooo88 888o   o888        8oooo88    888    888        888 888       888    888
o88o  o888o 88ooo88        o88o  o888o o888o  o888o      o888o  88ooo888 88ooo88 8o

*/
.templated-slider-slideset-aosh-africa-grand-opening .slide-template-new-n-10.slide-id-slide13 .image-item-2 {
  top: 49.73%;
  right: 21.51%;
  width: 18.6%;
}

.templated-slider-slideset-aosh-africa-grand-opening .slide-template-new-n-10.slide-id-slide13 .image-item-3 {
  top: 49.73%;
  right: 0;
  width: 18.6%;
}

.templated-slider-slideset-aosh-africa-grand-opening .slide-template-new-n-10.slide-id-slide13 .image-item-4 {
  top: 6.26%;
  right: 0%;
  width: 40.11%;
}

.templated-slider-slideset-aosh-africa-grand-opening .slide-template-new-c-1a.slide-id-slide2 .text-item {
  bottom: 0 !important;
}

.templated-slider-slideset-aosh-africa-grand-opening .slide-template-new-d.slide-id-slide24 .text-item,
.templated-slider-slideset-aosh-africa-grand-opening .slide-id-slide32 .text-item,
.templated-slider-slideset-aosh-africa-grand-opening .slide-id-slide33 .text-item {
  bottom: 0 !important;
}

.templated-slider-slideset-aosh-africa-grand-opening .slide-template-new-i .text-item {
  left: 2.79% !important;
  right: auto !important;
  width: 23.25% !important;
}

.templated-slider-slideset-aosh-africa-grand-opening .slide-template-new-j .text-item {
  right: 1.86% !important;
  width: 23.25% !important;
}

.templated-slider-slideset-aosh-africa-grand-opening .slide-template-new-d-with-logo .text-item {
  bottom: 0 !important;
}

.templated-slider-slideset-aosh-africa-tour-inside .slide-template-new-a-with-band .image-item-2.image-item-custom2,
.templated-slider-slideset-aosh-africa-grand-opening .slide-template-new-a-with-band .image-item-2.image-item-custom2 {
  top: 69.56% !important;
}

.templated-slider-slideset-aosh-africa-tour-inside .slide-wrapper slide.slide-template-new-c-with-band .lead {
  color: #b8c9e0;
}

.templated-slider-slideset-aosh-africa-tour-inside .slide-template-new-c-with-band .image-item-custom .floater-texter,
.templated-slider-slideset-aosh-africa-grand-opening .slide-template-new-c-with-band .image-item-custom .floater-texter {
  right: 1% !important;
  color: #fff;
}

.templated-slider-slideset-aosh-africa-tour-inside .slide-id-slide-exterior-bridge-gate .text-item,
.templated-slider-slideset-aosh-africa-grand-opening .slide-id-slide-exterior-bridge-gate .text-item {
  top: 83.13% !important;
  bottom: auto !important;
  left: 2.32% !important;
  right: 2.32% !important;
  width: auto !important;
}

.templated-slider-slideset-aosh-africa-tour-inside .slide-template-new-d-0f.slide-id-13 .text-item {
  width: 64.3%;
  left: 32.55% !important;
  right: auto !important;
}

/* CCHR BAND */
.templated-slider-slideset-ias2018 .slide-id-slide7 .text-item.caption-band,
.templated-slider-slideset-ias2018 .slide-id-slide8 .text-item.caption-band,
.templated-slider-slideset-ias2018 .slide-id-slide9 .text-item.caption-band {
  background: rgba(206, 90, 90, 0.92);
}

@media (max-width: 767px) {
  .templated-slider-slideset-ias2018 .pswp__item .slide-id-slide7 .text-item.caption-band,
  .templated-slider-slideset-ias2018 .pswp__item .slide-id-slide8 .text-item.caption-band,
  .templated-slider-slideset-ias2018 .pswp__item .slide-id-slide9 .text-item.caption-band {
    background: none;
  }
}

/* HR BAND */
.templated-slider-slideset-ias2018 .slide-id-slide10 .text-item.caption-band {
  background: rgba(166, 104, 38, 0.8);
}

@media (max-width: 767px) {
  .templated-slider-slideset-ias2018 .pswp__item .slide-id-slide10 .text-item.caption-band {
    background: none;
  }
}

.templated-slider-slideset-ias2018 .slide-id-slide11 .image-item-4.image-item-custom {
  background: rgba(166, 104, 38, 0.8) !important;
  height: auto;
  top: 79.65%;
  padding: 12px 20px 12px 21.16%;
  min-height: 18.78%;
}

@media (max-width: 767px) {
  .templated-slider-slideset-ias2018 .pswp__item .slide-id-slide11 .image-item-4.image-item-custom {
    background: none !important;
  }
}

/* TWTH BAND */
.templated-slider-slideset-ias2018 .slide-id-slide12 .text-item.caption-band {
  background: rgba(61, 143, 61, 0.8);
}

@media (max-width: 767px) {
  .templated-slider-slideset-ias2018 .pswp__item .slide-id-slide12 .text-item.caption-band {
    background: none;
  }
}

/* DFW BAND */
.templated-slider-slideset-ias2018 .slide-id-slide13 .text-item.caption-band {
  background: rgba(0, 128, 148, 0.8);
  height: auto;
  top: 79.65%;
  padding: 12px 20px 12px 21.16%;
  min-height: 18.78%;
}

@media (max-width: 767px) {
  .templated-slider-slideset-ias2018 .pswp__item .slide-id-slide13 .text-item.caption-band {
    background: none;
  }
}

.templated-slider-slideset-ias2018 .slide-id-slide14 .text-item.caption-band {
  background: rgba(0, 128, 148, 0.8);
  padding-top: 8px !important;
  top: 75.3% !important;
}

@media (max-width: 767px) {
  .templated-slider-slideset-ias2018 .pswp__item .slide-id-slide14 .text-item.caption-band {
    background: none;
  }
}

/* VM BAND */
.templated-slider-slideset-ias2018 .slide-id-slide15 .text-item.caption-band,
.templated-slider-slideset-ias2018 .slide-id-slide16 .image-item-4.image-item-custom,
.templated-slider-slideset-ias2018 .slide-id-slide17 .image-item-4.image-item-custom,
.templated-slider-slideset-ias2018 .slide-id-slide18 .image-item-4.image-item-custom,
.templated-slider-slideset-ias2018 .slide-id-slide19 .text-item.caption-band {
  background: rgba(218, 149, 11, 0.8);
}

@media (max-width: 767px) {
  .templated-slider-slideset-ias2018 .pswp__item .slide-id-slide15 .text-item.caption-band,
  .templated-slider-slideset-ias2018 .pswp__item .slide-id-slide16 .image-item-4.image-item-custom,
  .templated-slider-slideset-ias2018 .pswp__item .slide-id-slide17 .image-item-4.image-item-custom,
  .templated-slider-slideset-ias2018 .pswp__item .slide-id-slide18 .image-item-4.image-item-custom,
  .templated-slider-slideset-ias2018 .pswp__item .slide-id-slide19 .text-item.caption-band {
    background: none;
  }
}

.templated-slider-slideset-ias2018 .slide-template-new-u-1 .image-item-custom2,
.templated-slider-slideset-ias2018 .slide-template-new-v-1 .image-item-custom2,
.templated-slider-slideset-ias2018 .slide-template-new-x-1 .image-item-custom2 {
  background-repeat: no-repeat;
  background-size: 100%;
  left: 2% !important;
  top: 75.47% !important;
  max-width: 150px;
  z-index: 6;
  width: 150px;
}

.templated-slider-slideset-ias2018 .slide-template-new-u-1 .image-item-4.image-item-custom,
.templated-slider-slideset-ias2018 .slide-template-new-v-1 .image-item-4.image-item-custom,
.templated-slider-slideset-ias2018 .slide-template-new-x-1 .image-item-4.image-item-custom {
  color: #f8f8f8;
  font-size: 13px;
  text-align: left;
  left: 0;
  right: 0;
  top: 79.65% !important;
  padding: 12px 20px 12px 21.16%;
  min-height: 18.78%;
  width: 100%;
}

:lang(fr) .templated-slider-slideset-ias2018 .slide-template-new-u-1 .image-item-4.image-item-custom,
:lang(de) .templated-slider-slideset-ias2018 .slide-template-new-u-1 .image-item-4.image-item-custom,
:lang(ru) .templated-slider-slideset-ias2018 .slide-template-new-u-1 .image-item-4.image-item-custom,
:lang(ru) .templated-slider-slideset-ias2018 .slide-id-slide17 .image-item-4.image-item-custom,
:lang(it) .templated-slider-slideset-ias2018 .slide-template-new-u-1 .image-item-4.image-item-custom {
  min-height: 20.86%;
}

.templated-slider-slideset-ias2018 .slide-template-new-u-1 .image-item-4.image-item-custom .lead,
.templated-slider-slideset-ias2018 .slide-template-new-v-1 .image-item-4.image-item-custom .lead,
.templated-slider-slideset-ias2018 .slide-template-new-x-1 .image-item-4.image-item-custom .lead {
  font-size: 1.7em;
  line-height: 1.15em;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}

.templated-slider-slideset-ias2018 .slide-template-new-u-1 .image-item-custom .lead.lead-titleLine,
.templated-slider-slideset-ias2018 .slide-template-new-v-1 .image-item-custom .lead.lead-titleLine,
.templated-slider-slideset-ias2018 .slide-template-new-x-1 .image-item-custom .lead.lead-titleLine {
  color: #fff;
}

.templated-slider-slideset-ias2018 .slide-template-new-a-with-band .image-item-2.image-item-custom2 {
  padding-top: 0 !important;
  top: auto !important;
  bottom: 0;
  height: 172px !important;
}

.templated-slider-slideset-ias2018 .slide-id-slide4 .text-item {
  top: 78.95% !important;
}

.templated-slider-slideset-ias2018 .slide-id-slide38 .text-item {
  top: 86.08% !important;
  /*left: CSSPercentX(30)!important;*/
  /*right: CSSPercentX(30)!important;*/
  /*width: auto!important;*/
}

.templated-slider-slideset-ias2018 .slide-id-slide40 .text-item {
  top: 86.08% !important;
  /*left: CSSPercentX(40)!important;*/
  /*right: CSSPercentX(40)!important;*/
  /*width: auto!important;*/
}

.templated-slider-slideset-ias2018 .slide-id-slide24 .text-item.caption-image2 {
  background-color: rgba(61, 143, 61, 0.8);
  color: #fff;
}

.templated-slider-slideset-ias2018 .slide-id-slide23 .text-item.caption-image2 {
  background-color: rgba(206, 90, 90, 0.92) !important;
}

.templated-slider-slideset-ias2018 .slide-id-slide25 .text-item.caption-image2 {
  background-color: #326195 !important;
}

.templated-slider-slideset-ias2018 .slide-id-slide23 .text-item,
.templated-slider-slideset-ias2018 .slide-id-slide22 .text-item {
  bottom: 2px;
}

.path-scientology-today-events-ias-event-2018 .slideshow-button {
  max-width: 24%;
}

:lang(pt) .templated-slider-slideset-ias2018 .text-item.caption-band .lead,
:lang(hu) .templated-slider-slideset-ias2018 .text-item.caption-band .lead {
  font-size: 1.6em;
}

:lang(it) .templated-slider-slideset-ias2018 .slide-template-new-u-1 .image-item-4.image-item-custom .lead,
:lang(pt) .templated-slider-slideset-ias2018 .slide-id-slide18 .image-item-4.image-item-custom .lead {
  font-size: 1.5em;
}

:lang(zh) .templated-slider-slideset-ias2018 .image-item-4.image-item-custom .lead,
:lang(zh) .templated-slider-slideset-ias2018 .text-item.caption-band .lead {
  line-height: 1.8em !important;
}

:lang(ja) .slide-template-new-d-with-band-special .text-item.caption-band,
:lang(de) .slide-template-new-d-with-band-special .text-item.caption-band {
  padding-right: 28% !important;
}

:lang(el) .slide-template-new-a-with-band .image-item-2.image-item-custom {
  height: auto !important;
}

:lang(el) .templated-slider-build-2-1 span.lead.lead-titleLine,
:lang(el) .templated-slider-slideset-ias2018 .slide-template-new-u-1 .image-item-4.image-item-custom .lead {
  font-size: 1.3em;
}

:lang(el) .slide-template-new-d-with-band .text-item.caption-band .lead {
  font-size: 1.4em;
}

:lang(el) .slide-template-new-d-with-band-special .button {
  max-width: 19%;
}

/*

ooooooooo                 o8                          o88    o8
 888    88o  ooooooooo8 o888oo oo oooooo     ooooooo  oooo o888oo
 888    888 888oooooo8   888    888    888 888     888 888  888
 888    888 888          888    888        888     888 888  888
o888ooo88     88oooo888   888o o888o         88ooo88  o888o  888o

*/
.templated-slider-slideset-detroit-grand-opening .slide-template-new-d-0c.slide-id-slide2 .text-item,
.templated-slider-slideset-detroit-tour-inside .slide-template-new-d-0c.slide-id-slide2 .text-item {
  top: 85.56% !important;
  bottom: 2px !important;
}

.templated-slider-slideset-detroit-grand-opening .slide-id-slide-life-improvement .text-item,
.templated-slider-slideset-detroit-tour-inside .slide-id-slide-life-improvement .text-item {
  top: 84.17% !important;
  /*left: CSSPercentX(20) !important;*/
  /*width: auto!important;*/
}

.templated-slider-slideset-detroit-grand-opening .slide-id-slide-bookstore .text-item,
.templated-slider-slideset-detroit-tour-inside .slide-id-slide-bookstore .text-item {
  top: 77.56% !important;
  right: 0.58% !important;
  width: 67.44% !important;
}

.templated-slider-slideset-detroit-grand-opening .slide-id-slide-purif .text-item,
.templated-slider-slideset-detroit-tour-inside .slide-id-slide-purif .text-item {
  top: 76.17% !important;
  bottom: 0 !important;
  right: 0.58% !important;
  width: 62.44% !important;
}

.templated-slider-slideset-detroit-grand-opening .slide-id-slide-history-building .text-item,
.templated-slider-slideset-detroit-tour-inside .slide-id-slide-history-building .text-item,
.templated-slider-slideset-detroit-tour-history .slide-id-slide-history-building .text-item {
  top: 85.21% !important;
  bottom: 0 !important;
  left: 1.97% !important;
  width: 45.58% !important;
}

.templated-slider-slideset-detroit-grand-opening .slide-id-slide-history-inside .text-item,
.templated-slider-slideset-detroit-tour-inside .slide-id-slide-history-inside .text-item,
.templated-slider-slideset-detroit-tour-history .slide-id-slide-history-inside .text-item {
  top: 83.47% !important;
  bottom: 0 !important;
}

.templated-slider-slideset-detroit-grand-opening span.lead.lead-titleLine,
.templated-slider-slideset-detroit-tour-inside span.lead.lead-titleLine,
.templated-slider-slideset-detroit-tour-history span.lead.lead-titleLine {
  font-size: 1.4em;
}

:lang(hu) .templated-slider-slideset-detroit-tour-inside .slide-id-slide-displays span.lead.lead-titleLine {
  font-size: 1.2em;
}

:lang(ru) .templated-slider-slideset-detroit-tour-inside .slide-id-slide-displays .text-item {
  width: 24%;
}

.templated-slider-slideset-detroit-grand-opening .slide-id-slide-history-street .text-item {
  bottom: 5px;
}

/*Heb styles*/
[dir="rtl"] .slide-template-new-w-1d .image-item-1,
[dir="rtl"] .slide-template-new-v-1a-with-overlay .image-item-1 {
  left: 0;
  right: auto;
}

[dir="rtl"] .slide-templated-new .image-item-campaign-logo {
  right: auto;
}

[dir="rtl"] .slide-templated-new .text-item.caption-band {
  text-align: right;
}

/* Budapest */
.templated-slider-slideset-budapest-grand-opening .slide-id-slide27 .text-item {
  bottom: 0 !important;
}

.templated-slider-slideset-budapest-grand-opening .templated-slider-build-2-1 .slide-template-new-e-1f.slide-id-slide11 .text-item {
  top: 3.82% !important;
  bottom: auto !important;
  max-height: none;
}

.templated-slider-slideset-budapest-grand-opening .slide-template-new-e-1f.slide-id-slide11 .image-item-2 {
  top: 42.08% !important;
}

.templated-slider-slideset-budapest-grand-opening .slide-template-new-f-1f.slide-id-slide11 .text-item {
  top: 3.82% !important;
  bottom: 58% !important;
  max-height: none;
}

:lang(en) .templated-slider-slideset-budapest-grand-opening .slide-template-new-f-1f.slide-id-slide11 .text-item {
  top: 3.82% !important;
  bottom: auto !important;
  max-height: none;
}

.templated-slider-slideset-budapest-grand-opening .slide-template-new-f-1f.slide-id-slide11 .image-item-2 {
  top: 42.08% !important;
}

:lang(hu) .templated-slider-slideset-budapest-grand-opening .slide-template-new-f-1f.slide-id-slide11 .text-item {
  bottom: 58.26% !important;
}

.templated-slider-slideset-budapest-grand-opening .slide-template-new-d.slide-id-slide10 .text-item {
  height: auto;
  bottom: 0 !important;
  top: 86.08% !important;
}

.templated-slider-slideset-budapest-grand-opening .slide-template-new-c-0e.slide-id-slide29 .text-item {
  height: auto;
  bottom: 0 !important;
  top: 83.47% !important;
}

.templated-slider-slideset-budapest-grand-opening .slide-template-new-c-0e.slide-id-slide32 .text-item {
  height: auto;
  bottom: 0 !important;
  top: 83.47% !important;
  left: 0.93% !important;
  width: 68.02% !important;
}

.templated-slider-slideset-budapest-grand-opening .slide-template-new-m.slide-id-slide7 .text-item {
  width: 21.16% !important;
}

.templated-slider-slideset-budapest-grand-opening .slide-template-new-f-1e.slide-id-slide31 .text-item {
  top: 61.73% !important;
}

.templated-slider-slideset-budapest-grand-opening .slide-template-new-c-0e.slide-id-slide33 .text-item {
  height: auto;
  bottom: 0 !important;
  top: 83.47% !important;
}

/* Harlem */
.templated-slider-slideset-harlem-grand-opening .slide-template-new-e-1a.slide-id-slide12 .text-item {
  width: 26.51%;
}

.templated-slider-slideset-harlem-grand-opening .slide-template-new-j.slide-id-slide16 .text-item {
  top: 48.86%;
  width: 26.51%;
  bottom: 5px;
  height: 75%;
  max-height: 85%;
}

:lang(he) .templated-slider-slideset-harlem-grand-opening .slide-template-new-j.slide-id-slide16 .text-item,
:lang(en) .templated-slider-slideset-harlem-grand-opening .slide-template-new-j.slide-id-slide16 .text-item {
  top: 48.86%;
  width: 26.51%;
  bottom: auto;
  height: auto;
  max-height: none;
}

:lang(el) .templated-slider-slideset-harlem-grand-opening .slide-template-new-b-0c .text-item {
  bottom: 1px;
}

:lang(el) .templated-slider-slideset-harlem-grand-opening .slide-id-slide26 span.lead.lead-titleLine,
:lang(el) .templated-slider-slideset-harlem-grand-opening .slide-id-slide26 span.lead.lead-titleLineMedium {
  line-height: 1.1em;
  margin-top: -0.5em;
}

[dir="rtl"] .templated-slider-slideset-harlem-grand-opening .slide-template-new-b-0g.slide-id-slide34 .text-item {
  width: 54.65%;
}

.templated-slider-slideset-harlem-grand-opening .slide-template-new-f-1c.slide-id-slide12 .text-item {
  width: 26.51%;
}

/*AOSH ANZO*/
.templated-slider-slideset-aoshanzo-grand-opening .slide-id-slide-7 .image-item-2 {
  background: #fff;
}

.templated-slider-slideset-aoshanzo-grand-opening .slide-id-slide-7 .image-item-2 img {
  opacity: 0.5;
}

.templated-slider-slideset-org-aoshanzoopeningidealorgs .slide-templated-new[class*=" slide-id-slide-ideal-orgs-"] .text-item .read-more {
  height: auto;
  padding: 10px 13px 10px 16px;
}

:lang(de) .templated-slider-slideset-org-aoshanzoopeningidealorgs .slide-templated-new[class*=" slide-id-slide-ideal-orgs-"] .text-item .read-more,
:lang(hu) .templated-slider-slideset-org-aoshanzoopeningidealorgs .slide-templated-new[class*=" slide-id-slide-ideal-orgs-"] .text-item .read-more {
  width: 104px;
}

:lang(el) .templated-slider-slideset-org-aoshanzoopeningidealorgs .slide-templated-new[class*=" slide-id-slide-ideal-orgs-"] .text-item .read-more {
  width: 104px;
  padding: 10px 5px 10px 5px;
}

:lang(el) .templated-slider-slideset-org-aoshanzoopeningidealorgs span.lead.lead-titleLine {
  font-size: 1.4em;
  line-height: 1.1em;
}

:lang(el) .templated-slider-slideset-org-aoshanzoopeningidealorgs .slide-template-new-o-0c .text-item {
  line-height: 1.3em;
}

:lang(ru) .templated-slider-slideset-org-aoshanzoopeningidealorgs .slide-templated-new[class*=" slide-id-slide-ideal-orgs-"] .text-item {
  padding: 14px 15.5% 13px 23%;
  line-height: 1.1em;
}

:lang(ru) .templated-slider-slideset-org-aoshanzoopeningidealorgs .slide-templated-new[class*=" slide-id-slide-ideal-orgs-"] .text-item .lead {
  line-height: 1.2em;
}

:lang(ru) .templated-slider-slideset-org-aoshanzoopeningidealorgs .slide-templated-new[class*=" slide-id-slide-ideal-orgs-"] .text-item .read-more {
  padding: 10px 3px 10px 9px;
  margin-top: 15px;
}

:lang(it) .templated-slider-slideset-org-aoshanzoopeningidealorgs .slide-templated-new[class*=" slide-id-slide-ideal-orgs-"] .text-item .read-more {
  width: 125px;
}

:lang(nl) .templated-slider-slideset-aoshanzo-grand-opening .slide-id-slide-15 .item.text-item {
  width: 24.6%;
}

:lang(nl) .templated-slider-slideset-aoshanzo-grand-opening .slide-id-slide-15 .js-vertical-middle {
  max-height: 85%;
}

:lang(de) .templated-slider-slideset-org-aoshanzoopeningidealorgs .slide-templated-new[class*=" slide-id-slide-ideal-orgs-"] .text-item,
:lang(hu) .templated-slider-slideset-org-aoshanzoopeningidealorgs .slide-templated-new[class*=" slide-id-slide-ideal-orgs-"] .text-item,
:lang(nl) .templated-slider-slideset-org-aoshanzoopeningidealorgs .slide-templated-new[class*=" slide-id-slide-ideal-orgs-"] .text-item {
  padding: 14px 25% 13px 23%;
}

:lang(fr) .templated-slider-slideset-org-aoshanzoopeningidealorgs .slide-templated-new[class*=" slide-id-slide-ideal-orgs-"] .text-item,
:lang(da) .templated-slider-slideset-org-aoshanzoopeningidealorgs .slide-templated-new[class*=" slide-id-slide-ideal-orgs-"] .text-item,
:lang(it) .templated-slider-slideset-org-aoshanzoopeningidealorgs .slide-templated-new[class*=" slide-id-slide-ideal-orgs-"] .text-item {
  padding: 14px 25% 13px 23%;
}

:lang(de) .templated-slider-slideset-org-aoshanzoopeningidealorgs .slide-templated-new.slide-id-slide-ideal-orgs-63 .text-item,
:lang(hu) .templated-slider-slideset-org-aoshanzoopeningidealorgs .slide-templated-new.slide-id-slide-ideal-orgs-62 .text-item {
  padding: 14px 10% 13px 23%;
}

:lang(fr) .templated-slider-slideset-org-aoshanzoopeningidealorgs .slide-templated-new.slide-id-slide-ideal-orgs-63 .text-item,
:lang(fr) .templated-slider-slideset-org-aoshanzoopeningidealorgs .slide-templated-new.slide-id-slide-ideal-orgs-62 .text-item,
:lang(it) .templated-slider-slideset-org-aoshanzoopeningidealorgs .slide-templated-new.slide-id-slide-ideal-orgs-63 .text-item,
:lang(it) .templated-slider-slideset-org-aoshanzoopeningidealorgs .slide-templated-new.slide-id-slide-ideal-orgs-62 .text-item {
  padding: 14px 5% 13px 23%;
}

:lang(he) .templated-slider-slideset-org-aoshanzoopeningidealorgs .slide-templated-new[class*=" slide-id-slide-ideal-orgs-"] .text-item {
  padding: 14px 18% 13px 23%;
  text-align: right;
}

/* Bogota */
.templated-slider-slideset-org-aoshanzoopeningidealorgs .slide-id-btw-crowd .text-item {
  left: 2.79% !important;
  width: 38.13% !important;
  top: 79.13% !important;
}

.templated-slider-slideset-org-aoshanzoopeningidealorgs .slide-id-btw-crowd-2 .text-item {
  left: 3.95% !important;
  bottom: auto !important;
  top: 87.47% !important;
}

.templated-slider-slideset-org-aoshanzoopeningidealorgs .slide-id-bta-speakers .text-item {
  right: 5.23% !important;
  width: 32.55% !important;
  bottom: auto !important;
  top: 49.39% !important;
}

.templated-slider-slideset-org-aoshanzoopeningidealorgs .slide-id-bta-main-speaker .text-item {
  left: 2.32% !important;
  width: 95.34% !important;
  /*
    bottom: auto !important;
    */
  top: 85.56% !important;
}

.templated-slider-slideset-org-aoshanzoopeningidealorgs :lang(ru) .slide-id-bta-main-speaker .text-item {
  top: 85.39% !important;
}

.templated-slider-slideset-org-aoshanzoopeningidealorgs :lang(el) .slide-id-bta-main-speaker .lead {
  text-transform: none;
}

.templated-slider-slideset-org-aoshanzoopeningidealorgs .locale-es .slide-id-bta-main-speaker .text-item {
  left: 2.79% !important;
  width: 95.69% !important;
}

@media (max-width: 1200px) {
  .templated-slider-slideset-org-aoshanzoopeningidealorgs .locale-es .slide-id-bta-main-speaker .text-item {
    font-size: 13px !important;
    line-height: 1.3 !important;
    top: 85.91% !important;
  }
}

.templated-slider-slideset-org-aoshanzoopeningidealorgs .slide-id-bta-main-speaker2 .text-item {
  left: 2.55% !important;
  width: 22.44% !important;
  bottom: auto !important;
  top: 71.3% !important;
}

.templated-slider-slideset-org-aoshanzoopeningidealorgs .slide-id-bta-sandra .text-item {
  width: 23.25% !important;
  right: 2.32% !important;
  top: 33.21% !important;
}

.templated-slider-slideset-org-aoshanzoopeningidealorgs :lang(it) .slide-id-bta-sandra .text-item {
  width: 24.41% !important;
  right: 1.16% !important;
}

.templated-slider-slideset-org-aoshanzoopeningidealorgs .slide-id-bta-anst .text-item {
  left: 2.32% !important;
  width: 23.25% !important;
  top: 27.65% !important;
}

.templated-slider-slideset-org-aoshanzoopeningidealorgs :lang(el) .slide-id-bta-anst .text-item {
  top: 13.91% !important;
}

.templated-slider-slideset-org-aoshanzoopeningidealorgs .slide-id-bta-edgar .text-item {
  width: 23.25% !important;
  right: 2.32% !important;
  top: 30.43% !important;
}

.templated-slider-slideset-org-aoshanzoopeningidealorgs :lang(nl) .slide-id-bta-edgar .text-item,
.templated-slider-slideset-org-aoshanzoopeningidealorgs :lang(hu) .slide-id-bta-edgar .text-item,
.templated-slider-slideset-org-aoshanzoopeningidealorgs :lang(ru) .slide-id-bta-edgar .text-item,
.templated-slider-slideset-org-aoshanzoopeningidealorgs :lang(el) .slide-id-bta-edgar .text-item {
  top: 13.91% !important;
  bottom: 3px !important;
}

.templated-slider-slideset-org-aoshanzoopeningidealorgs .slide-id-bta-john .text-item {
  width: 23.25% !important;
  right: 2.32% !important;
  top: 33.21% !important;
}

.templated-slider-slideset-org-aoshanzoopeningidealorgs .slide-id-bta-carlos .text-item {
  left: 2.32% !important;
  width: 23.25% !important;
  top: 30.43% !important;
}

.templated-slider-slideset-org-aoshanzoopeningidealorgs .slide-id-bta-ols .text-item {
  left: 2.32% !important;
  width: 23.13% !important;
  top: 17.91% !important;
}

.templated-slider-slideset-org-aoshanzoopeningidealorgs :lang(da) .slide-id-bta-ols .text-item,
.templated-slider-slideset-org-aoshanzoopeningidealorgs :lang(no) .slide-id-bta-ols .text-item,
.templated-slider-slideset-org-aoshanzoopeningidealorgs :lang(nl) .slide-id-bta-ols .text-item,
.templated-slider-slideset-org-aoshanzoopeningidealorgs :lang(hu) .slide-id-bta-ols .text-item,
.templated-slider-slideset-org-aoshanzoopeningidealorgs :lang(it) .slide-id-bta-ols .text-item {
  top: 6.95% !important;
  bottom: 3px !important;
}

.templated-slider-slideset-org-aoshanzoopeningidealorgs :lang(da) .slide-id-bta-ols .js-vertical-middle,
.templated-slider-slideset-org-aoshanzoopeningidealorgs :lang(no) .slide-id-bta-ols .js-vertical-middle,
.templated-slider-slideset-org-aoshanzoopeningidealorgs :lang(it) .slide-id-bta-ols .js-vertical-middle,
.templated-slider-slideset-org-aoshanzoopeningidealorgs :lang(hu) .slide-id-bta-ols .js-vertical-middle,
.templated-slider-slideset-org-aoshanzoopeningidealorgs :lang(nl) .slide-id-bta-ols .js-vertical-middle {
  max-height: 90% !important;
}

.templated-slider-slideset-org-aoshanzoopeningidealorgs .slide-id-bta-touring .text-item {
  left: 19.18% !important;
  width: 18.6% !important;
  bottom: auto !important;
  top: 78.78% !important;
}

.templated-slider-slideset-org-aoshanzoopeningidealorgs .slide-id-bta-front .text-item {
  right: 12.79% !important;
  width: 25.58% !important;
  bottom: 5px;
  top: 66.6% !important;
}

.templated-slider-slideset-org-aoshanzoopeningidealorgs .slide-id-bta-front2 .text-item {
  left: 3.95% !important;
  bottom: auto !important;
  top: 88.34% !important;
}

.templated-slider-slideset-org-aoshanzoopeningidealorgs .slide-id-bta-displays .text-item {
  left: 3.95% !important;
  bottom: 5px;
  top: 84.69% !important;
}

.templated-slider-slideset-org-aoshanzoopeningidealorgs .slide-id-bta-chapel-banquet .text-item {
  left: 3.95% !important;
  bottom: auto !important;
  top: 87.47% !important;
}

.templated-slider-slideset-org-aoshanzoopeningidealorgs .slide-id-bta-cafe .text-item {
  right: 2.32% !important;
  width: 23.25% !important;
  bottom: auto !important;
  top: 38.26% !important;
}

.templated-slider-slideset-org-aoshanzoopeningidealorgs .slide-id-bta-cafe2 .text-item {
  width: 20.23% !important;
  right: 2.32% !important;
  top: 49.91% !important;
}

.templated-slider-slideset-org-aoshanzoopeningidealorgs .slide-id-bta-bookstore .text-item {
  left: 3.95% !important;
  bottom: 5px;
  top: 84.69% !important;
}

.templated-slider-slideset-org-aoshanzoopeningidealorgs .slide-id-bta-intro .text-item {
  left: 2.32% !important;
  width: 20.34% !important;
  bottom: 5px;
  top: 57.21% !important;
}

.templated-slider-slideset-org-aoshanzoopeningidealorgs .slide-id-bta-seminars .text-item {
  right: 3.13% !important;
  width: 22.09% !important;
  bottom: 5px;
  top: 49.91% !important;
}

.templated-slider-slideset-org-aoshanzoopeningidealorgs .slide-id-bta-hgc .text-item {
  left: 2.32% !important;
  width: 23.25% !important;
  top: 36.52% !important;
}

.templated-slider-slideset-org-aoshanzoopeningidealorgs .slide-id-bta-hgc2 .text-item {
  left: 9.65% !important;
  width: 23.25% !important;
  bottom: auto !important;
  top: 58.26% !important;
}

.templated-slider-slideset-org-aoshanzoopeningidealorgs .slide-id-bta-lrh .text-item {
  left: 2.32% !important;
  width: 23.13% !important;
  top: 37.91% !important;
}

.templated-slider-slideset-org-aoshanzoopeningidealorgs .inline-img-caption .lead {
  font-size: 1em;
  line-height: 1em;
}

.templated-slider-slideset-org-aoshanzoopeningidealorgs .slide-template-new-q-3 .text-item {
  left: 1.16% !important;
  width: 16.62% !important;
  top: 48.17% !important;
}

.templated-slider-slideset-org-aoshanzoopeningidealorgs .slide-id-bta-chapel .text-item {
  top: 73.04% !important;
}

.templated-slider-slideset-org-aoshanzoopeningidealorgs :lang(pt) .display-location {
  padding-bottom: 5px;
}

/* only for foreign Basel Opening etc. */
.templated-slider-slideset-basel-grand-opening .slide-wrapper slide h3.slide-subhead-smaller:lang(el),
.templated-slider-slideset-basel-grand-opening .slide-wrapper slide h3.slide-subhead-smaller:lang(nl),
.templated-slider-slideset-basel-grand-opening .slide-wrapper slide h3.slide-subhead-smaller:lang(fr),
.templated-slider-slideset-basel-grand-opening .slide-wrapper slide h3.slide-subhead-smaller:lang(de) {
  font-size: 15px;
  line-height: 16px;
}

.templated-slider-slideset-basel-grand-opening .slide-wrapper slide:lang(fr) {
  line-height: 1.2em;
}

@media (max-width: 870px) {
  .templated-slider-slideset-basel-grand-opening .slide-wrapper slide:lang(de),
  .templated-slider-slideset-basel-grand-opening .slide-wrapper slide:lang(fr) {
    line-height: 1.1em;
    font-size: 12px;
  }
  .templated-slider-slideset-basel-grand-opening .slide-wrapper slide h3.slide-subhead-smaller:lang(fr),
  .templated-slider-slideset-basel-grand-opening .slide-wrapper slide h3.slide-subhead-smaller:lang(de) {
    font-size: 14px;
    line-height: 13px;
  }
}

.templated-slider-slideset-basel-grand-opening .slide-template-f-2a .image-item-2:lang(hu),
.templated-slider-slideset-basel-grand-opening .slide-template-f-2a .image-item-2:lang(it),
.templated-slider-slideset-basel-grand-opening .slide-template-f-2a .image-item-2:lang(es),
.templated-slider-slideset-basel-grand-opening .slide-template-f-2a .image-item-2:lang(el),
.templated-slider-slideset-basel-grand-opening .slide-template-f-2a .image-item-2:lang(nl),
.templated-slider-slideset-basel-grand-opening .slide-template-f-2a .image-item-2:lang(fr),
.templated-slider-slideset-basel-grand-opening .slide-template-f-2a .image-item-2:lang(de) {
  top: 3.34%;
}

.templated-slider-slideset-basel-grand-opening .slide-template-f-2a .image-item-3:lang(hu),
.templated-slider-slideset-basel-grand-opening .slide-template-f-2a .image-item-3:lang(it),
.templated-slider-slideset-basel-grand-opening .slide-template-f-2a .image-item-3:lang(es),
.templated-slider-slideset-basel-grand-opening .slide-template-f-2a .image-item-3:lang(el),
.templated-slider-slideset-basel-grand-opening .slide-template-f-2a .image-item-3:lang(nl),
.templated-slider-slideset-basel-grand-opening .slide-template-f-2a .image-item-3:lang(fr),
.templated-slider-slideset-basel-grand-opening .slide-template-f-2a .image-item-3:lang(de) {
  top: 35.26%;
}

.templated-slider-slideset-basel-grand-opening :lang(es) .inline-img-block-40 {
  margin-bottom: 15px;
}

.templated-slider-slideset-basel-grand-opening .slide-id-opening-2 .text-item:lang(hu),
.templated-slider-slideset-basel-grand-opening .slide-id-opening-2 .text-item:lang(it),
.templated-slider-slideset-basel-grand-opening .slide-id-opening-2 .text-item:lang(es),
.templated-slider-slideset-basel-grand-opening .slide-id-opening-2 .text-item:lang(el),
.templated-slider-slideset-basel-grand-opening .slide-id-opening-2 .text-item:lang(nl),
.templated-slider-slideset-basel-grand-opening .slide-id-opening-2 .text-item:lang(fr),
.templated-slider-slideset-basel-grand-opening .slide-id-opening-2 .text-item:lang(de) {
  top: 70% !important;
  width: 23.48% !important;
  line-height: 1.2em;
}

.templated-slider-slideset-basel-grand-opening [dir="rtl"] .slide-id-opening-2 .text-item {
  width: 21.65% !important;
}

.templated-slider-slideset-basel-grand-opening .slide-id-opening-2 .text-item:lang(hu) {
  font-size: 12px;
}

@media (max-width: 870px) {
  .templated-slider-slideset-basel-grand-opening .slide-id-opening-2 .text-item:lang(hu),
  .templated-slider-slideset-basel-grand-opening .slide-id-opening-2 .text-item:lang(sv) {
    font-size: 11px;
  }
}

.templated-slider-slideset-basel-grand-opening [dir="rtl"] .slide-id-bookstore.slide-template-j-1c .image-item-2 {
  right: 0;
}

.templated-slider-slideset-basel-grand-opening [dir="rtl"] .slide-id-bookstore.slide-template-j-1c .image-item-1 {
  left: 0;
}

.templated-slider-slideset-basel-grand-opening [dir="rtl"] .slide-id-purif.slide-template-o-3 .image-item-3 {
  left: 6.91% !important;
  right: auto;
}

.templated-slider-slideset-basel-grand-opening .slide-id-opening-2 .image-item-3 {
  width: 21.51% !important;
  left: 3.72% !important;
}

.templated-slider-slideset-basel-grand-opening .slide-id-opening-2 .text-item {
  left: 3.72% !important;
  top: 70.6% !important;
}

.templated-slider-slideset-basel-grand-opening .slide-id-entertainmenta .image-item-2 {
  width: 29.41% !important;
  right: 6.62% !important;
}

.templated-slider-slideset-basel-grand-opening #shell .slide-id-main-speaker .text-item {
  width: 23.25% !important;
}

.templated-slider-slideset-basel-grand-opening .slide-id-slide-28 .image-item-1 {
  width: 69.06% !important;
}

@media (max-width: 767px) {
  .templated-slider-slideset-basel-grand-opening .slide-id-academy .image-item-1:before,
  .templated-slider-slideset-basel-grand-opening .slide-id-entertainmenta .image-item-2:before,
  .templated-slider-slideset-basel-grand-opening .slide-id-academy .image-item-1:before,
  .templated-slider-slideset-basel-grand-opening .slide-id-auditing_room .image-item-2:before,
  .templated-slider-slideset-basel-grand-opening .slide-id-purif .image-item-2:before {
    display: none !important;
  }
}

.templated-slider-slideset-basel-grand-opening .slide-id-purif .text-item {
  line-height: 1.3;
}

.templated-slider-slideset-ireland-national-office-opening [dir=rtl] #editable_body_holder .medium-insert-images-left_outside {
  margin-bottom: 17px;
}

.templated-slider-slideset-ireland-national-office-opening :lang(sv) .legacy-page-header-region h1, .templated-slider-slideset-ireland-national-office-opening :lang(sv) .editable-header-region h1 {
  padding-right: 0;
}

.templated-slider-slideset-ireland-national-office-opening :lang(sv) .slide-id-slide-6.slide-template-new-l .text-item {
  width: 34.2%;
}

.templated-slider-slideset-ireland-national-office-opening :lang(es) .templated-slider-slideset-ireland-national-office-opening .slide-template-new-c-1-with-band .image-item-2.image-item-custom,
.templated-slider-slideset-ireland-national-office-opening :lang(nl) .templated-slider-slideset-ireland-national-office-opening .slide-template-new-c-1-with-band .image-item-2.image-item-custom {
  line-height: 1.2em;
}

.templated-slider-slideset-ireland-national-office-opening :lang(de) .templated-slider-slideset-ireland-national-office-opening .slide-template-new-c-1-with-band.slide-id-slide-24 .image-item-2.image-item-custom {
  padding-right: 1%;
}

.templated-slider-slideset-ireland-national-office-opening :lang(de) .templated-slider-slideset-ireland-national-office-opening .slide-template-new-c-1-with-band .image-item-2.image-item-custom {
  line-height: 1.2em;
  font-size: 13px;
}

.templated-slider-slideset-ireland-national-office-opening :lang(el) .templated-slider-slideset-ireland-national-office-opening .slide-template-new-c-1-with-band .image-item-2.image-item-custom {
  line-height: 1.2em;
  font-size: 12px;
}

.templated-slider-slideset-ireland-national-office-opening :lang(el) .templated-slider-slideset-ireland-national-office-opening .slide-template-new-c-1-with-band .image-item-2.image-item-custom .lead {
  top: 0;
}

.templated-slider-slideset-ireland-national-office-opening :lang(it) .templated-slider-slideset-ireland-national-office-opening .slide-template-new-c-1-with-band .image-item-2.image-item-custom,
.templated-slider-slideset-ireland-national-office-opening :lang(sv) .templated-slider-slideset-ireland-national-office-opening .slide-template-new-c-1-with-band .image-item-2.image-item-custom {
  line-height: 1.3em;
}

.templated-slider-slideset-ireland-national-office-opening :lang(ru) .templated-slider-slideset-ireland-national-office-opening .slide-template-new-c-1-with-band .image-item-2.image-item-custom .lead {
  line-height: 1.4em !important;
}

.templated-slider-slideset-ireland-national-office-opening :lang(ru) .templated-slider-slideset-ireland-national-office-opening .slide-id-slide-19 .image-item-2.image-item-custom {
  height: 157px;
  top: 73.1%;
}

.templated-slider-slideset-ireland-national-office-opening :lang(ru) .templated-slider-slideset-ireland-national-office-opening .slide-template-new-c-1-with-band .image-item-2.image-item-custom {
  padding: 5px 1% 13px 17%;
  line-height: 1.2;
}

.templated-slider-slideset-ireland-national-office-opening :lang(pt) .slide-template-new-c-1-with-band .image-item-2.image-item-custom .lead {
  margin-bottom: 2px;
}

.templated-slider-slideset-ireland-national-office-opening :lang(pt) .slide-template-new-c-1-with-band .image-item-2.image-item-custom {
  line-height: 1.4em;
  font-size: 12px;
}

.templated-slider-slideset-hbg .slide-id-slide-1 .text-item {
  top: 85.4% !important;
  bottom: 2.09% !important;
}

.templated-slider-slideset-hbg .slide-id-slide-3 .text-item {
  top: 85.8% !important;
  bottom: 0.58% !important;
}

.templated-slider-slideset-hbg .slide-id-slide-6 .text-item {
  top: 85.8% !important;
  bottom: 1.16% !important;
}

.templated-slider-slideset-hbg .slide-id-slide-8 .text-item {
  top: 83.4% !important;
  bottom: 0.58% !important;
}

.templated-slider-slideset-hbg .slide-id-slide-12 .text-item {
  top: auto !important;
  bottom: 1.16% !important;
}

.templated-slider-slideset-inglewood .slide-id-slide-1 .text-item {
  left: 4.06% !important;
  right: 4.06% !important;
  width: auto !important;
  max-width: auto !important;
  bottom: auto !important;
  top: 86.08% !important;
}

.templated-slider-slideset-inglewood .slide-id-slide-13 .text-item {
  top: auto !important;
  bottom: 1.21% !important;
}

.templated-slider-slideset-inglewood .slide-id-slide-16 .text-item {
  top: auto !important;
  bottom: 1.21% !important;
}

.templated-slider-slideset-inglewood .slide-id-slide-19 .text-item {
  top: auto !important;
  bottom: 1.21% !important;
}

.templated-slider-slideset-inglewood .slide-id-slide-20 .text-item {
  top: auto !important;
  bottom: 1.21% !important;
}

.templated-slider-slideset-inglewood .slide-id-slide-29 .text-item {
  left: 4.06% !important;
  right: 4.06% !important;
  width: auto !important;
  max-width: auto !important;
  bottom: 3.47% !important;
  top: auto !important;
}

.templated-slider-slideset-inglewood .slide-id-slide-30 .text-item {
  top: auto !important;
  bottom: 2.6% !important;
}

.templated-slider-slideset-inglewood .slide-id-slide-32 .text-item {
  top: auto !important;
  bottom: 2.6% !important;
}

.templated-slider-slideset-inglewood .slide-id-slide-34 .text-item {
  top: auto !important;
  bottom: 2.6% !important;
}

.templated-slider-slideset-inglewood .slide-id-slide-35 .text-item {
  top: auto !important;
  bottom: 2.6% !important;
}

.templated-slider-slideset-inglewood .slide-id-slide-38 .text-item {
  bottom: 1.21% !important;
  top: auto !important;
}

.templated-slider-slideset-mexch .slide-id-slide-1 .text-item {
  left: 4.06% !important;
  right: 4.06% !important;
  width: auto !important;
  max-width: auto !important;
}

.templated-slider-slideset-mexch .slide-id-slide-16 .text-item {
  bottom: 1.73% !important;
  top: auto !important;
}

.templated-slider-slideset-pasadena .templated-slider-build-2-1 .slide-holder .slide-template-new-d .text-item {
  top: 85.95%;
}

.templated-slider-slideset-pasadena .templated-slider-build-2-1 .slide-holder .slide-template-new-c .text-item {
  top: 83.21%;
  left: 5.3%;
  width: 90.39%;
}

.templated-slider-slideset-sacramento .press-release-contact-block {
  display: none;
}

.templated-slider-slideset-sacramento .img2 strong {
  font-weight: normal;
}

.templated-slider-slideset-sacramento .slide-id-slide-6 .text-item {
  bottom: auto !important;
  top: 43.47% !important;
  height: auto !important;
  max-height: auto !important;
  overflow: visible;
}

.templated-slider-slideset-sacramento .slide-id-slide-7 .text-item {
  bottom: auto !important;
  top: 47.82% !important;
  height: auto !important;
  max-height: auto !important;
  overflow: visible;
}

.templated-slider-slideset-sacramento .slide-id-slide-17 .text-item {
  bottom: 0.86% !important;
  top: 85.2% !important;
}

.templated-slider-slideset-sacramento .slide-id-slide-21 .text-item {
  bottom: 1.73% !important;
  top: auto !important;
}

.templated-slider-slideset-sacramento .slide-id-slide-28 .text-item {
  bottom: 1.73% !important;
  top: auto !important;
}

.templated-slider-slideset-seattle .slide-id-slide-16 .text-item {
  left: 6.39% !important;
  bottom: 5px !important;
  top: 86.08% !important;
}

.templated-slider-slideset-tcd .slide-id-slide-12 .text-item {
  bottom: 1.73% !important;
  top: auto !important;
}

.templated-slider-slideset-tcd .slide-id-slide-13 .text-item {
  bottom: 1.21% !important;
  top: auto !important;
}

.templated-slider-slideset-tcd .slide-id-slide-14 .text-item {
  bottom: 1.21% !important;
  top: auto !important;
  left: 4.06% !important;
  right: 4.06% !important;
  width: auto !important;
  max-width: auto !important;
}

.templated-slider-slideset-tcd .slide-id-slide-15 .text-item {
  bottom: 1.21% !important;
  top: auto !important;
}

.templated-slider-slideset-tcd .slide-id-slide-18 .text-item {
  bottom: 1.21% !important;
  top: auto !important;
}

.templated-slider-slideset-tcd .slide-id-slide-20 .text-item {
  bottom: 1.21% !important;
  top: auto !important;
}

.templated-slider-slideset-cloeu main.main .inline-img-block .inline-img-caption .lead {
  color: #666;
  line-height: 1.4em;
  font-size: 1em;
}

.templated-slider-slideset-cloeu .slide-id-slide-2 .text-item {
  top: 74.43% !important;
  line-height: 1.3;
}

.templated-slider-slideset-cloeu .slide-id-slide-6 .text-item {
  top: 85.39% !important;
  left: 2.32% !important;
  width: 95.34% !important;
}

.templated-slider-slideset-cloeu .slide-id-slide-10 .text-item {
  top: 83.65% !important;
}

.templated-slider-slideset-cloeu .slide-id-slide-14 .text-item {
  top: 37.91% !important;
}

.templated-slider-slideset-clouk-grand-opening :lang(el) .templated-slider-build-2-1 .slide-template-new-d .text-item {
  width: 90% !important;
}

.templated-slider-slideset-clouk-grand-opening :lang(el) .slide-template-new-c-with-band.slide-template-new-b .image-item-custom .floater-texter {
  line-height: 1.2em;
}

.templated-slider-slideset-clouk-grand-opening :lang(el) .path-david-miscavige-continental-liaison-office-united-kingdom-grand-opening .slide-template-new-i-2b.slide-template-new-c-with-band .image-item-custom .floater-texter {
  line-height: 1.1em;
  left: 27%;
  right: 1%;
}

.templated-slider-slideset-clouk-grand-opening :lang(da) .path-david-miscavige-continental-liaison-office-united-kingdom-grand-opening .slide-template-new-i-2b.slide-template-new-c-with-band .image-item-custom .floater-texter {
  left: 29%;
  right: 1%;
}

.templated-slider-slideset-clouk-grand-opening :lang(fr) .path-david-miscavige-continental-liaison-office-united-kingdom-grand-opening .slide-template-new-i-2b.slide-template-new-c-with-band .image-item-custom .floater-texter {
  left: 28%;
  right: 2%;
}

.templated-slider-slideset-clouk-grand-opening :lang(hu) .path-scientology-today-church-openings-continental-liaison-office-united-kingdom-grand-opening_html .slide-template-new-b .image-item-custom2 {
  left: 0.5% !important;
}

.templated-slider-slideset-clouk-grand-opening :lang(hu) .slide-template-new-c-with-band.slide-template-new-b.slide-id-slide-clouk-26 .image-item-custom .floater-texter {
  left: 24%;
  right: 1%;
}

.templated-slider-slideset-clouk-grand-opening :lang(hu) .path-scientology-today-church-openings-continental-liaison-office-united-kingdom-grand-opening_html .slide-wrapper slide h3.slide-subhead-smaller {
  line-height: 1em;
  padding-bottom: 0px;
}

.templated-slider-slideset-coachman-grand-opening .slide-id-slide-8 .text-item {
  top: 59.47% !important;
  left: 5.81% !important;
}

.templated-slider-slideset-coachman-grand-opening .slide-id-slide-11 .text-item {
  top: 56.86% !important;
}

.templated-slider-slideset-coachman-grand-opening .slide-id-slide-14 .image-item-2 {
  top: 56.17% !important;
}

.templated-slider-slideset-coachman-grand-opening .slide-id-slide-14 .text-item {
  top: 78.26% !important;
  left: 2.32% !important;
  width: 71.04% !important;
}

.templated-slider-slideset-coachman-grand-opening #content .inline-img-caption .lead {
  font-size: 1em;
}

@media (max-width: 767px) {
  .templated-slider-slideset-coachman-grand-opening .slide-id-slide-7 .image-item-1:before,
  .templated-slider-slideset-coachman-grand-opening .slide-id-slide-7 .image-item-2:before {
    display: none !important;
  }
}

.templated-slider-slideset-coachman-grand-opening .slide-id-slide-7 .text-item {
  top: 52% !important;
}

.templated-slider-slideset-coachman-grand-opening .slide-id-slide-10 .text-item {
  top: 72.69% !important;
}

.templated-slider-slideset-flag-grand-opening-remakr .pullquotestyle.quotes {
  padding: 0 30px 0 30px;
  font-style: italic;
}

.templated-slider-slideset-flag-grand-opening-remakr .pullquotestyle.quotes p:after {
  content: " ";
  border-bottom: 1px solid #ccc;
  width: 200px;
  margin: 10px auto;
  display: block;
}

.templated-slider-slideset-flag-grand-opening-remakr .pullquotestyle.quotes p.pull-quote {
  clear: both;
  float: left;
  font-family: Georgia, serif;
  font-weight: bold;
  line-height: 1.5em;
  margin: 2px 0px 8px 0;
  padding: 7px 10px 27px 0;
  width: 31%;
  color: #000;
  text-align: left;
  position: relative;
  left: -30px;
}

.templated-slider-slideset-flag-grand-opening-remakr [dir="rtl"] .pullquotestyle.quotes p.pull-quote {
  padding: 7px 0px 27px 10px;
}

.templated-slider-slideset-flag-grand-opening-remakr .pullquotestyle.quotes p.pull-quote:after {
  content: none;
}

.templated-slider-slideset-flag-grand-opening-remakr .slide-id-fso-grand-opening-slide-10 .text-item {
  top: 73.04% !important;
}

.templated-slider-slideset-aosheu-opening-header #shell .inline-img-block-40.img2 {
  margin-top: 20px;
}

.templated-slider-slideset-aosheu-opening-header .slide-id-aosh-eu-02 .text-item {
  top: 85.91% !important;
}

.templated-slider-slideset-aosheu-opening-header .slide-id-aosh-eu-10 .text-item {
  top: 85.39% !important;
}

.templated-slider-slideset-aosheu-opening-header .slide-id-aosh-eu-11 .image-item-3 {
  top: 56.52% !important;
}

.templated-slider-slideset-aosheu-opening-header .slide-id-aosh-eu-11 .text-item {
  top: 56.52% !important;
}

.templated-slider-slideset-aosheu-opening-header .slide-id-aosh-eu-17 .text-item {
  top: 85.39% !important;
}

.templated-slider-slideset-kaohsiung-opening-header .slide-id-ksd-header-02 .text-item {
  width: 23.02% !important;
}

.templated-slider-slideset-kaohsiung-opening-header .slide-id-ksd-header-22 .image-item-3 {
  top: 37.91% !important;
}

.templated-slider-slideset-kaohsiung-opening-header .slide-id-ksd-header-22 .text-item {
  top: 76.17% !important;
}

.templated-slider-slideset-kaohsiung-opening-header .slide-id-ksd-header-26 .text-item {
  top: 78.6% !important;
}

.templated-slider-slideset-kaohsiung-opening-header .slide-id-ksd-header-28 .text-item {
  top: 85.56% !important;
  width: 62.79% !important;
  right: 0.58% !important;
  line-height: 1.3;
}

.templated-slider-slideset-kaohsiung-opening-header .slide-id-ksd-header-29 .text-item {
  top: 78.6% !important;
}

.templated-slider-slideset-kaohsiung-opening-header .menu-holder .menu-bar.row {
  margin-left: 0;
  margin-right: 0;
}

.templated-slider-slideset-fraser .slide-id-slide-3 .text-item {
  bottom: auto !important;
  top: 86.08% !important;
}

.templated-slider-slideset-fraser .slide-id-slide-17 .text-item {
  bottom: auto !important;
  top: 85.21% !important;
  left: 4.06% !important;
  right: 4.06% !important;
  width: auto !important;
  max-width: 200% !important;
}

.templated-slider-slideset-fraser .slide-id-slide-19 .text-item {
  left: 4.06% !important;
  right: 4.06% !important;
  width: auto !important;
  max-width: 200% !important;
}

.templated-slider-slideset-sydd-grand-opening :lang(ja) .slide-templated-new.slide-id-lrh-office .text-item {
  top: 85% !important;
  bottom: 5px !important;
  width: 90.04%;
}

.templated-slider-slideset-sydd-grand-opening .inline-img-caption .lead {
  font-style: normal;
  color: #666;
  font-size: 1em;
}

.templated-slider-slideset-sydd-grand-opening .slide-id-audience-reaction .text-item {
  top: 74.08% !important;
  line-height: 1.3;
}

.templated-slider-slideset-sydd-grand-opening .slide-id-reception .text-item {
  top: 33.21% !important;
}

.templated-slider-slideset-sydd-grand-opening .slide-id-info-center .text-item {
  top: 84.17% !important;
}

.templated-slider-slideset-sydd-grand-opening .slide-id-div6-courserooms2 .text-item {
  top: 80.86% !important;
}

.templated-slider-slideset-sydd-grand-opening .slide-id-field-activities .text-item {
  top: 84% !important;
}

.templated-slider-slideset-sydd-grand-opening .slide-template-p .text-item {
  left: 2.32% !important;
  width: 17.9% !important;
  top: 54.26% !important;
}

.templated-slider-slideset-sydd-grand-opening .slide-template-p .image-item-1:before,
.templated-slider-slideset-sydd-grand-opening .slide-template-p .image-item-2:before,
.templated-slider-slideset-sydd-grand-opening .slide-template-p .image-item-3:before,
.templated-slider-slideset-sydd-grand-opening .slide-template-p .image-item-4:before,
.templated-slider-slideset-sydd-grand-opening .slide-id-academy .image-item-1:before,
.templated-slider-slideset-sydd-grand-opening .slide-id-academy .image-item-2:before {
  display: none !important;
}

.templated-slider-slideset-sydd-grand-opening .menu-holder .menu-bar.row {
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 767px) {
  .templated-slider-slideset-sydd-grand-opening .device-ios #shell #header #header_slideshow_wraper .default-left-nav > .flyout > .text-flyout.mobile-menu {
    width: 100%;
  }
  .templated-slider-slideset-sydd-grand-opening #outer_shell .menu-holder:hover .menu-label, .templated-slider-slideset-sydd-grand-opening #outer_shell .menu-label {
    background-color: #467094;
  }
}

.templated-slider-slideset-denmark-grand-opening :lang(sv) .slide-id-slide14 .js-vertical-middle {
  max-height: 90%;
}

.templated-slider-slideset-dublin-grand-opening :lang(sv) .slide-id-slide14 .js-vertical-middle {
  max-height: 90%;
}

.templated-slider-slideset-dublin-grand-opening [dir=rtl] #editable_body_holder .medium-insert-images-left_outside {
  margin-bottom: 40px;
}

.templated-slider-slideset-pac-bridge-header .fso-slide-1.fso-slide-imagemap .image-item-custom2,
.templated-slider-slideset-pac-bridge-header .fso-slide-1.fso-slide-imagemap .image-item-custom {
  display: none !important;
}

.templated-slider-slideset-pac-bridge-header .slide-id-pac-opening-14 .text-item {
  top: 76.86% !important;
}

.templated-slider-slideset-pac-bridge-header .slide-id-pac-opening-16 .text-item {
  top: 85.39% !important;
}

.templated-slider-slideset-pac-bridge-header .slide-id-pac-opening-18 .text-item {
  top: 85.39% !important;
}

.templated-slider-slideset-pac-bridge-header .slide-id-pac-opening-26 .text-item {
  top: 85.39% !important;
}

.templated-slider-slideset-pac-bridge-header .slide-id-pac-opening-32 .image-item-2 {
  width: 27.9% !important;
  right: 9.65% !important;
  top: 8.69% !important;
}

.templated-slider-slideset-pac-bridge-header .slide-id-pac-opening-32 .text-item {
  width: 32.55% !important;
  right: 6.04% !important;
  top: 63.3% !important;
}

.templated-slider-slideset-pac-bridge-header .slide-id-pac-opening-41 .text-item {
  top: 84.34% !important;
}

.templated-slider-slideset-pac-bridge-header .slide-id-pac-opening-45 .text-item {
  top: 85.21% !important;
}

.templated-slider-slideset-pac-bridge-header .slide-id-pac-opening-63 .text-item {
  width: 23.6% !important;
  right: 1.86% !important;
}

@media (max-width: 767px) {
  .templated-slider-slideset-pac-bridge-header .slide-wrapper, .templated-slider-slideset-pac-bridge-header .slide-wrapper .slide-holder {
    transform: translateZ(0) !important;
    -webkit-transform: translateZ(0) !important;
    -moz-transform: translateZ(0) !important;
    -o-transform: translateZ(0) !important;
    -ms-transform: translateZ(0) !important;
  }
  .templated-slider-slideset-pac-bridge-header .templated-slider-style-dynamic-image-sizing slide.js-single-image-slide .image-holder {
    transform: translate3d(-50%, 0, 0) !important;
    -webkit-transform: translate3d(-50%, 0, 0) !important;
  }
}

.templated-slider-slideset-buff .slide-id-slide-2 .text-item {
  bottom: 1.73% !important;
  top: auto !important;
  left: 4.06% !important;
  right: 4.06% !important;
  width: auto !important;
  max-width: auto !important;
}

.templated-slider-slideset-buff .slide-id-slide-9 .text-item {
  bottom: 1.21% !important;
  top: auto !important;
  left: 4.06% !important;
  right: 4.06% !important;
  width: auto !important;
  max-width: auto !important;
}

.templated-slider-slideset-buff .slide-id-slide-16 .text-item {
  bottom: 1.21% !important;
  top: auto !important;
}

.templated-slider-slideset-buff .slide-id-slide-20 .text-item {
  bottom: 1.21% !important;
  top: auto !important;
}

.templated-slider-slideset-cam .slide-id-slide-3 .text-item {
  bottom: 1.73% !important;
  top: auto !important;
}

.templated-slider-slideset-cam .slide-id-slide-14 .text-item {
  bottom: 1.21% !important;
  top: auto !important;
}

.templated-slider-slideset-cam .slide-id-slide-16 .text-item {
  bottom: 1.21% !important;
  top: auto !important;
}

.templated-slider-slideset-cam .slide-id-slide-22 .text-item {
  bottom: 1.21% !important;
  top: auto !important;
}

.templated-slider-slideset-cincinnati .slide-id-slide-2 .text-item {
  width: auto !important;
  left: 1.74% !important;
  right: 1.74% !important;
  bottom: 1.73% !important;
}

.templated-slider-slideset-cincinnati .slide-id-slide-6 .text-item {
  left: 2.9% !important;
  right: 2.9% !important;
  width: auto !important;
  max-width: auto !important;
}

.templated-slider-slideset-cincinnati .slide-id-slide-26 .text-item {
  width: auto !important;
  left: 4.06% !important;
  right: 4.06% !important;
}

.templated-slider-slideset-dvr .slide-id-slide-26 .text-item {
  bottom: 1.73% !important;
  top: auto !important;
}

.templated-slider-slideset-dvr .slide-id-slide-28 .text-item {
  bottom: 1.73% !important;
  top: auto !important;
}

.templated-slider-slideset-oc .slide-id-slide-7 .text-item {
  left: 2.9% !important;
  right: 2.9% !important;
  width: auto !important;
  max-width: auto !important;
  bottom: 1.73% !important;
  top: auto !important;
}

.templated-slider-slideset-oc .slide-id-slide-25 .text-item {
  left: 5.23% !important;
  right: 5.23% !important;
  width: auto !important;
  max-width: auto !important;
}

.templated-slider-slideset-oc .slide-id-slide-27 .text-item {
  bottom: 1.21% !important;
  top: auto !important;
}

.templated-slider-slideset-phx .slide-id-slide-2 .text-item {
  width: auto !important;
  left: 6.39% !important;
  right: 6.39% !important;
}

.templated-slider-slideset-phx .slide-id-slide-5 .text-item {
  bottom: 1.73% !important;
  height: auto !important;
  max-height: auto !important;
  top: auto !important;
  width: auto !important;
  left: 4.06% !important;
  right: 4.06% !important;
}

.templated-slider-slideset-phx .slide-id-slide-11 .text-item {
  bottom: 1.21% !important;
  top: auto !important;
}

.templated-slider-slideset-phx .slide-id-slide-19 .text-item {
  bottom: 0.86% !important;
  top: auto !important;
  height: auto !important;
  max-height: auto !important;
}

.templated-slider-slideset-phx .slide-id-slide-26 .text-item {
  bottom: 1.21% !important;
  top: auto !important;
}

.templated-slider-slideset-ptl .slide-id-slide-4 .text-item {
  top: auto !important;
  bottom: 1.73% !important;
}

.templated-slider-slideset-ptl .slide-id-slide-16 .text-item {
  top: auto !important;
  bottom: 1.73% !important;
}

.templated-slider-slideset-ptl .slide-id-dynamic_id-ptl-1 .text-item,
.templated-slider-slideset-ptl .slide-id-dynamic_id-ptl-6 .text-item {
  bottom: 1.73% !important;
}

.templated-slider-slideset-ptl-tour-inside .slide-id-tour-1 .text-item {
  bottom: 1.73% !important;
}

.templated-slider-slideset-pta .slide-template-new-c-1 .text-item,
.templated-slider-slideset-pretoria-tour-inside .slide-template-new-c-1 .text-item,
.templated-slider-slideset-pta-history .slide-template-new-c-1 .text-item {
  bottom: 0 !important;
}

.templated-slider-slideset-pta .slide-id-tour-slide-4 .text-item,
.templated-slider-slideset-pretoria-tour-inside .slide-id-tour-slide-4 .text-item,
.templated-slider-slideset-pta-history .slide-id-tour-slide-4 .text-item {
  width: 81.97% !important;
}

.templated-slider-slideset-snc .slide-id-slide-4 .text-item {
  top: 83.47% !important;
}

.templated-slider-slideset-snc .slide-id-slide-6 .text-item {
  top: auto !important;
  bottom: 1.73% !important;
  left: 2.32% !important;
  right: 2.32% !important;
  width: auto !important;
  max-width: auto !important;
}

.templated-slider-slideset-snc .slide-id-slide-9 .text-item {
  top: auto !important;
  bottom: 1.73% !important;
}

.templated-slider-slideset-snc .slide-id-slide-15 .text-item {
  top: auto !important;
  bottom: 0.69% !important;
  left: 2.32% !important;
  right: 2.32% !important;
  width: auto !important;
  max-width: auto !important;
}

.templated-slider-slideset-snc .slide-id-slide-19 .text-item {
  top: auto !important;
  bottom: 1.39% !important;
  left: 2.32% !important;
  right: 2.32% !important;
  width: auto !important;
  max-width: auto !important;
}

.templated-slider-slideset-snc .slide-id-slide-20 .text-item {
  top: auto !important;
  bottom: 1.73% !important;
}

.templated-slider-slideset-snc .slide-id-slide-22 .text-item {
  top: auto !important;
  bottom: 1.73% !important;
}

.templated-slider-slideset-tav .slide-id-tav-opening-2 .text-item.js-vertical-middle {
  max-height: none !important;
  line-height: 1.3 !important;
}

.templated-slider-slideset-tav .slide-id-slide-16 .text-item {
  left: 6.39% !important;
  right: 6.39% !important;
  width: auto !important;
  max-width: auto !important;
  bottom: 0.86% !important;
}

.templated-slider-slideset-tav .slide-id-slide-23 .text-item {
  left: 6.39% !important;
  right: 6.39% !important;
  width: auto !important;
  max-width: auto !important;
  bottom: 3.47% !important;
  top: auto !important;
}

.templated-slider-slideset-tav .slide-id-slide-24 .text-item {
  bottom: 2.6% !important;
  top: auto !important;
}

.templated-slider-slideset-csebrussels .slide-holder > slide:nth-of-type(13) > img {
  width: 80% !important;
}

.templated-slider-slideset-malmo .menu-holder .menu-bar.row {
  margin-left: 0;
  margin-right: 0;
}

.templated-slider-slideset-malmo #outer_shell .menu-holder:hover .menu-bar-wrapper {
  max-height: 150px;
}

.templated-slider-slideset-ias2013-header .slide-id-ias2013-slide-3 .text-item {
  left: 2.32% !important;
  width: 95.34% !important;
  top: 85.91% !important;
}

.templated-slider-slideset-ias2013-header .path-david-miscavige-ias-2013-celebration main.main img.uploaded-image {
  margin-top: 0;
}

.templated-slider-slideset-ias2013-header .path-david-miscavige-ias-2013-celebration .medium-insert-images figure figcaption {
  font-style: normal;
  color: #666;
}

.templated-slider-slideset-ias2013-header .slide-id-ias2013-slide-8 .text-item {
  top: 85.91% !important;
}

.templated-slider-slideset-ias2013-header #shell .medium-insert-images.medium-insert-images-left_outside {
  margin-bottom: 0;
}

.templated-slider-slideset-ias2013-header .caption-helper {
  display: none;
}

.templated-slider-slideset-ias2014 .slide-id-slide-anzo-aola-special .image-item-2 {
  right: 5%;
  top: auto;
  bottom: 8%;
  width: 46%;
}

.templated-slider-slideset-ias2014 .slide-id-slide-anzo-aola-special .image-item-3 {
  left: 40%;
}

.templated-slider-slideset-ias2014 #shell .image-item-custom {
  background: rgba(113, 143, 64, 0.8);
  font-family: "Arapey", serif;
  font-size: 34px;
  color: #f8f8f8;
  top: 77%;
  left: 0;
  right: 0;
  padding: 14px 25% 13px 0%;
  text-align: right;
}

@media (max-width: 1024px) {
  .templated-slider-slideset-ias2014 #shell .image-item-custom {
    font-size: 4vw;
  }
  .templated-slider-slideset-ias2014 #shell .slide-id-slide-aosh-anzo .image-item-custom {
    font-size: 3vw;
    line-height: 1.2em;
  }
  .templated-slider-slideset-ias2014 #shell .image-item-custom2 {
    top: 68%;
  }
  .templated-slider-slideset-ias2014 #shell .slide-id-slide-aosh-anzo .image-item-custom2 {
    top: 75%;
  }
}

@media (max-width: 500px) {
  .templated-slider-slideset-ias2014 #shell .image-item-custom {
    font-size: 5vw;
  }
  .templated-slider-slideset-ias2014 #shell .slide-id-slide-aosh-anzo .image-item-custom {
    font-size: 4vw;
  }
  .templated-slider-slideset-ias2014 #shell .image-item-custom2 {
    top: 70.5%;
  }
  .templated-slider-slideset-ias2014 #shell .slide-id-slide-aosh-anzo .image-item-custom2 {
    top: 78%;
  }
  .templated-slider-slideset-ias2014 :lang(fr) #shell .slide-id-slide-aosh-anzo .image-item-custom,
  .templated-slider-slideset-ias2014 :lang(fr) .image-item-custom,
  .templated-slider-slideset-ias2014 :lang(sv) #shell .slide-id-slide-aosh-anzo .image-item-custom,
  .templated-slider-slideset-ias2014 :lang(de) #shell .slide-id-slide-aosh-anzo .image-item-custom,
  .templated-slider-slideset-ias2014 :lang(de) .image-item-custom {
    font-size: 3vw;
  }
  .templated-slider-slideset-ias2014 #main h1 {
    font-size: 1.5em;
  }
}

.templated-slider-slideset-ias2014 .slide-id-slide-nn-can .image-item-custom {
  padding-right: 30%;
}

.templated-slider-slideset-ias2014 .image-item-custom2 {
  background: url(/FURL/imagecache/scalefit-250x250@as=1/data/www.scientology.org/files/nn-2014/nn-europe-shadow.png) top left no-repeat transparent;
  background-size: contain;
  top: 66.6%;
  width: 20%;
  height: 0;
  padding-top: 20%;
  right: 2%;
}

.templated-slider-slideset-ias2014 .slide-id-slide-nn-eu .image-item-custom2 {
  background-image: url(/FURL/imagecache/scalefit-250x250@as=1/data/www.scientology.org/files/nn-2014/nn-europe-shadow.png);
}

.templated-slider-slideset-ias2014 .slide-id-slide-nn-uk .image-item-custom2 {
  background-image: url(/FURL/imagecache/scalefit-250x250@as=1/data/www.scientology.org/files/nn-2014/nn-uk-shadow.png);
}

.templated-slider-slideset-ias2014 .slide-id-slide-nn-can .image-item-custom2 {
  background-image: url(/FURL/imagecache/scalefit-250x250@as=1/data/www.scientology.org/files/nn-2014/nn-canada-shadow.png);
  width: 25%;
  top: 72%;
}

.templated-slider-slideset-ias2014 .slide-id-slide-nn-latam .image-item-custom2 {
  background-image: url(/FURL/imagecache/scalefit-250x250@as=1/data/www.scientology.org/files/nn-2014/nn-latam-shadow.png);
}

.templated-slider-slideset-ias2014 .slide-id-slide-nn-anzo .image-item-custom2 {
  background-image: url(/FURL/imagecache/scalefit-250x250@as=1/data/www.scientology.org/files/nn-2014/nn-syd-shadow.png);
}

.templated-slider-slideset-ias2014 .slide-id-slide-nn-af .image-item-custom2 {
  background-image: url(/FURL/imagecache/scalefit-250x250@as=1/data/www.scientology.org/files/nn-2014/nn-africa-shadow.png);
}

.templated-slider-slideset-ias2014 .slide-id-slide-nn-ojai .image-item-custom2 {
  background-image: url(/FURL/imagecache/scalefit-250x250@as=1/data/www.scientology.org/files/nn-2014/nn-ojai-shadow.png);
}

.templated-slider-slideset-ias2014 .slide-id-slide-aosh-anzo .image-item-custom2 {
  background-image: url(/FURL/imagecache/scalefit-250x250@as=1/data/www.scientology.org/files/ias2014/ias-10-aosh-anzo-logo.png);
}

@media (min-width: 1025px) {
  .templated-slider-slideset-ias2014 #shell .slide-id-slide-aosh-anzo .image-item-custom {
    background: rgba(61, 95, 141, 0.8);
    font-size: 24px;
    padding: 14px 3% 13px 25%;
    line-height: 41px;
  }
}

.templated-slider-slideset-ias2014 :lang(it) .slide-id-slide-aosh-anzo .image-item-custom,
.templated-slider-slideset-ias2014 :lang(ru) .slide-id-slide-aosh-anzo .image-item-custom,
.templated-slider-slideset-ias2014 :lang(el) .slide-id-slide-aosh-anzo .image-item-custom,
.templated-slider-slideset-ias2014 :lang(sv) .slide-id-slide-aosh-anzo .image-item-custom,
.templated-slider-slideset-ias2014 :lang(da) .slide-id-slide-aosh-anzo .image-item-custom {
  font-size: 28px;
  line-height: 30px;
}

.templated-slider-slideset-ias2014 :lang(de) .slide-id-slide-aosh-anzo .image-item-custom {
  font-size: 25px;
  line-height: 29px;
}

.templated-slider-slideset-ias2014 .slide-id-slide-aosh-anzo .image-item-custom2 {
  right: auto;
  left: 4%;
  top: 70.6%;
  width: 18%;
}

.templated-slider-slideset-ias2014 :lang(it) .slide-id-slide-nn-can2 .text-item {
  width: 285px !important;
}

.templated-slider-slideset-ias2014 :lang(it) .slide-id-2-nn-latam .text-item {
  top: 84% !important;
}

.templated-slider-slideset-ias2014 .slide-id-slide-ias-04 .text-item {
  top: 85.73% !important;
}

.templated-slider-slideset-ias2014 #outer_shell #shell #header_container #header .slide-id-ias-06a .text-item {
  left: 5.81% !important;
  top: 72.34% !important;
  width: 34.88% !important;
  line-height: 1.3;
}

.templated-slider-slideset-ias2014 .slide-id-slide-nn-eu .text-item {
  top: 89.39% !important;
}

.templated-slider-slideset-ias2014 .slide-id-slide-nn-can2 .text-item {
  top: 73.04% !important;
  line-height: 1.3;
}

.templated-slider-slideset-ias2014 .slide-id-slide-nn-can .image-item-custom {
  padding-right: 30.81% !important;
}

.templated-slider-slideset-ias2014 .slide-id-slide-nn-eu .image-item-custom2 {
  top: 68.17% !important;
}

.templated-slider-slideset-ias2014 .slide-id-slide-nn-uk .image-item-custom2 {
  top: 68.52% !important;
}

.templated-slider-slideset-ias2014 .slide-id-slide-nn-can .image-item-custom2 {
  top: 73.04% !important;
}

.templated-slider-slideset-ias2014 .slide-id-slide-nn-latam .image-item-custom2 {
  top: 68.69% !important;
}

.templated-slider-slideset-ias2014 .slide-id-slide-nn-anzo .image-item-custom2 {
  top: 68.34% !important;
}

.templated-slider-slideset-ias2014 .slide-id-slide-nn-af .image-item-custom2 {
  top: 68.34% !important;
}

.templated-slider-slideset-ias2014 .slide-id-nn-af-4b .text-item {
  width: 24.88% !important;
}

.templated-slider-slideset-ias2014 .slide-id-slide-nn-ojai .image-item-custom2 {
  top: 68.52% !important;
}

.templated-slider-slideset-ias2014 .slide-id-slide-30 .text-item {
  top: 80% !important;
}

@media (max-width: 767px) {
  .templated-slider-slideset-ias2014 .slide-id-slide-30 .image-item-1:before {
    display: none !important;
  }
}

.templated-slider-slideset-ias2014 :lang(nl) #outer_shell #shell #header_container #header .slide-id-ias-06a .text-item {
  width: 35.88% !important;
  bottom: 2px !important;
}

.templated-slider-slideset-ias2014 :lang(nl) .fso-slide-aosh-anzo-special .nn-main.text-item {
  font-size: 12px;
  padding-right: 0 !important;
}

.templated-slider-slideset-ias2014 :lang(nl) .slide-id-ias-06a .caption-bottom-left-corner {
  bottom: 0px !important;
}

.templated-slider-slideset-ias2014 .fso-slide-imagemap .nn-overlay {
  background-image: url(/theme/images/ias2014/ias-pr-nn-map-parts-combined-fs8.png);
  background-size: cover;
}

.templated-slider-slideset-ias2014 .big-narconon-tile {
  -webkit---prefix--transition: opacity .5s cubic-bezier(0.19, 1, 0.22, 1) !important;
  -ms---prefix--transition: opacity .5s cubic-bezier(0.19, 1, 0.22, 1) !important;
  -moz---prefix--transition: opacity .5s cubic-bezier(0.19, 1, 0.22, 1) !important;
  -o---prefix--transition: opacity .5s cubic-bezier(0.19, 1, 0.22, 1) !important;
  --prefix--transition: opacity .5s cubic-bezier(0.19, 1, 0.22, 1) !important;
}

.templated-slider-slideset-ias2014 .fso-slide-imagemap .nn-overlay-africa {
  background-position: 000% 0;
}

.templated-slider-slideset-ias2014 .fso-slide-imagemap.nn-africa-show .nn-africa-inactive {
  opacity: 0 !important;
  -webkit---prefix--transition: opacity .1s cubic-bezier(0.19, 1, 0.22, 1);
  -ms---prefix--transition: opacity .1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz---prefix--transition: opacity .1s cubic-bezier(0.19, 1, 0.22, 1);
  -o---prefix--transition: opacity .1s cubic-bezier(0.19, 1, 0.22, 1);
  --prefix--transition: opacity .1s cubic-bezier(0.19, 1, 0.22, 1);
}

.templated-slider-slideset-ias2014 .fso-slide-imagemap.nn-africa-show .nn-africa-active {
  opacity: 1;
  -webkit---prefix--transition: opacity .1s cubic-bezier(0.19, 1, 0.22, 1);
  -ms---prefix--transition: opacity .1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz---prefix--transition: opacity .1s cubic-bezier(0.19, 1, 0.22, 1);
  -o---prefix--transition: opacity .1s cubic-bezier(0.19, 1, 0.22, 1);
  --prefix--transition: opacity .1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit---prefix--transform: translate3d(0px, 0px, 0px);
  -ms---prefix--transform: translate3d(0px, 0px, 0px);
  -moz---prefix--transform: translate3d(0px, 0px, 0px);
  -o---prefix--transform: translate3d(0px, 0px, 0px);
  --prefix--transform: translate3d(0px, 0px, 0px);
}

.templated-slider-slideset-ias2014 .fso-slide-imagemap.nn-africa-show .nn-africa-active.active-dot-slider {
  -webkit---prefix--transition: opacity .5s cubic-bezier(0.19, 1, 0.22, 1) .1s, --prefix--transform 1s cubic-bezier(0.19, 1, 0.22, 1) .1s;
  -ms---prefix--transition: opacity .5s cubic-bezier(0.19, 1, 0.22, 1) .1s, --prefix--transform 1s cubic-bezier(0.19, 1, 0.22, 1) .1s;
  -moz---prefix--transition: opacity .5s cubic-bezier(0.19, 1, 0.22, 1) .1s, --prefix--transform 1s cubic-bezier(0.19, 1, 0.22, 1) .1s;
  -o---prefix--transition: opacity .5s cubic-bezier(0.19, 1, 0.22, 1) .1s, --prefix--transform 1s cubic-bezier(0.19, 1, 0.22, 1) .1s;
  --prefix--transition: opacity .5s cubic-bezier(0.19, 1, 0.22, 1) .1s, --prefix--transform 1s cubic-bezier(0.19, 1, 0.22, 1) .1s;
}

.templated-slider-slideset-ias2014 .fso-slide-imagemap.nn-africa-show .nn-overlay-africa {
  -webkit---prefix--animation:  special_fade 1s;
  -ms---prefix--animation:  special_fade 1s;
  -moz---prefix--animation:  special_fade 1s;
  -o---prefix--animation:  special_fade 1s;
  --prefix--animation:  special_fade 1s;
  -webkit---prefix--animation-fill-mode:  both;
  -ms---prefix--animation-fill-mode:  both;
  -moz---prefix--animation-fill-mode:  both;
  -o---prefix--animation-fill-mode:  both;
  --prefix--animation-fill-mode:  both;
}

.templated-slider-slideset-ias2014 .nn-africa-show .big-narconon-tile {
  opacity: 0.5 !important;
}

.templated-slider-slideset-ias2014 .fso-slide-imagemap .nn-overlay-south-america {
  background-position: 100% 0;
}

.templated-slider-slideset-ias2014 .fso-slide-imagemap.nn-south-america-show .nn-south-america-inactive {
  opacity: 0 !important;
  -webkit---prefix--transition: opacity .1s cubic-bezier(0.19, 1, 0.22, 1);
  -ms---prefix--transition: opacity .1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz---prefix--transition: opacity .1s cubic-bezier(0.19, 1, 0.22, 1);
  -o---prefix--transition: opacity .1s cubic-bezier(0.19, 1, 0.22, 1);
  --prefix--transition: opacity .1s cubic-bezier(0.19, 1, 0.22, 1);
}

.templated-slider-slideset-ias2014 .fso-slide-imagemap.nn-south-america-show .nn-south-america-active {
  opacity: 1;
  -webkit---prefix--transition: opacity .1s cubic-bezier(0.19, 1, 0.22, 1);
  -ms---prefix--transition: opacity .1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz---prefix--transition: opacity .1s cubic-bezier(0.19, 1, 0.22, 1);
  -o---prefix--transition: opacity .1s cubic-bezier(0.19, 1, 0.22, 1);
  --prefix--transition: opacity .1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit---prefix--transform: translate3d(0px, 0px, 0px);
  -ms---prefix--transform: translate3d(0px, 0px, 0px);
  -moz---prefix--transform: translate3d(0px, 0px, 0px);
  -o---prefix--transform: translate3d(0px, 0px, 0px);
  --prefix--transform: translate3d(0px, 0px, 0px);
}

.templated-slider-slideset-ias2014 .fso-slide-imagemap.nn-south-america-show .nn-south-america-active.active-dot-slider {
  -webkit---prefix--transition: opacity .5s cubic-bezier(0.19, 1, 0.22, 1) .1s, --prefix--transform 1s cubic-bezier(0.19, 1, 0.22, 1) .1s;
  -ms---prefix--transition: opacity .5s cubic-bezier(0.19, 1, 0.22, 1) .1s, --prefix--transform 1s cubic-bezier(0.19, 1, 0.22, 1) .1s;
  -moz---prefix--transition: opacity .5s cubic-bezier(0.19, 1, 0.22, 1) .1s, --prefix--transform 1s cubic-bezier(0.19, 1, 0.22, 1) .1s;
  -o---prefix--transition: opacity .5s cubic-bezier(0.19, 1, 0.22, 1) .1s, --prefix--transform 1s cubic-bezier(0.19, 1, 0.22, 1) .1s;
  --prefix--transition: opacity .5s cubic-bezier(0.19, 1, 0.22, 1) .1s, --prefix--transform 1s cubic-bezier(0.19, 1, 0.22, 1) .1s;
}

.templated-slider-slideset-ias2014 .fso-slide-imagemap.nn-south-america-show .nn-overlay-south-america {
  -webkit---prefix--animation:  special_fade 1s;
  -ms---prefix--animation:  special_fade 1s;
  -moz---prefix--animation:  special_fade 1s;
  -o---prefix--animation:  special_fade 1s;
  --prefix--animation:  special_fade 1s;
  -webkit---prefix--animation-fill-mode:  both;
  -ms---prefix--animation-fill-mode:  both;
  -moz---prefix--animation-fill-mode:  both;
  -o---prefix--animation-fill-mode:  both;
  --prefix--animation-fill-mode:  both;
}

.templated-slider-slideset-ias2014 .nn-south-america-show .big-narconon-tile {
  opacity: 0.5 !important;
}

.templated-slider-slideset-ias2014 .fso-slide-imagemap .nn-overlay-north-america {
  background-position: 200% 0;
}

.templated-slider-slideset-ias2014 .fso-slide-imagemap.nn-north-america-show .nn-north-america-inactive {
  opacity: 0 !important;
  -webkit---prefix--transition: opacity .1s cubic-bezier(0.19, 1, 0.22, 1);
  -ms---prefix--transition: opacity .1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz---prefix--transition: opacity .1s cubic-bezier(0.19, 1, 0.22, 1);
  -o---prefix--transition: opacity .1s cubic-bezier(0.19, 1, 0.22, 1);
  --prefix--transition: opacity .1s cubic-bezier(0.19, 1, 0.22, 1);
}

.templated-slider-slideset-ias2014 .fso-slide-imagemap.nn-north-america-show .nn-north-america-active {
  opacity: 1;
  -webkit---prefix--transition: opacity .1s cubic-bezier(0.19, 1, 0.22, 1);
  -ms---prefix--transition: opacity .1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz---prefix--transition: opacity .1s cubic-bezier(0.19, 1, 0.22, 1);
  -o---prefix--transition: opacity .1s cubic-bezier(0.19, 1, 0.22, 1);
  --prefix--transition: opacity .1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit---prefix--transform: translate3d(0px, 0px, 0px);
  -ms---prefix--transform: translate3d(0px, 0px, 0px);
  -moz---prefix--transform: translate3d(0px, 0px, 0px);
  -o---prefix--transform: translate3d(0px, 0px, 0px);
  --prefix--transform: translate3d(0px, 0px, 0px);
}

.templated-slider-slideset-ias2014 .fso-slide-imagemap.nn-north-america-show .nn-north-america-active.active-dot-slider {
  -webkit---prefix--transition: opacity .5s cubic-bezier(0.19, 1, 0.22, 1) .1s, --prefix--transform 1s cubic-bezier(0.19, 1, 0.22, 1) .1s;
  -ms---prefix--transition: opacity .5s cubic-bezier(0.19, 1, 0.22, 1) .1s, --prefix--transform 1s cubic-bezier(0.19, 1, 0.22, 1) .1s;
  -moz---prefix--transition: opacity .5s cubic-bezier(0.19, 1, 0.22, 1) .1s, --prefix--transform 1s cubic-bezier(0.19, 1, 0.22, 1) .1s;
  -o---prefix--transition: opacity .5s cubic-bezier(0.19, 1, 0.22, 1) .1s, --prefix--transform 1s cubic-bezier(0.19, 1, 0.22, 1) .1s;
  --prefix--transition: opacity .5s cubic-bezier(0.19, 1, 0.22, 1) .1s, --prefix--transform 1s cubic-bezier(0.19, 1, 0.22, 1) .1s;
}

.templated-slider-slideset-ias2014 .fso-slide-imagemap.nn-north-america-show .nn-overlay-north-america {
  -webkit---prefix--animation:  special_fade 1s;
  -ms---prefix--animation:  special_fade 1s;
  -moz---prefix--animation:  special_fade 1s;
  -o---prefix--animation:  special_fade 1s;
  --prefix--animation:  special_fade 1s;
  -webkit---prefix--animation-fill-mode:  both;
  -ms---prefix--animation-fill-mode:  both;
  -moz---prefix--animation-fill-mode:  both;
  -o---prefix--animation-fill-mode:  both;
  --prefix--animation-fill-mode:  both;
}

.templated-slider-slideset-ias2014 .nn-north-america-show .big-narconon-tile {
  opacity: 0.5 !important;
}

.templated-slider-slideset-ias2014 .fso-slide-imagemap .nn-overlay-europe {
  background-position: 300% 0;
}

.templated-slider-slideset-ias2014 .fso-slide-imagemap.nn-europe-show .nn-europe-inactive {
  opacity: 0 !important;
  -webkit---prefix--transition: opacity .1s cubic-bezier(0.19, 1, 0.22, 1);
  -ms---prefix--transition: opacity .1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz---prefix--transition: opacity .1s cubic-bezier(0.19, 1, 0.22, 1);
  -o---prefix--transition: opacity .1s cubic-bezier(0.19, 1, 0.22, 1);
  --prefix--transition: opacity .1s cubic-bezier(0.19, 1, 0.22, 1);
}

.templated-slider-slideset-ias2014 .fso-slide-imagemap.nn-europe-show .nn-europe-active {
  opacity: 1;
  -webkit---prefix--transition: opacity .1s cubic-bezier(0.19, 1, 0.22, 1);
  -ms---prefix--transition: opacity .1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz---prefix--transition: opacity .1s cubic-bezier(0.19, 1, 0.22, 1);
  -o---prefix--transition: opacity .1s cubic-bezier(0.19, 1, 0.22, 1);
  --prefix--transition: opacity .1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit---prefix--transform: translate3d(0px, 0px, 0px);
  -ms---prefix--transform: translate3d(0px, 0px, 0px);
  -moz---prefix--transform: translate3d(0px, 0px, 0px);
  -o---prefix--transform: translate3d(0px, 0px, 0px);
  --prefix--transform: translate3d(0px, 0px, 0px);
}

.templated-slider-slideset-ias2014 .fso-slide-imagemap.nn-europe-show .nn-europe-active.active-dot-slider {
  -webkit---prefix--transition: opacity .5s cubic-bezier(0.19, 1, 0.22, 1) .1s, --prefix--transform 1s cubic-bezier(0.19, 1, 0.22, 1) .1s;
  -ms---prefix--transition: opacity .5s cubic-bezier(0.19, 1, 0.22, 1) .1s, --prefix--transform 1s cubic-bezier(0.19, 1, 0.22, 1) .1s;
  -moz---prefix--transition: opacity .5s cubic-bezier(0.19, 1, 0.22, 1) .1s, --prefix--transform 1s cubic-bezier(0.19, 1, 0.22, 1) .1s;
  -o---prefix--transition: opacity .5s cubic-bezier(0.19, 1, 0.22, 1) .1s, --prefix--transform 1s cubic-bezier(0.19, 1, 0.22, 1) .1s;
  --prefix--transition: opacity .5s cubic-bezier(0.19, 1, 0.22, 1) .1s, --prefix--transform 1s cubic-bezier(0.19, 1, 0.22, 1) .1s;
}

.templated-slider-slideset-ias2014 .fso-slide-imagemap.nn-europe-show .nn-overlay-europe {
  -webkit---prefix--animation:  special_fade 1s;
  -ms---prefix--animation:  special_fade 1s;
  -moz---prefix--animation:  special_fade 1s;
  -o---prefix--animation:  special_fade 1s;
  --prefix--animation:  special_fade 1s;
  -webkit---prefix--animation-fill-mode:  both;
  -ms---prefix--animation-fill-mode:  both;
  -moz---prefix--animation-fill-mode:  both;
  -o---prefix--animation-fill-mode:  both;
  --prefix--animation-fill-mode:  both;
}

.templated-slider-slideset-ias2014 .nn-europe-show .big-narconon-tile {
  opacity: 0.5 !important;
}

.templated-slider-slideset-ias2014 .fso-slide-imagemap .nn-overlay-cis {
  background-position: 400% 0;
}

.templated-slider-slideset-ias2014 .fso-slide-imagemap.nn-cis-show .nn-cis-inactive {
  opacity: 0 !important;
  -webkit---prefix--transition: opacity .1s cubic-bezier(0.19, 1, 0.22, 1);
  -ms---prefix--transition: opacity .1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz---prefix--transition: opacity .1s cubic-bezier(0.19, 1, 0.22, 1);
  -o---prefix--transition: opacity .1s cubic-bezier(0.19, 1, 0.22, 1);
  --prefix--transition: opacity .1s cubic-bezier(0.19, 1, 0.22, 1);
}

.templated-slider-slideset-ias2014 .fso-slide-imagemap.nn-cis-show .nn-cis-active {
  opacity: 1;
  -webkit---prefix--transition: opacity .1s cubic-bezier(0.19, 1, 0.22, 1);
  -ms---prefix--transition: opacity .1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz---prefix--transition: opacity .1s cubic-bezier(0.19, 1, 0.22, 1);
  -o---prefix--transition: opacity .1s cubic-bezier(0.19, 1, 0.22, 1);
  --prefix--transition: opacity .1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit---prefix--transform: translate3d(0px, 0px, 0px);
  -ms---prefix--transform: translate3d(0px, 0px, 0px);
  -moz---prefix--transform: translate3d(0px, 0px, 0px);
  -o---prefix--transform: translate3d(0px, 0px, 0px);
  --prefix--transform: translate3d(0px, 0px, 0px);
}

.templated-slider-slideset-ias2014 .fso-slide-imagemap.nn-cis-show .nn-cis-active.active-dot-slider {
  -webkit---prefix--transition: opacity .5s cubic-bezier(0.19, 1, 0.22, 1) .1s, --prefix--transform 1s cubic-bezier(0.19, 1, 0.22, 1) .1s;
  -ms---prefix--transition: opacity .5s cubic-bezier(0.19, 1, 0.22, 1) .1s, --prefix--transform 1s cubic-bezier(0.19, 1, 0.22, 1) .1s;
  -moz---prefix--transition: opacity .5s cubic-bezier(0.19, 1, 0.22, 1) .1s, --prefix--transform 1s cubic-bezier(0.19, 1, 0.22, 1) .1s;
  -o---prefix--transition: opacity .5s cubic-bezier(0.19, 1, 0.22, 1) .1s, --prefix--transform 1s cubic-bezier(0.19, 1, 0.22, 1) .1s;
  --prefix--transition: opacity .5s cubic-bezier(0.19, 1, 0.22, 1) .1s, --prefix--transform 1s cubic-bezier(0.19, 1, 0.22, 1) .1s;
}

.templated-slider-slideset-ias2014 .fso-slide-imagemap.nn-cis-show .nn-overlay-cis {
  -webkit---prefix--animation:  special_fade 1s;
  -ms---prefix--animation:  special_fade 1s;
  -moz---prefix--animation:  special_fade 1s;
  -o---prefix--animation:  special_fade 1s;
  --prefix--animation:  special_fade 1s;
  -webkit---prefix--animation-fill-mode:  both;
  -ms---prefix--animation-fill-mode:  both;
  -moz---prefix--animation-fill-mode:  both;
  -o---prefix--animation-fill-mode:  both;
  --prefix--animation-fill-mode:  both;
}

.templated-slider-slideset-ias2014 .nn-cis-show .big-narconon-tile {
  opacity: 0.5 !important;
}

.templated-slider-slideset-ias2014 .fso-slide-imagemap .nn-overlay-anzo {
  background-position: 600% 0;
}

.templated-slider-slideset-ias2014 .fso-slide-imagemap.nn-anzo-show .nn-anzo-inactive {
  opacity: 0 !important;
  -webkit---prefix--transition: opacity .1s cubic-bezier(0.19, 1, 0.22, 1);
  -ms---prefix--transition: opacity .1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz---prefix--transition: opacity .1s cubic-bezier(0.19, 1, 0.22, 1);
  -o---prefix--transition: opacity .1s cubic-bezier(0.19, 1, 0.22, 1);
  --prefix--transition: opacity .1s cubic-bezier(0.19, 1, 0.22, 1);
}

.templated-slider-slideset-ias2014 .fso-slide-imagemap.nn-anzo-show .nn-anzo-active {
  opacity: 1;
  -webkit---prefix--transition: opacity .1s cubic-bezier(0.19, 1, 0.22, 1);
  -ms---prefix--transition: opacity .1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz---prefix--transition: opacity .1s cubic-bezier(0.19, 1, 0.22, 1);
  -o---prefix--transition: opacity .1s cubic-bezier(0.19, 1, 0.22, 1);
  --prefix--transition: opacity .1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit---prefix--transform: translate3d(0px, 0px, 0px);
  -ms---prefix--transform: translate3d(0px, 0px, 0px);
  -moz---prefix--transform: translate3d(0px, 0px, 0px);
  -o---prefix--transform: translate3d(0px, 0px, 0px);
  --prefix--transform: translate3d(0px, 0px, 0px);
}

.templated-slider-slideset-ias2014 .fso-slide-imagemap.nn-anzo-show .nn-anzo-active.active-dot-slider {
  -webkit---prefix--transition: opacity .5s cubic-bezier(0.19, 1, 0.22, 1) .1s, --prefix--transform 1s cubic-bezier(0.19, 1, 0.22, 1) .1s;
  -ms---prefix--transition: opacity .5s cubic-bezier(0.19, 1, 0.22, 1) .1s, --prefix--transform 1s cubic-bezier(0.19, 1, 0.22, 1) .1s;
  -moz---prefix--transition: opacity .5s cubic-bezier(0.19, 1, 0.22, 1) .1s, --prefix--transform 1s cubic-bezier(0.19, 1, 0.22, 1) .1s;
  -o---prefix--transition: opacity .5s cubic-bezier(0.19, 1, 0.22, 1) .1s, --prefix--transform 1s cubic-bezier(0.19, 1, 0.22, 1) .1s;
  --prefix--transition: opacity .5s cubic-bezier(0.19, 1, 0.22, 1) .1s, --prefix--transform 1s cubic-bezier(0.19, 1, 0.22, 1) .1s;
}

.templated-slider-slideset-ias2014 .fso-slide-imagemap.nn-anzo-show .nn-overlay-anzo {
  -webkit---prefix--animation:  special_fade 1s;
  -ms---prefix--animation:  special_fade 1s;
  -moz---prefix--animation:  special_fade 1s;
  -o---prefix--animation:  special_fade 1s;
  --prefix--animation:  special_fade 1s;
  -webkit---prefix--animation-fill-mode:  both;
  -ms---prefix--animation-fill-mode:  both;
  -moz---prefix--animation-fill-mode:  both;
  -o---prefix--animation-fill-mode:  both;
  --prefix--animation-fill-mode:  both;
}

.templated-slider-slideset-ias2014 .nn-anzo-show .big-narconon-tile {
  opacity: 0.5 !important;
}

.templated-slider-slideset-ias2014 .fso-slide-imagemap .africa-position {
  top: 70%;
  left: 52.72%;
}

.templated-slider-slideset-ias2014 .fso-slide-imagemap .south-america-position {
  top: 53.43%;
  left: 21.42%;
}

.templated-slider-slideset-ias2014 .fso-slide-imagemap .north-america-position {
  top: 45.52%;
  left: 16.6%;
}

.templated-slider-slideset-ias2014 .fso-slide-imagemap .can-position {
  top: 40.52%;
  left: 26.0%;
}

.templated-slider-slideset-ias2014 .fso-slide-imagemap .europe-position {
  top: 30.47%;
  left: 48.27%;
}

.templated-slider-slideset-ias2014 .fso-slide-imagemap .uk-position {
  top: 32.47%;
  left: 44.27%;
}

.templated-slider-slideset-ias2014 .fso-slide-imagemap .cis-position {
  top: 46.73%;
  left: 67.4%;
}

.templated-slider-slideset-ias2014 .fso-slide-imagemap .anzo-position {
  top: 76.93%;
  left: 88.5%;
}

.templated-slider-slideset-ias2014 .fso-slide-imagemap .inactive-dot {
  width: 58px;
  height: 42px;
  margin-left: -28px;
  margin-top: -21px;
  background: url(/theme/images/ias2014/map-icon-nn-fs8.png) 0 0 no-repeat transparent;
}

.templated-slider-slideset-ias2014 .fso-slide-imagemap .active-dot {
  min-width: 58px;
  min-height: 42px;
  margin-left: -28px;
  margin-top: -21px;
}

.templated-slider-slideset-ias2014 .fso-slide-imagemap .active-dot-slider {
  margin-top: -18px;
}

.templated-slider-slideset-ias2014 .fso-slide-imagemap .active-dot-bg {
  background: url(/theme/images/ias2014/map-icon-nn-fs8.png) -58px 0 no-repeat transparent;
}

.templated-slider-slideset-ias2014 .fso-slide-imagemap .active-dot-slider.uk-position {
  padding-left: 0;
  padding-right: 42px;
  left: auto;
  right: 57%;
  text-align: right;
  -webkit---prefix--transform: translate3d(0px, 0px, 0px);
  -ms---prefix--transform: translate3d(0px, 0px, 0px);
  -moz---prefix--transform: translate3d(0px, 0px, 0px);
  -o---prefix--transform: translate3d(0px, 0px, 0px);
  --prefix--transform: translate3d(0px, 0px, 0px);
}

.templated-slider-slideset-ias2014 .fso-slide-imagemap.nn-europe-show .active-dot-slider.uk-position {
  -webkit---prefix--transform: translate3d(30px, 0px, 0px);
  -ms---prefix--transform: translate3d(30px, 0px, 0px);
  -moz---prefix--transform: translate3d(30px, 0px, 0px);
  -o---prefix--transform: translate3d(30px, 0px, 0px);
  --prefix--transform: translate3d(30px, 0px, 0px);
}

.templated-slider-slideset-ias2014 .inactive-dot,
.templated-slider-slideset-ias2014 .active-dot {
  pointer-events: none;
}

.templated-slider-slideset-ias2014 #header .slide-holder slide.fso-slide-imagemap {
  padding-bottom: 66.86%;
}

.templated-slider-slideset-ias2014 .fso-slide-aosh-anzo-special .sprited-image {
  display: block;
  float: left;
  width: 13.5%;
  margin-right: 0.9%;
  background-size: cover;
  height: 100%;
  position: relative;
  color: #f8f8f8;
  text-shadow: 0 0 5px #333;
  font-size: 9px;
  text-align: center;
}

.templated-slider-slideset-ias2014 [dir="rtl"] .fso-slide-aosh-anzo-special .sprited-image {
  float: right;
  margin-right: auto;
  margin-left: 0.9%;
}

.templated-slider-slideset-ias2014 .fso-slide-aosh-anzo-special .sprited-image span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(113, 143, 64, 0.4);
  padding: 3px 5px;
  pointer-events: none;
}

.templated-slider-slideset-ias2014 .fso-slide-aosh-anzo-special .sprited-image:hover {
  box-shadow: 0 0 10px #718f40, 1px 1px 10px 0 0 10px #718f40, -1px -1px 10px 0 0 10px #718f40;
  border: 1px solid #a3cb7c;
}

.templated-slider-slideset-ias2014 .fso-slide-aosh-anzo-special .sprited-image:hover:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  background: rgba(113, 143, 64, 0.4);
}

.templated-slider-slideset-ias2014 .fso-slide-aosh-anzo-special .sprited-image:last-child {
  margin-right: 0;
}

.templated-slider-slideset-ias2014 [dir="rtl"] .fso-slide-aosh-anzo-special .sprited-image:last-child {
  margin-left: 0;
}

.templated-slider-slideset-ias2014 :lang(he) .fso-slide-aosh-anzo-special .animation-left-hold2 {
  right: 10px !important;
  left: auto !important;
}

.templated-slider-slideset-ias2014 :lang(it) .fso-slide-aosh-anzo-special .animation-left-hold2,
.templated-slider-slideset-ias2014 :lang(pt) .fso-slide-aosh-anzo-special .animation-left-hold2 {
  font-size: 12px;
}

@media (max-width: 880px) {
  .templated-slider-slideset-ias2014 .slide-id-slide-ias-02 .animation-left-hold2 {
    top: 86% !important;
  }
}

@media (max-width: 860px) {
  .templated-slider-slideset-ias2014 .slide-id-slide-ias-04 .animation-left-hold2 {
    top: 84.5% !important;
    font-size: 12px;
    line-height: 1.1em;
  }
  .templated-slider-slideset-ias2014 :lang(el) .slide-id-slide-ias-04 .animation-left-hold2 {
    font-size: 11px;
  }
  .templated-slider-slideset-ias2014 :lang(it) .slide-id-slide-ias-05a .animation-left-hold2 {
    font-size: 12px;
    left: 10px !important;
    width: 185px !important;
  }
  .templated-slider-slideset-ias2014 :lang(el) .slide-id-slide-ias-05a .animation-left-hold2 {
    font-size: 12px;
    left: 10px !important;
    width: 185px !important;
  }
  .templated-slider-slideset-ias2014 :lang(el) .slide-id-nn-af-4b .animation-left-hold2 {
    width: 26% !important;
  }
}

.templated-slider-slideset-ias2014 :lang(da) .nn-main,
.templated-slider-slideset-ias2014 :lang(sv) .nn-main,
.templated-slider-slideset-ias2014 :lang(fr) .nn-main {
  font-size: 12px !important;
}

.templated-slider-slideset-ias2014 :lang(el) .slide-id-ias-06a .caption-bottom-left-corner {
  top: 51% !important;
  width: 38% !important;
}

.templated-slider-slideset-ias2014 :lang(ru) .slide-id-slide-nn-can2 .caption-bottom-left-corner {
  width: 285px !important;
}

.templated-slider-slideset-ias2014 :lang(ru) .slide-id-NN_OJAI .caption-bottom-right-corner {
  font-size: 12px !important;
  width: 200px !important;
  right: 10px !important;
}

@media (max-width: 860px) {
  .templated-slider-slideset-ias2014 :lang(da) .nn-main,
  .templated-slider-slideset-ias2014 :lang(sv) .nn-main,
  .templated-slider-slideset-ias2014 :lang(fr) .nn-main {
    font-size: 9px !important;
  }
  .templated-slider-slideset-ias2014 .nn-main {
    font-size: 10px !important;
  }
  .templated-slider-slideset-ias2014 :lang(ru) .slide-id-slide-nn-can2 .caption-bottom-left-corner,
  .templated-slider-slideset-ias2014 :lang(it) .slide-id-slide-nn-can2 .caption-bottom-left-corner,
  .templated-slider-slideset-ias2014 :lang(pt) .slide-id-slide-nn-can2 .caption-bottom-left-corner,
  .templated-slider-slideset-ias2014 :lang(el) .slide-id-slide-nn-can2 .caption-bottom-left-corner,
  .templated-slider-slideset-ias2014 :lang(sv) .slide-id-slide-nn-can2 .caption-bottom-left-corner,
  .templated-slider-slideset-ias2014 :lang(de) .slide-id-slide-nn-can2 .caption-bottom-left-corner {
    font-size: 11px !important;
    width: 285px !important;
    left: 40px !important;
  }
  .templated-slider-slideset-ias2014 :lang(ru) .slide-id-NN_OJAI .caption-bottom-right-corner {
    font-size: 11px !important;
    width: 195px !important;
    right: 5px !important;
  }
  .templated-slider-slideset-ias2014 .slide-id-ias-06a .caption-bottom-left-corner {
    top: 52% !important;
    width: 290px !important;
    font-size: 11px !important;
    line-height: 14px !important;
  }
  .templated-slider-slideset-ias2014 .slide-id-slide-nn-can2 .caption-bottom-left-corner {
    width: 285px !important;
  }
  .templated-slider-slideset-ias2014 .slide-id-anzo-other .caption-center-below {
    font-size: 11px !important;
    top: 84% !important;
  }
  .templated-slider-slideset-ias2014 .slide-id-ias-07 .animation-left-hold2 {
    top: 85% !important;
  }
  .templated-slider-slideset-ias2014 .slide-id-slide-nn-eu .caption-center-below {
    margin-top: -10px;
    font-size: 11px !important;
  }
  .templated-slider-slideset-ias2014 .slide-id-slide-nn-eu2 .animation-left-hold2 {
    margin-top: -10px;
    font-size: 11px !important;
    line-height: 1.1em;
  }
  .templated-slider-slideset-ias2014 .fso-slide-aosh-anzo-special .image-item-2 {
    width: 94% !important;
    top: auto !important;
    bottom: 2.26% !important;
  }
  .templated-slider-slideset-ias2014 .fso-slide-aosh-anzo-special .image-item-3 {
    left: 40px !important;
    right: 40px !important;
    width: calc(100% - 40px) !important;
    top: auto !important;
    bottom: 42px !important;
    height: 34px !important;
    overflow: hidden;
  }
  .templated-slider-slideset-ias2014 .fso-slide-aosh-anzo-special .image-item-3 a {
    color: transparent !important;
  }
}

.templated-slider-slideset-ias2014 .fso-slide-aosh-anzo-special .image-item-1 {
  width: 100%;
}

.templated-slider-slideset-ias2014 .fso-slide-aosh-anzo-special .text-item.nn-main {
  top: 84.34% !important;
  line-height: 1.3;
}

.templated-slider-slideset-ias2014 :lang(es) .fso-slide-aosh-anzo-special .text-item.nn-main {
  top: 83.47% !important;
  line-height: 1.2;
}

:lang(de) .templated-slider-slideset-ias2014 #outer_shell #shell #header_container #header .slide-id-ias-06a .text-item {
  top: 75.5% !important;
  width: 37% !important;
}

.templated-slider-slideset-ias2014 #outer_shell #shell #header_container #header .slide-id-slide-nn-can2 .text-item {
  bottom: 2px !important;
}

.templated-slider-slideset-lrh-birthday-2014-header #shell .slide-id-lrh-birthday-2014-7 .text-item {
  right: auto;
  left: 2.9%;
  width: 45.34%;
}

.templated-slider-slideset-lrh-birthday-2014-header #shell .slide-template-new-d[data-slide-thumb="sprite-imagecache-scalecrop-120x80-auto-data-www-scientology-org-files-lrh-birthday-2014-L-Ron-Hubbard-Birthday-Event-Celebration-David-Miscavige-Cam2-2RD12132-jpg"] .text-item {
  width: 100%;
  left: 0;
  line-height: 1.4;
}

.templated-slider-slideset-lrh2015 .slide-id-main-speaker .text-item {
  top: 86.6% !important;
  left: 3.48% !important;
  width: 93.02% !important;
}

.templated-slider-slideset-lrh2015 .slide-id-lao-award .image-item-2 {
  right: 4.65% !important;
}

.templated-slider-slideset-lrh2015 .slide-id-lao-award .text-item {
  right: 4.65% !important;
  width: 31.16% !important;
}

.templated-slider-slideset-lrh2015 .slide-id-lrh-hall-aud .text-item {
  top: 81.04% !important;
}

.templated-slider-slideset-lrh2015 .slide-id-lrh-hall-aud-front .image-item-2 {
  width: 24.41% !important;
}

.templated-slider-slideset-lrh2015 .slide-id-lrh-hall-aud-front .text-item {
  width: 24.41% !important;
  top: 52.86% !important;
}

.templated-slider-slideset-lrh2015 .slide-id-source-briefing1 .text-item {
  width: 25.23% !important;
}

.templated-slider-slideset-lrh2015 .slide-smp-custom-thumbnail {
  background: url(/FURL/imagecache/cropfit@w=1000@cr=8,28,3800,2541/13mar2015/11-LRH-Birthday-L-Ron-Hubbard-Hall-Exterior.jpg) top left no-repeat;
  background-size: cover;
}

.templated-slider-slideset-lrh2015 .slide-id-smp-slide .ny2015-band {
  margin-left: 0;
  padding-left: 0;
  margin-right: 0;
  padding-right: 0;
}

.templated-slider-slideset-lrh2015 .slide-id-smp-slide .ny2015-band {
  color: white;
  font-family: "Arapey", serif;
  font-size: 25px;
  padding-top: 26px;
  padding-left: 30%;
  top: 74.78%;
  text-shadow: 0 0 14px #aaa;
  background: rgba(82, 110, 137, 0.53);
}

.templated-slider-slideset-lrh2015 [dir="rtl"] .slide-id-smp-slide .ny2015-band {
  padding-right: 30%;
  padding-left: auto;
}

.templated-slider-slideset-lrh2015 .sliding .ny2015-band,
.templated-slider-slideset-lrh2015 .fso-slide-active .ny2015-band {
  opacity: 1 !important;
}

.templated-slider-slideset-lrh2015 .ny2015-band {
  bottom: 50px;
  right: 0;
  left: 0;
  height: 88px;
  padding-left: 25px;
  margin-left: -25px;
  padding-right: 25px;
  margin-right: -25px;
  opacity: 0.6 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 860px) {
  .templated-slider-slideset-lrh2015 #shell .slide-id-smp-slide .ny2015-band {
    background: rgba(82, 110, 137, 0.53);
    height: 99px;
  }
}

@media (max-width: 720px) {
  .templated-slider-slideset-lrh2015 #shell .slide-id-smp-slide .ny2015-band {
    font-size: 14px;
    padding-top: 2.3%;
    height: 59px;
  }
}

@media (max-width: 500px) {
  .templated-slider-slideset-lrh2015 #shell .slide-id-smp-slide .ny2015-band {
    font-size: 12px;
    padding-top: 4.3%;
    height: 59px;
  }
}

.templated-slider-slideset-lrh-2016 .slide-id-lrh2016-slide-13 .custom-s-logo.ignore-zoom {
  display: none !important;
}

.templated-slider-slideset-lrh-2016 .slide-id-lrh2016-slide-5 .text-item {
  bottom: 0;
}

.templated-slider-slideset-mv2014-grand-opening .inline-img-caption .lead {
  font-style: normal;
  color: #666;
  font-size: 1em;
}

.templated-slider-slideset-mv2014-grand-opening .slide-id-slide-2 .image-item-2 {
  width: 24.41% !important;
}

.templated-slider-slideset-mv2014-grand-opening .slide-id-slide-2 .text-item {
  top: 43.3% !important;
}

.templated-slider-slideset-mv2014-grand-opening .slide-id-slide-3 .image-item-3 {
  display: none;
}

.templated-slider-slideset-mv2014-grand-opening .slide-id-slide-3 .text-item {
  left: 2.32% !important;
  width: 15.69% !important;
  top: 54.26% !important;
}

.templated-slider-slideset-mv2014-grand-opening .slide-id-slide-5 .text-item {
  left: 3.95% !important;
  width: 91.97% !important;
  top: 87.65% !important;
}

.templated-slider-slideset-mv2014-grand-opening .slide-id-slide-6 .text-item {
  top: 86.78% !important;
}

.templated-slider-slideset-mv2014-grand-opening .slide-id-slide-7 .text-item {
  width: 34.88% !important;
  left: 5.81% !important;
  top: 65.39% !important;
}

.templated-slider-slideset-mv2014-grand-opening .slide-id-slide-8 .image-item-2 {
  right: 5.69% !important;
}

.templated-slider-slideset-mv2014-grand-opening .slide-id-slide-8 .text-item {
  right: 5.69% !important;
  width: 31.39% !important;
  top: 52.17% !important;
}

.templated-slider-slideset-mv2014-grand-opening .slide-id-slide-9 .image-item-2 {
  width: 38.37% !important;
}

.templated-slider-slideset-mv2014-grand-opening .slide-id-slide-9 .image-item-3 {
  width: 18.6% !important;
}

.templated-slider-slideset-mv2014-grand-opening .slide-id-slide-10 .text-item {
  left: 1% !important;
  width: 20% !important;
  top: 74.43% !important;
  line-height: 1.3;
}

.templated-slider-slideset-mv2014-grand-opening .slide-id-slide-11 .image-item-1 {
  top: 6.95% !important;
}

.templated-slider-slideset-mv2014-grand-opening .slide-id-slide-11 .image-item-2 {
  top: 51.47% !important;
  right: 2.32% !important;
  width: 24.18% !important;
}

.templated-slider-slideset-mv2014-grand-opening .slide-id-slide-11 .image-item-3 {
  top: 78.6% !important;
  left: 53.13% !important;
  width: 18.6% !important;
}

.templated-slider-slideset-mv2014-grand-opening .slide-id-slide-11 .text-item {
  left: 2.32% !important;
  width: 48.48% !important;
  top: 77.21% !important;
}

@media (max-width: 767px) {
  .templated-slider-slideset-mv2014-grand-opening .slide-id-slide-10 .image-item-1:before,
  .templated-slider-slideset-mv2014-grand-opening .slide-id-slide-7 .image-item-1:before,
  .templated-slider-slideset-mv2014-grand-opening .slide-id-slide-3 .image-item-1:before,
  .templated-slider-slideset-mv2014-grand-opening .slide-id-slide-9 .image-item-2:before,
  .templated-slider-slideset-mv2014-grand-opening .slide-id-slide-2 .image-item-2:before {
    display: none !important;
  }
}

.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-bridge .text-item {
  left: 21.51% !important;
  width: 18.72% !important;
  bottom: auto !important;
  top: 70.08% !important;
}

.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-passengers .text-item {
  right: 5.69% !important;
  width: 31.27% !important;
  bottom: auto !important;
  top: 49.04% !important;
}

.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-horizon .text-item {
  right: 2.79% !important;
  width: 40.11% !important;
  bottom: auto !important;
  top: 55.65% !important;
}

.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-side .text-item {
  top: 88.34% !important;
}

.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-cabaret .text-item {
  left: 12.55% !important;
  bottom: auto !important;
  top: 87.47% !important;
}

.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-speaker .text-item {
  left: 3.83% !important;
  bottom: auto !important;
  top: 83.3% !important;
}

.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-extra-9 .text-item {
  left: 19.06% !important;
  bottom: auto !important;
  top: 92% !important;
}

.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-extra-10 .text-item {
  right: 11.39% !important;
  width: 28.6% !important;
  bottom: auto !important;
  top: 80.69% !important;
}

.templated-slider-slideset-mv2015-grand-opening :lang(ru) .slide-id-slide-mv2015-extra-10 .text-item {
  right: 7.39% !important;
  width: 32.6% !important;
}

.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-sailing-off .text-item {
  left: 12.55% !important;
  bottom: auto !important;
  top: 88.17% !important;
}

.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-award-1 .text-item {
  left: 26.97% !important;
  width: 9.53% !important;
  top: 32.86% !important;
}

.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-award-2 .text-item {
  right: 15.23% !important;
  width: 12.55% !important;
  top: 82.6% !important;
}

.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-award-3 .text-item {
  right: 29.3% !important;
  width: 9.41% !important;
  top: 52.69% !important;
}

.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-award-4 .text-item {
  left: 27.67% !important;
  width: 8.37% !important;
  top: 34.26% !important;
}

.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-award-5 .text-item {
  right: 25.46% !important;
  width: 13.02% !important;
  top: 51.3% !important;
}

.templated-slider-slideset-mv2015-grand-opening :lang(ru) .slide-id-slide-mv2015-award-6 .text-item {
  left: 12.2% !important;
}

.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-award-7 .text-item {
  left: 23.83% !important;
  width: 11.39% !important;
  top: 32% !important;
}

.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-award-8 .text-item {
  right: 26.16% !important;
  width: 11.39% !important;
  top: 36.69% !important;
  left: auto;
}

.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-award-9 .text-item {
  left: 5.58% !important;
  width: 10.46% !important;
  top: 32% !important;
}

.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-awards .text-item {
  right: 0% !important;
  width: 97.67% !important;
  bottom: auto !important;
  top: 84.52% !important;
}

.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-into-sunset .text-item {
  left: 12.67% !important;
  bottom: auto !important;
  top: 87.3% !important;
}

.templated-slider-slideset-mv2015-grand-opening .slide-template-new-n-00 .image-item-2 {
  top: 8.69%;
  right: 5.81%;
  width: 31.39%;
}

.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-bridge .image-item-1 {
  top: 4.34%;
  width: 54.88% !important;
  right: 2.9%;
}

.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-bridge .image-item-2 {
  top: 4.34%;
  width: 40.23%;
}

.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-bridge .image-item-3 {
  top: 48.34%;
  left: 21.62%;
  width: 18.83%;
}

.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-bridge .text-item {
  left: 1.51% !important;
  width: 19.3% !important;
  top: 48.34% !important;
  letter-spacing: -0.1px;
}

.templated-slider-slideset-mv2015-grand-opening .slide-template-new-l-4-custom .image-item-2 {
  top: 4.34%;
  right: 2.9%;
  width: 40.23%;
}

.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-award-1 .image-item-2 {
  left: 12.09%;
  width: 18.95%;
}

.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-award-1 .image-item-3 {
  left: 26.97%;
  width: 9.53%;
  top: 29.39%;
}

.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-award-1 .text-item {
  left: 10.23% !important;
  width: 20.69% !important;
  top: 49.91% !important;
}

.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-award-2 .image-item-2 {
  right: 11.97%;
  width: 18.95%;
  top: 7.82%;
}

.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-award-2 .image-item-3 {
  left: 72.2%;
  width: 12.55%;
  top: 79.3%;
}

.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-award-2 .image-item-3:lang(nl),
.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-award-2 .image-item-3:lang(sv),
.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-award-2 .image-item-3:lang(es) {
  top: 84%;
}

.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-award-2 .text-item {
  right: 11.62% !important;
  width: 19.65% !important;
  top: 52% !important;
}

.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-award-3 .image-item-2 {
  right: 14.18%;
  width: 19.41%;
  top: 11.47%;
}

.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-award-3 .image-item-3 {
  right: 29.41%;
  width: 9.53%;
  top: 32%;
}

.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-award-3 .text-item {
  right: 14.18% !important;
  width: 21.74% !important;
  top: 56% !important;
}

.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-award-4 .image-item-1 {
  right: 2.9%;
  height: 91.3%;
  top: 4.34%;
}

.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-award-4 .image-item-2 {
  left: 9.88%;
  width: 21.39% !important;
  top: 9.73%;
}

.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-award-4 .image-item-3 {
  left: 27.67%;
  width: 8.37% !important;
  top: 30.78%;
}

.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-award-4 .text-item {
  left: 10.23% !important;
  width: 20.58% !important;
  top: 54.08% !important;
}

.templated-slider-slideset-mv2015-grand-opening :lang(nl) .mv2015-quote-style {
  font-size: 24px;
}

.templated-slider-slideset-mv2015-grand-opening :lang(nl) .slide-id-slide-mv2015-award-8 .text-item .mv2015-quote-style {
  font-size: 20px;
}

.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-award-5 .image-item-2 {
  right: 10.58%;
  width: 20.81% !important;
  top: 7.47% !important;
}

.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-award-5 .image-item-3 {
  left: 61.51%;
  width: 13.02% !important;
  top: 33.56%;
}

.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-award-5 .text-item {
  right: 11.62% !important;
  width: 19.65% !important;
  top: 50.6% !important;
}

.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-award-6 .image-item-1 {
  top: 5.21%;
}

.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-award-6 .image-item-2 {
  left: 69.53%;
  width: 20.11%;
  top: 54.26%;
}

.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-award-6 .image-item-3 {
  left: 62.09%;
  width: 13.02%;
  top: 77.21%;
}

.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-award-6 .text-item {
  left: 16.27% !important;
  width: 40.69% !important;
  right: auto !important;
  top: 70.43% !important;
}

.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-award-6 .text-item .mv2015-quote-style-attr {
  margin-left: 23% !important;
}

.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-award-7 .image-item-1 {
  right: 2.9%;
  width: 54.18% !important;
  height: auto !important;
  top: 4.34%;
}

.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-award-7 .image-item-2 {
  left: 11.04%;
  width: 19.41%;
  top: 6.95%;
}

.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-award-7 .image-item-3 {
  left: 23.83%;
  width: 11.39% !important;
  top: 28.52%;
}

.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-award-7 .text-item {
  left: 11.04% !important;
  width: 21.27% !important;
  top: 48.69% !important;
}

.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-award-7 .text-item .mv2015-quote-style {
  font-size: 25px;
  line-height: 1.16;
}

.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-award-8 .image-item-2 {
  right: 10.81%;
  width: 19.53% !important;
  top: 13.56% !important;
}

.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-award-8 .image-item-3 {
  left: 62.44%;
  width: 11.39% !important;
  top: 33.21%;
}

.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-award-8 .text-item {
  right: 11.04% !important;
  width: 20.81% !important;
  top: 56.34% !important;
}

.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-award-8 .text-item .mv2015-quote-style {
  font-size: 25px;
  line-height: 1.16;
}

.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-award-8 .text-item .mv2015-quote-style:lang(pt) {
  font-size: 24px;
  line-height: 1.1;
}

.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-extra-10 .image-item-2 {
  right: 0 !important;
  width: 40.23% !important;
  top: 4.17% !important;
  height: auto !important;
}

.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-extra-10 .image-item-3 {
  left: 59.76% !important;
  width: 28.72% !important;
  top: 48.69% !important;
}

.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-award-9 .image-item-2 {
  left: 12.32%;
  width: 18.37% !important;
  top: 7.13%;
}

.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-award-9 .image-item-3 {
  left: 5.58%;
  width: 10.46% !important;
  top: 28.52%;
}

.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-award-9 .text-item {
  left: 10.69% !important;
  width: 21.74% !important;
  top: 50.43% !important;
}

.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-awards .image-item-3,
.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-awards .image-item-2,
.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-awards .image-item-1 {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  top: 0 !important;
  bottom: auto !important;
  height: auto !important;
}

.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-awards .image-item-1 {
  opacity: 0.2 !important;
}

.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-extra-9 .image-item-2 {
  left: 7.2% !important;
}

.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-extra-9 .text-item {
  right: 3.48% !important;
  width: 61.62% !important;
  top: 85.04% !important;
}

.templated-slider-slideset-mv2015-grand-opening .mv2015-quote-style {
  font-size: 27px;
  font-weight: bold;
  font-family: "Arapey", serif;
  line-height: 33px;
  margin-top: -6px;
  margin-left: -68px;
  text-align: center;
  margin-right: -68px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.templated-slider-slideset-mv2015-grand-opening .mv2015-quote-style:lang(de) {
  font-size: 25px;
  line-height: 32px;
}

.templated-slider-slideset-mv2015-grand-opening .mv2015-quote-style:lang(ru) {
  line-height: 32px;
  font-size: 25px;
}

.templated-slider-slideset-mv2015-grand-opening .zoomedIn .text-item .mv2015-quote-style {
  color: #f0f0f0;
}

@media (max-width: 767px) {
  .templated-slider-slideset-mv2015-grand-opening #outer_shell #shell .mv2015-quote-style {
    color: #f0f0f0;
    font-size: 18px;
    line-height: 1.2;
    margin-left: 20px;
    margin-right: 20px;
  }
}

.templated-slider-slideset-mv2015-grand-opening .mv2015-quote-style-attr {
  font-size: 15px;
  font-family: "Arapey", serif;
  text-indent: -15px;
  margin-top: 10px;
  line-height: 18px;
  margin-left: 31px;
}

.templated-slider-slideset-mv2015-grand-opening .mv2015-quote-style-attr:lang(it) {
  text-indent: 0px;
}

.templated-slider-slideset-mv2015-grand-opening .mv2015-quote-style-attr:lang(ru) {
  margin: auto;
  text-align: center;
  width: 180px;
  text-indent: 0px;
}

.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-award-2 .mv2015-quote-style-attr:lang(ru) {
  text-indent: -25px;
}

.templated-slider-slideset-mv2015-grand-opening .mv2015-quote-style-attr:lang(zh) {
  margin-left: 15px;
}

.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-new-two .image-item-2 {
  left: 3.48%;
  width: 21.16%;
  top: 10.95% !important;
}

.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-new-two .text-item {
  top: 53.04% !important;
  left: 3.48% !important;
  width: 21.27% !important;
}

.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-award-3 .mv2015-quote-style {
  margin-left: -77px;
}

.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-award-7 .mv2015-quote-style {
  margin-left: -81px;
}

.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-award-8 .mv2015-quote-style {
  margin-left: -70px;
}

.templated-slider-slideset-mv2015-grand-opening :lang(ru) .slide-id-slide-mv2015-cabaret .text-item {
  width: 76.74% !important;
  top: 85.56% !important;
}

.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-cabaret .text-item,
.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-sailing-off .text-item,
.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-awards .text-item,
.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-into-sunset .text-item {
  left: 12.55% !important;
  width: 74.53% !important;
}

.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-speaker .text-item {
  width: 92.32% !important;
}

.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-new-two .image-item-1 {
  height: 84.34% !important;
}

.templated-slider-slideset-mv2015-grand-opening .slide-id-slide-mv2015-new-two .image-item-1 {
  height: 84.34% !important;
}

.templated-slider-slideset-mv2015-grand-opening #shell .slide-zoomer {
  bottom: 40px;
}

.templated-slider-slideset-mv2015-grand-opening #shell .slide-zoomer:hover {
  width: 100px;
}

.templated-slider-slideset-mv2015-grand-opening #shell .fso-custom-zoomer .slide-zoomer {
  bottom: 30px;
}

.templated-slider-slideset-mv2015-grand-opening #shell .fso-custom-zoomer .slide-zoomer:hover {
  width: 89px;
}

.templated-slider-slideset-mv2015-grand-opening .dev-show-bgs .slide-holder slide:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: contain !important;
  background-repeat: no-repeat;
  opacity: 0.5;
  pointer-events: none;
  z-index: 5;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}

.templated-slider-slideset-mv2015-grand-opening .slide-holder slide:nth-of-type(1):after {
  background: url(http://192.168.100.91:8888/wiki/press-release/pr-00.jpg);
}

.templated-slider-slideset-mv2015-grand-opening .slide-holder slide:nth-of-type(2):after {
  background: url(http://192.168.100.91:8888/wiki/press-release/pr-01.jpg);
}

.templated-slider-slideset-mv2015-grand-opening .slide-holder slide:nth-of-type(3):after {
  background: url(http://192.168.100.91:8888/wiki/press-release/pr-02.jpg);
}

.templated-slider-slideset-mv2015-grand-opening .slide-holder slide:nth-of-type(4):after {
  background: url(http://192.168.100.91:8888/wiki/press-release/pr-03.jpg);
}

.templated-slider-slideset-mv2015-grand-opening .slide-holder slide:nth-of-type(5):after {
  background: url(http://192.168.100.91:8888/wiki/press-release/pr-04.jpg);
}

.templated-slider-slideset-mv2015-grand-opening .slide-holder slide:nth-of-type(6):after {
  background: url(http://192.168.100.91:8888/wiki/press-release/pr-05.jpg);
}

.templated-slider-slideset-mv2015-grand-opening .slide-holder slide:nth-of-type(7):after {
  background: url(http://192.168.100.91:8888/wiki/press-release/pr-06.jpg);
}

.templated-slider-slideset-mv2015-grand-opening .slide-holder slide:nth-of-type(8):after {
  background: url(http://192.168.100.91:8888/wiki/press-release/pr-07.jpg);
}

.templated-slider-slideset-mv2015-grand-opening .slide-holder slide:nth-of-type(9):after {
  background: url(http://192.168.100.91:8888/wiki/press-release/pr-08.jpg);
}

.templated-slider-slideset-mv2015-grand-opening .slide-holder slide:nth-of-type(10):after {
  background: url(http://192.168.100.91:8888/wiki/press-release/pr-09.jpg);
}

.templated-slider-slideset-mv2015-grand-opening .slide-holder slide:nth-of-type(11):after {
  background: url(http://192.168.100.91:8888/wiki/press-release/pr-10.jpg);
}

.templated-slider-slideset-mv2015-grand-opening .slide-holder slide:nth-of-type(12):after {
  background: url(http://192.168.100.91:8888/wiki/press-release/pr-11.jpg);
}

.templated-slider-slideset-mv2015-grand-opening .slide-holder slide:nth-of-type(13):after {
  background: url(http://192.168.100.91:8888/wiki/press-release/pr-12.jpg);
}

.templated-slider-slideset-mv2015-grand-opening .slide-holder slide:nth-of-type(14):after {
  background: url(http://192.168.100.91:8888/wiki/press-release/pr-13.jpg);
}

.templated-slider-slideset-mv2015-grand-opening .slide-holder slide:nth-of-type(15):after {
  background: url(http://192.168.100.91:8888/wiki/press-release/pr-14.jpg);
}

.templated-slider-slideset-mv2015-grand-opening .slide-holder slide:nth-of-type(16):after {
  background: url(http://192.168.100.91:8888/wiki/press-release/pr-15.jpg);
}

.templated-slider-slideset-mv2015-grand-opening .slide-holder slide:nth-of-type(17):after {
  background: url(http://192.168.100.91:8888/wiki/press-release/pr-16.jpg);
}

.templated-slider-slideset-mv2015-grand-opening .slide-holder slide:nth-of-type(18):after {
  background: url(http://192.168.100.91:8888/wiki/press-release/pr-17.jpg);
}

.templated-slider-slideset-mv2015-grand-opening .slide-holder slide:nth-of-type(19):after {
  background: url(http://192.168.100.91:8888/wiki/press-release/pr-18.jpg);
}

.templated-slider-slideset-mv2015-grand-opening .slide-holder slide:nth-of-type(20):after {
  background: url(http://192.168.100.91:8888/wiki/press-release/pr-19.jpg);
}

.templated-slider-slideset-mv2015-grand-opening .slide-holder slide:nth-of-type(21):after {
  background: url(http://192.168.100.91:8888/wiki/press-release/pr-20.jpg);
}

.templated-slider-slideset-mv2015-grand-opening .slide-holder slide:nth-of-type(22):after {
  background: url(http://192.168.100.91:8888/wiki/press-release/pr-21.jpg);
}

.templated-slider-slideset-mv2015-grand-opening .slide-holder slide:nth-of-type(23):after {
  background: url(http://192.168.100.91:8888/wiki/press-release/pr-22.jpg);
}

.templated-slider-slideset-mv2015-grand-opening .slide-holder slide:nth-of-type(24):after {
  background: url(http://192.168.100.91:8888/wiki/press-release/pr-23.jpg);
}

.templated-slider-slideset-mv2015-grand-opening .slide-holder slide:nth-of-type(25):after {
  background: url(http://192.168.100.91:8888/wiki/press-release/pr-24.jpg);
}

.templated-slider-slideset-mv2015-grand-opening .slide-holder slide:nth-of-type(26):after {
  background: url(http://192.168.100.91:8888/wiki/press-release/pr-25.jpg);
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-bridge .text-item {
  left: 21.51% !important;
  width: 18.72% !important;
  bottom: auto !important;
  top: 70.08% !important;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-passengers .text-item {
  right: 5.69% !important;
  width: 31.27% !important;
  bottom: auto !important;
  top: 49.04% !important;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-horizon .text-item {
  right: 2.79% !important;
  width: 40.11% !important;
  bottom: auto !important;
  top: 55.65% !important;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-side .text-item {
  top: 88.34% !important;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-cabaret .text-item {
  left: 12.55% !important;
  bottom: auto !important;
  top: 87.47% !important;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-speaker .text-item {
  left: 3.83% !important;
  bottom: auto !important;
  top: 83.3% !important;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-extra-9 .text-item {
  left: 19.06% !important;
  bottom: auto !important;
  top: 92% !important;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-extra-10 .text-item {
  right: 11.39% !important;
  width: 28.6% !important;
  bottom: auto !important;
  top: 80.69% !important;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-sailing-off .text-item {
  left: 12.55% !important;
  bottom: auto !important;
  top: 88.17% !important;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-award-1 .text-item {
  left: 26.97% !important;
  width: 9.53% !important;
  top: 32.86% !important;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-award-2 .text-item {
  right: 15.23% !important;
  width: 12.55% !important;
  top: 82.6% !important;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-award-3 .text-item {
  right: 29.3% !important;
  width: 9.41% !important;
  top: 52.69% !important;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-award-4 .text-item {
  left: 27.67% !important;
  width: 8.37% !important;
  top: 34.26% !important;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-award-5 .text-item {
  right: 25.46% !important;
  width: 13.02% !important;
  top: 51.3% !important;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-award-7 .text-item {
  left: 23.83% !important;
  width: 11.39% !important;
  top: 32% !important;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-award-8 .text-item {
  right: 26.16% !important;
  width: 11.39% !important;
  top: 36.69% !important;
  left: auto;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-award-9 .text-item {
  left: 5.58% !important;
  width: 10.46% !important;
  top: 32% !important;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-awards .text-item {
  right: 0% !important;
  width: 97.67% !important;
  bottom: auto !important;
  top: 84.52% !important;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-into-sunset .text-item {
  left: 12.67% !important;
  bottom: auto !important;
  top: 87.3% !important;
}

.templated-slider-slideset-mv2016 .slide-template-new-n-00 .image-item-2 {
  top: 8.69%;
  right: 5.81%;
  width: 31.39%;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-bridge .image-item-1 {
  top: 4.34%;
  width: 54.88% !important;
  right: 2.9%;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-bridge .image-item-2 {
  top: 4.34%;
  width: 40.23%;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-bridge .image-item-3 {
  top: 48.34%;
  left: 21.62%;
  width: 18.83%;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-bridge .text-item {
  left: 1.51% !important;
  width: 19.3% !important;
  top: 48.34% !important;
  letter-spacing: -0.1px;
}

.templated-slider-slideset-mv2016 .slide-template-new-l-4 .image-item-2 {
  top: 4.34%;
  right: 2.9%;
  width: 40.23%;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-award-1 .image-item-2 {
  left: 12.09%;
  width: 18.95%;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-award-1 .image-item-3 {
  left: 26.97%;
  width: 9.53%;
  top: 29.39%;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-award-1 .text-item {
  left: 10.23% !important;
  width: 20.69% !important;
  top: 49.91% !important;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-award-2 .image-item-2 {
  right: 11.97%;
  width: 18.95%;
  top: 7.82%;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-award-2 .image-item-3 {
  left: 72.2%;
  width: 12.55%;
  top: 79.3%;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-award-2 .image-item-3:lang(sv),
.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-award-2 .image-item-3:lang(es) {
  top: 84%;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-award-2 .text-item {
  right: 11.62% !important;
  width: 19.65% !important;
  top: 52% !important;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-award-3 .image-item-2 {
  right: 14.18%;
  width: 19.41%;
  top: 11.47%;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-award-3 .image-item-3 {
  right: 29.41%;
  width: 9.53%;
  top: 32%;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-award-3 .text-item {
  right: 14.18% !important;
  width: 21.74% !important;
  top: 56% !important;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-award-4 .image-item-1 {
  right: 2.9%;
  height: 91.3%;
  top: 4.34%;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-award-4 .image-item-2 {
  left: 9.88%;
  width: 21.39% !important;
  top: 9.73%;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-award-4 .image-item-3 {
  left: 27.67%;
  width: 8.37% !important;
  top: 30.78%;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-award-4 .text-item {
  left: 10.23% !important;
  width: 20.58% !important;
  top: 54.08% !important;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-award-5 .image-item-2 {
  right: 10.58%;
  width: 20.81% !important;
  top: 7.47% !important;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-award-5 .image-item-3 {
  left: 61.51%;
  width: 13.02% !important;
  top: 33.56%;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-award-5 .text-item {
  right: 11.62% !important;
  width: 19.65% !important;
  top: 50.6% !important;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-award-6 .image-item-1 {
  top: 5.21%;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-award-6 .image-item-2 {
  left: 69.53%;
  width: 20.11%;
  top: 54.26%;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-award-6 .image-item-3 {
  left: 62.09%;
  width: 13.02%;
  top: 77.21%;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-award-6 .text-item {
  left: 16.27% !important;
  width: 40.69% !important;
  right: auto !important;
  top: 70.43% !important;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-award-6 .text-item .mv2015-quote-style-attr {
  margin-left: 23% !important;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-award-7 .image-item-1 {
  right: 2.9%;
  width: 54.18% !important;
  height: auto !important;
  top: 4.34%;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-award-7 .image-item-2 {
  left: 11.04%;
  width: 19.41%;
  top: 6.95%;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-award-7 .image-item-3 {
  left: 23.83%;
  width: 11.39% !important;
  top: 28.52%;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-award-7 .text-item {
  left: 11.04% !important;
  width: 21.27% !important;
  top: 48.69% !important;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-award-7 .text-item .mv2015-quote-style {
  font-size: 25px;
  line-height: 1.16;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-award-8 .image-item-2 {
  right: 10.81%;
  width: 19.53% !important;
  top: 13.56% !important;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-award-8 .image-item-3 {
  left: 62.44%;
  width: 11.39% !important;
  top: 33.21%;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-award-8 .text-item {
  right: 11.04% !important;
  width: 20.81% !important;
  top: 56.34% !important;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-award-8 .text-item .mv2015-quote-style {
  font-size: 25px;
  line-height: 1.16;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-award-8 .text-item .mv2015-quote-style:lang(pt) {
  font-size: 24px;
  line-height: 1.1;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-extra-10 .image-item-2 {
  right: 0 !important;
  width: 40.23% !important;
  top: 4.17% !important;
  height: auto !important;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-extra-10 .image-item-3 {
  left: 59.76% !important;
  width: 28.72% !important;
  top: 48.69% !important;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-award-9 .image-item-2 {
  left: 12.32%;
  width: 18.37% !important;
  top: 7.13%;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-award-9 .image-item-3 {
  left: 5.58%;
  width: 10.46% !important;
  top: 28.52%;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-award-9 .text-item {
  left: 10.69% !important;
  width: 21.74% !important;
  top: 50.43% !important;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-awards .image-item-3,
.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-awards .image-item-2,
.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-awards .image-item-1 {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  top: 0 !important;
  bottom: auto !important;
  height: auto !important;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-extra-9 .image-item-2 {
  left: 7.2% !important;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-extra-9 .text-item {
  right: 3.48% !important;
  width: 61.62% !important;
  top: 85.04% !important;
}

.templated-slider-slideset-mv2016 .mv2015-quote-style {
  font-size: 27px;
  font-weight: bold;
  font-family: "Arapey", serif;
  line-height: 33px;
  margin-top: -6px;
  margin-left: -50px;
  text-align: center;
  margin-right: -36px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.templated-slider-slideset-mv2016 [dir="rtl"] .mv2015-quote-style {
  margin-top: -6px;
  margin-left: -68px;
  margin-right: 0px;
}

.templated-slider-slideset-mv2016 .mv2015-quote-style:lang(de) {
  font-size: 25px;
  line-height: 32px;
}

.templated-slider-slideset-mv2016 .mv2015-quote-style:lang(nl),
.templated-slider-slideset-mv2016 .mv2015-quote-style:lang(ja) {
  font-size: 25px !important;
}

.templated-slider-slideset-mv2016 .mv2015-quote-style:lang(ru) {
  line-height: 32px;
  font-size: 25px;
}

.templated-slider-slideset-mv2016 .mv2015-quote-style:lang(hu) {
  font-size: 23px !important;
  line-height: 32px;
}

.templated-slider-slideset-mv2016 :lang(hu) .slide-id-slide-mv2016-award-dominica .text-item .mv2015-quote-style {
  max-width: 300px;
  margin-left: -29px;
}

.templated-slider-slideset-mv2016 :lang(hu) .slide-id-slide-mv2016-award-dominica .mv2015-quote-style-attr {
  left: 23.53%;
}

.templated-slider-slideset-mv2016 .zoomedIn .text-item .mv2015-quote-style {
  color: #f0f0f0;
}

@media (max-width: 767px) {
  .templated-slider-slideset-mv2016 #outer_shell #shell .mv2015-quote-style {
    color: #f0f0f0;
    font-size: 18px;
    line-height: 1.2;
    margin-left: 20px;
    margin-right: 20px;
  }
}

.templated-slider-slideset-mv2016 slide.slide-templated-new.slide-template-new-p.slide-id-slide-mv2015-awards > div.item.image-item.image-item-1.image-holder.js-preview {
  overflow: visible;
}

.templated-slider-slideset-mv2016 slide .image-holder.js-preview:before {
  background-image: none !important;
}

.templated-slider-slideset-mv2016 .mv2015-quote-style-attr {
  font-size: 15px;
  font-family: "Arapey", serif;
  text-indent: -15px;
  margin-top: 10px;
  line-height: 18px;
  margin-left: 31px;
}

.templated-slider-slideset-mv2016 [dir="rtl"] .mv2015-quote-style-attr {
  text-indent: 0px;
  margin-left: 0px;
  margin-right: 31px;
}

.templated-slider-slideset-mv2016 .mv2015-quote-style-attr:lang(it) {
  text-indent: 0px;
}

.templated-slider-slideset-mv2016 .mv2015-quote-style-attr:lang(ru) {
  width: 180px;
  text-indent: 0px;
}

.templated-slider-slideset-mv2016 .mv2015-quote-style-attr:lang(da),
.templated-slider-slideset-mv2016 .mv2015-quote-style-attr:lang(no) {
  text-indent: -12px;
}

.templated-slider-slideset-mv2016 .mv2015-quote-style-attr:lang(zh) {
  margin-left: 15px;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-new-two .image-item-2 {
  left: 3.48%;
  width: 21.16%;
  top: 10.95% !important;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-new-two .text-item {
  top: 53.04% !important;
  left: 3.48% !important;
  width: 21.27% !important;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-award-3 .mv2015-quote-style {
  margin-left: -77px;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-award-7 .mv2015-quote-style {
  margin-left: -81px;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-award-8 .mv2015-quote-style {
  margin-left: -70px;
}

.templated-slider-slideset-mv2016 :lang(ru) .slide-id-slide-mv2015-cabaret .text-item {
  width: 76.74% !important;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-cabaret .text-item,
.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-sailing-off .text-item,
.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-awards .text-item,
.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-into-sunset .text-item {
  left: 12.55% !important;
  width: 74.53% !important;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-speaker .text-item {
  width: 92.32% !important;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-new-two .image-item-1 {
  height: 84.34% !important;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-new-two .image-item-1 {
  height: 84.34% !important;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2015-awards .text-item {
  width: 79.06% !important;
}

.templated-slider-slideset-mv2016 .slide-id-mv2016-be .image-item-1 {
  top: 0 !important;
}

.templated-slider-slideset-mv2016 .slide-id-mv2016-be .image-item-2.image-item-custom {
  color: #f8f8f8;
}

.templated-slider-slideset-mv2016 .slide-id-mv2016-be .image-item-2.image-item-custom p {
  margin-bottom: 8px !important;
}

.templated-slider-slideset-mv2016 .slide-id-mv2016-be .image-item-2.image-item-custom .lead {
  font-size: 1.7em;
  font-family: "Arapey", serif;
  position: relative;
  top: 3px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.templated-slider-slideset-mv2016 .slide-id-mv2016-be .image-item-2.image-item-custom .lead {
  line-height: 1em !important;
}

.templated-slider-slideset-mv2016 .slide-id-mv2016-be .image-item-2.image-item-custom2 {
  right: auto;
  left: 0;
  top: 71.1%;
  width: 18%;
  padding-top: 18%;
}

.templated-slider-slideset-mv2016 .slide-id-mv2016-be .floater-texter p {
  display: none !important;
}

@media (max-width: 700px) {
  .templated-slider-slideset-mv2016 .slide-id-mv2016-be .image-item-2.image-item-custom2 {
    min-height: 100px;
  }
  .templated-slider-slideset-mv2016 .slide-id-mv2016-be .custom-s-logo.ignore-zoom {
    display: none !important;
  }
  .templated-slider-slideset-mv2016 .slide-id-mv2016-be .image-item-2.image-item-custom .lead {
    line-height: 1.0;
    font-size: 1.4em;
  }
  .templated-slider-slideset-mv2016 .slide-id-mv2016-be .image-item-2.image-item-custom {
    height: 110px;
    top: auto !important;
    bottom: 0;
  }
}

@media (max-width: 400px) {
  .templated-slider-slideset-mv2016 .slide-id-mv2016-be .floater-texter p {
    display: none;
  }
  .templated-slider-slideset-mv2016 .slide-id-mv2016-be .image-item-2.image-item-custom2 {
    min-height: 0;
    bottom: 6px !important;
    top: auto !important;
  }
  .templated-slider-slideset-mv2016 .slide-id-mv2016-be .image-item-2.image-item-custom {
    height: 70px !important;
  }
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2016-award-stkitts .image-item-2 {
  right: 8.48%;
  width: 23.25% !important;
  top: 10.08% !important;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2016-award-stkitts .image-item-3 {
  left: 62.44%;
  width: 11.39% !important;
  top: 31.3%;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2016-award-stkitts .text-item {
  right: 6.97% !important;
  width: 27.79% !important;
  top: 52.86% !important;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2016-award-stkitts .text-item .mv2015-quote-style {
  font-size: 25px;
  line-height: 1.16;
  max-width: 320px;
  margin-left: -45px;
}

.templated-slider-slideset-mv2016 [dir="rtl"] .slide-id-slide-mv2016-award-stkitts .text-item .mv2015-quote-style {
  font-size: 23px;
  line-height: 1.1;
  max-width: 320px;
  margin-left: 0px;
  margin-right: -35px;
}

.templated-slider-slideset-mv2016 :lang(ru) .slide-id-slide-mv2016-award-stkitts .text-item .mv2015-quote-style {
  font-size: 23px;
  line-height: 1.1;
  max-width: 320px;
  margin-left: -45px;
}

.templated-slider-slideset-mv2016 :lang(el) .slide-id-slide-mv2016-award-stkitts .text-item .mv2015-quote-style {
  font-size: 22.5px;
  max-width: 320px;
  margin-left: -45px;
}

.templated-slider-slideset-mv2016 :lang(de) .slide-id-slide-mv2016-award-stkitts .text-item .mv2015-quote-style {
  font-size: 23px;
  line-height: 1.1;
}

.templated-slider-slideset-mv2016 :lang(da) .slide-id-slide-mv2016-award-stkitts .text-item .mv2015-quote-style {
  font-size: 23px;
  line-height: 1.2;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2016-award-stkitts .text-item .mv2015-quote-style:lang(pt) {
  font-size: 24px;
  line-height: 1.1;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2016-award-stkitts .mv2015-quote-style-attr {
  margin-left: 96px;
}

.templated-slider-slideset-mv2016 :lang(da) .slide-id-slide-mv2016-award-stkitts .mv2015-quote-style-attr {
  margin-left: 80px;
}

.templated-slider-slideset-mv2016 :lang(ja) .slide-id-slide-mv2016-award-stkitts .mv2015-quote-style-attr {
  margin-left: 50px;
}

.templated-slider-slideset-mv2016 :lang(EL) .slide-id-slide-mv2016-award-stkitts .mv2015-quote-style-attr {
  margin-left: 20px;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2016-award-stlucia .image-item-2 {
  left: 69.53%;
  width: 23.25%;
  top: 54.26%;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2016-award-stlucia .image-item-3 {
  left: 62.09%;
  width: 13.02%;
  top: 77.21%;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2016-award-stlucia .text-item {
  left: 13.95% !important;
  width: 40.69% !important;
  right: auto !important;
  top: 72.69% !important;
}

.templated-slider-slideset-mv2016 :lang(ja) .slide-id-slide-mv2016-award-stlucia .text-item .mv2015-quote-style {
  width: 120%;
}

.templated-slider-slideset-mv2016 :lang(EL) .slide-id-slide-mv2016-award-stlucia .text-item .mv2015-quote-style-attr {
  margin-left: 35% !important;
}

.templated-slider-slideset-mv2016 :lang(de) .slide-id-slide-mv2016-award-stlucia .text-item .mv2015-quote-style-attr {
  margin-left: 2% !important;
}

.templated-slider-slideset-mv2016 :lang(it) .slide-id-slide-mv2016-award-stlucia .text-item .mv2015-quote-style-attr {
  margin-left: 17% !important;
}

.templated-slider-slideset-mv2016 :lang(es) .slide-id-slide-mv2016-award-stlucia .text-item .mv2015-quote-style-attr {
  margin-left: 25% !important;
}

.templated-slider-slideset-mv2016 :lang(fr) .slide-id-slide-mv2016-award-stlucia .text-item .mv2015-quote-style-attr {
  margin-left: 2% !important;
}

.templated-slider-slideset-mv2016 :lang(ru) .slide-id-slide-mv2016-award-stlucia .text-item .mv2015-quote-style-attr {
  margin-left: 4% !important;
  width: 110%;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2016-award-stlucia .text-item .mv2015-quote-style-attr {
  margin-left: 47% !important;
  width: 110%;
}

.templated-slider-slideset-mv2016 .slide-id-mv2016-atlanta .image-item-1 {
  top: 0 !important;
}

.templated-slider-slideset-mv2016 .slide-id-mv2016-atlanta .image-item-2.image-item-custom {
  color: #f8f8f8;
  height: 106px;
  top: 75.47%;
}

.templated-slider-slideset-mv2016 .slide-id-mv2016-atlanta .image-item-2.image-item-custom p {
  margin-bottom: 8px !important;
}

.templated-slider-slideset-mv2016 .slide-id-mv2016-atlanta .image-item-2.image-item-custom .lead {
  font-size: 1.7em;
  font-family: "Arapey", serif;
  position: relative;
  top: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.templated-slider-slideset-mv2016 .slide-id-mv2016-atlanta .image-item-2.image-item-custom .lead {
  line-height: 1em !important;
}

.templated-slider-slideset-mv2016 .slide-id-mv2016-atlanta .image-item-2.image-item-custom2 {
  right: auto;
  left: -2%;
  top: 70.1%;
  width: 29%;
  padding-top: 17%;
}

@media (max-width: 700px) {
  .templated-slider-slideset-mv2016 .slide-id-mv2016-atlanta .image-item-2.image-item-custom2 {
    min-height: 100px;
  }
  .templated-slider-slideset-mv2016 .slide-id-mv2016-atlanta .custom-s-logo.ignore-zoom {
    display: none !important;
  }
  .templated-slider-slideset-mv2016 .slide-id-mv2016-atlanta .image-item-2.image-item-custom .lead {
    line-height: 1.0;
    font-size: 1.4em;
  }
  .templated-slider-slideset-mv2016 .slide-id-mv2016-atlanta .image-item-2.image-item-custom {
    height: 110px;
    top: auto !important;
    bottom: 0;
  }
  .templated-slider-slideset-mv2016 .slide-id-mv2016-atlanta .image-item-2.image-item-custom p {
    display: none;
  }
}

@media (max-width: 400px) {
  .templated-slider-slideset-mv2016 .slide-id-mv2016-atlanta .image-item-2.image-item-custom2 {
    min-height: 0;
    bottom: 6px !important;
    top: auto !important;
  }
  .templated-slider-slideset-mv2016 .slide-id-mv2016-atlanta .image-item-2.image-item-custom {
    height: 70px !important;
  }
}

.templated-slider-slideset-mv2016 .slide-template-new-c-with-band .custom-s-logo {
  display: none;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2016-award-aruba .text-item {
  left: 5.58% !important;
  width: 10.46% !important;
  top: 32% !important;
}

.templated-slider-slideset-mv2016 :lang(el) .slide-id-slide-mv2016-award-aruba .text-item {
  width: 23.25% !important;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2016-award-aruba .text-item .mv2015-quote-style {
  margin-left: -38px;
  margin-right: -38px;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2016-award-aruba .image-item-2 {
  left: 10.46%;
  top: 7.13%;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2016-award-aruba .image-item-3 {
  left: 5.58%;
  width: 10.46% !important;
  top: 28.52%;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2016-award-aruba .text-item {
  left: 10.69% !important;
  width: 21.74% !important;
  top: 50.43% !important;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2016-award-aruba .mv2015-quote-style-attr {
  margin-left: 76px;
  width: 200px;
}

.templated-slider-slideset-mv2016 :lang(es) .slide-id-slide-mv2016-award-aruba .mv2015-quote-style-attr,
.templated-slider-slideset-mv2016 :lang(fr) .slide-id-slide-mv2016-award-aruba .mv2015-quote-style-attr {
  margin-left: 20px;
  width: 240px;
}

.templated-slider-slideset-mv2016 :lang(ru) .slide-id-slide-mv2016-award-aruba .mv2015-quote-style-attr {
  margin-left: 20px;
  width: 240px;
}

.templated-slider-slideset-mv2016 :lang(el) .slide-id-slide-mv2016-award-aruba .mv2015-quote-style-attr {
  margin-left: 5px;
  width: 220px;
}

.templated-slider-slideset-mv2016 :lang(sv) .slide-id-slide-mv2016-award-aruba .mv2015-quote-style-attr {
  margin-left: 40px;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2016-award-antigua .image-item-2 {
  right: 8.48%;
  width: 23.25% !important;
  top: 10.08% !important;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2016-award-antigua .image-item-3 {
  left: 62.44%;
  width: 11.39% !important;
  top: 31.3%;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2016-award-antigua .text-item {
  right: 6.97% !important;
  width: 27.79% !important;
  top: 52.86% !important;
}

.templated-slider-slideset-mv2016 :lang(ru) .slide-id-slide-mv2016-award-antigua .text-item {
  right: 1.16% !important;
  width: 34.88% !important;
}

.templated-slider-slideset-mv2016 :lang(ru) .slide-id-slide-mv2016-award-antigua .text-item .mv2015-quote-style {
  max-width: 295px;
  margin-left: -10px;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2016-award-antigua .text-item .mv2015-quote-style {
  font-size: 25px;
  line-height: 1.16;
  max-width: 230px;
  margin-left: 5px;
}

.templated-slider-slideset-mv2016 :lang(el) .slide-id-slide-mv2016-award-antigua .text-item .mv2015-quote-style {
  max-width: 300px;
  margin-left: -10px;
}

.templated-slider-slideset-mv2016 :lang(ja) .slide-id-slide-mv2016-award-antigua .text-item .mv2015-quote-style {
  max-width: 280px;
}

.templated-slider-slideset-mv2016 :lang(nl) .slide-id-slide-mv2016-award-antigua .text-item .mv2015-quote-style {
  max-width: 275px;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2016-award-antigua .text-item .mv2015-quote-style:lang(pt) {
  font-size: 24px;
  line-height: 1.1;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2016-award-antigua .mv2015-quote-style-attr {
  margin-left: 86px;
  width: 200px;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2016-award-barbados .image-item-1 {
  top: 6.95%;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2016-award-barbados .image-item-2 {
  left: 10.46%;
  top: 7.13%;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2016-award-barbados .image-item-3 {
  left: 24.41%;
  width: 10.46% !important;
  top: 28.52%;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2016-award-barbados .text-item {
  left: 9.3% !important;
  width: 23.25% !important;
  top: 50.43% !important;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2016-award-barbados .mv2015-quote-style-attr {
  margin-left: 43px;
  width: 200px;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2016-award-dominica .image-item-2 {
  right: 8.48%;
  width: 23.25% !important;
  top: 10.08% !important;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2016-award-dominica .image-item-3 {
  left: 62.44%;
  width: 11.39% !important;
  top: 36.52%;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2016-award-dominica .text-item {
  right: 6.97% !important;
  width: 27.79% !important;
  top: 52.86% !important;
}

.templated-slider-slideset-mv2016 :lang(de) .slide-id-slide-mv2016-award-dominica .text-item {
  right: 9.88% !important;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2016-award-dominica .text-item .mv2015-quote-style {
  font-size: 25px;
  line-height: 1.16;
  max-width: 270px;
  margin-left: -10px;
}

.templated-slider-slideset-mv2016 :lang(no) .slide-id-slide-mv2016-award-dominica .text-item .mv2015-quote-style {
  max-width: 300px;
  margin-left: -30px;
}

.templated-slider-slideset-mv2016 :lang(de) .slide-id-slide-mv2016-award-dominica .text-item .mv2015-quote-style {
  line-height: 1.1;
  max-width: 317px;
  margin-left: -10px;
}

.templated-slider-slideset-mv2016 :lang(ru) .slide-id-slide-mv2016-award-dominica .text-item .mv2015-quote-style {
  line-height: 1.1;
  max-width: 285px;
  margin-left: -10px;
}

.templated-slider-slideset-mv2016 :lang(ja) .slide-id-slide-mv2016-award-dominica .text-item .mv2015-quote-style {
  max-width: 278px;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2016-award-dominica .text-item .mv2015-quote-style:lang(pt) {
  font-size: 24px;
  line-height: 1.1;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2016-award-dominica .mv2015-quote-style-attr {
  left: 39.53%;
  position: relative;
}

.templated-slider-slideset-mv2016 :lang(es) .slide-id-slide-mv2016-award-dominica .mv2015-quote-style-attr,
.templated-slider-slideset-mv2016 :lang(no) .slide-id-slide-mv2016-award-dominica .mv2015-quote-style-attr {
  left: 3.48%;
  width: 220px;
}

.templated-slider-slideset-mv2016 :lang(el) .slide-id-slide-mv2016-award-dominica .mv2015-quote-style-attr {
  left: 3.48%;
}

.templated-slider-slideset-mv2016 :lang(fr) .slide-id-slide-mv2016-award-dominica .mv2015-quote-style-attr {
  left: 0.23%;
}

.templated-slider-slideset-mv2016 :lang(ru) .slide-id-slide-mv2016-award-dominica .mv2015-quote-style-attr {
  left: 0.23%;
  width: 200px;
}

.templated-slider-slideset-mv2016 [dir="rtl"] .slide-id-slide-mv2016-award-dominica .mv2015-quote-style-attr {
  left: 0.23%;
  width: 200px;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2016-award-stvincent .image-item-1 {
  top: 6.95%;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2016-award-stvincent .image-item-2 {
  left: 8.13%;
  top: 7.13%;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2016-award-stvincent .image-item-3 {
  left: 24.41%;
  width: 10.46% !important;
  top: 28.52%;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2016-award-stvincent .text-item {
  left: 9.3% !important;
  width: 20.93% !important;
  top: 50.43% !important;
}

.templated-slider-slideset-mv2016 :lang(el) .slide-id-slide-mv2016-award-stvincent .mv2015-quote-style {
  font-size: 25px;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2016-award-stvincent .mv2015-quote-style-attr {
  margin-left: 55px;
  width: 200px;
}

.templated-slider-slideset-mv2016 .mv2016-intropara {
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 20px;
  display: block;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2016-ias-cchr1 .image-item-4.image-item-custom2,
.templated-slider-slideset-mv2016 .slide-id-slide-mv2016-ias-cchr2 .image-item-4.image-item-custom2,
.templated-slider-slideset-mv2016 .slide-id-slide-mv2016-ias-cchr3 .image-item-4.image-item-custom2 {
  left: 4%;
  top: 74%;
  width: 16%;
  padding-top: 17%;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2016-ias-cchr1 .image-item-4.image-item-custom {
  padding: 14px 3% 13px 23%;
}

.templated-slider-slideset-mv2016 :lang(el) .slide-id-slide-mv2016-ias-cchr1 .image-item-4.image-item-custom {
  padding: 14px 1% 13px 22%;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2016-ias-cchr2 .image-item-4.image-item-custom {
  padding: 14px 8% 13px 23%;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2016-ias-cchr3 .image-item-4.image-item-custom {
  padding: 14px 12% 13px 23%;
}

.templated-slider-slideset-mv2016 :lang(ru) .slide-id-slide-mv2016-ias-cchr3 .image-item-4.image-item-custom {
  padding: 14px 3% 13px 23%;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2016-ias-hr3 .image-item-4.image-item-custom {
  padding: 14px 11% 13px 23%;
}

.templated-slider-slideset-mv2016 :lang(ru) .slide-id-slide-mv2016-ias-hr3 .image-item-4.image-item-custom {
  padding: 14px 1% 13px 23%;
}

.templated-slider-slideset-mv2016 :lang(pt) .slide-id-slide-mv2016-ias-hr3 .image-item-4.image-item-custom {
  padding: 14px 1% 13px 23%;
}

.templated-slider-slideset-mv2016 :lang(sv) .slide-id-slide-mv2016-ias-hr3 .image-item-4.image-item-custom {
  padding: 14px 8% 13px 23%;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2016-ias-dfw1 .image-item-4.image-item-custom {
  padding: 14px 12% 13px 23%;
}

.templated-slider-slideset-mv2016 :lang(de) .slide-id-slide-mv2016-ias-dfw1 .image-item-4.image-item-custom {
  padding: 10px 9% 13px 23% !important;
}

.templated-slider-slideset-mv2016 :lang(ru) .slide-id-slide-mv2016-ias-dfw1 .image-item-4.image-item-custom {
  padding: 14px 3% 13px 23%;
}

.templated-slider-slideset-mv2016 :lang(pt) .slide-id-slide-mv2016-ias-dfw1 .image-item-4.image-item-custom {
  padding: 14px 1% 13px 23%;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2016-ias-dfw2 .image-item-4.image-item-custom {
  padding: 14px 1% 13px 23%;
}

.templated-slider-slideset-mv2016 :lang(ru) .slide-id-slide-mv2016-ias-dfw2 .image-item-4.image-item-custom {
  padding: 10px 1% 13px 23%;
  line-height: 1.3em;
}

.templated-slider-slideset-mv2016 :lang(ja) .slide-id-slide-mv2016-ias-dfw2 .image-item-4.image-item-custom {
  padding: 14px 12% 13px 23%;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2016-ias-dfw3 .image-item-4.image-item-custom {
  padding: 14px 11% 13px 23%;
}

.templated-slider-slideset-mv2016 :lang(el) .slide-id-slide-mv2016-ias-dfw3 .image-item-4.image-item-custom,
.templated-slider-slideset-mv2016 :lang(de) .slide-id-slide-mv2016-ias-dfw3 .image-item-4.image-item-custom,
.templated-slider-slideset-mv2016 :lang(ru) .slide-id-slide-mv2016-ias-dfw3 .image-item-4.image-item-custom {
  padding: 10px 2% 13px 23%;
  line-height: 1.3em;
}

.templated-slider-slideset-mv2016 :lang(el) .slide-id-slide-mv2016-ias-dfw3 .image-item-4.image-item-custom {
  padding: 11px 1% 13px 22%;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2016-ias-hr1 .image-item-4.image-item-custom2,
.templated-slider-slideset-mv2016 .slide-id-slide-mv2016-ias-hr2 .image-item-4.image-item-custom2,
.templated-slider-slideset-mv2016 .slide-id-slide-mv2016-ias-hr3 .image-item-4.image-item-custom2 {
  left: 4%;
  top: 75.5%;
  width: 18%;
  padding-top: 17%;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2016-ias-dfw1 .image-item-4.image-item-custom2,
.templated-slider-slideset-mv2016 .slide-id-slide-mv2016-ias-dfw2 .image-item-4.image-item-custom2,
.templated-slider-slideset-mv2016 .slide-id-slide-mv2016-ias-dfw3 .image-item-4.image-item-custom2 {
  left: 2.5%;
  top: 74.5%;
  width: 18%;
  padding-top: 17%;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2016-ias-twth1 .image-item-4.image-item-custom2,
.templated-slider-slideset-mv2016 .slide-id-slide-mv2016-ias-twth2 .image-item-4.image-item-custom2,
.templated-slider-slideset-mv2016 .slide-id-slide-mv2016-ias-twth3 .image-item-4.image-item-custom2 {
  left: 2.5%;
  top: 74.5%;
  width: 18%;
  padding-top: 17%;
}

.templated-slider-slideset-mv2016 .slide-template-new-w-1a.slide-id-slide-mv2016-ias-hr2 .image-item-4.image-item-custom {
  padding: 14px 7% 13px 23%;
}

.templated-slider-slideset-mv2016 :lang(it) .slide-template-new-w-1a.slide-id-slide-mv2016-ias-hr2 .image-item-4.image-item-custom,
.templated-slider-slideset-mv2016 :lang(de) .slide-template-new-w-1a.slide-id-slide-mv2016-ias-hr2 .image-item-4.image-item-custom {
  padding: 14px 5% 13px 23%;
}

.templated-slider-slideset-mv2016 :lang(ru) .slide-template-new-w-1a.slide-id-slide-mv2016-ias-hr2 .image-item-4.image-item-custom {
  padding: 14px 4% 13px 23%;
}

.templated-slider-slideset-mv2016 :lang(ja) .slide-template-new-w-1a.slide-id-slide-mv2016-ias-hr2 .image-item-4.image-item-custom {
  padding: 14px 4% 13px 23%;
}

.templated-slider-slideset-mv2016 :lang(pt) .slide-template-new-w-1a.slide-id-slide-mv2016-ias-hr2 .image-item-4.image-item-custom {
  padding: 14px 2% 13px 23%;
}

.templated-slider-slideset-mv2016 :lang(ru) .slide-id-slide-mv2016-ias-hr2 .image-item-3 img {
  display: none !important;
}

.templated-slider-slideset-mv2016 :lang(ru) .slide-id-slide-mv2016-ias-hr2 .image-item-2 {
  top: 31.95% !important;
}

.templated-slider-slideset-mv2016 .slide-template-new-x-1.slide-id-slide-mv2016-ias-twth1 .image-item-4.image-item-custom {
  padding: 14px 11% 13px 23%;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2016-ias-twth1 .image-item-5 {
  left: 2.44%;
  top: 14.26%;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2016-ias-twth2 .image-item-5 {
  right: 0;
  top: 47.47%;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2016-ias-twth3 .image-item-5 {
  right: 0;
  top: 10.6%;
}

.templated-slider-slideset-mv2016 .slide-template-new-k-7.slide-id-slide-mv2016-chickcorea .text-item.caption-bottom-left-corner {
  left: 25px;
  width: 41.67%;
  top: 72%;
}

.templated-slider-slideset-mv2016 .item.image-item.image-item-3.image-holder.js-dynamic-size-set {
  height: 41% !important;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2016-iaswide .text-item.caption-center-below {
  width: 87%;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2016-ias-night-david-miscavige .text-item.caption-center-below {
  width: 84%;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2016-ias-scorecard .image-item-1 {
  top: 15.3%;
  width: 100%;
  left: 0;
}

.templated-slider-slideset-mv2016 .slide-id-mv2016-atlanta.slide-template-new-c-with-band .button {
  border: 1px solid #f5f5f5;
  background: #3371b7;
  text-decoration: none;
  border: 1px solid #f5f5f5;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  padding: 10px 5px 10px 7px;
}

.templated-slider-slideset-mv2016 .slide-id-mv2016-atlanta.slide-template-new-c-with-band .button:hover {
  background: #558fef;
  text-shadow: 2px 2px 2px grey;
}

.templated-slider-slideset-mv2016 .slide-template-new-c-with-band.slide-template-new-b.slide-id-mv2016-atlanta .image-item-custom .floater-texter {
  right: 21%;
}

.templated-slider-slideset-mv2016 .slide-template-new-c-with-band.slide-id-lrh2016-slide-14 .button {
  border: 1px solid #f5f5f5;
  background: #3371b7;
  text-decoration: none;
  border: 1px solid #f5f5f5;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  padding: 10px 5px 10px 7px;
}

.templated-slider-slideset-mv2016 .slide-template-new-c-with-band.slide-id-lrh2016-slide-14 .button:hover {
  background: #558fef;
  text-shadow: 2px 2px 2px grey;
}

.templated-slider-slideset-mv2016 .slide-template-new-c-with-band.slide-template-new-b.slide-id-lrh2016-slide-14 .image-item-custom .floater-texter {
  left: 22.5%;
  right: 17%;
}

.templated-slider-slideset-mv2016 .slide-id-lrh2016-slide-14 .image-item-2.image-item-custom2 {
  top: 67%;
  width: 18%;
  background-repeat: no-repeat;
}

.templated-slider-slideset-mv2016 .slide-templated-new .image-item-2.image-item-custom .lead, .templated-slider-slideset-mv2016 .slide-templated-new .image-item-4.image-item-custom .lead {
  font-size: 1.5em;
  top: 0;
}

.templated-slider-slideset-mv2016 :lang(ru) .slide-templated-new .image-item-2.image-item-custom .lead, .templated-slider-slideset-mv2016 .slide-templated-new .image-item-4.image-item-custom .lead {
  font-size: 1.4em;
}

.templated-slider-slideset-mv2016 .templated-slider-build-2-1 .slide-template-new-d.slide-id-slide-mv2016-bestweek .text-item {
  top: 86%;
}

.templated-slider-slideset-mv2016 #editable_body_holder li {
  margin-bottom: .5em;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2016-freewinds-newspaper .image-item-3.image-holder {
  left: 23.25%;
  top: 40%;
  width: 59.3% !important;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2016-freewinds-newspaper .text-item {
  width: 23.02% !important;
}

.templated-slider-slideset-mv2016 [dir="rtl"] .slide-id-slide-mv2016-be-release.slide-template-new-h-3c .caption-bottom-left-corner {
  width: 22.32%;
}

.templated-slider-slideset-mv2016 hr.parahr {
  width: 24%;
  border-color: black;
}

.templated-slider-slideset-mv2016 #editable_body_holder h3 {
  color: #555 !important;
  font-size: 1.3em !important;
}

.templated-slider-slideset-mv2016 .templated-slider-build-2-1 .slide-id-slide-mv2016-bestweek .text-item {
  left: 6.3%;
  width: 87.39%;
}

.templated-slider-slideset-mv2016 slide.slide-templated-new.slide-template-new-h-3c.slide-id-slide-mv2016-be-release {
  margin-top: -24px;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2016-brussels-win .item.image-item.image-item-2.image-holder {
  left: 55.93%;
  top: 4.17%;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2016-brussels-win .item.text-item.editable {
  top: 76%;
  width: 91%;
  left: 5%;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2016-brussels-win .item.text-item2.editable {
  top: 30%;
  width: 33%;
  left: 12%;
  color: white !important;
}

.templated-slider-slideset-mv2016 .slide-id-slide-mv2016-brussels-win .item.text-item2.editable .mv2015-quote-style {
  color: white !important;
}

.templated-slider-slideset-mv2016 .sidebar-related-articles .title-article {
  margin-top: 0px;
}

@media (max-width: 700px) {
  .templated-slider-slideset-mv2016 #outer_shell #shell .slide-id-slide-mv2016-brussels-win .item.text-item2.editable .mv2015-quote-style {
    font-size: 15px;
    margin-left: 0px;
    margin-right: 20px;
    width: 80%;
  }
  .templated-slider-slideset-mv2016 #outer_shell #shell .slide-id-slide-mv2016-brussels-win .item.text-item2.editable .mv2015-quote-style-attr {
    font-size: 12px;
  }
  .templated-slider-slideset-mv2016 #outer_shell #shell .slide-id-slide-mv2016-brussels-win .item.text-item2.editable {
    top: 26%;
    width: 80%;
    left: -10px;
  }
}

.templated-slider-slideset-mv2016 :lang(el) .slide-id-slide-mv2016-ias-twth3 .image-item-4.image-item-custom {
  padding: 14px 5% 13px 23%;
}

.templated-slider-slideset-mv2016 :lang(es) .slide-template-new-u-1 .image-item-4.image-item-custom,
.templated-slider-slideset-mv2016 :lang(es) .slide-template-new-x-1 .image-item-4.image-item-custom,
.templated-slider-slideset-mv2016 :lang(es) .slide-template-new-w-1 .image-item-4.image-item-custom,
.templated-slider-slideset-mv2016 :lang(de) .slide-template-new-w-1 .image-item-4.image-item-custom,
.templated-slider-slideset-mv2016 :lang(fr) .slide-template-new-w-1.slide-id-slide-11 .image-item-4.image-item-custom,
.templated-slider-slideset-mv2016 :lang(pt) .slide-template-new-w-1 .image-item-4.image-item-custom,
.templated-slider-slideset-mv2016 :lang(pt) .slide-template-new-x-1 .image-item-4.image-item-custom {
  padding: 14px 3% 13px 23%;
  height: auto !important;
  min-height: 110px !important;
}

.templated-slider-slideset-mv2016 :lang(fr) .slide-template-new-w-1a.slide-id-slide-mv2016-ias-hr2 .image-item-4.image-item-custom,
.templated-slider-slideset-mv2016 :lang(fr) .slide-template-new-x-1 .image-item-4.image-item-custom {
  padding: 8px 10% 13px 23%;
  line-height: 1.3em;
}

.templated-slider-slideset-mv2016 :lang(fr) .slide-id-slide-mv2016-ias-dfw3 .image-item-4.image-item-custom,
.templated-slider-slideset-mv2016 :lang(fr) .slide-id-slide-mv2016-ias-dfw1 .image-item-4.image-item-custom {
  padding: 8px 6% 13px 23%;
  line-height: 1.3em;
}

.templated-slider-slideset-mv2016 :lang(it) .slide-id-slide-mv2016-ias-hr3 .image-item-4.image-item-custom,
.templated-slider-slideset-mv2016 :lang(fr) .slide-id-slide-mv2016-ias-hr3 .image-item-4.image-item-custom {
  padding: 12px 6% 13px 23%;
}

.templated-slider-slideset-mv2016 :lang(fr) .slide-id-slide-mv2016-ias-twth3 .image-item-4.image-item-custom,
.templated-slider-slideset-mv2016 :lang(fr) .slide-id-slide-mv2016-ias-twth1 .image-item-4.image-item-custom,
.templated-slider-slideset-mv2016 :lang(fr) .slide-id-slide-mv2016-ias-twth2 .image-item-4.image-item-custom {
  padding: 18px 9% 13px 23%;
  line-height: 1.4em;
}

.templated-slider-slideset-mv2016 :lang(zh) .editable-header-region h1 {
  padding-right: 2%;
}

.templated-slider-slideset-mv2016 :lang(zh) .image-item-4.image-item-custom {
  padding: 14px 5% 13px 23%;
}

.templated-slider-slideset-mv2016 :lang(nl) .slide-id-slide-mv2016-freewinds-newspaper .close-full-caption {
  display: none;
}

.templated-slider-slideset-new-years-2014 .slide-id-ny-2014-header-01 .text-item {
  top: 85.56% !important;
  width: 95.34% !important;
  left: 2.32% !important;
}

.templated-slider-slideset-new-years-2014 .slide-id-ny-2014-header-05 .text-item {
  top: 72.17% !important;
}

.templated-slider-slideset-new-years-2015 .slideshow-wrapper[data-slide-active="24"] ~ .static-message,
.templated-slider-slideset-new-years-2015 .slideshow-wrapper[data-slide-active="23"] ~ .static-message,
.templated-slider-slideset-new-years-2015 .slideshow-wrapper[data-slide-active="22"] ~ .static-message,
.templated-slider-slideset-new-years-2015 .slideshow-wrapper[data-slide-active="21"] ~ .static-message,
.templated-slider-slideset-new-years-2015 .slideshow-wrapper[data-slide-active="20"] ~ .static-message,
.templated-slider-slideset-new-years-2015 .slideshow-wrapper[data-slide-active="19"] ~ .static-message,
.templated-slider-slideset-new-years-2015 .slideshow-wrapper[data-slide-active="18"] ~ .static-message,
.templated-slider-slideset-new-years-2015 .slideshow-wrapper[data-slide-active="17"] ~ .static-message,
.templated-slider-slideset-new-years-2015 .slideshow-wrapper[data-slide-active="16"] ~ .static-message,
.templated-slider-slideset-new-years-2015 .slideshow-wrapper[data-slide-active="15"] ~ .static-message,
.templated-slider-slideset-new-years-2015 .slideshow-wrapper[data-slide-active="14"] ~ .static-message {
  opacity: 1 !important;
}

.templated-slider-slideset-new-years-2015 .static-message {
  position: absolute;
  bottom: 5.7%;
  left: 0;
  right: 0;
  text-align: center;
  color: #ccc;
  font-family: "Arapey", serif;
  font-size: 20px;
  letter-spacing: 2px;
  opacity: 0 !important;
  -webkit---prefix--transition: opacity .5s ease-out;
  -ms---prefix--transition: opacity .5s ease-out;
  -moz---prefix--transition: opacity .5s ease-out;
  -o---prefix--transition: opacity .5s ease-out;
  --prefix--transition: opacity .5s ease-out;
}

.templated-slider-slideset-new-years-2015 .static-message:lang(el) {
  font-size: 17px;
  letter-spacing: 1px;
}

.templated-slider-slideset-new-years-2015 .static-message:lang(de) {
  font-size: 18px;
  letter-spacing: 1px;
}

.templated-slider-slideset-new-years-2015 .domo-trans {
  position: absolute;
  z-index: 2;
  width: 11.62%;
  height: 15.65%;
  top: 1.73%;
  left: 4.65%;
  background: url(/sites/default/files/ny2015/2014-in-review-fs8.png) 0 0 no-repeat transparent;
  background-size: cover;
  opacity: 0 !important;
  -webkit---prefix--transform:  scale(1.5,1.5) !important;
  -ms---prefix--transform:  scale(1.5,1.5) !important;
  -moz---prefix--transform:  scale(1.5,1.5) !important;
  -o---prefix--transform:  scale(1.5,1.5) !important;
  --prefix--transform:  scale(1.5,1.5) !important;
  -webkit---prefix--transition:  --prefix--transform .5s ease-out, opacity .5s ease-out !important;
  -ms---prefix--transition:  --prefix--transform .5s ease-out, opacity .5s ease-out !important;
  -moz---prefix--transition:  --prefix--transform .5s ease-out, opacity .5s ease-out !important;
  -o---prefix--transition:  --prefix--transform .5s ease-out, opacity .5s ease-out !important;
  --prefix--transition:  --prefix--transform .5s ease-out, opacity .5s ease-out !important;
  -webkit---prefix--backface-visibility:  hidden;
  -ms---prefix--backface-visibility:  hidden;
  -moz---prefix--backface-visibility:  hidden;
  -o---prefix--backface-visibility:  hidden;
  --prefix--backface-visibility:  hidden;
}

.templated-slider-slideset-new-years-2015 .domo-transL:lang(en) {
  background: url(/sites/default/files/ny2015/2014-in-review-fs8_en.png) 0 0 no-repeat transparent;
}

.templated-slider-slideset-new-years-2015 .device-ios .domo-trans {
  -webkit---prefix--transform:  none !important;
  -ms---prefix--transform:  none !important;
  -moz---prefix--transform:  none !important;
  -o---prefix--transform:  none !important;
  --prefix--transform:  none !important;
  -webkit---prefix--transition:  none !important;
  -ms---prefix--transition:  none !important;
  -moz---prefix--transition:  none !important;
  -o---prefix--transition:  none !important;
  --prefix--transition:  none !important;
}

@media (max-width: 1040px) {
  .templated-slider-slideset-new-years-2015 .domo-trans {
    width: 9.62%;
    height: 12.65%;
  }
}

@media (max-width: 1023px) {
  .templated-slider-slideset-new-years-2015 .domo-trans {
    width: 9.62%;
    height: 12.65%;
  }
}

.templated-slider-slideset-new-years-2015 .moving-to-dir-left .domo-trans {
  left: -101.17%;
}

.templated-slider-slideset-new-years-2015 .moving-to-dir-right .domo-trans {
  left: 110.46%;
}

.templated-slider-slideset-new-years-2015 .domo-trans {
  -webkit---prefix--transition:  --prefix--transform .5s ease-out .2s, opacity .5s ease-out .4s !important;
  -ms---prefix--transition:  --prefix--transform .5s ease-out .2s, opacity .5s ease-out .4s !important;
  -moz---prefix--transition:  --prefix--transform .5s ease-out .2s, opacity .5s ease-out .4s !important;
  -o---prefix--transition:  --prefix--transform .5s ease-out .2s, opacity .5s ease-out .4s !important;
  --prefix--transition:  --prefix--transform .5s ease-out .2s, opacity .5s ease-out .4s !important;
}

.templated-slider-slideset-new-years-2015 .domo-trans-1 {
  top: 19.13%;
  background-position: 0 33.33333%;
  -webkit---prefix--transition:  --prefix--transform .5s ease-out .2s, opacity .5s ease-out .6s !important;
  -ms---prefix--transition:  --prefix--transform .5s ease-out .2s, opacity .5s ease-out .6s !important;
  -moz---prefix--transition:  --prefix--transform .5s ease-out .2s, opacity .5s ease-out .6s !important;
  -o---prefix--transition:  --prefix--transform .5s ease-out .2s, opacity .5s ease-out .6s !important;
  --prefix--transition:  --prefix--transform .5s ease-out .2s, opacity .5s ease-out .6s !important;
}

.templated-slider-slideset-new-years-2015 .domo-trans-2 {
  top: 36.52%;
  background-position: 0 66.66666%;
  -webkit---prefix--transition:  --prefix--transform .5s ease-out .2s, opacity .5s ease-out .8s !important;
  -ms---prefix--transition:  --prefix--transform .5s ease-out .2s, opacity .5s ease-out .8s !important;
  -moz---prefix--transition:  --prefix--transform .5s ease-out .2s, opacity .5s ease-out .8s !important;
  -o---prefix--transition:  --prefix--transform .5s ease-out .2s, opacity .5s ease-out .8s !important;
  --prefix--transition:  --prefix--transform .5s ease-out .2s, opacity .5s ease-out .8s !important;
}

.templated-slider-slideset-new-years-2015 .domo-trans-3 {
  top: 53.91%;
  background-position: 0 100%;
  -webkit---prefix--transition:  --prefix--transform .5s ease-out .2s, opacity .5s ease-out 1s !important;
  -ms---prefix--transition:  --prefix--transform .5s ease-out .2s, opacity .5s ease-out 1s !important;
  -moz---prefix--transition:  --prefix--transform .5s ease-out .2s, opacity .5s ease-out 1s !important;
  -o---prefix--transition:  --prefix--transform .5s ease-out .2s, opacity .5s ease-out 1s !important;
  --prefix--transition:  --prefix--transform .5s ease-out .2s, opacity .5s ease-out 1s !important;
}

.templated-slider-slideset-new-years-2015 .moving-onto-15 .domo-trans,
.templated-slider-slideset-new-years-2015 .fso-slide-active .domo-trans {
  opacity: 1 !important;
  -webkit---prefix--transform:  scale(1,1) !important;
  -ms---prefix--transform:  scale(1,1) !important;
  -moz---prefix--transform:  scale(1,1) !important;
  -o---prefix--transform:  scale(1,1) !important;
  --prefix--transform:  scale(1,1) !important;
}

.templated-slider-slideset-new-years-2015 .fso-slide-active.sliding .domo-trans {
  opacity: 0 !important;
  -webkit---prefix--transform:  scale(1.5,1.5) !important;
  -ms---prefix--transform:  scale(1.5,1.5) !important;
  -moz---prefix--transform:  scale(1.5,1.5) !important;
  -o---prefix--transform:  scale(1.5,1.5) !important;
  --prefix--transform:  scale(1.5,1.5) !important;
  -webkit---prefix--transition:  --prefix--transform .1s ease-out, opacity .1s ease-out !important;
  -ms---prefix--transition:  --prefix--transform .1s ease-out, opacity .1s ease-out !important;
  -moz---prefix--transition:  --prefix--transform .1s ease-out, opacity .1s ease-out !important;
  -o---prefix--transition:  --prefix--transform .1s ease-out, opacity .1s ease-out !important;
  --prefix--transition:  --prefix--transform .1s ease-out, opacity .1s ease-out !important;
}

.templated-slider-slideset-new-years-2015 #header {
  position: relative;
}

.templated-slider-slideset-new-years-2015 .slide-id-slide-ny-2014 .image-item-1 {
  left: 20.46% !important;
  top: 0 !important;
  height: 70.78% !important;
}

.templated-slider-slideset-new-years-2015 .slide-id-slide-ny-2014 .image-item-2 {
  right: 1.51% !important;
}

.templated-slider-slideset-new-years-2015 .slide-id-slide-ny-2014 .text-item {
  left: auto !important;
  right: 2.32% !important;
  width: 21.62% !important;
  top: 4.34% !important;
}

.templated-slider-slideset-new-years-2015 .slide-id-slide-aosh-eu .image-item-1 {
  right: 3.48% !important;
  top: 0 !important;
  height: 70.78% !important;
}

.templated-slider-slideset-new-years-2015 .slide-id-slide-aosh-eu .image-item-2 {
  left: 5% !important;
  width: 16.62% !important;
}

.templated-slider-slideset-new-years-2015 .slide-id-slide-aosh-eu .text-item {
  left: 2.32% !important;
  width: 21.16% !important;
  top: 5.21% !important;
}

.templated-slider-slideset-new-years-2015 #outer_shell #shell .slide-id-slide-pac-base .text-item.caption-center-below {
  left: 30.23% !important;
  top: 63.65% !important;
  width: 67.09% !important;
}

.templated-slider-slideset-new-years-2015 :lang(en) #outer_shell #shell .slide-id-slide-pac-base .text-item.caption-center-below {
  top: 64.69% !important;
}

.templated-slider-slideset-new-years-2015 .slide-id-slide-pac-base .image-item-2 {
  left: 9.88% !important;
  width: 18.6% !important;
}

.templated-slider-slideset-new-years-2015 .slide-id-slide-lrh-birthday .text-item.caption-center-right {
  left: 2.32% !important;
  width: 21.39% !important;
  top: 5.21% !important;
}

.templated-slider-slideset-new-years-2015 :lang(ru) .slide-id-slide-lrh-birthday .text-item.caption-center-right {
  left: 0.58% !important;
  width: 23.25% !important;
}

.templated-slider-slideset-new-years-2015 .slide-id-slide-lrh-birthday .image-item-2 {
  left: 4.06% !important;
  width: 17.44% !important;
}

.templated-slider-slideset-new-years-2015 .slide-id-slide-freewinds .text-item.caption-center-right {
  left: 2.32% !important;
  width: 21.97% !important;
  top: 5.21% !important;
}

.templated-slider-slideset-new-years-2015 .slide-id-slide-freewinds .image-item-2 {
  left: 3.6% !important;
  width: 20.46% !important;
  bottom: 29.21% !important;
}

.templated-slider-slideset-new-years-2015 .slide-id-slide-coachman .text-item.caption-center-left {
  left: auto !important;
  right: 2.32% !important;
  width: 21.86% !important;
  top: 5.21% !important;
}

.templated-slider-slideset-new-years-2015 :lang(sv) .slide-id-slide-coachman .text-item.caption-center-left {
  right: 1.16% !important;
  width: 22.9% !important;
}

.templated-slider-slideset-new-years-2015 :lang(ru) .slide-id-slide-coachman .text-item.caption-center-left {
  right: 0% !important;
  width: 24.41% !important;
}

.templated-slider-slideset-new-years-2015 .slide-id-slide-coachman .image-item-2 {
  right: 1.74% !important;
}

.templated-slider-slideset-new-years-2015 #outer_shell #shell .slide-id-slide-ias-2014 .text-item.caption-center-below {
  left: 30.23% !important;
  top: 64.34% !important;
  width: 67.09% !important;
}

.templated-slider-slideset-new-years-2015 #outer_shell #shell .slide-id-slide-ias-2014 .text-item.caption-center-below:lang(el) {
  font-size: 12px;
  top: 64.34% !important;
  width: 72.09% !important;
}

.templated-slider-slideset-new-years-2015 .slide-id-slide-aosh-anzo .text-item.caption-center-left {
  left: auto !important;
  right: 2.32% !important;
  width: 21.39% !important;
  top: 5.21% !important;
}

.templated-slider-slideset-new-years-2015 :lang(ru) .slide-id-slide-aosh-anzo .text-item.caption-center-left {
  left: auto !important;
  line-height: 1.3em;
  right: 0% !important;
  width: 23.83% !important;
  top: 5.21% !important;
}

.templated-slider-slideset-new-years-2015 .slide-id-slide-aosh-anzo .image-item-2 {
  right: 4.65% !important;
  width: 17.44% !important;
}

.templated-slider-slideset-new-years-2015 .slide-id-slide-aosh-anzo2 .text-item.caption-center-left {
  left: auto !important;
  right: 2.32% !important;
  width: 21.39% !important;
  top: 5.21% !important;
}

.templated-slider-slideset-new-years-2015 :lang(el) .slide-id-slide-aosh-anzo2 .text-item.caption-center-left {
  font-size: 12px;
}

.templated-slider-slideset-new-years-2015 :lang(ru) .slide-id-slide-aosh-anzo2 .text-item.caption-center-left {
  left: auto !important;
  line-height: 1.3em;
  right: 0% !important;
  width: 23.83% !important;
  top: 5.21% !important;
}

.templated-slider-slideset-new-years-2015 :lang(it) .slide-id-slide-aosh-anzo2 .text-item.caption-center-left {
  left: auto !important;
  right: 1.16% !important;
  width: 22.55% !important;
  top: 5.21% !important;
}

.templated-slider-slideset-new-years-2015 .slide-id-slide-aosh-anzo2 .image-item-2 {
  right: 4.65% !important;
  width: 15.69% !important;
}

.templated-slider-slideset-new-years-2015 #shell .ny2015-band.band-color-only {
  bottom: 8.7%;
}

.templated-slider-slideset-new-years-2015 #shell .static-message {
  bottom: 0%;
}

.templated-slider-slideset-new-years-2015 :lang(el) #shell .static-message b {
  font-weight: normal;
}

.templated-slider-slideset-new-years-2015 .ny2015-band .boxed-button .centered {
  position: relative;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
}

.templated-slider-slideset-new-years-2015 :lang(hu) .ny2015-band .boxed-button .centered {
  font-size: 15px;
}

.templated-slider-slideset-new-years-2015 .ny2015-band .boxed-title .centered {
  line-height: 1.2;
}

.templated-slider-slideset-new-years-2015 #shell .slide-id-slide-aosh-eu .image-item-2 img {
  top: auto;
  bottom: 0;
}

.templated-slider-slideset-new-years-2015 #shell .slide-id-slide-aosh-eu .image-item-1 {
  width: 70.69% !important;
}

.templated-slider-slideset-new-years-2015 #shell .slide-id-slide-pac-base .image-item-2 img {
  top: auto;
  bottom: 0;
}

.templated-slider-slideset-new-years-2015 #shell .slide-id-slide-pac-base .image-item-1 {
  width: 100% !important;
}

.templated-slider-slideset-new-years-2015 #shell .slide-id-slide-lrh-birthday .image-item-2 img {
  top: auto;
  bottom: 0;
}

.templated-slider-slideset-new-years-2015 #shell .slide-id-slide-lrh-birthday .image-item-1 {
  width: 73.95% !important;
}

.templated-slider-slideset-new-years-2015 #shell .slide-id-slide-aosh-anzo .image-item-2 img {
  top: auto;
  bottom: 0;
}

.templated-slider-slideset-new-years-2015 #shell .slide-id-slide-freewinds .image-item-2 img {
  top: auto;
  bottom: 0;
}

.templated-slider-slideset-new-years-2015 #shell .slide-id-slide-freewinds .image-item-1 {
  width: 73.95% !important;
}

.templated-slider-slideset-new-years-2015 #shell .slide-id-slide-coachman .image-item-2 img {
  top: auto;
  bottom: 0;
}

.templated-slider-slideset-new-years-2015 #shell .slide-id-slide-coachman .image-item-1 {
  width: 73.95% !important;
}

.templated-slider-slideset-new-years-2015 #shell .slide-id-slide-ias-2014 .image-item-2 img {
  top: auto;
  bottom: 0;
}

.templated-slider-slideset-new-years-2015 #shell .slide-id-slide-ias-2014 .image-item-1 {
  width: 100% !important;
}

.templated-slider-slideset-new-years-2015 .fso-slide-aosh-anzo-special.slide-id-anzo-aola-special .image-item-1 {
  width: 100% !important;
}

.templated-slider-slideset-new-years-2015 .fso-slide-aosh-anzo-special.slide-id-anzo-aola-special .image-item-3.row {
  margin-left: 0;
  margin-right: 0;
}

.templated-slider-slideset-new-years-2015 #shell .slide-id-slide-aosh-anzo2 .image-item-2 img {
  top: auto;
  bottom: 0;
}

.templated-slider-slideset-new-years-2015 .narconon2014-custom-thumbnail {
  background: url(/FURL/imagecache/scalecrop-240x160-center/ias2014/nn-header.jpg) top left no-repeat;
  background-size: cover;
}

.templated-slider-slideset-new-years-2015 .fso-slide-aosh-anzo-special .sprited-image {
  display: block;
  float: left;
  width: 13.5%;
  margin-right: 0.9%;
  background-size: cover;
  height: 100%;
  position: relative;
  color: #f8f8f8;
  text-shadow: 0 0 5px #333;
  font-size: 9px;
  text-align: center;
}

.templated-slider-slideset-new-years-2015 [dir="rtl"] .fso-slide-aosh-anzo-special .sprited-image {
  float: right;
  margin-right: auto;
  margin-left: 0.9%;
}

.templated-slider-slideset-new-years-2015 .fso-slide-aosh-anzo-special .sprited-image span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(113, 143, 64, 0.4);
  padding: 3px 5px;
  pointer-events: none;
}

.templated-slider-slideset-new-years-2015 .fso-slide-aosh-anzo-special .sprited-image:hover {
  box-shadow: 0 0 10px #718f40, 1px 1px 10px 0 0 10px #718f40, -1px -1px 10px 0 0 10px #718f40;
  border: 1px solid #a3cb7c;
}

.templated-slider-slideset-new-years-2015 .fso-slide-aosh-anzo-special .sprited-image:hover:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  background: rgba(113, 143, 64, 0.4);
}

.templated-slider-slideset-new-years-2015 .fso-slide-aosh-anzo-special .sprited-image:last-child {
  margin-right: 0;
}

.templated-slider-slideset-new-years-2015 [dir="rtl"] .fso-slide-aosh-anzo-special .sprited-image:last-child {
  margin-left: 0;
}

.templated-slider-slideset-new-years-2015 :lang(he) .fso-slide-aosh-anzo-special .animation-left-hold2 {
  right: 1.16% !important;
  left: auto !important;
}

.templated-slider-slideset-new-years-2015 :lang(it) .fso-slide-aosh-anzo-special .animation-left-hold2,
.templated-slider-slideset-new-years-2015 :lang(pt) .fso-slide-aosh-anzo-special .animation-left-hold2 {
  font-size: 12px;
}

.templated-slider-slideset-new-years-2015 .slide-templated .nn-main.text-item {
  max-width: 713px !important;
  left: 48px !important;
}

.templated-slider-slideset-new-years-2015 :lang(el) .slide-templated .nn-main.text-item {
  max-width: 770px !important;
}

.templated-slider-slideset-new-years-2015 :lang(ru) .slide-templated .nn-main.text-item {
  max-width: 810px !important;
  left: 30px !important;
}

.templated-slider-slideset-new-years-2015 :lang(da) .nn-main,
.templated-slider-slideset-new-years-2015 :lang(sv) .nn-main,
.templated-slider-slideset-new-years-2015 :lang(fr) .nn-main {
  font-size: 12px !important;
}

@media (max-width: 860px) {
  .templated-slider-slideset-new-years-2015 :lang(da) .nn-main,
  .templated-slider-slideset-new-years-2015 :lang(sv) .nn-main,
  .templated-slider-slideset-new-years-2015 :lang(fr) .nn-main {
    font-size: 9px !important;
  }
  .templated-slider-slideset-new-years-2015 .nn-main {
    font-size: 10px !important;
  }
}

.templated-slider-slideset-new-years-2015 .slide-smp-custom-thumbnail {
  background: url(/FURL/imagecache/scalecrop-240x160-center/ny2015/10-Scientology-Media-Productions-Exterior-Front.jpg) top left no-repeat;
  background-size: cover;
}

.templated-slider-slideset-new-years-2015 .slide-id-smp-slide .ny2015-band {
  margin-left: 0;
  padding-left: 0;
  margin-right: 0;
  padding-right: 0;
}

.templated-slider-slideset-new-years-2015 .slide-id-smp-slide .ny2015-band {
  color: white;
  font-family: "Arapey", serif;
  font-size: 25px;
  padding-top: 20px;
  padding-left: 30%;
  top: 74.78%;
  text-shadow: 0 0 14px #aaa;
  background: rgba(82, 110, 137, 0.53);
}

.templated-slider-slideset-new-years-2015 :lang(de) .slide-id-smp-slide .ny2015-band {
  font-size: 20px;
  padding-top: 10px;
}

@media (max-width: 860px) {
  .templated-slider-slideset-new-years-2015 #shell .slide-id-smp-slide .ny2015-band {
    background: rgba(82, 110, 137, 0.53);
    height: 99px;
  }
}

@media (max-width: 720px) {
  .templated-slider-slideset-new-years-2015 #shell .slide-id-smp-slide .ny2015-band {
    font-size: 14px;
    padding-top: 2.3%;
    height: 59px;
  }
}

@media (max-width: 500px) {
  .templated-slider-slideset-new-years-2015 #shell .slide-id-smp-slide .ny2015-band {
    font-size: 12px;
    padding-top: 4.3%;
    height: 59px;
  }
}

.templated-slider-slideset-new-years-2015 .slide-ny-2014-custom-thumbnail {
  background: url(/FURL/imagecache/scalecrop-240x160-center/ny2015/13-New-Years-2014.jpg) top left no-repeat;
  background-size: cover;
}

/* NEW YEARS 2019 */
.templated-slider-slideset-ny2019 .slide-id-slide8 .image-item-4 {
  right: 2.32% !important;
}

.templated-slider-slideset-ny2019 .slide-id-slide8 .text-item {
  top: 69.04% !important;
}

.templated-slider-slideset-ny2019 .slide-id-slide10 .image-item-4,
.templated-slider-slideset-ny2019 .slide-id-slide11 .image-item-4 {
  left: 2.32% !important;
}

.templated-slider-slideset-ny2019 .slide-id-slide13 .image-item-4 {
  right: 2.32% !important;
  bottom: 9.56% !important;
  overflow: visible;
}

.templated-slider-slideset-ny2019 .slide-id-slide14 .image-item-4 {
  left: 2.32% !important;
  overflow: visible;
}

.templated-slider-slideset-ny2019 .slide-id-slide15 .image-item-4 {
  overflow: visible;
}

.templated-slider-slideset-ny2019 .slide-id-slide17 .image-item-4 {
  left: 2.32% !important;
}

.templated-slider-slideset-ny2019 .slide-id-slide17 .text-item {
  top: 69.04% !important;
  bottom: 0 !important;
}

.templated-slider-slideset-ny2019 .slide-id-slide31 .text-item-date {
  top: 44.52% !important;
}

.templated-slider-slideset-ny2019 .slide-template-new-c-1-event.slide-template-new-c-1-event-top .text-item {
  left: 3.48% !important;
  bottom: 0 !important;
}

.templated-slider-slideset-ny2018 .slide-templated-new .item.boxed-button {
  background: none;
}

.templated-slider-build-2-1.templated-slider-slideset-ny2019 .slide-template-new-c-1-event .text-item {
  display: flex;
  flex-wrap: wrap;
}

.templated-slider-build-2-1.templated-slider-slideset-ny2019 .slide-template-new-c-1-event span.lead.lead-date {
  display: inline-flex;
  align-self: flex-end;
}

.templated-slider-build-2-1.templated-slider-slideset-ny2019 .white-arrow-text {
  padding: 4px 10px !important;
  font-size: 0.8rem;
}

@media (min-width: 360px) and (max-width: 399px) {
  .templated-slider-build-2-1.templated-slider-slideset-ny2019 .white-arrow-text {
    padding: 4px 15px !important;
    font-size: 0.75rem;
  }
}

@media (min-width: 400px) and (max-width: 599px) {
  .templated-slider-build-2-1.templated-slider-slideset-ny2019 .white-arrow-text {
    padding: 7px 20px 3px !important;
    font-size: 0.92rem;
  }
}

@media (min-width: 600px) and (max-width: 767px) {
  .templated-slider-build-2-1.templated-slider-slideset-ny2019 .white-arrow-text {
    padding: 15px 25px 8px !important;
    font-size: 1.45rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .templated-slider-build-2-1.templated-slider-slideset-ny2019 .white-arrow-text {
    padding: 4px 10px 0px !important;
    font-size: 1.65rem;
  }
}

@media (min-width: 1024px) {
  .templated-slider-build-2-1.templated-slider-slideset-ny2019 .white-arrow-text {
    padding: 8px 25px !important;
    font-size: 2.2rem;
  }
}

.templated-slider-build-2-1.templated-slider-slideset-ny2019 .slide-templated-new .item.boxed-button {
  font-size: 0.8rem;
  padding: 3px 6px;
  white-space: normal;
}

@media (min-width: 360px) and (max-width: 399px) {
  .templated-slider-build-2-1.templated-slider-slideset-ny2019 .slide-templated-new .item.boxed-button {
    padding: 5px 6px;
  }
}

@media (min-width: 400px) and (max-width: 599px) {
  .templated-slider-build-2-1.templated-slider-slideset-ny2019 .slide-templated-new .item.boxed-button {
    font-size: 0.82rem;
    padding: 5px 6px;
  }
}

@media (min-width: 600px) and (max-width: 767px) {
  .templated-slider-build-2-1.templated-slider-slideset-ny2019 .slide-templated-new .item.boxed-button {
    font-size: 0.72rem;
    padding: 4px 8px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .templated-slider-build-2-1.templated-slider-slideset-ny2019 .slide-templated-new .item.boxed-button {
    font-size: 0.92rem;
    padding: 6px 8px;
  }
}

@media (min-width: 1024px) {
  .templated-slider-build-2-1.templated-slider-slideset-ny2019 .slide-templated-new .item.boxed-button {
    font-size: 0.95rem;
    padding: 8px 12px;
  }
}

.templated-slider-build-2-1.templated-slider-slideset-ny2019 [data-template="slide_template_c-1-event-top-launch"] .boxed-button {
  width: 21.09% !important;
}

.templated-slider-build-2-1.templated-slider-slideset-ny2019 .slide-template-new-c-1-event span.lead.lead-titleLine {
  display: inline-flex;
  align-self: flex-end;
  margin-left: 16px;
  line-height: 1.2em !important;
  width: calc(100% - 160px);
}

.templated-slider-build-2-1.templated-slider-slideset-ny2019 .slide-template-new-c-1-event span.text {
  display: block;
  margin-top: 0.4em;
}

/* NEW YEAR CAMPAIGNS ACTIVITIES PROTAGONIST STORIES */
.templated-slider-build-2-1.templated-slider-slideset-ny2019 .slide-template-new-p-11.slide-id-slide17 .text-item {
  top: 66.69% !important;
}

.templated-slider-slideset-johannesburg-tour .slide-id-tour-slide-12 .text-item {
  top: 83.47% !important;
  bottom: auto !important;
}

.templated-slider-slideset-org-ladtour .slide-id-pac-opening-14 .text-item {
  top: 77.39% !important;
  bottom: auto !important;
}

.templated-slider-slideset-org-ladtour .slide-id-pac-opening-16 .text-item {
  top: 85.21% !important;
  bottom: auto !important;
}

.templated-slider-slideset-org-ladtour .slide-id-pac-opening-18 .text-item {
  top: 85.21% !important;
  bottom: auto !important;
}

.templated-slider-slideset-nneu-opening.templated-slider-build-2-1 #outer_shell #shell #header_slideshow_wraper:not(.moving) .text-item,
.templated-slider-slideset-nnuk-opening.templated-slider-build-2-1 #outer_shell #shell #header_slideshow_wraper:not(.moving) .text-item,
.templated-slider-slideset-nnojai-opening.templated-slider-build-2-1 #outer_shell #shell #header_slideshow_wraper:not(.moving) .text-item,
.templated-slider-slideset-tokyo-grand-opening.templated-slider-build-2-1 #outer_shell #shell #header_slideshow_wraper:not(.moving) .text-item,
.templated-slider-slideset-nnlatam-opening.templated-slider-build-2-1 #outer_shell #shell #header_slideshow_wraper:not(.moving) .text-item {
  transform: translate3d(0, 0, 0) !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
}

.templated-slider-slideset-aosh-africa-grand-opening .slide-template-new-e-with-date .text-item-1,
.templated-slider-slideset-aosh-africa-grand-opening .slide-template-new-n-with-date .text-item-2 {
  text-align: left;
}

.templated-slider-slideset-aosh-africa-grand-opening .slide-template-new-i-3b.slide-id-slide13a .text-item {
  top: 70.78% !important;
}

:lang(nl) .templated-slider-slideset-aosh-africa-grand-opening .slide-id-slide36-1 .text-item,
:lang(pt) .templated-slider-slideset-aosh-africa-grand-opening .slide-id-slide36-1 .text-item,
:lang(ru) .templated-slider-slideset-aosh-africa-grand-opening .slide-id-slide36-1 .text-item,
:lang(ru) .templated-slider-slideset-aosh-africa-grand-opening .slide-id-tour-slide-69 .text-item,
:lang(de) .templated-slider-slideset-aosh-africa-grand-opening .slide-id-tour-slide-69 .text-item,
:lang(nl) .templated-slider-slideset-aosh-africa-grand-opening .slide-id-tour-slide-69 .text-item,
:lang(nl) .templated-slider-slideset-aosh-africa-grand-opening .slide-id-slide70 .text-item,
:lang(de) .templated-slider-slideset-aosh-africa-grand-opening .slide-id-slide70 .text-item {
  bottom: 2px !important;
}

:lang(el) .templated-slider-slideset-aosh-africa-grand-opening .slide-id-slide17 .text-item,
:lang(ru) .templated-slider-slideset-aosh-africa-grand-opening .slide-id-slide17 .text-item {
  right: 0.56% !important;
  width: 25.35% !important;
}

:lang(es-ES) .templated-slider-slideset-aosh-africa-grand-opening .slide-id-slide20 .text-item,
:lang(el) .templated-slider-slideset-aosh-africa-grand-opening .slide-id-slide20 .text-item,
:lang(nl) .templated-slider-slideset-aosh-africa-grand-opening .slide-id-slide15 .text-item,
:lang(el) .templated-slider-slideset-aosh-africa-grand-opening .slide-id-slide15 .text-item,
:lang(pt) .templated-slider-slideset-aosh-africa-grand-opening .slide-id-slide15 .text-item,
:lang(ru) .templated-slider-slideset-aosh-africa-grand-opening .slide-id-slide15 .text-item {
  left: 0.5% !important;
  width: 26% !important;
}

:lang(el) .templated-slider-slideset-aosh-africa-grand-opening .slide-template-new-n-13 .text-item,
:lang(ru) .templated-slider-slideset-aosh-africa-grand-opening .slide-template-new-n-13 .text-item {
  top: 78.5% !important;
}

:lang(el) .templated-slider-slideset-aosh-africa-grand-opening .slide-id-tour-slide-76 .text-item {
  bottom: 5px !important;
}

:lang(pt) .templated-slider-slideset-aosh-africa-grand-opening .slide-id-slide72 .text-item {
  width: 80% !important;
}

.templated-slider-build-2-1 .slide-template-new-e-with-date .text-item-2 {
  top: 22.6% !important;
  margin-bottom: 1em;
}

.templated-slider-build-2-1 .slide-template-new-e-with-date .text-item-2 .lead {
  margin-bottom: 1.3rem;
}

:lang(de) .templated-slider-slideset-aosh-africa-grand-opening .slide-id-slide15 .text-item {
  top: 54%;
  bottom: 0;
  max-height: 100%;
  height: 100%;
}

:lang(it) .templated-slider-slideset-aosh-africa-grand-opening .slide-id-slide15 .text-item {
  max-height: 90%;
}

.org-domain.templated-slider-slideset-aosh-africa-grand-opening .text-item .lead.lead-date {
  color: #d47e62;
}

.templated-slider-slideset-aosh-africa-grand-opening .text-item .lead.lead-date {
  color: #88B4DA;
}

:lang(ru) .templated-slider-slideset-aosh-africa-grand-opening .slide-template-new-i.slide-id-slide20 .text-item {
  left: 1.79% !important;
  width: 24.25% !important;
}

.narconon-nepal-grand-opening-slideshow slide {
  height: 0;
  padding-bottom: 65.860465%;
}

.narconon-nepal-grand-opening-slideshow .slide-stretcher {
  padding-bottom: 70.860465%;
}

.narconon-nepal-grand-opening-slideshow .caption-subhead,
.narconon-nepal-grand-opening-slideshow .text-item h4 {
  color: #ffe6a9;
}

.narconon-nepal-grand-opening-slideshow .image-item {
  left: 0;
  top: 0;
  width: 100%;
}

.slideshow-zoomed-in .how-we-help-extender {
  z-index: 1;
}

.narconon-nepal-grand-opening-slideshow .text-item {
  top: 88.69% !important;
  bottom: auto !important;
}

.blur-svg {
  display: none;
}

slide .image-holder.js-preview {
  overflow: hidden;
}

slide .image-holder.js-preview:before {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  top: 2px;
  bottom: 2px;
  background-size: cover;
}

.slideshow-wrapper.zoomedIn .zoomer-image {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}

.slide-wrapper {
  background: none;
}

.slide-wrapper.zoomedIn {
  background: none !important;
}

/* mobile optimization - `display: none` all but the current slide */
@media (max-width: 1024px) {
  .slideshow-wrapper slide {
    display: none;
  }
  .slideshow-wrapper slide.fso-slide-active {
    display: inline-block;
  }
  .slide-holder {
    transform: none !important;
    -webkit-transform: none !important;
  }
}

@media (max-width: 1199px) {
  .menu-holder {
    bottom: 0% !important;
    left: 30px !important;
    transform: translate3d(-50%, 0, 0);
    -webkit-transform: translate3d(-50%, 0, 0);
  }
  .menu-holder .menu-label {
    background-color: #467094;
  }
}

@media (max-width: 991px) {
  .menu-holder {
    left: 55% !important;
  }
}

.slideshow-nav-menu .menu-holder .menu-bar-wrapper {
  height: auto;
}

.slideshow-nav-menu .menu-bar-wrapper {
  position: absolute;
  left: -10px;
  width: 0;
  bottom: -18px;
  background: none;
  z-index: 5;
  color: white;
  font-weight: bold;
  font-size: 0.8rem;
  border-radius: 5px;
  overflow: hidden;
  opacity: 0;
}

.slideshow-nav-menu .menu-bar-title {
  padding-left: 10px;
}

.slideshow-nav-menu .menu-bar-item-middle .menu-bar-item-inner-out {
  padding-left: 5px;
}

.slideshow-nav-menu .menu-holder .menu-bar-wrapper {
  opacity: 0;
  width: 0;
  overflow: hidden;
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), width 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), width 1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), width 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), width 1s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), width 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.always-show .slideshow-nav-menu .menu-holder .menu-bar-wrapper,
.fso-custom-slider-wrapper[data-slide-active="7"] .slideshow-nav-menu .menu-holder .menu-bar-wrapper,
.slideshow-nav-menu .menu-holder:hover .menu-bar-wrapper {
  width: 100%;
  opacity: 1;
}

.slideshow-nav-menu .menu-bar-item {
  -webkit-flex: 0;
  -ms-flex: 0;
  -moz-flex: 0;
  -o-flex: 0;
  flex: 0;
  /*
    padding: 0 15px 0 15px;
    */
  text-align: center;
  position: relative;
  white-space: nowrap;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 8px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0;
}

.slideshow-nav-menu .menu-bar-item:first-child {
  padding-left: 10px;
}

.slideshow-nav-menu .menu-bar-item:last-child {
  padding-right: 18px;
}

.slideshow-nav-menu .menu-bar-item:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.slideshow-nav-menu .menu-holder .menu-bar-item.menu-bar-lad .menu-bar-item-inner-out {
  padding-left: 5px;
}

.slideshow-nav-menu .menu-holder .menu-bar-item-middle .menu-bar-item-inner {
  padding-left: 13px;
}

.slideshow-nav-menu .menu-holder:hover .menu-bar-item.menu-bar-title {
  transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}

.always-show .slideshow-nav-menu .menu-holder .menu-bar-item,
.fso-custom-slider-wrapper[data-slide-active="7"] .slideshow-nav-menu .menu-holder .menu-bar-item,
.slideshow-nav-menu .menu-holder:hover .menu-bar-item {
  opacity: 1;
}

.slideshow-nav-menu .menu-bar-item:hover {
  text-shadow: 0 0 7px rgba(255, 255, 255, 0.4);
}

.slideshow-nav-menu .menu-bar-item-inner-out {
  position: relative;
  padding: 0 15px;
}

.slideshow-nav-menu .menu-bar-item:first-child .menu-bar-item-inner-out {
  padding-left: 0;
}

.slideshow-nav-menu .right-arrow .menu-bar-item-inner-out:after {
  -webkit-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  content: " ";
  width: 0px;
  height: 0px;
  border-top: 24px solid transparent;
  border-bottom: 23px solid transparent;
  border-left: 24px solid rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  right: -9px;
}

.slideshow-nav-menu .left-arrow:hover .menu-bar-item-inner-out:before {
  border-top: 24px solid white;
  border-bottom: 23px solid white;
}

.slideshow-nav-menu .right-arrow:hover .menu-bar-item-inner-out:after {
  border-left: 24px solid white;
}

.slideshow-nav-menu .left-arrow .menu-bar-item-inner-out:before {
  -webkit-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  content: " ";
  width: 0px;
  height: 0px;
  border-top: 24px solid rgba(0, 0, 0, 0.8);
  border-bottom: 23px solid rgba(0, 0, 0, 0.8);
  border-left: 24px solid transparent;
  position: absolute;
  top: 0;
  left: -9px;
}

.slideshow-nav-menu .left-arrow:hover .menu-bar-item-inner-out:before {
  border-top: 24px solid white;
  border-bottom: 23px solid white;
}

.slideshow-nav-menu .menu-bar-item .small {
  font-size: 11px;
  letter-spacing: 2px;
  clear: both;
  display: block;
  color: rgba(0, 0, 0, 0.8);
  padding-right: 15px;
}

.slideshow-nav-menu .menu-bar-item-inner {
  -webkit-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-display: flex;
  -ms-display: flex;
  -moz-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  color: #ffffff;
  padding: 10px 8px 10px 8px;
  background: rgba(0, 0, 0, 0.8);
  min-width: 170px;
  height: 47px;
  line-height: 1.1em;
}

.slideshow-nav-menu .menu-bar-item-inner__menu-selector {
  min-width: initial;
}

.slideshow-nav-menu :lang(ru) .menu-bar-item-inner {
  padding: 3px 5px 8px 5px;
  font-size: 11px;
}

.slideshow-nav-menu .menu-bar-item.menu-bar-title .menu-bar-item-inner {
  padding: 16px 8px;
}

.slideshow-nav-menu [dir="rtl"] .menu-bar-item.menu-bar-title .menu-bar-item-inner {
  padding: 16px 26px 16px 8px;
  background: url(/theme/images/small-dot2.png) 77px center no-repeat rgba(0, 0, 0, 0.8);
}

.slideshow-nav-menu [dir="rtl"] .path-scientology-today-church-openings-grand-opening-scientology-media-productions_html .menu-bar-item.menu-bar-title .menu-bar-item-inner {
  padding: 16px 26px 16px 8px;
  background: url(/theme/images/small-dot2.png) 156px center no-repeat rgba(0, 0, 0, 0.8);
}

.slideshow-nav-menu .menu-bar-item:hover .menu-bar-item-inner {
  background: white;
  color: #212529;
}

.slideshow-nav-menu [dir="rtl"] .menu-bar-item.menu-bar-title:hover .menu-bar-item-inner {
  background: url(/theme/images/small-dot2.png) 77px center no-repeat white;
}

.slideshow-nav-menu [dir="rtl"] .path-scientology-today-church-openings-grand-opening-scientology-media-productions_html .menu-bar-item.menu-bar-title:hover .menu-bar-item-inner {
  background: url(/theme/images/small-dot2.png) 156px center no-repeat white;
}

.slideshow-nav-menu .menu-bar {
  table-layout: auto;
}

[dir="rtl"] .right-arrow .menu-bar-item-inner-out:after {
  border: 0;
  border-bottom: 24px solid rgba(0, 0, 0, 0.8);
  border-top: 23px solid rgba(0, 0, 0, 0.8);
  border-right: 24px solid transparent;
}

[dir="rtl"] .right-arrow:hover .menu-bar-item-inner-out:after {
  border-bottom: 24px solid #fff;
  border-top: 23px solid #fff;
  border-left: 0;
}

[dir="rtl"] .right-arrow.menu-bar-item-middle .menu-bar-item-inner-out:before,
[dir="rtl"] .slideshow-nav-menu .left-arrow .menu-bar-item-inner-out::before {
  border: 0;
  border-bottom: 24px solid transparent;
  border-top: 23px solid transparent;
  border-right: 24px solid rgba(0, 0, 0, 0.8);
  z-index: 10;
}

[dir="rtl"] .slideshow-nav-menu .left-arrow:hover .menu-bar-item-inner-out::before {
  border-bottom: 24px solid transparent;
  border-top: 23px solid transparent;
  border-right: 24px solid #fff;
}

[dir="rtl"] .right-arrow.menu-bar-item-middle .menu-bar-item-inner-out:after {
  display: none;
}

[dir="rtl"] .slideshow-nav-menu .menu-bar-item-middle .menu-bar-item-inner-out {
  padding-left: 15px;
}

[dir="rtl"] .slideshow-nav-menu .right-arrow.menu-bar-item-middle .menu-bar-item-inner-out::before {
  -webkit-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  display: block;
  content: " ";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: -9px;
  border-bottom: 24px solid transparent;
  border-top: 23px solid transparent;
  border-right: 24px solid rgba(0, 0, 0, 0.8);
}

[dir="rtl"] .slideshow-nav-menu .right-arrow.menu-bar-item-middle:hover .menu-bar-item-inner-out::before {
  border-right: 24px solid #fff;
}

.slideshow-nav-menu .menu-holder:hover {
  width: 100%;
}

.slideshow-nav-menu .menu-holder:hover .menu-label {
  width: 85px;
}

.zoomedIn .slideshow-nav-menu .menu-holder {
  display: none !important;
}

@media (min-width: 992px) {
  .zoomedIn .slideshow-nav-menu .menu-holder {
    display: block !important;
    position: fixed;
    bottom: 7vh;
    left: 8vw;
  }
}

.fso-custom-menu .slideshow-nav-menu .menu-holder {
  left: 95px;
  bottom: 5%;
}

.slideshow-nav-menu [dir="rtl"] .menu-label {
  padding: 7px 25px 7px 7px;
  background: url(/theme/images/small-dot2.png) 50px center no-repeat rgba(255, 255, 255, 0.8);
}

.always-show .slideshow-nav-menu .menu-holder .menu-label,
.fso-custom-slider-wrapper[data-slide-active="7"] .slideshow-nav-menu .menu-holder .menu-label,
.slideshow-nav-menu .menu-holder:hover .menu-label {
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: opacity 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: opacity 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: opacity 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: opacity 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.slideshow-nav-menu .menu-holder-after-8 {
  display: none;
}

.slideshow-nav-menu .menu-bar {
  -webkit-display: flex;
  -ms-display: flex;
  -moz-display: flex;
  -o-display: flex;
  display: flex;
}

.org-domain .slide-wrapper slide .lead {
  color: #fff5dc;
}

.image-item-custom .floater-texter,
.text-item {
  color: white;
  letter-spacing: 0.4px;
}

slide .image-item-custom .button a {
  color: white;
}

.slideshow-wrapper .slide-controls {
  -webkit-display: flex;
  -ms-display: flex;
  -moz-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  pointer-events: none;
}

.slide-arrow-holder.right-arrow {
  width: 45px !important;
  height: 80px;
  top: 0;
}

[dir="rtl"] .slide-arrow-holder.right-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slide-arrow-holder.right-arrow:focus, .slide-arrow-holder.right-arrow:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}

[dir="rtl"] .slide-arrow-holder.right-arrow:focus, [dir="rtl"] .slide-arrow-holder.right-arrow:active {
  -webkit-transform: scale(0.9) rotate(180deg);
  -ms-transform: scale(0.9) rotate(180deg);
  -moz-transform: scale(0.9) rotate(180deg);
  -o-transform: scale(0.9) rotate(180deg);
  transform: scale(0.9) rotate(180deg);
}

.slide-arrow-holder {
  pointer-events: all;
}

.slide-left-arrow2 arrow {
  right: auto;
  left: auto;
}

.slide-right-arrow2 arrow {
  right: auto;
  left: auto;
}

.slider-first-slide .slide-controls {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}

slide img {
  max-width: initial !important;
}

.zoomedIn .slide-controls {
  position: fixed;
}

.zoomedIn .scrolling-dots {
  position: fixed;
  bottom: 10px;
  top: auto;
}

.slideshow-zoomed slide .image-holder img {
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  image-rendering: pixelated;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.floater-texter {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.caption-overlay-button__open {
  -webkit-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  -webkit-display: flex;
  -ms-display: flex;
  -moz-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  left: 1rem;
  bottom: 2.8rem;
  color: white;
  z-index: 1000;
  font-size: 1.1rem;
}

.caption-overlay-button__open:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.caption-overlay-button__open .icon-cancel-circle {
  display: none;
}

.caption-overlay-button__open--visible .icon-information-outline {
  display: none;
}

.caption-overlay-button__open--visible .icon-cancel-circle {
  display: block;
}

div.draw-border.draw-border__arrow--white {
  -webkit-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  padding: 20px 10px !important;
}

div.draw-border.draw-border__arrow--white.draw-border__arrow__pressed, div.draw-border.draw-border__arrow--white:focus, div.draw-border.draw-border__arrow--white:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}

[dir="rtl"] div.draw-border.draw-border__arrow--white.draw-border__arrow__pressed, [dir="rtl"] div.draw-border.draw-border__arrow--white:focus, [dir="rtl"] div.draw-border.draw-border__arrow--white:active {
  -webkit-transform: scale(0.9) rotate(180deg);
  -ms-transform: scale(0.9) rotate(180deg);
  -moz-transform: scale(0.9) rotate(180deg);
  -o-transform: scale(0.9) rotate(180deg);
  transform: scale(0.9) rotate(180deg);
}

.home-header-wrapper:hover div.draw-border.draw-border__arrow--white::after, div.draw-border.draw-border__arrow--white:hover::after {
  width: 100%;
  height: 100%;
  border-bottom-color: #ffffff !important;
  border-left-color: #ffffff !important;
  transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
}

.home-header-wrapper:hover div.draw-border.draw-border__arrow--white::before, div.draw-border.draw-border__arrow--white:hover::before {
  width: 100%;
  height: 100%;
  border-top-color: #ffffff !important;
  border-right-color: #ffffff !important;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}

div.draw-border.draw-border__arrow--white.draw-border__arrow__pressed, div.draw-border.draw-border__arrow--white:hover {
  background: white;
}

div.draw-border.draw-border__arrow--white.draw-border__arrow__pressed arrow, div.draw-border.draw-border__arrow--white:hover arrow {
  background-image: url(/images/angle-double-right-gray.svg);
}

/* Start of image compare */
@media (max-width: 991px) {
  .cd-image-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.cd-image-container {
  position: relative;
}

.cd-image-container:not(.is-visible) {
  cursor: pointer;
}

.cd-image-container img {
  display: block;
  max-width: 100% !important;
}

.cd-image-label {
  position: absolute;
  bottom: 12px;
  right: 60px;
  color: #ffffff;
  padding: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
  white-space: nowrap;
}

.cd-image-label.is-hidden {
  visibility: hidden;
}

.is-visible .cd-image-label {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.cd-resize-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cd-resize-img img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: auto !important;
  max-width: none !important;
}

.cd-resize-img .cd-image-label {
  right: auto;
  left: 60px;
  background-color: #444444;
  color: #fff;
}

.is-visible .cd-resize-img {
  width: 95%;
  /* bounce in animation of the modified image */
  -webkit-animation: cd-bounce-in 2s;
  -moz-animation: cd-bounce-in 2s;
  animation: cd-bounce-in 2s;
}

.cd-handle {
  -webkit-transition-delay: 1.8s !important;
  -moz-transition-delay: 1.8s !important;
  transition-delay: 1.8s !important;
}

@-webkit-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 98%;
  }
  100% {
    width: 95%;
  }
}

@-moz-keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 98%;
  }
  100% {
    width: 95%;
  }
}

@keyframes cd-bounce-in {
  0% {
    width: 0;
  }
  60% {
    width: 98%;
  }
  100% {
    width: 95%;
  }
}

@-webkit-keyframes cd-bounce-in-95 {
  0% {
    width: 0;
  }
  60% {
    width: 98%;
  }
  100% {
    width: 98%;
  }
}

@-moz-keyframes cd-bounce-in-95 {
  0% {
    width: 0;
  }
  60% {
    width: 98%;
  }
  100% {
    width: 98%;
  }
}

@keyframes cd-bounce-in-95 {
  0% {
    width: 0;
  }
  60% {
    width: 98%;
  }
  100% {
    width: 98%;
  }
}

.cd-handle {
  position: absolute;
  height: 44px;
  width: 44px;
  /* center the element */
  left: 95%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border-radius: 50%;
  background: #ffffff url("/images/cd-arrows-black.svg") no-repeat center center;
  cursor: move;
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) scale(0);
  -moz-transform: translate3d(0, 0, 0) scale(0);
  -ms-transform: translate3d(0, 0, 0) scale(0);
  -o-transform: translate3d(0, 0, 0) scale(0);
  transform: translate3d(0, 0, 0) scale(0);
}

.cd-handle.cd-handle-95 {
  left: 98%;
}

.is-visible .cd-handle {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
  -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0s 0.7s;
}

.cd-image-state1 {
  display: none;
}

.cd-image-container__secondary .cd-image-state2 {
  display: none;
}

.cd-image-container__secondary .cd-image-state1 {
  display: block;
}

.cd-image-label {
  font-size: 15px;
  font-weight: 900;
  padding: 5px 14px;
  border-radius: 8px;
}

.cd-image-label__future {
  color: #000000;
  background-color: #ffffff;
}

.image-compare-caption {
  color: #fff;
  display: block;
  background-color: #fff;
  text-align: center;
  padding: 4px 15px 4px 30px;
  position: relative;
  font-size: 12px;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  background: black;
}

.image-compare-caption p {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
}

@media (max-width: 991px) {
  .image-compare-caption {
    font-size: 9px;
    padding: 5px 10px;
    line-height: 1.5;
    padding-left: 29px;
  }
  .image-compare-caption p {
    font-size: 9px;
  }
}

.blob {
  background: black;
  border-radius: 50%;
  box-shadow: 0 0 0 0 black;
  margin: 10px;
  height: 13px;
  width: 13px;
  transform: scale(1);
  animation: pulse-black 2s infinite;
}

.is-visible .blob {
  display: none;
}

@keyframes pulse-black {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px transparent;
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 transparent;
  }
}

.blob.white {
  background: white;
  box-shadow: 0 0 0 0 white;
  animation: pulse-white 2s infinite;
}

@keyframes pulse-white {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.blob--inline {
  position: absolute;
  top: -5px;
  left: -2px;
}
