/*! Place your custom styles here */

@media all and (max-width: 767px) {
	div#lorenzen.dropdown__container {
		margin-left:-1.5em;
		max-width:540px;
	}
}

/*html{
	scroll-padding-top: 50px !important;
}*/
.scrollOffset{
	margin-top:-60px;
	padding-top:60px;
}

.accordion li.active .accordion__content {
	max-height: none;
}

.iconRow {
	margin: 15px 0;
}
.iconRow svg {
	stroke: #2374ab;
	fill: #2374ab;
	width: 30px;
	height: 30px;
	margin-right: 30px;
}
.strokeColour {
	color: #2374ab;
}
.fullHeight {
	height: 100%;
}
.fullWidth {
	width: 100%;
}
.bullet--square {
	list-style-type: square;
}

.tabs li.active {
	background: #2374ab;
	border-radius: 6px;
}
.tabs li.active .tab__title span {
	color: white;
}

.brightness-9 {
	filter: brightness(0.9);
}

.iconSocial{
	margin-right: 10px;
}

.iconSocial>img{
	width: 35px;
}

.iconSocial:hover{
	filter: brightness(110%);
	text-decoration: none;
}

@media only screen and (max-width: 991px) {
	.tabs li {
		width: 40%;
	}
}
@media only screen and (max-width: 767px) {
	.tabs li {
		width: 100%;
	}
	.bullet--square {
		list-style-type: none;
	}
	.productSlider .switchable{
		min-height: 375px;
	}
}
@media only screen and (max-width: 400px) {
	.productSlider .switchable{
		min-height: 425px;
	}
}


.cf-turnstile {
	display: block;
	width: 100%;
	padding: 0 14px;
}