

/* Agency Custom CSS */

/* MENU ADJUSTMENTS */
.dropdown .is-dropdown-submenu a {
    padding: 0.4rem 1rem;
    font-size: 0.8rem;
}

.is-dropdown-submenu {
    min-width: 250px;
}

@media screen and (min-width: 64em) {

    .adaptive .horizontal-menu .dropdown.menu .is-active {
        position: initial;
    }

    .adaptive .horizontal-menu .dropdown.menu .nested.is-dropdown-submenu {
        column-count: 3;
        margin-left: 10%;
        padding: 0.5rem 0;
        width: 75%;
    }
}

#footer_agency #footer_agency-brand .logo_agency {
    height: 90px;
    margin-bottom: 10px;
}