
.header-tagline{display:none !important;}
/*width="282" height="85"*/
.header-middle-logotype{
	/* width:282px;
	height:85px; */
	min-width:250px;
}
.complex-fixed .header-middle-logotype,
.complex-fixed .ui-svg-size-parent{
	/* min-width:unset; */
	min-width:180px;
	max-width:180px;
}
.simple-banner{
	padding:3em 0;
	background-size:cover;
	background-position:center;
}
	.simple-banner .text-box{
		max-width:1200px;
		font-size:1.5em;
		color:white;
		justify-content: space-between;
	}
		.simple-banner .text-box h3{
			font-size:2em;
		}
		.simple-banner .text-box .right{
			text-align:right;
		}
		.simple-banner .text-box .ui-button{
			font-size:0.8em;
		}
.layout-footer .info-menu a{
	text-decoration:none;
	color:white;
}
.layout-footer .info-menu a:hover{
	text-decoration:underline;
}
@media only screen and (min-width:960px){
	.item-header h1{
		font-size:42px;
	}
	.simple-banner .text-box{
		display:flex;
		align-items:flex-end;
	}
		 .simple-banner .text-box .ui-button{
			 margin-bottom:1.4em;
		 }
		 
	.form-right-align .form-result-new-wrapper{
		flex-direction: row-reverse;
	}
}