/* ----------
University of South Carolina School of Law
Updated: 1 JUNE 2015
Author: TA Brasier
---------- */

/*
	#ababab rgba(171, 171, 171, 1)
	#cccccc rgba(204, 204, 204, 1)
	#ffffff rgba(255, 255, 255, 1)
	#fffffc rgba(255, 255, 252, 1)
	#73000a rgba(115, 0, 10, 1)
	#000000 rgba(0, 0, 0, 1)

(max-width: 360px)
(min-width: 361px) and (max-width: 480px)
(min-width: 481px) and (max-width: 768px)
(min-width: 769px) and (max-width: 1024px)
(min-width: 1024px)

*/

@import url('http://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css');
@import url('http://memory.uofsclaw.org/_a/css/uofsclaw-navigation.css');

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

/*limited reset*/
html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video, th, td, tr {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font: inherit;
}
/*html5 display rule*/
address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary {
	display: block;
}

/* ---------- GLOBAL STYLES */

html { 
	max-width: 100%;
}
body {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	color: #3a3a3a;
	font-family: "Open Sans", sans-serif;
	font-size: 1em;
	line-height: 1.5;
	margin-top: 0em;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
	overflow-y: scroll;
	overflow-x: hidden;
}
body a { 
	color: #990000;
	text-decoration: underline;
}
body a:visited {
	color: #990000;
	text-decoration: underline;
}
body a:hover {
	color: #990000;
	text-decoration: underline;
}
body a:active {
	color: #990000;
	text-decoration: underline;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
	clear: both;
	color: #73000a;
	font-family: 'Droid Sans', sans-serif;
	font-weight: bold;
	margin: 0;
	padding: .5em 0em .25em 0em;
}
body h1 {
	font-size: 200%;
}
body h2 {
	font-size: 160%;
}
body h3 {
	font-size: 120%;
}
body h4 {
	font-size: 100%;
}
body h5 {
	font-size: 80%;
}
body h6 {
	font-size: 80%;
}
body p {
	font-size: 100%;
	margin: 0;
	padding: .5em 0em;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

.box { float: left; }

/* LOGO */
#logo {
	background-image: url("/_a/icons/UofSCLawLogo.jpg");
	background-repeat: no-repeat;
    background-size: contain;
	height: 89px;
	margin: 0em 1em 0em 1em;
	padding: 0;
	width: 350px;
}
a#logo_usc { /* usc */
	float: left;
	height: 89px;
	margin: 0;
	position: absolute;
	width: 90px;
}
a#logo_law { /* law */
	float: left;
	height: 89px;
	margin-left: 90px;
	margin-top: 0px;
	position: absolute;
	width: 260px;
}

/* ----- BANNER */
#banner {
	background: rgba(255, 255, 255, .5);
	clear: both;
	display: block;
	width: 100%;
}
/* BANNER PROPER */
#banner-proper {
	display: block;
	width: 100%;
}
#banner-landing h1 {
	display: block;
	margin: 1em 0em 0em 1em;
	min-height: 100px;
	padding: 1em 0em 0em 1em;
	text-align: left;
}

/* ROOT */
#root {
	background: #ffffff;
	clear: both;
	display: block;
	margin: 0 auto;
	padding: 0;
}

/* CATALOG SEARCH */
#catalog-search { 
}
/* CATALOG SEARCH PROPER */
#catalog-search-proper {
	display: block;
	width: 100%;
}
#catalog-search-proper input#searcharg {
	background: #cccccc;
	color: #3a3a3a;
}
/* CATALOG NAVIGATION */
#catalog-navigation {
	clear: both;
	font-family: "Droid sans", sans-serif;
	text-align: center;
}
#catalog-navigation ul li {
	color: #ffffff;
	display: inline;
}
#catalog-navigation a { 
	background: rgba(255, 255, 255, .4);
	border: 1px solid #3a3a3a;
	color: #000000;
	display: block;
	font-weight: bold;
	height: 40px;
	text-decoration: none;
}
#catalog-navigation a:visited {
	color: #000000;
	text-decoration: none;
}
#catalog-navigation a:hover {
	background: rgba(255, 255, 255, .8);
	color: #000000;
	text-decoration: none;
}
#catalog-navigation a:active {
	color: #000000;
	text-decoration: none;
}

/* HOURS WIDGET */
#hours { 
	display: block;
}
#todays-hours {
	background: rgba(255, 255, 255, .4);
	border: 1px solid #73000a;
	display: block;
}
#hours-widget {
	display: block;
	font-family: "Open sans", sans-serif !important;
	font-size: 90%;
	vertical-align: middle;
}
#hours-widget p {
	clear: both;
	display: block;
	font-weight: bold;
	text-align: center;
}
#hours-widget h1, #hours-widget h2, #hours-widget h3, #hours-widget h4, #hours-widget h5, #hours-widget h6 {
	font-family: "Droid sans", sans-serif !important;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.hours-today {
	color: #3a3a3a;
	display: block;
	float: left;
}
#hours-col-l, #hours-col-t {
	color: #73000a;
	font-weight: bold;
	text-align: left;
}
td.hours-col-loc, td.hours-col-time, th.hours-col-loc, th.hours-col-time { 
	font-weight: bold;
}
tr.hours-depart td.hours-col-loc { 
	font-weight: bold;
}

/* FEATURED LINKS */
#featured-links {
	background-color: rgba(115, 0, 10, .90);
	clear: both;
	color: #ffffff;
	display: block;
	text-align: center;
	width: 100%;
}
#featured-links nav {
	margin: 0 auto; 
	text-align: center;
}
#featured-links nav ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
#featured-links nav ul li {
	background-color: rgba(115, 0, 10, 0);
	color: #ffffff;
	float: left;
	font-size: 90%;
	font-weight: bold; 
	margin: 0;
	padding: 2em 2em 0em 2em;
	width: 175px;
}
#featured-links nav ul li a {
	color: transparent;
	display: block; 
	font-size: 100%;
	font-weight: bold; 
	height: 100px;
	padding: 0em;
	padding-top: .2em;
	text-decoration: none;
}				
#featured-links .fl-caption {
	display: block; 
	/* height: 65px; */
	padding: 0;
	padding-top: .2em;
	text-decoration: none;
}				
#featured-links .fl-caption a {
	background-image: none;
	color: #ffffff;
	font-size: 100%;
	font-weight: bold; 
	text-decoration: none;
}				
.cocky-law-blawg a {
}
.facebook a {
}
.special-collections a {
}
.recent-acquisitions a {
}

/* FOOTER-MENU */
#footer-menu {
	color: #ffffff;
	font-size: 80%;
}
#footer-menu h1 {
	color: #fffffc;
	font-family: 'Droid Sans', sans-serif;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
#footer-menu .footer-menu-logo {
	background: #ffffff;
	min-height: auto;
	max-height: 150px;
	min-width: auto;
	max-width: 150px;
	vertical-align: middle;
}
#footer-menu a {
	color: #ffffff;
	text-decoration: none;
}
#footer-menu a:visited {
	color: #ffffff;
	text-decoration: none;
}
#footer-menu a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#footer-menu a:active {
	color: #ffffff;
	text-decoration: underline;
}
/* FOOTER PROPER */
#footer-proper { 
	background: #ffffff;
	clear: both;
	color: #3a3a3a;
	font-size: 80%;
}
#footer-proper p { 
	margin: 0;
	padding: 0;
	text-align: center;
}

/* ---------- RESPONSIVE STYLES */

/* Phone Portrait 360px and under */
@media only screen and (max-width: 360px) {

	body {
		background-image: url("/library/_a/images/landing/greyBG.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		background-attachment: fixed;
		color: #3a3a3a;
		font-family: "Open Sans", sans-serif;
		font-size: 1em;
		line-height: 1.5;
		margin-top: 0em;
			-moz-background-size: cover;
			-webkit-background-size: cover;
			-o-background-size: cover;
		overflow-y: scroll;
		overflow-x: hidden;
	}
	/* HEADER */
	#header {
		background: #ffffff;
		display: block;
		height: auto;
		margin: 0em auto;
		width: 100%;
		padding: 0;
	}
	/* LOGO */
	#logo {
		height: 60px;
		margin: .5em;
		padding: 0;
		width: 235px;
	}
	a#logo_usc { /* usc */
		float: left;
		height: 60px;
		margin: 0;
		position: absolute;
		width: 60px;
	}
	a#logo_law { /* law */
		float: left;
		height: 60px;
		margin-left: 60px;
		margin-top: 0px;
		position: absolute;
		width: 115px;
	}
	/* SOCIAL-SEARCH */
	#social-search {
		clear: both;
		display: block;
		height: auto;
		margin: 0;
		padding: 0;
	}
	/* SOCIAL */
	#social {
		clear: both;
		display: block;
		height: auto;
		margin: 0 auto;
		padding: 0;
		width: 100%
	}
	#social ul {
		list-style: none;
		margin: .5em 3em;
		padding: 0;
	}
	#social ul li {
		float: right;
		margin: 0;
		padding: 0;
	}
	#social ul li a i {
		background: #73000a;
		border-radius: 25px;
		color: #ffffff;
		font-size: 90%;
		height: 20px;
		margin-right: .2em;
		padding-top: 15%;
		text-align: center;
		width: 25px;
	}
	#social ul li a i {
		transition: all 0.2s ease-in-out;
	}
	#social ul li a i:hover {
		opacity: .7;
	}
	#social a { 
		color: #73000a;
		text-decoration: none;
	}
	#social a:visited {
		color: #73000a;
		text-decoration: none;
	}
	#social a:hover {
		color: #73000a;
		text-decoration: none;
	}
	#social a:active {
		color: #73000a;
		text-decoration: none;
	}
	/* SEARCH */
	#search {
		clear: both;
		display: block;
		height: auto;
		margin: 0;
		padding: 0;
	}
	#search .web-search-icon {
		display: none;
	}
	#search input {
		margin: 0em .1em;
		padding: 0em .1em;
		position: relative;
	}
	#search input#q {
		background: #cccccc;
		color: #3a3a3a;
		font-size: 80%;
		margin: 1em;
		min-height: 30px;
		width: 250px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			-webkit-transition: background .55s ease;
			-moz-transition: background .55s ease;
			-ms-transition: background .55s ease;
			-o-transition: background .55s ease;
			transition: background .55s ease;
	}

	/* CATALOG SEARCH */
	#catalog-search { 
		display: block;
		margin: 0;
		padding: .5em;
		width: 100%;
	}
	#catalog-search-proper input#searcharg {
		float: left;
		font-size: 80%;
		margin: 0 auto;
		height: 40px;
		padding: .5em;
		width: 90%;
	}
	/* CATALOG NAVIGATION */
	#catalog-navigation {
		clear: both;
	}
	#catalog-navigation ul li {
		float: left;
		margin: 0 auto;
		height: 40px;
		padding: .5em;
		width: 90%;
	}

	/* HOURS WIDGET */
	#hours { 
		margin: 0 auto;
		padding: .5em;
		width: 90%;
	}
	#hours-col-l, #hours-col-t {
		color: #73000a;
		font-weight: bold;
		margin: 0 auto;
		padding: 0;
		text-align: left;
	}
	td.hours-col-loc, td.hours-col-time, th.hours-col-loc, th.hours-col-time { 
		margin: 0 auto;
		padding: .3em;
	}
	tr.hours-depart td.hours-col-loc { 
		margin: 0 auto;
		padding: .3em;
	}

	#footer { 
		clear: both;
		display: block;
		max-width: 360px;
	}
	/* FEATURED LINKS */
	#featured-links {
		height: auto;
		overflow: hidden;
	}
	#featured-links nav ul {
		background-color: rgba(115, 0, 10, .90);
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
		vertical-align: top;
	}
	#featured-links nav ul li {
		clear: both;
		display: block;
		float: left;
		height: 1.5em;
		margin: 0;
		padding: .5em 0em;
		text-align: center;
		width: 100%;
	}
	.cocky-law-blawg a {
		background-image: none;
		display: none;
		width: 100%;
	}
	.facebook a {
		background-image: none;
		display: none;
		width: 100%;
	}
	.special-collections a {
		background-image: none;
		display: none;
		width: 100%;
	}
	.recent-acquisitions a {
		background-image: none;
		display: none;
		width: 100%;
	}
	#featured-links nav ul li a {
		color: #fffffc;
		width: 100%;
	}				
	#featured-links .fl-caption {
		display: none; 
	}				
	/* ----- FOOTER MENU */
	#footer-menu {
		background: #000000;
		clear: both;
		color: #ffffff;
		font-size: 100%;
		margin: 0;
		min-height: auto;
		min-width: 360px;
		overflow: hidden;
		padding: 0;
	}
	#footer-menu .footer-menu-logo {
		margin: 0em 2em;
		min-height: auto;
		max-height: 75px;
		min-width: auto;
		max-width: 75px;
		padding: 1em 2em;
	}
	#footer-menu-1 {
		clear: both;
		display: block;
		margin: 1em;
	}
	#footer-menu-2 {
		clear: both;
		display: block;
		margin: 1em;
	}
	#footer-menu-3 {
		clear: both;
		display: block;
		margin: 1em;
	}
	#footer-menu-4 {
		clear: both;
		display: block;
		margin: 1em;
	}
	#footer-menu ul {
		list-style-type: none;
		margin: .5em 0em;
		padding: 0em 0em 0em .5em;
	}
	#footer-proper { 
		height: auto;
		margin: 0;
		padding: 0;
		width: 360px;
	}

}

/* Phone Landscape 361px to 480px */
@media only screen and (min-width: 361px) and (max-width: 480px) /* and (orientation: landscape) */ {

	#footer { 
		clear: both;
		display: block;
		max-width: 480px;
	}
	/* HEADER */
	#header {
		background: #ffffff;
		display: block;
		height: auto;
		margin: 0em auto;
		width: 100%;
		padding: 0;
	}
	/* LOGO */
	#logo {
		height: 60px;
		margin: .5em;
		padding: 0;
		width: 235px;
	}
	a#logo_usc { /* usc */
		float: left;
		height: 60px;
		margin: 0;
		position: absolute;
		width: 60px;
	}
	a#logo_law { /* law */
		float: left;
		height: 60px;
		margin-left: 60px;
		margin-top: 0px;
		position: absolute;
		width: 115px;
	}
	/* SOCIAL-SEARCH */
	#social-search {
		clear: both;
		display: block;
		height: auto;
		margin: 0;
		padding: 0;
	}
	/* SOCIAL */
	#social {
		clear: both;
		display: block;
		height: auto;
		margin: 0 auto;
		padding: 0;
		width: 99%
	}
	#social ul {
		list-style: none;
		margin: .5em 3em;
		padding: 0;
	}
	#social ul li {
		float: right;
		margin: 0;
		padding: 0;
	}
	#social ul li a i {
		background: #73000a;
		border-radius: 25px;
		color: #ffffff;
		font-size: 90%;
		height: 20px;
		margin-right: .2em;
		padding-top: 15%;
		text-align: center;
		width: 25px;
	}
	#social ul li a i {
		transition: all 0.2s ease-in-out;
	}
	#social ul li a i:hover {
		opacity: .7;
	}
	#social a { 
		color: #73000a;
		text-decoration: none;
	}
	#social a:visited {
		color: #73000a;
		text-decoration: none;
	}
	#social a:hover {
		color: #73000a;
		text-decoration: none;
	}
	#social a:active {
		color: #73000a;
		text-decoration: none;
	}
	/* SEARCH */
	#search {
		clear: both;
		display: block;
		height: auto;
		margin: 0;
		padding: 0;
	}
	#search .web-search-icon {
		display: none;
	}
	#search input {
		margin: 0em .1em;
		padding: 0em .1em;
		position: relative;
	}
	#search input#q {
		background: #cccccc;
		color: #3a3a3a;
		font-size: 80%;
		margin: 1em;
		min-height: 30px;
		width: 250px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			-webkit-transition: background .55s ease;
			-moz-transition: background .55s ease;
			-ms-transition: background .55s ease;
			-o-transition: background .55s ease;
			transition: background .55s ease;
	}

	/* CATALOG SEARCH */
	#catalog-search { 
		display: block;
		margin: 0;
		padding: .5em;
		width: 100%;
	}
	#catalog-search-proper input#searcharg {
		float: left;
		font-size: 80%;
		margin: 0 auto;
		height: 40px;
		padding: .5em;
		width: 90%;
	}
	/* CATALOG NAVIGATION */
	#catalog-navigation {
		clear: both;
	}
	#catalog-navigation ul li {
		float: left;
		margin: 0 auto;
		height: 40px;
		padding: .5em;
		width: 90%;
	}

	/* HOURS WIDGET */
	#hours { 
		margin: 0 auto;
		padding: .5em;
		width: 90%;
	}
	#hours-col-l, #hours-col-t {
		color: #73000a;
		font-weight: bold;
		margin: 0 auto;
		padding: 0;
		text-align: left;
	}
	td.hours-col-loc, td.hours-col-time, th.hours-col-loc, th.hours-col-time { 
		margin: 0 auto;
		padding: .3em;
	}
	tr.hours-depart td.hours-col-loc { 
		margin: 0 auto;
		padding: .3em;
	}

	#footer { 
		clear: both;
		display: block;
		max-width: 480px;
	}
	/* FEATURED LINKS */
	#featured-links {
		height: auto;
		overflow: hidden;
	}
	#featured-links nav ul {
		background-color: rgba(115, 0, 10, .90);
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
		vertical-align: top;
	}
	#featured-links nav ul li {
		clear: both;
		display: block;
		float: left;
		height: 1.5em;
		margin: 0;
		padding: .5em 0em;
		text-align: center;
		width: 100%;
	}
	.cocky-law-blawg a {
		background-image: none;
		display: none;
		width: 100%;
	}
	.facebook a {
		background-image: none;
		display: none;
		width: 100%;
	}
	.special-collections a {
		background-image: none;
		display: none;
		width: 100%;
	}
	.recent-acquisitions a {
		background-image: none;
		display: none;
		width: 100%;
	}
	#featured-links nav ul li a {
		color: #fffffc;
		width: 100%;
	}				
	#featured-links .fl-caption {
		display: none; 
	}				
	/* ----- FOOTER MENU */
	#footer-menu {
		background: #000000;
		clear: both;
		color: #ffffff;
		font-size: 100%;
		margin: 0;
		min-height: auto;
		width: 480px;
		overflow: hidden;
		padding: 0;
	}
	#footer-menu .footer-menu-logo {
		margin: 0em 2em;
		min-height: auto;
		max-height: 75px;
		min-width: auto;
		max-width: 75px;
		padding: 1em 2em;
	}
	#footer-menu-1 {
		clear: both;
		display: block;
		margin: 1em;
	}
	#footer-menu-2 {
		clear: both;
		display: block;
		margin: 1em;
	}
	#footer-menu-3 {
		clear: both;
		display: block;
		margin: 1em;
	}
	#footer-menu-4 {
		clear: both;
		display: block;
		margin: 1em;
	}
	#footer-menu ul {
		list-style-type: none;
		margin: .5em 0em;
		padding: 0em 0em 0em .5em;
	}
	#footer-proper { /* max-width: 480px; */ }

}

/* Tablet Portrait 481px to 768px */
@media only screen and (min-width: 481px) and (max-width: 768px) {

	#footer { 
		clear: both;
		display: block;
		max-width: 768px;
	}
	/* ----- HEADER */
	#header {
		background: #ffffff;
		display: block;
		height: 99px;
		margin: 0;
		padding: 10px 0px;
		width: 100%;
	}
	/* LOGO */
	#logo {
		height: 60px;
		margin: .5em;
		padding: 0;
		width: 235px;
	}
	a#logo_usc { /* usc */
		float: left;
		height: 60px;
		margin: 0;
		position: absolute;
		width: 60px;
	}
	a#logo_law { /* law */
		float: left;
		height: 60px;
		margin-left: 60px;
		margin-top: 0px;
		position: absolute;
		width: 115px;
	}
	/* HEADER */
	#header {
		background: #ffffff;
		display: block;
		height: auto;
		margin: 0em auto;
		/* max-width: 1024px; */
		padding: 0;
	}
	/* SOCIAL-SEARCH */
	#social-search {
		clear: both;
		display: block;
		height: auto;
		margin: 0;
		padding: 0;
	}
	/* SOCIAL */
	#social {
		clear: both;
		display: block;
		height: auto;
		margin: 0 auto;
		padding: 0;
		width: 99%
	}
	#social ul {
		list-style: none;
		margin: .5em 3em;
		padding: 0;
	}
	#social ul li {
		float: right;
		margin: 0;
		padding: 0;
	}
	#social ul li a i {
		background: #73000a;
		border-radius: 25px;
		color: #ffffff;
		font-size: 90%;
		height: 20px;
		margin-right: .2em;
		padding-top: 15%;
		text-align: center;
		width: 25px;
	}
	#social ul li a i {
		transition: all 0.2s ease-in-out;
	}
	#social ul li a i:hover {
		opacity: .7;
	}
	#social a { 
		color: #73000a;
		text-decoration: none;
	}
	#social a:visited {
		color: #73000a;
		text-decoration: none;
	}
	#social a:hover {
		color: #73000a;
		text-decoration: none;
	}
	#social a:active {
		color: #73000a;
		text-decoration: none;
	}
	/* SEARCH */
	#search {
		clear: both;
		display: block;
		height: auto;
		margin: 0;
		padding: 0;
	}
	#search .web-search-icon {
		display: none;
	}
	#search input {
		margin: 0em .1em;
		padding: 0em .1em;
		position: relative;
	}
	#search input#q {
		background: #cccccc;
		color: #3a3a3a;
		font-size: 80%;
		margin: 1em;
		min-height: 30px;
		width: 250px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			-webkit-transition: background .55s ease;
			-moz-transition: background .55s ease;
			-ms-transition: background .55s ease;
			-o-transition: background .55s ease;
			transition: background .55s ease;
	}

	#main { 
		min-height: 350px;
		width: 100%;
	}

	/* CATALOG SEARCH */
	#catalog-search { 
		display: block;
		margin: 0;
		padding: .5em;
		width: 100%;
	}
	#catalog-search-proper input#searcharg {
		float: left;
		font-size: 80%;
		margin: 0 auto;
		height: 40px;
		padding: .5em;
		width: 90%;
	}
	/* CATALOG NAVIGATION */
	#catalog-navigation {
		clear: both;
		height: 50%;
		margin: 0em 0em 0em 1em;
		padding: 0px;
		text-align: right;
		width: 100%
	}
	#catalog-navigation ul li {
		color: #ffffff;
		display: block;
		float: left;
		margin: 0px;
		padding: 10px 10px;
	}
	#catalog-navigation a { 
		font-size: 20px;
		margin: 0em 0em 0em .2em;
		padding: 10px 0px 10px 0px;
		text-align: center;
		vertical-align: middle;
		width: 200px;
	}

	/* HOURS WIDGET */
	#hours { 
		margin: 0 auto;
		padding: .5em;
		width: 90%;
	}
	#hours-col-l, #hours-col-t {
		color: #73000a;
		font-weight: bold;
		margin: 0 auto;
		padding: 0;
		text-align: left;
	}
	td.hours-col-loc, td.hours-col-time, th.hours-col-loc, th.hours-col-time { 
		margin: 0 auto;
		padding: .3em;
	}
	tr.hours-depart td.hours-col-loc { 
		margin: 0 auto;
		padding: .3em;
	}

	#footer { 
		clear: both;
		display: block;
		max-width: 100%;
	}
	/* FEATURED LINKS */
	#featured-links {
		height: auto;
		overflow: hidden;
	}
	#featured-links nav ul {
		background-color: rgba(115, 0, 10, .90);
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
		vertical-align: top;
	}
	#featured-links nav ul li {
		clear: both;
		display: block;
		float: left;
		height: 1.5em;
		margin: 0;
		padding: .5em 0em;
		text-align: center;
		width: 100%;
	}
	.cocky-law-blawg a {
		background-image: none;
		display: none;
		width: 100%;
	}
	.facebook a {
		background-image: none;
		display: none;
		width: 100%;
	}
	.special-collections a {
		background-image: none;
		display: none;
		width: 100%;
	}
	.recent-acquisitions a {
		background-image: none;
		display: none;
		width: 100%;
	}
	#featured-links nav ul li a {
		color: #fffffc;
		width: 100%;
	}				
	#featured-links .fl-caption {
		display: none; 
	}				
	/* ----- FOOTER MENU */
	#footer-menu {
		background: #000000;
		clear: both;
		color: #ffffff;
		font-size: 100%;
		margin: 0;
		min-height: auto;
		width: 1024px;
		overflow: hidden;
		padding: 0;
	}
	#footer-menu .footer-menu-logo {
		margin: 0em 2em 1em 2em;
		min-height: auto;
		max-height: 75px;
		min-width: auto;
		max-width: 75px;
		padding: 1em 2em;
	}
	#footer-menu-1 {
		clear: both;
		display: block;
		margin: 1em;
	}
	#footer-menu-2 {
		clear: both;
		display: block;
		margin: 1em;
	}
	#footer-menu-3 {
		clear: both;
		display: block;
		margin: 1em;
	}
	#footer-menu-4 {
		clear: both;
		display: block;
		margin: 1em;
	}
	#footer-menu ul {
		list-style-type: none;
		margin: .5em 0em;
		padding: 0em 0em 0em .5em;
	}
	#footer-proper { /* max-width: 1024px; */ }

}

/* Tablet Landscape 769px to 1023px */
@media only screen and (min-width: 769px) and (max-width: 1023px) {

	#footer { 
		clear: both;
		display: block;
		max-width: 1023px;
	}
	/* ----- HEADER */
	#header {
		background: #ffffff;
		display: block;
		height: 99px;
		margin: 0;
		padding: 10px 0px;
		width: 100%;
	}
	/* LOGO */
	#logo {
		background-image: url("/_a/icons/UofSCLawLogo.jpg");
		background-repeat: no-repeat;
		background-size: contain;
		height: 89px;
		margin: 0em 1em 0em 1em;
		padding: 0;
		width: 350px;
	}
	a#logo_usc { /* usc */
		float: left;
		height: 89px;
		margin: 0;
		position: absolute;
		width: 90px;
	}
	a#logo_law { /* law */
		float: left;
		height: 89px;
		margin-left: 90px;
		margin-top: 0px;
		position: absolute;
		width: 260px;
	}
	/* SOCIAL-SEARCH */
	#social-search {
		float: right;
		height: 89px;
		margin: 0em 1em 0em 1em;
		padding: 0;
		width: 50%;
	}
	/* SOCIAL */
	#social {
		height: 50%;
		margin: 0px;
		padding: 0px;
		width: 100%;
	}
	#social ul li {
		float: right;
		list-style: none;
		margin: 10px 0px;
		padding: 0px;
	}
	#social ul li a i {
		background: #73000a;
		border-radius: 25px;
		color: #ffffff;
		font-size: 90%;
		height: 20px;
		margin-right: 10px;
		padding-top: 15%;
		text-align: center;
		width: 25px;
	}
	#social ul li a i {
		transition: all 0.2s ease-in-out;
	}
	#social ul li a i:hover {
		opacity: .7;
	}
	#social a { 
		color: #73000a;
		text-decoration: none;
	}
	#social a:visited {
		color: #73000a;
		text-decoration: none;
	}
	#social a:hover {
		color: #73000a;
		text-decoration: none;
	}
	#social a:active {
		color: #73000a;
		text-decoration: none;
	}
	/* SEARCH */
	#search {
		display: block;
		float: right;
		height: 50%;
		margin: 0px;
		padding: 0px;
		text-align: right;
		width: 100%
	}
	#search input {
		margin: 0px 10px;
		padding: 0px 10px;
		position: relative;
	}
	#search .web-search-icon {
		margin: 0px 10px;
		padding: 0px 0px;
		position: relative;
		z-index: 1;
		color: #73000a;
	}
	#search input#q {
		background: #cccccc;
		color: #3a3a3a;
		font-size: 80%;
		margin: 1em;
		min-height: 30px;
		width : 300px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			-webkit-transition: background .55s ease;
			-moz-transition: background .55s ease;
			-ms-transition: background .55s ease;
			-o-transition: background .55s ease;
			transition: background .55s ease;
	}

	#main { 
		min-height: 350px;
		width: 100%;
	}

	/* CATALOG SEARCH */
	#catalog-search { 
		display: inline;
		margin: .5em 0em;
		min-height: 300px;
		padding: 0;
		width: 65%;
	}

	/* CATALOG SEARCH PROPER */
	#catalog-search-proper {
		height: 100%;
		display: block;
		margin: 5em 0em 0em 5em;
		min-height: 200px;
		padding: 0;
		padding-left: .5em;
		padding-right: .5em;
		width: 75%;
	}
	#catalog-search-proper input#searcharg {
		background: #dddddd;
		color: #3a3a3a;
		float: left;
		font-size: 24px;
		margin: 1em;
		margin: .5em 1em .1em 1em;
		min-height: 50px;
		padding-left: 10px;
		width: 400px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			-webkit-transition: background .55s ease;
			-moz-transition: background .55s ease;
			-ms-transition: background .55s ease;
			-o-transition: background .55s ease;
			transition: background .55s ease;
	}
	/* CATALOG NAVIGATION */
	#catalog-navigation {
		clear: both;
		height: 50%;
		margin: 0em 0em 0em 1em;
		padding: 0px;
		text-align: right;
		width: 100%
	}
	#catalog-navigation ul li {
		color: #ffffff;
		display: block;
		float: left;
		margin: 0px;
		padding: 1px 2px;
	}
	#catalog-navigation a { 
		font-size: 20px;
		margin: 0em 0em 0em .2em;
		padding: 10px 0px 10px 0px;
		text-align: center;
		vertical-align: middle;
		width: 200px;
	}
	/* ----- TODAYS HOURS */
	#hours {
		display: inline;
		margin: 0;
		min-height: 300px;
		padding: 0;
		width: 35%;
	}
	#todays-hours {
		background: rgba(255, 255, 252, .8);
		border: 1px solid #73000a;
		margin: 5em auto;
		margin-top: 5em 1em;
		min-height: 200px;
		padding: 0;
		padding-left: .5em;
		padding-right: .5em;
		width: 50%;
	}
	/* HOURS WIDGET */
	#hours-widget {
		display: block;
		font-family: "Open sans", sans-serif !important;
		font-size: 12px;
		margin: 1em auto;
		padding: 0;
		vertical-align: middle;
		width: 90%;
	}
	#hours-widget h1, #hours-widget h2, #hours-widget h3, #hours-widget h4, #hours-widget h5, #hours-widget h6 {
		font-family: "Droid sans", sans-serif !important;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		text-transform: uppercase;
	}
	.hours-today {
		color: #3a3a3a;
		display: block;
		float: left;
		/* margin: 5px auto; */
		padding: 10px;
		width: 100%;
	}
	#hours-col-l, #hours-col-t {
		color: #73000a;
		font-weight: bold;
		text-align: left;
	}
	td.hours-col-loc, td.hours-col-time { 
		font-weight: bold;
		padding: 5px;
	}
	tr.hours-depart td.hours-col-loc { 
		font-weight: bold;
		padding-left: 5px; 
	}
	#hours-widget p {
		font-size: 12px;
		font-weight: bold;
		text-align: center;
	}

	#footer { 
		clear: both;
		display: block;
		width: 100%;
	}
	/* FEATURED LINKS */
	#featured-links {
		height: 200px;
		margin: 0 auto; 
	}
	.cocky-law-blawg a {
		background-image: url("/library/_a/icons/featured-links/cocky-law-blawg.png");
		background-repeat: no-repeat;
		background-size: contain;
	}
	.facebook a {
		background-image: url("/library/_a/icons/featured-links/facebook.png");
		background-repeat: no-repeat;
		background-size: contain;
	}
	.special-collections a {
		background-image: url("/library/_a/icons/featured-links/special-collections.png");
		background-repeat: no-repeat;
		background-size: contain;
	}
	.recent-acquisitions a {
		background-image: url("/library/_a/icons/featured-links/recent-acquisitions.png");
		background-repeat: no-repeat;
		background-size: contain;
	}
	/* ----- FOOTER MENU */
	#footer-menu {
		background: #000000;
		clear: both;
		color: #ffffff;
		font-size: 100%;
		margin: 0;
		min-height: auto;
		width: 100%;
		overflow: hidden;
		padding: 0;
	}
	#footer-menu .footer-menu-logo {
		margin: 0em 2em 1em 2em;
		min-height: auto;
		max-height: 75px;
		min-width: auto;
		max-width: 75px;
		padding: 1em 2em;
	}
	#footer-menu-1 {
		clear: both;
		display: block;
		margin: 1em;
	}
	#footer-menu-2 {
		clear: both;
		display: block;
		margin: 1em;
	}
	#footer-menu-3 {
		clear: both;
		display: block;
		margin: 1em;
	}
	#footer-menu-4 {
		clear: both;
		display: block;
		margin: 1em;
	}
	#footer-menu ul {
		list-style-type: none;
		margin: .5em 0em;
		padding: 0em 0em 0em .5em;
	}
	#footer-proper { /* max-width: 1023px; */ }

}

/* Desktop 1024px */
@media only screen and (min-width: 1024px) {

	/* ----- HEADER */
	#header {
		background: #ffffff;
		display: block;
		height: 99px;
		margin: 0;
		padding: 10px 0px;
		width: 100%;
	}
	/* LOGO */
	#logo {
		background-image: url("/_a/icons/UofSCLawLogo.jpg");
		background-repeat: no-repeat;
		background-size: contain;
		height: 89px;
		margin: 0em 1em 0em 1em;
		padding: 0;
		width: 350px;
	}
	a#logo_usc { /* usc */
		float: left;
		height: 89px;
		margin: 0;
		position: absolute;
		width: 90px;
	}
	a#logo_law { /* law */
		float: left;
		height: 89px;
		margin-left: 90px;
		margin-top: 0px;
		position: absolute;
		width: 260px;
	}
	/* SOCIAL-SEARCH */
	#social-search {
		float: right;
		height: 89px;
		margin: 0em 1em 0em 1em;
		padding: 0;
		width: 50%;
	}
	/* SOCIAL */
	#social {
		height: 50%;
		margin: 0px;
		padding: 0px;
		width: 100%;
	}
	#social ul li {
		float: right;
		list-style: none;
		margin: 10px 0px;
		padding: 0px;
	}
	#social ul li a i {
		background: #73000a;
		border-radius: 25px;
		color: #ffffff;
		font-size: 90%;
		height: 20px;
		margin-right: 10px;
		padding-top: 15%;
		text-align: center;
		width: 25px;
	}
	#social ul li a i {
		transition: all 0.2s ease-in-out;
	}
	#social ul li a i:hover {
		opacity: .7;
	}
	#social a { 
		color: #73000a;
		text-decoration: none;
	}
	#social a:visited {
		color: #73000a;
		text-decoration: none;
	}
	#social a:hover {
		color: #73000a;
		text-decoration: none;
	}
	#social a:active {
		color: #73000a;
		text-decoration: none;
	}
	/* SEARCH */
	#search {
		display: block;
		float: right;
		height: 50%;
		margin: 0px;
		padding: 0px;
		text-align: right;
		width: 100%
	}
	#search input {
		margin: 0px 10px;
		padding: 0px 10px;
		position: relative;
	}
	#search .web-search-icon {
		margin: 0px 10px;
		padding: 0px 0px;
		position: relative;
		z-index: 1;
		color: #73000a;
	}
	#search input#q {
		background: #cccccc;
		color: #3a3a3a;
		font-size: 80%;
		margin: 1em;
		min-height: 30px;
		width : 300px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			-webkit-transition: background .55s ease;
			-moz-transition: background .55s ease;
			-ms-transition: background .55s ease;
			-o-transition: background .55s ease;
			transition: background .55s ease;
	}

	#main { 
		min-height: 350px;
		width: 100%;
	}

	/* CATALOG SEARCH */
	#catalog-search { 
		display: inline;
		margin: .5em 0em;
		padding: 0;
		width: 65%;
	}

	/* CATALOG SEARCH PROPER */
	#catalog-search-proper {
		height: 100%;
		display: block;
		margin: 5em 0em 0em 5em;
		min-height: 200px;
		padding: 0;
		padding-left: .5em;
		padding-right: .5em;
		width: 75%;
	}
	#catalog-search-proper input#searcharg {
		background: #dddddd;
		color: #3a3a3a;
		float: left;
		font-size: 24px;
		margin: 1em;
		margin: .5em 1em .1em 1em;
		min-height: 50px;
		padding-left: 10px;
		width: 500px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			-webkit-transition: background .55s ease;
			-moz-transition: background .55s ease;
			-ms-transition: background .55s ease;
			-o-transition: background .55s ease;
			transition: background .55s ease;
	}
	/* CATALOG NAVIGATION */
	#catalog-navigation {
		clear: both;
		height: 50%;
		margin: 0em 0em 0em 1em;
		padding: 0px;
		text-align: right;
		width: 100%
	}
	#catalog-navigation ul li {
		color: #ffffff;
		display: inline;
		float: left;
		margin: 0px;
		padding: 1px 6px;
	}
	#catalog-navigation a { 
		background: rgba(255, 255, 255, .4);
		border: 1px solid #3a3a3a;
		color: #000000;
		display: block;
		font-size: 20px;
		font-weight: bold;
		max-height: 40px;
		margin: 0em 0em 0em .2em;
		padding: 10px 0px 10px 0px;
		text-align: center;
		text-decoration: none;
		vertical-align: middle;
		width: 246px;
	}
	/* ----- TODAYS HOURS */
	#hours {
		display: inline;
		margin: 0;
		min-height: 350px;
		padding: 0;
		width: 35%;
	}
	#todays-hours {
		background: rgba(255, 255, 252, .8);
		border: 1px solid #73000a;
		margin: 4em 4em 4em -5em;
		min-height: 200px;
		padding: 0;
		padding-left: .5em;
		padding-right: .5em;
		width: 50%;
	}
	/* HOURS WIDGET */
	#hours-widget {
		display: block;
		font-family: "Open sans", sans-serif !important;
		font-size: 12px;
		margin: 1em auto;
		padding: 0;
		vertical-align: middle;
		width: 90%;
	}
	#hours-widget h1, #hours-widget h2, #hours-widget h3, #hours-widget h4, #hours-widget h5, #hours-widget h6 {
		font-family: "Droid sans", sans-serif !important;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		text-transform: uppercase;
	}
	.hours-today {
		color: #3a3a3a;
		display: block;
		float: left;
		/* margin: 5px auto; */
		padding: 10px;
		width: 100%;
	}
	#hours-col-l, #hours-col-t {
		color: #73000a;
		font-weight: bold;
		text-align: left;
	}
	td.hours-col-loc, td.hours-col-time { 
		font-weight: bold;
		padding: 5px;
	}
	tr.hours-depart td.hours-col-loc { 
		font-weight: bold;
		padding-left: 5px; 
	}
	#hours-widget p {
		font-size: 12px;
		font-weight: bold;
		text-align: center;
	}

	/* ----- FOOTER */
	#footer { width: 100%; }
	/* FEATURED LINKS */
	#featured-links {
		height: 200px;
		margin: 0 auto; 
	}
	.cocky-law-blawg a {
		background-image: url("/library/_a/icons/featured-links/cocky-law-blawg.png");
		background-repeat: no-repeat;
		background-size: contain;
	}
	.facebook a {
		background-image: url("/library/_a/icons/featured-links/facebook.png");
		background-repeat: no-repeat;
		background-size: contain;
	}
	.special-collections a {
		background-image: url("/library/_a/icons/featured-links/special-collections.png");
		background-repeat: no-repeat;
		background-size: contain;
	}
	.recent-acquisitions a {
		background-image: url("/library/_a/icons/featured-links/recent-acquisitions.png");
		background-repeat: no-repeat;
		background-size: contain;
	}
	/* FOOTER MENU */
	#footer-menu {
		background: #000000;
		border-bottom: 3px double #3a3a3a;
		clear: both;
		color: #ffffff;
		display: block;
		font-size: 80%;
		margin: 0;
		min-height: 200px;
		padding: 10px 0px;
		width: 100%;
	}
	#footer-menu .footer-menu-logo {
		background: #ffffff;
		display: block;
		margin: 0em auto;
		min-height: auto;
		max-height: 150px;
		min-width: auto;
		max-width: 150px;
		padding: 1em 2em;
		vertical-align: middle;
	}
	#footer-menu-1 {
		width: 25%;
		margin: 15px 0px 0px 0px;
	}
	#footer-menu-2 {
		width: 25%;
		margin: 15px 0px 0px 0px;
	}
	#footer-menu-3 {
		width: 25%;
		margin: 15px 0px 0px 0px;
	}
	#footer-menu-4 {
		width: 25%;
		margin: 15px 0px 0px 0px;
	}
	#footer-menu h1 {
		color: #fffffc;
		font-family: 'Droid Sans', sans-serif;
		font-size: 100%;
		font-weight: bold;
		margin: 0;
		padding: 0;
		text-transform: uppercase;
	}
	#footer-menu ul {
		list-style-type: none;
		margin: .5em 0em;
		padding: 0;
	}
	#footer-menu li {
		margin: 0;
		padding: 0;
	}

	/* FOOTER PROPER */
	#footer-proper { 
		height: 25px;
		margin: 0;
		padding: 0;
		width: 100%;
	}

}
