p.anchor {
    margin-bottom: 4em;
    position:relative;
    display: block;
}

.sticky {
    width: 100% !important;
    left: 0;
}

.sticky-heading {
    width: 100%;
    text-align: center;
}

.sticky.dropdown {
     left: 0;
     width: 100% !important;
     background-color: #555 !important;
}

.sticky .dropdown .dropdown-menu {
    width: 100% !important;
    background-color: #eee
}

#stickyNav a {
    z-index:20001;
    padding: 0.5em;
    border-radius: 0;
    background: #f58426;
    color: #fff;
    border: none;
    text-decoration: none;
    font-weight: bold;
    transition: 0.35s;
    display: inline-block;
    margin: 0.5em;
}

#stickyNav {
    width: 100%;
    text-align: center;
    background: #fff;
    padding: 1.5em 0.25em 0.5em;
    margin-top: 0;z-index:20000;
    border-bottom: 1px solid #efefef;
}

#stickyNav a:hover {
    background: #f57926;
}

.brandPage h2 {
    margin-top: 2em!important;
}

@media only screen and (min-width: 768px){
    ol {
        padding-left: 18px;
    }
    .show-xs {
        display: none;
    }

    .hide-xs {
        display: inline-block;
    }
}

@media only screen and (max-width: 767px) {
    a.dropdown-item {
        width: 100%;
        display: block;
        clear: both;
        line-height: 2.25em;
    }

    .btn.btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #555;
        width: 100%;
        text-align: left;
    }

    .dropdown {
        width: 100%;
    }

    .dropdown-menu {
        width: 90% !important;
        padding-left: 0.5em;
    }

    .show-xs {
        display: inline-block;
    }

    .hide-xs {
        display: none;
    }
}