<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css?family=Abril+Fatface|Lato:300,400,700|Open+Sans:300,400,700");
/* line 46, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/ls-style-master.scss */
.animate, a, .accordion h3.accordion-title, .accordion label, .accordion .tab-content, .accordion .tab-content input:checked ~ label, .tabbed-content label, .tabbed-content input:checked + label, button, a.magenta-button, ol.winner-list li.list-object .biblio-info-block a.view-desc-button, a.halo-button, input[type='submit'], button.halo-button, .form-group input[type='text'], .form-group input[type='email'], .form-group input[type='search'], ul.head-nav-row li a, ul.head-nav-row li a.search-toggle, .mobile-nav-triggers a.search-toggle-mobile, ol.winner-list li.list-object .biblio-info-block .winner-description, ul.arch-parent-wrapper li.arch-list-object, .cover-wrapper.search-result-titles li.cover-entry, ul.search-nav li a {
  /* ahoy there */
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
}

/* line 53, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/ls-style-master.scss */
.fluid-block {
  display: -webkit-flex;
  /* Safari */
  -webkit-flex-wrap: wrap;
  /* Safari 6.1+ */
  display: flex;
  flex-wrap: wrap;
}

/* ========== GLOBAL RESET ========== */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/* line 8, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, ul.arch-parent-wrapper li.arch-list-object a, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* line 31, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 35, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_reset.scss */
body {
  line-height: 1;
}

/* line 41, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 44, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_reset.scss */
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

/* line 48, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 55, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_reset.scss */
html {
  box-sizing: border-box;
}

/* line 58, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_reset.scss */
*, *:before, *:after {
  box-sizing: inherit;
}

/* line 13, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_global.scss */
.pull-left {
  float: left;
}

/* line 16, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_global.scss */
.pull-right {
  float: right;
}

/* line 19, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_global.scss */
.clearfix {
  clear: both;
}

/* line 10, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_typography.scss */
body {
  font-family: "Open Sans", sans-serif;
  color: #111111;
}

/* line 13, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_typography.scss */
body strong {
  font-weight: bolder;
}

/* line 20, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_typography.scss */
h1 {
  font-size: 3em;
  font-family: "Abril Fatface", cursive;
  color: #111111;
  padding: 0.25em 0 1em;
}

/* line 27, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_typography.scss */
h2 {
  font-size: 2.25em;
  font-family: "Abril Fatface", cursive;
  font-weight: 400;
  color: #9B9B9B;
  padding: 0.5em 0 0.75em;
}

/* line 34, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_typography.scss */
h2 a {
  color: #9B9B9B;
  text-decoration: none;
}

/* line 39, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_typography.scss */
h3 {
  font-size: 1.75em;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  padding: 0.5em 0;
}

/* line 44, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_typography.scss */
h3 a {
  text-decoration: none;
}

/* line 47, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_typography.scss */
h3.smaller {
  font-size: 1.45em;
}

/* line 51, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_typography.scss */
h4 {
  font-size: 1.35em;
  font-family: "Abril Fatface", cursive;
  padding: 0.5em 0 0.75em;
  letter-spacing: 0.025em;
  color: #9A3D97;
}

/* line 57, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_typography.scss */
h4 a {
  color: #9A3D97;
  text-decoration: none;
}

/* line 62, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_typography.scss */
h5, ul.arch-parent-wrapper li.arch-list-object a {
  font-family: "Abril Fatface", cursive;
  font-size: 1.25em;
  padding: 0.5em 0 0;
}

/* line 67, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_typography.scss */
h6 {
  font-size: 1.15em;
  font-family: "Lato", sans-serif;
  color: #38857D;
  padding: 0.5em 0;
}

/* line 76, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_typography.scss */
p {
  font-size: 0.95em;
  line-height: 1.2em;
  padding: 0.25em 0 0.75em;
}

/* line 82, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_typography.scss */
ul {
  margin: 0.5em 0 1em 2em;
}

/* line 84, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_typography.scss */
ul li {
  color: #3c3c3c;
  /* set color of list item text */
  list-style: none;
  padding-bottom: 0.5em;
}

/* line 89, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_typography.scss */
ul li::before {
  color: #38857D;
  content: "\2022";
  font-size: 1.5em;
  padding-right: 0.25em;
  position: relative;
  top: 3px;
  line-height: 0.75em;
}

/* line 100, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_typography.scss */
ol {
  margin: 1em 0 1em 3em;
}

/* line 103, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_typography.scss */
ol.big-numbers li {
  counter-increment: list;
  list-style-type: none;
  position: relative;
  margin: 0 0 2.5em 0;
}

/* line 108, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_typography.scss */
ol.big-numbers li:before {
  color: #ffffff;
  content: counter(list) " ";
  left: -50px;
  top: 1px;
  position: absolute;
  width: 26px;
  height: 26px;
  text-align: center;
  background: #38857D;
  border-radius: 1em;
  padding-top: 5px;
}

/* line 123, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_typography.scss */
ol.small-numbers {
  font-size: 0.9em;
  margin: 1.5em 4em 0 4em;
}

/* line 126, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_typography.scss */
ol.small-numbers li {
  counter-increment: list;
  list-style-type: none;
  position: relative;
  margin: 0 0 1.25em 0;
  line-height: 1.15em;
  padding: 0 0 0.75em 0;
}

/* line 133, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_typography.scss */
ol.small-numbers li:before {
  color: #ffffff;
  content: counter(list) " ";
  left: -38px;
  top: 1px;
  position: absolute;
  width: 26px;
  height: 26px;
  text-align: center;
  background: #38857D;
  border-radius: 1em;
  padding-top: 5px;
}

/* line 155, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_typography.scss */
ol.big-numbers li h3 {
  padding: 0 0 0.75em;
}

/* line 163, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_typography.scss */
a {
  color: #E11F77;
  cursor: pointer;
}

/* line 167, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_typography.scss */
a:hover {
  color: #A11957;
}

/* line 170, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_typography.scss */
a:active, a:focus {
  color: #111111;
  outline: none;
}

/* line 10, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_objects.scss */
.accordion {
  width: 100%;
  margin: 0 0 2.5em;
}

/* line 14, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_objects.scss */
.accordion h3.accordion-title {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #111;
  display: block;
  padding: 0.5em 1.75em 0.5em 1em;
  margin: 0 0 1px 0;
  background: #96BA40;
  cursor: pointer;
}

/* line 25, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_objects.scss */
.accordion h3.accordion-title:after {
  position: absolute;
  right: 10px;
  top: 9px;
  display: block;
  text-align: center;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  content: "\25BC";
  transform: rotate(90deg);
}

/* line 37, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_objects.scss */
.accordion h3.accordion-title:hover {
  color: #ffffff;
  background: #68812b;
}

/* line 42, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_objects.scss */
.accordion h3.accordion-title.open:after {
  transform: rotate(0deg);
}

/* line 47, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_objects.scss */
.accordion .accordion-content {
  background: #EEE;
  padding: 2.25em;
}

/* line 67, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_objects.scss */
.accordion {
  width: 100%;
  margin: 0 0 2.5em;
  /* Icon */
}

/* line 70, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_objects.scss */
.accordion .tab {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  color: #111111;
  overflow: hidden;
}

/* line 77, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_objects.scss */
.accordion input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

/* line 82, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_objects.scss */
.accordion label {
  position: relative;
  display: block;
  padding: 0.5em 0 0.5em 1em;
  background: #96BA40;
  cursor: pointer;
}

/* line 89, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_objects.scss */
.accordion label:hover {
  color: #ffffff;
  background: #68812b;
}

/* line 94, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_objects.scss */
.accordion .tab-content {
  max-height: 0;
  overflow: hidden;
  background: #C4D59D;
  -webkit-transition: max-height .5s;
  -o-transition: max-height .5s;
  transition: max-height .5s;
}

/* line 102, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_objects.scss */
.accordion .tab-content p {
  padding: 0 0 1em;
  line-height: 1.5em;
}

/* line 106, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_objects.scss */
.accordion .tab-content .inner-wrap {
  background: #E3E3E3;
  margin: 1em;
  padding: 2.25em;
}

/* line 110, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_objects.scss */
.accordion .tab-content .inner-wrap ol {
  margin: 0 0 0 1.5em;
  font-size: 0.95em;
}

/* line 113, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_objects.scss */
.accordion .tab-content .inner-wrap ol li {
  padding: 0 0 0.75em 0;
}

/* line 117, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_objects.scss */
.accordion .tab-content .inner-wrap ul {
  margin: 0.5em 0 0 1.5em;
}

/* line 119, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_objects.scss */
.accordion .tab-content .inner-wrap ul li {
  padding: 0 0 0.5em 0;
}

/* line 125, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_objects.scss */
.accordion .tab-content input:checked ~ label {
  color: #ffffff;
  background: #68812b;
}

/* line 131, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_objects.scss */
.accordion .tab-content input:checked ~ label:hover {
  color: #96BA40;
  background: #68812b;
}

/* line 137, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_objects.scss */
.accordion input:checked ~ .tab-content {
  max-height: 2500px;
}

/* line 141, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_objects.scss */
.accordion label::after {
  position: absolute;
  right: 10px;
  top: 9px;
  display: block;
  text-align: center;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

/* line 151, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_objects.scss */
.accordion input[type=checkbox] + label::after {
  content: "\25BC";
  transform: rotate(90deg);
}

/* line 155, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_objects.scss */
.accordion input[type=checkbox]:checked + label::after {
  transform: rotate(0deg);
}

/* line 165, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_objects.scss */
.tabbed-content section {
  display: none;
  padding: 0;
}

/* line 172, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_objects.scss */
.tabbed-content input {
  display: none;
}

/* line 175, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_objects.scss */
.tabbed-content label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 0.5em 1em;
  font-family: "Abril Fatface", cursive;
  font-size: 1.75em;
  background: #E3E3E3;
  border: 1px solid #E3E3E3;
  border-radius: 8px 8px 0 0;
  width: 49.5%;
}

/* line 186, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_objects.scss */
.tabbed-content label:hover {
  background: #9B9B9B;
}

/* line 189, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_objects.scss */
.tabbed-content label:active {
  background: #787878;
}

/* line 193, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_objects.scss */
.tabbed-content input:checked + label {
  color: #555;
  border: 1px solid #ddd;
  background: #ffffff;
  border-bottom: 1px solid #fff;
  position: relative;
  z-index: 1;
}

/* line 201, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_objects.scss */
.tabbed-content input:checked + label:hover {
  background: #F1F1F1;
  border-bottom: 1px solid #F1F1F1;
}

/* line 205, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_objects.scss */
.tabbed-content input:checked + label:active {
  background: #9B9B9B;
  border-bottom: 1px solid #9B9B9B;
}

/* line 210, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_objects.scss */
.tabbed-content #ad-tab:checked ~ #adult-content,
.tabbed-content #juv-tab:checked ~ #juvenile-content {
  display: block;
}

/* line 219, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_objects.scss */
.mail-social-wrap {
  height: 140px;
  margin: 2em 0 0;
}

/* line 224, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_objects.scss */
ul.mail-social {
  list-style-type: none;
  margin: 1em 0 0 2em;
  padding: 0;
  display: block;
}

/* line 229, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_objects.scss */
ul.mail-social li {
  margin: 0 0 1em 0;
  height: 50px;
}

/* line 234, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_objects.scss */
ul.mail-social li:before {
  content: '';
  padding-right: 0;
  line-height: 0;
}

/* line 239, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_objects.scss */
ul.mail-social li a {
  font-family: "Abril Fatface", cursive;
  font-size: 1.5em;
  display: block;
  cursor: pointer;
  padding: 0.75em 0 0.75em 3.5em;
  text-decoration: none;
  color: #222;
  width: 55%;
}

/* line 248, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_objects.scss */
ul.mail-social li a.twitter {
  background: url(../images/twitter-icon.svg) 3% 50% no-repeat;
  background-size: 50px 50px;
}

/* line 252, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_objects.scss */
ul.mail-social li a.facebook {
  background: url(../images/facebook-icon.svg) 3% 50% no-repeat;
  background-size: 50px 50px;
}

/* line 256, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_objects.scss */
ul.mail-social li a.tumblr {
  background: url(../images/tumblr-icon.svg) 3% 50% no-repeat;
  background-size: 50px 50px;
}

/* line 260, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_objects.scss */
ul.mail-social li a.goodreads {
  background: url(../images/goodreads-icon.svg) 3% 50% no-repeat;
  background-size: 50px 50px;
}

/* line 264, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_objects.scss */
ul.mail-social li a:hover {
  color: #E11F77;
  background-color: #ffffff;
}

/* line 268, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_objects.scss */
ul.mail-social li a:active {
  color: #111111;
}

/* line 275, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_objects.scss */
.horizontal-button-group {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 1em;
}

/* line 281, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_objects.scss */
.horizontal-button-group a.magenta-button, .horizontal-button-group ol.winner-list li.list-object .biblio-info-block a.view-desc-button, ol.winner-list li.list-object .biblio-info-block .horizontal-button-group a.view-desc-button {
  display: flex;
  align-items: center;
  text-align: center;
  min-height: 55px;
  max-height: 70px;
}

/* line 288, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_objects.scss */
.horizontal-button-group a.halo-button {
  display: flex;
  align-items: center;
  text-align: center;
  min-height: 55px;
  max-height: 70px;
}

/* line 295, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_objects.scss */
.horizontal-button-group button, .horizontal-button-group a.magenta-button, .horizontal-button-group ol.winner-list li.list-object .biblio-info-block a.view-desc-button, ol.winner-list li.list-object .biblio-info-block .horizontal-button-group a.view-desc-button, .horizontal-button-group a.halo-button, .horizontal-button-group input[type='submit'] {
  padding: 0.5em 0.75em;
  font-size: 0.9em;
}

/* line 299, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_objects.scss */
.horizontal-button-group button.magenta-button, .horizontal-button-group a.magenta-button, .horizontal-button-group ol.winner-list li.list-object .biblio-info-block a.view-desc-button, ol.winner-list li.list-object .biblio-info-block .horizontal-button-group a.view-desc-button, .horizontal-button-group input.magenta-button[type='submit'] {
  margin: 0 0.5em 0.2em 0;
  display: inline-flex;
  align-items: center;
}

/* line 304, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_objects.scss */
.horizontal-button-group button.halo-button, .horizontal-button-group ol.winner-list li.list-object .biblio-info-block a.halo-button.view-desc-button, ol.winner-list li.list-object .biblio-info-block .horizontal-button-group a.halo-button.view-desc-button, .horizontal-button-group a.halo-button, .horizontal-button-group input.halo-button[type='submit'] {
  margin: 0 0.5em 0.2em 0;
  display: inline-flex;
  align-items: center;
  min-height: 55px;
  max-height: 70px;
}

/* line 310, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_objects.scss */
.horizontal-button-group button.halo-button.pdf, .horizontal-button-group ol.winner-list li.list-object .biblio-info-block a.pdf.halo-button.view-desc-button, ol.winner-list li.list-object .biblio-info-block .horizontal-button-group a.pdf.halo-button.view-desc-button, .horizontal-button-group a.pdf.halo-button, .horizontal-button-group input.halo-button.pdf[type='submit'] {
  padding-right: 45px;
  background: url(../images/pdf-18x.png) no-repeat 93% 50% #ffffff;
}

/* line 313, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_objects.scss */
.horizontal-button-group button.halo-button.pdf:hover, .horizontal-button-group ol.winner-list li.list-object .biblio-info-block a.pdf.halo-button.view-desc-button:hover, ol.winner-list li.list-object .biblio-info-block .horizontal-button-group a.pdf.halo-button.view-desc-button:hover, .horizontal-button-group a.pdf.halo-button:hover, .horizontal-button-group input.halo-button.pdf:hover[type='submit'] {
  background: url(../images/pdf-18x.png) no-repeat 93% 50% #E3E3E3;
  color: #A11957;
}

/* line 318, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_objects.scss */
.horizontal-button-group button.halo-button.catalist, .horizontal-button-group ol.winner-list li.list-object .biblio-info-block a.catalist.halo-button.view-desc-button, ol.winner-list li.list-object .biblio-info-block .horizontal-button-group a.catalist.halo-button.view-desc-button, .horizontal-button-group a.catalist.halo-button, .horizontal-button-group input.halo-button.catalist[type='submit'] {
  padding-right: 45px;
  background: url(../images/catalist-18x18.png) no-repeat 93% 50% #ffffff;
}

/* line 321, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_objects.scss */
.horizontal-button-group button.halo-button.catalist:hover, .horizontal-button-group ol.winner-list li.list-object .biblio-info-block a.catalist.halo-button.view-desc-button:hover, ol.winner-list li.list-object .biblio-info-block .horizontal-button-group a.catalist.halo-button.view-desc-button:hover, .horizontal-button-group a.catalist.halo-button:hover, .horizontal-button-group input.halo-button.catalist:hover[type='submit'] {
  background: url(../images/catalist-18x18.png) no-repeat 93% 50% #E3E3E3;
  color: #A11957;
}

/* line 328, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_objects.scss */
.horizontal-button-group.arch .fb-share-button {
  left: -66px;
}

/* line 333, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_objects.scss */
.sub-horizontal-button-group {
  width: 100%;
  margin: 0 0 2em;
}

/* line 338, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_objects.scss */
.arch-social-row {
  display: inline-block;
  width: 95%;
  display: flex;
  justify-content: flex-start;
}

/* line 345, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_objects.scss */
.tweetbutton {
  position: relative;
  height: 20px;
  width: 70px;
  box-sizing: border-box;
  padding: 1px 8px 1px 6px;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  background-color: #1b95e0;
  display: block;
  margin: 0 0 0 6px;
}

/* line 357, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_objects.scss */
.tweetbutton i {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: transparent 0 0 no-repeat;
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h72v72H0z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23fff%22%20d%3D%22M68.812%2015.14c-2.348%201.04-4.87%201.744-7.52%202.06%202.704-1.62%204.78-4.186%205.757-7.243-2.53%201.5-5.33%202.592-8.314%203.176C56.35%2010.59%2052.948%209%2049.182%209c-7.23%200-13.092%205.86-13.092%2013.093%200%201.026.118%202.02.338%202.98C25.543%2024.527%2015.9%2019.318%209.44%2011.396c-1.125%201.936-1.77%204.184-1.77%206.58%200%204.543%202.312%208.552%205.824%2010.9-2.146-.07-4.165-.658-5.93-1.64-.002.056-.002.11-.002.163%200%206.345%204.513%2011.638%2010.504%2012.84-1.1.298-2.256.457-3.45.457-.845%200-1.666-.078-2.464-.23%201.667%205.2%206.5%208.985%2012.23%209.09-4.482%203.51-10.13%205.605-16.26%205.605-1.055%200-2.096-.06-3.122-.184%205.794%203.717%2012.676%205.882%2020.067%205.882%2024.083%200%2037.25-19.95%2037.25-37.25%200-.565-.013-1.133-.038-1.693%202.558-1.847%204.778-4.15%206.532-6.774z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 366, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_objects.scss */
.tweetbutton span.label {
  left: 24px;
  top: 4px;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  position: absolute;
  font-size: 12px;
}

/* line 382, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_objects.scss */
.fb-link {
  margin: 0 0 0 6px;
}

/* line 386, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_objects.scss */
.fb-share-button {
  top: 10px;
  left: -60px;
  position: relative;
}

/* line 390, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_objects.scss */
.fb-share-button a {
  background: url(../images/fb-share.png);
  display: block;
  width: 59px;
  height: 20px;
}

/* line 396, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_objects.scss */
.fb-share-button.popup {
  top: 1px;
  left: 7px;
}

/* line 402, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_objects.scss */
.facebutton {
  position: relative;
  height: 20px;
  width: 70px;
  box-sizing: border-box;
  padding: 1px 8px 1px 6px;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  background-color: #1b95e0;
}

/* line 412, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_objects.scss */
.facebutton i {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: transparent 0 0 no-repeat;
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h72v72H0z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23fff%22%20d%3D%22M68.812%2015.14c-2.348%201.04-4.87%201.744-7.52%202.06%202.704-1.62%204.78-4.186%205.757-7.243-2.53%201.5-5.33%202.592-8.314%203.176C56.35%2010.59%2052.948%209%2049.182%209c-7.23%200-13.092%205.86-13.092%2013.093%200%201.026.118%202.02.338%202.98C25.543%2024.527%2015.9%2019.318%209.44%2011.396c-1.125%201.936-1.77%204.184-1.77%206.58%200%204.543%202.312%208.552%205.824%2010.9-2.146-.07-4.165-.658-5.93-1.64-.002.056-.002.11-.002.163%200%206.345%204.513%2011.638%2010.504%2012.84-1.1.298-2.256.457-3.45.457-.845%200-1.666-.078-2.464-.23%201.667%205.2%206.5%208.985%2012.23%209.09-4.482%203.51-10.13%205.605-16.26%205.605-1.055%200-2.096-.06-3.122-.184%205.794%203.717%2012.676%205.882%2020.067%205.882%2024.083%200%2037.25-19.95%2037.25-37.25%200-.565-.013-1.133-.038-1.693%202.558-1.847%204.778-4.15%206.532-6.774z%22%2F%3E%3C%2Fsvg%3E);
}

/* line 421, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_objects.scss */
.facebutton span.label {
  left: 24px;
  top: 4px;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  position: absolute;
  font-size: 12px;
}

/* line 437, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_objects.scss */
.goodreads-btn {
  position: relative;
  top: -1px;
}

/* line 445, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_objects.scss */
.arch-button-tweet {
  width: 70px;
  height: 20px;
  background: url(../images/tweet-btn.png) 0 24px;
  background-size: 100%;
  margin-top: -24px;
  display: block;
}

/* line 454, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_objects.scss */
.arch-button-tweet a {
  color: transparent;
  width: 70px;
  height: 20px;
  display: block;
}

/* line 460, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_objects.scss */
.arch-button-tweet.popup {
  width: 62px;
  height: 20px;
  margin: 1px 0 0 10px;
  background: url("../images/tweet-btn.png") 0 22px;
  background-size: 100%;
}

/* line 466, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_objects.scss */
.arch-button-tweet.popup a {
  width: 62px;
  height: 20px;
  display: block;
}

/* line 471, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_objects.scss */
.arch-button-tweet.popup iframe {
  width: 62px !important;
  height: 20px !important;
}

/* line 9, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_forms.scss */
button, a.magenta-button, ol.winner-list li.list-object .biblio-info-block a.view-desc-button, a.halo-button, input[type='submit'] {
  background: #E11F77;
  color: #ffffff;
  border: none;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 1em;
  color: #ffffff;
  padding: 0.75em 1em;
  border-radius: 4px;
  cursor: pointer;
}

/* line 21, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_forms.scss */
button:hover, a.magenta-button:hover, ol.winner-list li.list-object .biblio-info-block a.view-desc-button:hover, a.halo-button:hover, input:hover[type='submit'] {
  background: #A11957;
}

/* line 24, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_forms.scss */
button:active, a.magenta-button:active, ol.winner-list li.list-object .biblio-info-block a.view-desc-button:active, a.halo-button:active, input:active[type='submit'] {
  background: #812b52;
  outline: none;
}

/* line 28, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_forms.scss */
button:focus, a.magenta-button:focus, ol.winner-list li.list-object .biblio-info-block a.view-desc-button:focus, a.halo-button:focus, input:focus[type='submit'] {
  outline: none;
}

/* line 32, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_forms.scss */
button.halo-button, ol.winner-list li.list-object .biblio-info-block a.halo-button.view-desc-button, a.halo-button, input.halo-button[type='submit'] {
  background: #ffffff;
  color: #E11F77;
  border: 1px solid #E11F77;
}

/* line 37, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_forms.scss */
button.halo-button:hover, ol.winner-list li.list-object .biblio-info-block a.halo-button.view-desc-button:hover, a.halo-button:hover, input.halo-button:hover[type='submit'] {
  background: #E3E3E3;
  color: #A11957;
}

/* line 41, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_forms.scss */
button.halo-button:active, ol.winner-list li.list-object .biblio-info-block a.halo-button.view-desc-button:active, a.halo-button:active, input.halo-button:active[type='submit'] {
  background: #9B9B9B;
  outline: none;
}

/* line 45, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_forms.scss */
button.halo-button:focus, ol.winner-list li.list-object .biblio-info-block a.halo-button.view-desc-button:focus, a.halo-button:focus, input.halo-button:focus[type='submit'] {
  outline: none;
}

/* line 49, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_forms.scss */
a.magenta-button, ol.winner-list li.list-object .biblio-info-block a.view-desc-button {
  text-decoration: none;
}

/* line 53, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_forms.scss */
a.halo-button {
  text-decoration: none;
}

/* line 58, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_forms.scss */
input[type='submit'] {
  padding: 0.75em 0.85em;
}

/* line 65, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_forms.scss */
.form-group {
  margin: 0 0 1em 0;
  position: relative;
}

/* line 68, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_forms.scss */
.form-group.select {
  margin-bottom: 1.5em;
}

/* line 70, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_forms.scss */
.form-group.select:after {
  position: absolute;
  display: block;
  content: '\25bc';
  width: 20px;
  height: 20px;
  top: 14px;
  left: 370px;
}

/* line 80, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_forms.scss */
.form-group label.input-error {
  position: absolute;
  top: 36px;
  left: 10px;
  background: #111111;
  color: #ffffff;
  padding: 0.5em 1em;
  z-index: 1;
}

/* line 89, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_forms.scss */
.form-group input[type='text'] {
  width: 400px;
  height: 40px;
  background: #E3E3E3;
  box-shadow: inset 3px 3px 10px -2px #666;
  -webkit-box-shadow: inset 3px 3px 10px -2px #666;
  border: 1px solid #BCBCBC;
  border-radius: 4px;
  font-family: "Lato", sans-serif;
  padding: 0 0.75em;
  margin: 0 0.5em 0.5em 0;
  font-size: 1.15em;
}

/* line 102, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_forms.scss */
.form-group input[type='text']:hover, .form-group input[type='text']:active, .form-group input[type='text']:focus {
  background: #ECECEC;
}

/* line 106, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_forms.scss */
.form-group input[type='email'] {
  width: 400px;
  height: 40px;
  background: #E3E3E3;
  box-shadow: inset 3px 3px 10px -2px #666;
  -webkit-box-shadow: inset 3px 3px 10px -2px #666;
  border: 1px solid #BCBCBC;
  border-radius: 4px;
  font-family: "Lato", sans-serif;
  padding: 0 0.75em;
  margin: 0 0.5em 0.5em 0;
  font-size: 1.15em;
}

/* line 119, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_forms.scss */
.form-group input[type='email']:hover, .form-group input[type='email']:active, .form-group input[type='email']:focus {
  background: #ECECEC;
}

/* line 123, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_forms.scss */
.form-group input[type='search'] {
  width: 400px;
  height: 40px;
  background: #E3E3E3;
  box-shadow: inset 3px 3px 10px -2px #666;
  -webkit-box-shadow: inset 3px 3px 10px -2px #666;
  border: 1px solid #BCBCBC;
  border-radius: 4px;
  font-family: "Lato", sans-serif;
  padding: 0 0.75em;
  margin: 0 0.5em 0 0;
  font-size: 1.15em;
}

/* line 136, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_forms.scss */
.form-group input[type='search']:hover, .form-group input[type='search']:active, .form-group input[type='search']:focus {
  background: #ECECEC;
}

/* line 140, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_forms.scss */
.form-group textarea[type='text'], .form-group textarea {
  width: 400px;
  min-height: 100px;
  background: #E3E3E3;
  box-shadow: inset 3px 3px 10px -2px #666;
  -webkit-box-shadow: inset 3px 3px 10px -2px #666;
  border: 1px solid #BCBCBC;
  border-radius: 4px;
  font-family: "Lato", sans-serif;
  padding: 1em;
  margin: 0 0.5em 1em 0;
  font-size: 1.15em;
}

/* line 153, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_forms.scss */
.form-group select {
  width: 400px;
  height: 40px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -apple-appearance: none;
  background: -moz-linear-gradient(top, #f9f9f9 0%, #dbdbdb 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f9f9f9 0%, #dbdbdb 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f9f9f9 0%, #dbdbdb 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#dbdbdb',GradientType=0 );
  /* IE6-9 */
  border: 1px solid #BCBCBC;
  border-radius: 4px;
  font-family: "Lato", sans-serif;
  padding: 0 1em;
  margin: 0 0.5em 0 0;
  font-size: 1em;
  position: relative;
}

/* line 172, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_forms.scss */
.form-group.mail-list {
  width: 440px;
}

/* line 176, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_forms.scss */
.select-wrapper {
  position: relative;
}

/* line 178, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_forms.scss */
.select-wrapper:after {
  position: absolute;
  display: block;
  content: '\25bc';
  width: 20px;
  height: 20px;
  top: 14px;
  left: 370px;
  pointer-events: none;
}

/* line 7, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_page-structure.scss */
.full-background-display {
  margin: 0;
  padding: 0;
  min-height: 85vh;
}

/* line 12, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_page-structure.scss */
.full-background-display:nth-child(even) {
  background: #E3E3E3;
  padding: 5em 0;
}

/* line 16, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_page-structure.scss */
.full-background-display:nth-child(even) .form-group input[type='text'], .full-background-display:nth-child(even) .form-group input[type='email'], .full-background-display:nth-child(even) .form-group textarea {
  background: #ffffff;
}

/* line 21, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_page-structure.scss */
.full-background-display:nth-child(odd) {
  background: #ffffff;
}

/* line 24, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_page-structure.scss */
.full-background-display.short {
  min-height: 45vh;
}

/* line 28, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_page-structure.scss */
.content-wrapper {
  width: 80vw;
  margin: 0 auto;
  padding: 1em 0;
}

/* line 32, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_page-structure.scss */
.content-wrapper .content-block {
  margin: 0 0 4em 20vw;
  width: 50vw;
}

/* line 40, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_page-structure.scss */
.cover-wrapper {
  background: #ffffff;
  width: 80vw;
  margin: 0 auto;
  padding: 1em;
}

/* line 46, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_page-structure.scss */
.cover-wrapper ol.cover-array {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0;
  justify-content: flex-start;
}

/* line 52, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_page-structure.scss */
.cover-wrapper ol.cover-array li.cover-entry {
  flex: 0 auto;
  width: 190px;
  min-height: 400px;
  margin: 0 1em 2.5em 0;
  padding: 0 0 0 1em;
  counter-increment: list;
  list-style-type: none;
  position: relative;
}

/* line 61, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_page-structure.scss */
.cover-wrapper ol.cover-array li.cover-entry:before {
  color: #ffffff;
  content: counter(list) " ";
  left: 4px;
  top: 8px;
  position: absolute;
  width: 26px;
  height: 25px;
  text-align: center;
  background: #38857D;
  border-radius: 12px;
  padding-top: 4px;
}

/* line 74, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_page-structure.scss */
.cover-wrapper ol.cover-array li.cover-entry img.cover-entry-thumb {
  max-width: 145px;
  max-height: 220px;
}

/* line 78, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_page-structure.scss */
.cover-wrapper ol.cover-array li.cover-entry .cover-details {
  font-size: 0.8em;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  max-width: 175px;
}

/* line 83, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_page-structure.scss */
.cover-wrapper ol.cover-array li.cover-entry .cover-details div {
  padding: 0 0 0.35em 0;
}

/* line 86, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_page-structure.scss */
.cover-wrapper ol.cover-array li.cover-entry .cover-details .title {
  font-size: 1.15em;
  padding: 0.5em 0;
}

/* line 90, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_page-structure.scss */
.cover-wrapper ol.cover-array li.cover-entry .cover-details .author {
  position: relative;
}

/* line 92, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_page-structure.scss */
.cover-wrapper ol.cover-array li.cover-entry .cover-details .author.canuck:after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 16px;
  background: url(../images/maple.png);
  margin: -3px 0 0 4px;
  position: absolute;
}

/* line 107, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_page-structure.scss */
.cover-wrapper ol.cover-array li.cover-entry .cover-details button, .cover-wrapper ol.cover-array li.cover-entry .cover-details a.magenta-button, .cover-wrapper ol.cover-array li.cover-entry .cover-details ol.winner-list li.list-object .biblio-info-block a.view-desc-button, ol.winner-list li.list-object .biblio-info-block .cover-wrapper ol.cover-array li.cover-entry .cover-details a.view-desc-button, .cover-wrapper ol.cover-array li.cover-entry .cover-details a.halo-button, .cover-wrapper ol.cover-array li.cover-entry .cover-details input[type='submit'] {
  margin: 1em 0;
}

/* line 117, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_page-structure.scss */
.testblock {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  margin: 1em 0 6em;
}

/* line 122, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_page-structure.scss */
.testblock .entry-item {
  width: 20vw;
}

/* line 124, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_page-structure.scss */
.testblock .entry-item img {
  max-width: 200px;
  max-height: 400px;
}

/* line 128, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_page-structure.scss */
.testblock .entry-item h3 {
  font-size: 1.5em;
  padding: 0.5em 0 0;
  margin: 0;
}

/* line 133, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_page-structure.scss */
.testblock .entry-item h4 {
  font-size: 1.25em;
  padding: 0;
  margin: 0;
  font-family: "Lato", sans-serif;
  color: #9B9B9B;
}

/* line 140, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_page-structure.scss */
.testblock .entry-item h5, .testblock .entry-item ul.arch-parent-wrapper li.arch-list-object a, ul.arch-parent-wrapper li.arch-list-object .testblock .entry-item a {
  font-size: 1em;
  padding: 1em 0 0;
  margin: 0;
  color: #38857D;
}

/* line 158, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_page-structure.scss */
ol.big-numbers .entry-block {
  display: flex;
  align-items: center;
}

/* line 164, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_page-structure.scss */
ol.big-numbers .entry-block .entry-content {
  padding: 0 0 0 1em;
}

/* line 169, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_page-structure.scss */
ol.big-numbers .entry-block .entry-content .sub {
  margin: 1em;
}

/* line 171, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_page-structure.scss */
ol.big-numbers .entry-block .entry-content .sub p {
  padding: 0 0 0.5em 0;
  margin: 0;
}

/* line 180, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_page-structure.scss */
ol.big-numbers li .big-indent {
  margin: 1em 2em -1em 0.5em;
  background: #E3E3E3;
  padding: 1em 1.5em;
}

/* line 190, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_page-structure.scss */
.flex-content-wrap {
  display: flex;
  align-items: center;
  margin: 0 0 1.5em;
}

/* line 194, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_page-structure.scss */
.flex-content-wrap .inner-content {
  padding: 0 2em 0 1em;
}

/* line 6, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_header.scss */
header {
  height: 130px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 14, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_header.scss */
header .header-content-wrapper {
  width: 80vw;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

/* line 22, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_header.scss */
.ls-black-logo {
  width: 200px;
}

/* line 25, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_header.scss */
ul.head-nav-row {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  display: flex;
  margin: 1em -3em 0 0;
  position: relative;
  font-size: 1em;
}

/* line 32, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_header.scss */
ul.head-nav-row li {
  text-transform: uppercase;
  padding: 6px 8px;
  position: relative;
}

/* line 36, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_header.scss */
ul.head-nav-row li.mobile-close {
  display: none;
}

/* line 39, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_header.scss */
ul.head-nav-row li::before {
  display: none;
}

/* line 42, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_header.scss */
ul.head-nav-row li.with-sub {
  border-radius: 5px 5px 0 0;
}

/* line 44, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_header.scss */
ul.head-nav-row li.with-sub a {
  padding-right: 16px;
}

/* line 47, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_header.scss */
ul.head-nav-row li.with-sub:hover {
  background: #38857D;
}

/* line 49, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_header.scss */
ul.head-nav-row li.with-sub:hover a {
  color: #ffffff;
}

/* line 52, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_header.scss */
ul.head-nav-row li.with-sub:hover ul.sub-nav {
  display: block;
}

/* line 55, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_header.scss */
ul.head-nav-row li.with-sub:hover::after {
  color: #ffffff;
}

/* line 59, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_header.scss */
ul.head-nav-row li.with-sub::after {
  content: "\25BC";
  font-size: 0.5em;
  top: 10px;
  right: 10px;
  position: absolute;
  color: #111111;
}

/* line 68, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_header.scss */
ul.head-nav-row li ul.sub-nav {
  display: none;
  position: absolute;
  top: 28px;
  right: 0px;
  font-size: 0.9em;
  margin: 0;
  padding: 0.75em;
  text-align: right;
  width: 240px;
  background: #38857D;
  border-radius: 5px 0 5px 5px;
}

/* line 80, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_header.scss */
ul.head-nav-row li ul.sub-nav li {
  text-transform: capitalize;
  padding: 0.25em 0;
  position: relative;
}

/* line 84, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_header.scss */
ul.head-nav-row li ul.sub-nav li a {
  padding: 0;
}

/* line 86, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_header.scss */
ul.head-nav-row li ul.sub-nav li a:hover {
  color: #96BA40;
}

/* line 92, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_header.scss */
ul.head-nav-row li a {
  color: #111111;
  text-decoration: none;
}

/* line 96, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_header.scss */
ul.head-nav-row li a.search-toggle {
  display: block;
  width: 36px;
  height: 36px;
  background: url(../images/magnify.svg) no-repeat;
  background-size: cover;
  position: relative;
  top: -13px;
}

/* line 105, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_header.scss */
ul.head-nav-row li a.search-toggle:hover {
  background: url(../images/magnify-hover.svg) no-repeat;
  background-size: cover;
}

/* line 110, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_header.scss */
ul.head-nav-row li a:hover {
  color: #E11F77;
}

/* line 123, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_header.scss */
.mobile-nav-triggers {
  display: none;
  width: 130px;
  height: 50px;
  position: relative;
}

/* line 128, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_header.scss */
.mobile-nav-triggers a.nav-burger {
  color: #111111;
  font-size: 4em;
  position: absolute;
  top: -9px;
  right: -3px;
}

/* line 135, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_header.scss */
.mobile-nav-triggers a.search-toggle-mobile {
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/magnify.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 1px;
  left: 2px;
}

/* line 145, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_header.scss */
.mobile-nav-triggers a.search-toggle-mobile:hover {
  background: url(../images/magnify-hover.svg) no-repeat;
  background-size: cover;
}

/* line 154, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_header.scss */
ul.head-nav-row.mobile {
  position: fixed;
  z-index: 100;
  background: #9A3D97;
  width: 60vw;
  height: 100vh;
  top: 0;
  right: 0;
  padding: 6em 2em 0;
  margin: 0;
  display: inline-block;
  font-size: 1em;
}

/* line 166, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_header.scss */
ul.head-nav-row.mobile li {
  font-size: 2em;
  padding: 0;
}

/* line 169, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_header.scss */
ul.head-nav-row.mobile li.with-sub {
  border-radius: 0;
}

/* line 171, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_header.scss */
ul.head-nav-row.mobile li.with-sub:hover {
  background: #9A3D97;
}

/* line 175, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_header.scss */
ul.head-nav-row.mobile li.with-sub::after {
  content: '';
}

/* line 179, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_header.scss */
ul.head-nav-row.mobile li a {
  color: #ffffff;
  padding: 0.3em 1em;
  display: block;
}

/* line 183, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_header.scss */
ul.head-nav-row.mobile li a:hover {
  color: #FFD795;
  background: #CF65D5;
}

/* line 187, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_header.scss */
ul.head-nav-row.mobile li a:active {
  color: #FFD795;
}

/* line 190, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_header.scss */
ul.head-nav-row.mobile li a.search-toggle {
  display: none;
}

/* line 194, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_header.scss */
ul.head-nav-row.mobile li ul.sub-nav {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  font-size: 0.45em;
  font-weight: 400;
  width: auto;
  padding: 0;
  margin: 0;
  background: none;
  text-align: left;
}

/* line 218, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_header.scss */
ul.head-nav-row.mobile li ul.sub-nav li {
  padding: 0;
}

/* line 220, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_header.scss */
ul.head-nav-row.mobile li ul.sub-nav li:before {
  content: ' ';
  display: block;
  width: 20px;
  height: 5px;
  background: #ffffff;
  position: relative;
  top: 27px;
  left: 35px;
}

/* line 230, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_header.scss */
ul.head-nav-row.mobile li ul.sub-nav li a {
  padding: 0.35em 0 0.35em 2.5em;
}

/* line 232, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_header.scss */
ul.head-nav-row.mobile li ul.sub-nav li a:hover {
  color: #FFD795;
  background: #CF65D5 !important;
}

/* line 6, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_footer.scss */
footer {
  min-height: 400px;
  background: #858585;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 12, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_footer.scss */
footer .footer-content-wrapper {
  width: 80vw;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

/* line 20, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_footer.scss */
footer .left-side {
  color: #ffffff;
  width: 50%;
  display: flex;
  align-items: left;
  flex-direction: column;
  justify-content: flex-end;
}

/* line 33, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_footer.scss */
footer .left-side .ls-foot-logo label {
  font-size: 0.8em;
}

/* line 37, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_footer.scss */
footer .left-side .powered-by {
  position: relative;
  top: 15px;
}

/* line 41, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_footer.scss */
footer .left-side .footnote {
  font-size: 0.8em;
  margin: 2em 0 0;
}

/* line 45, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_footer.scss */
footer .left-side .heritage {
  margin: 0.5em 0 0;
}

/* line 46, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_footer.scss */
footer .left-side .heritage p {
  font-size: 0.6em;
}

/* line 51, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_footer.scss */
footer .left-side .footnote {
  width: 100%;
}

/* line 55, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_footer.scss */
footer .right-side {
  color: #ffffff;
  width: 50%;
  min-height: 350px;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
}

/* line 65, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_footer.scss */
footer .right-side p.global-contact {
  text-align: right;
}

/* line 67, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_footer.scss */
footer .right-side p.global-contact a {
  color: #ffffff;
}

/* line 71, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_footer.scss */
footer .right-side ul.foot-social {
  list-style-type: none;
  margin: 1em 0 0;
}

/* line 74, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_footer.scss */
footer .right-side ul.foot-social li {
  float: left;
  margin: 0 0 0 0.75em;
  height: 52px;
  width: 52px;
}

/* line 79, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_footer.scss */
footer .right-side ul.foot-social li:before {
  content: '';
  padding-right: 0;
  line-height: 0;
}

/* line 84, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_footer.scss */
footer .right-side ul.foot-social li a {
  display: block;
  width: 50px;
  height: 50px;
}

/* line 88, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_footer.scss */
footer .right-side ul.foot-social li a.instagram {
  background: url(../images/instagram-icon.png) no-repeat;
  background-size: cover;
}

/* line 92, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_footer.scss */
footer .right-side ul.foot-social li a.pinterest {
  background: url(../images/pinterest-icon.svg) no-repeat;
  background-size: cover;
}

/* line 96, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_footer.scss */
footer .right-side ul.foot-social li a.twitter {
  background: url(../images/twitter-icon.svg) no-repeat;
  background-size: cover;
}

/* line 100, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_footer.scss */
footer .right-side ul.foot-social li a.facebook {
  background: url(../images/facebook-icon.svg) no-repeat;
  background-size: cover;
}

/* line 104, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_footer.scss */
footer .right-side ul.foot-social li a.tumblr {
  background: url(../images/tumblr-icon.svg) no-repeat;
  background-size: cover;
}

/* line 108, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_footer.scss */
footer .right-side ul.foot-social li a.goodreads {
  background: url(../images/goodreads-icon.svg) no-repeat;
  background-size: cover;
}

/* line 112, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_footer.scss */
footer .right-side ul.foot-social li a:hover {
  filter: brightness(50%);
  -webkit-filter: brightness(50%);
  opacity: 0.7;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) and (-webkit-min-device-pixel-ratio: 2) {
  /* line 17, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-tablet.scss */
  header .header-content-wrapper {
    width: 93vw;
  }
  /* line 20, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-tablet.scss */
  header .mobile-nav-triggers {
    display: block;
  }
  /* line 23, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-tablet.scss */
  header ul.head-nav-row {
    display: none;
  }
  /* line 25, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-tablet.scss */
  header ul.head-nav-row li.mobile-close {
    display: block;
    position: absolute;
    top: -25px;
    right: 10px;
    font-size: 8em;
  }
  /* line 31, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-tablet.scss */
  header ul.head-nav-row li.mobile-close a {
    padding: 0;
  }
  /* line 33, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-tablet.scss */
  header ul.head-nav-row li.mobile-close a:hover {
    color: #111111;
    background: #9A3D97;
  }
  /* line 39, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-tablet.scss */
  header ul.head-nav-row.mobile {
    width: 55vw;
    height: 60vh;
    padding: 6em 0.5em 0;
  }
  /* line 45, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-tablet.scss */
  header ul.head-nav-row.mobile li ul.sub-nav li:before {
    display: none;
  }
  /* line 48, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-tablet.scss */
  header ul.head-nav-row.mobile li ul.sub-nav li a {
    font-size: 24px;
    padding: 0.5em 1em 0.5em 0.75em;
    text-transform: uppercase;
    font-weight: 700;
  }
  /* line 57, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-tablet.scss */
  header ul.head-nav-row.mobile li.with-sub a.mob-hide {
    display: none;
  }
  /* line 62, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-tablet.scss */
  header ul.head-nav-row.mobile li a {
    font-size: 24px;
    padding: 0.5em 1em 0.5em 0.75em;
  }
  /* line 66, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-tablet.scss */
  header ul.head-nav-row.mobile li.mobile-close {
    display: block;
    position: absolute;
    top: -5px;
    right: 20px;
  }
  /* line 71, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-tablet.scss */
  header ul.head-nav-row.mobile li.mobile-close a {
    font-size: 80px;
    padding: 0;
  }
  /* line 74, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-tablet.scss */
  header ul.head-nav-row.mobile li.mobile-close a:hover {
    color: #111111;
    background: #9A3D97;
  }
  /* line 86, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-tablet.scss */
  .content-wrapper {
    width: 90vw;
  }
  /* line 88, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-tablet.scss */
  .content-wrapper h1 {
    font-size: 2.6em;
  }
  /* line 91, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-tablet.scss */
  .content-wrapper .content-block {
    width: 70vw;
    margin-left: 10vw;
  }
  /* line 96, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-tablet.scss */
  .cover-wrapper {
    width: 90vw;
  }
  /* line 98, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-tablet.scss */
  .cover-wrapper ol.cover-array {
    justify-content: center;
  }
  /* line 102, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-tablet.scss */
  .horizontal-button-group {
    flex-flow: wrap;
    margin: 0 0 2.5em;
  }
  /* line 105, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-tablet.scss */
  .horizontal-button-group button, .horizontal-button-group a.magenta-button, .horizontal-button-group ol.winner-list li.list-object .biblio-info-block a.view-desc-button, ol.winner-list li.list-object .biblio-info-block .horizontal-button-group a.view-desc-button, .horizontal-button-group a.halo-button, .horizontal-button-group input[type='submit'] {
    width: 48%;
  }
  /* line 110, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-tablet.scss */
  ul.arch-parent-wrapper li.arch-list-object {
    width: 210px !important;
  }
  /* line 115, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-tablet.scss */
  .arch-description-content .description-inner {
    width: 80%;
  }
  /* line 123, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-tablet.scss */
  .accordion label {
    padding: 1em 0 1em 1em;
  }
  /* line 125, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-tablet.scss */
  .accordion label::after {
    top: 16px;
  }
  /* line 137, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-tablet.scss */
  footer .footer-content-wrapper {
    width: 90vw;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) and (-webkit-min-device-pixel-ratio: 2) {
  /* line 159, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-tablet.scss */
  header .header-content-wrapper {
    width: 90vw;
  }
  /* line 163, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-tablet.scss */
  .content-wrapper {
    width: 90vw;
  }
  /* line 166, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-tablet.scss */
  .cover-wrapper {
    width: 90vw;
  }
  /* line 170, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-tablet.scss */
  footer .footer-content-wrapper {
    width: 90vw;
  }
}

@media only screen and (min-device-width: 319px) and (max-device-width: 767px) {
  /* line 11, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  header {
    height: 100px;
  }
  /* line 14, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  header .header-content-wrapper {
    width: 90vw;
  }
  /* line 17, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  header .search-field {
    height: 215px;
  }
  /* line 19, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  header .search-field a.close-toggle {
    right: 15px;
    top: -15px;
  }
  /* line 23, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  header .search-field .search-content-wrapper {
    width: 96vw;
  }
  /* line 26, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  header .search-field .search-content-wrapper .ls-search-logo {
    width: 120px;
    position: absolute;
    top: 5px;
  }
  /* line 30, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  header .search-field .search-content-wrapper .ls-search-logo a img {
    width: 120px;
  }
  /* line 34, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  header .search-field .search-content-wrapper .search-bar-row {
    top: 35px;
    width: 99%;
  }
  /* line 37, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  header .search-field .search-content-wrapper .search-bar-row .form-group {
    display: flex;
    flex-direction: row;
  }
  /* line 40, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  header .search-field .search-content-wrapper .search-bar-row .form-group label {
    font-size: 0.85em;
    margin: 0 0.5em 0 0;
    padding: 0 0 0 2.5em;
    position: relative;
  }
  /* line 45, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  header .search-field .search-content-wrapper .search-bar-row .form-group label input[type="radio"] {
    transform: scale(2);
    margin: 0;
    position: absolute;
    left: 10px;
  }
  /* line 56, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  header .ls-black-logo {
    width: 110px;
  }
  /* line 58, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  header .ls-black-logo img {
    width: 110px;
  }
  /* line 62, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  header .mobile-nav-triggers {
    display: block;
  }
  /* line 65, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  header ul.head-nav-row {
    display: none;
  }
  /* line 67, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  header ul.head-nav-row.mobile {
    width: 80vw;
    height: 100vh;
    padding: 6em 0.5em 0;
  }
  /* line 73, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  header ul.head-nav-row.mobile li ul.sub-nav li:before {
    display: none;
  }
  /* line 76, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  header ul.head-nav-row.mobile li ul.sub-nav li a {
    font-size: 22px;
    padding: 0.4em 1em 0.4em 0.75em;
    text-transform: uppercase;
    font-weight: 700;
  }
  /* line 85, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  header ul.head-nav-row.mobile li.with-sub a.mob-hide {
    display: none;
  }
  /* line 91, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  header ul.head-nav-row.mobile li a {
    font-size: 22px;
    padding: 0.4em 1em 0.4em 0.75em;
  }
  /* line 95, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  header ul.head-nav-row.mobile li.mobile-close {
    display: block;
    position: absolute;
    top: -5px;
    right: 20px;
  }
  /* line 100, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  header ul.head-nav-row.mobile li.mobile-close a {
    font-size: 80px;
    padding: 0;
  }
  /* line 103, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  header ul.head-nav-row.mobile li.mobile-close a:hover {
    color: #111111;
    background: #9A3D97;
  }
  /* line 114, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  .full-background-display {
    padding-top: 1.5em !important;
  }
  /* line 117, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  .content-wrapper {
    width: 96vw !important;
    padding: 0.25em;
  }
  /* line 120, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  .content-wrapper h1 {
    padding-left: 0.5em;
  }
  /* line 123, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  .content-wrapper .content-block {
    margin: 0 0 2em 5vw;
    width: calc(100% - 10vw);
  }
  /* line 126, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  .content-wrapper .content-block ul {
    line-height: 1.5em;
  }
  /* line 131, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  .content-wrapper .tabbed-content label {
    font-size: 1.15em;
    padding: 0.75em 1em;
    width: 49%;
  }
  /* line 140, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  section#adult-content, section#juvenile-content {
    padding: 0;
  }
  /* line 142, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  section#adult-content h2, section#juvenile-content h2 {
    margin: 0;
  }
  /* line 145, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  section#adult-content .home-top-buttons, section#juvenile-content .home-top-buttons {
    width: 100%;
    position: relative;
  }
  /* line 148, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  section#adult-content .home-top-buttons button, section#adult-content .home-top-buttons a.magenta-button, section#adult-content .home-top-buttons ol.winner-list li.list-object .biblio-info-block a.view-desc-button, ol.winner-list li.list-object .biblio-info-block section#adult-content .home-top-buttons a.view-desc-button, section#adult-content .home-top-buttons a.halo-button, section#adult-content .home-top-buttons input[type='submit'], section#juvenile-content .home-top-buttons button, section#juvenile-content .home-top-buttons a.magenta-button, section#juvenile-content .home-top-buttons ol.winner-list li.list-object .biblio-info-block a.view-desc-button, ol.winner-list li.list-object .biblio-info-block section#juvenile-content .home-top-buttons a.view-desc-button, section#juvenile-content .home-top-buttons a.halo-button, section#juvenile-content .home-top-buttons input[type='submit'] {
    width: 100%;
    font-size: 18px;
  }
  /* line 152, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  section#adult-content .home-top-buttons .arch-button-tweet, section#juvenile-content .home-top-buttons .arch-button-tweet {
    top: 5px;
  }
  /* line 156, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  section#adult-content .horizontal-button-group, section#juvenile-content .horizontal-button-group {
    width: 100%;
    position: relative;
    flex-wrap: wrap;
  }
  /* line 160, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  section#adult-content .horizontal-button-group button, section#adult-content .horizontal-button-group a.magenta-button, section#adult-content .horizontal-button-group ol.winner-list li.list-object .biblio-info-block a.view-desc-button, ol.winner-list li.list-object .biblio-info-block section#adult-content .horizontal-button-group a.view-desc-button, section#adult-content .horizontal-button-group a.halo-button, section#adult-content .horizontal-button-group input[type='submit'], section#juvenile-content .horizontal-button-group button, section#juvenile-content .horizontal-button-group a.magenta-button, section#juvenile-content .horizontal-button-group ol.winner-list li.list-object .biblio-info-block a.view-desc-button, ol.winner-list li.list-object .biblio-info-block section#juvenile-content .horizontal-button-group a.view-desc-button, section#juvenile-content .horizontal-button-group a.halo-button, section#juvenile-content .horizontal-button-group input[type='submit'] {
    width: 100%;
    font-size: 18px;
    margin-right: 0;
  }
  /* line 165, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  section#adult-content .horizontal-button-group .arch-button-tweet, section#juvenile-content .horizontal-button-group .arch-button-tweet {
    top: 5px;
  }
  /* line 174, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  .home-top10-list ol.winner-list li.list-object {
    flex-wrap: wrap;
    margin-bottom: 2em;
  }
  /* line 178, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  .home-top10-list ol.winner-list li.list-object:before {
    left: -12px;
    width: 28px;
    height: 28px;
    padding-top: 6px;
    font-size: 16px;
  }
  /* line 187, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  .home-top10-list ol.winner-list li.list-object:first-child .biblio-info-block {
    width: calc(100% - 120px);
    background: none;
  }
  /* line 190, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  .home-top10-list ol.winner-list li.list-object:first-child .biblio-info-block .winner-title {
    padding-left: 10px;
    font-size: 22px;
  }
  /* line 194, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  .home-top10-list ol.winner-list li.list-object:first-child .biblio-info-block .winner-author {
    padding-left: 10px;
    font-size: 18px;
  }
  /* line 198, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  .home-top10-list ol.winner-list li.list-object:first-child .biblio-info-block .winner-isbn {
    padding-left: 10px;
  }
  /* line 201, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  .home-top10-list ol.winner-list li.list-object:first-child .biblio-info-block .winner-publisher {
    padding-left: 10px;
  }
  /* line 204, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  .home-top10-list ol.winner-list li.list-object:first-child .biblio-info-block .winner-pubdate {
    padding-left: 10px;
  }
  /* line 207, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  .home-top10-list ol.winner-list li.list-object:first-child .biblio-info-block .winner-subject {
    padding-left: 10px;
  }
  /* line 210, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  .home-top10-list ol.winner-list li.list-object:first-child .biblio-info-block .winner-format {
    padding-left: 10px;
  }
  /* line 213, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  .home-top10-list ol.winner-list li.list-object:first-child .biblio-info-block .winner-description {
    margin-top: 55px;
  }
  /* line 218, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  .home-top10-list ol.winner-list li.list-object .cover-image {
    width: auto !important;
    height: 180px;
  }
  /* line 222, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  .home-top10-list ol.winner-list li.list-object .cover-image:after {
    top: 175px !important;
    left: 10px !important;
  }
  /* line 227, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  .home-top10-list ol.winner-list li.list-object .biblio-info-block {
    width: calc(100% - 120px);
  }
  /* line 229, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  .home-top10-list ol.winner-list li.list-object .biblio-info-block .winner-title {
    padding-left: 10px;
    font-size: 22px;
  }
  /* line 233, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  .home-top10-list ol.winner-list li.list-object .biblio-info-block .winner-author {
    padding-left: 10px;
    font-size: 18px;
  }
  /* line 237, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  .home-top10-list ol.winner-list li.list-object .biblio-info-block .winner-isbn {
    padding-left: 10px;
  }
  /* line 240, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  .home-top10-list ol.winner-list li.list-object .biblio-info-block .winner-publisher {
    padding-left: 10px;
  }
  /* line 243, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  .home-top10-list ol.winner-list li.list-object .biblio-info-block .winner-pubdate {
    padding-left: 10px;
  }
  /* line 246, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  .home-top10-list ol.winner-list li.list-object .biblio-info-block .winner-subject {
    padding-left: 10px;
  }
  /* line 249, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  .home-top10-list ol.winner-list li.list-object .biblio-info-block .winner-format {
    padding-left: 10px;
  }
  /* line 252, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  .home-top10-list ol.winner-list li.list-object .biblio-info-block .winner-description {
    width: 330px;
    margin-left: -9.5em !important;
    margin-top: 50px;
    font-size: 1em;
  }
  /* line 257, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  .home-top10-list ol.winner-list li.list-object .biblio-info-block .winner-description.bigger {
    padding: 1em 1em 3em 1em;
  }
  /* line 265, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  .blog-wrapper {
    flex-wrap: wrap;
  }
  /* line 267, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  .blog-wrapper .blog-item {
    width: 100% !important;
    margin: 0 0 2.5em;
  }
  /* line 276, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  .cover-wrapper {
    width: 96vw;
    padding: 0.25em;
  }
  /* line 279, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  .cover-wrapper .horizontal-button-group {
    width: 100%;
    position: relative;
    flex-wrap: wrap;
  }
  /* line 285, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  .cover-wrapper ol.cover-array {
    justify-content: normal;
  }
  /* line 288, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  .cover-wrapper ol.cover-array li.cover-entry {
    width: 260px;
  }
  /* line 290, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  .cover-wrapper ol.cover-array li.cover-entry:before {
    font-size: 2.5em;
    width: 1.25em;
    height: 1.25em;
    border-radius: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    left: -24px;
  }
  /* line 300, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  .cover-wrapper ol.cover-array li.cover-entry img.cover-entry-thumb {
    max-width: 230px;
    max-height: 345px;
  }
  /* line 304, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  .cover-wrapper ol.cover-array li.cover-entry .cover-details {
    max-width: 260px;
  }
  /* line 313, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  ul.arch-parent-wrapper {
    justify-content: center !important;
  }
  /* line 321, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  footer .footer-content-wrapper {
    width: 90vw;
    flex-direction: column;
  }
  /* line 325, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  footer .left-side {
    width: 100%;
    padding-top: 2em;
  }
  /* line 329, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  footer .left-side .ls-foot-logo img {
    width: 110px;
    margin: 0 0 1em 0;
  }
  /* line 333, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  footer .left-side .ls-foot-logo label {
    font-size: 15px;
  }
  /* line 337, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  footer .left-side .footnote {
    margin: 2em 0 0;
    font-size: 15px;
  }
  /* line 344, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  footer .left-side .heritage img {
    max-width: 275px;
  }
  /* line 349, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  footer .right-side {
    width: 100%;
    padding-top: 2em;
  }
  /* line 353, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  footer .right-side p.global-contact {
    font-size: 15px;
    padding-top: 0em;
  }
  /* line 358, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  footer .right-side .out-links a {
    font-size: 14px;
  }
  /* line 362, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  footer .right-side ul.foot-social {
    margin: 0 0 4em;
  }
  /* line 364, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  footer .right-side ul.foot-social li {
    margin: 0.85em;
    width: 30px;
    height: 30px;
  }
  /* line 368, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  footer .right-side ul.foot-social li a {
    width: 30px;
    height: 30px;
  }
  /* line 375, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  footer .powered-by {
    top: 20px;
  }
  /* line 382, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  p {
    font-size: 14px;
    line-height: 1.5em;
    padding-bottom: 2em;
  }
  /* line 387, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  h1 {
    font-size: 1.8em;
  }
  /* line 390, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  h2 {
    font-size: 1.75em;
  }
  /* line 393, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  h3 {
    font-size: 1.25em;
  }
  /* line 396, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  ul {
    font-size: 14px;
  }
  /* line 401, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  ol {
    font-size: 14px;
    margin-left: 5em;
  }
  /* line 407, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  ol.big-numbers li {
    margin: 0 0 0.65em 0;
  }
  /* line 409, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  ol.big-numbers li::before {
    font-size: 2em;
    top: 3px;
    width: 36px;
    height: 36px;
    left: -45px;
    padding-top: 4px;
  }
  /* line 422, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  button, a.magenta-button, ol.winner-list li.list-object .biblio-info-block a.view-desc-button, a.halo-button, input[type='submit'], input[type='submit'] {
    font-size: 20px;
  }
  /* line 425, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  a.magenta-button, ol.winner-list li.list-object .biblio-info-block a.view-desc-button, a.halo-button {
    font-size: 1.25em;
    padding: 1em 1.25em;
  }
  /* line 429, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  .form-group {
    margin: 0 0 2em 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  /* line 434, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  .form-group.mail-list {
    width: 330px;
  }
  /* line 437, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  .form-group input[type='text'] {
    height: 2.5em;
    width: 310px;
    font-size: 1.25em;
    margin-bottom: 10px;
  }
  /* line 443, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  .form-group input[type='email'] {
    height: 2.5em;
    width: 310px;
    font-size: 1.25em;
    margin-bottom: 10px;
  }
  /* line 454, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  .form-group label {
    font-size: 2.25em;
    display: flex;
    align-items: center;
    height: 50px;
    padding: 0 0 0 2em;
  }
  /* line 462, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  .form-group label input[type="radio"] {
    transform: scale(4);
    position: relative;
    left: -25px;
  }
  /* line 467, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  .form-group label input[type="checkbox"] {
    transform: scale(4);
    position: relative;
    left: -25px;
  }
  /* line 473, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  .form-group label.input-error {
    top: 100%;
    left: 0;
    font-size: 1.5em;
  }
  /* line 479, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  .form-group.textarea {
    display: block;
  }
  /* line 481, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  .form-group.textarea textarea {
    width: 310px;
    height: 175px;
    font-size: 1.25em;
    padding: 0.75em;
  }
  /* line 488, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  .form-group.select {
    margin-bottom: 2.5em;
  }
  /* line 490, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  .form-group.select select {
    width: 310px;
    height: 60px;
    font-size: 1.25em;
  }
  /* line 495, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  .form-group.select::after {
    font-size: 1.5em;
    top: 22px;
    left: 255px;
  }
  /* line 501, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  .form-group select {
    width: 320px;
  }
  /* line 504, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  .form-group .select-wrapper::after {
    left: 290px;
  }
  /* line 510, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  .mail-social-wrap {
    height: 220px;
  }
  /* line 517, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  .testblock {
    flex-direction: column;
    margin-bottom: 3em;
  }
  /* line 520, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  .testblock .entry-item {
    width: 85vw;
    margin: 0 0 0 1em;
  }
  /* line 532, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  .accordion label {
    font-size: 1.25em;
    padding: 1em 2.5em 1em 1em;
  }
  /* line 535, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  .accordion label::after {
    right: 30px;
    top: 25px;
  }
  /* line 540, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  .accordion input:checked ~ .tab-content {
    max-height: 900px;
  }
  /* line 543, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  .accordion .tab-content {
    max-height: auto;
  }
  /* line 545, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  .accordion .tab-content p {
    font-size: 1em;
    line-height: 1.25em;
  }
}

@media only screen and (max-width: 580px) and (-webkit-min-device-pixel-ratio: 1) {
  /* line 560, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  .cover-wrapper ol.cover-array {
    justify-content: normal;
  }
  /* line 562, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  .cover-wrapper ol.cover-array li.cover-entry {
    width: 32vw !important;
  }
  /* line 564, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  .cover-wrapper ol.cover-array li.cover-entry:before {
    left: -2px !important;
    font-size: 18px !important;
    width: 22px !important;
    height: 22px !important;
    padding-bottom: 5px !important;
  }
}

@media only screen and (max-width: 380px) and (-webkit-min-device-pixel-ratio: 1) {
  /* line 587, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  .cover-wrapper ol.cover-array {
    justify-content: normal;
  }
  /* line 589, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_media-queries-lesstablet.scss */
  .cover-wrapper ol.cover-array li.cover-entry {
    width: 42vw !important;
  }
}

@media only screen and (min-width: 1050px) and (max-width: 1130px) {
  /* line 13, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_nav-fix.scss */
  ul.head-nav-row {
    font-size: 0.9em;
  }
}

@media only screen and (min-width: 995px) and (max-width: 1049px) {
  /* line 23, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_nav-fix.scss */
  ul.head-nav-row {
    font-size: 0.8em;
  }
}

@media only screen and (min-width: 920px) and (max-width: 994px) {
  /* line 33, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_nav-fix.scss */
  ul.head-nav-row {
    font-size: 0.7em;
  }
  /* line 36, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_nav-fix.scss */
  .content-wrapper {
    width: 92vw;
  }
}

@media only screen and (min-width: 768px) and (max-width: 919px) {
  /* line 47, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_nav-fix.scss */
  ul.head-nav-row {
    font-size: 0.7em;
    width: 60%;
  }
  /* line 50, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_nav-fix.scss */
  ul.head-nav-row li.with-sub::after {
    right: 0;
  }
  /* line 54, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_nav-fix.scss */
  .content-wrapper {
    width: 92vw;
  }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  /* line 64, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_nav-fix.scss */
  ul.head-nav-row {
    font-size: 0.5em;
    width: 60%;
  }
  /* line 67, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_nav-fix.scss */
  ul.head-nav-row li.with-sub::after {
    right: 0;
  }
  /* line 71, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_nav-fix.scss */
  .content-wrapper {
    width: 92vw;
  }
}

/* line 8, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_homepage.scss */
section#adult-content, section#juvenile-content {
  padding: 0;
  position: relative;
}

/* line 15, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_homepage.scss */
section#adult-content h2, section#juvenile-content h2 {
  color: #9A3D97;
  margin: 0;
}

/* line 25, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_homepage.scss */
.home-top-buttons {
  cursor: pointer;
}

/* line 27, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_homepage.scss */
.home-top-buttons button.halo-button, .home-top-buttons ol.winner-list li.list-object .biblio-info-block a.halo-button.view-desc-button, ol.winner-list li.list-object .biblio-info-block .home-top-buttons a.halo-button.view-desc-button, .home-top-buttons a.halo-button, .home-top-buttons input.halo-button[type='submit'] {
  width: 260px;
  margin: 0 0 0.2em 0;
}

/* line 31, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_homepage.scss */
.home-top-buttons button.halo-button.pdf:after, .home-top-buttons ol.winner-list li.list-object .biblio-info-block a.pdf.halo-button.view-desc-button:after, ol.winner-list li.list-object .biblio-info-block .home-top-buttons a.pdf.halo-button.view-desc-button:after, .home-top-buttons a.pdf.halo-button:after, .home-top-buttons input.halo-button.pdf[type='submit']:after {
  display: inline-block;
  content: '';
  width: 18px;
  height: 18px;
  top: 3px;
  position: relative;
  left: 4px;
  background: url(../images/pdf-18x.png) no-repeat;
}

/* line 43, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_homepage.scss */
.home-top-buttons button.halo-button.catalist:after, .home-top-buttons ol.winner-list li.list-object .biblio-info-block a.catalist.halo-button.view-desc-button:after, ol.winner-list li.list-object .biblio-info-block .home-top-buttons a.catalist.halo-button.view-desc-button:after, .home-top-buttons a.catalist.halo-button:after, .home-top-buttons input.halo-button.catalist[type='submit']:after {
  display: inline-block;
  content: '';
  width: 18px;
  height: 18px;
  top: 3px;
  position: relative;
  left: 4px;
  background: url(../images/catalist-18x18.png) no-repeat;
}

/* line 56, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_homepage.scss */
a.home-archive-link {
  display: block;
  float: left;
  margin: 0 0 1em;
}

/* line 65, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_homepage.scss */
#adult-content ol.winner-list li.list-object:first-child .cover-image:after {
  background: url(../images/top-pick-mini.png) no-repeat;
}

/* line 72, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_homepage.scss */
#juvenile-content ol.winner-list li.list-object:first-child .cover-image:after {
  background: url(../images/jr-mini.png) no-repeat;
}

/* line 79, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_homepage.scss */
ol.winner-list {
  margin: 1em 0 0;
}

/* line 81, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_homepage.scss */
ol.winner-list li.list-object {
  display: flex;
  justify-content: flex-start;
  position: relative;
  counter-increment: list;
  margin: 0 0 3em;
}

/* line 87, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_homepage.scss */
ol.winner-list li.list-object:last-child {
  margin: 0 0 1em;
}

/* line 94, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_homepage.scss */
ol.winner-list li.list-object:first-child .cover-image {
  width: 200px;
}

/* line 98, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_homepage.scss */
ol.winner-list li.list-object:first-child .cover-image:after {
  content: '';
  display: block;
  width: 100px;
  height: 80px;
  position: absolute;
  z-index: 1;
  top: 60px;
  left: 92px;
}

/* line 110, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_homepage.scss */
ol.winner-list li.list-object:first-child .biblio-info-block {
  width: calc(100% - 200px);
}

/* line 113, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_homepage.scss */
ol.winner-list li.list-object:first-child .biblio-info-block .winner-title {
  padding: 0.5em 4em 0.5em 0;
}

/* line 116, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_homepage.scss */
ol.winner-list li.list-object:first-child .biblio-info-block .winner-author {
  padding: 0 0 0.5em;
}

/* line 119, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_homepage.scss */
ol.winner-list li.list-object:first-child .biblio-info-block .winner-isbn {
  float: none;
  padding: 0 0 0.15em 0;
}

/* line 122, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_homepage.scss */
ol.winner-list li.list-object:first-child .biblio-info-block .winner-isbn:after {
  content: ' ';
}

/* line 126, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_homepage.scss */
ol.winner-list li.list-object:first-child .biblio-info-block .winner-publisher {
  float: none;
  padding: 0 0 0.15em 0;
}

/* line 129, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_homepage.scss */
ol.winner-list li.list-object:first-child .biblio-info-block .winner-publisher:after {
  content: ' ';
}

/* line 133, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_homepage.scss */
ol.winner-list li.list-object:first-child .biblio-info-block .winner-pubdate {
  float: none;
  padding: 0 0 0.15em 0;
}

/* line 136, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_homepage.scss */
ol.winner-list li.list-object:first-child .biblio-info-block .winner-pubdate:after {
  content: ' ';
}

/* line 140, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_homepage.scss */
ol.winner-list li.list-object:first-child .biblio-info-block .winner-subject {
  float: none;
  padding: 0 0 0.15em 0;
}

/* line 143, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_homepage.scss */
ol.winner-list li.list-object:first-child .biblio-info-block .winner-subject:after {
  content: ' ';
}

/* line 147, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_homepage.scss */
ol.winner-list li.list-object:first-child .biblio-info-block .winner-description {
  padding: 1.5em 0 1em;
  margin-left: -215px;
  margin-top: 0;
  float: left;
  height: auto;
}

/* line 153, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_homepage.scss */
ol.winner-list li.list-object:first-child .biblio-info-block .winner-description:after {
  display: none;
}

/* line 157, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_homepage.scss */
ol.winner-list li.list-object:first-child .biblio-info-block a.view-desc-button {
  display: none;
}

/* line 162, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_homepage.scss */
ol.winner-list li.list-object:before {
  color: #ffffff;
  content: counter(list) " ";
  left: -20px;
  top: 10px;
  position: absolute;
  width: 36px;
  height: 36px;
  text-align: center;
  background: #38857D;
  border-radius: 2em;
  padding-top: 8px;
  font-size: 20px;
  z-index: 1;
}

/* line 177, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_homepage.scss */
ol.winner-list li.list-object .cover-image {
  width: 160px;
}

/* line 179, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_homepage.scss */
ol.winner-list li.list-object .cover-image img {
  max-width: 145px;
  max-height: 220px;
}

/* line 184, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_homepage.scss */
ol.winner-list li.list-object .biblio-info-block {
  width: calc(100% - 165px);
  padding: 0 0 0 1em;
}

/* line 187, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_homepage.scss */
ol.winner-list li.list-object .biblio-info-block .winner-title {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 30px;
  padding: 0 0 0.5em;
}

/* line 193, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_homepage.scss */
ol.winner-list li.list-object .biblio-info-block .winner-author {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 20px;
  padding: 0 0 0.5em;
}

/* line 199, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_homepage.scss */
ol.winner-list li.list-object .biblio-info-block .winner-isbn {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  float: left;
  padding: 0;
}

/* line 204, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_homepage.scss */
ol.winner-list li.list-object .biblio-info-block .winner-isbn:after {
  padding: 0 0.5em;
  content: '-';
}

/* line 209, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_homepage.scss */
ol.winner-list li.list-object .biblio-info-block .winner-publisher {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  float: left;
  padding: 0;
}

/* line 214, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_homepage.scss */
ol.winner-list li.list-object .biblio-info-block .winner-publisher:after {
  padding: 0 0.5em;
  content: '-';
}

/* line 219, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_homepage.scss */
ol.winner-list li.list-object .biblio-info-block .winner-pubdate {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  float: left;
  padding: 0;
}

/* line 224, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_homepage.scss */
ol.winner-list li.list-object .biblio-info-block .winner-pubdate:after {
  padding: 0 0.5em;
  content: '-';
}

/* line 229, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_homepage.scss */
ol.winner-list li.list-object .biblio-info-block .winner-subject {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  float: left;
  padding: 0 0.25em 0 0;
}

/* line 234, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_homepage.scss */
ol.winner-list li.list-object .biblio-info-block .winner-subject:after {
  padding: 0 0.5em;
  content: '-';
}

/* line 239, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_homepage.scss */
ol.winner-list li.list-object .biblio-info-block .winner-format {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  float: left;
  padding: 0 0.25em 0 0;
}

/* line 245, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_homepage.scss */
ol.winner-list li.list-object .biblio-info-block .winner-description {
  position: relative;
  padding: 1em 0;
  font-size: 0.9em;
  line-height: 1.25em;
  float: left;
  height: 220px;
  overflow: hidden;
  margin-left: -1em;
  margin-bottom: 1em;
  padding: 1em 1em 10em 1em;
}

/* line 257, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_homepage.scss */
ol.winner-list li.list-object .biblio-info-block .winner-description:after {
  content: '';
  position: absolute;
  top: 65%;
  left: 0;
  display: block;
  width: 100%;
  height: 80px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
}

/* line 270, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_homepage.scss */
ol.winner-list li.list-object .biblio-info-block .winner-description.bigger {
  height: auto;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 14%, rgba(224, 224, 224, 0) 45%, rgba(225, 225, 225, 0.4) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 14%, rgba(224, 224, 224, 0) 45%, rgba(225, 225, 225, 0.4) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 14%, rgba(224, 224, 224, 0) 45%, rgba(225, 225, 225, 0.4) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#66aaaaaa',GradientType=0 );
  /* IE6-9 */
}

/* line 277, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_homepage.scss */
ol.winner-list li.list-object .biblio-info-block .winner-description.bigger:after {
  display: none;
}

/* line 283, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_homepage.scss */
ol.winner-list li.list-object .biblio-info-block a.view-desc-button {
  float: right;
}

/* line 293, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_homepage.scss */
.blog-wrapper {
  margin: 0 auto;
  margin-top: 2em;
  margin-bottom: 4em;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}

/* line 300, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_homepage.scss */
.blog-wrapper .blog-item {
  width: 30%;
}

/* line 302, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_homepage.scss */
.blog-wrapper .blog-item img.attachment-post-thumbnail {
  max-width: 100%;
  max-height: 240px;
}

/* line 306, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_homepage.scss */
.blog-wrapper .blog-item p {
  font-family: "Lato", sans-serif;
  max-width: 75%;
  margin: 0 0 1.25em;
  padding: 0;
}

/* line 311, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_homepage.scss */
.blog-wrapper .blog-item p.author {
  font-weight: 700;
  margin: 1em 0 0.5em;
}

/* line 315, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_homepage.scss */
.blog-wrapper .blog-item p.date {
  margin: 0 0 3em;
}

/* line 319, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_homepage.scss */
.blog-wrapper .blog-item a.magenta-button, .blog-wrapper .blog-item ol.winner-list li.list-object .biblio-info-block a.view-desc-button, ol.winner-list li.list-object .biblio-info-block .blog-wrapper .blog-item a.view-desc-button {
  margin: 2em 0 1em;
}

/* line 327, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_homepage.scss */
#twidget iframe {
  width: 100% !important;
  height: 400px !important;
}

/* line 333, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_homepage.scss */
.timeline-Widget {
  background: blue !important;
}

/* line 7, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_archive.scss */
ul.arch-parent-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0;
}

/* line 13, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_archive.scss */
ul.arch-parent-wrapper li.arch-list-object {
  width: 220px;
  position: relative;
  height: 320px;
  margin: 0 1em 0 0;
}

/* line 19, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_archive.scss */
ul.arch-parent-wrapper li.arch-list-object:hover {
  background: #E3E3E3;
}

/* line 22, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_archive.scss */
ul.arch-parent-wrapper li.arch-list-object::before {
  content: '';
}

/* line 25, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_archive.scss */
ul.arch-parent-wrapper li.arch-list-object a {
  text-decoration: none;
}

/* line 28, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_archive.scss */
ul.arch-parent-wrapper li.arch-list-object a:hover {
  opacity: 0.8;
}

/* line 31, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_archive.scss */
ul.arch-parent-wrapper li.arch-list-object a label {
  position: relative;
  top: 280px;
  left: 65px;
}

/* line 36, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_archive.scss */
ul.arch-parent-wrapper li.arch-list-object a .cover-image {
  max-height: 180px;
}

/* line 39, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_archive.scss */
ul.arch-parent-wrapper li.arch-list-object a .cover-image:nth-child(2) {
  position: absolute;
  top: 30px;
  left: 20px;
  z-index: 5;
  box-shadow: 6px 6px 7px -6px #000;
}

/* line 46, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_archive.scss */
ul.arch-parent-wrapper li.arch-list-object a .cover-image:nth-child(3) {
  position: absolute;
  top: 60px;
  left: 50px;
  z-index: 4;
  box-shadow: 6px 6px 7px -6px #000;
}

/* line 53, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_archive.scss */
ul.arch-parent-wrapper li.arch-list-object a .cover-image:nth-child(4) {
  position: absolute;
  top: 90px;
  left: 80px;
  z-index: 3;
  box-shadow: 6px 6px 7px -6px #000;
}

/* line 63, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_archive.scss */
ul.arch-parent-wrapper:last-child {
  margin-bottom: 8em;
}

/* line 68, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_archive.scss */
.arch-description-content {
  position: fixed;
  z-index: 10;
  background: rgba(255, 255, 255, 0.75);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 79, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_archive.scss */
.arch-description-content .description-inner {
  width: 50%;
  max-height: 76vh;
  overflow: hidden;
  overflow-y: auto;
  background: #ffffff;
  font-size: 1.35em;
  padding: 1.5em 0.75em 1.5em 1.5em !important;
  position: relative;
  border-radius: 8px;
  box-shadow: 6px 6px 7px -6px #000;
  border: 2px solid #d7d7d7;
}

/* line 91, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_archive.scss */
.arch-description-content .description-inner img.description-cover {
  max-height: 180px;
  max-width: 120px;
  float: left;
  padding: 0 0 1em 0;
}

/* line 97, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_archive.scss */
.arch-description-content .description-inner .description-cover-details {
  width: calc(100% - 125px);
  min-height: 180px;
  float: left;
  padding: 0 0 1em 1.5em !important;
}

/* line 104, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_archive.scss */
.arch-description-content .description-inner .desc-content {
  float: left;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 40vh;
  padding: 0.5em !important;
}

/* line 111, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_archive.scss */
.arch-description-content .description-inner a.desc-bottom-link {
  display: inline-block;
  padding: 1em 0 0.5em;
}

/* line 116, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_archive.scss */
.arch-description-content .description-inner button.hide-toggle, .arch-description-content .description-inner a.hide-toggle.magenta-button, .arch-description-content .description-inner ol.winner-list li.list-object .biblio-info-block a.hide-toggle.view-desc-button, ol.winner-list li.list-object .biblio-info-block .arch-description-content .description-inner a.hide-toggle.view-desc-button, .arch-description-content .description-inner a.hide-toggle.halo-button, .arch-description-content .description-inner input.hide-toggle[type='submit'] {
  position: absolute;
  top: 12px;
  right: 12px;
  margin: 0 !important;
}

/* line 9, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_search.scss */
label.search-label {
  position: absolute;
  right: -72px;
  top: -20px;
  background: #ec8924;
  color: #ffffff;
  padding: 0.5em 1.15em;
  font-weight: 300;
}

/* line 22, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_search.scss */
.search-field {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 130px;
  position: absolute;
  top: 0;
  left: 0;
  background: #858585;
}

/* line 32, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_search.scss */
.search-field a.close-toggle {
  right: 25px;
  top: 0;
  color: #ffffff;
  position: absolute;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 6em;
  text-decoration: none;
}

/* line 41, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_search.scss */
.search-field a.close-toggle:hover {
  color: #96BA40;
}

/* line 46, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_search.scss */
.search-content-wrapper {
  width: 80vw;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

/* line 52, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_search.scss */
.search-content-wrapper .search-bar-row {
  display: flex;
  flex-wrap: wrap;
  margin: 1em 0 0 0;
  position: relative;
  width: calc(100% - 250px);
}

/* line 58, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_search.scss */
.search-content-wrapper .search-bar-row input.search-bar {
  width: 100%;
  background: url(../images/magnify-white.svg) no-repeat 100% 5px;
  background-size: 36px 36px;
  border: none;
  border-bottom: 2px solid #ffffff;
  font-family: "Abril Fatface", cursive;
  font-size: 2em;
  color: #ffffff;
  letter-spacing: 0.025em;
}

/* line 68, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_search.scss */
.search-content-wrapper .search-bar-row input.search-bar:focus {
  outline: none;
}

/* line 71, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_search.scss */
.search-content-wrapper .search-bar-row input.search-bar::placeholder {
  color: #ffffff;
}

/* line 74, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_search.scss */
.search-content-wrapper .search-bar-row input.search-bar:-webkit-placeholder {
  color: #ffffff;
}

/* line 77, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_search.scss */
.search-content-wrapper .search-bar-row input.search-bar:-moz-placeholder {
  color: #ffffff;
}

/* line 80, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_search.scss */
.search-content-wrapper .search-bar-row input.search-bar::-moz-placeholder {
  color: #ffffff;
}

/* line 83, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_search.scss */
.search-content-wrapper .search-bar-row input.search-bar:-ms-input-placeholder {
  color: #ffffff;
}

/* line 87, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_search.scss */
.search-content-wrapper .search-bar-row input.hidden-search-action {
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  color: transparent;
  display: block;
  cursor: pointer;
}

/* line 98, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_search.scss */
.search-content-wrapper .search-bar-row .form-group {
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  text-align: right;
  width: 100%;
  margin: 0.5em 0 0;
}

/* line 105, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_search.scss */
.search-content-wrapper .search-bar-row .form-group strong {
  font-weight: 700;
}

/* line 108, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_search.scss */
.search-content-wrapper .search-bar-row .form-group label {
  margin: 0 0 0 0.75em;
}

/* line 110, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_search.scss */
.search-content-wrapper .search-bar-row .form-group label input {
  margin: 0 0 0 0.5em;
}

/* line 126, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_search.scss */
h1 span.search-em {
  color: #E11F77;
  font-style: italic;
  padding: 0 0.2em 0 0;
}

/* line 131, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_search.scss */
.search-result-block {
  min-height: 600px;
  display: flex;
  justify-content: flex-start;
  margin: 0 0 2em;
}

/* line 136, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_search.scss */
.search-result-block .left-column {
  width: 250px;
  border-right: 1px solid #9B9B9B;
}

/* line 140, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_search.scss */
.search-result-block .right-column {
  width: calc(100vw - 250px);
}

/* line 142, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_search.scss */
.search-result-block .right-column .cover-wrapper {
  width: auto;
}

/* line 144, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_search.scss */
.search-result-block .right-column .cover-wrapper ol.cover-array {
  border-bottom: 1px solid #9B9B9B;
}

/* line 146, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_search.scss */
.search-result-block .right-column .cover-wrapper ol.cover-array li.cover-entry:before {
  content: ' ';
  display: none;
}

/* line 153, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_search.scss */
.search-result-block .no-search-results {
  width: 55vw;
  margin: 0 auto;
}

/* line 156, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_search.scss */
.search-result-block .no-search-results h3 {
  line-height: 1.25em;
}

/* line 162, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_search.scss */
.cover-wrapper.search-result-titles li.cover-entry {
  background: #ffffff;
}

/* line 165, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_search.scss */
.cover-wrapper.search-result-titles li.cover-entry:hover {
  background: #E3E3E3;
}

/* line 168, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_search.scss */
.cover-wrapper.search-result-titles li.cover-entry a {
  color: #111111;
  text-decoration: none;
}

/* line 171, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_search.scss */
.cover-wrapper.search-result-titles li.cover-entry a .month-heading {
  padding: 0.75em 0 0.5em;
  font-family: "Lato", sans-serif;
  font-size: 0.8em;
  font-weight: 700;
}

/* line 176, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_search.scss */
.cover-wrapper.search-result-titles li.cover-entry a .month-heading span {
  font-weight: 400;
  color: #E11F77;
  font-style: italic;
}

/* line 185, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_search.scss */
.search-result-entry {
  padding: 0.5em 2em;
}

/* line 188, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_search.scss */
.search-result-entry p span {
  color: #ffffff;
  font-style: italic;
  background: #ec8924;
  padding-left: 1px;
  padding-right: 4px;
}

/* line 197, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_search.scss */
ul.search-nav {
  border-top: 1px solid #9B9B9B;
  margin: 0;
}

/* line 200, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_search.scss */
ul.search-nav li {
  padding: 0;
}

/* line 201, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_search.scss */
ul.search-nav li:before {
  content: '';
  display: none;
}

/* line 206, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_search.scss */
ul.search-nav li a {
  color: #3c3c3c;
  text-decoration: none;
  background: #E3E3E3;
  display: block;
  padding: 1em;
  border-bottom: 1px solid #9B9B9B;
}

/* line 214, ../../../../../Volumes/GoogleDrive/My Drive/!_BooknetCanada/LoanStars/Website2.6/loanstars.v2/css/_search.scss */
ul.search-nav li a:hover {
  background: #9B9B9B;
  color: #ffffff;
}

/*# sourceMappingURL=ls-style-master.css.map */




/* ----- NEW Uncompiled CSS ----- */


.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form-control-wrap input[type='text'], .wpcf7-form-control-wrap input[type='email'] {
  width: 400px;
  height: 40px;
  background: #E3E3E3;
  box-shadow: inset 3px 3px 10px -2px #666;
  -webkit-box-shadow: inset 3px 3px 10px -2px #666;
  border: 1px solid #BCBCBC;
  border-radius: 4px;
  font-family: "Lato", sans-serif;
  padding: 0 0.75em;
  margin: 0 0.5em 0.5em 0;
  font-size: 1.15em;
}
.wpcf7-form-control-wrap select.wpcf7-select {
  width: 400px;
  height: 40px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -apple-appearance: none;
  background: url(../images/select-bg.png) no-repeat right;
  /*background: -moz-linear-gradient(top, #f9f9f9 0%, #dbdbdb 100%);
  background: -webkit-linear-gradient(top, #f9f9f9 0%, #dbdbdb 100%);
  background: linear-gradient(to bottom, #f9f9f9 0%, #dbdbdb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#dbdbdb',GradientType=0 );*/
  border: 1px solid #BCBCBC;
  border-radius: 4px;
  font-family: "Lato", sans-serif;
  padding: 0 1em;
  margin: 0 0.5em 0 0;
  font-size: 1em;
  position: relative;
}

.wpcf7-form-control-wrap textarea {
  width: 400px;
  min-height: 100px;
  background: #E3E3E3;
  box-shadow: inset 3px 3px 10px -2px #666;
  -webkit-box-shadow: inset 3px 3px 10px -2px #666;
  border: 1px solid #BCBCBC;
  border-radius: 4px;
  font-family: "Lato", sans-serif;
  padding: 1em;
  margin: 0.5em 0.5em 1em 0;
  font-size: 1.15em;
}

.wpcf7 form .wpcf7-response-output {
  padding:  1.25em!important;

}

footer .left-side .powered-by {
  width: 180px;
}


</pre></body></html>