html, .section-background-blurred{
	background:#f0f0ee;
}
h1.light{
    color:#2C285B;
}
.magazine{
    border: 1px solid #2C285B;
}
.button{
    background-color:#2C285B;
}
.loader{
    background-color:#ffffff;
}
.login_code_input{

    border:1px solid #2C285B;
}

.uk-offcanvas-bar{
	background:#ffffff;
	
}
ul.menu li:first-child::before{
	background-color:rgba(0, 0, 0, 0.1);	
}
ul.menu li::after {
	background-color:rgba(0, 0, 0, 0.1);
}

.publication-categories{
	background-color: rgba(44, 40, 91, 0.75);
}

ul.menu li a:hover > i {
	color:#2C285B;
}
ul.menu li:hover span { color:#2C285B; }

a:hover {
	color:#2C285B!important;
}
.pace .pace-progress {
	    background:#2C285B;
}
h1.light{
		border-bottom:1px solid rgba(44, 40, 91,0.5);
}
hr.light {
	background-color:rgba(44, 40, 91,0.5);
}
.homepageslider h1.light{
	color:#ffffff;
	border-bottom:1px solid rgba(255, 255, 255, 0.5);
}

h2.other-articles{
	background-color:#2C285B;
}
ul.other-articles-list i{
	color:#2C285B;
}

.card__share, .card__details, .card__preview{
	background:#ffffff;
	color:#2C285B;
}

.homepage_buttonarea_line{
    border-bottom: 1px solid rgba(44, 40, 91,0.5);
}
.button:hover {
    text-decoration: none;
    background-color: rgba(255,255,255,1);
	color:#2C285B!important;
}
.button2{
        background-color: #ffffff;
    border:1px solid #2C285B;
    color:#2C285B;
}
.button2:hover{
        background-color: #2C285B;
    border:1px solid #2C285B;
    color:#ffffff!important;
}


.filters {

	padding: 0px 40px 18px 40px;
	-webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
	margin-bottom:40px;
	margin-left:-40px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-top:none;
	border-bottom:none;
}

.filters-fixed {

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: #ffffff;
	border-top:0px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
}
.intro-text, .intro-text *{
	color:#2C285B !important;

}
/*
.customshare-twitter{
	   	background-image: url('Twitter.png');
}
.customshare-facebook{
		background-image: url('Facebook.png');
}
.customshare-envelope{
	   	background-image: url('Gmail.png');
}
.customshare-linkedin{
   	background-image: url('LinkedIn.png');
}*/

.full-text a{
    color:#2C285B;
}