@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Apply when the blog has been retired
 * Need to update title with code under the tab "Settings" See example The Avid Reader
 */
h1 p {
  font-size: .6em;
  font-weight: normal;
  color: #000;
  margin-bottom: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; } }

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 80%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }
  .one.column,
  .one.columns {
    width: 4.66666666667%; }
  .two.columns {
    width: 13.3333333333%; }
  .three.columns {
    width: 22%; }
  .four.columns {
    width: 30.6666666667%; }
  .five.columns {
    width: 39.3333333333%; }
  .six.columns {
    width: 48%; }
  .seven.columns {
    width: 56.6666666667%; }
  .eight.columns {
    width: 65.3333333333%; }
  .nine.columns {
    width: 74.0%; }
  .ten.columns {
    width: 82.6666666667%; }
  .eleven.columns {
    width: 91.3333333333%; }
  .twelve.columns {
    width: 100%;
    margin-left: 0; }
  .one-third.column {
    width: 30.6666666667%; }
  .two-thirds.column {
    width: 65.3333333333%; }
  .one-half.column {
    width: 48%; }
  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%; }
  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%; }
  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78.0%; }
  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%; }
  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%; }
  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 52%; } }

/* COLORS */
/* TYPOGRAPHY*/
/* BACKGROUNDS & ROWS / LINES & STROKES */
/* ERRORS & CONFIRMATIONS */
/* WEB ACCENT PALETTE */
h1 {
  font-size: 1.67em;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin: 0.67em 0 0em 0; }
  h1 a {
    font-size: 40px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400; }

h2 {
  font-size: 1.67em;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.2; }

h3 {
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0em; }

h4, h5 {
  font-size: 1.06em;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #36454F;
  margin-bottom: 0em; }
  h4 a, h5 a {
    font-size: 1.06em;
    color: #001c71; }

h6 {
  font-size: 1em;
  font-family: "Open Sans", sans-serif;
  color: #333333;
  font-weight: 400;
  margin: 0.5em 0 0 0; }

p {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  margin-top: 0.1em;
  line-height: 1.5em; }

ul, ol {
  font-size: 16px;
  font-family: "Open Sans", sans-serif; }

label {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-style: italic; }

a {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-decoration: none;
  color: #005FC0; }

a:hover {
  text-decoration: underline; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.clearfix:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

.top-bar {
  background-color: #001c71; }
  .top-bar button {
    width: 44px;
    height: 44px;
    background-repeat: no-repeat;
    background-size: 32px auto;
    vertical-align: middle; }
  @media (max-width: 850px) {
    .top-bar .btn-container {
      width: 20%;
      margin-left: 0%; } }
  .top-bar .title img {
    height: 40px;
    margin-top: 5px; }
  .top-bar .title a {
    text-align: center;
    display: block; }

.title-bar {
  background: #f4f4f5;
  padding-bottom: 1.6em;
  margin-bottom: 0.5em; }
  .title-bar h1 {
    font-size: 40px; }
  .title-bar h4 {
    margin-top: 0.2em;
    color: #333333; }

button.reveal-menu {
  background: none;
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s; }
  button.reveal-menu:hover, button.reveal-menu:focus {
    outline: none; }
    button.reveal-menu:hover span, button.reveal-menu:hover span::before, button.reveal-menu:hover span::after, button.reveal-menu:focus span, button.reveal-menu:focus span::before, button.reveal-menu:focus span::after {
      box-shadow: 0px 0px 3px #fff; }
  button.reveal-menu.is-active span, button.reveal-menu[data-close] span {
    background: none;
    box-shadow: none; }
  button.reveal-menu.is-active span::before, button.reveal-menu[data-close] span::before {
    top: 0;
    transform: rotate(45deg); }
  button.reveal-menu.is-active span::after, button.reveal-menu[data-close] span::after {
    bottom: 0;
    transform: rotate(-45deg); }
  button.reveal-menu.is-active span::before,
  button.reveal-menu.is-active span::after, button.reveal-menu[data-close] span::before,
  button.reveal-menu[data-close] span::after {
    box-shadow: none;
    transition-delay: 0s, 0.3s; }
  button.reveal-menu.is-active:hover, button.reveal-menu.is-active:focus, button.reveal-menu[data-close]:hover, button.reveal-menu[data-close]:focus {
    outline: none; }
    button.reveal-menu.is-active:hover span::before, button.reveal-menu.is-active:hover span::after, button.reveal-menu.is-active:focus span::before, button.reveal-menu.is-active:focus span::after, button.reveal-menu[data-close]:hover span::before, button.reveal-menu[data-close]:hover span::after, button.reveal-menu[data-close]:focus span::before, button.reveal-menu[data-close]:focus span::after {
      box-shadow: 0px 0px 3px #fff; }
  button.reveal-menu span {
    display: block;
    position: absolute;
    top: 22px;
    left: 9px;
    right: 8px;
    height: 2px;
    background: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: background 0s 0.3s; }
    button.reveal-menu span::before, button.reveal-menu span::after {
      position: absolute;
      display: block;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #fff;
      content: "";
      transition-duration: 0.3s, 0.3s;
      transition-delay: 0.3s, 0s;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px; }
    button.reveal-menu span::before {
      top: -9px;
      transition-property: top, transform; }
    button.reveal-menu span::after {
      bottom: -9px;
      transition-property: bottom, transform; }

.reveal-is-open {
  overflow: hidden; }

.reveal {
  background-color: rgba(0, 0, 0, 0.8);
  border-top: 1px rgba(235, 235, 235, 0.25) solid;
  position: absolute;
  z-index: 1006;
  padding: 0;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  display: none; }
  .reveal .menu-bg {
    background-color: rgba(0, 28, 113, 0.8); }
  .reveal ul li {
    padding: 0.75rem 0; }
    .reveal ul li a {
      color: white;
      font-size: 1.25rem; }

.top-border--thick {
  border-bottom: 3px solid #001c71;
  padding: 10px 0 40px 0; }

@media (min-width: 550px) {
.sidebar {
  border-left: 3px solid #ddd;
  padding-left: 40px;
}
}

  .sidebar ul {
    padding-right: 20px; }
    .sidebar ul li {
      padding: 10px 0 0 0; }
      .sidebar ul li a {
        font-size: 15px; }
  .sidebar select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    background-image: url("https://torontopubliclibrary.typepad.com/responsive-template/dropdown-arrow.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto 100%;
    border: 2px solid #ddd;
    border-radius: 0;
    margin-top: 12px;
    padding: 10px 40px 10px 15px;
    width: 100%;
    color: #333333;
    font-size: 1em; }

.entry {
  width: 85%; }
  @media (max-width: 550px) {
    .entry {
      width: 100%; } }
  .entry h2 {
    margin-bottom: 0; }
    .entry h2 a {
      margin-top: 1.8em; }
  .entry img {
    max-width: 100%;
    max-height: 500px; }
  .entry ul {
    list-style: initial;
    padding-left: 15px;
    margin-left: .2em; }
    .entry ul li {
      padding-bottom: 5px; }
      .entry ul li a {
        font-size: 16px; }
  .entry ol {
    padding-left: 15px;
    margin-left: .2em; }
    .entry ol li {
      padding-bottom: 5px; }
      .entry ol li a {
        font-size: 16px; }
  .entry blockquote {
    border-left: .3em solid #ddd;
    padding-left: 1em; }

.meta p {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 26px;
  color: #000;
  margin-top: 0px; }

.meta a {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 26px;
  color: #005fad;
  margin-top: 16px; }

.blog-navigation {
  border-top: 3px solid #ddd;
  border-bottom: 3px solid #ddd;
  padding: 50px 0;
  margin-top: 50px; }

.btn--blog-navigation {
  position: relative;
  width: 210px;
  display: block; }
  @media (max-width: 550px) {
    .btn--blog-navigation {
      width: 125px; } }
  .btn--blog-navigation--next {
    float: right;
    padding-right: 65px;
    text-align: right; }
    @media (max-width: 550px) {
      .btn--blog-navigation--next {
        padding-right: 45px; } }
    .btn--blog-navigation--next:before {
      right: 0; }
  .btn--blog-navigation--prev {
    float: left;
    padding-left: 65px; }
    @media (max-width: 550px) {
      .btn--blog-navigation--prev {
        padding-left: 45px; } }
    .btn--blog-navigation--prev:before {
      left: 0;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
  .btn--blog-navigation:before {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    content: '';
    margin-top: 4px;
    display: block;
    background-color: #001c71;
    background-image: url("https://torontopubliclibrary.typepad.com/responsive-template/white_arrow.svg");
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0; }
    @media (max-width: 550px) {
      .btn--blog-navigation:before {
        width: 35px;
        height: 35px; } }

.share-btn {
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 26px;
  height: 26px;
  margin-top: 0 !important;
  float: left;
  margin-right: 8px;
  background-size: 100%; }
  .share-btn.twitter {
    background-image: url("https://torontopubliclibrary.typepad.com/responsive-template/twitter_circle_icon.svg"); }
  .share-btn.facebook {
    background-image: url("https://torontopubliclibrary.typepad.com/responsive-template/facebook_circle_icon.svg"); }

.comments-post-iframe {
  max-width: 100%;
  max-height: 100%; }

.comment {
  border-top: 1px solid #989898; }

.comment-header span {
  font-size: 14px;
  font-weight: 400;
  color: #000; }
  .comment-header span a {
    color: #0f6197;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 16px; }

.comment-content {
  margin-left: 0 !important; }
  .comment-content span p {
    font-size: 14px; }

#tpc_thread .comment {
  padding-left: 0 !important; }

.comment-datetime a span {
  color: #000;
  font-size: 14px;
  font-weight: 400; }

.comment-footerlinks a {
  font-size: 14px; }

.photo-caption {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #333333;
  text-align: center;
  padding-bottom: 20px; }
  .photo-caption a {
    font-size: 14px; }

iframe {
  width: 100%; }

.top-bar button {
  width: 44px;
  height: 44px;
  background-repeat: no-repeat;
  background-size: 32px auto;
  vertical-align: middle; }

.show-for-sr, .show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

button.reveal-account {
  background-color: transparent;
  border: none;
  background-position: center center; }
  button.reveal-account[data-open] {
    background-image: url("https://torontopubliclibrary.typepad.com/responsive-template/account.svg"); }
  button.reveal-account[data-close] {
    background-image: url("https://torontopubliclibrary.typepad.com/responsive-template/account_close.svg"); }
  button.reveal-account:hover, button.reveal-account:focus {
    background-image: url("https://torontopubliclibrary.typepad.com/responsive-template/account_hover.svg"); }

button.reveal-search {
  background-color: transparent;
  border: none;
  background-position: center center; }
  button.reveal-search[data-open] {
    background-image: url("https://torontopubliclibrary.typepad.com/responsive-template/search.svg"); }
  button.reveal-search:hover, button.reveal-search:focus {
    background-image: url("https://torontopubliclibrary.typepad.com/responsive-template/search_hover.svg"); }
  button.reveal-search[data-close] {
    background-size: 26px auto;
    background-image: url("https://torontopubliclibrary.typepad.com/responsive-template/close.svg"); }
    button.reveal-search[data-close]:hover, button.reveal-search[data-close]:focus {
      background-image: url("https://torontopubliclibrary.typepad.com/responsive-template/close_hover.svg"); }

.pull-right {
  float: right; }

.divider {
  background-color: rgba(235, 235, 235, 0.25);
  height: 24px;
  width: 1px;
  display: inline-block;
  vertical-align: middle; }

.show-for-sr, .show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

#SearchForm {
  padding: 5% 0;
  position: relative; }
  #SearchForm input[type="search"] {
    padding-left: 7px;
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%; }
  #SearchForm input[type='submit'] {
    border: none;
    background-color: #001c71;
    color: white;
    padding: 5px 12px; }
  #SearchForm .search-button {
    position: absolute;
    top: 42%;
    right: 0; }
    @media (max-width: 920px) {
      #SearchForm .search-button {
        top: 33%; } }

@media (max-width: 544px) {
  .top-bar .column, .top-bar .columns {
    width: 33.3%; } }

@media (min-width: 550px) {
  .offset-by-two.column, .offset-by-two.columns {
    margin-left: 12.333333%; } }

@media (min-width: 550px) {
  .two.columns {
    width: 22.333333%; } }


/* styles for the image map create for Wendy Banks */

@media (min-width: 1450px) {
.mobile-only {
display:none;
}

  #map {
  zoom: 1;
}

#map {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
} }

@media (min-width: 1075px) and (max-width: 1449px) {
.mobile-only {
display:none;
}

  #map {
  zoom: .8;
}

#map {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
} }

@media (min-width: 801px) and (max-width: 1074px) {
.desktop-only {
display: none;
}
  #map {
  zoom: .5;
}

#map {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
} }

@media (min-width: 550px) and (max-width: 800px) {
.desktop-only {
display: none;
}

  #map {
  zoom: .5;
}

#map {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
} }

@media (max-width: 550px) {
.desktop-only {
display: none;
}

  #map {
  zoom: .6;
}

#map {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
} }

@media only screen {
   /* Preload print image; otherwise, first-time print doesn't show image */ 
  .top-bar:before {
    content: url(https://www.torontopubliclibrary.ca/images/tpl-logo.png);
    display: none;
  }
}

/* ph=1 */
