@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: 73px;
    left: 16px;
    width: 300px;
    height: 600px;
}

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

.italic{
    font-style:italic;
}

#text1_box2 {
    top: 52px;
}

#text1_box3 {
    top: 104px;
}

#text1_box4 {
    top: 158px;
}

#text1_box5 {
    top: 211px;
}

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

#blue_box2 {
    height: 54px;
    top: 119px;
}

#blue_box3 {
    height: 52px;
    top: 173px;
}

#blue_box4 {
    height: 54px;
    top: 225px;
}

#blue_box5 {
    height: 53px;
    top: 279px;
}

#red_box1 {
    height: 54px;
    top: 186px;
    left: 10px;
}

#red_box2 {
    height: 53px;
    top: 240px;
    left: 59px;
}

#red_box3 {
    height: 53px;
    top: 147px;
    left: 77px;
}

#text2 {
    top: 192px;
    left: -50px;
    width: 300px;
    height: 600px;
}

#text2_box1{
    left: 67px;
}

#text2_box2{
    left: 198px;
}

#text2_box3 {
    top: 53px;
    left: 118px;
}

#text2_box4 {
    top: 53px;
    left: 185px;
}

.blue {
	background: #143054;
}

.red {
	background: #a32922;
}

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

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

#grey_line {
	background: #646464;
	height: 4px;
	width: 0px;
	bottom: 0;
	left: 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;
}
