/* This stylesheet is meant to override SASS styles. Please place them below.  To activate, uncomment line 12 in ../inc/scripts.php */
/*
@media (min-width: 768px) {
    #top > [id^="google_ads_iframe"] {
        min-height: 220px;
    }
    #top > [id^="google_ads_iframe"] > iframe {
        height: 220px;
    }
}
*/

/* /tasks/68337 */
.site-header .container{
    max-width: 1400px !important;
}
#navigation-mobile .menu-wrap .menu-sidebar .links {
    padding: 3em 1.5625em;
}
/* /tasks/68337 */ 

/* /tasks/68335 */
.bios-wrap .bio a.bio-phone {
    margin-bottom: 10px;
}
.bios-wrap .bio a.bio-phone {
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #202020;
}
.bios-wrap .bio a.bio-phone:hover, .bios-wrap .bio a.bio-phone:focus {
    color: #af2724;
}

/* /tasks/68335 */

.hidden {
	display: none;
}

/* Meilisearch Styles */
.search .ais-Pagination-list {
        list-style: none;
        display: block;
        text-align: center;
}
.search .ais-Pagination-item {
        display: inline-block;
}
.search .page-numbers.current a {
        color: inherit;
        cursor: pointer;
        font-weight: inherit;
}
