


/*** Signup ***/

div#signup {
    padding-top: 90px;
    padding-bottom: 40px;
    margin: 0px 0px 0px;
    background: #ffffff;
    border-radius: 30px 30px 0px 0px;
}

div#signup > .container {
    max-width: 1300px;
}

.signup-title {
    text-align: center;
    font-size: 54px;
    font-weight: 900;
    color: #3179bc;
    line-height: 1.4;
    margin-bottom: 30px;
}

.signup-title small {
    font-size: 26px;
    font-weight: 500;
    display: block;
    font-style: italic;
}

.signup-text {
    color: #312E2E;
    font-weight: 500;
    font-size: 25px;
    line-height: 1.7;
    letter-spacing: 1px;
    text-align: center;
    font-style: italic;
}

.signup-text a {
    text-decoration: underline;
    color: inherit;
}





form#signupForm label.label--1 {
    position: absolute;
    font-size: 16px;
    background-color: #fff;
    padding-left: 6px;
    padding-right: 6px;
    top: -34px;
    left: 7px;
}

form#signupForm .label--container {
    position: relative;
    display: inline;
    margin: unset;
}

form#signupForm .date--inputs {
    margin-top: 10px;
    margin-bottom: 10px;
    justify-content: space-between;
    display: flex;
}

form#signupForm .date--input {
    width: 126px;
    height: 66px;
    display: inline-block;
    font-size: 18px;
    padding: 0.6em 1.4em 0.5em 0.8em;
    box-sizing: border-box;
    margin: 0;
    border: 2px solid #7e858e;
    box-shadow: 0 1px 0 1px rgb(0 0 0 / 4%);
    color: #7e858e;
    border-radius: 3px;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAJCAYAAADU6McMAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAhGVYSWZNTQAqAAAACAAFARIAAwAAAAEAAQAAARoABQAAAAEAAABKARsABQAAAAEAAABSASgAAwAAAAEAAgAAh2kABAAAAAEAAABaAAAAAAAAAEgAAAABAAAASAAAAAEAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAEaADAAQAAAABAAAACQAAAAAtOSJBAAAACXBIWXMAAAsTAAALEwEAmpwYAAABWWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS40LjAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyI+CiAgICAgICAgIDx0aWZmOk9yaWVudGF0aW9uPjE8L3RpZmY6T3JpZW50YXRpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgpMwidZAAAAtElEQVQoFWOcuWxHwZ//TAeyo90uMJAIpi/d2cDA9G8BE8gAFsb/66cu3WVArBn///9nnLV013wmxv9+HD84PjCBXPDnP2MgKQbNXrZ73n/Gf/psP9mdEhMdPzDCbAe5BGQQyEB8XgO54D/jfwO2n2yOIANA+uGGgDiEDMJmAIYh+AzCZQBWQ7AZhM8AnIYgGwRkg6JeATkMQPLIACVMkCVAbFAYMTH8DeD4xTEBFojoakB8AJu+eZXgXagGAAAAAElFTkSuQmCC);
    background-repeat: no-repeat,repeat;
    background-position: right 0.7em top 50%,0 0;
    background-size: 0.65em auto,100%;
    width: 31%;
    /* margin-right: 30px; */
    cursor: pointer;
}

form#signupForm {
    display: flex;
    flex-flow: row wrap;
    width: 1100px;
    max-width: 100%;
    justify-content: space-between;
}

form#signupForm div label {
    font-size: 20px;
    font-family: KievitOT;
    font-weight: 600;
    margin-bottom: 0px;
    color: #37475A;
}

form#signupForm input:not([type="checkbox"]){
    height: 66px;
    border: 2px solid #7e858e;
    border-radius: 3px;
    padding: 0.6em 20px;
    font-size: 1.1em;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    display: block;
    /* max-width: 475px; */
}

form#signupForm > div {
    /* margin-right: 27px; */
    flex: 0 0 calc(100% / 2 - 20px);
    padding-bottom: 20px;
}
 
form#signupForm .date--input + .date--input {
    margin-left: 2%;
}

form#signupForm 
 .date--inputs .label--container {
    margin-right: 0;
}

div#signupform-container {
    padding: 20px 0px;
}

form#signupForm > div.div--fullwidth {
    flex: 0 0 100%;
    margin-bottom: 0px;
    padding-bottom: 10px;
}

form#signupForm input[type="checkbox"] {
    height: 31px;
    width: 30px;
    margin-top: 20px;
    vertical-align: top;
    display: inline-block;
    cursor: pointer;
}

form#signupForm input[type="checkbox"] + label {
    margin-top: 32px;
    margin-left: 10px;
    line-height: 8px;
    white-space: normal;
    display: inline-block;
    cursor: pointer;
    font-weight: 400;
}

form#signupForm input[type="checkbox"] + label a {
    color: #3179bc;
    text-decoration: underline;
}

form#signupForm .div--fullwidth input:not([type="checkbox"]) {
    width: 100%;
    /* max-width: 1010px; */
}
form#signupForm input:not([type="checkbox"])::placeholder {
    font-style: italic;
}
form#signupForm button.form-submit {
    color: #fff;
    line-height: 8px;
    width: 342px;
    height: 62px;
    font-size: 30px;
    font-weight: 500;
    cursor: pointer;
    margin: 30px auto;
    max-width: 100%;
    border-radius: 5px;
    box-shadow: 1px 1px 1px hsl(0deg 0% 65% / 75%);
    margin-bottom: 30px;
    border: 0;
    outline: none;
    background-color: #7E858E;
}
.container.smallfooter {
    padding: 0;
    margin-top: 60px;
}

.container.smallfooter a {
    margin: auto 10px;
    color: white;
    font-size: 16px;
}
.blocks-img img {
    image-rendering: auto;
    image-rendering: crisp-edges;
    image-rendering: pixelated;

  /* Safari seems to support, but seems deprecated and does the same thing as the others. */
    image-rendering: -webkit-optimize-contrast;
}

@media (max-width:1092px){
	form#signupForm > div {
		flex: 0 0 100%;
	}

	form#signupForm .date--input {
		width: 100%;
		margin-bottom: 0px;
		height: 50px;
		line-height: 48px;
		padding: 0px 10px;
	}
 

	form#signupForm button.form-submit {
		width: 100%;
		font-size: 22px;
		height: 50px;
		line-height: 50px;
	}

	form#signupForm input[type="checkbox"] + label {
		max-width: calc(100% - 40px);
		font-size: 17px;
	}

	div#signup {
		padding: 50px 0px 20px;
	}

	.signup-text {
		margin-bottom: 30px;
		font-size: 14px;
	}

	form#signupForm .date--input:last-child {
		margin-bottom: 0px;
	}
	#hero .hero-price {
		margin: auto;
	}

	#hero a.button.blue {
		margin: 0px auto 10px;
	}
	.step-block--img {
		display: flex;
	}

	.step-block--img img {
		margin: auto;
		height: 33px;
	}
	.blocks .section-title strong {
		display: block;
	}

	.features .section-title strong {
		display: block;
	}
	.features .section-title {
		max-width: 290px;
		margin: auto;
		text-align: center;
		text-align-last: center;
	}

	.features .section-title span.strong {
		font-weight: 400;
		font-style: italic;
	}

	.features .section-title strong {
		white-space: nowrap;
		width: 110%;
		text-align: center;
		left: -5%;
		position: relative;
	}

	.footer-content img {
		flex: 0 0 200px;
		width: 200px;
	}

	.footer-content {
		display: block;
	}

	.footer-content-2 {
		font-size: 14px;
		margin-top: 40px;
	}

	button.mobile-toggler {
		background:none; 
		border:0px;
		padding:0px;
		margin: auto 0px;
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 30px;
		        flex: 0 0 30px;
		height: 32px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: space-evenly;
		    -ms-flex-pack: space-evenly;
		        justify-content: space-evenly;
				margin-left:auto;
	}

	.mobile-toggler span {
		height: 2px;
		background: #30519e;
		width: 100%;
		display: block;
		-webkit-transition: 0.3s all ease;
		-o-transition: 0.3s all ease;
		transition: 0.3s all ease;
	}
	
	
	footer.footer {
		padding: 60px 25px;
	}

	.header-container {
		padding: 0px 15px;
	}

	.logo img {
		max-width: 200px;
	}

}

.visually-hidden{
position: absolute; 
  overflow: hidden; 
  clip: rect(0 0 0 0); 
  height: 1px; width: 1px; 
  margin: -1px; padding: 0; border: 0; 
}


a.skip-to-content-link {
	font-size: 1rem;
    font-weight: 500;
    height: 0.0625rem;
    left: -62.4375rem;
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 0.0625rem;
    z-index: -999;}

a.skip-to-content-link:active, a.skip-to-content-link:focus {
    background-color: #ffffff;
    border: 0.25rem solid #276DE2;
    border-radius: 0.9375rem;
    color: #000000;
    height: auto;
    left: auto;
    margin: 0.625rem 35%;
    overflow: auto;
    padding: 0.3125rem;
    text-align: center;
    top: auto;
    width: 30%;
    z-index: 999;
}
a:focus {
    border: 1px solid red;
}
  
#hero  h1.hero-title {background: #e4e2e5;display:inline;}
#hero .hero-subtitle {background: #e1dfe2; display:table;margin-left:0px;  }
#hero .hero-price {background: #dedcdd; display:table;margin-left:0px;}


body.signup-page header.section-header { background-color: #E6E5E6; }

body.signup-page .footer-content p {
    margin: 0;
    font-weight: 300;
    font-style: unset;
    max-width: 550px;
}

body.signup-page {
    background: #E6E5E6;
}

.container.smallfooter {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
}
body.signup-page nav.menu ul li a {
    /* color: #0079C2; */
}

body.signup-page nav.menu ul li a:hover {
    background: #37475A;
    color: white;
}

body.signup-page  nav.menu ul li.menu-button:hover {
    border-color: #37475A;
}

.validation-error {
    box-shadow: 0px 0px 0px 2px red !important;
}
 

body.signup-page.form-success form#signupForm {
    display: none;
}

body.signup-page.form-success div#form-success {
    display: block;
}

div#form-success {
    display: none;
    border: 3px solid #37475a;
    text-align: center;
    padding: 30px 10%;
}

.form-thanks {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #37475a;
}

.form-message {
    font-size: 20px;
    padding: 20px 0px 0;
    line-height: 1.3;
}

body.signup-page nav.menu ul li.menu-button {
    display: none;
}

body.signup-page .section-header {
    line-height: 80px;
}

body.signup-page .only-mobile {
    display: none;
}


@media (max-width:1092px){
	#hero .hero-price {
		margin: auto;
		background: #e7e5e8;
	}

	#hero h1.hero-title {
		text-align: center;
		display: block;
		background: #e7e5e8;
	}

	#hero .hero-subtitle {
		background: #e7e5e8;
	}
	
}

@media (max-width:992px){

	.signup-title {
		font-size: 30px;
		margin-bottom: 10px;
	}

	.signup-title small {
		font-size: 20px;
	}

	form#signupForm div label {
		font-size: 18px;
	}

	form#signupForm input:not([type="checkbox"]) {
		height: 50px;
		line-height: 50px;
		font-size: 18px;
	}

	.container.smallfooter {
		line-height: 2;
	}
	
} 

body.signup-page .section-header {
    background: #E6E5E6;
}