#slmp_geojuice{
    z-index:1;
    position:relative;
}
#xapp-widget .widget-container {
    z-index: 1000000!important;
}
.cta-section .cta-col.left-col .heading-wrap-col .section-title,
.cta-section .cta-col.left-col .heading-wrap-col .section-desc{
    color:#000!important;
}
.hero-slider .hero-caption-item .caption-item,
.inner-page-banner .page-banner:before{
    background-color: rgba(0, 0, 0, 0.7)!important;
}
img.pointing{
    cursor:pointer;
}
@media only screen and (min-width: 1024px) {
    footer .column-element .column-label {
        font-size: 18px!important;
    }
    footer .column-element .footer-col-item.site-info {
        font-size: 13px!important;
    }
}
@media only screen and (min-width: 1200px) {
    footer .column-element .column-label {
        font-size: 20px!important;
    }
    footer .column-element .footer-col-item.site-info {
        font-size: 14px!important;
    }
}
@media only screen and (max-width: 1023px) {
    .main-header .cta-items .number-item .number-label,
    .main-header .cta-items .number-item .main-number, 
    .main-header .cta-items .number-item .main-number a{
        color:#fff!important;
        margin-bottom: 5px;
    }
}