body{
    background-color: #fff;
}
div.container {
	position: absolute;
	top:0px;
	left:0px;
  width:728px;
  height:90px;

  
 -webkit-transform: translateZ(0);
 -moz-transform: translateZ(0);
 -ms-transform: translateZ(0);
 -o-transform: translateZ(0);
 transform: translateZ(0);
 overflow:hidden;
}

div.theClickTag {
  width:728px;
  height:90px;
  opacity:1;
  position:absolute;
  background-color:transparent;
  cursor: pointer;
  z-index:10;
}



#outline{
	position: absolute;
	top: 0px;
	left: 0px;
	border-color: #000;
	border-style: solid;
	border-width: 1px;
	width: 726px;
	height: 88px;
}



#cover {
	position:absolute;
	top:0px;
	left:0px;
	width:728px;
	height:90px;
	background-color:#fff;
	z-index:9;
}

.mapCover{
	position:absolute;
	top:0px;
	left:0px;
	width:220px;
	height:90px;
	background-color:#fff;
}



.hidden {
	visibility:hidden; 
}

.visible {
	visibility:visible;
}

#border {
	top:0px;
	bottom:0px;
	position:absolute;
}

/* endframeCSS */
img { 
position:absolute;
top:0px;
/*bottom:0px;*/
}

.shade{
	opacity: .5;
}


#cta {
	left: 57px;
	top: 185px;
	width: 82px;
	background-color: rgba(137, 728, 176, 0.82);
}


#cta.hover {
	background-color:rgba(255, 255, 255, 0.5);
}



/* --------------- */

#resolve, #resolve_back{
	position: absolute;
	bottom: 0px;
	left: 500px;
	width: 228px;
	height: 90px;
	background-repeat: no-repeat;
	/* background-color: #fff; */
}

#resolve_logo{
	position: absolute;
	top: 8px;
	left: 45px;
	width: 139px;
	height: 50px;
}
#resolve_tag{
	position: absolute;
	top: 58px;
	left: 50px;
	height: 24px;
	width: 129px;
	background-image: url('../images/partnerLife.png');
	overflow: hidden;
	background-repeat: no-repeat;
}
#resolve_lineRight{
	position: absolute;
	top: 57px;
	left: 114px;
	height: 1px;
	width: 62px;
	background-color: #8897a0;
}

#resolve_lineLeft{
	position: absolute;
	top: 57px;
	left: 52px;
	height: 1px;
	width: 62px;
	background-color: #8897a0;
}

#resolve_cta{
	position: absolute;
	top: 65px;
	left: 26px;
	width: 80px;
	height: 16px;
	background-image: url('../images/learnMore.png');
	background-repeat: no-repeat;
}

#resolve_arrow{
	position: absolute;
	top: 68px;
	left: 103px;
	width: 6px;
	height: 9px;
	background-image: url('../images/arrow.png');
}


#bg1{
	top: 0px;
	left: 0px;
	width: 1293px;
	height: 789px;
}


.copyHldr{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 420px;
	height: 90px;
	overflow: hidden;
}

.copy_svg1,.copy_svg2,.copy_svg3{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 420px;
	height: 90px;
	background-image: url('../images/global_copy.svg');
	background-repeat: no-repeat;
	background-size: 420px 270px;
	overflow: hidden;
}
.copy_svg1{
	  
    background-position: left 0px top 0px;

}
.copy_svg2{
  
	  background-position: left 0px top -90px;
}
.copy_svg3{
	
	 background-position: left 0px top -180px;
}





