@charset "UTF-8";
/* breakpoints */
.carousel {
  position: relative;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  overflow: hidden;
}

.carousel .wrapper {
  padding-bottom: 30px;
}

.carousel .slides {
  position: relative;
}

.carousel .slides:after {
  content: "";
  display: block;
  clear: both;
}

.carousel .nav {
  margin: 30px auto;
}

.carousel .nav .nav-items {
  display: inline-block;
  position: relative;
  height: 32px;
  min-width: 20px;
  margin: 0 15px;
  vertical-align: middle;
  cursor: pointer;
}

.carousel .nav .nav-items:before, .carousel .nav .nav-items:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 9px;
}

.carousel .nav .nav-items:before {
  left: -9px;
  background-position: -154px -152px;
}

.carousel .nav .nav-items:after {
  right: -9px;
  background-position: -225px -152px;
}

.carousel .nav .nav-items .sxa-bullets, .carousel .nav .nav-items .sxa-numbers {
  position: relative;
  height: 32px;
  float: left;
  width: 20px;
  box-sizing: border-box;
  margin: 0 15px;
}

.carousel .nav .nav-items .sxa-numbers {
  font-size: 16px;
}

.carousel .nav .nav-items .sxa-bullets:before {
  color: #FFFFFE;
  background-position: 0 -152px;
  left: -10px;
  content: '\2022';
  font-size: 30px;
  width: 20px;
  height: 32px;
  display: block;
  position: absolute;
  top: 8px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.carousel .nav .nav-items .sxa-bullets.active:before {
  color: #808581;
  background-position: -75px -152px;
}

.carousel .nav .nav-items .sxa-numbers {
  padding-top: 3px;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.carousel .nav .nav-items .sxa-numbers:hover {
  color: #007DFF;
}

.carousel .nav .nav-items .sxa-numbers.active {
  font-weight: bold;
}

.carousel .nav .prev-text, .carousel .nav .next-text {
  position: relative;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  color: #B7BBB5;
}

.carousel .nav a.next-text:hover, .carousel .nav a.next-text:active {
  text-decoration: none;
  color: #007DFF;
}

.carousel .nav a.next-text:after {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  font-size: 20px;
}

.carousel .nav a.prev-text:hover, .carousel .nav a.prev-text:active {
  text-decoration: none;
  color: #007DFF;
}

.carousel .nav a.prev-text:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: block;
  font-size: 20px;
}

.carousel.image-full-size .carousel-body {
  height: auto;
  top: 2%;
  opacity: 0.8;
}

.carousel.image-full-size .carousel-link {
  left: auto;
  right: 1%;
  bottom: 2%;
  opacity: 0.8;
}

.carousel.hide-arrows .prev-text, .carousel.hide-arrows .next-text {
  display: none;
}

@media (max-width: 768px) {
  .carousel {
    padding: 0;
  }
  .carousel .double-content-block .component-content {
    margin: 0 50px;
  }
  .carousel .nav .prev-text, .carousel .nav .next-text {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .carousel .double-content-block.image-left-handwriting-right .field-contentblocktext, .carousel .double-content-block.handwriting-left-image-right .field-contentblocktext {
    bottom: 19%;
  }
  .carousel .double-content-block.image-left-handwriting-right .field-contentblocklink, .carousel .double-content-block.handwriting-left-image-right .field-contentblocklink {
    bottom: 10%;
  }
}
