.announce_slider {
	position: relative;
	overflow: hidden;
	margin: 0 0 35px 0;
	z-index: 1;
}
.announce_slider__canvas {
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
	font: 0/0 a;
	white-space: nowrap;
	padding: 0 10px;
}
.announce_slider__item {
	width: 230px;
	display: inline-block;
	vertical-align: top;
	margin-right: -230px;
	white-space: normal;
	cursor: default;
}
.announce_slider__item:last-child {
	margin-right: 0;
}
@media only screen and (min-width: 621px) {
	.announce_slider {
		margin: 0 0 32px 0;
	}
}
.announce_slider__nav {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 42px;
	padding-top: 8px;
	will-change: opacity;
	visibility: hidden;
	opacity: 0;
	transition: opacity .25s ease-in-out 0s,
	visibility 0s ease-in-out .25s;
	display: none;
	z-index: 1;
}
.announce_slider__prev {
	left: 0;
	background-image: -webkit-linear-gradient(left, rgba(255,255,255,.96), rgba(255,255,255,0));
	background-image: linear-gradient(to right, rgba(255,255,255,.96), rgba(255,255,255,0));
}
.announce_slider__next {
	right: 0;
	background-image: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,.96));
	background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,.96));
	text-align: right;
}
.announce_slider__nav .slider-link {
	position: absolute;
	top: 8px;
	right: 10px;
	bottom: 0;
	left: 10px;
}
.announce_slider__nav .slider-link .icon {
	display: none;
}

@media only screen and (min-width: 621px) {
	.announce_slider__canvas {
		padding: 0 22px;
	}
	.announce_slider__nav {
		width: 102px;
		display: block;
	}
	.announce_slider:hover .announce_slider__nav {
		visibility: visible;
		opacity: 1;
		transition-delay: 0s, 0s;
	}
	.announce_slider:hover .announce_slider__nav.slider-inactive {
		visibility: hidden;
		opacity: 0;
		transition-delay: 0s, .25s;
	}
	.announce_slider__nav .slider-link {
		right: 22px;
		left: 22px;
	}
	.announce_slider__nav .slider-link .icon{
		display: inline-block;
	}
}

@media only screen and (min-width: 1024px) {
	.announce_slider {
		margin-bottom: 57px;
	}
}
.announce {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.announce__tag {
	font: italic 12px/15px Figgins Sans, Arial, sans-serif;
	margin-bottom: 7px;
}
@media only screen and (min-width: 621px) {
	.announce__tag {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 6px;
	}
}

.announce__author {
	font: 14px/18px Figgins Sans, Arial, sans-serif;
}
.announce__name {
	font: bold 14px/18px Figgins Sans, Arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: 5px;
}
@media only screen and (min-width: 621px) {
	/* .announce__tag {} */
	.announce__author {
		font: 16px/22px Figgins Sans, Arial, sans-serif;
	}
	.announce__name {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 3px;
	}
}
