/*********************
Fonts for Law

**** Law is using Typography.com to purchase these fonts.  Username: lawcomm@virginia.edu ****

Gotham Light - “News & Media” in the banner
font-family: "Gotham A", "Gotham B", Arial, sans-serif;
font-style: normal;
font-weight: 300;

Gotham Book
font-family: "Gotham A", "Gotham B", Arial, sans-serif;
font-style: normal;
font-weight: 400;

Gotham Narrow Book - navigation bar 
font-family: "Gotham Narrow A", "Gotham Narrow B", Arial, sans-serif;
font-style: normal;
font-weight: 400;

Gotham Narrow Light - “Trending” and “Faculty in the News”
font-family: "Gotham Narrow A", "Gotham Narrow B", Arial, sans-serif;
font-style: normal;
font-weight: 300;

This file will hold styles for the mobile version of your website (mobile first).
This also can include ANY global CSS that applies site-wide. Unless overwritten by a more specific style rule, CSS declarations in global.less will apply site-wide.

**** Colors ****

Hyperlinks in body text - #336699, underlined; on hover, no underline
Orange Headers, hyperlinks - #B85F26
Orange backgrounds - #D87F46
Lists of links - default to no underline, underline on hover

Hyperlinks - change to text decoration none, border bottom 1px using guide below:
Blue
color: #336699;
text-decoration: none;
border-bottom: 1px solid #9EBEDE; (changed slightly a couple days after we sent first one)

Orange
color: #b85f26;
text-decoration: none;
border-bottom: 1px solid #e4b698;

Gray
color: #666666;
text-decoration: none;
border-bottom: 1px solid #aaaaaa;

**********************/

/*********************************************************
** General Styles
**********************************************************/
#zone-user-wrapper {
	display: block
}

#zone-user-wrapper .region-user-first .uvabar-logo {
	margin-left: -68px;
	text-align: left;
	float: left
}

#zone-user-wrapper .region-user-first .uvabar-logo img {
	max-width: 305px
}

#zone-user-wrapper .region-user-second {
	width: 40%
}

/*********************************************************
** Search Form Styles
**********************************************************/
#zone-user-wrapper .region-user-second #block-search-form input[type=text] {
	width: 270px
}

/*********************************************************
** Quicklink Styles
**********************************************************/
#zone-user-wrapper .region-user-second .quicklinks.expanded-secondary-menu {
	height: 50px
}

#zone-user-wrapper .region-user-second .quicklinks div.links {
	background: #f8f8f8;
	margin-top: 30px;
	margin-left: -346px;
	width: 690px;
	border-bottom: 0;
	padding: 20px 20px 20px;
}

#zone-user-wrapper .region-user-second .quicklinks div.links ul {
	float: left;
	padding: 0;
	border-top: none;
}

#zone-user-wrapper .region-user-second .quicklinks div.links ul li {
	display: inline;
	border-right: 1px solid #ccc;
	padding: 0 15px;
}

#zone-user-wrapper .region-user-second .quicklinks div.links ul li:last-of-type {
	border-right: none;
}

#zone-user-wrapper .region-user-second .quicklinks div.links ul.col4 {
	margin-right: 5px;
	width: 155px
}

#zone-user-wrapper .region-user-second .quicklinks div.links ul li a {
	color: #898989
}

#zone-user-wrapper .region-user-second .quicklinks div.links ul li a:hover {
	color: #333
}

body.context-news #zone-user-wrapper .region-user-second .quicklinks.expanded-secondary-menu {
	background: url(../images/hamburger_new_rollover.png) center top 5px no-repeat #f8f8f8
}

#zone-user-wrapper .region-user-second .quicklinks.expanded-secondary-menu {
	background: url(../images/hamburger_new_rollover.png) center top 5px no-repeat #f8f8f8;
	padding-bottom: 9px
}

/*********************************************************
** Search Form Styles
**********************************************************/
#zone-user-wrapper .region-user-second #block-search-form input[type=text] {
	width: 270px
}

/*********************************************************
** Mobile Menu Styles
**********************************************************/
#zone-user-wrapper .region-user-second .menu-name-main-menu {
	display: none
}

#zone-user-wrapper .region-user-second .quicklinks .block-inner .block-inner {
	padding: 0;
}

/*********************************************************
** Main Menu Styles
**********************************************************/
#zone-menu-wrapper {
	z-index: 10;
	position: relative
}

#zone-menu-wrapper #zone-menu {
	background: rgba(176, 176, 176, 1);
	background: -moz-linear-gradient(top, rgba(176, 176, 176, 1) 0, rgba(168, 168, 168, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(176, 176, 176, 1)), color-stop(100%, rgba(168, 168, 168, 1)));
	background: -webkit-linear-gradient(top, rgba(176, 176, 176, 1) 0, rgba(168, 168, 168, 1) 100%);
	background: -o-linear-gradient(top, rgba(176, 176, 176, 1) 0, rgba(168, 168, 168, 1) 100%);
	background: -ms-linear-gradient(top, rgba(176, 176, 176, 1) 0, rgba(168, 168, 168, 1) 100%);
	background: linear-gradient(to bottom, rgba(176, 176, 176, 1) 0, rgba(168, 168, 168, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b0b0b0', endColorstr='#a8a8a8', GradientType=0);
	width: 960px;
	border: 0;
	display: block;
	height: 48px;
	position: relative;
	border-top: 3px solid #A89E99
}

#zone-menu-wrapper #zone-menu #region-menu {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 8px;
	left: 0
}

#zone-menu-wrapper #zone-menu ul#main-menu {
	margin: 0 auto;
	width: 100%
}

#zone-menu-wrapper #zone-menu ul#main-menu li {
	text-transform: uppercase;
	padding: 0 10px;
	font-family: "Gotham Narrow A", "Gotham Narrow B", Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	display: inline
}

#zone-menu-wrapper #zone-menu ul#main-menu li a {
	text-decoration: none;
	color: #EAEAEA;
	font-size: 16px
}

#zone-menu-wrapper #zone-menu ul#main-menu li a:hover {
	color: #fff
}

/********************************
** Title/Zone-Branding Styles
*********************************/
#zone-branding-wrapper #zone-branding {
	border-bottom: none;
}

#zone-branding-wrapper #zone-branding .site-name {
	font-size: 50px;
}

/*********************************************************
** Postscript & Footer Styles
**********************************************************/
#zone-postscript .region-inner {
	padding-left: 0;
	padding-right: 0
}

#zone-postscript-wrapper #zone-postscript {
	display: flex;
}

#zone-postscript-wrapper #zone-postscript #region-postscript-first img {
	max-width: 221px;
}

#zone-postscript-wrapper #zone-postscript #region-postscript-first {
	width: 23.5%
}

#zone-footer-wrapper #zone-footer {
	font-size: 15px;
}

#zone-footer-wrapper #zone-footer #region-footer-first {
	margin-left: 32px;
	padding: 15px 0
}

#zone-footer-wrapper #zone-footer #region-footer-second {
	width: 17%;
	padding: 15px 30px 25px
}

#zone-footer-wrapper #zone-footer #region-footer-third {
	width: 30%;
	padding: 20px 0 15px
}

#facebook,
#googleplus,
#instagram,
#itunes,
#linkedin,
#rss,
#soundcloud,
#tumblr,
#twitter,
#youtube {
	padding: 0 4px
}

#zone-footer-wrapper #zone-footer #region-footer-fourth {
	width: 21%;
	padding: 5px 0 0 20px
}