/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */
/* Import Sass mixins, variables, Compass modules, etc. */
/* COLOURS */
/* DIMENSIONS */
/* FOOTER */
/* FONTS */
/* MISCELLANEOUS */
/* HTML element (SMACSS base) rules */
/**
 * @file
 * Normalize.css is intended to be used as an alternative to CSS resets.
 *
 * This file is a slight fork of these original sources:
 * - normalize.css v2.1.2 | MIT License | git.io/normalize
 * - normalize.scss v2.1.2 | MIT/GPLv2 License | bit.ly/normalize-with-compass
 *
 * It's suggested that you read the normalize.scss file and customise it to meet
 * your needs, rather then including the file in your project and overriding the
 * defaults later in your CSS.
 * @see http://nicolasgallagher.com/about-normalize-css/
 *
 * Also: @see http://meiert.com/en/blog/20080419/reset-style-sheets-are-bad/
 *       @see http://snook.ca/archives/html_and_css/no_css_reset/
 */
/**
 * HTML5 display definitions
 */
/* Correct `block` display not defined in IE 8/9. */
/* line 23, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

/* Correct `inline-block` display not defined in IE 8/9. */
/* line 38, ../sass/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 52, ../sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* Address styling not present in IE 8/9. */
/* line 58, ../sass/_normalize.scss */
[hidden] {
  display: none;
}

/**
 * Base
 *
 * Instead of relying on the fonts that are available on a user's computer, you
 * can use web fonts which, like images, are resources downloaded to the user's
 * browser. Because of the bandwidth and rendering resources required, web fonts
 * should be used with care.
 *
 * Numerous resources for web fonts can be found on Google. Here are a few
 * websites where you can find Open Source fonts to download:
 * - http://www.fontsquirrel.com/fontface
 * - http://www.theleagueofmoveabletype.com
 *
 * In order to use these fonts, you will need to convert them into formats
 * suitable for web fonts. We recommend the free-to-use Font Squirrel's
 * Font-Face Generator:
 *   http://www.fontsquirrel.com/fontface/generator
 *
 * The following is an example @font-face declaration. This font can then be
 * used in any ruleset using a property like this:  font-family: Example, serif;
 *
 * Since we're using Sass, you'll need to declare your font faces here, then you
 * can add them to the font variables in the _init.scss partial.
 */
/*
@font-face {
  font-family: 'Example';
  src: url('/20240725230937oe_/https://libapps-au.s3-ap-southeast-2.amazonaws.com/sites/5311/fonts/example.eot');
  src: url('/20240725230937oe_/https://libapps-au.s3-ap-southeast-2.amazonaws.com/sites/5311/fonts/example.eot?iefix') format('eot'),
    url('/20240725230937oe_/https://libapps-au.s3-ap-southeast-2.amazonaws.com/sites/5311/fonts/example.woff') format('woff'),
    url('/20240725230937oe_/https://libapps-au.s3-ap-southeast-2.amazonaws.com/sites/5311/fonts/example.ttf') format('truetype'),
    url('/20240725230937oe_/https://libapps-au.s3-ap-southeast-2.amazonaws.com/sites/5311/fonts/example.svg#webfontOkOndcij') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
/* line 106, ../sass/_normalize.scss */
html {
  /*font-family: Arial, Tahoma, "DejaVu Sans", sans-serif;*/
  /* 1 */
  font-size: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  line-height: 1.5em;
}

/* Remove default margin. */
/* line 126, ../sass/_normalize.scss */
body {
  margin: 0;
  padding: 0;
}

/**
 * Links
 *
 * The order of link states are based on Eric Meyer's article:
 * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
 */
/* Address `outline` inconsistency between Chrome and other browsers. */
/* line 148, ../sass/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/* Improve readability when focused and also mouse hovered in all browsers. */
/* line 153, ../sass/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/**
 * Typography
 *
 * To achieve a pleasant vertical rhythm, we use Compass' Vertical Rhythm mixins
 * so that the line height of our base font becomes the basic unit of vertical
 * measurement. We use multiples of that unit to set the top and bottom margins
 * for our block level elements and to set the line heights of any fonts.
 * For more information, see http://24ways.org/2006/compose-to-a-vertical-rhythm
 */
/* Set 1 unit of vertical rhythm on the top and bottom margin. */
/* line 169, ../sass/_normalize.scss */
p,
pre {
  margin: 1.5em 0;
}

/* line 173, ../sass/_normalize.scss */
blockquote {
  /* Also indent the quote on both sides. */
  margin: 1.5em 30px;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 182, ../sass/_normalize.scss */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.5em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

/* line 190, ../sass/_normalize.scss */
h2 {
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 195, ../sass/_normalize.scss */
h3 {
  font-size: 1.17em;
  line-height: 1.28205em;
  margin-top: 1.28205em;
  margin-bottom: 1.28205em;
}

/* line 200, ../sass/_normalize.scss */
h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

/* line 205, ../sass/_normalize.scss */
h5 {
  font-size: 0.83em;
  line-height: 1.80723em;
  margin-top: 1.80723em;
  margin-bottom: 1.80723em;
}

/* line 210, ../sass/_normalize.scss */
h6 {
  font-size: 0.67em;
  line-height: 2.23881em;
  margin-top: 2.23881em;
  margin-bottom: 2.23881em;
}

/* Address styling not present in IE 8/9, Safari 5, and Chrome. */
/* line 217, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */
/* line 222, ../sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* Address styling not present in Safari 5 and Chrome. */
/* line 228, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

/* Address differences between Firefox and other browsers. */
/* line 233, ../sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  border: 1px solid #666;
  padding-bottom: -1px;
  margin: 1.5em 0;
}

/* Address styling not present in IE 8/9. */
/* line 242, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* Correct font family set oddly in Safari 5 and Chrome. */
/* line 248, ../sass/_normalize.scss */
code,
kbd,
pre,
samp,
tt,
var {
  /*font-family: Arial,"Courier New", "DejaVu Sans Mono", monospace, sans-serif;*/
  font-size: 1em;
  line-height: 1.5em;
}

/* Improve readability of pre-formatted text in all browsers. */
/* line 262, ../sass/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/* Set consistent quote types. */
/* line 274, ../sass/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/* Address inconsistent and variable font size in all browsers. */
/* line 279, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

/* Prevent `sub` and `sup` affecting `line-height` in all browsers. */
/* line 284, ../sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 291, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 294, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/**
 * Lists
 */
/* line 301, ../sass/_normalize.scss */
dl,
menu,
ol,
ul {
  /* Address margins set differently in IE 6/7. */
}

/* line 310, ../sass/_normalize.scss */
ol ol,
ol ul,
ul ol,
ul ul {
  /* Turn off margins on nested lists. */
  margin: 0;
}

/* line 316, ../sass/_normalize.scss */
dd {
  margin: 0 0 0 30px;
  /* LTR */
}

/* Address paddings set differently in IE 6/7. */
/* line 321, ../sass/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 30px;
  /* LTR */
}

/**
 * Embedded content and figures
 *
 * @todo Look into adding responsive embedded video.
 */
/* line 341, ../sass/_normalize.scss */
img {
  /* Remove border when inside `a` element in IE 8/9. */
  border: 0;
  /* Suppress the space beneath the baseline */
  /* vertical-align: bottom; */
  /* Responsive images */
  max-width: 100%;
  height: auto;
  /* Correct IE 8 not scaling image height when resized. */
  /*width: auto;*/
}

/* Correct overflow displayed oddly in IE 9. */
/* line 362, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Address margin not present in IE 8/9 and Safari 5. */
/* line 367, ../sass/_normalize.scss */
figure {
  margin: 0;
}

/**
 * Forms
 */
/* Define consistent border, margin, and padding. */
/* line 383, ../sass/_normalize.scss */
fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-width: 0.0625em;
  border-top-style: solid;
  padding-top: 0.4625em;
  border-bottom-width: 0.0625em;
  border-bottom-style: solid;
  padding-bottom: 0.9125em;
  border-left-width: 0.0625em;
  border-left-style: solid;
  padding-left: 0.9125em;
  border-right-width: 0.0625em;
  border-right-style: solid;
  padding-right: 0.9125em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 398, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 * 4. Improve appearance and consistency with IE 6/7.
 * 5. Keep form elements constrained in their containers.
 */
/* line 413, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  max-width: 100%;
  /* 5 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 5 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 432, ../sass/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 443, ../sass/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 457, ../sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 471, ../sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 482, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 497, ../sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 506, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* Remove inner padding and border in Firefox 4+. */
/* line 512, ../sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 522, ../sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* Drupal-style form labels. */
/* line 528, ../sass/_normalize.scss */
label {
  display: block;
  font-weight: bold;
}

/**
 * Tables
 */
/* line 536, ../sass/_normalize.scss */
table {
  /* Remove most spacing between table cells. */
  border-collapse: collapse;
  border-spacing: 0;
  /* Prevent cramped-looking tables */
  /* width: 100%; */
  /* Add vertical rhythm margins. */
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  width:100% !important;
  table-layout: fixed;
}

/* Layout rules */
/**
 * @file
 * Positioning for a responsive layout.
 *
 * Define CSS classes to create a fluid grid layout with optional sidebars
 * depending on whether blocks are placed in the left or right sidebars.
 *
 * This layout uses the Zen Grids plugin for Compass: http://zengrids.com
 */
/**
 * Center the page.
 *
 * For screen sizes larger than 1200px, prevent excessively long lines of text
 * by setting a max-width.
 */
/* line 32, ../sass/layouts/_responsive.scss */
#page,
.region-bottom {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

/* Apply the shared properties of grid items in a single, efficient ruleset. */
/* line 40, ../sass/layouts/_responsive.scss */
#header,
#content,
#navigation,
.region-sidebar-first,
.region-sidebar-second,
#footer {
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  padding-right: 0;
  padding-left: 0;
}

/* Containers for grid items and flow items. */
/* line 45, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#header:before, #header:after,
#main:before,
#main:after,
#footer:before,
#footer:after {
  content: "";
  display: table;
}
/* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#header:after,
#main:after,
#footer:after {
  clear: both;
}

/**
 * Use 3 grid columns for smaller screens.
 */
@media all and (min-width: 480px) and (max-width: 991px) {
  /**
   * The layout when there is only one sidebar, the left one.
   */
  /* line 70, ../sass/layouts/_responsive.scss */
  .sidebar-first {
    /* Span 2 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
  }
  /* line 77, ../sass/layouts/_responsive.scss */
  .sidebar-first .region-sidebar-first {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }

  /**
   * The layout when there is only one sidebar, the right one.
   */
  /* line 85, ../sass/layouts/_responsive.scss */
  .sidebar-second {
    /* Span 2 columns, starting in 1st column from left. */
    /* Span 1 column, starting in 3rd column from left. */
  }
  /* line 87, ../sass/layouts/_responsive.scss */
  .sidebar-second #content {
    float: left;
    width: 200%;
    margin-left: 0%;
    margin-right: -200%;
  }
  /* line 92, ../sass/layouts/_responsive.scss */
  .sidebar-second .region-sidebar-second {
    float: left;
    width: 100%;
    margin-left: 200%;
    margin-right: -300%;
  }

  /**
   * The layout when there are two sidebars.
   */
  /* line 100, ../sass/layouts/_responsive.scss */
  .two-sidebars {
    /* Span 2 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
    /* Start a new row and span all 3 columns. */
  }
  /* line 102, ../sass/layouts/_responsive.scss */
  .two-sidebars #content {
    float: left;
    width: 200%;
    margin-left: 100%;
    margin-right: -300%;
  }
  /* line 107, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-first {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 112, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second {
    float: left;
    width: 300%;
    margin-left: 0%;
    margin-right: -300%;
    padding-left: 0;
    padding-right: 0;
    clear: left;
    /* Apply the shared properties of grid items in a single, efficient ruleset. */
    /* Span 1 column, starting in the 1st column from left. */
    /* Span 1 column, starting in the 2nd column from left. */
    /* Span 1 column, starting in the 3rd column from left. */
  }
  /* line 118, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block {
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 122, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block:nth-child(3n+1) {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    clear: left;
  }
  /* line 127, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block:nth-child(3n+2) {
    float: left;
    width: 100%;
    margin-left: 100%;
    margin-right: -200%;
  }
  /* line 131, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block:nth-child(3n) {
    float: left;
    width: 100%;
    margin-left: 200%;
    margin-right: -300%;
  }
}
/**
 * Use 5 grid columns for larger screens.
 */
@media all and (min-width: 992px) {
  /**
   * The layout when there is only one sidebar, the left one.
   */
  /* line 147, ../sass/layouts/_responsive.scss */
  .sidebar-first {
    /* Span 4 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
  }
  /* line 149, ../sass/layouts/_responsive.scss */
  .sidebar-first #content {
    /*@include zen-grid-item(4, 2);*/
  }
  /* line 154, ../sass/layouts/_responsive.scss */
  .sidebar-first .region-sidebar-first {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }

  /**
   * The layout when there is only one sidebar, the right one.
   */
  /* line 162, ../sass/layouts/_responsive.scss */
  .sidebar-second {
    /* Span 4 columns, starting in 1st column from left. */
    /* Span 1 column, starting in 5th column from left. */
  }
  /* line 164, ../sass/layouts/_responsive.scss */
  .sidebar-second #content {
    float: left;
    width: 400%;
    margin-left: 0%;
    margin-right: -400%;
  }
  /* line 169, ../sass/layouts/_responsive.scss */
  .sidebar-second .region-sidebar-second {
    float: left;
    width: 100%;
    margin-left: 400%;
    margin-right: -500%;
  }

  /**
   * The layout when there are two sidebars.
   */
  /* line 177, ../sass/layouts/_responsive.scss */
  .two-sidebars {
    /* Span 3 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
    /* Span 1 column, starting in 5th column from left. */
  }
  /* line 179, ../sass/layouts/_responsive.scss */
  .two-sidebars #content {
    float: left;
    width: 300%;
    margin-left: 100%;
    margin-right: -400%;
  }
  /* line 184, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-first {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  /* line 189, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second {
    float: left;
    width: 100%;
    margin-left: 400%;
    margin-right: -500%;
  }
}
/* GLOBAL */
/* line 5, ../sass/_common.scss */
* {
  padding: 0;
  margin: 0;
  /*font-family: Arial,"catriel_regular", "Helvetica Neue", Helvetica, é»‘ä½“, å¾®è½¯é›…é»‘, å®‹ä½“, sans-serif;*/
}

/* line 13, ../sass/_common.scss */
body {
  background-color: #f2f1ec;
  background-image: url(/20240725230937oe_/https://libapps-au.s3-ap-southeast-2.amazonaws.com/sites/5311/images/background.png);
  background-repeat: repeat-x;
}

/* line 19, ../sass/_common.scss */
a {
  text-decoration: none;
  color: inherit;
}

/* line 24, ../sass/_common.scss */
#page ul, #footercenterer ul {
  padding: 0;
  margin: 0;
}

/* line 28, ../sass/_common.scss */
#page li, #footercenterer li {
  list-style: none;
}

/* line 32, ../sass/_common.scss */
.grippie {
  display: none !important;
}

/* line 36, ../sass/_common.scss */
body.not-front {
  background-position: right 149px;
}

/* line 40, ../sass/_common.scss */
.region-quicklinks {
  display: none !important;
}

/* line 45, ../sass/_common.scss */
body.node-type-branch-library .region-quicklinks, body.front .region-quicklinks {
  display: block !important;
}

/* line 54, ../sass/_common.scss */
body.i18n-zh-hant #content article.node-194 div.webform-component--last-name > label, 
body.i18n-zh-hans #content article.node-194 div.webform-component--last-name > label {
  /*padding-left: 20px;
  min-width: 50px !important;*/
}
/* line 59, ../sass/_common.scss */
body.i18n-zh-hant #content article.node-194 div.webform-component--last-name > input#edit-submitted-last-name, body.i18n-zh-hans #content article.node-194 div.webform-component--last-name > input#edit-submitted-last-name {
  /*margin-bottom: 10px;
  width: 238px;*/
}

/* line 71, ../sass/_common.scss */
body.i18n-en #content article.node-194 div.webform-component--last-name > label {
  padding-left: 13px;
  min-width: 50px !important;
  padding-right: 15px;
}
/* line 77, ../sass/_common.scss */
body.i18n-en #content article.node-194 div.webform-component--last-name > input#edit-submitted-last-name {
  margin-bottom: 10px;
  width: 206px;
}

/* line 85, ../sass/_common.scss */
body.front, body.node-type-branch-library {
  background-position: right 349px;
}

/* line 89, ../sass/_common.scss */
#page {
  position: relative;
  background-color: transparent;
  /*overflow: hidden;*/
}
/* line 93, ../sass/_common.scss */

/* line 96, ../sass/_common.scss */
#page #main .breadcrumb {
  color: #999999;
}
/* line 100, ../sass/_common.scss */
#page #main h1#page-title {
  color: #6d1b6d;
  font-size: 24px;
  font-weight: bold;
}
/* line 106, ../sass/_common.scss */
#page #main p {
  margin: 1em 0;
}

/* line 115, ../sass/_common.scss */
body.front .messages--warning.messages.warning, body.front .messages--warning.warning.messages--status, body.front .messages--warning.warning, body.front .messages--warning.warning.messages--error, #first-time, body.front h1#page-title {
  display: none;
}

/* line 119, ../sass/_common.scss */
.locale-untranslated {
  text-decoration: none !important;
  color: grey;
  cursor: not-allowed;
}

/* HEADER LEFT TOP */
/* line 129, ../sass/_common.scss */
.header__univerisity-logo {
  vertical-align: bottom;
  float: left;
}

/* line 134, ../sass/_common.scss */
.region.region-headerleft {
  float: left;
}
/* line 136, ../sass/_common.scss */
.region.region-headerleft h2 {
  display: none;
}
/* line 139, ../sass/_common.scss */
.region.region-headerleft a.menu__link.header__univerisity-logo {
  text-indent: -9999px;
  background-image: url("/20240725230937oe_/https://libapps-au.s3-ap-southeast-2.amazonaws.com/sites/5311/images/cu_logo_desktop.png");
  margin-top: 0px;
  height: 53px;
  width: 66px;
}
@media all and (max-width: 991px) {
  /* line 147, ../sass/_common.scss */
  .region.region-headerleft a.menu__link.header__univerisity-logo {
    margin-top: 18px;
    height: 44px;
    width: 55px;
    background: url("/20240725230937oe_/https://libapps-au.s3-ap-southeast-2.amazonaws.com/sites/5311/images/cu_logo_mobile.png") no-repeat;
  }
}

/* HEADER RIGHT TOP */
/* line 160, ../sass/_common.scss */
#block-textsize-form {
  width: 70px;
  position: relative;
}

/* line 165, ../sass/_common.scss */
#block-textsize-form a.textsize_decrease {
  background-image: none !important;
  width: 20px !important;
  height: 24px !important;
  margin: 0 !important;
  position: absolute;
  left: 12px;
  top: 0;
}
/* line 173, ../sass/_common.scss */
#block-textsize-form a.textsize_decrease:before {
  content: 'A';
  font-size: 10px;
  position: relative;
  font-family: 'Arial';
  top: 11px;
  left: 3px;
}
/* line 181, ../sass/_common.scss */
#block-textsize-form a.textsize_decrease:hover {
  color: #ccc;
}

/* line 183, ../sass/_common.scss */
#block-textsize-form a.textsize_increase {
  background-image: none !important;
  width: 20px !important;
  height: 24px !important;
  margin: 0 !important;
  position: absolute;
  right: 0px;
  top: 0;
}
/* line 191, ../sass/_common.scss */
#block-textsize-form a.textsize_increase:before {
  content: 'A';
  font-size: 20px;
  position: relative;
  font-family: 'Arial';
  top: 8px;
  left: 5px;
}
/* line 199, ../sass/_common.scss */
#block-textsize-form a.textsize_increase:hover {
  color: #ccc;
}

/* line 201, ../sass/_common.scss */
#block-textsize-form a.textsize_normal {
  background-image: none !important;
  width: 20px !important;
  height: 24px !important;
  margin: 0 !important;
  position: absolute;
  left: 30px;
  top: 0;
}
/* line 209, ../sass/_common.scss */
#block-textsize-form a.textsize_normal:before {
  content: 'A';
  font-size: 14px;
  position: relative;
  font-family: 'Arial';
  top: 10px;
  left: 3px;
}
/* line 217, ../sass/_common.scss */
#block-textsize-form a.textsize_normal:hover {
  color: #ccc;
}

/* line 220, ../sass/_common.scss */
.facebook_icon {
  background-repeat: no-repeat;
  height: 24px !important;
  width: 24px !important;
  padding: 0;
  border: none;
  color: transparent;
  background-color: transparent;
  outline: none;
  display: block;
  margin: 0;
  background-size: cover;
  cursor: pointer;
  background-image: url(https://webarchive.lib.cuhk.edu.hk/20240725230937oe_/https://www.lib.cuhk.edu.hk/sites/cuhk/themes/sparrow/images/ico_facebook.png);
}

/* line 224, ../sass/_common.scss */
.youtube_icon {
  background-repeat: no-repeat;
  height: 24px !important;
  width: 24px !important;
  padding: 0;
  border: none;
  color: transparent;
  background-color: transparent;
  outline: none;
  display: block;
  margin: 0;
  background-size: cover;
  cursor: pointer;
  background-image: url(https://webarchive.lib.cuhk.edu.hk/20240725230937oe_/https://www.lib.cuhk.edu.hk/sites/cuhk/themes/sparrow/images/ico_youtube.png);
}

/* line 228, ../sass/_common.scss */
.twitter_icon {
  background-repeat: no-repeat;
  height: 24px !important;
  width: 24px !important;
  padding: 0;
  border: none;
  color: transparent;
  background-color: transparent;
  outline: none;
  display: block;
  margin: 0;
  background-size: cover;
  cursor: pointer;
  background-image: url(https://webarchive.lib.cuhk.edu.hk/20240725230937oe_/https://www.lib.cuhk.edu.hk/sites/cuhk/themes/sparrow/images/ico_twitter.png);
}

/* line 233, ../sass/_common.scss */
.blogger_icon {
  background-repeat: no-repeat;
  height: 24px !important;
  width: 24px !important;
  padding: 0;
  border: none;
  color: transparent;
  background-color: transparent;
  outline: none;
  display: block;
  margin: 0;
  background-size: cover;
  cursor: pointer;
  background-image: url(https://webarchive.lib.cuhk.edu.hk/20240725230937oe_/https://www.lib.cuhk.edu.hk/sites/cuhk/themes/sparrow/images/ico_blog.png);
}

/* line 237, ../sass/_common.scss */
.sharethis_icon, .st_sharethis_custom {
  background-repeat: no-repeat;
  height: 24px !important;
  width: 24px !important;
  padding: 0;
  border: none;
  color: transparent;
  background-color: transparent;
  outline: none;
  display: block;
  margin: 0;
  background-size: cover;
  cursor: pointer;
  background-image: url(https://webarchive.lib.cuhk.edu.hk/20240725230937oe_/https://www.lib.cuhk.edu.hk/sites/cuhk/themes/sparrow/images/ico_share.png);
}

/* QUICK TABS */
/* line 247, ../sass/_common.scss */
#quickcont .quicktabs_main.quicktabs-style-nostyle {
  overflow: hidden;
}
/* line 249, ../sass/_common.scss */
#quickcont .quicktabs_main.quicktabs-style-nostyle form {
  position: relative;
}
/* line 250, ../sass/_common.scss */
#quickcont .quicktabs_main.quicktabs-style-nostyle form .views-exposed-widgets {
  margin-bottom: 0;
}
/* line 252, ../sass/_common.scss */
#quickcont .quicktabs_main.quicktabs-style-nostyle form input[type='submit']#articlesearchbutton,
#quickcont .quicktabs_main.quicktabs-style-nostyle form input[type='submit']#EasysearchFormSubmitButton {
  position: absolute;
  right: 4px;
  top: 4px;
}
/* line 258, ../sass/_common.scss */
#quickcont .quicktabs_main.quicktabs-style-nostyle form .advanceHelp {
  color: #6d1b6d;
}
/* line 260, ../sass/_common.scss */
#quickcont .quicktabs_main.quicktabs-style-nostyle form .advanceHelp span {
  padding: 0 8px;
  color: #999999;
}
/* line 267, ../sass/_common.scss */
#quickcont input[type='submit'] {
  background-repeat: no-repeat;
  height: 24px !important;
  width: 24px !important;
  padding: 0;
  border: none;
  color: transparent;
  background-color: transparent;
  outline: none;
  display: block;
  margin: 0;
  background-size: cover;
  cursor: pointer;
  height: 28px !important;
  width: 28px !important;
  background-color: #ae44ad !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-radius: 2px;
  display: inline-block;
  background-image: url(/20240725230937oe_/https://libapps-au.s3-ap-southeast-2.amazonaws.com/sites/5311/images/ico-search-icon-white-one-md.png);
  background-size: 12px;
  background-position: center center;
  background-color: transparent;
  color: transparent;
  border: none;
  width: 15%;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  top: 4px;
  right: 4px;
}

/* NEWS BLOCK */
/* line 296, ../sass/_common.scss */
div#block-views-today-news-event-block h2.block__title.block-title {
  text-indent: 7px;
  padding-bottom: 5px;
  margin-top: -5px;
}
/* line 300, ../sass/_common.scss */
div#block-views-today-news-event-block h2.block__title.block-title:before {
  content: url(https://webarchive.lib.cuhk.edu.hk/20240725230937oe_/https://www.lib.cuhk.edu.hk/sites/cuhk/themes/sparrow/images/ico_newsEvent.png);
  padding-left: 0.5em;
  padding-right: 0.5em;
  position: relative;
  left: 0px;
  top: 7px;
}
/* line 309, ../sass/_common.scss */
div#block-views-today-news-event-block .view-content {
  margin-left: 13px;
  position: relative;
  font-size: 0.8em;
}
/* line 313, ../sass/_common.scss */
div#block-views-today-news-event-block .view-content .views-row:before {
  content: url(/20240725230937oe_/https://libapps-au.s3-ap-southeast-2.amazonaws.com/sites/5311/images/bullet_purple.png);
  position: absolute;
  left: -16px;
}

/* QUICK LINKS */
/* line 325, ../sass/_common.scss */
.not-front #quickcont {
  display: none;
}

/* line 328, ../sass/_common.scss */
#mylibrecbut:before {
  content: url(https://webarchive.lib.cuhk.edu.hk/20240725230937oe_/https://www.lib.cuhk.edu.hk/sites/cuhk/themes/sparrow/images/ico_record.png);
}

/* line 331, ../sass/_common.scss */
#offcampbut:before {
  content: url(https://webarchive.lib.cuhk.edu.hk/20240725230937oe_/https://www.lib.cuhk.edu.hk/sites/cuhk/themes/sparrow/images/ico_access.png);
}

/* line 334, ../sass/_common.scss */
#roombooksysbut:before {
  content: url(https://webarchive.lib.cuhk.edu.hk/20240725230937oe_/https://www.lib.cuhk.edu.hk/sites/cuhk/themes/sparrow/images/ico_booking.png);
}

/* line 337, ../sass/_common.scss */
#newaddbut:before {
  content: url(https://webarchive.lib.cuhk.edu.hk/20240725230937oe_/https://www.lib.cuhk.edu.hk/sites/cuhk/themes/sparrow/images/ico_additions.png);
}

/* line 340, ../sass/_common.scss */
#printcopyscanbut:before {
  content: url(https://webarchive.lib.cuhk.edu.hk/20240725230937oe_/https://www.lib.cuhk.edu.hk/sites/cuhk/themes/sparrow/images/ico_print.png);
}

/* line 343, ../sass/_common.scss */
#libworkbut:before {
  content: url(https://webarchive.lib.cuhk.edu.hk/20240725230937oe_/https://www.lib.cuhk.edu.hk/sites/cuhk/themes/sparrow/images/ico_workshop.png);
}

/* HOME */
/* HIGHLIGHTS */
/* line 354, ../sass/_common.scss */
div#block-views-highlights-slideshow-block {
  display: inline-block;
  float: left;
}
/* line 356, ../sass/_common.scss */
div#block-views-highlights-slideshow-block h2 {
  font-size: 1.3em;
  margin-left: 1.2em;
  margin-top: 0.6em;
  line-height: 1em;
  margin-bottom: 1em;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
}
/* line 361, ../sass/_common.scss */
div#block-views-highlights-slideshow-block .view-highlights-slideshow .view-content {
  width: 100%;
  text-align: center;
  display: inline-block;
  position: relative;
}
/* line 366, ../sass/_common.scss */
div#block-views-highlights-slideshow-block .view-highlights-slideshow .view-content .views-field-field-article-link {
  width: auto;
  padding: 0px;
  font-size: 1.2em;
  font-weight: bold;
}
/* line 372, ../sass/_common.scss */
div#block-views-highlights-slideshow-block .view-highlights-slideshow .view-content div#views_slideshow_cycle_main_highlights_slideshow-block {
  text-align: left;
}
/* line 374, ../sass/_common.scss */
div#block-views-highlights-slideshow-block .view-highlights-slideshow .view-content div#views_slideshow_cycle_main_highlights_slideshow-block div#views_slideshow_cycle_teaser_section_highlights_slideshow-block {
  border: #cdcdcd 4px solid;
}
/* line 381, ../sass/_common.scss */
div#block-views-highlights-slideshow-block .view-highlights-slideshow .view-content .views-slideshow-controls-bottom div#widget_pager_bottom_highlights_slideshow-block {
  display: inline-block;
  z-index: 20;
  bottom: 30px;
  position: relative;
}
@media all and (max-width: 991px) {
  /* line 381, ../sass/_common.scss */
  div#block-views-highlights-slideshow-block .view-highlights-slideshow .view-content .views-slideshow-controls-bottom div#widget_pager_bottom_highlights_slideshow-block {
    bottom: 0;
  }
}
/* line 387, ../sass/_common.scss */
div#block-views-highlights-slideshow-block .view-highlights-slideshow .view-content .views-slideshow-controls-bottom div#widget_pager_bottom_highlights_slideshow-block div.views-slideshow-pager-field-item {
  background-color: #cdcdcd;
  display: block;
  float: left;
  height: 12px;
  width: 12px;
  border-radius: 6px;
  cursor: pointer;
  text-indent: -9999px;
  margin-right: 12px;
}
/* line 397, ../sass/_common.scss */
div#block-views-highlights-slideshow-block .view-highlights-slideshow .view-content .views-slideshow-controls-bottom div#widget_pager_bottom_highlights_slideshow-block div.views-slideshow-pager-field-item.active {
  background-color: #999999;
}
/* line 404, ../sass/_common.scss */
div#block-views-highlights-slideshow-block .view-highlights-slideshow .view-content .views-slideshow-controls-bottom span#views_slideshow_controls_text_pause_highlights_slideshow-block {
  display: none;
}
/* line 408, ../sass/_common.scss */
div#block-views-highlights-slideshow-block .view-highlights-slideshow .view-content .views-slideshow-controls-bottom span#views_slideshow_controls_text_previous_highlights_slideshow-block {
  width: 15px;
  height: 52px;
  display: block;
  overflow: hidden;
  color: #6d1b6d;
  position: absolute;
  top: 117px;
  z-index: 10;
  text-indent: -9999px;
  background-image: url(/20240725230937oe_/https://libapps-au.s3-ap-southeast-2.amazonaws.com/sites/5311/images/arrow_left_wBG.png);
}
/* line 413, ../sass/_common.scss */
div#block-views-highlights-slideshow-block .view-highlights-slideshow .view-content .views-slideshow-controls-bottom span#views_slideshow_controls_text_next_highlights_slideshow-block {
  width: 15px;
  height: 52px;
  display: block;
  overflow: hidden;
  color: #6d1b6d;
  position: absolute;
  top: 117px;
  z-index: 10;
  text-indent: -9999px;
  background-image: url(/20240725230937oe_/https://libapps-au.s3-ap-southeast-2.amazonaws.com/sites/5311/images/arrow_right_wBG.png);
}

/* line 422, ../sass/_common.scss */
.opening-hours-block {
  display: inline-block;
  float: left;
}
/* line 424, ../sass/_common.scss */
.opening-hours-block h2 {
  font-size: 1.2em;
  margin-left: 1.2em;
  margin-top: 0.6em;
  line-height: 1em;
  font-weight: bold;
  letter-spacing: 1px;
}

/* FOOTER */
/* line 433, ../sass/_common.scss */
#footercenterer {
  border-top: 1px solid #999999;
  background-color: #ebebeb;
}
/* line 437, ../sass/_common.scss */
#footercenterer footer, #footercenterer .region.region-bottom {
  text-align: center;
}
/* line 442, ../sass/_common.scss */
#footercenterer footer {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  /*overflow: hidden;*/
}
/* line 447, ../sass/_common.scss */
#footercenterer footer div#block-system-main-menu > ul.menu > li.menu__item {
  text-align: left;
}
/* line 453, ../sass/_common.scss */
#footercenterer div.region.region-bottom > div#block-block-1 {
  font-size: 11px;
  line-height: 1.3em;
  color: #3f3f3f;
}
/* line 457, ../sass/_common.scss */
#footercenterer div.region.region-bottom > div#block-block-1 ul {
  padding-top: 20px;
  padding-bottom: 10px;
}

/* WEBFORMS */
/* line 471, ../sass/_common.scss */
.webform-client-form textarea {
  resize: none;
}
/* line 475, ../sass/_common.scss */
.webform-client-form .grippie {
  display: none;
}
/* line 478, ../sass/_common.scss */
.webform-client-form .webform-component--cancel > button {
  width: 135px;
  height: 36px;
  font-weight: 700;
  font-size: 0.8em;
  outline: none;
  border: none;
  color: #ffffff;
  background-color: #666666;
}
/* line 482, ../sass/_common.scss */
.webform-client-form .webform-submit.button-primary.form-submit {
  width: 135px;
  height: 36px;
  font-weight: 700;
  font-size: 0.8em;
  outline: none;
  border: none;
  color: #ffffff;
  background-color: #6d1b6d;
}
/* line 487, ../sass/_common.scss */
.webform-client-form > div > div {
  display: inline-block;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
/* line 491, ../sass/_common.scss */
.webform-client-form > div > div > label {
  font-size: 0.9em;
}
/* line 494, ../sass/_common.scss */
.webform-client-form > div > div * {
  /*display: inline-block;*/
  border-radius: 3px;
}
/* line 498, ../sass/_common.scss */
.webform-client-form > div > div > input[type=text],
.webform-client-form > div > div input[type=email] {
  height: 36px;
  background-color: #ffffff;
  border-radius: 3px;
  border-top-color: #999999;
  border-top-style: solid;
  border-bottom-color: #999999;
  border-bottom-style: solid;
  border-right-color: #999999;
  border-right-style: solid;
  border-left-color: #999999;
  border-left-style: solid;
  padding: 7px;
  font-size: 0.8em;
  outline: none;
  border-width: 1px;
}
/* line 505, ../sass/_common.scss */
.webform-client-form .form-item.webform-component.webform-component-select {
  height: 36px;
}
/* line 507, ../sass/_common.scss */
.webform-client-form .form-item.webform-component.webform-component-select > select {
  height: 36px;
  background-color: #ffffff;
  border-radius: 3px;
  border-top-color: #999999;
  border-top-style: solid;
  border-bottom-color: #999999;
  border-bottom-style: solid;
  border-right-color: #999999;
  border-right-style: solid;
  border-left-color: #999999;
  border-left-style: solid;
  padding: 7px;
  font-size: 0.8em;
  outline: none;
  border-width: 1px;
  height: 100%;
}

/* line 514, ../sass/_common.scss */
.landing-children-menu, .libraries-links {
  margin-bottom: 16px;
}
/* line 517, ../sass/_common.scss */
.landing-children-menu ul li, .libraries-links ul li {
  margin-left: 13px;
  position: relative;
  font-size: 0.8em;
}
/* line 521, ../sass/_common.scss */
.landing-children-menu ul li:before, .libraries-links ul li:before {
  content: url(/20240725230937oe_/https://libapps-au.s3-ap-southeast-2.amazonaws.com/sites/5311/images/bullet_purple.png);
  position: absolute;
  left: -16px;
  top: -2px;
}

/* line 531, ../sass/_common.scss */
.landing-sibling-menu {
  padding: 10px;
}
/* line 533, ../sass/_common.scss */
.landing-sibling-menu h2 {
  font-size: 1em;
}
/* line 536, ../sass/_common.scss */
.landing-sibling-menu li {
  font-size: 0.8em;
  font-weight: 700;
}
/* line 539, ../sass/_common.scss */
.landing-sibling-menu li:before {
  content: url(https://webarchive.lib.cuhk.edu.hk/20240725230937oe_/https://www.lib.cuhk.edu.hk/sites/cuhk/themes/sparrow/images/ico_bullet_pt.png);
  padding-right: 10px;
}

@font-face {
 /* font-family: 'Arial';*/
  /*src: url("/20240725230937oe_/https://libapps-au.s3-ap-southeast-2.amazonaws.com/sites/5311/fonts/catriel/catriel_regular.eot");
  src: url("/20240725230937oe_/https://libapps-au.s3-ap-southeast-2.amazonaws.com/sites/5311/fonts/catriel/catriel_regular.eot?iefix") format("eot"), url("/20240725230937oe_/https://libapps-au.s3-ap-southeast-2.amazonaws.com/sites/5311/fonts/catriel/catriel_regular.woff") format("woff"), url("/20240725230937oe_/https://libapps-au.s3-ap-southeast-2.amazonaws.com/sites/5311/fonts/catriel/catriel_regular.ttf") format("truetype"), url("/20240725230937oe_/https://libapps-au.s3-ap-southeast-2.amazonaws.com/sites/5311/fonts/catriel/catriel_regular.svg#webfontOkOndcij") format("svg");*/
  font-weight: normal;
  font-style: normal;
}
@font-face {
  /*font-family: 'Arial';*/
  /*src: url("/20240725230937oe_/https://libapps-au.s3-ap-southeast-2.amazonaws.com/sites/5311/fonts/catriel/catriel_bold.eot");
  src: url("/20240725230937oe_/https://libapps-au.s3-ap-southeast-2.amazonaws.com/sites/5311/fonts/catriel/catriel_bold.eot?iefix") format("eot"), url("/20240725230937oe_/https://libapps-au.s3-ap-southeast-2.amazonaws.com/sites/5311/fonts/catriel/catriel_bold.woff") format("woff"), url("/20240725230937oe_/https://libapps-au.s3-ap-southeast-2.amazonaws.com/sites/5311/fonts/catriel/catriel_bold.ttf") format("truetype"), url("/20240725230937oe_/https://libapps-au.s3-ap-southeast-2.amazonaws.com/sites/5311/fonts/catriel/catriel_bold.svg#webfontOkOndcij") format("svg");*/
  font-weight: normal;
  font-style: normal;
}
@media all and (min-width: 992px) {
  /* line 3, ../sass/_desktop.scss */
  body.front #content, body.section-research-learning-support #content, body.section-node #content {
    width: 100%;
  }

  /* line 5, ../sass/_desktop.scss */
  .mobile {
    display: none !important;
  }

  /* line 9, ../sass/_desktop.scss */
  #page {
    //width: 992px;
  }

  /* line 13, ../sass/_desktop.scss */
  #sidr-main {
    display: none !important;
  }

  /* HEADER */
  /* line 22, ../sass/_desktop.scss */
  header.header > a.header__logo {
    display: inline-block;
    margin-top: 40px;
  }

  /* NAVIGATION */
  /* line 32, ../sass/_desktop.scss */
  .sf-sub-indicator {
    display: none;
  }

  /* line 36, ../sass/_desktop.scss */
  #block-superfish-1 {
    cursor: pointer;
  }
  /* line 38, ../sass/_desktop.scss */
  #block-superfish-1 > ul#superfish-1 {
    *zoom: 1;
    height: 45px;
  }
  /* line 38, ../../../../../../../../../../usr/lib/ruby/gems/1.8/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
  #block-superfish-1 > ul#superfish-1:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 41, ../sass/_desktop.scss */
  #block-superfish-1 > ul#superfish-1 > li {
    height: 30px;
  }
  /* line 42, ../sass/_desktop.scss */
  #block-superfish-1 > ul#superfish-1 > li.sfHover {
    background-color: #5b165b;
  }
  /* line 45, ../sass/_desktop.scss */
  #block-superfish-1 > ul#superfish-1 > li.last {
    position: relative;
    float: right;
    width: 170px !important;
  }
  /* line 49, ../sass/_desktop.scss */
  #block-superfish-1 > ul#superfish-1 > li.last > ul {
    position: absolute;
    left: auto !important;
    right: 0;
    width: 213px !important;
  }
  /* line 55, ../sass/_desktop.scss */
  #block-superfish-1 > ul#superfish-1 > li.last > ul li.menuparent:after {
    content: url(/20240725230937oe_/https://libapps-au.s3-ap-southeast-2.amazonaws.com/sites/5311/images/arrow_left.png);
    right: auto;
    left: 8px;
  }
  /* line 60, ../sass/_desktop.scss */
  #block-superfish-1 > ul#superfish-1 > li.last > ul li > ul {
    position: absolute;
    left: -213px !important;
  }
  /* line 67, ../sass/_desktop.scss */
  #block-superfish-1 > ul#superfish-1 > li ul {
    font-weight: 400;
    padding-right: 0;
    padding-bottom: 0;
    width: 213px !important;
    line-height: 15px;
  }
  /* line 75, ../sass/_desktop.scss */
  #block-superfish-1 > ul#superfish-1 > li ul li {
    background-color: #400640;
    width: 80% !important;
    padding: 10px 10% !important;
  }
  /* line 76, ../sass/_desktop.scss */
  #block-superfish-1 > ul#superfish-1 > li ul li ul {
    left: 213px !important;
  }
  /* line 78, ../sass/_desktop.scss */
  #block-superfish-1 > ul#superfish-1 > li ul li.menuparent:after {
    content: url(/20240725230937oe_/https://libapps-au.s3-ap-southeast-2.amazonaws.com/sites/5311/images/arrow_right.png);
    position: absolute;
    right: 8px;
    top: 9px;
  }
  /* line 87, ../sass/_desktop.scss */
  #block-superfish-1 > ul#superfish-1 > li ul li:hover {
    background-color: #6d1b6d;
  }
  /* line 94, ../sass/_desktop.scss */
  #block-superfish-1 .active-trail {
    color: #ffffff;
  }
  /* line 96, ../sass/_desktop.scss */
  #block-superfish-1 .active-trail > a {
    color: #ffffff;
  }

  /* line 102, ../sass/_desktop.scss */
  .sf-menu li:hover > ul, .sf-menu li.sfHover > ul {
    top: 45px;
  }

  /* line 106, ../sass/_desktop.scss */
  .sf-menu.sf-horizontal.sf-shadow ul, .sf-menu.sf-vertical.sf-shadow ul, .sf-menu.sf-navbar.sf-shadow ul ul {
    background: none;
    padding: 0 !important;
    -webkit-border-top-right-radius: 0 !important;
    -webkit-border-bottom-left-radius: 0 !important;
    -moz-border-radius-topright: 0 !important;
    -moz-border-radius-bottomleft: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }

  /* line 117, ../sass/_desktop.scss */
  #superfish-1 > li.menuparent {
    width: 16.66667%;
    margin: 0;
    padding: 8px 0 !important;
    font-weight: lighter;
    font-size: 1em;
    display: table;
  }
  /* line 129, ../sass/_desktop.scss */
  #superfish-1 > li.menuparent > a {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
  }

  /* line 137, ../sass/_desktop.scss */
  #navigation, .menuparent ul {
    color: #ffffff;
    background: #6d1b6d !important;
    letter-spacing: 1px;
    font-size: 14px;
  }
  /* line 143, ../sass/_desktop.scss */
  #navigation li ul li, .menuparent ul li ul li {
    font-size: 12px;
  }

  /* line 146, ../sass/_desktop.scss */
  #header_menu {
    margin-top: 10px;
    color: #333333;
  }
  /* line 149, ../sass/_desktop.scss */
  #header_menu > div {
    display: block;
    float: left;
  }
  /* line 150, ../sass/_desktop.scss */
  #header_menu > div#header_menu_left {
    width: 54% !important;
    padding: 15px 0;
    padding-bottom: 25px;
  }
  /* line 155, ../sass/_desktop.scss */
  #header_menu > div#header_menu_right {
    margin-top: 12px;
    width: 46%;
    /*font-size: 0.75em;*/
    font-size: 1em;
    line-height: 1em;
  }

  /* LEFT MENU */
  /* line 171, ../sass/_desktop.scss */
  #quickcont #quicktabs-container-resources p {
    color: #6d1b6d;
    font-size: 0.8em;
    float: right;
  }
  /* line 177, ../sass/_desktop.scss */
  #quickcont #quicktabs-container-resources form div#edit-field-resource-subject-tid-wrapper {
    width: 100%;
  }
  /* line 179, ../sass/_desktop.scss */
  #quickcont #quicktabs-container-resources form div#edit-field-resource-subject-tid-wrapper select {
    height: 36px;
    background-color: #ffffff;
    border-radius: 3px;
    border-top-color: #999999;
    border-top-style: solid;
    border-bottom-color: #999999;
    border-bottom-style: solid;
    border-right-color: #999999;
    border-right-style: solid;
    border-left-color: #999999;
    border-left-style: solid;
    padding: 7px;
    font-size: 0.8em;
    outline: none;
    border-width: 1px;
    /*font-family: 'Arial';*/
    width: 100%;
    -webkit-appearance: none;
    background-image: none;
  }
  /* line 187, ../sass/_desktop.scss */
  #quickcont form > ul, #quickcont #quicktabs-container-resources ul {
    display: inline-block;
    width: 75%;
    margin-top: 9px;
    margin-left: 3px;
  }
  /* line 192, ../sass/_desktop.scss */
  #quickcont form > ul > li, #quickcont #quicktabs-container-resources ul > li {
    font-size: 0.7em;
  }
  /* line 194, ../sass/_desktop.scss */
  #quickcont form > ul > li:before, #quickcont #quicktabs-container-resources ul > li:before {
    content: url(https://webarchive.lib.cuhk.edu.hk/20240725230937oe_/https://www.lib.cuhk.edu.hk/sites/cuhk/themes/sparrow/images/ico_bullet_pt.png);
    padding-right: 10px;
  }
  /* line 201, ../sass/_desktop.scss */
  #quickcont .purplewrapper, #quickcont input[name='booksearchstring'], #quickcont input[name='articlesearchstring'], #quickcont input[name='booksarticlessearchstring'] {
    border-radius: 3px;
    outline: none;
    height: 36px;
    font-weight: 400;
    float: left;
  }
  /* line 208, ../sass/_desktop.scss */
  #quickcont input[name='booksearchstring'] {
    width: 73%;
  }
  /* line 211, ../sass/_desktop.scss */
  #quickcont input[name='articlesearchstring'], #quickcont input[name='booksarticlessearchstring'] {
    width: 100%;
  }
  /* line 214, ../sass/_desktop.scss */
  #quickcont input[name='booksearchstring'], #quickcont input[name='articlesearchstring'], #quickcont input[name='booksarticlessearchstring'] {
    padding: 10px;
    margin-right: 2%;
    border: 1px solid #999999;
  }
  /* line 220, ../sass/_desktop.scss */
  #quickcont input[name='booksearchstring']::-webkit-input-placeholder, #quickcont input[name='articlesearchstring']::-webkit-input-placeholder, #quickcont input[name='booksarticlessearchstring']::-webkit-input-placeholder {
    font-weight: 700;
  }
  /* line 223, ../sass/_desktop.scss */
  #quickcont input[name='booksearchstring']:-moz-placeholder, #quickcont input[name='articlesearchstring']:-moz-placeholder, #quickcont input[name='booksarticlessearchstring']:-moz-placeholder {
    font-weight: 700;
  }
  /* line 226, ../sass/_desktop.scss */
  #quickcont input[name='booksearchstring']:-ms-input-placeholder, #quickcont input[name='articlesearchstring']:-ms-input-placeholder, #quickcont input[name='booksarticlessearchstring']:-ms-input-placeholder {
    font-weight: 700;
  }
  /* line 230, ../sass/_desktop.scss */
  #quickcont .purplewrapper {
    background: #6d1b6d;
    display: inline-block;
    width: 25%;
    position: relative;
  }
  /* line 235, ../sass/_desktop.scss */
  #quickcont .purplewrapper:after {
    /*content: url(/20240725230937oe_/https://libapps-au.s3-ap-southeast-2.amazonaws.com/sites/5311/images/arrow_bottom.png);
    position: absolute;
    right: 45px;
    top: 5px;*/
  }
  /* line 241, ../sass/_desktop.scss */
  #quickcont .purplewrapper select {
    height: 36px;
    padding: 10px;
    outline: none;
    color: #ffffff;
    background: #6d1b6d;
    width: 75%;
    border: none;
    border-radius: 3px;
    font-weight: 700;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    font-size: 13px !important;
  }
  /* line 136, ../sass/_mixins.scss */
  #quickcont .purplewrapper select::-ms-expand {
    display: none;
  }
  /* line 246, ../sass/_desktop.scss */
  #quickcont div.advanceHelp {
    font-size: 0.7em;
    position: absolute;
    top: 38px;
    right: -1px;
    margin: 5px 12px;
  }
  /* line 253, ../sass/_desktop.scss */
  #quickcont ul {
    width: 100%;
  }
  /* line 255, ../sass/_desktop.scss */
  #quickcont ul li {
    display: inline-block;
    float: left;
    width: 49.5%;
  }

  /* RIGHT TOP */
  /* line 268, ../sass/_desktop.scss */
  #header_menu_right_top {
    display: inline-block;
    margin: 0;
    width: 100%;
    position: relative;
  }
  /* line 273, ../sass/_desktop.scss */
  #header_menu_right_top > .region {
    float: right;
  }
  /* line 41, ../sass/_mixins.scss */
  #header_menu_right_top > .region div.block + div.block:before {
    content: "|";
    padding: 0 0.5em;
    color: #999999;
  }
  /* line 276, ../sass/_desktop.scss */
  #header_menu_right_top > .region > .block {
    height: 30px;
    margin-bottom: 0;
    float: left;
    line-height: 2.5em;
  }
  /* line 281, ../sass/_desktop.scss */
  #header_menu_right_top > .region > .block.first {
    margin-left: 10px;
  }
  /* line 284, ../sass/_desktop.scss */
  #header_menu_right_top > .region > .block > ul, #header_menu_right_top > .region > .block li, #header_menu_right_top > .region > .block a {
    display: inline-block;
  }

  /* BLOCKS */
  /* line 296, ../sass/_desktop.scss */
  #block-menu-menu-information > ul {
    margin: 0;
    overflow: hidden;
  }
  /* line 41, ../sass/_mixins.scss */
  #block-menu-menu-information > ul li.menu__item + li.menu__item:before {
    content: "•";
    padding: 0 0.5em;
    color: #999999;
  }
  /* line 301, ../sass/_desktop.scss */
  #block-menu-menu-information > ul > .first {
    margin-right: -15px;
  }

  /* line 308, ../sass/_desktop.scss */
  #block-locale-language > ul.language-switcher-locale-url {
    margin: 0;
  }
  /* line 41, ../sass/_mixins.scss */
  #block-locale-language > ul.language-switcher-locale-url li + li:before {
    content: "•";
    padding: 0 0.5em;
    color: #999999;
  }

  /* line 315, ../sass/_desktop.scss */
  #block-text-resize-0 a#text_resize_decrease, #block-text-resize-0 a#text_resize_increase {
    background: none;
    background-repeat: no-repeat;
    height: 24px !important;
    width: 24px !important;
    padding: 0;
    border: none;
    color: transparent;
    background-color: transparent;
    outline: none;
    display: block;
    margin: 0;
    background-size: cover;
    cursor: pointer;
  }

  /* line 321, ../sass/_desktop.scss */
  #block-search-form {
    position: relative;
    padding-left: 1em;
  }
  /* line 324, ../sass/_desktop.scss */
  #block-search-form form {
    background-repeat: no-repeat;
    height: 24px !important;
    width: 24px !important;
    padding: 0;
    border: none;
    color: transparent;
    background-color: transparent;
    outline: none;
    display: block;
    margin: 0;
    background-size: cover;
    cursor: pointer;
    display: inline-block;
  }
  /* line 325, ../sass/_desktop.scss */
  #block-search-form form input#edit-search-block-form--2 {
    padding: 5px 5px 5px 28px;
    min-width: 200px;
    position: relative;
    top: -2px;
    border: 1px solid #d1d0ce;
    border-radius: 3px;
    outline: none;
    height: 30px;
  }
  /* line 337, ../sass/_desktop.scss */
  #block-search-form form .container-inline {
    position: relative;
    height: 24px;
  }
  /* line 340, ../sass/_desktop.scss */
  #block-search-form form .container-inline h2 {
    margin: 0;
  }
  /* line 343, ../sass/_desktop.scss */
  #block-search-form form .container-inline .form-item.form-type-textfield.form-item-search-block-form {
    display: none;
    margin: 0;
    position: absolute;
    right: 100%;
  }
  /* line 350, ../sass/_desktop.scss */
  #block-search-form form .container-inline #search_icon {
    margin-left: -145px;
  }
  /* line 354, ../sass/_desktop.scss */
  #block-search-form form .container-inline div#edit-actions {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  /* line 361, ../sass/_desktop.scss */
  #block-search-form form .container-inline #search_icon, #block-search-form form .container-inline .form-actions.form-wrapper input[type='submit'].expanded {
    background-repeat: no-repeat;
    height: 24px !important;
    width: 24px !important;
    padding: 0;
    border: none;
    color: transparent;
    background-color: transparent;
    outline: none;
    display: block;
    margin: 0;
    background-size: cover;
    cursor: pointer;
    background-image: url(https://webarchive.lib.cuhk.edu.hk/20240725230937oe_/https://www.lib.cuhk.edu.hk/sites/cuhk/themes/sparrow/images/ico_search.png);
  }
  /* line 365, ../sass/_desktop.scss */
  #block-search-form form .container-inline .form-actions.form-wrapper input[type='submit'] {
    display: none;
  }
  /* line 369, ../sass/_desktop.scss */
  #block-search-form form .container-inline #search_icon.expanded {
    background-repeat: no-repeat;
    height: 24px !important;
    width: 24px !important;
    padding: 0;
    border: none;
    color: transparent;
    background-color: transparent;
    outline: none;
    display: block;
    margin: 0;
    background-size: cover;
    cursor: pointer;
    left: -197px;
    top: 1px;
    position: absolute;
    background-image: url(/20240725230937oe_/https://libapps-au.s3-ap-southeast-2.amazonaws.com/sites/5311/images/icon_close_24.png);
  }
  /* line 376, ../sass/_desktop.scss */
  #block-search-form form .container-inline .form-item.form-type-textfield.form-item-search-block-form.expanded,
  #block-search-form form .container-inline #search_icon.expanded,
  #block-search-form form .container-inline .form-actions.form-wrapper input[type='submit'].expanded {
    display: block;
  }

  /* line 386, ../sass/_desktop.scss */
  #block-menu-menu-social .menu {
    margin: 0;
  }
  /* line 389, ../sass/_desktop.scss */
  #block-menu-menu-social .menu__link {
    background-repeat: no-repeat;
    height: 24px !important;
    width: 24px !important;
    padding: 0;
    border: none;
    color: transparent;
    background-color: transparent;
    outline: none;
    display: block;
    margin: 0;
    background-size: cover;
    cursor: pointer;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }

  /* line 397, ../sass/_desktop.scss */
  #block-sharethis-sharethis-block {
    padding: 0;
  }

  /* line 401, ../sass/_desktop.scss */
  #block-superfish-2 {
    cursor: pointer;
  }
  /* line 403, ../sass/_desktop.scss */
  #block-superfish-2 > ul#superfish-2 {
    height: 45px;
  }
  /* line 405, ../sass/_desktop.scss */
  #block-superfish-2 > ul#superfish-2 > li {
    background-repeat: no-repeat;
    height: 24px !important;
    width: 24px !important;
    padding: 0;
    border: none;
    color: transparent;
    background-color: transparent;
    outline: none;
    display: block;
    margin: 0;
    background-size: cover;
    cursor: pointer;
    position: static;
    height: 100%;
  }
  /* line 408, ../sass/_desktop.scss */
  #block-superfish-2 > ul#superfish-2 > li > ul {
    right: 0 !important;
    left: auto;
    top: 33px;
  }
  /* line 413, ../sass/_desktop.scss */
  #block-superfish-2 > ul#superfish-2 > li.last {
    __position: relative;
  }
  /* line 416, ../sass/_desktop.scss */
  #block-superfish-2 > ul#superfish-2 > li.last > ul {
    position: absolute;
    left: auto;
    right: 0;
  }
  /* line 421, ../sass/_desktop.scss */
  #block-superfish-2 > ul#superfish-2 > li.last > ul li.menuparent:after {
    content: url(/20240725230937oe_/https://libapps-au.s3-ap-southeast-2.amazonaws.com/sites/5311/images/arrow_left.png);
    right: auto;
    left: 8px;
  }
  /* line 425, ../sass/_desktop.scss */
  #block-superfish-2 > ul#superfish-2 > li.last > ul li.menuparent:after > ul {
    left: -180px !important;
  }
  /* line 431, ../sass/_desktop.scss */
  #block-superfish-2 > ul#superfish-2 > li ul {
    font-weight: 400;
    padding-right: 0;
    padding-bottom: 0;
  }
  /* line 435, ../sass/_desktop.scss */
  #block-superfish-2 > ul#superfish-2 > li ul li {
    background-color: #400640;
    width: 100%;
  }
  /* line 437, ../sass/_desktop.scss */
  #block-superfish-2 > ul#superfish-2 > li ul li.menuparent:after {
    content: url(/20240725230937oe_/https://libapps-au.s3-ap-southeast-2.amazonaws.com/sites/5311/images/arrow_right.png);
    position: absolute;
    right: 8px;
    top: 9px;
  }
  /* line 445, ../sass/_desktop.scss */
  #block-superfish-2 > ul#superfish-2 > li ul li:hover {
    background-color: #6d1b6d;
  }
  /* line 448, ../sass/_desktop.scss */
  #block-superfish-2 > ul#superfish-2 > li ul li a {
    width: 80%;
    padding: 10px 10% !important;
  }

  /* line 458, ../sass/_desktop.scss */
  #block-sharethis-sharethis-block:before, #block-superfish-2:before, #block-menu-menu-social:before {
    content: "" !important;
    display: none;
  }

  /* line 463, ../sass/_desktop.scss */
  #block-search-form:before {
    position: absolute;
    bottom: 2px;
    right: 23px;
  }

  /* RIGHT BOTTOM */
  /* line 473, ../sass/_desktop.scss */
  #header_menu_right_bottom {
    border-top: #cdcdcd solid 1px;
  }
  /* line 475, ../sass/_desktop.scss */
  #header_menu_right_bottom div.region-headerrightbottom {
    float: right;
  }
  /* line 477, ../sass/_desktop.scss */
  #header_menu_right_bottom div.region-headerrightbottom ul.menu {
    margin: 0.5em 0;
  }
  /* line 479, ../sass/_desktop.scss */
  #header_menu_right_bottom div.region-headerrightbottom ul.menu li {
    display: inline-block;
    height: 30px;
    line-height: 2.5em;
  }
  /* line 41, ../sass/_mixins.scss */
  #header_menu_right_bottom div.region-headerrightbottom ul.menu li.menu__item + li.menu__item:before {
    content: "•";
    padding: 0 0.7em;
    color: #999999;
  }

  /* QUICK TABS */
  /* line 492, ../sass/_desktop.scss */
  #header_menu > #quickcont {
    background-color: #333333;
    padding: 20px;
    height: 200px;
    width: 100%;
    padding-top: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 502, ../sass/_desktop.scss */
  .header__region.region.region-header {
    display: inline-block;
    position: absolute;
  }
  /* line 505, ../sass/_desktop.scss */
  .header__region.region.region-header > * {
    display: inline-block;
    margin-bottom: 0;
  }
  /* line 509, ../sass/_desktop.scss */
  .header__region.region.region-header div#block-quicktabs-resources {
    float: left;
    width: 72%;
    overflow: hidden;
    -moz-box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.5);
  }
  /* line 514, ../sass/_desktop.scss */
  .header__region.region.region-header div#block-quicktabs-resources div.item-list {
    height: 30px;
    margin-left: -10px;
  }
  /* line 518, ../sass/_desktop.scss */
  .header__region.region.region-header div#block-quicktabs-resources div.item-list ul.quicktabs-tabs li {
    display: inline-block;
    padding: 0;
  }
  /* line 521, ../sass/_desktop.scss */
  .header__region.region.region-header div#block-quicktabs-resources div.item-list ul.quicktabs-tabs li a {
    text-align: center;
    display: inline-block;
    line-height: 25px;
    height: 100%;
    width: 100%;
    font-size: 0.8em;
    font-weight: 400;
    color: #333333;
    font-weight: 700;
  }
  /* line 533, ../sass/_desktop.scss */
  .header__region.region.region-header div#block-quicktabs-resources div.item-list ul.quicktabs-tabs.quicktabs-style-nostyle {
    padding: 0 40px;
    margin: 0;
  }
  /* line 536, ../sass/_desktop.scss */
  .header__region.region.region-header div#block-quicktabs-resources div.item-list ul.quicktabs-tabs.quicktabs-style-nostyle > li {
    background-color: #cdcdcd;
    width: 130px;
    height: 25px;
    position: relative;
    border-top: 5px solid #333333;
    margin-left: 1px;
  }
  /* line 543, ../sass/_desktop.scss */
  .header__region.region.region-header div#block-quicktabs-resources div.item-list ul.quicktabs-tabs.quicktabs-style-nostyle > li.active {
    background-color: #6d1b6d;
    height: 27px;
    border-top: 3px solid;
    border-top-color: rgba(140, 35, 140, 0.8);
  }
  /* line 548, ../sass/_desktop.scss */
  .header__region.region.region-header div#block-quicktabs-resources div.item-list ul.quicktabs-tabs.quicktabs-style-nostyle > li.active a {
    color: #ffffff;
  }
  /* line 549, ../sass/_desktop.scss */
  .header__region.region.region-header div#block-quicktabs-resources div.item-list ul.quicktabs-tabs.quicktabs-style-nostyle > li.active:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #6d1b6d;
    border-width: 4px;
    margin-left: -4px;
  }
  /* line 568, ../sass/_desktop.scss */
  .header__region.region.region-header div#quicktabs-container-resources {
    height: 110px;
    padding: 18px 30px 42px;
    background-color: #ffffff;
    width: 663px;
    margin-right: 20px;
  }

  /* NEWS & EVENTS */
  /* line 581, ../sass/_desktop.scss */
  div#block-views-today-news-event-block {
    -moz-box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.5);
    float: left;
    margin-left: 1px;
  }
  /* line 585, ../sass/_desktop.scss */
  div#block-views-today-news-event-block h2 {
    height: 30px;
    font-size: 0.8em;
    background-color: #6d1b6d;
    color: #ffffff;
  }
  /* line 591, ../sass/_desktop.scss */
  div#block-views-today-news-event-block > div.view-today-news-event {
    background-color: #ffffff;
    height: 120px;
    padding: 20px;
    padding-bottom: 30px;
    width: 220px;
  }
  /* line 599, ../sass/_desktop.scss */
  div#block-views-today-news-event-block > div.view-today-news-event .more-link a {
    color: #6d1b6d;
    font-weight: bold;
  }

  /* QUICK LINKS */
  /* line 608, ../sass/_desktop.scss */
  #header_menu > .region.region-quicklinks {
    width: 100%;
    -moz-box-shadow: inset 0 0 0.5em rgba(110, 27, 109, 0.5);
    -webkit-box-shadow: inset 0 0 0.5em rgba(110, 27, 109, 0.5);
    box-shadow: inset 0 0 0.5em rgba(110, 27, 109, 0.5);
    background-color: #e4dae4;
  }
  /* line 612, ../sass/_desktop.scss */
  #header_menu > .region.region-quicklinks div#block-menu-menu-quick-links {
    width: 100%;
  }
  /* line 614, ../sass/_desktop.scss */
  #header_menu > .region.region-quicklinks div#block-menu-menu-quick-links > ul {
    margin: 0;
  }
  /* line 616, ../sass/_desktop.scss */
  #header_menu > .region.region-quicklinks div#block-menu-menu-quick-links > ul > li {
    text-transform: uppercase;
    font-size: 0.6em;
    letter-spacing: 1px;
    display: inline-block;
    width: 16.66667%;
    float: left;
    height: 43px;
    padding-top: 35px;
    text-align: right;
    position: relative;
  }
  /* line 627, ../sass/_desktop.scss */
  #header_menu > .region.region-quicklinks div#block-menu-menu-quick-links > ul > li:after {
    content: url(/20240725230937oe_/https://libapps-au.s3-ap-southeast-2.amazonaws.com/sites/5311/images/line.png);
    position: absolute;
    left: 5px;
    bottom: 5px;
  }
  /* line 633, ../sass/_desktop.scss */
  #header_menu > .region.region-quicklinks div#block-menu-menu-quick-links > ul > li.first:after {
    content: '';
  }
  /* line 636, ../sass/_desktop.scss */
  #header_menu > .region.region-quicklinks div#block-menu-menu-quick-links > ul > li > a {
    width: 105px;
    display: inline-block;
    text-align: left;
    line-height: 1.2em;
    color: #6d1b6d;
    font-weight: 700;
    font-size: 11px;
  }
  /* line 644, ../sass/_desktop.scss */
  #header_menu > .region.region-quicklinks div#block-menu-menu-quick-links > ul > li > a:before {
    position: absolute;
    left: 20px;
    top: 30px;
  }

  /* line 655, ../sass/_desktop.scss */
  #content {
    padding: 10px 30px 30px;
  }
  /* line 658, ../sass/_desktop.scss */
  #content article.node-7 select#edit-submitted-salutations {
    width: 75px;
    font-size: 0.9em;
    margin-right: 13px;
  }
  /* line 660, ../sass/_desktop.scss */
  #content article.node-7 label {
    margin: 0 20px 0 0;
  }
  /* line 662, ../sass/_desktop.scss */
  #content article.node-7 div.webform-component--topic {
    margin-top: 60px;
  }
  /* line 664, ../sass/_desktop.scss */
  #content article.node-7 div.webform-component--topic textarea#edit-submitted-topic {
    width: 100%;
  }
  /* line 667, ../sass/_desktop.scss */
  #content article.node-7 div.webform-component--additional-information {
    margin-top: 30px;
  }
  /* line 669, ../sass/_desktop.scss */
  #content article.node-7 div.webform-component--additional-information textarea#edit-submitted-additional-information {
    width: 100%;
  }
  /* line 673, ../sass/_desktop.scss */
  #content article.node-7 form.webform-client-form {
    padding-top: 20px;
    border-bottom: 1px solid #999999;
    padding-bottom: 30px;
  }
  /* line 675, ../sass/_desktop.scss */
  #content article.node-7 form.webform-client-form div.form-radios label.option {
    font-size: 1.2em;
    font-weight: bold;
  }
  /* line 679, ../sass/_desktop.scss */
  #content article.node-7 form.webform-client-form div.webform-component--given-name label {
    margin-left: 20px;
  }
  /* line 685, ../sass/_desktop.scss */
  #content article.node-7 form.webform-client-form input[type=text]#edit-submitted-student-staff-library-id, #content article.node-7 form.webform-client-form input[type=text]#edit-submitted-department {
    width: 470px;
  }
  /* line 686, ../sass/_desktop.scss */
  #content article.node-7 form.webform-client-form input[type=text] {
    width: 255px;
  }
  /* line 687, ../sass/_desktop.scss */
  #content article.node-7 form.webform-client-form input[type=email],
  #content article.node-7 form.webform-client-form input[type=text]#edit-submitted-phone-no, #content article.node-7 form.webform-client-form textarea {
    width: 470px;
  }
  /* line 689, ../sass/_desktop.scss */
  #content article.node-7 form.webform-client-form div.webform-component--first-name {
    width: 50%;
    float: left;
    margin: 0;
  }
  /* line 694, ../sass/_desktop.scss */
  #content article.node-7 form.webform-client-form div.webform-component--last-name {
    width: 50%;
    float: left;
    margin: 0;
  }
  /* line 695, ../sass/_desktop.scss */
  #content article.node-7 form.webform-client-form div.form-actions {
    float: right;
    margin-top: 60px;
  }
  /* line 698, ../sass/_desktop.scss */
  #content article.node-7 .field-items {
    font-size: 12px;
    line-height: normal !important;
  }
  /* line 701, ../sass/_desktop.scss */
  #content article.node-7 .field-items p {
    margin: 5px 0 15px 0 !important;
  }
  /* line 706, ../sass/_desktop.scss */
  #content article.node-194 {
    width: 100%;
  }
  /* line 708, ../sass/_desktop.scss */
  #content article.node-194 label {
    min-width: 85px;
  }
  /* line 709, ../sass/_desktop.scss */
  #content article.node-194 .page__title {
    font-size: 28px;
    font-weight: bold;
   /* font-family: 'catriel_bold';*/
  }
  /* line 710, ../sass/_desktop.scss */
  #content article.node-194 .field-items {
    font-size: 12px;
    line-height: normal !important;
  }
  /* line 713, ../sass/_desktop.scss */
  #content article.node-194 .field-items p {
    margin: 5px 0 !important;
  }
  /* line 716, ../sass/_desktop.scss */
  #content article.node-194 form.webform-client-form {
    padding-top: 20px;
    border-bottom: 1px solid #999999;
    padding-bottom: 30px;
    width:65%;
  }
  /* line 720, ../sass/_desktop.scss */
  #content article.node-194 form.webform-client-form input[type=text] {
    width: 222px;
  }
  /* line 721, ../sass/_desktop.scss */
  #content article.node-194 form.webform-client-form input[type=email],
  #content article.node-194 form.webform-client-form input[type=text]#edit-submitted-phone-no, #content article.node-194 form.webform-client-form textarea {
    width: 537px;
  }
  /* line 723, ../sass/_desktop.scss */
  #content article.node-194 form.webform-client-form div.webform-component--first-name {
    width: 50%;
    float: left;
    margin: 0;
  }
  /* line 728, ../sass/_desktop.scss */
  #content article.node-194 form.webform-client-form div.webform-component--last-name {
    width: 50%;
    float: left;
    margin: 0;
  }
  /* line 729, ../sass/_desktop.scss */
  #content article.node-194 form.webform-client-form div.form-actions {
    float: right;
    margin-top: 60px;
  }

  /* BREADCRUMBS */
  /* line 740, ../sass/_desktop.scss */
  .breadcrumb {
    font-size: 0.8em;
    color: #666666;
  }

  /* CONTENT - HOME */
  /* line 749, ../sass/_desktop.scss */
  body.front #page {
    /* HIGHLIGHTS */
    /* OPENING HOURS */
  }
  /* line 753, ../sass/_desktop.scss */
  body.front #page div#block-views-highlights-slideshow-block {
    width: 664px;
    margin-right: 8px;
  }
  /* line 760, ../sass/_desktop.scss */
  body.front #page div#block-views-highlights-slideshow-block .view-highlights-slideshow .view-content div#views_slideshow_cycle_main_highlights_slideshow-block div#views_slideshow_cycle_teaser_section_highlights_slideshow-block > div {
    height: 258px;
    width: 637px;
    padding: 10px;
    padding-right: 17px;
  }
  /* line 766, ../sass/_desktop.scss */
  body.front #page div#block-views-highlights-slideshow-block .view-highlights-slideshow .view-content div#views_slideshow_cycle_main_highlights_slideshow-block div#views_slideshow_cycle_teaser_section_highlights_slideshow-block > div > div > div.views-field-title {
    float: left;
    font-size: 1em;
    font-weight: 700;
    width: 200px;
    padding: 10px;
    padding-bottom: 0;
    padding-top: 25px;
    padding-left: 25px;
    line-height: 1.2em;
  }
  /* line 777, ../sass/_desktop.scss */
  body.front #page div#block-views-highlights-slideshow-block .view-highlights-slideshow .view-content div#views_slideshow_cycle_main_highlights_slideshow-block div#views_slideshow_cycle_teaser_section_highlights_slideshow-block > div > div > div.views-field-field-image {
    position: absolute;
    top: 15px;
    right: 25px;
  }
  /* line 782, ../sass/_desktop.scss */
  body.front #page div#block-views-highlights-slideshow-block .view-highlights-slideshow .view-content div#views_slideshow_cycle_main_highlights_slideshow-block div#views_slideshow_cycle_teaser_section_highlights_slideshow-block > div > div > div.views-field-body {
    float: left;
    padding-left: 25px;
    width: 200px;
    padding: 10px;
    font-size: 0.7em;
    line-height: 1.4em;
    padding-left: 25px;
  }
  /* line 796, ../sass/_desktop.scss */
  body.front #page div#block-views-highlights-slideshow-block .view-highlights-slideshow .view-content .views-slideshow-controls-bottom div#widget_pager_bottom_highlights_slideshow-block {
    display: absolute;
  }
  /* line 799, ../sass/_desktop.scss */
  body.front #page div#block-views-highlights-slideshow-block .view-highlights-slideshow .view-content .views-slideshow-controls-bottom span#views_slideshow_controls_text_previous_highlights_slideshow-block {
    left: 0px;
  }
  /* line 802, ../sass/_desktop.scss */
  body.front #page div#block-views-highlights-slideshow-block .view-highlights-slideshow .view-content .views-slideshow-controls-bottom span#views_slideshow_controls_text_next_highlights_slideshow-block {
    right: -8px;
  }
  /* line 814, ../sass/_desktop.scss */
  body.front #page .opening-hours-block {
    width: 240px;
    height: 330px;
  }

  /* FOOTER */
  /* line 824, ../sass/_desktop.scss */
  footer {
    width: 992px;
  }
  /* line 827, ../sass/_desktop.scss */
  footer #block-system-main-menu > ul.menu {
    font-size: 0.7em;
    line-height: 1em;
  }
  /* line 830, ../sass/_desktop.scss */
  footer #block-system-main-menu > ul.menu > li.menu__item {
    display: inline-block;
    width: 14%;
    vertical-align: top;
    padding-right: 2%;
    /* Second level menu */
  }
  /* line 841, ../sass/_desktop.scss */
  footer #block-system-main-menu > ul.menu > li.menu__item > a {
    font-size: 1.2em;
    color: #6d1b6d;
    font-weight: 700;
  }
  /* line 849, ../sass/_desktop.scss */
  footer #block-system-main-menu > ul.menu > li.menu__item ul.menu > li.menu__item {
    display: block;
    margin-top: 0.9em;
    line-height: 1.2em;
  }
  /* line 859, ../sass/_desktop.scss */
  footer #block-sharethis-sharethis-block--2 {
    display: none;
  }
  /* line 863, ../sass/_desktop.scss */
  footer .region.region-bottom {
    margin-top: 60px;
    width: 992px;
    font-size: 0.7em;
    text-align: center;
    padding-bottom: 20px;
  }
  /* line 41, ../sass/_mixins.scss */
  footer .region.region-bottom div ul li + li:before {
    content: "|";
    padding: 0 1em;
    color: #999999;
  }
  /* line 873, ../sass/_desktop.scss */
  footer .region.region-bottom li {
    display: inline-block;
  }

  /* line 880, ../sass/_desktop.scss */
  div#block-menu-menu-footer-social {
    display: none;
  }

  /* line 884, ../sass/_desktop.scss */
  div#block-menu-menu-branch-social {
    display: none;
  }
}
/* line 889, ../sass/_desktop.scss */
.views-exposed-form .views-exposed-widget {
  padding: 0;
}

/* line 5, ../sass/_mobile.scss */
#mobile-header {
  display: none;
  float: right;
}

@media all and (min-width: 992px) {
  /* line 13, ../sass/_mobile.scss */
  footer #block-menu-menu-information--2 {
    display: none;
  }
}
@media all and (max-width: 991px) {
  /* line 20, ../sass/_mobile.scss */
  ul.menu.sidr-quick-links {
    min-height: 352px;
  }

  /* line 24, ../sass/_mobile.scss */
  .sidr ul {
    margin: 0 0 2px !important;
  }

  /* line 29, ../sass/_mobile.scss */
  #sidr-main .sidr-inner {
    padding: 0;
  }
  /* line 33, ../sass/_mobile.scss */
  #sidr-main ul.sidr-quick-links li {
    border-bottom: 1px solid #DBDBDB;
  }
  /* line 35, ../sass/_mobile.scss */
  #sidr-main ul.sidr-quick-links li a {
    padding: 15px 0 15px 15px;
  }
  /* line 36, ../sass/_mobile.scss */
  #sidr-main ul.sidr-quick-links li a:before {
    display: none;
  }

  /* line 43, ../sass/_mobile.scss */
  #block-menu-menu-information {
    display: none;
  }

  /* line 45, ../sass/_mobile.scss */
  .desktop {
    display: none;
  }

  /* line 48, ../sass/_mobile.scss */
  #page {
    background-color: #ffffff;
    overflow: visible;
  }

  /* MENU */
  /* line 58, ../sass/_mobile.scss */
  .dcjq-parent:after {
    content: url(/20240725230937oe_/https://libapps-au.s3-ap-southeast-2.amazonaws.com/sites/5311/images/arrow_right.png);
    position: absolute;
    right: 15px;
  }

  /* line 65, ../sass/_mobile.scss */
  .dcjq-parent.active:after {
    content: url(/20240725230937oe_/https://libapps-au.s3-ap-southeast-2.amazonaws.com/sites/5311/images/arrow_bottom.png);
  }

  /* line 73, ../sass/_mobile.scss */
  .sidr-class-sf-depth-1.dcjq-parent:after,
  .sidr-class-sf-depth-4.dcjq-parent:after {
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }
  /* line 80, ../sass/_mobile.scss */
  .sidr-class-sf-depth-1.dcjq-parent.active:after,
  .sidr-class-sf-depth-4.dcjq-parent.active:after {
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }

  /* line 91, ../sass/_mobile.scss */
  span.sidr-class-sf-sub-indicator
   {
    display: none !important;
  }

  /* line 97, ../sass/_mobile.scss */
  div#block-views-highlights-slideshow-block {
    width: 100%;
  }
  /* line 99, ../sass/_mobile.scss */
  div#block-views-highlights-slideshow-block .view-content {
    width: 100%;
  }
}
@media all and (max-width: 991px) and (max-width: 479px) {
  /* line 100, ../sass/_mobile.scss */
  div#block-views-highlights-slideshow-block .view-content .field-content {
    width: 231px;
  }
}
@media all and (max-width: 991px) and (min-width: 480px) and (max-width: 991px) {
  /* line 100, ../sass/_mobile.scss */
  div#block-views-highlights-slideshow-block .view-content .field-content {
    width: 361px;
  }
}
@media all and (max-width: 991px) {
  /* line 107, ../sass/_mobile.scss */
  div#block-views-highlights-slideshow-block .view-content div#views_slideshow_cycle_teaser_section_highlights_slideshow-block {
    margin: 5%;
  }
}
@media all and (max-width: 991px) and (max-width: 479px) {
  /* line 107, ../sass/_mobile.scss */
  div#block-views-highlights-slideshow-block .view-content div#views_slideshow_cycle_teaser_section_highlights_slideshow-block {
    width: 251px !important;
    min-height: 400px;
  }
  /* line 111, ../sass/_mobile.scss */
  div#block-views-highlights-slideshow-block .view-content div#views_slideshow_cycle_teaser_section_highlights_slideshow-block .views-field-field-article-link {
    padding-top: 155px !important;
  }
}
@media all and (max-width: 991px) and (min-width: 480px) and (max-width: 991px) {
  /* line 107, ../sass/_mobile.scss */
  div#block-views-highlights-slideshow-block .view-content div#views_slideshow_cycle_teaser_section_highlights_slideshow-block {
    width: 381px !important;
    min-height: 390px;
  }
  /* line 116, ../sass/_mobile.scss */
  div#block-views-highlights-slideshow-block .view-content div#views_slideshow_cycle_teaser_section_highlights_slideshow-block .views-field-field-article-link {
    padding-top: 225px !important;
  }
  /* line 117, ../sass/_mobile.scss */
  div#block-views-highlights-slideshow-block .view-content div#views_slideshow_cycle_teaser_section_highlights_slideshow-block div#widget_pager_bottom_highlights_slideshow-block {
    bottom: 10px !important;
    position: relative;
  }
}
@media all and (max-width: 991px) and (min-width: 992px) and (max-width: 1920px) {
  /* line 107, ../sass/_mobile.scss */
  div#block-views-highlights-slideshow-block .view-content div#views_slideshow_cycle_teaser_section_highlights_slideshow-block {
    width: 664px !important;
  }
}
@media all and (max-width: 991px) {
  /* line 122, ../sass/_mobile.scss */
  div#block-views-highlights-slideshow-block .view-content div#views_slideshow_cycle_teaser_section_highlights_slideshow-block .views-slideshow-cycle-main-frame-row-item > div {
    padding: 10px;
  }
  /* line 125, ../sass/_mobile.scss */
  div#block-views-highlights-slideshow-block .view-content div#views_slideshow_cycle_teaser_section_highlights_slideshow-block .views-slideshow-cycle-main-frame-row-item .views-field.views-field-field-image {
    position: absolute;
    top: 0;
  }
}
@media all and (max-width: 991px) and (max-width: 479px) {
  /* line 130, ../sass/_mobile.scss */
  div#block-views-highlights-slideshow-block .view-content div#views_slideshow_cycle_teaser_section_highlights_slideshow-block .views-slideshow-cycle-main-frame-row-item .views-field.views-field-field-image div img {
    width: 231px;
    height: auto;
  }
}
@media all and (max-width: 991px) and (min-width: 480px) and (max-width: 991px) {
  /* line 134, ../sass/_mobile.scss */
  div#block-views-highlights-slideshow-block .view-content div#views_slideshow_cycle_teaser_section_highlights_slideshow-block .views-slideshow-cycle-main-frame-row-item .views-field.views-field-field-image div img {
    width: 361px;
    height: auto;
  }
}
@media all and (max-width: 991px) {
  /* line 137, ../sass/_mobile.scss */
  div#block-views-highlights-slideshow-block .view-content div#views_slideshow_cycle_teaser_section_highlights_slideshow-block .views-slideshow-cycle-main-frame-row-item .views-field.views-field-title {
    font-weight: 700;
  }
  /* line 140, ../sass/_mobile.scss */
  div#block-views-highlights-slideshow-block .view-content div#views_slideshow_cycle_teaser_section_highlights_slideshow-block .views-slideshow-cycle-main-frame-row-item .views-field.views-field-body {
    font-size: 0.8em;
    line-height: 1.4em;
  }

  /* HEADER */
  /* line 153, ../sass/_mobile.scss */
  #mobile-header {
    z-index: 10;
    position: absolute;
    display: block;
    top: 10px;
    right: 10px;
    padding: 18px 15px;
  }

  /* line 162, ../sass/_mobile.scss */
  div#block-superfish-1 {
    display: none !important;
  }

  /* line 168, ../sass/_mobile.scss */
  div#block-menu-menu-information ul, div#block-menu-menu-information--2 ul {
    background-color: #666666;
    display: inline-block;
    width: 100%;
    font-size: 0.8em;
  }
  /* line 173, ../sass/_mobile.scss */
  div#block-menu-menu-information ul li.menu__item.is-leaf, div#block-menu-menu-information--2 ul li.menu__item.is-leaf {
    display: block;
    height: 34px;
    width: 33.33333%;
    float: left;
    background: transparent;
    border-right: #ffffff 1px solid;
    margin-right: -1px;
    text-align: center;
    line-height: 34px;
    color: #ffffff;
  }

  /* line 187, ../sass/_mobile.scss */
  div#block-locale-language-content {
    position: fixed;
    top: 6px;
    right: 6px;
    color: #333333;
  }
  /* line 41, ../sass/_mixins.scss */
  div#block-locale-language-content ul li + li:before {
    content: "•";
    padding: 0 5px;
    color: #999999;
  }
  /* line 194, ../sass/_mobile.scss */
  div#block-locale-language-content ul li {
    display: inline-block;
  }
  /* line 198, ../sass/_mobile.scss */
  div#block-locale-language-content:before {
    content: '|';
    padding: 0 0.5em;
    color: #333333;
    position: absolute;
    left: -15px;
  }

  /* line 206, ../sass/_mobile.scss */
  div#block-textsize-form {
    position: fixed;
    top: 6px;
    right: 110px;
    color: #333333;
  }

  /* line 213, ../sass/_mobile.scss */
  div#block-locale-language {
    position: fixed;
    top: 10px;
    right: 10px;
    font-size: 12px;
    width: 90px;
    text-align: right;
    color: #333333;
    border-left: 1px solid #ccc;
    height: 20px;
  }
  /* line 225, ../sass/_mobile.scss */
  div#block-locale-language ul.language-switcher-locale-url li {
    float: left;
    margin-left: 10px;
  }

  /* line 233, ../sass/_mobile.scss */
  div#block-search-form {
    position: fixed;
    top: 35px;
    right: 0;
  }
  /* line 237, ../sass/_mobile.scss */
  div#block-search-form input[type="text"] {
    right: 0;
    height: 35px;
    width: 230px;
    border-radius: 3px;
    outline: 0;
    border: #999999 1px solid;
    color: #999999;
    font-weight: 700px;
  }
  /* line 247, ../sass/_mobile.scss */
  div#block-search-form div#edit-actions {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
  }
  /* line 253, ../sass/_mobile.scss */
  div#block-search-form input#edit-submit {
    width: 28px;
    height: 28px;
    margin-top: 4px;
    margin-right: 4px;
    text-indent: -9999px;
    background-image: url(https://webarchive.lib.cuhk.edu.hk/20240725230937oe_/http://www.clker.com/cliparts/n/U/H/1/H/u/search-icon-white-one-md.png);
    border: none;
    background-size: cover;
  }

  /* line 264, ../sass/_mobile.scss */
  div#block-locale-language-content,
  div#block-textsize-form,
  div#block-search-form,
  div#block-locale-language,
  div#block-menu-menu-social,
  div#block-sharethis-sharethis-block,
  div#block-superfish-2 {
    display: none;
  }

  /* NEWS BLOCK */
  /* line 278, ../sass/_mobile.scss */
  div#block-views-today-news-event-block {
    padding-left: 20px;
    height: 170px;
    margin-top: 230px;
  }
  /* line 282, ../sass/_mobile.scss */
  div#block-views-today-news-event-block h2 {
    font-size: 1em;
    color: #333333;
  }

  /* HEADER MENUS */
  /* line 293, ../sass/_mobile.scss */
  #header_menu > div#header_menu_left {
    background-color: #F8F5E6;
    width: 100%;
    height: 82px;
  }
  /* line 297, ../sass/_mobile.scss */
  #header_menu > div#header_menu_left a {
    line-height: 61.5px;
  }
  /* line 300, ../sass/_mobile.scss */
  #header_menu > div#header_menu_left a.mobile img {
    height: 43px;
    vertical-align: bottom;
  }
  /* line 308, ../sass/_mobile.scss */
  #header_menu > #header_menu_right div#header_menu_right_bottom {
    display: none;
  }
  /* line 313, ../sass/_mobile.scss */
  #header_menu > div#quickcont div#block-quicktabs-resources {
    background-color: #333333;
  }
  /* line 315, ../sass/_mobile.scss */
  #header_menu > div#quickcont div#block-quicktabs-resources div#quicktabs-resources {
    background: #ffffff;
    padding: 3%;
    width: 82%;
    margin: auto;
  }
  /* line 323, ../sass/_mobile.scss */
  #header_menu > div#quickcont div#block-quicktabs-resources div#quicktabs-resources .item-list .tinynav-wrapper {
    position: relative;
  }
  /* line 325, ../sass/_mobile.scss */
  #header_menu > div#quickcont div#block-quicktabs-resources div#quicktabs-resources .item-list .tinynav-wrapper:after {
    pointer-events: none;
    content: url(/20240725230937oe_/https://libapps-au.s3-ap-southeast-2.amazonaws.com/sites/5311/images/arrow_bottom.png);
    position: absolute;
    right: 12px;
    top: 3px;
  }
  /* line 332, ../sass/_mobile.scss */
  #header_menu > div#quickcont div#block-quicktabs-resources div#quicktabs-resources .item-list .tinynav-wrapper select {
    height: 36px;
    padding: 10px;
    outline: none;
    color: #ffffff;
    background: #6d1b6d;
    width: 75%;
    border: none;
    border-radius: 3px;
    font-weight: 700;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    width: 100%;
    font-size: 0.9em;
    padding: 5px;
  }
  /* line 136, ../sass/_mixins.scss */
  #header_menu > div#quickcont div#block-quicktabs-resources div#quicktabs-resources .item-list .tinynav-wrapper select::-ms-expand {
    display: none;
  }
  /* line 344, ../sass/_mobile.scss */
  #header_menu > div#quickcont div#block-quicktabs-resources div#quicktabs-resources div.views-exposed-form div.views-submit-button {
    display: inline-block;
    position: absolute;
    right: 4px;
    top: 4px;
  }
  /* line 353, ../sass/_mobile.scss */
  #header_menu > div#quickcont div#block-quicktabs-resources div#quicktabs-resources div#quicktabs-container-resources #block-block-11 {
    font-size: 12px;
    margin-left: 5px;
  }
  /* line 356, ../sass/_mobile.scss */
  #header_menu > div#quickcont div#block-quicktabs-resources div#quicktabs-resources div#quicktabs-container-resources #block-block-11 p {
    position: relative;
    margin: 0;
    width: 100%;
    text-align: right;
    font-size: 0.9em;
    color: #6d1b6d;
  }
  /* line 365, ../sass/_mobile.scss */
  #header_menu > div#quickcont div#block-quicktabs-resources div#quicktabs-resources div#quicktabs-container-resources form {
    position: relative;
  }
  /* line 367, ../sass/_mobile.scss */
  #header_menu > div#quickcont div#block-quicktabs-resources div#quicktabs-resources div#quicktabs-container-resources form select#edit-field-resource-subject-tid {
    display: block;
    height: 36px;
    background-color: #ffffff;
    border-radius: 3px;
    border-top-color: #999999;
    border-top-style: solid;
    border-bottom-color: #999999;
    border-bottom-style: solid;
    border-right-color: #999999;
    border-right-style: solid;
    border-left-color: #999999;
    border-left-style: solid;
    padding: 7px;
    font-size: 0.8em;
    outline: none;
    border-width: 1px;
    /*font-family: 'Arial';*/
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 700;
    -webkit-appearance: none;
    background-image: none;
  }
  /* line 391, ../sass/_mobile.scss */
  #header_menu > div#quickcont div#block-quicktabs-resources div#quicktabs-resources div#quicktabs-container-resources form input {
    height: 36px;
    background-color: #ffffff;
    border-radius: 3px;
    border-top-color: #999999;
    border-top-style: solid;
    border-bottom-color: #999999;
    border-bottom-style: solid;
    border-right-color: #999999;
    border-right-style: solid;
    border-left-color: #999999;
    border-left-style: solid;
    padding: 7px;
    font-size: 0.8em;
    outline: none;
    border-width: 1px;
    /*font-family: 'Arial';*/
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 700;
    width: 100%;
  }
  /* line 398, ../sass/_mobile.scss */
  #header_menu > div#quickcont div#block-quicktabs-resources div#quicktabs-resources div#quicktabs-container-resources form .purplewrapper {
    display: inline-block;
    position: absolute;
    right: 4px;
    top: 4px;
  }
  /* line 404, ../sass/_mobile.scss */
  #header_menu > div#quickcont div#block-quicktabs-resources div#quicktabs-resources div#quicktabs-container-resources form .advanceHelp {
    text-align: right;
    font-size: 0.7em;
  }
  /* line 408, ../sass/_mobile.scss */
  #header_menu > div#quickcont div#block-quicktabs-resources div#quicktabs-resources div#quicktabs-container-resources form select, #header_menu > div#quickcont div#block-quicktabs-resources div#quicktabs-resources div#quicktabs-container-resources form ul {
    display: none;
  }
  /* line 416, ../sass/_mobile.scss */
  #header_menu > .region.region-quicklinks {
    background-color: #e4dae4;
    height: 200px;
  }
  /* line 419, ../sass/_mobile.scss */
  #header_menu > .region.region-quicklinks li.menu__item.is-leaf.leaf {
    width: 33%;
    float: left;
    height: 100px;
    background-color: #e4dae4;
    color: #6d1b6d;
    position: relative;
    text-align: center;
  }
  /* line 427, ../sass/_mobile.scss */
  #header_menu > .region.region-quicklinks li.menu__item.is-leaf.leaf > a {
    text-transform: uppercase;
    width: 105px;
    display: inline-block;
    text-align: left;
    line-height: 1.3em;
    color: #6d1b6d;
    font-weight: 700;
    margin-top: 60px;
    text-align: center;
    font-size: 0.7em;
  }
  /* line 438, ../sass/_mobile.scss */
  #header_menu > .region.region-quicklinks li.menu__item.is-leaf.leaf > a:before {
    position: absolute;
    top: 10px;
  }

  /* HOME */
  /* line 450, ../sass/_mobile.scss */
  div#views_slideshow_cycle_teaser_section_highlights_slideshow-block {
    margin: 20px;
  }

  /* FOOTER */
  /* line 458, ../sass/_mobile.scss */
  div#block-menu-menu-footer-social, div#block-menu-menu-branch-social {
    display: inline-block;
    float: left;
  }

  /* line 463, ../sass/_mobile.scss */
  div#block-system-main-menu > ul.menu > li.menu__item {
    border-bottom: 1px #cdcdcd solid;
    color: #9e0197;
    margin: 0.5em;
    font-size: 0.8em;
  }
  /* line 468, ../sass/_mobile.scss */
  div#block-system-main-menu > ul.menu > li.menu__item > a {
    margin-left: 1em;
  }
  /* line 471, ../sass/_mobile.scss */
  div#block-system-main-menu > ul.menu > li.menu__item > ul {
    display: none;
  }

  /* line 476, ../sass/_mobile.scss */
  div#block-menu-menu-footer-social {
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -60px;
  }
  /* line 481, ../sass/_mobile.scss */
  div#block-menu-menu-footer-social > .menu {
    display: inline-block;
  }
  /* line 483, ../sass/_mobile.scss */
  div#block-menu-menu-footer-social > .menu > li {
    float: left;
    margin-left: 0.2em;
  }

  /* line 490, ../sass/_mobile.scss */
  div#block-menu-menu-branch-social {
    position: absolute;
    left: 50%;
    margin-left: 21px;
  }

  /* line 496, ../sass/_mobile.scss */
  div#block-sharethis-sharethis-block--2 {
    display: block;
    float: left;
    position: absolute;
    left: 50%;
    margin-left: -5px;
  }
}
@media all and (min-width: 700px) and (max-width: 991px) {
  /* line 506, ../sass/_mobile.scss */
  .fix_tablet_menu {
    margin-right: 0 !important;
  }
}
@media all and (min-width: 480px) and (max-width: 991px) {
  /* line 515, ../sass/_mobile.scss */
  div#quicktabs-container-resources form select#edit-field-resource-subject-tid {
    width: 393px;
  }

  /* line 522, ../sass/_mobile.scss */
  div#block-views-highlights-slideshow-block div#views_slideshow_cycle_main_highlights_slideshow-block {
    position: relative;
    top: -10px;
  }
  /* line 526, ../sass/_mobile.scss */
  div#block-views-highlights-slideshow-block h2 {
    padding: 0 0 0 20px;
    margin: 0;
    font-size: 17px;
    /*font-family: 'Arial';*/
	font-weight: bold
    text-transform: uppercase;
    letter-spacing: normal;
  }

  /* line 538, ../sass/_mobile.scss */
  div#block-views-today-news-event-block div.view-today-news-event .view-content {
    margin-left: 43px;
  }
  /* line 542, ../sass/_mobile.scss */
  div#block-views-today-news-event-block .more-link a {
    color: #6d1b6d;
    font-weight: bold;
    margin-right: 50px;
    position: relative;
    top: -23px;
  }
  /* line 551, ../sass/_mobile.scss */
  div#block-views-today-news-event-block h2.block__title.block-title {
    /*font-family: 'Arial';*/
	font-weight: bold
    text-indent: 15px;
    font-size: 17px;
  }
  /* line 555, ../sass/_mobile.scss */
  div#block-views-today-news-event-block h2.block__title.block-title:before {
    content: url(https://webarchive.lib.cuhk.edu.hk/20240725230937oe_/https://www.lib.cuhk.edu.hk/sites/cuhk/themes/sparrow/images/ico_newsEvent_black.png);
  }

  /* line 561, ../sass/_mobile.scss */
  #footercenterer {
    margin-top: 34px;
    padding-bottom: 28px;
  }

  /* line 566, ../sass/_mobile.scss */
  footer {
    position: relative;
  }
  /* line 568, ../sass/_mobile.scss */
  footer div#block-menu-menu-information--2 ul {
    width: 480px;
    position: absolute;
    top: -50px;
    left: 0;
  }
  /* line 574, ../sass/_mobile.scss */
  footer #block-system-main-menu {
    margin-bottom: 30px;
  }
  /* line 577, ../sass/_mobile.scss */
  footer div#block-menu-menu-branch-social ul.menu li {
    position: relative;
    float: left;
  }
  /* line 581, ../sass/_mobile.scss */
  footer div#block-menu-menu-branch-social ul.menu ul.menu {
    background-color: #400640;
    color: white;
    width: 15em;
    position: absolute;
    z-index: 99999;
    bottom: 30px;
    left: -7em;
    font-size: 14px;
    text-align: left;
    line-height: normal;
    display: none;
  }
  /* line 593, ../sass/_mobile.scss */
  footer div#block-menu-menu-branch-social ul.menu ul.menu li {
    padding: 10px 20px 10px 20px;
    width: 81%;
  }
  /* line 596, ../sass/_mobile.scss */
  footer div#block-menu-menu-branch-social ul.menu ul.menu li:hover {
    background-color: #6d1b6d;
  }

  /* line 608, ../sass/_mobile.scss */
  body.node-type-branch-library div.group-left {
    width: 402px;
    padding: 0;
    margin-top: 20px;
  }
  /* line 615, ../sass/_mobile.scss */
  body.node-type-branch-library .sidebars div.view-branch-square-menu-links {
    margin-top: 20px;
  }

  /* line 620, ../sass/_mobile.scss */
  .section-help input {
    width: 100% !important;
    margin-bottom: 0 !important;
  }
  /* line 621, ../sass/_mobile.scss */
  .section-help label {
    padding-left: 0 !important;
  }
  /* line 622, ../sass/_mobile.scss */
  .section-help input.form-submit {
    width: 135px !important;
  }

  /* line 625, ../sass/_mobile.scss */
  .two-sidebars .region-sidebar-second .block:nth-child(3n+1) {
    float: left;
    width: 100%;
    clear: left;
  }

  /* line 630, ../sass/_mobile.scss */
  #page {
    //width: 480px;
  }

  /* line 638, ../sass/_mobile.scss */
  #header_menu > .region.region-quicklinks li.menu__item.is-leaf.leaf > a:before {
    left: 63px;
  }
  /* line 644, ../sass/_mobile.scss */
  #header_menu #quickcont input[type='submit'] {
    position: relative;
    top: 0;
    right: 0px;
  }
  /* line 650, ../sass/_mobile.scss */
  #header_menu div#block-quicktabs-resources {
    padding-top: 20px;
  }
  /* line 654, ../sass/_mobile.scss */
  #header_menu div#quicktabs-resources {
    position: relative;
    z-index: 10;
    -webkit-box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.5);
  }

  /* line 666, ../sass/_mobile.scss */
  div#block-views-highlights-slideshow-block .view-content div#views_slideshow_cycle_teaser_section_highlights_slideshow-block .views-slideshow-cycle-main-frame-row-item .views-field.views-field-title {
    margin-top: 235px;
  }

  /* line 675, ../sass/_mobile.scss */
  .views-slideshow-controls-bottom span#views_slideshow_controls_text_previous_highlights_slideshow-block {
    left: 12px;
  }
  /* line 678, ../sass/_mobile.scss */
  .views-slideshow-controls-bottom span#views_slideshow_controls_text_next_highlights_slideshow-block {
    right: 12px;
  }

  /* line 683, ../sass/_mobile.scss */
  footer, .region.region-bottom {
    width: 480px;
    margin-top: 20px;
  }
}
@media all and (max-width: 479px) {
  /* line 693, ../sass/_mobile.scss */
  div#quicktabs-container-resources form select#edit-field-resource-subject-tid {
    width: 262px;
  }

  /* line 699, ../sass/_mobile.scss */
  #footercenterer {
    margin-top: 34px;
    padding-bottom: 28px;
  }

  /* line 704, ../sass/_mobile.scss */
  footer {
    position: relative;
  }
  /* line 706, ../sass/_mobile.scss */
  footer div#block-menu-menu-information--2 ul {
    width: 320px;
    position: absolute;
    top: -50px;
    left: 0;
  }
  /* line 712, ../sass/_mobile.scss */
  footer #block-system-main-menu {
    margin-bottom: 30px;
  }
  /* line 715, ../sass/_mobile.scss */
  footer div#block-menu-menu-branch-social ul.menu li {
    position: relative;
    float: left;
  }
  /* line 719, ../sass/_mobile.scss */
  footer div#block-menu-menu-branch-social ul.menu ul.menu {
    background-color: #400640;
    color: white;
    width: 15em;
    position: absolute;
    z-index: 99999;
    bottom: 30px;
    left: -7em;
    font-size: 14px;
    text-align: left;
    line-height: normal;
    display: none;
  }
  /* line 731, ../sass/_mobile.scss */
  footer div#block-menu-menu-branch-social ul.menu ul.menu li {
    padding: 10px 20px 10px 20px;
    width: 81%;
  }
  /* line 734, ../sass/_mobile.scss */
  footer div#block-menu-menu-branch-social ul.menu ul.menu li:hover {
    background-color: #6d1b6d;
  }

  /* line 744, ../sass/_mobile.scss */
  .section-help input {
    width: 100% !important;
    margin-bottom: 0 !important;
  }
  /* line 745, ../sass/_mobile.scss */
  .section-help label {
    padding-left: 0 !important;
  }
  /* line 746, ../sass/_mobile.scss */
  .section-help input.form-submit {
    width: 135px !important;
  }

  /* line 749, ../sass/_mobile.scss */
  #page {
    //width: 320px;
  }

  /* line 752, ../sass/_mobile.scss */
  #main {
    /* Move all the children of #main down to make room. */
    padding-top: 0;
    position: relative;
  }

  /* line 757, ../sass/_mobile.scss */
  #navigation {
    /* Move the navbar up inside #main's padding. */
    position: absolute;
    top: 0;
    height: 3em;
    width: 100%;
  }

  /* line 769, ../sass/_mobile.scss */
  #header_menu > .region.region-quicklinks li.menu__item.is-leaf.leaf > a:before {
    left: 37px;
  }
  /* line 775, ../sass/_mobile.scss */
  #header_menu #quickcont input[type='submit'] {
    position: relative;
    top: 0;
    right: 0px;
  }
  /* line 781, ../sass/_mobile.scss */
  #header_menu div#block-quicktabs-resources {
    padding-top: 20px;
  }
  /* line 785, ../sass/_mobile.scss */
  #header_menu div#quicktabs-resources {
    position: relative;
    z-index: 10;
    -webkit-box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.5);
  }
  /* line 787, ../sass/_mobile.scss */
  #header_menu div#quicktabs-resources form input {
    font-size: 0.7em !important;
  }

  /* line 800, ../sass/_mobile.scss */
  div#block-views-highlights-slideshow-block div#views_slideshow_cycle_main_highlights_slideshow-block {
    position: relative;
    top: -10px;
  }
  /* line 804, ../sass/_mobile.scss */
  div#block-views-highlights-slideshow-block h2 {
    padding: 0 0 0 20px;
    margin: 0;
    font-size: 17px;
    /*font-family: 'Arial';*/
	font-weight: bold;
    text-transform: uppercase;
  }
  /* line 814, ../sass/_mobile.scss */
  div#block-views-highlights-slideshow-block .view-content div#views_slideshow_cycle_teaser_section_highlights_slideshow-block .views-slideshow-cycle-main-frame-row-item .views-field.views-field-title {
    margin-top: 155px;
  }

  /* line 824, ../sass/_mobile.scss */
  div#block-views-today-news-event-block div.view-today-news-event .view-content {
    margin-left: 43px;
  }
  /* line 828, ../sass/_mobile.scss */
  div#block-views-today-news-event-block h2.block__title.block-title {
    /*font-family: 'Arial';*/
	font-weight: bold;
    text-indent: 15px;
    font-size: 17px;
  }
  /* line 832, ../sass/_mobile.scss */
  div#block-views-today-news-event-block h2.block__title.block-title:before {
    content: url(https://webarchive.lib.cuhk.edu.hk/20240725230937oe_/https://www.lib.cuhk.edu.hk/sites/cuhk/themes/sparrow/images/ico_newsEvent_black.png);
  }
  /* line 835, ../sass/_mobile.scss */
  div#block-views-today-news-event-block h2.block__title.block-title .view-today-news-event {
    margin-left: 30px;
  }

  /* line 842, ../sass/_mobile.scss */
  .views-slideshow-controls-bottom span#views_slideshow_controls_text_previous_highlights_slideshow-block {
    left: 5px;
  }
  /* line 845, ../sass/_mobile.scss */
  .views-slideshow-controls-bottom span#views_slideshow_controls_text_next_highlights_slideshow-block {
    right: 5px;
  }

  /* line 850, ../sass/_mobile.scss */
  footer, .region.region-bottom {
    width: 320px;
    margin-top: 20px;
  }
}
/* Component (SMACSS module) rules */
/**
 * @file
 * SMACSS Modules
 *
 * Adds modular sets of styles.
 *
 * Additional useful selectors can be found in Zen's online documentation.
 * https://drupal.org/node/1707736
 */
/**
 * Wireframes.
 */
/* line 15, ../sass/components/_misc.scss */
.with-wireframes #header,
.with-wireframes #main,
.with-wireframes #content,
.with-wireframes #navigation,
.with-wireframes .region-sidebar-first,
.with-wireframes .region-sidebar-second,
.with-wireframes #footer,
.with-wireframes .region-bottom {
  outline: 1px solid #ccc;
}

/**
 * Accessibility features.
 */
/* element-invisible as defined by http://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
/* line 39, ../sass/components/_misc.scss */
.element-invisible,
.element-focusable,
#navigation .block-menu .block__title,
#navigation .block-menu-block .block__title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* Turns off the element-invisible effect. */
/* line 45, ../sass/components/_misc.scss */
.element-focusable:active, .element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 */
/* line 62, ../sass/components/_misc.scss */
#skip-link {
  margin: 0;
}
/* line 65, ../sass/components/_misc.scss */
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}

/**
 * Branding header.
 */
/* Wrapping link for logo. */
/* line 81, ../sass/components/_misc.scss */
.header__logo {
  float: left;
  /* LTR */
  margin: 0;
  padding: 0;
}

/* Logo image. */
/* line 88, ../sass/components/_misc.scss */
.header__logo-image {
  vertical-align: bottom;
}

/* Wrapper for website name and slogan. */
/* line 93, ../sass/components/_misc.scss */
.header__name-and-slogan {
  float: left;
}

/* The name of the website. */
/* line 98, ../sass/components/_misc.scss */
.header__site-name {
  margin: 0;
  font-size: 2em;
  line-height: 1.5em;
}

/* The link around the name of the website. */
/* line 105, ../sass/components/_misc.scss */
.header__site-link:link, .header__site-link:visited {
  color: #000;
  text-decoration: none;
}
/* line 111, ../sass/components/_misc.scss */
.header__site-link:hover, .header__site-link:focus {
  text-decoration: underline;
}

/* The slogan (or tagline) of a website. */
/* line 118, ../sass/components/_misc.scss */
.header__site-slogan {
  margin: 0;
}

/* The secondary menu (login, etc.) */
/* line 123, ../sass/components/_misc.scss */
.header__secondary-menu {
  float: right;
  /* LTR */
}

/* Wrapper for any blocks placed in the header region. */
/* line 128, ../sass/components/_misc.scss */
.header__region {
  /* Clear the logo. */
  clear: both;
}

/**
 * Navigation bar.
 */
/* line 136, ../sass/components/_misc.scss */
#navigation {
  /* Sometimes you want to prevent overlapping with main div. */
  /* overflow: hidden; */
  /* Main menu and secondary menu links and menu block links. */
}
/* line 140, ../sass/components/_misc.scss */
#navigation .block {
  margin-bottom: 0;
}
/* line 150, ../sass/components/_misc.scss */
#navigation .links,
#navigation .menu {
  margin: 0;
  padding: 0;
  text-align: left;
  /* LTR */
}
/* line 156, ../sass/components/_misc.scss */
#navigation .links li,
#navigation .menu li {
  /* A simple method to get navigation links to appear in one line. */
  float: left;
  /* LTR */
  padding: 0 10px 0 0;
  /* LTR */
  list-style-type: none;
  list-style-image: none;
}

/**
 * Breadcrumb navigation.
 */
/* line 170, ../sass/components/_misc.scss */
.breadcrumb ol {
  margin: 0;
  padding: 0;
}
/* line 174, ../sass/components/_misc.scss */
.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/**
 * Titles.
 */
/* line 185, ../sass/components/_misc.scss */
.page__title,
.node__title,
.block__title,
.comments__title,
.comments__form-title,
.comment__title {
  /* Comment title. */
  margin: 0;
}

/**
 * Messages.
 */
/* line 197, ../sass/components/_misc.scss */
.messages, .messages--status, .messages--warning, .messages--error {
  margin: 1.5em 0;
  padding: 10px 10px 10px 50px;
  /* LTR */
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAD6UlEQVR42s2WX0xbVRzH3YwmC4k+GF/0ZS/S267/bmnX9nL7bwstZlnbjTDYyoC5GCbB0ZW5pdJCe6swbLFA6bpWIGuRMWVjKGP+21QW3SZBSAjGh4XEaTZTH82Cm/3ztS2xs7mw4KLRk3xyzj33/H6fe5Pz7zEA/yr/vUDukj9FH6drqTaqT8EoPs/UV+nX6TD1BlUh9AqLHlmgPKLcRHmoCOWmElK/FOKTYpS8UwLJkASiUyLI3pKhlClN0g46qj+qL/pbArlbrlO1q25JeiSgR2iYJ8ywXLSg/qP6LNl2ro8+Q4MMkKCd9K2t3q3KdQnkXXIF5aISkgEJzONm1F2qW52pDJN1MI2bUBIuAdVOJWSMTPNQgX6/vkjVpvpREpag6oMqWCYta1IzbsHh9ga0RJtzY8URMdRO9U/KSuWmNQUqh2pY3CtG+fvlqJyofMAFNrZAE+7e/RWR4X4cD9tgOGsA2U2CdtMDqwqyMyIzQ5KKqAKmcyaYxkzYd3YvjGNGFtXRPRj58DT+LOemRrFnrBLyITmUDmUyO/NYgu2d26ukHVJo3tXAMGpAs+cQmh0NeClan30uwN7TgnQ6nRd4r3thOGOAJqYB2UVC79AfZAnKHGUxQa8A2tNaNLW/jKvXv8Dyb8s4yryKA4O10A3roIvpUB+swTdz1/LJZ27PQBvT5lBH1RD4BChzlQ2wBNtc22aE/ULQgzRCl4P5BPcT93GMOYz9wb2QhCRgAq35d8u/L2PXe7tADVGgBlcQ+AXQtmlvsP/gzbJZvp8PMkJCFBYh8m0knyiVSsHe0YIGZz1+/uVOvt8z7QGvnwf+ST5EIRHIUyR4fh50rbp5lsDcYR4ReAXgBrng9q/Qfa0bfy035r7Ot2dvz4IX4IEIEAXwvDzscOw4zxJUd1YfEXlE4Aa4BQHMlwzSSBeI7iXvoTxWDqKPYCFsFaKmr+YVliB0JfS89DVpiuhlB9k/tSOZTuYFvq98yI7L0/MAsVWcGp0bfW61hbahwltxSeARsIKyWKesSKQSWIwvYkvvllwfx88pgOvhwthu/AzAxlVX8vz385tLbaVxwpcLZtEw0QDjsBGctzksiE4CimZFfHp++oWHbnbuUfdB0komMgHsRN1r0MWBsEmYODF5onY92/UTwcvBxuzXcN1ccHycVSn2FaPYWwzCQUDWKIt7z3utAJ5c74Hz+OLSomynY+cVfiM/xW3JiDyZpB3FuZrj4oCwE+Ad4qWMjPHjpTtL0mzMoxyZz9yM39Q7Y85Ok930icqm+k59TL2wm9l90dZv8y/8sPAigGf/iUN/Q4anM2zOsdLe+L+4VfwBVVjDs2rTYx0AAAAASUVORK5CYII=');
  background-position: 8px 8px;
  /* LTR */
  background-repeat: no-repeat;
  border: 1px solid #be7;
}

/* line 212, ../sass/components/_misc.scss */
.messages--warning {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACuElEQVRIiWP4//8/Ay0xSYqntTpnT252zqeJBf0Njhsykrz/pyd6/e9vcNpGVQv6q2wlm0qc/r0+IPD/3UG+/61l9v9mdrjIUc2C7hqHUzc3S///eZwBjO9tF/vfWe1wjioWTKixVm8otPn38wQT3IKfxxn/t5Va/utpsNSg2ILWcttrNzdJgQ3+dpQRjEHs+9tE/zeXWt+gyILOamuTqlxrsOtPLub+7+emBsSq/88v5wL7oqHQ9H9nmbkF2RbUF1rev7lJEuziuU3i/90ddcB4UZsoJC62ifyvK7R4QJYFrcUGrmUZ5v9hYb9hosh/bzcDMN42VRgeF9W5hv8bi/XdSbagKtfs2c1NEvCIPbaQ/7+/pwkYn17Ki0hR24T/l2eZPCfJgsZ83dCiNOP/yCnn7iau/8G+5mD8aBsHSoqqyNL9X5erHUm0BcVpRm9ubhZHMoTh/4eDzP/DA23+RwTZ/P96hAlF7t5Wof8FyfpvibKgNk8noyDZ4D9quofg1Bjr/1kJlhjiIF+Upmn/r83RzCJoQXaC3qcbm8SwGMLwvybP/H8jMGlik7u7VeB/Zqz2J7wWVGdr1uTG62J1PQgfWST1/+hiCaxyIF8UJqv9r8hQrcVpQVqkzrcbG0WwGvB2H/P/lnx5MAaxsam5vYn3f2KY+jesFpSlqfZnxWjidP2OGWL/g/0swBjExu4Lhv958Ur/i5KU+lEsCA1lYI4JUv95bZ0gTo2Pt3P+z0myBmMQG5e6mxu4/kf4Kf8EmQm3oCRNebKrvSawIGPBqRG9sMOp5hjjfwdrlf/58bKT4RaUpWvtcLZV/39iscD/H0AFP46jYwYiMeP/44u4/9tbKQODSXUH3II9G7v18hI0n8YGKv+IDVT6joxj/BVx4mgcOCde/SnITPRUJAHEGlTCEkQV19TAAN8FC67hZdFXAAAAAElFTkSuQmCC');
  border-color: #ed5;
}

/* line 221, ../sass/components/_misc.scss */
.messages--error {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACpElEQVR42rWWTUgbQRiGQ0Tx4MWDeFM8eBA9iKAoggiCoCiiIiL4L3oQV1CJB0UEf6iRYFpK7UniTw9VSqL2kvQsVDBpSZrtRo35czVNW3oprRf17exSl4yzu1ikAy9h59vvedhkMrMGAGoxknAk2w8MJ/WosXThiZkZt9jdLeglPjn5ATc3mhJNuNjbK0QbG3ExMICL/n6IfX0gcxB7ekDAELu6IHZ2IlJbi1hLS1BLogmPtbUhMTv7oMSamzUlqnByMxLT0/8STQkDj9TV4ZLj5OysrODl8jIu5Gs68dFR7JG6dWkJ0fFx+TpSX89IDMnwcHU1yKec12Yz3rlc4HkeLwjkXJpPip3U3+7vIx6P4ymph4eG5PlwTQ0lMdytlmBxMWKtrXLeT0zA5XTibvj9fjxfXETkb/3N/Dz2dneVuiTZtliU/rPSUsQ5ziuxZYG03IIlJdKKUPJjdRUAKMmzuTnskB/VYbdTtd9HR4g2NCi9Z2VliDY1BSnBaUEBzsrLqXyzWCiQ9HU5HA4afniIUFWV0hOqqMBpURErOM7NxWlhIZOvCwvA7S3Uxq+DA5AnZ3pO8vJYQSArC8c5Oeqx2Rj4udeLQH6+6v2B7GxW8DkjA0JmJpONwUHY7XZGIAgCzCYTeJUewmIFfqMRfEoKlQ2yJbza2oLWcLvdeDI2hk/3+iQWKzAYkJzNjg5srq9TwJ9OJ76YTNScx+ORJT66X1/grKyEbW2NgfPp6XKd/JMZySrHaQsSU1Oe+0/w3WpVgyu5HBlR6lc+H8gioevDwz6JrWwV5+3txyoSFk5DcOX1MnCyJ4Vwfb1zt1UY9SR8aioDpuppaVpwZbPTl+hHF04dOKzk8XBF8DgJC3/woU/W/EciOtELOWi8DDwp//215Q+p7kiKh2lQSAAAAABJRU5ErkJggg==');
  border-color: #ed541d;
}

/* line 231, ../sass/components/_misc.scss */
.messages__list {
  margin: 0;
}

/* line 234, ../sass/components/_misc.scss */
.messages__item {
  list-style-image: none;
}

/* Core/module installation error messages. */
/* line 239, ../sass/components/_misc.scss */
.messages--error p.error {
  color: #333;
}



/**
 * Tabs.
 */
/* Basic positioning styles shared by primary and secondary tabs. */
/* line 265, ../sass/components/_misc.scss */
.tabs-primary, .tabs-secondary {
  overflow: hidden;
  *zoom: 1;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYmJiYmJiIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(100%, #bbbbbb), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(bottom, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  background-image: -webkit-linear-gradient(bottom, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  background-image: linear-gradient(to top, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  /* IE 9 and earlier don't understand gradients. */
  list-style: none;
  border-bottom: 1px solid #bbb \0/ie;
  margin: 1.5em 0;
  padding: 0 2px;
  white-space: nowrap;
}

/* line 275, ../sass/components/_misc.scss */
.tabs-primary__tab, .tabs-primary__tab.is-active, .tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  float: left;
  /* LTR */
  margin: 0 3px;
}

/* line 279, ../sass/components/_misc.scss */
a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active, a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  border: 1px solid #e9e9e9;
  border-right: 0;
  border-bottom: 0;
  display: block;
  line-height: 1.5em;
  text-decoration: none;
}

/* Primary tabs. */
/* line 292, ../sass/components/_misc.scss */
.tabs-primary__tab, .tabs-primary__tab.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  text-shadow: 1px 1px 0 #fff;
  border: 1px solid #bbb;
  border-bottom-color: transparent;
  /* IE 9 and earlier don't understand gradients. */
  border-bottom: 0 \0/ie;
}

/* line 301, ../sass/components/_misc.scss */
.tabs-primary__tab.is-active {
  border-bottom-color: #fff;
}

/* line 307, ../sass/components/_misc.scss */
a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #333;
  background-color: #dedede;
  letter-spacing: 1px;
  padding: 0 1em;
  text-align: center;
}

/* line 317, ../sass/components/_misc.scss */
a.tabs-primary__tab-link:hover, a.tabs-primary__tab-link:focus {
  background-color: #e9e9e9;
  border-color: #f2f2f2;
}

/* line 321, ../sass/components/_misc.scss */
a.tabs-primary__tab-link:active, a.tabs-primary__tab-link.is-active {
  background-color: transparent;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE9E9E9', endColorstr='#00E9E9E9');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9e9e9), color-stop(100%, rgba(233, 233, 233, 0)));
  background-image: -moz-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -webkit-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  border-color: #fff;
}

/* Secondary tabs. */
/* line 345, ../sass/components/_misc.scss */
.tabs-secondary {
  font-size: .9em;
  /* Collapse bottom margin of ul.primary. */
  margin-top: -1.5em;
}

/* line 351, ../sass/components/_misc.scss */
.tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  margin: 0.75em 3px;
}

/* line 358, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  -moz-border-radius: 0.75em;
  -webkit-border-radius: 0.75em;
  border-radius: 0.75em;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-shadow: 1px 1px 0 #fff;
  background-color: #f2f2f2;
  color: #666;
  padding: 0 .5em;
}

/* line 367, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link:hover, a.tabs-secondary__tab-link:focus {
  background-color: #dedede;
  border-color: #999;
  color: #333;
}

/* line 372, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link:active, a.tabs-secondary__tab-link.is-active {
  text-shadow: 1px 1px 0 #333;
  background-color: #666;
  border-color: #000;
  color: #fff;
}

/**
 * Inline styles.
 */
/* List of links generated by theme_links(). */
/* line 400, ../sass/components/_misc.scss */
.inline {
  display: inline;
  padding: 0;
}
/* line 404, ../sass/components/_misc.scss */
.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
  /* LTR */
}

/* The inline field label used by the Fences module. */
/* line 412, ../sass/components/_misc.scss */
span.field-label {
  padding: 0 1em 0 0;
  /* LTR */
}

/**
 * "More" links.
 */
/* line 419, ../sass/components/_misc.scss */
.more-link {
  text-align: right;
  /* LTR */
}

/* line 422, ../sass/components/_misc.scss */
.more-help-link {
  text-align: right;
  /* LTR */
}

/* line 425, ../sass/components/_misc.scss */
.more-help-link a {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA7UlEQVR42qWTPQqDQBCFcwSPkCNITpAj5AjeIm1uYpkyR7Cy2Mot7OwsBAsRwUKwmOwLGRle3EIy8PyBfZ/z3J2TiPylz8VWWZZpUB40BonRKyizaxkA88MYYiqCEgv4MTvnZJom0VqWRbz3FlJZgLYtqmEY1Lg9r+sKsIXcLSC3AC019H0vqLquLeC5AfiHYSGkcdAJimKIBQiJ4+CO92OAtm0FNc8zOjkMwE5Q63FAtbeg6zpAYvG8BWR7i5qmQYwY4MIHqYhE2DOPQWcGJBQF2XU72ZzyUeZ5GCNt5/hybJgYdAXsq5sOEE/jG6dC5IOqCXTmAAAAAElFTkSuQmCC');
  background-position: 0 50%;
  /* LTR */
  background-repeat: no-repeat;
  padding: 1px 0 1px 20px;
  /* LTR */
}

/**
 * Pager.
 */
/* A list of page numbers when more than 1 page of content is available. */
/* line 440, ../sass/components/_misc.scss */
.pager {
  clear: both;
  padding: 0;
  text-align: center;
}

/* line 445, ../sass/components/_misc.scss */
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis, .pager-current {
  display: inline;
  padding: 0 0.5em;
  list-style-type: none;
  background-image: none;
}

/* line 452, ../sass/components/_misc.scss */
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis {
  /* A concatenation of several list items using an ellipsis. */
}

/* The current page's list item. */
/* line 462, ../sass/components/_misc.scss */
.pager-current {
  font-weight: bold;
}

/**
 * Blocks.
 */
/* Block wrapper. */
/* The active item in a Drupal menu. */
/* line 502, ../sass/components/_misc.scss */
.menu a.active {
  color: #333333;
}

/**
 * Marker.
 */
/* The "new" or "updated" marker. */
/* line 511, ../sass/components/_misc.scss */
.new,
.update {
  color: #c00;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
}

/**
 * Unpublished note.
 */
/* The word "Unpublished" displayed underneath the content. */
/* line 523, ../sass/components/_misc.scss */
.unpublished {
  height: 0;
  overflow: visible;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  /*font-family: Arial, "Arial Narrow", Helvetica, sans-serif;*/
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  /* A very nice CSS3 property. */
  word-wrap: break-word;
}

/**
 * Comments.
 */
/* Wrapper for the list of comments and its title. */
/* line 551, ../sass/components/_misc.scss */
.comments {
  margin: 1.5em 0;
}

/* Preview of the comment before submitting new or updated comment. */
/* line 556, ../sass/components/_misc.scss */
.comment-preview {
  /* Drupal core will use a #ffffea background. See #1110842. */
  background-color: #ffffea;
}

/* Wrapper for a single comment. */
/* line 562, ../sass/components/_misc.scss */
.comment {
  /* Comment's permalink wrapper. */
}
/* line 565, ../sass/components/_misc.scss */
.comment .permalink {
  text-transform: uppercase;
  font-size: 75%;
}

/* Nested comments are indented. */
/* line 572, ../sass/components/_misc.scss */
.indented {
  /* Drupal core uses a 25px left margin. */
  margin-left: 30px;
  /* LTR */
}

/**
 * Forms.
 */
/* Wrapper for a form element (or group of form elements) and its label. */
/* line 582, ../sass/components/_misc.scss */
.form-item {
  margin: 0.5em 0;
  /* Pack groups of checkboxes and radio buttons closer together. */
  /* Form items in a table. */
  /* Highlight the form elements that caused a form submission error. */
  /* The descriptive help text (separate from the label). */
}
/* line 586, ../sass/components/_misc.scss */
.form-checkboxes .form-item, .form-radios .form-item {
  /* Drupal core uses "0.4em 0". */
  margin: 0;
}
/* line 593, ../sass/components/_misc.scss */
tr.odd .form-item, tr.even .form-item {
  margin: 0;
}
/* line 599, ../sass/components/_misc.scss */

/* line 606, ../sass/components/_misc.scss */
.form-item .description {
  font-size: 0.85em;
}

/* line 613, ../sass/components/_misc.scss */
.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2.4em;
}

/* The part of the label that indicates a required field. */
/* line 619, ../sass/components/_misc.scss */
.form-required {
  color: #c00;
}

/* Labels for radios and checkboxes. */
/* line 624, ../sass/components/_misc.scss */
label.option {
  display: inline;
  font-weight: normal;
}

/* Buttons used by contrib modules like Media. */
/* line 630, ../sass/components/_misc.scss */
a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
}

/* Password confirmation. */
/* line 635, ../sass/components/_misc.scss */
.password-parent,
.confirm-parent {
  margin: 0;
}

/* Drupal's default login form block. */
/* line 641, ../sass/components/_misc.scss */
#user-login-form {
  text-align: left;
  /* LTR */
}

/**
 * OpenID
 *
 * The default styling for the OpenID login link seems to assume Garland's
 * styling of list items.
 */
/* OpenID creates a new ul above the login form's links. */
/* line 653, ../sass/components/_misc.scss */
.openid-links {
  /* Position OpenID's ul next to the rest of the links. */
  margin-bottom: 0;
}

/* The "Log in using OpenID" and "Cancel OpenID login" links. */
/* line 659, ../sass/components/_misc.scss */
.openid-link,
.user-link {
  margin-top: 1.5em;
}

/* line 663, ../sass/components/_misc.scss */
html.js #user-login-form li.openid-link,
#user-login-form li.openid-link {
  /* Un-do some of the padding on the ul list. */
  margin-left: -20px;
  /* LTR */
}

/* line 668, ../sass/components/_misc.scss */
#user-login ul {
  margin: 1.5em 0;
}

/**
 * Drupal admin tables.
 */
/* line 676, ../sass/components/_misc.scss */
form th {
  text-align: left;
  /* LTR */
  padding-right: 1em;
  /* LTR */
  border-bottom: 3px solid #ccc;
}
/* line 681, ../sass/components/_misc.scss */
form tbody {
  border-top: 1px solid #ccc;
}
/* line 684, ../sass/components/_misc.scss */
form table ul {
  margin: 0;
}

/* line 688, ../sass/components/_misc.scss */
tr.even,
tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}

/* line 694, ../sass/components/_misc.scss */
tr.even {
  background-color: #fff;
}

/* Markup generated by theme_tablesort_indicator(). */
/* line 709, ../sass/components/_misc.scss */
td.active {
  background-color: #ddd;
}

/* Center checkboxes inside table cell. */
/* line 714, ../sass/components/_misc.scss */
td.checkbox,
th.checkbox {
  text-align: center;
}

/* Drupal core wrongly puts this in system.menus.css. Since we override that, add it back. */
/* line 720, ../sass/components/_misc.scss */
td.menu-disabled {
  background: #ccc;
}

/**
 * Autocomplete.
 *
 * @see autocomplete.js
 */
/* Suggestion list. */
/* line 731, ../sass/components/_misc.scss */
#autocomplete .selected {
  background: #0072b9;
  color: #fff;
}

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
/* line 742, ../sass/components/_misc.scss */
html.js .collapsible .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
  background-position: 5px 65%;
  /* LTR */
  background-repeat: no-repeat;
  padding-left: 15px;
  /* LTR */
}
/* line 751, ../sass/components/_misc.scss */
html.js .collapsed .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
  /* LTR */
  background-position: 5px 50%;
  /* LTR */
}
/* line 758, ../sass/components/_misc.scss */
.fieldset-legend .summary {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.5em;
}

/**
 * TableDrag behavior.
 *
 * @see tabledrag.js
 */
/* line 770, ../sass/components/_misc.scss */
tr.drag {
  background-color: #fffff0;
}

/* line 773, ../sass/components/_misc.scss */
tr.drag-previous {
  background-color: #ffd;
}

/* line 776, ../sass/components/_misc.scss */
.tabledrag-toggle-weight {
  font-size: 0.9em;
}

/**
 * TableSelect behavior.
 *
 * @see tableselect.js
 */
/* line 785, ../sass/components/_misc.scss */
tr.selected td {
  background: #ffc;
}

/**
 * Progress bar.
 *
 * @see progress.js
 */
/* line 794, ../sass/components/_misc.scss */
.progress {
  font-weight: bold;
}
/* line 797, ../sass/components/_misc.scss */
.progress .bar {
  background: #ccc;
  border-color: #666;
  margin: 0 0.2em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 803, ../sass/components/_misc.scss */
.progress .filled {
  background-color: #0072b9;
  background-image: url('/20240725230937oe_/https://libapps-au.s3-ap-southeast-2.amazonaws.com/sites/5311/images/progress.gif?1398863088');
}

@media all and (max-width: 991px) {
  /* line 3, ../sass/components/_home.scss */
  body.front #header_menu > .region.region-quicklinks {
    margin-top: -400px;
    margin-bottom: 200px;
    padding-top: 15px;
  }
}

@media all and (min-width: 992px) {
  /* line 5, ../sass/components/_researchconsult.scss */
  .webform-client-form-7 > div > div.webform-component--student-staff-library-id, .webform-client-form-7 > div > div.webform-component--department, .webform-client-form-7 > div > div.webform-component--email, .webform-client-form-7 > div > div.webform-component--phone-no, .webform-client-form-7 > div > div.webform-component--status {
    display: block;
    padding-bottom: 1em;
  }
  /* line 17, ../sass/components/_researchconsult.scss */
  .webform-client-form-7 > div > div.webform-component--student-staff-library-id input, .webform-client-form-7 > div > div.webform-component--department input, .webform-client-form-7 > div > div.webform-component--email input, .webform-client-form-7 > div > div.webform-component--phone-no input {
    width: 470px;
    position: absolute;
    left: 200px;
  }
  /* line 23, ../sass/components/_researchconsult.scss */
  .webform-client-form-7 > div > div.webform-component--status {
    margin-right: 0;
    width: 577px;
    display: inline-block !important;
  }
  /* line 27, ../sass/components/_researchconsult.scss */
  .webform-client-form-7 > div > div.webform-component--status #edit-submitted-status {
    position: relative;
    left: auto;
    font-size: 0.7em;
  }
  /* line 31, ../sass/components/_researchconsult.scss */
  .webform-client-form-7 > div > div.webform-component--status #edit-submitted-status > div {
    padding-left: 2.5em;
  }
  /* line 33, ../sass/components/_researchconsult.scss */
  .webform-client-form-7 > div > div.webform-component--status #edit-submitted-status > div label {
    padding-left: 0.5em;
  }
  /* line 39, ../sass/components/_researchconsult.scss */
  .webform-client-form-7 > div > div.webform-component--status-other {
    margin-top: 0;
    width: 322px;
  }
  /* line 42, ../sass/components/_researchconsult.scss */
  .webform-client-form-7 > div > div.webform-component--status-other input#edit-submitted-status-other {
    width: 100%;
  }
  /* line 46, ../sass/components/_researchconsult.scss */
  .webform-client-form-7 > div > div.webform-component--topic, .webform-client-form-7 > div > div.webform-component--additional-information, .webform-client-form-7 > div > div.webform-component--cancel, .webform-client-form-7 > div > div.form-actions {
    display: block;
  }
  /* line 51, ../sass/components/_researchconsult.scss */
  .webform-client-form-7 > div > div.webform-component--topic > *, .webform-client-form-7 > div > div.webform-component--additional-information > *, .webform-client-form-7 > div > div.webform-component--cancel > *, .webform-client-form-7 > div > div.form-actions > * {
    display: block;
    margin-bottom: 5px;
  }
  /* line 56, ../sass/components/_researchconsult.scss */
  .webform-client-form-7 > div > div.webform-component--topic, .webform-client-form-7 > div > div.webform-component--additional-information {
    width: 100%;
    height: 8em;
    float: left;
    clear: both;
  }
  /* line 63, ../sass/components/_researchconsult.scss */
  .webform-client-form-7 > div > div.webform-component--cancel, .webform-client-form-7 > div > div.form-actions {
    float: right;
  }
  /* line 67, ../sass/components/_researchconsult.scss */
  .webform-client-form-7 > div > div.webform-component--cancel {
    clear: both;
  }
  /* line 72, ../sass/components/_researchconsult.scss */
  .webform-client-form-7 select#edit-submitted-salutations {
    max-width: 70px;
  }
  /* line 75, ../sass/components/_researchconsult.scss */
  .webform-client-form-7 input#edit-submitted-surname,
  .webform-client-form-7 input#edit-submitted-given-name {
    width: 255px;
  }
  /* line 79, ../sass/components/_researchconsult.scss */
  .webform-client-form-7 input[type='radio']:before {
    pointer-events: none;
    content: url(/20240725230937oe_/https://libapps-au.s3-ap-southeast-2.amazonaws.com/sites/5311/images/radio_btn_off.jpg);
  }
  /* line 83, ../sass/components/_researchconsult.scss */
  .webform-client-form-7 input[type='radio']:checked:before {
    pointer-events: none;
    content: url(/20240725230937oe_/https://libapps-au.s3-ap-southeast-2.amazonaws.com/sites/5311/images/radio_btn_on.jpg);
  }
}
/* line 1, ../sass/components/_staffdir.scss */
#block-views-staff-directory-tree-block span.views-label {
  display: none !important;
}

/* line 4, ../sass/components/_staffdir.scss */
article.node-11.node.node-basic-page-with-side-menu {
  display: block;
}

/* line 9, ../sass/components/_staffdir.scss */
.page-node-11.node-type-basic-page-with-side-menu aside.sidebars section.region.region-sidebar-first.column.sidebar {
  width: 100%;
}

@media all and (min-width: 480px) and (max-width: 991px) {
  /* line 18, ../sass/components/_staffdir.scss */
  aside {
    display: none;
  }

  /* line 21, ../sass/components/_staffdir.scss */
  .view-content .item-list ul li > div > span > div > div > div > ul > li {
    min-height: 160px;
  }
  /* line 23, ../sass/components/_staffdir.scss */
  .view-content .item-list ul li > div > span > div > div > div > ul > li div.staff-directory__staff-information {
    width: 310px !important;
  }
  /* line 25, ../sass/components/_staffdir.scss */
  .view-content .item-list ul li > div > span > div > div > div > ul > li div.staff-directory__staff-information .staff-directory__text-info {
    width: 100%;
  }
  /* line 26, ../sass/components/_staffdir.scss */
  .view-content .item-list ul li > div > span > div > div > div > ul > li div.staff-directory__staff-information .staff-directory__contact-details {
    left: 0;
    top: 0;
    width: 100%;
    margin-top: 10px;
  }
}
@media all and (max-width: 479px) {
  /* line 36, ../sass/components/_staffdir.scss */
  .view-content .item-list ul li > div > span > div > div > div > ul > li {
    min-height: 190px !important;
  }
  /* line 38, ../sass/components/_staffdir.scss */
  .view-content .item-list ul li > div > span > div > div > div > ul > li div.staff-directory__staff-information {
    width: 175px !important;
  }
  /* line 40, ../sass/components/_staffdir.scss */
  .view-content .item-list ul li > div > span > div > div > div > ul > li div.staff-directory__staff-information .staff-directory__text-info {
    width: 100%;
  }
  /* line 41, ../sass/components/_staffdir.scss */
  .view-content .item-list ul li > div > span > div > div > div > ul > li div.staff-directory__staff-information .staff-directory__contact-details {
    left: 0;
    top: 0;
    width: 100%;
    margin-top: 10px;
  }
}
@media all and (max-width: 991px) {
  /* line 57, ../sass/components/_staffdir.scss */
  .page-node-11.node-type-basic-page-with-side-menu div#main {
    padding-top: 0;
  }
  /* line 60, ../sass/components/_staffdir.scss */
  .page-node-11.node-type-basic-page-with-side-menu #content {
    width: 100%;
  }
  /* line 71, ../sass/components/_staffdir.scss */
  .page-node-11.node-type-basic-page-with-side-menu #content .view-staff-directory-tree .view-content .item-list ul li > span.views-field {
    background-color: #cdcdcd;
    display: block;
    font-weight: 700;
    font-size: 0.9em;
    padding: 5px;
    padding-left: 17px;
  }
  /* line 81, ../sass/components/_staffdir.scss */
  .page-node-11.node-type-basic-page-with-side-menu #content .view-staff-directory-tree .view-content .item-list ul li > div > span > div > div > div > ul > li > * {
    position: absolute;
  }
  /* line 84, ../sass/components/_staffdir.scss */
  .page-node-11.node-type-basic-page-with-side-menu #content .view-staff-directory-tree .view-content .item-list ul li > div > span > div > div > div > ul > li div.views-field-field-thumbnail {
    margin-left: 0px;
  }
  /* line 87, ../sass/components/_staffdir.scss */
  .page-node-11.node-type-basic-page-with-side-menu #content .view-staff-directory-tree .view-content .item-list ul li > div > span > div > div > div > ul > li div.views-field-field-job-title {
    margin-left: 86px;
    line-height: 1.2em;
    font-size: 0.8em;
    font-style: italic;
  }
  /* line 93, ../sass/components/_staffdir.scss */
  .page-node-11.node-type-basic-page-with-side-menu #content .view-staff-directory-tree .view-content .item-list ul li > div > span > div > div > div > ul > li div.views-field-title {
    margin-left: 86px;
    font-size: 0.8em;
    font-weight: 700;
    margin-top: 0.8em;
  }
  /* line 101, ../sass/components/_staffdir.scss */
  .page-node-11.node-type-basic-page-with-side-menu #content .view-staff-directory-tree .view-content .item-list ul li > div > span > div > div > div > ul > li div.views-field-field-phone-number {
    margin-left: 550px;
    margin-top: 16px;
    font-size: 0.8em;
  }
  /* line 105, ../sass/components/_staffdir.scss */
  .page-node-11.node-type-basic-page-with-side-menu #content .view-staff-directory-tree .view-content .item-list ul li > div > span > div > div > div > ul > li div.views-field-field-phone-number > div {
    margin-left: 2em;
  }
  /* line 108, ../sass/components/_staffdir.scss */
  .page-node-11.node-type-basic-page-with-side-menu #content .view-staff-directory-tree .view-content .item-list ul li > div > span > div > div > div > ul > li div.views-field-field-phone-number:before {
    position: absolute;
    top: 4px;
    content: url(https://webarchive.lib.cuhk.edu.hk/20240725230937oe_/https://cdn3.iconfinder.com/data/icons/google-material-design-icons/48/ic_local_phone_48px-16.png);
  }
  /* line 114, ../sass/components/_staffdir.scss */
  .page-node-11.node-type-basic-page-with-side-menu #content .view-staff-directory-tree .view-content .item-list ul li > div > span > div > div > div > ul > li div.views-field-field-email {
    font-size: 0.8em;
    margin-left: 550px;
    margin-top: 34px;
  }
  /* line 118, ../sass/components/_staffdir.scss */
  .page-node-11.node-type-basic-page-with-side-menu #content .view-staff-directory-tree .view-content .item-list ul li > div > span > div > div > div > ul > li div.views-field-field-email > div {
    margin-left: 2em;
  }
  /* line 121, ../sass/components/_staffdir.scss */
  .page-node-11.node-type-basic-page-with-side-menu #content .view-staff-directory-tree .view-content .item-list ul li > div > span > div > div > div > ul > li div.views-field-field-email:before {
    position: absolute;
    top: 8px;
    content: url(https://webarchive.lib.cuhk.edu.hk/20240725230937oe_/https://cdn4.iconfinder.com/data/icons/miu/22/common_email_envelope_mail_-16.png);
  }
}
@media all and (min-width: 992px) {
  /* line 142, ../sass/components/_staffdir.scss */
  .view-content .item-list ul li > div > span > div > div > div > ul > li {
    width: 715px;
    display: inline-flex;
    line-height: normal;
  }
  /* line 147, ../sass/components/_staffdir.scss */
  .view-content .item-list ul li > div > span > div > div > div > ul > li div.staff-directory__staff-information .staff-directory__text-info {
    width: 60%;
  }
  /* line 148, ../sass/components/_staffdir.scss */
  .view-content .item-list ul li > div > span > div > div > div > ul > li div.staff-directory__staff-information .staff-directory__contact-details {
    width: 34%;
    padding-left: 30px;
    top: 40px;
  }

  /* line 159, ../sass/components/_staffdir.scss */
  .page-node-11.node-type-basic-page-with-side-menu aside.sidebars {
    float: left;
  }
  /* line 161, ../sass/components/_staffdir.scss */
  .page-node-11.node-type-basic-page-with-side-menu aside.sidebars #block-menu-block-1 {
    width: 180px;
  }
  /* line 165, ../sass/components/_staffdir.scss */
  .page-node-11.node-type-basic-page-with-side-menu div#main {
    padding-bottom: 100px;
  }
  /* line 169, ../sass/components/_staffdir.scss */
  .page-node-11.node-type-basic-page-with-side-menu #content {
    width: 79%;
    float: right;
  }
  /* line 181, ../sass/components/_staffdir.scss */
  .page-node-11.node-type-basic-page-with-side-menu #content .view-staff-directory-tree .view-content .item-list ul li > span.views-field {
    background-color: #cdcdcd;
    display: block;
    font-weight: 700;
    font-size: 0.9em;
    padding: 5px;
    padding-left: 17px;
  }
  /* line 191, ../sass/components/_staffdir.scss */
  .page-node-11.node-type-basic-page-with-side-menu #content .view-staff-directory-tree .view-content .item-list ul li > div > span > div > div > div > ul > li > * {
    /*position: absolute;*/
  }
  /* line 194, ../sass/components/_staffdir.scss */
  .page-node-11.node-type-basic-page-with-side-menu #content .view-staff-directory-tree .view-content .item-list ul li > div > span > div > div > div > ul > li div.views-field-field-thumbnail {
    margin-left: 0px;
  }
  /* line 197, ../sass/components/_staffdir.scss */
  .page-node-11.node-type-basic-page-with-side-menu #content .view-staff-directory-tree .view-content .item-list ul li > div > span > div > div > div > ul > li div.views-field-field-job-title {
    margin-left: 86px;
    line-height: 1.2em;
    font-size: 0.8em;
    font-style: italic;
  }
  /* line 203, ../sass/components/_staffdir.scss */
  .page-node-11.node-type-basic-page-with-side-menu #content .view-staff-directory-tree .view-content .item-list ul li > div > span > div > div > div > ul > li div.views-field-title {
    margin-left: 86px;
    font-size: 0.8em;
    font-weight: 700;
    margin-top: 0.8em;
  }
  /* line 209, ../sass/components/_staffdir.scss */
  .page-node-11.node-type-basic-page-with-side-menu #content .view-staff-directory-tree .view-content .item-list ul li > div > span > div > div > div > ul > li div.views-field-field-short-description {
    width: 340px;
  }
  /* line 212, ../sass/components/_staffdir.scss */
  .page-node-11.node-type-basic-page-with-side-menu #content .view-staff-directory-tree .view-content .item-list ul li > div > span > div > div > div > ul > li div.views-field-field-phone-number {
    margin-left: 550px;
    margin-top: 16px;
    font-size: 0.8em;
  }
  /* line 216, ../sass/components/_staffdir.scss */
  .page-node-11.node-type-basic-page-with-side-menu #content .view-staff-directory-tree .view-content .item-list ul li > div > span > div > div > div > ul > li div.views-field-field-phone-number > div {
    margin-left: 2em;
  }
  /* line 219, ../sass/components/_staffdir.scss */
  .page-node-11.node-type-basic-page-with-side-menu #content .view-staff-directory-tree .view-content .item-list ul li > div > span > div > div > div > ul > li div.views-field-field-phone-number:before {
    position: absolute;
    top: 4px;
    content: url(https://webarchive.lib.cuhk.edu.hk/20240725230937oe_/https://cdn3.iconfinder.com/data/icons/google-material-design-icons/48/ic_local_phone_48px-16.png);
  }
  /* line 225, ../sass/components/_staffdir.scss */
  .page-node-11.node-type-basic-page-with-side-menu #content .view-staff-directory-tree .view-content .item-list ul li > div > span > div > div > div > ul > li div.views-field-field-email {
    font-size: 0.8em;
    margin-left: 550px;
    margin-top: 34px;
  }
  /* line 229, ../sass/components/_staffdir.scss */
  .page-node-11.node-type-basic-page-with-side-menu #content .view-staff-directory-tree .view-content .item-list ul li > div > span > div > div > div > ul > li div.views-field-field-email > div {
    margin-left: 2em;
  }
  /* line 232, ../sass/components/_staffdir.scss */
  .page-node-11.node-type-basic-page-with-side-menu #content .view-staff-directory-tree .view-content .item-list ul li > div > span > div > div > div > ul > li div.views-field-field-email:before {
    position: absolute;
    top: 8px;
    content: url(https://webarchive.lib.cuhk.edu.hk/20240725230937oe_/https://cdn4.iconfinder.com/data/icons/miu/22/common_email_envelope_mail_-16.png);
  }
}
/* line 251, ../sass/components/_staffdir.scss */
.page-node-11.node-type-basic-page-with-side-menu aside.sidebars section.region.region-sidebar-first.column.sidebar #block-menu-block-1 {
  padding: 30px;
}
/* line 253, ../sass/components/_staffdir.scss */
.page-node-11.node-type-basic-page-with-side-menu aside.sidebars section.region.region-sidebar-first.column.sidebar #block-menu-block-1 ul.menu {
  font-size: 0.8em;
  font-weight: 800;
}
/* line 257, ../sass/components/_staffdir.scss */
.page-node-11.node-type-basic-page-with-side-menu aside.sidebars section.region.region-sidebar-first.column.sidebar #block-menu-block-1 ul.menu li:before {
  content: url(https://webarchive.lib.cuhk.edu.hk/20240725230937oe_/https://www.lib.cuhk.edu.hk/sites/cuhk/themes/sparrow/images/ico_bullet_pt.png);
  padding-right: 10px;
}
/* line 266, ../sass/components/_staffdir.scss */
.page-node-11.node-type-basic-page-with-side-menu #content {
  margin-left: 0;
  margin-right: 0;
}
/* line 272, ../sass/components/_staffdir.scss */
.page-node-11.node-type-basic-page-with-side-menu #content .view-staff-directory-tree .view-content .item-list h3 {
  background-color: #e4dae4;
  border-left-color: #5b165b;
  border-left-width: 4px;
  border-left-style: solid;
  font-size: 1em;
  padding: 8px;
  padding-left: 10px;
  border-bottom: 1px solid #999;
}
/* line 280, ../sass/components/_staffdir.scss */
.page-node-11.node-type-basic-page-with-side-menu #content .view-staff-directory-tree .view-content .item-list ul li > span.views-field {
  background-color: #cdcdcd;
  display: block;
  font-weight: 700;
  font-size: 0.9em;
  padding: 5px;
  padding-left: 17px;
}
/* line 289, ../sass/components/_staffdir.scss */
.page-node-11.node-type-basic-page-with-side-menu #content .view-staff-directory-tree .view-content .item-list ul li > div > span > div > div > div > ul > li {
  /*position: relative;*/
  padding: 16px;
  border-color: #cdcdcd;
  border-style: solid;
  border-width: 1px;
  border-top: none;
  background-color: #ffffff;
}
/* line 290, ../sass/components/_staffdir.scss */
.page-node-11.node-type-basic-page-with-side-menu #content .view-staff-directory-tree .view-content .item-list ul li > div > span > div > div > div > ul > li div.staff-directory__staff-information {
  float: left;
  width: 600px;
}
/* line 293, ../sass/components/_staffdir.scss */
.page-node-11.node-type-basic-page-with-side-menu #content .view-staff-directory-tree .view-content .item-list ul li > div > span > div > div > div > ul > li div.staff-directory__staff-information div.staff-directory__text-info {
  display: inline-table;
}
/* line 295, ../sass/components/_staffdir.scss */
.page-node-11.node-type-basic-page-with-side-menu #content .view-staff-directory-tree .view-content .item-list ul li > div > span > div > div > div > ul > li div.staff-directory__staff-information div.staff-directory__text-info .staff-directory__job-title {
  font-style: italic;
  font-size: 14px;
}
/* line 299, ../sass/components/_staffdir.scss */
.page-node-11.node-type-basic-page-with-side-menu #content .view-staff-directory-tree .view-content .item-list ul li > div > span > div > div > div > ul > li div.staff-directory__staff-information div.staff-directory__text-info .staff-directory__title {
 /* font-family: 'Arial';*/
	font-weight: bold;
  font-size: 14px;
}
/* line 303, ../sass/components/_staffdir.scss */
.page-node-11.node-type-basic-page-with-side-menu #content .view-staff-directory-tree .view-content .item-list ul li > div > span > div > div > div > ul > li div.staff-directory__staff-information div.staff-directory__text-info .staff-directory__short-description {
  padding-top: 5px;
  font-size: 14px;
}
/* line 307, ../sass/components/_staffdir.scss */
.page-node-11.node-type-basic-page-with-side-menu #content .view-staff-directory-tree .view-content .item-list ul li > div > span > div > div > div > ul > li div.staff-directory__staff-information div.staff-directory__text-info p {
  margin: 0 !important;
  line-height: normal;
}
/* line 309, ../sass/components/_staffdir.scss */
.page-node-11.node-type-basic-page-with-side-menu #content .view-staff-directory-tree .view-content .item-list ul li > div > span > div > div > div > ul > li div.staff-directory__staff-information div.staff-directory__contact-details {
  font-size: 14px;
  display: inline-table;
  position: relative;
}
/* line 314, ../sass/components/_staffdir.scss */
.page-node-11.node-type-basic-page-with-side-menu #content .view-staff-directory-tree .view-content .item-list ul li > div > span > div > div > div > ul > li div.staff-directory__staff-information div.staff-directory__contact-details .staff-directory__phone:before {
  content: url(https://webarchive.lib.cuhk.edu.hk/20240725230937oe_/https://www.lib.cuhk.edu.hk/sites/cuhk/themes/sparrow/images/ico_phone.png);
  padding-right: 8px;
}
/* line 320, ../sass/components/_staffdir.scss */
.page-node-11.node-type-basic-page-with-side-menu #content .view-staff-directory-tree .view-content .item-list ul li > div > span > div > div > div > ul > li div.staff-directory__staff-information div.staff-directory__contact-details .staff-directory__email:before {
  content: url(https://webarchive.lib.cuhk.edu.hk/20240725230937oe_/https://www.lib.cuhk.edu.hk/sites/cuhk/themes/sparrow/images/ico_mail.png);
  padding-right: 8px;
}
/* line 324, ../sass/components/_staffdir.scss */
.page-node-11.node-type-basic-page-with-side-menu #content .view-staff-directory-tree .view-content .item-list ul li > div > span > div > div > div > ul > li div.staff-directory__staff-information div.staff-directory__contact-details .staff-directory__email a {
  color: #9e0197;
}
/* line 327, ../sass/components/_staffdir.scss */
.page-node-11.node-type-basic-page-with-side-menu #content .view-staff-directory-tree .view-content .item-list ul li > div > span > div > div > div > ul > li div.staff-directory__staff-information div.staff-directory__contact-details p {
  margin: 0 0 5px 0 !important;
  line-height: normal;
}
/* line 330, ../sass/components/_staffdir.scss */
.page-node-11.node-type-basic-page-with-side-menu #content .view-staff-directory-tree .view-content .item-list ul li > div > span > div > div > div > ul > li div.staff-directory__profile-pic {
  float: left;
  width: 70px;
  margin-right: 20px;
}
/* line 339, ../sass/components/_staffdir.scss */
.page-node-11.node-type-basic-page-with-side-menu #content .view-staff-directory-tree .view-content .item-list ul li > div > span > div > div > div > ul > li:after {
  background-color: #ffffff;
  content: ' ';
  display: block;
  height: 12px;
  width: 100%;
  position: absolute;
  bottom: 0;
}
/* line 348, ../sass/components/_staffdir.scss */
.page-node-11.node-type-basic-page-with-side-menu #content .view-staff-directory-tree .view-content .item-list ul li > div > span > div > div > div > ul > li > * {
  /*position: absolute;*/
}
/* line 351, ../sass/components/_staffdir.scss */
.page-node-11.node-type-basic-page-with-side-menu #content .view-staff-directory-tree .view-content .item-list ul li > div > span > div > div > div > ul > li div.views-field-field-thumbnail {
  margin-left: 0px;
}
/* line 354, ../sass/components/_staffdir.scss */
.page-node-11.node-type-basic-page-with-side-menu #content .view-staff-directory-tree .view-content .item-list ul li > div > span > div > div > div > ul > li div.views-field-field-job-title {
  margin-left: 86px;
  line-height: 1.2em;
  font-size: 0.8em;
  font-style: italic;
}
/* line 360, ../sass/components/_staffdir.scss */
.page-node-11.node-type-basic-page-with-side-menu #content .view-staff-directory-tree .view-content .item-list ul li > div > span > div > div > div > ul > li div.views-field-title {
  margin-left: 86px;
  font-size: 0.8em;
  font-weight: 700;
  margin-top: 0.8em;
}
/* line 366, ../sass/components/_staffdir.scss */
.page-node-11.node-type-basic-page-with-side-menu #content .view-staff-directory-tree .view-content .item-list ul li > div > span > div > div > div > ul > li div.views-field-field-short-description {
  margin-left: 86px;
  margin-top: 2.4em;
}
/* line 369, ../sass/components/_staffdir.scss */
.page-node-11.node-type-basic-page-with-side-menu #content .view-staff-directory-tree .view-content .item-list ul li > div > span > div > div > div > ul > li div.views-field-field-short-description .field-content {
  font-size: 0.8em;
  line-height: 1.2em;
}
/* line 374, ../sass/components/_staffdir.scss */
.page-node-11.node-type-basic-page-with-side-menu #content .view-staff-directory-tree .view-content .item-list ul li > div > span > div > div > div > ul > li div.views-field-field-phone-number {
  margin-left: 550px;
  margin-top: 16px;
  font-size: 0.8em;
}
/* line 378, ../sass/components/_staffdir.scss */
.page-node-11.node-type-basic-page-with-side-menu #content .view-staff-directory-tree .view-content .item-list ul li > div > span > div > div > div > ul > li div.views-field-field-phone-number > div {
  margin-left: 2em;
}
/* line 381, ../sass/components/_staffdir.scss */
.page-node-11.node-type-basic-page-with-side-menu #content .view-staff-directory-tree .view-content .item-list ul li > div > span > div > div > div > ul > li div.views-field-field-phone-number:before {
  position: absolute;
  top: 4px;
  content: url(https://webarchive.lib.cuhk.edu.hk/20240725230937oe_/https://cdn3.iconfinder.com/data/icons/google-material-design-icons/48/ic_local_phone_48px-16.png);
}
/* line 387, ../sass/components/_staffdir.scss */
.page-node-11.node-type-basic-page-with-side-menu #content .view-staff-directory-tree .view-content .item-list ul li > div > span > div > div > div > ul > li div.views-field-field-email {
  font-size: 0.8em;
  margin-left: 550px;
  margin-top: 34px;
}
/* line 391, ../sass/components/_staffdir.scss */
.page-node-11.node-type-basic-page-with-side-menu #content .view-staff-directory-tree .view-content .item-list ul li > div > span > div > div > div > ul > li div.views-field-field-email > div {
  margin-left: 2em;
}
/* line 394, ../sass/components/_staffdir.scss */
.page-node-11.node-type-basic-page-with-side-menu #content .view-staff-directory-tree .view-content .item-list ul li > div > span > div > div > div > ul > li div.views-field-field-email:before {
  position: absolute;
  top: 8px;
  content: url(https://webarchive.lib.cuhk.edu.hk/20240725230937oe_/https://cdn4.iconfinder.com/data/icons/miu/22/common_email_envelope_mail_-16.png);
}

/* line 3, ../sass/components/_branch.scss */
.node-type-branch-library #page #quickcont {
  display: block;
}
/* line 6, ../sass/components/_branch.scss */
.node-type-branch-library #page #quickcont div.region-header {
  width: 100%;
}
/* line 9, ../sass/components/_branch.scss */
.node-type-branch-library #page #quickcont div.chungchibanner {
  width: 100%;
}
/* line 11, ../sass/components/_branch.scss */
.node-type-branch-library #page #quickcont div.chungchibanner .branchlogo {
  position: relative;
  z-index: 2;
}
/* line 15, ../sass/components/_branch.scss */
.node-type-branch-library #page #quickcont div.chungchibanner .todaysopeninghours {
  position: relative;
  z-index: 2;
  background-color: #6d1b6d;
  color: #ffffff;
  padding: 1em;
}
/* line 21, ../sass/components/_branch.scss */
.node-type-branch-library #page #quickcont div.chungchibanner .todaysopeninghours h5 {
  margin-top: 0;
  margin-bottom: 0;
}
/* line 25, ../sass/components/_branch.scss */
.node-type-branch-library #page #quickcont div.chungchibanner .todaysopeninghours p {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}
/* line 29, ../sass/components/_branch.scss */
.node-type-branch-library #page #quickcont div.chungchibanner .todaysopeninghours p span.time {
  font-size: 2em;
}
/* line 36, ../sass/components/_branch.scss */
.node-type-branch-library #page div#main {
  padding: 15px;
}
/* line 38, ../sass/components/_branch.scss */
.node-type-branch-library #page div#main nav.breadcrumb {
  display: none;
}
/* line 41, ../sass/components/_branch.scss */
.node-type-branch-library #page div#main h1#page-title {
  display: none;
}
/* line 45, ../sass/components/_branch.scss */
.node-type-branch-library #page div#main .branchlibnews h2 {
  font-size: 1em;
  font-weight: bold;
}
/* line 49, ../sass/components/_branch.scss */
.node-type-branch-library #page div#main .branchlibnews div.view-branch-library-news {
  font-size: 0.8em;
}
/* line 53, ../sass/components/_branch.scss */
.node-type-branch-library #page div#main .branchlibnews div.view-branch-library-news .view-content > div.views-row {
  color: #9e0197;
  border-bottom-style: dotted;
  border-bottom-color: #999999;
  border-bottom-width: 1px;
  padding-bottom: 2px;
}
/* line 64, ../sass/components/_branch.scss */
.node-type-branch-library #page div#main aside.sidebars .views-field-field-telephone,
.node-type-branch-library #page div#main aside.sidebars .views-field-field-branch-email {
  position: relative;
  height: auto;
  margin: 8px 0;
  font-size: 0.8em;
}
/* line 70, ../sass/components/_branch.scss */
.node-type-branch-library #page div#main aside.sidebars .views-field-field-telephone span, .node-type-branch-library #page div#main aside.sidebars .views-field-field-telephone div,
.node-type-branch-library #page div#main aside.sidebars .views-field-field-branch-email span,
.node-type-branch-library #page div#main aside.sidebars .views-field-field-branch-email div {
  margin: 0;
  padding: 0;
  line-height: 22px;
  padding-left: 35px;
}
/* line 76, ../sass/components/_branch.scss */
.node-type-branch-library #page div#main aside.sidebars .views-field-field-telephone > *,
.node-type-branch-library #page div#main aside.sidebars .views-field-field-branch-email > * {
  display: inline-block;
}
/* line 79, ../sass/components/_branch.scss */
.node-type-branch-library #page div#main aside.sidebars .views-field-field-telephone > span,
.node-type-branch-library #page div#main aside.sidebars .views-field-field-branch-email > span {
  font-weight: 700;
  margin-left: 30px;
}
/* line 83, ../sass/components/_branch.scss */
.node-type-branch-library #page div#main aside.sidebars .views-field-field-telephone a,
.node-type-branch-library #page div#main aside.sidebars .views-field-field-branch-email a {
  color: #6d1b6d;
}
/* line 88, ../sass/components/_branch.scss */
.node-type-branch-library #page div#main aside.sidebars .views-field-field-telephone:before {
  position: absolute;
  content: url(https://webarchive.lib.cuhk.edu.hk/20240725230937oe_/https://www.lib.cuhk.edu.hk/sites/cuhk/themes/sparrow/images/ico_phone_round.png);
}
/* line 94, ../sass/components/_branch.scss */
.node-type-branch-library #page div#main aside.sidebars .views-field-field-branch-email:before {
  position: absolute;
  content: url(https://webarchive.lib.cuhk.edu.hk/20240725230937oe_/https://www.lib.cuhk.edu.hk/sites/cuhk/themes/sparrow/images/ico_mail_round.png);
}
/* line 160, ../sass/components/_branch.scss */
.node-type-branch-library #page div#main aside.sidebars .squarelinks {
  display: inline-block;
}
/* line 163, ../sass/components/_branch.scss */
.node-type-branch-library #page div#main aside.sidebars .view-branch-block-menu ul li {
  width: 43%;
  float: left;
  display: inline-block;
  border: #cdcdcd solid 1px;
  padding: 2%;
  margin-bottom: 3%;
  text-align: center;
}
/* line 171, ../sass/components/_branch.scss */
.node-type-branch-library #page div#main aside.sidebars .view-branch-block-menu ul li .views-field-field-link-icon {
  padding-top: 10px;
}
/* line 172, ../sass/components/_branch.scss */
.node-type-branch-library #page div#main aside.sidebars .view-branch-block-menu ul li .views-field-field-link {
  min-height: 45px;
  line-height: normal;
}
/* line 173, ../sass/components/_branch.scss */
.node-type-branch-library #page div#main aside.sidebars .view-branch-block-menu ul li:nth-child(odd) {
  margin-right: 3%;
}
/* line 177, ../sass/components/_branch.scss */
.node-type-branch-library #page div#main aside.sidebars .view-branch-block-menu ul li .views-field-field-link-icon > div {
  display: block;
}
/* line 179, ../sass/components/_branch.scss */
.node-type-branch-library #page div#main aside.sidebars .view-branch-block-menu ul li .views-field-field-link-icon > div > a {
  width: 100%;
  height: 100%;
  text-align: center;
}
/* line 188, ../sass/components/_branch.scss */
.node-type-branch-library #page div#main aside.sidebars .view-branch-block-menu ul li .views-field-field-link > div > a {
  font-size: 0.7em;
  line-height: 1.2em;
}
/* line 199, ../sass/components/_branch.scss */
.node-type-branch-library .block-og-menu-inset h2 {
  font-size: 1em;
  line-height: 1.2em;
}
/* line 204, ../sass/components/_branch.scss */
.node-type-branch-library .block-og-menu-inset ul.menu li {
  font-size: 0.8em;
}
/* line 206, ../sass/components/_branch.scss */
.node-type-branch-library .block-og-menu-inset ul.menu li:before {
  content: url(https://webarchive.lib.cuhk.edu.hk/20240725230937oe_/https://www.lib.cuhk.edu.hk/sites/cuhk/themes/sparrow/images/ico_bullet_pt.png);
  padding-right: 10px;
}

@media all and (min-width: 480px) and (max-width: 991px) {
  /* line 219, ../sass/components/_branch.scss */
  body.node-type-branch-library .region.region-quicklinks {
    margin-top: 200px;
  }
  /* line 220, ../sass/components/_branch.scss */
  body.node-type-branch-library .views-field-field-banner-slides {
    display: none;
  }
  /* line 222, ../sass/components/_branch.scss */
  body.node-type-branch-library .branchlogo {
    position: absolute;
    z-index: 10;
    left: 30px;
    top: 82px;
    width: 402px;
  }
  /* line 230, ../sass/components/_branch.scss */
  body.node-type-branch-library .todaysopeninghours {
    z-index: 11;
    position: absolute;
    top: 201px;
    left: 0;
    background-color: #6d1b6d;
    width: 480px;
    height: 66px;
    color: #ffffff;
    text-align: center;
    padding-top: 15px;
    letter-spacing: 1px;
  }
  /* line 242, ../sass/components/_branch.scss */
  body.node-type-branch-library .todaysopeninghours h5 {
    margin-top: 0;
    margin-bottom: 0;
  }
  /* line 246, ../sass/components/_branch.scss */
  body.node-type-branch-library .todaysopeninghours p {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 1.8em;
  }
  /* line 255, ../sass/components/_branch.scss */
  body.node-type-branch-library div.group-left {
    width: 402px;
    padding: 0;
    margin-top: 20px;
  }
  /* line 261, ../sass/components/_branch.scss */
  body.node-type-branch-library div.group-right {
    width: 402px;
    padding: 0 0 0 10px;
    margin-top: 20px;
  }
  /* line 267, ../sass/components/_branch.scss */
  body.node-type-branch-library .view-branch-square-menu-links {
    margin: 20px 0 10px 0;
  }

  /* line 274, ../sass/components/_branch.scss */
  .sidebars div.item-list ul li.views-row {
    width: 196px;
    list-style: none;
    padding: 7px 0 0 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 0;
  }
  /* line 284, ../sass/components/_branch.scss */
  .sidebars div.item-list ul li.views-row .square-menu__icon {
    float: left;
    margin-left: 35px;
  }
  /* line 289, ../sass/components/_branch.scss */
  .sidebars div.item-list ul li.views-row .square-menu__title {
    float: left;
    line-height: 35px;
    margin-left: 10px;
    font-size: 13px;
  }
}
@media all and (max-width: 991px) {
  /* line 303, ../sass/components/_branch.scss */
  .node-type-branch-library div#main {
    display: table;
  }
  /* line 306, ../sass/components/_branch.scss */
  .node-type-branch-library aside.sidebars {
    width: 100%;
    display: table-header-group;
  }
  /* line 309, ../sass/components/_branch.scss */
  .node-type-branch-library aside.sidebars section.region.region-sidebar-first.column.sidebar {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 316, ../sass/components/_branch.scss */
  .node-type-branch-library aside.sidebars section.region.region-sidebar-first.column.sidebar .squarelinks > div > a > div {
    display: inline-block;
    float: left;
  }
  /* line 319, ../sass/components/_branch.scss */
  .node-type-branch-library aside.sidebars section.region.region-sidebar-first.column.sidebar .squarelinks > div > a > div.squareimg {
    width: 35%;
    margin-top: 5px;
  }
  /* line 323, ../sass/components/_branch.scss */
  .node-type-branch-library aside.sidebars section.region.region-sidebar-first.column.sidebar .squarelinks > div > a > div.squaretext {
    width: 65%;
  }
  /* line 332, ../sass/components/_branch.scss */
  .node-type-branch-library #content {
    float: right;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: table-footer-group;
  }
  /* line 339, ../sass/components/_branch.scss */
  .node-type-branch-library #quickcont {
    padding: 0;
  }
  /* line 343, ../sass/components/_branch.scss */
  .node-type-branch-library #quickcont div.chungchibanner .branchlogo {
    text-align: center;
  }
  /* line 346, ../sass/components/_branch.scss */
  .node-type-branch-library #quickcont div.chungchibanner .todaysopeninghours {
    text-align: center;
  }
  /* line 348, ../sass/components/_branch.scss */
  .node-type-branch-library #quickcont div.chungchibanner .todaysopeninghours h5 {
    text-transform: uppercase;
  }
  /* line 358, ../sass/components/_branch.scss */
  .node-type-branch-library .field-name-field-hook, .node-type-branch-library .field-name-body {
    border: #cdcdcd 0px solid;
    padding: 10px;
  }
  /* line 362, ../sass/components/_branch.scss */
  .node-type-branch-library .field-name-field-hook {
    font-style: italic;
    font-size: 1.2em;
    color: purple;
    border-bottom: none;
    padding-bottom: 0;
  }
  /* line 369, ../sass/components/_branch.scss */
  .node-type-branch-library .field-name-body {
    border-top: none;
    font-size: 0.8em;
    line-height: 1.6em;
  }
}
@media all and (min-width: 992px) {
  /* line 379, ../sass/components/_branch.scss */
  .node-type-branch-library #content {
    width: 80% !important;
    float: right;
  }

  /* line 384, ../sass/components/_branch.scss */
  .sidebars {
    width: 20%;
    float: left;
  }
  /* line 388, ../sass/components/_branch.scss */
  .sidebars div.item-list ul li.views-row {
    width: 90px;
    list-style: none;
    padding: 10px 0;
    border: 2px solid #ccc;
    text-align: center;
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 6px;
  }

  /* line 405, ../sass/components/_branch.scss */
  .node-type-branch-library #page .branchlogo {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
  }
  /* line 412, ../sass/components/_branch.scss */
  .node-type-branch-library #page .todaysopeninghours {
    z-index: 11;
    position: relative;
    top: -81px;
    background-color: #6d1b6d;
    width: 280px;
    height: 66px;
    color: #ffffff;
    padding: 15px 20px 0;
  }
  /* line 421, ../sass/components/_branch.scss */
  .node-type-branch-library #page .todaysopeninghours h5 {
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
  }
  /* line 426, ../sass/components/_branch.scss */
  .node-type-branch-library #page .todaysopeninghours p {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 1.8em;
  }
  /* line 434, ../sass/components/_branch.scss */
  .node-type-branch-library #page #header_menu > .region.region-quicklinks div#block-menu-menu-quick-links > ul > li {
    padding-top: 15px;
  }
  /* line 436, ../sass/components/_branch.scss */
  .node-type-branch-library #page #header_menu > .region.region-quicklinks div#block-menu-menu-quick-links > ul > li a {
    margin-top: 5px;
  }
  /* line 438, ../sass/components/_branch.scss */
  .node-type-branch-library #page #header_menu > .region.region-quicklinks div#block-menu-menu-quick-links > ul > li a:before {
    top: 12px;
  }
  /* line 450, ../sass/components/_branch.scss */
  .node-type-branch-library #page div#main aside.sidebars section.region.region-sidebar-first.column.sidebar .squarelinks > div > a > div.squareimg {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  /* line 455, ../sass/components/_branch.scss */
  .node-type-branch-library #page div#main aside.sidebars section.region.region-sidebar-first.column.sidebar .squarelinks > div > a > div.squaretext {
    text-align: center;
    width: 100%;
  }
  /* line 458, ../sass/components/_branch.scss */
  .node-type-branch-library #page div#main aside.sidebars section.region.region-sidebar-first.column.sidebar .squarelinks > div > a > div.squaretext p {
    margin: 0 0;
  }
  /* line 477, ../sass/components/_branch.scss */
  .node-type-branch-library #page #quickcont {
    padding: 0;
  }
  /* line 480, ../sass/components/_branch.scss */
  .node-type-branch-library #page #quickcont div.chungchibanner {
    width: 100%;
  }
  /* line 482, ../sass/components/_branch.scss */
  .node-type-branch-library #page #quickcont div.chungchibanner .branchlogo {
    text-align: left;
    height: 120px;
  }
  /* line 486, ../sass/components/_branch.scss */
  .node-type-branch-library #page #quickcont div.chungchibanner .todaysopeninghours {
    height: 48px;
    width: 218px;
  }
  /* line 492, ../sass/components/_branch.scss */
  .node-type-branch-library #page #quickcont div.chungchibanner .todaysopeninghours p span.time {
    font-size: 1.8em;
  }
}
/* line 502, ../sass/components/_branch.scss */
#block-views-branch-top-banner-block {
  width: 100%;
}
/* line 503, ../sass/components/_branch.scss */
#block-views-branch-top-banner-block > div > .view-content {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 509, ../sass/components/_branch.scss */
#block-views-branch-top-banner-block .item-list {
  width: 100% !important;
}

/* line 514, ../sass/components/_branch.scss */
.view-branch-top-banner {
  width: 100%;
  overflow: auto;
  top: 0;
  z-index: 5;
}
/* line 522, ../sass/components/_branch.scss */
.view-branch-top-banner li {
  list-style: none !important;
}
/* line 525, ../sass/components/_branch.scss */
.view-branch-top-banner ul li {
  float: left !important;
  height: 200px;
  overflow: hidden;
}
/* line 529, ../sass/components/_branch.scss */
.view-branch-top-banner ul li img {
  width: 100%;
}

/* line 535, ../sass/components/_branch.scss */
.unslider-arrow {
  z-index: 10;
  position: absolute;
  bottom: -176px;
  background-color: #6d1b6d;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
}
@media all and (max-width: 991px) {
  /* line 535, ../sass/components/_branch.scss */
  .unslider-arrow {
    display: none;
  }
}
/* line 546, ../sass/components/_branch.scss */
.unslider-arrow.next {
  background-image: url(/20240725230937oe_/https://libapps-au.s3-ap-southeast-2.amazonaws.com/sites/5311/images/arrow_right.jpg);
  right: 0;
}
/* line 550, ../sass/components/_branch.scss */
.unslider-arrow.prev {
  background-image: url(/20240725230937oe_/https://libapps-au.s3-ap-southeast-2.amazonaws.com/sites/5311/images/arrow_left.jpg);
  right: 32px;
}

/* line 560, ../sass/components/_branch.scss */
.node-type-branch-library .sidebars div.item-list ul li.views-row {
  list-style: none;
  text-align: center;
  display: inline-block;
}
/* line 568, ../sass/components/_branch.scss */
.node-type-branch-library .group-left {
  float: left;
  width: 58%;
  border: 4px solid #e4e4e4;
  padding: 20px 20px;
}
/* line 573, ../sass/components/_branch.scss */
.node-type-branch-library .group-left p {
  margin: 1em 0;
}
/* line 577, ../sass/components/_branch.scss */
.node-type-branch-library .group-right {
  float: left;
  width: 32%;
  padding: 0 0 0 20px;
}
/* line 581, ../sass/components/_branch.scss */
.node-type-branch-library .group-right .field-label {
  font-weight: bold;
  margin-bottom: 10px;
}
/* line 585, ../sass/components/_branch.scss */
.node-type-branch-library .group-right .field-items {
  margin-bottom: 10px;
}
/* line 588, ../sass/components/_branch.scss */
.node-type-branch-library .group-right .field-items a {
  background: url(https://webarchive.lib.cuhk.edu.hk/20240725230937oe_/https://www.lib.cuhk.edu.hk/sites/cuhk/themes/sparrow/images/ico_bullet_pt.png) no-repeat left;
  padding: 20px;
}

@media all and (max-width: 479px) {
  /* line 604, ../sass/components/_branch.scss */
  body.node-type-branch-library .region.region-quicklinks {
    margin-top: 175px;
  }
  /* line 605, ../sass/components/_branch.scss */
  body.node-type-branch-library .views-field-field-banner-slides {
    display: none;
  }
  /* line 607, ../sass/components/_branch.scss */
  body.node-type-branch-library .branchlogo {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 80px;
    width: 320px;
  }
  /* line 615, ../sass/components/_branch.scss */
  body.node-type-branch-library .todaysopeninghours {
    z-index: 11;
    position: absolute;
    top: 176px;
    left: 0;
    background-color: #6d1b6d;
    width: 320px;
    height: 66px;
    color: #ffffff;
    text-align: center;
    padding-top: 15px;
    letter-spacing: 1px;
  }
  /* line 627, ../sass/components/_branch.scss */
  body.node-type-branch-library .todaysopeninghours h5 {
    margin-top: 0;
    margin-bottom: 0;
  }
  /* line 631, ../sass/components/_branch.scss */
  body.node-type-branch-library .todaysopeninghours p {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 1.8em;
  }
  /* line 639, ../sass/components/_branch.scss */
  body.node-type-branch-library div.group-left {
    width: 258px;
    padding: 0;
    margin-top: 20px;
  }
  /* line 645, ../sass/components/_branch.scss */
  body.node-type-branch-library div.group-right {
    width: 258px;
    padding: 0 0 0 10px;
    margin-top: 20px;
  }
  /* line 651, ../sass/components/_branch.scss */
  body.node-type-branch-library .view-branch-square-menu-links {
    margin: 20px 0 10px 0;
  }

  /* line 659, ../sass/components/_branch.scss */
  .sidebars div.item-list ul li.views-row {
    width: 126px;
    list-style: none;
    padding: 7px 0 0 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 0;
  }
  /* line 669, ../sass/components/_branch.scss */
  .sidebars div.item-list ul li.views-row .square-menu__icon {
    float: left;
    margin-left: 5px;
  }
  /* line 674, ../sass/components/_branch.scss */
  .sidebars div.item-list ul li.views-row .square-menu__title {
    float: left;
    margin-left: 5px;
    font-size: 13px;
    max-width: 80px;
    text-align: left;
    line-height: normal;
    padding-top: 2px;
  }
}
@media all and (min-width: 992px) {
  /* line 3, ../sass/components/_contact.scss */
  body.section-contact.sidebar-second #content {
    width: 65%;
    margin-right: -65%;
    padding-bottom: 96px;
  }
  /* line 7, ../sass/components/_contact.scss */
  body.section-contact.sidebar-second #content .field-name-field-body {
    margin: 10px 0;
    font-size: 0.8em;
    line-height: 1.4em;
  }
  /* line 13, ../sass/components/_contact.scss */
  body.section-contact.sidebar-second .region-sidebar-second {
    width: 35%;
    margin-left: 65%;
  }
  /* line 16, ../sass/components/_contact.scss */
  body.section-contact.sidebar-second .region-sidebar-second .block-block.servicecontactpoints {
    margin-top: 80px;
  }
  /* line 18, ../sass/components/_contact.scss */
  body.section-contact.sidebar-second .region-sidebar-second .block-block.servicecontactpoints .linkcont {
    margin: 25px;
  }
  /* line 22, ../sass/components/_contact.scss */
  body.section-contact.sidebar-second .region-sidebar-second div.staffdirectorylink div {
    margin-right: 25px;
  }
  /* line 27, ../sass/components/_contact.scss */
  body.section-contact.sidebar-second .node-webform label {
    width: 85px;
  }
  /* line 30, ../sass/components/_contact.scss */
  body.section-contact.sidebar-second .node-webform .form-actions {
    float: right;
  }
  /* line 33, ../sass/components/_contact.scss */
  body.section-contact.sidebar-second .node-webform #edit-submitted-first-name,
  body.section-contact.sidebar-second .node-webform #edit-submitted-last-name,
  body.section-contact.sidebar-second .node-webform #edit-submitted-phone-no {
    width: 175px;
  }
  /* line 38, ../sass/components/_contact.scss */
  body.section-contact.sidebar-second .node-webform #edit-submitted-email,
  body.section-contact.sidebar-second .node-webform #edit-submitted-comments {
    width: 500px;
  }
  /* line 42, ../sass/components/_contact.scss */
  body.section-contact.sidebar-second .node-webform div.webform-component--last-name {
    float: right;
  }
}
@media all and (max-width: 991px) {
  /* line 50, ../sass/components/_contact.scss */
  div#main {
    margin-left: 5%;
    margin-right: 5%;
    padding-bottom: 30px;
  }
  /* line 54, ../sass/components/_contact.scss */
  div#main #content {
    margin-bottom: 50px;
  }
  /* line 59, ../sass/components/_contact.scss */
  div#main .region-sidebar-second .block-block.servicecontactpoints .linkcont {
    margin-bottom: 20px;
  }

  /* line 65, ../sass/components/_contact.scss */
  .sidebar-second #content, .sidebar-second aside.sidebars .region-sidebar-second {
    width: 100%;
    margin: 0;
  }

  /* line 70, ../sass/components/_contact.scss */
  .webform-client-form div.form-item {
    width: 100%;
  }
}
/* line 78, ../sass/components/_contact.scss */
body.section-contact.sidebar-second .region-sidebar-second h2 {
  font-size: 1.2em;
}
/* line 82, ../sass/components/_contact.scss */
body.section-contact.sidebar-second .region-sidebar-second .block-block.servicecontactpoints .linkcont {
  border: #cdcdcd 3px solid;
  padding: 10px 15px;
  margin-left: 0;
  margin-top: 0;
  font-weight: 700;
  font-size: 0.8em;
}
/* line 89, ../sass/components/_contact.scss */
body.section-contact.sidebar-second .region-sidebar-second .block-block.servicecontactpoints .linkcont ul {
  overflow: hidden;
}
/* line 91, ../sass/components/_contact.scss */
body.section-contact.sidebar-second .region-sidebar-second .block-block.servicecontactpoints .linkcont ul span.contactinfo {
  font-weight: 400;
}
/* line 94, ../sass/components/_contact.scss */
body.section-contact.sidebar-second .region-sidebar-second .block-block.servicecontactpoints .linkcont ul li {
  border-top: #cdcdcd 1px solid;
  margin-top: -1px;
  padding: 5px;
  line-height: 1.4em;
}
/* line 103, ../sass/components/_contact.scss */
body.section-contact.sidebar-second .region-sidebar-second div.staffdirectorylink div {
  background-color: #6d1b6d;
  position: relative;
}
/* line 106, ../sass/components/_contact.scss */
body.section-contact.sidebar-second .region-sidebar-second div.staffdirectorylink div a {
  color: #ffffff;
  font-weight: 700;
  font-size: 0.8em;
  line-height: 35px;
  margin-left: 45px;
  width: 100%;
  height: 100%;
  display: block;
}
/* line 115, ../sass/components/_contact.scss */
body.section-contact.sidebar-second .region-sidebar-second div.staffdirectorylink div a:before {
  position: absolute;
  left: 12px;
  top: 2px;
  content: url(https://webarchive.lib.cuhk.edu.hk/20240725230937oe_/https://www.lib.cuhk.edu.hk/sites/cuhk/themes/sparrow/images/ico_newsEvent.png);
}

/* line 7, ../sass/components/_libraries.scss */
#page #main .libraries-image-menu h3 {
  background-color: #e4dae4;
  border-left-color: #5b165b;
  border-left-width: 4px;
  border-left-style: solid;
  font-size: 1em;
  padding: 8px;
  padding-left: 10px;
  border-bottom: 1px solid #999;
}
@media all and (max-width: 991px) {
  /* line 11, ../sass/components/_libraries.scss */
  #page #main .libraries-image-menu ul {
    text-align: center;
  }
}
/* line 15, ../sass/components/_libraries.scss */
#page #main .libraries-image-menu ul li {
  float: left;
  width: 221px;
  height: 129px;
  border: 4px solid #cdcdcd;
  position: relative;
  background-color: black;
  margin-right: 10px;
  margin-bottom: 16px;
  display: inline-block;
}
@media all and (max-width: 991px) {
  /* line 15, ../sass/components/_libraries.scss */
  #page #main .libraries-image-menu ul li {
    float: none;
  }
}
/* line 28, ../sass/components/_libraries.scss */
#page #main .libraries-image-menu ul li a {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  text-align: left;
}
/* line 36, ../sass/components/_libraries.scss */
#page #main .libraries-image-menu ul li a .landing-branch-link div.landing-square-text-container {
  display: table;
  background-color: rgba(110, 27, 109, 0.9);
  color: white;
  font-weight: 700;
  font-size: 0.8em;
  position: absolute;
  width: 201px;
  bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.2em;
  height: 40px;
}
/* line 49, ../sass/components/_libraries.scss */
#page #main .libraries-image-menu ul li a .landing-branch-link div.landing-square-text-container p {
  margin: 0;
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  padding: 10px 0;
}

/* line 1, ../sass/components/_sidr.scss */
.sidr {
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: none;
  overflow-y: auto;
  /*font-family: Arial,"lucida grande", tahoma, verdana, arial, sans-serif;*/
  background: #f8f8f8;
  color: #333;
}

@media all and (min-width: 700px) and (max-width: 991px) {
  /* line 16, ../sass/components/_sidr.scss */
  .sidr {
    width: 500px;
  }
}
/* line 20, ../sass/components/_sidr.scss */
#sidr-main {
  top: 82px;
}

/* line 23, ../sass/components/_sidr.scss */
.sidr .sidr-inner {
  padding: 0 0 15px;
}

/* line 26, ../sass/components/_sidr.scss */
.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px;
}

/* line 30, ../sass/components/_sidr.scss */
.sidr.right {
  left: auto;
  right: -260px;
}

/* line 34, ../sass/components/_sidr.scss */
.sidr.left {
  left: -260px;
  right: auto;
}

/* line 38, ../sass/components/_sidr.scss */
.sidr h1,
.sidr h2,
.sidr h3,
.sidr h4,
.sidr h5,
.sidr h6 {
  padding: 0 15px;
  margin: 0 0 5px;
}

/* line 47, ../sass/components/_sidr.scss */
.sidr p {
  margin: 0 0 12px;
}

/* line 50, ../sass/components/_sidr.scss */
.sidr p a {
  color: rgba(51, 51, 51, 0.9);
}

/* line 53, ../sass/components/_sidr.scss */
.sidr > p {
  margin-left: 15px;
  margin-right: 15px;
}

/* line 57, ../sass/components/_sidr.scss */
.sidr ul {
  display: block;
  margin: 0 0 15px;
  padding: 0;
}

/* line 62, ../sass/components/_sidr.scss */
.sidr ul li {
  font-weight: 700;
  font-size: 12px;
  outline: none;
  display: block;
  margin: 0;
}
/* line 68, ../sass/components/_sidr.scss */
.sidr ul li.sidr-class-sf-depth-1 {
  border-bottom: 1px solid #cdcdcd;
  background-color: #e4dae4;
}
/* line 71, ../sass/components/_sidr.scss */
.sidr ul li.sidr-class-sf-depth-1 a {
  color: #333333;
  padding: 15px;
}
/* line 76, ../sass/components/_sidr.scss */
.sidr ul li.sidr-class-sf-depth-2 {
  border: 1px solid #611D61;
  background-color: #5b165b;
}
/* line 79, ../sass/components/_sidr.scss */
.sidr ul li.sidr-class-sf-depth-2 a {
  color: #ffffff;
  padding: 15px;
}
/* line 83, ../sass/components/_sidr.scss */
.sidr ul li.sidr-class-sf-depth-2 a.active {
  background-color: #3f073f;
}
/* line 85, ../sass/components/_sidr.scss */
.sidr ul li.sidr-class-sf-depth-3 {
  border-bottom: 1px solid #9D6E9D;
  background-color: #88588A;
}
/* line 88, ../sass/components/_sidr.scss */
.sidr ul li.sidr-class-sf-depth-3 a {
  color: #ffffff;
}
/* line 92, ../sass/components/_sidr.scss */
.sidr ul li.sidr-class-sf-depth-4 {
  border-bottom: 1px solid #cdcdcd;
  background-color: #e4dae4;
}
/* line 95, ../sass/components/_sidr.scss */
.sidr ul li.sidr-class-sf-depth-4 a {
  color: #666666;
}
/* line 99, ../sass/components/_sidr.scss */
.sidr ul li a, .sidr ul li span {
  padding-left: 24px;
  padding-right: 15px;
  outline: none;
  line-height: 1.2em;
}

/* line 106, ../sass/components/_sidr.scss */
.sidr ul li a {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  text-decoration: none;
  color: #333;
}

/* line 113, ../sass/components/_sidr.scss */
.sidr ul li span {
  display: none;
}

/* line 116, ../sass/components/_sidr.scss */
.sidr ul li ul {
  margin: 0;
}

/* line 119, ../sass/components/_sidr.scss */
.sidr form {
  margin: 0 15px;
}

/* line 122, ../sass/components/_sidr.scss */
.sidr input[type=checkbox] {
  width: auto;
  display: inline;
  clear: none;
}

/* line 127, ../sass/components/_sidr.scss */
.sidr input[type=button],
.sidr input[type=submit] {
  color: #f8f8f8;
  background: #333;
}

/* line 132, ../sass/components/_sidr.scss */
.sidr input[type=button]:hover,
.sidr input[type=submit]:hover {
  background: rgba(51, 51, 51, 0.9);
}

/**
 * @file
 * Print styling
 *
 * We provide some sane print styling for Drupal using Zen's layout method.
 */
/**
 * By importing this CSS file as media "all", we allow this print file to be
 * aggregated with other stylesheets, for improved front-end performance.
 */
@media print {
  /* Underline all links. */
  /* line 15, ../sass/_print.scss */
  a:link,
  a:visited {
    text-decoration: underline !important;
    /* Don't underline header. */
  }
  /* line 20, ../sass/_print.scss */
  a:link.header__site-link,
  a:visited.header__site-link {
    text-decoration: none !important;
  }

  /* line 25, ../sass/_print.scss */
  #content {
    /* Add visible URL after links. */
    /* Only display useful links. */
    /* Add visible title after abbreviations. */
  }
  /* line 27, ../sass/_print.scss */
  #content a[href]:after {
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 16px;
  }
  /* line 34, ../sass/_print.scss */
  #content a[href^="javascript:"]:after,
  #content a[href^="#"]:after {
    content: "";
  }
  /* line 40, ../sass/_print.scss */
  #content abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* Un-float the content. */
  /* line 46, ../sass/_print.scss */
  #content {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Turn off any background colors or images. */
  /* line 54, ../sass/_print.scss */
  body,
  #page,
  #main,
  #content {
    color: #000;
    background-color: transparent !important;
    background-image: none !important;
  }

  /* Hide sidebars and nav elements. */
  /* line 64, ../sass/_print.scss */
  #skip-link,
  #toolbar,
  #navigation,
  .region-sidebar-first,
  .region-sidebar-second,
  #footer,
  .breadcrumb,
  .tabs,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .pager,
  .feed-icons {
    visibility: hidden;
    display: none;
  }
}
/* SMACSS theme rules */
/* @import "theme-A"; */
/* @import "theme-B"; */