html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

@font-face {
    font-family: 'National 2';
    
    src: url('../font/National2-Bold.woff') format('woff');
       
    font-weight: bold;
    font-style: normal;
}

/*------------------------- GLOBAL STYLES --------------------------------*/
strong, b {
    font-weight: bold;
}
.text {
    position: relative;
    display: block;
    -webkit-font-smoothing: antialiased;
}
.hidden {
    display: none;
    visibility: hidden;
}
#banner_outline {
    font-family: 'National 2';
    position: absolute;
    top: 0px;
    left: 0px;
	width: 968px;
	height: 248px;
    color: #000000;
    line-height: 1;
    border: 1px solid #000000;
    cursor: pointer;
    overflow: hidden;
}
#dynamic_content {
	position: relative;
	width: 100%;
    height: 100%;
    z-index: 2;

    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.white_bg {
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
}

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

.frame_bg {
    position: absolute;
    width: 1100px;
    height: 1100px;
    border: 1px solid transparent;
    border-radius: 800px;
}

.spotlight_bg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 450px;
    height: 450px;
    border: 1px solid transparent;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}


/*------------------------- IMAGE --------------------------------*/
.frame_img {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 250%;
    border: 1px solid transparent;
    border-radius: 60%;
    background-size: 570px;
    background-repeat: no-repeat;
    background-position: center;
}

/*------------------------- TEXT --------------------------------*/
.frame_copy {
    position: absolute;
    top: 0;
    left: 0;
    display: table;
    width: calc(100% - 20px);
    height: 100%;
    text-align: left;
    opacity: 0;
    padding: 10px;
    text-align: center;
}

.image_top .frame_copy{
    top: 20%;
    height: 80%;
    width: calc(48% - 20px);
}
.image_bottom .frame_copy{
    top: 20%;
    height: 80%;
    left: calc(52% - 10px);
    width: calc(48% - 20px);
}

.frame_copy_inner {
    display: table-cell;
    vertical-align: middle;
}

.text_only .frame_copy_inner {
    vertical-align: middle;
}

#endframe .frame_copy {
    height: auto;
    top: 40%;
}

.endframe .frame_copy_inner {
    vertical-align: middle;
}

#endframe .image_top .frame_copy {
    text-align: left;
    padding-left: 30px;
}

/*------------------------- CTA --------------------------------*/
#cta_content {
    width: 100%;
    text-align: center;
    margin-top: 40px;
    opacity: 0;
}

#cta_content p {
    display: inline-block;
    margin-bottom: 6px;
}

#cta {
    padding: 8px 20px 10px;
    border: 3px solid;
}

#terms {
    font-family: Verdana,Geneva,sans-serif;
    font-weight: 300;
}

#endframe .image_top #cta_content {
    text-align: left;
}


/*------------------------- LOGO --------------------------------*/
.logo_container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.logo_outer {
    display: table;
    width: 100%;
    height: 100%;
}

.logo_inner {
    display: table-cell;
    vertical-align: middle;
}

.logo_content {
    position: relative;
    width: 1px;
    height: 10px;
    margin: auto;
}

/*------------------------- WW LOGO --------------------------------*/
#ww_container {
    z-index: 3;
}

.ww_letter_outer {
    width: 100%;
    height: 50%;
    text-align: center;
    background-color: #FFFFFF;
}

.ww_letter {
    width: 100%;
    height: calc(100% - 30px);
    text-align: center;
}

.ww_letter svg {
    height:100%;
}

#w1_bg {
    padding-top: 30px;
    background-color: rgba(12,108,206,1);
}

#w2_bg {
    padding-bottom: 30px;
    background-color: rgba(12,108,206,0.75);
}

#w1_svg {
    fill: rgba(255,255,255,1);
}

#w2_svg {
    fill: rgba(0,5,134,1);
}

/*------------------------- MY WW LOGO --------------------------------*/

#myww_container {
    z-index: 1;
}

#end_logo {
    z-index: 1;
    height: 50%;
    width: 23%;
}

.myww_logo {
    position: relative;
}

.logo_content .myww_svg {
    fill: rgba(255,255,255,1);
}

.darktheme .logo_content .myww_svg {
    fill: rgba(0,5,134,1);
}

#myww_tag {
	position:absolute;
	top: 0;
    left: 0;
    width: 76px;
    transform: translate(-50%, -50%) matrix(4, 0, 0, 4, 0, 0);
}

#myww_my {
	position:absolute;
	top: -4px;
    left: -58px;
    width: 88px;
    opacity: 0;
}

#myww_logo {
	position:absolute;
	top: -26px;
    left: 16px;
    width: 68px;
    opacity: 0;
    transform: matrix(0, 0, 0, 0, 0, 0)
}

#myww_end_tag {
	position:absolute;
	top: -20px;
    left: -144px;
    width: 76px;
    opacity: 0;
    transform: translate(-50%, -50%) matrix(1, 0, 0, 1, 0, 0);
}

#myww_end_my {
	position:absolute;
	top: -2px;
    left: -162px;
    width: 69px;
    opacity: 0;
}

#myww_end_logo {
	position:absolute;
	top: -27px;
    left: -91px;
    width: 54px;
    opacity: 0;
}