@charset "UTF-8";
/* CSS Document */

body, html{
    vertical-align: baseline;
    border: 0;
    outline: 0;
    padding: 0px;
    margin: 0;
    font-size: 20px;
    color: #ffffff;
    text-align: center;

}

#container {
	position:absolute;
	width: 728px;
	height: 90px;
	display: block;
	overflow:hidden;
}

/* Collapsed */
#banner {
	position:absolute;
	width: inherit;
	height: inherit;
	opacity: 0;
}

#bg {
	position:absolute;
	width: inherit;
	height: inherit;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

#copy1 {
	position:absolute;
	width: inherit;
	height: inherit;
	background-repeat: no-repeat;
	background-size: contain;
	background-size: 100% 100%;
}

#copy2 {
	position:absolute;
	width: inherit;
	height: inherit;
	background-repeat: no-repeat;
	background-size: contain;
	background-size: 100% 100%;
}

#copy3 {
	position:absolute;
	width: inherit;
	height: inherit;
	background-repeat: no-repeat;
	background-size: contain;
	background-size: 100% 100%;
}

#logo {
  	position:absolute;
	width: 160px;
	height: 70px;
	left: 0px;
	top: 496px;
  	background-repeat: no-repeat;
	background-size: contain;

	background-position: center center;
	border: 0px solid transparent;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#cta {
  	position:absolute;
	width: inherit;
	height: inherit;
	background-repeat: no-repeat;
	background-size: contain;
}

#cta_hover {
	position:absolute;
  	width: inherit;
	height: inherit;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0;
}


/* Global Classes */

.clickthrough {
	position:absolute;
	width: 100%;
	height: 100%;
	left:0px;
	top:0px;
	background-color: #fff;
	opacity: 0;
	overflow:hidden;
	cursor: pointer;
}

.border {
	position: absolute;
	box-sizing:border-box;
  	-moz-box-sizing:border-box;
  	-webkit-box-sizing:border-box;
	width: inherit;
	height: inherit;
	border: solid;
	border-width: 1px;
}