@charset "UTF-8";
/* CSS Document */

/* Default style, feel free to remove if not needed. */
body{
	vertical-align: baseline;
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
	background-color: #ccc;

	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

	font-family: 'Lato', sans-serif;
}


/* Div layer for the entire banner. */
#container_dc {
	position: absolute;
	width: 298px;
	height: 598px;
	border: 1px #999 solid;
	top: 0px;
	left: 0px;
	margin: auto;
	background-color: #fff;
}

#content_dc {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow:hidden;
	opacity: 0;
}

.block {
	position: absolute;
	width: 100%;
	z-index: 0;
}

#block1 {
	left: 0;
	top: 0;
	height: 240px;

}

#block2 {
	left: 0;
	bottom: 0;
	height: 360px;
	
}

#img_gradient {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;

	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+59,000000+100&0+51,0.65+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 51%, rgba(0,0,0,0.11) 59%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 51%,rgba(0,0,0,0.11) 59%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 51%,rgba(0,0,0,0.11) 59%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */

}

#hero {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;

	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.main_image {
	position: absolute;
	width: 250px;
	height: 300px;
	left: 0;
	right: 0;
	margin: auto;
	top: 25px;

	z-index: 1;

}

.badge {
	position: absolute;
	width: 25px;
	height: 25px;
	left: 0;
	right: 0;
	margin: auto;
	top: 13px;

	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;

	z-index: 3;
}

.inline_logo {
	position: absolute;
	width: 120px;
	height: 42px;
	left: 0;
	right: 0;
	margin: auto;
	top: 495px;

	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;

	z-index: 10;
}

.copy {
	position: absolute;
	width:260px;
	height:99px;
	left:20px;
	top:354px;
	color:#ffffff;
	font-size: 26px;
	line-height: 1.3;

	font-weight: 700;
	z-index: 10;
	text-align: center;
	letter-spacing: 0.1em;

}

.tagline {
	position: absolute;
	width:300px;
	height:24px;
	left:0px;
	top:553px;
	color:#ffffff;
	font-size: 8px;
	line-height: 1.1;

	position: absolute;
	font-weight: 900;
	z-index: 10;
	text-align: center;
	letter-spacing: 2px;
}

.cta_btn {
	position: absolute;
	width: 190px;
	height: 45px;
	left: 55px;
	top: 355px;

	z-index: 200;
	cursor: pointer;

	background-color: transparent;


	overflow: hidden;
	
}

.cta_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #719e8b;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
	
}

.cta_hotspot{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;

	z-index: 5;
}


.cta_copy {
	position: absolute;
	width: 100%;
	left: 0;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	text-align: center;
	
	color: #fff;
	font-size: 12px;
	z-index: 4;
	letter-spacing: 0.214em;
	font-weight: 700;

}




/* Invisible button for background clickthrough. */
#background_exit_dc {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	cursor: pointer;
	z-index: 50;
	background-color: #fff;
	opacity: 0;
}




:focus {outline:none;}
::-moz-focus-inner {border:0;}