/* Navigation */

.top-navigation {
    background-color: var(--lpcgray) !important;
    border-bottom: 0 !important;
}

.top-navigation ul.nav > li > a {
    color: #fff;
    text-decoration: underline solid transparent;
    -ms-transition: text-decoration 500ms ease !important;
    -webkit-transition: text-decoration 500ms ease !important;
    transition: text-decoration 500ms ease !important;
}

.top-navigation ul.nav > li > a:hover {
    text-decoration: underline solid #fff;
}

.top-nav-bar {
    padding-right: 0.5rem !important;
    margin-right: 0 !important;
}

.quick-links {
    display: flex;
}

.quick-links > ul.dropdown-menu {
    background-color: #4a0216 !important;
    z-index: 9999;
}

.quick-links > a {
    padding: 0 !important;
    background-color: var(--lpcgray) !important;
    border: 0 !important;
    margin-top: 0.5rem !important;
}

.quick-links > ul.dropdown-menu > li a:hover {
	background-color: transparent !important;
}

.utility-nav {
    padding-right: 0;
}

.utility-nav > li:nth-child(2) {
	/* width: 210px; */
}

.utility-nav > li:last-child {
    margin-right: 0;
}

.canvas-icon {
    max-width: 1.0rem;
    margin-right: 0.5rem;
}

.main-navigation {
    background-color: #fff !important;
}

.main-nav-dropdown > a, .pa-link > a, .athletics-link > a, .campushill-link > a {
    font-family: 'Roboto', sans-serif;
}

.header-search > input {
    border-radius: 0px;
	-webkit-appearance: none;
}

.header-search > button {
    border-radius: 0px;
    background-color: #222 !important;
    border-color: #ddd !important;
}

.header-search {
    display: flex;
    justify-content: flex-end;
    margin-top: 1.0rem;
    max-width: 500px;
    margin-bottom: 0.5rem;
}

.header-search > input {
    max-width: 300px;
}

.header-search > button.btn:hover {
    background-color: var(--lpcred) !important;
    -webkit-transition: background-color 500ms !important;
    -ms-transition: background-color 500ms !important;
    transition: background-color 500ms !important;
}

.search-wrapper {
    flex-direction: column;
}

.search-sub-nav {
    flex-direction: row;
    justify-content: flex-end;
}

.search-sub-nav ul.nav {
    padding-right: 0;
}

.search-sub-nav ul.nav > li > a {
    color: var(--lpcgray);
    font-size: 1.0em !important;
    padding: 0.5rem 0.5rem;
    text-decoration: underline solid transparent;
    -ms-transition: text-decoration 500ms ease !important;
    -webkit-transition: text-decoration 500ms ease !important;
    transition: text-decoration 500ms ease !important;
}

.search-sub-nav ul.nav > li:last-child > a {
    padding-right: 0.3rem;
}

.search-sub-nav ul.nav > li > a:hover {
    color: var(--lpcgray);
    text-decoration: underline solid var(--lpcgray);
    background-color: transparent !important;
}

.search-sub-nav > ul.nav > li > a:before {
    display: inline-flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 6 Free";
    font-weight: 100;
    margin-left: 0.45rem;
    margin-right: 0.6rem;
    font-size: 0.85em;
    max-width: 10%;
}

.lpc-logo-md > img {
    max-height: 89px;
}

/* Navigation Toggle */

.navbar-toggler {
    padding: 0;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 0;
    border: 2px solid #444;
}

.navbar-toggler-icon {
    width: 2.0em;
    height: 2.0em;
}

.search-sub-nav ul.nav > li:first-child > a:before {
    content: "\f133";
}

.search-sub-nav ul.nav > li:nth-child(2) > a:before {
    content: "\f279";
}

.search-sub-nav ul.nav > li:last-child > a:before {
    content: "\f2bd";
}

.search-sub-nav ul.nav > li:first-child > a {
    padding-left: 0;
}

@media (min-width: 1400px) {

    .lpc-logo-md {
        display: flex;
    }

    .offcanvas-body > div {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

}

@media (min-width: 1200px) and (max-width: 1399px) {

    .main-navigation a.navbar-brand > img {
        display: none;
    }

    .main-navigation ul.navbar-nav {
        justify-content: space-between !important;
    }

    .lpc-logo-md {
        display: flex;
    }

    .lpc-logo-md > img {
        max-height: 95px;
    }

    .main-navigation div.offcanvas-body > div {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
    }

}

@media (min-width: 1200px) {
	.main-nav-dropdown > a, .pa-link > a, .athletics-link > a, .campushill-link > a {
		font-size: 1.33em !important;
	}
}

@media (min-width: 1089px) {
    .utility-nav > li > a {
        justify-content: flex-end !important;
    }

    .utility-nav > li:nth-child(2) {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
	
	header {
		padding-bottom: 15px;
	}

    .utility-nav {
        margin-left: auto;
    }

    .utility-nav > li {
        margin-right: 0.25rem;
        min-width: 115px;
    }

    .utility-nav > li > a {
        display: flex;
        justify-content: flex-start;
    }

    .utility-nav > li {
        margin-right: 0.25rem;
        min-width: 115px;
    }

    .utility-nav > li:nth-child(2) {
        margin-left: -1.75rem;
    }
	
	.main-navigation {
		padding-bottom: 0px;
		padding-top: 0px;
		border-bottom: var(--lpcgray) solid 1px;
	}

    .main-navigation .dropdown-menu.show {
        background-color: #fff;
        -webkit-transition: background-color 1500ms ease !important;
        -ms-transition: background-color 1500ms ease !important;
        transition: background-color 1500ms ease !important;
    }

    .main-navigation .navbar-nav .dropdown {
        display: inline-block;
        float: none;
        position: static;
    }

    .main-navigation ul.dropdown-menu-dark, .main-navigation div.dropdown-menu-dark {
        border-left: none;
        border-right: none;
        border-top: 4px solid var(--lpcred);
        color: var(--lpcgray);
        width: 90%;
        font-size:  0.8em;
        list-style: outside none none;
        margin-top: 0;
        padding: 5px 0;
        text-align: left;
        z-index: 3;
        position: absolute;
        left: 0 !important;
        top: 100%;
        border-radius: 0;
        margin-left: 5%;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
    }

    .mega-content ul li {
        list-style: none;
        padding: 0.25rem 0;
    }

    .mega-content ul li > a {
        color: var(--lpcgray);
        font-size: 1.35em;
        line-height: 1.5em;
        white-space: break-spaces;
        text-decoration: underline solid transparent;
        -ms-transition: text-decoration 500ms ease !important;
        -webkit-transition: text-decoration 500ms ease !important;
        transition: text-decoration 500ms ease !important;
    }

    .mega-content ul li > a:hover, .mega-content ul li > a:active, .mega-content ul li > a:focus {
        text-decoration: underline solid var(--lpcgray);
        color: var(--lpcgray) !important;
        background-color: #fff;
    }

    .dropdown-image {
        text-align: center;
    }

    .dropdown-image a > img {
        margin-top: 0.85rem;
        border: #ddd solid 1px;
        box-shadow: 5px 5px 5px #ddd;
    }

    .dropdown-image > a {
        text-decoration: none;
        padding: 0.85rem;
        display: flex;
        flex-direction: column;
    }

    .dropdown-image > a span {
        display: block;
        color: #4a0216;
        font-size: 1.65em;
        line-height: 1.65em;
        margin: 0.5rem auto;
        max-width: 13rem;
        font-family: 'Roboto', sans-serif;
        font-weight: bold;
    }

    .dropdown-image > a::after {
        border: #4a0216 solid 1px;
        width: 65px;
        content: '';
        margin: -7px auto 0 auto;
    }
	
	, .main-navigation .nav-link:hover {
		color: var(--lpcred);
	}
	
	.main-navigation .nav-link:focus {
        background-color: var(--lpcred);
        color: #fff !important;
        -webkit-transition: background-color 500ms ease !important;
        -ms-transition: background-color 500ms ease !important;
        transition: background-color 500ms !important;
    }
	
	.main-nav-dropdown > a, .pa-link > a, .athletics-link > a, .campushill-link > a {
		font-size: 1.08em;
		color: var(--lpcgray);
	}
	
	.main-nav-dropdown > a:hover, .pa-link > a:hover, .athletics-link > a:hover {
    color: var(--lpcred);
}

}

@media (max-width: 991px) {
	
	.search-sub-nav ul.nav > li:last-child > a {
    	padding-left: 0;
	}

    .utility-nav > li > a {
        display: flex;
        justify-content: flex-start;
    }

    .utility-nav > li:first-child {
        width: 90px;
        margin-right: 0;
    }

    .utility-nav > li {
        margin-right: 0.5rem;
        width: 115px;
    }

    .utility-nav > li:last-child {
        margin-right: 0;
        margin-left: -1.0rem;
    }

    .quick-links {
        order: 2;
    }

    .main-navigation div.offcanvas {
        background-color: #64031e !important;
    }

    .main-navigation .nav-item > a {
        color: #fff;
        font-size: 1.3em;
        border-top: solid 1px rgba(255, 255, 255, .25);
    }

    .main-navigation .navbar-nav > li.nav-item .dropdown-menu-dark {
        background-color: #4a0216;
        border-radius: 0;
        padding: 0;
    }
	
	.main-nav-dropdown > a:hover, .pa-link > a:hover, .athletics-link > a:hover {
    color: #fff;
	}

    .dropdown-image a {
        display: none;
    }

    .mobile-nav-btn-menu div {
        padding-left: 0;
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
    
    .mobile-nav-btn-menu div > a {
        color: #fff !important;
        font-size: 1.15em;
        text-decoration: none;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        flex-grow: 1;
        margin-bottom: 0.85rem;
        padding: 0.5rem 0.25rem 0.75rem 0.25rem;
        text-align: center;
    }

    .main-navigation div.dropdown-menu-dark a {
        color: #fff;
        font-size: 1.0em;
        padding-left: 0;
        white-space: normal;
    }
    
    .mobile-nav-btn-menu div:nth-child(1) > a > img {
        max-width: 45px;
        padding-top: 10px;
    }
    
    .mobile-nav-btn-menu div:nth-child(3) > a > img {
        max-width: 85px;
    }
    
    .mobile-nav-btn-menu div:nth-child(4) > a > img {
        max-width: 45px;
    }
    
    .mobile-nav-btn-menu div > a > img {
        max-width: 50px;
        margin-bottom: 0.5rem;
    }

    .mega-content ul li {
        list-style: none;
        border-bottom: #64031e solid 1px;
        padding: 0.35rem 0;
    }

    .mega-content ul li:first-child {
        border-top: #64031e solid 1px;
    }

    .mega-content ul li:last-child {
        border-bottom: none;
    }

    .mega-content-ul-li > ul > li:first-child {
        border-top: none !important;
    }

    .mega-content ul {
        padding: 0;
    }

    .has-divider {
        display: none;
    }

    .btn-close:hover {
        opacity: 1.0 !important;
    }

    .navbar-toggler {
        padding: 0;
        width: 3.5rem;
        height: 3.5rem;
        border-radius: 0;
        border: 2px solid #444;
    }

    .navbar-toggler-icon {
        width: 2.0em;
        height: 2.0em;
    }

    .search-wrapper {
        flex-direction: column;
    }

    .header-search {
        justify-content: flex-start;
    }

    .search-sub-nav {
        flex-direction: row;
        justify-content: center;
        margin-top: 0.85rem;
        margin-bottom: 1.25rem;
    }

    .search-sub-nav ul.nav {
        padding-right: 0;
    }

    .search-sub-nav ul.nav > li > a {
        color:#fff;
        font-size: 1.1em !important;
        padding: 0.5rem 1rem;
        border: 0;
    }

    .search-sub-nav ul.nav > li:last-child > a {
        padding-right: 0.3rem;
    }

    .search-sub-nav ul.nav > li > a:hover {
        color: #fff;
        text-decoration: none;
        background-color: transparent !important;
    }

}

@media (max-width: 575px) {

    .utility-nav {
		width: 345px;
    	justify-content: space-around;
	}

    .utility-nav > li:first-child {
        width: 80px;
    }

    .utility-nav > li {
        width: 110px;
		margin-right: 0 !important;
    }
	
	.top-navigation > div.d-flex {
		flex-direction: column !important;
		align-items: center !important;
	}

}

/* Portrait phones and smaller: XS */

@media (max-width: 480px) {

    .lpc-logo-md > img {
        max-height: 95px;
    }

}