@charset "utf-8";
*, *:before, *:after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

.common-right{
	float:right;
	position:relative;
}
.common-left{
	float:left;
	position:relative;
}
.common-right ul li{
    float: left;
    position: relative;
    font-size: 65%;
    text-align: center;
    border-left: 1px solid #e2e0e0;
}
div#block-drupal8-zymphonies-theme-uneeheaderdata{
    margin: 0px;
}
.common-right ul li.ico-accessibility ul, .common-right ul li.ico-social ul {
    position: absolute;
    top: 26px;
    right: 0px;
    z-index: 9999;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    background: #d4d3d3;
    padding: 0px 0px;
    visibility: visible;
}
.high-contrast.dark {
    background: #363636 !important;
    color: #ffff00 !important;
}
.high-contrast.red {
    color: rgb(255, 255, 0) !important;
    background: rgb(145, 44, 31) !important;
}
.high-contrast.blue {
    color: rgb(255, 255, 0) !important;
    background: rgb(54, 74, 101) !important;
}
.common-right ul li.ico-accessibility ul li a.light {
    background: #02551e;
    color: #000 !important;
}