/*ACCESIBILITY ICONS*/
.show-con, .icon-skip-to-main{
	filter: invert(100%);
}
html, body{
	overflow-x: hidden !important;
}
/*NEW MARQUEE*/
.marqueelist span a {
    color: #fff !important;
    font-weight: 600;
}
@media screen and (min-width: 930px) {
	#topBar #accessibility>ul>li:nth-of-type(3) {
    margin-left: 5px;
    padding-left: 5px;
	border-left: 3px solid #5C5E76;
}
}


@media screen and (max-width: 600px) {
    #topBar.make-accessible-header #accessibility>ul>li:nth-of-type(2) a, #topBar.make-accessible-header #accessibility>ul>li:nth-of-type(3) a{
       font-size:9px !important;
    }
}
@media screen and (max-width: 600px) {
.marqueelist span{
	font-size:12px;
	}
}
}
@media screen and (max-width: 400px) {
.marqueelist span{
	font-size:12px;
	}
}
}



