@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 #555555;
	top: 0;
	left: 0;
	margin: auto;
}

#content_dc {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
    background:#9cc0dc;
	z-index: 100;
	overflow: hidden;
}

: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:#9cc0dc;
}

.ac {
    position:absolute;
	visibility: hidden;
	top:-1px;
	left:-1px;
}

#fader {
    position: absolute;
	top:0px;
	left:0px;
	z-index:1002;
    width:100%;
    height:100%;
    background:#9cc0dc;
    pointer-events: none;
}

#velogo1 {
	position: absolute;
    width:970px;
    height:250px;
    left:-4px;
    top: 0;
	z-index:6;
	overflow: hidden;
}

#vshape {
	position: absolute;
    width:750px;
    height:750px;
    left:0;
    top: 0;
	z-index:3;
	overflow: hidden;
    mix-blend-mode:screen;
}

#rbllogo {
	position: absolute;
    width:970px;
    height:250px;
    left:-1px;
    top: -1px;
	z-index:4;
    pointer-events: none;
}

#bg {
	position: absolute;
	top: 0;
    left: 0;
    width:970px;
    height:450px;
	z-index:1;
}

#smallprint {
	position: absolute;
    width:970px;
    height:250px;
    left:-2px;
    top:0px;
	z-index:4;
}

#buntingouter {
    position: absolute;
    width:970px;
    height:250px;
    left:0;
    top: 0;
	z-index:2;
    pointer-events: none;
}


#buntinggroup {
    position: absolute;
    width:970px;
    height:250px;
	z-index:1;
    pointer-events: none;
}

.buntingimg1, .buntingimg2 {
    position: absolute;
    width:301px;
    height:351px;
	z-index:3;
    pointer-events: none;
}

#velogo2, #text1, #text2 {
	position: absolute;
    width:970px;
    height:250px;
    left:-1px;
    top: -2px;
	z-index:4;
}

#velogo2 {
    top:0px;
}

#cta {
    position: absolute;
    width: 164px;
    height: 35px;
    left: 328px;
    top: 107px;
    z-index:10000;
    border-radius:5px;
    background:#e00a0f;
}

#cta:hover {
    background:#004892;
}

#ctatext {
    position: absolute;
    width: 164px;
    height: 35px;
    left: 0px;
    top: 0px;
    z-index:1;
}

#buntingmessages {
	position: absolute;
    width:970px;
    height:250px;
    left:-2px;
    top: 0;
	z-index:6;
}

#buntingmessagebg {
	position: absolute;
    width:301px;
    height:351px;
    left:0;
    top:0;
	z-index:1; 
} 