.contain-to-grid {
    background: none;
}

.top-bar {
    background: none;
}

.top-bar .toggle-topbar a {
    color: #666;
    text-transform: uppercase;
}

.top-bar .toggle-topbar.menu-icon a {
    color: #666;
}

.top-bar .toggle-topbar.menu-icon a span::after {
    box-shadow: 0 0 0 1px #666, 0 7px 0 1px #666, 0 14px 0 1px #666;
}

.top-bar .toggle-topbar.menu-icon a span:hover:after {
    box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px "";
}

.top-bar.expanded .title-area {
    background: none;
}

.top-bar.expanded .toggle-topbar a {
    color: #666;
}

.top-bar.expanded .toggle-topbar a span::after {
    box-shadow: 0 0 0 1px #666, 0 7px 0 1px #666, 0 14px 0 1px #666;
}

.top-bar-section .divider,
.top-bar-section [role="separator"] {
    border-top: solid 1px #CCC;
}

.top-bar-section ul li {
    background: none;
}

.top-bar-section ul li > a {
    color: #666;
}

.top-bar-section ul li:hover:not(.has-form) > a {
    background-color: #00bac6;
    color: #666;
    background: none;
}

.top-bar-section ul li.active > a {
    background: none;
    color: #666;
}

.top-bar-section ul li.active > a:hover {
    background: none;
    color: #666;
}

.top-bar-section .has-dropdown > a:after {
    border-color: transparent transparent transparent rgba(0, 0, 0, 0.4);
}

.top-bar-section .dropdown li.title h5 a,
.top-bar-section .dropdown li.parent-link a {
    color: #666;
}

.top-bar-section .dropdown li.title h5 a:hover,
.top-bar-section .dropdown li.parent-link a:hover {
    background: none;
}

@media only screen and (min-width: 58.75rem) {
    .top-bar {
        background: none;
    }
    .top-bar.expanded {
        background: none;
    }
    .top-bar-section li {
        margin-left: 15px;
    }
    .top-bar-section li.hover > a:not(.button) {
        background-color: none;
        background: none;
        color: #666;
    }
    .top-bar-section li:not(.has-form) a:not(.button) {
        background: none;
        padding: 0 0;
    }
    .top-bar-section .has-dropdown > a {
        padding-right: 0 !important;
    }
    .top-bar-section .has-dropdown > a:after {
        border: none;
    }
    .top-bar-section li:not(.has-form) a:not(.button):hover {
        background-color: none;
        background: none;
        color: #666;
    }
    .top-bar-section li.active:not(.has-form) a:not(.button) {
        background: none;
        color: #193296;
        font-weight: bold;
        padding: 0 0;
    }
    .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        background: none;
        color: #193296;
    }
    .top-bar-section > ul > .divider,
    .top-bar-section > ul > [role="separator"] {
        border-right: none;
    }
    .top-bar-section .has-dropdown > a:after {
        border-color: rgba(0, 0, 0, 0.4) transparent transparent transparent;
        margin-top: -2.5px;
    }
    .top-bar-section .dropdown {
        background: #FFF;
        padding-right: 15px;
    }
    .top-bar-section li.active:not(.has-form) .dropdown a:not(.button) {
        font-weight: 300!important;
    }
    .top-bar-section .dropdown li a {
        background: none;
        color: #666;
    }
    .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
        background: none;
        color: #666;
    }
    .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
        color: #666;
        background: none;
    }
    .top-bar-section .dropdown li label {
        background: none;
    }
    .no-js .top-bar-section ul li:hover > a {
        background-color: #666;
        background: none;
        color: #666;
    }
    .no-js .top-bar-section ul li:active > a {
        background: none;
        color: #666;
    }
}