/* CSS */
body {
	margin: 0;
	padding: 0;
}
blockquote {
	font-style: italic;
	padding-left: 17px;
}	
pre {
	padding: 14px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
ul, ol {
	list-style-position: inside;
}
a {
	color: inherit;
}
a:visited, a:hover	{
	opacity: 0.65;
}
img {
	max-width: 100%;
}
#fca-lpc-wrapper {
	display: table;
	box-sizing: border-box;
	width: 100%;
	height: 100vh;
	padding: 10px;
	font-family: sans-serif;
	text-align: center;
	background-attachment: fixed;
	background-position: center; 
	background-repeat: no-repeat;
	background-size: cover;
}

#fca-lpc-wrapper canvas {
	position: fixed;
	left: 0;
}

#fca-lpc-main {
	margin: 0;
	display: table-cell;
	vertical-align: middle;
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
}

#fca-lpc-inner {
	position: relative;
	max-width: 800px;
	margin: 0 auto;
	z-index: 10;
}

#fca-lpc-headline {
	font-size: 48px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.33;
	letter-spacing: normal;
	color: #ffffff;
	margin-bottom: 32px;
}

#fca-lpc-header {
	background-color: white;
	height: 90px;
}

#fca-lpc-header img {
	padding-top: 15px;
	padding-left: 50px;
	height: 60px;
}

#fca-lpc-header a {
	text-decoration: none;
}

#fca-lpc-header_copy {
	position: absolute;
	top: 33px;
	padding-left: 30px;
	font-size: 25px;
	font-family: sans-serif;
}

.fca-lpc-countdown { 
	font-size: 68px;
	font-family: sans-serif;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
}

.fca-lpc-countdown-text{ 
	padding-top: 15px;
    font-size: 16px; 
} 

#fca-lpc-countdown-circles {
	padding-bottom: 25px;
}

#fca-lpc-countdown-circles > div{ 
    display: inline-block;
    height: 120px;
    width: 120px;
	line-height: 1.7;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 4px solid;
    text-align: center;
}

#fca-lpc-countdown-blocks {
	padding-bottom: 25px;
}

#fca-lpc-countdown-blocks > div{ 
    display: inline-block;
    height: 120px;
    width: 120px;
    line-height: 1.7;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 4px solid;
    text-align: center;
}

#fca-lpc-countdown-none {
	padding-bottom: 25px;
}

#fca-lpc-countdown-none > div{ 
    display: inline-block;
    height: 120px;
    width: 120px;
    text-align: center;
}

#fca-lpc-subheadline {
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.33;
	letter-spacing: normal;
	color: #ffffff;
	margin-bottom: 64px;
}
#fca-lpc-gdpr {
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.33;
	letter-spacing: normal;
	color: #ffffff;
	margin-bottom: 32px;
}

#fca-lpc-gdpr div {
	margin-bottom: 16px;
}

#fca-lpc-gdpr-consent {
	cursor: pointer;
	margin: 0;
 	position: relative;
 	top: 2px;
}

#fca-lpc-gdpr label {
	display: block;
	cursor: pointer;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.33;
	letter-spacing: normal;
	color: #ffffff;
}

#fca-lpc-gdpr label p {
	display: inline;
}

#fca-lpc-subheadline * {
	margin-left: auto;
	margin-right: auto;
}

#fca-lpc-subheadline p {
	margin-top: 0;
	margin-bottom: 16px;
}



#fca-lpc-optin {
	width: 100%;
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
}

#fca-lpc-after-button {
	margin-top: 32px;
	margin-bottom: 8px;
	font-size: 13px;
}

#fca-lpc-after-button p {
	margin-top: 0;
	margin-bottom: 8px;
}

#fca-lpc-name-input {
	display: block;
	background-color: #ffffff;
	border: solid 1px #979797;
}

#fca-lpc-skip-link {
	text-decoration: none;
}

#fca-lpc-skip-link:hover {
	opacity: 0.74;
}

@keyframes pulse {
	from {
		-webkit-transform: none; 
		-moz-transform: none; 
		-o-transform: none;
		-ms-transform: none; 
		transform: none; 
	}
	50% {
		-webkit-transform: scale(1.1); 
		-moz-transform: scale(1.1); 
		-o-transform: scale(1.1); 
		-ms-transform: scale(1.1); 
		transform: scale(1.1); 
	}
	to {
		-webkit-transform: none; 
		-moz-transform: none; 
		-o-transform: none; 
		-ms-transform: none; 
		transform: none; 
	}
}
.tooltipster-sidetip.tooltipster-borderless.fca-landing-page-cat .tooltipster-box {
	background-color: #e74c3c;
	font-family: HelveticaNeue, sans-serif;
	color: white;
}
.tooltipster-sidetip.tooltipster-borderless.fca-landing-page-cat-success .tooltipster-box {
	background-color: #148544;
	font-family: HelveticaNeue, sans-serif;
	color: white;
}

input.fca-lpc-invalid {
	border: 1px solid #e74c3c;
	-webkit-animation: pulse .5s;
	-moz-animation: pulse .5s;
	-o-animation: pulse .5s;
	-ms-animation: pulse .5s;
	animation: pulse .5s;
}

.fca-lpc-input-element {
	box-sizing: border-box;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-radius: 4px;
	padding: 13px;
	margin-bottom: 16px;
}

#fca-lpc-email-input {
	display: block;
	background-color: #ffffff;
	border: solid 1px #979797;

}

#fca-lpc-optin-button {
	max-width: 480px;
	cursor: pointer;
	display: block;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #ffffff;
	border: 0;
	border-bottom: 4px solid #FFF;
}

/* WYSI CLASSES */
.wysiwyg-text-align-left {
	text-align: left!important
}
.wysiwyg-text-align-right {
	text-align: right!important
}
.wysiwyg-text-align-center {
	text-align: center!important
}

/* RESPONSIVE */

@media (max-width: 675px) {

	#fca-lpc-headline {
		font-size: 32px;
		line-height: 1.5;
		margin-bottom: 24px;
	}		
	
	#fca-lpc-subheadline {
		font-size: 20px;
		line-height: 1.5;
		margin-bottom: 48px;
	}
	.fca-lpc-input-element {
		margin-bottom: 8px;
	}
	
	#fca-lpc-after-button {
		font-size: 11px;
	}

}