@charset "UTF-8";
/* CSS Document */
@font-face {
    font-family: 'Gibson_Bold';
    src: url('font/Gibson-Bold.eot');
    src: url('font/Gibson-Bold.eot?#iefix') format('embedded-opentype'),
        url('font/Gibson-Bold.woff2') format('woff2'),
        url('font/Gibson-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gibson_Semi';
    src: url('font/Gibson-SemiBold.eot');
    src: url('font/Gibson-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('font/Gibson-SemiBold.woff2') format('woff2'),
        url('font/Gibson-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
/* Default style, feel free to remove if not needed. */
body{
	vertical-align: baseline;
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
	background-color: #ccc;
	font-family: 'Gibson_Semi';
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	
}

sup{
	font-family: sans-serif;
	vertical-align: top;
	font-size: 1em;
}
/* Div layer for the entire banner. */
#container_dc {
	position: absolute;
	width: 158px;
	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;
}

.headline {
	position:absolute;
	z-index: 10;
	letter-spacing: 0.5px;
	/*line-height: 120%;*/
}

.subheadline {
	position: absolute;
	z-index: 10;
	letter-spacing: 0.5px;
	/*line-height: 120%;*/
}

.copy {
	position:absolute;
	z-index: 10;
	letter-spacing: 0.5px;
	/*line-height: 120%;*/
}

.subcopy {
	position: absolute;
	z-index: 10;
	letter-spacing: 0.5px;
	/*line-height: 120%;*/
}

.price_bubble {
	position: absolute;
	z-index: 15;
}

.price_wrapper {
	position: absolute;
	width: 100%;
	height: auto;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.price_copy {
	font-family: 'Gibson_Semi';
	letter-spacing: 0.5px;
}

.price_number {
	font-family: 'Gibson_Bold';
	letter-spacing: 0.5px;
	vertical-align: top;
	padding-top: 0.5px;
}

.price_number sup{
	font-family: 'Gibson_Bold';
	vertical-align: top;
	font-size: 0.65em;
}

.img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;

	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.logo {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;

	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;

	image-rendering: auto;
  	image-rendering: crisp-edges;
  	image-rendering: pixelated;
}

.cta_btn {
	position: absolute;
	z-index: 200;
	border: 1px #fff solid;
	cursor: pointer;
}



.cta_cover {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

.cta_text {
	position: absolute;
	width: 100%;
	height: auto;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	z-index: 0;
	font-family: 'Gibson_Bold';
}





/* Invisible button for background clickthrough. */
#background_exit_dc {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	cursor: pointer;
	z-index: 100;
	background-color: #fff;
	opacity: 0;
}



:focus {outline:none;}
::-moz-focus-inner {border:0;}