h1.h1 {
    text-shadow: none;
    font-weight: 700;
    font-size: 55px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Montserrat';
    color: white;
}


/*** Signup ***/

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

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;
}
body.form-success.signup-page div#form-success {
    display: block;
}
@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;
		/* margin-top: 70px; */
	}

	.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;
		display: flex;
		position: relative;
		z-index: 2;
	}

	.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: 80px 25px 60px;
		text-align: center;
	}

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

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

}
header.signup-header {
    background: #012169;
    padding: 60px 15px;
}
 
.signup-header-container .header-row { 
    align-items: center;
    justify-content: center;
}

.back {
    margin-inline-start: auto;
    position: absolute;
    right: 30px;
}

h1.h1 span {
    color: #69B3E7;
}

div#signup {
    margin: 0;
    border-radius: 0;
    padding: 50px 0px;
}

form#signupForm div label {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.3;
/* or 142% */
    letter-spacing: 0.04em;

/* Anthem Blue */
    color: #012169;
}

form#signupForm input:not([type="checkbox"]), form#signupForm .date--input {
    font-weight: 400;
    font-size: 25px;
    color: #37475A;
    font-style: italic;
    border: 1px solid #37475A;
    border-radius: 0px;
    line-height: 100px;
    height: 100px;
    padding: 0px 20px;
    font-family: 'Montserrat';
}

form#signupForm input[type="checkbox"] + label {
    font-style: italic;
    font-weight: 400;
    font-size: 25px;
    line-height: 1.5;
/* or 170% */
    letter-spacing: 0.04em;

/* Grey for paragraph */
    color: #37475A;
    margin-top: 6px;
    /* display: flex; */
    /* align-items: center; */
    position: relative;
    margin-left: 0px;
    padding-left: 50px;
    margin-bottom: 20px;
}

form#signupForm input[type="checkbox"] {
    display: none;
}

form#signupForm input[type="checkbox"] + label:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 2px solid #012169;
    vertical-align: text-top;
    position: absolute;
    left: 0;
    top: 3px;
}


form#signupForm input[type="checkbox"]:checked + label:after {font-weight: 500;content: '1';position: absolute;left: 4px;width: 30px;line-height: 30px;transform: rotateY(180deg) rotate(115deg);height: 30px;top: 9px;font-size: 28px;color: #0079C2;}

form#signupForm input[type="checkbox"]:checked + label:before {
    border: 2px solid #0079C2;
}

form#signupForm button.form-submit {
    border: 2px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 84px;
    height: 84px;
    border-radius: 0px;
    /* position: absolute; */
    /* bottom: 60px; */
    /* right: 15px; */
    background: #012169;
}

form#signupForm button.form-submit:focus {
    outline: 2px solid #012169;
    border-color: white;
    box-shadow: inset 0px 0px 0px 2px white;
}

form#signupForm > div {
    padding-bottom: 40px;
}

form#signupForm > div.div--fullwidth {padding-bottom: 50px;}

form#signupForm > div.div--fullwidth + div.div--fullwidth {
    padding-bottom: 10px;
}

form#signupForm > .div--fullwidth + .row {
    flex: 0 0 calc(100% + 30px);
    margin: auto -15px;
    width: calc(100% + 30px);
}

body.signup-page {
    background: white;
    font-family: Montserrat;
    padding: 0;
}
body.signup-page.form-success form#signupForm {
    display: none;
}
 
div#form-success {
    border-color: #012169;
    color: #012169;
    /* position: absolute; */
    /* left: 0; */
    font-size: 30px;
    text-align: center;
    line-height: 1.6;
    padding: 0px 10%;
    display: none;
}

.form-thanks {
    color: #012169;
    font-weight: 700;
}



@media (max-width:768px) {
        
    header.signup-header {
        padding: 30px 35px;
    }
    
form#signupForm > .div--fullwidth + .row .div--fullwidth {
    margin-bottom: 0px;
}
    h1.h1 {
        font-size: 27px;
    }
    
    .back {
        width: 30px;
        top: 10px;
        right: 10px;
    }
    
    div#signup {
        padding: 30px 0px;
    }
    
    form#signupForm div label {
        font-size: 20px;
    }
    
    form#signupForm input:not([type="checkbox"]), form#signupForm .date--input {
        line-height: 60px;
        height: 60px;
        font-size: 18px;
    }
    
    form#signupForm > div {
        padding-bottom: 20px;
    }
    
    form#signupForm button.form-submit {
        position: relative;
        left: 0;
        right: 0;
        bottom: auto;
    }
    
    form#signupForm > div.div--fullwidth {
        padding-bottom: 20px;
    }
    
    form#signupForm input[type="checkbox"] + label {
        font-size: 16px;
        letter-spacing: 0px;
        width: 100%;
        padding-left: 37px;
        max-width: 100%;
    }
    
    form#signupForm input[type="checkbox"] + label:before {
        width: 23px;
        height: 23px;
        margin-inline-end: 10px;
        vertical-align: top;
        position: absolute;
        left: 0;
        top: 0;
    }
    
    form#signupForm input[type="checkbox"]:checked + label:after {
        left: 2px;
        top: 4px;
        font-size: 22px;
    }
}