@font-face {
    font-family: 'Core Sans';
    src: url('../font/coresansd55bold-webfont.woff2') format('woff2'),
        url('../font/coresansd55bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

.banner {
    width:300px;
    height:600px;
    border:1px solid #333;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 20.83%, rgba(222,222,222,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 20.83%, rgba(222,222,222,1) 100%);
	background: linear-gradient(90deg, rgba(255,255,255,1) 20.83%, rgba(222,222,222,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#dedede",GradientType=1);
    overflow:hidden;
    display:block !important;
    box-sizing:border-box;
    font-family:Arial,Helvetica,sans-serif;
}

#loader-container {
    display:none;
}

#btn-exit{
    width:100%;
    height:100%;   
    cursor:pointer;
    opacity:0;
}

.size {
    left: -1px;
    top: -1px;
    width: 300px;
    height: 600px;
}

.retina {
    background-size: contain;
}

#text1 {
    top: 74px;
    left: 18px;
    width:300px;
    height:250px;
    opacity: 0;
}

.text {
    color: #fff;
    font-family: 'Core Sans';
    font-weight: bold;
    font-style: normal;
    font-size: 47px;
    text-transform: uppercase;
    letter-spacing: .013em;
    line-height: 37px;
    text-shadow: 4px 4px 3px rgba(0,0,0,0.25);
}

.italic{
    font-style:italic;
}

#text1_box2 {
    top: 58px;
}

#text1_box3 {
    top: 116px;
}

#text1_box4 {
    top: 116px;
    left: 49px;
}

#text1_box5 {
    top: 173px;
}

#blue_box1 {
    height: 59px;
    top: 65px;
}

#blue_box2 {
    height: 58px;
    top: 124px;
}

#blue_box3 {
    height: 57px;
    top: 182px;
}

#blue_box4 {
    height: 60px;
    top: 239px;
}

#red_box1 {
    height: 58px;
    top:186px;
    left:74px;
}

#red_box2 {
    height:60px;
    top:244px;
    left: 35px;
}

#red_box3 {
    height: 58px;
    top:304px;
    left:60px;
}

#text2 {
    top: 195px;
    left: 32px;
    width: 600px;
    opacity: 0;
}

#text2_box1{
    left:67px;
}

#text2_box2 {
    top: 57px;
    left: 17px;
}

#text2_box3 {
    top: 57px;
    left: 208px;
}

#text2_box4 {
    top: 115px;
    left: 46px;
}

.blue {
	background: #143054;
}

.red {
	background: #a32922;
}

#blue_line {
	background: #143054;
	height: 4px;
	bottom: 0;
}

#red_line {
    background: #a32922;
    height: 4px;
    width: 0;
    bottom: 0;
    right: 0;
}

#grey_line {
	background: #646464;
	height: 4px;
	bottom: 0;
}

#blue_box_top {
    background: #143054;
    width: 30px;
    height: 29px;
    top: 0;
    left: 33px;
    opacity: 0;
}

#red_box_top {
	background: #a32922;
    width: 30px;
    height: 29px;
	top: 0;
	left: 63px;
	opacity: 0;
}

#cta {
	background-image: url(../img/cta.png);
	opacity: 0;
}

#logos {
	background-image: url(../img/logos.png);
	opacity: 0;
}

#logos2 {
    background-image: url(../img/logos2.png);
    opacity: 0;
}

#logos3 {
    background-image: url(../img/logos3.png);
    opacity: 0;
}

#text_ff {
	background-image: url(../img/text_ff.png);
	opacity: 0;
}
