div._pageController {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
div.pageController .previousPageControl.deactive,
div.pageController .nextPageControl.deactive {
  cursor: none;
  pointer-events: none;
  opacity: 0.2 !important;
}
div.pageController {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  padding: 32px 0;
}
div.pageController div.clip {
  max-height: 100%;
  min-height: 100%;
  overflow: hidden;
}
div.pageController div.content {
  position: relative;
  padding: 0 0;
  margin: 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
div.pageController div.content.page {
  display: inline-block;
  vertical-align: middle;
}
div.pageController .previousPageControl {
  cursor: pointer;
  height: 100%;
  min-width: 32px !important;
  max-width: 32px !important;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../../Images/buttons/pageController-controls-left-icon.png");
  background-size: 25px 47px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-resolution: 144dpi) {
  div.pageController .previousPageControl {
    background-image: url("../../Images/buttons/pageController-controls-left-icon@2x.png");
  }
}
div.pageController .nextPageControl {
  cursor: pointer;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  min-width: 32px !important;
  max-width: 32px !important;
  background-image: url("../../Images/buttons/pageController-controls-right-icon.png");
  background-size: 25px 47px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-resolution: 144dpi) {
  div.pageController .nextPageControl {
    background-image: url("../../Images/buttons/pageController-controls-right-icon@2x.png");
  }
}
div.pageController nav[role="dot-nav"] ul {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
div.pageController nav[role="dot-nav"] ul li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 6px;
}
div.pageController nav[role="dot-nav"] a {
  cursor: pointer;
  display: block;
  text-indent: -99999px;
  width: 8px;
  height: 8px;
  margin: 0 0 !important;
  border-radius: 50%;
  border-color: #444;
  background-color: transparent;
  border: 1px solid transparent;
}
div.pageController nav[role="dot-nav"] a.active {
  background-color: #444;
  border-color: #444;
}
div.pageController nav[role="dot-nav"] a:hover {
  background-color: rgba(0,0,0,0.1);
}
div.pageController.light .previousPageControl {
  background-image: url("../../Images/buttons/pageController-controls-left-iconH.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-resolution: 144dpi) {
  div.pageController.light .previousPageControl {
    background-image: url("../../Images/buttons/pageController-controls-left-iconH@2x.png");
  }
}
div.pageController.light .nextPageControl {
  background-image: url("../../Images/buttons/pageController-controls-right-iconH.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-resolution: 144dpi) {
  div.pageController.light .nextPageControl {
    background-image: url("../../Images/buttons/pageController-controls-right-iconH@2x.png");
  }
}
div.pageController.light nav[role="dot-nav"] a {
  border-color: #e0e0e0;
  background-color: transparent;
}
div.pageController.light nav[role="dot-nav"] a.active {
  background-color: #fff;
  border-color: #fff;
}
div.pageController.light nav[role="dot-nav"] a:hover {
  background-color: rgba(255,255,255,0.2);
}
.no-touch div.pageController [class$="PageControl"] {
  opacity: 0.7;
}
.no-touch div.pageController [class$="PageControl"]:hover {
  opacity: 1;
}
