/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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 {
  margin: 0;
  padding: 0;
  border: 0;
  /*font: inherit;*/
  /*font-size: 100%;*/
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}


#content #right-content-pane .item-section #list1-content ul li {
    margin-bottom:12pt;
    font-family: Humanist531,Verdana,sans-serif;
    font-size: inherit;
 /*   padding-left: 20px;*/
}


/* line 26, ../../../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 17, ../sass/_base.scss */
body {
  font-family: Humanist531, Verdana, sans-serif !important;
  text-decoration: none;
  line-height: 140%;
  font-size: 12pt;
  color: black;
  background-color: #EEE;
}

/* line 26, ../sass/_base.scss */
h1 {
  /*font-size: 24px;*/
  line-height: 1;
}

/* line 30, ../sass/_base.scss */
h2 {
  font-weight: bold;
  font-size: 19px;
}

/* line 33, ../sass/_base.scss */
h3 {
  line-height: 1.8;
  font-size: 12pt;
}
/* line 36, ../sass/_base.scss */
h3 span.arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #000;
}
/* line 40, ../sass/_base.scss */
h3.open span.arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #000;
}

/* line 45, ../sass/_base.scss */
input[type='text'] {
  border: 1px solid #bbb;
  font-size: 12pt;
}

/* line 49, ../sass/_base.scss */
input[type='submit'] {
  font-weight: bold;
  font-size: 12px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 6px;
  background-color: black;
  color: #FFF;
  border: 1px solid black;
  padding: 9px;
  margin-top: 9px;
  margin-right: 9px;
}

/* line 52, ../sass/_base.scss */
input[type='reset'] {
  font-weight: bold;
  font-size: 12px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 6px;
  background-color: #FFF;
  border: 1px solid #AAA;
  color: #000;
  padding: 9px;
  margin-top: 9px;
  margin-right: 9px;
}

/* line 55, ../sass/_base.scss */
select {
  font-size: 12pt;
}

/* line 62, ../sass/_base.scss */
#wrapper {
  margin: 0 auto;
}

/* line 67, ../sass/_base.scss */
#precis {
  padding-bottom: 15px;
  margin: 0px 1px;
}

/* line 73, ../sass/_base.scss */
#right-content-pane .item-section {
  border-bottom: 1px solid #bbb;
}

/* line 78, ../sass/_base.scss */
#rcp-right {
  padding: 0px !important;
}

/* line 82, ../sass/_base.scss */
#item-btns {
  padding-left: 5px;
}
/* line 84, ../sass/_base.scss */
#item-btns a {
  background-color: #7daed3;
  color: #FFF;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  line-height: 2.3;
  padding: 5px;
  margin: 2.5px;
}
/* line 92, ../sass/_base.scss */
#item-btns a:hover {
  background-color: #5796c6;
}

/* line 98, ../sass/_base.scss */
h3#pubSearch {
  padding: 0px 5px;
}

/* line 105, ../sass/_base.scss */
.styled-select {
  overflow: hidden;
  background: url(../images/dropdown.png) no-repeat right;
  margin: 3px 0;
  position: relative;
  border-bottom: 1px solid #bbb;
}
/* line 54, ../sass/_mixins.scss */
.styled-select select {
  background: transparent;
  font-size: 12px;
  line-height: 1;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}
/* line 63, ../sass/_mixins.scss */
.styled-select:first-of-type {
  border-top: 1px solid #bbb;
}

/* line 110, ../sass/_base.scss */
.arrow-right {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid black;
}

/* line 115, ../sass/_base.scss */
.pub-type {
  color: #7daed3;
  font-size: 12px;
  line-height: 1;
  padding-bottom:10px;
  text-transform: uppercase;
}

#right-content-pane .item-section .item-content {
  padding: 15px 0 20px;
}

/* virtual library index page - carousel stylings
    NOTE: ignore the line #s from the .scss source file,
    they are copied from `screen.scss` and don't correspond to the actual scss source :'(
*/

/* line 326, ../sass/_base.scss */
#content #right-content-pane #carousels h2 {
  font-weight: normal;
  line-height: 2;
  padding: 0 10px 0 0;
  border-top: 1px solid #bbbbbb;
}
/* line 333, ../sass/_base.scss */
#content #right-content-pane #carousels h2 .view-all {
  font-weight: normal;
  font-size: 12px;
  text-decoration: underline;
  color: #000;
  float: right;
  line-height: 2.5;
}
/* line 342, ../sass/_base.scss */
#content #right-content-pane #carousels .carousel {
  padding: 0 0 25px 0;
  position: relative;
  overflow: hidden;
}
/* line 346, ../sass/_base.scss */
#content #right-content-pane #carousels .carousel .cycle-slideshow {
  width: 640px;
}
/* line 348, ../sass/_base.scss */
#content #right-content-pane #carousels .carousel .cycle-slideshow img {
  margin: 0 10px 0 0;
  width: inherit;
  height: 230px;
  border: 1px solid #CCC;
}
/* line 355, ../sass/_base.scss */
#content #right-content-pane #carousels .carousel .next, 
#content #right-content-pane #carousels .carousel .prev {
  position: absolute;
  top: 36%;
  color: #FFF;
  background-color: #000;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
  opacity: 0.8;
  text-decoration: none;
}
#content #right-content-pane #carousels .carousel .prev {
  padding: 0 8px 0 6px;
}
#content #right-content-pane #carousels .carousel .next {
  padding: 0 6px 0 8px;
}
/* line 370, ../sass/_base.scss */
#content #right-content-pane #carousels .carousel .next:hover, 
#content #right-content-pane #carousels .carousel .prev:hover {
  opacity: 1;
}
/* line 378, ../sass/_base.scss */
#content #right-content-pane #carousels .carousel .next {
  z-index: 100;
  right: 0;
}
/* line 381, ../sass/_base.scss */
#content #right-content-pane #carousels .carousel .prev {
  z-index: 100;
  left: 0;
}

/* virtual lib index page hero styling */
#hero {
  position: relative;
  height: 190px;
  background: url(../images/promo.jpg) center no-repeat;
  background-size: 984px;
  margin-bottom: 36px;
}

#hero-left {
  position: absolute;
  top: 20px;
  left: 20px;
  /*width: 250px;*/
  height: 150px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
}

#hero-left h1 {
  line-height: 1;
}
#hero-left h2 {
  font-weight: normal;
  font-style: italic;
  margin-top: 1rem;
}


#links a {
  text-decoration: none;
  color: black;
  font-size: 10px;
}

#terms h3 {
  font-size: 9pt;
}