@option compress: no;
/* change to 'yes' when not debugging */
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
/* line 21, ../scss/libs/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
/* line 31, ../scss/libs/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 40, ../scss/libs/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
/* line 49, ../scss/libs/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 63, ../scss/libs/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Removes default margin.
 */
/* line 73, ../scss/libs/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/* line 85, ../scss/libs/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
/* line 94, ../scss/libs/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
/* line 107, ../scss/libs/_normalize.scss */
h1 {
  font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 115, ../scss/libs/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 124, ../scss/libs/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
/* line 132, ../scss/libs/_normalize.scss */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */
/* line 140, ../scss/libs/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
/* line 153, ../scss/libs/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
/* line 162, ../scss/libs/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */
/* line 172, ../scss/libs/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
/* line 180, ../scss/libs/_normalize.scss */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 189, ../scss/libs/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 196, ../scss/libs/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 200, ../scss/libs/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
/* line 212, ../scss/libs/_normalize.scss */
img {
  border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
/* line 220, ../scss/libs/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
/* line 232, ../scss/libs/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
/* line 244, ../scss/libs/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 255, ../scss/libs/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
/* line 269, ../scss/libs/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 281, ../scss/libs/_normalize.scss */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 296, ../scss/libs/_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 306, ../scss/libs/_normalize.scss */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
/* line 316, ../scss/libs/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 327, ../scss/libs/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 340, ../scss/libs/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */
/* line 349, ../scss/libs/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
/* line 359, ../scss/libs/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
/* line 372, ../scss/libs/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 6, ../scss/_general.scss */
html, body {
  min-height: 100%;
  background-color: #efefef;
}
/* line 9, ../scss/_general.scss */
html #container, body #container {
  background-color: white;
}

/* line 14, ../scss/_general.scss */
body {
  color: #333333;
  font-family: "source-sans-pro";
  font-style: normal;
  font-weight: 400;
}
/* line 17, ../scss/_general.scss */
body a {
  color: #333333;
}
/* line 20, ../scss/_general.scss */
body a:hover {
  color: #333333;
}

/* line 26, ../scss/_general.scss */
a.admin-link i {
  text-decoration: none;
}

/* line 30, ../scss/_general.scss */
.hidden {
  display: none;
}

/* line 34, ../scss/_general.scss */
.clear {
  clear: both;
}

/* line 45, ../scss/_general.scss */
article header {
  padding: 50px;
  text-align: center;
  background-color: #efefef;
}
/* line 51, ../scss/_general.scss */
article h1 {
  padding: 0;
  margin: 0;
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 6px;
  font-family: "source-sans-pro";
  font-style: normal;
  font-weight: 600;
}
/* line 59, ../scss/_general.scss */
article h2 {
  padding: 0;
  margin: 0;
}
/* line 62, ../scss/_general.scss */
article h2.date-range {
  font-family: "inconsolata";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
}
/* line 66, ../scss/_general.scss */
article h2.subtitle {
  font-family: "source-sans-pro";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}
/* line 69, ../scss/_general.scss */
article h2.subtitle.smaller {
  font-size: 15px;
}

/* line 7, ../scss/_layout.scss */
#content {
  margin-top: 68px;
}

/* line 6, ../scss/_general.scss */
html, body {
  min-height: 100%;
  background-color: #efefef;
}
/* line 9, ../scss/_general.scss */
html #container, body #container {
  background-color: white;
}

/* line 14, ../scss/_general.scss */
body {
  color: #333333;
  font-family: "source-sans-pro";
  font-style: normal;
  font-weight: 400;
}
/* line 17, ../scss/_general.scss */
body a {
  color: #333333;
}
/* line 20, ../scss/_general.scss */
body a:hover {
  color: #333333;
}

/* line 26, ../scss/_general.scss */
a.admin-link i {
  text-decoration: none;
}

/* line 30, ../scss/_general.scss */
.hidden {
  display: none;
}

/* line 34, ../scss/_general.scss */
.clear {
  clear: both;
}

/* line 45, ../scss/_general.scss */
article header {
  padding: 50px;
  text-align: center;
  background-color: #efefef;
}
/* line 51, ../scss/_general.scss */
article h1 {
  padding: 0;
  margin: 0;
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 6px;
  font-family: "source-sans-pro";
  font-style: normal;
  font-weight: 600;
}
/* line 59, ../scss/_general.scss */
article h2 {
  padding: 0;
  margin: 0;
}
/* line 62, ../scss/_general.scss */
article h2.date-range {
  font-family: "inconsolata";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
}
/* line 66, ../scss/_general.scss */
article h2.subtitle {
  font-family: "source-sans-pro";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}
/* line 69, ../scss/_general.scss */
article h2.subtitle.smaller {
  font-size: 15px;
}

/* line 5, ../scss/_header.scss */
header.primary {
  position: absolute;
  top: 0;
  z-index: 100;
}
/* line 9, ../scss/_header.scss */
header.primary img.logo {
  position: absolute;
  z-index: 110;
  top: 17px;
  left: 50%;
  margin-left: -345px;
  height: 117px;
  width: 108px;
}
/* line 18, ../scss/_header.scss */
header.primary img.hamburger {
  position: absolute;
  cursor: pointer;
  display: none;
}

/* line 28, ../scss/_header.scss */
header.primary {
  width: 100%;
  height: 68px;
  background-color: white;
}
/* line 32, ../scss/_header.scss */
header.primary nav {
  width: 100%;
  text-align: center;
  font-family: "source-sans-pro";
  font-style: normal;
  font-weight: 600;
}
/* line 36, ../scss/_header.scss */
header.primary nav > ul {
  margin-top: 24px;
  margin-bottom: 0;
  display: none;
}
/* line 40, ../scss/_header.scss */
header.primary nav > ul > li {
  height: 70px;
  display: inline-block;
  margin: 0 21px;
  position: relative;
}
/* line 45, ../scss/_header.scss */
header.primary nav > ul > li a {
  text-decoration: none;
}
/* line 48, ../scss/_header.scss */
header.primary nav > ul > li ul {
  display: none;
  position: absolute;
  z-index: 105;
  top: 22px;
  left: 50%;
  margin-top: 20px;
  width: 4000px;
  margin-left: -2000px;
  list-style: none;
  padding: 3px 0 80px 0;
  font-family: "source-sans-pro";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
}
/* line 61, ../scss/_header.scss */
header.primary nav > ul > li ul li {
  padding: 0;
  margin: 0;
  white-space: nowrap;
}
/* line 65, ../scss/_header.scss */
header.primary nav > ul > li ul li a {
  border-bottom: 0;
  text-decoration: none;
}
/* line 68, ../scss/_header.scss */
header.primary nav > ul > li ul li a:hover {
  text-decoration: underline;
}

@media (min-width: 640px) {
  /* line 81, ../scss/_header.scss */
  header.primary nav > ul {
    display: inline-block;
  }
  /* line 87, ../scss/_header.scss */
  header.primary.expanded {
    height: 142px;
  }
  /* line 89, ../scss/_header.scss */
  header.primary.expanded nav ul li ul {
    visibility: hidden;
  }
  /* line 95, ../scss/_header.scss */
  header.primary.expanded nav ul li:hover ul,
  header.primary.expanded nav ul li.current ul,
  header.primary.expanded nav ul li ul:hover {
    visibility: visible;
  }

  /* line 101, ../scss/_header.scss */
  header.primary.expanded ul ul, header.primary ul li:hover ul {
    display: block;
    background-color: white;
  }

  /* line 113, ../scss/_header.scss */
  header.primary nav > ul > li:hover > a,
  body.exhibition-list header.primary li.whats-on > a,
  body.exhibition-detail header.primary li.whats-on > a,
  body.register header.primary li.for-galleries > a,
  body.contacts header.primary li.for-galleries > a,
  body.about header.primary li.about > a {
    border-bottom: 1px solid black;
  }
}
/* line 120, ../scss/_header.scss */
header.primary li.for-galleries {
  background-image: url("../images/chrome/chevron.ae14ea42158f.svg");
  background-position: 50% 28px;
  background-repeat: no-repeat;
  background-size: 9px 9px;
}

/* line 128, ../scss/_header.scss */
header.slideshow {
  height: 490px;
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 55%;
  overflow: hidden;
  z-index: 90;
}
/* line 137, ../scss/_header.scss */
header.slideshow.desert {
  background-image: url("../images/chrome/desert.e6bb63c40e05.jpg");
}
/* line 140, ../scss/_header.scss */
header.slideshow.field {
  background-image: url("../images/chrome/field.f39bded2a1eb.jpg");
}
/* line 143, ../scss/_header.scss */
header.slideshow.lake {
  background-image: url("../images/chrome/lake.e8aa98023aa5.jpg");
}
/* line 146, ../scss/_header.scss */
header.slideshow div.text {
  width: 100%;
  position: absolute;
  top: 234px;
  z-index: 95;
  text-align: center;
  color: white;
  text-transform: uppercase;
}
/* line 154, ../scss/_header.scss */
header.slideshow div.text h1 {
  font-family: "source-sans-pro";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 17px;
  height: 17px;
  background-color: transparent;
  letter-spacing: 1px;
  margin: 0;
}
/* line 163, ../scss/_header.scss */
header.slideshow div.text hr {
  width: 33px;
  height: 1px;
  background-color: white;
  border: 0;
  margin: 5px auto 7px;
}
/* line 170, ../scss/_header.scss */
header.slideshow div.text h2 {
  margin: 0;
  font-family: "source-sans-pro";
  font-style: normal;
  font-weight: 700;
  font-size: 41px;
  letter-spacing: 3px;
  line-height: 37px;
}

/* line 180, ../scss/_header.scss */
h3.tab {
  cursor: pointer;
  position: absolute;
  z-index: 95;
  color: white;
  bottom: 0;
  left: 50%;
  background-color: black;
  width: 110px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0px;
  margin: 0 0 0 -416px;
  font-family: "source-sans-pro";
  font-style: normal;
  font-weight: 400;
  padding: 0 0 0 40px;
  background-image: url("../images/chrome/refine-cog.797db310455c.svg");
  background-size: 13px 13px;
  background-position: 14px 13px;
  background-repeat: no-repeat;
}

/* line 202, ../scss/_header.scss */
form.filter {
  position: absolute;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: black;
  color: white;
}
/* line 210, ../scss/_header.scss */
form.filter div.centered {
  margin-top: 37px;
}
/* line 213, ../scss/_header.scss */
form.filter legend {
  color: #00ffcc;
  font-size: 28px;
  font-family: "source-sans-pro";
  font-style: normal;
  font-weight: 400;
  margin-bottom: 30px;
}
/* line 219, ../scss/_header.scss */
form.filter fieldset {
  border: 0;
  float: left;
  padding: 0 36px 36px;
}
@media (min-width: 960px) {
  /* line 219, ../scss/_header.scss */
  form.filter fieldset {
    margin: 0;
    width: 418px;
  }
  /* line 226, ../scss/_header.scss */
  form.filter fieldset.refine {
    margin-left: 36px;
  }
  /* line 229, ../scss/_header.scss */
  form.filter fieldset.sort {
    margin-left: -36px;
  }
}
/* line 233, ../scss/_header.scss */
form.filter fieldset > div {
  clear: both;
  margin-bottom: 22px;
}
/* line 238, ../scss/_header.scss */
form.filter input, form.filter label {
  padding: 10px;
  height: 38px;
  line-height: 38px;
  font-size: 15px;
  font-family: "source-sans-pro";
  font-style: normal;
  font-weight: 400;
  border: 0;
}
/* line 245, ../scss/_header.scss */
form.filter input#id_keywords, form.filter label#id_keywords {
  width: 283px;
  float: left;
  margin-right: 0;
}
/* line 251, ../scss/_header.scss */
form.filter input#id_favourites {
  height: auto;
}
/* line 255, ../scss/_header.scss */
form.filter .dates input {
  width: 150px;
  background-image: url("../images/chrome/arrow-down.04e70cba54e2.svg");
  background-size: 18px 18px;
  background-position: 124px 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}
/* line 257, ../scss/_header.scss */
form.filter .dates input#id_min_date {
  margin-right: 18px;
}
/* line 267, ../scss/_header.scss */
form.filter select {
  width: 321px;
}
/* line 270, ../scss/_header.scss */
form.filter ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 274, ../scss/_header.scss */
form.filter ul li {
  height: 36px;
  line-height: 36px;
  padding: 0;
  margin: 0;
}
/* line 280, ../scss/_header.scss */
form.filter ul li label input {
  height: auto;
  margin-right: 10px;
}
/* line 287, ../scss/_header.scss */
form.filter input.submit {
  margin-top: 10px;
  background: #00ffcc;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  text-shadow: none;
  width: 146px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border: 0;
  padding: 0;
}
/* line 300, ../scss/_header.scss */
form.filter .search-icon {
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #00ffcc;
  float: left;
  text-align: center;
  color: black;
}
/* line 309, ../scss/_header.scss */
form.filter img.close {
  position: absolute;
  top: 33px;
  right: 33px;
  cursor: pointer;
}
@media (min-width: 640px) {
  /* line 309, ../scss/_header.scss */
  form.filter img.close {
    position: static;
    float: left;
    margin-left: -75px;
  }
}

/* line 3, ../scss/_footer.scss */
footer {
  margin: 50px 0 0 0;
}
/* line 5, ../scss/_footer.scss */
footer .left, footer .right {
  padding: 0 36px;
  float: left;
}
@media (min-width: 960px) {
  /* line 5, ../scss/_footer.scss */
  footer .left, footer .right {
    width: 418px;
  }
}
@media (min-width: 960px) {
  /* line 12, ../scss/_footer.scss */
  footer .left {
    margin-left: 0;
  }
}
/* line 16, ../scss/_footer.scss */
footer .left p {
  margin: 0 0 21px;
}
@media (max-width: 960px) {
  /* line 20, ../scss/_footer.scss */
  footer .right {
    margin-top: 47px;
  }
}
/* line 25, ../scss/_footer.scss */
footer ul.logos {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 31, ../scss/_footer.scss */
footer nav img.close {
  display: none;
}
/* line 34, ../scss/_footer.scss */
footer nav a {
  text-decoration: none;
}
/* line 37, ../scss/_footer.scss */
footer nav > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 41, ../scss/_footer.scss */
footer nav > ul > li {
  font-family: "source-sans-pro";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
}
/* line 44, ../scss/_footer.scss */
footer nav > ul > li ul {
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
}
/* line 48, ../scss/_footer.scss */
footer nav > ul > li ul li {
  font-family: "source-sans-pro";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
}
/* line 56, ../scss/_footer.scss */
footer a:hover {
  text-decoration: underline;
}
/* line 59, ../scss/_footer.scss */
.iframe footer {
  display: none;
}
/* line 62, ../scss/_footer.scss */
footer .footer-frill {
  height: 7px;
  background-image: url("../images/chrome/frill-grey-bottom-x2.fbe52b6313d6.png");
  background-size: 16px 7px;
  background-repeat: repeat-x;
  background-position: left top;
}
/* line 69, ../scss/_footer.scss */
footer .inner {
  padding: 50px 0;
  background-color: #efefef;
}

/* line 75, ../scss/_footer.scss */
div.disclaimer {
  font-size: 14px;
  font-style: italic;
  margin-bottom: 50px;
}
/* line 78, ../scss/_footer.scss */
div.disclaimer p {
  padding: 0 36px;
}
@media (min-width: 960px) {
  /* line 78, ../scss/_footer.scss */
  div.disclaimer p {
    margin: 0;
  }
}

@media (min-width: 960px) {
  /* line 4, ../scss/_pages.scss */
  .centered {
    width: 980px;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }
}

/* line 13, ../scss/_pages.scss */
ul.exhibitions, body.exhibition-list ul.showings {
  width: 100%;
  min-width: 450px;
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 19, ../scss/_pages.scss */
ul.exhibitions li, body.exhibition-list ul.showings li {
  width: 50%;
  height: 214px;
  border-bottom: 1px solid #dddddd;
  position: relative;
  float: left;
}
@media (max-width: 960px) {
  /* line 19, ../scss/_pages.scss */
  ul.exhibitions li, body.exhibition-list ul.showings li {
    width: 100%;
  }
}
/* line 28, ../scss/_pages.scss */
ul.exhibitions li div.image, body.exhibition-list ul.showings li div.image {
  width: 150px;
  height: 150px;
  float: left;
  margin-left: 32px;
  margin-top: 32px;
  margin-right: 16px;
}
/* line 36, ../scss/_pages.scss */
ul.exhibitions li div.text, body.exhibition-list ul.showings li div.text {
  float: left;
  width: 198px;
  padding-right: 16px;
  height: 150px;
  overflow: hidden;
  margin-top: 32px;
  position: relative;
  font-size: 16px;
  line-height: 20px;
}
/* line 46, ../scss/_pages.scss */
ul.exhibitions li div.text .title, body.exhibition-list ul.showings li div.text .title {
  display: block;
  font-size: 22px;
  line-height: 22px;
  font-family: "source-sans-pro";
  font-style: normal;
  font-weight: 600;
  max-height: 4em;
  overflow: hidden;
}
/* line 54, ../scss/_pages.scss */
ul.exhibitions li div.text .venue, body.exhibition-list ul.showings li div.text .venue {
  display: block;
  max-height: 2em;
  line-height: 100%;
  overflow: hidden;
}
/* line 60, ../scss/_pages.scss */
ul.exhibitions li div.text .date-range, body.exhibition-list ul.showings li div.text .date-range {
  font-family: "inconsolata";
  font-style: normal;
  font-weight: 500;
  display: block;
  margin-top: 4px;
}
/* line 65, ../scss/_pages.scss */
ul.exhibitions li div.text p, body.exhibition-list ul.showings li div.text p {
  padding: 0;
  margin: 0;
}
/* line 69, ../scss/_pages.scss */
ul.exhibitions li div.text .bottom, body.exhibition-list ul.showings li div.text .bottom {
  position: absolute;
  bottom: -3px;
}
/* line 72, ../scss/_pages.scss */
ul.exhibitions li div.text .bottom .parenthetical, body.exhibition-list ul.showings li div.text .bottom .parenthetical {
  font-style: italic;
}
/* line 77, ../scss/_pages.scss */
ul.exhibitions li .arrow, body.exhibition-list ul.showings li .arrow {
  float: left;
  background-color: #00ffcc;
  background-image: url("../images/chrome/arrow-right.6d40e0255902.svg");
  background-size: 17px 17px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 36px;
  height: 100%;
}
/* line 88, ../scss/_pages.scss */
ul.exhibitions li div.inner, body.exhibition-list ul.showings li div.inner {
  position: absolute;
  height: 100%;
}
@media (min-width: 960px) {
  /* line 88, ../scss/_pages.scss */
  ul.exhibitions li div.inner, body.exhibition-list ul.showings li div.inner {
    margin-left: 1px;
    width: 448px;
  }
}
/* line 95, ../scss/_pages.scss */
ul.exhibitions li div.inner:hover, body.exhibition-list ul.showings li div.inner:hover {
  background-color: #00ffcc;
}
@media (min-width: 960px) {
  /* line 101, ../scss/_pages.scss */
  ul.exhibitions li.odd div.inner, body.exhibition-list ul.showings li.odd div.inner {
    right: 0;
  }
  /* line 106, ../scss/_pages.scss */
  ul.exhibitions li.even div.inner, body.exhibition-list ul.showings li.even div.inner {
    left: 0;
  }
}
/* line 111, ../scss/_pages.scss */
ul.exhibitions li.empty, body.exhibition-list ul.showings li.empty {
  left: 0;
  padding: 50px 0;
  height: auto;
  width: 100%;
  text-align: center;
}

/* line 121, ../scss/_pages.scss */
section.works {
  padding: 0;
  margin: 0;
  position: relative;
}
/* line 125, ../scss/_pages.scss */
section.works a.next, section.works a.prev {
  height: 404px;
  position: absolute;
  top: 0;
  background-color: #00ffcc;
  background-size: 17px 17px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 49px;
  cursor: pointer;
}
/* line 135, ../scss/_pages.scss */
section.works a.next.next, section.works a.prev.next {
  right: 0;
  background-image: url("../images/chrome/arrow-right.6d40e0255902.svg");
}
/* line 139, ../scss/_pages.scss */
section.works a.next.prev, section.works a.prev.prev {
  left: 0;
  background-image: url("../images/chrome/arrow-left.9228bae6d022.svg");
}
/* line 144, ../scss/_pages.scss */
section.works div.image {
  border-bottom: 1px solid #dddddd;
  height: 404px;
}
/* line 147, ../scss/_pages.scss */
section.works div.image img.work {
  height: 404px;
  width: auto;
  max-width: none;
}
/* line 153, ../scss/_pages.scss */
section.works div.details {
  text-align: left;
  padding: 32px 0;
}
/* line 156, ../scss/_pages.scss */
section.works div.details .left, section.works div.details .right {
  padding: 0 36px;
}
@media (min-width: 960px) {
  /* line 160, ../scss/_pages.scss */
  section.works div.details .left, section.works div.details .right {
    width: 418px;
  }
  /* line 163, ../scss/_pages.scss */
  section.works div.details .left {
    float: left;
    margin-left: 0;
  }
  /* line 166, ../scss/_pages.scss */
  section.works div.details .left p {
    margin: 0 0 21px;
  }
  /* line 170, ../scss/_pages.scss */
  section.works div.details .right {
    margin-left: 490px;
  }
}
/* line 174, ../scss/_pages.scss */
section.works div.details .artists {
  font-weight: bold;
  display: block;
}
/* line 178, ../scss/_pages.scss */
section.works div.details dl {
  padding: 0;
  margin: 0;
}
/* line 181, ../scss/_pages.scss */
section.works div.details dl dt {
  display: none;
}
/* line 184, ../scss/_pages.scss */
section.works div.details dl dd {
  display: block;
  padding: 0;
  margin: 0;
}
/* line 191, ../scss/_pages.scss */
section.works ul {
  margin: 0;
  padding: 0;
}
/* line 194, ../scss/_pages.scss */
section.works ul li {
  display: block;
  text-align: center;
}
/* line 197, ../scss/_pages.scss */
section.works ul li.hidden {
  display: none;
}

/* line 204, ../scss/_pages.scss */
section.about-exhibition, section.about-artist, section.about-venue {
  background-color: #efefef;
}

/* line 208, ../scss/_pages.scss */
section {
  margin: 46px;
  padding: 0;
}
@media (min-width: 960px) {
  /* line 208, ../scss/_pages.scss */
  section {
    margin: 0;
  }
}
/* line 214, ../scss/_pages.scss */
section .inner {
  clear: both;
}
@media (min-width: 960px) {
  /* line 214, ../scss/_pages.scss */
  section .inner {
    width: 980px;
    padding: 0;
    margin: 50px auto;
    position: relative;
  }
}
/* line 222, ../scss/_pages.scss */
section .inner div.clear {
  height: 1px;
}
/* line 226, ../scss/_pages.scss */
section h2 {
  font-family: "source-sans-pro";
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 30px;
  padding: 10px 0 0 0;
  margin: 0 0 20px 0;
  overflow: visible;
}
@media (min-width: 960px) {
  /* line 226, ../scss/_pages.scss */
  section h2 {
    border-top: 1px solid black;
    width: 28px;
    white-space: nowrap;
    margin: 0 0 0 36px;
    float: left;
  }
}
/* line 241, ../scss/_pages.scss */
section div.inner > div {
  font-family: "source-sans-pro";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
}
@media (min-width: 960px) {
  /* line 241, ../scss/_pages.scss */
  section div.inner > div {
    width: 418px;
    margin-left: 490px;
    padding: 0 36px;
  }
}

/* line 252, ../scss/_pages.scss */
.section-group {
  padding: 1px 0;
}
/* line 254, ../scss/_pages.scss */
.section-group.frilled-bottom {
  padding-bottom: 7px;
  background-image: url("../images/chrome/frill-white-bottom-x2.4739e6643c52.png");
  background-size: 16px 7px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
/* line 261, ../scss/_pages.scss */
.section-group.turquoise {
  background-color: #00ffcc;
}
/* line 264, ../scss/_pages.scss */
.section-group.grey {
  background-color: #efefef;
}
/* line 267, ../scss/_pages.scss */
.section-group.darker-grey {
  background-color: #dddddd;
}
/* line 270, ../scss/_pages.scss */
.section-group.white {
  background-color: white;
}

/* line 276, ../scss/_pages.scss */
section.showings ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 280, ../scss/_pages.scss */
section.showings ul li {
  font-family: "source-sans-pro";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 15px;
}
/* line 284, ../scss/_pages.scss */
section.showings ul li .venue, section.showings ul li .exhibition {
  font-family: "source-sans-pro";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  display: block;
  padding-right: 40px;
}
/* line 290, ../scss/_pages.scss */
section.showings ul li .date-range {
  font-family: "inconsolata";
  font-style: normal;
  font-weight: 500;
  display: block;
  font-size: 15px;
  text-decoration: none;
}
/* line 296, ../scss/_pages.scss */
section.showings ul li.current {
  background-image: url("../images/chrome/arrow-left-white.f35b0cc12305.svg");
  background-position: right 50%;
  background-size: 30px 30px;
  background-repeat: no-repeat;
}
/* line 302, ../scss/_pages.scss */
section.showings ul li:hover {
  background-image: url("../images/chrome/arrow-right.6d40e0255902.svg");
  background-position: right 50%;
  background-size: 30px 30px;
  background-repeat: no-repeat;
}
/* line 307, ../scss/_pages.scss */
section.showings ul li:hover .venue, section.showings ul li:hover .exhibition {
  text-decoration: underline;
}

/* line 316, ../scss/_pages.scss */
section.partners p, section.sponsors p {
  margin-bottom: 0;
}
/* line 319, ../scss/_pages.scss */
section.partners ul, section.sponsors ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 323, ../scss/_pages.scss */
section.partners ul li, section.sponsors ul li {
  display: inline-block;
  margin: 20px 20px 0 0;
}

@media (max-width: 960px) {
  /* line 330, ../scss/_pages.scss */
  section.partners, section.about-exhibition {
    padding-bottom: 0;
  }
}

/* line 337, ../scss/_pages.scss */
section.resources div.video {
  margin-bottom: 30px;
}
/* line 340, ../scss/_pages.scss */
section.resources div.link, section.resources div.download {
  height: 38px;
  line-height: 38px;
  white-space: nowrap;
  padding-left: 48px;
  background-size: 38px 38px;
  background-repeat: no-repeat;
  background-position: top left;
}
/* line 348, ../scss/_pages.scss */
section.resources div.link a, section.resources div.download a {
  text-decoration: underline;
}
/* line 352, ../scss/_pages.scss */
section.resources div.link {
  background-image: url("../images/chrome/web-link-icon.a10ce1a031bc.svg");
}
/* line 355, ../scss/_pages.scss */
section.resources div.download {
  margin-bottom: 5px;
  position: relative;
  background-image: url("../images/chrome/file-icon.74a9b1f5390b.svg");
}
/* line 358, ../scss/_pages.scss */
section.resources div.download span.file-extension {
  position: absolute;
  top: 19px;
  left: 16px;
  line-height: 8px;
  height: 8px;
  font-size: 8px;
  display: block;
  text-transform: uppercase;
  color: #00ffcc;
}

/* line 374, ../scss/_pages.scss */
section.contact-numbers dl, section.about-artist dl, section.exhibition-details dl {
  margin-top: 0;
  padding-top: 0;
}
/* line 377, ../scss/_pages.scss */
section.contact-numbers dl dt, section.about-artist dl dt, section.exhibition-details dl dt {
  font-weight: bold;
  display: inline;
  padding-right: 10px;
  line-height: 30px;
}
/* line 382, ../scss/_pages.scss */
section.contact-numbers dl dt:before, section.about-artist dl dt:before, section.exhibition-details dl dt:before {
  content: "\A";
  white-space: pre;
}
/* line 386, ../scss/_pages.scss */
section.contact-numbers dl dt:first-child:before, section.about-artist dl dt:first-child:before, section.exhibition-details dl dt:first-child:before {
  content: none;
}
/* line 390, ../scss/_pages.scss */
section.contact-numbers dl dd, section.about-artist dl dd, section.exhibition-details dl dd {
  display: inline;
  margin-left: 0;
}
/* line 393, ../scss/_pages.scss */
section.contact-numbers dl dd p:first-child, section.about-artist dl dd p:first-child, section.exhibition-details dl dd p:first-child {
  margin-top: 0;
  padding-top: 0;
}

/* line 402, ../scss/_pages.scss */
section.venue-address img.map {
  margin-top: 20px;
}

/* line 408, ../scss/_pages.scss */
div.venue-image img {
  padding-left: 46px;
}
@media (min-width: 960px) {
  /* line 408, ../scss/_pages.scss */
  div.venue-image img {
    padding-left: 35.5px;
  }
}

/* line 417, ../scss/_pages.scss */
div.about-main .inner, article.submission-thank-you .inner {
  padding: 36px;
}
@media (min-width: 960px) {
  /* line 417, ../scss/_pages.scss */
  div.about-main .inner, article.submission-thank-you .inner {
    margin: 0;
  }
}

/* line 425, ../scss/_pages.scss */
section.exhibition-details {
  background-color: #00ffcc;
}

/* line 430, ../scss/_pages.scss */
body.contacts div.columns {
  width: 100%;
}
@media (min-width: 960px) {
  /* line 433, ../scss/_pages.scss */
  body.contacts div.columns div.left, body.contacts div.columns div.right {
    width: 50%;
    float: left;
  }
}
/* line 439, ../scss/_pages.scss */
body.contacts section.contact {
  margin: 0;
  padding: 0 0 36px 0;
  font-family: "source-sans-pro";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
}
/* line 444, ../scss/_pages.scss */
body.contacts section.contact h2 {
  float: none;
  border: none;
  padding: 0;
  margin: 0;
  width: auto;
  background-color: #00ffcc;
  font-family: "source-sans-pro";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  height: 36px;
  line-height: 36px;
}
/* line 456, ../scss/_pages.scss */
body.contacts section.contact h3 {
  font-family: "source-sans-pro";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
}
/* line 460, ../scss/_pages.scss */
body.contacts section.contact img {
  margin: 40px 0 20px;
}
/* line 464, ../scss/_pages.scss */
body.contacts section.contact dl dt {
  margin-top: 7px;
}
/* line 466, ../scss/_pages.scss */
body.contacts section.contact dl dt.web-site {
  display: none;
}
/* line 470, ../scss/_pages.scss */
body.contacts section.contact dl dd {
  margin-left: 0;
}
/* line 472, ../scss/_pages.scss */
body.contacts section.contact dl dd.web-site {
  margin-top: 7px;
}
/* line 477, ../scss/_pages.scss */
body.contacts section.contact a.admin-link {
  display: block;
  margin-top: 10px;
}
/* line 483, ../scss/_pages.scss */
body.contacts div.left .inner, body.contacts div.right .inner {
  padding-left: 36px;
}
@media (min-width: 960px) {
  /* line 490, ../scss/_pages.scss */
  body.contacts div.left h2 .inner, body.contacts div.left div .inner, body.contacts div.right h2 .inner, body.contacts div.right div .inner {
    display: block;
    padding: 0;
    margin: 0 36px;
    width: 418px;
  }
  /* line 497, ../scss/_pages.scss */
  body.contacts div.left section, body.contacts div.right section {
    padding-bottom: 40px;
  }
  /* line 503, ../scss/_pages.scss */
  body.contacts div.left h2 .inner, body.contacts div.left div .inner {
    float: right;
  }
}

/* line 512, ../scss/_pages.scss */
body.add-exhibition footer {
  margin-top: 0;
  background-color: #dddddd;
}

/* line 519, ../scss/_pages.scss */
body.available-exhibition-detail footer {
  margin-top: 0;
  background-color: #00ffcc;
}

/* line 526, ../scss/_pages.scss */
.oembed-video-object iframe {
  max-width: 100%;
}

/* formalize - http://formalize.me/ */
/* line 3, ../scss/libs/_formalize.scss */
.input_tiny {
  width: 50px;
}

/* line 7, ../scss/libs/_formalize.scss */
.input_small {
  width: 100px;
}

/* line 11, ../scss/libs/_formalize.scss */
.input_medium {
  width: 150px;
}

/* line 15, ../scss/libs/_formalize.scss */
.input_large {
  width: 200px;
}

/* line 19, ../scss/libs/_formalize.scss */
.input_xlarge {
  width: 250px;
}

/* line 23, ../scss/libs/_formalize.scss */
.input_xxlarge {
  width: 300px;
}

/* line 27, ../scss/libs/_formalize.scss */
.input_full {
  width: 100%;
}

/* line 31, ../scss/libs/_formalize.scss */
.input_full_wrap {
  display: block;
  padding-right: 8px;
}

/* line 36, ../scss/libs/_formalize.scss */
input[type="search"]::-webkit-search-decoration {
  display: none;
}

/* line 44, ../scss/libs/_formalize.scss */
input:invalid,
button:invalid,
a.button:invalid,
select:invalid,
textarea:invalid {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 53, ../scss/libs/_formalize.scss */
input:focus,
button:focus,
a.button:focus,
select:focus,
textarea:focus {
  -webkit-box-shadow: #0066ff 0 0 5px 0;
  -moz-box-shadow: #0066ff 0 0 5px 0;
  box-shadow: #0066ff 0 0 5px 0;
  z-index: 1;
}

/* line 64, ../scss/libs/_formalize.scss */
input[type="file"]:focus, input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 74, ../scss/libs/_formalize.scss */
button,
a.button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #dddddd url("../../images/formalize/button.647e27a6f3fc.png") repeat-x;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, white), color-stop(100%, #dddddd));
  background-image: -webkit-linear-gradient(white, #dddddd);
  background-image: -moz-linear-gradient(white, #dddddd);
  background-image: -o-linear-gradient(white, #dddddd);
  background-image: -ms-linear-gradient(white, #dddddd);
  background-image: linear-gradient(#ffffff, #dddddd);
  border: 1px solid;
  border-color: #dddddd #bbbbbb #999999;
  cursor: pointer;
  color: #333333;
  display: inline-block;
  font: bold 12px/1.3 "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
  outline: 0;
  overflow: visible;
  margin: 0;
  padding: 3px 10px;
  text-shadow: white 0 1px 1px;
  text-decoration: none;
  vertical-align: top;
  width: auto;
  *padding-top: 2px;
  *padding-bottom: 0;
}

/* line 112, ../scss/libs/_formalize.scss */
button:hover,
a.button:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, white), color-stop(1px, #eeeeee), color-stop(100%, #cccccc));
  background-image: -webkit-linear-gradient(white, #eeeeee 1px, #cccccc);
  background-image: -moz-linear-gradient(white, #eeeeee 1px, #cccccc);
  background-image: -o-linear-gradient(white, #eeeeee 1px, #cccccc);
  background-image: -ms-linear-gradient(white, #eeeeee 1px, #cccccc);
  background-image: linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
}

/* line 124, ../scss/libs/_formalize.scss */
button:active,
a.button:active,
input[type="reset"]:active,
input[type="submit"]:active,
input[type="button"]:active {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, white), color-stop(1px, #dddddd), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(white, #dddddd 1px, #eeeeee);
  background-image: -moz-linear-gradient(white, #dddddd 1px, #eeeeee);
  background-image: -o-linear-gradient(white, #dddddd 1px, #eeeeee);
  background-image: -ms-linear-gradient(white, #dddddd 1px, #eeeeee);
  background-image: linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  -webkit-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  -moz-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  border-color: #999999 #bbbbbb #dddddd;
}

/* line 140, ../scss/libs/_formalize.scss */
button::-moz-focus-inner,
a.button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 145, ../scss/libs/_formalize.scss */
a.button {
  *padding-bottom: 3px;
}

/* line 149, ../scss/libs/_formalize.scss */
button {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

/* line 168, ../scss/libs/_formalize.scss */
textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  background-color: white;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: black;
  outline: 0;
  margin: 0;
  padding: 2px 3px;
  text-align: left;
  font-size: 13px;
  font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
  height: 1.8em;
  vertical-align: top;
  *padding-top: 2px;
  *padding-bottom: 1px;
  *height: auto;
}

/* line 211, ../scss/libs/_formalize.scss */
textarea[disabled],
select[disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="email"][disabled],
input[type="month"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="week"][disabled] {
  background-color: #eeeeee;
}

/* line 221, ../scss/libs/_formalize.scss */
button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled],
a.button_disabled {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  color: #888888;
  cursor: default;
}

/* line 234, ../scss/libs/_formalize.scss */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888888;
}

/* line 239, ../scss/libs/_formalize.scss */
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888888;
}

/* line 244, ../scss/libs/_formalize.scss */
input.placeholder_text,
textarea.placeholder_text {
  color: #888888;
}

/* line 250, ../scss/libs/_formalize.scss */
textarea,
select[size],
select[multiple] {
  height: auto;
}

/* line 255, ../scss/libs/_formalize.scss */
select[size="0"],
select[size="1"] {
  height: 1.8em;
  *height: auto;
}

@media (-webkit-min-device-pixel-ratio: 0) {
  /* line 263, ../scss/libs/_formalize.scss */
  select[size],
  select[multiple],
  select[multiple][size] {
    background-image: none;
    padding-right: 3px;
  }

  /* line 270, ../scss/libs/_formalize.scss */
  select,
  select[size="0"],
  select[size="1"] {
    background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
  }

  /* line 277, ../scss/libs/_formalize.scss */
  ::-webkit-validation-bubble-message {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666666), color-stop(1, black));
    border: 1px solid;
    border-color: #747474 #5e5e5e #4f4f4f;
    color: white;
    font: 13px/17px "Lucida Grande", Arial, "Liberation Sans", FreeSans, sans-serif;
    overflow: hidden;
    padding: 15px 15px 17px;
    text-shadow: black 0 0 1px;
    height: 16px;
  }

  /* line 293, ../scss/libs/_formalize.scss */
  ::-webkit-validation-bubble-arrow,
  ::-webkit-validation-bubble-top-outer-arrow,
  ::-webkit-validation-bubble-top-inner-arrow {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #666666;
    border: 0;
  }
}
/* line 300, ../scss/libs/_formalize.scss */
textarea {
  min-height: 40px;
  overflow: auto;
  resize: vertical;
  width: 100%;
}

/* line 307, ../scss/libs/_formalize.scss */
optgroup {
  color: black;
  font-style: normal;
  font-weight: normal;
  font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
}

/* line 313, ../scss/libs/_formalize.scss */
optgroup::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 320, ../scss/libs/_formalize.scss */
.ie6_button,
* html button,
* html a.button {
  background: #dddddd url("../../images/formalize/button.647e27a6f3fc.png") repeat-x;
  border: 1px solid;
  border-color: #dddddd #bbbbbb #999999;
  cursor: pointer;
  color: #333333;
  font: bold 12px/1.2 Arial, sans-serif;
  padding: 2px 10px 0px;
  text-decoration: none;
  overflow: visible;
  vertical-align: top;
  width: auto;
}

/* line 334, ../scss/libs/_formalize.scss */
* html a.button {
  position: relative;
  top: 3px;
  padding-bottom: 2px;
}

/* line 340, ../scss/libs/_formalize.scss */
* html button {
  padding-top: 1px;
  padding-bottom: 1px;
}

/* line 347, ../scss/libs/_formalize.scss */
.ie6_input,
* html textarea,
* html select {
  background: white;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: black;
  padding: 2px 3px 1px;
  font-size: 13px;
  font-family: Arial, sans-serif;
  vertical-align: top;
}

/* line 358, ../scss/libs/_formalize.scss */
* html select {
  margin-top: 1px;
}

/* line 364, ../scss/libs/_formalize.scss */
.placeholder_text,
.ie6_input_disabled,
.ie6_button_disabled {
  color: #888888;
}

/* line 368, ../scss/libs/_formalize.scss */
.ie6_input_disabled {
  background: #eeeeee;
}

/* line 6, ../scss/_forms.scss */
form.favourite_form {
  height: 36px;
  width: 36px;
  font-size: 20px;
}
/* line 10, ../scss/_forms.scss */
form.favourite_form .submit {
  border: none;
  background: none;
  font-size: 1.2em;
  padding: 0;
  margin: 0;
  text-align: center;
  height: 36px;
  width: 36px;
  line-height: 36px;
}
/* line 20, ../scss/_forms.scss */
form.favourite_form .submit.contained {
  color: #FFCC33;
}

/* line 27, ../scss/_forms.scss */
header form.favourite_form {
  display: inline;
}

/* line 31, ../scss/_forms.scss */
li form.favourite_form {
  position: absolute;
  top: 32px;
  left: 32px;
  background: url("../images/chrome/pixels/black-30.b0fa6d53bc8f.png");
}

/* line 39, ../scss/_forms.scss */
body.add-exhibition form {
  background-color: #dddddd;
}
/* line 41, ../scss/_forms.scss */
body.add-exhibition form label {
  font-family: "source-sans-pro";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  margin: 12px 0 6px;
  display: block;
}
/* line 48, ../scss/_forms.scss */
body.add-exhibition form label.checkbox p {
  font-family: "source-sans-pro";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
}
/* line 54, ../scss/_forms.scss */
body.add-exhibition form input, body.add-exhibition form select, body.add-exhibition form textarea {
  width: 100%;
  padding: 12px;
  border: 0;
}
@media (min-width: 960px) {
  /* line 54, ../scss/_forms.scss */
  body.add-exhibition form input, body.add-exhibition form select, body.add-exhibition form textarea {
    width: 418px;
  }
}
/* line 61, ../scss/_forms.scss */
body.add-exhibition form input.checkboxinput, body.add-exhibition form select.checkboxinput, body.add-exhibition form textarea.checkboxinput {
  width: auto;
  height: auto;
  margin-right: 10px;
}
/* line 67, ../scss/_forms.scss */
body.add-exhibition form input, body.add-exhibition form select {
  height: 40px;
}
/* line 69, ../scss/_forms.scss */
body.add-exhibition form input.selectmultiple, body.add-exhibition form select.selectmultiple {
  height: 200px;
}
/* line 73, ../scss/_forms.scss */
body.add-exhibition form p.help-block {
  margin-top: 3px;
  font-size: 14px;
  font-style: italic;
}
/* line 79, ../scss/_forms.scss */
body.add-exhibition input.submit {
  margin-top: 10px;
  background: #00ffcc;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  text-shadow: none;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border: 0;
  padding: 0;
  text-transform: uppercase;
}
/* line 93, ../scss/_forms.scss */
body.add-exhibition div.control-group.error span.help-inline {
  color: red;
}
/* line 96, ../scss/_forms.scss */
body.add-exhibition div.control-group.error input {
  border: 1px solid red;
}

/* line 102, ../scss/_forms.scss */
.ui-widget {
  font-family: "source-sans-pro";
  font-style: normal;
  font-weight: 400;
}

/* line 114, ../scss/_forms.scss */
select {
  height: 38px;
  padding: 10px;
  display: block;
  background-image: url("../images/chrome/arrow-down.04e70cba54e2.svg");
  background-size: 18px 18px;
  background-position: right 8px top 8px;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}
/* line 130, ../scss/_forms.scss */
select.selectmultiple {
  background-image: none;
}

/*!
 *  Font Awesome 3.0.1
 *  the iconic font designed for use with Twitter Bootstrap
 *  -------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation
 *  can be found at: http://fortawesome.github.com/Font-Awesome/
 *
 *  License
 *  -------------------------------------------------------
 *  - The Font Awesome font is licensed under the SIL Open Font License - http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - The Font Awesome pictograms are licensed under the CC BY 3.0 License - http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome"
 *
 *  Contact
 *  -------------------------------------------------------
 *  Email: dave@davegandy.com
 *  Twitter: http://twitter.com/fortaweso_me
 *  Work: Lead Product Designer @ http://kyruus.com
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../font/fontawesome-webfont.455808250694.eot?v=3.0.1");
  src: url("../../font/fontawesome-webfont.455808250694.eot?#iefix&v=3.0.1") format("embedded-opentype"), url("../../font/fontawesome-webfont.21f212f94a9d.woff?v=3.0.1") format("woff"), url("../../font/fontawesome-webfont.bb72c5142ae2.ttf?v=3.0.1") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/*  Font Awesome styles
    ------------------------------------------------------- */
/* line 43, ../scss/typography/font-awesome.scss */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  /* sprites.less reset */
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}

/* more sprites.less reset */
/* line 75, ../scss/typography/font-awesome.scss */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}

/* line 80, ../scss/typography/font-awesome.scss */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}

/* makes sure icons active on rollover in links */
/* line 89, ../scss/typography/font-awesome.scss */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block;
}

/* makes the font 33% larger relative to the icon container */
/* line 95, ../scss/typography/font-awesome.scss */
.icon-large:before {
  vertical-align: -10%;
  font-size: 4/3em;
}

/* line 102, ../scss/typography/font-awesome.scss */
.btn [class^="icon-"],
.btn [class*=" icon-"], .nav [class^="icon-"],
.nav [class*=" icon-"] {
  display: inline;
  /* keeps button heights with and without icons the same */
}
/* line 105, ../scss/typography/font-awesome.scss */
.btn [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large, .nav [class^="icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}
/* line 106, ../scss/typography/font-awesome.scss */
.btn [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin, .nav [class^="icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}

/* line 112, ../scss/typography/font-awesome.scss */
.nav-tabs [class^="icon-"],
.nav-tabs [class*=" icon-"], .nav-pills [class^="icon-"],
.nav-pills [class*=" icon-"] {
  /* keeps button heights with and without icons the same */
}
/* line 114, ../scss/typography/font-awesome.scss */
.nav-tabs [class^="icon-"], .nav-tabs [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"],
.nav-tabs [class*=" icon-"].icon-large, .nav-pills [class^="icon-"], .nav-pills [class^="icon-"].icon-large,
.nav-pills [class*=" icon-"],
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}

/* line 120, ../scss/typography/font-awesome.scss */
li [class^="icon-"],
li [class*=" icon-"], .nav li [class^="icon-"],
.nav li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
/* line 124, ../scss/typography/font-awesome.scss */
li [class^="icon-"].icon-large,
li [class*=" icon-"].icon-large, .nav li [class^="icon-"].icon-large,
.nav li [class*=" icon-"].icon-large {
  /* increased font size for icon-large */
  width: 1.5625em;
}

/* line 131, ../scss/typography/font-awesome.scss */
ul.icons {
  list-style-type: none;
  text-indent: -.75em;
}
/* line 137, ../scss/typography/font-awesome.scss */
ul.icons li [class^="icon-"],
ul.icons li [class*=" icon-"] {
  width: .75em;
}

/* line 143, ../scss/typography/font-awesome.scss */
.icon-muted {
  color: #eeeeee;
}

/* line 150, ../scss/typography/font-awesome.scss */
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 159, ../scss/typography/font-awesome.scss */
.icon-2x {
  font-size: 2em;
}
/* line 161, ../scss/typography/font-awesome.scss */
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 166, ../scss/typography/font-awesome.scss */
.icon-3x {
  font-size: 3em;
}
/* line 168, ../scss/typography/font-awesome.scss */
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 173, ../scss/typography/font-awesome.scss */
.icon-4x {
  font-size: 4em;
}
/* line 175, ../scss/typography/font-awesome.scss */
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 185, ../scss/typography/font-awesome.scss */
.pull-right {
  float: right;
}

/* line 186, ../scss/typography/font-awesome.scss */
.pull-left {
  float: left;
}

/* line 190, ../scss/typography/font-awesome.scss */
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
/* line 193, ../scss/typography/font-awesome.scss */
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}

/* line 202, ../scss/typography/font-awesome.scss */
.btn [class^="icon-"].pull-left.icon-2x, .btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
/* line 204, ../scss/typography/font-awesome.scss */
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}

/* line 212, ../scss/typography/font-awesome.scss */
.btn.btn-small [class^="icon-"].pull-left.icon-2x, .btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}

/* line 219, ../scss/typography/font-awesome.scss */
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
/* line 222, ../scss/typography/font-awesome.scss */
.btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
/* line 224, ../scss/typography/font-awesome.scss */
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
/* line 225, ../scss/typography/font-awesome.scss */
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}

/* line 230, ../scss/typography/font-awesome.scss */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
  /* line 239, ../scss/typography/font-awesome.scss */
  0% {
    -moz-transform: rotate(0deg);
  }

  /* line 240, ../scss/typography/font-awesome.scss */
  100% {
    -moz-transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  /* line 243, ../scss/typography/font-awesome.scss */
  0% {
    -webkit-transform: rotate(0deg);
  }

  /* line 244, ../scss/typography/font-awesome.scss */
  100% {
    -webkit-transform: rotate(359deg);
  }
}

@-o-keyframes spin {
  /* line 247, ../scss/typography/font-awesome.scss */
  0% {
    -o-transform: rotate(0deg);
  }

  /* line 248, ../scss/typography/font-awesome.scss */
  100% {
    -o-transform: rotate(359deg);
  }
}

@-ms-keyframes spin {
  /* line 251, ../scss/typography/font-awesome.scss */
  0% {
    -ms-transform: rotate(0deg);
  }

  /* line 252, ../scss/typography/font-awesome.scss */
  100% {
    -ms-transform: rotate(359deg);
  }
}

@keyframes spin {
  /* line 255, ../scss/typography/font-awesome.scss */
  0% {
    transform: rotate(0deg);
  }

  /* line 256, ../scss/typography/font-awesome.scss */
  100% {
    transform: rotate(359deg);
  }
}

@-moz-document url-prefix() {
  /* line 260, ../scss/typography/font-awesome.scss */
  .icon-spin {
    height: .9em;
  }

  /* line 261, ../scss/typography/font-awesome.scss */
  .btn .icon-spin {
    height: auto;
  }

  /* line 262, ../scss/typography/font-awesome.scss */
  .icon-spin.icon-large {
    height: 1.25em;
  }

  /* line 263, ../scss/typography/font-awesome.scss */
  .btn .icon-spin.icon-large {
    height: .75em;
  }
}

/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */
/* line 268, ../scss/typography/font-awesome.scss */
.icon-glass:before {
  content: "\f000";
}

/* line 269, ../scss/typography/font-awesome.scss */
.icon-music:before {
  content: "\f001";
}

/* line 270, ../scss/typography/font-awesome.scss */
.icon-search:before {
  content: "\f002";
}

/* line 271, ../scss/typography/font-awesome.scss */
.icon-envelope:before {
  content: "\f003";
}

/* line 272, ../scss/typography/font-awesome.scss */
.icon-heart:before {
  content: "\f004";
}

/* line 273, ../scss/typography/font-awesome.scss */
.icon-star:before {
  content: "\f005";
}

/* line 274, ../scss/typography/font-awesome.scss */
.icon-star-empty:before {
  content: "\f006";
}

/* line 275, ../scss/typography/font-awesome.scss */
.icon-user:before {
  content: "\f007";
}

/* line 276, ../scss/typography/font-awesome.scss */
.icon-film:before {
  content: "\f008";
}

/* line 277, ../scss/typography/font-awesome.scss */
.icon-th-large:before {
  content: "\f009";
}

/* line 278, ../scss/typography/font-awesome.scss */
.icon-th:before {
  content: "\f00a";
}

/* line 279, ../scss/typography/font-awesome.scss */
.icon-th-list:before {
  content: "\f00b";
}

/* line 280, ../scss/typography/font-awesome.scss */
.icon-ok:before {
  content: "\f00c";
}

/* line 281, ../scss/typography/font-awesome.scss */
.icon-remove:before {
  content: "\f00d";
}

/* line 282, ../scss/typography/font-awesome.scss */
.icon-zoom-in:before {
  content: "\f00e";
}

/* line 284, ../scss/typography/font-awesome.scss */
.icon-zoom-out:before {
  content: "\f010";
}

/* line 285, ../scss/typography/font-awesome.scss */
.icon-off:before {
  content: "\f011";
}

/* line 286, ../scss/typography/font-awesome.scss */
.icon-signal:before {
  content: "\f012";
}

/* line 287, ../scss/typography/font-awesome.scss */
.icon-cog:before {
  content: "\f013";
}

/* line 288, ../scss/typography/font-awesome.scss */
.icon-trash:before {
  content: "\f014";
}

/* line 289, ../scss/typography/font-awesome.scss */
.icon-home:before {
  content: "\f015";
}

/* line 290, ../scss/typography/font-awesome.scss */
.icon-file:before {
  content: "\f016";
}

/* line 291, ../scss/typography/font-awesome.scss */
.icon-time:before {
  content: "\f017";
}

/* line 292, ../scss/typography/font-awesome.scss */
.icon-road:before {
  content: "\f018";
}

/* line 293, ../scss/typography/font-awesome.scss */
.icon-download-alt:before {
  content: "\f019";
}

/* line 294, ../scss/typography/font-awesome.scss */
.icon-download:before {
  content: "\f01a";
}

/* line 295, ../scss/typography/font-awesome.scss */
.icon-upload:before {
  content: "\f01b";
}

/* line 296, ../scss/typography/font-awesome.scss */
.icon-inbox:before {
  content: "\f01c";
}

/* line 297, ../scss/typography/font-awesome.scss */
.icon-play-circle:before {
  content: "\f01d";
}

/* line 298, ../scss/typography/font-awesome.scss */
.icon-repeat:before {
  content: "\f01e";
}

/* \f020 doesn't work in Safari. all shifted one down */
/* line 301, ../scss/typography/font-awesome.scss */
.icon-refresh:before {
  content: "\f021";
}

/* line 302, ../scss/typography/font-awesome.scss */
.icon-list-alt:before {
  content: "\f022";
}

/* line 303, ../scss/typography/font-awesome.scss */
.icon-lock:before {
  content: "\f023";
}

/* line 304, ../scss/typography/font-awesome.scss */
.icon-flag:before {
  content: "\f024";
}

/* line 305, ../scss/typography/font-awesome.scss */
.icon-headphones:before {
  content: "\f025";
}

/* line 306, ../scss/typography/font-awesome.scss */
.icon-volume-off:before {
  content: "\f026";
}

/* line 307, ../scss/typography/font-awesome.scss */
.icon-volume-down:before {
  content: "\f027";
}

/* line 308, ../scss/typography/font-awesome.scss */
.icon-volume-up:before {
  content: "\f028";
}

/* line 309, ../scss/typography/font-awesome.scss */
.icon-qrcode:before {
  content: "\f029";
}

/* line 310, ../scss/typography/font-awesome.scss */
.icon-barcode:before {
  content: "\f02a";
}

/* line 311, ../scss/typography/font-awesome.scss */
.icon-tag:before {
  content: "\f02b";
}

/* line 312, ../scss/typography/font-awesome.scss */
.icon-tags:before {
  content: "\f02c";
}

/* line 313, ../scss/typography/font-awesome.scss */
.icon-book:before {
  content: "\f02d";
}

/* line 314, ../scss/typography/font-awesome.scss */
.icon-bookmark:before {
  content: "\f02e";
}

/* line 315, ../scss/typography/font-awesome.scss */
.icon-print:before {
  content: "\f02f";
}

/* line 317, ../scss/typography/font-awesome.scss */
.icon-camera:before {
  content: "\f030";
}

/* line 318, ../scss/typography/font-awesome.scss */
.icon-font:before {
  content: "\f031";
}

/* line 319, ../scss/typography/font-awesome.scss */
.icon-bold:before {
  content: "\f032";
}

/* line 320, ../scss/typography/font-awesome.scss */
.icon-italic:before {
  content: "\f033";
}

/* line 321, ../scss/typography/font-awesome.scss */
.icon-text-height:before {
  content: "\f034";
}

/* line 322, ../scss/typography/font-awesome.scss */
.icon-text-width:before {
  content: "\f035";
}

/* line 323, ../scss/typography/font-awesome.scss */
.icon-align-left:before {
  content: "\f036";
}

/* line 324, ../scss/typography/font-awesome.scss */
.icon-align-center:before {
  content: "\f037";
}

/* line 325, ../scss/typography/font-awesome.scss */
.icon-align-right:before {
  content: "\f038";
}

/* line 326, ../scss/typography/font-awesome.scss */
.icon-align-justify:before {
  content: "\f039";
}

/* line 327, ../scss/typography/font-awesome.scss */
.icon-list:before {
  content: "\f03a";
}

/* line 328, ../scss/typography/font-awesome.scss */
.icon-indent-left:before {
  content: "\f03b";
}

/* line 329, ../scss/typography/font-awesome.scss */
.icon-indent-right:before {
  content: "\f03c";
}

/* line 330, ../scss/typography/font-awesome.scss */
.icon-facetime-video:before {
  content: "\f03d";
}

/* line 331, ../scss/typography/font-awesome.scss */
.icon-picture:before {
  content: "\f03e";
}

/* line 333, ../scss/typography/font-awesome.scss */
.icon-pencil:before {
  content: "\f040";
}

/* line 334, ../scss/typography/font-awesome.scss */
.icon-map-marker:before {
  content: "\f041";
}

/* line 335, ../scss/typography/font-awesome.scss */
.icon-adjust:before {
  content: "\f042";
}

/* line 336, ../scss/typography/font-awesome.scss */
.icon-tint:before {
  content: "\f043";
}

/* line 337, ../scss/typography/font-awesome.scss */
.icon-edit:before {
  content: "\f044";
}

/* line 338, ../scss/typography/font-awesome.scss */
.icon-share:before {
  content: "\f045";
}

/* line 339, ../scss/typography/font-awesome.scss */
.icon-check:before {
  content: "\f046";
}

/* line 340, ../scss/typography/font-awesome.scss */
.icon-move:before {
  content: "\f047";
}

/* line 341, ../scss/typography/font-awesome.scss */
.icon-step-backward:before {
  content: "\f048";
}

/* line 342, ../scss/typography/font-awesome.scss */
.icon-fast-backward:before {
  content: "\f049";
}

/* line 343, ../scss/typography/font-awesome.scss */
.icon-backward:before {
  content: "\f04a";
}

/* line 344, ../scss/typography/font-awesome.scss */
.icon-play:before {
  content: "\f04b";
}

/* line 345, ../scss/typography/font-awesome.scss */
.icon-pause:before {
  content: "\f04c";
}

/* line 346, ../scss/typography/font-awesome.scss */
.icon-stop:before {
  content: "\f04d";
}

/* line 347, ../scss/typography/font-awesome.scss */
.icon-forward:before {
  content: "\f04e";
}

/* line 349, ../scss/typography/font-awesome.scss */
.icon-fast-forward:before {
  content: "\f050";
}

/* line 350, ../scss/typography/font-awesome.scss */
.icon-step-forward:before {
  content: "\f051";
}

/* line 351, ../scss/typography/font-awesome.scss */
.icon-eject:before {
  content: "\f052";
}

/* line 352, ../scss/typography/font-awesome.scss */
.icon-chevron-left:before {
  content: "\f053";
}

/* line 353, ../scss/typography/font-awesome.scss */
.icon-chevron-right:before {
  content: "\f054";
}

/* line 354, ../scss/typography/font-awesome.scss */
.icon-plus-sign:before {
  content: "\f055";
}

/* line 355, ../scss/typography/font-awesome.scss */
.icon-minus-sign:before {
  content: "\f056";
}

/* line 356, ../scss/typography/font-awesome.scss */
.icon-remove-sign:before {
  content: "\f057";
}

/* line 357, ../scss/typography/font-awesome.scss */
.icon-ok-sign:before {
  content: "\f058";
}

/* line 358, ../scss/typography/font-awesome.scss */
.icon-question-sign:before {
  content: "\f059";
}

/* line 359, ../scss/typography/font-awesome.scss */
.icon-info-sign:before {
  content: "\f05a";
}

/* line 360, ../scss/typography/font-awesome.scss */
.icon-screenshot:before {
  content: "\f05b";
}

/* line 361, ../scss/typography/font-awesome.scss */
.icon-remove-circle:before {
  content: "\f05c";
}

/* line 362, ../scss/typography/font-awesome.scss */
.icon-ok-circle:before {
  content: "\f05d";
}

/* line 363, ../scss/typography/font-awesome.scss */
.icon-ban-circle:before {
  content: "\f05e";
}

/* line 365, ../scss/typography/font-awesome.scss */
.icon-arrow-left:before {
  content: "\f060";
}

/* line 366, ../scss/typography/font-awesome.scss */
.icon-arrow-right:before {
  content: "\f061";
}

/* line 367, ../scss/typography/font-awesome.scss */
.icon-arrow-up:before {
  content: "\f062";
}

/* line 368, ../scss/typography/font-awesome.scss */
.icon-arrow-down:before {
  content: "\f063";
}

/* line 369, ../scss/typography/font-awesome.scss */
.icon-share-alt:before {
  content: "\f064";
}

/* line 370, ../scss/typography/font-awesome.scss */
.icon-resize-full:before {
  content: "\f065";
}

/* line 371, ../scss/typography/font-awesome.scss */
.icon-resize-small:before {
  content: "\f066";
}

/* line 372, ../scss/typography/font-awesome.scss */
.icon-plus:before {
  content: "\f067";
}

/* line 373, ../scss/typography/font-awesome.scss */
.icon-minus:before {
  content: "\f068";
}

/* line 374, ../scss/typography/font-awesome.scss */
.icon-asterisk:before {
  content: "\f069";
}

/* line 375, ../scss/typography/font-awesome.scss */
.icon-exclamation-sign:before {
  content: "\f06a";
}

/* line 376, ../scss/typography/font-awesome.scss */
.icon-gift:before {
  content: "\f06b";
}

/* line 377, ../scss/typography/font-awesome.scss */
.icon-leaf:before {
  content: "\f06c";
}

/* line 378, ../scss/typography/font-awesome.scss */
.icon-fire:before {
  content: "\f06d";
}

/* line 379, ../scss/typography/font-awesome.scss */
.icon-eye-open:before {
  content: "\f06e";
}

/* line 381, ../scss/typography/font-awesome.scss */
.icon-eye-close:before {
  content: "\f070";
}

/* line 382, ../scss/typography/font-awesome.scss */
.icon-warning-sign:before {
  content: "\f071";
}

/* line 383, ../scss/typography/font-awesome.scss */
.icon-plane:before {
  content: "\f072";
}

/* line 384, ../scss/typography/font-awesome.scss */
.icon-calendar:before {
  content: "\f073";
}

/* line 385, ../scss/typography/font-awesome.scss */
.icon-random:before {
  content: "\f074";
}

/* line 386, ../scss/typography/font-awesome.scss */
.icon-comment:before {
  content: "\f075";
}

/* line 387, ../scss/typography/font-awesome.scss */
.icon-magnet:before {
  content: "\f076";
}

/* line 388, ../scss/typography/font-awesome.scss */
.icon-chevron-up:before {
  content: "\f077";
}

/* line 389, ../scss/typography/font-awesome.scss */
.icon-chevron-down:before {
  content: "\f078";
}

/* line 390, ../scss/typography/font-awesome.scss */
.icon-retweet:before {
  content: "\f079";
}

/* line 391, ../scss/typography/font-awesome.scss */
.icon-shopping-cart:before {
  content: "\f07a";
}

/* line 392, ../scss/typography/font-awesome.scss */
.icon-folder-close:before {
  content: "\f07b";
}

/* line 393, ../scss/typography/font-awesome.scss */
.icon-folder-open:before {
  content: "\f07c";
}

/* line 394, ../scss/typography/font-awesome.scss */
.icon-resize-vertical:before {
  content: "\f07d";
}

/* line 395, ../scss/typography/font-awesome.scss */
.icon-resize-horizontal:before {
  content: "\f07e";
}

/* line 397, ../scss/typography/font-awesome.scss */
.icon-bar-chart:before {
  content: "\f080";
}

/* line 398, ../scss/typography/font-awesome.scss */
.icon-twitter-sign:before {
  content: "\f081";
}

/* line 399, ../scss/typography/font-awesome.scss */
.icon-facebook-sign:before {
  content: "\f082";
}

/* line 400, ../scss/typography/font-awesome.scss */
.icon-camera-retro:before {
  content: "\f083";
}

/* line 401, ../scss/typography/font-awesome.scss */
.icon-key:before {
  content: "\f084";
}

/* line 402, ../scss/typography/font-awesome.scss */
.icon-cogs:before {
  content: "\f085";
}

/* line 403, ../scss/typography/font-awesome.scss */
.icon-comments:before {
  content: "\f086";
}

/* line 404, ../scss/typography/font-awesome.scss */
.icon-thumbs-up:before {
  content: "\f087";
}

/* line 405, ../scss/typography/font-awesome.scss */
.icon-thumbs-down:before {
  content: "\f088";
}

/* line 406, ../scss/typography/font-awesome.scss */
.icon-star-half:before {
  content: "\f089";
}

/* line 407, ../scss/typography/font-awesome.scss */
.icon-heart-empty:before {
  content: "\f08a";
}

/* line 408, ../scss/typography/font-awesome.scss */
.icon-signout:before {
  content: "\f08b";
}

/* line 409, ../scss/typography/font-awesome.scss */
.icon-linkedin-sign:before {
  content: "\f08c";
}

/* line 410, ../scss/typography/font-awesome.scss */
.icon-pushpin:before {
  content: "\f08d";
}

/* line 411, ../scss/typography/font-awesome.scss */
.icon-external-link:before {
  content: "\f08e";
}

/* line 413, ../scss/typography/font-awesome.scss */
.icon-signin:before {
  content: "\f090";
}

/* line 414, ../scss/typography/font-awesome.scss */
.icon-trophy:before {
  content: "\f091";
}

/* line 415, ../scss/typography/font-awesome.scss */
.icon-github-sign:before {
  content: "\f092";
}

/* line 416, ../scss/typography/font-awesome.scss */
.icon-upload-alt:before {
  content: "\f093";
}

/* line 417, ../scss/typography/font-awesome.scss */
.icon-lemon:before {
  content: "\f094";
}

/* line 418, ../scss/typography/font-awesome.scss */
.icon-phone:before {
  content: "\f095";
}

/* line 419, ../scss/typography/font-awesome.scss */
.icon-check-empty:before {
  content: "\f096";
}

/* line 420, ../scss/typography/font-awesome.scss */
.icon-bookmark-empty:before {
  content: "\f097";
}

/* line 421, ../scss/typography/font-awesome.scss */
.icon-phone-sign:before {
  content: "\f098";
}

/* line 422, ../scss/typography/font-awesome.scss */
.icon-twitter:before {
  content: "\f099";
}

/* line 423, ../scss/typography/font-awesome.scss */
.icon-facebook:before {
  content: "\f09a";
}

/* line 424, ../scss/typography/font-awesome.scss */
.icon-github:before {
  content: "\f09b";
}

/* line 425, ../scss/typography/font-awesome.scss */
.icon-unlock:before {
  content: "\f09c";
}

/* line 426, ../scss/typography/font-awesome.scss */
.icon-credit-card:before {
  content: "\f09d";
}

/* line 427, ../scss/typography/font-awesome.scss */
.icon-rss:before {
  content: "\f09e";
}

/* line 429, ../scss/typography/font-awesome.scss */
.icon-hdd:before {
  content: "\f0a0";
}

/* line 430, ../scss/typography/font-awesome.scss */
.icon-bullhorn:before {
  content: "\f0a1";
}

/* line 431, ../scss/typography/font-awesome.scss */
.icon-bell:before {
  content: "\f0a2";
}

/* line 432, ../scss/typography/font-awesome.scss */
.icon-certificate:before {
  content: "\f0a3";
}

/* line 433, ../scss/typography/font-awesome.scss */
.icon-hand-right:before {
  content: "\f0a4";
}

/* line 434, ../scss/typography/font-awesome.scss */
.icon-hand-left:before {
  content: "\f0a5";
}

/* line 435, ../scss/typography/font-awesome.scss */
.icon-hand-up:before {
  content: "\f0a6";
}

/* line 436, ../scss/typography/font-awesome.scss */
.icon-hand-down:before {
  content: "\f0a7";
}

/* line 437, ../scss/typography/font-awesome.scss */
.icon-circle-arrow-left:before {
  content: "\f0a8";
}

/* line 438, ../scss/typography/font-awesome.scss */
.icon-circle-arrow-right:before {
  content: "\f0a9";
}

/* line 439, ../scss/typography/font-awesome.scss */
.icon-circle-arrow-up:before {
  content: "\f0aa";
}

/* line 440, ../scss/typography/font-awesome.scss */
.icon-circle-arrow-down:before {
  content: "\f0ab";
}

/* line 441, ../scss/typography/font-awesome.scss */
.icon-globe:before {
  content: "\f0ac";
}

/* line 442, ../scss/typography/font-awesome.scss */
.icon-wrench:before {
  content: "\f0ad";
}

/* line 443, ../scss/typography/font-awesome.scss */
.icon-tasks:before {
  content: "\f0ae";
}

/* line 445, ../scss/typography/font-awesome.scss */
.icon-filter:before {
  content: "\f0b0";
}

/* line 446, ../scss/typography/font-awesome.scss */
.icon-briefcase:before {
  content: "\f0b1";
}

/* line 447, ../scss/typography/font-awesome.scss */
.icon-fullscreen:before {
  content: "\f0b2";
}

/* line 449, ../scss/typography/font-awesome.scss */
.icon-group:before {
  content: "\f0c0";
}

/* line 450, ../scss/typography/font-awesome.scss */
.icon-link:before {
  content: "\f0c1";
}

/* line 451, ../scss/typography/font-awesome.scss */
.icon-cloud:before {
  content: "\f0c2";
}

/* line 452, ../scss/typography/font-awesome.scss */
.icon-beaker:before {
  content: "\f0c3";
}

/* line 453, ../scss/typography/font-awesome.scss */
.icon-cut:before {
  content: "\f0c4";
}

/* line 454, ../scss/typography/font-awesome.scss */
.icon-copy:before {
  content: "\f0c5";
}

/* line 455, ../scss/typography/font-awesome.scss */
.icon-paper-clip:before {
  content: "\f0c6";
}

/* line 456, ../scss/typography/font-awesome.scss */
.icon-save:before {
  content: "\f0c7";
}

/* line 457, ../scss/typography/font-awesome.scss */
.icon-sign-blank:before {
  content: "\f0c8";
}

/* line 458, ../scss/typography/font-awesome.scss */
.icon-reorder:before {
  content: "\f0c9";
}

/* line 459, ../scss/typography/font-awesome.scss */
.icon-list-ul:before {
  content: "\f0ca";
}

/* line 460, ../scss/typography/font-awesome.scss */
.icon-list-ol:before {
  content: "\f0cb";
}

/* line 461, ../scss/typography/font-awesome.scss */
.icon-strikethrough:before {
  content: "\f0cc";
}

/* line 462, ../scss/typography/font-awesome.scss */
.icon-underline:before {
  content: "\f0cd";
}

/* line 463, ../scss/typography/font-awesome.scss */
.icon-table:before {
  content: "\f0ce";
}

/* line 465, ../scss/typography/font-awesome.scss */
.icon-magic:before {
  content: "\f0d0";
}

/* line 466, ../scss/typography/font-awesome.scss */
.icon-truck:before {
  content: "\f0d1";
}

/* line 467, ../scss/typography/font-awesome.scss */
.icon-pinterest:before {
  content: "\f0d2";
}

/* line 468, ../scss/typography/font-awesome.scss */
.icon-pinterest-sign:before {
  content: "\f0d3";
}

/* line 469, ../scss/typography/font-awesome.scss */
.icon-google-plus-sign:before {
  content: "\f0d4";
}

/* line 470, ../scss/typography/font-awesome.scss */
.icon-google-plus:before {
  content: "\f0d5";
}

/* line 471, ../scss/typography/font-awesome.scss */
.icon-money:before {
  content: "\f0d6";
}

/* line 472, ../scss/typography/font-awesome.scss */
.icon-caret-down:before {
  content: "\f0d7";
}

/* line 473, ../scss/typography/font-awesome.scss */
.icon-caret-up:before {
  content: "\f0d8";
}

/* line 474, ../scss/typography/font-awesome.scss */
.icon-caret-left:before {
  content: "\f0d9";
}

/* line 475, ../scss/typography/font-awesome.scss */
.icon-caret-right:before {
  content: "\f0da";
}

/* line 476, ../scss/typography/font-awesome.scss */
.icon-columns:before {
  content: "\f0db";
}

/* line 477, ../scss/typography/font-awesome.scss */
.icon-sort:before {
  content: "\f0dc";
}

/* line 478, ../scss/typography/font-awesome.scss */
.icon-sort-down:before {
  content: "\f0dd";
}

/* line 479, ../scss/typography/font-awesome.scss */
.icon-sort-up:before {
  content: "\f0de";
}

/* line 481, ../scss/typography/font-awesome.scss */
.icon-envelope-alt:before {
  content: "\f0e0";
}

/* line 482, ../scss/typography/font-awesome.scss */
.icon-linkedin:before {
  content: "\f0e1";
}

/* line 483, ../scss/typography/font-awesome.scss */
.icon-undo:before {
  content: "\f0e2";
}

/* line 484, ../scss/typography/font-awesome.scss */
.icon-legal:before {
  content: "\f0e3";
}

/* line 485, ../scss/typography/font-awesome.scss */
.icon-dashboard:before {
  content: "\f0e4";
}

/* line 486, ../scss/typography/font-awesome.scss */
.icon-comment-alt:before {
  content: "\f0e5";
}

/* line 487, ../scss/typography/font-awesome.scss */
.icon-comments-alt:before {
  content: "\f0e6";
}

/* line 488, ../scss/typography/font-awesome.scss */
.icon-bolt:before {
  content: "\f0e7";
}

/* line 489, ../scss/typography/font-awesome.scss */
.icon-sitemap:before {
  content: "\f0e8";
}

/* line 490, ../scss/typography/font-awesome.scss */
.icon-umbrella:before {
  content: "\f0e9";
}

/* line 491, ../scss/typography/font-awesome.scss */
.icon-paste:before {
  content: "\f0ea";
}

/* line 492, ../scss/typography/font-awesome.scss */
.icon-lightbulb:before {
  content: "\f0eb";
}

/* line 493, ../scss/typography/font-awesome.scss */
.icon-exchange:before {
  content: "\f0ec";
}

/* line 494, ../scss/typography/font-awesome.scss */
.icon-cloud-download:before {
  content: "\f0ed";
}

/* line 495, ../scss/typography/font-awesome.scss */
.icon-cloud-upload:before {
  content: "\f0ee";
}

/* line 497, ../scss/typography/font-awesome.scss */
.icon-user-md:before {
  content: "\f0f0";
}

/* line 498, ../scss/typography/font-awesome.scss */
.icon-stethoscope:before {
  content: "\f0f1";
}

/* line 499, ../scss/typography/font-awesome.scss */
.icon-suitcase:before {
  content: "\f0f2";
}

/* line 500, ../scss/typography/font-awesome.scss */
.icon-bell-alt:before {
  content: "\f0f3";
}

/* line 501, ../scss/typography/font-awesome.scss */
.icon-coffee:before {
  content: "\f0f4";
}

/* line 502, ../scss/typography/font-awesome.scss */
.icon-food:before {
  content: "\f0f5";
}

/* line 503, ../scss/typography/font-awesome.scss */
.icon-file-alt:before {
  content: "\f0f6";
}

/* line 504, ../scss/typography/font-awesome.scss */
.icon-building:before {
  content: "\f0f7";
}

/* line 505, ../scss/typography/font-awesome.scss */
.icon-hospital:before {
  content: "\f0f8";
}

/* line 506, ../scss/typography/font-awesome.scss */
.icon-ambulance:before {
  content: "\f0f9";
}

/* line 507, ../scss/typography/font-awesome.scss */
.icon-medkit:before {
  content: "\f0fa";
}

/* line 508, ../scss/typography/font-awesome.scss */
.icon-fighter-jet:before {
  content: "\f0fb";
}

/* line 509, ../scss/typography/font-awesome.scss */
.icon-beer:before {
  content: "\f0fc";
}

/* line 510, ../scss/typography/font-awesome.scss */
.icon-h-sign:before {
  content: "\f0fd";
}

/* line 511, ../scss/typography/font-awesome.scss */
.icon-plus-sign-alt:before {
  content: "\f0fe";
}

/* line 513, ../scss/typography/font-awesome.scss */
.icon-double-angle-left:before {
  content: "\f100";
}

/* line 514, ../scss/typography/font-awesome.scss */
.icon-double-angle-right:before {
  content: "\f101";
}

/* line 515, ../scss/typography/font-awesome.scss */
.icon-double-angle-up:before {
  content: "\f102";
}

/* line 516, ../scss/typography/font-awesome.scss */
.icon-double-angle-down:before {
  content: "\f103";
}

/* line 517, ../scss/typography/font-awesome.scss */
.icon-angle-left:before {
  content: "\f104";
}

/* line 518, ../scss/typography/font-awesome.scss */
.icon-angle-right:before {
  content: "\f105";
}

/* line 519, ../scss/typography/font-awesome.scss */
.icon-angle-up:before {
  content: "\f106";
}

/* line 520, ../scss/typography/font-awesome.scss */
.icon-angle-down:before {
  content: "\f107";
}

/* line 521, ../scss/typography/font-awesome.scss */
.icon-desktop:before {
  content: "\f108";
}

/* line 522, ../scss/typography/font-awesome.scss */
.icon-laptop:before {
  content: "\f109";
}

/* line 523, ../scss/typography/font-awesome.scss */
.icon-tablet:before {
  content: "\f10a";
}

/* line 524, ../scss/typography/font-awesome.scss */
.icon-mobile-phone:before {
  content: "\f10b";
}

/* line 525, ../scss/typography/font-awesome.scss */
.icon-circle-blank:before {
  content: "\f10c";
}

/* line 526, ../scss/typography/font-awesome.scss */
.icon-quote-left:before {
  content: "\f10d";
}

/* line 527, ../scss/typography/font-awesome.scss */
.icon-quote-right:before {
  content: "\f10e";
}

/* line 529, ../scss/typography/font-awesome.scss */
.icon-spinner:before {
  content: "\f110";
}

/* line 530, ../scss/typography/font-awesome.scss */
.icon-circle:before {
  content: "\f111";
}

/* line 531, ../scss/typography/font-awesome.scss */
.icon-reply:before {
  content: "\f112";
}

/* line 532, ../scss/typography/font-awesome.scss */
.icon-github-alt:before {
  content: "\f113";
}

/* line 533, ../scss/typography/font-awesome.scss */
.icon-folder-close-alt:before {
  content: "\f114";
}

/* line 534, ../scss/typography/font-awesome.scss */
.icon-folder-open-alt:before {
  content: "\f115";
}

@media (max-width: 640px) {
  /* line 7, ../scss/_responsive.scss */
  body {
    font-size: 10.5px;
  }

  /* line 10, ../scss/_responsive.scss */
  header.primary {
    height: 40px;
  }

  /* line 14, ../scss/_responsive.scss */
  article header {
    padding: 40px 22px;
  }
  /* line 17, ../scss/_responsive.scss */
  article header h1 {
    font-size: 22px;
    line-height: 24px;
  }
  /* line 22, ../scss/_responsive.scss */
  article header h2.date-range {
    font-size: 11.5px;
  }
  /* line 25, ../scss/_responsive.scss */
  article header h2.subtitle {
    font-family: "source-sans-pro";
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
  }
  /* line 28, ../scss/_responsive.scss */
  article header h2.subtitle.smaller {
    font-size: 10.5px;
  }

  /* line 36, ../scss/_responsive.scss */
  footer nav {
    margin-top: 25px;
  }

  /* line 40, ../scss/_responsive.scss */
  body.refine-overlay-shown, body.nav-overlay-shown {
    background-color: black;
  }
  /* line 42, ../scss/_responsive.scss */
  body.refine-overlay-shown img.close, body.nav-overlay-shown img.close {
    display: block;
    position: absolute;
    top: 13px;
    right: 26px;
    cursor: pointer;
    width: 14px;
    height: 14px;
  }
  /* line 51, ../scss/_responsive.scss */
  body.refine-overlay-shown h3.tab, body.nav-overlay-shown h3.tab {
    display: none;
  }
  /* line 55, ../scss/_responsive.scss */
  body.refine-overlay-shown header.primary, body.nav-overlay-shown header.primary {
    display: none;
  }
  /* line 59, ../scss/_responsive.scss */
  body.refine-overlay-shown #content > ul, body.refine-overlay-shown #content > article, body.nav-overlay-shown #content > ul, body.nav-overlay-shown #content > article {
    display: none;
  }
  /* line 63, ../scss/_responsive.scss */
  body.refine-overlay-shown footer .left, body.nav-overlay-shown footer .left {
    display: none;
  }

  /* line 68, ../scss/_responsive.scss */
  body.nav-overlay-shown header.slideshow {
    display: none;
  }
  /* line 71, ../scss/_responsive.scss */
  body.nav-overlay-shown footer {
    font-family: "source-sans-pro";
    font-style: normal;
    font-weight: 400;
  }
  /* line 73, ../scss/_responsive.scss */
  body.nav-overlay-shown footer nav {
    margin-top: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    background-color: black;
    min-height: 100%;
    width: 100%;
    z-index: 120;
  }
  /* line 84, ../scss/_responsive.scss */
  body.nav-overlay-shown footer nav > ul {
    margin: 0 auto;
    padding: 0 18px;
  }
  /* line 87, ../scss/_responsive.scss */
  body.nav-overlay-shown footer nav > ul > li {
    margin: 44px auto;
  }
  /* line 89, ../scss/_responsive.scss */
  body.nav-overlay-shown footer nav > ul > li > a {
    line-height: 22.5px;
    color: #00ffcc;
    font-size: 20px;
    font-weight: normal;
  }
  /* line 95, ../scss/_responsive.scss */
  body.nav-overlay-shown footer nav > ul > li ul {
    margin-top: 25px;
  }
  /* line 97, ../scss/_responsive.scss */
  body.nav-overlay-shown footer nav > ul > li ul li {
    margin: 0 0 13px 0;
  }
  /* line 101, ../scss/_responsive.scss */
  body.nav-overlay-shown footer nav > ul > li.about, body.nav-overlay-shown footer nav > ul > li ul li {
    cursor: pointer;
    background-color: #00ffcc;
    background-image: url("../images/chrome/arrow-right.6d40e0255902.svg");
    background-size: 8.5px 8.5px;
    background-repeat: no-repeat;
    background-position: right 16.75px top 16.75px;
    padding: 0 42px 0 0;
    height: 42px;
  }
  /* line 110, ../scss/_responsive.scss */
  body.nav-overlay-shown footer nav > ul > li.about a, body.nav-overlay-shown footer nav > ul > li ul li a {
    display: block;
    height: 16px;
    line-height: 16px;
  }
  /* line 116, ../scss/_responsive.scss */
  body.nav-overlay-shown footer nav > ul > li.about {
    background-color: black;
    background-image: url("../images/chrome/arrow-right-white.4303715f081b.svg");
  }
  /* line 119, ../scss/_responsive.scss */
  body.nav-overlay-shown footer nav > ul > li.about a {
    background-color: black;
    padding: 13px 0;
  }
  /* line 124, ../scss/_responsive.scss */
  body.nav-overlay-shown footer nav > ul > li ul li a {
    font-size: 10.5px;
    background-color: white;
    padding: 13px;
  }

  /* line 135, ../scss/_responsive.scss */
  body.refine-overlay-shown header.slideshow {
    position: static;
  }
  /* line 138, ../scss/_responsive.scss */
  body.refine-overlay-shown footer {
    display: none;
  }
  /* line 141, ../scss/_responsive.scss */
  body.refine-overlay-shown form.filter {
    padding: 0 5%;
    width: 90%;
    min-width: 275px;
    font-size: 11px;
  }
  /* line 145, ../scss/_responsive.scss */
  body.refine-overlay-shown form.filter fieldset {
    width: 100%;
    margin-top: 43.5px;
    padding: 0;
  }
  /* line 149, ../scss/_responsive.scss */
  body.refine-overlay-shown form.filter fieldset legend {
    font-size: 20px;
    font-weight: normal;
  }
  /* line 153, ../scss/_responsive.scss */
  body.refine-overlay-shown form.filter fieldset > div {
    margin-bottom: 14.5px;
  }
  /* line 158, ../scss/_responsive.scss */
  body.refine-overlay-shown form.filter fieldset.sort li label {
    height: auto;
    padding: 0;
  }
  /* line 162, ../scss/_responsive.scss */
  body.refine-overlay-shown form.filter fieldset.sort li input {
    height: auto;
    width: auto;
    font-size: 11.5px;
  }
  /* line 168, ../scss/_responsive.scss */
  body.refine-overlay-shown form.filter fieldset.sort input.submit {
    width: 100%;
    margin: 42.5px 0;
    font-size: 14.5px;
    padding: 0;
  }
  /* line 176, ../scss/_responsive.scss */
  body.refine-overlay-shown form.filter input, body.refine-overlay-shown form.filter select, body.refine-overlay-shown form.filter label {
    height: 40px;
    width: auto;
    padding: 13px;
    font-size: 11px;
    font-family: "source-sans-pro";
    font-style: normal;
    font-weight: 400;
  }
  /* line 183, ../scss/_responsive.scss */
  body.refine-overlay-shown form.filter input#id_keywords, body.refine-overlay-shown form.filter select#id_state, body.refine-overlay-shown form.filter select#id_size {
    width: 100%;
  }
  /* line 186, ../scss/_responsive.scss */
  body.refine-overlay-shown form.filter div.keywords {
    position: relative;
  }
  /* line 189, ../scss/_responsive.scss */
  body.refine-overlay-shown form.filter .dates {
    height: 40px;
    position: relative;
  }
  /* line 192, ../scss/_responsive.scss */
  body.refine-overlay-shown form.filter .dates input {
    width: 48%;
    position: absolute;
    top: 0;
  }
  /* line 196, ../scss/_responsive.scss */
  body.refine-overlay-shown form.filter .dates input#id_min_date {
    left: 0;
  }
  /* line 199, ../scss/_responsive.scss */
  body.refine-overlay-shown form.filter .dates input#id_max_date {
    right: 0;
  }
  /* line 204, ../scss/_responsive.scss */
  body.refine-overlay-shown form.filter select, body.refine-overlay-shown form.filter .dates input {
    background-size: 11.5px 11.5px;
    background-position: right 9px top 14px;
  }
  /* line 208, ../scss/_responsive.scss */
  body.refine-overlay-shown form.filter .search-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  /* line 221, ../scss/_responsive.scss */
  section.works a.next, section.works a.prev {
    height: 155px;
    width: 22px;
  }
  /* line 225, ../scss/_responsive.scss */
  section.works div.image {
    height: 155px;
  }
  /* line 227, ../scss/_responsive.scss */
  section.works div.image img.work {
    height: 155px;
  }
  /* line 232, ../scss/_responsive.scss */
  section.works div.details strong {
    font-size: 11.5px;
  }
  /* line 235, ../scss/_responsive.scss */
  section.works div.details .left, section.works div.details .right {
    float: none;
    width: auto;
    margin: 0;
    padding: 0 23px;
  }

  /* line 243, ../scss/_responsive.scss */
  section {
    margin: 23px;
  }
  /* line 245, ../scss/_responsive.scss */
  section h2 {
    font-size: 20px;
    line-height: 21.5px;
  }
  /* line 250, ../scss/_responsive.scss */
  section div.inner div {
    font-size: 10.5px;
  }
  /* line 257, ../scss/_responsive.scss */
  section.showings ul li .venue, section.showings ul li .exhibition {
    font-size: 11.5px;
  }
  /* line 260, ../scss/_responsive.scss */
  section.showings ul li .date-range {
    font-size: 10.5px;
  }

  /* line 270, ../scss/_responsive.scss */
  footer nav > ul > li {
    font-size: 11.5px;
  }
  /* line 273, ../scss/_responsive.scss */
  footer nav > ul > li ul li {
    font-size: 10.5px;
  }

  /* line 281, ../scss/_responsive.scss */
  header.slideshow {
    height: 297.5px;
  }
  /* line 283, ../scss/_responsive.scss */
  header.slideshow div.text {
    top: 117px;
  }
  /* line 285, ../scss/_responsive.scss */
  header.slideshow div.text h1 {
    font-size: 11px;
    line-height: 11px;
    height: 11px;
    letter-spacing: 0px;
  }
  /* line 291, ../scss/_responsive.scss */
  header.slideshow div.text hr {
    width: 21.5px;
    margin: 2.5px auto 3.5px;
  }
  /* line 295, ../scss/_responsive.scss */
  header.slideshow div.text h2 {
    font-size: 26px;
    letter-spacing: 2px;
    line-height: 23.5px;
  }

  /* line 302, ../scss/_responsive.scss */
  ul.exhibitions, body.exhibition-list ul.showings {
    min-width: 0;
  }
  /* line 304, ../scss/_responsive.scss */
  ul.exhibitions li, body.exhibition-list ul.showings li {
    width: 100%;
    height: 152px;
  }
  /* line 305, ../scss/_responsive.scss */
  ul.exhibitions li a, body.exhibition-list ul.showings li a {
    text-decoration: none;
  }
  /* line 310, ../scss/_responsive.scss */
  ul.exhibitions li div.image, body.exhibition-list ul.showings li div.image {
    width: 107px;
    height: 107px;
    margin-left: 22.5px;
    margin-top: 22.5px;
    margin-right: 0;
  }
  /* line 317, ../scss/_responsive.scss */
  ul.exhibitions li div.text, body.exhibition-list ul.showings li div.text {
    float: none;
    width: auto;
    margin: 0 23px 0 130px;
    padding: 23px 13px 23px 13px;
    height: 107px;
    font-size: 11.5px;
    line-height: 10px;
  }
  /* line 325, ../scss/_responsive.scss */
  ul.exhibitions li div.text .title, body.exhibition-list ul.showings li div.text .title {
    font-size: 16px;
    line-height: 16px;
  }
  /* line 329, ../scss/_responsive.scss */
  ul.exhibitions li div.text .date-range, body.exhibition-list ul.showings li div.text .date-range {
    margin-top: 2px;
    white-space: nowrap;
  }
  /* line 333, ../scss/_responsive.scss */
  ul.exhibitions li div.text .bottom, body.exhibition-list ul.showings li div.text .bottom {
    position: absolute;
    padding-right: 23px;
    bottom: 23px;
    line-height: 13px;
  }
  /* line 340, ../scss/_responsive.scss */
  ul.exhibitions li .arrow, body.exhibition-list ul.showings li .arrow {
    position: absolute;
    top: 0;
    right: 0;
    background-size: 11px 11px;
    width: 23.5px;
  }
  /* line 347, ../scss/_responsive.scss */
  ul.exhibitions li div.inner, body.exhibition-list ul.showings li div.inner {
    position: relative;
    width: 100%;
  }

  /* line 353, ../scss/_responsive.scss */
  li form.favourite_form {
    top: 23px;
    left: 23px;
  }

  /* line 359, ../scss/_responsive.scss */
  body.add-exhibition form label {
    font-size: 11.5px;
    line-height: 11.5px;
    margin: 7.5px 0 4.5px;
  }
  /* line 364, ../scss/_responsive.scss */
  body.add-exhibition form label.checkbox p {
    font-size: 10.5px;
  }
  /* line 369, ../scss/_responsive.scss */
  body.add-exhibition form input, body.add-exhibition form select, body.add-exhibition form textarea {
    width: 100%;
    font-size: 10.5px;
    padding: 12.5px;
  }
  /* line 373, ../scss/_responsive.scss */
  body.add-exhibition form input.checkboxinput, body.add-exhibition form select.checkboxinput, body.add-exhibition form textarea.checkboxinput {
    margin-right: 7.5px;
  }
  /* line 377, ../scss/_responsive.scss */
  body.add-exhibition form input, body.add-exhibition form select {
    height: 40px;
  }
  /* line 379, ../scss/_responsive.scss */
  body.add-exhibition form input.selectmultiple, body.add-exhibition form select.selectmultiple {
    height: 150px;
  }
  /* line 383, ../scss/_responsive.scss */
  body.add-exhibition form p.help-block {
    margin-top: 3px;
    font-size: 9.5px;
  }
  /* line 388, ../scss/_responsive.scss */
  body.add-exhibition input.submit {
    margin-top: 7px;
    height: 40px;
    line-height: 40px;
  }

  /* line 394, ../scss/_responsive.scss */
  select {
    height: 40px;
    padding: 12.5px;
    background-size: 11.5px 11.5px;
    background-position: right 9px top 14px;
  }

  /* line 402, ../scss/_responsive.scss */
  body.contacts section.contact {
    padding: 0 0 22.5px 0;
    font-size: 10.5px;
  }
  /* line 405, ../scss/_responsive.scss */
  body.contacts section.contact h2 {
    font-size: 10.5px;
    height: 22.5px;
    line-height: 22.5px;
  }
  /* line 410, ../scss/_responsive.scss */
  body.contacts section.contact h3 {
    font-size: 11px;
  }
  /* line 413, ../scss/_responsive.scss */
  body.contacts section.contact img {
    margin: 25px 0 12.5px;
  }
  /* line 417, ../scss/_responsive.scss */
  body.contacts section.contact dl dt {
    margin-top: 5.5px;
  }
  /* line 421, ../scss/_responsive.scss */
  body.contacts section.contact dl dd.web-site {
    margin-top: 5.5px;
  }
  /* line 426, ../scss/_responsive.scss */
  body.contacts section.contact a.admin-link {
    margin-top: 7.5px;
  }
  /* line 431, ../scss/_responsive.scss */
  body.contacts div.left .inner, body.contacts div.right .inner {
    padding-left: 22.5px;
  }

  /* line 438, ../scss/_responsive.scss */
  header.primary img.logo {
    height: 58.5px;
    width: 54px;
    top: 8.5px;
    left: 23px;
    margin-left: 0;
  }
  /* line 445, ../scss/_responsive.scss */
  header.primary img.hamburger {
    display: block;
    width: 18.5px;
    height: 18.5px;
    top: 10.75px;
    right: 23px;
  }

  /* line 457, ../scss/_responsive.scss */
  h3.tab {
    height: 38.5px;
    font-size: 11.5px;
    line-height: 38.5px;
    background-size: 10px 10px;
    background-position: 22.5px 14px;
    width: 100%;
    background-position-x: 23px;
    padding-left: 40.5px;
    left: 0;
    margin: 0;
  }

  /* line 470, ../scss/_responsive.scss */
  form.filter {
    position: absolute;
    bottom: auto;
    top: 0;
    min-height: 100%;
    background-color: black;
    z-index: 120;
  }

  /* line 479, ../scss/_responsive.scss */
  #content {
    margin-top: 34px;
  }

  /* line 486, ../scss/_responsive.scss */
  section.showings ul li .venue, section.showings ul li .exhibition {
    padding-right: 20px;
  }
  /* line 489, ../scss/_responsive.scss */
  section.showings ul li.current {
    background-size: 15px 15px;
  }
  /* line 492, ../scss/_responsive.scss */
  section.showings ul li:hover {
    background-size: 15px 15px;
  }

  /* line 500, ../scss/_responsive.scss */
  div.venue-image img {
    padding-left: 0;
  }

  /* line 506, ../scss/_responsive.scss */
  section.resources div.video {
    margin-bottom: 15px;
  }
  /* line 510, ../scss/_responsive.scss */
  section.resources div.link span.filesize, section.resources div.download span.filesize {
    display: none;
  }

  /* line 518, ../scss/_responsive.scss */
  section.contact-numbers dl dt, section.about-artist dl dt, section.exhibition-details dl dt {
    padding-right: 5px;
    line-height: 15px;
  }

  /* line 525, ../scss/_responsive.scss */
  footer {
    margin: 25px 0 0 0;
  }
  /* line 527, ../scss/_responsive.scss */
  footer .left, footer .right {
    padding: 0 23px;
  }
  /* line 531, ../scss/_responsive.scss */
  footer .left p {
    margin: 0 0 10.5px;
  }
  /* line 535, ../scss/_responsive.scss */
  footer .right {
    margin-top: 0;
  }
  /* line 540, ../scss/_responsive.scss */
  footer nav > ul > li {
    font-size: 9px;
  }
  /* line 542, ../scss/_responsive.scss */
  footer nav > ul > li ul {
    margin: 0 0 8.5px;
  }
  /* line 544, ../scss/_responsive.scss */
  footer nav > ul > li ul li {
    font-size: 8.5px;
  }
  /* line 551, ../scss/_responsive.scss */
  footer .inner {
    padding: 25px 0;
  }

  /* line 556, ../scss/_responsive.scss */
  div.disclaimer {
    font-size: 9.5px;
    margin-bottom: 25px;
  }
  /* line 558, ../scss/_responsive.scss */
  div.disclaimer p {
    padding: 0 23px;
  }

  /* line 565, ../scss/_responsive.scss */
  form.favourite_form {
    height: 18px;
    width: 18px;
    font-size: 10px;
  }
  /* line 569, ../scss/_responsive.scss */
  form.favourite_form .submit {
    height: 18px;
    width: 18px;
    line-height: 18px;
  }
}
@media (max-width: 960px) {
  /* line 579, ../scss/_responsive.scss */
  ul.exhibitions, body.exhibition-list ul.showings {
    min-width: 0;
  }
  /* line 581, ../scss/_responsive.scss */
  ul.exhibitions li, body.exhibition-list ul.showings li {
    width: 100%;
  }
  /* line 582, ../scss/_responsive.scss */
  ul.exhibitions li a, body.exhibition-list ul.showings li a {
    text-decoration: none;
  }
  /* line 589, ../scss/_responsive.scss */
  ul.exhibitions li div.text, body.exhibition-list ul.showings li div.text {
    float: none;
    width: auto;
    padding-right: 10px;
    margin-right: 24px;
  }
  /* line 600, ../scss/_responsive.scss */
  ul.exhibitions li div.text .bottom, body.exhibition-list ul.showings li div.text .bottom {
    position: absolute;
  }
  /* line 604, ../scss/_responsive.scss */
  ul.exhibitions li .arrow, body.exhibition-list ul.showings li .arrow {
    position: absolute;
    top: 0;
    right: 0;
  }
  /* line 609, ../scss/_responsive.scss */
  ul.exhibitions li div.inner, body.exhibition-list ul.showings li div.inner {
    width: 100%;
  }

  /* line 615, ../scss/_responsive.scss */
  h3.tab {
    width: 100%;
    left: 0;
    margin: 0;
  }
}
/* line 1, ../scss/utilities/_classes.scss */
.hidden {
  display: none;
  visibility: hidden;
}

/* line 7, ../scss/utilities/_classes.scss */
.clearfix {
  zoom: 1;
}
/* line 10, ../scss/utilities/_classes.scss */
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
/* line 16, ../scss/utilities/_classes.scss */
.clearfix:after {
  clear: both;
}

/* line 22, ../scss/utilities/_classes.scss */
img, object, embed {
  max-width: 100%;
}

/* line 27, ../scss/utilities/_classes.scss */
img {
  vertical-align: bottom;
}

/* line 31, ../scss/utilities/_classes.scss */
.clear {
  clear: both;
}

@media print {
  /* line 2, ../scss/utilities/_print.scss */
  * {
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* line 8, ../scss/utilities/_print.scss */
  a {
    text-decoration: underline;
  }
  /* line 10, ../scss/utilities/_print.scss */
  a:visited {
    text-decoration: underline;
  }
  /* line 11, ../scss/utilities/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 12, ../scss/utilities/_print.scss */
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: s;
  }

  /* line 14, ../scss/utilities/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 16, ../scss/utilities/_print.scss */
  pre, blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }

  /* line 20, ../scss/utilities/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 21, ../scss/utilities/_print.scss */
  tr, img {
    page-break-inside: avoid;
  }

  @page {
    margin: 0.5cm;
}

  /* line 23, ../scss/utilities/_print.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 27, ../scss/utilities/_print.scss */
  h2, h3 {
    page-break-after: avoid;
  }
}
/* line 3, ../scss/_compatibility.scss */
.ie7 .ie8 a.overlay {
  background: url("../images/chrome/transparent.d89746888da2.gif");
}

.hasDatepicker {
  background-image: url("../images/chrome/arrow-down.04e70cba54e2.svg");
  background-size: 18px 18px;
  background-position: 393px 50%;
  background-repeat: no-repeat;
}

form.filter_v2 {
  position: relative;
  background-color: white;
  border-bottom: solid 1px #efefef;
}
form.filter_v2 .header {
  color: #00ffcc;
  font-size: 23px;
  font-weight: 400;
  margin-top: 10px;
}
form.filter_v2 .centered {
  display: flex;
  padding-bottom: 0;
  margin-top: 0 !important;
}
form.filter_v2 fieldset.refine {
  background-color: #777777;
  float: none;
  width: 378px;
  margin-left: 42px;
  padding-bottom: 0;
}
form.filter_v2 fieldset.sort {
  background-color: #777777;
  width: 378px;
  margin-left: -3px;
  padding-top: 60px;
  display: flex;
  flex-direction: column;
}
form.filter_v2 fieldset.sort .submit {
  position: absolute;
  bottom: 95px;
}
form.filter_v2.register fieldset.sort .submit {
  position: inherit;
  margin-top: 0;
}
form.filter_v2.register fieldset.sort .favourites {
  margin-bottom: 0;
}
form.filter_v2 fieldset.sort ul {
  display: flex;
  flex-wrap: wrap;
}
form.filter_v2 fieldset.sort li {
  border-bottom: none;
  width: auto;
}
form.filter_v2 fieldset.sort label {
  padding-left: 0;
  padding-right: 20px;
}
form.filter_v2 fieldset.sort .size {
  margin-bottom: 10px;
  margin-top: 15px;
}
form.filter_v2.register fieldset.sort .size {
  margin-top: 0;
}
form.filter_v2 .errorlist li {
  border-bottom: 0;
}
@media (max-width: 976px) and (min-width: 960px) {
  form.filter_v2 .centered {
    margin-left: -16px;
  }
}
@media (max-width: 960px) {
  form.filter_v2 fieldset.refine {
    width: 50%;
    margin-left: 30px;
  }
  form.filter_v2 fieldset.sort {
    width: 50%;
  }
}
@media (max-width: 820px) {
  form.filter_v2 .centered {
    flex-wrap: wrap;
  }
  form.filter_v2 fieldset.refine {
    width: 100%;
    margin-left: 0;
    padding-bottom: 0;
  }
  form.filter_v2 fieldset.sort .size {
    margin-top: 0px;
  }
  form.filter_v2 fieldset.sort {
    width: 100%;
    padding-top: 0;
  }
  form.filter_v2 input#id_keywords {
    width: 84%;
  }
  form.filter_v2 .search-icon {
    width: 16%;
  }
  form.filter_v2 .dates input#id_min_date {
    width: 48%;
    margin-right: 2%;
  }
  form.filter_v2 .dates input#id_max_date {
    width: 49.5%;
  }
  form.filter_v2 .dates input {
    background-position: 95% 50%;
  }
  form.filter_v2 #id_state, form.filter_v2 #id_size {
    width: 100%;
  }
  form.filter_v2 fieldset.sort .submit {
    position: relative;
    bottom: 0;
  }
}
@media (max-width: 715px) {
  form.filter_v2 .dates input#id_max_date {
    width: 49%;
  }
}