@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	padding:0px;
	
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

h1{
  font-family: "Pacifico", sans-serif;
  font-weight: 400;
	
}
h2{
  font-family: "Pacifico", sans-serif;
  font-weight: 400;
	color:var(--apsgDarkBlue);
	
}

.apsg-bg{
	background-color:#eee;	
}
.apsg-bg2{
	background-color:#ddd;	
}
.apsg-img-bg{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	
} 
.apsg-img-bg-vegas{
	background-image: url(../images/bg-lasvegas.jpg)
	
}
.zoomHolder
{
   width:100%;
   height:auto;
   position:relative;
   overflow:hidden
}

.logolist{
	height:60px;width:auto;
	max-width:135px;
}
.logolistBG{
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	height:55px;
	width:auto;
	margin-right:20px;
	margin-bottom:15px;
	display:inline-block;
}
.logolistBG img{
	opacity: 0.0;
}



.apsgFooter{
	background-color:var(--apsgLightGray);
	color:#111;
}