/* GOPHER Custom Color Scheme CSS */
:root {
    --color-primary-50: #d7d7d7;
    --color-primary-100: #bdbdbd;
    --color-primary-200: #a3a3a3;
    --color-primary-300: #898989;
    --color-primary-400: #6f6f6f;
    --color-primary-500: #555555;
    --color-primary-600: #484848;
    --color-primary-700: #3b3b3b;
    --color-primary-800: #2e2e2e;
    --color-primary-900: #212121;
    --color-primary-950: #212121;
    --btn-link-disabled-color: #555555;
}
/* END Custom Color Scheme CSS */

/* NAV FRAGMENT */
.ddc-mega-menu-nav .inventory-featured-default .hproduct .description {line-height: 1.1;}

/* FRANCHISES */
.franchiseList {max-width: 1440px;}
.franchiseList .franchise {padding: 0 20px;}
.franchise.selected .childList .vcard {background-color: #e7e8e9;}
.franchise.selected .childList:after {border-top-color: #e7e8e9;}
.franchise.selected .childList .adr .street-address {display: block;}

/* ddcrandyh 06502151 */
.page-header.responsive-centered-nav .header-contact .vcard .tels .tel.cst-tel { position: absolute; left: 325px; }
