<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ================================================================================ */
/* BUCKET CAROUSEL */
/* (modules.scss) */
/* ================================================================================ */
.bucket-carousel {
  position: relative; }
  .bucket-carousel .swiper-container {
    margin: 0 30px;
    width: auto; }
  .bucket-carousel.related-carousel article .text {
    font-size: 0.875em;
    font-weight: normal; }
  .bucket-carousel.webinars .swiper-container, .bucket-carousel.xc .swiper-container, .bucket-carousel.related-carousel .swiper-container {
    margin: 0 20px; }
  .bucket-carousel .bc-next, .bucket-carousel .bc-prev {
    position: absolute;
    width: 24px;
    height: 135px;
    top: 0;
    background: #6289b2;
    z-index: 10;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .bucket-carousel .bc-next em, .bucket-carousel .bc-prev em {
      position: absolute;
      width: 10px;
      height: 20px;
      top: 50%;
      margin-top: -10px; }
  .bucket-carousel .bc-next {
    right: 15px; }
    .bucket-carousel .bc-next em {
      right: 50%;
      margin-right: -6px;
      background: url(../../images/carousel-arrow-right-x2.png) center center no-repeat;
      background-size: 10px 15px; }
  .bucket-carousel .bc-prev {
    left: 15px; }
    .bucket-carousel .bc-prev em {
      left: 50%;
      margin-left: -6px;
      background: url(../../images/carousel-arrow-left-x2.png) center center no-repeat;
      background-size: 10px 15px; }
    .bucket &gt; p {
      font-size: 0.9em;
      font-weight: 300; }
  .bucket-carousel.webinars .bc-next, .bucket-carousel.xc .bc-next, .bucket-carousel.related-carousel .bc-next {
    right: 0; }
  .bucket-carousel.webinars .bc-prev, .bucket-carousel.xc .bc-prev, .bucket-carousel.related-carousel .bc-prev {
    left: 0; }
  .bucket-carousel.webinars .bc-next, .bucket-carousel.webinars .bc-prev, .bucket-carousel.xc .bc-next, .bucket-carousel.xc .bc-prev, .bucket-carousel.related-carousel .bc-next, .bucket-carousel.related-carousel .bc-prev {
    width: 18px; }
    .bucket-carousel.webinars .bc-next em, .bucket-carousel.webinars .bc-prev em, .bucket-carousel.xc .bc-next em, .bucket-carousel.xc .bc-prev em, .bucket-carousel.related-carousel .bc-next em, .bucket-carousel.related-carousel .bc-prev em {
      background-size: 8px 12px; }
  .bucket-carousel .bc-next.disabled, .bucket-carousel .bc-prev.disabled {
    opacity: .3; }
  @media handheld, only screen and (max-width: 480px) {
    .bucket-carousel .bc-prev, .bucket-carousel .bc-next {
      display: none; }
    .bucket-carousel .swiper-slide.col-sm-4 {
      width: 275px !important; } }
  @media handheld, only screen and (max-width: 400px) {
    .bucket-carousel .swiper-slide.col-sm-4 {
      width: 200px !important; } }

.bgcolor.alt .post-title a {
  color: #fff; }

.bucket-carousel-top-row {
  margin-bottom: 20px; }
  .bucket-carousel-top-row .inner {
    padding: 0 25px 0 15px; }
  .bucket-carousel-top-row .logo {
    background: url(../../images/xchange-logo-x2.png) no-repeat;
    background-size: 226px 33px;
    width: 226px;
    height: 33px;
    margin-right: 20px; }
  .bucket-carousel-top-row .text {
    color: #fff;
    font-family: 'Napco_1';
    font-size: 0.9375em;
    line-height: 1;
    height: 15px;
    padding: 9px 0; }
  @media handheld, only screen and (max-width: 1100px) {
    .bucket-carousel-top-row .button-holder {
      margin-top: 20px; } }</pre></body></html>