/** CSS for collection */
body#body {
	background-color: #FFF;
	background-image: none !important;
	color: #FFFFFF;
	position: relative;
}
.blackout-close{
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 2;	
}
.blackout-container{
	width: 620px;
	height: 386px;
	margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -200px; /* account for padding and border if not using box-sizing: border-box; */
  margin-left: -310px; /* account for padding and border if not using box-sizing: border-box; */
   font-size: 14px; 
   line-height: 2.2;
  	background-color: #000;	 
	padding: 40px;
}

.child {

}
.blackout{

}
.blackout-row1 .blackout-logo{
	width: 210px;
	height: 326px;
	float: left;	
}
.blackout-row1 .blackout-logo img{
	width: 210px;
	float: left;	
}
.blackout-row1 .blackout-text{
	width: 410px;
	padding: 5px 20px;
	box-sizing: border-box;
	float: left;
	line-height: 1.5;
}
.blackout-row2 .button {
  background-color: #7f7f7f;
  box-sizing: border-box;
  color: #000000;
  float: left;
  height: 60px;
  margin-left: 10px;
  line-height: 60px;
  text-align: center;
  width: 200px;
  font-size: 14px;
}
.blackout-row2 .button:first-child{
	margin-left: 0px;
}
.blackout-row2 .button a{
	color: #000000;
	text-decoration: none;
}
.blackout-row2 .button a:hover{
	color: #000000;
	text-decoration: underline;
}

@media only screen and (max-width: 767px),
    only screen and (max-width: 1024px) and (orientation: portrait) {
	.blackout-close{
		position: absolute;
		top: 5px;
		right: 5px;
		z-index: 2;
	}
	.blackout-close img{
		width: 50%;
	}		
	.blackout-container{
		width: 80%;
		box-sizing: border-box;
		height: auto;
		position: static;
		margin-top: 0px;
		margin-left: 10%; 
		margin-right: 10%;
	}
	.blackout-row1 .blackout-logo{
		width: 100%;
		box-sizing: border-box;
		height: auto;
		float: none;
		text-align: center;
		margin-top: 10px;			
	}
	.blackout-row1 .blackout-logo img{
		width: 50%;	
		height: auto;
		float: none;	
	}
	.blackout-row1 .blackout-text{
		width: 100%;
		box-sizing: border-box;
		height: auto;
		float: none;
		line-height: 1.5;
	}	
	.blackout-row2 .button {
		width: 100%;
		box-sizing: border-box;
		height: auto;
		float: none;	
		margin-left: 0px;		
		margin-top: 10px;
	}	
}