/* @override 
	http://localhost:8888/lab-development/wp-content/themes/lab/css/flickity-slider.css?* */

/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
	position: relative; }

.flickity-enabled:focus {
	outline: none; }

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

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

/* draggable */

.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-button ---- */

.flickity-button {
	position: absolute;
	background: hsla(0, 0%, 100%, 0.75);
	border: none;
	color: #333; }

.flickity-button:hover {
	background: white;
	cursor: pointer; }

.flickity-button:focus {
	outline: none;
	box-shadow: 0 0 0 5px #19F; }

.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 {
	top: 50%;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	  /* vertically center */
	transform: translateY(-50%); }

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

.flickity-prev-next-button.next {
	right: 10px; }
	
/* right to left */

.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 .flickity-button-icon {
	position: absolute;
	left: 20%;
	top: 20%;
	width: 60%;
	height: 60%; }

/* ---- page dots ---- */

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

.flickity-rtl .flickity-page-dots {
	direction: rtl;
   margin-top: var(--spacing__x); }

.flickity-page-dots .dot {
	display: inline-block;
	width: 14px;
	height: 14px;
	border: 2px solid var(--color__sky);
	margin: 0 4px;
	border-radius: 50px;
	box-sizing: border-box;
	background: transparent;
	cursor: pointer; }

.flickity-page-dots .dot.is-selected {
	opacity: 1;
   background: var(--color__sky); }




/* ==================
   FLICKITY CUSTOMISE
   ================== */

.flickity-button svg {
	display: none; }
	
.flickity-button {
	content: '';
	opacity: 1;
	bottom: 3.8rem;
	width: 3.8rem;
	height:  3.8rem;
	display: block;
	z-index: 999;
	transition: all .3s;
	background-color: var(--color__white);
	background-repeat: no-repeat;
	background-size: cover; }
	
.flickity-button.next {
	background-image: url("data:image/svg+xml,%3Csvg width='38px' height='38px' viewBox='0 0 38 38' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Artboard' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M19,0 C29.4934102,0 38,8.50658975 38,19 C38,29.4934102 29.4934102,38 19,38 C8.50658975,38 0,29.4934102 0,19 C0,8.50658975 8.50658975,0 19,0 Z M15.9415509,6.14946774 L12.8505323,9.33914152 L21.5968566,18.3646198 L12.8505323,27.3879322 L15.9415509,30.5780392 L27.7791037,18.3648364 L15.9415509,6.14946774 Z' fill='%230C2340' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"); }	
	
.flickity-button.previous {
	background-image: url("data:image/svg+xml,%3Csvg width='38px' height='38px' viewBox='0 0 38 38' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M19,0 C8.5065898,0 0,8.50658975 0,19 C0,29.4934102 8.5065898,38 19,38 C29.4934103,38 38,29.4934102 38,19 C38,8.50658975 29.4934103,0 19,0 Z M22.0584491,6.14946774 L25.1494677,9.33914152 L16.4031434,18.3646198 L25.1494677,27.3879322 L22.0584491,30.5780392 L10.2208963,18.3648364 L22.0584491,6.14946774 Z' fill='%230C2340' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"); }
	

/* White version */
.list__featured_casestudy .flickity-button,
.slider__features_detail .flickity-button {
	background-color: var(--color__midnight); }

.list__featured_casestudy .flickity-button.next,
.slider__features_detail .flickity-button.next {
	background-image: url("data:image/svg+xml,%3Csvg width='38px' height='38px' viewBox='0 0 38 38' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Artboard' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M19,0 C29.4934102,0 38,8.50658975 38,19 C38,29.4934102 29.4934102,38 19,38 C8.50658975,38 0,29.4934102 0,19 C0,8.50658975 8.50658975,0 19,0 Z M15.9415509,6.14946774 L12.8505323,9.33914152 L21.5968566,18.3646198 L12.8505323,27.3879322 L15.9415509,30.5780392 L27.7791037,18.3648364 L15.9415509,6.14946774 Z' fill='%23FFFFFF' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"); }	
		
.list__featured_casestudy .flickity-button.previous,
.slider__features_detail .flickity-button.previous {
	background-image: url("data:image/svg+xml,%3Csvg width='38px' height='38px' viewBox='0 0 38 38' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M19,0 C8.5065898,0 0,8.50658975 0,19 C0,29.4934102 8.5065898,38 19,38 C29.4934103,38 38,29.4934102 38,19 C38,8.50658975 29.4934103,0 19,0 Z M22.0584491,6.14946774 L25.1494677,9.33914152 L16.4031434,18.3646198 L25.1494677,27.3879322 L22.0584491,30.5780392 L10.2208963,18.3648364 L22.0584491,6.14946774 Z' fill='%23FFFFFF' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"); }

.m__theme__midnight .slider	.flickity-button {
	background-color: var(--color__oia-blue);
   background-image: url("data:image/svg+xml,%3Csvg width='38px' height='38px' viewBox='0 0 38 38' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M19,0 C8.5065898,0 0,8.50658975 0,19 C0,29.4934102 8.5065898,38 19,38 C29.4934103,38 38,29.4934102 38,19 C38,8.50658975 29.4934103,0 19,0 Z M22.0584491,6.14946774 L25.1494677,9.33914152 L16.4031434,18.3646198 L25.1494677,27.3879322 L22.0584491,30.5780392 L10.2208963,18.3648364 L22.0584491,6.14946774 Z' fill='%23FFFFFF' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"); }


.m__theme__midnight .slider	.flickity-button.previous {
	  background-image: url("data:image/svg+xml,%3Csvg width='38px' height='38px' viewBox='0 0 38 38' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M19,0 C8.5065898,0 0,8.50658975 0,19 C0,29.4934102 8.5065898,38 19,38 C29.4934103,38 38,29.4934102 38,19 C38,8.50658975 29.4934103,0 19,0 Z M22.0584491,6.14946774 L25.1494677,9.33914152 L16.4031434,18.3646198 L25.1494677,27.3879322 L22.0584491,30.5780392 L10.2208963,18.3648364 L22.0584491,6.14946774 Z' fill='%23FFFFFF' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"); }

.m__theme__midnight .slider	.flickity-button.next {
	background-image: url("data:image/svg+xml,%3Csvg width='38px' height='38px' viewBox='0 0 38 38' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Artboard' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M19,0 C29.4934102,0 38,8.50658975 38,19 C38,29.4934102 29.4934102,38 19,38 C8.50658975,38 0,29.4934102 0,19 C0,8.50658975 8.50658975,0 19,0 Z M15.9415509,6.14946774 L12.8505323,9.33914152 L21.5968566,18.3646198 L12.8505323,27.3879322 L15.9415509,30.5780392 L27.7791037,18.3648364 L15.9415509,6.14946774 Z' fill='%23FFFFFF' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/svg%3E"); }	
	
/* Where we need smoother loading for sliders */
.flickity-slider-initialise {
	height: 10px;
	overflow: hidden;
	opacity: 0;
	background-color: #fdfdfd;
	transition: opacity 1s ease-in;
	visibility: hidden; }

.flickity-slider-initialise.flickity-enabled {
	height: auto;
	overflow: visible;
	background-color: unset;
	opacity: 1;
	visibility: visible; }
	
	
/* Overhang of buttons */
.slider .flickity-button.previous {
	left: -5.5rem; }

.slider .flickity-button.next {
	right: -5.5rem; }
