.l-screen {
	/* clips the view to viewport width */
	position: relative;
	overflow: hidden;
	width: 100%;
}

.l-view {
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-transition: -webkit-transform .4s ease;
	-moz-transition: -moz-transform .4s ease;
	-ms-transition: -ms-transform .4s ease;
	-o-transition: -o-transform .4s ease;
	transition: transform .4s ease;
	min-width: 1020px; /* responsive turned off, overwritten in responsive.css */
}

.l-view--is-menuactive {
	-webkit-transform: translate3d(-270px, 0, 0);
	-moz-transform: translate3d(-270px, 0, 0);
	-ms-transform: translate3d(-270px, 0, 0);
	-o-transform: translate3d(-270px, 0, 0);
	transform: translate3d(-270px, 0, 0);
}

.l-mainview {
	position: relative;
	z-index: 1;
	padding-top: 6.2rem;
}

.homepage .l-mainview {
	padding-top: 0;
}

.l-hero {
	text-align: center;
	background-position: top center;
	background-repeat: no-repeat;
}

.l-hero .navform {
	top: -20px;
	max-width: 1080px;
	margin: -66px auto 0;
	width: 96%;
	border-top: 8px #164e84 solid;
	padding: 2.4rem 1.8rem 1.8rem 1.8rem
}

.l-hero .navform:not(.home-navform) {
	text-align: left;
}

.dot {
	height: 62px;
	width: 62px;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	top: -40px;
	left: 1.8rem;
}

.dot img {
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	top: 50%;
	margin-top: -20px;
}

.l-contentpane-content .dot {
	display: none;
}

.navform .dash {
	font-size: 1.15rem;
}

.navform--bottom .dot, .navform--bottom .checklist, .navform--bottom h3, .navform--bottom .dash {
	display: none !important;
}

.online-testament .l-hero .navform .dot {
	background-color: #35B6E8;
}

.samenlevingscontract-online .l-hero .navform .dot {
	background-color: #FF4A5F;
}

.verklaring-van-erfrecht-online .l-hero .navform .dot {
	background-color: #3F355C;
}

.levenstestament-online .l-hero .navform .dot {
	background-color: #007684;
}

.online-testament .navform h2 {
	color: #35B6E8;
}

.samenlevingscontract-online .l-hero .navform h2 {
	color: #FF4A5F;
}

.verklaring-van-erfrecht-online .l-hero .navform h2 {
	color: #3F355C;
}

.levenstestament-online .l-hero .navform h2 {
	color: #007684;
}

.form-big .navform h2, .form-big .navform h3 {
	color: #000;
	display: block;
	margin: 0.5rem auto;
	text-align: left;
	width: 311px;
	max-width: 100%;
}

.form-big .navform h2 {
	font-weight: bold;
	font-size: 1.5rem;
	max-width: 100%;
}

.online-testament .l-hero .navform {
	border-color: #35B6E8;
}
.samenlevingscontract-online .l-hero .navform {
	border-color: #FF4A5F;
}
.verklaring-van-erfrecht-online .l-hero .navform {
	border-color: #3F355C;
}
.levenstestament-online .l-hero .navform {
	border-color: #007684;
}

.l-hero .navform > div > * > p {
	margin: 0;
}

.l-hero .calltoaction {
	margin: -125px auto 0 !important;
}

.l-hero .home-navform {
	top: -85px;
	margin: -170px auto 0;
}


.calltoaction {
    display: flex;
    flex-direction: row;
    padding: 0;
}

.calltoaction h2 p {
    text-align: left;
    margin-left: 2rem;
}

.calltoaction > div {
	flex: 1;
}

.l-content {
	max-width: 1080px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	min-height: 1.1em;
}

.l-content--steps {
	max-width: 1200px;
}

.l-plain {
	background: #fff;
}

.l-grid {
	padding: 1%;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.l-grid:before,
.l-grid:after {
	content: " ";
	display: table;
}

.l-grid:after {
	clear: both;
}

.l-grid--3 .l-grid-cell {
	width: 30.9%;
}

.l-grid--3 .l-grid-cell--3 {
	width: 97.6%;
}

.l-grid--3 .l-grid-cell--2 {
	width: 64.2%;
}

.l-grid--2 .l-grid-cell {
	width: 45%;
}

.l-grid--reverse .l-grid-cell {
	float: right;
}

.l-grid-cell {
	margin: 2.5%;

	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.l-grid-cell--padding {

}

.l-grid-cell--vcollapse {
	padding-top: 0;
	padding-bottom: 0;
	min-height: 1px;
}

.l-cell25, .l-cell33, .l-cell50, .l-cell66, .l-cell100 {
	float: left;
	box-sizing: border-box;
}

.l-cell25 {
	width: 25%;
}

.l-cell33 {
	width: 33.33%;
	/* padding: 2% 3%; */
}

.l-cell50 {
	width: 50%;
}

.l-cell66 {
	width: 66.67%;
}

.l-cell75 {
	width: 75%;
}

.l-cell100 {
	width: 100%;
}

.l-cols--3 {
	-moz-column-count: 3;
   -moz-column-gap: 20px;
   -webkit-column-count: 3;
   -webkit-column-gap : 20px;
   column-count: 3;
   column-gap: 20px;
}

.l-contentpane {
	max-width: 1080px;
}

.l-content--landing {
	position: relative;
	max-width: 1120px;
	border-radius: 4px;
}

.l-pageheader + .l-contentpane {
	margin-top: 90px;
}

.l-contentpane-content {
	padding: 1rem 0 4rem;
}

.l-contentpane-section.expander > h2 {
	margin: 0;
}

.l-half {
	width: 50%;
	float: left;
}

.r-half {
	width: 50%;
	float: right;
}

.l-left {
	float: left;
}

.l-right {
	float: right;
}

.l-aligncenter {
	text-align: center;
}

.l-subfooter {
	line-height: 1.5;
	padding-bottom: 3rem;
	padding-top: 1rem;
	border-top: 1px solid #D0D4D8;
}

.l-subfooter h4 {
	color: #000;
	margin-bottom: 1rem;
	font-size: 1.25rem;
	font-weight: 400;
}

.l-subfooter-links.l-cell33 {
	width: 33%;
}

.l-subfooter-links > a {
	display: block;
}

.l-subfooter-links > a + a {
	margin-top: 1.5rem;
}

.l-subfooter-contact img {}

.l-subfooter-contacttext {
	display: inline-block;
	padding-left: 0.5rem;
	margin-bottom: 1.5rem;
	max-width: 88%;
	vertical-align: top;
}

.iconspace {
	margin-right: 0.5rem;
}

.l-subfooter .iconspace {
	margin-right: 1rem;
}

.subtext {
	font-size:0.9em;
}

#newslettersignup p {
	font-size:1em;
	font-weight:bold;
	color:#AA3131;
}

.l-subfooter-newsletter input{
	color:#999;
}

.l-subfooter-logos a{
	display:block;
	margin-top: 0.5em;
}

.l-subfooter-newsletter .sideform {
	margin-bottom: 2rem;
}

.l-subfooter .sideform-input {
	width: 61%;
	max-width: 17rem;
	line-height: 2.5rem;
	height: 2.5rem;
	box-sizing: border-box;
	float: left;
}

.l-subfooter .sideform-button {
	margin-left: 2%;
	padding: 0 1em;
	line-height: 2.5;
	box-shadow: 0 4px 0 #DBE4EB;
	font-weight: 600;
	width: 37%;
	max-width: 10rem;
}

.l-subfooter .sideform-button:hover {
	/* background: #0B3964; */
}

.l-pagefooter {
	background: #fff;
	overflow: hidden;
	height: 4rem;
}

.l-pagefooter > .l-content {
	overflow: hidden;
}

.l-pagefooter .tagline {
	float: right;
	margin: 0.2rem 0;
}

.l-pagefooter a {
	color: inherit;
}

.l-pagefooter .termslist {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.link_bar {
	background: #f7f7f7 !important;
}

.link_bar h3 {
	color: #333333;
	margin-left:1.2%;
}

.link_bar img{
	height: 40px;
	margin: 3px 3px 3px 10px;
}

.l-homepagecontent-lastcol {
	float: right;
}

.l-homepagecontent h3 {
	color:#333;
}

.l-homepagecontent-quoteslider {
	float: none;
	overflow: hidden;
}

/* The ghost, nudged to maintain perfect centering */
.l-verticallycentered:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em; /* Adjusts for spacing */
}

/* The element to be centered, can
   also be of any width and height */
.l-verticallycentered-child {
	display: inline-block;
}

.l-formfield {
	width: 50%;
	padding-right: 5%;
	margin: 1rem 0;
	position: relative;
}

@media (max-width: 1000px) {
	.l-hero {
		overflow-x: hidden;
	}
}
