html {
  font-family: Arial, Helvetica, sans-serif !important;
}

.carousel, .gallery {
  max-width: 100%;
  width: 100%;
}

.carousel-content, .gallery-content,
.view-tweets {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.carousel-content .slick-arrow, .gallery-content .slick-arrow,
.view-tweets .slick-arrow {
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(-50%);
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: transparent;
  border: 0;
  font-size: 0;
}
.carousel-content .slick-arrow.slick-next, .gallery-content .slick-arrow.slick-next,
.view-tweets .slick-arrow.slick-next {
  left: calc(100% + 40px);
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 330 330' style='enable-background:new 0 0 330 330;' xml:space='preserve'%3E%3Cpath fill='%235593AE' id='XMLID_222_' d='M250.606,154.389l-150-149.996c-5.857-5.858-15.355-5.858-21.213,0.001 c-5.857,5.858-5.857,15.355,0.001,21.213l139.393,139.39L79.393,304.394c-5.857,5.858-5.857,15.355,0.001,21.213 C82.322,328.536,86.161,330,90,330s7.678-1.464,10.607-4.394l149.999-150.004c2.814-2.813,4.394-6.628,4.394-10.606 C255,161.018,253.42,157.202,250.606,154.389z'/%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
}
.carousel-content .slick-arrow.slick-prev, .gallery-content .slick-arrow.slick-prev,
.view-tweets .slick-arrow.slick-prev {
  left: -40px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 330 330' style='enable-background:new 0 0 330 330;' xml:space='preserve'%3E%3Cpath fill='%235593AE' id='XMLID_92_' d='M111.213,165.004L250.607,25.607c5.858-5.858,5.858-15.355,0-21.213c-5.858-5.858-15.355-5.858-21.213,0.001 l-150,150.004C76.58,157.211,75,161.026,75,165.004c0,3.979,1.581,7.794,4.394,10.607l150,149.996 C232.322,328.536,236.161,330,240,330s7.678-1.464,10.607-4.394c5.858-5.858,5.858-15.355,0-21.213L111.213,165.004z'/%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");
}
.carousel-content .slick-arrow.slick-next:before, .carousel-content .slick-arrow.slick-prev:before, .gallery-content .slick-arrow.slick-next:before, .gallery-content .slick-arrow.slick-prev:before,
.view-tweets .slick-arrow.slick-next:before,
.view-tweets .slick-arrow.slick-prev:before {
  content: unset;
}
.carousel-content .slick-dots, .gallery-content .slick-dots,
.view-tweets .slick-dots {
  padding: 0;
  margin: 0;
  text-align: center;
}
.carousel-content .slick-dots li, .gallery-content .slick-dots li,
.view-tweets .slick-dots li {
  list-style: none;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #198d8f;
  margin: 20px 10px;
}
.carousel-content .slick-dots li button, .gallery-content .slick-dots li button,
.view-tweets .slick-dots li button {
  display: none;
}
.carousel-content .slick-dots li.slick-active, .gallery-content .slick-dots li.slick-active,
.view-tweets .slick-dots li.slick-active {
  background-color: #ed3535;
}
.carousel-content .slick-slide, .gallery-content .slick-slide,
.view-tweets .slick-slide {
  margin: 20px 0;
}
.carousel-content .carousel-item, .gallery-content .carousel-item,
.view-tweets .carousel-item {
  width: 100%;
}
.carousel-content .carousel-item > div, .gallery-content .carousel-item > div,
.view-tweets .carousel-item > div {
  max-width: 100%;
}
.carousel-content .carousel-item > div img, .gallery-content .carousel-item > div img,
.view-tweets .carousel-item > div img {
  width: 100%;
}

.block-views-blocktweets-block-tweet-feed {
  margin-top: 20px;
  background: #f1f1f1;
}
.block-views-blocktweets-block-tweet-feed h2 {
  margin: 0;
  padding-top: 30px;
  font-size: 2.1428571429rem;
  text-align: center;
  font-weight: 700;
}
.block-views-blocktweets-block-tweet-feed h2 a {
  display: inline-block;
  color: #198d8f;
  font-weight: 500;
  font-size: 1.7142857143rem;
}
.block-views-blocktweets-block-tweet-feed .view-tweets {
  max-width: 85%;
}
@media (max-width: 1200px) {
  .block-views-blocktweets-block-tweet-feed .view-tweets {
    max-width: 80%;
  }
}
@media (max-width: 768px) {
  .block-views-blocktweets-block-tweet-feed .view-tweets {
    max-width: 70%;
  }
}
.block-views-blocktweets-block-tweet-feed .view-tweets .slick__slide {
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .block-views-blocktweets-block-tweet-feed .view-tweets .slick__slide {
    padding: 0 20px;
  }
}
.block-views-blocktweets-block-tweet-feed .view-tweets .field-content {
  color: #198d8f;
  font-size: 1rem;
  line-height: 1.2em;
}
.block-views-blocktweets-block-tweet-feed .view-tweets .field-content a {
  color: #3E3A66;
}
/*# sourceMappingURL=carousel.css.map */
