﻿@media (min-width: 992px)
{
    .colCust-md-3{ float: left;}
    .colCust-md-3 { width: 22%; margin-right: 20px; margin-bottom:20px;}
}
@media (min-width:786px) and (max-width:1024px)
{
.CustAdjMarqueText
{
	background-color: rgb(255, 108, 0);
	margin-top: -42px;
	margin-bottom: 40px;
	color: Black;
	display: block;
	width: auto;
	margin-right: -22px;
}
}

.Cust-footer-lower 
{
    height: 117px;
    text-align: center;
    background-color: #000;
    color: #afafaf;
    padding-top: 23px;
}
@media (min-width: 350px) and (max-width: 364px){
.topAdjust { top:260px; padding:15px; font-size:12px;}
.Cust-footer-lower {margin-top:auto;}
}