
            .footer-callout {
                color: #eaeaea;
                border-color: #eaeaea;
                background-color: #1e262e;
            }

            @media (min-width: 1025px) {
                .footer-callout a:hover {
                    color: #1e262e;
                    border-color: #1e262e;
                    background-color: #eaeaea;
                }
            }

            footer {
                color: #565a5c;
                border-color: #565a5c;
                background-color: #eaeaea;
            }

            footer:before{
                background-image: url("https://www.techatbloomberg.com/content/themes/tech2016/images/logo-bloomberg.php?color=565a5c"), linear-gradient(transparent, transparent);
            }

            .svg footer:before{
                background-image:url("https://www.techatbloomberg.com/content/themes/tech2016/images/logo-bloomberg.php?color=565a5c");
            }