@charset "UTF-8";
/* line 8, ../../../resources/sass/kids/screen.scss */
html {
  -ms-touch-action: none;
}

/* line 12, ../../../resources/sass/kids/screen.scss */
img {
  -ms-interpolation-mode: bicubic;
}

@font-face {
  font-family: 'taffyregular';
  src: url("fonts/taffy.eot");
  src: url("fonts/taffy.eot?#iefix") format("embedded-opentype"), url("fonts/taffy.woff") format("woff"), url("fonts/taffy.ttf") format("truetype"), url("fonts/taffy.svg#taffyregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ==== Scroll down to find where to put your styles :) ==== */
/*  HTML5 Γ£░ Boilerplate  */
/* line 5, ../../../resources/sass/_baseStyles.scss */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* line 22, ../../../resources/sass/_baseStyles.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 27, ../../../resources/sass/_baseStyles.scss */
blockquote, q {
  quotes: none;
}

/* line 31, ../../../resources/sass/_baseStyles.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 37, ../../../resources/sass/_baseStyles.scss */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* line 43, ../../../resources/sass/_baseStyles.scss */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* line 50, ../../../resources/sass/_baseStyles.scss */
del {
  text-decoration: line-through;
}

/* line 54, ../../../resources/sass/_baseStyles.scss */
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* line 59, ../../../resources/sass/_baseStyles.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 64, ../../../resources/sass/_baseStyles.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* line 73, ../../../resources/sass/_baseStyles.scss */
input, select {
  vertical-align: middle;
}

/* line 77, ../../../resources/sass/_baseStyles.scss */
body {
  font: 13px/1.231 sans-serif;
  *font-size: small;
}

/* line 82, ../../../resources/sass/_baseStyles.scss */
select, input, textarea, button {
  font: 99% sans-serif;
}

/* line 86, ../../../resources/sass/_baseStyles.scss */
pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

/* line 90, ../../../resources/sass/_baseStyles.scss */
html {
  overflow-y: scroll;
}

/* line 94, ../../../resources/sass/_baseStyles.scss */
a:hover, a:active {
  outline: none;
}

/* line 98, ../../../resources/sass/_baseStyles.scss */
ul, ol {
  margin-left: 2em;
}

/* line 102, ../../../resources/sass/_baseStyles.scss */
ol {
  list-style-type: decimal;
}

/* line 106, ../../../resources/sass/_baseStyles.scss */
nav ul, nav li {
  margin: 0;
  list-style: none;
  list-style-image: none;
}

/* line 112, ../../../resources/sass/_baseStyles.scss */
small {
  font-size: 85%;
}

/* line 116, ../../../resources/sass/_baseStyles.scss */
strong, th {
  font-weight: bold;
}

/* line 120, ../../../resources/sass/_baseStyles.scss */
td {
  vertical-align: top;
}

/* line 124, ../../../resources/sass/_baseStyles.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

/* line 130, ../../../resources/sass/_baseStyles.scss */
sup {
  top: -0.5em;
}

/* line 134, ../../../resources/sass/_baseStyles.scss */
sub {
  bottom: -0.25em;
}

/* line 138, ../../../resources/sass/_baseStyles.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  padding: 15px;
}

/* line 145, ../../../resources/sass/_baseStyles.scss */
textarea {
  overflow: auto;
}

/* line 149, ../../../resources/sass/_baseStyles.scss */
.ie6 legend, .ie7 legend {
  margin-left: -7px;
}

/* line 153, ../../../resources/sass/_baseStyles.scss */
input[type="radio"] {
  vertical-align: text-bottom;
}

/* line 157, ../../../resources/sass/_baseStyles.scss */
input[type="checkbox"] {
  vertical-align: bottom;
}

/* line 161, ../../../resources/sass/_baseStyles.scss */
.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}

/* line 165, ../../../resources/sass/_baseStyles.scss */
.ie6 input {
  vertical-align: text-bottom;
}

/* line 169, ../../../resources/sass/_baseStyles.scss */
label, input[type="button"], input[type="submit"], input[type="image"], button {
  cursor: pointer;
}

/* line 173, ../../../resources/sass/_baseStyles.scss */
button, input, select, textarea {
  margin: 0;
}

/* line 180, ../../../resources/sass/_baseStyles.scss */
input:invalid, textarea:invalid {
  border-radius: 1px;
  -moz-box-shadow: 0px 0px 5px red;
  -webkit-box-shadow: 0px 0px 5px red;
  box-shadow: 0px 0px 5px red;
}

/* line 187, ../../../resources/sass/_baseStyles.scss */
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid {
  background-color: #f0dddd;
}

/* line 191, ../../../resources/sass/_baseStyles.scss */
::-moz-selection {
  background: #FF5E99;
  color: #fff;
  text-shadow: none;
}

/* line 197, ../../../resources/sass/_baseStyles.scss */
::selection {
  background: #FF5E99;
  color: #fff;
  text-shadow: none;
}

/* line 203, ../../../resources/sass/_baseStyles.scss */
a:link {
  -webkit-tap-highlight-color: #FF5E99;
}

/* line 207, ../../../resources/sass/_baseStyles.scss */
button {
  width: auto;
  overflow: visible;
}

/* line 212, ../../../resources/sass/_baseStyles.scss */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}

/* line 216, ../../../resources/sass/_baseStyles.scss */
body, select, input, textarea {
  color: #444;
}

/* line 220, ../../../resources/sass/_baseStyles.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

/* line 224, ../../../resources/sass/_baseStyles.scss */
a, a:active, a:visited {
  color: #607890;
}

/* line 228, ../../../resources/sass/_baseStyles.scss */
a:hover {
  color: #036;
}

/*
    // ========================================== \
   ||                                              ||
   ||               Your styles !                  ||
   ||                                              ||
    \ ========================================== //
*/
/* line 240, ../../../resources/sass/_baseStyles.scss */
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

/* line 249, ../../../resources/sass/_baseStyles.scss */
.hidden {
  display: none;
  visibility: hidden;
}

/* line 254, ../../../resources/sass/_baseStyles.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 265, ../../../resources/sass/_baseStyles.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* line 275, ../../../resources/sass/_baseStyles.scss */
.invisible {
  visibility: hidden;
}

/* line 279, ../../../resources/sass/_baseStyles.scss */
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

/* line 286, ../../../resources/sass/_baseStyles.scss */
.clearfix:after {
  clear: both;
}

/* line 290, ../../../resources/sass/_baseStyles.scss */
.clearfix {
  zoom: 1;
}

@media screen and (max-device-width: 480px) {
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}
@media print {
  /* line 308, ../../../resources/sass/_baseStyles.scss */
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* line 316, ../../../resources/sass/_baseStyles.scss */
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }

  /* line 321, ../../../resources/sass/_baseStyles.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 325, ../../../resources/sass/_baseStyles.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 329, ../../../resources/sass/_baseStyles.scss */
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  /* line 333, ../../../resources/sass/_baseStyles.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 338, ../../../resources/sass/_baseStyles.scss */
  thead {
    display: table-header-group;
  }

  /* line 342, ../../../resources/sass/_baseStyles.scss */
  tr, img {
    page-break-inside: avoid;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 350, ../../../resources/sass/_baseStyles.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 355, ../../../resources/sass/_baseStyles.scss */
  h2, h3 {
    page-break-after: avoid;
  }
}
/* line 1, ../../../resources/sass/_DialogManager.scss */
#dialogContainer {
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  /*height: 100%;*/
}

/* line 8, ../../../resources/sass/_DialogManager.scss */
#dialogContainer .backdrop {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  background: #333;
  z-index: 98;
  opacity: .3;
  filter: alpha(opacity=30);
}

/* line 20, ../../../resources/sass/_DialogManager.scss */
#dialogContainer .dialogContentContainer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
}

/* line 28, ../../../resources/sass/_DialogManager.scss */
#dialogContainer .dialogContent {
  position: relative;
  padding: 0;
  margin: 16px auto 0;
  background: #fff;
  border: 2px solid #333;
}

@media (min-height: 656px) {
  /* line 37, ../../../resources/sass/_DialogManager.scss */
  #dialogContainer .dialogContent {
    margin-top: 32px;
  }
}
@media (min-height: 688px) {
  /* line 43, ../../../resources/sass/_DialogManager.scss */
  #dialogContainer .dialogContent {
    margin-top: 64px;
  }
}
@media (min-height: 720px) {
  /* line 49, ../../../resources/sass/_DialogManager.scss */
  #dialogContainer .dialogContent {
    margin-top: 96px;
  }
}
/* line 54, ../../../resources/sass/_DialogManager.scss */
#dialogContainer .dialogContent header {
  background: #ccc;
  padding: .5em;
  text-align: left;
}

/* line 60, ../../../resources/sass/_DialogManager.scss */
#dialogContainer .dialogContent header h1 {
  float: left;
}

/* line 64, ../../../resources/sass/_DialogManager.scss */
#dialogContainer .dialogContent header a {
  display: block;
  float: right;
  margin: 0 0 0 .5em;
}

/* line 70, ../../../resources/sass/_DialogManager.scss */
#dialog_form_buttons {
  text-align: center;
  margin-top: 1em;
}

/* line 75, ../../../resources/sass/_DialogManager.scss */
#dialog_form_buttons input {
  margin: 0 .5em;
}

/* line 80, ../../../resources/sass/_DialogManager.scss */
.RequestsResponse ul {
  margin-bottom: 10px;
}
/* line 83, ../../../resources/sass/_DialogManager.scss */
.RequestsResponse dt {
  margin-top: 5px;
  text-decoration: underline;
}
/* line 87, ../../../resources/sass/_DialogManager.scss */
.RequestsResponse dd {
  margin-left: 30px;
  display: list-item;
  list-style-type: disc;
}

/* line 1, ../../../resources/sass/_forms.scss */
:root {
  --font-family: Helvetica, Arial, sans-serif;
  --error-color: #961a1a;
  --error-background: linear-gradient(to bottom, #f6eaea 50%, #ede1e1 100%);
  --header-background: linear-gradient(to bottom, #17a2d0, #158fb8);
  --header-color: white;
  --primary-button-color: white;
  --primary-button-background: linear-gradient(to bottom, #1685ad 48%, #117ca3 52%);
  --primary-button-background-hover: linear-gradient(to bottom, #188fbb 48%, #1287b1 52%);
  --primary-button-background-active: #117ca3;
  --primary-button-background-disabled: linear-gradient(to bottom, #1685ad 48%, #117ca3 52%);
  --button-border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  --primary-link-color: #15698c;
  --primary-link-color-hover: #17a2d0;
  --primary-link-color-active: #607890;
  --footer-background: linear-gradient(#3a3a3a 0%, #1c1c1c 30%);
  --footer-color: #C2C2C2;
  --footer-link-color: #FFFFFF;
}

/* forms */
/* line 26, ../../../resources/sass/_forms.scss */
[aria-invalid="true"] {
  outline: 2px solid var(--error-color);
}

/* line 29, ../../../resources/sass/_forms.scss */
[role="alert"] {
  color: var(--error-color);
}

/* line 33, ../../../resources/sass/_forms.scss */
[type="button"]:focus-visible,
[type="button"]:focus-visible,
[type="submit"]:focus,
[type="button"]:focus {
  outline-offset: 1px;
  outline: -webkit-focus-ring-color solid 2px;
}

/* line 41, ../../../resources/sass/_forms.scss */
[type="button"].btn-link {
  border: 0;
  background-color: inherit;
}

/* line 46, ../../../resources/sass/_forms.scss */
label, button, [type="button"] {
  cursor: pointer;
}

/* line 50, ../../../resources/sass/_forms.scss */
.text-divider {
  border-top: 1px solid #757575;
  color: #757575;
  margin-top: 7.5px;
}

/* line 55, ../../../resources/sass/_forms.scss */
.text-divider span {
  background-color: #fff;
  height: 16px;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  width: fit-content;
  margin: -8px auto 0;
  padding: 0 8px;
  display: block;
}

/* line 67, ../../../resources/sass/_forms.scss */
.form-row {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 4px;
}

/* line 74, ../../../resources/sass/_forms.scss */
.form-row label {
  font-weight: bold;
}

/* line 78, ../../../resources/sass/_forms.scss */
.form-row input {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}

/* line 85, ../../../resources/sass/_forms.scss */
.checkbox-form-row {
  display: flex;
  gap: 4px;
}

/* line 92, ../../../resources/sass/_forms.scss */
.narrow-column-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* line 98, ../../../resources/sass/_forms.scss */
.narrow-column-form p {
  margin: 0;
  padding: 0;
}

/* line 103, ../../../resources/sass/_forms.scss */
.narrow-column-form h2 {
  margin: 0;
}

/* line 107, ../../../resources/sass/_forms.scss */
.narrow-column-form .btn.primary, .narrow-column-form .primary.primary-button, .narrow-column-form #fullDetailsContainer a.primary.hold-resource-button, #fullDetailsContainer .narrow-column-form a.primary.hold-resource-button, .narrow-column-form .loginFormHolder .primary#submitLoginFormButton, .loginFormHolder .narrow-column-form .primary#submitLoginFormButton, .narrow-column-form #fullDetailsContainer div.disabled a.primary.hold-resource-button:hover, #fullDetailsContainer div.disabled .narrow-column-form a.primary.hold-resource-button:hover, .narrow-column-form #fullDetailsContainer div.disabled a.primary.hold-resource-button:active, #fullDetailsContainer div.disabled .narrow-column-form a.primary.hold-resource-button:active, .narrow-column-form .loginFormHolder .primary.loginCloseButton, .loginFormHolder .narrow-column-form .primary.loginCloseButton {
  width: 100%;
}

/* line 5, ../../../resources/sass/kids/_common.scss */
* {
  -webkit-tap-highlight-color: rgba(152, 240, 255, 0.3);
}

/* line 9, ../../../resources/sass/kids/_common.scss */
::-moz-selection {
  background: #284c80;
  color: #fff;
  text-shadow: none;
}

/* line 15, ../../../resources/sass/kids/_common.scss */
::selection {
  background: #284c80;
  color: #fff;
  text-shadow: none;
}

/* line 21, ../../../resources/sass/kids/_common.scss */
::-webkit-scrollbar {
  width: 13px;
  height: 13px;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjZjBmMGYwIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(90%, #f0f0f0));
  background: -moz-linear-gradient(#ffffff 0%, #f0f0f0 90%);
  background: -webkit-linear-gradient(#ffffff 0%, #f0f0f0 90%);
  background: linear-gradient(#ffffff 0%, #f0f0f0 90%);
}

/* line 27, ../../../resources/sass/kids/_common.scss */
::-webkit-scrollbar-thumb {
  background-color: #0071bc;
}

/* line 32, ../../../resources/sass/kids/_common.scss */
::-webkit-selection {
  background-color: transparent;
}

/* line 36, ../../../resources/sass/kids/_common.scss */
html, body {
  background-color: #D1EAFF;
  font-family: sans-serif;
  font-size: 16px;
  width: 100%;
  height: 100%;
}

/* line 46, ../../../resources/sass/kids/_common.scss */
h1 {
  text-align: center;
  padding: 1em 0 0.5em;
}

/* line 51, ../../../resources/sass/kids/_common.scss */
h1.main-title {
  background-image: url(../../images/kids/glass-68.png);
  position: absolute;
  float: left;
  border-radius: 7px;
  font-family: taffyregular;
  font-size: 1.4em;
  padding: 0.3em;
}

/* line 63, ../../../resources/sass/kids/_common.scss */
#app-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 72, ../../../resources/sass/kids/_common.scss */
#app-main {
  overflow: hidden;
  position: absolute;
  z-index: 60;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 82, ../../../resources/sass/kids/_common.scss */
#app-main.loading {
  background-color: #0082c9;
}

/* line 87, ../../../resources/sass/kids/_common.scss */
#dialogContainer .dialogContent {
  width: 800px;
}

/* line 92, ../../../resources/sass/kids/_common.scss */
#dialog_form_content {
  text-align: left;
  padding: 10px;
}
/* line 95, ../../../resources/sass/kids/_common.scss */
#dialog_form_content h1 {
  margin: 0 0 0.5em 0;
}

/* line 100, ../../../resources/sass/kids/_common.scss */
#dialog_form_buttons {
  padding: 1em;
}
/* line 103, ../../../resources/sass/kids/_common.scss */
#dialog_form_buttons input[type="submit"] {
  color: white;
  background: #1685AD;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  /* IE 6-8 will not support inset even with PIE */
  /* TODO will negative pixels work? */
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  outline: 0;
  position: relative;
  text-shadow: rgba(0, 0, 0, 0.49609) 0px -1px 0px;
  behavior: none;
  padding: 0.5em 2em;
}
/* line 18, ../../../resources/sass/kids/_includes.scss */
.no-boxshadow #dialog_form_buttons input[type="submit"] {
  border: 0;
  /*  border color + PIE + ? was pegging the CPU in ie8 */
}
/* line 57, ../../../resources/sass/kids/_includes.scss */
#dialog_form_buttons input[type="submit"]:focus {
  outline: none;
}
/* line 60, ../../../resources/sass/kids/_includes.scss */
#dialog_form_buttons input[type="submit"]::-moz-focus-inner {
  border: 0;
}
/* line 63, ../../../resources/sass/kids/_includes.scss */
#dialog_form_buttons input[type="submit"].disabled, #dialog_form_buttons input[type="submit"].disabled:hover, #dialog_form_buttons input[type="submit"].disabled:active {
  color: white;
  background: #1685AD;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  /* IE 6-8 will not support inset even with PIE */
  /* TODO will negative pixels work? */
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  outline: 0;
  position: relative;
  text-shadow: rgba(0, 0, 0, 0.49609) 0px -1px 0px;
  behavior: none;
  cursor: default;
  opacity: .5;
  filter: alpha(opacity=50);
}
/* line 18, ../../../resources/sass/kids/_includes.scss */
.no-boxshadow #dialog_form_buttons input[type="submit"].disabled, .no-boxshadow #dialog_form_buttons input[type="submit"].disabled:hover, .no-boxshadow #dialog_form_buttons input[type="submit"].disabled:active {
  border: 0;
  /*  border color + PIE + ? was pegging the CPU in ie8 */
}
/* line 72, ../../../resources/sass/kids/_includes.scss */
#dialog_form_buttons input[type="submit"]:hover {
  color: white;
  border-left-color: rgba(0, 0, 0, 0.09766);
  border-right-color: rgba(0, 0, 0, 0.09766);
  text-decoration: none;
  behavior: none;
}
/* line 80, ../../../resources/sass/kids/_includes.scss */
#dialog_form_buttons input[type="submit"]:active {
  color: white;
  background: #117ca3;
  border-bottom-color: rgba(0, 0, 0, 0.09766);
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 109, ../../../resources/sass/kids/_common.scss */
a {
  color: #0071bc;
}

/* line 113, ../../../resources/sass/kids/_common.scss */
.btn, .primary-button, #fullDetailsContainer a.hold-resource-button, .loginFormHolder #submitLoginFormButton, #fullDetailsContainer div.disabled a.hold-resource-button, #fullDetailsContainer div.disabled a.hold-resource-button:hover, #fullDetailsContainer div.disabled a.hold-resource-button:active, .loginFormHolder .loginCloseButton {
  font-family: taffyregular;
  font-size: 1.5em;
  font-weight: normal;
  border: 1px solid #494949;
  text-decoration: none;
  color: #fff;
  text-shadow: 1px 1px 1px #444;
  background-color: #999;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzk5OTk5OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cccccc), color-stop(100%, #999999));
  background: -moz-linear-gradient(#cccccc, #999999);
  background: -webkit-linear-gradient(#cccccc, #999999);
  background: linear-gradient(#cccccc, #999999);
}

/* line 125, ../../../resources/sass/kids/_common.scss */
.btn:hover, .primary-button:hover, #fullDetailsContainer a.hold-resource-button:hover, .loginFormHolder #submitLoginFormButton:hover, #fullDetailsContainer div.disabled a.hold-resource-button:hover, .loginFormHolder .loginCloseButton:hover {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2FhYWFhYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dddddd), color-stop(100%, #aaaaaa));
  background: -moz-linear-gradient(#dddddd, #aaaaaa);
  background: -webkit-linear-gradient(#dddddd, #aaaaaa);
  background: linear-gradient(#dddddd, #aaaaaa);
}

/* line 129, ../../../resources/sass/kids/_common.scss */
.primary-button, #fullDetailsContainer a.hold-resource-button, .loginFormHolder #submitLoginFormButton {
  background-color: #0071bc;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOGVlYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNzFiYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #008eec), color-stop(100%, #0071bc));
  background: -moz-linear-gradient(#008eec, #0071bc);
  background: -webkit-linear-gradient(#008eec, #0071bc);
  background: linear-gradient(#008eec, #0071bc);
}

/* line 135, ../../../resources/sass/kids/_common.scss */
.primary-button:hover, #fullDetailsContainer a.hold-resource-button:hover, .loginFormHolder #submitLoginFormButton:hover {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOWFmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOGFlMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009aff), color-stop(100%, #008ae1));
  background: -moz-linear-gradient(#009aff, #008ae1);
  background: -webkit-linear-gradient(#009aff, #008ae1);
  background: linear-gradient(#009aff, #008ae1);
}

/* line 139, ../../../resources/sass/kids/_common.scss */
.btn:active, .primary-button:active, #fullDetailsContainer a.hold-resource-button:active, .loginFormHolder #submitLoginFormButton:active, #fullDetailsContainer div.disabled a.hold-resource-button:active, .loginFormHolder .loginCloseButton:active {
  margin-top: 1px;
  margin-left: 1px;
  margin-right: -1px;
  margin-bottom: -1px;
}

/* line 146, ../../../resources/sass/kids/_common.scss */
.roundedCorners {
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
}

@media (orientation: landscape) {
  /* line 151, ../../../resources/sass/kids/_common.scss */
  html.ipad.ios7 > body {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 672px !important;
  }
  /* line 157, ../../../resources/sass/kids/_common.scss */
  html.ipad.ios7 > body #app-wrapper {
    position: static;
  }

  /* line 162, ../../../resources/sass/kids/_common.scss */
  html.ipad-standalone.ios7-standalone > body {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 768px !important;
  }
  /* line 168, ../../../resources/sass/kids/_common.scss */
  html.ipad-standalone.ios7-standalone > body #app-wrapper {
    position: static;
  }
}
/* line 2, ../../../resources/sass/kids/_iscroll.scss */
.iScrollHorizontalScrollbar {
  position: absolute;
  z-index: 9999;
  height: 16px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  overflow: hidden;
}

/* line 12, ../../../resources/sass/kids/_iscroll.scss */
.iScrollHorizontalScrollbar.iScrollBothScrollbars {
  right: 18px;
}

/* line 16, ../../../resources/sass/kids/_iscroll.scss */
.iScrollVerticalScrollbar {
  position: absolute;
  z-index: 9999;
  width: 16px;
  bottom: 2px;
  top: 2px;
  right: 2px;
  overflow: hidden;
}

/* line 26, ../../../resources/sass/kids/_iscroll.scss */
.iScrollVerticalScrollbar.iScrollBothScrollbars {
  bottom: 18px;
}

/* line 30, ../../../resources/sass/kids/_iscroll.scss */
.iScrollIndicator {
  position: absolute;
  background: #0071bc;
}

/* line 35, ../../../resources/sass/kids/_iscroll.scss */
.iScrollHorizontalScrollbar .iScrollIndicator {
  height: 100%;
}

/* line 39, ../../../resources/sass/kids/_iscroll.scss */
.iScrollVerticalScrollbar .iScrollIndicator {
  width: 100%;
}

/**
 *
 * Main container
 *
 */
/* line 6, ../../../resources/sass/_add2home.scss */
#addToHomeScreen {
  z-index: 9999;
  -webkit-user-select: none;
  -webkit-box-sizing: border-box;
  width: 240px;
  font-size: 15px;
  padding: 12px 14px;
  text-align: left;
  font-family: helvetica;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #fff), color-stop(0.02, #eee), color-stop(0.98, #ccc), color-stop(1, #a3a3a3));
  border: 1px solid #505050;
  -webkit-border-radius: 8px;
  -webkit-background-clip: padding-box;
  color: #333;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  line-height: 130%;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

/* line 25, ../../../resources/sass/_add2home.scss */
#addToHomeScreen.addToHomeIpad {
  width: 268px;
  font-size: 18px;
  padding: 14px;
}

/**
 *
 * The 'wide' class is added when the popup contains the touch icon
 *
 */
/* line 36, ../../../resources/sass/_add2home.scss */
#addToHomeScreen.addToHomeWide {
  width: 296px;
}

/* line 40, ../../../resources/sass/_add2home.scss */
#addToHomeScreen.addToHomeIpad.addToHomeWide {
  width: 320px;
  font-size: 18px;
  padding: 14px;
}

/**
 *
 * The balloon arrow
 *
 */
/* line 51, ../../../resources/sass/_add2home.scss */
#addToHomeScreen .addToHomeArrow {
  position: absolute;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0, rgba(204, 204, 204, 0)), color-stop(0.4, rgba(204, 204, 204, 0)), color-stop(0.4, #ccc));
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #505050;
  width: 16px;
  height: 16px;
  -webkit-transform: rotateZ(45deg);
  bottom: -9px;
  left: 50%;
  margin-left: -8px;
  -webkit-box-shadow: inset -1px -1px 0 #a9a9a9;
  -webkit-border-bottom-right-radius: 2px;
}

/**
 *
 * The balloon arrow for iPad
 *
 */
/* line 71, ../../../resources/sass/_add2home.scss */
#addToHomeScreen.addToHomeIpad .addToHomeArrow {
  -webkit-transform: rotateZ(-135deg);
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0, rgba(238, 238, 238, 0)), color-stop(0.4, rgba(238, 238, 238, 0)), color-stop(0.4, #eee));
  -webkit-box-shadow: inset -1px -1px 0 #fff;
  top: -9px;
  bottom: auto;
  left: 50%;
}

/**
 *
 * Close button
 *
 */
/* line 84, ../../../resources/sass/_add2home.scss */
#addToHomeScreen .addToHomeClose {
  -webkit-box-sizing: border-box;
  position: absolute;
  right: 4px;
  top: 4px;
  width: 18px;
  height: 18px;
  line-height: 14px;
  text-align: center;
  text-indent: 1px;
  -webkit-border-radius: 9px;
  background: rgba(0, 0, 0, 0.12);
  color: #707070;
  -webkit-box-shadow: 0 1px 0 #fff;
  font-size: 16px;
}

/**
 *
 * The '+' icon, displayed only on iOS < 4.2
 *
 */
/* line 106, ../../../resources/sass/_add2home.scss */
#addToHomeScreen .addToHomePlus {
  font-weight: bold;
  font-size: 1.3em;
}

/**
 *
 * The 'share' icon, displayed only on iOS >= 4.2
 *
 */
/* line 117, ../../../resources/sass/_add2home.scss */
#addToHomeScreen .addToHomeShare {
  display: inline-block;
  width: 18px;
  height: 15px;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPCAQAAABDj1eZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAUdJREFUKFNtkLtLw1AYxS/qJLhXVKr2ZRulUNtiqgSb3CziICI6ucTFVYcOnaQOFRwUnNTRwUWXgpP/QdHNUEQUHGxofYBTlRs83iZNjKTncOGe7/vx3QchXUWn6FL3jhfKUdCCr5zuifV5oDiHQM+c+CIhiiCSWNu08iq9oHXKLAiqrgR4UXqlOEYZt++ExEL0wW7+OW0G10muLv9gmqfe5FAWKmTMYQYiFL7PYwyLOD8lSjNh2gdnPzMII4QUBxc4OothbAF7GCBKQ0YbSWyPQsIhqvetS+y0ygGMo/KFZfviDvR4AhwgZU9dGYnA0J/6ndc15i3ouYIMcVVUcEXIoOxCeRCfwP8sXBSdjtpUv/1QW+K16kCCIUC4id9Fa0JtkluwVkSfqPL6RwfSDA0aNlx7k/bWgViB7bMS2/1vk5sdsZLN/ALSuL3tylO4RAAAAABJRU5ErkJggg==);
  background-size: 18px 15px;
  text-indent: -9999em;
  overflow: hidden;
}

/**
 *
 * The touch icon (if available)
 *
 */
/* line 134, ../../../resources/sass/_add2home.scss */
#addToHomeScreen .addToHomeTouchIcon {
  display: block;
  float: left;
  -webkit-border-radius: 6px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(255, 255, 255, 0.9);
  background-repeat: no-repeat;
  width: 57px;
  height: 57px;
  -webkit-background-size: 57px 57px;
  margin: 0 12px 0 0;
  border: 1px solid #333;
  -webkit-background-clip: padding-box;
}

/**
 *
 * The 'share' icon for retina display
 *
 */
@media all and (-webkit-min-device-pixel-ratio: 2) {
  /* line 155, ../../../resources/sass/_add2home.scss */
  #addToHomeScreen .addToHomeShare {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAeCAQAAADu6HTYAAADPElEQVR4Xq3TX2gcRRzA8e/M7mVv2+TSNpc/TZtrY6jUGqgaSAmEChKLrYK0YH0RFC2CSCkEfCghiKU04J8qNigq6os+iQV98MHWFwVBrQQRWs21lBw5cw3NNb1/udu72RGG5Y77IzXW77D7sAwf5scyYoL6BGXSDKFZwaGpLvIUaeoCkvX1MmsM0Ny6oRSQYOLuIS+YZOpfQdqslpUxcZrzTVAz4qPwW2O3CeIwC/RSzeY6Ow1QhUrkr+YOWfEKDkEP8Rij7CHKJmrFSDHBdwGEE5wiGChPN+PnT8VdRtEIl1d4gRj/1EVe5ZSBKGh8iqQpo/Fo5+3C/gz0MYg4zgwbqday1/Q4B8BGQ45d/Hi54lakCrU5obOcidJpu1+Lg9whjabyaOYLnrIBFFaRD+xe2ybMDWY66GmP/WA9cGfGp0CWhy0wkMN8inepFiH2rV1j0NQSNQbFLRQnS8/8YSDBBpadfv4CYDub2fmeHDNAsL1MBWUel0iA+Xik6eHcyvD3vAMSU1TGuA/YRS+dD7ovCQN43GKRFCU20Kd3V/avDVVyAZ5niTEuLA5/zBGWg9EEEhfJKN200Tat8CmRAQb9+wv7soPlHt2tQorsz1uPbr0HTY4sJwrH47zJZwABBAKLMBoQXepwgTwdHCo+fXMkQ4lrxEmQ5AaXipPqDY9V2vn09tgvTPI71EEGYxM+/uMJLJ4svpgaWGKOi/xKgmqLSUGSUd5f2vIVJ/CgBaTIUsZ7ZBsn0+NzfMOXLFCXQyTcybN6ep5ZZgUOHn7jpfUpsZshdugPGf+E5zjbyHTSRyQ8xfRPPM/s63RHeuknSoT22mjmmnAOIMkUZ6D1xSfPPAfd1WFKM3sO2CMaHx8M1NjnXKHaAGGkOW0C02WeYHUz4qMtx+w5gUDS8NckYe5lHsMYwCZEPyEEmjLDZFmAS7CDviMdxyTkMNVBKEmYLvbiQQBIBBbCQG04bGQvFWz6CfsCQLWCigILFwcfkGYBiOpbYuOizTAyYyDdCtrGaRG1LCkIgMYEFhI0WqQZoSlbGRyHKe4qOx7iv2bVQW9dp4dlM/x6kmwnWQcd/Q3FCqwTEiT5s+6D5v/pb0SSHyg7uhMWAAAAAElFTkSuQmCC);
  }
}
/* line 2, ../../../resources/sass/kids/_loader.scss */
#mainLoader {
  position: absolute;
  height: 30px;
  border-radius: 50px;
  top: 30%;
  left: 50%;
  margin-left: -200px;
  width: 400px;
  z-index: 5000;
}
/* line 16, ../../../resources/sass/kids/_loader.scss */
#mainLoader .bar {
  -moz-transition: 0;
  -o-transition: 0;
  -webkit-transition: 0;
  transition: 0;
}
/* line 20, ../../../resources/sass/kids/_loader.scss */
#mainLoader .progress {
  filter: none;
  height: 30px;
}

/* line 15, ../../../resources/sass/kids/_structure.scss */
.baseView {
  z-index: 100;
}

/* line 19, ../../../resources/sass/kids/_structure.scss */
#mainHeader {
  position: absolute;
  z-index: 199;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 1.0;
}
/* line 31, ../../../resources/sass/kids/_structure.scss */
#mainHeader .loginContainer {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 20px;
}
/* line 37, ../../../resources/sass/kids/_structure.scss */
#mainHeader .loginContainer ul {
  list-style: none;
  text-align: right;
}
/* line 41, ../../../resources/sass/kids/_structure.scss */
#mainHeader .loginContainer ul li {
  float: left;
  display: block;
  text-align: center;
}
/* line 48, ../../../resources/sass/kids/_structure.scss */
#mainHeader .loginContainer .logged-in {
  display: block;
}
/* line 52, ../../../resources/sass/kids/_structure.scss */
#mainHeader .loginContainer a {
  font-family: taffyregular;
  text-decoration: none;
  color: #fff;
  text-shadow: 1px 1px 1px #444;
  font-size: 1.2em;
}

/* line 62, ../../../resources/sass/kids/_structure.scss */
#mainFooter {
  position: absolute;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 1.0;
  z-index: 100;
  bottom: 0;
  left: 0;
  right: 0;
  height: 186px;
}
/* line 74, ../../../resources/sass/kids/_structure.scss */
#mainFooter .mainFooterInner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 82, ../../../resources/sass/kids/_structure.scss */
#mainFooter .footerContent {
  position: absolute;
  left: 0;
  width: 500px;
  z-index: 100;
  bottom: 35px;
  height: 66px;
  background-color: #a6d9bc;
  margin: 0 20px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
/* line 95, ../../../resources/sass/kids/_structure.scss */
#mainFooter .current-search {
  position: absolute;
  right: 20px;
  bottom: 35px;
  width: 100px;
  height: 100px;
  z-index: 100;
}
/* line 103, ../../../resources/sass/kids/_structure.scss */
#mainFooter .current-search img {
  display: block;
  position: absolute;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
}
/* line 113, ../../../resources/sass/kids/_structure.scss */
#mainFooter .dogHouse {
  display: block;
  position: absolute;
  top: 0px;
  right: 40px;
  width: 125px;
  height: 100px;
}
/* line 124, ../../../resources/sass/kids/_structure.scss */
#mainFooter .scout {
  display: block;
  width: 149px;
  height: 170px;
  z-index: 100;
  position: absolute;
  right: 140px;
  bottom: 18px;
}
/* line 134, ../../../resources/sass/kids/_structure.scss */
#mainFooter .footerBar {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 50;
  height: 25px;
  background-color: #006837;
  color: #fff;
  text-align: right;
}
/* line 146, ../../../resources/sass/kids/_structure.scss */
#mainFooter .footerBar a {
  text-align: left;
}
/* line 150, ../../../resources/sass/kids/_structure.scss */
#mainFooter .footerBar p {
  padding: 4px 28px 4px 20px;
}
/* line 153, ../../../resources/sass/kids/_structure.scss */
#mainFooter .footerBar p a {
  float: left;
  margin-right: 15px;
  color: #fff;
  text-decoration: none;
}
/* line 160, ../../../resources/sass/kids/_structure.scss */
#mainFooter .footerBar p a:last-child {
  margin-right: 0;
}
/* line 165, ../../../resources/sass/kids/_structure.scss */
#mainFooter .footerBar a.logo-tlc {
  float: right;
  display: block;
  overflow: hidden;
  width: 41px;
  height: 17px;
  background-image: url(../../images/footer_TLC_logo.png);
  text-indent: -9999px;
}
/* line 175, ../../../resources/sass/kids/_structure.scss */
#mainFooter .footerBar a:hover {
  color: #ccc;
}
/* line 179, ../../../resources/sass/kids/_structure.scss */
#mainFooter .footerBar a.logo-tlc:hover {
  background-position: 0 -34px;
}
/* line 185, ../../../resources/sass/kids/_structure.scss */
#mainFooter.no-series .footerContent {
  width: 230px;
}
/* line 189, ../../../resources/sass/kids/_structure.scss */
#mainFooter.no-series a#exploreSeries {
  display: none;
}

/* line 195, ../../../resources/sass/kids/_structure.scss */
#mainFooterInner {
  padding: 3px;
}

/* line 199, ../../../resources/sass/kids/_structure.scss */
section#mainContent {
  position: absolute;
  z-index: 100;
  top: 70px;
  bottom: 186px;
  left: 0;
  right: 0;
}

/* line 209, ../../../resources/sass/kids/_structure.scss */
#exploreCategories, #exploreSeries {
  font-family: 'taffyregular';
  font-size: 1.375em;
  text-decoration: none;
  position: absolute;
  bottom: 0;
  left: 20px;
  padding-bottom: 10px;
  text-align: center;
  color: #000;
  width: 207.7px;
  height: 100px;
  margin: auto;
}
/* line 232, ../../../resources/sass/kids/_structure.scss */
#exploreCategories .glass-like-background, #exploreSeries .glass-like-background, #exploreCategories #resultsScrollWrapper .iScrollHorizontalScrollbar .iScrollIndicator, #resultsScrollWrapper .iScrollHorizontalScrollbar #exploreCategories .iScrollIndicator, #exploreSeries #resultsScrollWrapper .iScrollHorizontalScrollbar .iScrollIndicator, #resultsScrollWrapper .iScrollHorizontalScrollbar #exploreSeries .iScrollIndicator, #exploreCategories #resultsList li a, #resultsList li #exploreCategories a, #exploreSeries #resultsList li a, #resultsList li #exploreSeries a {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
/* line 236, ../../../resources/sass/kids/_structure.scss */
#exploreCategories .icon, #exploreSeries .icon {
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  display: block;
  width: 65px;
  height: 65px;
  margin-right: -20.1px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #D2DFE5;
}
/* line 253, ../../../resources/sass/kids/_structure.scss */
#exploreCategories .icon .image-wrapper, #exploreSeries .icon .image-wrapper {
  position: absolute;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  display: block;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 264, ../../../resources/sass/kids/_structure.scss */
#exploreCategories .icon .hide-icon, #exploreSeries .icon .hide-icon {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 268, ../../../resources/sass/kids/_structure.scss */
#exploreCategories .icon img, #exploreSeries .icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
/* line 280, ../../../resources/sass/kids/_structure.scss */
#exploreCategories .title, #exploreSeries .title {
  padding-top: 70px;
  clear: left;
  display: block;
  text-align: center;
}
/* line 288, ../../../resources/sass/kids/_structure.scss */
#exploreCategories .icon-odd, #exploreSeries .icon-odd {
  z-index: 50;
  margin-top: -20px;
}
/* line 293, ../../../resources/sass/kids/_structure.scss */
#exploreCategories .icon-odd.icon-first-half, #exploreSeries .icon-odd.icon-first-half {
  margin-left: 0;
}
/* line 296, ../../../resources/sass/kids/_structure.scss */
#exploreCategories .icon-first-half, #exploreSeries .icon-first-half {
  margin-left: 38px;
}
/* line 299, ../../../resources/sass/kids/_structure.scss */
#exploreCategories .icon-odd.icon-second-half, #exploreSeries .icon-odd.icon-second-half {
  margin-left: 75px;
}
/* line 302, ../../../resources/sass/kids/_structure.scss */
#exploreCategories .icon-second-half, #exploreSeries .icon-second-half {
  margin-left: 110px;
}

/* line 307, ../../../resources/sass/kids/_structure.scss */
#exploreSeries {
  left: auto;
  right: 20px;
  width: 230px;
}
/* line 310, ../../../resources/sass/kids/_structure.scss */
#exploreSeries .icon-wrapper {
  position: absolute;
  left: 27px;
}

/* line 321, ../../../resources/sass/kids/_structure.scss */
.no-touch #exploreCategories:hover .icon-first-half, .no-touch #exploreSeries:hover .icon-first-half, #exploreCategories.fan .icon-first-half, .fan#exploreSeries .icon-first-half {
  -moz-transform: translateY(-20px) translateX(-10px) rotate(-15deg);
  -ms-transform: translateY(-20px) translateX(-10px) rotate(-15deg);
  -webkit-transform: translateY(-20px) translateX(-10px) rotate(-15deg);
  transform: translateY(-20px) translateX(-10px) rotate(-15deg);
}
/* line 325, ../../../resources/sass/kids/_structure.scss */
.no-touch #exploreCategories:hover .icon-odd.icon-first-half, .no-touch #exploreSeries:hover .icon-odd.icon-first-half, #exploreCategories.fan .icon-odd.icon-first-half, .fan#exploreSeries .icon-odd.icon-first-half {
  -moz-transform: translateY(0) translateX(-20px) rotate(-30deg);
  -ms-transform: translateY(0) translateX(-20px) rotate(-30deg);
  -webkit-transform: translateY(0) translateX(-20px) rotate(-30deg);
  transform: translateY(0) translateX(-20px) rotate(-30deg);
}
/* line 329, ../../../resources/sass/kids/_structure.scss */
.no-touch #exploreCategories:hover .icon-second-half, .no-touch #exploreSeries:hover .icon-second-half, #exploreCategories.fan .icon-second-half, .fan#exploreSeries .icon-second-half {
  -moz-transform: translateY(-15px) translateX(20px) rotate(30deg);
  -ms-transform: translateY(-15px) translateX(20px) rotate(30deg);
  -webkit-transform: translateY(-15px) translateX(20px) rotate(30deg);
  transform: translateY(-15px) translateX(20px) rotate(30deg);
}
/* line 333, ../../../resources/sass/kids/_structure.scss */
.no-touch #exploreCategories:hover .icon-odd.icon-second-half, .no-touch #exploreSeries:hover .icon-odd.icon-second-half, #exploreCategories.fan .icon-odd.icon-second-half, .fan#exploreSeries .icon-odd.icon-second-half {
  -moz-transform: translateX(10px) translateY(-5px) rotate(10deg);
  -ms-transform: translateX(10px) translateY(-5px) rotate(10deg);
  -webkit-transform: translateX(10px) translateY(-5px) rotate(10deg);
  transform: translateX(10px) translateY(-5px) rotate(10deg);
}

/* line 338, ../../../resources/sass/kids/_structure.scss */
.current-search {
  display: none;
}

/* line 343, ../../../resources/sass/kids/_structure.scss */
.show-current-search .current-search {
  display: block;
}

@media (max-height: 635px) {
  /* line 353, ../../../resources/sass/kids/_structure.scss */
  #mainHeader {
    height: 50px;
  }

  /* line 357, ../../../resources/sass/kids/_structure.scss */
  section#mainContent {
    top: 55px;
    bottom: 130px;
  }

  /* line 362, ../../../resources/sass/kids/_structure.scss */
  #mainFooter {
    height: 130px;
  }
  /* line 366, ../../../resources/sass/kids/_structure.scss */
  #mainFooter #mainFooterInner .scout {
    right: 88px;
    bottom: 19px;
    height: 100px;
    width: 88px;
  }
  /* line 374, ../../../resources/sass/kids/_structure.scss */
  #mainFooter #mainFooterInner .dogHouse {
    height: 60px;
    width: 75px;
    top: auto;
    bottom: 50px;
    right: 25px;
  }
  /* line 383, ../../../resources/sass/kids/_structure.scss */
  #mainFooter #mainFooterInner .current-search {
    height: 70px;
    width: 70px;
    bottom: 0;
    right: 15px;
  }
  /* line 390, ../../../resources/sass/kids/_structure.scss */
  #mainFooter #mainFooterInner .footerContent {
    height: 35px;
  }
  /* line 393, ../../../resources/sass/kids/_structure.scss */
  #mainFooter #mainFooterInner .footerContent #exploreCategories, #mainFooter #mainFooterInner .footerContent #exploreSeries {
    height: 62px;
  }
  /* line 396, ../../../resources/sass/kids/_structure.scss */
  #mainFooter #mainFooterInner .footerContent #exploreCategories .title, #mainFooter #mainFooterInner .footerContent #exploreSeries .title {
    padding-top: 42px;
  }
  /* line 400, ../../../resources/sass/kids/_structure.scss */
  #mainFooter #mainFooterInner .footerContent #exploreCategories .icon, #mainFooter #mainFooterInner .footerContent #exploreSeries .icon {
    height: 40px;
    width: 40px;
  }
  /* line 418, ../../../resources/sass/kids/_structure.scss */
  #mainFooter #mainFooterInner .footerContent #exploreCategories .icon-odd.icon-first-half, #mainFooter #mainFooterInner .footerContent #exploreSeries .icon-odd.icon-first-half {
    margin-left: 20px;
  }
  /* line 422, ../../../resources/sass/kids/_structure.scss */
  #mainFooter #mainFooterInner .footerContent #exploreCategories .icon-first-half, #mainFooter #mainFooterInner .footerContent #exploreSeries .icon-first-half {
    margin-left: 45px;
  }
  /* line 426, ../../../resources/sass/kids/_structure.scss */
  #mainFooter #mainFooterInner .footerContent #exploreCategories .icon-odd.icon-second-half, #mainFooter #mainFooterInner .footerContent #exploreSeries .icon-odd.icon-second-half {
    margin-left: 75px;
  }
  /* line 430, ../../../resources/sass/kids/_structure.scss */
  #mainFooter #mainFooterInner .footerContent #exploreCategories .icon-second-half, #mainFooter #mainFooterInner .footerContent #exploreSeries .icon-second-half {
    margin-left: 105px;
  }
}
@media (max-height: 325px) {
  /* line 440, ../../../resources/sass/kids/_structure.scss */
  section#mainContent {
    top: 50px;
    bottom: 65px;
  }

  /* line 445, ../../../resources/sass/kids/_structure.scss */
  #mainFooter {
    height: 25px;
  }
  /* line 449, ../../../resources/sass/kids/_structure.scss */
  #mainFooter .footerBar p {
    padding: 4px 20px 4px 20px;
  }
  /* line 455, ../../../resources/sass/kids/_structure.scss */
  #mainFooter #mainFooterInner .scout {
    right: 88px;
    bottom: 19px;
    width: 48px;
    height: 55px;
  }
  /* line 463, ../../../resources/sass/kids/_structure.scss */
  #mainFooter #mainFooterInner .dogHouse {
    height: 35px;
    width: 44px;
    top: auto;
    bottom: 50px;
    right: 25px;
  }
  /* line 472, ../../../resources/sass/kids/_structure.scss */
  #mainFooter #mainFooterInner .footerContent {
    height: 18px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    margin: 0 0 20px;
  }
  /* line 480, ../../../resources/sass/kids/_structure.scss */
  #mainFooter #mainFooterInner .footerContent #exploreCategories, #mainFooter #mainFooterInner .footerContent #exploreSeries {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 100px;
    height: 28px;
  }
  /* line 485, ../../../resources/sass/kids/_structure.scss */
  #mainFooter #mainFooterInner .footerContent #exploreCategories .title, #mainFooter #mainFooterInner .footerContent #exploreSeries .title {
    padding: 23px 0 0 0;
    font-size: 12px;
  }
  /* line 490, ../../../resources/sass/kids/_structure.scss */
  #mainFooter #mainFooterInner .footerContent #exploreCategories .icon, #mainFooter #mainFooterInner .footerContent #exploreSeries .icon {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 20px;
    width: 20px;
  }
  /* line 496, ../../../resources/sass/kids/_structure.scss */
  #mainFooter #mainFooterInner .footerContent #exploreCategories .icon .glass-like-background, #mainFooter #mainFooterInner .footerContent #exploreSeries .icon .glass-like-background, #mainFooter #mainFooterInner .footerContent #exploreCategories .icon #resultsScrollWrapper .iScrollHorizontalScrollbar .iScrollIndicator, #resultsScrollWrapper .iScrollHorizontalScrollbar #mainFooter #mainFooterInner .footerContent #exploreCategories .icon .iScrollIndicator, #mainFooter #mainFooterInner .footerContent #exploreSeries .icon #resultsScrollWrapper .iScrollHorizontalScrollbar .iScrollIndicator, #resultsScrollWrapper .iScrollHorizontalScrollbar #mainFooter #mainFooterInner .footerContent #exploreSeries .icon .iScrollIndicator, #mainFooter #mainFooterInner .footerContent #exploreCategories .icon #resultsList li a, #resultsList li #mainFooter #mainFooterInner .footerContent #exploreCategories .icon a, #mainFooter #mainFooterInner .footerContent #exploreSeries .icon #resultsList li a, #resultsList li #mainFooter #mainFooterInner .footerContent #exploreSeries .icon a {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  /* line 500, ../../../resources/sass/kids/_structure.scss */
  #mainFooter #mainFooterInner .footerContent #exploreCategories .icon .image-wrapper, #mainFooter #mainFooterInner .footerContent #exploreSeries .icon .image-wrapper {
    position: absolute;
    left: 1px;
    right: 1px;
    top: 1px;
    bottom: 1px;
  }
  /* line 505, ../../../resources/sass/kids/_structure.scss */
  #mainFooter #mainFooterInner .footerContent #exploreCategories .icon-odd, #mainFooter #mainFooterInner .footerContent #exploreSeries .icon-odd {
    z-index: 50;
    margin-top: -10px;
  }
  /* line 512, ../../../resources/sass/kids/_structure.scss */
  #mainFooter #mainFooterInner .footerContent #exploreCategories .icon-odd.icon-first-half, #mainFooter #mainFooterInner .footerContent #exploreSeries .icon-odd.icon-first-half {
    margin-left: 13px;
  }
  /* line 515, ../../../resources/sass/kids/_structure.scss */
  #mainFooter #mainFooterInner .footerContent #exploreCategories .icon-first-half, #mainFooter #mainFooterInner .footerContent #exploreSeries .icon-first-half {
    margin-left: 28px;
  }
  /* line 518, ../../../resources/sass/kids/_structure.scss */
  #mainFooter #mainFooterInner .footerContent #exploreCategories .icon-odd.icon-second-half, #mainFooter #mainFooterInner .footerContent #exploreSeries .icon-odd.icon-second-half {
    margin-left: 43px;
  }
  /* line 521, ../../../resources/sass/kids/_structure.scss */
  #mainFooter #mainFooterInner .footerContent #exploreCategories .icon-second-half, #mainFooter #mainFooterInner .footerContent #exploreSeries .icon-second-half {
    margin-left: 58px;
  }
  /* line 526, ../../../resources/sass/kids/_structure.scss */
  #mainFooter #mainFooterInner .footerContent .current-search {
    width: 40px;
    height: 40px;
  }
}
/* line 104, kids/arrows/*.png */
.arrows-sprite, .arrows-left-active, .arrows-left-disabled, .arrows-left-hover, .arrows-left-off, .arrows-right-active, .arrows-right-disabled, .arrows-right-hover, .arrows-right-off, a.prev, a.prev:hover, a.prev:active, a.prev.disabled, a.next, a.next:hover, a.next:active, a.next.disabled {
  background-image: url('/images/kids/arrows-sc1d9b18010.png');
  background-repeat: no-repeat;
}

/* line 84, ../../../../../../../../.frum/versions/3.1.3/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.arrows-left-active {
  background-position: 0 0;
}

/* line 84, ../../../../../../../../.frum/versions/3.1.3/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.arrows-left-disabled {
  background-position: 0 -70px;
}

/* line 84, ../../../../../../../../.frum/versions/3.1.3/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.arrows-left-hover {
  background-position: 0 -140px;
}

/* line 84, ../../../../../../../../.frum/versions/3.1.3/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.arrows-left-off {
  background-position: 0 -210px;
}

/* line 84, ../../../../../../../../.frum/versions/3.1.3/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.arrows-right-active {
  background-position: 0 -280px;
}

/* line 84, ../../../../../../../../.frum/versions/3.1.3/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.arrows-right-disabled {
  background-position: 0 -350px;
}

/* line 84, ../../../../../../../../.frum/versions/3.1.3/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.arrows-right-hover {
  background-position: 0 -420px;
}

/* line 84, ../../../../../../../../.frum/versions/3.1.3/lib/ruby/gems/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.arrows-right-off {
  background-position: 0 -490px;
}

/* line 6, ../../../resources/sass/kids/_grid.scss */
.arrows-sprite, .arrows-left-active, .arrows-left-disabled, .arrows-left-hover, .arrows-left-off, .arrows-right-active, .arrows-right-disabled, .arrows-right-hover, .arrows-right-off, a.prev, a.prev:hover, a.prev:active, a.prev.disabled, a.next, a.next:hover, a.next:active, a.next.disabled {
  height: 70px;
  width: 40px;
}

/* line 11, ../../../resources/sass/kids/_grid.scss */
a.prev {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  background-position: 0 -210px;
}
/* line 18, ../../../resources/sass/kids/_grid.scss */
a.prev:hover {
  background-position: 0 -140px;
}
/* line 22, ../../../resources/sass/kids/_grid.scss */
a.prev:active {
  background-position: 0 0;
}
/* line 26, ../../../resources/sass/kids/_grid.scss */
a.prev.disabled {
  background-position: 0 -70px;
}

/* line 31, ../../../resources/sass/kids/_grid.scss */
a.next {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  background-position: 0 -490px;
}
/* line 38, ../../../resources/sass/kids/_grid.scss */
a.next:hover {
  background-position: 0 -420px;
}
/* line 42, ../../../resources/sass/kids/_grid.scss */
a.next:active {
  background-position: 0 -280px;
}
/* line 46, ../../../resources/sass/kids/_grid.scss */
a.next.disabled {
  background-position: 0 -350px;
}

/* line 51, ../../../resources/sass/kids/_grid.scss */
.glass-like-background, #resultsScrollWrapper .iScrollHorizontalScrollbar .iScrollIndicator, #resultsList li a {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../../images/kids/glass.png);
}

/* line 62, ../../../resources/sass/kids/_grid.scss */
#mainGrid {
  position: absolute;
  top: 0;
  right: 40px;
  left: 40px;
  bottom: 0;
}
/* line 70, ../../../resources/sass/kids/_grid.scss */
#mainGrid a.prev {
  position: absolute;
  top: 50%;
  left: -41px;
  margin-top: -33px;
}
/* line 77, ../../../resources/sass/kids/_grid.scss */
#mainGrid a.next {
  position: absolute;
  top: 50%;
  right: -41px;
  margin-top: -33px;
}
/* line 84, ../../../resources/sass/kids/_grid.scss */
#mainGrid #categoryScrollWrapper {
  position: absolute;
  opacity: 1;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -webkit-transform: translatez(0);
  transform: translatez(0);
  z-index: 50;
  top: 65px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
/* line 100, ../../../resources/sass/kids/_grid.scss */
#mainGrid #categoryScrollWrapper ul {
  list-style: none;
  margin: 0;
}
/* line 105, ../../../resources/sass/kids/_grid.scss */
#mainGrid #categoryScrollWrapper li.icon {
  position: absolute;
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -webkit-transform: translatez(0);
  transform: translatez(0);
  display: none;
  left: 0;
  top: 0;
}
/* line 115, ../../../resources/sass/kids/_grid.scss */
#mainGrid #categoryScrollWrapper li.icon a {
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -webkit-transform: translatez(0);
  transform: translatez(0);
  text-align: center;
  border: 1px solid #D2DFE5;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: block;
  overflow: hidden;
  position: absolute;
  z-index: 110;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 132, ../../../resources/sass/kids/_grid.scss */
#mainGrid #categoryScrollWrapper li.icon a .glass-like-background, #mainGrid #categoryScrollWrapper li.icon a #resultsScrollWrapper .iScrollHorizontalScrollbar .iScrollIndicator, #resultsScrollWrapper .iScrollHorizontalScrollbar #mainGrid #categoryScrollWrapper li.icon a .iScrollIndicator, #mainGrid #categoryScrollWrapper #resultsList li.icon a a, #resultsList #mainGrid #categoryScrollWrapper li.icon a a {
  padding: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
/* line 136, ../../../resources/sass/kids/_grid.scss */
#mainGrid #categoryScrollWrapper li.icon a .glass-like-background .icon-image, #mainGrid #categoryScrollWrapper li.icon a #resultsScrollWrapper .iScrollHorizontalScrollbar .iScrollIndicator .icon-image, #resultsScrollWrapper .iScrollHorizontalScrollbar #mainGrid #categoryScrollWrapper li.icon a .iScrollIndicator .icon-image, #mainGrid #categoryScrollWrapper #resultsList li.icon a a .icon-image, #resultsList #mainGrid #categoryScrollWrapper li.icon a a .icon-image {
  -webkit-transform: translatez(0);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/* line 141, ../../../resources/sass/kids/_grid.scss */
#mainGrid #categoryScrollWrapper li.icon a .glass-like-background img, #mainGrid #categoryScrollWrapper li.icon a #resultsScrollWrapper .iScrollHorizontalScrollbar .iScrollIndicator img, #resultsScrollWrapper .iScrollHorizontalScrollbar #mainGrid #categoryScrollWrapper li.icon a .iScrollIndicator img, #mainGrid #categoryScrollWrapper #resultsList li.icon a a img, #resultsList #mainGrid #categoryScrollWrapper li.icon a a img {
  -webkit-transform: translatez(0);
  display: block;
  z-index: 100;
}
/* line 153, ../../../resources/sass/kids/_grid.scss */
#mainGrid.loaded #categoryScrollWrapper li.icon {
  -moz-transition: left 1s, top 1s;
  -o-transition: left 1s, top 1s;
  -webkit-transition: left 1s, top 1s;
  transition: left 1s, top 1s;
  display: block;
}

/* line 159, ../../../resources/sass/kids/_grid.scss */
#mainGrid #categoryScrollWrapper.hide-icons {
  opacity: 0;
}

/* line 164, ../../../resources/sass/kids/_grid.scss */
.touchEnabled #mainGrid {
  left: 50px;
  right: 50px;
}
/* line 168, ../../../resources/sass/kids/_grid.scss */
.touchEnabled #mainGrid a.prev {
  display: none;
}
/* line 172, ../../../resources/sass/kids/_grid.scss */
.touchEnabled #mainGrid a.next {
  display: none;
}

@media (max-width: 767px) {
  /* line 180, ../../../resources/sass/kids/_grid.scss */
  .touchEnabled #mainGrid {
    left: 0;
    right: 0;
  }
}
@media (max-height: 635px) {
  /* line 188, ../../../resources/sass/kids/_grid.scss */
  #mainGrid {
    bottom: 0;
  }
  /* line 194, ../../../resources/sass/kids/_grid.scss */
  #mainGrid #categoryScrollWrapper li.icon a .glass-like-background, #mainGrid #categoryScrollWrapper li.icon a #resultsScrollWrapper .iScrollHorizontalScrollbar .iScrollIndicator, #resultsScrollWrapper .iScrollHorizontalScrollbar #mainGrid #categoryScrollWrapper li.icon a .iScrollIndicator, #mainGrid #categoryScrollWrapper #resultsList li.icon a a, #resultsList #mainGrid #categoryScrollWrapper li.icon a a {
    padding: 3px;
  }
}
/* line 1, ../../../resources/sass/kids/_series.scss */
#mainSeries #seriesScrollWrapper.hide-icons {
  opacity: 0;
}

/* line 5, ../../../resources/sass/kids/_series.scss */
#mainSeries {
  position: absolute;
  top: 0px;
  left: 40px;
  right: 40px;
  bottom: 0;
}
/* line 13, ../../../resources/sass/kids/_series.scss */
#mainSeries a.prev {
  position: absolute;
  top: 50%;
  left: -41px;
  margin-top: -33px;
}
/* line 20, ../../../resources/sass/kids/_series.scss */
#mainSeries a.next {
  position: absolute;
  top: 50%;
  right: -41px;
  margin-top: -33px;
}
/* line 27, ../../../resources/sass/kids/_series.scss */
#mainSeries #seriesScrollWrapper {
  position: absolute;
  opacity: 1;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -webkit-transform: translatez(0);
  transform: translatez(0);
  z-index: 50;
  top: 65px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
/* line 43, ../../../resources/sass/kids/_series.scss */
#mainSeries #seriesScrollWrapper ul {
  list-style: none;
  margin: 0;
}
/* line 50, ../../../resources/sass/kids/_series.scss */
#mainSeries #seriesScrollWrapper li.loaded .seriesTitle {
  display: none;
}
/* line 54, ../../../resources/sass/kids/_series.scss */
#mainSeries #seriesScrollWrapper li .seriesTitle {
  color: #444;
  text-decoration: none;
  font-family: taffyregular;
  font-weight: bold;
  font-size: 1.2em;
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 90%;
  padding-left: 5%;
  padding-right: 5%;
}
/* line 72, ../../../resources/sass/kids/_series.scss */
#mainSeries #seriesScrollWrapper li.icon {
  position: absolute;
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -webkit-transform: translatez(0);
  transform: translatez(0);
  display: none;
  left: 0;
  top: 0;
}
/* line 82, ../../../resources/sass/kids/_series.scss */
#mainSeries #seriesScrollWrapper li.icon a {
  text-align: center;
  border: 1px solid #D2DFE5;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: block;
  overflow: hidden;
  position: absolute;
  z-index: 110;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 97, ../../../resources/sass/kids/_series.scss */
#mainSeries #seriesScrollWrapper li.icon a .glass-like-background, #mainSeries #seriesScrollWrapper li.icon a #resultsScrollWrapper .iScrollHorizontalScrollbar .iScrollIndicator, #resultsScrollWrapper .iScrollHorizontalScrollbar #mainSeries #seriesScrollWrapper li.icon a .iScrollIndicator, #mainSeries #seriesScrollWrapper #resultsList li.icon a a, #resultsList #mainSeries #seriesScrollWrapper li.icon a a {
  padding: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
/* line 101, ../../../resources/sass/kids/_series.scss */
#mainSeries #seriesScrollWrapper li.icon a .glass-like-background .image, #mainSeries #seriesScrollWrapper li.icon a #resultsScrollWrapper .iScrollHorizontalScrollbar .iScrollIndicator .image, #resultsScrollWrapper .iScrollHorizontalScrollbar #mainSeries #seriesScrollWrapper li.icon a .iScrollIndicator .image, #mainSeries #seriesScrollWrapper #resultsList li.icon a a .image, #resultsList #mainSeries #seriesScrollWrapper li.icon a a .image {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  -webkit-transform: translatez(0);
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
}
/* line 109, ../../../resources/sass/kids/_series.scss */
#mainSeries #seriesScrollWrapper li.icon a .glass-like-background img, #mainSeries #seriesScrollWrapper li.icon a #resultsScrollWrapper .iScrollHorizontalScrollbar .iScrollIndicator img, #resultsScrollWrapper .iScrollHorizontalScrollbar #mainSeries #seriesScrollWrapper li.icon a .iScrollIndicator img, #mainSeries #seriesScrollWrapper #resultsList li.icon a a img, #resultsList #mainSeries #seriesScrollWrapper li.icon a a img {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
/* line 121, ../../../resources/sass/kids/_series.scss */
#mainSeries #seriesScrollWrapper li.special-series-icon a .glass-like-background .image, #mainSeries #seriesScrollWrapper li.special-series-icon a #resultsScrollWrapper .iScrollHorizontalScrollbar .iScrollIndicator .image, #resultsScrollWrapper .iScrollHorizontalScrollbar #mainSeries #seriesScrollWrapper li.special-series-icon a .iScrollIndicator .image, #mainSeries #seriesScrollWrapper #resultsList li.special-series-icon a a .image, #resultsList #mainSeries #seriesScrollWrapper li.special-series-icon a a .image {
  position: absolute;
  left: 3px;
  right: 3px;
  top: 3px;
  bottom: 3px;
}
/* line 128, ../../../resources/sass/kids/_series.scss */
#mainSeries #seriesScrollWrapper li.missing-default a .glass-like-background, #mainSeries #seriesScrollWrapper li.missing-default a #resultsScrollWrapper .iScrollHorizontalScrollbar .iScrollIndicator, #resultsScrollWrapper .iScrollHorizontalScrollbar #mainSeries #seriesScrollWrapper li.missing-default a .iScrollIndicator, #mainSeries #seriesScrollWrapper #resultsList li.missing-default a a, #resultsList #mainSeries #seriesScrollWrapper li.missing-default a a {
  background-color: #f00;
}
/* line 131, ../../../resources/sass/kids/_series.scss */
#mainSeries #seriesScrollWrapper li.missing-default a .glass-like-background img, #mainSeries #seriesScrollWrapper li.missing-default a #resultsScrollWrapper .iScrollHorizontalScrollbar .iScrollIndicator img, #resultsScrollWrapper .iScrollHorizontalScrollbar #mainSeries #seriesScrollWrapper li.missing-default a .iScrollIndicator img, #mainSeries #seriesScrollWrapper #resultsList li.missing-default a a img, #resultsList #mainSeries #seriesScrollWrapper li.missing-default a a img {
  display: none;
}
/* line 140, ../../../resources/sass/kids/_series.scss */
.touchEnabled #mainSeries {
  left: 50px;
  right: 50px;
}
/* line 144, ../../../resources/sass/kids/_series.scss */
.touchEnabled #mainSeries a.prev {
  display: none;
}
/* line 148, ../../../resources/sass/kids/_series.scss */
.touchEnabled #mainSeries a.next {
  display: none;
}

/* line 156, ../../../resources/sass/kids/_series.scss */
.loaded#mainSeries #seriesScrollWrapper li.icon {
  -moz-transition: left 1s, top 1s;
  -o-transition: left 1s, top 1s;
  -webkit-transition: left 1s, top 1s;
  transition: left 1s, top 1s;
  display: block;
}

/* line 1, ../../../resources/sass/kids/_dialogManager.scss */
#dialogContainer {
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
}
/* line 7, ../../../resources/sass/kids/_dialogManager.scss */
#dialogContainer .dialogContentContainer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
}
/* line 15, ../../../resources/sass/kids/_dialogManager.scss */
#dialogContainer .dialogContent {
  position: relative;
  padding: 0;
  margin: 100px auto 0;
  background: #fff;
  border: 2px solid #333;
}
/* line 21, ../../../resources/sass/kids/_dialogManager.scss */
#dialogContainer .dialogContent header {
  background: #ccc;
  padding: .5em;
  text-align: left;
}
/* line 25, ../../../resources/sass/kids/_dialogManager.scss */
#dialogContainer .dialogContent header h1 {
  float: left;
}
/* line 28, ../../../resources/sass/kids/_dialogManager.scss */
#dialogContainer .dialogContent header a {
  display: block;
  float: right;
  margin: 0 0 0 .5em;
}

/* line 37, ../../../resources/sass/kids/_dialogManager.scss */
#dialog_form_buttons {
  text-align: center;
  margin-top: 1em;
}
/* line 40, ../../../resources/sass/kids/_dialogManager.scss */
#dialog_form_buttons input {
  margin: 0 .5em;
}

/* line 45, ../../../resources/sass/kids/_dialogManager.scss */
.backdrop {
  background-color: #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
}

/* line 2, ../../../resources/sass/kids/_timeout.scss */
.timeout-visual-timer {
  position: absolute;
  top: 0;
  left: -10px;
  right: 10px;
  height: 3px;
}
/* line 13, ../../../resources/sass/kids/_timeout.scss */
.timeout-visual-timer div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 0 3px 3px 0;
  opacity: 0;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
/* line 34, ../../../resources/sass/kids/_timeout.scss */
.timeout-visual-timer.animate div {
  -moz-transition: width 20s linear;
  -o-transition: width 20s linear;
  -webkit-transition: width 20s linear;
  transition: width 20s linear;
  opacity: 1;
  width: 100%;
}
/* line 42, ../../../resources/sass/kids/_timeout.scss */
.timeout-visual-timer.no-transitions div {
  width: auto;
}

/* line 1, ../../../resources/sass/kids/_search.scss */
#header_searchForm {
  padding-top: 20px;
  width: 600px;
  margin: auto;
}
/* line 6, ../../../resources/sass/kids/_search.scss */
#header_searchForm input.searchButton {
  float: left;
  width: 104px;
  font-family: 'taffyregular';
  font-size: 1.25em;
  font-weight: bold;
  -webkit-appearance: none;
  color: #006b99;
  padding: 3px 0;
  background: -moz-linear-gradient(top, #ffffff 0%, #ebebeb 50%, #dbdbdb 50%, #b5b5b5);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(0.5, #ebebeb), color-stop(0.5, #dbdbdb), to(#b5b5b5));
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #949494;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2), 0px 1px 0px white;
}
/* line 45, ../../../resources/sass/kids/_search.scss */
#header_searchForm input.searchButton:active {
  margin-top: 1px;
  background-image: none;
  background-color: #efefef;
}
/* line 51, ../../../resources/sass/kids/_search.scss */
#header_searchForm .searchBar {
  position: relative;
  float: left;
  margin-right: 10px;
  padding: 0 10px;
  height: 34px;
  width: calc(100% - 150px);
  min-width: 16ch;
}
/* line 61, ../../../resources/sass/kids/_search.scss */
#header_searchForm .searchBar input {
  width: 100%;
  margin-top: 1px;
  border: 1px solid #a6a6a6;
  font-size: 1em;
  padding: 6px;
  -moz-box-shadow: inset 2px 2px 2px 0px #dddddd;
  -webkit-box-shadow: inset 2px 2px 2px 0px #dddddd;
  box-shadow: inset 2px 2px 2px 0px #dddddd;
}
/* line 71, ../../../resources/sass/kids/_search.scss */
#header_searchForm .searchBar a.clearSearch {
  position: absolute;
  right: 5px;
  top: 5px;
  text-indent: -999px;
  background-image: url(../../images/ClearSearch.png);
  height: 25px;
  width: 25px;
  overflow: hidden;
}
/* line 84, ../../../resources/sass/kids/_search.scss */
#header_searchForm .searchBar #header_searchSuggestions {
  margin-top: -3px;
  position: absolute;
  width: 97%;
  background-color: rgba(255, 255, 255, 0.9);
  top: 100%;
  left: 10px;
  font-family: taffyregular;
  font-size: 1.2em;
  box-shadow: #dddddd 2px 2px 2px 0px inset;
  display: block;
  border: 1px solid #a6a6a6;
}
/* line 96, ../../../resources/sass/kids/_search.scss */
#header_searchForm .searchBar #header_searchSuggestions ul {
  margin: 0;
  list-style: none;
}
/* line 99, ../../../resources/sass/kids/_search.scss */
#header_searchForm .searchBar #header_searchSuggestions ul a {
  text-decoration: none;
  width: 97%;
  display: block;
  padding: 6px 0.25em;
}
/* line 105, ../../../resources/sass/kids/_search.scss */
#header_searchForm .searchBar #header_searchSuggestions ul a.hilite, #header_searchForm .searchBar #header_searchSuggestions ul a:hover {
  background-color: #dddddd;
}

/* line 115, ../../../resources/sass/kids/_search.scss */
.no-touch #header_searchForm input.searchButton:hover {
  background-image: none;
  background-color: #efefef;
}

@media (max-width: 768px) {
  /* line 123, ../../../resources/sass/kids/_search.scss */
  #header_searchForm {
    width: auto;
    padding-top: 10px;
    height: 53px;
    margin: 0 100px;
  }
  /* line 129, ../../../resources/sass/kids/_search.scss */
  #header_searchForm input.searchButton {
    margin-top: 1px;
    margin-right: 10px;
  }
}
/* line 1, ../../../resources/sass/kids/_searchResults.scss */
#searchPageView {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/* line 4, ../../../resources/sass/kids/_searchResults.scss */
#searchPageView #resultsScrollWrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  top: 65px;
}
/* line 10, ../../../resources/sass/kids/_searchResults.scss */
#searchPageView .next, #searchPageView .prev {
  position: absolute;
  top: 50%;
  margin-top: -33px;
}
/* line 16, ../../../resources/sass/kids/_searchResults.scss */
#searchPageView .next {
  right: -41px;
}
/* line 20, ../../../resources/sass/kids/_searchResults.scss */
#searchPageView .prev {
  left: -41px;
}

/* line 27, ../../../resources/sass/kids/_searchResults.scss */
#resultsScrollWrapper {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/* line 32, ../../../resources/sass/kids/_searchResults.scss */
#resultsScrollWrapper .iScrollHorizontalScrollbar {
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
  height: 10px;
}
/* line 39, ../../../resources/sass/kids/_searchResults.scss */
#resultsScrollWrapper .iScrollHorizontalScrollbar .iScrollIndicator {
  background-color: transparent;
  height: 10px;
}

/* line 48, ../../../resources/sass/kids/_searchResults.scss */
.bookjacket img {
  opacity: 1;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

/* line 59, ../../../resources/sass/kids/_searchResults.scss */
#resultsList {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  list-style: none;
}
/* line 65, ../../../resources/sass/kids/_searchResults.scss */
#resultsList li {
  position: relative;
  float: left;
  padding: 10px 10px;
}
/* line 72, ../../../resources/sass/kids/_searchResults.scss */
#resultsList li a {
  position: relative;
  display: block;
  text-align: center;
  text-decoration: none;
}
/* line 79, ../../../resources/sass/kids/_searchResults.scss */
#resultsList li a img {
  display: block;
  max-width: 100%;
  margin: auto;
}
/* line 85, ../../../resources/sass/kids/_searchResults.scss */
#resultsList li a .format-icon {
  position: absolute;
  z-index: 1000;
  left: -10px;
  bottom: -10px;
  width: 60px;
}
/* line 93, ../../../resources/sass/kids/_searchResults.scss */
#resultsList li a .reading-level-info {
  position: absolute;
  z-index: 1000;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: url(../../images/kids/pagecurl.png) no-repeat;
  background-size: 100%;
  padding: 0 0 30px 30px;
}
/* line 103, ../../../resources/sass/kids/_searchResults.scss */
#resultsList li a .reading-level-info p {
  -moz-transform-origin: 7px 100%;
  -ms-transform-origin: 7px 100%;
  -webkit-transform-origin: 7px 100%;
  transform-origin: 7px 100%;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  text-align: center;
  color: #000;
  font-size: 12px;
}
/* line 112, ../../../resources/sass/kids/_searchResults.scss */
#resultsList li a .jacketContainer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 1px solid #98ceea;
  border: 1px solid rgba(255, 255, 255, 0.4);
  text-align: center;
  padding: 15px;
}
/* line 121, ../../../resources/sass/kids/_searchResults.scss */
#resultsList li a .imgContainer {
  position: relative;
  overflow: hidden;
}
/* line 127, ../../../resources/sass/kids/_searchResults.scss */
#resultsList li a span {
  display: block;
}
/* line 131, ../../../resources/sass/kids/_searchResults.scss */
#resultsList li a .bookjacket-title {
  font-family: taffyregular;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: left;
  color: #fff;
  text-shadow: 1px 1px 1px #444;
  font-size: 1.6em;
  line-height: 1.3em;
  margin-top: 18%;
  margin-left: 15%;
  margin-right: 20px;
  margin-bottom: 10px;
  overflow: hidden;
  top: 0;
}
/* line 147, ../../../resources/sass/kids/_searchResults.scss */
#resultsList li a .availability {
  position: absolute;
  left: -9px;
  top: -9px;
  height: 50px;
  width: 50px;
  overflow: hidden;
}
/* line 155, ../../../resources/sass/kids/_searchResults.scss */
#resultsList li a .availability img {
  height: 100%;
  width: 100%;
}
/* line 163, ../../../resources/sass/kids/_searchResults.scss */
#resultsList li a.has-format-icon .details {
  padding: 0.5em 1em 0.5em 5em;
}
/* line 172, ../../../resources/sass/kids/_searchResults.scss */
#resultsList li .getting-jacket {
  background-color: #f90;
}
/* line 176, ../../../resources/sass/kids/_searchResults.scss */
#resultsList li .dummy-jacket-set {
  background-color: #ff0;
}
/* line 180, ../../../resources/sass/kids/_searchResults.scss */
#resultsList li .rendered-jacket {
  background-color: #0f0;
}
/* line 184, ../../../resources/sass/kids/_searchResults.scss */
#resultsList li .skipped-jacket {
  background-color: #00fff3;
}
/* line 188, ../../../resources/sass/kids/_searchResults.scss */
#resultsList li .details {
  z-index: 100;
  font-size: 0.7em;
  padding: 0.5em 1em;
  text-align: left;
  position: absolute;
  background-image: url(../../images/kids/bg-format.png);
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 199, ../../../resources/sass/kids/_searchResults.scss */
#resultsList li .details .collection {
  float: left;
}
/* line 203, ../../../resources/sass/kids/_searchResults.scss */
#resultsList li .details .callNumber {
  float: right;
  text-align: right;
}

/* line 219, ../../../resources/sass/kids/_searchResults.scss */
.dummyBookJacketColor {
  height: 300px;
  width: 200px;
  position: relative;
  top: 0;
  left: 0;
}

/* line 227, ../../../resources/sass/kids/_searchResults.scss */
.bookjacketColor-green {
  background-color: green;
}

/* line 231, ../../../resources/sass/kids/_searchResults.scss */
.bookjacketColor-orange {
  background-color: orange;
}

/* line 235, ../../../resources/sass/kids/_searchResults.scss */
.bookjacketColor-purple {
  background-color: purple;
}

/* line 239, ../../../resources/sass/kids/_searchResults.scss */
.bookjacketColor-teal {
  background-color: teal;
}

/* line 243, ../../../resources/sass/kids/_searchResults.scss */
.bookjacketColor-red {
  background-color: red;
}

/* line 248, ../../../resources/sass/kids/_searchResults.scss */
.touchEnabled #searchPageView {
  left: 0;
  right: 0;
}
/* line 252, ../../../resources/sass/kids/_searchResults.scss */
.touchEnabled #searchPageView a.prev {
  display: none;
}
/* line 256, ../../../resources/sass/kids/_searchResults.scss */
.touchEnabled #searchPageView a.next {
  display: none;
}

@media (max-height: 635px) {
  /* line 266, ../../../resources/sass/kids/_searchResults.scss */
  #resultsList li a .availability {
    width: 30px;
    height: 30px;
  }
  /* line 271, ../../../resources/sass/kids/_searchResults.scss */
  #resultsList li a .format-icon {
    bottom: -5px;
    heigth: 30px;
    width: 30px;
  }
  /* line 279, ../../../resources/sass/kids/_searchResults.scss */
  #resultsList li a.has-format-icon .details {
    padding: 0.5em 0.5em 0.5em 2em;
  }
}
/* line 9, ../../../resources/sass/kids/_fullDetails.scss */
.baseView {
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

/* line 13, ../../../resources/sass/kids/_fullDetails.scss */
.suspendView {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=15);
  opacity: 0.15;
}

/* line 17, ../../../resources/sass/kids/_fullDetails.scss */
.holds-event-active {
  cursor: pointer;
}

/* line 21, ../../../resources/sass/kids/_fullDetails.scss */
#fullDetailsContainer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 200;
  padding: 2em;
}
/* line 28, ../../../resources/sass/kids/_fullDetails.scss */
#fullDetailsContainer .innerContainer {
  opacity: 1;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  border: 1px solid #999;
  position: absolute;
  left: 50px;
  right: 50px;
  top: 50px;
  bottom: 50px;
  margin: auto;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjZjBmMGYwIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(90%, #f0f0f0));
  background: -moz-linear-gradient(#ffffff 0%, #f0f0f0 90%);
  background: -webkit-linear-gradient(#ffffff 0%, #f0f0f0 90%);
  background: linear-gradient(#ffffff 0%, #f0f0f0 90%);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF0F0F0');
  max-width: 900px;
  -moz-box-shadow: 5px 5px 40px #000;
  -webkit-box-shadow: 5px 5px 40px #000;
  box-shadow: 5px 5px 40px #000;
}
/* line 41, ../../../resources/sass/kids/_fullDetails.scss */
#fullDetailsContainer .hide-holds {
  display: none;
}
/* line 45, ../../../resources/sass/kids/_fullDetails.scss */
#fullDetailsContainer a.hold-resource-button {
  display: none;
  text-align: center;
  color: #fff;
  border: #959595 1px solid;
  font-size: 26px;
  padding: 7px 0;
  max-width: 200px;
}
/* line 60, ../../../resources/sass/kids/_fullDetails.scss */
#fullDetailsContainer div.disabled a.hold-resource-button, #fullDetailsContainer div.disabled a.hold-resource-button:hover, #fullDetailsContainer div.disabled a.hold-resource-button:active {
  cursor: default;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzk5OTk5OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cccccc), color-stop(100%, #999999));
  background: -moz-linear-gradient(#cccccc, #999999);
  background: -webkit-linear-gradient(#cccccc, #999999);
  background: linear-gradient(#cccccc, #999999);
  /* b/c of disabled */
  margin: 0;
  /* b/c of disabled */
}
/* line 68, ../../../resources/sass/kids/_fullDetails.scss */
#fullDetailsContainer .closeButton {
  z-index: 100;
  position: absolute;
  right: -20px;
  top: -20px;
  width: 40px;
  height: 40px;
}
/* line 78, ../../../resources/sass/kids/_fullDetails.scss */
#fullDetailsContainer .closeButton img {
  max-height: 100%;
  max-width: 100%;
}
/* line 84, ../../../resources/sass/kids/_fullDetails.scss */
#fullDetailsContainer .availability {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 40px;
  height: 40px;
  z-index: 200;
}
/* line 92, ../../../resources/sass/kids/_fullDetails.scss */
#fullDetailsContainer .availability img {
  width: 100%;
  height: 100%;
  display: block;
}
/* line 99, ../../../resources/sass/kids/_fullDetails.scss */
#fullDetailsContainer .jacketColumn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 205px;
  padding: 15px;
  z-index: 50;
  border-right: 1px solid #999;
}
/* line 100, ../../../resources/sass/kids/_fullDetails.scss */
#fullDetailsContainer .jacketColumn .hold-resource-button {
  display: block;
}
/* line 113, ../../../resources/sass/kids/_fullDetails.scss */
#fullDetailsContainer .jacketColumn .bookJacketContainer {
  min-height: 50px;
  position: relative;
  margin-bottom: 0.8em;
}
/* line 118, ../../../resources/sass/kids/_fullDetails.scss */
#fullDetailsContainer .jacketColumn .bookJacketContainer .amazon-logo {
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -37px;
  width: 75px;
  opacity: 0.25;
  z-index: 100;
}
/* line 130, ../../../resources/sass/kids/_fullDetails.scss */
#fullDetailsContainer .jacketColumn .hold-resource-button-container {
  padding-top: 0.4em;
  padding-bottom: 0.5em;
}
/* line 135, ../../../resources/sass/kids/_fullDetails.scss */
#fullDetailsContainer .jacketColumn .bookjacket {
  position: relative;
}
/* line 139, ../../../resources/sass/kids/_fullDetails.scss */
#fullDetailsContainer .jacketColumn img {
  position: relative;
  z-index: 10;
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}
/* line 148, ../../../resources/sass/kids/_fullDetails.scss */
#fullDetailsContainer .jacketColumn .format-icon {
  position: absolute;
  bottom: -10px;
  left: -10px;
  height: 40px;
  width: 40px;
}
/* line 156, ../../../resources/sass/kids/_fullDetails.scss */
#fullDetailsContainer .jacketColumn .bookjacket-title {
  font-size: 1.4em;
  position: absolute;
  z-index: 100;
  color: #fff;
  margin-left: 15%;
  margin-top: 10%;
  margin-right: 10%;
  text-shadow: 1px 1px 1px #444;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-family: taffyregular;
  overflow: hidden;
}
/* line 170, ../../../resources/sass/kids/_fullDetails.scss */
#fullDetailsContainer .jacketColumn .format {
  margin-top: 5px;
  padding: 0.3em;
  background-color: #dfdfdf;
  text-align: center;
}
/* line 178, ../../../resources/sass/kids/_fullDetails.scss */
#fullDetailsContainer .detailsContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 236px;
  padding: 10px;
  z-index: 50;
  overflow: hidden;
}
/* line 189, ../../../resources/sass/kids/_fullDetails.scss */
#fullDetailsContainer .detailsContainer h2 {
  color: #fff;
  background-color: #0071bc;
  font-family: 'taffyregular';
  font-size: 1.53em;
  line-height: 1.2em;
  font-weight: normal;
  margin: 2.5em -5px 0.5em;
  padding: 0 5px;
  text-shadow: 1px 1px 1px #000999;
  -moz-transition: box-shadow 0.25s;
  -o-transition: box-shadow 0.25s;
  -webkit-transition: box-shadow 0.25s;
  transition: box-shadow 0.25s;
}
/* line 202, ../../../resources/sass/kids/_fullDetails.scss */
#fullDetailsContainer .detailsContainer h2.first {
  margin-top: 0.5em;
}
/* line 206, ../../../resources/sass/kids/_fullDetails.scss */
#fullDetailsContainer .detailsContainer p.summary {
  line-height: 1.5em;
  font-size: 1.1em;
}
/* line 212, ../../../resources/sass/kids/_fullDetails.scss */
#fullDetailsContainer h1 {
  font-family: 'taffyregular';
  font-weight: normal;
  font-size: 2em;
  line-height: 1.2em;
  margin: 0 0 10px;
  padding: 0;
  text-align: left;
}
/* line 222, ../../../resources/sass/kids/_fullDetails.scss */
#fullDetailsContainer .fullDetailPanels {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 227, ../../../resources/sass/kids/_fullDetails.scss */
#fullDetailsContainer .fullDetailPanels li {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.5s, box-shadow 0.5s;
  -o-transition: opacity 0.5s, box-shadow 0.5s;
  -webkit-transition: opacity 0.5s, box-shadow 0.5s;
  transition: opacity 0.5s, box-shadow 0.5s;
}
/* line 233, ../../../resources/sass/kids/_fullDetails.scss */
#fullDetailsContainer .fullDetailPanels li.header-focus h2 {
  -moz-box-shadow: 0px 0 15px 0px #FF9900;
  -webkit-box-shadow: 0px 0 15px 0px #FF9900;
  box-shadow: 0px 0 15px 0px #FF9900;
}
/* line 241, ../../../resources/sass/kids/_fullDetails.scss */
#fullDetailsContainer .focus-single-tab > li {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 245, ../../../resources/sass/kids/_fullDetails.scss */
#fullDetailsContainer .focus-single-tab > li.focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 250, ../../../resources/sass/kids/_fullDetails.scss */
#fullDetailsContainer ul.tabber {
  list-style: none;
  margin: 0;
  text-align: right;
  position: relative;
  margin-right: -15px;
}
/* line 257, ../../../resources/sass/kids/_fullDetails.scss */
#fullDetailsContainer ul.tabber > li {
  overflow: hidden;
}
/* line 269, ../../../resources/sass/kids/_fullDetails.scss */
#fullDetailsContainer ul.tabber a {
  font-family: 'taffyregular';
  font-size: 1.5em;
  color: #0071bc;
  padding-right: 15px;
  text-decoration: none;
  overflow: hidden;
}
/* line 280, ../../../resources/sass/kids/_fullDetails.scss */
#fullDetailsContainer .detailsContent ul, #fullDetailsContainer .readingLevelContent ul {
  list-style: none;
  margin: 0;
}
/* line 285, ../../../resources/sass/kids/_fullDetails.scss */
#fullDetailsContainer .detailsContent h4, #fullDetailsContainer .readingLevelContent h4 {
  padding-top: 10px;
}
/* line 291, ../../../resources/sass/kids/_fullDetails.scss */
#fullDetailsContainer .detailsContent h4:first-child, #fullDetailsContainer .readingLevelContent h4:first-child {
  padding-top: 0;
}
/* line 296, ../../../resources/sass/kids/_fullDetails.scss */
#fullDetailsContainer .detailsContent ul a, #fullDetailsContainer .readingLevelContent ul a {
  text-decoration: none;
}
/* line 304, ../../../resources/sass/kids/_fullDetails.scss */
#fullDetailsContainer.detailsContainerNoIScroll .detailsContainer {
  overflow: scroll;
}
/* line 307, ../../../resources/sass/kids/_fullDetails.scss */
#fullDetailsContainer.detailsContainerNoIScroll .detailsContainer .innerContainer {
  padding-bottom: 50px;
}
/* line 312, ../../../resources/sass/kids/_fullDetails.scss */
#fullDetailsContainer.detailsContainerNoIScroll .fullDetailPanels {
  padding-bottom: 50px;
}

/* line 319, ../../../resources/sass/kids/_fullDetails.scss */
.has-iscroll .innerScroll {
  padding-right: 15px;
  padding-bottom: 20px;
}

/* line 327, ../../../resources/sass/kids/_fullDetails.scss */
.ie #fullDetailsContainer .innerContainer {
  width: 900px;
}

/* line 335, ../../../resources/sass/kids/_fullDetails.scss */
.dataTable table,
.dataTable table td,
.dataTable table th {
  border-color: #c0c0c0 !important;
}
/* line 341, ../../../resources/sass/kids/_fullDetails.scss */
.dataTable table th {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q0ZDRkNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2MyYzJjMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d4d4d4), color-stop(100%, #c2c2c2));
  background: -moz-linear-gradient(#d4d4d4, #c2c2c2);
  background: -webkit-linear-gradient(#d4d4d4, #c2c2c2);
  background: linear-gradient(#d4d4d4, #c2c2c2);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFD4D4D4', endColorstr='#FFC2C2C2');
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
  behavior: none;
}
/* line 350, ../../../resources/sass/kids/_fullDetails.scss */
.dataTable .odd {
  background-color: #fff;
}
/* line 354, ../../../resources/sass/kids/_fullDetails.scss */
.dataTable .even {
  background-color: #f2f2f2;
}
/* line 358, ../../../resources/sass/kids/_fullDetails.scss */
.dataTable h3 {
  margin: 0;
}
/* line 362, ../../../resources/sass/kids/_fullDetails.scss */
.dataTable table {
  margin: 10px 0 20px;
  padding: 5px 0;
  width: 100%;
  border: 1px solid #333;
  border-width: 1px 1px 0 1px;
}
/* line 369, ../../../resources/sass/kids/_fullDetails.scss */
.dataTable table th, .dataTable table td {
  padding: .5em;
}
/* line 373, ../../../resources/sass/kids/_fullDetails.scss */
.dataTable table th {
  padding: .35em .5em;
  text-align: left;
  border: 1px solid #333;
  border-width: 0 0 1px 0;
}
/* line 381, ../../../resources/sass/kids/_fullDetails.scss */
.dataTable table tr td {
  border: 1px solid #333;
  border-width: 0 0 1px 1px;
  font-size: .95em;
}
/* line 386, ../../../resources/sass/kids/_fullDetails.scss */
.dataTable table tr td strong {
  display: block;
}
/* line 390, ../../../resources/sass/kids/_fullDetails.scss */
.dataTable table tr td.available {
  font-weight: bold;
}

/* line 415, ../../../resources/sass/kids/_fullDetails.scss */
#detailsPage_copiesContent .dataTable table tr td {
  width: 33%;
}
/* line 417, ../../../resources/sass/kids/_fullDetails.scss */
#detailsPage_copiesContent .dataTable table tr td.map {
  width: 13%;
  text-align: center;
}
/* line 425, ../../../resources/sass/kids/_fullDetails.scss */
#detailsPage_copiesContent .dataTable.map table tr td {
  width: 29%;
}

@media (max-width: 635px) {
  /* line 432, ../../../resources/sass/kids/_fullDetails.scss */
  #fullDetailsContainer .availability {
    left: -20px;
    top: -20px;
  }
  /* line 437, ../../../resources/sass/kids/_fullDetails.scss */
  #fullDetailsContainer .jacketColumn {
    display: none;
  }
  /* line 441, ../../../resources/sass/kids/_fullDetails.scss */
  #fullDetailsContainer .detailsContainer {
    left: 0;
  }
  /* line 445, ../../../resources/sass/kids/_fullDetails.scss */
  #fullDetailsContainer .hold-resource-button {
    display: block;
  }
}
/* line 451, ../../../resources/sass/kids/_fullDetails.scss */
.teachingBooksLink {
  cursor: pointer;
}

/* line 3, ../../../resources/sass/kids/_loginView.scss */
#dialogContainer .loginFormHolder .dialogContent {
  width: 365px;
}

/* line 9, ../../../resources/sass/kids/_loginView.scss */
.loginFormHolder {
  /* Google SSO */
}
/* line 10, ../../../resources/sass/kids/_loginView.scss */
.loginFormHolder header, .loginFormHolder h3, .loginFormHolder #dialog_form_buttons, .loginFormHolder #loginFormForgotPassword {
  display: none;
}
/* line 14, ../../../resources/sass/kids/_loginView.scss */
.loginFormHolder p.loginMessage {
  padding: 0 1em 1em;
}
/* line 18, ../../../resources/sass/kids/_loginView.scss */
.loginFormHolder input[type="text"],
.loginFormHolder input[type="password"] {
  display: block;
  padding: 8px;
  width: 100%;
  border: 0;
  -moz-box-shadow: 0px 0 6px #000 inset;
  -webkit-box-shadow: 0px 0 6px #000 inset;
  box-shadow: 0px 0 6px #000 inset;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-appearance: none;
}
/* line 29, ../../../resources/sass/kids/_loginView.scss */
.no-boxshadow .loginFormHolder input[type="text"], .no-boxshadow .loginFormHolder input[type="password"] {
  border: 1px solid #4c4c4c;
}
/* line 34, ../../../resources/sass/kids/_loginView.scss */
.loginFormHolder .innerLoginForm {
  padding: 0 1em;
}
/* line 37, ../../../resources/sass/kids/_loginView.scss */
.loginFormHolder .innerLoginForm label {
  padding-top: 1em;
  display: block;
}
/* line 43, ../../../resources/sass/kids/_loginView.scss */
.loginFormHolder .loginCloseButton {
  float: right;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  padding: 0 24px;
}
/* line 51, ../../../resources/sass/kids/_loginView.scss */
.loginFormHolder #submitLoginFormButton {
  float: left;
  font-family: taffyregular;
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0 24px;
}
/* line 60, ../../../resources/sass/kids/_loginView.scss */
.loginFormHolder .rememberMeContainer {
  display: block;
  padding: 1em 1em 0;
}
/* line 64, ../../../resources/sass/kids/_loginView.scss */
.loginFormHolder .rememberMeContainer input {
  vertical-align: top;
}
/* line 68, ../../../resources/sass/kids/_loginView.scss */
.loginFormHolder .rememberMeContainer label {
  padding-left: 3px;
  display: inline;
}
/* line 75, ../../../resources/sass/kids/_loginView.scss */
.loginFormHolder .googleSignInBtn {
  width: 193px;
  height: 48px;
  padding: 0;
  border: none;
  background: url(../../images/google/btn_google_signin_default.png) no-repeat;
}
/* line 81, ../../../resources/sass/kids/_loginView.scss */
.loginFormHolder .googleSignInBtn:hover {
  cursor: pointer;
  background: url(../../images/google/btn_google_signin_hover.png) no-repeat;
}
/* line 85, ../../../resources/sass/kids/_loginView.scss */
.loginFormHolder .googleSignInBtn:active {
  background: url(../../images/google/btn_google_signin_pressed.png) no-repeat;
}
/* line 90, ../../../resources/sass/kids/_loginView.scss */
.loginFormHolder #googleSignInSeparator {
  margin-top: 15px;
  margin-bottom: 15px;
}
/* line 93, ../../../resources/sass/kids/_loginView.scss */
.loginFormHolder #googleSignInSeparator h2 {
  width: 100%;
  border-bottom: 1px solid #eaeaea;
  line-height: 0.1em;
}
/* line 97, ../../../resources/sass/kids/_loginView.scss */
.loginFormHolder #googleSignInSeparator h2 span {
  color: #b4b4b4;
  background: #fff;
  padding: 0 10px;
  margin-left: 20px;
}
/* line 106, ../../../resources/sass/kids/_loginView.scss */
.loginFormHolder #accountNotLinkedErrorMessage {
  margin-bottom: 10px;
  font-style: italic;
  font-size: .8em;
  padding: 0 1em;
}

/* line 114, ../../../resources/sass/kids/_loginView.scss */
#loginForm {
  display: none;
}

/* line 119, ../../../resources/sass/kids/_loginView.scss */
#dialogContainer #loginForm {
  display: block;
}

/* line 1, ../../../resources/sass/kids/_baseTheme.scss */
.ls2kids-theme {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

/* line 7, ../../../resources/sass/kids/_ClassicTheme.scss */
.ls2kids-theme-classicTheme .genericActor img {
  position: absolute;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/* line 13, ../../../resources/sass/kids/_ClassicTheme.scss */
.ls2kids-theme-classicTheme .classicTheme-background-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
/* line 17, ../../../resources/sass/kids/_ClassicTheme.scss */
.ls2kids-theme-classicTheme .sky {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 20%;
  background-color: #0082c9;
  background-image: url(../../images/kids/themes/classic/blueGradient.png);
  background-repeat: repeat-x;
  background-position: 0 100%;
}
/* line 31, ../../../resources/sass/kids/_ClassicTheme.scss */
.ls2kids-theme-classicTheme .ground {
  position: absolute;
  top: 80%;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #01923e;
  background-image: url(../../images/kids/themes/classic/greenGradient.png);
  background-repeat: repeat-x;
}
/* line 43, ../../../resources/sass/kids/_ClassicTheme.scss */
.ls2kids-theme-classicTheme .grass {
  position: absolute;
  top: 80%;
  left: -5000px;
  right: -5000px;
  height: 30px;
  margin-top: -18px;
  background-image: url(../../images/kids/themes/classic/grass-30.png);
}
/* line 57, ../../../resources/sass/kids/_ClassicTheme.scss */
.ls2kids-theme-classicTheme .sun {
  position: absolute;
  right: -50px;
  top: -30px;
  height: 144px;
  width: 150px;
  background-size: contain;
  background-image: url(../../images/kids/themes/classic/sun.png);
}
/* line 68, ../../../resources/sass/kids/_ClassicTheme.scss */
.ls2kids-theme-classicTheme .cloud-1 {
  position: absolute;
  left: 50px;
  top: 50px;
}
/* line 75, ../../../resources/sass/kids/_ClassicTheme.scss */
.ls2kids-theme-classicTheme .tree-1 {
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 82, ../../../resources/sass/kids/_ClassicTheme.scss */
.ls2kids-theme-classicTheme .tree-1 img {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  top: auto;
}
/* line 75, ../../../resources/sass/kids/_ClassicTheme.scss */
.ls2kids-theme-classicTheme .tree-2 {
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 82, ../../../resources/sass/kids/_ClassicTheme.scss */
.ls2kids-theme-classicTheme .tree-2 img {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  top: auto;
}
/* line 75, ../../../resources/sass/kids/_ClassicTheme.scss */
.ls2kids-theme-classicTheme .tree-3 {
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 82, ../../../resources/sass/kids/_ClassicTheme.scss */
.ls2kids-theme-classicTheme .tree-3 img {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  top: auto;
}
/* line 75, ../../../resources/sass/kids/_ClassicTheme.scss */
.ls2kids-theme-classicTheme .tree-4 {
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 82, ../../../resources/sass/kids/_ClassicTheme.scss */
.ls2kids-theme-classicTheme .tree-4 img {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  top: auto;
}
/* line 75, ../../../resources/sass/kids/_ClassicTheme.scss */
.ls2kids-theme-classicTheme .tree-5 {
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 82, ../../../resources/sass/kids/_ClassicTheme.scss */
.ls2kids-theme-classicTheme .tree-5 img {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  top: auto;
}
/* line 75, ../../../resources/sass/kids/_ClassicTheme.scss */
.ls2kids-theme-classicTheme .tree-6 {
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 82, ../../../resources/sass/kids/_ClassicTheme.scss */
.ls2kids-theme-classicTheme .tree-6 img {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  top: auto;
}
/* line 92, ../../../resources/sass/kids/_ClassicTheme.scss */
.ls2kids-theme-classicTheme .cloud-2 {
  position: absolute;
  left: 50px;
  top: 50px;
}

/* line 1, ../../../resources/sass/kids/_messaging.scss */
#messagingContainer {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 230px;
  width: 320px;
  z-index: 300;
}
/* line 10, ../../../resources/sass/kids/_messaging.scss */
#messagingContainer a.scout {
  display: block;
  position: absolute;
  bottom: 18px;
  right: 140px;
  width: 149px;
  height: 170px;
}
/* line 19, ../../../resources/sass/kids/_messaging.scss */
#messagingContainer .bubble {
  position: absolute;
  max-width: none;
  max-height: none;
  width: auto;
  height: auto;
}
/* line 36, ../../../resources/sass/kids/_messaging.scss */
#messagingContainer .bubble img {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 500;
}
/* line 43, ../../../resources/sass/kids/_messaging.scss */
#messagingContainer .bubble.top-left {
  top: 0;
  left: 0;
  width: 20px;
  height: 11px;
}
/* line 50, ../../../resources/sass/kids/_messaging.scss */
#messagingContainer .bubble.top-middle {
  top: 0;
  left: 20px;
  right: 20px;
  height: 11px;
  border-top: 1px solid #B3B3B3;
}
/* line 59, ../../../resources/sass/kids/_messaging.scss */
#messagingContainer .bubble.top-right {
  top: 0;
  right: 0;
  width: 20px;
  height: 11px;
}
/* line 66, ../../../resources/sass/kids/_messaging.scss */
#messagingContainer .bubble.middle-left {
  top: 11px;
  left: 0px;
  width: 20px;
  bottom: 11px;
  border-left: 1px solid #B3B3B3;
}
/* line 74, ../../../resources/sass/kids/_messaging.scss */
#messagingContainer .bubble.middle-middle {
  top: 12px;
  left: 21px;
  right: 21px;
  bottom: 12px;
}
/* line 81, ../../../resources/sass/kids/_messaging.scss */
#messagingContainer .bubble.middle-right {
  top: 11px;
  right: 0;
  width: 20px;
  bottom: 12px;
  border-right: 1px solid #B3B3B3;
}
/* line 89, ../../../resources/sass/kids/_messaging.scss */
#messagingContainer .bubble.bottom-left {
  left: 0;
  bottom: 0;
  width: 20px;
  height: 11px;
}
/* line 97, ../../../resources/sass/kids/_messaging.scss */
#messagingContainer .bubble.bottom-middle {
  bottom: 0;
  border-bottom: 1px solid #B3B3B3;
  left: 20px;
  right: 70px;
  height: 11px;
}
/* line 107, ../../../resources/sass/kids/_messaging.scss */
#messagingContainer .bubble.bottom-right {
  bottom: -33px;
  right: 0;
  width: 70px;
  height: 45px;
}
/* line 118, ../../../resources/sass/kids/_messaging.scss */
#messagingContainer .spelling-suggestions span {
  display: inline;
  text-transform: uppercase;
  color: red;
  margin: 0;
}
/* line 125, ../../../resources/sass/kids/_messaging.scss */
#messagingContainer .spelling-suggestions ul {
  list-style: none;
  padding: 0;
  padding-top: 10px;
  margin: 0;
  overflow: hidden;
}
/* line 132, ../../../resources/sass/kids/_messaging.scss */
#messagingContainer .spelling-suggestions ul li {
  display: block;
  float: left;
  width: 50%;
}

/* line 147, ../../../resources/sass/kids/_messaging.scss */
#messagingContainer.show-message a.scout {
  z-index: 200;
}

@media screen and (orientation: portrait) {
  /* line 153, ../../../resources/sass/kids/_messaging.scss */
  #app-messaging.overdriveBubble {
    width: 500px;
    height: 750px;
  }
}
@media screen and (orientation: landscape) {
  /* line 160, ../../../resources/sass/kids/_messaging.scss */
  #app-messaging.overdriveBubble {
    width: 700px;
    height: 500px;
  }
}
/* line 166, ../../../resources/sass/kids/_messaging.scss */
#app-messaging {
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  width: 390px;
  position: absolute;
  right: 235px;
  bottom: 155px;
  z-index: 200;
}
/* line 177, ../../../resources/sass/kids/_messaging.scss */
#app-messaging p {
  font-size: 1.2em;
  font-family: 'taffyregular';
  position: relative;
  height: 100%;
  z-index: 1000;
  padding: 30px;
  text-align: center;
}
/* line 186, ../../../resources/sass/kids/_messaging.scss */
#app-messaging p span {
  display: block;
  margin: 0.75em;
}
/* line 190, ../../../resources/sass/kids/_messaging.scss */
#app-messaging p span.headline {
  font-size: 1.4em;
}
/* line 194, ../../../resources/sass/kids/_messaging.scss */
#app-messaging p span:first-child {
  margin-top: 0;
}
/* line 198, ../../../resources/sass/kids/_messaging.scss */
#app-messaging p span:last-child {
  margin-bottom: 0;
}
/* line 203, ../../../resources/sass/kids/_messaging.scss */
#app-messaging p iframe {
  width: 100%;
  height: calc(100% - 120px);
  position: relative;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
/* line 214, ../../../resources/sass/kids/_messaging.scss */
#app-messaging .buttons {
  display: block;
  margin-top: 1em;
}
/* line 218, ../../../resources/sass/kids/_messaging.scss */
#app-messaging .buttons a {
  padding: 10px 30px;
  display: inline-block;
  font-size: 1.3em;
  text-decoration: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-transition: color 0.15s, background-color 0.15s;
  -o-transition: color 0.15s, background-color 0.15s;
  -webkit-transition: color 0.15s, background-color 0.15s;
  transition: color 0.15s, background-color 0.15s;
}
/* line 227, ../../../resources/sass/kids/_messaging.scss */
#app-messaging .buttons a:active {
  background-color: #0071bc;
  color: #fff;
}
/* line 232, ../../../resources/sass/kids/_messaging.scss */
#app-messaging .buttons .ebook-format-selection-buttons {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #999;
  padding: 0.5em;
}
/* line 233, ../../../resources/sass/kids/_messaging.scss */
#app-messaging .buttons .ebook-format-selection-buttons a {
  display: block;
  font-size: 1em;
}

/* line 248, ../../../resources/sass/kids/_messaging.scss */
.no-touch .buttons a:hover {
  background-color: #0071bc;
  color: #fff;
}

@media (max-height: 635px) {
  /* line 256, ../../../resources/sass/kids/_messaging.scss */
  #app-messaging {
    font-size: 0.9em;
    right: 85px;
    bottom: 95px;
  }

  /* line 277, ../../../resources/sass/kids/_messaging.scss */
  #messagingContainer {
    bottom: 25px;
    right: 60px;
  }
  /* line 281, ../../../resources/sass/kids/_messaging.scss */
  #messagingContainer a.scout {
    right: 28px;
    bottom: -6px;
    height: 100px;
    width: 88px;
  }
}
/* line 3, ../../../resources/sass/kids/_responsive-utilities.scss */
.hidden {
  display: none;
  visibility: hidden;
}

/* line 11, ../../../resources/sass/kids/_responsive-utilities.scss */
.visible-phone {
  display: none !important;
}

/* line 12, ../../../resources/sass/kids/_responsive-utilities.scss */
.visible-tablet {
  display: none !important;
}

/* line 15, ../../../resources/sass/kids/_responsive-utilities.scss */
.hidden-desktop {
  display: none !important;
}

/* line 16, ../../../resources/sass/kids/_responsive-utilities.scss */
.visible-desktop {
  display: inherit !important;
}

@media (min-width: 768px) and (max-width: 979px) {
  /* line 21, ../../../resources/sass/kids/_responsive-utilities.scss */
  .hidden-desktop {
    display: inherit !important;
  }

  /* line 22, ../../../resources/sass/kids/_responsive-utilities.scss */
  .visible-desktop {
    display: none !important;
  }

  /* line 24, ../../../resources/sass/kids/_responsive-utilities.scss */
  .visible-tablet {
    display: inherit !important;
  }

  /* line 26, ../../../resources/sass/kids/_responsive-utilities.scss */
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  /* line 32, ../../../resources/sass/kids/_responsive-utilities.scss */
  .hidden-desktop {
    display: inherit !important;
  }

  /* line 33, ../../../resources/sass/kids/_responsive-utilities.scss */
  .visible-desktop {
    display: none !important;
  }

  /* line 35, ../../../resources/sass/kids/_responsive-utilities.scss */
  .visible-phone {
    display: inherit !important;
  }

  /* line 37, ../../../resources/sass/kids/_responsive-utilities.scss */
  .hidden-phone {
    display: none !important;
  }
}
/*
Animate.css - http://daneden.me/animate
Licensed under the ☺ license (http://licence.visualidiot.com/)

Copyright (c) 2012 Dan Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
/* line 16, ../../../resources/sass/kids/_harlemShake.scss */
body {
  -webkit-backface-visibility: hidden;
}

/* line 20, ../../../resources/sass/kids/_harlemShake.scss */
.slow .harlem_animated {
  transition-duration: 10.5s;
  -moz-transition-duration: 10.5s;
  -webkit-transition-duration: 10.5s;
  -o-transition-duration: 10.5s;
  -ms-transition-duration: 10.5s;
  animation-duration: 10.5s;
  -moz-animation-duration: 10.5s;
  -webkit-animation-duration: 10.5s;
  -o-animation-duration: 10.5s;
  -ms-animation-duration: 10.5s;
}

/* line 34, ../../../resources/sass/kids/_harlemShake.scss */
.harlem_animated {
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  animation: spin 0.5s infinite linear;
  -moz-animation: spin 0.5s infinite linear;
  -webkit-animation: spin 0.5s infinite linear;
  -o-animation: spin 0.5s infinite linear;
  -ms-animation: spin 0.5s infinite linear;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@-moz-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@-o-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
/* line 74, ../../../resources/sass/kids/_harlemShake.scss */
.harlem_flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
  }
}
@-moz-keyframes shake {
  0%, 100% {
    -moz-transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -moz-transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -moz-transform: translateX(10px);
  }
}
@-o-keyframes shake {
  0%, 100% {
    -o-transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -o-transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -o-transform: translateX(10px);
  }
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
/* line 104, ../../../resources/sass/kids/_harlemShake.scss */
.harlem_shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}
@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-30px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
/* line 133, ../../../resources/sass/kids/_harlemShake.scss */
.harlem_bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1);
  }
  10%, 20% {
    -moz-transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -moz-transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -moz-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -moz-transform: scale(1) rotate(0);
  }
}
@-o-keyframes tada {
  0% {
    -o-transform: scale(1);
  }
  10%, 20% {
    -o-transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -o-transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -o-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -o-transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
/* line 171, ../../../resources/sass/kids/_harlemShake.scss */
.harlem_tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg);
  }
  40% {
    -moz-transform: rotate(-10deg);
  }
  60% {
    -moz-transform: rotate(5deg);
  }
  80% {
    -moz-transform: rotate(-5deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg);
  }
  40% {
    -o-transform: rotate(-10deg);
  }
  60% {
    -o-transform: rotate(5deg);
  }
  80% {
    -o-transform: rotate(-5deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/* line 210, ../../../resources/sass/kids/_harlemShake.scss */
.harlem_swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0%);
  }
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -moz-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -moz-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -moz-transform: translateX(0%);
  }
}
@-o-keyframes wobble {
  0% {
    -o-transform: translateX(0%);
  }
  15% {
    -o-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -o-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -o-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -o-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -o-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -o-transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
/* line 262, ../../../resources/sass/kids/_harlemShake.scss */
.harlem_wobble {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes pulse {
  0% {
    -o-transform: scale(1);
  }
  50% {
    -o-transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/* line 291, ../../../resources/sass/kids/_harlemShake.scss */
.harlem_pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}
@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(400px) rotateY(0);
    -moz-animation-timing-function: ease-out;
  }
  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-animation-timing-function: ease-out;
  }
  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in;
  }
  80% {
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in;
  }
  100% {
    -moz-transform: perspective(400px) scale(1);
    -moz-animation-timing-function: ease-in;
  }
}
@-o-keyframes flip {
  0% {
    -o-transform: perspective(400px) rotateY(0);
    -o-animation-timing-function: ease-out;
  }
  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-animation-timing-function: ease-out;
  }
  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in;
  }
  80% {
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in;
  }
  100% {
    -o-transform: perspective(400px) scale(1);
    -o-animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}
/* line 386, ../../../resources/sass/kids/_harlemShake.scss */
.harlem_flip {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flip;
  -o-backface-visibility: visible !important;
  -o-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes rotateOut {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(360deg);
  }
}
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
  }
  100% {
    transform-origin: center center;
    transform: rotate(360deg);
  }
}
/* line 445, ../../../resources/sass/kids/_harlemShake.scss */
.harlem_rotate {
  -webkit-animation-name: rotate;
  -moz-animation-name: rotate;
  -o-animation-name: rotate;
  animation-name: rotate;
}

/* line 7, ../../../../../../../../.frum/versions/3.1.3/lib/ruby/gems/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 5000;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 15, ../../../../../../../../.frum/versions/3.1.3/lib/ruby/gems/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
/* line 16, ../../../../../../../../.frum/versions/3.1.3/lib/ruby/gems/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
/* line 17, ../../../../../../../../.frum/versions/3.1.3/lib/ruby/gems/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
/* line 18, ../../../../../../../../.frum/versions/3.1.3/lib/ruby/gems/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
/* line 19, ../../../../../../../../.frum/versions/3.1.3/lib/ruby/gems/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 23, ../../../../../../../../.frum/versions/3.1.3/lib/ruby/gems/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #000;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 34, ../../../../../../../../.frum/versions/3.1.3/lib/ruby/gems/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 42, ../../../../../../../../.frum/versions/3.1.3/lib/ruby/gems/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #fff;
}
/* line 49, ../../../../../../../../.frum/versions/3.1.3/lib/ruby/gems/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #fff;
}
/* line 56, ../../../../../../../../.frum/versions/3.1.3/lib/ruby/gems/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #fff;
}
/* line 63, ../../../../../../../../.frum/versions/3.1.3/lib/ruby/gems/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #fff;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
/* line 45, ../../../../../../../../.frum/versions/3.1.3/lib/ruby/gems/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFF5F5F5', endColorstr='#FFF9F9F9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 55, ../../../../../../../../.frum/versions/3.1.3/lib/ruby/gems/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress .bar {
  width: 0%;
  height: 100%;
  color: #fff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF149BDF', endColorstr='#FF0480BE', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 68, ../../../../../../../../.frum/versions/3.1.3/lib/ruby/gems/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

/* line 73, ../../../../../../../../.frum/versions/3.1.3/lib/ruby/gems/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}

/* line 79, ../../../../../../../../.frum/versions/3.1.3/lib/ruby/gems/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 93, ../../../../../../../../.frum/versions/3.1.3/lib/ruby/gems/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-danger .bar, .progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEE5F5B', endColorstr='#FFC43C35', GradientType=0);
}

/* line 96, ../../../../../../../../.frum/versions/3.1.3/lib/ruby/gems/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-danger.progress-striped .bar, .progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

/* line 101, ../../../../../../../../.frum/versions/3.1.3/lib/ruby/gems/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-success .bar, .progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF62C462', endColorstr='#FF57A957', GradientType=0);
}

/* line 104, ../../../../../../../../.frum/versions/3.1.3/lib/ruby/gems/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-success.progress-striped .bar, .progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

/* line 109, ../../../../../../../../.frum/versions/3.1.3/lib/ruby/gems/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-info .bar, .progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5BC0DE', endColorstr='#FF339BB9', GradientType=0);
}

/* line 112, ../../../../../../../../.frum/versions/3.1.3/lib/ruby/gems/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-info.progress-striped .bar, .progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

/* line 117, ../../../../../../../../.frum/versions/3.1.3/lib/ruby/gems/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-warning .bar, .progress .bar-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFBB450', endColorstr='#FFF89406', GradientType=0);
}

/* line 120, ../../../../../../../../.frum/versions/3.1.3/lib/ruby/gems/3.1.0/gems/bootstrap-sass-2.3.2.2/vendor/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-warning.progress-striped .bar, .progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}

/* line 53, ../../../resources/sass/kids/screen.scss */
#categoryScrollWrapper .hide-icons,
#fullDetailsContainer .hide-opacity,
#mainHeader.hide-opacity,
#mainFooter.hide-opacity {
  opacity: 0;
}
