#search-all-form .input-wrapper-search {
	margin-bottom: 10px;
}

.faq-link {
	color: #82dff4;
}

.mobile-faq-link {
	padding-left: 15px;
    margin-bottom: 15px;
    display: block;
    color: #82dff4;
}

.label-keyword {
	padding-left: 15px;
}

.input-wrapper-view {
	margin-bottom: 15px;
}

.input-wrapper-search,
.input-wrapper-view {
	position: relative;
	overflow: hidden;
}

.input-view {
	padding-left: 20px;
}

.input-search {
	color: #364656 !important;
	font-family: 'Roboto', sans-serif !important;
	font-weight: bold;
}

.submit-search {
	display: block;
	color: #ffffff;
	background-color: #82dff4;
	margin: 10px auto 0;
	transition: none;
	border-radius: 3px;
	border: 1px solid #82dff4;
	padding: 12px 60px;
}

.keyword-list {
	max-width: 70%;
	height: 75%;
	white-space: nowrap;
	overflow: scroll;
	list-style: none;
	margin: 0;
	position: absolute;
	top: 7px;
	left: 15px;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
}

.keyword-list::-webkit-scrollbar { 
    display: none; 
}

.list-search {
	top: 0;
}

.keyword {
	display: inline-block;
}

.keyword-view {
	margin-right: 10px;
	border-radius: 15px;
	padding: 3px 10px;
	height: 25px;
	background-color: #d5dce6;
}

.keyword-search {
	margin-right: 10px;
}

.keyword-view p {
	margin: 0;
	float: left;
	display: inline-block;
	color: #364656 !important;
	font-family: 'Roboto', sans-serif !important;
	font-size: 0.8rem !important;
}

.keyword-search p {
	line-height: 48px;
	margin: 0;
	float: left;
	display: inline-block;
	color: #364656 !important;
	font-family: 'Roboto', sans-serif !important;
	font-size: 2rem !important;
	font-weight: bold;
}

.keyword-view button {
	margin-left: 5px;
	display: inline-block;
	background: url('/img/contact/white-cross.png');
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
	background-position: right center;
}

.keyword-search button {
	margin-left: 2px;
	display: inline-block;
	background: url('/img/contact/(x).svg');
	background-repeat: no-repeat;
	width: 16px;
	height: 50px;
	background-position: 0px 19px;
}

@media screen and (min-width: 40em) {
	.submit-search:hover {
		color: #82dff4;
		background-color: #ffffff;
	}
}


@media screen and (max-width: 40em) {
	.mask {
		top: 20px;
		z-index: 1;
		height: 55%;
	}

	.mask-left {
		border-left: 3px solid #ffffff;
		left: 20px;
	}

	.mask-right {
		border-right: 3px solid #ffffff;
		right: 20px;
	}

	.input-wrapper-search {
		margin: 0;
		overflow: visible;
		padding: 0 20px;
	}

	.input-wrapper-view {
		overflow: visible;
	}

	.input-wrapper-search label,
	.input-wrapper-view label {
		text-align: left;
	}

	.label-keyword {
		display: inline-block;
	}

	.input-search {
		font-size: 1.2rem !important;
		padding: 0 10px;
	}

	.keyword-search p {
		font-size: 1.5rem !important;
	}

	.keyword-search button {
		background-position: 0px 17px;
	}

	.list-search {
		top: 4px;
	}
	
	.submit-search {
		padding: 10px 40px;
	}
}