/* Enter Your Custom CSS Here */
.home .slp-panel .slp-panel__image{
  background-position: center top;
}

@media (min-width: 959px) and (max-width: 1279px){
    .home .slp-panel .slp-panel__image{
      background-position: center -40px;
    }
}

.home .topper-form__title {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4em;
	margin-bottom: 14px;
	text-align: center;
}

.home .topper-form__disclaimer p {
	clear: both;
	font-size: 13px;
	line-height: 1.5em;
	position: relative;
	top: 11px;
}

.home .topper-form__disclaimer p a {
	color: #e4003b;
}
.home .topper-form__disclaimer p a:hover {
	color: #fff;
	text-decoration: underline;
}

.cookies-bar {
    border-top: 1px solid #f8f0e0;
    float: left;
    padding: 30px 5px;
    right: 0;
    transform: none !important;
    transition: .35s;
}

.cookies-bar p {
	color: #faf8f4;
	font-size: 17px;
	font-weight: 600;
	line-height: 125%;
	margin: 0;
	padding: 0;
	text-align: center;
}

.cookies-bar a:not(.btn) {
	  color: inherit;
	  text-decoration: underline;
}

.cookies-bar .button-wrapper {
    margin-top: 5px;
}

.cookies-bar .button-wrapper a {
	background: #07beb8;
	float: none;
	margin: auto;
	max-width: 200px;
	border-radius: 5px;
	font-size: 1em;
}
.cookies-bar .button-wrapper a:hover {
	background: #e4003b;
}

.col-12.col-md-9,
.col-12.col-md-3 {
	width: 100%;
}

.cookies-bar__close {
	display: block;
	position: absolute;
	right: 5px;
	top: 5px;
}

.cookies-bar__close svg {
	height: 21px;
	padding: 5px;
	position: relative;
	top: -2px;
	width: 21px;
}

@media screen and (min-width: 992px) {
	.cookies-bar p { 
		text-align: left;
	}
	.cookies-bar .button-wrapper { 
		margin-top: 0;
	}
	
	.cookies-bar .button-wrapper a { 
		min-width: 0;
		font-size: .8em;
	}
	.cookies-bar .close-icon {
		right: 15px;
		top: 50%;
		transform: translateY(-50%);
	}
	
	.col-12.col-md-9 {
		width: 75%;
	}
	
	.col-12.col-md-3 {
		width: 25%;
	}

	.cookies-bar__close {
		top: 50%;
		transform: translateY(-50%);
	}

	.cookies-bar__close svg {
		top: -4px;
	}
}

/*TIMETABLE*/
table.timetable {
	width: 100%;
}

table.timetable td,
table.timetable th {
	border-bottom: 1px solid #c4c4c0;
	padding: 15px 5px;
	text-align: left;
	vertical-align: top;
}

table.timetable td:first-of-type,
table.timetable th:first-of-type {
  width: 40%;
}
table.timetable td:last-of-type,
table.timetable th:last-of-type {
	width: 60%;
}

/* VIDEO WRAPPER */
.videoWrapper {
	height: 0;
	padding-bottom: 56.5% !important;
	position: relative;
	width: 100%
}

.videoWrapper iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.form-field.checkbox label {
display: block;
}
.form-field.checkbox label a {
	color: white;
	text-decoration: underline;
}