@charset "UTF-8";
/* CSS Document */

/* HEADER Adjustments */
/* --------------------------------------------*/

.hidden.lg\:inline-block.xl\:pl-16.css--navigation-main-logo {
    padding-left: 0;
    margin-left: -20px;
}


.css--navigation-main-logo img, .css--navigation-main-logo svg {
    max-width: 300px !important;
}

.is-navigation-scroll img {
    width: 450px !important;
}

.lg\:flex.lg\:ml-10.lg\:items-center {
    padding-top: 18px;
}

#Menu-Flyout {
    display: none;
}

@media (min-width: 1266px) {
    .xl\:h-\[500px\] {
        height: 600px;
    }
}

/*Navigation Adjustments*/
/*-------------------------------------------- */
.css--navigation-main .text-subhead {
    text-align: center;
}

.css--shadow--flyout {
	max-width: 600px;
    padding-left: 3rem;
    padding-right: 5rem;
}

.css--flyout-item .css--flyout-dropdown{
	left: 65%;
}

@media (min-width: 1266px) {
    .xl\:min-h-\[450px\] {
        min-height: 60px;
    }
}
/*Breadcrumb Home to FMOLHS remove*/
/* ------------------------------------------- */

nav.flex li:nth-child(1) {
    display: none;
}

.hidden.container.xl\:flex.xl\:justify-between.py-3 {
    margin-top: 5px;
}