.clpbannercontainer{
	display: flex;
	display: -webkit-flex; 
	display: -ms-flexbox;
	display: -moz-flex;
	margin-bottom: 15px;
	max-width: 980px; 
	text-align: center;
}

.desktopclpbanner{
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	width: 100%;
}

.mobileclpbanner{
	display: none
}

.clpmobilebanner{
	width: 100%;
}

.maintext{
	font-family: "akzidenz-grotesk-condensed",sans-serif !important;
	font-weight: normal !important;
	font-size: 2.8em;
	color: white;
	margin-top: 0.5%;
	margin-bottom: 0;
	letter-spacing: 1.5px;
	-webkit-transform:scale(0.85, 1.0);
	-moz-transform:scale(0.85, 1.0);
	-ms-transform:scale(0.85, 1.0);
	-o-transform:scale(0.85, 1.0);
	transform:scale(0.85,1.0);
}

doesnotexist:-o-prefocus, .maintext {
	transform: scale() !important;
}

.subtext{
	font-family: "akzidenz-grotesk",sans-serif !important;
	font-size: 100%;
	margin-top: 0.5%;
}

.desktopclpbanner > div > .subtext {
	font-weight: 300;
	font-size: 12.4px;
}

@media(max-width: 699px) {

	.desktopclpbanner{
        display: none !important;
	}
	.mobileclpbanner{
		display:block;
		width: 100%;
	}
	
	.maintext{
		margin-top: 3.5%;
		font-weight: 500 !important;
		color: black;
	}
	
	.subtext{
		margin-top: 3.5%;
	}

	.brucecopyright{
		position: relative;
		width: 140px;
		margin: auto;
		margin-bottom: 5px;
		font-size: 8px;
		text-align: center;
	}

}
