.upgrade-banner p {
    /* 
border: 0;
    background-color: #444;
    color: #cecebf;
    padding-left:20px;
 */
    margin-bottom:0;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #666;
    border-color: #666;
}

/* with shield variant */
.comodo-shield {
    margin-top: 3px;
    margin-left:5px;
}

.comodo-seal {
    width: 125px;
    height: 40px;
    margin-left: -4px;
}
/* 
.comodo-shield {
    margin-top: 6px;
    margin-left:5px;
}

.comodo-seal {
    width: 125px;
    height: 44px;
    margin-left: -4px;
}
 */


/* no shield variant */
/* 
.comodo-shield {
    margin-top: 3px;
    margin-left:5px;
    display:none;
}

.comodo-seal {
    width: 145px;
    height: 55px;
    margin-left: -26px;
}
 */

footer.footer {
	/* background-color: #4f5255 !important; */
	background-color: #f8f8f8 !important;
    border-top: 1px solid #ddd;
    color: #666;
    padding:40px 0 50px !important;
    margin-top: 20px !important;
    /* height:100% !important; */
    /* align-content:baseline !important; */
}
footer.footer .btn {
    background-color: #e9ecef;
    color: #666;
    font-size: 13px;
    line-height: 1.75rem;
    padding: 0 10px;
}
.iti-flag.us {
    height: 10px;
    background-position: -1775px 0;
}
footer.footer .copyright {
    margin: 0;
    font-size: .85rem;
    text-align: left;
}
footer.footer .nav-item {
	display:none;
}

header.header .topbar {
	/* background-color: #4f5255 !important; */
	background-color: #5c5c5c !important;
}
.btn-active-client {
padding-right: 0px !important;
}

/************ ORDER FORMS CUSTOM STYLING ***********/
.enc-domconf {
	background:#f8f8f8 !important;
	border-top: 1px solid #efefef !important;
	border-radius: 8px !important;
	border-bottom: 1px solid #efefef !important;
	padding:0 20px 10px 20px !important;
	margin-bottom:20px !important;
}
#order-standard_cart .sub-heading span {
	padding:0 !important;
	background-color:transparent !important;
	font-size: 1.6em !important;
	text-align: left !important;
}
#order-standard_cart .sub-heading {
	border-top:0 !important;
	text-align:left !important;
}
#order-standard_cart .panel-addon {
	text-align: left !important;
	margin-bottom: 5px !important;
}


/* grey colors in headers */
#order-standard_cart .view-cart-items-header {
	/* background-color: #8a8a7b !important; */
	background-color: #787d80 !important;
}
#order-standard_cart .view-cart-items {
	/* border-bottom: 2px solid #8a8a7b !important; */
	border-bottom: 2px solid #787d80 !important;
}

#order-standard_cart .empty-cart .btn {
	/* background-color: #8a8a7b !important; */
	background-color: #787d80 !important;
}
div.header-lined h1 {
    color: #5f666b !important;
    border-bottom: 1px solid #ccc !important;
    margin-bottom: 15px !important;
}

#order-standard_cart .panel-addon .panel-body {
border: 1px solid #efefef !important;
padding:9px !important;
background-color: #fff !important;
}
/************ ORDER FORMS CUSTOM STYLING ***********/

/* body background color override */
.primary-bg-color {
    background-color: #fff;
}
/* mailing list select off button background color */
.bootstrap-switch-handle-off {
background-color: #eee !important;
}

/* tone down the massive teletubbie h1 */
div.card-body h1 {
    font-size: 1.7rem;
}



