.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: #f5f5f5;
	float: left;
	display: inline-block;
	overflow: hidden;
	box-sizing: border-box;
	height: 55px;
	position: relative;
	cursor: pointer;
}

.simple-marquee-container .marquee-sibling {
	padding: 0;
	background: #012b3f;
	width: 14%;
	height: 55px;
	line-height: 52px;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff; 
	text-align: center;
	float: left;
	left: 0;
	z-index: 2000;
}

@media (max-width: 767px) {                  
	.simple-marquee-container .marquee-sibling span {
	   display: none;
	}
 }

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

.simple-marquee-container .marquee{
  margin-left: 25%;
}

.simple-marquee-container .marquee-content-items{
  display: inline-block;
  padding: 5px;
  margin: 0;
  height: 55px;
  position: relative;
}

.simple-marquee-container .marquee-content-items span{
  display: inline-block; 
  color: #012b3f;
}

.simple-marquee-container .marquee-content-items span:after{ 
	margin: 0 1em;
}
.top-ticker-sm {
    font-family: 'Oswald', sans-serif;
    font-weight: 300 !important;
    padding: 5px 5px 5px 15px;
    border-right: 1px solid rgba(0,0,0,.1);
}
.simple-marquee-container .ticker-item {
    max-width: 150px;
    min-width: 110px;
    padding-right: 0 !important;
    padding-left: 0 !important;
    /* border-right: 2px solid #012b3f; */
    display: inline-block;
    position: relative;
}
.top-ticker-sm a {
    text-decoration: none;
    color: #012b3f;
}
.top-ticker-sm:hover {
    background: #ededf5;
}
.marquee-sibling a {
    text-decoration: none;
    color: #fff;
}
.mt-63{
	margin-top: 63px;
}