/**
 * @file
 * Header-specific CSS
 * AT-Legolas Barrio Subtheme for Drupal 10
 */
 
#header
{
	background-color: #f6f6f6;
}

/* ===== Top UNT Navigation Area ===== */
 
#topnav-container
{
	display: flex;
	justify-content: space-between;
	background-color: #e9e9e9 !important;
	color: #666666;
	padding: 0.5em 3em;
	height: 45px;
}

#topnav-unt-wordmark
{
	padding: 0 0 0 100px;
}

#topnav-unt-wordmark a
{
	color: #444 !important;
}

#topnav-unt-wordmark img
{
	max-width: 250px;
}

#topnav-unt-links-container
{
	width: 630px;
	font-size: 8pt;
	text-transform: uppercase;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-right: 15px;
}

#topnav-unt-links-container ul
{
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}

#topnav-unt-links-container ul li
{
	float: left;
	padding-left: 1em;
}

#topnav-unt-links li a
{
	color: #666666;
	text-decoration: none;
	transition: 0.25s;
}

#topnav-unt-links li a:hover
{
	color: #006800;
}

#top-searchbox-form
{
	padding-left: 1em;
	display: none;
}

#topnav-searchbox button
{
	background: none!important;
	border: none;
	padding: 0!important;
	color: #069;
	cursor: pointer;
	text-transform: uppercase;
}

#topnav-searchbox .call-to-action
{
	background-color: #666666;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
	margin: 0;
	border-radius: 4px;
	padding: 0.5em 1em;
}

#topnav-searchbox .call-to-action:hover
{
	color: #ffffff;
	background-color: #777777;
}

#topnav-apply-cta .call-to-action
{
	background-color: #006800;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
	margin: 0;
	border-radius: 4px;
	padding: 0.5em 1em;
}

#topnav-apply-cta .call-to-action:hover
{
	background-color: #00ac4d;
}

/* ===== Main Menu Container Area ===== */

#main-site-header
{
	padding: 0 3em;
	height:auto !important;
	min-height: 6em !important;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	background-color: #ffffff;
}

#main-site-header a
{
	color: #222222;
	text-decoration: none;
}

#header-left-container
{
	display: flex;
}

#unt-logo-combined
{
	display: flex;
}

#unt-eagle
{
	position: relative;
	z-index: 5;
	margin-top: -25px;
}

#unt-eagle img
{
	height: 100px;
	margin-left: 15px;
}

#unt-lettermark
{
	
}

#unt-lettermark img
{
	height: 38px;
	margin: 20px 20px 0 -10px;
	padding-right: 20px;
	border-right: 3px solid #006800;
}

#site-title-container
{
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 500;
	font-size: 13.5pt;
	padding-top: 12px;
	padding-right: 3em;
	min-width: 24ch;
}

#college-name
{
	line-height: 1em;
	margin-bottom: .34em;
	margin-top: .34em;
}

#department-name
{
	margin-top: -.1em;
	font-size: 27px;
	line-height: .89em;
	text-transform: uppercase;
}

#header-right-container
{
	padding-right: 1.25em;
	width: 100%;
}

#header-main-menu
{
	height:auto !important;
	min-height: 55px;
	display: flex;
}

#header-main-menu h2
{
	font-size: .8em;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

/* ===== Main Menu Links ===== */

#block-at-legolas-main-menu,
#block-mainnavigation,
#block-at-legolas-mainnavigation
{
	width: auto;
	margin-right: 15px;
	/*border-bottom: 3px solid #006800;*/
	height: 55px;
}

#superfish-main
{
	display: flex;
	flex-direction: row;
	box-sizing: border-box;
	/*margin-top: 15px;*/
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 500;
	justify-content: flex-start;
	/*font-size: 14pt;*/
	flex-wrap: wrap;

	max-width: 100%;
	margin: 0 3.5rem;
	/*margin-top: .5em;*/
	/* margin-top: 1.125em; */
	/*margin-top: .1em;*/
	font-size: 16pt;
	margin: 0 3.5rem;
	letter-spacing: -.01em;
	margin-top: .5em;
}
	
#superfish-main li.sf-depth-1
{
	/*padding-right: 1.5em;*/
	padding-right: 2em !important;
}

.sf-menu li.sf-depth-1.sf-no-children
{
	padding-right: 1.5em !important;
}

#superfish-main li a.sf-depth-1:hover
{
	border-bottom: 3px solid #bbd236;
}

#superfish-main li a
{
	padding: 0.25em 0em;
}

#superfish-main .sf-sub-indicator
{
	font-size: 0.6em;
	right: -1.3em;
}

#superfish-main li:last-child
{
	padding-right: 0.6em;
}

/* ===== Main Menu submenus ===== */

/* submenu background */
#superfish-main ul, .path-frontpage #superfish-main ul
{
	/*color: #393939;*/
	/*background: #ffffff;*/
	background-color: #ffffff;
	color: #000;
	border-bottom: 6px solid rgb(187, 210, 54);
}

#superfish-main ul a 
{
	color: #333 !important;
	font-weight: 400;
}

#superfish-main ul li
{
	padding: .5em .75em;
	border-bottom: 1px solid #ccc;
	font-size: .89em;
}

#superfish-main li.sf-depth-2:hover a
{
	color: #fff !important;
}

#superfish-main li.sf-depth-2
{
	padding: 0.5em 1em;
	transition-duration: .2s;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
}

#superfish-main li.sf-depth-2:hover
{
	background-color: #333333;
}

#superfish-main a.sf-depth-2:hover
{
	color: #ffffff;
}

#superfish-main ul.sf-menu
{
	line-height: inherit;
}

ul.sf-menu a, ul.sf-menu span.nolink
{
	padding: 0;
}

/* change colors when using image background */
.darkmode-dark-bg
{
	background-color: #000000 !important;
}

.darkmode-light-text
{
	color: #ffffff !important;
}

.darkmode-light-text a
{
	color: #ffffff !important;
}

/* On screens that are 900px or less */
@media screen and (max-width: 900px) 
{
	#topnav-container
	{
		display: none;
	}
	
	#main-site-header
	{
		flex-direction: column;
		height: auto;
		min-height: auto !important;
		padding: 0 !important;
	}
	
	#header-left-container
	{
		width: 100%;
		flex-direction: column;
	}
	
	#header-right-container
	{
		/* padding-right: 1.25em; */
		padding-right: 0;
	}

	#unt-logo-combined
	{
		width: 100%;
		height: 55px;
	}

	#unt-eagle
	{
		margin-top: 0px;
		height: 40px;
	}
	
	#unt-eagle img
	{
		height: 50px;
		margin-left: 5px;
	}
	
	#unt-lettermark img
	{
		height: 30px;
		margin: 10px 0px 0px -10px;
		padding-right: 20px;
		border-right: none;
	}
	
	#site-title-container
	{
		background-color: #efefef;
		font-family: 'Barlow Condensed',sans-serif;
		font-weight: 500;
		font-size: 12pt;
		text-transform: uppercase;
		padding: 12px 5px 10px 5px;
	}
	
	#block-at-legolas-main-menu,
	#block-mainnavigation,
	#block-at-legolas-mainnavigation
	{
		margin-right: 0px;
		height: 0px;
		border-bottom: none;
	}
	
	#superfish-main ul li .sf-depth-1
	{
		padding: 1em 1.5em;
	}
	
	.sf-menu li.sf-depth-1 
	{
		/* padding-right: 2em !important; */
		padding-right: 0 !important;
	}
	
	.sf-menu li.sf-depth-2
	{
		/* padding: 0.5em 1em !important; */
		padding: 0;
	}

	#superfish-main-toggle
	{
		font-family: "Roboto", sans-serif;
		position: absolute;
		top: 0;
		right: 0;
		font-size: 2em;
		font-weight: bold;
		text-align: center;
		/*height: 50px;*/
		max-height: 50px;
		width: 50px;
		/* content: '&amp;amp;amp;amp;amp;amp;amp;amp;amp;amp;#x2261;'; */
		/*content: 'hello';*/
		color: #000 !important;
		/*border: 1px solid red;*/
		height: 2em;
		z-index: 2000;
	}
	
	#superfish-main-toggle span
	{
		overflow: hidden;
		/*display: none;*/
		display: block;
		color: #fff;
	}
	
	#superfish-main-toggle span::before 
	{
		content: '\2261';
		color: #000;
	}
	
	#superfish-main-toggle.sf-expanded span::before
	{
		content: '\00d7';
	}
	
	#superfish-main ul li
	{
		padding-right: 0px;
	}
	
	#superfish-main-accordion
	{
		font-family: "Roboto", sans-serif;
		font-weight: bold;
		background-color: #007a33;
		/*transition: all .5s ease-in-out;*/
		transition: all .2s ease-in-out;
		transition-property: height;
	}
	
	#superfish-main-accordion a
	{
		color: #ffffff;
		padding: 1em;
	}
	
	#superfish-main-accordion li
	{
		font-size: inherit;
		text-transform: uppercase;
		border-bottom: 1px solid #006800;
		padding: 0;
		margin: 0;
	}
	
	#superfish-main ul li:last-child
	{
		padding-right: 0px;
	}
	
	#superfish-main-accordion li ul
	{
		background-color: #006800;
	}
	
	#superfish-main-accordion li ul li
	{
		background-color: #006800;
		border-bottom: 1px solid #003400;
	}
	
	#superfish-main-accordion .sf-sub-indicator
	{
		right: 0px;
		font-size: 0.8em;
		height: 20px;
		width: 30px;
	}
	
	ul.sf-menu .sf-with-ul
	{
		padding-right: 0;
	}
	
	.sf-hidden
	{
		width: auto;
	}
	
	#header-main-menu
	{
		min-height: auto;
		margin: 0 !important;
	}
}

} /* end 900px */
