/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* SG

# Normalize
testing 1

*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  background: #CAEEA4;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
body {
  font-family: Arial;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  background-color: #f0efea;
}
a {
  color: #070d7d;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #040955;
  text-decoration: underline;
}
a:focus {
  outline: 1px dotted;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
.demo-col-1 {
  width: 4.16666667%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 0;
}
.demo-col-18 {
  width: 75%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.demo-col-18 .demo-col-6 {
  width: 33.33333333%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.demo-col-18 .demo-col-12 {
  width: 66.66666667%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.demo-col-6 {
  width: 25%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.demo-col-12 {
  width: 50%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.demo-colgroup {
  margin: 0 -15px;
}
.demo-colgroup:before,
.demo-colgroup:after {
  content: " ";
  display: table;
}
.demo-colgroup:after {
  clear: both;
}
.demo-colgroup .demo-colgroup {
  margin: 0 -30px;
}
.demo-colgroup [class*="demo-col-"] {
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f5f5f5;
  text-align: center;
  border: 1px solid #fff;
  border-left-width: 15px;
  border-right-width: 15px;
}
/* SG

# Grids / Layouts
```

```

# Grids / Base Grids
Demo only, do not use below examples/class names for Library projects.
```
<div class="demo-colgroup">
  <div class="demo-col-1">1</div>
  <div class="demo-col-1">1</div>
  <div class="demo-col-1">1</div>
  <div class="demo-col-1">1</div>
  <div class="demo-col-1">1</div>
  <div class="demo-col-1">1</div>
  <div class="demo-col-1">1</div>
  <div class="demo-col-1">1</div>
  <div class="demo-col-1">1</div>
  <div class="demo-col-1">1</div>
  <div class="demo-col-1">1</div>
  <div class="demo-col-1">1</div>
  <div class="demo-col-1">1</div>
  <div class="demo-col-1">1</div>
  <div class="demo-col-1">1</div>
  <div class="demo-col-1">1</div>
  <div class="demo-col-1">1</div>
  <div class="demo-col-1">1</div>
  <div class="demo-col-1">1</div>
  <div class="demo-col-1">1</div>
  <div class="demo-col-1">1</div>
  <div class="demo-col-1">1</div>
  <div class="demo-col-1">1</div>
  <div class="demo-col-1">1</div>
</div>
<div class="demo-colgroup">
  <div class="demo-col-12">12/24</div>
  <div class="demo-col-12">12/24</div>
</div>
<div class="demo-colgroup">
  <div class="demo-col-6">6/24</div>
  <div class="demo-col-18">18/24</div>
</div>

<div class="demo-colgroup">
  <div class="demo-col-18">18/24
    <div class="demo-colgroup">
      <div class="demo-col-6">6/18</div>
      <div class="demo-col-12">12/18</div>
    </div>
  </div>
  <div class="demo-col-6">6/24</div>
</div>

``` 
*/
/* SG

# Media Queries / Reference
* iPhone 6 portrait: 375px
* iPhone 6 landscape: 667px
* iPhone 6+ portrait: 414px
* iPhone 6+ landscape: 736px
* iPhone 5 portrait: 320px
* iPhone 5 landscape: 568px
* iPad(standard/mini) portrait: 768px
* iPad(standard/mini) landscape: 1024px
* http://www.websitedimensions.com
* http://www.w3schools.com/browsers/browsers_display.asp
* Library statistic (?)
 
*/
/* SG

# Media Queries / Breakpoints
* @screen-xs: 480px;
* @screen-sm: 768px;
* @screen-md: 992px; //default width for browsers with no media query support
* @screen-lg: 1200px; //default width
* @screen-xl: 1600px;
 
*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
  margin: 0 0 1rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #d8d8d8;
  color: #666;
}
a h1,
a h2,
a h3,
a h4,
a h5,
a h6,
a .h1,
a .h2,
a .h3,
a .h4,
a .h5,
a .h6 {
  color: inherit !important;
}
h1,
.h1 {
  font-size: 30px;
}
h2,
.h2 {
  font-size: 26px;
}
h3,
.h3 {
  font-size: 21px;
}
h4,
.h4 {
  font-size: 17px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p,
ul,
ol,
dl {
  margin: 0 0 21px;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
address {
  font-style: normal;
  line-height: 1.5;
  margin-bottom: 21px;
}
hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 1px solid #ccc;
}
.text-mute {
  color: #666;
}
.text-primary {
  color: #00618e;
}
.text-success {
  color: #008000;
}
.text-info {
  color: #31708F;
}
.text-warning {
  color: #ff6e00;
}
.text-danger {
  color: #d33a35;
}
.text-search-code {
  color: #c82829;
}
.text-search-argument {
  color: #069;
}
.text-search-type {
  color: #090;
}
.text-search-limit {
  color: #926239;
}
.text-boolean-commands {
  color: #cc00ff;
}
.template-canned-search {
  border: 1px solid #eee;
  display: block;
  margin: .125rem 0 .75rem;
  padding: .5rem 1rem;
  word-wrap: break-word;
}
.index-code {
  padding-left: 0;
  list-style: none;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  -ms-column-gap: 15px;
  -o-column-gap: 15px;
  column-gap: 15px;
}
.index-code > li {
  overflow: hidden;
  /* Fix for firefox and IE 10-11  */
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari, Opera */
  page-break-inside: avoid;
  /* Deprecated Firefox */
  -moz-column-break-inside: avoid;
  /* Current Firefox */
  column-break-inside: avoid;
  break-inside: avoid;
  /* IE 10+ */
  break-inside: avoid-column;
}
@media (max-width: 991px) {
  .index-code {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
  }
  .index-code > li {
    overflow: hidden;
    /* Fix for firefox and IE 10-11  */
    -webkit-column-break-inside: avoid;
    /* Chrome, Safari, Opera */
    page-break-inside: avoid;
    /* Deprecated Firefox */
    -moz-column-break-inside: avoid;
    /* Current Firefox */
    column-break-inside: avoid;
    break-inside: avoid;
    /* IE 10+ */
    break-inside: avoid-column;
  }
}
@media (max-width: 767px) {
  .index-code {
    -webkit-column-count: auto;
    -moz-column-count: auto;
    -ms-column-count: auto;
    -o-column-count: auto;
    column-count: auto;
  }
  .index-code > li {
    overflow: hidden;
    /* Fix for firefox and IE 10-11  */
    -webkit-column-break-inside: avoid;
    /* Chrome, Safari, Opera */
    page-break-inside: avoid;
    /* Deprecated Firefox */
    -moz-column-break-inside: avoid;
    /* Current Firefox */
    column-break-inside: avoid;
    break-inside: avoid;
    /* IE 10+ */
    break-inside: avoid-column;
  }
}
.index-code > li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 60px;
  line-height: 1.2;
}
.index-code > li > a {
  display: inline-block;
  width: 60px;
  position: absolute;
  left: 0;
  top: 0;
}
/* SG
# Typography / Headings
```
<h1>H1 heading</h1>
<h2>H2 heading</h2>
<h3>H3 heading</h3>
<h4>H4 heading</h4>
<h5>H5 heading</h5>
<h6>H6 heading</h6>

<h1><small>Small h1</small> Lorem ipsum dolor sit amet consectetur adipiscing elit in tincidunt vehicula lacinia lass aptent taciti sociosqu ad litora torquent per conubia nostra per inceptos himenaeos</h1>
<h2><small>Small h2</small> Lorem ipsum dolor sit amet consectetur adipiscing elit in tincidunt vehicula lacinia lass aptent taciti sociosqu ad litora torquent per conubia nostra per inceptos himenaeos</h2>
<h3><small>Small h3</small> Lorem ipsum dolor sit amet consectetur adipiscing elit in tincidunt vehicula lacinia lass aptent taciti sociosqu ad litora torquent per conubia nostra per inceptos himenaeos</h3>
<h4><small>Small h4</small> Lorem ipsum dolor sit amet consectetur adipiscing elit in tincidunt vehicula lacinia lass aptent taciti sociosqu ad litora torquent per conubia nostra per inceptos himenaeos</h4>
```
*/
/* SG
# Typography / Body copy
```
<p>Nullam quis risus eget urna mollis ornare vel eu leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nullam id dolor id nibh ultricies vehicula.</p>
<p>Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec ullamcorper nulla non metus auctor fringilla. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Donec ullamcorper nulla non metus auctor fringilla.</p>
```
*/
/* SG
# Typography / Inline text elements
```
<p>You can use the mark tag to <mark>highlight</mark> text.</p>
<p><del>This line of text is meant to be treated as deleted text.</del></p>
<p><s>This line of text is meant to be treated as no longer accurate.</s></p>
<p><ins>This line of text is meant to be treated as an addition to the document.</ins></p>
<p><u>This line of text will render as underlined</u></p>
<p><small>This line of text is meant to be treated as fine print.</small></p>
<p>The following snippet of text is <strong>rendered as bold text</strong>.</p>
<p>The following snippet of text is <em>rendered as italicized text</em>.</p>
```
*/
/* SG
# Typography / Helper classes
```
<p class="text-mute">Lorem dolar sit amet</p>
<p class="text-primary">Lorem dolar sit amet</p>
<p class="text-success">Lorem dolar sit amet</p>
<p class="text-info">Lorem dolar sit amet</p>
<p class="text-warning">Lorem dolar sit amet</p>
<p class="text-danger">Lorem dolar sit amet</p>
```
*/
/* SG
# Typography / Lists - unordered
```
<ul>
	<li>Lorem ipsum dolor sit amet</li>
	<li>Lorem ipsum dolor sit amet
		<ul>
			<li>Lorem ipsum dolor sit amet</li>
			<li>Lorem ipsum dolor sit amet</li>
			<li>Lorem ipsum dolor sit amet</li>
		</ul>
	</li>
	<li>Lorem ipsum dolor sit amet</li>
</ul>
```
*/
/* SG
# Typography / Lists - ordered
```
<ol>
	<li>Lorem ipsum dolor sit amet</li>
	<li>Lorem ipsum dolor sit amet
		<ol>
			<li>Lorem ipsum dolor sit amet</li>
			<li>Lorem ipsum dolor sit amet</li>
			<li>Lorem ipsum dolor sit amet</li>
		</ol>
	</li>
	<li>Lorem ipsum dolor sit amet</li>
</ol>
```
*/
/* SG
# Typography / hr

```
<p>lorem ipsum</p>
<hr />
<p>dolar sit amet</p>
```
*/
caption {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
  color: #666;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 28px;
  border: 1px solid #efefef;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 10px;
  vertical-align: top;
  border-top: 1px solid #efefef;
}
.table > tbody > tr:hover {
  background-color: #f5f5f5;
}
.table tr.th-weight-bold > th,
.table > thead > tr > th {
  vertical-align: bottom;
  border-top: 1px solid #d8d8d8;
  border-bottom: 2px solid #d8d8d8;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
.th-weight-normal th {
  font-weight: normal;
}
.th-weight-bold th {
  font-weight: bold;
}
th.scroll-nav-table-heading {
  font-weight: bold;
}
/* SG
# Tables
```
<div class="table-responsive">
<table class="table">
	<caption>Table Caption</caption>
	<thead>
		<tr>
			<th scope="col">Search</th>
			<th scope="col">Search Type</th>
			<th scope="col">Results</th>
			<th scope="col">Action</th>
		</tr>
	</thead>
	<tbody>
		<tr>
			<td>ALL: lincoln</td>
			<td>Keyword Search</td>
			<td>10000</td>
			<td>
				<a href="">Search</a>
			</td>
		</tr>
		<tr>
			<td>ALL: rosa</td>
			<td>Keyword Search</td>
			<td>10000</td>
			<td>
				<a href="">Search</a>
			</td>
		</tr>
		<tr>
			<td>SUBJECTS beginning with: beatles</td>
			<td>Browse</td>
			<td>Browse</td>
			<td>
				<a href="">Search</a>
			</td>
		</tr>
	</tbody>
</table>
```
*/
input,
textarea {
  box-shadow: none !important;
}
fieldset {
  border: 1px solid #ccc;
  padding: 10px 20px 15px;
  margin-bottom: 28px;
}
fieldset ul:last-child,
fieldset ol:last-child,
fieldset p:last-child {
  margin-bottom: 0;
}
legend {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
  margin: 0 0 1rem;
  font-size: 17px;
  font-weight: normal;
  display: block;
  width: auto;
  padding: 0 5px;
  margin: 0;
  border: 0;
}
legend small,
legend .small {
  font-weight: normal;
  line-height: 1;
  color: #d8d8d8;
  color: #666;
}
a legend {
  color: inherit !important;
}
.fieldset-plain {
  border: none;
  padding: 0;
}
.fieldset-plain legend {
  padding: 0;
  margin-bottom: 10px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  font-size: 14px;
  height: 35px;
  line-height: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 8px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0 !important;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  border-color: #00618e;
  outline: none;
}
textarea,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"] {
  -webkit-appearance: none;
}
select {
  padding: 0 0 0 6px;
}
select[multiple] {
  height: auto;
  padding: 0;
}
textarea {
  height: auto;
  padding: 6px;
}
label,
.label {
  color: #333;
}
label.disabled,
.label.disabled {
  color: #999;
}
label.readonly,
.label.readonly {
  color: #333;
}
.input-height {
  height: 35px;
  line-height: 35px;
}
.form-element-block {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
/* SG

# Form
```
<form action="#" method="post">
	<fieldset>
		<legend>Legend (Fieldset)</legend>
		<ul class="list-inline">
			<li>
				<label for="test_checkbox_1"><input id="test_checkbox_1" name="test_checkbox_1" type="checkbox"> Test checkbox 1</label>
			</li>
			<li>
				<input id="test_checkbox_2" name="test_checkbox_2" type="checkbox">
				<label for="test_checkbox_2">Test checkbox 2</label>
			</li>
			<li>
				<input id="test_checkbox_3" name="test_checkbox_3" type="checkbox">
				<label for="test_checkbox_3">Test checkbox 3</label>
			</li>
			<li>
				<input id="test_checkbox_4" name="test_checkbox_4" type="checkbox" disabled>
				<label for="test_checkbox_4" class="disabled">Test checkbox &quot;disabled&quot;</label>
			</li>
			<li>
				<input id="test_checkbox_5" name="test_checkbox_5" type="checkbox" readonly checked>
				<label for="test_checkbox_5" class="readonly">Test checkbox &quot;readonly&quot;</label>
			</li>
		</ul>
	</fieldset>
	<fieldset class="fieldset-plain">
		<legend>fieldset-plain</legend>
		<ul class="list-plain">
			<li>
				<input id="test_radio_1b" name="test_radio_group_b" type="radio">
				<label for="test_radio_1b">Test radio 1b</label>
			</li>
			<li>
				<input id="test_radio_2b" name="test_radio_group_b" type="radio">
				<label for="test_radio_2b">Test radio 2b</label>
			</li>
			<li>
				<input id="test_radio_3b" name="test_radio_group_b" type="radio">
				<label for="test_radio_3b">Test radio 3b</label>
			</li>
			<li>
				<input id="test_radio_4b" name="test_radio_group_b" type="radio" disabled>
				<label for="test_radio_4b" class="disabled">Test radio 4b  &quot;disabled&quot;</label>
			</li>
			<li>
				<input id="test_radio_5b" name="test_radio_group_b" type="radio" readonly checked>
				<label for="test_radio_5b" class="readonly">Test radio 5b  &quot;readonly&quot;</label>
			</li>
		</ul>
	</fieldset>
	<p>
		<label for="select_dd">Select drop-down</label>
		<br />
		<select id="select_dd" name="select_dd">
			<optgroup label="Group 1">
				<option value="1">Some text goes here for select menu</option>
				<option value="2">Another choice could be here</option>
				<option value="3">Yet another item to be chosen</option>
			</optgroup>
			<optgroup label="Group 2">
				<option value="4">Some text goes here</option>
				<option value="5">Another choice could be here</option>
				<option value="6">Yet another item to be chosen</option>
			</optgroup>
			<optgroup label="Group 3">
				<option value="7">Some text goes here</option>
				<option value="8">Another choice could be here</option>
				<option value="9">Yet another item to be chosen</option>
			</optgroup>
		</select>
		<input id="text_inline" name="text_inline" type="text" placeholder="placeholder" />
		<input value="Input Button" type="button" class="button button-default" />
		<button class="button button-default">Button Tag</button>
		<a href="#" class="button button-default" role="button">Link Button</a>
	</p>
	<p>
		<label for="select_multi">Select multiple <sup>No styling scrollbar allowed</sup></label>
		<br />
		<select id="select_multi" name="select_multi" multiple="multiple" size="10" style="width: 50%;">
			<optgroup label="Group 1">
				<option value="1">Some text goes here</option>
				<option value="2">Another choice could be here</option>
				<option value="3">Yet another item to be chosen</option>
			</optgroup>
			<optgroup label="Group 2">
				<option value="4">Some text goes here</option>
				<option value="5">Another choice could be here</option>
				<option value="6">Yet another item to be chosen</option>
			</optgroup>
			<optgroup label="Group 3">
				<option value="7">Some text goes here</option>
				<option value="8">Another choice could be here</option>
				<option value="9">Yet another item to be chosen</option>
			</optgroup>
		</select>
	</p>
	<p>
		<label for="textarea">Textarea</label>
		<br />
		<textarea style="width:50%;" id="textarea" name="textarea" rows="5" placeholder="This is an example of HTML5 placeholder text."></textarea>
	</p>
	<p>
		<label for="url">Text</label>
		<br />
		<input id="text_inline" name="text_inline" type="text" value="" placeholder="placeholder" />
		<input id="text_inline" name="text_inline" type="text" value="disabled" disabled />
		<input id="text_inline" name="text_inline" type="text" value="readonly" readonly />
	</p>
	<p>
		<label for="search">
		Search
		</label>
		<br />
		<input id="search" name="search" type="search">
	</p>
	<p>
		<label for="url">URL</label>
		<br />
		<input id="url" name="url" value="" type="url">
	</p>
	<p>
		<label for="email">Email</label>
		<br />
		<input id="email" name="email" placeholder="name@example.com" type="email">
	</p>
	<p>
		<label for="password">Password</label>
		<br />
		<input id="password" name="password" placeholder="Alphanumeric123!" type="password">
	</p>
	<p>
		<label for="datetime-local">Datetime local</label>
		<br />
		<input id="datetime-local" name="datetime-local" type="datetime-local">
	</p>
	<p>
		<label for="number">
		Number
		</label>
		<br />
		<input id="number" name="number" min="0" max="999" step="1" type="number">
	</p>
	<p>
		<label for="tel">
		Tel (phone)
		</label>
		<br />
		<input id="tel" name="tel" type="tel">
	</p>
	<p>
		<label for="datetime">
		Datetime
		</label>
		<br />
		<input id="datetime" name="datetime" type="datetime">
	</p>
	<p>
		<label for="date">
		Date
		</label>
		<br />
		<input id="date" name="date" type="date">
	</p>
	<p>
		<label for="month">
		Month
		</label>
		<br />
		<input id="month" name="month" type="month">
	</p>
	<p>
		<label for="range">Range <sup>No styling allowed</sup></label>
		<br />
		<input id="range" name="range" type="range">
	</p>
	<p>
		<label for="file">File upload <sup>No styling allowed</sup></label>
		<br />
		<input id="file" name="file" type="file">
	</p>
</form>
```
*/
/* SG

# Variables
```
<!--

//Grids
@columns:					24;
@gutter-width:				30px;

//Colors
@gray-darkest:				#333;
@gray-darker:				#666;
@gray-dark:					#999;
@gray:						#ccc;
@gray-light:				#d8d8d8;
@gray-lighter:				#efefef;
@gray-lightest:				#f5f5f5;

@loc-primary-darker:		#002347;
@loc-primary-dark:			#036;
@loc-primary:         		#0078ae;
@loc-primary-light:			lighten(@loc-primary, 40%);
@loc-primary-lighter:		lighten(@loc-primary, 61%);
@loc-primary-lightest:		lighten(@loc-primary, 64%);

@loc-success:				#5cb85c;
@loc-info:					#5bc0de;
@loc-warning:				#f0ad4e;
@loc-danger:				#d9534f;

@loc-purple:				purple;

//Body
@body-background-color:		@footer-background-color;

//Header
@header-height:					85px; //75
@header-background-color:		#fff;
@header-border-top-color:		@loc-primary;
@header-border-bottom-color:	@body-background-color;
@header-input-height:			(@input-height + 8);

//Footer
@footer-background-color:		@gray-lightest;
@footer-border-top-color:		@gray-light;

//Typography
@font-size-base:				14px;
@line-height-base:				1.5;

@font-family-base:				Arial;
@text-color:					@gray-darkest;
@text-color-mute:				@gray-dark;

@font-size-h1:					30px;
@font-size-h2:					26px;
@font-size-h3:					22px;
@font-size-h4:					18px;
@font-size-h5:					@font-size-base;
@font-size-h6:					ceil((@font-size-base * 0.85));

@headings-font-family:			inherit;
@headings-font-weight:			500;
@headings-line-height:			1.1;
@headings-color:				inherit;
@headings-small-color:			@gray-light;

@hr-border:						@gray;

@link-color:					@loc-primary;
@link-hover-color:				darken(@link-color, 15%);
@link-hover-decoration:			underline;

//Table
@table-cell-padding:			10px;
@table-border-color:			@gray-lightest;

//Form
@label-text-color:				@gray-darkest;
@input-font-size:				@font-size-base;
@input-height:					@input-font-size * 2.5;
@input-border-color:			@gray;
@input-background-color:		#fff;

@form-text-disabled-color:		@gray-dark;
@form-text-readonly-color:		@label-text-color;

//Buttons
@button-text-color:				@gray-darkest;
@button-border-color:			transparent;
@button-background-color:		@gray-lightest;

@button-default-text-color:			@loc-primary;
@button-default-border-color:		@loc-primary;
@button-default-border-style:		solid;
@button-default-background-color:	transparent;

@button-primary-text-color:			#fff;
@button-primary-border-color:		@loc-primary;
@button-primary-border-style:		solid;
@button-primary-background-color:	@loc-primary;

@button-dotted-text-color:			@loc-primary;
@button-dotted-border-color:		@loc-primary;
@button-dotted-border-style:		dotted;
@button-dotted-background-color:	transparent;

@button-gray-text-color:			@loc-primary;
@button-gray-border-color:			@gray-light;
@button-gray-border-style:			solid;
@button-gray-background-color:		transparent;

@button-link-text-color:			@loc-primary;
@button-link-border-color:			transparent;
@button-link-border-style:			solid;
@button-link-background-color:		transparent;

//Spacings
@spacing-tab:				@gutter-width;
@spacing-list-inline:		20px;
@spacing-list-item:			5px;
@spacing-block-item:		(@font-size-base * @line-height-base); // 21
@spacing-box-item:			(@spacing-block-item + (@spacing-block-item - @font-size-base));

@margin-bottom-block:		@spacing-block-item;
@margin-bottom-box:			@spacing-box-item;

//Thumbnail-list
@thumbnail-list-image-size:		60px;
@thumbnail-list-gutter:			20px;

-->
```

*/
svg:not(:root) {
  overflow: visible !important;
}
.icon {
  vertical-align: text-top;
  margin-top: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.icon-menu-global {
  width: 100% !important;
  height: 80% !important;
  margin: 0;
}
/*
.icon-logo-lccatalog {
	width: 100% !important;
	height: 100% !important;
	margin: 0;
}*/
/* SG

# Icons - SVG
* https://icomoon.io/app to generate SVG for custom icons.

```
<svg class="icon icon-menu-global"><use xlink:href="#icon-menu-global"></use></svg>
<svg class="icon icon-logo-lccatalog"><use xlink:href="#icon-logo-lccatalog"></use></svg>
```
*/
/* SG

# Icons - Glyphs
* http://fontawesome.io/icons/ 
* Below are Loc.gov usage examples

```
<ul class="list-plain list-item-spacing-lg">
	<li><a href="">Next link in pagination or Emphasized link <i class="fa fa-angle-right"></i></a></li>
	<li><a href="">Link to slideDown <i class="fa fa-angle-down"></i></a></li>
	<li><a href="">Link to slideUp <i class="fa fa-angle-up"></i></a></li>
	<li><a href=""><i class="fa fa-angle-left"></i> Previous link in pagination</a></li>
	<li><a href=""><i class="fa fa-arrow-left"></i> Back to page link</a></li>
	<li><a href=""><i class="fa fa-arrow-down"></i> Same page anchor link</a></li>
	<li><a href="">Account/login link <i class="fa fa-user"></i></a></li>
	<li><button class="button button-primary">Search button <i class="fa fa-search"></i></button></li>
	<li><button class="button button-default">Dropdown <i class="fa fa-caret-down"></i></button></li>
	<li><a href="">Subscribe/RSS <i class="fa fa-rss"></i></a></li>
	
	<li><a href=""><i class="fa fa-download"></i> Save or download</a></li>
	<li><a href=""><i class="fa fa-print"></i> Print</a></li>
	<li><a href=""><i class="fa fa-envelope-o"></i> Email</a></li>
	<li><a href=""><i class="fa fa-quote-left"></i> Cite</a></li>
	
	<li><button class="button button-default"><i class="fa fa-plus"></i> Alternate slideDown</button></li>
	<li><button class="button button-default"><i class="fa fa-minus"></i> Alternate slideUp</button></li>
	<li><button class="button button-default"><i class="fa fa-times"></i> Remove</button></li>
	
	<li><i class="fa fa-file-text-o fa-2x"></i> Archival Manuscript/Mixed Formats</li>
	<li><i class="fa fa-book fa-2x"></i> Book</li>
	<li><i class="fa fa-film fa-2x"></i> Film or Video</li>
	<li><i class="fa fa-map fa-2x"></i> Map</li>
	<li><i class="fa fa-map fa-2x"></i> Map Map (Manuscript)</li>
	<li><i class="fa fa-music fa-2x"></i> Music Recording</li>
	<li><i class="fa fa-file-audio-o fa-2x"></i> Music Score</li>
	<li><i class="fa fa-file-audio-o fa-2x"></i> Music Score (Manuscript)</li>
	<li><i class="fa fa-volume-up fa-2x"></i> Nonmusic Recording</li>
	<li><i class="fa fa-newspaper-o fa-2x"></i> Periodical or Newspaper</li>
	<li><i class="fa fa-picture-o fa-2x"></i> Photograph, Print or Drawing</li>
	<li><i class="fa fa-book fa-2x"></i> Rare Book or Manuscript</li>
	<li><i class="fa fa-laptop fa-2x"></i> Software or E-Resource</li>
	<li><i class="fa fa-glass fa-2x"></i> 3-D Object</li>
	
	<li><a href=""><i class="fa fa-instagram fa-lg"></i> Instagram</span></li>
	<li><a href=""><i class="fa fa-pinterest fa-lg"></i> Pinterest</span></li>
	<li><a href=""><i class="fa fa-twitter fa-lg"></i> Twitter</span></li>
	<li><a href=""><i class="fa fa-facebook fa-lg"></i> Facebook</span></li>
	<li><a href=""><i class="fa fa-youtube fa-lg"></i> Youtube</span></li>
	<li><a href=""><i class="fa fa-flickr fa-lg"></i> Flickr</span></li>
	<li><a href=""><i class="fa fa-apple fa-lg"></i> iTunesU</span></li>

</ul>

```
*/
.header-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 998;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
}
.header-wrapper {
  background-color: #f0efea;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  width: 100%;
  background-color: #fff;
  border-top: 2px solid #050a65;
  border-bottom: 1px solid #efefef;
  z-index: 999;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
}
.header-wrapper:before,
.header-wrapper:after {
  content: " ";
  display: table;
}
.header-wrapper:after {
  clear: both;
}
@media (max-width: 767px) {
  .header-wrapper {
    padding: 0 5px;
  }
}
.header-wrapper.is-active {
  border-bottom-color: rgba(0, 0, 0, 0.5);
}
@media print {
  .header-wrapper {
    position: relative;
    border: none;
    border-bottom: 1px solid #000;
    margin-bottom: 2rem;
    padding: 1rem;
    overflow: hidden;
    background-color: yellow;
  }
}
@media (max-width: 991px) {
  .header-wrapper {
    padding: 0;
  }
}
.header-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
@media (min-width: 1200px) {
  .header-container {
    width: 1180px;
  }
}
@media (max-width: 767px) {
  .header-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header-container:before,
.header-container:after {
  content: " ";
  display: table;
}
.header-container:after {
  clear: both;
}
@media (max-width: 1199px) {
  .header-container {
    padding: 0 40px;
  }
}
@media (max-width: 991px) {
  .header-container {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .header-container {
    padding: 0 15px;
  }
}
.header-toggle-button-for-nav-global-wrapper {
  width: 7%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media print {
  .header-toggle-button-for-nav-global-wrapper {
    display: none;
  }
}
.header-toggle-button-for-nav-global {
  text-align: center;
  margin-left: -20px;
  padding: 0 20px;
  height: 85px;
  text-align: left;
  border: none;
  background-color: transparent;
  text-transform: uppercase;
  font-size: 12px;
  color: #050a65;
  width: 100%;
}
.header-toggle-button-for-nav-global.is-active {
  background-color: #241e4c;
  color: #fff;
}
.header-toggle-button-for-nav-global:focus {
  outline: 1px dotted #00618e !important;
}
@media (max-width: 991px) {
  .header-toggle-button-for-nav-global {
    margin-left: -9px;
    padding: 0 17px;
    width: 60px;
    height: 65px;
  }
}
@media (max-width: 767px) {
  .header-toggle-button-for-nav-global {
    height: 45px;
  }
}
.header-nav-global {
  display: none;
  opacity: 0;
  z-index: 999;
  overflow: hidden;
  background-color: #241e4c;
  color: #fff;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 60px;
  width: 400px;
  height: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.header-nav-global a {
  color: #fff;
}
.header-nav-global.is-active {
  display: block;
  height: auto;
  overflow: auto;
  opacity: 1;
}
@media (max-width: 767px) {
  .header-nav-global {
    width: 100%;
    left: 0 !important;
  }
}
.header-nav-global-title {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.header-nav-global-lists,
.header-nav-global-nested-lists {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.header-nav-global-list.is-nested-lists-header,
.header-nav-global-nested-list.is-nested-lists-header,
.header-nav-global-list a,
.header-nav-global-nested-list a {
  display: block;
  padding: 10px 30px;
  cursor: pointer;
}
.header-nav-global-list.is-nested-lists-header:before,
.header-nav-global-nested-list.is-nested-lists-header:before,
.header-nav-global-list a:before,
.header-nav-global-nested-list a:before,
.header-nav-global-list.is-nested-lists-header:after,
.header-nav-global-nested-list.is-nested-lists-header:after,
.header-nav-global-list a:after,
.header-nav-global-nested-list a:after {
  content: " ";
  display: table;
}
.header-nav-global-list.is-nested-lists-header:after,
.header-nav-global-nested-list.is-nested-lists-header:after,
.header-nav-global-list a:after,
.header-nav-global-nested-list a:after {
  clear: both;
}
.header-nav-global-list.is-nested-lists-header .fa,
.header-nav-global-nested-list.is-nested-lists-header .fa,
.header-nav-global-list a .fa,
.header-nav-global-nested-list a .fa {
  float: right;
  font-size: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-nav-global-list.is-nested-lists-header.is-active,
.header-nav-global-nested-list.is-nested-lists-header.is-active {
  color: #a7b3dc;
}
.header-nav-global-list.is-nested-lists-header.is-active .fa,
.header-nav-global-nested-list.is-nested-lists-header.is-active .fa {
  color: #fff;
}
.header-nav-global-list.is-nested-lists-header.is-active .fa.fa-angle-down,
.header-nav-global-nested-list.is-nested-lists-header.is-active .fa.fa-angle-down {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header-nav-global-list {
  background-color: #241e4c;
  border-bottom: 1px solid #504b70;
}
.header-nav-global-list.is-link-loc {
  background-color: #00618e;
}
.header-nav-global-list.is-active {
  background-color: #1d193d;
}
.header-nav-global-nested-lists {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding-left: 0;
  list-style: none;
  margin: 0;
  height: 0;
  overflow: hidden;
}
.header-nav-global-nested-lists.is-active {
  height: auto;
}
.header-nav-global-nested-list a {
  padding-top: 10px;
  padding-bottom: 5px;
}
.header-logo-wrapper {
  height: 85px;
  text-align: left;
  margin: 0 auto;
  position: absolute;
  width: 300px;
  width: 270px;
  left: 50%;
  margin-left: -150px;
}
@media (max-width: 991px) {
  .header-logo-wrapper {
    height: 65px;
  }
}
@media (max-width: 767px) {
  .header-logo-wrapper {
    width: 180px;
    margin-left: -90px;
    height: 45px;
  }
}
@media print {
  .header-logo-wrapper {
    position: relative;
  }
}
.header-logo-simplified {
  margin-left: -465px;
}
@media (max-width: 1199px) {
  .header-logo-simplified {
    margin-left: -150px;
  }
}
@media (max-width: 767px) {
  .header-logo-simplified {
    margin-left: -90px;
  }
}
.header-search-wrapper {
  background-color: #d1343f;
  padding: 10px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.header-search-wrapper:before,
.header-search-wrapper:after {
  content: " ";
  display: table;
}
.header-search-wrapper:after {
  clear: both;
}
@media (max-width: 767px) {
  .header-search-wrapper {
    padding: 10px 5px;
  }
}
.header-search-wrapper.header-search-wrapper-homepage {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media print {
  .header-search-wrapper {
    display: none;
  }
}
.header-search-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  position: relative;
  padding-right: 95px;
}
@media (min-width: 1200px) {
  .header-search-container {
    width: 1180px;
  }
}
@media (max-width: 767px) {
  .header-search-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .header-search-container {
    padding-right: 90px;
  }
}
.header-search-simplified {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 650px;
  margin-left: -150px;
  background-color: transparent;
}
.header-search-simplified .header-search-container {
  width: 100%;
}
@media (max-width: 1199px) {
  .header-search-simplified {
    position: static;
    top: auto;
    left: auto;
    width: auto;
    margin-left: auto;
    background-color: #d1343f;
  }
}
.header-search-form {
  width: 100%;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding-right: 50px;
}
input.header-search-form-input {
  width: 100%;
  border-color: #00618e;
  height: 43px;
}
input.header-search-form-input:focus {
  box-shadow: inset 0 0 5px #7bd6ff !important;
}
@media (max-width: 991px) {
  input.header-search-form-input {
    height: 35px;
  }
}
.header-search-form-button {
  display: inline-block;
  height: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  margin-bottom: 0;
  background-color: #f5f5f5;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  color: #333;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #fff;
  background-color: #050a65;
  border-color: #050a65;
  border-style: solid;
  font-size: 18px;
  height: 43px;
  width: 50px;
  position: absolute;
  right: 0;
  top: 0;
}
.header-search-form-button:hover,
.header-search-form-button:focus,
.header-search-form-button.focus {
  color: #333;
  background-color: #f5f5f5;
  text-decoration: none;
}
.header-search-form-button:focus,
.header-search-form-button.focus {
  outline: 1px dotted;
  outline-offset: -2px;
}
.header-search-form-button.disabled,
.header-search-form-button[disabled],
fieldset[disabled] .header-search-form-button {
  cursor: not-allowed;
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  -ms-opacity: 0.4;
  -o-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40);
}
.header-search-form-button:focus,
.header-search-form-button.focus {
  color: #fff;
  background-color: #003e5b;
  border-color: #050a65;
  border-style: solid;
}
.header-search-form-button:hover {
  color: #fff;
  background-color: #040955;
  border-color: #050a65;
  border-style: solid;
}
.header-search-form-button:active,
.header-search-form-button.active {
  color: #fff;
  background-color: #040955;
  border-color: #002d42;
  border-style: solid;
}
.header-search-form-button.disabled,
.header-search-form-button[disabled],
.header-search-form-button fieldset[disabled] {
  color: #ffffff;
  background-color: #474747;
  border-color: #474747;
}
.header-search-form-button span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
@media (max-width: 991px) {
  .header-search-form-button {
    height: 35px;
  }
}
.header-search-options {
  display: inline-block;
  height: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  margin-bottom: 0;
  background-color: #f5f5f5;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  color: #333;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #050a65;
  background-color: transparent;
  border-color: transparent;
  border-style: solid;
  padding: 0;
  height: auto;
  line-height: normal;
  text-align: left;
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  margin-top: -12px;
  top: 50%;
  right: 20px;
}
.header-search-wrapper-homepage .header-search-options {
	color: #fff;
}
@media (max-width: 1199px) {
  .header-search-options {
	 color: #fff;
  }
}
.header-search-options:hover,
.header-search-options:focus,
.header-search-options.focus {
  color: #333;
  background-color: #f5f5f5;
  text-decoration: none;
}
.header-search-options:focus,
.header-search-options.focus {
  outline: 1px dotted;
  outline-offset: -2px;
}
.header-search-options.disabled,
.header-search-options[disabled],
fieldset[disabled] .header-search-options {
  cursor: not-allowed;
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  -ms-opacity: 0.4;
  -o-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40);
}
.header-search-options:focus,
.header-search-options.focus {
  color: #040955;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
}
.header-search-options:hover {
  color: #040955;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
}
.header-search-options:active,
.header-search-options.active {
  color: #040955;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
}
.header-search-options.disabled,
.header-search-options[disabled],
.header-search-options fieldset[disabled] {
  color: #474747;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.header-search-wrapper-homepage .header-search-options:hover,
.header-search-wrapper-homepage .header-search-options:focus,
.header-search-wrapper-homepage .header-search-options:active {
	color: #fdf1f2;
}
@media (max-width: 1199px) {
  .header-search-options:hover,
  .header-search-options:focus,
  .header-search-options.focus,
  .header-search-options:active,
  .header-search-options.active {
	 color: #fdf1f2;
  }
}
@media (max-width: 767px) {
  .header-search-options {
    right: 20px;
  }
}
.header-account-wrapper {
  position: absolute;
  margin: 0;
  right: 30px;
  top: 50%;
  height: 18px;
  margin-top: -11px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1199px) {
  .header-account-wrapper {
    right: 40px;
  }
}
@media (max-width: 991px) {
  .header-account-wrapper {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .header-account-wrapper {
    right: 20px;
  }
}
@media print {
  .header-account-wrapper {
    display: none;
  }
}
.header-account-options {
  display: inline-block;
  height: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  margin-bottom: 0;
  background-color: #f5f5f5;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  color: #333;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #00618e;
  background-color: transparent;
  border-color: transparent;
  border-style: solid;
  padding: 0;
  height: auto;
  line-height: normal;
  text-align: left;
  font-size: 12px;
  text-transform: uppercase;
  font-size: 11px;
}
.header-account-options:hover,
.header-account-options:focus,
.header-account-options.focus {
  color: #333;
  background-color: #f5f5f5;
  text-decoration: none;
}
.header-account-options:focus,
.header-account-options.focus {
  outline: 1px dotted;
  outline-offset: -2px;
}
.header-account-options.disabled,
.header-account-options[disabled],
fieldset[disabled] .header-account-options {
  cursor: not-allowed;
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  -ms-opacity: 0.4;
  -o-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40);
}
.header-account-options:focus,
.header-account-options.focus {
  color: #00618e;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
}
.header-account-options:hover {
  color: #00618e;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
}
.header-account-options:active,
.header-account-options.active {
  color: #00618e;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
}
.header-account-options.disabled,
.header-account-options[disabled],
.header-account-options fieldset[disabled] {
  color: #474747;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.header-account-options .fa {
  font-size: 14px;
}
@media (max-width: 991px) {
  .header-account-options span {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}
.content-wrapper {
  background-color: #f0efea;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  width: 100%;
}
.content-wrapper:before,
.content-wrapper:after {
  content: " ";
  display: table;
}
.content-wrapper:after {
  clear: both;
}
@media (max-width: 767px) {
  .content-wrapper {
    padding: 0 5px;
  }
}
@media print {
  .content-wrapper {
    margin-top: 0 !important;
  }
}
.content-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 1200px) {
  .content-container {
    width: 1180px;
  }
}
@media (max-width: 767px) {
  .content-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.is-control-container {
  padding-top: 15px;
  padding-bottom: 15px;
}
.footer-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  width: 100%;
  background-color: #f0efea;
  margin: 0;
}
.footer-wrapper:before,
.footer-wrapper:after {
  content: " ";
  display: table;
}
.footer-wrapper:after {
  clear: both;
}
@media (max-width: 767px) {
  .footer-wrapper {
    padding: 0 5px;
  }
}
@media print {
  .footer-wrapper {
    display: none;
  }
}
.footer-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f5f5f5;
  background-color: transparent;
}
@media (min-width: 1200px) {
  .footer-container {
    width: 1180px;
  }
}
@media (max-width: 767px) {
  .footer-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.footer-column-one {
  width: 100%;
  padding: 0 15px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 30px;
}
.footer-header {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
  margin: 0 0 1rem;
  font-size: 17px;
}
.footer-header small,
.footer-header .small {
  font-weight: normal;
  line-height: 1;
  color: #d8d8d8;
  color: #666;
}
a .footer-header {
  color: inherit !important;
}
.footer-link-style {
  color: #666;
  text-decoration: none;
}
.footer-link-style:hover,
.footer-link-style:focus {
  color: #002d42;
  text-decoration: underline;
}
.footer-link-style:focus {
  outline: 1px dotted;
  outline-offset: -2px;
}
.footer-nav {
  padding-left: 0;
  list-style: none;
  margin: 0 -10px;
  margin-top: 15px;
}
.footer-nav > li {
  display: inline-block;
  margin: 0 10px;
}
@media (max-width: 991px) {
  .footer-nav li:first-child {
	display: block;
	margin-bottom: 20px;
  }
}
.footer-nav a {
  color: #666;
  text-decoration: none;
}
.footer-nav a:hover,
.footer-nav a:focus {
  color: #002d42;
  text-decoration: underline;
}
.footer-nav a:focus {
  outline: 1px dotted;
  outline-offset: -2px;
}
.footer-account-wrapper {
  padding: 0;
  margin: 0;
}
.footer-subscribe-options {
  display: inline-block;
  height: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  margin-bottom: 0;
  background-color: #f5f5f5;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  color: #333;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #00618e;
  background-color: transparent;
  border-color: transparent;
  border-style: solid;
  padding: 0;
  height: auto;
  line-height: normal;
  text-align: left;
  color: #666;
  text-decoration: none;
  vertical-align: baseline;
}
.footer-subscribe-options:hover,
.footer-subscribe-options:focus,
.footer-subscribe-options.focus {
  color: #333;
  background-color: #f5f5f5;
  text-decoration: none;
}
.footer-subscribe-options:focus,
.footer-subscribe-options.focus {
  outline: 1px dotted;
  outline-offset: -2px;
}
.footer-subscribe-options.disabled,
.footer-subscribe-options[disabled],
fieldset[disabled] .footer-subscribe-options {
  cursor: not-allowed;
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  -ms-opacity: 0.4;
  -o-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40);
}
.footer-subscribe-options:focus,
.footer-subscribe-options.focus {
  color: #00618e;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
}
.footer-subscribe-options:hover {
  color: #00618e;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
}
.footer-subscribe-options:active,
.footer-subscribe-options.active {
  color: #00618e;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
}
.footer-subscribe-options.disabled,
.footer-subscribe-options[disabled],
.footer-subscribe-options fieldset[disabled] {
  color: #474747;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.footer-subscribe-options:hover,
.footer-subscribe-options:focus {
  color: #002d42;
  text-decoration: underline;
}
.footer-subscribe-options:focus {
  outline: 1px dotted;
  outline-offset: -2px;
}
.social-link {
  font-size: 18px;
}
.social-link-title {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
@media (max-width: 991px) {
  .back-to-top {
    display: none !important;
  }
}
.back-to-top a {
  display: block;
  position: fixed;
  z-index: 99999;
  bottom: 10px;
  right: 10px;
  color: #fff;
  text-decoration: none;
  background-color: #040955;
  background-color: rgba(5, 10, 101, 0.95);
  padding: 0 15px 0 13px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}
.back-to-top a:hover,
.back-to-top a:focus {
  background-color: #040955;
}
.columns-24 {
  width: 100%;
  padding: 0 15px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.columns-18 {
  width: 75%;
  padding: 0 15px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  .columns-18 {
    width: 100%;
    padding: 0 15px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}


.columns-7 {
  width: 29.16%;
  padding: 0 15px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  .columns-7 {
    width: 100%;
    padding: 0 15px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}


.columns-11 {
  width: 45.83%;
  padding: 0 15px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  .columns-11 {
    width: 100%;
    padding: 0 15px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}


.columns-6 {
  width: 25%;
  padding: 0 15px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .columns-6 {
    width: 100%;
    padding: 0 15px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.columns-12 {
  width: 50%;
  padding: 0 15px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .columns-12 {
    width: 100%;
    padding: 0 15px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.columns-wrapper {
  margin: 0 -15px;
}
.columns-wrapper:before,
.columns-wrapper:after {
  content: " ";
  display: table;
}
.columns-wrapper:after {
  clear: both;
}
/*.wrap {
  .clear();
  margin: 0 (@gutter-width / -2);
}*/
.wrap-inner {
  margin: 0 -30px;
}
.wrap-inner:before,
.wrap-inner:after {
  content: " ";
  display: table;
}
.wrap-inner:after {
  clear: both;
}
.wrap-inner .wrap {
  margin: 0 -15px;
}
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 1200px) {
  .container {
    width: 1180px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.is-footer-container {
  background-color: #f5f5f5;
  background-color: transparent;
}
.container-has-border {
  border-top: 5px solid #d1343f;
}
.container-has-border-thin {
  border: 1px solid #050a65;
}
.container-has-margin {
  margin-bottom: 30px;
}
.container-has-margin-top {
  margin-top: 30px;
}
.container-has-background {
  background-color: #f0faff;
}
.container-has-background {
  background-color: #f0faff;
}
.container-has-background-gray {
  background-color: #f5f5f5;
}
.container-has-background-transparent {
  background-color: transparent;
  padding-top: 25px;
  padding-bottom: 25px;
}
.container-has-footer {
  padding-bottom: 0;
}
.container-has-toggle-block {
  padding-top: 15px;
  padding-bottom: 15px;
}
/* SG

# Layouts

```
<header class="header-wrapper" role="banner" style="position: static;">
	<div class="header-container">
		header
	</div>
</header>
// OPAC item-detail
<main class="content-wrapper" role="main">
	<article>
		<div class="content-container container-has-background-transparent">
			navigation and sharetool
		</div>
		<div class="content-container container-has-border container-has-margin">
			<h1 class="page-heading">H1 heading</h1>
			<div class="columns-wrapper">
				<div class="columns-18">
					18/24
				</div>
				<div class="columns-6">
					6/24
				</div>
			</div>
		</div>
	</article>
</main>
// OPAC home
<main class="content-wrapper" role="main">
	<article>
		<div class="content-container container-has-background container-has-border container-has-margin-top">
			intro content container
		</div>
		<div class="content-container container-has-margin">
			content
		</div>
	</article>
</main>
<header class="footer-wrapper" role="contentinfo">
	<div class="footer-container">
		footer
	</div>
</footer>
```
*/
.container-wrapper {
  background-color: #f0efea;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  width: 100%;
}
.container-wrapper:before,
.container-wrapper:after {
  content: " ";
  display: table;
}
.container-wrapper:after {
  clear: both;
}
@media (max-width: 767px) {
  .container-wrapper {
    padding: 0 5px;
  }
}
.is-header-wrapper {
  background-color: #fff;
  border-top: 2px solid #00618e;
  border-bottom: 1px solid #efefef;
  z-index: 999;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
}
.is-header-wrapper.is-active {
  border-bottom-color: rgba(0, 0, 0, 0.5);
}
@media print {
  .is-header-wrapper {
    position: relative;
    border: none;
    border-bottom: 1px solid #000;
    margin-bottom: 2rem;
    padding: 1rem;
    overflow: hidden;
    background-color: yellow;
  }
}
.is-footer-wrapper {
  background-color: #f0efea;
  margin: 0;
}
.button {
  display: inline-block;
  height: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  margin-bottom: 0;
  background-color: #f5f5f5;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  color: #333;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}
.button:hover,
.button:focus,
.button.focus {
  color: #333;
  background-color: #f5f5f5;
  text-decoration: none;
}
.button:focus,
.button.focus {
  outline: 1px dotted;
  outline-offset: -2px;
}
.button.disabled,
.button[disabled],
fieldset[disabled] .button {
  cursor: not-allowed;
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  -ms-opacity: 0.4;
  -o-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40);
}
a.button {
  line-height: 33px;
  text-decoration: none;
}
.button-default {
  color: #050a65;
  background-color: transparent;
  border-color: #050a65;
  border-style: solid;
}
.button-default:focus,
.button-default.focus {
  color: #040955;
  background-color: rgba(0, 0, 0, 0);
  border-color: #040955;
  border-style: solid;
}
.button-default:hover {
  color: #040955;
  background-color: rgba(0, 0, 0, 0);
  border-color: #040955;
  border-style: solid;
}
.button-default:active,
.button-default.active {
  color: #040955;
  background-color: rgba(0, 0, 0, 0);
  border-color: #040955;
  border-style: solid;
}
.button-default.disabled,
.button-default[disabled],
.button-default fieldset[disabled] {
  color: #474747;
  background-color: rgba(0, 0, 0, 0);
  border-color: #474747;
}
.button-primary {
  color: #fff;
  background-color: #050a65;
  border-color: #050a65;
  border-style: solid;
}
.button-primary:focus,
.button-primary.focus {
  color: #fff;
  background-color: #040955;
  border-color: #040955;
  border-style: solid;
}
.button-primary:hover {
  color: #fff;
  background-color: #040955;
  border-color: #040955;
  border-style: solid;
}
.button-primary:active,
.button-primary.active {
  color: #fff;
  background-color: #040955;
  border-color: #040955;
  border-style: solid;
}
.button-primary.disabled,
.button-primary[disabled],
.button-primary fieldset[disabled] {
  color: #ffffff;
  background-color: #474747;
  border-color: #474747;
}
.button-dotted {
  color: #00618e;
  background-color: transparent;
  border-color: #00618e;
  border-style: dotted;
}
.button-dotted:focus,
.button-dotted.focus {
  color: #00618e;
  background-color: rgba(0, 0, 0, 0);
  border-color: #002d42;
  border-style: dotted;
}
.button-dotted:hover {
  color: #00618e;
  background-color: rgba(0, 0, 0, 0);
  border-color: #002d42;
  border-style: dotted;
}
.button-dotted:active,
.button-dotted.active {
  color: #00618e;
  background-color: rgba(0, 0, 0, 0);
  border-color: #002d42;
  border-style: dotted;
}
.button-dotted.disabled,
.button-dotted[disabled],
.button-dotted fieldset[disabled] {
  color: #474747;
  background-color: rgba(0, 0, 0, 0);
  border-color: #474747;
}
.button-gray {
  color: #050a65;
  background-color: transparent;
  border-color: #050a65;
  border-style: solid;
}
.button-gray:focus,
.button-gray.focus {
  color: #040955;
  background-color: rgba(0, 0, 0, 0);
  border-color: #040955;
  border-style: solid;
}
.button-gray:hover {
  color: #040955;
  background-color: rgba(0, 0, 0, 0);
  border-color: #040955;
  border-style: solid;
}
.button-gray:active,
.button-gray.active {
  color: #040955;
  background-color: rgba(0, 0, 0, 0);
  border-color: #040955;
  border-style: solid;
}
.button-gray.disabled,
.button-gray[disabled],
.button-gray fieldset[disabled] {
  color: #474747;
  background-color: rgba(0, 0, 0, 0);
  border-color: #d8d8d8;
}
.button-link {
  color: #050a65;
  background-color: transparent;
  border-color: transparent;
  border-style: solid;
}
.button-link:focus,
.button-link.focus {
  color: #040955;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
}
.button-link:hover {
  color: #040955;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
}
.button-link:active,
.button-link.active {
  color: #040955;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
}
.button-link.disabled,
.button-link[disabled],
.button-link fieldset[disabled] {
  color: #474747;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.button-like-link {
  line-height: 33px;
  text-decoration: none;
}
.button-like-text {
  line-height: 33px;
  display: inline-block;
  height: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.button-block {
  display: block;
  width: 100%;
}
.button-plain {
  padding: 0;
  height: auto;
  line-height: normal;
  text-align: left;
}
.button-uppercase {
  font-size: 12px;
  text-transform: uppercase;
}
.button-uppercase .fa {
  font-size: 14px;
}
/* SG

# Components / Buttons

```
<h4>button-default</h4>
<a href="" class="button button-default">Link</a>
<button class="button button-default">Button</button>
<input value="Input" type="button" class="button button-default">
<input value="Submit" type="submit" class="button button-default">
<hr />
<h4>button-default - disabled</h4>
<a href="" class="button button-default disabled">Link</a>
<button class="button button-default" disabled="disabled">Button</button>
<input value="Input" type="button" class="button button-default" disabled="disabled">
<input value="Submit" type="submit" class="button button-default" disabled="disabled">
<hr />
<h4>button-primary</h4>
<a href="" class="button button-primary">Link</a>
<button class="button button-primary">Button</button>
<input value="Input" type="button" class="button button-primary">
<input value="Submit" type="submit" class="button button-primary">
<hr />
<h4>button-primary - disabled</h4>
<a href="" class="button button-primary disabled">Link</a>
<button class="button button-primary" disabled="disabled">Button</button>
<input value="Input" type="button" class="button button-primary" disabled="disabled">
<input value="Submit" type="submit" class="button button-primary" disabled="disabled">
<hr />
<h4>button-dotted</h4>
<a href="" class="button button-dotted">Link</a>
<button class="button button-dotted">Button</button>
<input value="Input" type="button" class="button button-dotted">
<input value="Submit" type="submit" class="button button-dotted">
<hr />
<h4>button-dotted - disabled</h4>
<a href="" class="button button-dotted disabled">Link</a>
<button class="button button-dotted" disabled="disabled">Button</button>
<input value="Input" type="button" class="button button-dotted" disabled="disabled">
<input value="Submit" type="submit" class="button button-dotted" disabled="disabled">
<hr />
<h4>button-gray</h4>
<a href="" class="button button-gray">Link</a>
<button class="button button-gray">Button</button>
<input value="Input" type="button" class="button button-gray">
<input value="Submit" type="submit" class="button button-gray">
<hr />
<h4>button-gray - disabled</h4>
<a href="" class="button button-gray disabled">Link</a>
<button class="button button-gray" disabled="disabled">Button</button>
<input value="Input" type="button" class="button button-gray" disabled="disabled">
<input value="Submit" type="submit" class="button button-gray" disabled="disabled">
<hr />
<h4>button-link</h4>
<a href="" class="button button-link">Link</a>
<button class="button button-link">Button</button>
<input value="Input" type="button" class="button button-link">
<input value="Submit" type="submit" class="button button-link">
<hr />
<h4>button-link - disabled</h4>
<a href="" class="button button-link disabled">Link</a>
<button class="button button-link" disabled="disabled">Button</button>
<input value="Input" type="button" class="button button-link" disabled="disabled">
<input value="Submit" type="submit" class="button button-link" disabled="disabled">
<hr />
<h4>button-block</h4>
<button class="button button-primary button-block">Button</button>
<hr />
<h4>button-uppercase</h4>
<a href="" class="button button-link button-plain button-uppercase">Link <i class="fa fa-lock"></i></a>
```
*/
.owl-theme .owl-dots {
  line-height: 1;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 15px;
}
.owl-theme .owl-dots .owl-dot span {
  margin-bottom: 0;
}
/* SG

# Components / Carousel
* owl carousel

```

```
*/
.collapse-toggle-header {
  /*.h4();
	margin: 0;
	.collapse-toggle {
		.h4();
		margin: 0;
	}*/
}
.collapse-toggle {
  display: inline-block;
  height: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  margin-bottom: 0;
  background-color: #f5f5f5;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  color: #333;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  padding: 0;
  height: auto;
  line-height: normal;
  text-align: left;
  color: #00618e;
  background-color: transparent;
  border-color: transparent;
  border-style: solid;
}
.collapse-toggle:hover,
.collapse-toggle:focus,
.collapse-toggle.focus {
  color: #333;
  background-color: #f5f5f5;
  text-decoration: none;
}
.collapse-toggle:focus,
.collapse-toggle.focus {
  outline: 1px dotted;
  outline-offset: -2px;
}
.collapse-toggle.disabled,
.collapse-toggle[disabled],
fieldset[disabled] .collapse-toggle {
  cursor: not-allowed;
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  -ms-opacity: 0.4;
  -o-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40);
}
.collapse-toggle:focus,
.collapse-toggle.focus {
  color: #00618e;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
}
.collapse-toggle:hover {
  color: #00618e;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
}
.collapse-toggle:active,
.collapse-toggle.active {
  color: #00618e;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
}
.collapse-toggle.disabled,
.collapse-toggle[disabled],
.collapse-toggle fieldset[disabled] {
  color: #474747;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.collapse-toggle.collapse-toggle-block {
  display: block;
  width: 100%;
  text-align: left;
}
.collapse-toggle.collapse-toggle-block i {
  float: right;
}
.collapse {
  display: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.collapse.is-active {
  margin-top: 15px;
  padding-bottom: 15px;
}
/* SG

# Components / Collapse
* collapse.js is required

```
<h3 class="collapse-toggle-header"><button class="collapse-toggle button button-default" type="button" aria-expanded="false" aria-controls="collapse-example">Collapse <i class="fa fa-angle-down"></i></button></h3>
<div class="collapse" aria-expanded="false" id="collapse-example">
	<p>Praesent sed metus sit amet tortor convallis tempor. Praesent tempor nec turpis quis placerat. Nam fringilla tincidunt auctor. Aliquam ut risus maximus, pellentesque eros sed, molestie velit. Etiam mi arcu, imperdiet vitae turpis vitae, rhoncus dapibus ante. Curabitur hendrerit lobortis leo vitae tristique. Morbi pellentesque sed risus eget dignissim. Etiam vulputate vehicula ultricies. </p>
</div>
```
*/
/*!
 * jQuery Dropdown: A simple dropdown plugin
 * Contribute: https://github.com/claviska/jquery-dropdown
 * @license: MIT license: http://opensource.org/licenses/MIT
 */
.jq-dropdown {
  position: absolute;
  z-index: 1039;
  display: none;
}
.jq-dropdown .jq-dropdown-menu,
.jq-dropdown .jq-dropdown-panel {
  min-width: 160px;
  max-width: 360px;
  max-width: 300px;
  list-style: none;
  background: rgba(5, 10, 101, 0.95);
  border: solid 1px none;
  border-radius: 0;
  overflow: visible;
  padding: 4px 0;
  margin: 0;
  padding: 0;
}
.jq-dropdown .jq-dropdown-panel {
  padding: 10px;
}
.jq-dropdown.jq-dropdown-tip {
  margin-top: 8px;
}
.jq-dropdown.jq-dropdown-tip:before {
  position: absolute;
  top: -6px;
  left: 9px;
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid none;
  display: inline-block;
}
.jq-dropdown.jq-dropdown-tip:after {
  position: absolute;
  top: -5px;
  left: 10px;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid rgba(0, 120, 174, 0.95);
  display: inline-block;
}
.jq-dropdown.jq-dropdown-tip.jq-dropdown-anchor-right:before {
  left: auto;
  right: 9px;
}
.jq-dropdown.jq-dropdown-tip.jq-dropdown-anchor-right:after {
  left: auto;
  right: 10px;
}
.jq-dropdown.jq-dropdown-scroll .jq-dropdown-menu,
.jq-dropdown.jq-dropdown-scroll .jq-dropdown-panel {
  max-height: 180px;
  overflow: auto;
}
.jq-dropdown .jq-dropdown-menu li {
  list-style: none;
  padding: 0 0;
  margin: 0;
  line-height: 18px;
}
.jq-dropdown .jq-dropdown-menu li > a,
.jq-dropdown .jq-dropdown-menu label {
  display: block;
  color: #fff;
  text-decoration: none;
  line-height: 18px;
  padding: 3px 15px;
  padding: 8px 15px;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.jq-dropdown .jq-dropdown-menu li > a:hover,
.jq-dropdown .jq-dropdown-menu label:hover {
  background-color: rgba(255, 255, 255, 0.25);
  color: #fff;
  cursor: pointer;
}
.jq-dropdown .jq-dropdown-menu .jq-dropdown-divider {
  font-size: 1px;
  border-top: solid 1px #fff;
  padding: 0;
  margin: 5px 0;
}
/* SG

# Components / Dropdown
* jquery.dropdown.js is required
* https://github.com/claviska/jquery-dropdown for demo and documentation

```
<button data-jq-dropdown="#dropdown-example" type="button" id="dropdown-example-toggle" class="button button-default" aria-haspopup="true" aria-expanded="false">Dropdown <i class="fa fa-angle-down"></i></button>
<div id="dropdown-example" class="jq-dropdown">
	<ul aria-labelledby="dropdown-example-toggle" class="jq-dropdown-menu">
		<li><a href="">Menu</a></li>
		<li><a href="">Menu</a></li>
		<li><a href="">Menu</a></li>
		<li><a href="">Menu</a></li>
	</ul>
</div>
```
*/
.error-container a {
  color: #666;
  text-decoration: underline;
}
.error-container + form,
.error-container + div {
  border-top: 1px solid #ccc;
  margin-top: 30px;
  padding-top: 30px;
}
.error-heading {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
  margin: 0 0 1rem;
  font-size: 14px;
  font-weight: bold;
  color: #d33a35;
}
.error-heading small,
.error-heading .small {
  font-weight: normal;
  line-height: 1;
  color: #d8d8d8;
  color: #666;
}
a .error-heading {
  color: inherit !important;
}
.error-list {
  color: #666;
}
.error-information {
  color: #666;
}
.error-field {
  border-color: #d33a35 !important;
}
.warning-container {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 28px;
}
.warning-container a {
  color: #666;
  text-decoration: underline;
}
.warning-heading {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
  margin: 0 0 1rem;
  font-size: 14px;
  font-weight: bold;
  color: #ff6e00;
}
.warning-heading small,
.warning-heading .small {
  font-weight: normal;
  line-height: 1;
  color: #d8d8d8;
  color: #666;
}
a .warning-heading {
  color: inherit !important;
}
.warning-list {
  color: #666;
}
.warning-information {
  color: #666;
}
.info-container {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 28px;
}
.info-container a {
  color: #666;
  text-decoration: underline;
}
.info-heading {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
  margin: 0 0 1rem;
  font-size: 14px;
  font-weight: bold;
  color: #31708F;
}
.info-heading small,
.info-heading .small {
  font-weight: normal;
  line-height: 1;
  color: #d8d8d8;
  color: #666;
}
a .info-heading {
  color: inherit !important;
}
.info-list {
  color: #666;
}
.info-information {
  color: #666;
}
.success-container {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 28px;
}
.success-container a {
  color: #666;
  text-decoration: underline;
}
.success-heading {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
  margin: 0 0 1rem;
  font-size: 14px;
  font-weight: bold;
  color: #008000;
}
.success-heading small,
.success-heading .small {
  font-weight: normal;
  line-height: 1;
  color: #d8d8d8;
  color: #666;
}
a .success-heading {
  color: inherit !important;
}
.success-list {
  color: #666;
}
.success-information {
  color: #666;
}
/* SG

# Components / Errors

```
<div class="error-container">
	<h3 class="error-heading">Your search found no results.</h3>
	<ul class="error-list">
		<li>Check spelling and punctuation</li>
		<li>Select another search type</li>
		<li>Enter fewer search words; Remove search limits</li>
		<li>Refer to <a href="">Help</a>; <a href="">Ask a Librarian</a>; or Contact your local library</li>
	</ul>
	<p class="error-information"><strong>Please note:</strong> The Library of Congress does not keep a copy of every title ever published.</p>
</div>

<div class="warning-container">
	<h3 class="warning-heading"></h3>
	<ul class="warning-list">
		<li></li>
	</ul>
	<p class="warning-information"></p>
</div>
<div class="info-container">
	<h3 class="info-heading"></h3>
	<ul class="info-list">
		<li></li>
	</ul>
	<p class="info-information"></p>
</div>
```
*/
.faqs-question {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
  margin: 0 0 1rem;
  font-size: 14px;
  font-weight: bold;
}
.faqs-question small,
.faqs-question .small {
  font-weight: normal;
  line-height: 1;
  color: #d8d8d8;
  color: #666;
}
a .faqs-question {
  color: inherit !important;
}
/* SG

# Components / FAQs

```
<h2 class="faqs-section-title">Section Title</h2>
<h3 class="faqs-question">Question</h3>
<p>Answer</p>
<h3 class="faqs-question">Question</h3>
<p>Answer</p>
<h3 class="faqs-question">Question</h3>
<p>Answer</p>
<h2 class="faqs-section-title">Section Title</h2>
<h3 class="faqs-question">Question</h3>
<p>Answer</p>
<h3 class="faqs-question">Question</h3>
<p>Answer</p>
<h3 class="faqs-question">Question</h3>
<p>Answer</p>
```
*/
.figcaption-default-center {
  display: block;
  padding: 5px 3% 0;
  margin: 0;
  text-align: center;
  color: #666;
  line-height: 1.3em;
}
@media (max-width: 767px) {
  .figcaption-default-center {
    padding: 5px 0 0;
  }
}
.figcaption-default {
  padding: 3px 0 0;
  text-align: left;
  color: #666;
  font-size: 12px;
  line-height: 1.3em;
}

.image-fullwidth {
  width: 100%;
}

.image-bordered img {
  border: 1px solid #666;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.image-align-default {
  margin: 0;
  display: table;
  table-layout: fixed;
}
.image-align-default img {
  display: block;
  max-width: 100%;
  height: auto;
}
.image-align-default figcaption {
  padding: 3px 0 0;
  text-align: left;
  color: #666;
  font-size: 12px;
  line-height: 1.3em;
}
@media (max-width: 767px) {
  .image-align-default {
    width: 30%;
  }
}
.image-align-left {
  margin: 0;
  display: table;
  table-layout: fixed;
  margin: 0 25px 20px 0;
  float: left;
}
.image-align-left img {
  display: block;
  max-width: 100%;
  height: auto;
}
.image-align-left figcaption {
  padding: 3px 0 0;
  text-align: left;
  color: #666;
  font-size: 12px;
  line-height: 1.3em;
}
@media (max-width: 767px) {
  .image-align-left {
    width: 30%;
  }
}
.image-align-right {
  margin: 0;
  display: table;
  table-layout: fixed;
  margin: 0 0 20px 25px;
  float: right;
}
.image-align-right img {
  display: block;
  max-width: 100%;
  height: auto;
}
.image-align-right figcaption {
  padding: 3px 0 0;
  text-align: left;
  color: #666;
  font-size: 12px;
  line-height: 1.3em;
}
@media (max-width: 767px) {
  .image-align-right {
    width: 30%;
  }
}
.image-align-center {
  clear: both;
  width: 100%;
  text-align: center;
  margin-bottom: 28px;
}
.image-align-center img {
  display: block;
  max-width: 100%;
  height: auto;
  display: inline-block;
  clear: both;
}
.image-align-center figcaption {
  padding: 3px 0 0;
  text-align: left;
  color: #666;
  font-size: 12px;
  line-height: 1.3em;
  text-align: center;
}
/* SG

# Components / Images

```
<figure class="image-align-center image-bordered">
	<img src="https://tile.loc.gov/image-services/iiif/service:gmd:gmd385:g3852:g3852n:ct005168/full/pct:12.5/0/default.jpg" alt="Alt text goes here">
	<figcaption>
	&quot;figcaption&quot; goes here
	</figcaption>
</figure>
```
*/
@media (max-width: 767px) {
  .columns-6.scroll-nav-target {
    display: none;
  }
}
.scroll-nav__heading {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
  margin: 0 0 1rem;
  font-size: 14px;
  margin-bottom: 15px;
  padding-top: 5px;
}
.scroll-nav__heading small,
.scroll-nav__heading .small {
  font-weight: normal;
  line-height: 1;
  color: #d8d8d8;
  color: #666;
}
a .scroll-nav__heading {
  color: inherit !important;
}
.scroll-nav__list {
  padding-left: 0;
  list-style: none;
}
.scroll-nav__list > li {
  margin-bottom: 1rem;
}
.scroll-nav__list > li {
  line-height: 1.3;
}
.scroll-nav__list > .scroll-nav__item.active > a {
  font-weight: bold;
}
.scroll-nav__sub-list {
  list-style-position: inside;
  padding-left: 0;
}
.scroll-nav__sub-item {
  padding: 5px 0 0;
  background-color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.scroll-nav__sub-item:focus,
.scroll-nav__sub-item:hover {
  overflow: visible;
}
.scroll-nav-table__list {
  padding-left: 0;
}
.scroll-nav-table__list > .scroll-nav-table__item.active > a {
  font-weight: bold;
}
.scroll-nav-table__item {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  padding: 5px 10px;
  border: 1px solid #b5b7d7;
  float: left;
  margin: 1px;
}
/* SG

# Components / Jump menu (Scroll menu)

```
* jquery.scrollNav.js and jquery.sticky.js are required

<nav class="jump-menu">
	<h2 class="jump-menu-header"><i class="fa fa-arrow-down"></i> Jump to:</h2>
	<ul class="jump-menu-list">
		<li><a href="#scope">Scope of the Catalog</a></li>
		<li><a href="#interface">LC Online Catalog Interface</a></li>
		<li><a href="#reader">Reader Registration</a></li>
		<li><a href="#holdings">Library Holdings and Availability Information</a></li>
		<li><a href="#aids">Searching Aids</a></li>
		<li><a href="#accessibility">Accessibility</a></li>
		<li><a href="#librarians">Special Notes for Libraries and Librarians</a></li>
	</ul>
</nav>
```
*/
.page-menu-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fffbe7;
  border-top: 5px solid #d1343f;
}
@media (min-width: 1200px) {
  .page-menu-wrapper {
    width: 1180px;
  }
}
@media (max-width: 767px) {
  .page-menu-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .page-menu-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .page-menu {
    border: 1px solid #050a65;
    background-color: #fff;
  }
}
.page-menu-header {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.page-menu-toggle {
  display: none;
}
.page-menu-toggle:before,
.page-menu-toggle:after {
  content: " ";
  display: table;
}
.page-menu-toggle:after {
  clear: both;
}
@media (max-width: 767px) {
  .page-menu-toggle {
    display: block;
  }
}
.page-menu-toggle > button {
  display: inline-block;
  height: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  margin-bottom: 0;
  background-color: #f5f5f5;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  color: #333;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #fff;
  background-color: #050a65;
  border-color: #050a65;
  border-style: solid;
  float: left;
}
.page-menu-toggle > button:hover,
.page-menu-toggle > button:focus,
.page-menu-toggle > button.focus {
  color: #333;
  background-color: #040955;
  text-decoration: none;
}
.page-menu-toggle > button:focus,
.page-menu-toggle > button.focus {
  outline: 1px dotted;
  outline-offset: -2px;
}
.page-menu-toggle > button.disabled,
.page-menu-toggle > button[disabled],
fieldset[disabled] .page-menu-toggle > button {
  cursor: not-allowed;
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  -ms-opacity: 0.4;
  -o-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40);
}
.page-menu-toggle > button:focus,
.page-menu-toggle > button.focus {
  color: #fff;
  background-color: #040955;
  border-color: #040955;
  border-style: solid;
}
.page-menu-toggle > button:hover {
  color: #fff;
  background-color: #040955;
  border-color: #040955;
  border-style: solid;
}
.page-menu-toggle > button:active,
.page-menu-toggle > button.active {
  color: #fff;
  background-color: #040955;
  border-color: #040955;
  border-style: solid;
}
.page-menu-toggle > button.disabled,
.page-menu-toggle > button[disabled],
.page-menu-toggle > button fieldset[disabled] {
  color: #ffffff;
  background-color: #474747;
  border-color: #474747;
}
.page-menu-toggle .page-menu-selected {
  display: inline-block;
  padding-left: 10px;
  height: 33px;
  line-height: 33px;
  box-sizing: border-box;
  width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
}
.page-menu-list {
  padding-left: 0;
  list-style: none;
  margin: 0 -10px;
  margin: 0 0 0 -17px;
}
.page-menu-list > li {
  display: inline-block;
  margin: 0 10px;
}
.page-menu-list > li {
  border-right: 1px solid #ccc;
  padding: 0 20px 0 17px;
  margin: 2px 0;
  line-height: 1;
}
.page-menu-list > li:last-child {
  border: none;
}
.page-menu-list > li {
  margin-top: 2px;
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  .page-menu-list {
    display: none;
    width: 100%;
    padding: 0 15px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    float: none;
    padding: 10px 5px;
    border-top: 1px solid #00618e;
  }
  .page-menu-list > li {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    border: none;
    margin: 0;
  }
  .page-menu-list > li.page-menu-list-selected {
    display: none;
  }
}
.page-menu-list-selected {
  font-weight: bold;
}
.page-menu-list-selected.page-menu-list-third-level {
  display: none;
}
/* SG

# Components / Top menu

```

<div class="page-menu-wrapper">
	<nav class="page-menu">
		<h2 class="page-menu-header">Navigation for Search/Browse Help</h2>
		<div class="page-menu-toggle"><button aria-controls="page-menu-list" aria-label="Navigation toggle"><i class="fa fa-bars"></i></button><span class="page-menu-selected" aria-hidden="true"></span></div>
		<ul id="page-menu-list" class="page-menu-list">
			<li><a href="searchBrowse.html">Browse</a></li>
			<li class="page-menu-list-selected">Advanced Search</li>
			<li><a href="searchKeyword.html">Keyword Search</a></li>
			<li><a href="searchResultsTitles.html">Search Results (Titles List)</a></li>
			<li><a href="searchResultsHeadings.html">Search Results (Headings Browse List)</a></li>
			<li><a href="holdingsInfo.html">Record Display and Availability</a></li>
			<li><a href="limits.html">Search Limits</a></li>
			<li><a href="searchHistory.html">Search History</a></li>
			<li><a href="searchExamples.html">Search Examples</a></li>
			<li><a href="indexDesc.html">Index Descriptions</a></li>
		</ul>
	</nav>
</div>
```
*/
#dialog-container,
.dialog-container,
#timeout-container,
.timeout-container {
  position: fixed;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 30px;
  background: #fff;
  margin-left: -300px;
  z-index: 1000;
  width: 600px;
  top: 50% !important;
  left: 50% !important;
}
@media (max-width: 767px) {
  #dialog-container,
  .dialog-container,
  #timeout-container,
  .timeout-container {
    margin-left: -45%;
    width: 90%;
  }
}
#dialog-title,
.dialog-title,
#timeout-title,
.timeout-title {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
  margin: 0 0 1rem;
  font-size: 17px;
  margin: 0 0 1.5em;
  /*&:before {
		content: "dialog_title";
	}*/
}
#dialog-title small,
.dialog-title small,
#timeout-title small,
.timeout-title small,
#dialog-title .small,
.dialog-title .small,
#timeout-title .small,
.timeout-title .small {
  font-weight: normal;
  line-height: 1;
  color: #d8d8d8;
  color: #666;
}
a #dialog-title,
a .dialog-title,
a #timeout-title,
a .timeout-title {
  color: inherit !important;
}
#dialog-message,
.dialog-message,
#timeout-message,
.timeout-message {
  margin: 0 0 1.5em;
  /*&:before {
		content: "dialog_message";
	}*/
}
#dialog-permalink,
.dialog-permalink {
  margin: 0 0 1.5em;
}
#dialog-permalink > label,
.dialog-permalink > label,
#dialog-permalink > input,
.dialog-permalink > input {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#dialog-buttons button,
.dialog-buttons button {
  margin-top: 2px;
  margin-bottom: 2px;
}
#dialog-mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 998;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: block;
}
#dialog-container,
#timeout-container,
#dialog-mask {
  display: none;
}
.dialog-close-button {
  display: inline-block;
  height: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  margin-bottom: 0;
  background-color: #f5f5f5;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  color: #333;
  font-size: 14px;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
  color: #00618e;
  background-color: transparent;
  border-color: transparent;
  border-style: solid;
  padding: 0;
  height: auto;
  line-height: normal;
  text-align: left;
  font-size: 18px;
  color: #999;
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
}
.dialog-close-button:hover,
.dialog-close-button:focus,
.dialog-close-button.focus {
  color: #333;
  background-color: #f5f5f5;
  text-decoration: none;
}
.dialog-close-button:focus,
.dialog-close-button.focus {
  outline: 1px dotted;
  outline-offset: -2px;
}
.dialog-close-button.disabled,
.dialog-close-button[disabled],
fieldset[disabled] .dialog-close-button {
  cursor: not-allowed;
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  -ms-opacity: 0.4;
  -o-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40);
}
.dialog-close-button:focus,
.dialog-close-button.focus {
  color: #00618e;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
}
.dialog-close-button:hover {
  color: #00618e;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
}
.dialog-close-button:active,
.dialog-close-button.active {
  color: #00618e;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
}
.dialog-close-button.disabled,
.dialog-close-button[disabled],
.dialog-close-button fieldset[disabled] {
  color: #474747;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.dialog-close-button span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.dialog-close-button:hover,
.dialog-close-button:focus {
  background-color: #f0efea;
  color: #333;
}
/* SG

# Components / Modal
* jquery.dropdown.js is required

```
<!--div aria-describedby="dialog_message" aria-labelledby="dialog_title" role="alert" id="dialog_container">
<div style="cursor: move;" aria-live="assertive" id="dialog_title">Enter word(s) to search</div>
<div class="short" aria-live="polite" id="dialog_message">Please enter a search in the "Search" box.</div>
<div id="dialog_buttons">
<button value="Ok" type="button" id="dialog_button_1">Ok</button>
<button style="display: none;" type="button" id="dialog_button_2"><!-- --></button>
</div>
</div>
<div style="width: 1216px; height: 1465px; display: block;" id="dialog_mask"><!-- --></div>

<div aria-describedby="timeout_message" aria-labelledby="timeout_title" role="alertdialog" id="timeout_container">
<div style="cursor: move;" aria-live="assertive" id="timeout_title">Session Timeout</div>
<div aria-live="polite" role="timer" id="timeout_message">Your session will end in 4 seconds</div>
<div id="timeout_buttons">
<button value="Refresh Session" type="button" class="primary" id="refreshSession">Refresh Session</button>
<button value="New Session" type="button" class="btn-sm" id="newSession">New Session</button>
</div>
</div-->
```
*/
.pagination {
  display: inline-block;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.pagination > li {
  display: inline-block;
}
.pagination-link {
  display: inline-block;
  height: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  margin-bottom: 0;
  background-color: #f5f5f5;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  color: #333;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  line-height: 33px;
  text-decoration: none;
  color: #050a65;
  background-color: transparent;
  border-color: transparent;
  border-style: solid;
  padding: 0 7px;
}
.pagination-link:hover,
.pagination-link:focus,
.pagination-link.focus {
  color: #040955;
  background-color: #f5f5f5;
  text-decoration: none;
}
.pagination-link:focus,
.pagination-link.focus {
  outline: 1px dotted;
  outline-offset: -2px;
}
.pagination-link.disabled,
.pagination-link[disabled],
fieldset[disabled] .pagination-link {
  cursor: not-allowed;
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  -ms-opacity: 0.4;
  -o-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40);
}
.pagination-link:focus,
.pagination-link.focus {
  color: #040955;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
}
.pagination-link:hover {
  color: #040955;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
}
.pagination-link:active,
.pagination-link.active {
  color: #040955;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
}
.pagination-link.disabled,
.pagination-link[disabled],
.pagination-link fieldset[disabled] {
  color: #474747;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.pagination-button {
  display: inline-block;
  height: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  margin-bottom: 0;
  background-color: #f5f5f5;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  color: #333;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  line-height: 33px;
  text-decoration: none;
  color: #050a65;
  background-color: transparent;
  border-color: #050a65;
  border-style: solid;
}
.pagination-button:hover,
.pagination-button:focus,
.pagination-button.focus {
  color: #333;
  background-color: #f5f5f5;
  text-decoration: none;
}
.pagination-button:focus,
.pagination-button.focus {
  outline: 1px dotted;
  outline-offset: -2px;
}
.pagination-button.disabled,
.pagination-button[disabled],
fieldset[disabled] .pagination-button {
  cursor: not-allowed;
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  -ms-opacity: 0.4;
  -o-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40);
}
.pagination-button:focus,
.pagination-button.focus {
  color: #040955;
  background-color: rgba(0, 0, 0, 0);
  border-color: #040955;
  border-style: solid;
}
.pagination-button:hover {
  color: #040955;
  background-color: rgba(0, 0, 0, 0);
  border-color: #040955;
  border-style: solid;
}
.pagination-button:active,
.pagination-button.active {
  color: #040955;
  background-color: rgba(0, 0, 0, 0);
  border-color: #040955;
  border-style: solid;
}
.pagination-button.disabled,
.pagination-button[disabled],
.pagination-button fieldset[disabled] {
  color: #474747;
  background-color: rgba(0, 0, 0, 0);
  border-color: #474747;
}
.pagination-button-prev {
  margin-right: 10px;
  font-size: 21px;
}
.pagination-button-next {
  margin-left: 10px;
  font-size: 21px;
}
.pagination-button-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.pagination-state-active .pagination-link {
  cursor: not-allowed;
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  -ms-opacity: 0.4;
  -o-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40);
}
/* SG

# Components / Pagination

```
<ul class="pagination">
	<li><a href="" class="pagination-button pagination-button-prev disabled"><span class="pagination-button-text">Prev</span><i class="fa fa-angle-left"></i></a></li>
	<li class="pagination-state-active"><a href="#" class="pagination-link">1</a></li>
	<li><a href="#" class="pagination-link">2</a></li>
	<li><a href="#" class="pagination-link">3</a></li>
	<li><a href="#" class="pagination-link">4</a></li>
	<li><a href="#" class="pagination-link">5</a></li>
	<li><a href="#" class="pagination-link">...</a></li>
	<li><a href="" class="pagination-button pagination-button-next"><span class="pagination-button-text">Next</span><i class="fa fa-angle-right"></i></a></li>
</ul>
<hr />
<ul class="pagination">
	<li><a href="" class="pagination-button pagination-button-prev disabled"><span class="pagination-button-text">Prev</span><i class="fa fa-angle-left"></i></a></li>
	<li>1 of 317</li>
	<li><a href="" class="pagination-button pagination-button-next"><span class="pagination-button-text">Next</span><i class="fa fa-angle-right"></i></a></li>
</ul>
```
*/
.square-icon-wrapper {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 0;
}
.square-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.square-icon-content-wrapper {
  background-color: #f5f5f5;
}
.square-icon-content {
  position: relative;
  padding: 10px;
}
.square-icon-content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.square-icon-content.item-detail-icon {
  padding: 30px;
}
/* SG

# Components / Square icon

```
<div style="width: 25%;">
<div class="square-icon-wrapper">
	<div class="square-icon">
		<div class="square-icon-content-wrapper">
			<div class="square-icon-content">
				<i class="fa fa-book fa-2x"></i><br />
				<span class="screen-readers-only">Format: </span>Book
			</div>
		</div>
	</div>
</div>
</div>
```
*/
.status-message {
  background-color: #d33a35;
  color: #fff;
  margin: 0;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 5px 20px;
  z-index: 999;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.status-message:before,
.status-message:after {
  content: " ";
  display: table;
}
.status-message:after {
  clear: both;
}
.status-message a {
  color: #fff;
  text-decoration: underline;
}
@media print {
  .status-message {
    display: none;
  }
}
.status-message-button {
  display: inline-block;
  height: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  margin-bottom: 0;
  background-color: #f5f5f5;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  color: #333;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #00618e;
  background-color: transparent;
  border-color: transparent;
  border-style: solid;
  padding: 0;
  height: auto;
  line-height: normal;
  text-align: left;
  color: #fff;
  float: right;
}
.status-message-button:hover,
.status-message-button:focus,
.status-message-button.focus {
  color: #333;
  background-color: #f5f5f5;
  text-decoration: none;
}
.status-message-button:focus,
.status-message-button.focus {
  outline: 1px dotted;
  outline-offset: -2px;
}
.status-message-button.disabled,
.status-message-button[disabled],
fieldset[disabled] .status-message-button {
  cursor: not-allowed;
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  -ms-opacity: 0.4;
  -o-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40);
}
.status-message-button:focus,
.status-message-button.focus {
  color: #00618e;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
}
.status-message-button:hover {
  color: #00618e;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
}
.status-message-button:active,
.status-message-button.active {
  color: #00618e;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
}
.status-message-button.disabled,
.status-message-button[disabled],
.status-message-button fieldset[disabled] {
  color: #474747;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.status-message-button span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.status-message-button:hover,
.status-message-button:focus {
  color: #fff;
  outline: 1px dotted #fff;
}
/* SG

# Components / Status Message
* collapse.js is required

```
<div class="status-message-test">
	Praesent sed metus sit amet tortor convallis tempor
</div>
```
*/
.tabs {
  padding-left: 0;
  list-style: none;
  border-bottom: 1px solid #050a65;
  height: 34px;
  margin-bottom: 28px;
}
.tab {
  display: inline-block;
  margin-left: 30px;
  height: 37px;
  line-height: 37px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.tab:first-child {
  margin-left: 0;
}
.tab a {
  color: #070d7d;
}
@media (max-width: 767px) {
  .tab {
    height: 34px;
    line-height: 34px;
    font-size: 12px;
  }
}
.tab-selected {
  font-weight: bold;
  border-bottom: 3px solid #999;
  color: #666;
}
.tab-selected a {
  color: #666;
  cursor: text;
  text-decoration: none;
}
/* SG

# Components / Tabs

```
<ul class="tabs">
	<li class="tab"><a href="">Tab 1</a></li>
	<li class="tab tab-selected"><a href="">Tab 2</a></li>
	<li class="tab"><a href="">Tab 3</a></li>
</ul>
```
*/
.thumbnail-list {
  padding-left: 0;
  list-style: none;
}
.thumbnail-list-item {
  position: relative;
  min-height: 66px;
  border-top: 1px solid #d8d8d8;
  padding: 20px 0 20px 80px;
}
.thumbnail-list-item:first-child {
  border: none;
}
.thumbnail-list-boxed .thumbnail-list-item {
  border: 1px solid #efefef;
  padding-left: 110px;
  padding-right: 30px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .thumbnail-list-boxed .thumbnail-list-item {
    padding: 20px 0 20px 95px;
  }
}
.thumbnail-list-item-image {
  display: block;
  max-width: 100%;
  height: auto;
  width: 60px;
  position: absolute;
  left: 0;
  top: 23px;
}
.thumbnail-list-boxed .thumbnail-list-item-image {
  left: 30px;
}
@media (max-width: 767px) {
  .thumbnail-list-boxed .thumbnail-list-item-image {
    left: 15px;
  }
}
.thumbnail-list-item-title {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
  margin: 0 0 1rem;
  font-size: 17px;
  margin-bottom: 5px;
}
.thumbnail-list-item-title small,
.thumbnail-list-item-title .small {
  font-weight: normal;
  line-height: 1;
  color: #d8d8d8;
  color: #666;
}
a .thumbnail-list-item-title {
  color: inherit !important;
}
.thumbnail-list-item-description {
  margin-bottom: 0;
}
/* SG

# Components / Thumbnail list

```
<ul class="thumbnail-list thumbnail-list-boxed"> 
	<li class="thumbnail-list-item"> 
		<a href="http://findingaids.loc.gov">
			<img class="thumbnail-list-item-image" src="http://catalog.loc.gov/vwebv/ui/en_US/images/home-thumb-archival-finding-aids.jpg" alt=""> 
			<div class="thumbnail-list-item-title">Archival Finding Aids</div>
		</a>
		<div class="thumbnail-list-item-description">Guides to unique Library of Congress archival collections</div> 
	</li>
	<li class="thumbnail-list-item"> 
		<a href="http://cocatalog.loc.gov">
			<img class="thumbnail-list-item-image" src="http://catalog.loc.gov/vwebv/ui/en_US/images/home-thumb-copyright-office-catalog.jpg" alt="">
			<div class="thumbnail-list-item-title">Copyright Office Catalog</div>
		</a> 
		<div class="thumbnail-list-item-description">U.S. Copyright registrations and ownership documents, 1978-present</div> 
	</li>
	<li class="thumbnail-list-item"> 
		<a href="http://hlasopac.loc.gov">
			<img class="thumbnail-list-item-image" src="http://catalog.loc.gov/vwebv/ui/en_US/images/home-thumb-handbook-of-latin-american-studies.jpg" alt="">
			<div class="thumbnail-list-item-title">Handbook of Latin American Studies</div>
		</a> 
		<div class="thumbnail-list-item-description">Annotated bibliography of scholarly works on Latin America</div> 
	</li>
</ul>
```
*/
.thumbnail-strip-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fffbe7;
  border-top: 1px solid #d8d8d8;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 1200px) {
  .thumbnail-strip-wrapper {
    width: 1180px;
  }
}
@media (max-width: 767px) {
  .thumbnail-strip-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.thumbnail-strip {
  padding-left: 0;
  list-style: none;
  margin: 0 -15px;
}
.thumbnail-strip:before,
.thumbnail-strip:after {
  content: " ";
  display: table;
}
.thumbnail-strip:after {
  clear: both;
}
.thumbnail-strip-item {
  width: 25%;
  padding: 0 15px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  min-height: 74px;
}
@media (max-width: 991px) {
  .thumbnail-strip-item {
    width: 50%;
    padding: 0 15px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 991px) {
  .thumbnail-strip-item:nth-child(3n+0) {
	clear: both;
  }
}
.thumbnail-strip-item-wrapper {
  position: relative;
  border-left: 1px solid #d8d8d8;
  padding-left: 90px;
}
@media (max-width: 1199px) {
  .thumbnail-strip-item-wrapper {
    border: none;
    padding-left: 60px;
  }
}
@media (max-width: 767px) {
  .thumbnail-strip-item-wrapper {
    padding: 0;
  }
}
.thumbnail-strip-item-image {
  display: block;
  max-width: 100%;
  height: auto;
  width: 50px;
  position: absolute;
  left: 29px;
  top: 2px;
}
@media (max-width: 1199px) {
  .thumbnail-strip-item-image {
    left: 0;
  }
}
@media (max-width: 767px) {
  .thumbnail-strip-item-image {
    display: none;
  }
}
.thumbnail-strip-item-title {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
  margin: 0 0 1rem;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 3px;
}
.thumbnail-strip-item-title small,
.thumbnail-strip-item-title .small {
  font-weight: normal;
  line-height: 1;
  color: #d8d8d8;
  color: #666;
}
a .thumbnail-strip-item-title {
  color: inherit !important;
}
.thumbnail-strip-item-description {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.3;
  /*.screen-xs-max ({
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	});*/
}
/* SG

# Components / Thumbnail strip

```
<ul class="thumbnail-strip"> 
	<li class="thumbnail-strip-item">
		<div class="thumbnail-strip-item-wrapper">
			<a href="">
				<img class="thumbnail-strip-item-image" src="/vwebv/ui/en_US/images/home-strip-thumb-ask-a-librarian.jpg" alt=""> 
				<div class="thumbnail-strip-item-title">Ask a Librarian</div>
			</a>
			<div class="thumbnail-strip-item-description">Lorem ipsum dolor sit amet, consectetur adipiscing elit</div> 
		</div>
	</li>
	<li class="thumbnail-strip-item">
		<div class="thumbnail-strip-item-wrapper">
			<a href="">
				<img class="thumbnail-strip-item-image" src="/vwebv/ui/en_US/images/home-strip-thumb-research-centers.jpg" alt=""> 
				<div class="thumbnail-strip-item-title">Research Centers</div>
			</a>
			<div class="thumbnail-strip-item-description">Lorem ipsum dolor sit amet, consectetur adipiscing elit</div> 
		</div>
	</li>
	<li class="thumbnail-strip-item">
		<div class="thumbnail-strip-item-wrapper">
			<a href="">
				<img class="thumbnail-strip-item-image" src="/vwebv/ui/en_US/images/home-strip-thumb-faqs-for-researchers.jpg" alt=""> 
				<div class="thumbnail-strip-item-title">FAQs for Researchs</div>
			</a>
			<div class="thumbnail-strip-item-description">Lorem ipsum dolor sit amet, consectetur adipiscing elit</div> 
		</div>
	</li>
	<li class="thumbnail-strip-item">
		<div class="thumbnail-strip-item-wrapper">
			<a href="">
				<img class="thumbnail-strip-item-image" src="/vwebv/ui/en_US/images/home-strip-thumb-reader-registration.jpg" alt=""> 
				<div class="thumbnail-strip-item-title">Reader Registration</div>
			</a>
			<div class="thumbnail-strip-item-description">Lorem ipsum dolor sit amet, consectetur adipiscing elit</div>
		</div>
	</li>
</ul>
```
*/
/*.banner-background-fixed(@image: none) {
	background-image:@image;
	background-size:contain;
	background-position: center @header-height;
	background-attachment:fixed;
	background-repeat: no-repeat;
	padding-top: (@gutter-width * 3);
	.screen-md-max ({
		padding-top: (@gutter-width * 2.5);
	});
	.screen-sm-max ({
		padding-top: (@gutter-width * 2);
	});
	.screen-xs-max ({
		padding-top: (@gutter-width * 1.5);
		background-position: center top;
		background-attachment: initial;
	});
	&.banner-has-heading {
		padding-top: 0;
	}
}*/
.banner-has-heading {
  padding-top: 0;
}
.banner-background-tint {
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
}
.banner-background-wrapper {
  position: relative;
}
.banner-background-container-after {
  z-index: 1;
  position: relative;
}
/* SG

# Mixins / .banner-background-fixed

```
<!-- append classname to content-wrapper -->
<main class="content-wrapper banner-background-fixed-classname" role="main">

<!-- append class "banner-has-heading" if H1 is in the banner area -->
<main class="content-wrapper banner-background-fixed-classname banner-has-heading" role="main">

<!-- Example -->
.banner-background-fixed-classname {
	.banner-background-fixed(url('http://cdn.loc.gov/service/pnp/highsm/02000/02097v.jpg'));
}
```
*/
/* SG

# Mixins / .box-bordered

```
<!-- Default: @loc-primary -->
.box-bordered();

<!-- Custom example -->
.box-bordered(@loc-purple);
```
*/
/* SG

# Mixins / .box-padded

```
///Default: @gutter-width
.box-padded();

///Custom example
.box-padded(15px);
```
*/
/* SG

# Mixins / .box-sizing

The box-sizing property is used to alter the default CSS box model used to calculate widths and heights of elements.
```
///Default: border-box
.box-sizing();

///Custom example
.box-sizing(content-box);
```
*/
/* SG

# Mixins / .button-variant

```
```
*/
.clear:before,
.clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}
/* SG

# Mixins / .clear

```
<div class="clear">
	<div style="width: 100px; height: 100px; float: left; background-color: red;"></div>
	<div style="width: 100px; height: 100px; float: left; background-color: blue;"></div>
</div>
```
*/
.has-margin-bottom {
  margin-bottom: 21px;
}
.has-margin-bottom-box {
  margin-bottom: 28px;
}
.has-margin-top {
  margin-top: 21px;
}
.has-margin-bottom-none {
  margin-bottom: 0;
}
/* SG

# Mixins / .has-margin-bottom

```
///Default: @spacing-block-item
.has-margin-bottom();

///Custom example
.has-margin-bottom(@spacing-box-item);
```
*/
.image-scalable {
  display: block;
  max-width: 100%;
  height: auto;
}
/* SG

# Mixins / .image-scalable

```
<figure style="width: 50%;"><img class="image-scalable" src="http://cdn.loc.gov/service/pnp/ppmsca/18000/18016v.jpg" /></figure>
```
*/
.intro-in-banner {
  margin: 0;
  padding: 10px 0 15px 0;
  color: #333;
  line-height: 1.3;
}
.intro-in-banner > a {
  color: #fff;
  text-decoration: underline;
}
/* SG

# Mixins / .intro

```
<div style="background-color: #666;">
<p class="intro-in-banner">Contains 18 million catalog records for books, serials, manuscripts, maps, music, recordings, images, and electronic resources in the Library of Congress collections. Search LC Authorities at <a href="http://authorities.loc.gov/">authorities.loc.gov</a>.</p>
</div>
```
*/
.list-plain {
  padding-left: 0;
  list-style: none;
}
/* SG

# Mixins / .list-plain

```
<ul class="list-plain">
	<li>Lorem ipsum dolor sit amet</li>
	<li>Lorem ipsum dolor sit amet
		<ul>
			<li>Lorem ipsum dolor sit amet</li>
			<li>Lorem ipsum dolor sit amet</li>
			<li>Lorem ipsum dolor sit amet</li>
		</ul>
	</li>
	<li>Lorem ipsum dolor sit amet</li>
</ul>
```

*/
.list-inline {
  padding-left: 0;
  list-style: none;
  margin: 0 -10px;
}
.list-inline > li {
  display: inline-block;
  margin: 0 10px;
}
.list-inline-with-divider {
  margin: 0 0 0 -17px;
}
.list-inline-with-divider > li {
  border-right: 1px solid #ccc;
  padding: 0 20px 0 17px;
  margin: 2px 0;
  line-height: 1;
}
.list-inline-with-divider > li:last-child {
  border: none;
}
/* SG

# Mixins / .list-inline

```
<ul class="list-inline">
	<li>Lorem</li>
	<li>Ipsum</li>
	<li>Dolor</li>
	<li>Sit</li>
	<li>Amet</li>
</ul>
```

*/
.list-item-spacing-xl > li {
  margin-bottom: 1.5rem;
}
.list-item-spacing-lg > li {
  margin-bottom: 1rem;
}
.list-item-spacing-md > li {
  margin-bottom: 0.5rem;
}
.list-item-spacing-sm > li {
  margin-bottom: 0.25rem;
}
/* SG

# Mixins / .list-item-spacing

```
<ul class="list-item-spacing-sm">
	<li>Lorem ipsum dolor sit amet</li>
	<li>Lorem ipsum dolor sit amet</li>
	<li>Lorem ipsum dolor sit amet</li>
	<li>Lorem ipsum dolor sit amet</li>
</ul>
<ul class="list-item-spacing-md">
	<li>Lorem ipsum dolor sit amet</li>
	<li>Lorem ipsum dolor sit amet</li>
	<li>Lorem ipsum dolor sit amet</li>
	<li>Lorem ipsum dolor sit amet</li>
</ul>
<ul class="list-item-spacing-lg">
	<li>Lorem ipsum dolor sit amet</li>
	<li>Lorem ipsum dolor sit amet</li>
	<li>Lorem ipsum dolor sit amet</li>
	<li>Lorem ipsum dolor sit amet</li>
</ul>
<ul class="list-item-spacing-xl">
	<li>Lorem ipsum dolor sit amet</li>
	<li>Lorem ipsum dolor sit amet</li>
	<li>Lorem ipsum dolor sit amet</li>
	<li>Lorem ipsum dolor sit amet</li>
</ul>
```
*/
.list-multiple-columns-6 {
  -webkit-column-count: 6;
  -moz-column-count: 6;
  -ms-column-count: 6;
  -o-column-count: 6;
  column-count: 6;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  -ms-column-gap: 15px;
  -o-column-gap: 15px;
  column-gap: 15px;
}
.list-multiple-columns-6 > li {
  overflow: hidden;
  /* Fix for firefox and IE 10-11  */
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari, Opera */
  page-break-inside: avoid;
  /* Deprecated Firefox */
  -moz-column-break-inside: avoid;
  /* Current Firefox */
  column-break-inside: avoid;
  break-inside: avoid;
  /* IE 10+ */
  break-inside: avoid-column;
}
@media (max-width: 1199px) {
  .list-multiple-columns-6 {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    -ms-column-count: 5;
    -o-column-count: 5;
    column-count: 5;
  }
  .list-multiple-columns-6 > li {
    overflow: hidden;
    /* Fix for firefox and IE 10-11  */
    -webkit-column-break-inside: avoid;
    /* Chrome, Safari, Opera */
    page-break-inside: avoid;
    /* Deprecated Firefox */
    -moz-column-break-inside: avoid;
    /* Current Firefox */
    column-break-inside: avoid;
    break-inside: avoid;
    /* IE 10+ */
    break-inside: avoid-column;
  }
}
@media (max-width: 991px) {
  .list-multiple-columns-6 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    -ms-column-count: 4;
    -o-column-count: 4;
    column-count: 4;
  }
  .list-multiple-columns-6 > li {
    overflow: hidden;
    /* Fix for firefox and IE 10-11  */
    -webkit-column-break-inside: avoid;
    /* Chrome, Safari, Opera */
    page-break-inside: avoid;
    /* Deprecated Firefox */
    -moz-column-break-inside: avoid;
    /* Current Firefox */
    column-break-inside: avoid;
    break-inside: avoid;
    /* IE 10+ */
    break-inside: avoid-column;
  }
}
@media (max-width: 767px) {
  .list-multiple-columns-6 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -ms-column-count: 3;
    -o-column-count: 3;
    column-count: 3;
  }
  .list-multiple-columns-6 > li {
    overflow: hidden;
    /* Fix for firefox and IE 10-11  */
    -webkit-column-break-inside: avoid;
    /* Chrome, Safari, Opera */
    page-break-inside: avoid;
    /* Deprecated Firefox */
    -moz-column-break-inside: avoid;
    /* Current Firefox */
    column-break-inside: avoid;
    break-inside: avoid;
    /* IE 10+ */
    break-inside: avoid-column;
  }
}
.list-multiple-columns-4 {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  -ms-column-count: 4;
  -o-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  -ms-column-gap: 15px;
  -o-column-gap: 15px;
  column-gap: 15px;
}
.list-multiple-columns-4 > li {
  overflow: hidden;
  /* Fix for firefox and IE 10-11  */
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari, Opera */
  page-break-inside: avoid;
  /* Deprecated Firefox */
  -moz-column-break-inside: avoid;
  /* Current Firefox */
  column-break-inside: avoid;
  break-inside: avoid;
  /* IE 10+ */
  break-inside: avoid-column;
}
@media (max-width: 1199px) {
  .list-multiple-columns-4 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -ms-column-count: 3;
    -o-column-count: 3;
    column-count: 3;
  }
  .list-multiple-columns-4 > li {
    overflow: hidden;
    /* Fix for firefox and IE 10-11  */
    -webkit-column-break-inside: avoid;
    /* Chrome, Safari, Opera */
    page-break-inside: avoid;
    /* Deprecated Firefox */
    -moz-column-break-inside: avoid;
    /* Current Firefox */
    column-break-inside: avoid;
    break-inside: avoid;
    /* IE 10+ */
    break-inside: avoid-column;
  }
}
@media (max-width: 991px) {
  .list-multiple-columns-4 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
  }
  .list-multiple-columns-4 > li {
    overflow: hidden;
    /* Fix for firefox and IE 10-11  */
    -webkit-column-break-inside: avoid;
    /* Chrome, Safari, Opera */
    page-break-inside: avoid;
    /* Deprecated Firefox */
    -moz-column-break-inside: avoid;
    /* Current Firefox */
    column-break-inside: avoid;
    break-inside: avoid;
    /* IE 10+ */
    break-inside: avoid-column;
  }
}
.list-multiple-columns-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  -ms-column-gap: 15px;
  -o-column-gap: 15px;
  column-gap: 15px;
}
.list-multiple-columns-3 > li {
  overflow: hidden;
  /* Fix for firefox and IE 10-11  */
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari, Opera */
  page-break-inside: avoid;
  /* Deprecated Firefox */
  -moz-column-break-inside: avoid;
  /* Current Firefox */
  column-break-inside: avoid;
  break-inside: avoid;
  /* IE 10+ */
  break-inside: avoid-column;
}
@media (max-width: 991px) {
  .list-multiple-columns-3 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
  }
  .list-multiple-columns-3 > li {
    overflow: hidden;
    /* Fix for firefox and IE 10-11  */
    -webkit-column-break-inside: avoid;
    /* Chrome, Safari, Opera */
    page-break-inside: avoid;
    /* Deprecated Firefox */
    -moz-column-break-inside: avoid;
    /* Current Firefox */
    column-break-inside: avoid;
    break-inside: avoid;
    /* IE 10+ */
    break-inside: avoid-column;
  }
}
@media (max-width: 767px) {
  .list-multiple-columns-3 {
    -webkit-column-count: auto;
    -moz-column-count: auto;
    -ms-column-count: auto;
    -o-column-count: auto;
    column-count: auto;
  }
  .list-multiple-columns-3 > li {
    overflow: hidden;
    /* Fix for firefox and IE 10-11  */
    -webkit-column-break-inside: avoid;
    /* Chrome, Safari, Opera */
    page-break-inside: avoid;
    /* Deprecated Firefox */
    -moz-column-break-inside: avoid;
    /* Current Firefox */
    column-break-inside: avoid;
    break-inside: avoid;
    /* IE 10+ */
    break-inside: avoid-column;
  }
}
.list-multiple-columns-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  -ms-column-gap: 15px;
  -o-column-gap: 15px;
  column-gap: 15px;
}
.list-multiple-columns-2 > li {
  overflow: hidden;
  /* Fix for firefox and IE 10-11  */
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari, Opera */
  page-break-inside: avoid;
  /* Deprecated Firefox */
  -moz-column-break-inside: avoid;
  /* Current Firefox */
  column-break-inside: avoid;
  break-inside: avoid;
  /* IE 10+ */
  break-inside: avoid-column;
}
@media (max-width: 991px) {
  .list-multiple-columns-2 {
    -webkit-column-count: auto;
    -moz-column-count: auto;
    -ms-column-count: auto;
    -o-column-count: auto;
    column-count: auto;
  }
  .list-multiple-columns-2 > li {
    overflow: hidden;
    /* Fix for firefox and IE 10-11  */
    -webkit-column-break-inside: avoid;
    /* Chrome, Safari, Opera */
    page-break-inside: avoid;
    /* Deprecated Firefox */
    -moz-column-break-inside: avoid;
    /* Current Firefox */
    column-break-inside: avoid;
    break-inside: avoid;
    /* IE 10+ */
    break-inside: avoid-column;
  }
}
/* SG

# Mixins / .list-multiple-columns-4, .list-multiple-columns-3 or .list-multiple-columns-2

```
<ul class="list-multiple-columns-4">
	<li>Lorem ipsum</li>
	<li>Lorem ipsum</li>
	<li>Lorem ipsum</li>
	<li>Lorem ipsum</li>
	<li>Lorem ipsum</li>
	<li>Lorem ipsum</li>
	<li>Lorem ipsum</li>
	<li>Lorem ipsum</li>
	<li>Lorem ipsum</li>
	<li>Lorem ipsum</li>
	<li>Lorem ipsum</li>
	<li>Lorem ipsum</li>
	<li>Lorem ipsum</li>
	<li>Lorem ipsum</li>
	<li>Lorem ipsum</li>
	<li>Lorem ipsum</li>
	<li>Lorem ipsum</li>
	<li>Lorem ipsum</li>
</ul>
```

*/
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 998;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
}
/* SG

# Mixins / .overlay

Utilized when overlay is needed to indicate an important element is active (ie: header navigation)

*/
/* SG

# Mixins / .opacity

```
///Default: 0.5
.opacity();

///Custom example
.opacity(0.65);
```
*/
.page-heading {
  margin-bottom: 1.5rem;
}
.page-heading-small-unstyle {
  font-family: Arial;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  color: #d8d8d8;
}
.page-heading-small {
  font-family: Arial;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  color: #d8d8d8;
  color: #d1343f;
  text-transform: uppercase;
}
.page-heading-small-block {
  display: block;
}
.page-heading-is-smaller {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
  margin: 0 0 1rem;
  font-size: 17px;
}
.page-heading-is-smaller small,
.page-heading-is-smaller .small {
  font-weight: normal;
  line-height: 1;
  color: #d8d8d8;
  color: #666;
}
a .page-heading-is-smaller {
  color: inherit !important;
}
.page-heading-is-wrapped {
  margin: 0;
}
.page-heading-in-banner {
  margin: 0;
  padding: 10px 0;
  color: #fff;
}
.page-heading-in-banner-with-unstyle {
  margin: 0;
  padding: 10px 0;
  color: #fff;
  color: #000;
  margin-bottom: 0;
}
.page-heading-in-banner-with-unstyle > small {
  color: #666;
}
/* SG

# Mixins / .page-heading

```
<h1 class="page-heading"><small class="page-heading-small page-heading-small-block">Lorem ipsum</small> Dolar sit amet</h1>
<h1 class="page-heading page-heading-is-smaller page-heading-is-wrapped">Dolar sit amet</h1>
<div style="background-color: #666;">
<h1 class="page-heading page-heading-in-banner">Dolar sit amet</h1>
</div>
```
*/
/* SG

# Mixins / .rotate

```
///Default: 180deg
.rotate();

///Custom example
.rotate(000deg);
```
*/
.screen-readers-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.screen-readers-only-reversed {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
@media (max-width: 767px) {
  .screen-readers-only-screen-xs-max {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}
/* SG

# Mixins / .screen-readers-only

```
<p><span class="screen-readers-only">Text in here is for screen reader only. </span>Text for screen reader only.</p>
```
*/
.tab-focus {
  outline: 1px dotted;
  outline-offset: -2px;
}
/* SG

# Mixins / .tab-focus

Default focus style
```
<a href="" class="tab-focus">For demo only</a>
```

*/
.text-base {
  font-family: Arial;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}
/* SG

# Mixins / .text-base

```
<h3>Lorem ipsum <span class="text-base">text-based</span> sit amet</h3>
```

*/
/* SG

# Mixins / .transition

transition-property, transition-duration, transition-timing-function, and transition-delay
```
///Default: all, 0.3s, ease, 0s
.transition();

///Custom example
.transition(all, 1.0s, ease-out, 0.7s);
```
*/
.word-wrap {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
/* SG

# Mixins / .word-wrap

```
/// For handing long URLs and etc forcing breaks
.word-wrap();

```
*/
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/vwebv/ui/en_US/css/base/fa/fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('/vwebv/ui/en_US/css/base/fa/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('/vwebv/ui/en_US/css/base/fa/fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('/vwebv/ui/en_US/css/base/fa/fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('/vwebv/ui/en_US/css/base/fa/fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('/vwebv/ui/en_US/css/base/fa/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  src: url('/vwebv/ui/en_US/css/base/fa/fonts/FontAwesome.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.results-bar {
  padding: 12px 0;
  border-top: 1px solid #d8d8d8;
}
.results-bar:before,
.results-bar:after {
  content: " ";
  display: table;
}
.results-bar:after {
  clear: both;
}
.results-bar.at-top {
  padding-top: 0;
  border: none;
}
.results-bar button.button.button-link.button-plain.button-uppercase {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .results-bar button.button.button-link.button-plain.button-uppercase {
    margin-left: 15px;
  }
}
.results-bar .results-bar-item-record-count {
  line-height: 33px;
  display: inline-block;
  height: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .results-bar .results-bar-item-pagination {
    display: none;
  }
}
.results-bar.results-bar-bottom {
  border-top: none;
  border-bottom: 1px solid #d8d8d8;
}
@media (max-width: 767px) {
  .results-bar.results-bar-bottom .results-bar-item-record-count {
    display: none;
  }
}
@media (max-width: 767px) {
  .results-bar.results-bar-bottom .results-bar-item-pagination {
    display: block;
  }
}
.results-bar-item {
  display: inline-block;
}
.results-bar-item-aligned-right {
  float: right;
}
@media (max-width: 991px) {
  .results-bar-item-aligned-right {
    width: 30%;
  }
}
@media (max-width: 991px) {
  .results-bar-item-sort {
    display: block;
  }
}
@media (max-width: 991px) {
  .results-bar-item-sort label {
    display: none;
  }
}
@media (max-width: 991px) {
  .results-bar-item-sort select {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.results-bar-item-per-page {
  margin-left: 15px;
}
@media (max-width: 991px) {
  .results-bar-item-per-page {
    display: none;
  }
}
.search-results {
  /*margin-left: (@gutter-width / -2);
	margin-right: (@gutter-width / -2);
	.screen-xs-max ({
		margin-left: 0;
		margin-right: 0;
	});*/
}
.search-results-lists {
  padding-left: 0;
  list-style: none;
}
.search-results-list {
  border-top: 2px solid #d1343f;
  background-color: #fff;
  padding: 0 15px 20px 15px;
  margin: 0 -30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 1em;
}
.search-results-list:before,
.search-results-list:after {
  content: " ";
  display: table;
}
.search-results-list:after {
  clear: both;
}
.search-results-list .wrap {
  margin: 0 -15px;
}
@media (max-width: 767px) {
  .search-results-list {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 767px) {
  .search-results-list {
    position: relative;
  }
}
.search-results-list-action {
  width: 100%;
  padding: 0 15px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
  margin-top: 10px;
  height: 16px;
  line-height: 16px;
}
@media (max-width: 767px) {
  .search-results-list-action {
    margin-top: 0;
    margin-bottom: 3px;
  }
}
.search-results-list-image {
  width: 12.5%;
  padding: 0 15px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 4px;
}
@media (max-width: 991px) {
  .search-results-list-image {
    width: 16.66666667%;
    padding: 0 15px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 767px) {
  .search-results-list-image {
    display: none;
  }
}
.search-results-list-description {
  width: 87.5%;
  padding: 0 15px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .search-results-list-description {
    width: 83.33333333%;
    padding: 0 15px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 767px) {
  .search-results-list-description {
    width: 100%;
    padding: 0 15px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    margin-top: 0;
  }
}
.search-results-list-description-format {
  color: #d1343f;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
@media (max-width: 767px) {
  .search-results-list-description-format {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
  }
}
.search-results-list-description-title {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
  margin: 0 0 1rem;
  font-size: 17px;
  margin: 0;
}
.search-results-list-description-title small,
.search-results-list-description-title .small {
  font-weight: normal;
  line-height: 1;
  color: #d8d8d8;
  color: #666;
}
a .search-results-list-description-title {
  color: inherit !important;
}
.search-results-list-description-request {
  color: #008000;
}
.search-results-list-description-request.unavailable {
  color: #666;
}
.search-results-browse {
  background-color: white;
}
.search-results-browse-lists {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.search-results-browse-list {
  border-bottom: 1px solid #f5f5f5;
  margin: 0;
}
.search-results-browse-list:hover {
  background-color: #f5f5f5;
}
.search-results-browse-list-title-row {
  margin: 0 -15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.search-results-browse-list-title-row:before,
.search-results-browse-list-title-row:after {
  content: " ";
  display: table;
}
.search-results-browse-list-title-row:after {
  clear: both;
}
.search-results-browse-list-title {
  width: 66.66666667%;
  padding: 0 15px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .search-results-browse-list-title {
    width: 100%;
    padding: 0 15px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.search-results-browse-list-title-number {
  color: #666;
}
.search-results-browse-list-type-value {
  width: 33.33333333%;
  padding: 0 15px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  color: #666;
}
@media (max-width: 767px) {
  .search-results-browse-list-type-value {
    width: 100%;
    padding: 0 15px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.search-results-browse-reference-lists {
  margin: 0;
  padding-bottom: 10px;
}
.search-results-browse-reference-list {
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  #dropdown-refine-search-toggle {
    color: #070d7d;
    background-color: transparent;
    border-color: transparent;
    border-style: solid;
    padding: 0;
    height: auto;
    line-height: normal;
    text-align: left;
    font-size: 12px;
    width: 22%;
  }
  #dropdown-refine-search-toggle:focus,
  #dropdown-refine-search-toggle.focus {
    color: #040955;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    border-style: solid;
  }
  #dropdown-refine-search-toggle:hover {
    color: #040955;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    border-style: solid;
  }
  #dropdown-refine-search-toggle:active,
  #dropdown-refine-search-toggle.active {
    color: #040955;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
    border-style: solid;
  }
  #dropdown-refine-search-toggle.disabled,
  #dropdown-refine-search-toggle[disabled],
  #dropdown-refine-search-toggle fieldset[disabled] {
    color: #474747;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
  }
}
.item-detail-left-column {
  width: 79.16666667%;
  padding: 0 15px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .item-detail-left-column {
    width: 75%;
    padding: 0 15px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 767px) {
  .item-detail-left-column {
    width: 100%;
    padding: 0 15px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media print {
  .item-detail-left-column {
    width: 100%;
    padding: 0 15px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.item-detail-right-column {
  width: 20.83333333%;
  padding: 0 15px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .item-detail-right-column {
    width: 25%;
    padding: 0 15px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 767px) {
  .item-detail-right-column {
    width: 100%;
    padding: 0 15px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media print {
  .item-detail-right-column {
    display: none;
  }
}
.top-information {
  border: 1px solid #d1343f;
  margin-bottom: 21px;
}
@media (max-width: 767px) {
  .top-information {
    border: 0;
  }
}
.record-data {
  border: 1px solid #ccc;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 21px;
  padding-bottom: 15px;
}
.field-data {
  padding-left: 0;
  list-style: none;
  margin-bottom: 21px;
}
.top-information-content {
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .top-information-content {
    padding: 0;
  }
}
.top-information-buttons {
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}
@media (max-width: 767px) {
  .top-information-buttons {
    padding-left: 0;
    padding-right: 0;
  }
}
.top-information-buttons .button-where-to-request {
  float: right;
}
@media (max-width: 767px) {
  .top-information-buttons .button-where-to-request {
    display: none;
  }
}
.top-information-buttons-clone-wrapper {
  background-color: #f0efea;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: fixed;
  background-color: #e6f7ff;
  bottom: 0;
  left: 0;
  z-index: 998;
}
.top-information-buttons-clone-wrapper:before,
.top-information-buttons-clone-wrapper:after {
  content: " ";
  display: table;
}
.top-information-buttons-clone-wrapper:after {
  clear: both;
}
@media (max-width: 767px) {
  .top-information-buttons-clone-wrapper {
    padding: 0 5px;
  }
}
@media print {
  .top-information-buttons-clone-wrapper {
    margin-top: 0 !important;
  }
}
.top-information-buttons-clone {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent;
}
@media (min-width: 1200px) {
  .top-information-buttons-clone {
    width: 1180px;
  }
}
@media (max-width: 767px) {
  .top-information-buttons-clone {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.top-information-buttons-clone:before,
.top-information-buttons-clone:after {
  content: " ";
  display: table;
}
.top-information-buttons-clone:after {
  clear: both;
}
.top-information-buttons-clone .button-where-to-request {
  float: none;
  margin-left: 1em;
}
.top-information-buttons-clone .button-where-to-request i {
  display: none;
}
.top-information-buttons-clone .button-back-to-top {
  float: right;
}
@media (max-width: 767px) {
  .top-information-buttons-clone .button-back-to-top {
    display: none;
  }
}
.sticky-wrapper.is-sticky .top-information-buttons {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
  background-color: rgba(255, 255, 255, 0.8);
  margin-left: -30px;
  margin-right: -30px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.item-title {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
  margin: 0 0 1rem;
  font-size: 12px;
  color: #666;
  margin: 3px 0 5px;
}
.item-title small,
.item-title .small {
  font-weight: normal;
  line-height: 1;
  color: #d8d8d8;
  color: #666;
}
a .item-title {
  color: inherit !important;
}
.item-description {
  padding-left: 0;
  list-style: none;
  word-wrap: break-word;
}
.item-description:last-child {
  margin-bottom: 0;
}
.items-wrapper {
  margin: 0 -15px;
  margin-bottom: 21px;
}
.items-wrapper:before,
.items-wrapper:after {
  content: " ";
  display: table;
}
.items-wrapper:after {
  clear: both;
}
.items-wrapper .item-title {
  width: 22.22222222%;
  padding: 0 15px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .items-wrapper .item-title {
    width: 33.33333333%;
    padding: 0 15px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.items-wrapper .item-description {
  width: 77.77777778%;
  padding: 0 15px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}
@media (max-width: 767px) {
  .items-wrapper .item-description {
    width: 66.66666667%;
    padding: 0 15px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.section-collapsible-header {
  margin: 2rem 0 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
  margin: 0 0 1rem;
  font-size: 21px;
  border-top: 1px solid #050a65;
  margin-top: 30px;
  padding: 15px 0;
}
.section-collapsible-header small,
.section-collapsible-header .small {
  font-weight: normal;
  line-height: 1;
  color: #070d7d;
  color: #666;
}
a .section-collapsible-header {
  color: inherit !important;
}
.section-collapsible-header:before,
.section-collapsible-header:after {
  content: " ";
  display: table;
}
.section-collapsible-header:after {
  clear: both;
}
.section-collapsible-header i {
  display: none;
}
@media (max-width: 767px) {
  .section-collapsible-header {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.3;
    color: #000;
    margin: 0 0 1rem;
    font-size: 17px;
    cursor: pointer;
    border-top: 1px solid #050a65;
    padding: 15px;
    margin: 0 -15px;
    color: #050a65;
    background-color: #fff;
  }
  .section-collapsible-header small,
  .section-collapsible-header .small {
    font-weight: normal;
    line-height: 1;
    color: #d8d8d8;
    color: #666;
  }
  a .section-collapsible-header {
    color: inherit !important;
  }
  .section-collapsible-header i {
    display: inline-block;
    float: right;
  }
}
@media (min-width: 768px) {
  .section-mobile-only-header {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}
.section-collapsible-content {
  padding-top: 15px;
}
.section-collapsible-content.section-actions-content {
  padding-top: 0;
}
@media (max-width: 767px) {
  .section-collapsible-content.section-actions-content {
    padding-top: 15px;
  }
}
.square-icon-item-detail img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .square-icon-item-detail {
    display: none;
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
  }
}
.marc-record {
  padding-left: 0;
  list-style: none;
}
.marc-record > li {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 5px;
}
.marc-record > li > span {
  display: table-cell;
  vertical-align: top;
}
.marc-record .marc-tag {
  width: 5%;
  padding-right: 20px;
}
@media (max-width: 991px) {
  .marc-record .marc-tag {
    width: 7%;
  }
}
@media (max-width: 767px) {
  .marc-record .marc-tag {
    width: 9%;
  }
}
.marc-record .marc-fixed {
  width: 95%;
  overflow-wrap: break-word;
  word-wrap: break-word;
  white-space: pre-wrap;
}
@media (max-width: 991px) {
  .marc-record .marc-fixed {
    width: 93%;
  }
}
@media (max-width: 767px) {
  .marc-record .marc-fixed {
    width: 91%;
  }
}
.marc-record .marc-indicator {
  width: 4%;
  padding-right: 20px;
}
.marc-record .marc-field {
  width: 91%;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.homepage-carousel {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.homepage-carousel-item {
  padding: 30px;
  background-color: #fff;
}
.homepage-carousel-item img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .homepage-carousel-item {
    padding: 15px;
  }
}
.homepage-carousel-item-title {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
  margin: 0 0 1rem;
  font-size: 17px;
  margin: 0;
}
.homepage-carousel-item-title small,
.homepage-carousel-item-title .small {
  font-weight: normal;
  line-height: 1;
  color: #d8d8d8;
  color: #666;
}
a .homepage-carousel-item-title {
  color: inherit !important;
}
.homepage-banner-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 30px;
  background-color: #fffbe7;
  border-top: 5px solid #d1343f;
}
@media (min-width: 1200px) {
  .homepage-banner-wrapper {
    width: 1180px;
  }
}
@media (max-width: 767px) {
  .homepage-banner-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.homepage-banner {
  padding-left: 0;
  list-style: none;
  margin: 0 -15px;
}
.homepage-banner:before,
.homepage-banner:after {
  content: " ";
  display: table;
}
.homepage-banner:after {
  clear: both;
}
.homepage-banner-item {
  width: 33.33333333%;
  padding: 0 15px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .homepage-banner-item {
    width: 100%;
    padding: 0 15px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    margin-bottom: 1px;
  }
}
.homepage-banner-item-wrapper {
  background: #050549;
  background-size: cover;
  padding: 30px;
  position: relative;
}

.homepage-banner-item-wrapper:hover {
  background: #04043c;
}

@media (max-width: 767px) {
  .homepage-banner-item-wrapper {
    padding: 15px;
  }
}

.homepage-banner-item-wrapper .homepage-banner-item-title {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
  margin: 0 0 1rem;
  font-size: 21px;
  line-height: 1.1;
  margin: 0 0 6px;
  display: block;
  position: relative;
  z-index: 2;
}
.homepage-banner-item-wrapper .homepage-banner-item-title small,
.homepage-banner-item-wrapper .homepage-banner-item-title .small {
  font-weight: normal;
  line-height: 1;
  color: #d8d8d8;
  color: #666;
}
a .homepage-banner-item-wrapper .homepage-banner-item-title {
  color: inherit !important;
}
.homepage-banner-item-wrapper .homepage-banner-item-title a {
  color: white;
}

.homepage-banner-item-description {
  color: #fff;
  font-size: 13px;
  line-height: 1.3;
  position: relative;
  z-index: 2;
}
.homepage-banner-item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
.opac-search-form-fieldset {
  border: none;
  padding: 0;
  margin-bottom: 28px;
}
.opac-search-form-fieldset legend {
  padding: 0;
  margin-bottom: 10px;
}
.opac-search-form-columns-wrapper {
  margin: 0 -15px;
}
.opac-search-form-columns-wrapper:before,
.opac-search-form-columns-wrapper:after {
  content: " ";
  display: table;
}
.opac-search-form-columns-wrapper:after {
  clear: both;
}
.opac-search-form-columns {
  margin: 1px 0;
}
.opac-search-form-columns-browse-argument1,
.opac-search-form-columns-browse-argument2 {
  width: 50%;
  padding: 0 15px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .opac-search-form-columns-browse-argument1,
  .opac-search-form-columns-browse-argument2 {
    width: 100%;
    padding: 0 15px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.opac-search-form-columns-keyword-argument1 {
  width: 66.66666667%;
  padding: 0 15px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .opac-search-form-columns-keyword-argument1 {
    width: 100%;
    padding: 0 15px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.opac-search-form-columns-keyword-argument2 {
  width: 33.33333333%;
  padding: 0 15px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .opac-search-form-columns-keyword-argument2 {
    width: 100%;
    padding: 0 15px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.opac-search-form-columns-advanced-argument1 {
  width: 50%;
  padding: 0 15px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .opac-search-form-columns-advanced-argument1 {
    width: 100%;
    padding: 0 15px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.opac-search-form-columns-advanced-argument2 {
  width: 16.66666667%;
  padding: 0 15px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .opac-search-form-columns-advanced-argument2 {
    width: 100%;
    padding: 0 15px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.opac-search-form-columns-advanced-argument3 {
  width: 4.16666667%;
  padding: 0 15px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .opac-search-form-columns-advanced-argument3 {
    width: 8.33333333%;
    padding: 0 15px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 767px) {
  .opac-search-form-columns-advanced-argument3 {
    width: 16.66666667%;
    padding: 0 15px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.opac-search-form-columns-advanced-argument4 {
  width: 29.16666667%;
  padding: 0 15px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .opac-search-form-columns-advanced-argument4 {
    width: 25%;
    padding: 0 15px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 767px) {
  .opac-search-form-columns-advanced-argument4 {
    width: 83.33333333%;
    padding: 0 15px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.opac-search-form-row {
  padding: 15px 0;
}
.opac-search-form-columns-limit-section {
  width: 50%;
  padding: 0 15px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .opac-search-form-columns-limit-section {
    width: 66.66666667%;
    padding: 0 15px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 767px) {
  .opac-search-form-columns-limit-section {
    width: 100%;
    padding: 0 15px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.limit-section {
  margin-bottom: 28px;
}
.buttons-wrapper {
  margin: 0 -30px;
  background-color: #deddd8;
  padding: 15px 30px;
}
.buttons-wrapper:before,
.buttons-wrapper:after {
  content: " ";
  display: table;
}
.buttons-wrapper:after {
  clear: both;
}
.buttons-wrapper .wrap {
  margin: 0 -15px;
}
.collapse-toggle-header {
  margin: 0;
}
.collapse-toggle-tips {
  display: inline-block;
  height: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  margin-bottom: 0;
  background-color: #f5f5f5;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  color: #333;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
  margin: 0 0 1rem;
  font-size: 17px;
  color: #050a65;
  background-color: transparent;
  border-color: transparent;
  border-style: solid;
  padding: 0;
  height: auto;
  line-height: normal;
  text-align: left;
  margin: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.collapse-toggle-tips:hover,
.collapse-toggle-tips:focus,
.collapse-toggle-tips.focus {
  color: #333;
  background-color: #040955;
  text-decoration: none;
}
.collapse-toggle-tips:focus,
.collapse-toggle-tips.focus {
  outline: 1px dotted;
  outline-offset: -2px;
}
.collapse-toggle-tips.disabled,
.collapse-toggle-tips[disabled],
fieldset[disabled] .collapse-toggle-tips {
  cursor: not-allowed;
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  -ms-opacity: 0.4;
  -o-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40);
}
.collapse-toggle-tips small,
.collapse-toggle-tips .small {
  font-weight: normal;
  line-height: 1;
  color: #d8d8d8;
  color: #666;
}
a .collapse-toggle-tips {
  color: inherit !important;
}
.collapse-toggle-tips:focus,
.collapse-toggle-tips.focus {
  color: #040955;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
}
.collapse-toggle-tips:hover {
  color: #040955;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
}
.collapse-toggle-tips:active,
.collapse-toggle-tips.active {
  color: #040955;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  border-style: solid;
}
.collapse-toggle-tips.disabled,
.collapse-toggle-tips[disabled],
.collapse-toggle-tips fieldset[disabled] {
  color: #474747;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.collapse-toggle-tips.is-active {
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.collapse-toggle-block {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .limits-container .limit-section-top > span {
    display: block;
  }
  .limits-container .limit-section-top > span input[type="text"] {
    width: 82px;
  }
}
/*
.limits-container {
	.limit-section-top {
		margin-bottom: @gutter-width;
	}
	.limit-section {
		margin-bottom: @gutter-width;
		label {
			display: block;
			margin-bottom: 3px;
		}
		select[multiple] {
			width: 63%;
			.screen-sm-max ({width: 100%;});
		}
	}
	.limit-section-record-number {
		margin-bottom: @gutter-width;
	}
}*/
/*.argument {
	.box-sizing();
	display: inline-block;
	padding-left: @opac-form-gap;
	&:first-child {
		padding-left: 0;
	}
}
.argument-search,
.argument-type,
.argument-code			{
	width: 100%;
}
.argument-code-label {
	position: absolute;
	left: @opac-form-gap;
	top: 0;
	height: 35px;
	line-height: 35px;
}

.argument-input {
	width: 48%;
	.screen-sm-max ({
		width: 100%;
		padding-left: 0;
	});
}
.argument-select {
	width: 15%;
	.screen-sm-max ({
		margin-top: 5px;
		width: 37%;
		padding-left: 0;
	});
}
.argument-within {
	width: 37%; 
	position: relative;
	padding-left: (@opac-form-gap + 42);
	.screen-sm-max ({
		margin-top: 5px;
		width: 63%;
	});
}
	*/
/*.search-advanced-inputs-combine {
		padding: 15px 0;
	}
	.search-limits {
		border-top: 1px solid @gray;
		padding: @gutter-width 0;
	}*/
.banner-background-01 {
  background-color: #333;
  background-image: url('../images/banner/opac-banner-01.jpg');
  background-repeat: repeat;
  background-position: center top;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 300px;
  z-index: 0;
}
.banner-background-02 {
  background-color: #333;
  background-image: url('../images/banner/opac-banner-01.jpg');
  background-repeat: repeat;
  background-position: center top;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 300px;
  z-index: 0;
}
.banner-background-03 {
  background-color: #333;
  background-image: url('../images/banner/opac-banner-01.jpg');
  background-repeat: repeat;
  background-position: center top;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 300px;
  z-index: 0;
}
.banner-background-04 {
  background-color: #333;
  background-image: url('../images/banner/opac-banner-01.jpg');
  background-repeat: repeat;
  background-position: center top;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 300px;
  z-index: 0;
}
.banner-background-05 {
  background-color: #333;
  background-image: url('../images/banner/opac-banner-01.jpg');
  background-repeat: repeat;
  background-position: center top;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 300px;
  z-index: 0;
}
.banner-background-06 {
  background-color: #333;
  background-image: url('../images/banner/opac-banner-01.jpg');
  background-repeat: repeat;
  background-position: center top;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 300px;
  z-index: 0;
}
.banner-background-07 {
  background-color: #333;
  background-image: url('../images/banner/opac-banner-01.jpg');
  background-repeat: repeat;
  background-position: center top;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 300px;
  z-index: 0;
}
.banner-background-08 {
  background-color: #333;
  background-image: url('../images/banner/opac-banner-01.jpg');
  background-repeat: repeat;
  background-position: center top;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 300px;
  z-index: 0;
}

.related-resources {
  list-style: none;
  margin: 0;
  padding: 0;
}

.related-resources li {
  margin-bottom: 5px;
}

/* Show the banner overlay when there is a heading in the banner */
main.banner-has-heading div#banner-background div {
  background-color: black;
  opacity: .5;
}
