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: 'Bariol-Regular';
	src: url('https://cdn.flashtalking.com/117355/assets/bariol_regular-webfont.woff');
}
/*------------------------- GLOBAL STYLES --------------------------------*/
strong, b {
    font-weight: bold;
}
.text {
    position: relative;
    display: block;
    -webkit-font-smoothing: antialiased;
}
.hidden {
    display: none;
    visibility: hidden;
}
#bannerOutline {
    position: absolute;
    top: 0px;
    left: 0px;
	width: 320px;
	height: 50px;
    background-color: #FFFFFF;
    color: #FFFFFF;
    line-height: 1;
}
#masterContent {
	position: relative;
    font-family: 'Bariol-Regular';
	width: 320px;
	height: 50px;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;

    -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 */
}

.shape-container {
    position: absolute;
    top: -320px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.shape {
    position: relative;
    width: 663px;
    height: 640px;
    top: 0;
    left: 0;
    z-index: 9;
}

#hivelogo {
	position: absolute;
	width: 21px;
    height: 32px;
    left: 10px;
    bottom: 8px;
    z-index: 50;
}
#terms {
	position: absolute;
	right: 10px;
	bottom: 10px;
    font-size: 10px;
    text-align: right;
    width: 80px;
    -webkit-font-smoothing: antialiased;
    visibility: hidden;
    opacity: 0;
    z-index: 40;
}
#cta {
    position: absolute;
    top: 10px;
    left: 0px;
    width: 100%;

    visibility: hidden;
    opacity: 0;
    z-index: 40;
}
.cta-inner {
    position: relative;
    width: 100%;
    display: block;
    text-align: center;

    margin-left: -2px;
}
#cta-btn {
    max-width: 150px;
    margin: 0 auto;
    background: #FFFFFF;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 8px 20px 7px 20px;
    font-size: 16px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
}

/*------------------------- countdown --------------------------------*/
#countdown, #banner{
    font-size: 19px;
    z-index: 20;
    position: absolute;
    top: 16px;
    width: 100%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
}

/*------------------------- TEXT --------------------------------*/
.copy {
    display: table;
    position: absolute;
    top: 0;
    width: 80%; 
    height: 100%;
    text-align: center;
    margin-left: 40px
}

.str {
    visibility: hidden;
    opacity: 0;
}
.center {
    display: table-cell;
    vertical-align: middle;
}

/*------------------------- Border --------------------------------*/
#border {
    width: 318px;
    height: 48px;
    position: absolute;
    left: 0px;
    top: 0px;
    border: 1px solid #000000;
    cursor: pointer;
    z-index: 1000;
}

#b1, #b2 {
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border: 3px solid;
    border-color: #FFFFFF;
    position: absolute;
    left: 0px;
    top: 0px;
}

#b2 {
    border-radius: 10px;
}
