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

/* Default style, feel free to remove if not needed. */
body, body * {
	vertical-align: baseline;
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
}

#container_dc {
	position: absolute;
	width:970px;
	height:250px;
	border:1px solid #0082dc;
	top: 0px;
	left: 0px;
	margin: auto;
}

#content_dc {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
    background:#ded9f9;
	z-index: 100;
	overflow: hidden;
}

/* Invisible button for background clickthrough. */
#background_exit_dc {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	cursor: pointer;
	opacity: 0;
	z-index: 600;
}


:focus {outline:none;}
::-moz-focus-inner {border:0;}
::-moz-focus-inner {border:0;}

div {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

#animationContent {
    position: absolute;
    width:100%;
    height:100%;
    z-index: 550;
	overflow: hidden;
    background:#ded9f9;
}

.ac {
    position:absolute;
	visibility: hidden;
	top:0px;
	left:0px;
}

#fader {
    position: absolute;
	top:0px;
	left:0px;
	z-index:600;
    width:100%;
    height:100%;
    background:#ded9f9;
}

#logos {
    position: absolute;
	top:0px;
	left:0px;
	z-index:10;
    width:100%;
    height:100%;
}

#edgingtop, #edgingbottom {
    position: absolute;
	top:0px;
	left:0px;
	z-index:2;
    width:100%;
    height:250px;
}

#roundel {
    position: absolute;
	top:0px;
	left:0px;
	z-index:3;
    width:100%;
    height:100%;
}

#text1, #designedtext, #designertext1, #designertext2, #designertext3 {
    position: absolute;
	top:-1px;
	left:0px;
	z-index:10;
    width:100%;
    height:100%;
}

#cta {
    position: absolute;
	top:0px;
	left:0px;
	z-index:13;
    width:100%;
    height:100%;
}

#myVideo {
    position: absolute;
	top:-1px;
	left:-1px;
	z-index:1;
    width:970px;
    height:250px;
}

#CTAGlint {
    position: absolute;
    top: 173px;
    left: 83px;
    width: 137px;
    border-radius: 2px;
    z-index: 580;
    overflow: hidden;
}

#ctaGlinter {
    left:-50px;
    top:0px;
}

#ctaGlinter, #CTAGlint {
	height:35px;
}

#ctaMask {
	top:-1px;
	left:-1px;
}