#announcements {
	position: relative;
	background-color: #EDAB4D;
	color: #FFF;
}

/*-----------------------------------------------------------------------*/

#announcements > .swiper {}
#announcements > .swiper .swiper-slide {
	min-height: 30px;
	padding: 10px 50px;
	text-align: center;
}

/*-----------------------------------------------------------------------*/

#announcements > .swiper-controls { display: contents; }
#announcements > .swiper-controls > .swiper-button {
	position: absolute; top: 50%; z-index: 1;
	display: block; height: 12px; width: 8px;
	
	background-image: url("../../images/icons/arrow.right.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	filter: invert();
	
	cursor: pointer;
}
#announcements > .swiper-controls > .swiper-prev-button { left: 25px; transform: translateY(-50%) scaleX(-1); }
#announcements > .swiper-controls > .swiper-next-button { right: 25px; transform: translateY(-50%); }