@charset "UTF-8";

/* Slider */
/* .slick-loading .slick-list {
	background: #fff url("./ajax-loader.gif") center center no-repeat;
} */
.slick-list {
	margin-left: 0;
	margin-right: 0;
}

/* Arrows */
.slick-arrows {
	display: flex;
	justify-content: flex-end;
}
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: relative;
	position: relative;
	/* transform: translate(0, -50%); */
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}
.slick-next {
	padding-right: 0;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
	opacity: 0.25;
	pointer-events: none;
}

.slick-prev:before,
.slick-next:before {
	font-family: var(--wp--preset--font-family--heading);
	font-weight: 800;
	font-size: var(--wp--preset--font-size--x-large);
	font-family: var(--wp--preset--font-family--heading);
	font-weight: 800;
	font-size: var(--wp--preset--font-size--x-large);
	line-height: 1;

	opacity: 0.75;
	color: var(--wp--preset--color--contrast);

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 1.875rem !important;
}
.slick-dots {
	position: absolute;
	bottom: -1.75rem;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	border-radius: 0;
	border-radius: 0;
	position: relative;
	display: inline-block;
	width: 3.5rem;
	height: 5px;
	margin: 0 5px !important;
	padding: 0;
	cursor: pointer;
}
.slick-dots li.slick-active {
	/* width: 30px; */
}
.slick-dots li button {
	border: none;
	font-size: 0;
	line-height: 0;
	display: block;
	border-radius: 0;
	height: 5px;
	opacity: 1;
	padding: 0;
	cursor: pointer;
	outline: none;
	background: var(--wp--preset--color--accent-5);
	transition: background-color 0.3s ease-in-out;
	width: 3.5rem;
}
.slick-dots li.slick-active button {
	height: 5px;
	opacity: 1;
	transition: background-color 0.3s ease-in-out;
	background: var(--wp--preset--color--accent-4);
}
.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}
.publication-slider a {
	transition: color 0.3s ease-in-out; 
	font-size: 12px !important;
}
.publication-slider a:hover { 
	color: #00939A; 
}
/* Hover effect */
.publication-slider a:hover::after {
  background-color: #00939A; /* Change to any color you prefer */
	color: #00939A; 
	/* margin-left: 0.75em; */
	transform: translateX(0.75em);
}