/*---------------------------- Start WD - CMS Header block ----------------------------*/
#wdcmsheader {
    float: left;
	width:100%;
}
#wdcmsheader .wd-header-cms .content {
	color: #666666;
	font-size: 13px;
	letter-spacing: 0.3px;
}
#wdcmsheader .wd-header-cms .content span {
	text-decoration: underline;
	color: #2d3640;
	font-weight: 700;
}
#wdcmsheader .wd-header-cms .content::before {
	content: "\e54e";
	cursor: pointer;
	float: none;
	font-family: "Material Icons";
	height: 25px;
	left: auto;
	font-size: 18px;
	margin: auto 0;
	color: #666;
	width: 25px;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
	line-height: 23px;
	transform: rotateY(180deg);
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
#wdcmsheader .wd-header-cms .content:hover::before {
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
}
@media(max-width:543px) {
#wdcmsheader .wd-header-cms .content {
	line-height: 18px;
}
#wdcmsheader .wd-header-cms .content::before {
	height: 20px;
}
}
/*---------------------------- End WD - CMS Header block ----------------------------*/