/** Ads Pro **/
#site-main .g, #site-main .g-1 { display:flex; float:none; flex-wrap:wrap; justify-content:space-evenly; max-width:inherit;}
#site-main .g-col { float:none; }

@media (min-width: 768px) {

 #site-main .g, #site-main .g-1 {  flex-wrap:no-wrap; }

}


/*** For Media Page **/
.site-latest-posts-title-listing {}
.site-latest-posts-title-listing .lead, .site-latest-posts-title-listing .small { font-size: inherit; line-height: inherit; font-weight: inherit; }

.btn.btn-amc-primary {
        background-color: #90b670;
        border-color: #90b670;
	color: #000000;
}
.btn.btn-amc-primary:hover {
	background-color: #b1d295;
}
btn.btn-amc-secondary {
        background-color: #52b198;
        border-color: #52b198;
        color: #000000;
}
btn.btn-amc-secondary:hover {
        background-color: #81d1bc;
}