.productfinder-block {
	position: relative;
	padding: 90px 0;
	overflow: hidden;
}
.productfinder-block .center {
	position: relative;
	z-index: 1;
}
.productfinder-block .maxwidth {
	max-width: 800px;
}
.productfinder-block .textcenter.maxwidth {
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.productfinder-block {
	padding: 60px 0;
	}
}
.productfinder-block .span6:first-child {
	display: flex;
	flex-wrap: wrap;
}
.productfinder-block.bg-image-active,
.productfinder-block.bg-image-active a,
.productfinder-block.bg-image-active .productfinder-text h1,
.productfinder-block.bg-image-active .productfinder-text h2,
.productfinder-block.bg-image-active .productfinder-text h3,
.productfinder-block.bg-image-active .productfinder-text h4,
.productfinder-block.bg-image-active .productfinder-text h5,
.productfinder-block.bg-image-active .productfinder-text p,
.productfinder-block.bg-image-active .productfinder-text li {
	color: #F5FBFF;
}
.productfinder-block.bg-image-active ul li:before,
.productfinder-block.bg-image-active ul li:before,
.productfinder-block.bg-image-active ul li:before,
.productfinder-block.bg-image-active ul li:before,
.productfinder-block.bg-image-active ul li:before {
background: #F5FBFF;
}
.productfinder-block.bg-image-active .tick ul li:before,
.productfinder-block.bg-image-active .tick ul li:before,
.productfinder-block.bg-image-active .tick ul li:before,
.productfinder-block.bg-image-active .tick ul li:before,
.productfinder-block.bg-image-active .tick ul li:before {
background: transparent url(../../images/icons/tick-box-white.svg) 50% 50% no-repeat;
background-size: 16px 16px;
}
.productfinder-block.bg-image-active ol li:before,
.productfinder-block.bg-image-active ol li:before,
.productfinder-block.bg-image-active ol li:before,
.productfinder-block.bg-image-active ol li:before,
.productfinder-block.bg-image-active ol li:before {
color: #F5FBFF;
}
/* Background images */
.productfinder-block .bg-shdw {
position: absolute;
width: 1920px;
height: 1920px;
background-position: 0 0;
background-repeat: no-repeat;
background-size: 1920px 1920px;
z-index: 0;
}
.productfinder-block .bg-shdw.shdw-left-inner {
top: -550px;
left: -500px;
rotate: 45deg;
}
.productfinder-block .bg-shdw.shdw-left-outer {
top: -550px;
left: -500px;
rotate: 45deg;
}
.productfinder-block .bg-shdw.shdw-right-inner {
top: -550px;
right: -550px;
rotate: -45deg;
}
.productfinder-block .bg-shdw.shdw-right-outer {
top: -550px;
right: -550px;
rotate: -45deg;
}


.productfinder-block .bg-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
}
.productfinder-block .bg-image:after {
	content: "";
	position: absolute;
	background-color: #000;
	opacity: 0.25;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

/* Dropdowns */
.secondary-dropdown,
h4.sub-heading {
	display: none;
}
.dropdown-1.q1 {
	display: block;
}

/* Form */
.ctaform-block {
	position: relative;
	padding: 90px 0;
	overflow: hidden;
}
.ctaform {
	position: relative;
	border-radius: 4px;
	padding: 30px;
	box-shadow: 0 0 75px rgba(0,0,0,0.33);
	z-index: 1;
	max-width: 526px;
	margin-left: auto;
}
.ctaform.initial {
	max-width: 366px;
	padding: 15px 20px;
}
@media screen and (max-width: 767px) {
	.ctaform {
		max-width: none;
		margin-left: 0;
	}
}
.ctaform h2 {
	font-size: 24px;
	font-weight: 500;
	margin: 0 0 8px 0;
}
.ctaform h4 {
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 8px 0;
}
.ctaform .row {
	justify-content: flex-end;
}
.ctaform .start.row {
	justify-content: space-between;
	align-items: center;
}
.ctaform .start.row div:nth-child(1) {
	text-transform: uppercase;
}
.ctaform .start.row div:nth-child(2) {
	margin-left: auto;
}
.labels {
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: solid 1px #E9EEF4;
}
.productfinder-logic {
	display: none;
}
.ctaform-block select,
.productfinder-block select {
	font-size: 16px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #002A42;
	width: 100%;
	font-family: 'Instrument Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	background: #F5FBFF url(../../images/icons/chevron-down-dark.svg) right 12px center no-repeat;
	border: 1px solid #ccc;
	line-height: 1;
	outline: 0;
	padding: 10px 12px;
  }

  
/* Hero image right layout */
.productfinder-block.image-right {
position: relative;
padding: 0;
overflow: hidden;
}
.productfinder-block.image-right .center {
width: 100% !important;
max-width: none;
margin: 0;
}
.productfinder-block.image-right .hero {
display: block;
position: relative;
}
.productfinder-block.image-right .herotext {
position: relative;
max-width: 1440px;
width: 90%;
box-sizing: border-box;
padding: 90px 0 90px 0;
margin: 0 auto;
z-index: 1;
}
.productfinder-block.image-right .herotext .maxwidth {
width: 48.25%;
max-width: 600px;
}
.productfinder-block.image-right figure {
position: absolute;
top: 0;
right: 0;
width: 48.25%;
height: 100%;
margin: 0 0 0 auto;
}
.productfinder-block.image-right figure img {
display: block;
width: 100%;
height: 100% !important;
object-fit: cover;
object-position: 50% 50%;
}
.productfinder-block.image-right .bg-shdw {
position: absolute;
top: -750px;
left: auto;
right: 90px;
width: 1920px;
height: 1920px;
background-position: 0 0;
background-repeat: no-repeat;
background-size: 1920px 1920px;
rotate: 0deg;
z-index: 0;
}
.productfinder-block.image-right .bg-shdw {
top: 0;
right: 22.5%;
background-position: 0 -390px;
margin-right: calc(25% - 275px);
}
.productfinder-block.image-right .ctaformcontainer {
width: 48.25%;
margin: -90px 0 -30px auto;
}
.productfinder-block.image-right .reviews_productfinder_image-right {
position: relative;
top: -30px;
width: 90%;
max-width: 1440px;
margin: 0 auto;	
}
.productfinder-block.image-right .reviews {
top: auto;
}
@media screen and (max-width: 767px) {
	.productfinder-block.image-right .herotext {
	padding: 30px 0;
	}
	.productfinder-block.image-right .herotext .maxwidth {
	width: 100%;
	max-width: none;
	}
	.productfinder-block.image-right figure {
	position: relative;
	top: auto;
	right: auto;
	width: 100%;
	height: auto;
	}
	.productfinder-block.image-right .ctaformcontainer {
	width: 100%;
	margin: 50px 0 0 0;
	}
	.productfinder-block.image-right .bg-shdw {
	top: auto;
	bottom: 100px;
	right: -500px;
	background-position: 100px 50px;
	rotate: 90deg;
	margin-bottom: calc(55% - 150px);
	}
	/* Outer glow on outer right shdw cuts off on mobile, so tweak it to avoid issue */
	.productfinder-block.image-right .bg-shdw.shdw-right-outer {
	bottom: -120px;
	rotate: -90deg;
	}
}
  
  
  

/* CTA block specifics */
.ctaproductfinder .content {
	font-size: 18px;
	font-weight: 600;
}
.heroform-contact {
    align-self: flex-end;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}
@media screen and (max-width: 767px) {
	.heroform-contact {
	margin-top: 20px;
	}
}
.heroform-contact span {
	display: block;
	padding: 10px 0;
}
.heroform-contact span i {
	display: inline-block;
	vertical-align: middle;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	width: 24px;
	height: 24px;
	margin: -3px 5px 0 0;
}
.heroform-contact span.phone i {
	background-image: url(../../images/icons/home-white.svg);
}
.heroform-contact span.email i {
	background-image: url(../../images/icons/tick-box-white.svg);
}
.heroform-contact a {
	text-decoration: none;
}
.heroform-contact a:hover,
.heroform-contact a:focus {
	text-decoration: underline;
}

.productfinder-block.bg-image-active .hero-menu li a {
color: #fff;
}
