/********** HEADER STYLES **********/

header {
	max-width: 100%;
	background-color: var(--primary-blue);
	/*padding-bottom: 1.75em;*/
}

.headerText {
	color: var(--primary-yellow);
	font-size: 3em;
}
.headerLogoContainer{
	padding: 1.5625rem 1.25rem;
}

@media only screen and (min-width: 55em){
	.siteHeader{
		position: relative;
		border-top: 40px solid var(--menu-black);
	}
}
.headerLogo {
	/*max-width: 100%;
	padding-top: 3em;*/
	max-height: 49px; /* change to 4.5rem when the logo picture is changed */
}	

.give-icon{
	background-color: var(--primary-yellow);
}

header ul.survey-list{
	/* position: absolute;
    top: 0.7rem;
    display: flex;
    flex-direction: column;
    right: 11%;
    text-align: right; */
	padding: 0.5rem;
	top: 0.7rem;
	background-color: #333333;
	background: #333;
	box-shadow: calc(25rem - 50vw) 0px 0px 0px #333, calc(50vw - 25rem) 0px 0px 0px #333;

}

@media only screen and (max-width: 87.5rem){
	header ul.survey-list{
		right: calc(50% - 31rem);
	}
}

@media only screen and (max-width: 75rem){
	header ul.survey-list{
		right: calc(50% - 21rem);
	}
}

.survey-list a{
	color: #fff;
	font-size: 0.8rem;
}

@media only screen and (max-width: 55rem){
	header ul.survey-list{
		position: relative;
		right: 0;
		padding: 0.75rem;
		margin-bottom: 1.5rem;
		text-align: left;
		background-color: var(--body-area-background);
		box-shadow: none;
	}

	header ul.survey-list a{
		color: var(--link-mobile-nav);
	}
	.todayHours a::before, .menu-header-primary .survey-link i{
		filter: invert(100%) sepia(100%) saturate(500%) hue-rotate(190deg)!important;
	}
	
	@supports (-webkit-mask-image: url()) or (mask-image: url()){
		.todayHours a::before, .menu-header-primary .survey-link i{
			background-color: var(--primary-blue) !important;
			filter: none !important;
		}
	}
	.todayHours:hover.todayHours a{
		color: var(--link-hover);
	}

	header a.survey-link:hover.survey-link{
		color: var(--link-hover);
	}
}

.todayHours a{
	position: relative;
}

.todayHours a::before{
	content:url('/img/icon/icon-clock.svg');
	display: inline-block;
	width: 0.8rem;
	filter: invert(100%) sepia(98%) saturate(0%) hue-rotate(332deg) brightness(102%) contrast(100%);
	margin-right: 0.25rem;
}

.survey-link::after, .todayHours a::after{
	position: absolute;
	content: '';
	width: 0;
	border-bottom: 1px solid #fff;
	bottom: 0;
	transition: all ease-in-out 0.25s;
}

.survey-link::after,.todayHours a::after{
	left:1rem;
}
.icon-r::after{
	left: 0;
}

.survey-link{
	position: relative;
}

 .todayHours:hover.todayHours a::after{
	width: calc(100% - 1rem);
	border-bottom-color: var(--primary-yellow);
}

.todayHours:hover.todayHours a::before{
	filter: invert(81%) sepia(66%) saturate(2711%) hue-rotate(351deg) brightness(110%) contrast(108%);
}

.survey-link:hover.survey-link::after{
	width: calc(100% - 1rem);
	border-bottom-color: var(--primary-yellow);
}

.survey-link:hover.survey-link i{
	filter: invert(81%) sepia(66%) saturate(2711%) hue-rotate(351deg) brightness(110%) contrast(108%);
}

.survey-list i{
	filter: invert(100%) sepia(98%) saturate(0%) hue-rotate(332deg) brightness(102%) contrast(100%);
	margin-right: 0.25rem;
	width: 0.8rem !important;
}

header ul.social-icons {
	padding-top: 2rem;
	float: right;
}

header ul.social-icons li {
    position: relative;
    margin: 1px;
    background-color: var(--primary-yellow);
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 5px;
}

header ul.social-icons li a {
	color: var(--primary-blue);

}

/*Mobile View****************************/
.nav-toggler{
	background: none;
	visibility: visible;
	width: 100%;
	text-align: left;
	margin-bottom: 0;
	color: var(--primary-blue);
	padding: 0.5rem 1.25rem;
	font-size: 1.125rem;
}
.nav-toggler::before{
	content: url("/img/icon/icon-bars.svg");
	height: 1rem;
	width: 1rem;
    display: inline-block;
    margin-right: 0.5em;
}

.nav-toggler:hover, .nav-toggler:focus{
	text-decoration: underline;
	color: var(--primary-blue);
}

.nav-toggler[aria-expanded = 'true']::before{
	content: ' ';
	height: 1.25rem;
	width: 1.25rem;
	background-image: url("/img/icon/icon-close.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	vertical-align: middle;
	margin-left: -0.25rem;
}

#hamburger-menu{
	background-color: var(--primary-yellow);
}

#subnav-toggler{
	background-color: var(--in-this-section-bg);
}

#hamburger-menu-drawer{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
	background-color: #fff;
}

.show{
	display: block;
	visibility: visible;
}
.hide{
	display: none;
	visibility: hidden;
}

/*Layout*****************/
@media only screen and (min-width:55em){
	.menu-header-primary, .menu-header-util, .header-util {
		display: flex;
	}
}

.header-primary-nav, .header-util-nav{
	flex-basis: 48%;
}


/********** LIBRARY NAV BAR STYLES **********/

.main-nav-container{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	max-width: 87.5rem;
	padding-left: 1.25rem;
    padding-right: 1.25rem;
	margin-left: auto;
	margin-right: auto;
}

.menu-transition{
	transition: all 0.2s ease-in-out;
}

/*Util Nav******************/
@media only screen and (min-width:87.5em){
	.header-util-nav{
		/* width: 1175px !important; */
		width: 1360px !important; /*adjust the width after removing the search bar*/
	}
}

@media only screen and (min-width:55em){
	.header-util-nav{
		flex-basis: auto;
    	position: absolute;
 		top: -2.15em;
    	/* width: calc(100% - 200px); */
		width: calc(100% - 40px); /*adjust the width after removing the search bar*/
	}
	
	.menu-header-primary, .menu-header-util, .header-util {
		display: flex;
	}
}

.header-util{
	justify-content: space-between;
}

.menu-header-util{
	list-style: none;
	margin: 0;
}
.top-menu-item{
	text-align: left;
	border-bottom: 1px solid #606263;
}

.top-menu-item::after{
	font-size: 0.75rem;
}

.white-link, .white-link:focus{
	color: #fff;
	font-size: 0.75rem;
}

.white-link:hover{
	color: var(--primary-yellow);
}

.blue-link{
	display: block;
	width: 100%;
	color: var(--link-mobile-nav);
	font-size: 1rem;
	font-weight: normal;
	padding: 0.625rem 0;
}

.blue-link:hover{
	color: var(--link-hover);
}

/*Search field*****************************/
#search-nav{
	width: 100%;
	margin: 1rem 0;
}

@media only screen and (min-width: 87.5em){
	#search-nav{
		right: calc((100vw - 1400px) / 2 + 20px) !important;
	}
}

@media only screen and (min-width: 55em){
	#search-nav{
		position: absolute;
		top: -32px;
		right: 20px;
		width: 150px;
		margin: 0;
		height: 25px;
	}

}

.google-cse-search-box-form{
	height: 100%;
}

.form-wrapper{
	display: flex;
    align-items: baseline;
	height: 100%;
}

.form-item-textfield{
	width: 100%;
	height: 100%;
    margin-bottom: 0;
    display: flex;
	border-radius: 2px;
	background-color: var(--sa-area-background);
	border: 0.25px var(--body-area-background) solid;
	box-sizing: border-box;
}

#site-search {
    width: 100%;
	font-size: 1rem;
    border: 0;
    margin: 0;
    padding: 0.75em 0.5em;
	background-color: var(--sa-area-background);
}

#site-search::placeholder{
	color: 	#757575;
	line-height: 1;
}

#site-search:focus{
	border: solid 0.15em;
	border-radius: 3px;
	padding: 0.625em 0.38em;

} 

@media only screen and (min-width: 55em){
	#site-search {
		line-height: 1;
		font-size: 0.75rem;
		padding: 0.25em 0.5em;
		background-color: transparent;
		border: 0;
	}

	#site-search:focus{
		border: solid 0.175em;
		border-radius: 2px;
		margin: 1px 0;
		padding: 0.325em;
	} 

	.form-item-textfield{
		border: 0;
	}
}

.form-item-label{
	clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    /* position: absolute; */
    width: 2px;
    word-wrap: normal;
}

#edit-sa{
	padding: 0;
	margin-bottom: 0;
	background-color: transparent;
	padding: 1px 6px;
	
}
#edit-sa::before{
	font-family: "FontAwesome";
    content: '\f002';
    padding: 0.25em;
	color: #2F65A7;
    font-size: 18px;
}

@media only screen and (min-width: 55em){
	#edit-sa::before{
		font-size: 13px;
		color: var(--primary-blue);
	}
}

/*Primary Nav**********************/
.menu-header-primary{
	width: 100%;
	margin: 0;
	justify-content: space-between;
	list-style: none;
}

.menu-item{
    border-bottom: 1px solid #606263;
}

.menu-link{
	color: var(--primary-blue);
	font-weight: 600;
}

.menu-link:hover, .menu-link:visited{
	color: var(--primary-blue);
}


@media only screen and (min-width:55em){
	.menu-item{
		border-bottom: 0;
		display: flex;
	}
	.menu-item:hover{
		background-color: #fff;
	}
	
	.menu-item:hover > .menu-subnav{
		display: block;
	}	

	.menu-link{
		padding: 0.625rem 1.5rem;
	}
}

/*Sub Nav****************/
.menu-subnav{
	display: none;
	position: absolute;
	background-color: #fff;
	list-style: none;
	max-width: 85rem;
	padding: 1.5rem;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	margin-top: 2.85rem;
	z-index: 10;
	transition: all 0.2s ease-in-out;
}

.menu-subnav li{
	/*border-bottom: 1px solid rgba(19,21,22,0.2);*/
    margin: 0 60px 0 0;
    display: flex;
    width: 30%;
    position: relative;
    float: left;
}

.nav-link{
	display: block;
	font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.125px;
    line-height: 1.25rem;
    padding: 0.625rem 0;
    position: relative;
    text-align: left;
    border-bottom: 0;
	width: 100%;
}
.subnav-item::before, .subnav-item::after{
	content: ' ';
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom: solid 1px;
	transition: all 0.2s ease-in-out;
}

.subnav-item::before{
	width: 100%;
	color: rgba(19,21,22,0.2);
}

.subnav-item::after{
	width: 0;
	color: var(--link-hover);
}

.nav-link:hover{
	color: var(--link-hover);
}

.subnav-item:hover::after{
	width: 100%;
}

#subnavTitle{
	display: block;
	width: 100%;
	border-left: 5px solid var(--primary-yellow);
    font-weight: 600;
    margin: 0;
	color: var(--menu-black);
    font-family: "Montserrat",Arial,sans-serif;
    font-size: 1.5rem;
    line-height: 1.3;
	padding: 1rem;
	border-bottom: 0.25px solid var(--in-this-section-bg);
	background-color: var(--subnav-collapisble-bg);
}
#newSubnavMenu{
	background-color: var(--subnav-collapisble-bg);
	margin: 0;
	padding-bottom: 2.5rem;
	list-style-type: none;
}

.new-subnav-item{
	color: var(--primary-blue);
	font-size: 0.9375rem;
	font-weight: 600;
	position: relative;
}

.new-nav-link{
	display: block;
	width: 100%;
	padding: 0.6rem 0.6rem 0.6rem 19px;
	border-left: 5px solid transparent;
}

.new-nav-link:hover{
	color: var(--menu-black);
	border-left: 5px solid var(--primary-yellow);
	background: var(--subnav-hover);
}

.subnav-highlight::before{
	content: '';
    background: var(--primary-yellow);
	position: absolute;
    left: 0;
    top: 50%;
	transform: translateY(-50%);
    width: 5px;
    height: 5px;
}

.grp-toggler-row{
	display: flex;
}

.grp-toggler-row:hover .grp-toggler{
	background-color:var(--in-this-section-bg);
}

.grp-toggler{
	display: flex;
	background-color: var(--subnav-hover);
	flex: 0 1 15%;
    justify-content: center;
	align-items: center;
    font-weight: 600;
    max-width: 50px;
    padding-left: 0.25em;
    padding-right: 0.25em;
	margin:0;
}

.grp-toggler:hover, .grp-toggler:focus{
	background-color: var(--primary-yellow) !important;
	color: var(--primary-blue);
}

.nav-grp{
	margin: 0;
}

.nav-grp li{
	list-style: none;
}

.grp-nav-item{
	font-weight: 400;
	font-size: 0.875rem;
	color: var(--link-mobile-nav);
	background: var(--subnav-hover);
	display: block;
	width: 100%;
	padding-left: 36px;
	border-left: 5px solid transparent;
	padding-top: 0.625rem;
	padding-bottom: 0.625rem;
}

.grp-nav-item:hover{
	background-color: var(--in-this-section-bg);
	border-left: solid 5px var(--primary-yellow);
	color: var(--menu-black);
}

@media only screen and (min-width: 55em){
	#hamburger-menu{
		display: none;
		visibility: hidden;
	}
	#subnav-toggler{
		display: none;
		visibility: hidden;
	}
	#hamburger-menu-drawer{
		background-color: var(--primary-yellow);
    	padding-top: 0;
    	padding-bottom: 0;
	}
	#newSubnavMenu{
		display: none;
		visibility: hidden;
	}

	.main-nav-container{
		display: block;
		
	}
	.top-menu-item{
		margin-right: 0.25rem;
		padding: 0;
		border-bottom: 0;
	}
	.top-menu-item.not-last-item::after{
		content:'|';
		display: inline-block;
		color: #606263;
	}
	.top-menu-item::after{
		padding-left: 0.25rem;
	}
	
}

@media only screen and (min-width:64em){
	.top-menu-item{
		margin-right: 0.5rem;
	}
	.top-menu-item::after{
		padding-left: 0.45rem;
	}
}

/*icons**************************************/

.social-icons li i {
	margin-top: 0.4rem;
    margin-left: 0.35rem;
}

.givingHand{
	display: block;
	margin-top: 0.25rem;
}

/********** EMERGENCY ALERT STYLES ***********/

.alert {
	background-color: #d62d2d;
	/*position: -webkit-sticky; /* For Safari */
	/* position: sticky; */
	top: 0; /* Stick to the top */
    z-index: 5;
	box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width:55rem){
	.alert{
		/* margin-top: 2.6rem; */
	}
}
.alert .tr-close-btn{
	float: right;
    margin-top: 0.5rem;
    background: none;
    border-radius: 50%;
    padding: 0.25rem;
	display: none;
}
/*********** Report & Comments **********/
#comment-report-container{
	background: #000328;
}
#comment-report{
	padding: 0.25rem 1.25rem 0.25rem 1.25rem;
	margin: 0 auto;
	list-style: none;
	gap: 0.5rem;
}

/*********** FOOTER **********/
.wide-row{
	max-width:87.5rem;
}

.footer {
	margin-top: auto;
	max-width: 100%;
	background-color: var(--primary-blue);
	padding: 5rem 0 2rem;
	box-sizing: border-box;
    font-size: 100%;
}

@media only screen and (min-width = 55rem){
	footer a{
		font-size: 1rem;
	}
}

@media only screen and (min-width = 30rem){
	footer a{
		font-size: 0.875rem;
	}
}

.footer li {
	display: inline;
}

.footer-nav {
	list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 0.875rem;
    -moz-column-count: 1;
    column-count: 1;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    text-align: center;
}

@media only screen and (min-width:64em){
	.footer-nav {
		-moz-column-count: 2;
        column-count: 2;
        -moz-column-gap: 1rem;
        column-gap: 1rem;
        text-align: left;
	}
}
@media only screen and (min-width:55em){
	.footer-nav {
		font-size: 1rem;
	}
}

.footer-nav li {
    display: block;
}

.footer-row-container{
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

@media only screen and (min-width: 64em){
	.footer-row{
		display: grid;
		grid-gap: 1rem;
		grid-template-columns: 50% 50%;
	}
}

@media only screen and (max-width: 64em){
	.footer-row{
		display: block;
	}
	
}

p#StaffDirDisplay a {
	color: var(--primary-blue);
	font-weight: bold;
}

p#StaffDirDisplay a:focus {
	color: #555;
}

p#StaffDirDisplay a:hover {
	color: var(--primary-yellow);
}

.footer-row-flex{
	border-top: 1px solid #fff;
	margin-top: 3rem;
	display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
	padding: 2rem;
	row-gap: 2.813rem;
}

@media only screen and (min-width:64em){
	.footer-row-flex{
		flex-direction: row;
        justify-content: space-between;
        flex-wrap: nowrap;
        padding: 2rem 0 1rem;
    }

	.footer-imgs{
		flex-direction: row;
	}

}

.copyright-text {
	color: #fff;
    font-size: 1rem;
    margin-right: 0.5em;
    float: left;
}
.copyright-text span{
	margin-right: 0.325rem;
}

.copyright-list{
    list-style-type: none;
    margin-left: 0;
	margin-bottom: 0;
    padding-left: 0;
    color: #fff;
    display: inline;
}

ul.copyright-list a {
	background: linear-gradient(to right, #FFCB05 35%, transparent 35%, transparent 65%, #fff 65%);
	background-size: 400% 1px;
    background-position: 100% 100%;
    background-repeat: no-repeat;
}

.copyright-year{
	margin-right: 0.375rem;
	display: flex;
	align-items: flex-end;
}

.not-login{
    margin-right: 0.75em;
    padding-left: 0;
    padding-right: 0.75em;
	border-right: 1px solid #fff;
}

@media only screen and (min-width:64em){
	.copyright-text{
		flex-basis: 52%;
    	flex-grow: 1;
    	flex-shrink: 0;
	}
}

.contact-links{
	display: flex;
	justify-content: space-between;
}

div.group {
	display: flex;
	flex-direction: column;
    margin: 0 auto 2rem;
}


@media only screen and (min-width:64em){
	div.group {
		max-width: none;
		margin: 1rem 0 2rem;
		display: flex;
	}
}

#contact-subgroup{
	display: flex;
	row-gap: 2rem;
}

@media only screen and (max-width:64em){
	#contact-subgroup{
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
	}
}

.campuses{
	max-width: 18.297rem;
	display: block;
	font-size: 0.875rem;
    text-transform: uppercase;
    border-width: 2px;
    border-color: #fff;
    line-height: 1rem;
}

.campuses li{
	display: block;
}

.campuses li a{
	margin: 0;
}

@media only screen and (min-width:40em){
	.campuses{
		margin: 0 0 .75rem;
	}
}

@media only screen and (max-width:64em){
	.campuses{
		margin-left: auto;
		margin-right: auto;
	}
}

.campuses ul {
	font-size: 16px;
}

.campuses li {
	border-right: 2px solid #FFF;
    margin-right: 0.5rem;
    padding-left: 0;
    padding-right: 0.5rem;
}

.footer .campuses li:first-child {
    float: left;
}
.footer .campuses li:nth-child(2) {
    float: left;
}

.footer .campuses li:last-child {
    border-right: medium none;
	padding-right: 0;
}


.contact-text{
	padding-left: 80px;
	margin: 0;
	
}

.contact-text::after {
    clear: both;
    content: "";
    display: table;
}

@media only screen and (min-width:40em){
	.contact-text{
		margin-top: 0;
	}
}
@media only screen and (max-width:60rem){
	.contact-text{
		padding-left: 0;
		width: 100%;
	}
}
.footer .contact{
	color: #fff;
	line-height: 1.7;
	flex-wrap: wrap;
	display: flex;
}
@media only screen and (max-width:64rem){
	.footer .contact{
		flex-direction: column;
		align-items: center;
	}
}
.contact a.address{
	display: flex;
	flex: 0 1 100%;
	align-items: flex-start;
}

.address div{
	display: block;
	line-height: 1.5625rem;
}

@media only screen and (min-width:22.5em) and (max-width:40em){
	.contact a.address{
		padding-left: 1.25rem;
	}
	
}

.footer .contact .fa {
	display: inline-block;
    color: var(--primary-yellow);
	margin-right: 0.5rem;
	font-size: 1rem;
}

.contact-div{
	display: inline-block;
}

.contact a{
	color: #fff;
	flex: 0 1 100%;
    margin-bottom: 10px;
}

.footer .contact .phone, .footer .contact .email{
	display: flex;
	flex-wrap: nowrap;
	height: 2rem;
}

.footer-social-icons{
	list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    display: flex;
    margin-top: 3rem;
	margin-bottom: 1rem;
	justify-content: center;
	column-gap: 4px;
}
@media only screen and (min-width:40rem){
	.footer-social-icons{
		column-gap: 1rem;
	}
}
@media only screen and (min-width:64rem){
	.footer-social-icons{
		justify-content: flex-start;
		column-gap: 3rem;
	}
}


.social-icons em, .footer-social-icons em {
    display: none;
	overflow: hidden;
	text-align: center;
	width: 0px;
}

.footer-social-icons li a{
	font-size: 1.125rem;
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    padding: 1rem 0;
    border-radius: 50%;
	border: 1px transparent;
	color: var(--primary-yellow);
	transition: border 0.2s;
	transition-timing-function: cubic-bezier(0.4,0,1,1);
}

.footer-social-icons li a:hover{
	border: 1px solid;
}

.footer-social-icons li a svg{
	fill:#ffcb05;
}

.social-icons li {
	position: relative;
	margin: 5px;
	background-color: #636363;
	border-radius: 15px;
	width: 30px;
	height: 30px;
	display: inline-block;
	}

.social-icons li i {
		font-size: 20px;
		line-height: 30px;
		padding-left: 6px;
		text-align: center;
	}

.footer-menu-item, .address span, .contact-div, .copyright-list a{
	font-size: 1rem;
	background: linear-gradient(to right, var(--primary-yellow) 35%, transparent 35%, transparent 65%, transparent 65%);
    background-size: 400% 1px;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition: background-position 600ms;
    text-decoration: none;
    color: #fff;
}

.footer-menu-item-bold{
	font-weight: 600;
    border: 0;
    display: inline-block;
    padding: 0;
    margin: 8px 0;
}
.footer-nav .footer-menu-item-bold{
	line-height: 1.5rem;
}

.footer-menu-item:hover, .footer-menu-item:focus,
.address span:hover, .address span:focus,
.contact-div:hover, .contact-div:focus,
.copyright-list a:hover, .copyright-list a:focus{
	color: var(--primary-yellow);
    background-position: 0 100%;
}

@media only screen and (max-width:64em){
	.footer-imgs{
		display: flex;
		margin-bottom: 2rem;
		flex-basis: 100%;
		flex-direction: column;
	}
}

.footer-imgs{
	flex-basis: 100%;
	flex-grow: 1;
	flex-shrink: 1;
	margin-right: 0;
	text-align: center;
	text-align: center;
    order: 1;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    width: 100%;
}

.footer-img-link{
	display: inline-block;
	text-align: center;
	width: 100%;
}

@media only screen and (min-width:64em){
	.footer-img-link{
		width: 49%;
	}
}