@charset "UTF-8";

/* color palette
#3C4650     rgb(50, 73, 90) DARK BLUE
#025682     rgb(2, 86, 130) LRI BLUE
#D6AA58     rgb(214, 170, 88) LRI TAN
#B57722		rgb(181, 119, 34) LRI BROWN
#AA1E22     rgb(170, 30, 34) LRI MAJENTA
#7B798F     rgb(123, 121, 143)  PEWTER BLUE
#4C4341     rgb(76, 67, 65)  ASH
#646266     rgb(100, 98, 102)  DULL GRAY
#??????     rgb(210, 220, 230)  LIGHT BLUISH GRAY
#55717D		rgb(63, 91, 113) DARK BLUISH-GREY
#D8D5BC     rgb(216, 213, 188)  MED TAN
#42883F     rgb(66, 136, 63)  GREEN
#999        rgb(153, 153, 153) Aluminum
#808080     rgb(128, 128, 128) Nickel
#E6E6E6     rgb(230, 230, 230) Mercury
#EDEFF1		rgb(237, 239, 241) SILVER
#4C4C4C		rgb(76, 76, 76) IRON
#333		rgb(51, 51, 51) TUNGSTEN
#961D1D 	DARK RED
*/

/*Fonts*/



@font-face {
	font-family: 'Lato';
	font-weight: normal;
	font-style: italic;
	src: url('/fonts/lato-italic-webfont.eot');
	src: url('/fonts/lato-italic-webfont.eot?#iefix') format('embedded-opentype'),
		url('/fonts/lato-italic-webfont.woff') format('woff'),
		url('/fonts/lato-italic-webfont.ttf') format('truetype'),
		url('/fonts/lato-italic-webfont.svg#LatoItalic') format('svg');
	}

@font-face {
	font-family: 'Lato';
	font-weight: bold;
	font-style: normal;
	src: url('/fonts/lato-bold-webfont.eot');
	src: url('/fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('/fonts/lato-bold-webfont.woff') format('woff'),
		url('/fonts/lato-bold-webfont.ttf') format('truetype'),
		url('/fonts/lato-bold-webfont.svg#LatoBold') format('svg');
	}

@font-face {
	font-family: 'Lato';
	font-weight: lighter;
	font-style: normal;
	src: url('/fonts/lato-light-webfont.eot');
	src: url('/fonts/Lato-light-webfont.eot?#iefix') format('embedded-opentype'),
		url('/fonts/Lato-light-webfont.woff') format('woff'),
		url('/fonts/Lato-light-webfont.ttf') format('truetype'),
		url('/fonts/Lato-light-webfont.svg#LatoLight') format('svg');
	}

@font-face {
	font-family: 'Lato';
	font-weight: lighter;
	font-style: italic;
	src: url('/fonts/lato-lightitalic-webfont.eot');
	src: url('/fonts/lato-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
		url('/fonts/lato-lightitalic-webfont.woff') format('woff'),
		url('/fonts/lato-lightitalic-webfont.ttf') format('truetype'),
		url('/fonts/lato-lightitalic-webfont.svg#LatoLightItalic') format('svg');
	}

@font-face {
	font-family: 'Lato';
	font-weight: normal;
	font-style: normal;
	src: url('/fonts/lato-regular-webfont.eot');
	src: url('/fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('/fonts/lato-regular-webfont.woff') format('woff'),
		url('/fonts/lato-regular-webfont.ttf') format('truetype'),
		url('/fonts/lato-regular-webfont.svg#LatoRegular') format('svg');
	}

/*Syncopate font used from Google -- ref on HTML pages */	
@font-face {
	font-family: 'LRILogo';
	src: url('/fonts/LRILogo-webfont.eot'); /* IE9 Compat Modes */
	src: url('/fonts/LRILogo-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('/fonts/LRILogo-webfont.woff') format('woff'), /* Modern Browsers */
	     url('/fonts/LRILogo-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
	     url('/fonts/LRILogo-webfont.svg#LRILogo') format('svg'); /* Legacy iOS */
	font-weight: normal;
	font-style: normal
	}

/*Global styles -----------------------------------------------------------------------------------------------------------*/

/*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;
}

html {
/*	background: rgb(128, 128, 128);*/
	background: rgb(255, 255, 255);
}

body {
	font-family: Lato, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing:0em;
	position: relative;
	background: #fff;
	font-weight: normal;
	font-style: normal;
	/*box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);*/
}

body p {
	padding: .25em 0;
	color: rgb(51, 51, 51);
}

/*header styles*/

header {
/*	background: #023650;*/
	background: #fff;
	width: 100%;
	padding-top: 1px;
	overflow: hidden;
	position: relative;
	z-index: 10000;
	/*box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.7);*/
}

.rightnow {
	color:#D6AA58;
	font-style:italic;
}

.printOnly {
	display: none;
}

#signIn {
	display: inline;
}

.mobileMenu {
	display: inline; /*display none in desktop styles*/
	height: .9em;
	padding-left: 1em;
}

/*nav styles*/

#mainNav {
	overflow: hidden;
	margin: 0 auto;
}

nav ul {
	list-style: none;
}

#mainNav li {
	float: left;
}

#mainNav a {
	display: block;
	color: white;
	border: none;
}

#mainNav a:hover {
	color: rgb(214, 170, 88);
}

#mainNav a.current {
	color: rgb(214, 170, 88);
	cursor: default;
}

.headerTitle {
/*	color: #fff;*/
	color: rgb(2, 86, 130);
	font-weight: bold;
	float: right;
	padding-right: 6%;
	white-space: nowrap;
}

.headerTitle a {
/*	color: #fff;*/
	color: rgb(214, 170, 88);
	text-decoration: none;
}

h1 {
	color: black;
	font-weight: bold;
	font-size: 1.25em;
}

h2 {
	color: black;
	font-weight: 300;
}

a {
	text-decoration: none;
	color: #025682;
}

a:hover {
	color: #D6AA58;
}

.red {
	color: rgb(170, 30, 34);
}

.white {
	color: #fff;
}

/*banner styles*/


/*article styles*/

.articleFront {
	width: 38%;
	float: right;
	margin-left: 2%;
}

.articleItem {
	clear: both;
}

article p {
	font-size: 1em;
	margin-bottom: .5em;
	overflow: hidden; /*avoids text wrap around image*/
}

.frontPic {
	width: 100%;
	margin-top: .5em
}

/*form styles*/

.collapsed { 
	display: none;
	/*overflow: hidden;
	height: 0px;
	opacity: 0.0;
	-webkit-transition:opacity .5s ease-in-out;
	-moz-transition:opacity .5s ease-in-out;
	-o-transition:opacity .5s ease-in-out;
	transition:opacity .5s ease-in-out;*/
 }
 
.expanded {
	display: block;
	/*position:relative;
	opacity: 1.0;
	-webkit-transition:opacity .5s ease-in-out;
	-moz-transition:opacity .5s ease-in-out;
	-o-transition:opacity .5s ease-in-out;
	transition:opacity .5s ease-in-out;*/
 }

fieldset {
	font-size: .9em;
	color: #646266;
	border: none;
	/*border-top: 2px solid rgb(170, 30, 34);*/
	background: #EDEFF1;
	position: relative;
	width: 94%;
	min-width: 300px;
	padding:3%;	
	margin: 1% 0;
	border: 1px solid rgb(230, 230, 230);
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    -ms-border-radius: .3em;
    -o-border-radius: .3em;
    border-radius: .3em;
	/*-webkit-border-radius: .5em .5em .5em .5em;
	-moz-border-radius: .5em .5em .5em .5em;
	border-radius: .5em .5em .5em .5em;
	-webkit-box-shadow: 0px 2px 4px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 2px 4px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 2px 4px rgba(50, 50, 50, 0.75);*/
}

/*fieldset:before {
	font-size:25em;
	content:attr(title);
	display: block;
	font-weight:bold;
	border-bottom: 1px solid rgb(76, 67, 65);
	width: 100%;
}

legend {
	font-size: 2em;
	font-weight: bold;
}
*/

fieldset h1 {
	padding:.2em;
	font-size:2em;
	color: white;
	text-align:center;
	vertical-align:middle;
	-webkit-border-radius: .2em;
	-moz-border-radius: .2em;
	-ms-border-radius: .2em;
	-o-border-radius: .2em;
	border-radius: .2em;
}

fieldset h2 {
	font-size: 1.25em;
	font-style: italic;
	border-bottom: 1px solid rgb(170, 30, 34);
}

fieldset p {
	font-style: italic;
}

fieldset .left {
	float: left;
	width: 50%;
	height: 4em;
}

fieldset .halfleft {
	float: left;
	width: 47%;
	margin-right: 3%;
	height: 4em;
}

fieldset .threequarter {
	float: left;
	width: 73.5%;
	margin-right: 1%;
	height: 4em;
}

fieldset .onequarter {
	float: left;
	width: 21%;
	margin-right: 1%;
	height: 4em;
}

fieldset .quarterleft {
	float: left;
	width: 44%;
	height: 4em;
	margin-right: 5%;
}

fieldset .quarterright {
	float: right;
	width: 44%;
	height: 4em;
	margin-right: 3%;
}

.button {
	cursor: pointer;
	margin-top: 1.5em;
	display:block;
	width: 95%;
	height: 3em;
	font-size: .9em;
	float:right;
	border: 1px solid rgb(153, 153, 153);
	background: rgba(214, 170, 88, .5);
    -webkit-border-radius: .25em;
	-moz-border-radius: .25em;
	-ms-border-radius: .25em;
	-o-border-radius: .25em;
	border-radius: .25em;
	-webkit-appearance: none; /*Overrides standard iOS button "pill" look*/
}

.button.charged { /* for display on charged search forms */
	cursor: hand;
	border: none;
	background: rgba(99, 0, 0, .75);
	color: white;
}

.button.free { /* for display on free search forms */
	cursor: hand;
	border: none;
	background: rgba(0, 99, 0, 1);
	color: white;
}

.libraryButton { /* for display on home page */
	margin-top: .5em;
	display:block;
	width: 29%;
	margin: 1%;
	height: 1.5em;
	font-size: .9em;
	color: white;
	text-align: center;
	float:left;
	padding: 3px;
	border: none;
	-webkit-border-radius: .25em;
	-moz-border-radius: .25em;
	-ms-border-radius: .25em;
	-o-border-radius: .25em;
	border-radius: .25em;
	-webkit-appearance: none; /*Overrides standard iOS button "pill" look*/
}

.nonLibraryButton {
	cursor: hand;
	margin-top: .5em;
	display:block;
	width: 29%;
	margin: 1%;
	height: 1.5em;
	font-size: .9em;
	color: white;
	text-align: center;
	float:left;
	padding: 3px;
	border: none;
	background: rgba(144, 100, 44);
	-webkit-border-radius: .25em;
	-moz-border-radius: .25em;
	-ms-border-radius: .25em;
	-o-border-radius: .25em;
	border-radius: .25em;
	-webkit-appearance: none; /*Overrides standard iOS button "pill" look*/
}

.clearButton {
	cursor: pointer;
	background: #E6E6E6; /* Old browsers */
}

fieldset input[type="text"], input[type="email"], input[type="url"], textarea {
	margin-right: 12px;
	width: 94%;
}

input[type="submit"]:active {
	background: rgb(230, 230, 230);
}

fieldset .wrapper { /*wraps elements following floated elements to add padding above*/
	 clear: both;
	 padding-top: 2%;
}

label {
	display:block;
	font-size: 1em;
	margin: .8em 0 0;
}

.inline {
	display: inline;
}

/*aside styles*/

#signInForm {
	display: none;
	color: #646266;
	overflow: hidden; /*Fixes iOS orientation change bug when a placeholder is present*/
}

aside input[type="submit"], input[type="text"], input[type="password"]{
	font-size: .9em;
	width: 90%;
}

aside label {
	font-size: .9em;
	font-style: italic;
	color: #646266;
	display: block;
	width: 100%;
	margin-top: -.25em;
	/*cursor: pointer; /*part of a check box so force pointer*/
}

.asideExtras {
	color: #646266;
	margin: 0 0 6% 6%;
	padding-top: .5em;
	overflow: hidden; /*Fixes iOS orientation change bug when a placeholder is present*/
	/*border-top: 1px solid rgb(230, 230, 230);*/
}

.asideExtras ul {
	list-style: none;
}

.scoreboardHeader {
	height: 1.5em;
	font-size: 1.5em;
	font-weight: bold;
	color: #fff;
	text-align:center;
	padding: .5em;
	margin: .5em;
	-webkit-border-radius: .25em;
	-moz-border-radius: .25em;
	-ms-border-radius: .25em;
	-o-border-radius: .25em;
	border-radius: .25em;
}

.totalsBox {
	height: 3em;
	width: 41%;
	float: left;
	font-size: 2em;
	font-weight: bold;
	color: #fff;
	text-align:center;
	padding: .25em;
	margin: 2%;
	-webkit-border-radius: .25em;
	-moz-border-radius: .25em;
	-ms-border-radius: .25em;
	-o-border-radius: .25em;
	border-radius: .25em;
}

/* Search result Styles */

#searchResults {
	color: #646266;
	border: none;
	margin-bottom: 1em;
}

#searchResultsInfo {
	padding: 0 0 2% 0;
	font-size: .9em;	
}

#searchResultsInfo p {
	float: left;
	width: 100%;	
}

#searchResultsHead {
	clear: both;
	height: 2.2em;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	padding: .5em;
	margin: .1em 0;
	background: rgb(214, 170, 88); /*LRI tan*/
	/*background: rgb(2, 86, 130);*/
    -webkit-border-radius: .25em;
    -moz-border-radius: .25em;
    -ms-border-radius: .25em;
    -o-border-radius: .25em;
    border-radius: .25em;
}

#searchResultsHead a {
	color: #fff;
}

#searchResultsHead .topSpacer {
	position: relative;
	top: .3em
}

.swipeNotice {
	display: none; /*displayed only in mobile style*/	
}

.listSwitchArea {
	clear: both;
	font-size: 1em;
}

.buttonOutline {
	cursor: pointer;
	float: left;
	margin-right: 1%;
	padding: 1% 2% 0 0;
	border: none;
	/*border: 1px solid rgb(230, 230, 230);
    -webkit-border-radius: .25em;
    -moz-border-radius: .25em;
    -ms-border-radius: .25em;
    -o-border-radius: .25em;
    border-radius: .25em;*/
}

.buttonNoOutline {
	cursor: pointer;
	float: left;
	margin-right: 1%;
	padding: 1% 2% 0 0;
	border: none;
}

.buttonSampleSubmit {
	cursor: pointer;
	margin-right: 1%;
	padding: 2%;
	text-align: center;
	background: none;
	border: 1px solid rgb(230, 230, 230);
    -webkit-border-radius: .25em;
    -moz-border-radius: .25em;
    -ms-border-radius: .25em;
    -o-border-radius: .25em;
    border-radius: .25em;
	-webkit-appearance: none; /*Overrides standard iOS button "pill" look*/
}

.tableWrapper {
	width: 100%;
	/*border-bottom: 1px solid rgb(170, 30, 34);*/
}

.tableWrapper table {
	table-layout: fixed;
	width: 100%;
}

.avoidBreak { /* placed in tds to avoid page breaks on printing */
	page-break-inside:avoid;
}

#searchResults table {
	font-family: PT Sans Narrow, Lato, sans-serif;
	border-collapse: collapse; /*remove space from borders in table*/
	font-size: .9em;
}

#searchResults th {
	font-weight: bold;
	padding: 1% .5%; /*adds 1% to each column width*/
	text-align: left;
	/*border-top: 1px solid rgb(170, 30, 34);*/
	border-bottom: 1px solid rgb(210, 220, 230);
}

#searchResults th:first-child {
	border-left: none;
}

#searchResults td {
	text-align: left;
	padding: .2em;
}

.scrollResults {
	height: 16.5em;
	overflow: visible;
	overflow-y: scroll; /*allows vertical scroll for short view*/
}

.subsort {
	padding: .2em 0 0 .5em;
}

.subsort img {
	height: .8em;
}

.detailWrapper {
	font-size: .95em;
	clear: both;
	padding-top: 1%;
	border-top: 1px solid rgb(170, 30, 34);
}

.detail {
	width: 45%;
	float: left;
	padding: 1% 2%;
}

.detail p {
	padding: 0;
}


.overflow-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.divReveal {
	display: none;
}

.greySmall {
	font-size: .7em;
	color: #808080;
}

.summaryHeader {
	padding: .5em 0;
	clear: both;
	border-top: 1px solid rgb(170, 30, 34);
	font-size: 1.3em;
	top: -.25em;
	text-decoration: none;
	outline: none;
	color: black;
	font-weight: 300;
}

.summaryIcon {
	height: 1.5em;
	padding: .3em .5em 0 0;
}

.summaryLabel {
	position: relative;
	top: -.25em;
}

.summaryLabelCaret {
	float:right;
	/*font-size: 1.5em;
	font-weight: 300;*/
	position:relative;
	top:-.2em;
	right: .25em;
}

.summaryBottom {
	border-top: 1px solid rgb(170, 30, 34);
	margin-bottom: 1em;
}
.summaryReveal {
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	/*background-color: rgb(214, 170, 88);*/
	-webkit-transition:height .5s ease-in-out;
	-moz-transition:height .5s ease-in-out;
	-o-transition:height .5s ease-in-out;
	transition:height .5s ease-in-out;
}

.barChartRow {
	width: 100%;
	height: 1.2em; /*must be large enough to contain font-size of barChartLabel and barChartValue and height of barChartBar*/
	padding-bottom: .1em;
}

.barChartLabel {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	float: left;
 	font-size: .8em;
 }

.barChartValue {
 	float: left;
 	font-size: .8em;
 	text-align: right;
}

.barChartBar {
	float: left;
	background-color: rgb(2, 86, 130);
	margin: 0 0 0 2%;
	height: 90%;
    -webkit-border-radius: .1em;
    -moz-border-radius: .1em;
    -ms-border-radius: .1em;
    -o-border-radius: .1em;
    border-radius: .1em;
}

.columnChartBarContainer {
	margin: 0 1% 0 0;
	float: left;
}

.columnChartBar {
	background-color: rgb(2, 86, 130);
	text-align:center;
	color:white;
	text-shadow: 1px 0px rgb(2, 86, 130);
	font-size: .5em;
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    -ms-border-radius: .3em;
    -o-border-radius: .3em;
    border-radius: .3em;
}

.columnChartLabel {
	height:2em;
	text-align:center;
	font-size: .7em
}

#magnifying-glass {
	float: left;
}

#magnifying-glass .topSpacer {
	top: -.4em
}

.arrowNavArea {
	 width: 80%;
	 float: right;
	 text-align: center;
}

.arrowNavAreaBottom {
	 width: 94%;
	height: 1em;
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	padding: .4em 3%;
	 text-align: center;
    -webkit-border-radius: .3em;
    -moz-border-radius: .3em;
    -ms-border-radius: .3em;
    -o-border-radius: .3em;
    border-radius: .3em;
	/*background: rgba(214, 170, 88, .5); /*LRI tan*/
	/*/background-color: rgba(100, 98, 102, .25);*/
	 display: block;
}

.iconHigh {
	height: 1.5em;
	padding: .3em .5em 0 0;
	/*padding: .3em .5em 0 .5em;*/
}

.iconHighNoLeft {
	height: 1.5em;
	padding: .3em .5em 0 0;
}

.iconTextSpacer {
	position: relative;
	top: -.4em;
}

#triangle-left {
	/* Pure CSS
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-right: 16px solid #fff;
	border-bottom: 8px solid transparent;*/
	float: left;
}

#triangle-right {
	/*Pure CSS
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-left: 16px solid #fff;
	border-bottom: 8px solid transparent;*/
	float: right;
}

.column1of2 {
	text-align: right;
	width: 48%;
	float: left;
	padding: 1%;
}

.column2of2 {
	text-align: left;
	width: 48%;
	float: right;
	padding: 1%;
}

/*footer styles*/

#pageFooter {
/*	color: white;*/
	color: rgb(214, 170, 88);
	border-top: 1px solid rgb(63, 91, 113);
	padding-top: 1em;
/*	background: rgba(63, 91, 113, .95);*/
	background: #fff;
}

#pageFooter a {
	color: rgb(214, 170, 88);
/*	color: white;*/
}

/*mobile styles------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:479px) {

/*disable text sizing on orientation change*/
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 {
	-webkit-text-size-adjust:none;
}

body {
	width: 100%;
	min-width: 320px;
	max-width: 479px;
	font-size: 90%;
	/*box-shadow: 0px rgba(0, 0, 0, 0.5);*/
}

/*mobile header styles*/

header {
    /*position:fixed;
    top:0;
    z-index:100;*/
	height: 42px;
}

header .logo {
	width: 40%;
	height: 42px;
/*	background: url(/images/LRIRightNowLogoWhite2.png);*/
	background: url(/images/LRIRightNowLogo.png);
	background-repeat: no-repeat;
	background-position: 0 6px;
	background-size: 112px;
	margin-left: 6%;
	float: left;
}

/*mobile nav styles*/

#mainNav {
	margin-top: 1em;
	float: right;
}

#mainNav li {
	margin-right: 1em;
}

.headerTitle {
	font-size: 1em;
	padding-top: .7em;
}

/*mobile main styles*/

#main {
	width: 94%;
	margin: 2% 3% 0% 3%;
	/*border-bottom: 1px solid rgb(230, 230, 230);*/
}

.arrowNavArea {
	 width: 85%;
}

/*outer area covering page
.contentFade { 
    opacity: .5;
    z-index: -10;
    position: fixed;
    top: 0;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.contentShow {
    opacity: 1;
}
*/
.libraryButton { /* for display on home page */
	width: 44%;
	padding: 6px;
}

.nonLibraryButton {
	width: 44%;
	padding: 6px;
}

/*modal popup box positioning*/
.popup { 
    top: 50%;
    width: 80%;
}

.overlay:target+.popup {
    top: 55%;
    opacity: 1;
    visibility: visible;
}

/*mobile banner styles*/

.banner {
	margin-bottom: 2.4em;
	padding-top: 1em;
	/*overflow: hidden;*/
	position: relative;
}
.banner h1 {
	font-size: 1.8em;
	text-align: left;
	margin-bottom: .25em;
}

.banner h2 {
	font-style: italic;
	font-weight:normal;
	font-size: 1.25em;
	text-align: left;
	letter-spacing:.1em;
	margin-bottom: 1em;
}

.banner p {
	font-size: 1em;
	line-height: 1.5;
}

/*mobile form styles */

fieldset {
	width: 100%;
	margin-top: -3%;
	margin-left: -3%;
	padding: 3% 0 0 6%;
	/*font-size: .8em;*/
	min-width: 270px;
	overflow: hidden; /*Fixes iOS orientation change bug when a placeholder is present*/
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

fieldset h1 {
	width: 92%;
	font-size: 1.5em;
	color: white;
}

fieldset h2 {
	display: none;
	/*font-size: 1em;
	font-style: italic;*/
}

fieldset label {
	margin-bottom: -.1em;	
}

fieldset input[type="text"], input[type="email"], input[type="url"], textarea {
	font-size: 1em;
	margin-right: 6%;
	width: 94%;
}

fieldset input[type="reset"] {
	background: rgb(230, 230, 230);
}

fieldset .left {
	width: 94%;
	height: 3.5em;
}

fieldset .ignored { /*blank half form element ignored in mobile to remove space*/
	display: none;
}

fieldset .wrapper { /*wraps elements following floated fields to add padding above*/
	 padding-top: 6%;
}

/*mobile article styles */

article {
	overflow: hidden;
}

.articleFront {
	width: 94%;
	margin: 0 3%;
	float: left;
}

.frontPic {
	width: 100%;
	float: left;
	margin-top: -1em
}

article h1 {
	margin-bottom: 0;
	font-size: 1.5em;
	margin-bottom: .2em;
}

.itemArt {
	display: none;
	/*width: 12%;
	margin-bottom: 3em; /*assured art is taller than h1 so article p overflow happens*/
	padding: 0 2%;
	float: left;
}

.articleItem {
	color: #646266;
	margin-bottom: 4%;
}

/*mobile aside styles*/

#signInForm {
	width: 94%;
	display: none;
	position: absolute;
	z-index: 50;
	color: white;
	background: rgba(63, 91, 113, .95);
	overflow: hidden; /*Fixes iOS orientation change bug when a placeholder is present*/
	padding: 3% 3.25%;
}

aside {
	width: 100%;
	display: none;
	position: absolute;
	z-index: 50;
	background: rgba(63, 91, 113, .95);
	overflow: hidden; /*Fixes iOS orientation change bug when a placeholder is present*/
}

#asideNav li {
	border-top: 1px solid #aaa;
}

#asideNav li:last-child {
	border-bottom: none;
}

#asideNav a {
	display: block;
	padding: .5em 6% .7em 6%;
	color: white;
	font-size: 1.3em;
	font-weight: bold;
}

nav select {
	width: 200px;
	margin-left: 20%;
}

aside .aboutLibrary {
	display: none;
}

aside .info {
	display: none;
}

aside .info p {
	margin-top: 0;
	}

aside img {
	display: none;
}

.asideExtras {
	width: 94%;
	margin: 0 3% 3% 3%;
}

.halfwidth .button {
	width: 50%;
}

/* mobile search result Styles */

.searchLabel {
	display: none;
}

.swipeNotice {
	display: block;
	background-color: #fff;
	color: rgb(170, 30, 34);
	text-align: center;
	font-size: .8em
}

.tableWrapper {
	overflow-x: scroll; /*allows swiping left and right for wide table*/
}

.tableWrapper table {
	width: 720px; /*force wider for mobile styles to allow overflow-x left-right swiping*/
}

.scrollResults {
	width: 720px;
	overflow-y: visible;
}

.detail {
	width: 97%;
	float: left;
	border: none;
	padding: 3%;
}

/*mobile footer styles*/

.column1of2 {
	text-align: center;
	width: 100%;
	float: none;
	margin: 0 auto;
}

.column2of2 {
	text-align: center;
	width: 100%;
	float: none;
	margin: 0 auto;
}

#pageFooter {
	clear:both;
	overflow:hidden;
	padding: 1em 6% 1em 6%;
}

.totalsBox {
	height: 3em;
	width: 90%;
	float: left;
	font-size: 1.5em;
	font-weight: bold;
	color: #fff;
	text-align:center;
	padding: .5em;
	margin: 2%;
	-webkit-border-radius: .25em;
	-moz-border-radius: .25em;
	-ms-border-radius: .25em;
	-o-border-radius: .25em;
	border-radius: .25em;
}


}/*end mobile @media*/

/*tablet styles---------------------------------------------------------------------------------------------------*/
@media screen and (min-width:480px) and (max-width:959px) {

body {
	width: 100%;
	margin: 0 auto;
	min-width: 480px;
	max-width: 959px;
	font-size: 90%;
}

/*tablet header styles*/

header .logo {
	width: 225px;
	height: 70px;
/*	background: url(/images/LRIRightNowLogoWhite2.png);*/
	background: url(/images/LRIRightNowLogo.png);
	background-repeat: no-repeat;
	background-position: 0 6px;
	background-size: 213px;
	margin-left: 6%;
	float: left;
}

.headerTitle {
	font-size: 1.3em;
	padding-top: .9em;
}

/*tablet nav styles*/

#mainNav {
	margin-top: 1.5em;
	padding-left: 2.9%;
	float: right;
}

#mainNav li {
	margin-right: 3em;
}

.popup { /*modal popup box positioning*/
    top: 45%;
    width: 50%;
}

.overlay:target+.popup {
    top: 45%;
    opacity: 1;
    visibility: visible;
}

#mainNav a {
	font-size: 1em;
	text-align: center;
	color: white;
}

#mainNav a em {
	display: none;
}

/*tablet banner styles*/

.banner {
	overflow: hidden;
	margin-bottom: 1em;
	position: relative;
}

.banner h1 {
	font-size: 2.25em;
}

.banner h2 {
	font-style: italic;
	font-weight: normal;
	font-size: 1.5em;
	letter-spacing:.1em;
	margin-bottom: .5em;
}

.banner p {
	font-size: 1em;
	color: #646266;
}

/*tablet main styles*/

#main {
	width: 88%;
	margin: 2% 6% 0 6%;
	/*border-bottom: 1px solid rgb(230, 230, 230);*/
	}

.arrowNavArea {
	 width: 85%;
}

.searchLabel {
	display: none;
}

fieldset {
	/*font-size: .8em;*/
	min-width: 480px;
}

/*tablet article styles */

article {
	overflow: hidden;
}

article p {
	font-size: 1em;
	margin-bottom: .5em;
	overflow: hidden; /*avoids text wrap around image*/
}

article h1 {
	margin-bottom: 0;
	font-size: 1.5em;
	margin-bottom: .2em;
}

article h2 {
	background: url(../_images/icon_sprites_50.png) no-repeat right top;
	padding: 10px 0 5px;
}

.itemArt {
	width: 15%;
	text-align: left;
	color: #646266;
	padding-right: 3%;
	float: left;
}

.articleItem {
	width: 100%;
	color: #646266;
	float: left;
}

/*tablet aside styles*/

#signInForm {
	width: 25%;
	display: none;
	position: absolute;
	right: 0;
	z-index: 50;
	color: white;
	background: rgba(63, 91, 113, .95);
	overflow: hidden; /*Fixes iOS orientation change bug when a placeholder is present*/
	padding: 3% 3%;
}

#signInForm input[type="submit"],
 #signInForm input[type="text"],
 #signInForm input[type="password"]{
	font-size: .9em;
	width: 94%;
}

aside {
	width: 30%;
	display: none;
	position: absolute;
	right: 0;
	z-index: 50;
	background: rgba(63, 91, 113, .95);
	overflow: hidden; /*Fixes iOS orientation change bug when a placeholder is present*/
}

aside section {
	clear: both;
}

aside article {
	margin-left: 0;
	font-size: 1em;
}

aside p {
	font-size: .9em;
	color: #646266;
	width: 100%;
	margin-left: 0;
	margin-top: .5em;
}

/*
aside input[type="submit"], input[type="text"], input[type="password"]{
	font-size: .9em;
	width: 40%;
}
*/

aside label {
	float: left;
	margin-right: 8px;
	vertical-align:bottom;
	}
	
#asideNav li {
	border-top: 1px solid #aaa;
}

#asideNav li:last-child {
	border-bottom: none;
}

#asideNav a {
	display: block;
	padding: .5em 6%;
	color: white;
	font-size: 1.2em;
	font-weight: bold;
}

aside .aboutLibrary {
	width: 40%;
	float: left;
	display: inline;
}

aside .info {
	display: none;
}

aside .info p {
	margin-top: 0;
	}

aside img {
	width: 25%;
	float: left;
	margin-right: 3%;
	padding-top: 1%;
}

.asideExtras .halfwidth {
	width: 44%;
	margin-right: 6%;
	float: left;
}

.halfwidth .button {
	width: 50%;
}

/*tablet footer styles*/

#pageFooter {
	clear: both;
	margin-top: 2em;
	overflow:hidden;
	padding: 2em 6% 2em 6%;
	font-size: .9em;
}

}/*End Tablet @media */

/*desktop styles----------------------------------------------------------------------------------------------------*/
@media screen and (min-width:960px) {

body {
	width: 1024px;
	margin: 0 auto;
	min-width: 1024px;
	/*max-width: 1280px;*/
}

/*desktop header styles*/

header .logo {
	width: 225px;
	height: 70px;
/*	background: url(/images/LRIRightNowLogoWhite2.png) no-repeat;*/
	background: url(/images/LRIRightNowLogo.png) no-repeat;
	background-position: 0 6px;
	background-size: 213px;
	margin-left: 6%;
	float: left;
}

.headerTitle {
	width: 17%;
	float: right;
	font-size: 1.5em;
	padding-top: .7em;
}

#signIn {
	font-size: 0.8em;
}

.mobileMenu {
	display: none;
}

/*desktop nav styles*/
#mainNav {
	margin-top: 1.25em;
	padding-left: 3.9%;
	float: right;
}

#mainNav ul {
	margin-left: 0;
}

#mainNav li {
	margin-right: 3.6em;
}

#mainNav a {
	font-size: 1em;
	text-align: center;
	padding-left: 30px;
	color: white;
}

/*desktop main styles*/

#main {
	min-height: 48em;
	width: 68%;
	float: left;
	margin: 2.5% 3% 3% 6%;
}

/*desktop banner styles*/

.banner {
	overflow: hidden;
	margin-bottom: 1em;
	position: relative;
}

.banner h1 {
	font-size: 2.5em;
	padding-top: 0em;
}

.banner h2 {
	font-style: italic;
	font-weight: normal;
	font-size: 1.5em;
	letter-spacing:.1em;
	margin-bottom: .5em;
}

.banner p {
	padding: .5em 0 0 0;
	font-size: 1.2em;
	color: #646266;
}

/*desktop article styles */

article {
	width: 100%;
	margin-bottom: 24px;
}

article h1 {
	margin-bottom: 0;
	font-size: 1.75em;
	font-weight: bold;
}

.itemArt {
	width: 15%;
	text-align: left;
	color: #646266;
	padding-right: 3%;
	float: left;
}

.articleItem {
	color: #646266;
	margin-bottom: 4%;
}

/*desktop aside styles*/

#signInForm {
	width: 19%;
	display: none;
	position: absolute;
	right: 2%;
	z-index: 50;
	color: white;
	background: rgba(63, 91, 113, .95);
	overflow: hidden; /*Fixes iOS orientation change bug when a placeholder is present*/
	padding: 2% 3%;
}

 #signInForm input[type="text"],
 #signInForm input[type="password"]{
	font-size: .9em;
	width: 94%;
}

#signInForm input[type="submit"]{
	font-size: .9em;
	width: 96%;
}

aside {
	float: right;
	width: 19%;
	margin-right: 4%;
	padding: 2% 0% 0% 0%;
	text-align: left;
	color: #646266;
	overflow: hidden; /*Fixes iOS orientation change bug when a placeholder is present*/
}

aside p {
	color: #646266;
	width: 100%;
	margin-left: 0;
	margin-top: .5em;
}

aside h2 {
	font-size: 1.2em;
	text-align: Left;
	clear: both;
}

#asideNav {
	padding-bottom: 1em;
}

#asideNav a {
	text-decoration: none;
	font-size: 1.2em;
	color: #025682;
}

.asideExtras {
	width: 19%;
}

nav select {
	display: none;
}

/*searchResults styles*/

#searchResults {
	border: none;
}


/*desktop footer styles*/
#pageFooter {
	clear:both;
	overflow:hidden;
	height: 70px;
}

#pageFooter a {
	display:block;
	border: none;
	/*color: white;*/
}

#pageFooter p {
	font-size: 1em;
}

}/*End Desktop @media*/

/*PRINT STYLES--------------------------------------------------*/

@media print {

header, footer, aside, .asideExtras, #searchResultsHead, .listSwitchArea, .swipeNotice {
	display: none;
}

html {
	background: #fff;
}
	
body {
	background: #fff;
	max-width: 690px;
	margin: 0 auto;
}

.printHide {
	display: none;
}

.printOnly {
	display: block;
}

#searchResults th, td, a {
	font-size: 11px;
	color: #000;
	page-break-inside:avoid;
}
	
.detailWrapper {
    page-break-inside: avoid;
}

.detail p {
	font-size: 11px;
}
	
.arrowNavAreaBottom {
	display: none;
}

.barChartRow { /*to fit 50plus per page*/
	height: 1em;
	padding-bottom: .1em;
}

.barChartLabel {
 	font-size: .7em;
 }

.barChartValue {
 	font-size: .7em;
}

.barChartBar {
	height: .7em;
}

/*.summaryHeader {
	page-break-before:always;
}
*/	
}/*end Print Styles*/
