.waves_divider_container {
	width: 100%;
	background-color: #1F1F22;
	max-height: 350px;
	margin-top: -100px;
	overflow: hidden;
}

.waves_divider {
	background-repeat: no-repeat;
	border: 0 none;
	display: inline-block;
	width: 100%;
	bottom: 0%;
	object-fit: contain;
	opacity: 0.8;
}

.contact_holder {
	background: #F6F6F7;
	width: 100%;
	padding: 20px 0 100px 0px;
	display: flex;
	flex-wrap: wrap;
  	text-align: center;
  	justify-content: center;
}

.contact_frame {
	background: #ffffff;
	min-width: 1000px;
	justify-content: center;
	border-radius: 4px;
	box-shadow: 0 2px 8px 0 #EDEDEE;
	font-size: 0px; /* to remove whitespace */
	z-index: 2;
	padding: 80px 0px;
}

.contact_frame.raised {
	margin-top: -200px;
}

.contact_inside {
	width: 800px;
	margin: 0px auto;
	text-align: center;
}

.kc_holder {
	background: #FFFFFF;
	width: 100%;
	padding: 20px 0px;
}

.kc_inside {
	width: 1200px;
	margin: 0px auto;
	text-align: left;
}

.grid_left {
	width: 32%;
	margin-right: 1%;
	float: left;
}

.grid_center {
	width: 32%;
	margin-left: 1%;
	margin-right: 1%;
	float: left;
}

.grid_right {
	width: 32%;
	margin-left: 1%;
	float: right;
}

.contact_input, .contact_textarea {
	width: calc(100% - 16px);
	padding: 8px;
	margin: 6px 0px;
	font-size: 16px;
	border-radius: 5px;
	border: #C8C8CC 1px solid;
	color: #1F1F22;
	background: #FFFFFF;
	box-shadow: 0 0.5px 3px 0 rgba(12, 12, 13, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.15);
}

.contact_input:focus, .contact_textarea:focus {
	box-shadow: 0 2px 3px 0 rgba(12, 12, 13, 0.2), 0 0 0 1px #1F1F22;
}

.contact_input:hover, .contact_textarea:hover {
	transition: all 0.1s ease;
	box-shadow: 0 2px 3px 0 rgba(12, 12, 13, 0.2), 0 0 0 1px #1F1F22;
}
.contact_textarea {
	height: 200px;
	resize: vertical;
}

.contact_input.error, .contact_textarea.error {
	border: #C0382B 1px solid;
	background: #FDECEA;
}


#contact_error_text_area {
	text-align: center;
	color: #C0382B;
	font-size: 16px;
	padding: 10px;
}

#contact_submit_area {
	text-align: right;
	padding-top: 10px;
	font-weight: 400;
}

.contact_button {
	color: #FFFFFF;
	font-size: 14px;
	display: inline-block;
	line-height: 22px;
	padding: 7px 14px;
	text-align: center;
	letter-spacing: 1.86px;
	cursor: pointer;
	font-weight: 300;
	margin: 5px auto 15px auto;
}

.search_box {
	width: 600px;
	margin: 20px auto;
}

.search_box_left {
	width: 70%;
	float: left;
	position: relative;
}

.search_box_right {
	width: 30%;
	float: right;
}

.search_button {
	color: #FFFFFF;
	font-size: 14px;
	display: inline-block;
	line-height: 22px;
	padding: 10px 14px;
	text-align: center;
	letter-spacing: 1px;
	cursor: pointer;
	font-weight: 300;
	border: #4EC97E 1px solid;
	background: #4EC97E;
	margin: 0px;
	width: 100%;
}

.search_button:hover {
	background: #007E42;
}

.search_button:active {
	background: #007E42;
	border: #006336 1px solid;
}

.search_input {
	background: #FFFFFF;
	padding: 14px 10px 13px 40px;
	font-size: 14px;
	margin: 0px;
	border: 0px;
	width: calc(100% - 50px);
	color: #1F1F22;
}

.image.search_icon {
	background: url('https://cdn.uptimia.com/website/img/search_ico.png');
	width: 20px;
	height: 20px;
	position: absolute;
	top: 13px;
	left: 12px;
}

h2.cat_name {
	font-size: 24px;
	font-weight: 700;
	color: #3A3A40;
	text-align: left;
	margin-bottom: 7px;
	margin-left: 5px;
}

.cat_div {
	padding: 10px 15px;
	background: #F6F6F7;
	width: calc(100% - 30px);
}

ul.questions {
	list-style-type: none;
    padding-left:0;
    margin-top: 0px;
}

ul.questions li {
	padding: 5px;
	text-align: left;
	margin-left: 0px;
}

ul.questions.search li {
	margin-top: 15px;
}

ul.questions img {
	width: 18px;
	height: 18px;
	vertical-align: middle;
	margin-right: 5px;
}

ul.questions li a {
	color: #3A3A40;
	font-size: 13px;
	text-decoration: none;
	vertical-align: middle;
	display: inline-block;
}

ul.questions li a:hover {
	text-decoration: underline;
}

ul.questions li a:active {
	color: #007E42;
}

.cat_holder {
	display: inline-block;
	padding: 0px 20px;
	width: calc(49% - 40px);
	vertical-align: top;
}

h2.question {
	text-align: left;
	font-size: 22px;
	line-height: 30px;
	color: #1F1F22;
	font-weight: 700;
}

h2.question.center {
	text-align: center;
	margin: 50px 0px;
}

h3.related {
	text-align: left;
	font-size: 18px;
	line-height: 30px;
	color: #1F1F22;
	font-weight: 700;
	margin-top: 40px;
}

.answer {
	text-align: left;
	font-size: 15px;
	line-height: 25px;
	color: #1F1F22;
	font-weight: 300;
}

.kc_answer_inside {
	width: 800px;
	margin: 0px auto;
}

.question_display {
	display: flex;
}

.question_display a {
	font-size: 14px !important;
	line-height: 22px;
}

.question_display a strong {
	font-weight: 900;
	text-decoration: underline;
}

.snippet {
	margin-top: 10px;
	line-height: 22px;
	font-size: 14px;
	font-weight: 300;
}

.snippet strong {
	font-weight: 400;
}

.not_found {
	width: calc(100% - 40px);
	padding: 15px;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	background: #E3E3E5;
	color: #3A3A40;
	max-width: 500px;
	margin: 20px auto;
	border-radius: 5px;
	text-align: center;
}

.main_header_center.lowered.further {
	padding-top: 0px;
}

.knowledge_center {
	padding-top: 10px;
}

.contact_input.error,
.contact_textarea.error {
	border-color: #C0382B !important;
	background-color: #FDECEA;
}

.spinner {
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 2px solid rgba(255,255,255,.3);
	border-radius: 50%;
	border-top-color: #fff;
	animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
	to { transform: rotate(360deg); }
}


@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {

	.image.search_icon {
		background-image: url("https://cdn.uptimia.com/website/img/search_ico@2.png");
		background-size: 20px 20px;
	}

}

@media screen and (max-width: 1050px) {
	.contact_frame {
		width: 100%;
	}
	.contact_frame.raised {
		margin-top: 0px;
	}
	.waves_divider_container {
		overflow: hidden;
		max-height: 250px;
	}
	.waves_divider {
		width: 180% !important;
	}

	.main_header_center.lowered {
		top: 100px;
	}

	.contact_frame {
		width: 60%;
		min-width: 360px;
	}

	.contact_inside {
		width: 90%;
	}
}



@media screen and (max-width: 1200px) {
	.kc_inside {
		width: calc(100% - 20px);
		padding: 0px 10px;
	}

	.cat_holder {
		display: inline-block;
		padding: 0px 10px;
		width: calc(49% - 20px);
		vertical-align: top;
	}
}



@media screen and (max-width: 1000px) {
	.cat_holder {
		width: calc(100% - 20px);
	}
}


@media screen and (max-width: 850px) {
	.kc_answer_inside {
		width: calc(100% - 40px);
	}
}

@media screen and (max-width: 800px) {
	.contact_inside {
		width: calc(100% - 40px);
	}
	.grid_left, .grid_center, .grid_right {
		width: 100%;
		margin: 0px;
		float: none;
	}
}

@media screen and (max-width: 700px) {
	.contact_button {
		width: 100%;
	}

	.search_box {
		width: calc(100% - 20px);
		padding: 0px 10px;
	}

	.waves_divider_container {
		margin-bottom: -5px;
	}
}
