@media (max-width: 767px) {
	.mobile {
		display: initial;
	}
	.not_mobile {
		display: none;
	}
}
@media (min-width: 768px) {
	.mobile {
		display: none;
	}
	.not_mobile {
		display: initial;
	}
}
.with_lines {
	position: relative;
}
@media (min-width: 768px) {
	.with_lines:before {
		position: absolute;
		z-index: -1;
		top: 50%;
		left: 0px;
		width: 100%;
		height: 2px;
		content: " ";
		background-color: #eeeeee;
	}
}
.with_lines span {
	background-color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
}
@media (min-width: 992px) {
	.with_img_right {
		border: 1px solid #EEEEEE;
		padding-top: 10px;
		padding-right: 0px;
	}
	.with_img_right img {
		float: right;
		width: auto;
		height: 673px;
		padding-top: 20px;
	}
}
@media (max-width: 1199px) {
	.with_img_right img {
		padding-top: 193px;
	}
}
@media (max-width: 991px) {
	.with_img_right img {
		display: none;
	}
}
.inline_svg {
	text-align: center;
}
.inline_svg img {
	width: auto;
	height: 80px;
	margin-bottom: 15px;
	margin-top: 30px;
}
p.light-grey {
	color: #adadad;
}
.custom-h3 {
	margin-top: 30px;
	margin-bottom: 30px;
	color: #808080;
	text-align: center;
}
.custom-anker-wrapper {
	position: relative;
}
.custom-anker-wrapper .custom-anker {
	position: absolute;
	top: -180px;
}
.table-even-bw-3 th:nth-of-type(even),
.table-even-bw-3 td:nth-of-type(even) {
	border-left-width: 3px;
}
