        ul.social-links{
            display:none;
        }
        li.active {
            background-color:#eee !important;
        }
        div.tab-content {
            background-color:#eee !important;
        }
        div.banner-img.img-center {
            background-position: 0px !important;
        }
        @media screen and (min-width: 640px) {
            li.tabs {
                width: 40% !important;
            }
            ul.disc-list.w-50.centered-block {
                width: 53% !important;
            }
            a.standalone-link.center {
                margin-left: -15px !important;
            }
            div.callout-img {
                background-size: 53% !important;
            }
        }
        @media screen and (max-width: 639px) {
            ul.disc-list.w-50.centered-block {
                width: 100% !important;
            }
            div.w-50.centered-block {
                width:100% !important;
            }
            div.callout-img {
                background-size: 30% !important;
            }
        }