.popped-banner-bg{
	background: rgba(2,1,72,0.6);
	position: fixed;
	z-index: 1001;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;

}
.popped-banner{
	width: 90%;
	max-width: 43.58em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	background: #fff;
	z-index: 1002;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 100px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
		font-size: 29px;
	height:70%;
	max-height:860px;

}
.pb-header-in{
	background: url(../images/nbn-hat.jpg);
	color: #fff;
	-webkit-background-size: cover;
	background-size: cover;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding-top: 2em;
	padding-bottom: 2em;
	padding-left: 2.55em;
	padding-right: 2.55em;
	justify-content:space-between;
}
.pb-header-title{

}
.pb-logo{}
.pb-logo img{
	height: 1.655em;
}
.pb-logo-name {
    font-size: 1.8em;
    line-height: 1.1;
}
.pb-header-stats{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	text-align:center;
}
.stc{
	font-size: 1.034em;
	text-transform: uppercase;
	margin-left: 1.3333em;
}
.stc b {
    display: block;
    font-size: 2.3em;
    line-height: 1.1em;
    font-weight: 900;
}
.pb-content{
	background: #fff;
	-webkit-background-size: cover;
	background-size: cover;
	color: #fff;
	padding: 2em 1em;
	text-align:center;
	display:flex;
	align-items:center;
	justify-content:center;
	flex:1;
}
.pb-content figure{
	background:url(../images/nbn-figure.png) no-repeat center center;
	background-size:contain;
	width:100%;
	margin:0;
	padding:0;
	height:100%;
}

.pb-content{
	background:url(../images/banner-ces-full.jpg) no-repeat center center;
	background-size:contain;
}



.pb-content p{
	font-size: 1.275em;
}
.pb-content p:first-child{margin-top: 0;}
.pb-content strong{
	display: block;
	text-transform: uppercase;
	margin-bottom: 1em;
}
.pb-content p:last-child{margin-bottom: 0;}

.pb-close{
	position: absolute;
	background: url(../images/close-cross.svg) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	width: 1.333em;
	height: 1.333em;
	bottom: 100%;
	left: 0;
	right: 0;
	margin: auto;
	margin-bottom: 25px;
	opacity: .5;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	transition: opacity 0.3s;
	cursor:pointer;
}

.pb-close:hover{
	opacity: 1;
}



@media (max-width: 1400px){
	.popped-banner{
		font-size: 20px;
	}
}

@media (min-width: 961px) and (max-height:850px){
	.popped-banner{
		font-size: 21px;
		max-width:54em;
	}
	.pb-content{
		padding:2em;
	}
	.pb-content p{
		font-size:1.1em;
	}
	.pb-close{
		left:auto;
		right:30px;
		top:30px;
		bottom:auto;
	}
}

@media (max-width: 960px){
	.pb-header-in{
		display: block;
		padding: 2.5em 2em 1em;
		background-image: url(../images/nbn-hat-mobile.jpg);
	}
	.pb-header-stats{
		margin-top: 1em;
	}
	.stc:first-child{
		margin-left: 0;
	}
	.pb-close{
		right: calc(15px + 1em);
		top: calc(15px + 1em);
		left: auto;
		margin: 0;
	}
	.pb-content{
		padding: 2em;
			background:url(../images/banner-ces-mobile.jpg) no-repeat center center;
	background-size:contain;
	}
}

@media (max-width: 767px){
	.pb-header-in{
		padding: 1.5em;
		padding-top:4em;
	}
	.pb-content{
		padding: 1.5em;
	}
	.pb-content p{
		font-size: 1.175em;
	}
}
@media (max-width: 530px){
	.popped-banner{
		font-size: 13px;
		padding: 15px;
	}
	.stc{
		font-size: 1.3em;
		margin-left: 1.2em;
		white-space: nowrap;
	}
	.stc b{
		font-size: 2.2em;
	}
	.pb-logo-name{
		max-width: 40em;
	}
}

@media (max-width: 360px){
	.popped-banner{
		font-size: 12px;
		}
		.stc b {
    font-size: 1.9em;
}

		}
