.simple-marquee-container *{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}
.simple-marquee-container {
	width: 100%;
	background: #d0d8dc;
	float: left;
	display: inline-block;
	overflow: hidden;
	box-sizing: border-box;
	height: 37px;
	position: relative;
	cursor: pointer;
}

.marquee-left {
  float: left;
  left: 0;
  margin:0;
  padding: 0;
  width: 10%;
  height: 37px;
  background: #d0d8dc;
  z-index: 2;
  background: -moz-linear-gradient(270deg, rgba(208,216,220, 0) 0%, rgba(208,216,220, 1) 100%);
  background: -webkit-linear-gradient(270deg, rgba(208,216,220, 0) 0%, rgba(208,216,220, 1) 100%);
  background: linear-gradient(270deg, rgba(208,216,220, 0) 0%, rgba(208,216,220, 1) 100%);
}

.marquee-right {
  float: right;
  right: 0;
  margin:0;
  padding: 0;
  width: 10%;
  height: 37px;
  background: #d0d8dc;
  z-index: 2;
  background: -moz-linear-gradient(90deg, rgba(208,216,220, 0) 0%, rgba(208,216,220, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(208,216,220, 0) 0%, rgba(208,216,220, 1) 100%);
  background: linear-gradient(90deg, rgba(208,216,220, 0) 0%, rgba(208,216,220, 1) 100%);
}

.marquee, *[class^="marquee"] {
	display: inline-block;
	white-space: nowrap;
	position:absolute;
}

.marquee{
  margin-left: 25%;
}

.marquee-content-items{
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0px;
  height: 37px;
}

.marquee-content-items li{
  display: inline-block;
  color: #1d2b3a;
  font-size:.875rem;
  font-weight: 400;
  line-height: 37px;
}

.marquee-content-items li:after{
	content: "|";
	margin: 0 1em;
}

.scroller-department { color:#fff; padding:15px 20px;margin-right:20px; }
.scroller-department.id_1 { background:#75bfaa; }
.scroller-department.id_2 { background:#BAA9D3; }

.scroller-date { color:#878787; }
.scroller-info_1 { color:#52a890; }
.scroller-info_2 { color:#9a7fc3; }


@media (max-width: 767px) {
	.marquee-sibling { display: none; }
	.marquee{ margin-left: 0%; }
}