@charset "UTF-8";


body{
	vertical-align:baseline;
	border:0;
	outline:0;
	padding:0;
	margin:0;
}

img {
    box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	-webkit-box-sizing: border-box;
}


#main_content {
	position:absolute;
	width:300px;
	height:600px;
	top:0;
	left:0;
	opacity:0;
  	background-color:#000;
  	overflow: hidden;
  	box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	-webkit-box-sizing: border-box;
}

#border {
  position: absolute;
  width:100%;
  height:100%;
  bottom: 0px;
  left: 0px;
  border: 1px solid #707070;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;
}



.vertical-text{
	text-transform: uppercase;
    word-wrap: break-word;
}

/* ======= ANIMATED ELEMENTS ======================
===================================================*/


#bg_click {
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background-color:#fff;
	opacity:0;
	z-index:50;
	cursor:pointer;
}

#cta_click {
	position:absolute;
	display:block;
	width: 108px;
    height: 22px;
    right: 19px;
    bottom: 16px;
	background-color:#fff;
	opacity:0;
	z-index:50;
	cursor:pointer;
}


#background{
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	left:0;
	top:0;
}

#lockout{
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	left:0;
	top:0;
}


#safer{
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	left:0;
	top:0;
	opacity:0;
}

#copies {
	position:absolute;
	display:block;
	width:210px;
	height:32px;
	left:74px;
	top:86px;
	overflow: hidden;
}

#hospitals {
	position:absolute;
	display:block;
	width:300px;
	height:600px;
	left:-74px;
	top:-86px;
	
}

#airports {
	position:absolute;
	display:block;
	width:300px;
	height:600px;
	left:-74px;
	top:-86px;
	opacity:0;
}

#offices {
	position:absolute;
	display:block;
	width:300px;
	height:600px;
	left:-74px;
	top:-86px;
	opacity:0;
}

#stadiums {
	position:absolute;
	display:block;
	width:300px;
	height:600px;
	left:-74px;
	top:-86px;
	opacity:0;
}





/* ================================================
===================================================*/



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