.flickity-enabled {
  position: relative
}

.flickity-enabled:focus {
  outline: 0
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing
}

.flickity-prev-next-button {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: #fff;
  background: rgba(255, 255, 255, .75);
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.flickity-prev-next-button:hover {
  background: #fff
}

.flickity-prev-next-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #09f
}

.flickity-prev-next-button:active {
  filter: alpha(opacity=60);
  opacity: .6
}

.flickity-prev-next-button.previous {
  left: 10px
}

.flickity-prev-next-button.next {
  right: 10px
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px
}

.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30);
  opacity: .3;
  cursor: auto
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%
}

.flickity-prev-next-button .arrow {
  fill: #333
}

.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 1.625em
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: 40px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1
}

.flickity-rtl .flickity-page-dots {
  direction: rtl
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 30px;
  height: 3px;
  margin: 0 3px;
  background:#000;
  filter: alpha(opacity=25);
  opacity: 0.4;
  cursor: pointer
}

.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100);
  opacity: 1;
}
.carousel-cell {
  width: 100%; /* full width */
}
.carousel-cell img{
  background-position: center center;
}

.main-carouselText{
  width: 100%;
  height: auto;
}

/*researchsContent*/
.researchsContent .flickity-button {
/*   background: #bd9e81; */
}
.researchsContent .flickity-button:hover {
/*   background: #967658; */
}
.researchsContent .flickity-button-icon {
  fill: white;
}
.researchsContent .flickity-prev-next-button.previous {
  left:  calc(47% - 22px);
}
.researchsContent .flickity-prev-next-button.next {
  right: calc(47% - 22px);
}
.researchsContent .flickity-prev-next-button{
  top: unset;
  bottom: -73px;
}

@media (max-width:1240px) {
  .researchsContent .flickity-prev-next-button.previous {
    left:  calc(42% - 22px);
  }
  .researchsContent .flickity-prev-next-button.next {
    right: calc(42% - 22px);
  }
}