@charset "UTF-8";
/* @group global vars */
/* @end */
/* @group breakpoints */
/* @end */
/* @group grids and spacing */
/* @end */
/* @group colours */
/* @end */
/* @group fonts */
/* @end */
/* @group text size */
/* @end */
/* @group font weights */
/* @end */
/* @group misc */
/* @end */
/* @group testing */
/* @end */
/**
 * Burger parts
 *
 * (---) top    -> &:before
 * [---] middle -> &
 * (---) bottom -> &:after
 */
/**
 * Burger
 */
/**
 * Select parts of the burger
 */
/**
 * Burger animations
 */
/*------------------------------------*    $BREAKPOINT
\*------------------------------------*/
/*
// ----------------------------------------------
// Usage example:
// For IE set $mq-support to false.
// Set the fixed value.
// Then use mixins to test whether styles should be applied.
// ----------------------------------------------

$mq-support: false;
$mq-fixed-value: 1024;

// Renders at fixed value
@include bp (min-width, 300px) { 
    div { color:#000; }
}

// Doesn't render without MQ support
@include bp (min-width, 1200px) { 
    div { color:#FFF; }
}

// Doesn't render without MQ support
@include bp (max-width, 300px) { 
    div { color:#444; }
}

// Renders at fixed value
@include bp (max-width, 1200px) { 
    div { color:#888; }
}

// ----------------------------------------------
*/
/* @group transitions */
/* @group typography */
/* @end */
/* @group spacing */
/* @end */
/*------------------------------------*    $NOT SELECTABLE
\*------------------------------------*/
/* @group grid functions */
/* @end */
/* @group grid extends */
/* line 46, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_matts-grids.scss */
#footer .link-list ul {
  width: 20.3125%;
  margin-left: 3.75%;
}

/* line 22, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_matts-grids.scss */
#footer .link-list ul:nth-child(4n+1) {
  clear: left;
}

/* line 50, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_matts-grids.scss */
.unit {
  width: 44.375%;
  margin-left: 3.75%;
}

/* line 22, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_matts-grids.scss */
.unit:nth-child(2n+1) {
  clear: left;
}

/* line 54, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_matts-grids.scss */
.focus1 .unit, .home .news-list1, .intro1 .radio-filter, .info-article .side-gallery {
  width: 28.33333%;
  margin-left: 3.75%;
}

/* line 22, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_matts-grids.scss */
.focus1 .unit:nth-child(3n+1), .home .news-list1:nth-child(3n+1), .intro1 .radio-filter:nth-child(3n+1), .info-article .side-gallery:nth-child(3n+1) {
  clear: left;
}

/* line 58, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_matts-grids.scss */
.home .copy-block, .info-article .main-body {
  width: 60.41667%;
  margin-left: 3.75%;
}

/* line 22, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_matts-grids.scss */
.home .copy-block:nth-child(3n+1), .info-article .main-body:nth-child(3n+1) {
  clear: left;
}

/* @end */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, /Users/mattsnook/Documents/_sites/redrag/assets/scss/core/_normalise.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, /Users/mattsnook/Documents/_sites/redrag/assets/scss/core/_normalise.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 32, /Users/mattsnook/Documents/_sites/redrag/assets/scss/core/_normalise.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 52, /Users/mattsnook/Documents/_sites/redrag/assets/scss/core/_normalise.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 65, /Users/mattsnook/Documents/_sites/redrag/assets/scss/core/_normalise.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* line 75, /Users/mattsnook/Documents/_sites/redrag/assets/scss/core/_normalise.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 87, /Users/mattsnook/Documents/_sites/redrag/assets/scss/core/_normalise.scss */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 95, /Users/mattsnook/Documents/_sites/redrag/assets/scss/core/_normalise.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 107, /Users/mattsnook/Documents/_sites/redrag/assets/scss/core/_normalise.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 115, /Users/mattsnook/Documents/_sites/redrag/assets/scss/core/_normalise.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 124, /Users/mattsnook/Documents/_sites/redrag/assets/scss/core/_normalise.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 133, /Users/mattsnook/Documents/_sites/redrag/assets/scss/core/_normalise.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 142, /Users/mattsnook/Documents/_sites/redrag/assets/scss/core/_normalise.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 151, /Users/mattsnook/Documents/_sites/redrag/assets/scss/core/_normalise.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 159, /Users/mattsnook/Documents/_sites/redrag/assets/scss/core/_normalise.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 167, /Users/mattsnook/Documents/_sites/redrag/assets/scss/core/_normalise.scss */
sup {
  top: -0.5em;
}

/* line 171, /Users/mattsnook/Documents/_sites/redrag/assets/scss/core/_normalise.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 182, /Users/mattsnook/Documents/_sites/redrag/assets/scss/core/_normalise.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 190, /Users/mattsnook/Documents/_sites/redrag/assets/scss/core/_normalise.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 201, /Users/mattsnook/Documents/_sites/redrag/assets/scss/core/_normalise.scss */
figure {
  margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 209, /Users/mattsnook/Documents/_sites/redrag/assets/scss/core/_normalise.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 219, /Users/mattsnook/Documents/_sites/redrag/assets/scss/core/_normalise.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 227, /Users/mattsnook/Documents/_sites/redrag/assets/scss/core/_normalise.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 250, /Users/mattsnook/Documents/_sites/redrag/assets/scss/core/_normalise.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 264, /Users/mattsnook/Documents/_sites/redrag/assets/scss/core/_normalise.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 275, /Users/mattsnook/Documents/_sites/redrag/assets/scss/core/_normalise.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 288, /Users/mattsnook/Documents/_sites/redrag/assets/scss/core/_normalise.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 300, /Users/mattsnook/Documents/_sites/redrag/assets/scss/core/_normalise.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 309, /Users/mattsnook/Documents/_sites/redrag/assets/scss/core/_normalise.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 320, /Users/mattsnook/Documents/_sites/redrag/assets/scss/core/_normalise.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 332, /Users/mattsnook/Documents/_sites/redrag/assets/scss/core/_normalise.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 344, /Users/mattsnook/Documents/_sites/redrag/assets/scss/core/_normalise.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 355, /Users/mattsnook/Documents/_sites/redrag/assets/scss/core/_normalise.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 368, /Users/mattsnook/Documents/_sites/redrag/assets/scss/core/_normalise.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 377, /Users/mattsnook/Documents/_sites/redrag/assets/scss/core/_normalise.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 388, /Users/mattsnook/Documents/_sites/redrag/assets/scss/core/_normalise.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 397, /Users/mattsnook/Documents/_sites/redrag/assets/scss/core/_normalise.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 406, /Users/mattsnook/Documents/_sites/redrag/assets/scss/core/_normalise.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 417, /Users/mattsnook/Documents/_sites/redrag/assets/scss/core/_normalise.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 422, /Users/mattsnook/Documents/_sites/redrag/assets/scss/core/_normalise.scss */
td,
th {
  padding: 0;
}

/* @group generic elements */
/* line 3, /Users/mattsnook/Documents/_sites/redrag/assets/scss/core/_base.scss */
html {
  box-sizing: border-box;
}

/* line 6, /Users/mattsnook/Documents/_sites/redrag/assets/scss/core/_base.scss */
*, *:before, *:after {
  box-sizing: inherit;
}

/* line 10, /Users/mattsnook/Documents/_sites/redrag/assets/scss/core/_base.scss */
body {
  line-height: 1.52em;
  height: 100%;
  min-height: 100%;
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  color: #1f232a;
  background: #061b42;
}

/* line 24, /Users/mattsnook/Documents/_sites/redrag/assets/scss/core/_base.scss */
.wf-loading a, .wf-loading p, .wf-loading ol, .wf-loading ul, .wf-loading nav, .wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4, .wf-loading h4 {
  visibility: hidden;
}

/* line 29, /Users/mattsnook/Documents/_sites/redrag/assets/scss/core/_base.scss */
.wf-active a, .wf-active p, .wf-active ol, .wf-active ul, .wf-active nav, .wf-active h1, .wf-active h2, .wf-active h3, .wf-active h4, .wf-active h4, .wf-inactive a, .wf-inactive p, .wf-inactive ol, .wf-inactive ul, .wf-inactive nav, .wf-inactive h1, .wf-inactive h2, .wf-inactive h3, .wf-inactive h4, .wf-inactive h4 {
  visibility: visible;
}

/* line 34, /Users/mattsnook/Documents/_sites/redrag/assets/scss/core/_base.scss */
.main-content {
  font-size: 1em;
}

/* line 38, /Users/mattsnook/Documents/_sites/redrag/assets/scss/core/_base.scss */
a {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  color: #b11f24;
}

/* line 43, /Users/mattsnook/Documents/_sites/redrag/assets/scss/core/_base.scss */
img {
  vertical-align: baseline;
  margin: 0;
  display: block;
}

/* line 49, /Users/mattsnook/Documents/_sites/redrag/assets/scss/core/_base.scss */
p {
  line-height: 1.52em;
}

/* line 54, /Users/mattsnook/Documents/_sites/redrag/assets/scss/core/_base.scss */
table td, table th {
  text-align: left;
  vertical-align: top;
  padding: 1em;
  border: 1px solid #bbbecb;
}

/* @end */
/* @group CMS content area */
/* line 67, /Users/mattsnook/Documents/_sites/redrag/assets/scss/core/_base.scss */
.sozo-content a {
  font-weight: 400;
  text-decoration: underline;
}

/* line 71, /Users/mattsnook/Documents/_sites/redrag/assets/scss/core/_base.scss */
.sozo-content a:hover {
  text-decoration: none;
}

/* @end */
/* @group form feedback */
/* line 80, /Users/mattsnook/Documents/_sites/redrag/assets/scss/core/_base.scss */
.sozo-message {
  border-radius: 3px;
  width: auto;
  height: auto;
  padding: 0.9375em 0.9375em 0.9375em 2.8125em;
  font-size: 1em;
  font-weight: bold;
  color: #fff !important;
  border: #fff 1px solid;
}

/* line 90, /Users/mattsnook/Documents/_sites/redrag/assets/scss/core/_base.scss */
.sozo-error {
  background: url("../images/icons/sozo-messages/function-alert.png") no-repeat 0.625em 0.625em #de4343 !important;
  font-weight: bold !important;
}

/* line 94, /Users/mattsnook/Documents/_sites/redrag/assets/scss/core/_base.scss */
.sozo-success {
  background: url("../images/icons/sozo-messages/function-tick.png") no-repeat 0.625em 0.625em #61B832 !important;
}

/* line 97, /Users/mattsnook/Documents/_sites/redrag/assets/scss/core/_base.scss */
.sozo-warning {
  background: url("../images/icons/sozo-messages/function-information.png") no-repeat 0.625em 0.625em #e47742 !important;
}

/* line 100, /Users/mattsnook/Documents/_sites/redrag/assets/scss/core/_base.scss */
.sozo-information {
  background: url("../images/icons/sozo-messages/function-help.png") no-repeat 0.625em 0.625em #4c98e5 !important;
}

/* line 103, /Users/mattsnook/Documents/_sites/redrag/assets/scss/core/_base.scss */
.sozo-message a {
  color: #fff !important;
}

/* line 106, /Users/mattsnook/Documents/_sites/redrag/assets/scss/core/_base.scss */
#sozo-protection {
  display: none;
}

/* @end */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
/* line 2, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_fancybox.scss */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

/* line 20, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_fancybox.scss */
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

/* line 27, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_fancybox.scss */
.fancybox-skin {
  position: relative;
  background: #FFF;
  text-shadow: none;
}

/* line 33, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_fancybox.scss */
.fancybox-opened {
  z-index: 8030;
}

/* line 37, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_fancybox.scss */
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

/* line 43, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_fancybox.scss */
.fancybox-outer, .fancybox-inner {
  position: relative;
}

/* line 47, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_fancybox.scss */
.fancybox-inner {
  overflow: hidden;
}

/* line 51, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_fancybox.scss */
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

/* line 55, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_fancybox.scss */
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

/* line 63, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_fancybox.scss */
.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 69, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_fancybox.scss */
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

/* line 74, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_fancybox.scss */
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../images/js/fancybox/fancybox_sprite.png");
}

/* line 78, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_fancybox.scss */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

/* line 90, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_fancybox.scss */
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/js/fancybox/fancybox_loading.gif") center center no-repeat;
}

/* line 96, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_fancybox.scss */
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

/* line 106, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_fancybox.scss */
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/js/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

/* line 118, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_fancybox.scss */
.fancybox-prev {
  left: 0;
}

/* line 122, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_fancybox.scss */
.fancybox-next {
  right: 0;
}

/* line 126, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_fancybox.scss */
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

/* line 137, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_fancybox.scss */
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

/* line 142, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_fancybox.scss */
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

/* line 147, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_fancybox.scss */
.fancybox-nav:hover span {
  visibility: visible;
}

/* line 151, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_fancybox.scss */
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
/* line 163, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_fancybox.scss */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

/* line 168, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_fancybox.scss */
.fancybox-lock body {
  overflow: hidden !important;
}

/* line 172, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_fancybox.scss */
.fancybox-lock-test {
  overflow-y: hidden !important;
}

/* line 176, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_fancybox.scss */
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../images/js/fancybox/fancybox_overlay.png");
}

/* line 186, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_fancybox.scss */
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

/* line 192, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_fancybox.scss */
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
/* line 199, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_fancybox.scss */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

/* line 207, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_fancybox.scss */
.fancybox-opened .fancybox-title {
  visibility: visible;
}

/* line 211, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_fancybox.scss */
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

/* line 220, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_fancybox.scss */
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

/* line 236, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_fancybox.scss */
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

/* line 242, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_fancybox.scss */
.fancybox-title-inside-wrap {
  padding-top: 10px;
}

/* line 246, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_fancybox.scss */
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/* @group Base */
/* line 6, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_chosen.scss */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 14, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_chosen.scss */
.chosen-container * {
  box-sizing: border-box;
}

/* line 17, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_chosen.scss */
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

/* line 28, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_chosen.scss */
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

/* line 31, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_chosen.scss */
.chosen-container a {
  cursor: pointer;
}

/* line 36, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_chosen.scss */
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

/* line 43, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_chosen.scss */
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
/* line 55, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_chosen.scss */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background: linear-gradient(to   , #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

/* line 72, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_chosen.scss */
.chosen-container-single .chosen-default {
  color: #999;
}

/* line 75, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_chosen.scss */
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 82, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_chosen.scss */
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

/* line 85, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_chosen.scss */
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../images/js/chosen/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

/* line 94, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_chosen.scss */
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

/* line 98, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_chosen.scss */
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

/* line 101, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_chosen.scss */
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

/* line 108, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_chosen.scss */
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/js/chosen/chosen-sprite.png") no-repeat 0px 2px;
}

/* line 115, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_chosen.scss */
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

/* line 121, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_chosen.scss */
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: #fff url("../images/js/chosen/chosen-sprite.png") no-repeat 100% -20px;
  background: url("../images/js/chosen/chosen-sprite.png") no-repeat 100% -20px;
  background: url("../images/js/chosen/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

/* line 136, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_chosen.scss */
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

/* line 141, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_chosen.scss */
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
/* line 149, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_chosen.scss */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

/* line 158, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_chosen.scss */
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

/* line 166, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_chosen.scss */
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

/* line 170, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_chosen.scss */
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* line 175, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_chosen.scss */
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(to   , #2a62bc 90%);
  color: #fff;
}

/* line 180, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_chosen.scss */
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

/* line 185, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_chosen.scss */
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

/* line 190, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_chosen.scss */
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

/* line 193, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_chosen.scss */
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
/* line 203, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_chosen.scss */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-linear-gradient(#eee 1%, #fff 15%);
  background-image: linear-gradient(to   , #fff 15%);
  cursor: text;
}

/* line 216, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_chosen.scss */
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

/* line 219, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 223, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

/* line 238, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(to   , #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

/* line 254, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

/* line 257, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../images/js/chosen/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

/* line 266, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

/* line 271, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(to   , #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

/* line 278, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

/* line 280, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

/* line 285, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_chosen.scss */
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

/* line 289, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_chosen.scss */
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
/* line 299, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_chosen.scss */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 304, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-linear-gradient(#eee 20%, #fff 80%);
  background-image: linear-gradient(to   , #fff 80%);
  box-shadow: 0 1px 0 #fff inset;
}

/* line 313, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

/* line 316, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

/* line 321, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_chosen.scss */
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 324, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_chosen.scss */
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
/* line 332, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_chosen.scss */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

/* line 335, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_chosen.scss */
.chosen-disabled .chosen-single {
  cursor: default;
}

/* line 338, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_chosen.scss */
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
/* line 345, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_chosen.scss */
.chosen-rtl {
  text-align: right;
}

/* line 347, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_chosen.scss */
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

/* line 351, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_chosen.scss */
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

/* line 356, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_chosen.scss */
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

/* line 359, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_chosen.scss */
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

/* line 363, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_chosen.scss */
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

/* line 367, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_chosen.scss */
.chosen-rtl .chosen-choices li {
  float: right;
}

/* line 369, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_chosen.scss */
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

/* line 372, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_chosen.scss */
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

/* line 375, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_chosen.scss */
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

/* line 381, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_chosen.scss */
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}

/* line 385, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_chosen.scss */
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

/* line 389, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_chosen.scss */
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

/* line 393, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_chosen.scss */
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

/* line 396, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_chosen.scss */
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: #fff url("../images/js/chosen/chosen-sprite.png") no-repeat -30px -20px;
  background: url("../images/js/chosen/chosen-sprite.png") no-repeat -30px -20px;
  background: url("../images/js/chosen/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}

/* line 403, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_chosen.scss */
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

/* line 407, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_chosen.scss */
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* dont need when using svgs */
/* @end */
/* line 1, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_sbg.scss */
.sbg-button {
  display: inline-block;
  width: 1em;
  height: 1em;
  text-align: center;
  line-height: 0;
  border-radius: .5em;
  background-color: black;
  color: white;
  cursor: pointer;
}

/* line 12, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_sbg.scss */
.sbg-button:hover {
  color: white;
}

/* line 14, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_sbg.scss */
.sbg-button-icon {
  font-size: .5em;
  padding: .5em;
}

/* line 16, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_sbg.scss */
.sbg-button-facebook {
  background-color: #3b5998;
}

/* line 17, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_sbg.scss */
.sbg-button-facebook .sbg-button-icon {
  padding-left: .44em;
}

/* line 18, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_sbg.scss */
.sbg-button-twitter {
  background-color: #00aced;
}

/* line 19, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_sbg.scss */
.sbg-button-twitter .sbg-button-icon {
  padding-left: .48em;
}

/* line 20, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_sbg.scss */
.sbg-button-linkedin {
  background-color: #007bb6;
}

/* line 21, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_sbg.scss */
.sbg-button-google-plus {
  background-color: #dd4b39;
}

/* line 22, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_sbg.scss */
.sbg-button-pinterest {
  background-color: #cb2027;
}

/* line 23, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_sbg.scss */
.sbg-button-pinterest .sbg-button-icon {
  padding-left: .45em;
  padding-top: .48em;
}

/* line 24, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_sbg.scss */
.sbg-button-email {
  background-color: #999999;
}

/* line 25, /Users/mattsnook/Documents/_sites/redrag/assets/scss/vendor/_sbg.scss */
.sbg-button-email .sbg-button-icon {
  padding-left: .434em;
  padding-top: .44em;
}

/* @group general */
/* line 3, /Users/mattsnook/Documents/_sites/redrag/assets/scss/components/_typography.scss */
body {
  -webkit-font-smoothing: antialiased;
}

/* line 7, /Users/mattsnook/Documents/_sites/redrag/assets/scss/components/_typography.scss */
a {
  text-decoration: none;
}

/* line 9, /Users/mattsnook/Documents/_sites/redrag/assets/scss/components/_typography.scss */
a:hover {
  text-decoration: none;
}

/* line 14, /Users/mattsnook/Documents/_sites/redrag/assets/scss/components/_typography.scss */
p {
  margin: 1em 0;
}

/* line 18, /Users/mattsnook/Documents/_sites/redrag/assets/scss/components/_typography.scss */
ul {
  list-style: none;
  padding: 0;
}

/* line 21, /Users/mattsnook/Documents/_sites/redrag/assets/scss/components/_typography.scss */
ul li {
  margin: 0;
  padding: 0;
  background-image: none;
}

/* line 21, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_typography.scss */
.svg ul li {
  background-image: none;
}

/* line 25, /Users/mattsnook/Documents/_sites/redrag/assets/scss/components/_typography.scss */
blockquote {
  margin-left: 0;
  margin-right: 0;
  line-height: 1.52em;
}

/* @end */
/* @group headings */
/* line 36, /Users/mattsnook/Documents/_sites/redrag/assets/scss/components/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 0.75em 0;
  padding: 0;
  font-weight: normal;
  font-size: 1em;
}

/* line 42, /Users/mattsnook/Documents/_sites/redrag/assets/scss/components/_typography.scss */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
}

/* line 45, /Users/mattsnook/Documents/_sites/redrag/assets/scss/components/_typography.scss */
.heading1, .heading2, .heading3, .heading4, .heading5, .heading6, .heading7, .heading8 {
  line-height: 1.3em;
  margin: 0.5em 0;
}

/* line 49, /Users/mattsnook/Documents/_sites/redrag/assets/scss/components/_typography.scss */
.heading1, .heading2, .heading3 {
  font-family: "adobe-caslon-pro", Georgia, Times, "Times New Roman", serif;
  font-weight: 400;
  font-style: normal;
}

/* line 52, /Users/mattsnook/Documents/_sites/redrag/assets/scss/components/_typography.scss */
.heading1 {
  font-size: 2.75em;
  line-height: 1.3em;
}

/* line 56, /Users/mattsnook/Documents/_sites/redrag/assets/scss/components/_typography.scss */
.heading2 {
  font-size: 2.25em;
}

/* line 59, /Users/mattsnook/Documents/_sites/redrag/assets/scss/components/_typography.scss */
.heading3 {
  font-size: 1.875em;
}

/* line 62, /Users/mattsnook/Documents/_sites/redrag/assets/scss/components/_typography.scss */
.heading4 {
  margin: 1em 0 2.5em;
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: 700;
}

/* line 2, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_borders.scss */
.heading4 > span {
  position: relative;
  display: inline-block;
}

/* line 5, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_borders.scss */
.heading4 > span:after {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  left: 0;
  opacity: 0.5;
  content: '';
  bottom: -1em;
  height: 1px;
  background: #bbbecb;
  width: 100%;
}

/* line 21, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_borders.scss */
.lt-ie9 .heading4 > span:after {
  display: none;
}

/* line 52, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_borders.scss */
.heading4.animate-me > span:after {
  width: 0;
}

/* @end */
/* line 2, /Users/mattsnook/Documents/_sites/redrag/assets/scss/components/_forms.scss */
label, input, textarea {
  margin: 1em 0;
}

/* line 6, /Users/mattsnook/Documents/_sites/redrag/assets/scss/components/_forms.scss */
label {
  font-family: "adobe-caslon-pro", Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  font-size: 1.125em;
}

/* line 12, /Users/mattsnook/Documents/_sites/redrag/assets/scss/components/_forms.scss */
label.required:after {
  content: ' *';
  color: #de4343;
}

/* line 17, /Users/mattsnook/Documents/_sites/redrag/assets/scss/components/_forms.scss */
textarea {
  max-width: 100%;
  width: 100%;
  height: 10em;
}

/* line 23, /Users/mattsnook/Documents/_sites/redrag/assets/scss/components/_forms.scss */
button {
  margin: 0;
  outline: none;
}

/* line 27, /Users/mattsnook/Documents/_sites/redrag/assets/scss/components/_forms.scss */
fieldset {
  margin: 0;
  padding: 1em;
}

/* line 31, /Users/mattsnook/Documents/_sites/redrag/assets/scss/components/_forms.scss */
input, textarea, .sod_select {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  background: #FFF;
  font-size: 1.125em;
  padding: 0.325em 0.8125em;
  border-radius: 0;
  border: 1px solid #1f232a;
  color: #1f232a;
  font-family: "adobe-caslon-pro", Georgia, Times, "Times New Roman", serif;
  font-style: normal;
  line-height: 1.52em;
}

/* line 42, /Users/mattsnook/Documents/_sites/redrag/assets/scss/components/_forms.scss */
input:focus, textarea:focus, .sod_select:focus {
  outline: none;
  border-color: #b11f24;
}

/* line 46, /Users/mattsnook/Documents/_sites/redrag/assets/scss/components/_forms.scss */
input .validation-failed, textarea .validation-failed, .sod_select .validation-failed {
  border-color: #de4343;
}

/* line 50, /Users/mattsnook/Documents/_sites/redrag/assets/scss/components/_forms.scss */
input .validation-failed:focus, textarea .validation-failed:focus, .sod_select .validation-failed:focus {
  outline-color: #efa1a1;
}

/* line 55, /Users/mattsnook/Documents/_sites/redrag/assets/scss/components/_forms.scss */
input[type=search] {
  background: #FFF url("../images/icons/icon-mag-glass1.png") right center no-repeat;
}

/* line 57, /Users/mattsnook/Documents/_sites/redrag/assets/scss/components/_forms.scss */
.svg input[type=search] {
  background-image: url("../images/icons/icon-mag-glass1.svg");
}

/* line 62, /Users/mattsnook/Documents/_sites/redrag/assets/scss/components/_forms.scss */
input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
  width: 100%;
}

/* Only show on iPhones (not iPads or any other device) */
@media only screen and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 0) {
  /* line 73, /Users/mattsnook/Documents/_sites/redrag/assets/scss/components/_forms.scss */
  input[type=email],
  input[type=search],
  input[type=number],
  input[type=password],
  input[type=tel],
  input[type=text],
  select,
  textarea {
    font-size: 1em;
    /* Prevent from zooming on focus */
  }
}

/* line 85, /Users/mattsnook/Documents/_sites/redrag/assets/scss/components/_forms.scss */
:-moz-placeholder, -ms-input-placeholder, ::-webkit-input-placeholder {
  color: #bbbecb;
}

/* @group buttons */
/* line 3, /Users/mattsnook/Documents/_sites/redrag/assets/scss/components/_ui.scss */
.btn1 {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  margin: 1em 0;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 0.875em;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  position: relative;
  padding: 0.38em;
  border: 1px solid #b11f24;
  background: transparent;
  z-index: 1;
}

/* line 16, /Users/mattsnook/Documents/_sites/redrag/assets/scss/components/_ui.scss */
.btn1 span {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 0.35em 0.8em;
  background: #b11f24;
  color: #FFF;
}

/* line 24, /Users/mattsnook/Documents/_sites/redrag/assets/scss/components/_ui.scss */
.btn1:before {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #b11f24;
}

/* line 37, /Users/mattsnook/Documents/_sites/redrag/assets/scss/components/_ui.scss */
.btn1:hover:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* @end */
/* @group drop down */
/* @end */
/* @group radio style filters */
/* line 133, /Users/mattsnook/Documents/_sites/redrag/assets/scss/components/_ui.scss */
.radio-filter a {
  font-family: "adobe-caslon-pro", Georgia, Times, "Times New Roman", serif;
  display: inline-block;
  position: relative;
  padding-left: 18px;
  color: #1f232a;
  font-size: 1em;
  margin-right: 0.6em;
}

/* line 141, /Users/mattsnook/Documents/_sites/redrag/assets/scss/components/_ui.scss */
.radio-filter a:before {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  content: '';
  position: absolute;
  left: 0;
  top: 0.20em;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background: #bbbecb;
}

/* line 152, /Users/mattsnook/Documents/_sites/redrag/assets/scss/components/_ui.scss */
.radio-filter a.active {
  color: #b11f24;
}

/* line 154, /Users/mattsnook/Documents/_sites/redrag/assets/scss/components/_ui.scss */
.radio-filter a.active:before {
  background: #b11f24;
}

/* line 159, /Users/mattsnook/Documents/_sites/redrag/assets/scss/components/_ui.scss */
.radio-filter a:hover:before {
  background: #1f232a;
}

/* @end */
/* @group secondary nav */
/* line 171, /Users/mattsnook/Documents/_sites/redrag/assets/scss/components/_ui.scss */
.secondary-nav a {
  display: block;
  font-family: "adobe-caslon-pro", Georgia, Times, "Times New Roman", serif;
  color: #1f232a;
  font-size: 1.125em;
  padding: 0.325em 0;
}

/* line 177, /Users/mattsnook/Documents/_sites/redrag/assets/scss/components/_ui.scss */
.secondary-nav a:hover {
  color: #b11f24;
}

/* PERMUTATION: added to keep current page link red */
.secondary-nav .active {
  color: #b11f24;
}

/* line 182, /Users/mattsnook/Documents/_sites/redrag/assets/scss/components/_ui.scss */
.secondary-nav li ul {
  padding-left: 1.2em;
  border-left: 1px solid #d2d4dd;
}

/* @end */
/* @group tabbed nav */
/* line 194, /Users/mattsnook/Documents/_sites/redrag/assets/scss/components/_ui.scss */
.tab-nav {
  position: relative;
}

/* line 196, /Users/mattsnook/Documents/_sites/redrag/assets/scss/components/_ui.scss */
.tab-nav a, .tab-nav .item {
  position: relative;
  z-index: 2;
  border: 1px solid #1f232a;
  border-bottom: none;
  font-family: "adobe-caslon-pro", Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  color: #1f232a;
  font-size: 1.25em;
  float: left;
  margin-left: -1px;
  min-height: 53px;
  padding: 0.91em 1.235em 0.65em;
}

/* line 209, /Users/mattsnook/Documents/_sites/redrag/assets/scss/components/_ui.scss */
.tab-nav a.active, .tab-nav .item.active {
  background: #e9eaef;
  color: #b11f24;
  border-color: #b11f24;
  z-index: 3;
}

/* line 215, /Users/mattsnook/Documents/_sites/redrag/assets/scss/components/_ui.scss */
.tab-nav a:hover, .tab-nav .item:hover {
  color: #b11f24;
}

@media screen and (max-width: 64em) {
  /* line 196, /Users/mattsnook/Documents/_sites/redrag/assets/scss/components/_ui.scss */
  .tab-nav a, .tab-nav .item {
    padding: 0.65em 0.52em 0.455em;
    min-height: 45px;
  }
}

/* line 223, /Users/mattsnook/Documents/_sites/redrag/assets/scss/components/_ui.scss */
.tab-nav .select-wrapper {
  padding: 0.39em 1.235em;
  min-height: 53px;
}

@media screen and (max-width: 64em) {
  /* line 223, /Users/mattsnook/Documents/_sites/redrag/assets/scss/components/_ui.scss */
  .tab-nav .select-wrapper {
    padding: 0.65em 0.13em;
    min-height: 45px;
  }
}

@media only screen and (max-width: 422px) {
    .tab-nav a {font-size: 1em; border-bottom: 1px solid #1f232a;}
}

/* @end */
/* @group select or die nav */
/* line 237, /Users/mattsnook/Documents/_sites/redrag/assets/scss/components/_ui.scss */
.select-nav {
  width: 100%;
}

/* line 239, /Users/mattsnook/Documents/_sites/redrag/assets/scss/components/_ui.scss */
.select-nav .sod_select {
  width: 100%;
}

/* @end */
/* @group link styles */
/* line 248, /Users/mattsnook/Documents/_sites/redrag/assets/scss/components/_ui.scss */
.more2 {
  font-style: italic;
  text-decoration: underline;
}

/* line 253, /Users/mattsnook/Documents/_sites/redrag/assets/scss/components/_ui.scss */
.more3 {
  font-size: 1.25em;
  font-family: "adobe-caslon-pro", Georgia, Times, "Times New Roman", serif;
  font-style: italic;
}690
}

/* line 43, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_sozocontent.scss */
.sozo-content blockquote:before, .sozo-content blockquote:after {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  display: block;
  font-size: 2.75em;
  position: absolute;
  color: #cbceda;
}

/* line 51, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_sozocontent.scss */
.sozo-content blockquote:before {
  left: -0.2em;
  top: 0.33em;
  content: "\201C";
}

/* line 56, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_sozocontent.scss */
.sozo-content blockquote:after {
  right: 0;
  bottom: 0em;
  content: "\201D";
}

/* line 62, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_sozocontent.scss */
.sozo-content img {
  max-width: 100%;
  height: auto !important;
}

/* line 66, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_sozocontent.scss */
.sozo-content img[style*="float:left"] {
  margin-right: 1em;
}

/* line 69, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_sozocontent.scss */
.sozo-content img[style*="float:right"] {
  margin-left: 1em;
}

/* line 73, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_sozocontent.scss */
.sozo-content h1, .sozo-content h2, .sozo-content h3, .sozo-content h4, .sozo-content h5 {
  font-family: "adobe-caslon-pro", Georgia, Times, "Times New Roman", serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 1.25em;
  line-height: 1.3em;
}

/* line 78, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_sozocontent.scss */
.sozo-content h1 {
  font-size: 1.875em;
}

/* line 81, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_sozocontent.scss */
.sozo-content h2 {
  font-size: 1.75em;
}

/* line 84, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_sozocontent.scss */
.sozo-content h3 {
  font-size: 1.5em;
}

/* line 87, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_sozocontent.scss */
.sozo-content h4 {
  font-size: 1.25em;
}

/* line 90, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_sozocontent.scss */
.sozo-content h5 {
  font-size: 1.125em;
}

/* line 93, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_sozocontent.scss */
.sozo-content table {
  margin: 1em 0;
  border: none;
  min-width: 100%;
  display: block;
  width: 100%;
  font-size: 0.875em;
}

/* line 100, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_sozocontent.scss */
.sozo-content table td, .sozo-content table th {
  text-align: left;
  vertical-align: top;
  padding: 0.7em 1em !important;
  line-height: 1.4em;
}

/* line 107, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_sozocontent.scss */
.sozo-content table thead tr {
  border-color: #858587;
}

@media screen and (max-width: 30em) {
  /* line 106, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_sozocontent.scss */
  .sozo-content table thead {
    display: none;
  }
}

/* line 114, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_sozocontent.scss */
.sozo-content table tbody, .sozo-content table thead {
  width: 100%;
}

/* line 119, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_sozocontent.scss */
.sozo-content table tbody tr:nth-child(odd) {
  background: #FFF;
}

@media screen and (max-width: 30em) {
  /* line 117, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_sozocontent.scss */
  .sozo-content table tbody {
    border-bottom: 1px solid #bbbecb;
  }
}

@media screen and (max-width: 30em) {
  /* line 126, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_sozocontent.scss */
  .sozo-content table tbody td {
    padding: 0.5em 0.3em !important;
    display: block;
    padding: 0.6em 0.7em !important;
    background: transparent !important;
    border-bottom: none;
  }
}

@media screen and (max-width: 30em) {
  /* line 134, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_sozocontent.scss */
  .sozo-content table tbody td:before {
    content: attr(data-label);
    padding-right: 0.6em;
    float: left;
    font-weight: 700;
    max-width: 8em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/* line 148, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_sozocontent.scss */
.sozo-content table th {
  font-family: "adobe-caslon-pro", Georgia, Times, "Times New Roman", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2em;
  background: #858587;
  border-color: #858587;
  color: #FFF;
  font-size: 0.875em;
}

/* line 157, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_sozocontent.scss */
.sozo-content table tr:nth-child(even) {
  background: #e9eaef;
}

/* line 163, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_sozocontent.scss */
.sozo-content a:hover {
  color: #1f232a;
}

/* @end */
/* @group account/delivery details */
/* line 3, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_cart.scss */
.cart-details {
  margin-top: 3em;
  border: none;
  text-align: left;
    margin-left: 3.75%;
}

/* line 8, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_cart.scss */
.cart-details .price, .cart-details .total-price {
  font-family: "adobe-caslon-pro", Georgia, Times, "Times New Roman", serif;
}

/* line 11, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_cart.scss */
.cart-details th {
  padding: 0.74em;
  font-size: 1.375em;
  font-weight: normal;
  font-family: "adobe-caslon-pro", Georgia, Times, "Times New Roman", serif;
  background: #d2d4dd;
}

/* line 18, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_cart.scss */
.cart-details td {
  border: none;
  vertical-align: top;
}

/* line 21, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_cart.scss */
.cart-details td input, .cart-details td select {
  width: 100%;
}

/* line 24, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_cart.scss */
.cart-details td.thumb {
  width: 18%;
}

/* line 26, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_cart.scss */
.cart-details td.thumb img {
  width: 100%;
  height: auto;
}

/* line 31, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_cart.scss */
.cart-details td.desc {
  width: 29em;
}

/* line 34, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_cart.scss */
.cart-details td.qty {
  width: 7em;
}

/* line 36, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_cart.scss */
.cart-details td.qty a {
  display: block;
  margin: 0.5em 0;
}

/* line 40, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_cart.scss */
.cart-details td.qty input {
  width: 100%;
}

/* line 45, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_cart.scss */
.cart-details td.price span {
  font-size: 1.375em;
}

/* line 50, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_cart.scss */
.cart-details th, .cart-details td {
  border: none;
}

/* line 52, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_cart.scss */
.cart-details th.price, .cart-details td.price {
  text-align: right;
}

/* line 56, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_cart.scss */
.cart-details .basket-bottom {
  /*width: 100%;*/
  /*display: block;*/
  /*padding: 0;*/
}

/* line 62, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_cart.scss */
.cart-details .basket-bottom.postage form {
  float: right;
}

/* line 69, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_cart.scss */
.cart-details tr.basket-bottom {
  border-bottom: none;
  border-top: none;
}

/* line 72, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_cart.scss */
.cart-details tr.basket-bottom select {
  width: 18em;
}

/* line 75, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_cart.scss */
.cart-details tr.basket-bottom td {
  vertical-align: middle;
}

/* line 77, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_cart.scss */
.cart-details tr.basket-bottom td input {
  width: auto;
}

/* line 82, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_cart.scss */
.cart-details tr.basket-bottom.voucher table {
  width: 100%;
}

/* line 85, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_cart.scss */
.cart-details tr.basket-bottom.voucher td {
  padding: 0 0 0 0.5em;
}

/* line 88, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_cart.scss */
.cart-details tr.basket-bottom.voucher tr {
  border: none;
}

/* line 91, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_cart.scss */
.cart-details tr.basket-bottom.voucher label {
  width: 10em;
}

/* line 94, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_cart.scss */
.cart-details tr.basket-bottom.voucher input[type=text] {
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  font-size: 1em;
  margin-right: 1em;
}

/* line 100, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_cart.scss */
.cart-details tr.basket-bottom.voucher input, .cart-details tr.basket-bottom.voucher label, .cart-details tr.basket-bottom.voucher button {
  display: inline-block;
  vertical-align: middle;
}

/* line 105, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_cart.scss */
.cart-details tr.basket-bottom .total-price {
  text-align: right;
  display: block;
  font-size: 1.875em;
}

/* line 111, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_cart.scss */
.cart-details tr.basket-bottom .checkout .btn1 {
  float: right;
  /*font-size: 1.375em;*/
}

/* @end */
/* @group news list */
/* line 3, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_home.scss */
.news-list1 {
  text-align: center;
}

/* line 5, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_home.scss */
.news-list1 .heading4 {
  margin-bottom: 2em;
}

/* line 8, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_home.scss */
.news-list1 .title {
  font-family: "adobe-caslon-pro", Georgia, Times, "Times New Roman", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.375em;
  margin-bottom: 0.5em;
}

/* line 13, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_home.scss */
.news-list1 p {
  margin-top: 0;
}

/* line 16, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_home.scss */
.news-list1 .item {
  clear: both;
  overflow: hidden;
  margin: 0.3em 0;
}

/* line 2, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_helpers.scss */
.news-list1 .item:after {
  content: "";
  display: table;
  clear: both;
}

/* @end */
/* @group name */
/* line 28, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_home.scss */
.focus1 {
  text-align: center;
}

@media screen and (max-width: 30em) {
  /* line 28, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_home.scss */
  .focus1 {
    padding-top: 1em;
  }
}

/* line 33, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_home.scss */
.focus1 ul {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 37, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_home.scss */
.focus1 .unit {
  background: #FFF;
  box-shadow: 0 0 10px rgba(152, 156, 177, 0.5);
}

@media screen and (max-width: 52.5em) {
  /* line 37, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_home.scss */
  .focus1 .unit {
    width: 100%;
    max-width: 35.5em;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 46, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_home.scss */
  .focus1 .unit .copy {
    font-size: 1.125em;
  }
}

/* line 50, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_home.scss */
.focus1 .unit .media {
  padding-bottom: 37.5%;
  position: relative;
  overflow: hidden;
  min-height: 250px;
}

/* line 54, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_home.scss */
.focus1 .unit .media img {
  position: absolute;
  top: 0;
//  left: 0;
  left: 10%; //PERMUATION changed to sort out genre issue on main page
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
//  transform: translate(-50%, -50%);
  transform: translate(-10%, -10%); //PERMUATION changed to sort out genre issue on main page
}

@media only screen and (max-width: 840px){
    .focus1 .unit .media img{left: 0; -webkit-transform: translate(0); -moz-transform: translate(0); -ms-transform: translate(0); -o-transform: translate(0);}
}

/* line 59, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_home.scss */
.csstransforms .focus1 .unit .media img {
  top: 20%;
  padding: 0 15px;
//  left: 50%;
//  top: 100%;
//  left: 100%;
}

@media only screen and (max-width: 840px){
    .csstransforms .focus1 .unit .media img{padding: 15px; top: 0;}
}

/* line 65, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_home.scss */
.focus1 .unit a {
  color: #1f232a;
}

/* line 68, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_home.scss */
.focus1 .unit .copy {
  padding: 0.6em 1.75em 2.25em;
}

/* line 70, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_home.scss */
.focus1 .unit .copy .heading3 {
  font-style: italic;
}

/* line 73, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_home.scss */
.focus1 .unit .copy p {
  font-size: 0.875em;
}

/* line 77, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_home.scss */
.focus1 .unit .more3 {
  color: #b11f24;
}

/* @end */
/* @group gallery with copy */
/* line 87, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_home.scss */
.gallery-with-copy {
  clear: both;
  width: 100%;
}

/* line 2, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_helpers.scss */
.gallery-with-copy:after {
  content: "";
  display: table;
  clear: both;
}

/* line 90, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_home.scss */
.gallery-with-copy .gallery1 {
  clear: none;
}

/* line 92, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_home.scss */
.gallery-with-copy .gallery1 .unit {
  width: 44.375%;
  margin-left: 3.75%;
}

/* line 22, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_matts-grids.scss */
.gallery-with-copy .gallery1 .unit:nth-child(2n+1) {
  clear: left;
}

/* line 94, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_home.scss */
.csstransforms .gallery-with-copy .gallery1 .unit {
  width: 44.375%;
  margin-left: 3.75%;
  padding-bottom: 44.375%;
}

/* line 22, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_matts-grids.scss */
.csstransforms .gallery-with-copy .gallery1 .unit:nth-child(2n+1) {
  clear: left;
}

/* line 99, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_home.scss */
.gallery-with-copy .sozo-content {
  font-size: 1.125em;
}

/* line 102, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_home.scss */
.gallery-with-copy .more3 {
  display: block;
  margin-top: 1.5em;
}

/* @end */
/* @group general home */
@media screen and (max-width: 52.5em) {
  /* line 113, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_home.scss */
  .home .intro, .home .featured1, .home .featured2 {
    width: 92.5%;
    margin-left: 3.75%;
  }
  /* line 22, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_matts-grids.scss */
  .home .intro:nth-child(1n+1), .home .featured1:nth-child(1n+1), .home .featured2:nth-child(1n+1) {
    clear: left;
  }
}

/* line 118, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_home.scss */
.home .intro {
  max-width: 35.5em;
}

/* line 120, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_home.scss */
.home .intro .suffix {
  font-family: "adobe-caslon-pro", Georgia, Times, "Times New Roman", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6875em;
  font-style: italic;
}

/* line 125, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_home.scss */
.home .intro .sozo-content {
  margin: 1em 0;
  font-size: 1.125em;
}

/* line 129, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_home.scss */
.home .intro .select-nav {
  margin: 2em 0 1em;
  width: 100%;
  max-width: 18em;
}

@media screen and (max-width: 30em) {
  /* line 129, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_home.scss */
  .home .intro .select-nav {
    max-width: none;
  }
}

/* line 136, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_home.scss */
.home .intro .select-nav .sod_select, .home .intro .select-nav .sod_select.open, .home .intro .select-nav .sod_select.focus, .home .intro .select-nav .sod_list_wrapper {
  border-color: #b11f24;
  background: #e9eaef;
}

/* line 140, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_home.scss */
.home .intro .select-nav .sod_label {
  color: #b11f24;
}

/* line 144, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_home.scss */
.home .intro .select-nav .sod_select:after {
  background-position: 0 -10px;
}

/* line 150, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_home.scss */
.home .featured1, .home .featured2 {
  text-align: center;
}

/* line 158, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_home.scss */
.home .featured1 .gallery1 .unit {
  width: 44.375%;
  margin-left: 3.75%;
}

/* line 22, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_matts-grids.scss */
.home .featured1 .gallery1 .unit:nth-child(2n+1) {
  clear: left;
}

/* line 160, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_home.scss */
.csstransforms .home .featured1 .gallery1 .unit {
  width: 44.375%;
  margin-left: 3.75%;
  padding-bottom: 44.375%;
}

/* line 22, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_matts-grids.scss */
.csstransforms .home .featured1 .gallery1 .unit:nth-child(2n+1) {
  clear: left;
}

/* line 164, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_home.scss */
.home .featured1 .gallery1 .row {
  border: none;
}

/* line 170, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_home.scss */
.home .featured2 .heading4 {
  margin-bottom: 2em;
}

@media screen and (max-width: 30em) {
  /* line 174, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_home.scss */
  .home .featured2 .gallery2 .unit {
    width: 92.5%;
    margin-left: 3.75%;
  }
  /* line 22, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_matts-grids.scss */
  .home .featured2 .gallery2 .unit:nth-child(1n+1) {
    clear: left;
  }
}

@media screen and (max-width: 30em) {
  /* line 182, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_home.scss */
  .home .gallery1 .unit {
    width: 100% !important;
  }
}

/* line 201, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_home.scss */
.home .wrapper > .unit:nth-child(2) {
  clear: left;
}

/* line 205, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_home.scss */
.lt-ie9 .home .wrapper > .unit.exhibitions {
  clear: left;
}

/* line 210, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_home.scss */
.home .wrapper > .unit.exhibitions .gallery2 {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 840px){
    .home .wrapper > .unit.exhibitions .gallery2{align-items: baseline;}
}

/* line 213, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_home.scss */
.home .wrapper > .unit.exhibitions .gallery2 .unit {
  box-shadow: none;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}

/* line 217, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_home.scss */
.home .wrapper > .unit.exhibitions .gallery2 .unit a {
  box-shadow: 0 0 10px rgba(152, 156, 177, 0.5);
}

/* line 220, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_home.scss */
.home .wrapper > .unit.exhibitions .gallery2 .unit figcaption {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* line 226, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_home.scss */
.home .wrapper > .unit:nth-child(3) {
  float: right;
  margin-right: 3.75%;
}

@media screen and (max-width: 52.5em) {
  /* line 226, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_home.scss */
  .home .wrapper > .unit:nth-child(3) {
    margin-top: 0 !important;
  }
}

/* line 236, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_home.scss */
.home .news-list1 {
  clear: both;
  padding-left: 1.875%;
  padding-right: 1.875%;
}

/* line 241, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_home.scss */
.home .news-list1 .item {
  max-width: 35.5em;
  margin-left: auto;
  margin-right: auto;
}

/* line 246, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_home.scss */
.home .news-list1 p {
  font-size: 0.875em;
}

@media screen and (max-width: 52.5em) {
  /* line 236, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_home.scss */
  .home .news-list1 {
    width: 92.5%;
    margin-left: 3.75%;
  }
  /* line 22, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_matts-grids.scss */
  .home .news-list1:nth-child(1n+1) {
    clear: left;
  }
  /* line 251, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_home.scss */
  .home .news-list1 .item {
    font-size: 1.25em;
    max-width: 28.4em;
  }
  /* line 255, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_home.scss */
  .home .news-list1 p {
    max-width: 35.5em;
    margin-left: auto;
    margin-right: auto;
  }
}

/* line 264, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_home.scss */
.home .copy-block .heading2 {
  max-width: 15.77778em;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 840px){
    .home .copy-block .heading2{margin-left: 0; margin-right: 0;}
}

/* line 269, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_home.scss */
.home .copy-block .sozo-content {
  max-width: 31.55556em;
  font-size: 1.125em;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 52.5em) {
  /* line 262, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_home.scss */
  .home .copy-block {
    width: 92.5%;
    margin-left: 3.75%;
    border-top: 1px solid #bbbecb;
    padding-top: 1.5em;
    max-width: 35.5em;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  /* line 22, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_matts-grids.scss */
  .home .copy-block:nth-child(1n+1) {
    clear: left;
  }
}

@media screen and (max-width: 40em) {
  /* line 262, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_home.scss */
  .home .copy-block {
    margin-left: 3.75%;
    max-width: none;
  }
}

/* line 291, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_home.scss */
.home .gallery-with-copy.last .copy {
  float: right;
  margin-right: 3.75%;
  padding-bottom: 2em;
}

@media screen and (max-width: 52.5em) {
  /* line 298, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_home.scss */
  .home .gallery-with-copy .gallery1, .home .gallery-with-copy .copy {
    width: 92.5%;
    margin-left: 3.75%;
  }
  /* line 22, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_matts-grids.scss */
  .home .gallery-with-copy .gallery1:nth-child(1n+1), .home .gallery-with-copy .copy:nth-child(1n+1) {
    clear: left;
  }
  /* line 301, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_home.scss */
  .home .gallery-with-copy .copy {
    border-top: 1px solid #bbbecb;
    padding-top: 1.5em;
    max-width: 35.5em;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media screen and (max-width: 52.5em) and (max-width: 30em) {
  /* line 301, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_home.scss */
  .home .gallery-with-copy .copy {
    padding-bottom: 2em;
  }
}

@media screen and (max-width: 40em) {
  /* line 313, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_home.scss */
  .home .gallery-with-copy .copy {
    margin-left: 3.75%;
    max-width: none;
  }
}

/* @end */
/* @group two cols title/intro with filters */
/* line 4, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_gallery.scss */
.intro1 .heading1 {
  margin-bottom: 0;
}

/* line 7, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_gallery.scss */
.intro1 .select-filter {
  clear: none;
}

@media screen and (max-width: 52.5em) {
  /* line 9, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_gallery.scss */
  .intro1 .select-filter .unit {
    width: 92.5%;
    margin-left: 3.75%;
  }
  /* line 22, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_matts-grids.scss */
  .intro1 .select-filter .unit:nth-child(1n+1) {
    clear: left;
  }
}

@media screen and (max-width: 640px){
    .intro1 .select-filter .unit{margin-left: 0;}
}

@media screen and (max-width: 40em) {
  /* line 15, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_gallery.scss */
  .intro1 .unit {
    width: 92.5%;
    margin-left: 3.75%;
  }
  /* line 22, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_matts-grids.scss */
  .intro1 .unit:nth-child(1n+1) {
    clear: left;
  }
}

/* line 22, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_gallery.scss */
.intro1 .radio-filter:nth-child(4n+1) {
  clear: none;
}

/* line 25, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_gallery.scss */
.intro1 .radio-filter.start {
  clear: both;
}

/* line 28, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_gallery.scss */
.intro1 .radio-filter:first-child {
  margin-left: 0;
}

/* line 32, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_gallery.scss */
.intro1 .tab-nav {
  float: right;
}

/* line 35, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_gallery.scss */
.intro1 .sozo-content {
  margin-bottom: 0;
}

/* line 38, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_gallery.scss */
.intro1 .tab-radio-filters {
  clear: both;
  overflow: hidden;
  position: relative;
  margin-left: 3.75%;
  margin-right: 3.75%;
}

/* line 2, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_helpers.scss */
.intro1 .tab-radio-filters:after {
  content: "";
  display: table;
  clear: both;
}

/* line 44, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_gallery.scss */
.intro1 .tab-radio-filters .unit {
  margin-top: 0;
}

@media screen and (max-width: 64em) {
  /* line 44, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_gallery.scss */
  .intro1 .tab-radio-filters .unit {
    width: 44.375%;
    margin-left: 3.75%;
  }
  /* line 22, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_matts-grids.scss */
  .intro1 .tab-radio-filters .unit:nth-child(2n+1) {
    clear: left;
  }
}

@media only screen and (max-width: 640px){
    .intro1 .tab-radio-filters .unit{margin-left: 0;}
}

/* line 50, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_gallery.scss */
.intro1 .tab-radio-filters .tab-nav {
  clear: left;
  margin-top: -3em;
}

@media screen and (max-width: 64em) {
  /* line 50, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_gallery.scss */
  .intro1 .tab-radio-filters .tab-nav {
    float: left;
    width: 100%;
    margin: 2em 0 0 1px;
  }
}

/* line 59, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_gallery.scss */
.intro1 .tab-radio-filters:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 260%;
  height: 1px;
  background: #b11f24;
}

@media screen and (max-width: 30em) {
  /* line 69, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_gallery.scss */
  .intro1 .tab-radio-filters .radio-filter {
    width: 92.5%;
    margin-left: 3.75%;
  }
  /* line 22, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_matts-grids.scss */
  .intro1 .tab-radio-filters .radio-filter:nth-child(1n+1) {
    clear: left;
  }
}

@media only screen and (max-width: 640px){
    .intro1.group .select-nav.unit select{width: 100%;}
}

/* @end */
/* @group */
/* line 83, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_gallery.scss */
.has-sidebar.product-list .area-title {
  position: relative;
}

/* line 86, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_gallery.scss */
.has-sidebar.product-list .area-title .heading1 span {
  padding-right: 6.13636em;
}

@media screen and (max-width: 40em) {
  /* line 86, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_gallery.scss */
  .has-sidebar.product-list .area-title .heading1 span {
    padding-right: 0;
  }
}

/* line 93, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_gallery.scss */
.has-sidebar.product-list .area-title form {
  position: absolute;
  top: -1em;
  right: 4.93827%;
}

@media screen and (max-width: 40em) {
  /* line 93, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_gallery.scss */
  .has-sidebar.product-list .area-title form {
    position: static;
  }
}

@media screen and (max-width: 40em) {
  /* line 101, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_gallery.scss */
  .has-sidebar.product-list .area-title form input {
    margin-bottom: 0;
    width: 100% !important;
    box-sizing: border-box;
  }
}

/* line 109, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_gallery.scss */
.has-sidebar.product-list .area-title .search {
  width: 12em;
}

/* line 114, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_gallery.scss */
.has-sidebar.product-list .intro2 .sozo-content {
  width: 90.12346%;
  margin-left: 4.93827%;
  max-width: 38.5em;
}

/* line 22, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_matts-grids.scss */
.has-sidebar.product-list .intro2 .sozo-content:nth-child(12n+1) {
  clear: left;
}

@media screen and (max-width: 40em) {
  /* line 114, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_gallery.scss */
  .has-sidebar.product-list .intro2 .sozo-content {
    display: none;
  }
}

/* line 121, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_gallery.scss */
.has-sidebar.product-list .intro2 .tab-nav {
  width: 90.12346%;
  margin-left: 4.93827%;
  border-bottom: 1px solid #b11f24;
}

/* line 22, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_matts-grids.scss */
.has-sidebar.product-list .intro2 .tab-nav:nth-child(12n+1) {
  clear: left;
}

/* line 124, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_gallery.scss */
.has-sidebar.product-list .intro2 .tab-nav a {
  margin-bottom: -1px;
}

@media only screen and (max-width: 422px){
    .has-sidebar.product-list .intro2 .tab-nav{border-bottom: none;}
}

/* line 128, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_gallery.scss */
.has-sidebar.product-list .intro2 .nl-cta1 {
  margin-top: 1em;
  float: left;
}

/* line 148, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_gallery.scss */
.has-sidebar .primary .gallery1 .unit {
  width: 26.74897%;
  margin-left: 4.93827%;
}

/* line 22, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_matts-grids.scss */
.has-sidebar .primary .gallery1 .unit:nth-child(3n+1) {
  clear: left;
}

/* line 150, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_gallery.scss */
.csstransforms .has-sidebar .primary .gallery1 .unit {
  width: 26.74897%;
  margin-left: 4.93827%;
  padding-bottom: 26.74897%;
}

/* line 22, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_matts-grids.scss */
.csstransforms .has-sidebar .primary .gallery1 .unit:nth-child(3n+1) {
  clear: left;
}

/* line 153, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_gallery.scss */
.has-sidebar .primary .gallery1 .unit:nth-child(4n+1) {
  clear: none;
}

/* @end */
/* @group gallery1 */
/* line 165, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_gallery.scss */
.gallery1 {
  clear: both;
}

/* line 2, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_helpers.scss */
.gallery1:after {
  content: "";
  display: table;
  clear: both;
}

/* line 168, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_gallery.scss */
.gallery1.has-titles .unit {
  margin-bottom: 3em;
}

@media screen and (max-width: 30em) {
  /* line 168, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_gallery.scss */
  .gallery1.has-titles .unit {
    margin-bottom: 0;
  }
}

/* line 175, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_gallery.scss */
.gallery1 .unit {
  width: 20.3125%;
  margin-left: 3.75%;
  position: relative;
  text-align: center;
}

/* line 22, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_matts-grids.scss */
.gallery1 .unit:nth-child(4n+1) {
  clear: left;
}

/* line 179, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_gallery.scss */
.csstransforms .gallery1 .unit {
  width: 20.3125%;
  margin-left: 3.75%;
  padding-bottom: 20.3125%;
}

/* line 22, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_matts-grids.scss */
.csstransforms .gallery1 .unit:nth-child(4n+1) {
  clear: left;
}

/* line 182, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_gallery.scss */
.gallery1 .unit a {
  display: block;
  overflow: hidden;
  color: #1f232a;
}

/* line 186, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_gallery.scss */
.gallery1 .unit a:hover {
  color: #b11f24;
}

/* line 192, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_gallery.scss */
.csstransforms .gallery1 .media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 200, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_gallery.scss */
.csstransforms .gallery1 .media img {
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

/* line 211, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_gallery.scss */
.gallery1 .media .title {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 217, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_gallery.scss */
.gallery1 .media .title strong {
  font-size: 1.25em;
}

/* line 220, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_gallery.scss */
.gallery1 .media .title p {
  margin: 0;
}

/* line 223, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_gallery.scss */
.csstransforms .gallery1 .media .title {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
}

/* line 235, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_gallery.scss */
.gallery1 .row {
  clear: both;
  padding-top: 1em;
  margin-top: 1em;
  border-top: 1px solid #d2d4dd;
}

/* line 2, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_helpers.scss */
.gallery1 .row:after {
  content: "";
  display: table;
  clear: both;
}

/* line 240, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_gallery.scss */
.gallery1 .row:first-child {
  border-top: none;
}

@media screen and (max-width: 30em) {
  /* line 235, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_gallery.scss */
  .gallery1 .row {
    padding: none;
    border: none;
  }
}

@media screen and (max-width: 30em) {
  /* line 249, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_gallery.scss */
  .gallery1 .unit {
    width: 92.5% !important;
    margin-left: 3.75%;
    float: none !important;
    padding-bottom: 0 !important;
  }
  /* line 22, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_matts-grids.scss */
  .gallery1 .unit:nth-child(1n+1) {
    clear: left;
  }
  /* line 252, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_gallery.scss */
  .csstransforms .gallery1 .unit {
    width: 92.5% !important;
    margin-left: 3.75%;
    padding-bottom: 92.5%;
  }
  /* line 22, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_matts-grids.scss */
  .csstransforms .gallery1 .unit:nth-child(1n+1) {
    clear: left;
  }
  /* line 257, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_gallery.scss */
  .gallery1 .media {
    position: static !important;
  }
  /* line 260, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_gallery.scss */
  .gallery1 .media img {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    position: static !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100% !important;
    height: auto !important;
  }
  /* line 273, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_gallery.scss */
  .gallery1 .media .title {
    position: static !important;
    padding-bottom: 0.5em;
  }
}

/* @end */
/* @group gallery2 */
/* line 286, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_gallery.scss */
.gallery2 .unit {
  box-shadow: 0 0 10px rgba(152, 156, 177, 0.5);
}

/* line 289, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_gallery.scss */
.gallery2 a {
  color: #1f232a;
}

/* line 292, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_gallery.scss */
.gallery2 figcaption {
  padding: 0.75em;
  background: #FFF;
  border: 0.8em solid #FFF;
  box-shadow: inset 0 0 0 1px #d2d4dd;
}

/* line 297, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_gallery.scss */
.gallery2 figcaption .heading4 {
  margin: 0.2em 0 1.75em;
}

/* line 300, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_gallery.scss */
.gallery2 figcaption p {
  margin: 0;
}

/* @end */
/* @group paintings */
@media screen and (max-width: 52.5em) {
  /* line 312, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_gallery.scss */
  .product-list.has-sidebar .gallery1 .unit {
    width: 44.375%;
    margin-left: 3.75%;
  }
  /* line 22, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_matts-grids.scss */
  .product-list.has-sidebar .gallery1 .unit:nth-child(2n+1) {
    clear: left;
  }
  /* line 315, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_gallery.scss */
  .csstransforms .product-list.has-sidebar .gallery1 .unit {
    width: 44.375%;
    margin-left: 3.75%;
    padding-bottom: 44.375%;
  }
  /* line 22, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_matts-grids.scss */
  .csstransforms .product-list.has-sidebar .gallery1 .unit:nth-child(2n+1) {
    clear: left;
  }
  /* line 318, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_gallery.scss */
  .product-list.has-sidebar .gallery1 .unit:nth-child(3n+1) {
    clear: none !important;
  }
}

/* @end */
/* @group details */
/* line 4, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_product.scss */
.product-details .image, .product-details .copy {
  width: 50%;
  float: left;
}

@media screen and (max-width: 40em) {
  /* line 4, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_product.scss */
  .product-details .image, .product-details .copy {
    width: 100%;
  }
}

/* line 12, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_product.scss */
.product-details .image .paginate {
  padding: 0;
}

/* line 15, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_product.scss */
.product-details .image .paginate .prev {
  float: left;
}

/* line 18, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_product.scss */
.product-details .image .paginate .next {
  float: right;
}

/* line 23, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_product.scss */
.product-details .copy {
  padding-left: 3.75%;
  padding-right: 3.75%;
}

@media screen and (max-width: 40em) {
  /* line 23, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_product.scss */
  .product-details .copy {
    margin-top: 1em;
  }
}

/* line 30, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_product.scss */
.product-details .heading2, .product-details .heading3 {
  margin: 0;
}

/* line 34, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_product.scss */
.product-details .meta table, .product-details .meta tr, .product-details .meta td, .product-details .meta th {
  border: none;
}

/* line 37, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_product.scss */
.product-details .meta td, .product-details .meta th {
  padding: 0.2em 1.25em 0.2em 0;
}

/* line 41, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_product.scss */
.product-details .meta .heading4 {
  padding-top: 0.52em;
  margin: 0;
}

/* line 46, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_product.scss */
.product-details .btn1 {
  font-size: 1.25em;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}

/* line 51, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_product.scss */
.product-details .share {
  margin-top: 1.5em;
}

/* line 53, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_product.scss */
.lt-ie9 .product-details .share {
  display: none;
}

/* line 57, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_product.scss */
.product-details .view-more {
  margin: 0;
}

/* line 60, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_product.scss */
.product-details .product-options {
  margin-bottom: -1em;
}

/* line 62, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_product.scss */
.product-details .product-options .group {
  margin: 0 1em 0 0;
  padding: 0;
  display: inline-block;
  border: none;
}

/* @end */
/* @group misc */
/* line 77, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_product.scss */
.artists.art-details .nl-cta1 {
  width: 92.5%;
  margin-left: 3.75%;
}

/* line 22, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_matts-grids.scss */
.artists.art-details .nl-cta1:nth-child(1n+1) {
  clear: left;
}

/* @end */
/* @group added to cart lightbox */
/* line 87, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_product.scss */
.cart-lightbox {
  text-align: center;
  padding-left: 2em;
  padding-right: 2em;
}

/* @end */
/* @group artist page */
/* line 5, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_artists.scss */
.artists.artist-work .intro1 {
  border-top: 1px solid #d2d4dd;
}

/* line 8, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_artists.scss */
.artists.artist-work .related-products {
  padding-top: 0;
}

@media screen and (max-width: 64em) {
  /* line 17, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_artists.scss */
  .artists.artist-work .gallery1 .unit:nth-child(4n+1) {
    clear: none;
  }
}

@media screen and (max-width: 64em) {
  /* line 25, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_artists.scss */
  .artists .gallery1 .unit {
    width: 28.33333%;
    margin-left: 3.75%;
  }
  /* line 22, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_matts-grids.scss */
  .artists .gallery1 .unit:nth-child(3n+1) {
    clear: left;
  }
  /* line 28, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_artists.scss */
  .csstransforms .artists .gallery1 .unit {
    width: 28.33333%;
    margin-left: 3.75%;
    padding-bottom: 28.33333%;
  }
  /* line 22, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_matts-grids.scss */
  .csstransforms .artists .gallery1 .unit:nth-child(3n+1) {
    clear: left;
  }
  /* line 31, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_artists.scss */
  .artists .gallery1 .unit:nth-child(4n+1) {
    clear: none;
  }
}

@media screen and (max-width: 52.5em) {
  /* line 25, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_artists.scss */
  .artists .gallery1 .unit {
    width: 44.375%;
    margin-left: 3.75%;
  }
  /* line 22, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_matts-grids.scss */
  .artists .gallery1 .unit:nth-child(2n+1) {
    clear: left;
  }
  /* line 37, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_artists.scss */
  .csstransforms .artists .gallery1 .unit {
    width: 44.375%;
    margin-left: 3.75%;
    padding-bottom: 44.375%;
  }
  /* line 22, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_matts-grids.scss */
  .csstransforms .artists .gallery1 .unit:nth-child(2n+1) {
    clear: left;
  }
  /* line 40, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_artists.scss */
  .artists .gallery1 .unit:nth-child(3n+1) {
    clear: none;
  }
}

@media screen and (max-width: 52.5em) {
  /* line 50, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_artists.scss */
  .artists.artist-work .gallery1 .unit:nth-child(2n+1) {
    clear: none;
  }
  /* line 53, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_artists.scss */
  .artists.artist-work .gallery1 .unit:nth-child(3n+1) {
    clear: none;
  }
}

/* @end */
/* @group centred intro sections */
/* line 5, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_exhibitions.scss */
.intro3 .area-title {
  text-align: center;
  max-width: 40em;
  padding-left: 3.75%;
  padding-right: 3.75%;
  margin-left: auto;
  margin-right: auto;
}

/* line 12, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_exhibitions.scss */
.intro3 .area-title .sozo-content {
  font-size: 1.125em;
}

/* @end */
/* @group exhibition list */
/* line 23, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_exhibitions.scss */
.alternating-article-list > .wrapper {
  max-width: 60em;
}

/* line 27, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_exhibitions.scss */
.alternating-article-list .group > h2 {
  text-align: center;
  font-size: 1.125em;
}

/* line 32, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_exhibitions.scss */
.alternating-article-list .item {
  clear: both;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

/* line 2, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_helpers.scss */
.alternating-article-list .item:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 40em) {
  /* line 32, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_exhibitions.scss */
  .alternating-article-list .item {
    display: block;
  }
  /* line 39, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_exhibitions.scss */
  .alternating-article-list .item .media {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
}

/* line 46, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_exhibitions.scss */
.alternating-article-list .item .image .media {
  float: left;
  max-width: 40em;
}

/* line 51, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_exhibitions.scss */
.alternating-article-list .item .unit {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 40em) {
  /* line 51, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_exhibitions.scss */
  .alternating-article-list .item .unit {
    width: 92.5%;
    margin-left: 3.75%;
    -webkit-box-flex: 2;
    -moz-box-flex: 2;
    box-flex: 2;
    -webkit-flex: 2;
    -moz-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
  /* line 22, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_matts-grids.scss */
  .alternating-article-list .item .unit:nth-child(1n+1) {
    clear: left;
  }
}

/* line 58, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_exhibitions.scss */
.alternating-article-list .item:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}

/* line 60, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_exhibitions.scss */
.alternating-article-list .item:nth-child(odd) .desc {
  float: right;
  padding-right: 3.75%;
}

/* line 63, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_exhibitions.scss */
.flexbox .alternating-article-list .item:nth-child(odd) .desc {
  padding-right: 0;
  margin-right: 3.75%;
}

/* line 68, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_exhibitions.scss */
.alternating-article-list .item:nth-child(odd) .media {
  float: right;
}

/* @end */
/* line 2, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_info.scss */
.info-article .media {
  margin: 1em 0;
}

/* line 7, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_info.scss */
.info-article .main-body > .media {
  margin-bottom: 2em;
}

@media screen and (max-width: 40em) {
  /* line 5, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_info.scss */
  .info-article .main-body {
    width: 92.5%;
    margin-left: 3.75%;
  }
  /* line 22, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_matts-grids.scss */
  .info-article .main-body:nth-child(1n+1) {
    clear: left;
  }
}

@media screen and (max-width: 40em) {
  /* line 14, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_info.scss */
  .info-article .side-gallery {
    display: none;
  }
}

/* line 2, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_breadcrumbs.scss */
.wrapper > .breadcrumbs {
  padding: 0 3.75%;
}

/* line 7, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_breadcrumbs.scss */
.breadcrumbs {
  margin: 0;
  padding: 0;
}

/* line 10, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_breadcrumbs.scss */
.breadcrumbs li {
  display: inline-block;
}

/* line 12, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_breadcrumbs.scss */
.breadcrumbs li a {
  padding-right: 0.5em;
  color: #989cb1;
}

/* line 15, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_breadcrumbs.scss */
.breadcrumbs li a:hover {
  color: #b11f24;
}

/* line 18, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_breadcrumbs.scss */
.breadcrumbs li a:after {
  padding-left: 0.3em;
  content: '>';
}

/* @group contact form */
/* line 3, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_contact.scss */
.contact-form {
  clear: both;
}

/* line 2, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_helpers.scss */
.contact-form:after {
  content: "";
  display: table;
  clear: both;
}

/* line 5, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_contact.scss */
.contact-form fieldset {
  border: none;
  padding: 0;
}

@media screen and (max-width: 30em) {
  /* line 5, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_contact.scss */
  .contact-form fieldset {
    width: 92.5%;
    margin-left: 3.75%;
  }
  /* line 22, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_matts-grids.scss */
  .contact-form fieldset:nth-child(1n+1) {
    clear: left;
  }
}

/* line 12, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_contact.scss */
.contact-form label, .contact-form input, .contact-form textarea {
  float: left;
}

/* line 15, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_contact.scss */
.contact-form label {
  width: 10.5em;
  padding-right: 1.5em;
  position: relative;
  top: 0.7em;
  clear: both;
}

@media screen and (max-width: 52.5em) {
  /* line 15, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_contact.scss */
  .contact-form label {
    margin-top: 0.5em;
    padding-right: 0;
  }
}

/* line 26, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_contact.scss */
.contact-form input, .contact-form textarea {
  width: 70%;
  width: calc( 100% - 10.5em);
}

@media screen and (max-width: 52.5em) {
  /* line 26, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_contact.scss */
  .contact-form input, .contact-form textarea {
    margin-top: 0;
    margin-bottom: 0;
  }
}

/* line 34, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_contact.scss */
.contact-form textarea {
  height: 11.45em;
}

@media screen and (max-width: 52.5em) {
  /* line 34, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_contact.scss */
  .contact-form textarea {
    height: 13.35em;
  }
}

@media screen and (max-width: 52.5em) {
  /* line 40, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_contact.scss */
  .contact-form label, .contact-form input, .contact-form textarea {
    width: 100%;
  }
}

/* line 45, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_contact.scss */
.contact-form .clear {
  clear: both;
  width: 92.5%;
  margin-left: 3.75%;
}

/* line 2, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_helpers.scss */
.contact-form .clear:after {
  content: "";
  display: table;
  clear: both;
}

/* line 22, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_matts-grids.scss */
.contact-form .clear:nth-child(1n+1) {
  clear: left;
}

/* line 49, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_contact.scss */
.contact-form .note {
  display: inline-block;
}

/* line 52, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_contact.scss */
.contact-form .btn1 {
  float: right;
}

/* @end */
/* @group gallery list */
/* line 61, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_contact.scss */
.galleries {
  padding-top: 0;
}

@media only screen and (max-width: 420px){
    .galleries{display: flex; flex-direction: column;}
}

/* line 63, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_contact.scss */
.galleries .location-details {
  font-family: "adobe-caslon-pro", Georgia, Times, "Times New Roman", serif;
  font-size: 1.125em;
  margin-top: 1em;
}

.galleries .location-details .group{min-height: 152px;}

/* line 67, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_contact.scss */
.galleries .location-details span {
  display: block;
}

/* line 73, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_contact.scss */
.galleries .location-details .tel {
  color: #1f232a;
}

/* line 75, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_contact.scss */
.galleries .location-details .tel span {
  display: inline-block;
}

/* line 2, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_borders.scss */
.galleries .location-details .opening-times > span {
  position: relative;
  display: inline-block;
}

/* line 5, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_borders.scss */
.galleries .location-details .opening-times > span:after {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  left: 0;
  opacity: 0.5;
  content: '';
  bottom: -0.38em;
  height: 1px;
  background: #1f232a;
  width: 100%;
}

/* line 21, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_borders.scss */
.lt-ie9 .galleries .location-details .opening-times > span:after {
  display: none;
}

/* line 52, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_borders.scss */
.galleries .location-details .opening-times.animate-me > span:after {
  width: 0;
}

/* line 82, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_contact.scss */
.galleries .location-details .opening-times > span {
  margin-bottom: 0;
}

/* line 86, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_contact.scss */
.galleries .location-details .opening-times p time {
  display: table-row;
}

/* line 88, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_contact.scss */
.galleries .location-details .opening-times p time span {
  display: table-cell;
}

/* line 90, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_contact.scss */
.galleries .location-details .opening-times p time span:first-child {
  padding-right: 0.8em;
}

/* @end */
/* @group generic contact */
/* line 107, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_contact.scss */
.contact .intro2 {
  clear: both;
}

/* line 2, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_helpers.scss */
.contact .intro2:after {
  content: "";
  display: table;
  clear: both;
}

/* line 109, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_contact.scss */
.contact .intro2 .sozo-content {
  width: 100%;
  max-width: 35.5em;
  margin-bottom: 0;
}

@media screen and (max-width: 40em) {
  /* line 109, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_contact.scss */
  .contact .intro2 .sozo-content {
    width: 92.5%;
    margin-left: 3.75%;
  }
  /* line 22, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_matts-grids.scss */
  .contact .intro2 .sozo-content:nth-child(1n+1) {
    clear: left;
  }
}

/* line 119, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_contact.scss */
.contact .contact-form .unit {
  margin-top: 0;
}

/* @end */
/* @group chosen */
/* line 3, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_pluginoverride.scss */
.chosen-container {
  font-size: 1em;
  font-family: "adobe-caslon-pro", Georgia, Times, "Times New Roman", serif;
}

/* line 6, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_pluginoverride.scss */
.chosen-container .chosen-drop {
  border: 1px solid #b11f24;
  background: #FFF;
  border-radius: 0;
}

/* line 15, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_pluginoverride.scss */
.chosen-container-single .chosen-single {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  height: auto;
  box-shadow: none;
  padding: 0.76em;
  border: 1px solid #b11f24;
  background: transparent;
  color: #b11f24;
  border-radius: 0;
}

/* line 24, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_pluginoverride.scss */
.chosen-container-single .chosen-single div {
  width: 2.1875em;
}

/* line 26, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_pluginoverride.scss */
.chosen-container-single .chosen-single div b {
  width: 13px;
  height: 10px;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: 50%;
  margin-left: -7px;
  background: url("../images/cart-icons1.png") 0 -10px no-repeat;
}

/* line 38, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_pluginoverride.scss */
.svg .chosen-container-single .chosen-single div b {
  background-image: url("../images/cart-icons1.svg");
}

/* line 43, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_pluginoverride.scss */
.chosen-container-single .chosen-single span {
  margin-right: 2.8125em;
}

/* line 47, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_pluginoverride.scss */
.chosen-container-single .chosen-search input[type="text"] {
  font-family: "adobe-caslon-pro", Georgia, Times, "Times New Roman", serif;
  border: 1px solid #1f232a;
}

/* line 51, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_pluginoverride.scss */
.chosen-container-single .chosen-search {
  position: relative;
}

/* line 53, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_pluginoverride.scss */
.chosen-container-single .chosen-search:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background: url("../images/cart-icons1.png") -110px 0 no-repeat;
}

/* line 62, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_pluginoverride.scss */
.svg .chosen-container-single .chosen-search:after {
  background-image: url("../images/cart-icons1.svg");
}

/* line 71, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_pluginoverride.scss */
.chosen-container-active .chosen-single {
  border: 1px solid #1f232a;
  box-shadow: none !important;
  color: #1f232a;
  background: #FFF !important;
}

/* line 78, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_pluginoverride.scss */
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #1f232a;
}

/* line 84, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_pluginoverride.scss */
.chosen-container-active.chosen-with-drop .chosen-single div {
  background: transparent;
}

/* line 86, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_pluginoverride.scss */
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: 0 -10px;
}

/* line 100, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_pluginoverride.scss */
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 103, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_pluginoverride.scss */
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* line 111, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_pluginoverride.scss */
.chosen-container .chosen-results.highlighted {
  background-color: #1f232a;
  color: #FFF;
}

/* line 116, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_pluginoverride.scss */
.chosen-container .chosen-results li.active-result.highlighted {
  background: #b11f24;
  color: #FFF;
}

/* @end */
/* @group share buttons */
/* line 127, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_pluginoverride.scss */
.sbg-button {
  width: 2em;
  height: 2em;
  border-radius: 2em;
}

/* line 132, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_pluginoverride.scss */
.sbg-button-icon {
  font-size: 1em;
}

/* line 137, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_pluginoverride.scss */
.sbg-button-facebook .sbg-button-icon, .sbg-button-twitter .sbg-button-icon, .sbg-button-pinterest .sbg-button-icon, .sbg-button-email .sbg-button-icon {
  padding-left: 0.52em;
}

/* @end */
/* @group social icons */
/* line 3, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_icons.scss */
.social-icon {
  width: 32px;
  height: 32px;
  display: inline-block;
  border-radius: 16px;
  background: #babec8 url("../images/cart-icons1.png") -13px -32px no-repeat;
}

/* line 4, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_icons.scss */
.social-icon span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 12, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_icons.scss */
.svg .social-icon {
  background-image: url("../images/cart-icons1.svg");
}

/* line 15, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_icons.scss */
.social-icon.twitter {
  background-position: -45px -32px;
}

/* line 18, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_icons.scss */
.social-icon.pinterest {
  background-position: -77px -32px;
}

/* line 21, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_icons.scss */
.social-icon:hover {
  background-color: transparent;
}

/* @end */
/* @group common */
/* line 2, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
.main-content {
  width: 100%;
  background: #e9eaef;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

/* line 9, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
.wrapper {
  clear: both;
  margin: 0 auto;
  width: 100%;
  max-width: 80em;
  position: relative;
}

/* line 2, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_helpers.scss */
.wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/* line 15, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
.main-content .wrapper {
  padding: 1.5625em 0;
}

@media screen and (max-height: 50em), screen and (max-width: 80em) {
  /* line 15, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
  .main-content .wrapper {
    padding: 0.52083em 0;
  }
}

/* line 22, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
.unit {
  float: left;
  margin-left: 3.75%;
  margin-top: 1.875%;
  margin-bottom: 1.875%;
}

/* line 28, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
.unit:nth-child(2n+1) {
  clear: none;
}

/* line 32, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
.start {
  clear: both;
}

/* line 35, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
.clear {
  clear: both;
}

/* line 2, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_helpers.scss */
.clear:after {
  content: "";
  display: table;
  clear: both;
}

/* line 39, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
.media img {
  width: 100%;
  height: auto;
}

/* line 43, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
.media .title {
  font-family: "adobe-caslon-pro", Georgia, Times, "Times New Roman", serif;
  font-size: 1em;
  text-align: center;
  padding-top: 0.5em;
  color: #1f232a;
}

/* line 51, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
.media.frame1 img {
  border: 1em solid #FFF;
  box-shadow: 0 0 10px rgba(152, 156, 177, 0.5);
}

/* line 57, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
.js-cwhidereveal {
  cursor: pointer;
}

/* line 60, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
.js .cwhidden {
  display: none;
}

/* line 63, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
canvas {
  overflow: visible;
}

/* line 66, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
.group {
  padding: 1.5625em 0;
  clear: both;
}

/* line 2, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_helpers.scss */
.group:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 52.5em) {
  /* line 72, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
  .main-content .group:first-child {
    padding-top: 1.875%;
  }
}

/* @end */
/* @group pagination */
/* line 84, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
.paginate {
  clear: both;
  padding: 1.5625em 0;
  margin: 1em 0;
  text-align: center;
}

/* line 2, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_helpers.scss */
.paginate:after {
  content: "";
  display: table;
  clear: both;
}

/* line 89, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
.paginate li {
  display: inline-block;
  margin: 0.2em;
}

/* line 93, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
.paginate .more3 {
  padding: 0.325em 0.52em;
}

/* line 96, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
.paginate .more3.next:before, .paginate .more3.next:after, .paginate .more3.prev:before, .paginate .more3.prev:after {
  display: inline-block;
  color: #b11f24;
}

/* line 102, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
.paginate .more3.next:after {
  content: '→';
  padding-left: 0.3em;
}

/* line 108, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
.paginate .more3.prev:before {
  content: '←';
  padding-right: 0.3em;
}

/* @end */
/* @group header */
/* line 120, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
#header {
  background: #FFF;
  position: relative;
  z-index: 6;
}

/* line 124, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
#header .wrapper {
  height: 100%;
  display: block;
}

/* line 128, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
#header .logo {
  height: 72px;
  width: 122px;
  z-index: 1;
  display: block;
  position: absolute;
  top: 50%;
  right: 3.75%;
  margin-top: -36px;
}

/* line 137, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
#header .logo img, #header .logo svg {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 64em) {
  /* line 128, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
  #header .logo {
    height: 56px;
    width: 95px;
    margin-top: -22px;
  }
}

@media screen and (max-width: 52.5em) {
  /* line 128, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
  #header .logo {
    margin-top: -28px;
  }
}

/* line 151, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
#header .primary-nav {
  float: left;
  display: inline-block;
  margin-left: 3.75%;
}

/* line 155, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
#header .primary-nav ul {
  float: left;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

/* line 161, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
#header .primary-nav li {
  line-height: 1em;
  float: left;
}

/* line 164, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
#header .primary-nav li.first {
  display: none;
}

/* line 168, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
#header .primary-nav li.second a {
  padding-left: 0;
}

@media screen and (max-width: 80em) {
  /* line 172, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
  #header .primary-nav li a {
    padding-left: 0.75em;
    padding-right: 0.75em;
  }
}

@media screen and (max-width: 64em) {
  /* line 172, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
  #header .primary-nav li a {
    padding-left: 0.32em;
    padding-right: 0.32em;
  }
}

/* line 181, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
.lt-ie9 #header .primary-nav li a {
  padding-left: 0.48em;
  padding-right: 0.48em;
}

/* line 187, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
#header .primary-nav .search {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

/* line 189, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
#header .primary-nav .search .nav-search {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #FFF;
  border-top: 1px solid transparent;
  max-height: 0;
  padding: 0;
  z-index: 10;
  text-align: center;
  padding-left: 3.75%;
  padding-right: 3.75%;
  text-align: center;
  display:none;
}

@media screen and (max-width: 52.5em) {
  /* line 189, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
  #header .primary-nav .search .nav-search {
    display: none;
  }
}

/* line 210, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
#header .primary-nav .search .nav-search input {
  width: 16.6em;
}

/* line 213, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
#header .primary-nav .search .nav-search input, #header .primary-nav .search .nav-search .btn1 {
  display: inline-block;
  vertical-align: middle;
}

/* line 217, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
#header .primary-nav .search .nav-search .btn1 {
  padding-top: 0.47em;
  margin-left: 0.3em;
  padding-bottom: 0.47em;
}

/* line 223, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
#header .primary-nav .search:hover {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}

/* line 226, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
.no-touch #header .primary-nav .search:hover .nav-search {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  max-height: 5.5em;
  border-color: #e9eaef;
  display:block !important;
}

/* line 234, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
#header .primary-nav a {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  font-family: "adobe-caslon-pro", Georgia, Times, "Times New Roman", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25em;
  padding: 2em 1em;
  display: block;
  color: #1f232a;
}

/* line 2, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_borders.scss */
#header .primary-nav a > span {
  position: relative;
  display: block;
}

/* line 5, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_borders.scss */
#header .primary-nav a > span:after {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  left: 0;
  opacity: 0.5;
  content: '';
  bottom: -0.4em;
  height: 1px;
  background: #bbbecb;
  width: 100%;
  width: 0;
}

/* line 17, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_borders.scss */
.touch #header .primary-nav a > span:after {
  display: none;
}

/* line 21, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_borders.scss */
.lt-ie9 #header .primary-nav a > span:after {
  display: none;
}

/* line 29, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_borders.scss */
#header .primary-nav a:hover > span:after, #header .primary-nav a.active > span:after {
  width: 100%;
}

/* line 52, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_borders.scss */
#header .primary-nav a.animate-me > span:after {
  width: 0;
}

/* line 242, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
#header .primary-nav a span {
  position: relative;
  top: 1.1em;
}

/* line 246, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
.lt-ie9 #header .primary-nav a span:after {
  display: none;
}

/* line 252, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
#header .primary-nav .cart {
  display: block;
  padding: 0;
  width: 32px;
  height: 32px;
  position: relative;
  top: 2.4375em;
  margin-left: 0.6em;
  color: #1f232a;
  background: url("../images/cart-icons1.png") -134px 0 no-repeat;
  float: left;
}

/* line 263, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
.svg #header .primary-nav .cart {
  background-image: url("../images/cart-icons1.svg");
}

/* line 266, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
#header .primary-nav .cart span {
  display: none;
}

/* line 269, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
#header .primary-nav .cart:after {
  content: attr(data-amount);
  display: block;
  overflow: hidden;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 0;
  left: 0.18em;
  margin-top: -0.1em;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 0.875em;
}

/* line 285, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
#header .showm {
  text-align: center;
  position: relative;
  display: none;
  padding: 26px;
  z-index: 10;
  float: right;
  color: #FFF;
}

/* line 293, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
#header .showm .burger-icon {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 22, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_burger.scss */
#header .showm .burger-icon, #header .showm .burger-icon:before, #header .showm .burger-icon:after {
  display: block;
  width: 32px;
  height: 2px;
  background-color: #b11f24;
  -webkit-transition-property: background-color, -webkit-transform;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  transition-property: background-color, transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

/* line 42, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_burger.scss */
#header .showm .burger-icon:before, #header .showm .burger-icon:after {
  position: absolute;
  content: "";
}

/* line 47, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_burger.scss */
#header .showm .burger-icon:before {
  top: -10px;
}

/* line 51, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_burger.scss */
#header .showm .burger-icon:after {
  top: 10px;
}

/* line 296, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
#header .showm.active {
  color: #FFF;
  position: fixed;
  top: 0;
  right: 0;
}

/* line 91, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_burger.scss */
#header .showm.active .burger-icon {
  background-color: transparent;
}

/* line 94, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_burger.scss */
#header .showm.active .burger-icon:before {
  -webkit-transform: translateY(10px) rotate(45deg);
  -moz-transform: translateY(10px) rotate(45deg);
  -ms-transform: translateY(10px) rotate(45deg);
  -o-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}

/* line 101, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_burger.scss */
#header .showm.active .burger-icon:after {
  -webkit-transform: translateY(-10px) rotate(-45deg);
  -moz-transform: translateY(-10px) rotate(-45deg);
  -ms-transform: translateY(-10px) rotate(-45deg);
  -o-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}

/* line 304, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
#header .showm.active .burger-icon:before, #header .showm.active .burger-icon:after {
  background: #FFF;
}

/* line 308, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
#header .showm:after {
  content: "menu";
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  color: #b11f24;
  font-size: 1em;
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  line-height: 1em;
  right: 4.5em;
}

/* @end */
/* @group newsletter */
/* line 327, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
.nl-cta1 {
  background: #FFF;
  box-shadow: 0 0 10px rgba(152, 156, 177, 0.5), inset 0px 0px 0px 8px #FFF, inset 0px 0px 0px 9px #d2d4dd;
  text-align: center;
  padding: 1.2em;
  color: #b11f24;
}

/* line 333, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
.nl-cta1 label {
  width: 100%;
}

/* line 336, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
.nl-cta1 label, .nl-cta1 input, .nl-cta1 button {
  display: inline-block;
  vertical-align: middle;
  margin: 0.4em;
}

/* line 341, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
.nl-cta1 input, .nl-cta1 button {
  font-size: 0.875em;
}

/* line 344, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
.nl-cta1 input {
  width: 11em;
  color: #b11f24;
  border-color: #b11f24 !important;
}

/* @end */
/* @group intro/title area */
/* line 355, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
.area-title {
  padding-left: 3.75%;
  padding-right: 3.75%;
}

/* line 2, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_borders.scss */
.area-title .heading1.border1 > span, .area-title .heading2.border1 > span, .area-title .heading3.border1 > span {
  position: relative;
  display: block;
}

/* line 5, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_borders.scss */
.area-title .heading1.border1 > span:after, .area-title .heading2.border1 > span:after, .area-title .heading3.border1 > span:after {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  left: 0;
  opacity: 0.5;
  content: '';
  bottom: -0.3em;
  height: 1px;
  background: #bbbecb;
  width: 100%;
}

/* line 21, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_borders.scss */
.lt-ie9 .area-title .heading1.border1 > span:after, .lt-ie9 .area-title .heading2.border1 > span:after, .lt-ie9 .area-title .heading3.border1 > span:after {
  display: none;
}

/* line 52, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_borders.scss */
.area-title .heading1.border1.animate-me > span:after, .area-title .heading2.border1.animate-me > span:after, .area-title .heading3.border1.animate-me > span:after {
  width: 0;
}

/* @end */
/* @group has sidebar */
/* line 369, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
.has-sidebar {
  background: url("../images/bg/2col-1-1.png") center top repeat-y;
}

@media screen and (max-width: 80em) {
  /* line 369, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
  .has-sidebar {
    background-image: url("../images/bg/2col-1-2.png");
    background-size: 100% auto;
  }
}

/* line 375, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
.has-sidebar .primary {
  float: right;
}

/* line 378, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
.has-sidebar .secondary {
  float: left;
}

/* line 381, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
.has-sidebar .primary {
  width: 75.9375%;
  margin-left: 3.75%;
}

/* line 384, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
.has-sidebar .primary .unit {
  margin-left: 4.93827%;
}

/* line 387, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
.has-sidebar .primary .area-title {
  padding-left: 4.93827%;
  padding-right: 4.93827%;
}

/* line 391, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
.has-sidebar .primary .nl-cta1 {
  width: 92.5%;
  margin-left: 3.75%;
}

/* line 22, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_matts-grids.scss */
.has-sidebar .primary .nl-cta1:nth-child(12n+1) {
  clear: left;
}

/* line 395, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
.has-sidebar .secondary {
  width: 16.5625%;
  margin-left: 3.75%;
  padding-top: 0.52083em;
}

/* line 399, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
.has-sidebar .secondary .group {
  padding: 0.52083em 0;
}

/* line 403, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
.has-sidebar .secondary .radio-filter .hide-me {
  display: none;
}

/* line 406, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
.has-sidebar .secondary .radio-filter a {
  width: 100%;
  display: block;
  padding-top: 0.325em;
  padding-bottom: 0.325em;
}

/* line 411, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
.has-sidebar .secondary .radio-filter a:before {
  top: 0.45em;
}

/* line 415, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
.has-sidebar .secondary .radio-filter .tinynav {
  display: none;
}

/* line 418, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
.has-sidebar .secondary .radio-filter select {
  width: 100%;
}

@media screen and (max-width: 52.5em) {
  /* line 402, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
  .has-sidebar .secondary .radio-filter {
    width: 44.375%;
    margin-left: 3.75%;
    clear: none;
    float: left;
  }
  /* line 22, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_matts-grids.scss */
  .has-sidebar .secondary .radio-filter:nth-child(2n+1) {
    clear: left;
  }
  /* line 425, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
  .has-sidebar .secondary .radio-filter:nth-child(2n+1) {
    clear: none;
  }
  /* line 428, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
  .has-sidebar .secondary .radio-filter .tinynav {
    display: block;
  }
  /* line 431, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
  .has-sidebar .secondary .radio-filter ul {
    display: none;
  }
  /* line 434, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
  .has-sidebar .secondary .radio-filter .heading4 {
    display: none;
  }
}

@media screen and (max-width: 30em) {
  /* line 402, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
  .has-sidebar .secondary .radio-filter {
    width: 92.5%;
    margin-left: 3.75%;
    padding: 0.45em 0;
  }
  /* line 22, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_matts-grids.scss */
  .has-sidebar .secondary .radio-filter:nth-child(1n+1) {
    clear: left;
  }
  /* line 441, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
  .has-sidebar .secondary .radio-filter .heading4 {
    margin-bottom: 1.8em;
    margin-top: 0.2em;
  }
}

/* line 448, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
.has-sidebar .secondary .secondary-nav select {
  display: none;
}

@media screen and (max-width: 52.5em) {
  /* line 448, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
  .has-sidebar .secondary .secondary-nav select {
    display: block;
    width: 92.5%;
    margin-left: 3.75%;
  }
  /* line 22, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_matts-grids.scss */
  .has-sidebar .secondary .secondary-nav select:nth-child(1n+1) {
    clear: left;
  }
}

/* line 455, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
.has-sidebar .secondary .secondary-nav ul {
  margin-top: 0;
  margin-bottom: 1em;
}

@media screen and (max-width: 52.5em) {
  /* line 455, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
  .has-sidebar .secondary .secondary-nav ul {
    display: none;
  }
}

@media screen and (max-width: 52.5em) {
  /* line 463, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
  .has-sidebar .secondary .select-nav {
    width: 92.5%;
    margin-left: 3.75%;
  }
  /* line 22, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_matts-grids.scss */
  .has-sidebar .secondary .select-nav:nth-child(1n+1) {
    clear: left;
  }
}

@media screen and (max-width: 52.5em) {
  /* line 369, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
  .has-sidebar {
    background-image: none;
  }
  /* line 471, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
  .has-sidebar .wrapper {
    padding-bottom: 0;
  }
  /* line 473, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
  .has-sidebar .wrapper .primary {
    padding-bottom: 0.52083em;
  }
}

@media screen and (max-width: 52.5em) {
  /* line 478, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
  .has-sidebar .secondary {
    width: 100%;
    margin-left: 0;
    background: #e9eaef;
    padding-top: 0;
    padding-bottom: 0.52083em;
  }
}

@media screen and (max-width: 40em) {
  /* line 478, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
  .has-sidebar .secondary {
    padding-bottom: 0.52083em;
  }
}

@media screen and (max-width: 52.5em) {
  /* line 490, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
  .has-sidebar .primary {
    width: 100%;
    background: #FFF;
    padding-top: 0.52083em;
  }
  /* line 495, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
  .has-sidebar .primary .unit {
    margin-left: 3.75%;
  }
  /* line 498, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
  .has-sidebar .primary .area-title {
    padding-left: 3.75%;
    padding-right: 3.75%;
  }
  /* line 503, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
  .has-sidebar .primary .tab-nav a.active {
    background-color: #FFF;
  }
}

/* @end */
/* @group footer */
/* line 515, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
#footer {
  padding-left: 3.75%;
  padding-right: 3.75%;
  background: #061b42;
  color: #a0a3ac;
  text-align: center;
  position: relative;
  z-index: 3;
}

/* line 523, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
#footer a {
  color: #a0a3ac;
}

/* line 525, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
#footer a:hover {
  color: #FFF;
}

/* line 529, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
#footer p {
  padding-left: 3.75%;
  padding-right: 3.75%;
}

/* line 533, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
#footer .group {
  padding: 1.5625em 0;
  position: relative;
}

/* line 536, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
#footer .group:after {
  content: '';
  width: 42px;
  height: 2px;
  background: #323f57;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -21px;
}

/* line 548, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
#footer .contact p {
  margin-top: 0;
}

/* line 551, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
#footer .contact a {
  margin: 0.3em;
  white-space: nowrap;
}

/* line 557, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
#footer .tel span {
  color: #FFF;
}

/* line 561, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
#footer .social-icon {
  background-color: #323f57;
}

/* line 563, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
#footer .social-icon.fb {
  background-position: -13px 0;
}

/* line 566, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
#footer .social-icon.twitter {
  background-position: -45px 0;
}

/* line 569, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
#footer .social-icon.pinterest {
  background-position: -77px 0;
}

/* line 572, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
#footer .social-icon:hover {
  background-color: transparent;
}

/* line 576, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
#footer .wrapper {
  padding: 3.125em 0;
}

/* line 580, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
#footer .nl input[type=email], #footer .nl input[type=text] {
  background: transparent;
  border-color: #FFF;
  color: #FFF;
  width: 11em;
}

/* line 586, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
#footer .nl .btn1 {
  background: #b11f24;
}

/* line 588, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
#footer .nl .btn1 span {
  border: 1px solid #061b42;
  color: #061b42;
}

/* line 593, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
#footer .nl label {
  display: block;
  margin: 0;
}

/* line 597, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
#footer .nl input {
  display: inline-block;
  vertical-align: middle;
  margin: 0.5em;
}

/* line 604, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
#footer .link-list:after {
  display: none;
}

/* line 607, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
#footer .link-list ul {
  float: none;
  margin: 0 1.875% 1em;
  display: inline-block;
}

@media screen and (max-width: 40em) {
  /* line 607, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
  #footer .link-list ul {
    width: 44.375%;
    margin-left: 3.75%;
  }
  /* line 22, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_matts-grids.scss */
  #footer .link-list ul:nth-child(2n+1) {
    clear: left;
  }
}

@media screen and (max-width: 30em) {
  /* line 607, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
  #footer .link-list ul {
    width: 92.5%;
    margin-left: 3.75%;
  }
  /* line 22, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_matts-grids.scss */
  #footer .link-list ul:nth-child(1n+1) {
    clear: left;
  }
}

@media screen and (max-width: 30em) {
  /* line 618, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
  #footer .link-list ul:first-child {
    margin-bottom: 0;
  }
}

/* line 624, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
#footer .link-list img {
  margin-left: auto;
  margin-right: auto;
}

/* line 628, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_global.scss */
#footer .link-list p {
  margin-bottom: 0;
}

/* @end */
/* @group contact form */
/* line 3, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_contact.scss */
.contact-form {
  clear: both;
}

/* line 2, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_helpers.scss */
.contact-form:after {
  content: "";
  display: table;
  clear: both;
}

/* line 5, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_contact.scss */
.contact-form fieldset {
  border: none;
  padding: 0;
}

@media screen and (max-width: 30em) {
  /* line 5, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_contact.scss */
  .contact-form fieldset {
    width: 92.5%;
    margin-left: 3.75%;
  }
  /* line 22, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_matts-grids.scss */
  .contact-form fieldset:nth-child(1n+1) {
    clear: left;
  }
}

/* line 12, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_contact.scss */
.contact-form label, .contact-form input, .contact-form textarea {
  float: left;
}

/* line 15, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_contact.scss */
.contact-form label {
  width: 10.5em;
  padding-right: 1.5em;
  position: relative;
  top: 0.7em;
  clear: both;
}

@media screen and (max-width: 52.5em) {
  /* line 15, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_contact.scss */
  .contact-form label {
    margin-top: 0.5em;
    padding-right: 0;
  }
}

/* line 26, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_contact.scss */
.contact-form input, .contact-form textarea {
  width: 70%;
  width: calc( 100% - 10.5em);
}

@media screen and (max-width: 52.5em) {
  /* line 26, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_contact.scss */
  .contact-form input, .contact-form textarea {
    margin-top: 0;
    margin-bottom: 0;
  }
}

/* line 34, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_contact.scss */
.contact-form textarea {
  height: 11.45em;
}

@media screen and (max-width: 52.5em) {
  /* line 34, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_contact.scss */
  .contact-form textarea {
    height: 13.35em;
  }
}

@media screen and (max-width: 52.5em) {
  /* line 40, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_contact.scss */
  .contact-form label, .contact-form input, .contact-form textarea {
    width: 100%;
  }
}

/* line 45, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_contact.scss */
.contact-form .clear {
  clear: both;
  width: 92.5%;
  margin-left: 3.75%;
}

/* line 2, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_helpers.scss */
.contact-form .clear:after {
  content: "";
  display: table;
  clear: both;
}

/* line 22, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_matts-grids.scss */
.contact-form .clear:nth-child(1n+1) {
  clear: left;
}

/* line 49, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_contact.scss */
.contact-form .note {
  display: inline-block;
}

/* line 52, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_contact.scss */
.contact-form .btn1 {
  float: right;
}

/* @end */
/* @group gallery list */
/* line 61, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_contact.scss */
.galleries {
  padding-top: 0;
}

/* line 63, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_contact.scss */
.galleries .location-details {
  font-family: "adobe-caslon-pro", Georgia, Times, "Times New Roman", serif;
  font-size: 1.125em;
  margin-top: 1em;
}

/* line 67, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_contact.scss */
.galleries .location-details span {
  display: block;
}

/* line 73, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_contact.scss */
.galleries .location-details .tel {
  color: #1f232a;
}

/* line 75, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_contact.scss */
.galleries .location-details .tel span {
  display: inline-block;
}

/* line 2, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_borders.scss */
.galleries .location-details .opening-times > span {
  position: relative;
  display: inline-block;
}

/* line 5, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_borders.scss */
.galleries .location-details .opening-times > span:after {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  left: 0;
  opacity: 0.5;
  content: '';
  bottom: -0.38em;
  height: 1px;
  background: #1f232a;
  width: 100%;
}

/* line 21, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_borders.scss */
.lt-ie9 .galleries .location-details .opening-times > span:after {
  display: none;
}

/* line 52, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_borders.scss */
.galleries .location-details .opening-times.animate-me > span:after {
  width: 0;
}

/* line 82, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_contact.scss */
.galleries .location-details .opening-times > span {
  margin-bottom: 0;
}

/* line 86, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_contact.scss */
.galleries .location-details .opening-times p time {
  display: table-row;
}

/* line 88, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_contact.scss */
.galleries .location-details .opening-times p time span {
  display: table-cell;
}

/* line 90, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_contact.scss */
.galleries .location-details .opening-times p time span:first-child {
  padding-right: 0.8em;
}

/* @end */
/* @group generic contact */
/* line 107, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_contact.scss */
.contact .intro2 {
  clear: both;
}

/* line 2, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_helpers.scss */
.contact .intro2:after {
  content: "";
  display: table;
  clear: both;
}

/* line 109, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_contact.scss */
.contact .intro2 .sozo-content {
  width: 100%;
  max-width: 35.5em;
  margin-bottom: 0;
}

@media screen and (max-width: 40em) {
  /* line 109, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_contact.scss */
  .contact .intro2 .sozo-content {
    width: 92.5%;
    margin-left: 3.75%;
  }
  /* line 22, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_matts-grids.scss */
  .contact .intro2 .sozo-content:nth-child(1n+1) {
    clear: left;
  }
}

/* line 119, /Users/mattsnook/Documents/_sites/redrag/assets/scss/content/_contact.scss */
.contact .contact-form .unit {
  margin-top: 0;
}

/* @end */
@media screen and (max-width: 80em) {
  /* line 2, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_responsive.scss */
  .main-content {
    font-size: 0.9em;
  }
}

@media screen and (max-width: 52.5em) {
  /* line 8, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_responsive.scss */
  .heading1 {
    font-size: 2.2em;
  }
  /* line 11, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_responsive.scss */
  .heading2 {
    font-size: 1.8em;
  }
  /* line 14, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_responsive.scss */
  .heading3 {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 52.5em) {
  /* line 20, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_responsive.scss */
  .breadcrumbs {
    display: none;
  }
  /* line 24, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_responsive.scss */
  #header .showm {
    display: block;
  }
  /* line 27, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_responsive.scss */
  #header .logo {
    left: 3.75%;
    right: auto;
  }
  /* line 31, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_responsive.scss */
  #header .primary-nav {
    -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    perspective: 1200px;
    opacity: 0;
    background: #b11f24;
    position: fixed;
    z-index: 9;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: -100%;
    margin: 0;
  }
  /* line 44, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_responsive.scss */
  #header .primary-nav a {
    width: 100%;
    padding: 0.76em 0 !important;
    color: #FFF !important;
  }
  /* line 48, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_responsive.scss */
  #header .primary-nav a span {
    top: auto;
  }
  /* line 50, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_responsive.scss */
  #header .primary-nav a span:after {
    display: none !important;
  }
  /* line 55, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_responsive.scss */
  #header .primary-nav ul {
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  /* line 63, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_responsive.scss */
  #header .primary-nav ul li {
    -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: translateX(-2em);
    -moz-transform: translateX(-2em);
    -ms-transform: translateX(-2em);
    -o-transform: translateX(-2em);
    transform: translateX(-2em);
    opacity: 0;
    width: 100%;
    clear: both;
    float: none;
    padding: 0;
    margin: 0;
    text-align: center;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  /* line 74, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_responsive.scss */
  #header .primary-nav ul li.search {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  /* line 79, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_responsive.scss */
  #header .primary-nav.active {
    opacity: 1;
    visibility: visible;
    z-index: 9;
    left: 0;
  }
  /* line 84, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_responsive.scss */
  #header .primary-nav.active li {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  /* line 89, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_responsive.scss */
  #header .primary-nav .cart {
    width: 100%;
    height: auto;
    background: none !important;
    position: static;
    margin-left: 0;
  }
  /* line 95, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_responsive.scss */
  #header .primary-nav .cart span {
    display: block;
  }
  /* line 98, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_responsive.scss */
  #header .primary-nav .cart:after {
    display: none;
  }
}

@media screen and (max-width: 40em) {
  /* line 108, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_responsive.scss */
  .one-col-bp4 {
    width: 92.5% !important;
    margin-left: 3.75%;
  }
  /* line 22, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_matts-grids.scss */
  .one-col-bp4:nth-child(1n+1) {
    clear: left;
  }
  /* line 114, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_responsive.scss */
  #header .primary-nav li a {
    padding: 0.55em 0 !important;
  }
  /* line 121, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_responsive.scss */
  .nl-cta1 label, .nl-cta1 input, #footer .nl label, #footer .nl input {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 128, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_responsive.scss */
  .cart-details .blank {
    display: none !important;
  }
  /* line 131, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_responsive.scss */
  .cart-details thead {
    display: none;
  }
  /* line 134, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_responsive.scss */
  .cart-details tr {
    display: block;
  }
  /* line 137, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_responsive.scss */
  .cart-details td {
    display: block;
    width: 100% !important;
    padding: 0;
  }
  /* line 142, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_responsive.scss */
  .cart-details td.thumb img {
    max-width: 17.5em;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 148, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_responsive.scss */
  .cart-details td.desc {
    font-size: 1.125em;
  }
  /* line 151, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_responsive.scss */
  .cart-details td.qty, .cart-details td.price {
    text-align: center;
  }
  /* line 154, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_responsive.scss */
  .cart-details td.desc, .cart-details td.qty, .cart-details td.price {
    padding-top: 0.2em;
    padding-bottom: 0.2em;
  }
  /* line 158, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_responsive.scss */
  .cart-details td.price {
    padding-bottom: 1.5em;
  }
  /* line 163, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_responsive.scss */
  .cart-details .basket-bottom .unit {
    width: calc(100% - 1rem);
    margin-left: 0;
  }
  /* line 22, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_matts-grids.scss */
  .cart-details .basket-bottom .unit:nth-child(1n+1) {
    clear: left;
  }
  /* line 168, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_responsive.scss */
  .cart-details tr.basket-bottom {
    text-align: center;
  }
  /* line 170, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_responsive.scss */
  .cart-details tr.basket-bottom .total-price {
    text-align: center;
  }
  /* line 173, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_responsive.scss */
  .cart-details tr.basket-bottom td {
    display: table-cell;
  }
  /* line 177, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_responsive.scss */
  .cart-details tr.basket-bottom .checkout .btn1 {
    float: none;
  }
  /* line 185, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_responsive.scss */
  .cart-details .voucher tr td:first-child {
    display: block;
    padding-bottom: 0;
  }
  /* line 188, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_responsive.scss */
  .cart-details .voucher tr td:first-child label {
    margin-bottom: 0;
  }
  /* line 196, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_responsive.scss */
  .cart-details .basket-bottom td:nth-child(2) {
    padding-bottom: 0;
  }
  /* line 200, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_responsive.scss */
  .cart-details .basket-bottom .total-price {
    text-align: left !important;
  }
  /* line 204, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_responsive.scss */
  .cart-details .basket-bottom.postage td, .cart-details .basket-bottom.price td {
    display: block;
    text-align: left;
  }
  /* line 210, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_responsive.scss */
  .cart-details .basket-bottom.postage form {
    text-align: left;
    float: left;
  }
  /* line 214, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_responsive.scss */
  .cart-details .basket-bottom.postage .select {
    clear: both;
  }
  /* line 2, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_helpers.scss */
  .cart-details .basket-bottom.postage .select:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 219, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_responsive.scss */
  .cart-details .checkout {
    text-align: center;
    display: block !important;
  }
  /* line 222, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_responsive.scss */
  .cart-details .checkout .btn1 {
    font-size: 1.125em !important;
    color: red;
  }
}

@media only screen and (max-width: 640px){
    .cart-details td.qty, .cart-details td.price{text-align: left;}
}

@media screen and (max-width: 30em) {
  /* line 231, /Users/mattsnook/Documents/_sites/redrag/assets/scss/sitespecific/_responsive.scss */
  .one-col-bp5 {
    width: 92.5% !important;
    margin-left: 3.75%;
  }
  /* line 22, /Users/mattsnook/Documents/_sites/redrag/assets/scss/mixin/_matts-grids.scss */
  .one-col-bp5:nth-child(1n+1) {
    clear: left;
  }
}

/*# sourceMappingURL=main.css.map */

.has-sidebar.product-list .intro2 .tab-nav .item .chosen-container-single .chosen-single{border: none; padding: 0.91em 1.235em 0.75em;}

/* Artitst CV Mobile styling */
@media only screen and (max-width: 660px)
{
    .main-body-artistcv{float: none; margin-left: 0; padding: 0 3.75%; width: calc(100% - 7.5%);}
    .side-gallery-artistcv{width: calc(100% - 7.5%); padding: 0 3.75%; margin-left: 0;}
}

.item select{-webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1); -moz-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1); transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1); height: 56px; box-shadow: none; padding: 0.76em; border: none; background: transparent; color: #b11f24; border-radius: 0;}

@media only screen and (max-width: 1280px)
{
    .item select{height: 52px;}
}

@media only screen and (max-width: 1024px)
{
    .item select{height: 44px;}
}

@media only screen and (max-width: 422px)
{
    .item select{border-bottom: 1px solid #1f232a;}
}