body {
	padding:0;
	margin:0;
}
html, button, input, select, textarea {
	font-family: "Source Sans Pro",Helvetica,sans-serif;
}
.funnelkit_background{
    height: 100%;
    width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.funnelkit_content_layer{
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2;
	height: 100%;
	width: 100%;
}
.funnelkit_content{
	position: relative;
	border-style: solid;
}

.section{
	display: block;
}

.subsections{
	float: left;
}

.section-1-coll-element-0{
	width: 100%;
}

.section-2-coll-element-0, .section-2-coll-element-1{
	width: 50%;
}

.section-3-coll-element-0, .section-3-coll-element-1, .section-3-coll-element-2{
	width: 33.3%;
}
#exitpopup_bg {
	background-image:url('../images/exit_popup_bg.png');
}
/*
 * If developing a full page background the styles from .video-background will be required.
 * The classname itself is unimportant.
 *
 */
.video-background {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.video-background video {
	min-height: 100%; 
	min-width:100%; 
}
.video-container {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 144%;
    height: 100%;
}