

/* error compiling SCSS; reverting to raw SCSS */

#cases .carousel-cell a {
   pointer-events: none;
}
#cases .carousel-cell.is-selected a {
  pointer-events:all;
}

#cases .ctatext2 {
  justify-content: center;
    display: flex;
    flex-direction: column;
}
.case-img-container {
    background-size: contain;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.blarrow svg, .blarrow svg path {
  fill:var(--color-blue)!important;
  color:var(--color-blue)!important;
}
#cases .carousel-cell:hover .arrow {
  margin-left:1vw;
}
#cases .ctaarrow {
  margin-top:1rem;
}
#cases .name, #cases .name h5 {
  margin:1rem 0;

}
.cases .font1 {
color:var(--font-color-1)!important;
}
.cases .font3 {
color:var(--font-color-3)!important;
}
.arrow-trigger:hover .arrow {
  margin-left: 1vw;
}
.cases .ctatext2 {
  color:var(--color-blue)!important;}

.cases-image {
max-width: 100%;
    max-height: 75%;
    margin: auto;
    width: auto;
}
.cases-carousel {
  position: relative;
  left: calc(-1rem + var(--offset-default) *-1);
  width: calc(var(--offset-default) * 2 + 100% + 2rem);
}
.cases .flickity-viewport {
  position: relative;
  left: 0;
  width: 100%;
}
.cases {
  position: relative;
  padding: 2rem 0;
}
.cases * {
  color: var(--color-black);
}

.cases .carousel-cell {
     margin-right: 5rem;
    transition: opacity .5s, bottom .5s, top .5s;
    opacity: 0.5;
    width: 90%;
    display: flex;
    align-items: stretch;
    min-height: 100%;
    bottom: 0;
}
@media screen and (min-width:760px) {
  .cases .carousel-cell {
    width:50%;
  }
}
.cases .carousel-cell.is-selected {
opacity:1;
  margin-top:0;
  bottom:2rem;
}

/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.cases .flickity-enabled {
  position: relative;
}
.cases .flickity-enabled:focus {
  outline: none;
}
.cases .flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.cases .flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* draggable */
 .cases .flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cases .flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
  overflow:visible
}
.cases .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
/* ---- flickity-button ---- */

/* ---- previous/next buttons ---- */

/* right to left */

/* ---- page dots ---- */

.cases .carousel-cell .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--color-light-grey);
  border-radius: 50px;
}
.pr-0 {
  padding-right: 0 !important;
}
.cases-carousel .content-wrapper .content {
  width: 100%;
  margin: auto;
  padding:3rem;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .cases-carousel .content-wrapper .content {

  }
}
.case-img-container {
  width:100%;
  height:100%;
  display:flex;
      min-height: 100px;
  justify-content:center;
}


.slidenav.nonav {
  display:none!important;
}

#casewrap .flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: white;
  opacity: 0.25;
  transition: opacity 0.25s 
  cursor: pointer;
  justify-self: center;
  display: flex;
  margin: auto;
  justify-content: center;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}



/* dots are lines */
#cases .flickity-page-dots .dot {
  height: 4px;
  width: 40px;
  margin: 0;
  border-radius: 0;
}
/* ---- flickity-button ---- */
.flickity-button {
  z-index: 3;
  background: transparent;
  border: none;
  color: white;
}
.flickity-button:hover {
  background: transparent;
  cursor: pointer;
}
.flickity-button:focus {
  outline: none;
  /* box-shadow: 0 0 0 5px white; */
}
.flickity-button:active {
  opacity: 0.6;
}
.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}
.flickity-button-icon {
  fill: currentColor;
}
/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(0%);
  /* margin-right: 1rem; */
}
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
/* ---- page dots ---- */
#casewrap .flickity-page-dots {
  max-width: 80%;
  bottom: -25px;
  padding: 0;
  /* background:white; */
  margin: 0 0.5rem;
  list-style: none;
  text-align: center;
  /* width: fit-content; */
  line-height: 1;
  flex-wrap: wrap;
  display: flex;
  flex: 1 1 auto;
  vertical-align: center;
  justify-content: center;
}
@media screen and (min-width: 650px) {
  .flickity-page-dots {
    margin: 0 2rem;
  }
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
#casewrap .flickity-page-dots .dot {
  display: inline-block;
  min-width: 1px;
  height: 10px;
  margin: 0 8px;
  flex: 1 1 auto;
  opacity: 0.25;
  cursor: pointer;
  justify-self: center;
  display: flex;
  justify-content: center;
  position: relative;
  margin: auto 0;
}
#casewrap .flickity-page-dots .dot.is-selected {
  opacity: 1;
}
.flick-next {
  /* margin-right: 1rem; */
}
.flick-prev {
  /* padding-left: 1rem; */
}

#casewrap .slidenav {
  display: flex;
  margin: auto;
  width: 100%;
  z-index:99;
  position: relative;
  justify-content: center;
}
@media screen and (min-width:750px) {
  #casewrap .slidenav {width:50%;}
}
.mobile-only {
  display: block !important;
}
.desktop-only {
  display: none !important;
}
@media screen and (min-width: 750px) {
  .mobile-only {
    display: none !important;
  }
  .desktop-only {
    display: flex !important;
  }
}

/*******************************************************************/
/* ftrtch dino */
/* [type: CSS] [file:cases] [110.3000] DESIGN*/
/*******************************************************************/
/* 0.5 D>D */
/* db 125 */
/*******************************************************************/
/* ftrtch dino */
/* [type: CSS] [file:cases] [110.13950] DESIGN*/
/*******************************************************************/
/* 0.12 D>D */
/* db 150 */