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

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

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

#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 0;
	height: 6em;
	display: flex;
	justify-content: space-between;
}

#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: 16pt;
	padding-top: 12px;
}

#department-name
{
	margin-top: -13px;
	font-size: 24pt;
}

#header-main-menu
{
	height: 55px;
}

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

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

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

#superfish-main li.sf-depth-1
{
	padding-right: 1.5em;
}

#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
{
	/*color: #393939;*/
	/*background: #ffffff;*/
	background-color: #ffffff;
}

/* submenu background - front page only*/
.path-frontpage #superfish-main ul
{
	background-color: #007a33;
}

#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;
}

/* 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;
	}
	
	#header-left-container
	{
		width: 100%;
		flex-direction: column;
	}
	
	#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-aragorn-main-menu,
	#block-mainnavigation,
	#block-at-aragorn-mainnavigation
	{
		margin-right: 0px;
		height: 0px;
		border-bottom: none;
	}
	
	#superfish-main ul li .sf-depth-1
	{
		padding: 1em 1.5em;
	}

	#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;
	}
	
	#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;
	}
	
	#superfish-main-accordion a
	{
		color: #ffffff;
	}
	
	#superfish-main-accordion li
	{
		font-size: inherit;
		text-transform: uppercase;
		border-bottom: 1px solid #006800;
	}
	
	#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;
	}

}
