.homeImg { float:right;margin:0 0 12px 12px; }
@media (max-width:500px) {
.homeImg { float:none;margin:12px 0;width:100% !important; }
}


.maincontent_wrapper { padding-top:0px; }

/*** Banner ***/
.info-banner {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100vh;
	width: 100vw;
	z-index: 999999999;
	background-color: #00000022;
	text-align: center;
	padding-inline: 30px;
    animation: fadeInBanner 1.5s ease;
}
.info-banner-content {
	max-width: 600px;
	width: 95%;
	background-color: #fff;
	background-image: linear-gradient(180deg, rgba(255, 255, 255, .5) 25%, rgba(255, 255, 255, .5) 75%), url(/imageserver/UserMedia/acmeroofing/flowersBG.jpg);
	background-size: contain;
	background-position: bottom;
	background-repeat: no-repeat;
	color: #222;
	text-align: center;
	position: relative;
	margin: auto;
	top: 8%;
}

.info-banner-content h2 {
	color: #132237;
	padding: 20px 5px;
	background: #b0b1b221;
	font-weight: 600;
}


.info-banner-content img{
max-width: 400px;
width: 98.7%;
margin: 30px auto;
}

.info-banner-text {
padding: 0px 25px 30px;
margin-top: -20px;
}


.close-btn {
	position: absolute;
	top: 2%;
	right: 2%;
	transform: translateY(-10%);
	cursor: pointer;
	color: #fff;
	font-size: 22px;
	padding: 1px 8px;
	font-weight: 600;
	text-align: center;
	text-decoration: underline;
	background: #29568a;
}

.close-btn:hover {
background-color: #131f30;
}

.info-banner .site-button {
	background-color: #217895;
color: #fff!important;
}

.info-banner .site-button:hover {
	background-color: #132237;
}



.brandlogos{
display: flex;
flex-direction: row;
justify-content:  space-around;
margin-bottom: 2%;
align-items: center;
}

.brandlogos img{
width: 25%;
max-width: 100%;
max-height: 100%;
height: 25%;
}


@keyframes fadeInBanner {
    0% {
        top: 20px;
        opacity: 0;
    }
    50% {
        top: 0;
        opacity: 1;
    }


}


@media(max-width: 600px){
.brandlogos{
flex-direction: column;
}

.brandlogos img{
width: 55%;
height: 55%;
}

}