/*
  CUSTOM CSS
  CSS applied to subsites / all pages except home page
*/

/* see issue fixes at the end of general styling */

/* header */

/* main navigation */

.luc-mega-menu__link {
    line-height: 1.25rem;
}

.luc-mega-menu ul li a:visited, #t4-navigation ul li a:visited {
    color: #000000;
}
.luc-utility__link {
   font-weight: 800; 
}

/* aside navigation */

#t4-navigation .t4-navigation-toggle-btn {
    display: none !important;
}


/* footer root css */

footer {
    padding: 0;
}
.luc-footer__container {
    padding: clamp(2.5rem, 4vw, 5rem) max(clamp(1.5rem, 4vw, 4rem), (100% - 90rem) / 2) !important;
    width: 100% !important;
}

/* typography */

.content-image-overlay p,
.content-image-overlay h3.teaser {
    color: #ffffff;
}

/* blockquote */
blockquote {
    margin: 2rem auto;
    padding: 2rem 0;
    border-top: solid 1px #888888;
    border-bottom: solid 1px #888888;
}

/* buttons */

a button.btn {
    max-width: 100%;
    font: inherit;
    color: #ffffff;
    font-weight: 800;
    border-color: transparent;
    text-overflow: ellipsis;
    border-radius: .25rem;
}

/* back to top */

.luc-footer__back-to-top {
    top: 3.75rem !important;
    left: auto !important;
    right: 3.25rem !important;
}

@media only screen and (max-width: 780px) {
    .luc-footer__logo {
        padding-top: 6rem;
    }
    .luc-footer__back-to-top {
        top: 1rem !important;
        left: 50% !important;
        right: 0 !important;
    }
}


/* media queries */

@media only screen and (max-width: 1190px) {

/* search */

/*
    .luc-search {
        position: fixed;
        top: 4.5rem;
        left: 0;
        right: 0;
        height: fit-content;
        background: #5a0722;
        box-shadow: 0 0.5rem 2rem 1rem rgba(0, 0, 0, 0.25);
        z-index: 999;
        padding: 1rem;
        opacity: 0;
        visibility: hidden;
        overflow-y: auto;
        transition: opacity 250ms ease, visibility 250ms ease;
    }
    .luc-search[aria-hidden="false"] {
        top: 4.5rem;
        display: block;
        opacity: 1;
        visibility: visible;
    }
*/
	button.luc-utility__search-btn:after {
    	display: block;
	}
	.luc-header--homepage .luc-nav__search-toggle,
	.luc-header--homepage .luc-nav__menu-toggle {
      	margin: 0;
		height: 2.5rem;
	}

/* mobile navigation */
/* sub navigation - interior navigation */

    #t4-navigation ul.t4-navigation-list {
        background: #f2efe5 !important;
    }
    #t4-navigation .t4-navigation-wrapper ul li:after {
        border-bottom: 1px solid #cfc39b;
    }
	.luc-mega-menu__list {
    	background-color: #e4ddc8 !important;
	}
	.luc-mega-menu__list li:nth-child(1) > a {
		background-color: #988f72 !important;
      	background-color: #5a0722 !important;
      	color: #ffffff !important;
      	font-weight: 800 !important;
	}
	.luc-mega-menu__link::after {
    	right: .25rem;
	}
	.luc-mega-menu__list li:nth-child(1) > a::after {
    	display: block;
    	position: absolute;
    	right: .75rem;
    	margin-top: 1.5rem;
    	width: 1.125rem;
    	height: 2rem;
    	content: "";
    	mask-image: url('/media/luc-redesign-2026/images/icon-arrow-right-gold.svg') !important;
    	mask-size: contain;
    	mask-repeat: no-repeat;
    	background-color: #ffffff;
    	opacity: 1;
	}
	.luc-mega-menu__list li:nth-child(1) > a:focus::after {
    	right: .25rem;
	}
  
/* aside navigation */ 
  
    #main-aside-wrapper {
        width: 80%;
        margin: 0 auto;
    }

/* sub brand */

    .luc-subbrand {
        position: absolute;
        top: 4.5rem;
        padding: 1rem 0;
        border-bottom: none;
        background: none;
    }
}

/* documented Issues */

/* eliminates the Google Tracking display */

footer ~ *:not(.isCV_PublicChat, .modaal-overlay, .modaal-wrapper) {
    display: none !important;
}

/* positions header below the modal background overlay */

.luc-header {
    z-index: 998;
}

