.support-header{
	min-height:300px;
	padding-top:30px;
}
.top-row{
	margin:0;
	padding: 30px 30px 0 30px;
}
.top-row .link-box-container{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column nowrap;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.top-row .link-box{
	background: rgb(255,255,255);
	box-shadow: 0 0 4px 0 rgba(80,87,91,0.5);
	height: 100%;
	margin-bottom: 30px;
	text-align:center;
	padding:20px;
}
.top-row .link-box .sub-infos{
	font-size: 12px;
	color: #666;
}
.top-row .link-box i::before{
	font-size:48px;
	color:#4077b4;
}
.top-row .link-box i.addional-icon::before{
	font-size:24px;
	color:#4077b4;
}
.top-row .link-box:hover{
	cursor:pointer;
}
.top-row .link-box:hover i::before{
	color:#3989e3;
}
.top-row .link-box:hover i.addional-icon::before{
	color:#3989e3;
}

/* --------------------------------*/
/* SEARCH FORM HEADER */
/* --------------------------------*/
.search-form{
	position: relative;
	width: 100%;
	max-width: 600px;
	display: inline-block;
}
.search-form .header-input-container{
	max-width:600px;
	width:100%;
	position:relative;
	margin: 0 auto;
}
.search-form .header-input-container button{
	width:100%!important;
	border-radius: 0 3px 3px 0!important;
}
.search-form .header-input-container:before{
	background-color: #fff;
	color: #ddd;
	content: "\f002";
	position: absolute;
	left: 10px;
	top: 5px;
	z-index:10;
	font: normal normal normal 28px/1 FontAwesome;
}
.search-form .header-input-container input{
	text-indent: 10px;
	border-radius: 3px 0 0 3px !important;
	padding-left: 40px;
}
.search-result-box{
	padding-top:0;
}
.search-result-box h1{
	font-size:20px;
	padding:0;
	margin:0;
	line-height:1;
}
.search-result-box h1 em{
	color:#888;
}
.no-result-info{
	font-size:22px;
}
article.bd-content h2{
	font-size:1.5rem!important;
}

.bd-content.bd-article--max-width{
	max-width:850px!important;
	margin: 0 auto!important;
}

.bd-content.bd-article--max-width img{
	display:block!important;
	margin:0 auto!important;
}