#TSL_header_page {
	position: relative;
	height: 300px;
	overflow: hidden;
	max-width: 100%;
}

#TSL_header_page img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#TSL_header_page .TSL_page_title {
	max-width: 1000px;
	width: 100%;
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
}

#TSL_header_page h1.entry-title {
	color: white;
	margin: 0;
	padding-right: 20px;
	padding-left: 20px;
}

#TSL_header_page::after,
#TSL_header_page::before {
	position: absolute;
	content: "";
	display: block;
	z-index: 1;
	width: 120%;
	height: 100px;
	opacity: 0.5;
	left: -10%;
}

#TSL_header_page::after {
	top: -75px;
	background: #c9d021;
	transform: rotate(2deg);
}

#TSL_header_page::before {
	bottom: -50px;
	background: #004267;
	transform: rotate(2deg);
}

.TSL_form *:focus {
	outline: none;
}

.TSL_form .TSL_form_required {
	color: #c9d021;
}

.TSL_form input {
	border-radius: 0;
	appearance: none;
	display: block;
	border: none;
	border-bottom: 2px solid #ababab;
}

.TSL_form input[type="submit"] {
	cursor: pointer;
	background-color: #004267;
	transition: 0.3s;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	border: none;
}

.TSL_form input[type="submit"]:hover {
	background-color: #c9d021;
}

.TSL_form .TSL_privacy_checkbox span {
	margin-left: 0;
}

.TSL_form .TSL_privacy_checkbox input {
	appearance: auto;
}
