@charset "UTF-8";
/* CSS Document */
/* Default style, feel free to remove if not needed. */

body,
body * {
    vertical-align: baseline;
    font-family: 'Sprint Sans Web', sans-serif;
    border: 0;
    outline: 0;
    padding: 0;
    margin: 0;
}
/* Div layer for the entire banner. */
#legal_copy1 span{
	text-decoration:none;
	color:#026ba1;
}
#container_dc {
    position: absolute;
    width: 726px;
    height: 88px;
    border: 1px solid #000000;
    top: 0px;
    left: 0px;
    margin: auto;
    overflow: hidden;
    cursor: pointer;
}
#content_dc {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #edecec;
    z-index: 100;
    display: none;
}
#underground_line{
    position: absolute;
    width: 726px;
    height: 7px;
    bottom: 0;
    background-color: #ffc309;
    z-index: 101;
}
:focus {
    outline: none;
}

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

#logo {
    position: absolute;
    width: 51px;
    height: 77px;
    top: 2px;
    left: 10px;
    background: url('logo.png') no-repeat;
}
#circle1{
    position: absolute;
    width: 464px;
    height: 411px;
    top: -167px;
    left: 129px;
    background-color: #ffc309;
    border-radius: 100%;
    z-index: 2;
}
#circle2{
    position: absolute;
    width: 464px;
    height: 411px;
    top: -167px;
    left: 130px;
    background-color: #ffc309;
    border-radius: 100%;
    z-index: 3;
}
#frame3{
    position: absolute;
    width: 728px;
    height: 90px;
    top: 0;
    left: 0;
    z-index: 3;
}
#copy1{
	width: 100%;
    height: 100%;
    position: absolute;
    top: 14px;
    left: -2px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    line-height: 28px;
    letter-spacing: 0px;
}
#copy2_1{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 194px;
    left: 1px;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    line-height: 30px;
    letter-spacing: -.2px;
}
#copy2_2{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 219px;
    left: 2px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    line-height: 30px;
    letter-spacing: 0;
}
#copy3_1{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 1px;
    left: 10px;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    line-height: 28px;
    letter-spacing: 0;
}
#copy3_2_symbol{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 24px;
    left: -122px;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    line-height: 28px;
    letter-spacing: -.2px;
}
#copy3_2{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 31px;
    left: 16px;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    line-height: 28px;
    letter-spacing: -.3px;
}
#copy3_3{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 54px;
    left: 10px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    line-height: 28px;
    letter-spacing: 0.1px;
}
#copy4{
    position: absolute;
    top: 0;
    left: 0;
    width: 464px;
    height: 411px;
    z-index: 4;
}
#copy4_1{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 176px;
    left: 0px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    line-height: 27px;
    letter-spacing: -0.2px;
}
#cta {
    position: absolute;
    height: auto;
    width: auto;
    bottom: 32px;
    right: 14px;
    padding: 10px 26px 8px 26px;
    border-radius: 15px;
    overflow: hidden;
    background-color: #FEC312;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: .2px;
    z-index: 2;
}
#legal {
    position: absolute;
    height: 15px;
    margin: 0 auto;
    top: 69px;
    left: 253px;
    font-size: 9px;
    letter-spacing: -.3px;
    font-weight: 500;
    color: #000000;
	text-decoration:underline;
    z-index: 100;
    display: none;
}
#legal_copy1{
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    top: 39px;
    left: 1px;
    font-size: 12px;
    letter-spacing: -0.3px;
    font-weight: 500;
    color: #000000;
}
#box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    opacity:0;
    background-color: #ffc309;
	z-index:10000;
}

