/* squarespace LESS Compiler  (less.js language v1.3.3)  */
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Removes default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in  4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in  4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C""\201D""\2018""\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

img:not([src]) {
  visibility: hidden;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in  4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/*
 * Addresses  4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in  4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: 'squarespace-ui-font';
  src: url('http://static.squarespace.com/universal/fonts/squarespace-ui-font.eot');
  src: url('http://static.squarespace.com/universal/fonts/squarespace-ui-font.eot?#iefix') format('embedded-opentype'), url('http://static.squarespace.com/universal/fonts/squarespace-ui-font.svg#squarespace-ui-font') format('svg'), url('http://static.squarespace.com/universal/fonts/squarespace-ui-font.woff') format('woff'), url('http://static.squarespace.com/universal/fonts/squarespace-ui-font.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.sqs-ui-font-family {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}

[class^="sqs-ui-font-"]:before,
[class*=" sqs-ui-font-"]:before {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}

[data-icon]:before {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: attr(data-icon);
}

.sqs-gallery-container a {
  border-bottom: 0 !important;
}

.sqs-gallery-container iframe {
  width: 100%;
  height: 100%;
  background: transparent;
  display: block;
}

.sqs-gallery-controls .previous,
.sqs-gallery-controls .next {
  position: absolute;
  top: 50%;
  outline: none;
  color: #fff !important;
  z-index: 999;
  font-size: 14px;
  line-height: 40px;
  margin-top: -30px;
  background-color: rgba(0, 0, 0, .12);
  display: inline-block;
  padding: 10px;
  -webkit-transition: all 200ms cubic-bezier(.25, .46, .45, .94);
  -moz-transition: all 200ms cubic-bezier(.25, .46, .45, .94);
  -ms-transition: all 200ms cubic-bezier(.25, .46, .45, .94);
  -o-transition: all 200ms cubic-bezier(.25, .46, .45, .94);
  transition: all 200ms cubic-bezier(.25, .46, .45, .94);
}

.sqs-gallery-controls .previous:hover,
.sqs-gallery-controls .next:hover {
  background-color: rgba(0, 0, 0, .2);
  color: #fff;
}

.sqs-gallery-controls .previous {
  left: 0px;
}

.sqs-gallery-controls .previous:before {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\e02c";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.sqs-gallery-controls .previous:before {
  font-size: 32px;
  width: 32px;
  height: 32px;
  line-height: 32px;
}

.sqs-gallery-controls .next {
  right: 0px;
}

.sqs-gallery-controls .next:before {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\e02d";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.sqs-gallery-controls .next:before {
  font-size: 32px;
  width: 32px;
  height: 32px;
  line-height: 32px;
}

.sqs-gallery-controls .next:before,
.sqs-gallery-controls .previous:before {
  font-size: 24px;
  width: 24px;
  height: 24px;
  line-height: 24px;
}

.sqs-gallery-design-stacked {
  position: relative;
  text-align: left;
}

.sqs-gallery-design-stacked-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sqs-gallery-design-stacked-slide.normal img {
  height: 100%;
}

.sqs-gallery-design-stacked-slide:only-child {
  cursor: default;
}

.sqs-gallery-design-stacked-scrollHorz,
.sqs-gallery-design-stacked-swipe {
  overflow: hidden;
}

.sqs-gallery-design-stacked-scrollHorz .sqs-gallery-design-stacked-slide,
.sqs-gallery-design-stacked-swipe .sqs-gallery-design-stacked-slide {
  position: relative;
  float: left;
}

.sqs-gallery-design-stacked-swipe-wrapper {
  overflow-x: scroll;
  -webkit-transform: translatez(0);
  -ms-overflow-style: none;
  -ms-scroll-chaining: none;
  -ms-scroll-snap-type: mandatory;
  -ms-scroll-snap-points-x: snapinterval(0%, 100%);
}

.sqs-gallery-design-strip {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.sqs-gallery-design-strip .sqs-wrapper {
  position: relative;
  height: 100%;
}

.sqs-gallery-design-strip-slide {
  float: left;
  height: 100% !important;
  max-width: none !important;
  width: auto !important;
  cursor: pointer;
  position: relative;
}

.sqs-gallery-design-strip-slide .sqs-video-wrapper {
  height: 100% !important;
}

.sqs-gallery-design-strip-slide:only-child {
  cursor: default;
}

.sqs-gallery-design-autocolumns {
  position: relative;
}

.sqs-gallery-design-autocolumns-slide {
  position: absolute;
}

.sqs-gallery-design-autocolumns-slide img {
  width: 100%;
  display: inline-block;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
  opacity: 1;
}

.sqs-gallery-design-autocolumns-slide img.loading {
  opacity: 0;
}

.sqs-gallery-design-autocolumns-slide.content-fit img,
.sqs-gallery-design-autocolumns-slide .content-fit img {
  width: auto;
}

.sqs-gallery-design-autocolumns-slide.slide-stretched img {
  height: 100%;
}

.sqs-gallery-design-carousel .sqs-gallery-controls {
  overflow: hidden;
}

.sqs-gallery-design-carousel .sqs-gallery-controls .next,
.sqs-gallery-design-carousel .sqs-gallery-controls .previous {
  display: block;
  float: right;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin: 0 0 15px 0;
  padding: 0;
  background-color: transparent;
  color: inherit !important;
  font-size: 16px;
  line-height: 16px;
  cursor: pointer;
}

.sqs-gallery-design-carousel .sqs-gallery-controls .next:hover,
.sqs-gallery-design-carousel .sqs-gallery-controls .previous:hover {
  background-color: transparent;
  color: #1d1d1d;
  opacity: 1;
}

.sqs-gallery-design-carousel .sqs-gallery-controls .next:before {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\e02d";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.sqs-gallery-design-carousel .sqs-gallery-controls .next:before {
  font-size: 32px;
  width: 32px;
  height: 32px;
  line-height: 32px;
}

.sqs-gallery-design-carousel .sqs-gallery-controls .next:before {
  font-size: 16px;
  width: 16px;
  height: 16px;
  line-height: 16px;
}

.sqs-gallery-design-carousel .sqs-gallery-controls .previous {
  margin-right: 10px;
}

.sqs-gallery-design-carousel .sqs-gallery-controls .previous:before {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\e02c";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.sqs-gallery-design-carousel .sqs-gallery-controls .previous:before {
  font-size: 32px;
  width: 32px;
  height: 32px;
  line-height: 32px;
}

.sqs-gallery-design-carousel .sqs-gallery-controls .previous:before {
  font-size: 16px;
  width: 16px;
  height: 16px;
  line-height: 16px;
}

.sqs-gallery-design-carousel .sqs-gallery-controls .sqs-disabled,
.sqs-gallery-design-carousel .sqs-gallery-controls .sqs-disabled:hover {
  cursor: default;
  opacity: .4;
}

.sqs-gallery-design-carousel .sqs-gallery-controls .sqs-hidden {
  display: none;
}

.sqs-gallery-design-carousel .sqs-gallery-container {
  width: 100%;
  overflow: hidden;
}

.sqs-gallery-design-carousel .sqs-gallery {
  margin: 0 0 0 -1% !important;
  white-space: nowrap;
  vertical-align: top;
  font-size: 0;
  -webkit-transition: -webkit-transform .4s ease;
  -moz-transition: -moz-transform .4s ease;
  -ms-transition: -ms-transform .4s ease;
  -o-transition: -o-transform .4s ease;
  transition: transform .4s ease;
}

.sqs-gallery-design-carousel .sqs-gallery-design-carousel-slide {
  display: inline-block;
  width: 33.66666666666667%;
  padding: 0 1%;
  white-space: nowrap;
  vertical-align: top;
  font-size: 0;
}

.sqs-gallery-design-carousel .sqs-gallery-design-carousel-slide img {
  width: 100%;
  height: auto;
}

.sqs-gallery-design-carousel .sqs-gallery-design-carousel-slide * {
  white-space: normal;
}

.sqs-gallery-design-carousel.sqs-gallery-design-carousel-slides-in-view-1 .sqs-gallery-design-carousel-slide {
  width: 101%;
}

.sqs-gallery-design-carousel.sqs-gallery-design-carousel-slides-in-view-2 .sqs-gallery-design-carousel-slide {
  width: 50.5%;
}

.sqs-gallery-design-carousel.sqs-gallery-design-carousel-slides-in-view-3 .sqs-gallery-design-carousel-slide:nth-child(3n+1),
.sqs-gallery-design-carousel.sqs-gallery-design-carousel-slides-in-view-3 .sqs-gallery-design-carousel-slide:nth-child(3n+2) {
  width: 33.66%;
}

.sqs-gallery-design-carousel.sqs-gallery-design-carousel-slides-in-view-3 .sqs-gallery-design-carousel-slide:nth-child(3n+3) {
  width: 33.68%;
}

.sqs-gallery-design-carousel.sqs-gallery-design-carousel-slides-in-view-4 .sqs-gallery-design-carousel-slide {
  width: 25.25%;
}

.sqs-gallery-design-carousel.sqs-gallery-design-carousel-slides-in-view-5 .sqs-gallery-design-carousel-slide {
  width: 20.2%;
}

@media screen and (max-width:724px) {

  .sqs-gallery-design-carousel.sqs-gallery-design-carousel-slides-in-view-4 .sqs-gallery-design-carousel-slide:nth-child(3n+1),
  .sqs-gallery-design-carousel.sqs-gallery-design-carousel-slides-in-view-4 .sqs-gallery-design-carousel-slide:nth-child(3n+2),
  .sqs-gallery-design-carousel.sqs-gallery-design-carousel-slides-in-view-5 .sqs-gallery-design-carousel-slide:nth-child(3n+1),
  .sqs-gallery-design-carousel.sqs-gallery-design-carousel-slides-in-view-5 .sqs-gallery-design-carousel-slide:nth-child(3n+2) {
    width: 33.66%;
  }

  .sqs-gallery-design-carousel.sqs-gallery-design-carousel-slides-in-view-4 .sqs-gallery-design-carousel-slide:nth-child(3n+3),
  .sqs-gallery-design-carousel.sqs-gallery-design-carousel-slides-in-view-5 .sqs-gallery-design-carousel-slide:nth-child(3n+3) {
    width: 33.68%;
  }
}

@media screen and (max-width:480px) {

  .sqs-gallery-design-carousel.sqs-gallery-design-carousel-slides-in-view-3 .sqs-gallery-design-carousel-slide,
  .sqs-gallery-design-carousel.sqs-gallery-design-carousel-slides-in-view-4 .sqs-gallery-design-carousel-slide,
  .sqs-gallery-design-carousel.sqs-gallery-design-carousel-slides-in-view-5 .sqs-gallery-design-carousel-slide {
    width: 50.5% !important;
  }
}

.sqs-gallery-design-list .sqs-gallery-design-list-slide {
  overflow: hidden;
  margin-bottom: 17px !important;
  padding-bottom: 17px !important;
}

.sqs-gallery-design-list .sqs-gallery-image-container {
  float: left;
  width: 25%;
  padding-right: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.sqs-gallery-design-list .sqs-gallery-meta-container {
  float: left;
  width: 75%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.sqs-gallery-design-list .sqs-gallery-design-list-slide.no-image .sqs-gallery-image-container {
  width: 0 !important;
}

.sqs-gallery-design-list .sqs-gallery-design-list-slide.no-image .sqs-gallery-meta-container {
  width: 100% !important;
}

@media screen and (max-width:480px) {
  .sqs-gallery-design-list .sqs-gallery-design-list-slide:not(.no-image) .sqs-gallery-image-container {
    width: 35% !important;
  }

  .sqs-gallery-design-list .sqs-gallery-design-list-slide:not(.no-image) .sqs-gallery-meta-container {
    width: 65% !important;
  }
}

.sqs-gallery-design-autorows .sqs-gallery-design-autorows-slide {
  float: left;
  cursor: pointer;
  overflow: hidden;
}

.sqs-gallery-design-autorows .sqs-gallery-design-autorows-slide img {
  height: 100%;
}

.sqs-gallery-design-autorows .sqs-gallery-design-autorows-slide .meta {
  display: none;
}

.sqs-gallery-design-autogrid {
  zoom: 1;
}

.sqs-gallery-design-autogrid:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}

.sqs-gallery-design-autogrid-slide {
  position: relative;
  float: left;
}

.sqs-gallery-design-autogrid-slide .img-wrapper {
  height: 0;
}

.sqs-gallery-design-autogrid-slide img {
  width: 100%;
}

.yui3-lightbox2 {
  -moz-user-select: text;
  -webkit-user-select: text;
}

.yui3-lightbox2 .yui3-lightbox2-content {
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  overflow: hidden;
}

.yui3-lightbox2 .sqs-lightbox-slideshow {
  height: 100%;
  opacity: 0;
  z-index: 100000001;
}

.yui3-lightbox2 .sqs-lightbox-slideshow .sqs-lightbox-padder {
  position: absolute;
  text-align: left;
  top: 2%;
  left: 2%;
  bottom: 2%;
  right: 2%;
}

.yui3-lightbox2 .sqs-lightbox-overlay {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  background: #000;
  height: 100%;
  width: 100%;
}

.yui3-lightbox2 .sqs-lightbox-meta {
  position: absolute;
  padding: 20px;
  color: #fff;
  z-index: 100000001;
  margin: 20px auto 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: opacity ease-out .2s;
  -moz-transition: opacity ease-out .2s;
  -o-transition: opacity ease-out .2s;
  transition: opacity ease-out .2s;
}

.yui3-lightbox2 .sqs-lightbox-meta.overlay-description-visible {
  background: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  background: rgba(0, 0, 0, .7);
  opacity: 1 !important;
}

.yui3-lightbox2 .sqs-lightbox-meta p:first-child {
  margin-top: 0;
}

.yui3-lightbox2 .sqs-lightbox-meta p:last-child {
  margin-bottom: 0;
}

.yui3-lightbox2 .sqs-lightbox-meta h1 {
  font-size: 1em;
  color: #fff;
  margin: 0 0 10px;
}

.yui3-lightbox2 .sqs-lightbox-close,
.yui3-lightbox2 .sqs-lightbox-previous,
.yui3-lightbox2 .sqs-lightbox-next,
.yui3-lightbox2 .sqs-lightbox-meta-trigger {
  position: absolute;
  z-index: 100000002;
  display: inline-block;
  color: #ccc;
  height: 20px;
  width: 20px;
  font-size: 26px;
  cursor: pointer;
  outline: none;
}

.yui3-lightbox2 .sqs-lightbox-next,
.yui3-lightbox2 .sqs-lightbox-previous {
  padding: 12px;
  opacity: 0;
  top: 50%;
  margin-top: -22px;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
}

.yui3-lightbox2 .sqs-lightbox-next.mouseover,
.yui3-lightbox2 .sqs-lightbox-previous.mouseover {
  opacity: 1;
}

.yui3-lightbox2 .sqs-lightbox-next {
  right: 2%;
}

.yui3-lightbox2 .sqs-lightbox-next:before {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\e02d";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.yui3-lightbox2 .sqs-lightbox-next:before {
  font-size: 32px;
  width: 32px;
  height: 32px;
  line-height: 32px;
}

.yui3-lightbox2 .sqs-lightbox-previous {
  left: 2%;
}

.yui3-lightbox2 .sqs-lightbox-previous:before {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\e02c";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.yui3-lightbox2 .sqs-lightbox-previous:before {
  font-size: 32px;
  width: 32px;
  height: 32px;
  line-height: 32px;
}

.yui3-lightbox2 .sqs-lightbox-next::before,
.yui3-lightbox2 .sqs-lightbox-previous::before {
  font-size: 22px;
}

.yui3-lightbox2 .sqs-lightbox-close {
  padding: 2px;
  right: 2%;
  top: 2%;
  text-align: right;
}

.yui3-lightbox2 .sqs-lightbox-close:before {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\e02e";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.yui3-lightbox2 .sqs-lightbox-close:before {
  font-size: 32px;
  width: 32px;
  height: 32px;
  line-height: 32px;
}

.yui3-lightbox2 .sqs-lightbox-meta-trigger {
  bottom: 0;
  right: 0;
  padding: 2%;
  text-align: center;
  font-size: 26px;
  line-height: .5;
  text-align: right;
}

body.sqs-lightbox-open {
  position: static !important;
  overflow-y: hidden;
}

.sqs-gallery img:not([src]) {
  opacity: 0;
}

.sqs-follow-button-hidden {
  display: none;
}

.sqs-simple-like {
  cursor: pointer;
  -webkit-user-select: none;
  line-height: 18px;
  display: inline-block;
}

.sqs-simple-like .like-icon {
  -webkit-transition: background-color, opacity .5s ease-out;
  -moz-transition: background-color, opacity .5s ease-out;
  -o-transition: background-color, opacity .5s ease-out;
  transition: background-color, opacity .5s ease-out;
  float: left;
  margin-right: 5px;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: #999 url('http://static.squarespace.com/universal/images-v6/comments/icon_like_12_light.png') center center no-repeat;
  background-size: 10px;
  display: block;
}

.sqs-simple-like:hover .like-icon {
  background-color: #d10000;
  -webkit-animation: beat 1s infinite;
  -webkit-animation-timing-function: ease-out;
}

.sqs-simple-like.float .like-icon {
  background-color: #d10000;
  -webkit-animation: float 2s infinite;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
}

.sqs-simple-like.clicked .like-icon {
  background-color: #d10000;
  -webkit-animation: none;
  -webkit-transition: all 1s ease-in-out;
}

@-webkit-keyframes float {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.15);
    -webkit-animation-timing-function: ease-in;
  }

  30% {
    -webkit-animation-timing-function: linear;
    opacity: .6;
  }

  60% {
    opacity: .8;
    -webkit-transform: scale(1.45);
    -webkit-animation-timing-function: linear;
  }

  100% {
    -webkit-animation-timing-function: ease-out;
    opacity: 0;
  }
}

@-webkit-keyframes beat {
  0% {
    -webkit-transform: scale(1);
  }

  10% {
    -webkit-transform: scale(1.25);
  }

  20% {
    -webkit-transform: scale(1.1);
  }

  30% {
    -webkit-transform: scale(1.25);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

.sqs-business-hours {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}

.sqs-business-hours-day {
  margin: .5em 0;
  font-family: 'proxima-nova', sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-style: normal;
  letter-spacing: 1px;
  zoom: 1;
}

.sqs-business-hours-day-label {
  color: #aaa;
  float: left;
  position: relative;
  top: 2px;
  width: 35%;
  margin-right: 10%;
  font-size: 13px;
  text-transform: ;
  text-align: right;
}

.sqs-business-hours-day-hours {
  float: right;
  width: 55%;
}

.sqs-business-hours-day .closed {
  color: #999;
}

.sqs-business-hours-day:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}

.sqs-business-hours-store {
  text-align: center;
  margin: 1em 0 3em 0;
  color: #aaa;
  font-family: 'proxima-nova', sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

.sqs-business-hours-store span {
  text-transform: ;
  letter-spacing: 2px;
  color: #222;
  font-size: 20px;
}

.sqs-business-hours-dark .sqs-business-hours-store span {
  color: #fff;
}

.sqs-ss-badge {
  position: fixed;
  height: 44px;
  overflow: hidden;
  border-radius: 44px;
  width: 44px;
  background: #000;
  opacity: 0;
  cursor: pointer;
  z-index: 10001;
  -webkit-transition: all .4s cubic-bezier(.23, 1, .32, 1);
  -moz-transition: all .4s cubic-bezier(.23, 1, .32, 1);
  -o-transition: all .4s cubic-bezier(.23, 1, .32, 1);
  transition: all .4s cubic-bezier(.23, 1, .32, 1);
}

.sqs-ss-badge-content {
  white-space: nowrap;
}

.sqs-ss-badge .badge-closed,
.sqs-ss-badge .badge-open {
  display: inline-block;
  vertical-align: top;
  height: 44px;
  -webkit-transform: scale(1) translatez(0);
  -moz-transform: scale(1) translatez(0);
  -ms-transform: scale(1) translatez(0);
  transform: scale(1) translatez(0);
  -webkit-transition: all .4s cubic-bezier(.23, 1, .32, 1);
  -moz-transition: all .4s cubic-bezier(.23, 1, .32, 1);
  -o-transition: all .4s cubic-bezier(.23, 1, .32, 1);
  transition: all .4s cubic-bezier(.23, 1, .32, 1);
}

.sqs-ss-badge .badge-closed {
  width: 44px;
  background: transparent url('http://static.squarespace.com/universal/images-v6/icons/icon-squarespace-16-light.png') center center no-repeat;
}

.sqs-ss-badge .badge-open {
  width: 0;
  opacity: 0;
}

.sqs-ss-badge .badge-open .badge-open-inner {
  white-space: nowrap;
}

.sqs-ss-badge .badge-open .badge-open-inner h2 {
  color: #e2e2e2 !important;
  font: 300 10px 'proxima-nova', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif !important;
  line-height: 44px !important;
  letter-spacing: 1px;
  text-transform: ;
  margin: 0 !important;
}

.sqs-ss-badge[data-position="top-left"] {
  top: 22px;
  left: 22px;
}

.sqs-ss-badge[data-position="top-center"] {
  right: 0;
  top: 20px;
  left: 0;
  margin: auto;
  -webkit-transform: translatey(-100px);
  -moz-transform: translatey(-100px);
  -ms-transform: translatey(-100px);
  transform: translatey(-100px);
}

.sqs-ss-badge[data-position="top-right"] {
  top: 22px;
  right: 22px;
}

.sqs-ss-badge[data-position="bottom-left"] {
  bottom: 22px;
  left: 22px;
}

.sqs-ss-badge[data-position="bottom-center"] {
  right: 0;
  bottom: 20px;
  left: 0;
  margin: auto;
}

.sqs-ss-badge[data-position="bottom-right"] {
  right: 22px;
  bottom: 22px;
}

.sqs-ss-badge.badge-auto-hide[data-position="top-left"],
.sqs-ss-badge.badge-auto-hide[data-position="top-center"],
.sqs-ss-badge.badge-auto-hide[data-position="top-right"] {
  -webkit-transform: translatey(-100px);
  -moz-transform: translatey(-100px);
  -ms-transform: translatey(-100px);
  transform: translatey(-100px);
}

.sqs-ss-badge.badge-auto-hide[data-position="bottom-left"],
.sqs-ss-badge.badge-auto-hide[data-position="bottom-center"],
.sqs-ss-badge.badge-auto-hide[data-position="bottom-right"] {
  -webkit-transform: translatey(100px);
  -moz-transform: translatey(100px);
  -ms-transform: translatey(100px);
  transform: translatey(100px);
}

.sqs-ss-badge.is-mobile[data-devices="desktop-only"] {
  display: none;
}

.sqs-ss-badge[data-type="white"] {
  background: #fff;
}

.sqs-ss-badge[data-type="white"] .badge-open .badge-open-inner h2 {
  color: #111 !important;
}

.sqs-ss-badge[data-type="white"] .badge-closed {
  background-image: url("http://static.squarespace.com/universal/images-v6/icons/icon-squarespace-16-dark.png");
}

.sqs-ss-badge.badge-visible {
  opacity: 1;
  -webkit-transform: translatez(0) !important;
  -moz-transform: translatez(0) !important;
  -ms-transform: translatez(0) !important;
  transform: translatez(0) !important;
}

.sqs-ss-badge:not(.is-mobile):hover {
  width: 220px;
  border-radius: 0;
}

.sqs-ss-badge:not(.is-mobile):hover .badge-open {
  transform: none;
  opacity: 1;
}

.sqs-ss-badge-mobile-info-bar-present[data-position="bottom-left"],
.sqs-ss-badge-mobile-info-bar-present[data-position="bottom-center"],
.sqs-ss-badge-mobile-info-bar-present[data-position="bottom-right"] {
  bottom: 72px;
}

.sqs-ss-badge:not(.is-mobile):hover+.sqs-ss-badge-cover {
  visibility: visible;
  opacity: 1;
}

.sqs-ss-badge[data-position="top-left"]+.sqs-ss-badge-cover {
  background: -moz-radial-gradient(top left, circle cover, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .5) 100%);
  background: -ms-radial-gradient(top left, circle cover, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .5) 100%);
  background: radial-gradient(circle at top left, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .5) 100%);
}

.sqs-ss-badge[data-position="top-center"]+.sqs-ss-badge-cover {
  background: -moz-radial-gradient(top center, circle cover, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .5) 100%);
  background: -ms-radial-gradient(top center, circle cover, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .5) 100%);
  background: radial-gradient(circle at top center, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .5) 100%);
}

.sqs-ss-badge[data-position="top-right"]+.sqs-ss-badge-cover {
  background: -moz-radial-gradient(top right, circle cover, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .5) 100%);
  background: -ms-radial-gradient(top right, circle cover, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .5) 100%);
  background: radial-gradient(circle at top right, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .5) 100%);
}

.sqs-ss-badge[data-position="bottom-left"]+.sqs-ss-badge-cover {
  background: -moz-radial-gradient(bottom left, circle cover, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .5) 100%);
  background: -ms-radial-gradient(bottom left, circle cover, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .5) 100%);
  background: radial-gradient(circle at bottom left, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .5) 100%);
}

.sqs-ss-badge[data-position="bottom-center"]+.sqs-ss-badge-cover {
  background: -moz-radial-gradient(bottom center, circle cover, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .5) 100%);
  background: -ms-radial-gradient(bottom center, circle cover, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .5) 100%);
  background: radial-gradient(circle at bottom center, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .5) 100%);
}

.sqs-ss-badge[data-position="bottom-right"]+.sqs-ss-badge-cover {
  background: -moz-radial-gradient(bottom right, circle cover, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .5) 100%);
  background: -ms-radial-gradient(bottom right, circle cover, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .5) 100%);
  background: radial-gradient(circle at bottom right, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .5) 100%);
}

body.sqs-style-mode[data-position="top-left"] {
  top: 22px;
  left: 242px;
}

body.sqs-style-mode[data-position="bottom-left"] {
  bottom: 22px;
  left: 242px;
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dppx) {
  .sqs-ss-badge .badge-closed {
    background-size: 16px;
    background-image: url("http://static.squarespace.com/universal/images-v6/icons/icon-squarespace-32-light.png");
  }

  .sqs-ss-badge[data-type="white"] .badge-closed {
    background-image: url("http://static.squarespace.com/universal/images-v6/icons/icon-squarespace-32-dark.png");
  }
}

.sqs-ss-badge-cover {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, .6);
  z-index: 10000;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

html.squarespace-damask body.no-scroll {
  height: 100%;
  position: fixed;
}

html.squarespace-damask .no-scroll {
  overflow: hidden !important;
}

html.squarespace-damask .sqs-lightbox-overlay {
  position: fixed;
  opacity: 0;
  top: 0;
  left: 0;
  background: #000;
  height: 100%;
  width: 100%;
}

html.squarespace-damask .sqs-lightbox-overlay.sqs-lightbox-overlay-style-orb {
  background: -webkit-gradient(radial, 50% 25%, 0, 50% 25%, 800, from(rgba(0, 0, 0, .75)), to(#000));
  background: -moz-radial-gradient(center 45deg, circle cover, rgba(0, 0, 0, .75) 0%, #000 100%);
}

html.squarespace-damask .sqs-lightbox-overlay.white.sqs-lightbox-overlay-style-orb {
  background: -webkit-gradient(radial, 50% 25%, 0, 50% 25%, 800, from(rgba(255, 255, 255, .96)), to(#fff));
  background: -moz-radial-gradient(center 45deg, circle cover, from(rgba(255, 255, 255, .96)), to(#fff));
}

html.squarespace-damask .sqsp-tooltip {
  color: inherit;
  background-color: #f2f2f2;
  padding: 22px 33px;
  text-align: center;
  box-shadow: 0 0 33px 1px rgba(0, 0, 0, .1), 0 0 0 1px rgba(0, 0, 0, .04);
}

html.squarespace-damask .sqsp-tooltip .title {
  text-transform: ;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 11px;
}

html.squarespace-damask .sqsp-tooltip .description {
  margin: 11px 0;
}

html.squarespace-damask .sqsp-tooltip .buttons {
  margin: 0 -5.5px;
}

html.squarespace-damask .sqsp-tooltip .buttons .sqs-button {
  margin: 11px 11px 0;
}

html.squarespace-damask .sqsp-tooltip input {
  cursor: pointer;
  background: #3e3e3e;
  line-height: 22px;
  border-radius: 0;
  padding: 11px 11px;
  text-align: center;
  width: 100%;
}

html.squarespace-damask .sqsp-tooltip input,
html.squarespace-damask .sqsp-tooltip input>* {
  font-weight: 400;
  color: #fff !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

html.squarespace-damask .sqsp-tooltip input:hover {
  background-color: #000;
  box-shadow: none;
}

html.squarespace-damask .sqsp-tooltip input input,
html.squarespace-damask .sqsp-tooltip input button,
html.squarespace-damask .sqsp-tooltip input a {
  border: 0;
  text-transform: none;
  background: none;
  outline: none;
}

html.squarespace-damask .sqs-action-overlay {
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: opacity 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
  opacity: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #111;
  overflow: hidden;
  color: #eee;
  font-size: 12px;
  z-index: 50;
  height: 33px;
}

html.squarespace-damask .sqs-action-overlay.loading {
  opacity: 1;
}

html.squarespace-damask .sqs-action-overlay.bottom {
  top: auto;
  bottom: 0;
}

html.squarespace-damask .sqs-action-overlay>div {
  display: inline-block;
  height: 33px;
  width: 33px;
  opacity: .3;
  cursor: pointer;
}

html.squarespace-damask .sqs-action-overlay>div:hover {
  opacity: .9;
}

html.squarespace-damask .sqs-action-overlay>div:active,
html.squarespace-damask .sqs-action-overlay>div:focus {
  opacity: 1;
}

html.squarespace-damask .sqs-action-overlay>div.edit-image,
html.squarespace-damask .sqs-action-overlay>div.edit {
  background: transparent url('http://static.squarespace.com/universal/images-v6/icons/icon-edit-12-light.png') center center no-repeat;
}

html.squarespace-damask .sqs-action-overlay>div.edit.loading {
  background: none;
}

html.squarespace-damask .sqs-action-overlay>div.image-info {
  background: transparent url('http://static.squarespace.com/universal/images-v6/icons/icon-settings-14-light.png') center center no-repeat;
}

html.squarespace-damask .sqs-action-overlay>div.remove,
html.squarespace-damask .sqs-action-overlay>div.remove-image {
  background: transparent url('http://static.squarespace.com/universal/images-v6/icons/icon-trash-12-light.png') center center no-repeat;
}

html.squarespace-damask .sqs-action-overlay>div.video-info {
  background: transparent url('http://static.squarespace.com/universal/images-v6/icons/icon-settings-14-light.png') center center no-repeat;
}

html.squarespace-damask .sqs-action-overlay>div.remove-video {
  background: transparent url('http://static.squarespace.com/universal/images-v6/icons/icon-trash-12-light.png') center center no-repeat;
}

html.squarespace-damask .sqs-action-overlay>div.loading {
  background: none;
  position: relative;
  opacity: 1;
}

html.squarespace-damask .sqs-action-overlay>div.loading .sqs-spin.default {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translatex(-50%) translatey(-50%);
  -moz-transform: translatex(-50%) translatey(-50%);
  -ms-transform: translatex(-50%) translatey(-50%);
  transform: translatex(-50%) translatey(-50%);
}

html.squarespace-damask .sqs-action-overlay-container:hover .sqs-action-overlay {
  opacity: 1;
}

html.squarespace-damask .image-focal-point {
  -moz-border-radius: 14px;
  border-radius: 14px;
  height: 14px;
  width: 14px;
  margin-left: -10px;
  margin-top: -10px;
  position: absolute;
  border: 3px solid rgba(255, 255, 255, .8);
  background: rgba(0, 0, 0, .2);
  cursor: move;
  opacity: 0;
}

html.squarespace-damask .sqs-loading-overlay-node {
  background: rgba(255, 255, 255, .9);
}

html.squarespace-damask .sqs-loading-overlay-node .sqs-spin {
  position: absolute;
  top: 50%;
  left: 50%;
}

html.squarespace-damask .sqs-loading-overlay-node .sqs-spin.large {
  margin-top: -11px;
  margin-left: -11px;
}

html.squarespace-damask .sqs-loading-overlay-node .sqs-spin.extra-large {
  margin-top: -20px;
  margin-left: -20px;
}

html.squarespace-damask .sqs-loading-overlay-node.has-title .title {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  margin-top: 22px;
  color: #999;
  font-size: 14px;
}

html.squarespace-damask .sqs-loading-overlay-node.has-title .sqs-spin {
  margin-top: -22px;
}

html.squarespace-damask .login-wrapper.hidden {
  visibility: hidden;
}

html.squarespace-cameron body.no-scroll {
  height: 100%;
  position: fixed;
}

html.squarespace-cameron .no-scroll {
  overflow: hidden !important;
}

html.squarespace-cameron .sqs-lightbox-overlay {
  position: fixed;
  opacity: 0;
  top: 0px;
  left: 0px;
  background: #000;
  height: 100%;
  width: 100%;
}

html.squarespace-cameron .sqs-lightbox-overlay.sqs-lightbox-overlay-style-orb {
  background: -webkit-gradient(radial, 50% 25%, 0, 50% 25%, 800, from(rgba(0, 0, 0, .75)), to(#000));
  background: -moz-radial-gradient(center 45deg, circle cover, rgba(0, 0, 0, .75) 0%, #000 100%);
}

html.squarespace-cameron .sqs-lightbox-overlay.white.sqs-lightbox-overlay-style-orb {
  background: -webkit-gradient(radial, 50% 25%, 0, 50% 25%, 800, from(rgba(255, 255, 255, .96)), to(#fff));
  background: -moz-radial-gradient(center 45deg, circle cover, from(rgba(255, 255, 255, .96)), to(#fff));
}

html.squarespace-cameron .sqsp-tooltip input {
  margin: 0;
  -webkit-font-smoothing: subpixel-antialiased;
}

html.squarespace-cameron .sqsp-tooltip input[type="button"],
html.squarespace-cameron .sqsp-tooltip input[type="submit"] {
  display: inline-block;
  cursor: pointer;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 0;
  background-color: #272727;
  color: #eee;
  font: 400 11px / 14px 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding: 7px 15px;
}

html.squarespace-cameron .sqsp-tooltip input[type="button"] a,
html.squarespace-cameron .sqsp-tooltip input[type="submit"] a {
  padding: 7px 15px 7px;
  display: inline-block;
  color: #eee;
  text-decoration: none;
  border-bottom: 0;
}

html.squarespace-cameron .sqsp-tooltip input[type="button"]:hover a,
html.squarespace-cameron .sqsp-tooltip input[type="submit"]:hover a {
  color: #fff;
}

html.squarespace-cameron .sqsp-tooltip input[type="button"]:focus,
html.squarespace-cameron .sqsp-tooltip input[type="submit"]:focus {
  outline: none;
  color: #ddd;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 0 0 2px #42b1ff;
}

html.squarespace-cameron .sqsp-tooltip input[type="button"].save,
html.squarespace-cameron .sqsp-tooltip input[type="submit"].save,
html.squarespace-cameron .sqsp-tooltip input[type="button"].saveAndClose,
html.squarespace-cameron .sqsp-tooltip input[type="submit"].saveAndClose,
html.squarespace-cameron .sqsp-tooltip input[type="button"].proceed,
html.squarespace-cameron .sqsp-tooltip input[type="submit"].proceed,
html.squarespace-cameron .sqsp-tooltip input[type="button"].light,
html.squarespace-cameron .sqsp-tooltip input[type="submit"].light {
  display: inline-block;
  cursor: pointer;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 0;
  background-color: #272727;
  color: #eee;
  font: 400 11px / 14px 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background-color: #e5e5e5;
  color: #111;
  font-weight: bold;
}

html.squarespace-cameron .sqsp-tooltip input[type="button"].save a,
html.squarespace-cameron .sqsp-tooltip input[type="submit"].save a,
html.squarespace-cameron .sqsp-tooltip input[type="button"].saveAndClose a,
html.squarespace-cameron .sqsp-tooltip input[type="submit"].saveAndClose a,
html.squarespace-cameron .sqsp-tooltip input[type="button"].proceed a,
html.squarespace-cameron .sqsp-tooltip input[type="submit"].proceed a,
html.squarespace-cameron .sqsp-tooltip input[type="button"].light a,
html.squarespace-cameron .sqsp-tooltip input[type="submit"].light a {
  padding: 7px 15px 7px;
  display: inline-block;
  color: #eee;
  text-decoration: none;
  border-bottom: 0;
}

html.squarespace-cameron .sqsp-tooltip input[type="button"].save:hover a,
html.squarespace-cameron .sqsp-tooltip input[type="submit"].save:hover a,
html.squarespace-cameron .sqsp-tooltip input[type="button"].saveAndClose:hover a,
html.squarespace-cameron .sqsp-tooltip input[type="submit"].saveAndClose:hover a,
html.squarespace-cameron .sqsp-tooltip input[type="button"].proceed:hover a,
html.squarespace-cameron .sqsp-tooltip input[type="submit"].proceed:hover a,
html.squarespace-cameron .sqsp-tooltip input[type="button"].light:hover a,
html.squarespace-cameron .sqsp-tooltip input[type="submit"].light:hover a {
  color: #fff;
}

html.squarespace-cameron .sqsp-tooltip input[type="button"].save:focus,
html.squarespace-cameron .sqsp-tooltip input[type="submit"].save:focus,
html.squarespace-cameron .sqsp-tooltip input[type="button"].saveAndClose:focus,
html.squarespace-cameron .sqsp-tooltip input[type="submit"].saveAndClose:focus,
html.squarespace-cameron .sqsp-tooltip input[type="button"].proceed:focus,
html.squarespace-cameron .sqsp-tooltip input[type="submit"].proceed:focus,
html.squarespace-cameron .sqsp-tooltip input[type="button"].light:focus,
html.squarespace-cameron .sqsp-tooltip input[type="submit"].light:focus {
  outline: none;
  color: #ddd;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 0 0 2px #42b1ff;
}

html.squarespace-cameron .sqsp-tooltip input[type="button"].save:hover a,
html.squarespace-cameron .sqsp-tooltip input[type="submit"].save:hover a,
html.squarespace-cameron .sqsp-tooltip input[type="button"].saveAndClose:hover a,
html.squarespace-cameron .sqsp-tooltip input[type="submit"].saveAndClose:hover a,
html.squarespace-cameron .sqsp-tooltip input[type="button"].proceed:hover a,
html.squarespace-cameron .sqsp-tooltip input[type="submit"].proceed:hover a,
html.squarespace-cameron .sqsp-tooltip input[type="button"].light:hover a,
html.squarespace-cameron .sqsp-tooltip input[type="submit"].light:hover a {
  color: #111;
}

html.squarespace-cameron .sqsp-tooltip input[type="button"].save a,
html.squarespace-cameron .sqsp-tooltip input[type="submit"].save a,
html.squarespace-cameron .sqsp-tooltip input[type="button"].saveAndClose a,
html.squarespace-cameron .sqsp-tooltip input[type="submit"].saveAndClose a,
html.squarespace-cameron .sqsp-tooltip input[type="button"].proceed a,
html.squarespace-cameron .sqsp-tooltip input[type="submit"].proceed a,
html.squarespace-cameron .sqsp-tooltip input[type="button"].light a,
html.squarespace-cameron .sqsp-tooltip input[type="submit"].light a {
  color: #222;
}

html.squarespace-cameron .sqsp-tooltip input[type="button"].save:focus,
html.squarespace-cameron .sqsp-tooltip input[type="submit"].save:focus,
html.squarespace-cameron .sqsp-tooltip input[type="button"].saveAndClose:focus,
html.squarespace-cameron .sqsp-tooltip input[type="submit"].saveAndClose:focus,
html.squarespace-cameron .sqsp-tooltip input[type="button"].proceed:focus,
html.squarespace-cameron .sqsp-tooltip input[type="submit"].proceed:focus,
html.squarespace-cameron .sqsp-tooltip input[type="button"].light:focus,
html.squarespace-cameron .sqsp-tooltip input[type="submit"].light:focus {
  outline: none;
  color: #111;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 0 0 2px #42b1ff;
}

html.squarespace-cameron body .sqsp-tooltip .description a {
  color: #bbb;
  text-decoration: underline;
}

html.squarespace-cameron body .sqsp-tooltip .description a:hover {
  color: #ddd;
  text-decoration: none;
  cursor: pointer;
}

html.squarespace-cameron .sqsp-tooltip {
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, .2);
  position: absolute;
  width: 250px;
  padding: 20px 20px 22px 55px;
  font-weight: 300;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  -webkit-user-select: none;
  color: #fff;
  z-index: 30000;
  background-color: rgba(11, 11, 11, .9);
  background-position: 17px 18px;
  background-repeat: no-repeat;
}

html.squarespace-cameron .sqsp-tooltip * {
  letter-spacing: 0;
  font-style: normal;
  line-height: normal;
}

html.squarespace-cameron .sqsp-tooltip.info {
  background-image: url('http://static.squarespace.com/universal/images-v6/dialog/tooltip-icon-info.png');
}

html.squarespace-cameron .sqsp-tooltip.question {
  background-image: url('http://static.squarespace.com/universal/images-v6/dialog/tooltip-icon-question.png');
}

html.squarespace-cameron .sqsp-tooltip.okay {
  background-image: url('http://static.squarespace.com/universal/images-v6/dialog/tooltip-icon-okay.png');
}

html.squarespace-cameron .sqsp-tooltip.alert {
  background-image: url('http://static.squarespace.com/universal/images-v6/dialog/tooltip-icon-alert.png');
  padding-left: 60px;
}

html.squarespace-cameron .sqsp-tooltip.label {
  padding: 2px 8px;
  width: auto;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: none;
}

html.squarespace-cameron .sqsp-tooltip.label * {
  line-height: 13px;
  font-weight: bold;
  text-transform: ;
}

html.squarespace-cameron .sqsp-tooltip.label .title {
  padding-bottom: 0;
  font-size: 10px;
}

html.squarespace-cameron .sqsp-tooltip.label .description {
  font-size: 9px;
}

html.squarespace-cameron .sqsp-tooltip .title {
  font-size: 15px;
  padding-bottom: 8px;
}

html.squarespace-cameron .sqsp-tooltip .description {
  font-size: 13px;
  line-height: 19px;
  color: #bbb;
  margin-top: 5px;
}

html.squarespace-cameron .sqsp-tooltip .description strong {
  font-weight: bold;
  color: #fff;
}

html.squarespace-cameron .sqsp-tooltip .fields .check-field-wrapper {
  padding: 0;
}

html.squarespace-cameron .sqsp-tooltip .fields .check-field-wrapper .field-description {
  background: none;
}

html.squarespace-cameron .sqsp-tooltip .buttons {
  padding-top: 15px;
  float: right;
}

html.squarespace-cameron .sqsp-tooltip .buttons .sqs-button {
  margin-left: 10px;
  padding: 6px 15px !important;
}

html.squarespace-cameron .sqs-action-overlay {
  position: absolute;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: opacity 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
  opacity: 0;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #080808;
  background-image: -moz-linear-gradient(#3c3c3c, #080808);
  background-image: -ms-linear-gradient(#3c3c3c, #080808);
  background-image: -webkit-linear-gradient(#3c3c3c, #080808);
  background-image: linear-gradient(#3c3c3c, #080808);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.8), inset 0 1px 0 rgba(255, 255, 255, 0.15), inset 1px 0 0 0 rgba(255, 255, 255, 0.1), inset -1px 0 0 0 rgba(255, 255, 255, 0.1), 0 2px 10px rgba(0, 0, 0, 0.2);
  padding: 2px 4px 0 4px;
  overflow: hidden;
  color: #eee;
  font-size: 12px;
  height: 25px;
  z-index: 50;
}

html.squarespace-cameron .sqs-action-overlay.loading {
  opacity: 1;
}

html.squarespace-cameron .sqs-action-overlay,
html.squarespace-cameron .sqs-action-overlay.top {
  margin-top: 10px;
  margin-right: 5px;
  top: 0;
  right: 0;
}

html.squarespace-cameron .sqs-action-overlay.bottom {
  top: auto;
  bottom: 10px;
}

html.squarespace-cameron .sqs-action-overlay>div {
  display: inline-block;
  height: 22px;
  width: 22px;
  padding: 0 2px;
  opacity: .3;
  cursor: pointer;
}

html.squarespace-cameron .sqs-action-overlay>div:hover {
  opacity: .9;
}

html.squarespace-cameron .sqs-action-overlay>div:active,
html.squarespace-cameron .sqs-action-overlay>div:focus {
  opacity: 1;
}

html.squarespace-cameron .sqs-action-overlay>div.edit-image,
html.squarespace-cameron .sqs-action-overlay>div.edit {
  background: transparent url('http://static.squarespace.com/universal/images-v6/icons/icon-edit-12-light.png') center no-repeat;
}

html.squarespace-cameron .sqs-action-overlay>div.edit.loading {
  background: none;
}

html.squarespace-cameron .sqs-action-overlay>div.image-info {
  background: transparent url('http://static.squarespace.com/universal/images-v6/icons/icon-settings-14-light.png') center no-repeat;
}

html.squarespace-cameron .sqs-action-overlay>div.remove,
html.squarespace-cameron .sqs-action-overlay>div.remove-image {
  background: transparent url('http://static.squarespace.com/universal/images-v6/icons/icon-trash-12-light.png') center no-repeat;
}

html.squarespace-cameron .sqs-action-overlay>div.video-info {
  background: transparent url('http://static.squarespace.com/universal/images-v6/icons/icon-settings-14-light.png') center no-repeat;
}

html.squarespace-cameron .sqs-action-overlay>div.remove-video {
  background: transparent url('http://static.squarespace.com/universal/images-v6/icons/icon-trash-12-light.png') center no-repeat;
}

html.squarespace-cameron .sqs-action-overlay>div.loading {
  background: none;
  position: relative;
  opacity: 1;
}

html.squarespace-cameron .sqs-action-overlay>div.loading .sqs-spin.default {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -7px;
}

html.squarespace-cameron .sqs-action-overlay-container:hover .sqs-action-overlay {
  opacity: 1;
}

html.squarespace-cameron .image-focal-point {
  -moz-border-radius: 14px;
  border-radius: 14px;
  height: 14px;
  width: 14px;
  margin-left: -10px;
  margin-top: -10px;
  position: absolute;
  border: 3px solid rgba(255, 255, 255, .8);
  background: rgba(0, 0, 0, .2);
  cursor: move;
  opacity: 0;
}

html.squarespace-cameron .sqs-loading-overlay-node {
  background: rgba(255, 255, 255, .9);
}

html.squarespace-cameron .sqs-loading-overlay-node .sqs-spin {
  position: absolute;
  top: 50%;
  left: 50%;
}

html.squarespace-cameron .sqs-loading-overlay-node .sqs-spin.large {
  margin-top: -11px;
  margin-left: -11px;
}

html.squarespace-cameron .sqs-loading-overlay-node .sqs-spin.extra-large {
  margin-top: -20px;
  margin-left: -20px;
}

html.squarespace-cameron .sqs-loading-overlay-node.has-title .title {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  margin-top: 22px;
  color: #999;
  font-size: 14px;
}

html.squarespace-cameron .sqs-loading-overlay-node.has-title .sqs-spin {
  margin-top: -22px;
}

html.squarespace-cameron .login-wrapper.hidden {
  visibility: hidden;
}

.sqs-mobile-info-bar {
  position: fixed;
  z-index: 10000;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ebebeb;
  -webkit-transition: all .2s cubic-bezier(.23, .47, .32, 1);
  -moz-transition: all .2s cubic-bezier(.23, .47, .32, 1);
  -o-transition: all .2s cubic-bezier(.23, .47, .32, 1);
  transition: all .2s cubic-bezier(.23, .47, .32, 1);
}

.sqs-mobile-info-bar-content {
  -webkit-backface-visibility: hidden;
}

.sqs-mobile-info-bar-triggers {
  font-size: 0;
  padding: 0 20px;
  text-align: center;
}

.sqs-mobile-info-bar-trigger {
  cursor: pointer;
  display: inline-block;
  width: 25%;
  padding: 15px 0;
  text-align: center;
}

.sqs-mobile-info-bar-trigger a {
  display: block;
}

.sqs-mobile-info-bar-trigger-icon {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 auto 8px auto;
  background-size: contain;
  background-repeat: no-repeat;
}

.sqs-mobile-info-bar-trigger-label {
  display: block;
  font-size: 10px;
  line-height: 1em;
  letter-spacing: 1px;
  color: #222;
  text-transform: ;
  font-family: 'proxima-nova', arial, sans-serif;
}

.sqs-mobile-info-bar-trigger[data-type="location"] .sqs-mobile-info-bar-trigger-icon {
  background-image: url(http://static.squarespace.com/universal/images-v6/mobile-info-bar/map.png);
}

.sqs-mobile-info-bar-trigger[data-type="contactEmail"] .sqs-mobile-info-bar-trigger-icon {
  background-image: url(http://static.squarespace.com/universal/images-v6/mobile-info-bar/email.png);
}

.sqs-mobile-info-bar-trigger[data-type="contactPhoneNumber"] .sqs-mobile-info-bar-trigger-icon {
  background-image: url(http://static.squarespace.com/universal/images-v6/mobile-info-bar/call.png);
}

.sqs-mobile-info-bar-trigger[data-type="businessHours"] .sqs-mobile-info-bar-trigger-icon {
  background-image: url(http://static.squarespace.com/universal/images-v6/mobile-info-bar/hours.png);
}

.sqs-mobile-info-bar-overlay {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #ebebeb;
  color: #222;
  -webkit-transition: opacity .2s cubic-bezier(.23, .47, .32, 1);
  -moz-transition: opacity .2s cubic-bezier(.23, .47, .32, 1);
  -o-transition: opacity .2s cubic-bezier(.23, .47, .32, 1);
  transition: opacity .2s cubic-bezier(.23, .47, .32, 1);
}

.sqs-mobile-info-bar-overlay-content,
.sqs-mobile-info-bar-overlay-content>div {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sqs-mobile-info-bar-overlay-content>div {
  display: none;
}

.sqs-mobile-info-bar-overlay-content .sqs-business-hours {
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
}

.sqs-mobile-info-bar-overlay-content .sqs-mobile-info-bar-map {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sqs-mobile-info-bar-overlay-content .sqs-mobile-info-bar-address {
  position: absolute;
  width: 100%;
  height: auto;
  color: #aaa;
  background: #ebebeb;
  bottom: 0;
  padding: 20px;
  font-size: 12px;
  line-height: 19px;
  font-family: 'proxima-nova', arial, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.sqs-mobile-info-bar-overlay-content .sqs-mobile-info-bar-address [data-type="addressTitle"] {
  color: #222;
  font-size: 14px;
  line-height: 14px;
  margin: 2px 0 7px 0;
}

.sqs-mobile-info-bar-overlay-content .sqs-mobile-info-bar-address-link {
  background: url(http://static.squarespace.com/universal/images-v6/icons/icon-external-link-18-dark.png) no-repeat;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 50%;
  right: 20px;
  margin-top: -9px;
}

.sqs-mobile-info-bar-overlay-close {
  cursor: pointer;
  position: fixed;
  background: #ebebeb;
  top: 10px;
  right: 10px;
  padding: 13px;
}

.sqs-mobile-info-bar-overlay-close:after {
  content: '×';
  display: block;
  font-family: helvetica, arial, sans-serif;
  font-weight: 100;
  font-size: 19px;
  line-height: 15px;
  padding: 0;
  color: #222;
}

.sqs-mobile-info-bar-show-overlay {
  z-index: 10010;
}

.sqs-mobile-info-bar-show-overlay .sqs-mobile-info-bar-overlay {
  opacity: 1;
  visibility: visible;
}

.sqs-mobile-info-bar-dark {
  background: #222;
}

.sqs-mobile-info-bar-dark .sqs-mobile-info-bar-overlay {
  background: #222;
  color: #fff;
}

.sqs-mobile-info-bar-dark .sqs-mobile-info-bar-address {
  background: #222;
}

.sqs-mobile-info-bar-dark .sqs-mobile-info-bar-address [data-type="addressTitle"] {
  color: #fff;
}

.sqs-mobile-info-bar-dark .sqs-mobile-info-bar-address-link {
  background-image: url(http://static.squarespace.com/universal/images-v6/icons/icon-external-link-18-light.png);
}

.sqs-mobile-info-bar-dark .sqs-mobile-info-bar-trigger-label {
  color: #fff;
}

.sqs-mobile-info-bar-dark .sqs-mobile-info-bar-trigger[data-type="location"] .sqs-mobile-info-bar-trigger-icon {
  background-image: url(http://static.squarespace.com/universal/images-v6/mobile-info-bar/map-light.png);
}

.sqs-mobile-info-bar-dark .sqs-mobile-info-bar-trigger[data-type="contactEmail"] .sqs-mobile-info-bar-trigger-icon {
  background-image: url(http://static.squarespace.com/universal/images-v6/mobile-info-bar/email-light.png);
}

.sqs-mobile-info-bar-dark .sqs-mobile-info-bar-trigger[data-type="contactPhoneNumber"] .sqs-mobile-info-bar-trigger-icon {
  background-image: url(http://static.squarespace.com/universal/images-v6/mobile-info-bar/call-light.png);
}

.sqs-mobile-info-bar-dark .sqs-mobile-info-bar-trigger[data-type="businessHours"] .sqs-mobile-info-bar-trigger-icon {
  background-image: url(http://static.squarespace.com/universal/images-v6/mobile-info-bar/hours-light.png);
}

.sqs-mobile-info-bar-dark .sqs-mobile-info-bar-overlay-close,
.sqs-mobile-info-bar-overlay-close-dark {
  background: #222;
}

.sqs-mobile-info-bar-dark .sqs-mobile-info-bar-overlay-close:after,
.sqs-mobile-info-bar-overlay-close-dark:after {
  color: #fff;
}

.sqs-style-mode .sqs-mobile-info-bar,
.sqs-mobile-info-bar-hide {
  -webkit-transform: translate3d(0, 100px, 0);
  -moz-transform: translate3d(0, 100px, 0);
  -ms-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
}

.fadeable-plugged.display-status-hidden {
  display: none;
}

.sqs-block.form-block .pre-submit-back,
.sqs-block.form-block .pre-submit-topics,
.sqs-block.form-block .pre-submit-content,
.sqs-block.form-block .pre-submit-form {
  display: none;
}

.sqs-form-pre-submit-flow-content .pre-submit-back,
.sqs-form-pre-submit-flow-content .pre-submit-topics,
.sqs-form-pre-submit-flow-content .pre-submit-content,
.sqs-form-pre-submit-flow-content .pre-submit-form {
  display: none;
}

.sqs-form-pre-submit-flow-content[data-edit-mode="topics"] .pre-submit-topics {
  display: block;
}

.sqs-form-pre-submit-flow-content[data-edit-mode="content"] .pre-submit-back,
.sqs-form-pre-submit-flow-content[data-edit-mode="content"] .pre-submit-content {
  display: block;
}

.sqs-form-pre-submit-flow-content[data-edit-mode="form"] .pre-submit-back,
.sqs-form-pre-submit-flow-content[data-edit-mode="form"] .pre-submit-form {
  display: block;
}

.sqs-form-pre-submit-flow-content .pre-submit-topics .topic-wrapper .sub-topics {
  display: none;
}

.sqs-form-pre-submit-flow-content .pre-submit-topics .topic-wrapper.open .sub-topics {
  display: block;
}

body.native-currency-code-usd .sqs-money-native:before {
  content: '$';
}

body.native-currency-code-cad .sqs-money-native:before {
  content: '$';
}

body.native-currency-code-cad .sqs-money-native:after {
  content: ' CAD';
}

body.native-currency-code-gbp .sqs-money-native:before {
  content: '£';
}

body.native-currency-code-eur .sqs-money-native:before {
  content: '€';
}

body.native-currency-code-aud .sqs-money-native:before {
  content: '$';
}

body.native-currency-code-aud .sqs-money-native:after {
  content: ' AUD';
}

.sqs-spin {
  background-color: transparent;
  border-radius: 150px;
  display: inline-block;
  vertical-align: middle;
  -webkit-animation: sqs-spin 1s infinite linear;
  -moz-animation: sqs-spin 1s infinite linear;
  -ms-animation: sqs-spin 1s infinite linear;
  -o-animation: sqs-spin 1s infinite linear;
  animation: sqs-spin 1s infinite linear;
}

.sqs-spin.light {
  border: 2px solid rgba(255, 255, 255, .7);
  border-top-color: rgba(255, 255, 255, .15);
  border-left-color: rgba(255, 255, 255, .15);
}

.sqs-spin.dark {
  border: 2px solid rgba(0, 0, 0, .75);
  border-top-color: rgba(0, 0, 0, .08);
  border-left-color: rgba(0, 0, 0, .08);
}

.sqs-spin.extra-small {
  width: 4px;
  height: 4px;
}

.sqs-spin.small {
  width: 8px;
  height: 8px;
}

.sqs-spin.default {
  width: 12px;
  height: 12px;
}

.sqs-spin.large {
  width: 22px;
  height: 22px;
}

.sqs-spin.extra-large {
  width: 40px;
  height: 40px;
}

.sqs-spin.xx-large {
  width: 80px;
  height: 80px;
}

.sqs-spin.degraded {
  border: 0px;
  border-radius: 0px;
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  -o-animation: none;
  animation: none;
}

.sqs-spin.degraded img {
  width: 100%;
  height: 100%;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

@-webkit-keyframes sqs-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes sqs-spin {
  0% {
    -moz-transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
  }
}

@-ms-keyframes sqs-spin {
  0% {
    -ms-transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(360deg);
  }
}

@-o-keyframes sqs-spin {
  0% {
    -o-transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(360deg);
  }
}

@keyframes sqs-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.squarespace-social-buttons {
  -webkit-user-select: none;
  -moz-user-select: none;
  position: relative;
}

.squarespace-social-buttons .sqs-socialbutton-content {
  position: relative;
}

.squarespace-social-buttons.empty {
  display: none;
}

.squarespace-social-buttons.button-style .ss-social-button-wrapper {
  display: block;
  width: 55px;
  background-color: #fff;
  background-color: #222;
  background-image: -moz-linear-gradient(#555, #222);
  background-image: -ms-linear-gradient(#555, #222);
  background-image: -webkit-linear-gradient(#555, #222);
  background-image: linear-gradient(#555, #222);
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 1px 6px 0px 2px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .04), inset 0 -1px 0 rgba(0, 0, 0, .24);
  cursor: pointer;
}

.squarespace-social-buttons.button-style .ss-social-button-wrapper:hover {
  background-color: #6d6d6d;
  background-color: #222;
  background-image: -moz-linear-gradient(#666, #222);
  background-image: -ms-linear-gradient(#666, #222);
  background-image: -webkit-linear-gradient(#666, #222);
  background-image: linear-gradient(#666, #222);
}

.squarespace-social-buttons.button-style .ss-social-button-wrapper .ss-social-button {
  display: inline-block;
  font: 11px 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #fff;
  height: 21px;
  line-height: 20px;
  padding: 0px 0px 0px 22px;
  cursor: pointer;
  background: 2px 2px no-repeat url('http://static.squarespace.com/universal/images-v6/standard/icon_social_button_10_light.png');
  background-position: 10% 50%;
}

.squarespace-social-buttons.button-style .ss-social-button-wrapper .ss-social-button:hover+.ss-social-button-list {
  display: block;
}

.squarespace-social-buttons.inline-style {
  display: inline-block;
  cursor: pointer;
}

.squarespace-social-buttons.inline-style .ss-social-button-icon {
  float: left;
  margin-right: 5px;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: #999 url('http://static.squarespace.com/universal/images-v6/standard/icon_social_button_10_light.png') center center no-repeat;
  background-size: 8px;
  display: block;
}

.squarespace-social-buttons.inline-style :hover .ss-social-button-icon {
  background-color: #222;
}

.squarespace-social-buttons .ss-social-list-wrapper {
  height: 0;
  position: absolute;
  overflow: hidden;
  z-index: 10000;
}

.squarespace-social-buttons .ss-social-list-wrapper .ss-social-button-list {
  padding: 14px;
  min-width: 108px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  background-color: rgba(254, 254, 254, .9);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(242, 242, 242, .05);
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.squarespace-social-buttons .ss-social-list-wrapper .ss-social-button-list .ss-social-button-container {
  margin-bottom: 10px;
  min-height: 28px;
}

.squarespace-social-buttons .ss-social-list-wrapper .ss-social-button-list .ss-social-button-container:last-child {
  margin-bottom: 0px;
}

.sqs-form-pre-submit-topic {
  margin-bottom: 2px;
  background: #111;
}

.sqs-form-pre-submit-topic-content {
  border: 1px solid #333;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.sqs-form-pre-submit-topic-content .topic-control-bar {
  background: #333;
  height: 40px;
}

.sqs-form-pre-submit-topic-content .topic-control-bar .topic-drag-handle-wrapper {
  float: left;
  width: 7%;
  height: 100%;
  cursor: move;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.sqs-form-pre-submit-topic-content .topic-control-bar .topic-drag-handle-wrapper .topic-drag-handle {
  background-image: url('/universal/images-v6/icons/icon-grab-24-light.png');
  background-repeat: no-repeat;
  background-position: center center;
  height: 16px;
  width: 16px;
  margin: 12px auto 0;
  opacity: .3;
}

.sqs-form-pre-submit-topic-content .topic-control-bar .topic-title {
  float: left;
  width: 66%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px 0;
}

.sqs-form-pre-submit-topic-content .topic-control-bar .topic-title .sqs-dialog-field.sqs-text.name-topicTitle input {
  font-size: 12px;
  padding: 6px 25px 6px 6px;
  margin: 0;
  background-color: transparent;
  -webkit-transition: background-color .2s ease-out;
  -moz-transition: background-color .2s ease-out;
  -o-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
  color: #eaeaea;
  border: none;
  -moz-border-radius: 2px;
  border-radius: 2px;
  text-overflow: ellipsis;
}

.sqs-form-pre-submit-topic-content .topic-control-bar .topic-title .sqs-dialog-field.sqs-text.name-topicTitle input:hover {
  background-color: #444;
}

.sqs-form-pre-submit-topic-content .topic-control-bar .topic-title .sqs-dialog-field.sqs-text.name-topicTitle input:focus {
  background-color: #555;
}

.sqs-form-pre-submit-topic-content .topic-control-bar .topic-controls {
  float: right;
  height: 100%;
  width: 27%;
  padding-right: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.sqs-form-pre-submit-topic-content .topic-control-bar .topic-controls .edit-topic,
.sqs-form-pre-submit-topic-content .topic-control-bar .topic-controls .remove-topic {
  float: right;
  opacity: .6;
  cursor: pointer;
  -webkit-transition: opacity .2s ease-out;
  -moz-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
}

.sqs-form-pre-submit-topic-content .topic-control-bar .topic-controls .edit-topic:hover,
.sqs-form-pre-submit-topic-content .topic-control-bar .topic-controls .remove-topic:hover {
  opacity: 1;
}

.sqs-form-pre-submit-topic-content .topic-control-bar .topic-controls .edit-topic {
  margin-top: 14px;
  padding: 2px 8px;
  background: #eaeaea;
  text-transform: ;
  font-size: 9px;
  font-weight: 700;
  color: #3a3a3a;
  letter-spacing: 1px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.sqs-form-pre-submit-topic-content .topic-control-bar .topic-controls .remove-topic {
  font-size: 25px;
  font-weight: 300;
  line-height: 28px;
  text-align: center;
  color: #eaeaea;
  height: 25px;
  width: 25px;
  margin-top: 7px;
}

.sqs-form-pre-submit-topic-content .topic-children {
  padding: 10px;
}

.sqs-form-pre-submit-topic-content .topic-children .topic-label {
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
  margin-bottom: 10px;
}

.sqs-form-pre-submit-topic-content .topic-children .topic-label .sqs-dialog-field.sqs-text.name-topicLabel input {
  font-size: 11px;
  margin: 0;
}

.sqs-form-pre-submit-topic-content .topic-children .topic-child-controls,
.sqs-form-pre-submit-topic-content .topic-children .topic-sub-topics,
.sqs-form-pre-submit-topic-content .topic-children .topic-content {
  display: none;
}

.sqs-form-pre-submit-topic-content .topic-children .topic-child-controls {
  zoom: 1;
}

.sqs-form-pre-submit-topic-content .topic-children .topic-child-controls:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}

.sqs-form-pre-submit-topic-content .topic-children .topic-child-controls .topic-child-control-wrapper {
  float: left;
  width: 50%;
  padding: 20px 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.sqs-form-pre-submit-topic-content .topic-children .topic-child-controls .topic-child-control-wrapper .topic-child-control {
  display: inline-block;
  cursor: pointer;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 0;
  background-color: #272727;
  color: #eee;
  font: 400 11px / 14px 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background-color: #e5e5e5;
  color: #111;
  text-align: center;
  padding: 10px;
  display: block;
}

.sqs-form-pre-submit-topic-content .topic-children .topic-child-controls .topic-child-control-wrapper .topic-child-control a {
  padding: 7px 15px 7px;
  display: inline-block;
  color: #eee;
  text-decoration: none;
  border-bottom: 0;
}

.sqs-form-pre-submit-topic-content .topic-children .topic-child-controls .topic-child-control-wrapper .topic-child-control:hover a {
  color: #fff;
}

.sqs-form-pre-submit-topic-content .topic-children .topic-child-controls .topic-child-control-wrapper .topic-child-control:focus {
  outline: none;
  color: #ddd;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 0 0 2px #42b1ff;
}

.sqs-form-pre-submit-topic-content .topic-children .topic-child-controls .topic-child-control-wrapper .topic-child-control:hover a {
  color: #111;
}

.sqs-form-pre-submit-topic-content .topic-children .topic-child-controls .topic-child-control-wrapper .topic-child-control a {
  color: #222;
}

.sqs-form-pre-submit-topic-content .topic-children .topic-child-controls .topic-child-control-wrapper .topic-child-control:focus {
  outline: none;
  color: #111;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 0 0 2px #42b1ff;
}

.sqs-form-pre-submit-topic-content .topic-children .topic-sub-topics .sqs-form-pre-submit-topic-content .topic-control-bar {
  height: 30px;
}

.sqs-form-pre-submit-topic-content .topic-children .topic-sub-topics .sqs-form-pre-submit-topic-content .topic-control-bar .topic-drag-handle {
  margin-top: 7px;
  background-image: url('/universal/images-v6/icons/icon-grab-16-light.png');
}

.sqs-form-pre-submit-topic-content .topic-children .topic-sub-topics .sqs-form-pre-submit-topic-content .topic-control-bar .topic-title {
  padding: 4px 0;
}

.sqs-form-pre-submit-topic-content .topic-children .topic-sub-topics .sqs-form-pre-submit-topic-content .topic-control-bar .topic-title input {
  font-size: 11px;
  padding: 4px;
}

.sqs-form-pre-submit-topic-content .topic-children .topic-sub-topics .sqs-form-pre-submit-topic-content .topic-control-bar .edit-topic {
  font-size: 8px;
  margin-top: 9px;
}

.sqs-form-pre-submit-topic-content .topic-children .topic-sub-topics .sqs-form-pre-submit-topic-content .topic-control-bar .remove-topic {
  font-size: 22px;
  margin-top: 2px;
}

.sqs-form-pre-submit-topic-content .topic-children .topic-sub-topics .sqs-form-pre-submit-topic-content .topic-children .topic-child-controls,
.sqs-form-pre-submit-topic-content .topic-children .topic-sub-topics .sqs-form-pre-submit-topic-content .topic-children .topic-sub-topics,
.sqs-form-pre-submit-topic-content .topic-children .topic-sub-topics .sqs-form-pre-submit-topic-content .topic-children .topic-content {
  display: none;
}

.sqs-form-pre-submit-topic-content .topic-children .topic-sub-topics .sqs-form-pre-submit-topic-content.editing-mode-empty .topic-child-controls {
  display: block;
}

.sqs-form-pre-submit-topic-content .topic-children .topic-sub-topics .sqs-form-pre-submit-topic-content.editing-mode-sub-topics .topic-sub-topics {
  display: block;
}

.sqs-form-pre-submit-topic-content .topic-children .topic-sub-topics .sqs-form-pre-submit-topic-content.editing-mode-content .topic-content {
  display: block;
}

.sqs-form-pre-submit-topic-content .topic-children .topic-sub-topics .add-topic {
  padding: 7px 7px 7px 25px;
  font-size: 10px;
}

.sqs-form-pre-submit-topic-content .topic-children .topic-sub-topics .add-topic .add-icon {
  top: 9px;
  left: 9px;
}

.sqs-form-pre-submit-topic-content.editing-mode-empty .topic-child-controls {
  display: block;
}

.sqs-form-pre-submit-topic-content.editing-mode-sub-topics .topic-sub-topics {
  display: block;
}

.sqs-form-pre-submit-topic-content.editing-mode-content .topic-content {
  display: block;
}

.sqs-form-pre-submit-topic.yui3-dd-super-proxy-clone {
  box-shadow: 0 0 5px #000;
}

.sqs-video-wrapper .intrinsic {
  max-width: 100%;
}

.sqs-video-wrapper.video-none {
  position: relative;
}

.sqs-video-wrapper.video-fill {
  position: absolute;
  width: 100%;
  height: 100%;
}

.sqs-video-wrapper.video-fit {
  position: absolute;
  width: 100%;
}

.sqs-video-wrapper.video-fit .intrinsic {
  width: 100%;
}

.sqs-video-wrapper.video-fit .intrinsic-inner {
  position: relative;
}

.sqs-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sqs-video-wrapper object,
.sqs-video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sqs-video-wrapper .sqs-video-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  color: #000;
  background-position: center center;
  background-repeat: no-repeat;
}

.sqs-video-wrapper .sqs-video-overlay .sqs-video-opaque {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
}

.sqs-video-wrapper .sqs-video-overlay.no-thumb .sqs-video-opaque {
  opacity: 1;
}

.sqs-video-wrapper .sqs-video-overlay .sqs-video-icon {
  opacity: .8;
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url('http://static.squarespace.com/universal/images-v6/icons/icon-video-48-light-solid.png');
  background-position: center center;
  background-repeat: no-repeat;
  height: 48px;
  width: 48px;
  margin-left: -24px;
  margin-top: -24px;
  cursor: pointer;
}

html.blogapp .sqs-video-wrapper .sqs-video-overlay .sqs-video-icon {
  background-image: url('gallery-play-big.png');
  height: 80px;
  width: 80px;
  margin-left: -40px;
  margin-top: -40px;
  opacity: .75;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi) {
  html.blogapp .sqs-video-wrapper .sqs-video-overlay .sqs-video-icon {
    background-image: url('gallery-play-big@2x.png');
    background-size: 80px;
  }
}

.sqs-video-wrapper.video-invalid {
  position: static !important;
  height: 48px !important;
}

.sqs-video-wrapper .sqs-video-invalid-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.clear {
  zoom: 1;
}

.clear:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}

@-webkit-keyframes spin-frames {
  from {
    -webkit-transform: rotate(0deg);
    -webkit-animation-timing-function: linear;
  }

  to {
    -webkit-transform: rotate(360deg);
    -webkit-animation-timing-function: linear;
  }
}

@-moz-keyframes spin-frames {
  from {
    -moz-transform: rotate(0deg);
    -moz-animation-timing-function: linear;
  }

  to {
    -moz-transform: rotate(360deg);
    -moz-animation-timing-function: linear;
  }
}

.sqs-lightbox-signup-spinner {
  position: fixed !important;
  left: 50% !important;
  margin-top: -150px !important;
  margin-left: -150px !important;
  width: 300px !important;
  height: 300px !important;
}

.squarespace-signup-text {
  font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #fff;
  width: 300px;
  text-align: center;
  padding-top: 15px;
  line-height: 21px;
  font-size: 15px;
  padding-bottom: 100px;
}

.squarespace-signup-text .join-thank-you {
  font-weight: bold;
  padding-bottom: 20px;
}

.squarespace-signup-spinner {
  background: transparent url('http://static.squarespace.com/universal/images-v6/big-gear.png') center center no-repeat;
  width: 300px !important;
  height: 220px !important;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: spin-frames;
  -moz-animation-name: spin-frames;
  -o-animation-name: spin-frames;
  animation-name: spin-frames;
}

.squarespace-signup-spinner.stopped {
  -webkit-animation-name: stopped;
  -moz-animation-name: stopped;
  -o-animation-name: stopped;
  animation-name: stopped;
}

.sqs-g {
  letter-spacing: -.31em;
  *letter-spacing: normal;
  *word-spacing: -.43em;
  text-rendering: optimizespeed;
}

.opera-only :-o-prefocus,
.sqs-g {
  word-spacing: -.43em;
}

.yui3-u,
.sqs-u {
  display: inline-block;
  zoom: 1;
  *display: inline;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}

.sqs-u-1,
.sqs-u-1-2,
.sqs-u-1-3,
.sqs-u-2-3,
.sqs-u-1-4,
.sqs-u-3-4,
.sqs-u-1-5,
.sqs-u-2-5,
.sqs-u-3-5,
.sqs-u-4-5,
.sqs-u-1-6,
.sqs-u-5-6,
.sqs-u-1-8,
.sqs-u-3-8,
.sqs-u-5-8,
.sqs-u-7-8,
.sqs-u-1-12,
.sqs-u-5-12,
.sqs-u-7-12,
.sqs-u-11-12,
.sqs-u-1-24,
.sqs-u-5-24,
.sqs-u-7-24,
.sqs-u-11-24,
.sqs-u-13-24,
.sqs-u-17-24,
.sqs-u-19-24,
.sqs-u-23-24 {
  display: inline-block;
  zoom: 1;
  *display: inline;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}

.sqs-u-1 {
  display: block;
}

.sqs-u-1-2 {
  width: 50%;
}

.sqs-u-1-3 {
  width: 33.33333%;
}

.sqs-u-2-3 {
  width: 66.66666%;
}

.sqs-u-1-4 {
  width: 25%;
}

.sqs-u-3-4 {
  width: 75%;
}

.sqs-u-1-5 {
  width: 20%;
}

.sqs-u-2-5 {
  width: 40%;
}

.sqs-u-3-5 {
  width: 60%;
}

.sqs-u-4-5 {
  width: 80%;
}

.sqs-u-1-6 {
  width: 16.656%;
}

.sqs-u-5-6 {
  width: 83.33%;
}

.sqs-u-1-8 {
  width: 12.5%;
}

.sqs-u-3-8 {
  width: 37.5%;
}

.sqs-u-5-8 {
  width: 62.5%;
}

.sqs-u-7-8 {
  width: 87.5%;
}

.sqs-u-1-12 {
  width: 8.3333%;
}

.sqs-u-5-12 {
  width: 41.6666%;
}

.sqs-u-7-12 {
  width: 58.3333%;
}

.sqs-u-11-12 {
  width: 91.6666%;
}

.sqs-u-1-24 {
  width: 4.1666%;
}

.sqs-u-5-24 {
  width: 20.8333%;
}

.sqs-u-7-24 {
  width: 29.1666%;
}

.sqs-u-11-24 {
  width: 45.8333%;
}

.sqs-u-13-24 {
  width: 54.1666%;
}

.sqs-u-17-24 {
  width: 70.8333%;
}

.sqs-u-19-24 {
  width: 79.1666%;
}

.sqs-u-23-24 {
  width: 95.8333%;
}

#sqs-css-stamp.cssgrids {
  display: none;
}

.yui3-widget-hidden {
  display: none;
}

.yui3-widget-content {
  overflow: hidden;
}

.yui3-widget-content-expanded {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}

.yui3-widget-tmp-forcesize {
  overflow: hidden !important;
}

.sqs-panel {
  position: absolute;
}

.sqs-panel-hidden {
  visibility: hidden;
}

.sqs-widget-tmp-forcesize .sqs-panel-content {
  overflow: hidden !important;
}

.sqs-panel .sqs-widget-hd {
  position: relative;
}

.sqs-panel .sqs-widget-hd .sqs-widget-buttons {
  position: absolute;
  top: 0;
  right: 0;
}

.sqs-panel .sqs-widget-ft .sqs-widget-buttons {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.yui3-slider,
.yui3-slider-rail {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
}

.yui3-slider-content {
  position: relative;
  display: block;
}

.yui3-slider-rail {
  position: relative;
}

.yui3-slider-rail-cap-top,
.yui3-slider-rail-cap-left,
.yui3-slider-rail-cap-bottom,
.yui3-slider-rail-cap-right,
.yui3-slider-thumb,
.yui3-slider-thumb-image,
.yui3-slider-thumb-shadow {
  position: absolute;
}

.yui3-slider-thumb {
  overflow: hidden;
}

.sqs-aclist,
.yui3-aclist {
  position: absolute;
  z-index: 1;
}

.sqs-aclist-hidden,
.yui3-aclist-hidden {
  visibility: hidden;
}

.sqs-aclist-aria,
.yui3-aclist-aria {
  left: -9999px;
  position: absolute;
}

.sqs-aclist-list,
.yui3-aclist-list {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.sqs-aclist-item,
.yui3-aclist-item {
  cursor: pointer;
  list-style: none;
  padding: 2px 5px;
}

.sqs-aclist-item-active,
.yui3-aclist-item-active {
  outline: #afafaf dotted thin;
}

body.sqs-search-ui {
  background: red;
  overflow: hidden;
  color: red;
}

body.sqs-search-ui-fullscreen.no-scroll {
  position: static;
}

.sqs-search-ui-input-box {
  padding-bottom: 10px;
}

body.sqs-search-ui-fullscreen .sqs-search-ui {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  padding: 200px 100px 50px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  opacity: 0;
}

body.sqs-search-ui-fullscreen .sqs-search-ui .search-result-notice {
  font-size: 12px;
  color: #000;
}

body.sqs-search-ui-fullscreen .sqs-search-ui .search-result-notice.error {
  color: #d10000;
}

body.sqs-search-ui-fullscreen .sqs-search-ui-waiting {
  background: #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: .5;
}

body.sqs-search-ui-fullscreen .sqs-search-ui a {
  color: #999;
  text-decoration: none;
}

body.sqs-search-ui-fullscreen .sqs-search-ui-close {
  -webkit-transition: opacity .1s ease-out;
  -moz-transition: opacity .1s ease-out;
  -o-transition: opacity .1s ease-out;
  transition: opacity .1s ease-out;
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 60px;
  background: transparent url('http://static.squarespace.com/universal/images-v6/icons/icon-closethin-15-dark.png') center center no-repeat;
  z-index: 10100;
  opacity: .4;
  cursor: pointer;
}

body.sqs-search-ui-fullscreen .sqs-search-ui-close:hover {
  opacity: 1;
}

body.sqs-search-ui-fullscreen .sqs-search-ui input {
  border: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin-left: 96px;
  margin-top: 60px;
  font: 500 50px "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  letter-spacing: -.05em;
  outline: none;
}

body.sqs-search-ui-fullscreen .sqs-search-ui input::-webkit-input-placeholder {
  color: #eee;
}

body.sqs-search-ui-fullscreen .sqs-search-ui input:-moz-placeholder {
  color: #eee;
}

body.sqs-search-ui-fullscreen .sqs-search-ui input::selection {
  color: #fff;
  background-color: #000;
}

body.sqs-search-ui-fullscreen .sqs-search-ui input:focus {
  box-shadow: none;
  border: none;
}

body.sqs-search-ui-fullscreen .sqs-search-ui .yui3-aclist,
body.sqs-search-ui-fullscreen .sqs-search-ui .yui3-scrollingautocompletelist {
  margin-left: 96px;
  font-size: 11px;
  line-height: 18px;
  padding-left: 5px;
  position: fixed;
  top: 130px;
  left: 0;
  color: #000;
  background: #fff;
  width: 300px;
}

body.sqs-search-ui-fullscreen .sqs-search-ui .yui3-aclist .yui3-aclist-item,
body.sqs-search-ui-fullscreen .sqs-search-ui .yui3-scrollingautocompletelist .yui3-aclist-item {
  list-style: none;
  margin-top: 2px;
}

body.sqs-search-ui-fullscreen .sqs-search-ui .yui3-aclist .yui3-aclist-item-active,
body.sqs-search-ui-fullscreen .sqs-search-ui .yui3-scrollingautocompletelist .yui3-aclist-item-active {
  outline: none;
  color: #000;
  font-weight: bold;
}

body.sqs-search-ui-fullscreen .sqs-search-ui-filters {
  float: right;
  right: 100px;
  top: 200px;
  width: 150px;
  text-align: left;
  font-size: 11px;
  color: #333;
  line-height: 18px;
  padding: 10px;
  padding-right: 100px;
}

body.sqs-search-ui-fullscreen .sqs-search-ui-filters strong {
  color: #666;
  padding-bottom: 9px;
  display: block;
  border-top: 1px solid #eee;
  padding-top: 16px;
}

body.sqs-search-ui-fullscreen .sqs-search-ui-filters a {
  color: #666 !important;
  border-bottom: 0px !important;
  cursor: pointer;
}

body.sqs-search-ui-fullscreen .sqs-search-ui-filters a:hover {
  color: #000 !important;
}

body.sqs-search-ui-fullscreen .sqs-search-ui-filters a .count {
  color: #bbb;
  padding-left: 2px;
  font-size: 9px;
}

body.sqs-search-ui-fullscreen .sqs-search-ui-filters ul {
  margin: 0;
  padding: 0;
}

body.sqs-search-ui-fullscreen .sqs-search-ui-filters li {
  list-style: none;
  margin: 0;
  padding: 0;
}

body.sqs-search-ui-fullscreen .sqs-search-ui-filters li.active a {
  font-weight: bold;
  color: #000 !important;
}

body.sqs-search-ui-fullscreen .sqs-search-ui-filters>ul>li {
  margin-bottom: 20px;
}

body.sqs-search-ui-fullscreen .sqs-search-ui-filters>ul>li strong {
  text-transform: ;
}

body.sqs-search-ui-fullscreen .sqs-search-ui-filters>ul>li:last-child {
  margin-bottom: 0;
}

body.sqs-search-ui-fullscreen .sqs-search-ui-list {
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  top: 200px;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: 84px;
  margin-top: -1px;
}

body.sqs-search-ui-fullscreen .sqs-search-ui-list .search-results {
  margin-right: 300px;
  position: absolute;
}

body.sqs-search-ui-fullscreen .sqs-search-ui-pagination {
  display: none;
}

body.sqs-search-ui-fullscreen .sqs-search-ui-item {
  padding: 16px;
  position: relative;
  zoom: 1;
  cursor: pointer;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

body.sqs-search-ui-fullscreen .sqs-search-ui-item:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}

body.sqs-search-ui-fullscreen .sqs-search-ui-item.active {
  background: #f6f6f6;
}

body.sqs-search-ui-fullscreen .sqs-search-ui-item:hover {
  background: #f6f6f6;
}

body.sqs-search-ui-fullscreen .sqs-search-ui-item:first-child {
  margin-top: 0;
}

body.sqs-search-ui-fullscreen .sqs-search-ui-item img {
  height: 50px;
  width: 50px;
  float: left;
  margin-right: 16px;
}

body.sqs-search-ui-fullscreen .sqs-search-ui-item mark {
  font-weight: bold;
}

body.sqs-search-ui-fullscreen .sqs-search-ui-item em {
  background-color: #ffffe1;
  color: #222;
  font-style: normal;
}

body.sqs-search-ui-fullscreen .sqs-search-ui-item .sqs-title {
  font: 400 16px "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  margin-bottom: 4px;
  color: #333;
}

body.sqs-search-ui-fullscreen .sqs-search-ui-item .sqs-title .record-type {
  font-weight: 200;
  color: #888;
  font-size: 11px;
  padding-left: 7px;
  display: none;
}

body.sqs-search-ui-fullscreen .sqs-search-ui-item .sqs-title .edit {
  -webkit-transition: color, background-color .1s ease-out;
  -moz-transition: color, background-color .1s ease-out;
  -o-transition: color, background-color .1s ease-out;
  transition: color, background-color .1s ease-out;
  background: #f2f2f2;
  color: #111;
  font-size: 10px;
  padding: 2px 10px;
  border-radius: 10px;
  margin-left: 6px;
}

body.sqs-search-ui-fullscreen .sqs-search-ui-item .sqs-title .edit:hover {
  background: #111;
  color: #fff;
}

body.sqs-search-ui-fullscreen .sqs-search-ui-item .sqs-content {
  color: #888;
  font: 400 12px/18px "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

body.sqs-search-ui-fullscreen .sqs-search-ui-item .sqs-content span {
  margin: 2px 0;
}

body.sqs-search-ui-fullscreen .sqs-search-ui-item .sqs-content span:first-child {
  display: none;
}

body.sqs-search-ui-fullscreen .sqs-search-ui-item.sqs-post-type-comment .sqs-content strong {
  color: #555;
}

body.sqs-search-ui-fullscreen .sqs-search-ui .loading {
  opacity: .75;
}

body.sqs-search-ui-fullscreen .sqs-search-ui .loading .desc {
  display: block;
  float: left;
  padding-top: 4px;
  padding-left: 12px;
}

body.sqs-search-ui-fullscreen .sqs-search-ui .loading .spinner-wrapper {
  display: block;
  float: left;
}

@media screen and (max-width:600px) {
  .sqs-search-ui {
    padding: 80px 50px 0 50px;
  }

  .sqs-search-ui-filters {
    display: none;
  }

  .sqs-search-ui-list {
    top: 160px;
  }

  .sqs-search-ui-list .search-results {
    margin-right: 0px;
  }

  .sqs-search-ui input {
    padding-left: 0;
    top: 0;
    right: 0;
    margin-left: 0;
    margin-top: 0;
    position: relative;
    font-size: 30px !important;
  }
}

/* squarespace LESS Compiler  (less.js language v1.3.3)  */
/* ---------- layout-display.less ---------- */
/* Everything you need to render a layout (even while logged out) */
/* All grid and block code. */
/* ---------- grid.less ---------- */
/* ---------- grid-vertical.less ---------- */
.sqs-block.vsize-1 .sqs-block-content {
  height: 34px;
}

.sqs-block.vsize-2 .sqs-block-content {
  height: 68px;
}

.sqs-block.vsize-3 .sqs-block-content {
  height: 102px;
}

.sqs-block.vsize-4 .sqs-block-content {
  height: 136px;
}

.sqs-block.vsize-5 .sqs-block-content {
  height: 170px;
}

.sqs-block.vsize-6 .sqs-block-content {
  height: 204px;
}

.sqs-block.vsize-7 .sqs-block-content {
  height: 238px;
}

.sqs-block.vsize-8 .sqs-block-content {
  height: 272px;
}

.sqs-block.vsize-9 .sqs-block-content {
  height: 306px;
}

.sqs-block.vsize-10 .sqs-block-content {
  height: 340px;
}

.sqs-block.vsize-11 .sqs-block-content {
  height: 374px;
}

.sqs-block.vsize-12 .sqs-block-content {
  height: 408px;
}

.sqs-block.vsize-13 .sqs-block-content {
  height: 442px;
}

.sqs-block.vsize-14 .sqs-block-content {
  height: 476px;
}

.sqs-block.vsize-15 .sqs-block-content {
  height: 510px;
}

.sqs-block.vsize-16 .sqs-block-content {
  height: 544px;
}

.sqs-block.vsize-17 .sqs-block-content {
  height: 578px;
}

.sqs-block.vsize-18 .sqs-block-content {
  height: 612px;
}

.sqs-block.vsize-19 .sqs-block-content {
  height: 646px;
}

.sqs-block.vsize-20 .sqs-block-content {
  height: 680px;
}

.sqs-block.vsize-21 .sqs-block-content {
  height: 714px;
}

.sqs-block.vsize-22 .sqs-block-content {
  height: 748px;
}

.sqs-block.vsize-23 .sqs-block-content {
  height: 782px;
}

.sqs-block.vsize-24 .sqs-block-content {
  height: 816px;
}

.sqs-block.vsize-25 .sqs-block-content {
  height: 850px;
}

.sqs-block.vsize-26 .sqs-block-content {
  height: 884px;
}

.sqs-block.vsize-27 .sqs-block-content {
  height: 918px;
}

.sqs-block.vsize-28 .sqs-block-content {
  height: 952px;
}

.sqs-block.vsize-29 .sqs-block-content {
  height: 986px;
}

.sqs-block.vsize-30 .sqs-block-content {
  height: 1020px;
}

.sqs-row {
  width: auto !important;
  *zoom: 1;
}

.sqs-row:before,
.sqs-row:after {
  content: "";
  display: table;
}

.sqs-row:after {
  clear: both;
}

[class*=sqs-col] {
  float: left;
}

[class*=sqs-col] .sqs-block {
  padding-left: 17px;
  padding-right: 17px;
}

[class*=sqs-col]:last-child {
  padding-right: 0;
}

.sqs-col-12 {
  width: 100%;
}

.sqs-col-12 .sqs-col-12 {
  width: 100%;
}

.sqs-col-12 .sqs-col-11 {
  width: 91.6667%;
}

.sqs-col-12 .sqs-col-10 {
  width: 83.3333%;
}

.sqs-col-12 .sqs-col-9 {
  width: 75%;
}

.sqs-col-12 .sqs-col-8 {
  width: 66.6667%;
}

.sqs-col-12 .sqs-col-7 {
  width: 58.3333%;
}

.sqs-col-12 .sqs-col-6 {
  width: 50%;
}

.sqs-col-12 .sqs-col-5 {
  width: 41.6667%;
}

.sqs-col-12 .sqs-col-4 {
  width: 33.3333%;
}

.sqs-col-12 .sqs-col-3 {
  width: 25%;
}

.sqs-col-12 .sqs-col-2 {
  width: 16.6667%;
}

.sqs-col-12 .sqs-col-1 {
  width: 8.3333%;
}

.sqs-col-11 {
  width: 91.6667%;
}

.sqs-col-11 .sqs-col-11 {
  width: 100%;
}

.sqs-col-11 .sqs-col-10 {
  width: 90.9091%;
}

.sqs-col-11 .sqs-col-9 {
  width: 81.8182%;
}

.sqs-col-11 .sqs-col-8 {
  width: 72.7273%;
}

.sqs-col-11 .sqs-col-7 {
  width: 63.6364%;
}

.sqs-col-11 .sqs-col-6 {
  width: 54.5455%;
}

.sqs-col-11 .sqs-col-5 {
  width: 45.4545%;
}

.sqs-col-11 .sqs-col-4 {
  width: 36.3636%;
}

.sqs-col-11 .sqs-col-3 {
  width: 27.2727%;
}

.sqs-col-11 .sqs-col-2 {
  width: 18.1818%;
}

.sqs-col-11 .sqs-col-1 {
  width: 9.0909%;
}

.sqs-col-10 {
  width: 83.3333%;
}

.sqs-col-10 .sqs-col-10 {
  width: 100%;
}

.sqs-col-10 .sqs-col-9 {
  width: 90%;
}

.sqs-col-10 .sqs-col-8 {
  width: 80%;
}

.sqs-col-10 .sqs-col-7 {
  width: 70%;
}

.sqs-col-10 .sqs-col-6 {
  width: 60%;
}

.sqs-col-10 .sqs-col-5 {
  width: 50%;
}

.sqs-col-10 .sqs-col-4 {
  width: 40%;
}

.sqs-col-10 .sqs-col-3 {
  width: 30%;
}

.sqs-col-10 .sqs-col-2 {
  width: 20%;
}

.sqs-col-10 .sqs-col-1 {
  width: 10%;
}

.sqs-col-9 {
  width: 75%;
}

.sqs-col-9 .sqs-col-9 {
  width: 100%;
}

.sqs-col-9 .sqs-col-8 {
  width: 88.8889%;
}

.sqs-col-9 .sqs-col-7 {
  width: 77.7778%;
}

.sqs-col-9 .sqs-col-6 {
  width: 66.6667%;
}

.sqs-col-9 .sqs-col-5 {
  width: 55.5556%;
}

.sqs-col-9 .sqs-col-4 {
  width: 44.4444%;
}

.sqs-col-9 .sqs-col-3 {
  width: 33.3333%;
}

.sqs-col-9 .sqs-col-2 {
  width: 22.2222%;
}

.sqs-col-9 .sqs-col-1 {
  width: 11.1111%;
}

.sqs-col-8 {
  width: 66.6667%;
}

.sqs-col-8 .sqs-col-8 {
  width: 100%;
}

.sqs-col-8 .sqs-col-7 {
  width: 87.5%;
}

.sqs-col-8 .sqs-col-6 {
  width: 75%;
}

.sqs-col-8 .sqs-col-5 {
  width: 62.5%;
}

.sqs-col-8 .sqs-col-4 {
  width: 50%;
}

.sqs-col-8 .sqs-col-3 {
  width: 37.5%;
}

.sqs-col-8 .sqs-col-2 {
  width: 25%;
}

.sqs-col-8 .sqs-col-1 {
  width: 12.5%;
}

.sqs-col-7 {
  width: 58.3333%;
}

.sqs-col-7 .sqs-col-7 {
  width: 100%;
}

.sqs-col-7 .sqs-col-6 {
  width: 85.7143%;
}

.sqs-col-7 .sqs-col-5 {
  width: 71.4286%;
}

.sqs-col-7 .sqs-col-4 {
  width: 57.1429%;
}

.sqs-col-7 .sqs-col-3 {
  width: 42.8571%;
}

.sqs-col-7 .sqs-col-2 {
  width: 28.5714%;
}

.sqs-col-7 .sqs-col-1 {
  width: 14.2857%;
}

.sqs-col-6 {
  width: 50%;
}

.sqs-col-6 .sqs-col-6 {
  width: 100%;
}

.sqs-col-6 .sqs-col-5 {
  width: 83.3333%;
}

.sqs-col-6 .sqs-col-4 {
  width: 66.6667%;
}

.sqs-col-6 .sqs-col-3 {
  width: 50%;
}

.sqs-col-6 .sqs-col-2 {
  width: 33.3333%;
}

.sqs-col-6 .sqs-col-1 {
  width: 16.6667%;
}

.sqs-col-5 {
  width: 41.6667%;
}

.sqs-col-5 .sqs-col-5 {
  width: 100%;
}

.sqs-col-5 .sqs-col-4 {
  width: 80%;
}

.sqs-col-5 .sqs-col-3 {
  width: 60%;
}

.sqs-col-5 .sqs-col-2 {
  width: 40%;
}

.sqs-col-5 .sqs-col-1 {
  width: 20%;
}

.sqs-col-4 {
  width: 33.3333%;
}

.sqs-col-4 .sqs-col-4 {
  width: 100%;
}

.sqs-col-4 .sqs-col-3 {
  width: 75%;
}

.sqs-col-4 .sqs-col-2 {
  width: 50%;
}

.sqs-col-4 .sqs-col-1 {
  width: 25%;
}

.sqs-col-3 {
  width: 18%;
}

.sqs-col-3 .sqs-col-3 {
  width: 100%;
}

.sqs-col-3 .sqs-col-2 {
  width: 66.6667%;
}

.sqs-col-3 .sqs-col-1 {
  width: 33.3333%;
}

.sqs-col-2 {
  width: 16.6667%;
}

.sqs-col-2 .sqs-col-2 {
  width: 100%;
}

.sqs-col-2 .sqs-col-1 {
  width: 50%;
}

.sqs-col-1 {
  width: 8.3333%;
}

.sqs-col-1 .sqs-col-1 {
  width: 100%;
}

.sqs-layout>.sqs-row {
  margin-left: -17px;
  margin-right: -17px;
}

.sqs-layout:not(.sqs-editing) .sqs-row .sqs-block:not(.float):first-child {
  padding-top: 0;
}

.sqs-layout:not(.sqs-editing) .sqs-block+.sqs-row .sqs-block:not(.float):first-child {
  padding-top: 17px;
}

.sqs-layout:not(.sqs-editing) .sqs-row+.sqs-row .sqs-block:not(.float):first-child {
  padding-top: 17px;
}

.sqs-layout:not(.sqs-editing) .sqs-row .sqs-block:last-child {
  padding-bottom: 0;
}

.sqs-layout:not(.sqs-editing)>.sqs-row:first-child>[class*=sqs-col]:first-child>.sqs-block:last-child,
.sqs-layout:not(.sqs-editing) .sqs-block+.sqs-row .sqs-block:not(.float):last-child {
  padding-bottom: 17px;
}

.sqs-layout:not(.sqs-editing) .sqs-row+.sqs-row:not(:last-child) .sqs-block:last-child {
  padding-bottom: 17px;
}

.sqs-block.sized .sqs-block-content {
  overflow: hidden;
}

.text-align-center {
  text-align: center;
}

.text-align-right {
  text-align: right;
}

.columns-1 [class*=sqs-col-] {
  width: 100% !important;
}

.sqs-block .state-message,
.sqs-state-message {
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 13px;
  line-height: 22px;
  padding: 19px;
  padding-left: 60px;
  color: #333;
  position: relative;
  background-color: rgba(128, 128, 128, .15000000000000002);
}

.sqs-block .state-message:after,
.sqs-state-message:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  width: 60px;
  background: transparent url(/universal/images-v6/icons/block-indicator-dark.png) no-repeat center;
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dppx) {

  .sqs-block .state-message:after,
  .sqs-state-message:after {
    background-image: url('/universal/images-v6/icons/block-indicator-dark@2x.png');
    background-size: 22px;
  }
}

.sqs-block .state-message.information,
.sqs-state-message.information {
  background: #222;
  padding: 30px 20px;
  text-align: center;
  color: #999;
  font-size: 11px;
}

.sqs-block .state-message .title,
.sqs-state-message .title {
  color: #eee;
  padding-bottom: 8px;
  font-size: 14px;
}

.sqs-col-0 {
  width: 0;
  display: none;
}

.sqs-block {
  position: relative;
  clear: both;
  height: auto;
  outline: 1px solid transparent;
  -webkit-transition: outline .1s ease-in-out;
  -moz-transition: outline .1s ease-in-out;
  -o-transition: outline .1s ease-in-out;
  transition: outline .1s ease-in-out;
  padding-top: 17px;
  padding-bottom: 17px;
}

.sqs-layout.sqs-editing .sqs-block.sqs-block-focused:not(.sqs-block-html),
.sqs-layout.sqs-editing .sqs-block.sqs-block-editing:not(.sqs-block-html),
html:not(.blogapp) .sqs-layout.sqs-editing .sqs-block.sqs-block.sqs-selected,
html:not(.blogapp) .sqs-layout.sqs-editing .sqs-block.sqs-block-editable:hover,
.sqs-layout.sqs-editing .sqs-block.sqs-confirmation-open {
  outline: 1px solid rgba(0, 0, 0, .08);
}

html.ua-gecko-old .sqs-layout.sqs-editing .sqs-block.sqs-block-focused:not(.sqs-block-html),
html.ua-gecko-old .sqs-layout.sqs-editing .sqs-block.sqs-block-editing:not(.sqs-block-html),
html.ua-gecko-old .sqs-layout.sqs-editing .sqs-block.sqs-block.sqs-selected,
html.ua-gecko-old .sqs-layout.sqs-editing .sqs-block.sqs-block-editable:hover,
html.ua-gecko-old .sqs-layout.sqs-editing .sqs-block.sqs-confirmation-open {
  outline: none !important;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .08) !important;
}

.sqs-layout.sqs-editing .sqs-block.sqs-block-focused.sqs-block-html:hover,
.sqs-layout.sqs-editing .sqs-block.sqs-block.sqs-selected.sqs-block-html.sqs-block-editing {
  outline: 1px solid transparent !important;
}

html.ua-gecko-old .sqs-layout.sqs-editing .sqs-block.sqs-block-focused.sqs-block-html:hover,
html.ua-gecko-old .sqs-layout.sqs-editing .sqs-block.sqs-block.sqs-selected.sqs-block-html.sqs-block-editing {
  outline: none !important;
  box-shadow: 0 0 0 1px transparent !important;
}

.sqs-layout.sqs-editing .sqs-block.sqs-dd-dragging,
.sqs-layout.sqs-editing .sqs-block.yui3-dd-dragging {
  z-index: 9995 !important;
  opacity: .3;
  -webkit-transition: opacity .15s ease-in-out, -webkit-transform .15s ease-in-out;
  -moz-transition: opacity .15s ease-in-out, -webkit-transform .15s ease-in-out;
  -o-transition: opacity .15s ease-in-out, -webkit-transform .15s ease-in-out;
  transition: opacity .15s ease-in-out, -webkit-transform .15s ease-in-out;
}

html .sqs-block.sqs-block-editable:not(.sqs-block-editing) {
  cursor: url(/universal/images-v6/grab.cur) 8 8, move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
}

html .sqs-block.sqs-block-editable:not(.sqs-block-editing) .sqs-dd-invalid-handle {
  cursor: default;
}

html.sqs-dragging-block * {
  cursor: url(/universal/images-v6/grabbing.cur) 8 8, move !important;
  cursor: -webkit-grabbing !important;
  cursor: -moz-grabbing !important;
}

html .sqs-block.sqs-block-html .sqs-block-content {
  cursor: auto;
}

.sqs-block.sqs-block-code img {
  max-width: 100%;
}

.sqs-block-hidden {
  height: 0;
  overflow: hidden;
}

.yui3-overlay-hidden {
  display: none;
}

.sqs-editing-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 255, .01);
  -moz-user-select: none;
  -webkit-user-select: none;
}

.sqs-locked-height .sqs-editing-overlay {
  background-color: rgba(255, 255, 255, .5);
}

body.sqs-dragging .sqs-layout .sqs-content-overlay {
  display: block !important;
}

.sqs-content-overlay {
  position: absolute;
  left: 0;
  width: 100%;
}

[class*=aspect-overlay] {
  padding-bottom: 20px;
  position: absolute;
}

[class*=aspect-overlay] .yui3-overlay-content {
  background: rgba(0, 0, 0, .9);
  color: #fff;
  font: 12px/24px 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-align: center;
  width: 50px;
  border-radius: 5px;
}

.sqs-block .yui3-resize-handle {
  display: none;
  position: absolute;
  height: 50px;
  width: 50px;
}

.sqs-block .yui3-resize-handles-wrapper {
  z-index: 10;
}

.sqs-block .yui3-resize-handle-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -7px;
  height: 13px;
  width: 13px;
  border-radius: 100px;
  background-color: grey;
}

.sqs-block .yui3-resize-handle-b {
  margin-bottom: -25px;
  margin-left: -25px;
  bottom: -1px;
  left: 50%;
  cursor: row-resize;
}

.sqs-block .yui3-resize-handle-l {
  left: 0;
  top: 0;
  bottom: 0;
  width: 10px;
  cursor: col-resize;
}

.sqs-block .yui3-resize-handle-r {
  right: 0;
  top: 0;
  bottom: 0;
  width: 10px;
  cursor: col-resize;
}

.sqs-block .yui3-resize-handle.sqs-dd-dragging .yui3-resize-handle,
.sqs-block .yui3-resize-handle.yui3-dd-dragging .yui3-resize-handle {
  display: none;
}

.sqs-block[class*=focused] .yui3-resize-handle,
.sqs-block.sqs-block-editing .yui3-resize-handle {
  display: block;
  z-index: 9999;
}

.sqs-block[class*=float] {
  z-index: 10 !important;
  clear: none;
}

.sqs-block[class*=float-left] {
  float: left;
  margin-right: 17px;
}

.sqs-block[class*=float-left]+.sqs-block[class*=float-left] {
  clear: left;
}

.sqs-block[class*=float-right] {
  float: right;
  margin-left: 17px;
}

.sqs-block[class*=float-right]+.sqs-block[class*=float-right] {
  clear: right;
}

.sqs-remove-button {
  position: absolute !important;
  border-radius: 100px;
  background: #111 url('icon_close_14_light.png') center center no-repeat;
  background-size: 7px;
  cursor: pointer;
}

body.sqs-index .sqs-remove-button {
  background: #111 url('/universal/images-v6/icons/icon_close_14_light.png') center center no-repeat;
}

.sqs-block-error {
  padding-top: 12px;
  padding-bottom: 12px;
}

.sqs-block-error .sqs-block-content {
  border: 1px solid #ddd;
  background: #eee;
  text-align: center;
  color: #333;
}

html.blogapp .sqs-block-error {
  padding-top: 17px;
  padding-bottom: 17px;
}

html.blogapp .sqs-block-error .sqs-block-content {
  padding: 6px 12px;
}

html.blogapp .sqs-state-message,
html.blogapp .state-message {
  display: block;
  border: 1px solid #ddd;
  padding: 6px 12px;
  background: #eee;
  text-align: center;
  color: #333;
}

.sqs-block .sqs-intrinsic {
  position: relative !important;
}

.sqs-block .sqs-intrinsic .sqs-intrinsic-content {
  position: absolute !important;
  top: 0;
  left: 0;
  height: 100%;
  max-width: none;
  width: 100%;
}

/* GLOBAL UI FONT
-----------------------------------------------*/
/* FONT FILES & FAMILY
-------------------------------------------------*/
@font-face {
  font-family: 'squarespace-ui-font';
  src: url('http://static.squarespace.com/universal/fonts/squarespace-ui-font.eot');
  src: url('http://static.squarespace.com/universal/fonts/squarespace-ui-font.eot?#iefix') format('embedded-opentype'), url('http://static.squarespace.com/universal/fonts/squarespace-ui-font.svg#squarespace-ui-font') format('svg'), url('http://static.squarespace.com/universal/fonts/squarespace-ui-font.woff') format('woff'), url('http://static.squarespace.com/universal/fonts/squarespace-ui-font.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.sqs-ui-font-family {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}

/* FONT SIZE
-------------------------------------------------*/
/* USE FONT VIA A CLASSNAME
-------------------------------------------------*/
[class^="sqs-ui-font-"]:before,
[class*=" sqs-ui-font-"]:before {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}

/* USE FONT VIA [data-icon]
-------------------------------------------------*/
[data-icon]:before {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: attr(data-icon);
}

/* INJECT FONT AS A MIXIN
-------------------------------------------------*/
/* Fallback */
/* PAGINATION
-----------------------------------------------*/
#list-paging a,
#item-paging a {
  text-decoration: none;
}

#list-paging a.newer .pagination-icon:before,
#item-paging a.newer .pagination-icon:before {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\e000";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

#list-paging a.newer .pagination-icon:before,
#item-paging a.newer .pagination-icon:before {
  font-size: 16px;
  width: 16px;
  height: 16px;
  line-height: 16px;
}

#list-paging a.newer .pagination-icon:before,
#item-paging a.newer .pagination-icon:before {
  font-size: inherit;
  width: 16px;
  height: 16px;
  line-height: 16px;
}

#list-paging a.older .pagination-icon:after,
#item-paging a.older .pagination-icon:after {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\e003";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

#list-paging a.older .pagination-icon:after,
#item-paging a.older .pagination-icon:after {
  font-size: 16px;
  width: 16px;
  height: 16px;
  line-height: 16px;
}

#list-paging a.older .pagination-icon:after,
#item-paging a.older .pagination-icon:after {
  font-size: inherit;
  width: 16px;
  height: 16px;
  line-height: 16px;
}

#list-paging,
#item-paging {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  margin: 3em 0 0 0;
}

#list-paging a,
#item-paging a {
  padding: 1.5em 0;
  display: inline-block;
  width: 48%;
}

#list-paging a.newer .pagination-icon,
#item-paging a.newer .pagination-icon {
  margin-right: .5em;
}

#list-paging a.newer:after,
#item-paging a.newer:after {
  content: "Newer";
}

#list-paging a.older,
#item-paging a.older {
  float: right;
  text-align: right;
}

#list-paging a.older .pagination-icon,
#item-paging a.older .pagination-icon {
  margin-left: .5em;
}

#list-paging a.older:before,
#item-paging a.older:before {
  content: "Older";
}

#list-paging a.disabled,
#item-paging a.disabled {
  color: #ddd;
}

/* LIKE AND SHARE
--------------------------------------------*/
.like-share {
  float: right;
}

.like-share .sqs-simple-like {
  display: inline-block;
  margin-right: .5em;
}

.like-share .sqs-simple-like .like-icon {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

.like-share .squarespace-social-buttons {
  display: inline-block;
  margin-right: .5em;
}

.like-share .squarespace-social-buttons .ss-social-button-icon {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

.like-share.empty {
  display: none;
}

.sqs-system-button-style-mixin {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 1em 2.5em;
  color: #fff;
  background-color: #272727;
  border-width: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1em;
  font-weight: normal;
  font-style: normal;
  text-transform: ;
  letter-spacing: 0px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Products - List View 
****************************************************/
#productList {
  width: 103%;
  margin-left: -3%;
  margin-top: -3%;
  overflow: hidden;
  clear: both;
}

#productList .product {
  float: left;
  margin-left: 2.912621359223301%;
  margin-top: 3%;
  width: 30.420711974110034%;
  cursor: pointer;
  position: relative;
}

#productList .product .product-image {
  -webkit-transition: opacity .14s ease-out;
}

#productList .product .product-image .intrinsic {
  padding-bottom: 100%;
  line-height: 0;
  position: relative;
  overflow: hidden;
}

#productList .product .product-image .intrinsic>div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0);
}

#productList .product .product-image img {
  -webkit-transition: opacity .3s ease-out;
  -moz-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}

#productList .product .product-mark {
  position: absolute;
  top: 15px;
  right: 0;
  background: #222;
  padding: 6px 8px;
  color: #fff;
  line-height: 1em;
  text-transform: ;
  -webkit-font-smoothing: antialiased;
}

#productList .product .product-title {
  font-size: 15px;
  line-height: 1.5em;
  margin-top: 1em;
}

#productList .product .product-price {
  font-size: 12px;
  display: none;
}

#productList .product .product-price .original-price {
  text-decoration: line-through;
  opacity: .7;
  filter: alpha(opacity=70);
}

#productList .product .product-price .strikeout {
  text-decoration: line-through;
}

#productList .product:hover .product-image img {
  opacity: .8;
  filter: alpha(opacity=80);
}

#productList .product:nth-child(3n+1) {
  clear: left;
}

#productList ul.pagination {
  clear: both;
  margin-top: 15px;
  margin-left: 2.912621359223301%;
}

#productList ul.pagination li {
  display: inline-block;
}

#productList ul.pagination li.previous-page {
  text-align: left;
}

#productList ul.pagination li.next-page {
  text-align: right;
}

.product-list-alignment-center #productList .product-title,
.product-list-alignment-center #productList .product-price {
  text-align: center;
}

.product-item-size-11-square #productList .product .product-image .intrinsic {
  padding-bottom: 100%;
}

.product-item-size-32-standard #productList .product .product-image .intrinsic {
  padding-bottom: 66.666%;
}

.product-item-size-23-standard-vertical #productList .product .product-image .intrinsic {
  padding-bottom: 150%;
}

.product-item-size-43-four-thirds #productList .product .product-image .intrinsic {
  padding-bottom: 75%;
}

.product-item-size-169-widescreen #productList .product .product-image .intrinsic {
  padding-bottom: 56.25%;
}

@media only screen and (min-width: 925px) {
  .no-touch .product-list-titles-overlay #productList .product {
    overflow: hidden;
  }

  .no-touch .product-list-titles-overlay #productList .product .product-image {
    margin: 0;
  }

  .no-touch .product-list-titles-overlay #productList .product .product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    -webkit-font-smoothing: antialiased;
  }

  .no-touch .product-list-titles-overlay #productList .product .product-mark {
    font-size: 12px;
    line-height: normal;
  }

  .no-touch .product-list-titles-overlay #productList .product .product-meta {
    position: absolute;
    width: 80%;
    margin: 0 10%;
    top: 50%;
  }

  .no-touch .product-list-titles-overlay #productList .product .product-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5em;
    color: #fff;
  }

  .no-touch .product-list-titles-overlay #productList .product .product-price {
    font-size: 13px;
    line-height: normal;
    color: #fff;
  }

  .no-touch .product-list-titles-overlay #productList .product .product-overlay {
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    filter: alpha(opacity=0);
  }

  .no-touch .product-list-titles-overlay #productList .product .product-mark {
    opacity: 1;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    filter: alpha(opacity=100);
  }

  .no-touch .product-list-titles-overlay #productList .product .product-meta {
    opacity: 0;
    -webkit-transition: opacity .35s cubic-bezier(0, 0, 1, 1);
    -moz-transition: opacity .35s cubic-bezier(0, 0, 1, 1);
    -o-transition: opacity .35s cubic-bezier(0, 0, 1, 1);
    transition: opacity .35s cubic-bezier(0, 0, 1, 1);
    filter: alpha(opacity=0);
  }

  .no-touch .product-list-titles-overlay #productList .product .product-title {
    margin-top: 5px;
    -webkit-transition: margin .3s cubic-bezier(0, 0, .28, 1);
    -moz-transition: margin .3s cubic-bezier(0, 0, .28, 1);
    -o-transition: margin .3s cubic-bezier(0, 0, .28, 1);
    transition: margin .3s cubic-bezier(0, 0, .28, 1);
  }

  .no-touch .product-list-titles-overlay #productList .product .product-title,
  .no-touch .product-list-titles-overlay #productList .product .product-price {
    text-align: center;
  }

  .no-touch .product-list-titles-overlay #productList .product:hover .product-overlay {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  .no-touch .product-list-titles-overlay #productList .product:hover .product-mark {
    opacity: 0;
    filter: alpha(opacity=0);
  }

  .no-touch .product-list-titles-overlay #productList .product:hover .product-meta {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  .no-touch .product-list-titles-overlay #productList .product:hover .product-title {
    margin-top: 0;
  }
}

.product-list-titles-under .product-meta {
  margin-top: 0 !important;
}

.show-product-price #productList .product .product-price {
  display: block;
}

.sqs-style-mode .product-overlay {
  opacity: 1 !important;
}

.sqs-style-mode .product-mark {
  opacity: 0 !important;
}

.sqs-style-mode .product-meta {
  opacity: 1 !important;
}

/* Products - Item View 
****************************************************/
#productNav {
  text-transform: ;
  margin-bottom: 30px;
  display: none;
}

.product-title.mobile {
  display: none;
}

#productDetails {
  position: relative;
  float: right;
  width: 48.5%;
}

#productDetails .product-title {
  margin: 0 0 .5em;
}

#productDetails .product-mark {
  float: right;
  background: #222;
  padding: 6px 8px;
  color: #fff;
  line-height: 1em;
  text-transform: ;
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 12px;
}

#productDetails .product-price {
  margin: 1em 0;
  font-size: 16px;
}

#productDetails .product-price input {
  width: 130px;
  height: 30px;
  padding-left: 5px;
}

#productDetails .product-price .minimum-price {
  margin-top: 3px;
  margin-left: 10px;
}

#productDetails .product-price .original-price {
  text-decoration: line-through;
  opacity: .7;
  filter: alpha(opacity=70);
}

#productDetails .product-price .strikeout {
  text-decoration: line-through;
}

#productDetails .product-variants .variant-option {
  margin: 1.2em 0;
}

#productDetails .product-variants .variant-out-of-stock {
  color: #c00;
}

#productDetails .product-quantity-select {
  margin-top: 1.2em 0;
}

#productDetails input {
  padding: 5px 10px;
  border: 1px solid #ccc;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.product-sharing {
  display: none;
}

.product-social-sharing .product-sharing {
  display: block;
}

#productGallery {
  width: 48.5%;
  float: left;
}

#productGallery .intrinsic {
  max-width: 100%;
}

#productGallery .wrapper {
  padding-bottom: 100%;
  position: relative;
}

#productGallery #productSlideshow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
}

#productGallery #productSlideshow .slide {
  height: 100%;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}

#productGallery #productThumbnails {
  margin-left: -5px;
  visibility: hidden;
  overflow: hidden;
}

#productGallery #productThumbnails .slide {
  width: 50px;
  height: 50px;
  margin: 5px 0 0 5px;
  font-size: 0;
  cursor: pointer;
  float: left;
  background-color: rgba(0, 0, 0, 0);
}

.product-gallery-size-11-square #productGallery .intrinsic .wrapper {
  padding-bottom: 100%;
}

.product-gallery-size-32-standard #productGallery .intrinsic .wrapper {
  padding-bottom: 66.666%;
}

.product-gallery-size-23-standard-vertical #productGallery .intrinsic .wrapper {
  padding-bottom: 150%;
}

.product-gallery-size-43-four-thirds #productGallery .intrinsic .wrapper {
  padding-bottom: 75%;
}

.product-gallery-size-169-widescreen #productGallery .intrinsic .wrapper {
  padding-bottom: 56.25%;
}

.product-description {
  clear: both;
  margin-top: 24px;
}

.show-product-item-nav #productWrapper #productNav {
  display: block;
}

/* SQSP Add to Cart button
****************************************************/
.sqs-add-to-cart-button-wrapper {
  /* Buttons begin hidden and are shown by commerce initializer */
  visibility: hidden;
}

.sqs-add-to-cart-button {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 1em 2.5em;
  color: #fff;
  background-color: #272727;
  border-width: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1em;
  font-weight: normal;
  font-style: normal;
  text-transform: ;
  letter-spacing: 0px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 13px;
}

.sqs-add-to-cart-button-inner {
  position: relative;
}

.sqs-add-to-cart-button.cart-adding .sqs-spin {
  position: absolute;
  top: 50%;
  margin-top: -12px;
}

.sqs-add-to-cart-button.cart-adding .status-text {
  display: inline-block;
  margin-left: 35px;
}

.sqs-add-to-cart-button.cart-added .status-text {
  margin-left: 0;
}

.collection-type-products .sqs-add-to-cart-button {
  margin: 20px 0;
  padding: 1.5em 4em !important;
}

/* SQSP Donate button
****************************************************/
.sqs-donate-button {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 1em 2.5em;
  color: #fff;
  background-color: #272727;
  border-width: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1em;
  font-weight: normal;
  font-style: normal;
  text-transform: ;
  letter-spacing: 0px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media only screen and (max-width: 925px) {
  #productWrapper .product-title {
    display: none;
  }

  #productWrapper .product-title.mobile {
    display: block;
  }

  .product-meta {
    margin-top: 0 !important;
  }

  #productDetails,
  #productGallery {
    width: 100%;
    float: none;
  }

  #productList {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }

  #productList .product {
    float: left;
    margin-left: 0;
    margin-top: 0;
    width: 100%;
    cursor: pointer;
    margin-bottom: 3%;
  }

  #productList .product .product-image {
    margin-bottom: 3%;
  }

  #productList .product .product-image .content-fit {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }

  #productList .product .product-image img {
    -webkit-transition: opacity .3s ease-out;
  }
}

.sqs-audio-playlist {
  zoom: 1;
}

.sqs-audio-playlist.loading {
  visibility: hidden;
}

.sqs-audio-playlist:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}

.sqs-audio-playlist.hidden {
  display: none;
}

.sqs-audio-playlist .album-info {
  width: 33%;
  float: left;
  zoom: 1;
}

.sqs-audio-playlist .album-info:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}

.sqs-audio-playlist .album-cover-wrapper {
  position: relative;
  width: 90px;
  height: 90px;
  margin-bottom: 30px;
}

.sqs-audio-playlist .album-controls {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}

.sqs-audio-playlist .album-controls .button {
  -webkit-transition: .25s all linear;
  -moz-transition: .25s all linear;
  -o-transition: .25s all linear;
  transition: .25s all linear;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  bottom: 50%;
  left: 50%;
  display: block;
  width: 90px;
  height: 90px;
  margin-bottom: -45px;
  margin-left: -45px;
  background: #000;
}

.sqs-audio-playlist .album-controls .icon {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  margin-top: -20px;
  margin-left: -10px;
  width: 0px;
  height: 0px;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 30px solid #fff;
  -webkit-transform: translatez();
  -ms-transform: translatez();
  transform: translatez();
}

.sqs-audio-playlist .album-title {
  font-size: 1.5em;
  margin: 0;
}

.sqs-audio-playlist .album-title a {
  text-decoration: none;
}

.sqs-audio-playlist.playing .album-controls .button .icon {
  border-width: 0px;
  margin-top: -15px;
  margin-left: -13px;
}

.sqs-audio-playlist.playing .album-controls .button .icon,
.sqs-audio-playlist.playing .album-controls .button .icon:before {
  height: 30px;
  width: 10px;
  background-color: #fff;
}

.sqs-audio-playlist.playing .album-controls .button .icon:before {
  content: '';
  display: block;
  margin-left: 16px;
}

.sqs-audio-playlist.has-album-cover .album-cover-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  margin-bottom: 20px;
}

.sqs-audio-playlist.has-album-cover .album-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.sqs-audio-playlist.has-album-cover .button {
  background: rgba(0, 0, 0, .7);
  opacity: .9;
}

.sqs-audio-playlist.has-album-cover:hover .button {
  background: rgba(0, 0, 0, .9);
}

.sqs-audio-playlist.has-album-cover.playing .album-controls .button {
  margin: -15px;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(.4, .4);
  -ms-transform: scale(.4, .4);
  transform: scale(.4, .4);
}

.sqs-audio-playlist.has-album-cover.playing .album-controls .button .icon {
  border-width: 0px;
  margin-top: -15px;
  margin-left: -13px;
}

.sqs-audio-playlist.has-album-cover.playing .album-controls .button .icon,
.sqs-audio-playlist.has-album-cover.playing .album-controls .button .icon:before {
  height: 30px;
  width: 10px;
  background-color: #fff;
}

.sqs-audio-playlist.has-album-cover.playing .album-controls .button .icon:before {
  content: '';
  display: block;
  margin-left: 16px;
}

.sqs-audio-playlist.has-album-cover.playing .track {
  opacity: .4;
}

.sqs-audio-playlist.has-album-cover.playing .track:hover,
.sqs-audio-playlist.has-album-cover.playing .track.selected {
  opacity: 1;
}

.sqs-audio-playlist .tracks {
  float: right;
  width: 60%;
  margin: 0;
  padding: 0;
}

.sqs-audio-playlist .track {
  list-style-type: none;
  padding: 0;
  margin: 0 0 5%;
  cursor: pointer;
  zoom: 1;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: none;
  font-size: 13px;
  line-height: 1.4em;
}

.sqs-audio-playlist .track:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}

.sqs-audio-playlist .track-progress-bar {
  clear: both;
  height: 2px;
  position: relative;
  cursor: pointer;
  padding-bottom: 2.5%;
}

.sqs-audio-playlist .track-progress-bar .bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 0%;
}

.sqs-audio-playlist .track-progress-bar .bar.bg {
  width: 100%;
}

.sqs-audio-playlist .track-progress-bar .bar.play-bar {
  position: relative;
}

.sqs-audio-playlist .track-meta {
  float: right;
  text-align: right;
}

.sqs-audio-playlist .track-info .title a {
  font-size: 16px;
}

.sqs-audio-playlist.tablet .album-info,
.sqs-audio-playlist.tablet .tracks {
  width: 100%;
  float: none;
}

.sqs-audio-playlist.tablet .album-info {
  padding-bottom: 8%;
}

.sqs-audio-playlist.tablet .album-cover-wrapper {
  float: left;
  margin-right: 30px;
}

.sqs-audio-playlist.tablet.has-album-cover .album-cover-wrapper {
  width: 40%;
  padding-bottom: 40%;
}

.sqs-audio-playlist.tablet.no-main-image .album-description {
  margin-left: 120px;
}

.sqs-audio-playlist.phone .album-info,
.sqs-audio-playlist.phone .tracks {
  width: 100%;
  float: none;
}

.sqs-audio-playlist.phone .tracks {
  margin-top: 30px;
}

.sqs-audio-playlist.phone .tracks .track {
  margin-bottom: 10%;
}

.sqs-audio-playlist.phone .album-info {
  padding-bottom: 0;
}

.sqs-audio-playlist.phone .album-cover-wrapper {
  float: none;
  margin-right: 0;
  margin-bottom: 20px;
}

.sqs-audio-playlist.phone.has-album-cover .album-cover-wrapper {
  width: 100%;
  padding-bottom: 100%;
}

.sqs-audio-playlist.phone.no-main-image .album-description {
  margin-left: 0;
}

.sqs-audio-playlist .track-progress-bar {
  -webkit-tap-highlight-color: rgba(0, 0, 0, .5);
}

.sqs-audio-playlist .track-progress-bar .bar {
  -webkit-tap-highlight-color: rgba(0, 0, 0, .5);
}

.sqs-audio-playlist .track-progress-bar .bar.bg {
  background-color: #000;
  background-color: rgba(0, 0, 0, .1);
}

.sqs-audio-playlist .track-progress-bar .bar.load-bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .05);
}

.sqs-audio-playlist .track-progress-bar .bar.play-bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .8);
}

.sqs-audio-playlist .track-meta .track-time {
  color: #000;
  color: rgba(0, 0, 0, .5);
}

.sqs-audio-playlist .track-meta .actions {
  color: #000;
  color: rgba(0, 0, 0, .2);
}

.sqs-audio-playlist .track-meta .actions a {
  color: #000;
  color: rgba(0, 0, 0, .5);
}

.sqs-audio-playlist .track-meta .actions a:hover {
  color: #000;
  color: rgba(0, 0, 0, .8);
}

.sqs-audio-playlist .track-info .title a {
  color: #000;
  color: rgba(0, 0, 0, .85);
}

.sqs-audio-playlist .track-info .artist {
  color: #000;
  color: rgba(0, 0, 0, .5);
}

.hide-album-share-link .sqs-audio-playlist .squarespace-social-buttons {
  display: none;
}

/*
 * Gallery Block Overrides
 */
.sqs-gallery-block-slideshow {
  position: relative;
  background-color: rgba(175, 175, 175, .1);
}

.sqs-gallery-block-slideshow .slide>a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.sqs-gallery-block-slideshow .slide .meta {
  opacity: 0;
}

.sqs-gallery-block-slideshow .meta {
  position: absolute;
  opacity: 0;
  background-color: #111;
  background-color: rgba(0, 0, 0, .3);
}

.sqs-gallery-block-slideshow .meta .meta-title {
  color: #fff;
}

.sqs-gallery-block-slideshow .meta .meta-title {
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 1px;
}

.sqs-gallery-block-slideshow .meta .meta-title+.meta-description {
  margin-top: .3em;
}

.sqs-gallery-block-slideshow .meta .meta-description,
.sqs-gallery-block-slideshow .meta .meta-description p {
  color: #ddd;
  color: rgba(255, 255, 255, .95);
  font-size: 14px;
  line-height: 1.5em;
}

.sqs-gallery-block-slideshow .meta .meta-description strong {
  color: inherit;
}

.sqs-gallery-block-slideshow .meta .meta-description *:first-child {
  margin-top: 0;
}

.sqs-gallery-block-slideshow .meta .meta-description *:last-child {
  margin-bottom: 0;
}

.sqs-gallery-block-slideshow .meta-inside {
  padding: 25px;
}

.sqs-gallery-block-slideshow .meta a,
.sqs-gallery-block-slideshow .meta a:hover {
  color: #fff;
  text-decoration: underline;
}

.sqs-gallery-block-slideshow .meta.overflow {
  overflow-y: auto;
}

.sqs-gallery-block-slideshow .slide.loaded .meta {
  opacity: 1;
}

.sqs-gallery-block-slideshow.sqs-gallery-block-meta-hover .meta {
  opacity: 0 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.sqs-gallery-block-slideshow.sqs-gallery-block-meta-hover .slide:hover .meta {
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.sqs-gallery-block-slideshow .meta {
  display: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.sqs-gallery-block-slideshow.sqs-gallery-block-show-meta .sqs-active-slide .meta {
  display: block;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.sqs-gallery-block-slideshow.sqs-gallery-block-show-meta .mobile-view .slide.loaded>a {
  line-height: 0;
  height: auto;
  position: static;
}

.sqs-gallery-block-slideshow.sqs-gallery-block-show-meta .mobile-view .slide.loaded .sqs-video-wrapper {
  position: static;
}

.sqs-gallery-block-slideshow.sqs-gallery-block-show-meta .mobile-view .slide.loaded .meta {
  background-color: transparent;
  color: inherit;
  padding: 20px 0 10px 0;
  margin: 0;
  max-width: none !important;
  opacity: 1 !important;
  position: static !important;
}

.sqs-gallery-block-slideshow.sqs-gallery-block-show-meta .mobile-view .slide.loaded .meta .meta-inside {
  padding: 0;
}

.sqs-gallery-block-slideshow.sqs-gallery-block-show-meta .mobile-view .slide.loaded .meta .meta-title,
.sqs-gallery-block-slideshow.sqs-gallery-block-show-meta .mobile-view .slide.loaded .meta .meta-description,
.sqs-gallery-block-slideshow.sqs-gallery-block-show-meta .mobile-view .slide.loaded .meta .meta-description p {
  color: inherit;
}

.sqs-gallery-block-slideshow.sqs-gallery-block-show-meta .mobile-view .slide.loaded .meta .meta-title {
  font-size: .9em;
}

.sqs-gallery-block-slideshow.sqs-gallery-block-show-meta .mobile-view .slide.loaded .meta .meta-description {
  font-size: .9em;
}

.sqs-gallery-block-slideshow.sqs-gallery-block-show-meta .mobile-view .slide.loaded .meta .meta-description p {
  font-size: 1em;
  line-height: 1.3em;
}

.sqs-gallery-block-slideshow .slide.video-playing .meta {
  display: none;
}

.sqs-gallery-block-slideshow.sqs-gallery-block-meta-position-top .meta,
.sqs-gallery-block-slideshow.sqs-gallery-block-meta-position-top-left .meta,
.sqs-gallery-block-slideshow.sqs-gallery-block-meta-position-top-right .meta {
  top: 0px;
}

.sqs-gallery-block-slideshow.sqs-gallery-block-meta-position-top-left .meta,
.sqs-gallery-block-slideshow.sqs-gallery-block-meta-position-top-right .meta {
  max-width: 50%;
  margin: 20px;
}

.sqs-gallery-block-slideshow.sqs-gallery-block-meta-position-center .meta {
  max-width: 50%;
  top: 50%;
  left: 50%;
  text-align: center;
}

.sqs-gallery-block-slideshow.sqs-gallery-block-meta-position-bottom .meta,
.sqs-gallery-block-slideshow.sqs-gallery-block-meta-position-bottom-left .meta,
.sqs-gallery-block-slideshow.sqs-gallery-block-meta-position-bottom-right .meta {
  bottom: 0px;
}

.sqs-gallery-block-slideshow.sqs-gallery-block-meta-position-bottom .meta {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(30, 30, 30, .3) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(30, 30, 30, .3)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(30, 30, 30, .3) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(30, 30, 30, .3) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(30, 30, 30, .3) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(30, 30, 30, .3) 100%);
  /* W3C */
}

.sqs-gallery-block-slideshow.sqs-gallery-block-meta-position-bottom .meta-inside {
  padding: 30px 20px 15px;
}

.sqs-gallery-block-slideshow.sqs-gallery-block-meta-position-bottom-left .meta,
.sqs-gallery-block-slideshow.sqs-gallery-block-meta-position-bottom-right .meta {
  max-width: 50%;
  margin: 20px;
}

.sqs-gallery-block-slider {
  position: relative;
  height: 100%;
}

.sqs-gallery-block-grid.sqs-gallery-thumbnails-per-row-1 .sqs-gallery-design-grid-slide {
  width: 100%;
}

.sqs-gallery-block-grid.sqs-gallery-thumbnails-per-row-2 .sqs-gallery-design-grid-slide {
  width: 50%;
}

.sqs-gallery-block-grid.sqs-gallery-thumbnails-per-row-3 .sqs-gallery-design-grid-slide {
  width: 33.333333333333336%;
}

.sqs-gallery-block-grid.sqs-gallery-thumbnails-per-row-4 .sqs-gallery-design-grid-slide {
  width: 25%;
}

.sqs-gallery-block-grid.sqs-gallery-thumbnails-per-row-5 .sqs-gallery-design-grid-slide {
  width: 20%;
}

.sqs-gallery-block-grid.sqs-gallery-thumbnails-per-row-6 .sqs-gallery-design-grid-slide {
  width: 16.666666666666668%;
}

.sqs-gallery-block-grid.sqs-gallery-thumbnails-per-row-7 .sqs-gallery-design-grid-slide {
  width: 14.285714285714286%;
}

.sqs-gallery-block-grid.sqs-gallery-thumbnails-per-row-8 .sqs-gallery-design-grid-slide {
  width: 12.5%;
}

.sqs-gallery-block-grid.sqs-gallery-thumbnails-per-row-9 .sqs-gallery-design-grid-slide {
  width: 11.11111111111111%;
}

.sqs-gallery-block-grid.sqs-gallery-thumbnails-per-row-10 .sqs-gallery-design-grid-slide {
  width: 10%;
}

.sqs-gallery-block-grid .slide {
  float: left;
  width: 20%;
}

.sqs-gallery-block-grid .slide .margin-wrapper {
  position: relative;
}

.sqs-gallery-block-grid .slide .margin-wrapper a.image-slide-anchor {
  padding-bottom: 100%;
  width: 100%;
  height: 0;
  display: block;
}

.sqs-gallery-block-grid .slide .margin-wrapper a.image-slide-anchor img {
  display: inline-block;
}

.sqs-gallery-block-grid .slide .margin-wrapper .content-wrapper {
  padding-bottom: 100%;
  width: 100%;
  display: block;
}

.sqs-gallery-block-grid .slide .margin-wrapper .content-wrapper.content-fill .sqs-video-wrapper {
  height: 0;
  padding-bottom: 100%;
}

.sqs-gallery-block-grid .slide .margin-wrapper .image-slide-title {
  text-align: center;
  display: none;
}

.sqs-gallery-block-grid .slide .meta {
  position: relative;
}

.sqs-gallery-block-grid .slide .meta h1 {
  font-size: 12px;
  letter-spacing: normal;
  margin: 0;
}

.sqs-block .sqs-gallery-thumbnails .sqs-video-thumbnail {
  position: relative;
}

.sqs-block .sqs-gallery-thumbnails .sqs-video-thumbnail img {
  height: 100%;
}

.sqs-block .sqs-gallery-thumbnails .sqs-video-thumbnail .sqs-video-thumbnail-icon {
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url('http://static.squarespace.com/universal/images-v6/icons/icon-video-24-light-solid.png');
  background-position: center center;
  height: 24px;
  width: 24px;
  margin-left: -12px;
  margin-top: -12px;
}

.sqs-block .sqs-gallery-thumbnails .sqs-video-thumbnail.no-image .sqs-video-thumbnail-inner {
  background-image: url('http://static.squarespace.com/universal/images-v6/icons/icon-video-24-light-solid.png');
  background-position: center center;
  background-repeat: no-repeat;
}

.sqs-block .sqs-gallery-thumbnails .sqs-video-thumbnail:not(.no-image).loading .sqs-video-thumbnail-icon {
  opacity: 0;
}

.sqs-block .sqs-gallery-thumbnails .sqs-video-thumbnail .sqs-video-thumbnail-inner {
  height: 100%;
  background: #000;
}

.sqs-block .sqs-gallery-thumbnails .sqs-gallery-design-strip-slide {
  opacity: .5;
}

.sqs-block .sqs-gallery-thumbnails .sqs-gallery-design-strip-slide.sqs-active-slide {
  opacity: 1;
}

/* Hide meta on smaller browsers */
@media only screen and (max-width: 480px) {
  .sqs-gallery-block-slideshow .meta {
    display: none !important;
  }
}

/* iPad CSS rules */
@media only screen and (device-width: 768px) {

  /* Display meta with hover option checked */
  .sqs-gallery-block-slideshow.sqs-gallery-block-show-meta .meta {
    opacity: 1 !important;
  }
}

.sqs-block.gallery-block .sqs-helper .sqs-handle-bottom {
  display: none;
}

.sqs-block.gallery-block.sized .sqs-helper .sqs-handle-bottom {
  display: block;
}

.sqs-layout.editing .sqs-block.gallery-block:hover .sqs-gallery-block-slideshow.sqs-gallery-block-meta-hover .meta {
  opacity: 1 !important;
}

/* ---------- image-stack.less ---------- */
.sqs-gallery-block-stacked {
  padding: 0;
  margin: 0;
}

.sqs-gallery-block-stacked a {
  border: 0;
}

.sqs-gallery-block-stacked .image-wrapper {
  margin: 0 0 1px 0;
  line-height: 1px;
}

.sqs-gallery-block-stacked .image-wrapper img {
  width: 100%;
}

.yui3-calendar-column-hidden,
.yui3-calendar-hidden {
  display: none;
}

.yui3-calendar-day {
  cursor: pointer;
}

.yui3-calendar-selection-disabled {
  cursor: default;
}

.yui3-calendar-prevmonth-day {
  cursor: default;
}

.yui3-calendar-nextmonth-day {
  cursor: default;
}

.yui3-calendar-content:hover .yui3-calendar-day,
.yui3-calendar-content:hover .yui3-calendar-prevmonth-day,
.yui3-calendar-content:hover .yui3-calendar-nextmonth-day {
  -moz-user-select: none;
}

.yui3-calendar-pane {
  width: 100%;
}

.yui3-calendar-grid {
  width: 100%;
}

.yui3-calendar-column-hidden,
.yui3-calendar-hidden {
  display: none;
}

.sqs-skin-sam .sqs-calendar-content {
  padding: 10px;
  color: #000;
  border: 1px solid grey;
  background: #f2f2f2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f9f9f9 0%, #f2f2f2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #f2f2f2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f9f9f9 0%, #f2f2f2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f9f9f9 0%, #f2f2f2 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #f9f9f9 0%, #f2f2f2 100%);
  /* IE10+ */
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f2f2f2', GradientType=0);
  /* IE6-9 */
  background: linear-gradient(top, #f9f9f9 0%, #f2f2f2 100%);
  /* W3C */
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.sqs-skin-sam .sqs-calendar-grid {
  padding: 5px;
  border-collapse: collapse;
}

.sqs-skin-sam .sqs-calendar-header {
  padding-bottom: 10px;
}

.sqs-skin-sam .sqs-calendar-header-label {
  margin: 0;
  font-size: 1em;
  font-weight: bold;
}

.sqs-skin-sam .sqs-calendar-day,
.sqs-skin-sam .sqs-calendar-prevmonth-day,
.sqs-skin-sam .sqs-calendar-nextmonth-day {
  padding: 5px;
  border: 1px solid #ccc;
  background: #fff;
  text-align: center;
}

.sqs-skin-sam .sqs-calendar-day:hover {
  background: #06c;
  color: #fff;
}

.sqs-skin-sam .sqs-calendar-selection-disabled,
.sqs-skin-sam .sqs-calendar-selection-disabled:hover {
  color: #a6a6a6;
  background: #ccc;
}

.sqs-skin-sam .sqs-calendar-weekday {
  font-weight: bold;
}

.sqs-skin-sam .sqs-calendar-prevmonth-day,
.sqs-skin-sam .sqs-calendar-nextmonth-day {
  color: #a6a6a6;
}

.sqs-skin-sam .sqs-calendar-day {
  font-weight: bold;
}

.sqs-skin-sam .sqs-calendar-day-selected {
  background-color: #b3d4ff;
  color: #000;
}

.sqs-skin-sam .sqs-calendar-header-label {
  text-align: center;
}

.sqs-skin-sam .sqs-calendar-left-grid {
  margin-right: 1em;
}

.sqs-skin-sam .sqs-calendar-right-grid {
  margin-left: 1em;
}

.sqs-skin-sam .sqs-calendar-day-highlighted {
  background-color: #dcdef5;
}

.sqs-skin-sam .sqs-calendar-day-selected.sqs-calendar-day-highlighted {
  background-color: #758fbb;
}

.yui3-calendar-header {
  padding-left: 15px;
  padding-right: 15px;
}

.yui3-calendarnav-prevmonth {
  cursor: pointer;
}

.yui3-calendarnav-nextmonth {
  cursor: pointer;
}

.sqs-block.calendar-block {
  font-size: 11px;
  text-decoration: none;
  z-index: 10;
}

.sqs-block.calendar-block .yui3-calendar {
  outline: 0;
}

.sqs-block.calendar-block .yui3-calendar td {
  outline: 0;
}

.sqs-block.calendar-block .sqs-block-content {
  max-width: 240px;
  margin: 0 0 0 -8px;
}

.sqs-block.calendar-block .yui3-calendar-pane {
  min-width: 200px;
  position: relative;
}

.sqs-block.calendar-block .yui3-u {
  vertical-align: middle;
}

.sqs-block.calendar-block .yui3-calendar-grid {
  min-height: 150px;
  outline: 0;
}

.sqs-block.calendar-block .yui3-calendar-header {
  margin-bottom: 15px;
  text-align: center;
}

.sqs-block.calendar-block .yui3-calendar-header .yui3-calendar-header-label {
  width: 120px;
  padding-top: 2px;
  font-size: 12px;
  font-weight: bold;
}

.sqs-block.calendar-block .yui3-calendar-header .yui3-calendarnav-nextmonth,
.sqs-block.calendar-block .yui3-calendar-header .yui3-calendarnav-prevmonth {
  cursor: pointer;
  outline: 0;
}

.sqs-block.calendar-block .yui3-calendar-header .yui3-calendarnav-nextmonth span,
.sqs-block.calendar-block .yui3-calendar-header .yui3-calendarnav-prevmonth span {
  padding: 4px 8px;
}

.sqs-block.calendar-block .yui3-calendar-weekday {
  font-size: 11px;
  text-transform: ;
  text-align: center;
}

.sqs-block.calendar-block .yui3-calendar-day {
  padding: 5px 0;
  text-align: center;
  outline: 0;
}

.sqs-block.calendar-block .yui3-calendar-day-selected {
  background: #eee;
}

.sqs-block.calendar-block .yui3-calendar-day:hover {
  background: #eee;
  color: #333;
  z-index: 100;
}

.sqs-block.calendar-block .yui3-calendar-day.date-has-event {
  color: #333;
  font-weight: bold;
}

.sqs-block.calendar-block .yui3-calendar-day .date-has-event-marker {
  display: block;
  height: 2px;
  width: 18px;
  background: #333;
  margin: -5px auto 0 auto;
}

.sqs-block.calendar-block .yui3-calendar-day:hover .date-has-event-marker {
  background: transparent;
}

.sqs-block.calendar-block .yui3-calendar-day .event-menu {
  position: absolute;
  left: 0;
  width: 70%;
  max-width: 200px;
  background: #eee;
  margin: 0;
  padding: 20px 20px 0 20px;
  font-weight: normal;
  line-height: 18px;
  text-align: left;
  z-index: 10;
}

.sqs-block.calendar-block .yui3-calendar-day .event-menu.event-menu-right {
  right: 0;
  left: auto;
}

.sqs-block.calendar-block .yui3-calendar-day .event-menu .event-time-group {
  margin-bottom: 20px;
}

.sqs-block.calendar-block .yui3-calendar-day .event-menu .event-time-group .event-time {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
  color: #777;
  font-size: 11px;
  font-weight: bold;
  text-transform: ;
}

.summary-block ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.summary-block .summary-item:not(:last-child) {
  margin-bottom: 24px;
}

.summary-block .summary-collection-title {
  display: none;
}

.summary-block .summary-thumbnail {
  overflow: hidden;
  height: 150px;
}

.summary-block .summary-title {
  font-size: 1.2em;
}

.summary-block .summary-content-below-thumbnail .summary-title {
  margin: 1em 0 0 0;
}

.summary-block .summary-excerpt {
  margin: .75em 0;
}

.summary-block .summary-excerpt p {
  font-size: .9em;
}

.summary-block .timestamp {
  display: block;
  font-size: .8em;
  text-transform: ;
}

.summary-block .summary-more-link {
  display: none;
  margin-left: 3px;
}

.sqs-block-collectionlink .collectionlink-thumbnail,
.link-block .collectionlink-thumbnail {
  overflow: hidden;
  height: 150px;
}

.sqs-block-collectionlink .collectionlink-thumbnail a,
.link-block .collectionlink-thumbnail a {
  display: block;
  height: 100%;
}

.sqs-block-collectionlink .collectionlink-title,
.link-block .collectionlink-title {
  font-size: 1.2em;
}

.sqs-block-collectionlink .collectionlink-title a,
.link-block .collectionlink-title a {
  display: block;
}

.sqs-block-collectionlink .collectionlink-content-below-thumbnail .collectionlink-title,
.link-block .collectionlink-content-below-thumbnail .collectionlink-title {
  margin: 1em 0 0 0;
}

.sqs-block-collectionlink .collectionlink-description,
.link-block .collectionlink-description {
  margin: .75em 0;
}

.sqs-block-collectionlink .collectionlink-description p,
.link-block .collectionlink-description p {
  font-size: .9em;
}

.sqs-block-collectionlink .collection-more-link,
.link-block .collection-more-link {
  display: none;
  margin-left: 3px;
}

.social-summary-block .state-message.synchronizing {
  background-image: none;
  padding-left: 15px;
}

.social-summary-block .state-message.synchronizing .sync-text {
  float: left;
  margin-left: 10px;
}

.social-summary-block .state-message.synchronizing .spinner {
  float: left;
  background: transparent url('http://static.squarespace.com/universal/images-v6/icons/icon-settings-16-light.png') center center no-repeat;
  height: 19px;
  width: 19px;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: spin-frames;
  -moz-animation-name: spin-frames;
  -o-animation-name: spin-frames;
  animation-name: spin-frames;
}

.product-block {
  overflow: hidden;
  /* .sqs-add-to-cart-button styling are repeated here so styles are available to admin */
}

.product-block .image-container {
  position: relative;
  display: block;
  width: 100%;
}

.product-block .image-container a {
  display: block;
  width: 100%;
}

.product-block .image-container img {
  width: 100%;
  max-width: 100%;
}

.product-block .image-container .product-mark {
  position: absolute;
  top: 15px;
  right: 0;
  background: #222;
  padding: 6px 8px;
  color: #fff;
  line-height: 1em;
  text-transform: ;
  -webkit-font-smoothing: antialiased;
}

.product-block .productDetails.center {
  text-align: center;
}

.product-block .productDetails.right {
  text-align: right;
}

.product-block .productDetails .product-title {
  font-size: 1.3em;
  line-height: 1em;
  margin: 1em 0 .2em 0;
  display: inline-block;
}

.product-block .productDetails .product-price {
  font-size: 1.1em;
  margin: 0 0 1em 0;
}

.product-block .productDetails .product-price input {
  width: 130px;
  height: 30px;
  padding-left: 5px;
}

.product-block .productDetails .product-price .minimum-price {
  margin-top: 3px;
  margin-left: 10px;
}

.product-block .productDetails .product-price .original-price {
  text-decoration: line-through;
  opacity: .7;
  filter: alpha(opacity=70);
}

.product-block .productDetails .product-price .strikeout {
  text-decoration: line-through;
}

.product-block .productDetails .product-variants .variant-option {
  margin: 0 0 1em 0;
}

.product-block .productDetails .product-variants .variant-out-of-stock {
  color: #c00;
  margin-top: 8px;
}

.product-block .buy-button,
.product-block .sqs-add-to-cart-button-wrapper {
  margin: 20px 0;
  display: block;
}

.product-block .buy-button:hover,
.product-block .sqs-add-to-cart-button-wrapper:hover {
  opacity: 1;
}

.product-block .sqs-add-to-cart-button {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 1em 2.5em;
  color: #fff;
  background-color: #272727;
  border-width: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1em;
  font-weight: normal;
  font-style: normal;
  text-transform: ;
  letter-spacing: 0px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.product-block .sqs-amazon-button {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 1em 2.5em;
  color: #fff;
  background-color: #272727;
  border-width: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1em;
  font-weight: normal;
  font-style: normal;
  text-transform: ;
  letter-spacing: 0px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-transform: none;
}

.product-block .center .sqs-amazon-button {
  text-align: center;
}

.product-block .right .sqs-amazon-button {
  text-align: right;
}

.sqs-block-quote figure {
  margin: 1em 0;
}

.sqs-block-quote blockquote {
  margin: 0;
}

.sqs-block-quote .source {
  text-align: right;
}

.foursquare-block ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 1.4em;
}

.foursquare-block ul .foursquare-checkin {
  margin-bottom: 12px;
}

.foursquare-block ul .foursquare-checkin a {
  border: 0;
}

.foursquare-block ul .foursquare-checkin .foursquare-icon-wrapper {
  float: left;
}

.foursquare-block ul .foursquare-checkin .foursquare-text {
  margin-left: 42px;
  font-size: 12px;
}

.foursquare-block ul .foursquare-checkin .foursquare-venue {
  font-weight: bold;
}

.foursquare-block ul .foursquare-checkin .foursquare-location {
  display: inline-block;
  padding-left: 4px;
}

.foursquare-block ul .foursquare-checkin .foursquare-timestamp {
  font-size: 10px;
}

.tagcloud-block ul {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}

.tagcloud-block ul li {
  display: inline-block;
}

.sqs-block-postsbycategory ul,
.sqs-block-postsbyauthor ul,
.sqs-block-postsbytag ul,
.sqs-block-postsbymonth ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.sqs-block-postsbycategory ul li,
.sqs-block-postsbyauthor ul li,
.sqs-block-postsbytag ul li,
.sqs-block-postsbymonth ul li {
  margin: 0 0 .3em 0;
  padding: 0;
}

.sqs-block-postsbycategory .count,
.sqs-block-postsbyauthor .count,
.sqs-block-postsbytag .count,
.sqs-block-postsbymonth .count {
  display: none;
}

.sqs-block-image .image-caption p {
  font-size: 12px;
  line-height: 1.68em;
}

.sqs-block-image .image-caption p a {
  display: inline;
}

.sqs-block-image .sqs-image-caption {
  font-size: 12px;
  line-height: 1.68em;
  color: #999;
}

.sqs-block-image .sqs-image-caption p {
  margin-bottom: 0;
}

.sqs-block-image .sqs-image-caption.sqs-placeholder-show {
  margin-top: 1em;
}

.sqs-block-image .sqs-image-caption .sqs-html-content {
  min-height: 23px;
}

.sqs-block-image:not(.sqs-block-focused) .sqs-image-caption.sqs-placeholder-show {
  display: none;
}

.sqs-block-image .sqs-placeholder p {
  margin: 0;
  margin-top: .7em;
}

.sqs-block-image .image-block-outer-wrapper .image-block-wrapper img {
  max-width: none;
}

.sqs-block-image .image-block-lightbox {
  cursor: pointer;
  display: block;
}

.sqs-block-image .lightbox img {
  cursor: pointer;
}

.sqs-block-image.sized .image-block-wrapper {
  overflow: hidden;
  padding-bottom: inherit !important;
}

.sqs-block-image.sized .image-block-wrapper img {
  text-align: inherit;
  max-width: none;
}

.sqs-block-image img {
  display: block;
}

.sqs-block-image .image-block-wrapper.sqs-default-image {
  text-align: center;
}

.sqs-block-image .image-block-wrapper.sqs-default-image img {
  display: inline-block;
}

.sqs-block-image .image-block-outer-wrapper.layout-caption-overlay .intrinsic,
.sqs-block-image .image-block-outer-wrapper.layout-caption-overlay-hover .intrinsic {
  position: relative;
}

.sqs-block-image .image-block-outer-wrapper.layout-caption-overlay .intrinsic .image-caption-wrapper,
.sqs-block-image .image-block-outer-wrapper.layout-caption-overlay-hover .intrinsic .image-caption-wrapper {
  position: absolute;
  overflow: hidden;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 18px;
  background: rgba(0, 0, 0, .7);
}

.sqs-block-image .image-block-outer-wrapper.layout-caption-overlay .intrinsic .image-caption-wrapper h1,
.sqs-block-image .image-block-outer-wrapper.layout-caption-overlay-hover .intrinsic .image-caption-wrapper h1,
.sqs-block-image .image-block-outer-wrapper.layout-caption-overlay .intrinsic .image-caption-wrapper strong,
.sqs-block-image .image-block-outer-wrapper.layout-caption-overlay-hover .intrinsic .image-caption-wrapper strong {
  color: #eee;
}

.sqs-block-image .image-block-outer-wrapper.layout-caption-overlay .intrinsic .image-caption-wrapper p,
.sqs-block-image .image-block-outer-wrapper.layout-caption-overlay-hover .intrinsic .image-caption-wrapper p {
  color: #bbb;
  line-height: 1.68em;
}

.sqs-block-image .image-block-outer-wrapper.layout-caption-overlay .intrinsic .image-caption-wrapper p a,
.sqs-block-image .image-block-outer-wrapper.layout-caption-overlay-hover .intrinsic .image-caption-wrapper p a {
  color: #bbb;
  text-decoration: underline;
}

.sqs-block-image .image-block-outer-wrapper.layout-caption-overlay .intrinsic .image-caption-wrapper p:first-child,
.sqs-block-image .image-block-outer-wrapper.layout-caption-overlay-hover .intrinsic .image-caption-wrapper p:first-child {
  padding-top: 0;
  margin-top: 0;
}

.sqs-block-image .image-block-outer-wrapper.layout-caption-overlay .intrinsic .image-caption-wrapper p:last-child,
.sqs-block-image .image-block-outer-wrapper.layout-caption-overlay-hover .intrinsic .image-caption-wrapper p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.sqs-block-image .image-block-outer-wrapper.layout-caption-overlay-hover:hover .image-caption-wrapper {
  opacity: 1;
}

.sqs-block-image .image-block-outer-wrapper.layout-caption-overlay-hover .image-caption-wrapper {
  opacity: 0;
  -webkit-transition: opacity .1s ease-out;
  -moz-transition: opacity .1s ease-out;
  -o-transition: opacity .1s ease-out;
  transition: opacity .1s ease-out;
}

.sqs-block-image .image-block-outer-wrapper.layout-caption-overlay-hover:hover .image-caption {
  margin-bottom: 0;
}

.sqs-block-image .image-block-outer-wrapper.layout-caption-overlay-hover .image-caption {
  -webkit-transition: margin-bottom .1s ease-out;
  -moz-transition: margin-bottom .1s ease-out;
  -o-transition: margin-bottom .1s ease-out;
  transition: margin-bottom .1s ease-out;
  margin-bottom: -5px;
}

.sqs-block-image .image-block-outer-wrapper.layout-image-left {
  zoom: 1;
}

.sqs-block-image .image-block-outer-wrapper.layout-image-left:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}

.sqs-block-image .image-block-outer-wrapper.layout-image-left .image-block-wrapper {
  float: left;
}

.sqs-block-image .image-block-outer-wrapper.layout-image-left .image-caption-wrapper {
  float: left;
}

.sqs-block-image .image-block-outer-wrapper.layout-image-left .image-caption {
  padding-left: 15px;
}

.sqs-block-image .image-block-outer-wrapper.layout-image-left .image-caption h1 {
  font-size: 18px;
  line-height: 24px;
}

.sqs-block-image .image-block-outer-wrapper.layout-image-right {
  zoom: 1;
}

.sqs-block-image .image-block-outer-wrapper.layout-image-right:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}

.sqs-block-image .image-block-outer-wrapper.layout-image-right .image-block-wrapper {
  float: right;
}

.sqs-block-image .image-block-outer-wrapper.layout-image-right .image-caption-wrapper {
  float: right;
  text-align: right;
}

.sqs-block-image .image-block-outer-wrapper.layout-image-right .image-caption {
  padding-right: 15px;
}

.sqs-block-image .image-block-outer-wrapper.layout-image-right .image-caption h1 {
  font-size: 18px;
  line-height: 24px;
}

.sqs-block-image .image-block-wrapper {
  line-height: 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.sqs-block-image .image-block-wrapper img {
  max-width: 100%;
}

.sqs-block-image .image-block-wrapper img.block-stretch {
  width: 100%;
}

.sqs-block-image .image-block-wrapper.float-right .image-block-wrapper {
  text-align: right;
}

.sqs-block-image .intrinsic {
  margin: auto;
}

.sqs-block-image .intrinsic .image-block-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.sqs-block-image .sqs-action-overlay {
  z-index: 1000;
}

.sqs-block-image .processing {
  background: #ccc;
  text-align: center;
}

.sqs-block-image .processing .progress-container {
  background: #ccc;
  top: 15px;
}

.sqs-block-image .processing-failed {
  background: #ccc;
  text-align: center;
  position: relative;
  height: 100%;
}

.sqs-block-image.vsize-1 .image-block-wrapper {
  height: 34px;
}

.sqs-block-image.vsize-2 .image-block-wrapper {
  height: 68px;
}

.sqs-block-image.vsize-3 .image-block-wrapper {
  height: 102px;
}

.sqs-block-image.vsize-4 .image-block-wrapper {
  height: 136px;
}

.sqs-block-image.vsize-5 .image-block-wrapper {
  height: 170px;
}

.sqs-block-image.vsize-6 .image-block-wrapper {
  height: 204px;
}

.sqs-block-image.vsize-7 .image-block-wrapper {
  height: 238px;
}

.sqs-block-image.vsize-8 .image-block-wrapper {
  height: 272px;
}

.sqs-block-image.vsize-9 .image-block-wrapper {
  height: 306px;
}

.sqs-block-image.vsize-10 .image-block-wrapper {
  height: 340px;
}

.sqs-block-image.vsize-11 .image-block-wrapper {
  height: 374px;
}

.sqs-block-image.vsize-12 .image-block-wrapper {
  height: 408px;
}

.sqs-block-image.vsize-13 .image-block-wrapper {
  height: 442px;
}

.sqs-block-image.vsize-14 .image-block-wrapper {
  height: 476px;
}

.sqs-block-image.vsize-15 .image-block-wrapper {
  height: 510px;
}

.sqs-block-image.vsize-16 .image-block-wrapper {
  height: 544px;
}

.sqs-block-image.vsize-17 .image-block-wrapper {
  height: 578px;
}

.sqs-block-image.vsize-18 .image-block-wrapper {
  height: 612px;
}

.sqs-block-image.vsize-19 .image-block-wrapper {
  height: 646px;
}

.sqs-block-image.vsize-20 .image-block-wrapper {
  height: 680px;
}

.sqs-block-image.vsize-21 .image-block-wrapper {
  height: 714px;
}

.sqs-block-image.vsize-22 .image-block-wrapper {
  height: 748px;
}

.sqs-block-image.vsize-23 .image-block-wrapper {
  height: 782px;
}

.sqs-block-image.vsize-24 .image-block-wrapper {
  height: 816px;
}

.sqs-block-image.vsize-25 .image-block-wrapper {
  height: 850px;
}

.sqs-block-image.vsize-26 .image-block-wrapper {
  height: 884px;
}

.sqs-block-image.vsize-27 .image-block-wrapper {
  height: 918px;
}

.sqs-block-image.vsize-28 .image-block-wrapper {
  height: 952px;
}

.sqs-block-image.vsize-29 .image-block-wrapper {
  height: 986px;
}

.sqs-block-image.vsize-30 .image-block-wrapper {
  height: 1020px;
}

.sqs-block-image.vsize-1 .sqs-block-content {
  height: auto;
  overflow: visible;
}

.sqs-block-image.vsize-2 .sqs-block-content {
  height: auto;
  overflow: visible;
}

.sqs-block-image.vsize-3 .sqs-block-content {
  height: auto;
  overflow: visible;
}

.sqs-block-image.vsize-4 .sqs-block-content {
  height: auto;
  overflow: visible;
}

.sqs-block-image.vsize-5 .sqs-block-content {
  height: auto;
  overflow: visible;
}

.sqs-block-image.vsize-6 .sqs-block-content {
  height: auto;
  overflow: visible;
}

.sqs-block-image.vsize-7 .sqs-block-content {
  height: auto;
  overflow: visible;
}

.sqs-block-image.vsize-8 .sqs-block-content {
  height: auto;
  overflow: visible;
}

.sqs-block-image.vsize-9 .sqs-block-content {
  height: auto;
  overflow: visible;
}

.sqs-block-image.vsize-10 .sqs-block-content {
  height: auto;
  overflow: visible;
}

.sqs-block-image.vsize-11 .sqs-block-content {
  height: auto;
  overflow: visible;
}

.sqs-block-image.vsize-12 .sqs-block-content {
  height: auto;
  overflow: visible;
}

.sqs-block-image.vsize-13 .sqs-block-content {
  height: auto;
  overflow: visible;
}

.sqs-block-image.vsize-14 .sqs-block-content {
  height: auto;
  overflow: visible;
}

.sqs-block-image.vsize-15 .sqs-block-content {
  height: auto;
  overflow: visible;
}

.sqs-block-image.vsize-16 .sqs-block-content {
  height: auto;
  overflow: visible;
}

.sqs-block-image.vsize-17 .sqs-block-content {
  height: auto;
  overflow: visible;
}

.sqs-block-image.vsize-18 .sqs-block-content {
  height: auto;
  overflow: visible;
}

.sqs-block-image.vsize-19 .sqs-block-content {
  height: auto;
  overflow: visible;
}

.sqs-block-image.vsize-20 .sqs-block-content {
  height: auto;
  overflow: visible;
}

.sqs-block-image.vsize-21 .sqs-block-content {
  height: auto;
  overflow: visible;
}

.sqs-block-image.vsize-22 .sqs-block-content {
  height: auto;
  overflow: visible;
}

.sqs-block-image.vsize-23 .sqs-block-content {
  height: auto;
  overflow: visible;
}

.sqs-block-image.vsize-24 .sqs-block-content {
  height: auto;
  overflow: visible;
}

.sqs-block-image.vsize-25 .sqs-block-content {
  height: auto;
  overflow: visible;
}

.sqs-block-image.vsize-26 .sqs-block-content {
  height: auto;
  overflow: visible;
}

.sqs-block-image.vsize-27 .sqs-block-content {
  height: auto;
  overflow: visible;
}

.sqs-block-image.vsize-28 .sqs-block-content {
  height: auto;
  overflow: visible;
}

.sqs-block-image.vsize-29 .sqs-block-content {
  height: auto;
  overflow: visible;
}

.sqs-block-image.vsize-30 .sqs-block-content {
  height: auto;
  overflow: visible;
}

.sqs-block-horizontalrule hr {
  border: none;
  color: #bbb;
  background-color: #bbb;
  height: 1px;
}

.sqs-block-html {
  clear: none;
  word-wrap: break-word;
}

.sqs-block-html .sqs-block-content {
  outline: none;
}

.sqs-block-html .sqs-block-content *:first-child {
  margin-top: 0;
}

.sqs-block-html .sqs-block-content *:last-child {
  margin-bottom: 0;
}

.sqs-html {
  position: relative;
  z-index: 1;
}

.sqs-html .sqs-html-content {
  outline: none;
  z-index: 2;
}

.sqs-html .sqs-html-hidden {
  display: none;
}

.sqs-block-markdown {
  clear: none;
}

.sqs-block-markdown .sqs-block-content {
  position: relative;
}

.sqs-block-markdown .sqs-block-content *:first-child {
  margin-top: 0;
}

.sqs-block-markdown .sqs-block-content *:last-child {
  margin-bottom: 0;
}

.sqs-block-markdown .sqs-placeholder {
  color: #999;
}

.sqs-block-markdown .sqs-editing-overlay {
  display: none;
}

.sqs-block-markdown hr {
  border: none;
  border-bottom: 1px solid #ccc;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.sqs-block-markdown textarea {
  position: absolute;
  top: 17px;
  bottom: 0;
  left: 17px;
  right: 17px;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  outline: none;
  resize: none;
  overflow: hidden;
  color: #333;
}

.sqs-block-markdown .textarea-clone {
  margin: 0;
  min-height: 18px;
  visibility: hidden;
}

.sqs-block-markdown textarea,
.sqs-block-markdown .textarea-clone {
  font: 15px/18px 'Courier New';
  white-space: pre-wrap;
  word-wrap: break-word;
}

.sqs-block-markdown img {
  max-width: 100%;
  height: auto;
}

.source-code {
  white-space: pre;
  overflow: auto;
}

.cm-keyword {
  color: #708;
}

.cm-atom {
  color: #219;
}

.cm-number {
  color: #164;
}

.cm-def {
  color: blue;
}

.cm-variable-2 {
  color: #05a;
}

.cm-variable-3 {
  color: #085;
}

.cm-comment {
  color: #aaa;
}

.cm-string {
  color: #1a1;
}

.cm-string-2 {
  color: #5f0;
}

.cm-meta {
  color: #555;
}

.cm-error {
  color: red;
}

.cm-qualifier {
  color: #555;
}

.cm-builtin {
  color: #30a;
}

.cm-bracket {
  color: #cc7;
}

.cm-tag {
  color: #170;
}

.cm-attribute {
  color: #00c;
}

.cm-header {
  color: #000;
}

.cm-quote {
  color: #900;
}

.cm-hr {
  color: #999;
}

.cm-link {
  color: #00c;
}

.dark .cm-comment {
  color: #75715e;
}

.dark .cm-atom {
  color: #ae81ff;
}

.dark .cm-number {
  color: #ae81ff;
}

.dark .cm-property,
.dark .cm-attribute {
  color: #a6e22e;
}

.dark .cm-keyword {
  color: #f92672;
}

.dark .cm-string {
  color: #e6db74;
}

.dark .cm-variable-2 {
  color: #9effff;
}

.dark .cm-def {
  color: #fd971f;
}

.dark .cm-error {
  background: #f92672;
  color: #f8f8f0;
}

.dark .cm-bracket {
  color: #f8f8f2;
}

.dark .cm-tag {
  color: #f92672;
}

.dark .cm-link {
  color: #ae81ff;
}

.code-block .state-message:not(:last-child) {
  margin-bottom: 10px;
}

.embed-block .intrinsic,
.video-block .intrinsic,
.embed-block .sqs-block-content .intrinsic,
.video-block .sqs-block-content .intrinsic {
  position: relative;
}

.embed-block .intrinsic .embed-block-wrapper:not(.embed-block-provider-SoundCloud),
.video-block .intrinsic .embed-block-wrapper:not(.embed-block-provider-SoundCloud),
.embed-block .sqs-block-content .intrinsic .embed-block-wrapper:not(.embed-block-provider-SoundCloud),
.video-block .sqs-block-content .intrinsic .embed-block-wrapper:not(.embed-block-provider-SoundCloud) {
  position: relative;
}

.embed-block .intrinsic .embed-block-wrapper:not(.embed-block-provider-SoundCloud) .sqs-video-wrapper,
.video-block .intrinsic .embed-block-wrapper:not(.embed-block-provider-SoundCloud) .sqs-video-wrapper,
.embed-block .sqs-block-content .intrinsic .embed-block-wrapper:not(.embed-block-provider-SoundCloud) .sqs-video-wrapper,
.video-block .sqs-block-content .intrinsic .embed-block-wrapper:not(.embed-block-provider-SoundCloud) .sqs-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.embed-block .intrinsic .embed-block-wrapper:not(.embed-block-provider-SoundCloud) iframe,
.video-block .intrinsic .embed-block-wrapper:not(.embed-block-provider-SoundCloud) iframe,
.embed-block .sqs-block-content .intrinsic .embed-block-wrapper:not(.embed-block-provider-SoundCloud) iframe,
.video-block .sqs-block-content .intrinsic .embed-block-wrapper:not(.embed-block-provider-SoundCloud) iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.embed-block .intrinsic .embed-block-wrapper:not(.embed-block-provider-SoundCloud) .flickr-oembed,
.video-block .intrinsic .embed-block-wrapper:not(.embed-block-provider-SoundCloud) .flickr-oembed,
.embed-block .sqs-block-content .intrinsic .embed-block-wrapper:not(.embed-block-provider-SoundCloud) .flickr-oembed,
.video-block .sqs-block-content .intrinsic .embed-block-wrapper:not(.embed-block-provider-SoundCloud) .flickr-oembed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.embed-block .intrinsic .embed-block-provider-SoundCloud,
.video-block .intrinsic .embed-block-provider-SoundCloud,
.embed-block .sqs-block-content .intrinsic .embed-block-provider-SoundCloud,
.video-block .sqs-block-content .intrinsic .embed-block-provider-SoundCloud {
  padding-bottom: 0 !important;
}

.embed-block .intrinsic .embed-block-provider-SoundCloud iframe,
.video-block .intrinsic .embed-block-provider-SoundCloud iframe,
.embed-block .sqs-block-content .intrinsic .embed-block-provider-SoundCloud iframe,
.video-block .sqs-block-content .intrinsic .embed-block-provider-SoundCloud iframe {
  width: 100%;
}

.sqs-block-soundcloud .sqs-intrinsic iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.sqs-block-audio {
  min-height: 34px;
}

.sqs-search-ui-button-wrapper .search-input {
  opacity: .7;
  -webkit-transition: opacity .2s ease-out;
  -moz-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
  -webkit-transition: background-image .2s ease-out;
  -moz-transition: background-image .2s ease-out;
  -o-transition: background-image .2s ease-out;
  transition: background-image .2s ease-out;
  border: 1px solid #aaa;
  padding: 12px 12px 12px 45px;
  background: url(/universal/images-v6/icons/icon-searchqueries-20-dark.png) no-repeat 15px 50%;
  width: 100%;
  min-height: 20px;
  line-height: 20px;
  display: block;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.sqs-search-ui-button-wrapper .search-input.loading {
  background-image: none;
}

.sqs-search-ui-button-wrapper .search-input.disabled {
  cursor: pointer;
}

.sqs-search-ui-button-wrapper .search-input:hover,
.sqs-search-ui-button-wrapper .search-input:focus {
  opacity: 1;
}

.sqs-search-ui-button-wrapper .search-input::-webkit-input-placeholder {
  color: #666;
}

.sqs-search-ui-button-wrapper .search-input:-moz-placeholder {
  color: #666;
}

.sqs-search-ui-button-wrapper .search-input::-moz-placeholder {
  color: #666;
}

.sqs-search-ui-button-wrapper .search-input:-ms-input-placeholder {
  color: #666;
}

.sqs-search-ui-button-wrapper .search-input:hover::-webkit-input-placeholder {
  font-style: normal;
}

.sqs-search-ui-button-wrapper .search-input:hover:-moz-placeholder {
  font-style: normal;
}

.sqs-search-ui-button-wrapper .search-input:hover::-moz-placeholder {
  font-style: normal;
}

.sqs-search-ui-button-wrapper .search-input:hover:-ms-input-placeholder {
  font-style: normal;
}

.sqs-search-ui-button-wrapper .spinner-wrapper {
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -21px;
}

.sqs-search-preview-ui {
  position: absolute;
  z-index: 999999;
  background-color: #fff;
  width: 100%;
}

.sqs-search-preview-ui .sqs-search-ui-result {
  border-top: none;
  border: 1px solid #ddd;
}

.sqs-search-preview-ui .sqs-search-ui-result .search-result-notice {
  background-color: #fff;
  font-weight: 200;
  font-size: 12px;
  padding: 6px 12px;
}

.sqs-search-preview-ui .sqs-search-ui-result .search-result-notice.hide {
  display: none;
}

.sqs-search-preview-ui .sqs-search-ui-result .sqs-search-ui-list {
  max-height: 500px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.sqs-search-preview-ui .sqs-search-ui-result .sqs-search-ui-list .search-result {
  padding: 16px;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
  -webkit-transition: background-color .2s ease-out;
  -moz-transition: background-color .2s ease-out;
  -o-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
}

.sqs-search-preview-ui .sqs-search-ui-result .sqs-search-ui-list .search-result:last-child {
  border-bottom: none;
}

.sqs-search-preview-ui .sqs-search-ui-result .sqs-search-ui-list .search-result.selected,
.sqs-search-preview-ui .sqs-search-ui-result .sqs-search-ui-list .search-result:hover {
  background-color: #f5f5f5;
}

.sqs-search-preview-ui .sqs-search-ui-result .sqs-search-ui-list .search-result .sqs-search-ui-item em {
  color: #222;
  font-style: italic;
}

.sqs-search-preview-ui .sqs-search-ui-result .sqs-search-ui-list .search-result .sqs-search-ui-item .sqs-main-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.sqs-search-preview-ui .sqs-search-ui-result .sqs-search-ui-list .search-result .sqs-search-ui-item .sqs-main-image-container {
  width: 50px;
  float: right;
  margin: 0 0 5px 5px;
  box-shadow: #ddd 1px -1px 5px;
}

.sqs-search-preview-ui .sqs-search-ui-result .sqs-search-ui-list .search-result .sqs-search-ui-item .sqs-main-image-intrinsic {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

.sqs-search-preview-ui .sqs-search-ui-result .sqs-search-ui-list .search-result .sqs-search-ui-item .sqs-title {
  font-size: 16px;
  line-height: 1.2em;
  margin-bottom: .5em;
  color: #333;
}

.sqs-search-preview-ui .sqs-search-ui-result .sqs-search-ui-list .search-result .sqs-search-ui-item .sqs-content {
  font-size: 12px;
  line-height: 1.4em;
}

.sqs-block-map .sqs-block-map-content {
  position: relative;
}

.sqs-block-map .sqs-block-map-content .sqs-map-wrapper {
  position: absolute !important;
  top: 0;
  left: 0;
  height: 100%;
  max-width: none;
  width: 100%;
}

.rss-block .social-rss:before {
  position: relative;
  top: -.05em;
  margin-right: .4em;
  font-size: .7em;
}

.twitter-block .tweet-list {
  list-style-type: none;
  margin: 0 0 2.2em 0;
  padding: 0;
}

.twitter-block .tweet {
  margin: 0 0 2.2em 0;
}

.twitter-block .tweet a {
  border: 0;
}

.twitter-block .tweet .tweet-avatar-wrapper {
  float: left;
}

.twitter-block .tweet .tweet-avatar {
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.twitter-block .tweet .tweet-text-wrapper {
  margin-left: 60px;
}

.twitter-block .tweet.no-avatar .tweet-text-wrapper {
  margin-left: 0px;
}

.twitter-block .tweet .tweet-from {
  font-size: 1.1em;
  margin: 0 0 .5em 0;
  line-height: 1em;
  font-weight: bold;
}

.twitter-block .tweet .tweet-timestamp a {
  font-size: .8em;
}

.form-wrapper .field-list {
  line-height: normal;
}

.form-wrapper .field-list fieldset,
.form-wrapper .field-list legend {
  margin: 0;
  padding: 0;
  border: 0;
}

.form-wrapper .field-list legend {
  display: none;
}

.form-wrapper .field-list textarea {
  min-height: 100px;
  resize: vertical;
}

.form-wrapper .field-list textarea.medium {
  min-height: 200px;
}

.form-wrapper .field-list textarea.large {
  min-height: 300px;
}

.form-wrapper .field-list .section {
  margin: 2em 0;
  padding-bottom: .3em;
  font-size: .9em;
  text-transform: ;
}

.form-wrapper .field-list .section.underline {
  border-bottom: 1px solid #999;
}

.form-wrapper .field-list .section:nth-child(1) {
  margin: 0 0 2em 0;
}

.form-wrapper .field-list .title {
  display: block;
}

.form-wrapper .field-list .description {
  padding: .5em 0 .5em;
  font-size: 12px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: .7;
  -khtml-opacity: .7;
  opacity: .7;
}

.form-wrapper .field-list .field {
  position: relative;
  margin: 0 0 24px;
}

.form-wrapper .field-list .field .caption {
  font-size: 12px;
}

.form-wrapper .field-list .field .caption .field-element {
  font-size: 14px;
}

.form-wrapper .field-list .field .field-element {
  width: 100%;
  padding: 12px;
  margin: 6px 0 4px;
  border: 1px solid #ccc;
  background: #fafafa;
  font-family: sans-serif;
  font-size: 12px;
  line-height: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.form-wrapper .field-list .field .field-element:focus {
  background: #fff;
  -webkit-transition: background .1s ease-in;
  -moz-transition: background .1s ease-in;
  -o-transition: background .1s ease-in;
  transition: background .1s ease-in;
  outline: none;
}

.form-wrapper .field-list .field select {
  margin: 6px 0 4px;
  max-width: 100%;
}

.form-wrapper .field-list .field .prefix {
  position: absolute;
  bottom: 16px;
  left: 8px;
  color: #aaa;
  font-family: sans-serif;
  font-size: 13px;
  line-height: 16px;
}

.form-wrapper .field-list .field.twitter .field-element {
  padding-left: 22px;
}

.form-wrapper .field-list .field.currency.hassymbol .field-element {
  padding-left: 20px;
}

.form-wrapper .field-list .field.website .field-element {
  padding-left: 45px;
}

.form-wrapper .field-list .field.checkbox label,
.form-wrapper .field-list .field.radio label {
  cursor: pointer;
}

.form-wrapper .field-list .field.checkbox input,
.form-wrapper .field-list .field.radio input {
  margin-right: 5px;
}

.form-wrapper .field-list .field .option {
  margin: 6px 0 4px;
  font-size: 13px;
}

.form-wrapper .field-list .field.likert .item {
  overflow: hidden;
  margin: 1.6em 0 1.6em 0;
}

.form-wrapper .field-list .field.likert .question {
  margin: 0 0 .5em 0;
  font-size: .9em;
}

.form-wrapper .field-list .field.likert .option {
  width: 20%;
  float: left;
  text-align: left;
  border-top: 1px solid #ddd;
}

.form-wrapper .field-list .field.likert .option label {
  margin: 0;
  padding: 0 0 0 1px;
  font-size: .9em;
  display: block;
  cursor: pointer;
}

.form-wrapper .field-list .field.likert .option input {
  margin: 10px 0;
  display: block;
}

.form-wrapper .field-list .field.likert .option:last-of-type {
  border-right: none;
}

.form-wrapper .field-list .fields {
  margin: 0 0 0 -2%;
}

.form-wrapper .field-list .fields .title,
.form-wrapper .field-list .fields .description,
.form-wrapper .field-list .fields .field,
.form-wrapper .field-list .fields .field-error {
  margin-left: 2%;
}

.form-wrapper .field-list .fields .field {
  float: left;
}

.form-wrapper .field-list .fields .field.two-digits {
  width: 3.5em;
}

.form-wrapper .field-list .fields .field.three-digits {
  width: 4.2em;
}

.form-wrapper .field-list .fields .field.four-digits {
  width: 4.8em;
}

.form-wrapper .field-list .fields .field.ampm {
  width: 4.5em;
}

.form-wrapper .field-list .fields.name .field {
  width: 48%;
}

.form-wrapper .field-list .fields.address .field.address1,
.form-wrapper .field-list .fields.address .field.address2 {
  width: 98%;
}

.form-wrapper .field-list .fields.address .field.city {
  width: 70%;
}

.form-wrapper .field-list .fields.address .field.state-province {
  width: 26%;
}

.form-wrapper .field-list .fields.address .field.zip {
  width: 36%;
}

.form-wrapper .field-list .fields.address .field.country {
  width: 98%;
}

.form-wrapper .field-list .fields.payment .field.card-expiry-month {
  width: 40%;
}

.form-wrapper .field-list .fields.payment .field.card-expiry-year {
  width: 40%;
}

.form-wrapper .field-list .form-item.error,
.form-wrapper .field-list .form-item.error .caption,
.form-wrapper .field-list .form-item.error .title,
.form-wrapper .field-list .form-item.error .description {
  color: #bd0000;
}

.form-wrapper .field-list .form-item.error input,
.form-wrapper .field-list .form-item.error textarea {
  border: 1px solid #e99292;
}

.form-wrapper .form-button-wrapper--align-left {
  text-align: left;
}

.form-wrapper .form-button-wrapper--align-center {
  text-align: center;
}

.form-wrapper .form-button-wrapper--align-right {
  text-align: right;
}

.form-wrapper input[type=submit] {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 1em 2.5em;
  color: #fff;
  background-color: #272727;
  border-width: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1em;
  font-weight: normal;
  font-style: normal;
  text-transform: ;
  letter-spacing: 0px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
  text-transform: none;
}

.form-wrapper .form-submission-text {
  margin-top: 20px;
}

.form-wrapper .field-error {
  color: #fff;
  background: #cc3b3b url('http://static.squarespace.com/universal/images-v6/standard/icon_close_7_light.png') no-repeat 9px 50%;
  padding: 5px 15px 3px 25px;
  font-size: 13px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin: 12px 0;
  line-height: 23px;
  display: inline-block;
}

.form-wrapper .field .field-error {
  margin-bottom: .5em;
}

.form-wrapper .submitting .field-list {
  opacity: .7;
}

.form-wrapper .hidden,
.form-wrapper.hidden {
  display: none;
}

.form-block .lightbox-handle-wrapper--align-left {
  text-align: left;
}

.form-block .lightbox-handle-wrapper--align-center {
  text-align: center;
}

.form-block .lightbox-handle-wrapper--align-right {
  text-align: right;
}

.form-block .lightbox-handle {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 1em 2.5em;
  color: #fff;
  background-color: #272727;
  border-width: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1em;
  font-weight: normal;
  font-style: normal;
  text-transform: ;
  letter-spacing: 0px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
  text-transform: none;
}

.sqs-form-lightbox {
  font-size: 14px;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
}

.sqs-form-lightbox-content {
  z-index: 100000000;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}

.sqs-form-lightbox-content .lightbox-background {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .4;
}

.sqs-form-lightbox-content .lightbox-inner {
  position: absolute;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 100%;
  top: 0;
}

.sqs-form-lightbox-content .lightbox-inner .lightbox-content {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  padding: 40px;
  background: #fff;
}

.sqs-form-lightbox-content .lightbox-inner .lightbox-content .form-wrapper {
  color: #222;
  font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.sqs-form-lightbox-content .lightbox-inner .lightbox-content .form-wrapper .form-title {
  font-size: 22px;
  line-height: 1.2em;
  margin-right: 22px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sqs-form-lightbox-content .lightbox-inner .lightbox-content .form-wrapper .form-inner-wrapper form {
  margin-top: 55px;
}

.sqs-form-lightbox-content .lightbox-inner .lightbox-content .form-wrapper .form-inner-wrapper form .radio .option {
  margin-left: 1px;
}

.sqs-form-lightbox-content .lightbox-inner .lightbox-content .lightbox-close {
  position: absolute;
  color: #333;
  font-size: 22px;
  width: 22px;
  line-height: 22px;
  top: 40px;
  right: 40px;
  text-align: center;
  cursor: pointer;
}

@media only screen and (max-width: 600px) {
  .sqs-form-lightbox .lightbox-inner {
    background: #fff;
  }

  .sqs-form-lightbox .lightbox-inner .lightbox-content {
    margin-top: 0 !important;
  }
}

html.sqs-form-lightbox-open,
html.sqs-form-lightbox-open body {
  height: 100%;
  overflow: hidden;
}

/*
 * Menu Block
 */
.menus h3 {
  margin: 3rem 0 2rem;
}

.menu-block .menu-selector {
  margin-bottom: 3em;
}

.menu-block .menu-selector label {
  display: inline-block;
  padding: 0 .5em;
  font-size: 1.1em;
}

.menu-block .menu-select-button {
  display: none;
}

.menu-block .menu-header {
  margin-bottom: 3em;
}

.menu-block .menu-section {
  margin-top: 5em;
}

.menu-block .menu-section:first-of-type {
  margin-top: 15px;
}

.menu-block .menu-section-header {
  margin-bottom: 2em;
  padding-bottom: 1em;
}

.menu-block .menu-section-title {
  font-size: 1.5em;
}

.menu-block .menu-section-description {
  font-size: .85em;
  line-height: 1.4em;
}

.menu-block .menu-item {
  margin-bottom: 2em;
  margin-top: 0;
  line-height: 1.2em;
}

.menu-block .menu-item-title {
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.2em;
}

.menu-block .menu-item-title img {
  border: 1px solid #041D71;
  padding: 10px;
}

.menu-block .menu-item-description {
  line-height: 1.3em;
  margin-top: 5px;
}

.menu-block .menu-item-price-bottom {
  margin: .5em 0;
}

.menu-block .menu-item-option {
  font-size: .8em;
  font-style: italic;
}

.menu-block .menu-style-classic .menu-selector,
.menu-block .menu-style-classic .menu-header,
.menu-block .menu-style-classic .menu-section-title,
.menu-block .menu-style-classic .menu-section-description {
  text-align: center;
}

.menu-block .menu-style-classic .menu-items {
  -webkit-column-width: 25em;
  -webkit-column-gap: 3em;
  -moz-column-width: 18em;
  -moz-column-gap: 3em;
  -ms-column-width: 18em;
  -ms-column-gap: 3em;
  -o-column-width: 18em;
  -o-column-gap: 3em;
  column-width: 18em;
  column-gap: 3em;
}

.menu-block .menu-style-classic .menu-item {
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  break-inside: avoid;
  width: 100%;
}

.menu-block .menu-style-classic .menu-item-description {
  margin-right: 3em;
}

.menu-block .menu-style-classic .menu-item-price-top {
  float: right;
  padding-left: 20px;
}

.menu-block .menu-style-classic .menu-item-price-bottom {
  display: none;
}

.menu-block .menu-style-simple .menu-selector,
.menu-block .menu-style-simple .menu {
  text-align: center;
}

.menu-block .menu-style-simple .menu-item-price-top {
  display: none;
}

.donation-block .sqs-donate-button-wrapper {
  display: block;
}

.donation-block .sqs-donate-button-wrapper--align-left {
  text-align: left;
}

.donation-block .sqs-donate-button-wrapper--align-center {
  text-align: center;
}

.donation-block .sqs-donate-button-wrapper--align-right {
  text-align: right;
}

.donation-block .sqs-donate-button {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 1em 2.5em;
  color: #fff;
  background-color: #272727;
  border-width: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1em;
  font-weight: normal;
  font-style: normal;
  text-transform: ;
  letter-spacing: 0px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*
 * OpenTable Block - Frontend
 */
.opentable-block #OT_form,
.opentable-block .OT_wrapper,
.opentable-block .OT_title,
.opentable-block .OT_subtitle {
  width: auto;
}

.opentable-block .OT_wrapper {
  border-radius: 0;
  border: 0;
  background: #333;
  padding: 15px;
}

.opentable-block .OT_header {
  margin-bottom: 10px;
}

.opentable-block .OT_title {
  color: #fff;
  font-size: 1.2em;
  padding: 15px 0 0;
}

.opentable-block .OT_subtitle {
  color: #fff;
  color: grey;
  margin-top: 5px;
  font-size: 8px !important;
}

.opentable-block .OT_day,
.opentable-block .OT_time,
.opentable-block .OT_party {
  border: 0;
  height: 12px;
  display: inline-block;
  padding: 10px 5px 15px 32px;
}

.opentable-block .OT_day {
  padding-top: 11px;
}

.opentable-block .OT_list {
  margin: 0 auto;
  width: auto;
  max-width: 501px;
  text-align: center;
}

.opentable-block .OTButton,
.opentable-block #OTButton {
  width: auto;
  margin: 0 auto;
}

.opentable-block .OT_submit {
  padding: 30px 0 20px 0;
  height: auto;
  margin: 0 auto;
}

.opentable-block #OT_Find_a_Table {
  background-color: #111;
  background-color: rgba(0, 0, 0, .3);
  background: #1f1f1f;
  padding: 10px 4px;
  font-size: 14px;
  font-weight: normal;
  text-shadow: none;
}

.opentable-block #OT_Find_a_Table:hover {
  background-color: #111;
  background-color: rgba(0, 0, 0, .5);
}

.opentable-block a.OT_Find_a_Table:link,
.opentable-block a.OT_Find_a_Table:visited,
.opentable-block a.OT_Find_a_Table:hover,
.opentable-block a.OT_Find_a_Table:active {
  color: #fff;
  background: #0d0d0d;
  height: auto !important;
}

.hide-opentable-icons .opentable-block .OT_day,
.hide-opentable-icons .opentable-block .OT_time,
.hide-opentable-icons .opentable-block .OT_party {
  background: none !important;
  padding: 15px 10px;
}

.hide-opentable-icons .opentable-block #OT_timeList,
.hide-opentable-icons .opentable-block #OT_partyList {
  left: 42px;
}

.opentable-style-dark .opentable-block .OT_wrapper {
  border-radius: 0;
  border: 0;
  background: #333;
}

.opentable-style-dark .opentable-block .OT_title {
  color: #111;
  color: rgba(0, 0, 0, .95);
}

.opentable-style-dark .opentable-block .OT_subtitle {
  color: #333;
  color: rgba(0, 0, 0, .4);
}

.opentable-style-dark .opentable-block #OT_Find_a_Table {
  background-color: #111;
  background-color: rgba(0, 0, 0, .8);
}

.opentable-style-dark .opentable-block #OT_Find_a_Table:hover {
  background-color: #111;
  background-color: #000;
}

.opentable-style-dark .opentable-block a.OT_Find_a_Table:link,
.opentable-style-dark .opentable-block a.OT_Find_a_Table:visited,
.opentable-style-dark .opentable-block a.OT_Find_a_Table:hover,
.opentable-style-dark .opentable-block a.OT_Find_a_Table:active {
  color: #fff;
}

.opentable-style-dark .opentable-block .OT_day,
.opentable-style-dark .opentable-block .OT_time,
.opentable-style-dark .opentable-block .OT_party {
  background-image: url(http://www.opentable.com/frontdoor/img/icons_final_dark.png);
}

#ui-datepicker-div {
  z-index: 999 !important;
}

#ui-datepicker-div .ui-datepicker td span,
#ui-datepicker-div .ui-datepicker td a {
  line-height: 2em;
}

#ui-datepicker-div .ui-widget {
  width: auto;
}

@font-face {
  font-family: 'social-icon-font';
  src: url('http://static.squarespace.com/universal/fonts/social-icon-font.eot');
  src: url('http://static.squarespace.com/universal/fonts/social-icon-font.eot?#iefix') format('embedded-opentype'), url('http://static.squarespace.com/universal/fonts/social-icon-font.woff') format('woff'), url('http://static.squarespace.com/universal/fonts/social-icon-font.ttf') format('truetype'), url('http://static.squarespace.com/universal/fonts/social-icon-font.svg#social-icon-font') format('svg');
  font-weight: normal;
  font-style: normal;
}

.sqs-block-socialaccountlinks .social-account-list,
.sqs-block-socialaccountlinks-v2 .social-account-list {
  text-align: left;
}

.sqs-block-socialaccountlinks .social-account-list:before,
.sqs-block-socialaccountlinks-v2 .social-account-list:before,
.sqs-block-socialaccountlinks .social-account-list:after,
.sqs-block-socialaccountlinks-v2 .social-account-list:after {
  content: "";
  display: table;
}

.sqs-block-socialaccountlinks .social-account-list:after,
.sqs-block-socialaccountlinks-v2 .social-account-list:after {
  clear: both;
}

.sqs-block-socialaccountlinks .social-account-list a,
.sqs-block-socialaccountlinks-v2 .social-account-list a,
.sqs-block-socialaccountlinks .social-account-list a:link,
.sqs-block-socialaccountlinks-v2 .social-account-list a:link,
.sqs-block-socialaccountlinks .social-account-list a:visited,
.sqs-block-socialaccountlinks-v2 .social-account-list a:visited {
  display: inline-block;
  width: 28px;
  height: 28px;
  color: #111;
  text-decoration: none !important;
  *zoom: 1;
  *display: inline;
  font-weight: normal;
}

.sqs-block-socialaccountlinks .social-account-list a:before,
.sqs-block-socialaccountlinks-v2 .social-account-list a:before,
.sqs-block-socialaccountlinks .social-account-list a:link:before,
.sqs-block-socialaccountlinks-v2 .social-account-list a:link:before,
.sqs-block-socialaccountlinks .social-account-list a:visited:before,
.sqs-block-socialaccountlinks-v2 .social-account-list a:visited:before {
  font-size: 28px;
  line-height: 28px;
}

.sqs-block-socialaccountlinks .social-account-list.social-icon-alignment-left a,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-alignment-left a {
  margin-right: 10px;
}

.sqs-block-socialaccountlinks .social-account-list.social-icon-alignment-right a,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-alignment-right a {
  margin-left: 10px;
}

.sqs-block-socialaccountlinks .social-account-list.social-icon-alignment-center a,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-alignment-center a {
  margin: 0 5px;
}

.sqs-block-socialaccountlinks .social-account-list.social-icon-alignment-center,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-alignment-center {
  text-align: center;
}

.sqs-block-socialaccountlinks .social-account-list.social-icon-alignment-right,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-alignment-right {
  text-align: right;
}

.sqs-block-socialaccountlinks .social-account-list.social-icon-color-white a,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-white a,
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-white a:visited,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-white a:visited {
  color: #fff;
}

.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a.social-facebook,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a.social-facebook,
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a:link.social-facebook,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a:link.social-facebook,
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a:visited.social-facebook,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a:visited.social-facebook {
  color: #3b5998;
}

.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a.social-twitter,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a.social-twitter,
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a:link.social-twitter,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a:link.social-twitter,
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a:visited.social-twitter,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a:visited.social-twitter {
  color: #00a0d1;
}

.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a.social-google,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a.social-google,
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a:link.social-google,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a:link.social-google,
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a:visited.social-google,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a:visited.social-google {
  color: #dd4b39;
}

.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a.social-tumblr,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a.social-tumblr,
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a:link.social-tumblr,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a:link.social-tumblr,
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a:visited.social-tumblr,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a:visited.social-tumblr {
  color: #34526f;
}

.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a.social-dropbox,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a.social-dropbox,
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a:link.social-dropbox,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a:link.social-dropbox,
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a:visited.social-dropbox,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a:visited.social-dropbox {
  color: #3d9ae8;
}

.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a.social-foursquare,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a.social-foursquare,
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a:link.social-foursquare,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a:link.social-foursquare,
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a:visited.social-foursquare,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a:visited.social-foursquare {
  color: #25a0ca;
}

.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a.social-instagram,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a.social-instagram,
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a:link.social-instagram,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a:link.social-instagram,
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a:visited.social-instagram,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a:visited.social-instagram {
  color: #517fa4;
}

.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a.social-flickr,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a.social-flickr,
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a:link.social-flickr,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a:link.social-flickr,
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a:visited.social-flickr,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a:visited.social-flickr {
  color: #ff0084;
}

.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a.social-youtube,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a.social-youtube,
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a:link.social-youtube,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a:link.social-youtube,
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a:visited.social-youtube,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a:visited.social-youtube {
  color: #c4302b;
}

.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a.social-vimeo,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a.social-vimeo,
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a:link.social-vimeo,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a:link.social-vimeo,
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a:visited.social-vimeo,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a:visited.social-vimeo {
  color: #4bf;
}

.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a.social-linkedin,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a.social-linkedin,
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a:link.social-linkedin,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a:link.social-linkedin,
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a:visited.social-linkedin,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a:visited.social-linkedin {
  color: #4875b4;
}

.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a.social-dribbble,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a.social-dribbble,
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a:link.social-dribbble,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a:link.social-dribbble,
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a:visited.social-dribbble,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a:visited.social-dribbble {
  color: #ea4c89;
}

.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a.social-pinterest,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a.social-pinterest,
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a:link.social-pinterest,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a:link.social-pinterest,
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a:visited.social-pinterest,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a:visited.social-pinterest {
  color: #910101;
}

.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a.social-smugmug,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a.social-smugmug,
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a:link.social-smugmug,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a:link.social-smugmug,
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a:visited.social-smugmug,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a:visited.social-smugmug {
  color: #aae926;
}

.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a.social-500px,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a.social-500px,
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a:link.social-500px,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a:link.social-500px,
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a:visited.social-500px,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a:visited.social-500px {
  color: #00aeef;
}

.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a.social-email,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a.social-email,
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a:link.social-email,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a:link.social-email,
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a:visited.social-email,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a:visited.social-email {
  color: #121212;
}

.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a.social-github,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a.social-github,
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a:link.social-github,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a:link.social-github,
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a:visited.social-github,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a:visited.social-github {
  color: #4183c4;
}

.sqs-block-socialaccountlinks .social-account-list.social-icon-size-large a,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-size-large a,
.sqs-block-socialaccountlinks .social-account-list.social-icon-size-large a:link,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-size-large a:link,
.sqs-block-socialaccountlinks .social-account-list.social-icon-size-large a:visited,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-size-large a:visited {
  width: 34px;
  height: 34px;
}

.sqs-block-socialaccountlinks .social-account-list.social-icon-size-large a:before,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-size-large a:before,
.sqs-block-socialaccountlinks .social-account-list.social-icon-size-large a:link:before,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-size-large a:link:before,
.sqs-block-socialaccountlinks .social-account-list.social-icon-size-large a:visited:before,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-size-large a:visited:before {
  font-size: 34px;
  line-height: 34px;
}

.sqs-block-socialaccountlinks .social-account-list.social-icon-size-small a,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-size-small a,
.sqs-block-socialaccountlinks .social-account-list.social-icon-size-small a:link,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-size-small a:link,
.sqs-block-socialaccountlinks .social-account-list.social-icon-size-small a:visited,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-size-small a:visited {
  width: 22px;
  height: 22px;
}

.sqs-block-socialaccountlinks .social-account-list.social-icon-size-small a:before,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-size-small a:before,
.sqs-block-socialaccountlinks .social-account-list.social-icon-size-small a:link:before,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-size-small a:link:before,
.sqs-block-socialaccountlinks .social-account-list.social-icon-size-small a:visited:before,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-size-small a:visited:before {
  font-size: 22px;
  line-height: 22px;
}

.sqs-block-socialaccountlinks .social-smugmug:before,
.sqs-block-socialaccountlinks-v2 .social-smugmug:before,
.sqs-block-socialaccountlinks .social-github:before,
.sqs-block-socialaccountlinks-v2 .social-github:before,
.sqs-block-socialaccountlinks .social-dribbble:before,
.sqs-block-socialaccountlinks-v2 .social-dribbble:before,
.sqs-block-socialaccountlinks .social-youtube:before,
.sqs-block-socialaccountlinks-v2 .social-youtube:before,
.sqs-block-socialaccountlinks .social-vimeo:before,
.sqs-block-socialaccountlinks-v2 .social-vimeo:before,
.sqs-block-socialaccountlinks .social-twitter:before,
.sqs-block-socialaccountlinks-v2 .social-twitter:before,
.sqs-block-socialaccountlinks .social-tumblr:before,
.sqs-block-socialaccountlinks-v2 .social-tumblr:before,
.sqs-block-socialaccountlinks .social-pinterest:before,
.sqs-block-socialaccountlinks-v2 .social-pinterest:before,
.sqs-block-socialaccountlinks .social-linkedin:before,
.sqs-block-socialaccountlinks-v2 .social-linkedin:before,
.sqs-block-socialaccountlinks .social-instagram:before,
.sqs-block-socialaccountlinks-v2 .social-instagram:before,
.sqs-block-socialaccountlinks .social-google:before,
.sqs-block-socialaccountlinks-v2 .social-google:before,
.sqs-block-socialaccountlinks .social-foursquare:before,
.sqs-block-socialaccountlinks-v2 .social-foursquare:before,
.sqs-block-socialaccountlinks .social-facebook:before,
.sqs-block-socialaccountlinks-v2 .social-facebook:before,
.sqs-block-socialaccountlinks .social-fivehundredpix:before,
.sqs-block-socialaccountlinks-v2 .social-fivehundredpix:before,
.sqs-block-socialaccountlinks .social-flickr:before,
.sqs-block-socialaccountlinks-v2 .social-flickr:before,
.sqs-block-socialaccountlinks .social-stumbleupon:before,
.sqs-block-socialaccountlinks-v2 .social-stumbleupon:before,
.sqs-block-socialaccountlinks .social-blogger:before,
.sqs-block-socialaccountlinks-v2 .social-blogger:before,
.sqs-block-socialaccountlinks .social-reddit:before,
.sqs-block-socialaccountlinks-v2 .social-reddit:before,
.sqs-block-socialaccountlinks .social-share:before,
.sqs-block-socialaccountlinks-v2 .social-share:before,
.sqs-block-socialaccountlinks .social-heart:before,
.sqs-block-socialaccountlinks-v2 .social-heart:before,
.sqs-block-socialaccountlinks .social-email:before,
.sqs-block-socialaccountlinks-v2 .social-email:before,
.sqs-block-socialaccountlinks .social-rss:before,
.sqs-block-socialaccountlinks-v2 .social-rss:before,
.sqs-block-socialaccountlinks .social-smugmug-square:before,
.sqs-block-socialaccountlinks-v2 .social-smugmug-square:before,
.sqs-block-socialaccountlinks .social-github-square:before,
.sqs-block-socialaccountlinks-v2 .social-github-square:before,
.sqs-block-socialaccountlinks .social-dribbble-square:before,
.sqs-block-socialaccountlinks-v2 .social-dribbble-square:before,
.sqs-block-socialaccountlinks .social-youtube-square:before,
.sqs-block-socialaccountlinks-v2 .social-youtube-square:before,
.sqs-block-socialaccountlinks .social-vimeo-square:before,
.sqs-block-socialaccountlinks-v2 .social-vimeo-square:before,
.sqs-block-socialaccountlinks .social-twitter-square:before,
.sqs-block-socialaccountlinks-v2 .social-twitter-square:before,
.sqs-block-socialaccountlinks .social-tumblr-square:before,
.sqs-block-socialaccountlinks-v2 .social-tumblr-square:before,
.sqs-block-socialaccountlinks .social-pinterest-square:before,
.sqs-block-socialaccountlinks-v2 .social-pinterest-square:before,
.sqs-block-socialaccountlinks .social-linkedin-square:before,
.sqs-block-socialaccountlinks-v2 .social-linkedin-square:before,
.sqs-block-socialaccountlinks .social-instagram-square:before,
.sqs-block-socialaccountlinks-v2 .social-instagram-square:before,
.sqs-block-socialaccountlinks .social-google-square:before,
.sqs-block-socialaccountlinks-v2 .social-google-square:before,
.sqs-block-socialaccountlinks .social-foursquare-square:before,
.sqs-block-socialaccountlinks-v2 .social-foursquare-square:before,
.sqs-block-socialaccountlinks .social-facebook-square:before,
.sqs-block-socialaccountlinks-v2 .social-facebook-square:before,
.sqs-block-socialaccountlinks .social-fivehundredpix-square:before,
.sqs-block-socialaccountlinks-v2 .social-fivehundredpix-square:before,
.sqs-block-socialaccountlinks .social-flickr-square:before,
.sqs-block-socialaccountlinks-v2 .social-flickr-square:before,
.sqs-block-socialaccountlinks .social-stumbleupon-square:before,
.sqs-block-socialaccountlinks-v2 .social-stumbleupon-square:before,
.sqs-block-socialaccountlinks .social-blogger-square:before,
.sqs-block-socialaccountlinks-v2 .social-blogger-square:before,
.sqs-block-socialaccountlinks .social-reddit-square:before,
.sqs-block-socialaccountlinks-v2 .social-reddit-square:before,
.sqs-block-socialaccountlinks .social-share-square:before,
.sqs-block-socialaccountlinks-v2 .social-share-square:before,
.sqs-block-socialaccountlinks .social-heart-square:before,
.sqs-block-socialaccountlinks-v2 .social-heart-square:before,
.sqs-block-socialaccountlinks .social-email-square:before,
.sqs-block-socialaccountlinks-v2 .social-email-square:before,
.sqs-block-socialaccountlinks .social-rss-square:before,
.sqs-block-socialaccountlinks-v2 .social-rss-square:before,
.sqs-block-socialaccountlinks .social-smugmug-round:before,
.sqs-block-socialaccountlinks-v2 .social-smugmug-round:before,
.sqs-block-socialaccountlinks .social-github-round:before,
.sqs-block-socialaccountlinks-v2 .social-github-round:before,
.sqs-block-socialaccountlinks .social-dribbble-round:before,
.sqs-block-socialaccountlinks-v2 .social-dribbble-round:before,
.sqs-block-socialaccountlinks .social-youtube-round:before,
.sqs-block-socialaccountlinks-v2 .social-youtube-round:before,
.sqs-block-socialaccountlinks .social-vimeo-round:before,
.sqs-block-socialaccountlinks-v2 .social-vimeo-round:before,
.sqs-block-socialaccountlinks .social-twitter-round:before,
.sqs-block-socialaccountlinks-v2 .social-twitter-round:before,
.sqs-block-socialaccountlinks .social-tumblr-round:before,
.sqs-block-socialaccountlinks-v2 .social-tumblr-round:before,
.sqs-block-socialaccountlinks .social-pinterest-round:before,
.sqs-block-socialaccountlinks-v2 .social-pinterest-round:before,
.sqs-block-socialaccountlinks .social-linkedin-round:before,
.sqs-block-socialaccountlinks-v2 .social-linkedin-round:before,
.sqs-block-socialaccountlinks .social-instagram-round:before,
.sqs-block-socialaccountlinks-v2 .social-instagram-round:before,
.sqs-block-socialaccountlinks .social-google-round:before,
.sqs-block-socialaccountlinks-v2 .social-google-round:before,
.sqs-block-socialaccountlinks .social-foursquare-round:before,
.sqs-block-socialaccountlinks-v2 .social-foursquare-round:before,
.sqs-block-socialaccountlinks .social-facebook-round:before,
.sqs-block-socialaccountlinks-v2 .social-facebook-round:before,
.sqs-block-socialaccountlinks .social-fivehundredpix-round:before,
.sqs-block-socialaccountlinks-v2 .social-fivehundredpix-round:before,
.sqs-block-socialaccountlinks .social-flickr-round:before,
.sqs-block-socialaccountlinks-v2 .social-flickr-round:before,
.sqs-block-socialaccountlinks .social-stumbleupon-round:before,
.sqs-block-socialaccountlinks-v2 .social-stumbleupon-round:before,
.sqs-block-socialaccountlinks .social-blogger-round:before,
.sqs-block-socialaccountlinks-v2 .social-blogger-round:before,
.sqs-block-socialaccountlinks .social-reddit-round:before,
.sqs-block-socialaccountlinks-v2 .social-reddit-round:before,
.sqs-block-socialaccountlinks .social-share-round:before,
.sqs-block-socialaccountlinks-v2 .social-share-round:before,
.sqs-block-socialaccountlinks .social-heart-round:before,
.sqs-block-socialaccountlinks-v2 .social-heart-round:before,
.sqs-block-socialaccountlinks .social-email-round:before,
.sqs-block-socialaccountlinks-v2 .social-email-round:before,
.sqs-block-socialaccountlinks .social-rss-round:before,
.sqs-block-socialaccountlinks-v2 .social-rss-round:before {
  font-family: 'social-icon-font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.sqs-block-socialaccountlinks .social-smugmug:before,
.sqs-block-socialaccountlinks-v2 .social-smugmug:before {
  content: "\e000";
}

.sqs-block-socialaccountlinks .social-icon-style-square .social-smugmug:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-square .social-smugmug:before {
  content: "\e001";
}

.sqs-block-socialaccountlinks .social-icon-style-round .social-smugmug:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-round .social-smugmug:before {
  content: "\e002";
}

.sqs-block-socialaccountlinks .social-dribbble:before,
.sqs-block-socialaccountlinks-v2 .social-dribbble:before {
  content: "\e003";
}

.sqs-block-socialaccountlinks .social-icon-style-square .social-dribbble:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-square .social-dribbble:before {
  content: "\e004";
}

.sqs-block-socialaccountlinks .social-icon-style-round .social-dribbble:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-round .social-dribbble:before {
  content: "\e005";
}

.sqs-block-socialaccountlinks .social-youtube:before,
.sqs-block-socialaccountlinks-v2 .social-youtube:before {
  content: "\e006";
}

.sqs-block-socialaccountlinks .social-icon-style-square .social-youtube:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-square .social-youtube:before {
  content: "\e007";
}

.sqs-block-socialaccountlinks .social-icon-style-round .social-youtube:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-round .social-youtube:before {
  content: "\e008";
}

.sqs-block-socialaccountlinks .social-vimeo:before,
.sqs-block-socialaccountlinks-v2 .social-vimeo:before {
  content: "\e009";
}

.sqs-block-socialaccountlinks .social-icon-style-square .social-vimeo:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-square .social-vimeo:before {
  content: "\e00a";
}

.sqs-block-socialaccountlinks .social-icon-style-round .social-vimeo:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-round .social-vimeo:before {
  content: "\e00b";
}

.sqs-block-socialaccountlinks .social-twitter:before,
.sqs-block-socialaccountlinks-v2 .social-twitter:before {
  content: "\e00c";
}

.sqs-block-socialaccountlinks .social-icon-style-square .social-twitter:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-square .social-twitter:before {
  content: "\e00d";
}

.sqs-block-socialaccountlinks .social-icon-style-round .social-twitter:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-round .social-twitter:before {
  content: "\e00e";
}

.sqs-block-socialaccountlinks .social-tumblr:before,
.sqs-block-socialaccountlinks-v2 .social-tumblr:before {
  content: "\e00f";
}

.sqs-block-socialaccountlinks .social-icon-style-square .social-tumblr:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-square .social-tumblr:before {
  content: "\e010";
}

.sqs-block-socialaccountlinks .social-icon-style-round .social-tumblr:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-round .social-tumblr:before {
  content: "\e011";
}

.sqs-block-socialaccountlinks .social-pinterest:before,
.sqs-block-socialaccountlinks-v2 .social-pinterest:before {
  content: "\e012";
}

.sqs-block-socialaccountlinks .social-icon-style-square .social-pinterest:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-square .social-pinterest:before {
  content: "\e013";
}

.sqs-block-socialaccountlinks .social-icon-style-round .social-pinterest:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-round .social-pinterest:before {
  content: "\e014";
}

.sqs-block-socialaccountlinks .social-linkedin:before,
.sqs-block-socialaccountlinks-v2 .social-linkedin:before {
  content: "\e015";
}

.sqs-block-socialaccountlinks .social-icon-style-square .social-linkedin:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-square .social-linkedin:before {
  content: "\e016";
}

.sqs-block-socialaccountlinks .social-icon-style-round .social-linkedin:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-round .social-linkedin:before {
  content: "\e017";
}

.sqs-block-socialaccountlinks .social-instagram:before,
.sqs-block-socialaccountlinks-v2 .social-instagram:before {
  content: "\e018";
}

.sqs-block-socialaccountlinks .social-icon-style-square .social-instagram:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-square .social-instagram:before {
  content: "\e019";
}

.sqs-block-socialaccountlinks .social-icon-style-round .social-instagram:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-round .social-instagram:before {
  content: "\e01a";
}

.sqs-block-socialaccountlinks .social-google:before,
.sqs-block-socialaccountlinks-v2 .social-google:before {
  content: "\e01b";
}

.sqs-block-socialaccountlinks .social-icon-style-square .social-google:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-square .social-google:before {
  content: "\e01c";
}

.sqs-block-socialaccountlinks .social-icon-style-round .social-google:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-round .social-google:before {
  content: "\e01d";
}

.sqs-block-socialaccountlinks .social-googleauth2:before,
.sqs-block-socialaccountlinks-v2 .social-googleauth2:before {
  content: "\e01b";
}

.sqs-block-socialaccountlinks .social-icon-style-square .social-googleauth2:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-square .social-googleauth2:before {
  content: "\e01c";
}

.sqs-block-socialaccountlinks .social-icon-style-round .social-googleauth2:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-round .social-googleauth2:before {
  content: "\e01d";
}

.sqs-block-socialaccountlinks .social-foursquare:before,
.sqs-block-socialaccountlinks-v2 .social-foursquare:before {
  content: "\e01e";
}

.sqs-block-socialaccountlinks .social-icon-style-square .social-foursquare:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-square .social-foursquare:before {
  content: "\e01f";
}

.sqs-block-socialaccountlinks .social-icon-style-round .social-foursquare:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-round .social-foursquare:before {
  content: "\e020";
}

.sqs-block-socialaccountlinks .social-flickr:before,
.sqs-block-socialaccountlinks-v2 .social-flickr:before {
  content: "\e021";
}

.sqs-block-socialaccountlinks .social-icon-style-square .social-flickr:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-square .social-flickr:before {
  content: "\e022";
}

.sqs-block-socialaccountlinks .social-icon-style-round .social-flickr:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-round .social-flickr:before {
  content: "\e023";
}

.sqs-block-socialaccountlinks .social-facebook:before,
.sqs-block-socialaccountlinks-v2 .social-facebook:before {
  content: "\e024";
}

.sqs-block-socialaccountlinks .social-icon-style-square .social-facebook:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-square .social-facebook:before {
  content: "\e025";
}

.sqs-block-socialaccountlinks .social-icon-style-round .social-facebook:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-round .social-facebook:before {
  content: "\e026";
}

.sqs-block-socialaccountlinks .social-fivehundredpix:before,
.sqs-block-socialaccountlinks-v2 .social-fivehundredpix:before {
  content: "\e027";
}

.sqs-block-socialaccountlinks .social-icon-style-square .social-fivehundredpix:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-square .social-fivehundredpix:before {
  content: "\e028";
}

.sqs-block-socialaccountlinks .social-icon-style-round .social-fivehundredpix:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-round .social-fivehundredpix:before {
  content: "\e029";
}

.sqs-block-socialaccountlinks .social-stumbleupon:before,
.sqs-block-socialaccountlinks-v2 .social-stumbleupon:before {
  content: "\e02a";
}

.sqs-block-socialaccountlinks .social-icon-style-square .social-stumbleupon:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-square .social-stumbleupon:before {
  content: "\e02b";
}

.sqs-block-socialaccountlinks .social-icon-style-round .social-stumbleupon:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-round .social-stumbleupon:before {
  content: "\e02c";
}

.sqs-block-socialaccountlinks .social-blogger:before,
.sqs-block-socialaccountlinks-v2 .social-blogger:before {
  content: "\e02d";
}

.sqs-block-socialaccountlinks .social-icon-style-square .social-blogger:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-square .social-blogger:before {
  content: "\e02e";
}

.sqs-block-socialaccountlinks .social-icon-style-round .social-blogger:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-round .social-blogger:before {
  content: "\e02f";
}

.sqs-block-socialaccountlinks .social-reddit:before,
.sqs-block-socialaccountlinks-v2 .social-reddit:before {
  content: "\e030";
}

.sqs-block-socialaccountlinks .social-icon-style-square .social-reddit:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-square .social-reddit:before {
  content: "\e031";
}

.sqs-block-socialaccountlinks .social-icon-style-round .social-reddit:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-round .social-reddit:before {
  content: "\e032";
}

.sqs-block-socialaccountlinks .social-share:before,
.sqs-block-socialaccountlinks-v2 .social-share:before {
  content: "\e033";
}

.sqs-block-socialaccountlinks .social-heart:before,
.sqs-block-socialaccountlinks-v2 .social-heart:before {
  content: "\e034";
}

.sqs-block-socialaccountlinks .social-heart-outline:before,
.sqs-block-socialaccountlinks-v2 .social-heart-outline:before {
  content: "\e035";
}

.sqs-block-socialaccountlinks .social-email:before,
.sqs-block-socialaccountlinks-v2 .social-email:before {
  content: "\e036";
}

.sqs-block-socialaccountlinks .social-icon-style-square .social-email:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-square .social-email:before {
  content: "\e037";
}

.sqs-block-socialaccountlinks .social-icon-style-round .social-email:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-round .social-email:before {
  content: "\e038";
}

.sqs-block-socialaccountlinks .social-github:before,
.sqs-block-socialaccountlinks-v2 .social-github:before {
  content: "\e039";
}

.sqs-block-socialaccountlinks .social-icon-style-square .social-github:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-square .social-github:before {
  content: "\e03b";
}

.sqs-block-socialaccountlinks .social-icon-style-round .social-github:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-round .social-github:before {
  content: "\e03a";
}

.sqs-block-socialaccountlinks .social-rss:before,
.sqs-block-socialaccountlinks-v2 .social-rss:before {
  content: "\e03c";
}

.sqs-block-socialaccountlinks .social-icon-style-square .social-rss:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-square .social-rss:before {
  content: "\e03d";
}

.sqs-block-socialaccountlinks .social-icon-style-round .social-rss:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-round .social-rss:before {
  content: "\e03e";
}

.rss-block .social-rss:before,
.rss-block .social-rss-square:before,
.rss-block .social-rss-round:before {
  font-family: 'social-icon-font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: relative;
  top: 0;
  margin-right: 10px;
  font-size: .7em;
}

.rss-block .social-rss:before {
  content: "\e03c";
}

/* Newsletter Block Tweaks
=================================================*/
/* Newsletter Block Style
=================================================*/
.newsletter-block * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.newsletter-block .newsletter-form-wrapper {
  width: 100%;
  padding: 34px 17px;
  background: rgba(0, 0, 0, .05);
  color: #272727;
  font-size: 15px;
}

.newsletter-block .newsletter-form-wrapper.hidden,
.newsletter-block .newsletter-form-wrapper .hidden {
  display: none;
}

.newsletter-block .newsletter-form {
  text-align: center;
  overflow: hidden;
}

.newsletter-block .newsletter-form-header {
  width: 85%;
  margin: 0 auto;
}

.newsletter-block .newsletter-form-header-title {
  margin: 0 0 17px 0;
  padding: 0;
  color: #272727;
  font-size: 30px;
  line-height: 1.2em;
  text-align: center;
}

.newsletter-block .newsletter-form-header-title a {
  color: #272727 !important;
  text-decoration: underline;
}

.newsletter-block .newsletter-form-header-description p {
  margin: 17px 0;
  padding: 0;
  color: #272727;
  font-size: 15px;
  line-height: 1.6em;
  text-align: center;
}

.newsletter-block .newsletter-form-header-description a {
  color: #272727 !important;
  text-decoration: underline;
}

.newsletter-block .newsletter-form-body {
  padding: 0 0 12px 0;
}

.newsletter-block .newsletter-form-fields-wrapper {
  display: inline-block;
  width: auto;
  margin: 12px 0 0 0;
}

.newsletter-block .newsletter-form-name-fieldset {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0;
  border: none;
}

.newsletter-block .newsletter-form-field-wrapper {
  display: inline-block;
  width: auto;
  padding: 6px 3px;
}

.newsletter-block .newsletter-form-field-label {
  display: none;
}

.newsletter-block .newsletter-form-field-element {
  width: 100%;
  padding: 1em;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .12);
  font-family: inherit;
  font-size: 15px;
  line-height: normal;
  outline: none;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  -webkit-transition: background .3s ease-out, border .3s ease-out;
  -moz-transition: background .3s ease-out, border .3s ease-out;
  -ms-transition: background .3s ease-out, border .3s ease-out;
  -o-transition: background .3s ease-out, border .3s ease-out;
  transition: background .3s ease-out, border .3s ease-out;
}

.newsletter-block .newsletter-form-field-element:focus {
  background: #fff;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
}

.newsletter-block .newsletter-form-field-element::-webkit-input-placeholder {
  color: rgba(0, 0, 0, .3);
}

.newsletter-block .newsletter-form-field-element:-moz-placeholder {
  color: rgba(0, 0, 0, .3);
}

.newsletter-block .newsletter-form-field-element::-moz-placeholder {
  color: rgba(0, 0, 0, .3);
}

.newsletter-block .newsletter-form-field-element:-ms-input-placeholder {
  color: rgba(0, 0, 0, .3);
}

.newsletter-block .field-error {
  display: none;
}

.newsletter-block .newsletter-form-field-wrapper .field-error {
  display: block;
  margin-bottom: 12px;
  padding: 6px;
  background: #fed9db;
  color: #f23d3d;
  font-size: 12px;
  line-height: normal;
}

.newsletter-block .newsletter-form-button-wrapper {
  display: inline-block;
  width: auto;
  margin: 12px 0 0 0;
  padding: 6px 3px;
}

.newsletter-block .newsletter-form-button {
  position: relative;
  width: auto;
  padding: 1em 2.25em;
  color: #fff;
  background-color: #272727;
  border: 1px solid #272727 !important;
  font-family: inherit;
  font-size: 15px;
  line-height: normal;
  font-weight: normal;
  text-align: center;
  text-transform: ;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.newsletter-block .newsletter-form-spinner.sqs-spin.light.large {
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 22px;
  width: 22px;
  margin-top: -11px;
  margin-left: -11px;
}

.newsletter-block .newsletter-form:not(.submitting) .newsletter-form-spinner.sqs-spin.light.large {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  -o-animation: none;
  animation: none;
}

.newsletter-block .newsletter-form.submitting .newsletter-form-spinner.sqs-spin.light.large {
  visibility: visible;
}

.newsletter-block .newsletter-form.submitting .newsletter-form-button-label {
  visibility: hidden;
}

.newsletter-block .newsletter-form-footnote p {
  opacity: .8;
  margin: 17px 0;
  padding: 0;
  color: #272727;
  font-size: 12px !important;
  line-height: normal;
}

.newsletter-block .newsletter-form-footnote p:last-child {
  margin-bottom: 0;
}

.newsletter-block .newsletter-form-footnote a {
  color: #272727 !important;
  text-decoration: underline;
}

.newsletter-block .form-submission-text p {
  margin: 17px 0;
  padding: 0;
  color: #272727;
  font-size: 15px;
  line-height: 1.6em;
}

.newsletter-block .form-submission-text p:first-child {
  margin-top: 0;
}

.newsletter-block .form-submission-text p:last-child {
  margin-bottom: 0;
}

.newsletter-block .form-submission-text a {
  color: #272727 !important;
  text-decoration: underline;
}

/* Newsletter Block Style Tweak: Light 
=================================================*/
.newsletter-style-light .newsletter-block .newsletter-form-wrapper,
.newsletter-style-light .newsletter-block .newsletter-form-header-title,
.newsletter-style-light .newsletter-block .newsletter-form-header-description p,
.newsletter-style-light .newsletter-block .newsletter-form-footnote p,
.newsletter-style-light .newsletter-block .form-submission-text p {
  color: #fff;
}

.newsletter-style-light .newsletter-block .newsletter-form-header-title a,
.newsletter-style-light .newsletter-block .newsletter-form-header-description a,
.newsletter-style-light .newsletter-block .newsletter-form-footnote a,
.newsletter-style-light .newsletter-block .form-submission-text a {
  color: #fff !important;
}

/* Newsletter Block Compact Layout
=================================================*/
.newsletter-form-small-mode .newsletter-form-wrapper {
  padding: 22px 17px;
}

.newsletter-form-small-mode .newsletter-form-header {
  width: 100%;
}

.newsletter-form-small-mode .newsletter-form-header-title {
  font-size: 22.5px !important;
  margin: 0 0 14px 0;
}

.newsletter-form-small-mode .newsletter-form-header-description p {
  margin: 0 0 14px 0;
  line-height: normal;
}

.newsletter-form-small-mode .newsletter-form-body {
  padding: 0 0 6px 0;
}

.newsletter-form-small-mode .newsletter-form-fields-wrapper {
  display: block;
}

.newsletter-form-small-mode .newsletter-form-name-fieldset {
  width: 100%;
}

.newsletter-form-small-mode .newsletter-form-field-wrapper,
.newsletter-form-small-mode .newsletter-form-button-wrapper {
  display: block;
  width: 100%;
  min-width: 0;
  padding: 5px 0;
}

.newsletter-form-small-mode .newsletter-form-button-wrapper {
  margin: 6px 0 0 0;
}

.newsletter-form-small-mode .newsletter-form-footnote p {
  margin: 14px 0;
}

.newsletter-form-small-mode .newsletter-form-footnote p:last-child {
  margin-bottom: 0;
}

.newsletter-form-small-mode .form-submission-text p {
  margin: 14px 0;
  line-height: normal;
}

.newsletter-form-small-mode .form-submission-text p:first-child {
  margin-top: 0;
}

.newsletter-form-small-mode .form-submission-text p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 320px) {
  .newsletter-block .newsletter-form-wrapper {
    padding: 22px 17px;
  }

  .newsletter-block .newsletter-form-header {
    width: 100%;
  }

  .newsletter-block .newsletter-form-header-title {
    font-size: 22.5px !important;
    margin: 0 0 14px 0;
  }

  .newsletter-block .newsletter-form-header-description p {
    margin: 0 0 14px 0;
    line-height: normal;
  }

  .newsletter-block .newsletter-form-body {
    padding: 0 0 6px 0;
  }

  .newsletter-block .newsletter-form-fields-wrapper {
    display: block;
  }

  .newsletter-block .newsletter-form-name-fieldset {
    width: 100%;
  }

  .newsletter-block .newsletter-form-field-wrapper,
  .newsletter-block .newsletter-form-button-wrapper {
    display: block;
    width: 100%;
    min-width: 0;
    padding: 5px 0;
  }

  .newsletter-block .newsletter-form-button-wrapper {
    margin: 6px 0 0 0;
  }

  .newsletter-block .newsletter-form-footnote p {
    margin: 14px 0;
  }

  .newsletter-block .newsletter-form-footnote p:last-child {
    margin-bottom: 0;
  }

  .newsletter-block .form-submission-text p {
    margin: 14px 0;
    line-height: normal;
  }

  .newsletter-block .form-submission-text p:first-child {
    margin-top: 0;
  }

  .newsletter-block .form-submission-text p:last-child {
    margin-bottom: 0;
  }
}

/*----- Layout Enhancements (based upon size of container) -----*/
.newsletter-block.newsletter-form-has-small-container .newsletter-form-wrapper {
  padding: 22px 17px;
}

.newsletter-block.newsletter-form-has-small-container .newsletter-form-header {
  width: 100%;
}

.newsletter-block.newsletter-form-has-small-container .newsletter-form-header-title {
  font-size: 22.5px !important;
  margin: 0 0 14px 0;
}

.newsletter-block.newsletter-form-has-small-container .newsletter-form-header-description p {
  margin: 0 0 14px 0;
  line-height: normal;
}

.newsletter-block.newsletter-form-has-small-container .newsletter-form-body {
  padding: 0 0 6px 0;
}

.newsletter-block.newsletter-form-has-small-container .newsletter-form-fields-wrapper {
  display: block;
}

.newsletter-block.newsletter-form-has-small-container .newsletter-form-name-fieldset {
  width: 100%;
}

.newsletter-block.newsletter-form-has-small-container .newsletter-form-field-wrapper,
.newsletter-block.newsletter-form-has-small-container .newsletter-form-button-wrapper {
  display: block;
  width: 100%;
  min-width: 0;
  padding: 5px 0;
}

.newsletter-block.newsletter-form-has-small-container .newsletter-form-button-wrapper {
  margin: 6px 0 0 0;
}

.newsletter-block.newsletter-form-has-small-container .newsletter-form-footnote p {
  margin: 14px 0;
}

.newsletter-block.newsletter-form-has-small-container .newsletter-form-footnote p:last-child {
  margin-bottom: 0;
}

.newsletter-block.newsletter-form-has-small-container .form-submission-text p {
  margin: 14px 0;
  line-height: normal;
}

.newsletter-block.newsletter-form-has-small-container .form-submission-text p:first-child {
  margin-top: 0;
}

.newsletter-block.newsletter-form-has-small-container .form-submission-text p:last-child {
  margin-bottom: 0;
}

.newsletter-block.newsletter-form-has-regular-container .newsletter-form-field-wrapper {
  min-width: 250px;
}

/* Button Block Tweaks
=================================================*/
.small-button-block-font {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: ;
  letter-spacing: 1px;
}

.medium-button-block-font {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: ;
  letter-spacing: 1px;
}

.large-button-block-font {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: ;
  letter-spacing: 1px;
}

/* Button Block Style Mixins
=================================================*/
/* Button Block Base Style
=================================================*/
.sqs-block-button .sqs-block-button-container--left {
  text-align: left;
}

.sqs-block-button .sqs-block-button-container--center {
  text-align: center;
}

.sqs-block-button .sqs-block-button-container--right {
  text-align: right;
}

.sqs-block-button .sqs-block-button-element {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 1em 2.5em;
  color: #fff;
  background-color: #272727;
  border-width: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1em;
  font-weight: normal;
  font-style: normal;
  text-transform: ;
  letter-spacing: 0px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: normal;
}

.sqs-block-button .sqs-block-button-element:hover {
  opacity: 1;
}

.sqs-block-button .sqs-block-button-element--small {
  padding: 13px 26px;
  color: #fff;
  background-color: #272727;
  border-color: #272727;
  font-size: 12px;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: ;
  letter-spacing: 1px;
  font-weight: 400;
  font-style: normal;
}

.sqs-block-button .sqs-block-button-element--medium {
  padding: 21px 34px;
  color: #fff;
  background-color: #272727;
  border-color: #272727;
  font-size: 15px;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: ;
  letter-spacing: 1px;
  font-weight: 400;
  font-style: normal;
}

.sqs-block-button .sqs-block-button-element--large {
  padding: 25px 46px;
  color: #fff;
  background-color: #272727;
  border-color: #272727;
  font-size: 20px;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: ;
  letter-spacing: 1px;
  font-weight: 400;
  font-style: normal;
}

/* Button Block Style Tweak: Solid
=================================================*/
.small-button-style-solid .sqs-block-button .sqs-block-button-element--small,
.medium-button-style-solid .sqs-block-button .sqs-block-button-element--medium,
.large-button-style-solid .sqs-block-button .sqs-block-button-element--large {
  -webkit-transition: .1s opacity linear;
  -moz-transition: .1s opacity linear;
  -o-transition: .1s opacity linear;
  transition: .1s opacity linear;
  -webkit-backface-visibility: hidden;
}

.small-button-style-solid .sqs-block-button .sqs-block-button-element--small:hover,
.medium-button-style-solid .sqs-block-button .sqs-block-button-element--medium:hover,
.large-button-style-solid .sqs-block-button .sqs-block-button-element--large:hover {
  opacity: .8;
}

/* Button Block Style Tweak: Outline
=================================================*/
.small-button-style-outline .sqs-block-button .sqs-block-button-element--small,
.medium-button-style-outline .sqs-block-button .sqs-block-button-element--medium,
.large-button-style-outline .sqs-block-button .sqs-block-button-element--large {
  border-width: 2px;
  border-style: solid;
  background-color: transparent;
  -webkit-transition: .1s background-color linear;
  -moz-transition: .1s background-color linear;
  -o-transition: .1s background-color linear;
  transition: .1s background-color linear;
}

.small-button-style-outline .sqs-block-button .sqs-block-button-element--small:hover,
.medium-button-style-outline .sqs-block-button .sqs-block-button-element--medium:hover,
.large-button-style-outline .sqs-block-button .sqs-block-button-element--large:hover {
  color: #fff;
}

.small-button-style-outline .sqs-block-button .sqs-block-button-element--small {
  color: #272727;
}

.small-button-style-outline .sqs-block-button .sqs-block-button-element--small:hover {
  background-color: #272727;
  color: #fff;
}

.medium-button-style-outline .sqs-block-button .sqs-block-button-element--medium {
  color: #272727;
}

.medium-button-style-outline .sqs-block-button .sqs-block-button-element--medium:hover {
  background-color: #272727;
  color: #fff;
}

.large-button-style-outline .sqs-block-button .sqs-block-button-element--large {
  color: #272727;
}

.large-button-style-outline .sqs-block-button .sqs-block-button-element--large:hover {
  background-color: #272727;
  color: #fff;
}

/* ----- Guarded mixin to calculate what text color should be on hover ----- */
/* Button Block Style Tweak: Raised
=================================================*/
.small-button-style-raised .sqs-block-button .sqs-block-button-element--small,
.medium-button-style-raised .sqs-block-button .sqs-block-button-element--medium,
.large-button-style-raised .sqs-block-button .sqs-block-button-element--large {
  position: relative;
  -webkit-transition: .1s background-color linear;
  -moz-transition: .1s background-color linear;
  -o-transition: .1s background-color linear;
  transition: .1s background-color linear;
}

.small-button-style-raised .sqs-block-button .sqs-block-button-element--small:active,
.medium-button-style-raised .sqs-block-button .sqs-block-button-element--medium:active,
.large-button-style-raised .sqs-block-button .sqs-block-button-element--large:active {
  top: 1px;
}

.small-button-style-raised .sqs-block-button .sqs-block-button-element--small {
  -webkit-box-shadow: 0 2px 0 0 #131313;
  -moz-box-shadow: 0 2px 0 0 #131313;
  box-shadow: 0 2px 0 0 #131313;
}

.small-button-style-raised .sqs-block-button .sqs-block-button-element--small:hover {
  background-color: #2f2f2f;
}

.small-button-style-raised .sqs-block-button .sqs-block-button-element--small:active {
  -webkit-box-shadow: 0 1px 0 0 #131313;
  -moz-box-shadow: 0 1px 0 0 #131313;
  box-shadow: 0 1px 0 0 #131313;
}

.medium-button-style-raised .sqs-block-button .sqs-block-button-element--medium {
  -webkit-box-shadow: 0 2px 0 0 #131313;
  -moz-box-shadow: 0 2px 0 0 #131313;
  box-shadow: 0 2px 0 0 #131313;
}

.medium-button-style-raised .sqs-block-button .sqs-block-button-element--medium:hover {
  background-color: #2f2f2f;
}

.medium-button-style-raised .sqs-block-button .sqs-block-button-element--medium:active {
  -webkit-box-shadow: 0 1px 0 0 #131313;
  -moz-box-shadow: 0 1px 0 0 #131313;
  box-shadow: 0 1px 0 0 #131313;
}

.large-button-style-raised .sqs-block-button .sqs-block-button-element--large {
  -webkit-box-shadow: 0 3px 0 0 #131313;
  -moz-box-shadow: 0 3px 0 0 #131313;
  box-shadow: 0 3px 0 0 #131313;
}

.large-button-style-raised .sqs-block-button .sqs-block-button-element--large:hover {
  background-color: #2f2f2f;
}

.large-button-style-raised .sqs-block-button .sqs-block-button-element--large:active {
  top: 2px;
  -webkit-box-shadow: 0 1px 0 0 #131313;
  -moz-box-shadow: 0 1px 0 0 #131313;
  box-shadow: 0 1px 0 0 #131313;
}

/* Button Block Shape Tweak: Rounded 
=================================================*/
.small-button-shape-rounded .sqs-block-button .sqs-block-button-element--small,
.medium-button-shape-rounded .sqs-block-button .sqs-block-button-element--medium,
.large-button-shape-rounded .sqs-block-button .sqs-block-button-element--large {
  border-radius: 3px;
}

/* Button Block Shape Tweak: Pill 
=================================================*/
.small-button-shape-pill .sqs-block-button .sqs-block-button-element--small,
.medium-button-shape-pill .sqs-block-button .sqs-block-button-element--medium,
.large-button-shape-pill .sqs-block-button .sqs-block-button-element--large {
  border-radius: 300px;
}

/* Mobile
=================================================*/
@media screen and (max-width: 640px) {
  .sqs-block-button .sqs-block-button-element--large {
    padding: 21px 34px;
    font-size: 15px;
  }
}

/*  Summary Block Base Layout
=================================================*/
.sqs-block-summary-v2 {
  /* ----- Metadata Display Settings ----- */
  /* ----- Text Size Display Settings ----- */
  /* ----- Text Alignment Display Settings ----- */
  /* ----- Blog ----- */
  /* ----- Events ----- */
  /* ----- Some dark magic to make things truly polished ----- */
  /*  List Layout
  =================================================*/
  /*  Carousel Layout
  =================================================*/
}

.sqs-block-summary-v2 * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.sqs-block-summary-v2 .summary-heading {
  display: none;
  margin: 0 0 15px 0;
  padding-right: 10px;
  font-size: 14px;
  text-transform: ;
}

.sqs-block-summary-v2 .summary-carousel-pager {
  display: none;
}

.sqs-block-summary-v2 .summary-item-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.sqs-block-summary-v2 .summary-item {
  overflow: hidden;
}

.sqs-block-summary-v2 .summary-thumbnail-container {
  display: block;
}

.sqs-block-summary-v2 .summary-thumbnail-container:hover {
  opacity: 1 !important;
}

.sqs-block-summary-v2 .img-wrapper,
.sqs-block-summary-v2 .sqs-video-wrapper {
  position: relative;
  width: 100%;
  height: auto;
}

.sqs-block-summary-v2 .img-wrapper img,
.sqs-block-summary-v2 .sqs-video-wrapper img {
  display: block;
  opacity: 1;
  width: 100%;
  height: auto;
  -webkit-transition: .4s opacity ease;
  -moz-transition: .4s opacity ease;
  -ms-transition: .4s opacity ease;
  -o-transition: .4s opacity ease;
  transition: .4s opacity ease;
}

.sqs-block-summary-v2 .img-wrapper img.loading,
.sqs-block-summary-v2 .sqs-video-wrapper img.loading {
  opacity: 0;
}

.sqs-block-summary-v2 .summary-product-status .product-mark {
  position: absolute;
  top: 15px;
  right: 0;
  padding: 6px 8px;
  background: #222;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  text-transform: ;
  -webkit-font-smoothing: antialiased;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}

.sqs-block-summary-v2 .summary-thumbnail-event-date {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  height: 50px;
  width: 50px;
  padding: 3px;
  background: #fff;
  text-align: center;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}

.sqs-block-summary-v2 .summary-thumbnail-event-date-inner {
  display: table-cell;
  vertical-align: middle;
}

.sqs-block-summary-v2 .summary-thumbnail-event-date-month {
  display: block;
  color: #333;
  font-size: 14px;
  line-height: 14px;
  text-transform: ;
}

.sqs-block-summary-v2 .summary-thumbnail-event-date-day {
  display: block;
  color: #333;
  font-size: 26px;
  line-height: 26px;
}

.sqs-block-summary-v2 .summary-content {
  text-align: left;
}

.sqs-block-summary-v2 .summary-title {
  margin: 0 0 10px 0;
  font-size: 20px;
  line-height: 1.2em;
  text-align: left;
}

.sqs-block-summary-v2 .summary-price {
  margin: 0 0 10px 0;
}

.sqs-block-summary-v2 .summary-price .product-price {
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

.sqs-block-summary-v2 .summary-price .product-price .original-price {
  opacity: .7;
  filter: alpha(opacity=70);
  text-decoration: line-through;
}

.sqs-block-summary-v2 .summary-excerpt {
  margin: 0 0 10px 0;
}

.sqs-block-summary-v2 .summary-excerpt p {
  font-size: 14px;
  line-height: 1.4em;
  margin: 0 0 10px 0;
  text-align: left;
}

.sqs-block-summary-v2 .summary-excerpt p:first-of-type {
  margin-top: 0 !important;
}

.sqs-block-summary-v2 .summary-excerpt p:last-of-type {
  margin-bottom: 0 !important;
}

.sqs-block-summary-v2 .summary-read-more-link {
  display: none;
  margin: 0 0 10px 0;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

.sqs-block-summary-v2 .summary-read-more-link:after {
  content: 'Read More \2192';
}

.sqs-block-summary-v2 .summary-metadata-container {
  display: none;
  line-height: normal;
}

.sqs-block-summary-v2 .summary-block-setting-metadata-position-above-title .summary-metadata-container--above-title,
.sqs-block-summary-v2 .summary-block-setting-metadata-position-below-title .summary-metadata-container--below-title,
.sqs-block-summary-v2 .summary-block-setting-metadata-position-below-content .summary-metadata-container--below-content {
  display: block;
}

.sqs-block-summary-v2 .summary-block-setting-metadata-position-above-title.summary-block-setting-primary-metadata-date .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-setting-metadata-position-below-title.summary-block-setting-primary-metadata-date .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-setting-metadata-position-above-title.summary-block-setting-secondary-metadata-date .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-setting-metadata-position-below-title.summary-block-setting-secondary-metadata-date .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-setting-metadata-position-above-title.summary-block-setting-primary-metadata-event-time .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-setting-metadata-position-below-title.summary-block-setting-primary-metadata-event-time .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-setting-metadata-position-above-title.summary-block-setting-secondary-metadata-event-time .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-setting-metadata-position-below-title.summary-block-setting-secondary-metadata-event-time .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-setting-metadata-position-above-title.summary-block-setting-primary-metadata-cats .summary-item-has-cats .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-setting-metadata-position-below-title.summary-block-setting-primary-metadata-cats .summary-item-has-cats .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-setting-metadata-position-above-title.summary-block-setting-secondary-metadata-cats .summary-item-has-cats .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-setting-metadata-position-below-title.summary-block-setting-secondary-metadata-cats .summary-item-has-cats .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-setting-metadata-position-above-title.summary-block-setting-primary-metadata-tags .summary-item-has-tags .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-setting-metadata-position-below-title.summary-block-setting-primary-metadata-tags .summary-item-has-tags .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-setting-metadata-position-above-title.summary-block-setting-secondary-metadata-tags .summary-item-has-tags .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-setting-metadata-position-below-title.summary-block-setting-secondary-metadata-tags .summary-item-has-tags .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-setting-metadata-position-above-title.summary-block-setting-primary-metadata-author .summary-item-has-author .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-setting-metadata-position-below-title.summary-block-setting-primary-metadata-author .summary-item-has-author .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-setting-metadata-position-above-title.summary-block-setting-secondary-metadata-author .summary-item-has-author .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-setting-metadata-position-below-title.summary-block-setting-secondary-metadata-author .summary-item-has-author .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-setting-metadata-position-above-title.summary-block-setting-primary-metadata-comments .summary-item-has-comments-enabled .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-setting-metadata-position-below-title.summary-block-setting-primary-metadata-comments .summary-item-has-comments-enabled .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-setting-metadata-position-above-title.summary-block-setting-secondary-metadata-comments .summary-item-has-comments-enabled .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-setting-metadata-position-below-title.summary-block-setting-secondary-metadata-comments .summary-item-has-comments-enabled .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-setting-metadata-position-above-title.summary-block-setting-primary-metadata-location .summary-item-has-location .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-setting-metadata-position-below-title.summary-block-setting-primary-metadata-location .summary-item-has-location .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-setting-metadata-position-above-title.summary-block-setting-secondary-metadata-location .summary-item-has-location .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-setting-metadata-position-below-title.summary-block-setting-secondary-metadata-location .summary-item-has-location .summary-metadata-container {
  margin: 0 0 10px 0;
}

.sqs-block-summary-v2 .summary-metadata {
  display: none;
}

.sqs-block-summary-v2 .summary-block-setting-primary-metadata-date .summary-metadata--primary,
.sqs-block-summary-v2 .summary-block-setting-primary-metadata-event-time .summary-metadata--primary,
.sqs-block-summary-v2 .summary-block-setting-primary-metadata-cats .summary-item-has-cats .summary-metadata--primary,
.sqs-block-summary-v2 .summary-block-setting-primary-metadata-tags .summary-item-has-tags .summary-metadata--primary,
.sqs-block-summary-v2 .summary-block-setting-primary-metadata-author .summary-item-has-author .summary-metadata--primary,
.sqs-block-summary-v2 .summary-block-setting-primary-metadata-comments .summary-item-has-comments-enabled .summary-metadata--primary,
.sqs-block-summary-v2 .summary-block-setting-primary-metadata-location .summary-item-has-location .summary-metadata--primary {
  display: inline-block;
}

.sqs-block-summary-v2 .summary-block-setting-secondary-metadata-date .summary-metadata--secondary,
.sqs-block-summary-v2 .summary-block-setting-secondary-metadata-event-time .summary-metadata--secondary,
.sqs-block-summary-v2 .summary-block-setting-secondary-metadata-cats .summary-item-has-cats .summary-metadata--secondary,
.sqs-block-summary-v2 .summary-block-setting-secondary-metadata-tags .summary-item-has-tags .summary-metadata--secondary,
.sqs-block-summary-v2 .summary-block-setting-secondary-metadata-author .summary-item-has-author .summary-metadata--secondary,
.sqs-block-summary-v2 .summary-block-setting-secondary-metadata-comments .summary-item-has-comments-enabled .summary-metadata--secondary,
.sqs-block-summary-v2 .summary-block-setting-secondary-metadata-location .summary-item-has-location .summary-metadata--secondary {
  display: inline-block;
}

.sqs-block-summary-v2 .summary-metadata-item {
  display: none;
  opacity: .7;
  margin: 0;
  font-size: 13px;
  line-height: 1.4em;
  text-transform: none;
}

.sqs-block-summary-v2 .summary-metadata-item a,
.sqs-block-summary-v2 .summary-metadata-item a:hover {
  opacity: 1;
  text-decoration: none;
}

.sqs-block-summary-v2 .summary-block-setting-primary-metadata-date .summary-metadata--primary .summary-metadata-item--date,
.sqs-block-summary-v2 .summary-block-setting-primary-metadata-event-time .summary-metadata--primary .summary-metadata-item--event-time,
.sqs-block-summary-v2 .summary-block-setting-primary-metadata-cats .summary-item-has-cats .summary-metadata--primary .summary-metadata-item--cats,
.sqs-block-summary-v2 .summary-block-setting-primary-metadata-tags .summary-item-has-tags .summary-metadata--primary .summary-metadata-item--tags,
.sqs-block-summary-v2 .summary-block-setting-primary-metadata-author .summary-item-has-author .summary-metadata--primary .summary-metadata-item--author,
.sqs-block-summary-v2 .summary-block-setting-primary-metadata-comments .summary-item-has-comments-enabled .summary-metadata--primary .summary-metadata-item--comments,
.sqs-block-summary-v2 .summary-block-setting-primary-metadata-location .summary-item-has-location .summary-metadata--primary .summary-metadata-item--location {
  display: inline-block;
}

.sqs-block-summary-v2 .summary-block-setting-secondary-metadata-date .summary-metadata--secondary .summary-metadata-item--date,
.sqs-block-summary-v2 .summary-block-setting-secondary-metadata-event-time .summary-metadata--secondary .summary-metadata-item--event-time,
.sqs-block-summary-v2 .summary-block-setting-secondary-metadata-cats .summary-item-has-cats .summary-metadata--secondary .summary-metadata-item--cats,
.sqs-block-summary-v2 .summary-block-setting-secondary-metadata-tags .summary-item-has-tags .summary-metadata--secondary .summary-metadata-item--tags,
.sqs-block-summary-v2 .summary-block-setting-secondary-metadata-author .summary-item-has-author .summary-metadata--secondary .summary-metadata-item--author,
.sqs-block-summary-v2 .summary-block-setting-secondary-metadata-comments .summary-item-has-comments-enabled .summary-metadata--secondary .summary-metadata-item--comments,
.sqs-block-summary-v2 .summary-block-setting-secondary-metadata-location .summary-item-has-location .summary-metadata--secondary .summary-metadata-item--location {
  display: inline-block;
}

.sqs-block-summary-v2 .summary-block-setting-secondary-metadata-date .summary-metadata--primary .summary-metadata-item:after,
.sqs-block-summary-v2 .summary-block-setting-secondary-metadata-event-time .summary-metadata--primary .summary-metadata-item:after,
.sqs-block-summary-v2 .summary-block-setting-secondary-metadata-cats .summary-item-has-cats .summary-metadata--primary .summary-metadata-item:after,
.sqs-block-summary-v2 .summary-block-setting-secondary-metadata-tags .summary-item-has-tags .summary-metadata--primary .summary-metadata-item:after,
.sqs-block-summary-v2 .summary-block-setting-secondary-metadata-author .summary-item-has-author .summary-metadata--primary .summary-metadata-item:after,
.sqs-block-summary-v2 .summary-block-setting-secondary-metadata-comments .summary-item-has-comments-enabled .summary-metadata--primary .summary-metadata-item:after,
.sqs-block-summary-v2 .summary-block-setting-secondary-metadata-location .summary-item-has-location .summary-metadata--primary .summary-metadata-item:after {
  content: " ·";
  margin: 0 .3em;
}

.sqs-block-summary-v2 .summary-block-setting-text-size-extralarge .summary-title {
  font-size: 54px;
}

.sqs-block-summary-v2 .summary-block-setting-text-size-extralarge .summary-excerpt p {
  font-size: 16px;
}

.sqs-block-summary-v2 .summary-block-setting-text-size-large .summary-title {
  font-size: 30px;
}

.sqs-block-summary-v2 .summary-block-setting-text-size-medium .summary-title {
  font-size: 20px;
}

.sqs-block-summary-v2 .summary-block-setting-text-size-small .summary-title {
  font-size: 14px;
}

.sqs-block-summary-v2 .summary-block-setting-text-align-center .summary-title,
.sqs-block-summary-v2 .summary-block-setting-text-align-center .summary-price .product-price,
.sqs-block-summary-v2 .summary-block-setting-text-align-center .summary-excerpt p,
.sqs-block-summary-v2 .summary-block-setting-text-align-center .summary-read-more-link,
.sqs-block-summary-v2 .summary-block-setting-text-align-center .summary-content {
  text-align: center;
}

.sqs-block-summary-v2 .summary-block-setting-text-align-right .summary-title,
.sqs-block-summary-v2 .summary-block-setting-text-align-right .summary-price .product-price,
.sqs-block-summary-v2 .summary-block-setting-text-align-right .summary-excerpt p,
.sqs-block-summary-v2 .summary-block-setting-text-align-right .summary-read-more-link,
.sqs-block-summary-v2 .summary-block-setting-text-align-right .summary-content {
  text-align: right;
}

.sqs-block-summary-v2 .summary-item-record-type-text .summary-read-more-link {
  display: block;
}

.sqs-block-summary-v2 .summary-item-record-type-event .summary-thumbnail-event-date {
  display: table;
}

.sqs-block-summary-v2 .summary-thumbnail-container {
  margin: 0;
}

.sqs-block-summary-v2 .summary-block-setting-show-title .summary-thumbnail-container,
.sqs-block-summary-v2 .summary-block-setting-show-price .summary-item-record-type-store-item .summary-thumbnail-container,
.sqs-block-summary-v2 .summary-block-setting-show-excerpt .summary-thumbnail-container,
.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-primary-metadata-none) .summary-thumbnail-container,
.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-secondary-metadata-none) .summary-thumbnail-container {
  margin: 0 0 15px 0;
}

.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt) .summary-title,
.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt) .summary-price {
  margin: 0 0 2px 0;
}

.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-above-title.summary-block-setting-primary-metadata-date .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-below-title.summary-block-setting-primary-metadata-date .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-above-title.summary-block-setting-secondary-metadata-date .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-below-title.summary-block-setting-secondary-metadata-date .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-above-title.summary-block-setting-primary-metadata-event-time .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-below-title.summary-block-setting-primary-metadata-event-time .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-above-title.summary-block-setting-secondary-metadata-event-time .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-below-title.summary-block-setting-secondary-metadata-event-time .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-above-title.summary-block-setting-primary-metadata-cats .summary-item-has-cats .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-below-title.summary-block-setting-primary-metadata-cats .summary-item-has-cats .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-above-title.summary-block-setting-secondary-metadata-cats .summary-item-has-cats .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-below-title.summary-block-setting-secondary-metadata-cats .summary-item-has-cats .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-above-title.summary-block-setting-primary-metadata-tags .summary-item-has-tags .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-below-title.summary-block-setting-primary-metadata-tags .summary-item-has-tags .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-above-title.summary-block-setting-secondary-metadata-tags .summary-item-has-tags .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-below-title.summary-block-setting-secondary-metadata-tags .summary-item-has-tags .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-above-title.summary-block-setting-primary-metadata-author .summary-item-has-author .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-below-title.summary-block-setting-primary-metadata-author .summary-item-has-author .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-above-title.summary-block-setting-secondary-metadata-author .summary-item-has-author .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-below-title.summary-block-setting-secondary-metadata-author .summary-item-has-author .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-above-title.summary-block-setting-primary-metadata-comments .summary-item-has-comments-enabled .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-below-title.summary-block-setting-primary-metadata-comments .summary-item-has-comments-enabled .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-above-title.summary-block-setting-secondary-metadata-comments .summary-item-has-comments-enabled .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-below-title.summary-block-setting-secondary-metadata-comments .summary-item-has-comments-enabled .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-above-title.summary-block-setting-primary-metadata-location .summary-item-has-location .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-below-title.summary-block-setting-primary-metadata-location .summary-item-has-location .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-above-title.summary-block-setting-secondary-metadata-location .summary-item-has-location .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-below-title.summary-block-setting-secondary-metadata-location .summary-item-has-location .summary-metadata-container {
  margin: 0 0 2px 0;
}

.sqs-block-summary-v2 .summary-block-setting-design-list {
  /* ----- Image Alignment Display Settings ----- */
  /* ----- Products -----*/
  /* ----- Events ----- */
}

.sqs-block-summary-v2 .summary-block-setting-design-list .summary-item {
  margin-bottom: 17px !important;
  padding-bottom: 17px !important;
}

.sqs-block-summary-v2 .summary-block-setting-design-list .summary-item.summary-item-show-thumbnail {
  margin-bottom: 17px !important;
  padding-bottom: 17px !important;
}

.sqs-block-summary-v2 .summary-block-setting-design-list .summary-thumbnail-container {
  margin: 0 !important;
}

.sqs-block-summary-v2 .summary-block-setting-design-list.summary-block-setting-design-list-thumbnail-right .summary-thumbnail-container {
  float: right;
  padding: 0 0 0 20px;
}

.sqs-block-summary-v2 .summary-block-setting-design-list.summary-block-setting-design-list-thumbnail-right .summary-item-record-type-store-item .product-mark {
  right: 0;
  left: auto;
}

.sqs-block-summary-v2 .summary-block-setting-design-list .summary-item-record-type-store-item .product-mark {
  left: 0;
  right: auto;
}

.sqs-block-summary-v2 .summary-block-setting-design-list .summary-item-record-type-event .summary-thumbnail-event-date {
  display: none;
}

.sqs-block-summary-v2 .summary-block-setting-design-carousel .summary-carousel-pager {
  display: block;
}

.sqs-block-summary-v2 .summary-block-setting-design-carousel .summary-block-header {
  overflow: hidden;
}

.sqs-block-summary-v2 .summary-block-setting-design-carousel .summary-heading {
  display: block;
  float: left;
  width: calc(100% - 50px);
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
}

.sqs-block-summary-v2 .summary-block-setting-design-carousel .summary-collection-title {
  display: none;
}

.sqs-block-summary-v2 .summary-block-setting-design-carousel .summary-carousel-pager {
  float: right;
  width: 50px;
}

.sqs-block-spacer .sqs-block-content {
  visibility: hidden;
}

/* GENERAL CASE (img tags are preserved in html blocks for imported content) */
.sqs-layout .html-block.sqs-block img {
  max-width: 100%;
}

/* Tumblr */
.sqs-layout .html-block.sqs-block img[align=left] {
  margin-right: 34px;
}

.sqs-layout .html-block.sqs-block img[align=right] {
  margin-left: 34px;
}

.sqs-layout .html-block.sqs-block img[align=top] {
  vertical-align: top;
}

.sqs-layout .html-block.sqs-block img[align=middle] {
  vertical-align: middle;
}

.sqs-layout .html-block.sqs-block img[align=bottom] {
  vertical-align: bottom;
}

/* SQSP v5 */
.sqs-layout .html-block.sqs-block .full-image-float-left,
.sqs-layout .html-block.sqs-block .thumbnail-image-float-left {
  float: left;
  margin-right: 34px;
}

.sqs-layout .html-block.sqs-block .full-image-float-right,
.sqs-layout .html-block.sqs-block .thumbnail-image-float-right {
  float: right;
  margin-left: 34px;
}

.sqs-layout .html-block.sqs-block .full-image-block {
  display: block;
  margin-bottom: 34px;
}

.sqs-layout .html-block.sqs-block div[data-src="v5"] img {
  max-width: 100%;
}

.sqs-layout .html-block.sqs-block .thumbnail-caption {
  display: block;
}

/* Wordpress */
.sqs-layout .html-block.sqs-block .entry-content img {
  margin: 0 0 34px 0;
}

.sqs-layout .html-block.sqs-block .alignleft,
.sqs-layout .html-block.sqs-block img.alignleft {
  margin-right: 34px;
  display: inline;
  float: left;
  width: auto;
}

.sqs-layout .html-block.sqs-block .alignright,
.sqs-layout .html-block.sqs-block img.alignright {
  margin-left: 34px;
  display: inline;
  float: right;
  width: auto;
}

.sqs-layout .html-block.sqs-block .aligncenter,
.sqs-layout .html-block.sqs-block img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
  width: auto;
}

.sqs-layout .html-block.sqs-block blockquote.left {
  margin-right: 34px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

.sqs-layout .html-block.sqs-block blockquote.right {
  margin-left: 34px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

/* System Button Tweaks
=================================================*/
.system-button-font {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: ;
  letter-spacing: 1px;
}

/* System Button Mixins
=================================================*/
body:not(.button-style-default) {
  /* System Button Base Style
  =================================================*/
  /* System Button Style Tweak: Solid
  =================================================*/
  /* System Button Style Tweak: Outline
  =================================================*/
  /* ----- Guarded mixin to calculate what text color should be on hover ----- */
  /* System Button Style Tweak: Raised
  =================================================*/
  /* System Button Shape Tweak: Rounded 
  =================================================*/
  /* System Button Shape Tweak: Pill 
  =================================================*/
  /* Block- and Collection-Specific Mods
  =================================================*/
  /* ----- Newsletter Block -----*/
  /* ----- Open Table Block -----*/
}

body:not(.button-style-default) .sqs-editable-button,
body:not(.button-style-default) .sqs-editable-button-layout {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 1em 2.5em;
  border-width: 0;
  text-align: center;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

body:not(.button-style-default) .sqs-editable-button:hover,
body:not(.button-style-default) .sqs-editable-button-layout:hover {
  opacity: 1;
}

body:not(.button-style-default) .sqs-editable-button,
body:not(.button-style-default) .sqs-editable-button-color {
  color: #fff;
  background-color: #272727;
  border-color: #272727;
}

body:not(.button-style-default) .sqs-editable-button,
body:not(.button-style-default) .sqs-editable-button-font {
  font-family: "proxima-nova", sans-serif;
  text-transform: ;
  letter-spacing: 1px;
  font-weight: 400;
  font-style: normal;
}

body:not(.button-style-default).button-style-solid .sqs-editable-button,
body:not(.button-style-default).button-style-solid .sqs-editable-button-style {
  -webkit-transition: .1s opacity linear;
  -moz-transition: .1s opacity linear;
  -o-transition: .1s opacity linear;
  transition: .1s opacity linear;
  -webkit-backface-visibility: hidden;
}

body:not(.button-style-default).button-style-solid .sqs-editable-button:hover,
body:not(.button-style-default).button-style-solid .sqs-editable-button-style:hover {
  opacity: .8;
}

body:not(.button-style-default).button-style-outline .sqs-editable-button,
body:not(.button-style-default).button-style-outline .sqs-editable-button-style {
  border-width: 2px;
  border-style: solid;
  -webkit-transition: .1s background-color linear;
  -moz-transition: .1s background-color linear;
  -o-transition: .1s background-color linear;
  transition: .1s background-color linear;
}

body:not(.button-style-default).button-style-outline .sqs-editable-button,
body:not(.button-style-default).button-style-outline .sqs-editable-button-color {
  background-color: transparent;
  color: #272727;
}

body:not(.button-style-default).button-style-outline .sqs-editable-button:hover,
body:not(.button-style-default).button-style-outline .sqs-editable-button-color:hover {
  background-color: #272727;
  color: #fff;
}

body:not(.button-style-default).button-style-raised .sqs-editable-button,
body:not(.button-style-default).button-style-raised .sqs-editable-button-style {
  position: relative;
  -webkit-transition: .1s background-color linear;
  -moz-transition: .1s background-color linear;
  -o-transition: .1s background-color linear;
  transition: .1s background-color linear;
}

body:not(.button-style-default).button-style-raised .sqs-editable-button:active,
body:not(.button-style-default).button-style-raised .sqs-editable-button-style:active {
  top: 1px;
}

body:not(.button-style-default).button-style-raised .sqs-editable-button,
body:not(.button-style-default).button-style-raised .sqs-editable-button-color {
  -webkit-box-shadow: 0 2px 0 0 #131313;
  -moz-box-shadow: 0 2px 0 0 #131313;
  box-shadow: 0 2px 0 0 #131313;
}

body:not(.button-style-default).button-style-raised .sqs-editable-button:hover,
body:not(.button-style-default).button-style-raised .sqs-editable-button-color:hover {
  background-color: #2f2f2f;
}

body:not(.button-style-default).button-style-raised .sqs-editable-button:active,
body:not(.button-style-default).button-style-raised .sqs-editable-button-color:active {
  -webkit-box-shadow: 0 1px 0 0 #131313;
  -moz-box-shadow: 0 1px 0 0 #131313;
  box-shadow: 0 1px 0 0 #131313;
}

body:not(.button-style-default).button-corner-style-rounded .sqs-editable-button,
body:not(.button-style-default).button-corner-style-rounded .sqs-editable-button-shape {
  border-radius: 3px;
}

body:not(.button-style-default).button-corner-style-pill .sqs-editable-button,
body:not(.button-style-default).button-corner-style-pill .sqs-editable-button-shape {
  border-radius: 300px;
}

body:not(.button-style-default).button-style-outline .newsletter-block .newsletter-form-button {
  border-width: 1px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #272727;
  -moz-box-shadow: inset 0px 0px 0px 1px #272727;
  box-shadow: inset 0px 0px 0px 1px #272727;
  background: transparent;
  color: #272727;
}

body:not(.button-style-default).button-style-outline .newsletter-block .newsletter-form-button:hover {
  background-color: #272727;
  color: #fff;
}

body:not(.button-style-default).button-style-raised .newsletter-block .newsletter-form-button {
  border-width: 0 !important;
  top: -1px;
  -webkit-box-shadow: 0 2px 0 0 #131313;
  -moz-box-shadow: 0 2px 0 0 #131313;
  box-shadow: 0 2px 0 0 #131313;
}

body:not(.button-style-default).button-style-raised .newsletter-block .newsletter-form-button:hover {
  background-color: #2f2f2f;
}

body:not(.button-style-default).button-style-raised .newsletter-block .newsletter-form-button:active {
  top: 0px;
  -webkit-box-shadow: 0 1px 0 0 #131313;
  -moz-box-shadow: 0 1px 0 0 #131313;
  box-shadow: 0 1px 0 0 #131313;
}

body:not(.button-style-default) .opentable-block #OT_Find_a_Table {
  font-family: "proxima-nova", sans-serif;
  text-transform: ;
  letter-spacing: 1px;
  font-weight: 400;
  font-style: normal;
}

body:not(.button-style-default).button-corner-style-rounded .opentable-block #OT_Find_a_Table {
  border-radius: 3px;
}

body:not(.button-style-default).button-corner-style-pill .opentable-block #OT_Find_a_Table {
  border-radius: 300px;
}

.announcement-bar-font {
  font-family: 'proxima-nova', arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: none;
}

.sqs-announcement-bar {
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  z-index: 10000;
  background: #222;
  text-align: center;
  -webkit-transition: height .3s cubic-bezier(.23, 1, .32, 1);
  -moz-transition: height .3s cubic-bezier(.23, 1, .32, 1);
  -o-transition: height .3s cubic-bezier(.23, 1, .32, 1);
  transition: height .3s cubic-bezier(.23, 1, .32, 1);
}

.sqs-announcement-bar-url {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sqs-announcement-bar-text {
  padding: .8em 3em;
  line-height: 1.2em;
  font-family: 'proxima-nova', arial, sans-serif;
  font-size: 13px;
  text-transform: none;
  letter-spacing: 1px;
  font-weight: 300;
  font-style: normal;
}

.sqs-announcement-bar-text p {
  color: #fff;
  margin: 0;
  font-family: 'proxima-nova', arial, sans-serif;
  font-size: 13px;
  text-transform: none;
  letter-spacing: 1px;
  font-weight: 300;
  font-style: normal;
  line-height: inherit;
}

.sqs-announcement-bar-text a {
  position: relative;
  color: #fff !important;
  text-decoration: underline !important;
}

.sqs-announcement-bar-close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 2.8em;
  height: 2.78em;
  background: rgba(0, 0, 0, .15);
  color: #fff;
}

.sqs-announcement-bar-close:after {
  content: '×';
  display: block;
  font-family: helvetica, arial, sans-serif;
  font-size: 1em;
  font-weight: 100;
  line-height: 2.7em;
  padding: 0;
}

.sqs-announcement-bar-hidden {
  height: 0 !important;
}

@media screen and (max-width: 1024px) {

  .sqs-announcement-bar-text,
  .sqs-announcement-bar-text p {
    font-size: 13px;
  }
}

/* GENERAL
---------------------------------------------------*/
/* HEADER
---------------------------------------------------*/
.site-title-font {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: normal;
  text-transform: ;
  font-style: normal;
  letter-spacing: 12px;
  text-decoration: none;
}

/* NAVIGATION
---------------------------------------------------*/
.nav-font {
  font-family: "Source Sans Pro", sans-serif;
  font-size: .85em;
  font-weight: 400;
  text-transform: ;
  font-style: normal;
  letter-spacing: 3px;
  text-decoration: none;

}

/* Page Titles & Descriptions
---------------------------------------------------*/
.page-title-font {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 2.8em;
  font-weight: 700;
  text-transform: ;
  font-style: normal;
  letter-spacing: 7px;
  line-height: 1em;
  text-decoration: none;
}

.page-description-font {
  font-family: "PT Serif", serif;
  font-size: 1.2em;
  font-weight: 400;
  text-transform: none;
  font-style: normal;
  letter-spacing: 1px;
  line-height: 1.6em;
  text-decoration: none;
}

/* MAIN CONTENT
---------------------------------------------------*/
.h1-font {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 2em;
  font-weight: 400;
  text-transform: ;
  font-style: normal;
  letter-spacing: 2px;
  text-decoration: none;
  line-height: 1.2em;
}

.h2-font {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  text-transform: ;
  font-style: normal;
  letter-spacing: 1px;
  text-decoration: none;
  line-height: 1.2em;
}

.h3-font {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: ;
  font-style: normal;
  letter-spacing: 1px;
  text-decoration: none;
  line-height: 1.2em;
}

.text-font {
  font-family: "PT Serif", Georgia, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 1.6em;
}

.meta-font {
  font-family: "PT Serif", Georgia, serif;
  font-style: normal;
  font-weight: 400;
  font-size: .95em;
  letter-spacing: 0px;
  line-height: 1.6em;
}

.quote-font {
  font-family: "PT Serif", Georgia, serif;
  font-size: 1.4em;
  line-height: 1.6em;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0px;
  text-decoration: none;
  text-align: left;
}

/* SUMMARY BLOCK STYLES
---------------------------------------------------*/
.summary-heading-font {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: ;
}

/* FOOTER
---------------------------------------------------*/
/* PRODUCTS
---------------------------------------------------*/
.box-sizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #363636;
  background-color: #171717;
  font-family: "PT Serif", Georgia, serif;
  font-family: "proxima-nova";
  font-size: 15px;
  line-height: 1.6em;
  letter-spacing: 0px;
  font-weight: 400;
  font-style: normal;
}

.site-wrapper {
  background-color: #fff;
  overflow: hidden;
}

a,
a:visited {
  color: #000;
  text-decoration: none;
}

.underline-body-links .sqs-block a,
.underline-body-links .entry-content a,
.underline-body-links .eventlist-excerpt a,
.underline-body-links .playlist-description a,
.underline-body-links .sqs-block a:visited,
.underline-body-links .entry-content a:visited,
.underline-body-links .eventlist-excerpt a:visited,
.underline-body-links .playlist-description a:visited {
  text-decoration: underline;
}

a:hover,
a:focus {
  color: rgba(0, 0, 0, .7);
}

.underline-body-links .sqs-block a:hover,
.underline-body-links .sqs-block a:focus {
  text-decoration: none;
}

#header {
  background-color: ;
  width: 100%;
  position: relative;
  z-index: 8001;
  height: 90px;
}

#header .site-title {
  color: #2b2b2b;
}

#header .site-title a,
#header .site-title a:visited {
  text-decoration: none;
  color: #2b2b2b;
}

#header .site-title a:hover,
#header .site-title a:focus {
  color: rgba(43, 43, 43, .7);
}

#header-wrapper {
  position: relative;
}

body.fixed-header #header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

body.fixed-header.sqs-style-mode #header {
  left: 220px;
}

.banner-image {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.collection-type-index #content-wrapper {
  opacity: 0;
  position: relative;
  background-color: #fff;
}

body.loaded.collection-type-index #content-wrapper {
  opacity: 1;
}

.sqs-cart-dropzone {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 8000;
}

h1,
h2,
h3 {
  margin: 1em 0 .5em;
  color: #16161d;
}

h1 {
  font-family: "Source Sans Pro", sans-serif;
  font-family: "proxima-nova";
  font-size: 2em;
  line-height: 1.2em;
  text-transform: ;
  text-decoration: none;
  letter-spacing: 2px;
  font-weight: 400;
  font-style: normal;
}

h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-family: "proxima-nova";
  font-size: 1.4em;
  line-height: 1.2em;
  text-transform: ;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 400;
  font-style: normal;
}

h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-family: "proxima-nova";
  font-size: 18px;
  line-height: 1.2em;
  text-transform: ;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 400;
  font-style: normal;
}

hr {
  border-style: none;
  border-width: 0;
  background-color: rgba(54, 54, 54, .5);
  height: 1px;
}

.sqs-layout .sqs-row .sqs-block.quote-block {
  padding: 2em 3em !important;
}

.sqs-layout .sqs-row .sqs-block.quote-block:first-child {
  padding-top: 0 !important;
}

.sqs-layout .sqs-row .sqs-block.quote-block blockquote {
  font-family: "PT Serif", Georgia, serif;
  font-family: "proxima-nova";
  font-size: 1.4em;
  line-height: 1.6em;
  text-decoration: none;
  letter-spacing: 0px;
  text-align: left;
  font-weight: 400;
  font-style: italic;
  margin: 0 0 1em;
}

.sqs-layout .sqs-row .sqs-block.quote-block blockquote span:first-child {
  margin: 0 0 0 -.3em;
}

.title-nav-wrapper {
  display: table;
  width: 100%;
  margin: 0 auto;
  padding: 5px 80px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.site-title {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-family: "futura-pt";
  font-size: 18px;
  text-transform: ;
  text-decoration: none;
  letter-spacing: 12px;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;
  display: table-cell;
  width: 30%;
  vertical-align: middle;
  line-height: 1em;
  z-index: 100;
  position: relative;
}

.site-title img {
  max-height: 123px;
  max-width: 400px;
}

#desktopNav {
  display: flex;
  text-align: right;
  align-items: center;
  justify-content: flex-end;
  margin-top: 20px;
}

.main-nav {
  background-color: rgba(1, 2, 4, 0.69);
  border-radius: 40px;
}

.main-nav ul {
  margin: 0 10px;
  padding: 0;
  list-style: none;
  text-align: right;
  line-height: 1em;
}

.main-nav ul li {
  text-align: right;
  display: inline-block;
  margin: 0px 20px;
}

.social {
  text-align: right;
  display: inline-block;
  margin: 0;
  display: flex;
  align-items: center;
}

.social img {
  vertical-align: middle;
  margin: 0 4px;
}

.main-nav ul li a,
.main-nav ul li a:visited {
  /* color: #FC3; */
  color: #3366FF;
}

.main-nav ul li a span,
.main-nav ul li a:visited span {
  font-family: "Source Sans Pro", sans-serif;
  font-family: "proxima-nova";
  font-size: 1.45em;
  /* text-transform: ; */
  text-decoration: none;
  /* letter-spacing: 3px; */
  font-weight: 400;
  font-style: normal;
  line-height: 2em;
  /* text-shadow: 2px 0 0 #041B72, -2px 0 0 #041B72, 0 2px 0 #041B72, 0 -2px 0 #041B72, 1px 1px #041B72, -1px -1px 0 #041B72, 1px -1px 0 #041B72, -1px 1px 0 #041B72; */
}

.main-nav ul li a:hover,
.main-nav ul li a:focus {
  /* color: #fff; */
  /* color: #3366FF; */
  color: #FC3;
}

.main-nav ul li.active-link a,
.main-nav ul li.active-link a:visited {
  /* color: #fff; */
  /* color: #3366FF; */
  color: #FC3;
}

#desktopNav .folder {
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}

#desktopNav .folder .folder-parent>a:first-child:before,
#desktopNav .folder .folder-parent>a:visited:first-child:before {
  content: '+';
  margin-right: .25em;
  text-decoration: none !important;
  font-size: .85em;
}

#desktopNav .folder:hover .folder-parent>a:first-child:before,
#desktopNav .folder.dropdown-open .folder-parent>a:first-child:before {
  content: '–';
}

#desktopNav .folder .folder-child-wrapper {
  position: absolute;
  left: 50%;
  margin-left: -100px;
  background-color: #fff;
  z-index: 11;
  /*padding-top: 30px;*/
  margin-top: -5px;
}

#desktopNav .folder .folder-child-wrapper ul.folder-child {
  display: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  width: 200px;
  position: relative;
}

#desktopNav .folder .folder-child-wrapper ul.folder-child:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-width: 0 0 10px;
  border-style: solid;
  border-right: solid 10px transparent;
  border-left: solid 10px transparent;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
}

#desktopNav .folder .folder-child-wrapper ul.folder-child li {
  text-align: center;
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  border-width: 0 0 1px;
  border-style: solid;
}

#desktopNav .folder .folder-child-wrapper ul.folder-child li:last-child {
  border-bottom-width: 0;
}

#desktopNav .folder .folder-child-wrapper ul.folder-child li.active-link a,
#desktopNav .folder .folder-child-wrapper ul.folder-child li.active-link a:visited {
  color: #c2c2c2;
}

#desktopNav .folder .folder-child-wrapper ul.folder-child li a {
  display: inline-block;
  padding: 12px;
}

#desktopNav .folder.active-link .folder-child-wrapper ul.folder-child li a,
#desktopNav .folder.active-link .folder-child-wrapper ul.folder-child li a:visited {
  color: #c2c2c2;
}

#desktopNav .folder:hover ul.folder-child,
#desktopNav .folder .folder-child-wrapper:hover ul.folder-child,
#desktopNav .folder:active ul.folder-child,
#desktopNav .folder .folder-child-wrapper:active ul.folder-child {
  display: block;
}

#desktopNav .folder:hover .folder-child-wrapper {
  padding-top: 30px;
}

#desktopNav .folder .folder-parent .folder-child-wrapper ul.folder-child li:not(.active-link) a,
#desktopNav .folder .folder-parent .folder-child-wrapper ul.folder-child li:not(.active-link) a:visited {
  color: #1a1a1a;
}

#parallax-nav {
  position: fixed;
  z-index: 11;
  top: 50%;
  right: 15px;
  padding: 0 10px 0 0;
  -webkit-transition: opacity .3s 0s linear;
  -moz-transition: opacity .3s 0s linear;
  -ms-transition: opacity .3s 0s linear;
  -o-transition: opacity .3s 0s linear;
  transition: opacity .3s 0s linear;
}

#parallax-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#parallax-nav ul li {
  margin: 0;
  padding: 10px 0 10px 15px;
  cursor: pointer;
}

#parallax-nav ul li a,
#parallax-nav ul li a:visited {
  width: 10px;
  height: 10px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: background-color .1s linear, border-color .1s linear;
  -moz-transition: background-color .1s linear, border-color .1s linear;
  -ms-transition: background-color .1s linear, border-color .1s linear;
  -o-transition: background-color .1s linear, border-color .1s linear;
  transition: background-color .1s linear, border-color .1s linear;
}

#parallax-nav ul li.active a {
  width: 8px;
  height: 8px;
  margin-left: -1px;
}

.hide-parallax-nav #parallax-nav,
.ie8 #parallax-nav,
.ie9 #parallax-nav {
  display: none;
}

.color-weight-dark .parallax-item .scroll-arrow {
  color: #fff;
}

.color-weight-dark #parallax-nav ul li a,
.color-weight-dark #parallax-nav ul li a:visited {
  background-color: #fff;
}

.color-weight-dark #parallax-nav ul li.active a {
  background-color: transparent;
  border: solid 2px #fff;
}

.color-weight-dark #parallax-nav ul li .nav-title {
  color: #fff;
}

.color-weight-light .parallax-item .scroll-arrow {
  color: #000;
}

.color-weight-light #parallax-nav ul li a,
.color-weight-light #parallax-nav ul li a:visited {
  background-color: #000;
}

.color-weight-light #parallax-nav ul li.active a {
  background-color: transparent;
  border: solid 2px #000;
}

.color-weight-light #parallax-nav ul li .nav-title {
  color: #000;
}

.nav-title {
  position: absolute;
  right: 10px;
  opacity: 0;
  font-size: 13px;
  text-transform: ;
  white-space: nowrap;
  font-family: "proxima-nova";
  letter-spacing: 3px;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  margin-top: -11px;
  padding: 0 0 5px 0;
  -webkit-transition: all .3s cubic-bezier(.23, 1, .32, 1);
  -moz-transition: all .3s cubic-bezier(.23, 1, .32, 1);
  -ms-transition: all .3s cubic-bezier(.23, 1, .32, 1);
  -o-transition: all .3s cubic-bezier(.23, 1, .32, 1);
  transition: all .3s cubic-bezier(.23, 1, .32, 1);
  line-height: 32px;
  visibility: hidden;
}

#parallax-nav li:hover span.nav-title {
  right: 20px;
  opacity: 1;
  z-index: 10;
  padding-right: 15px;
  visibility: visible;
}

#parallax-images {
  background-color: #fff;
}

#parallax-images .image-container {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

#parallax-images .image-container img {
  opacity: 1;
}

#parallax-images .image-container img.loading {
  opacity: 0;
}

.no-touch .parallax-item,
.no-touch .parallax-images .no-touch .parallax-item,
.no-touch .parallax-images * {
  -webkit-transform: translatez(0);
}

.no-touch .parallax-item .sqs-gallery-container * {
  -webkit-transform: none;
  /* fixes gallery block arrow positioning */
}

.parallax-item {
  position: relative;
}

.parallax-item .scroll-arrow {
  display: none;
  position: absolute;
  bottom: 24px;
  left: 50%;
  margin-left: -75px;
  width: 150px;
  z-index: 10;
  height: 30px;
  text-align: center;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.parallax-item .scroll-arrow:before {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\e02d";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.parallax-item .scroll-arrow:before {
  font-size: 32px;
  width: 32px;
  height: 32px;
  line-height: 32px;
}

.parallax-item .scroll-arrow:before {
  text-align: center;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  cursor: pointer;
}

.parallax-item .scroll-arrow span {
  display: none;
  font-family: "proxima-nova";
  letter-spacing: 2px;
  font-size: 12px;
  text-align: center;
}

.parallax-item .scroll-arrow:hover span {
  display: block;
}

.parallax-item .scroll-arrow:hover:before {
  display: none;
}

.first-index-image-fullscreen #content-wrapper .parallax-item:nth-child(4) .has-main-image .scroll-arrow,
.index-image-height-fullscreen #content-wrapper .parallax-item:nth-child(4) .has-main-image .scroll-arrow {
  display: block;
}

.hide-page-title .title-desc-wrapper.no-description {
  padding-top: 0;
  padding-bottom: 0;
}

.hide-page-title .title-desc-wrapper .page-title,
.hide-page-title .title-desc-wrapper .page-title+br {
  display: none;
}

.hide-page-title .title-desc-wrapper .page-desc {
  margin-top: 0;
}

.view-item.hide-page-title .title-desc-wrapper .page-title,
.view-item.hide-page-title .title-desc-wrapper .page-title+br {
  display: inline-block;
}

.view-item.hide-page-title .title-desc-wrapper .page-desc {
  margin-top: 25px;
}

.collection-type-index.title-background .title-desc-wrapper.over-image.has-main-image .page-title {
  color: #171717;
  background-color: #fff;
  padding: 15px 13px 15px 20px;
}

.title--description-position-over-image.title-background .title-desc-wrapper.has-main-image .page-title {
  color: #171717;
  background-color: #fff;
  padding: 15px 13px 15px 20px;
}

.collection-type-index.title-background .title-desc-wrapper.over-image.has-main-image .page-desc {
  color: #171717;
  background-color: #fff;
  padding: 15px 20px;
}

.title--description-position-over-image.title-background .title-desc-wrapper.has-main-image .page-desc {
  color: #171717;
  background-color: #fff;
  padding: 15px 20px;
}

.title-desc-wrapper {
  margin: 0;
  padding: 80px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10;
  background-color: #fff;
}

.title--description-position-over-image .title-desc-wrapper.has-main-image,
.title-desc-wrapper.over-image {
  background-color: transparent;
}

.title-desc-wrapper.has-main-image {
  min-height: 180px;
  overflow: hidden;
}

.collection-type-index.title--description-position-under-image .title-desc-wrapper {
  padding: 0;
}

.collection-type-index.title--description-position-under-image .title-desc-wrapper .title-desc-inner {
  max-width: 100%;
  padding: 0;
}

.collection-type-index.title--description-position-under-image.title--description-alignment-center .title-desc-wrapper .title-desc-inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 0 80px;
}

.title--description-position-under-image .title-desc-wrapper.has-main-image {
  overflow: visible;
  padding: 0;
  margin-top: 250px;
}

.title--description-position-under-image .title-desc-wrapper.has-main-image .banner-image {
  position: relative;
  overflow: hidden;
  max-height: 250px;
  min-height: 250px;
}

.collection-type-index.title--description-position-under-image .title-desc-wrapper.has-main-image {
  overflow: hidden;
  padding: 80px;
  margin-top: 0;
}

.title--description-position-under-image:not(.collection-type-index) .title-desc-wrapper:not(.has-main-image) {
  padding: 0;
}

.title--description-position-over-image:not(.collection-type-index) .title-desc-wrapper:not(.has-main-image) .title-desc-inner {
  max-width: 960px;
  margin: 0 auto;
}

.title--description-position-under-image .title-desc-wrapper .title-desc-inner {
  padding: 0;
  max-width: 960px;
  margin: 0 auto;
}

.collection-type-index.title--description-position-under-image .title-desc-inner {
  padding-top: 0;
}

.title--description-position-over-image .title-desc-wrapper:not(.has-main-image) {
  background-color: #fff;
}

.title--description-position-over-image .title-desc-wrapper:not(.has-main-image) .title-desc-inner .page-desc {
  color: #171717;
}

.title--description-position-over-image .title-desc-wrapper:not(.has-main-image) .title-desc-inner .page-desc a,
.title--description-position-over-image .title-desc-wrapper:not(.has-main-image) .title-desc-inner .page-desc a:visited {
  color: #171717;
}

.title--description-position-over-image .title-desc-wrapper:not(.has-main-image) .title-desc-inner h1.page-title {
  color: #171717;
}

.title--description-position-over-image.title-background .title-desc-wrapper.has-main-image {
  background-color: transparent;
}

.title--description-position-over-image.title-background .title-desc-wrapper.has-main-image .title-desc-inner .page-desc {
  color: #171717;
  background-color: #fff;
}

.title--description-position-over-image.title-background .title-desc-wrapper.has-main-image .title-desc-inner h1.page-title {
  color: #171717;
  background-color: #fff;
}

.collection-type-index.title--description-position-over-image .title-desc-wrapper {
  padding: 80px 0;
}

.collection-type-index.title--description-position-over-image .title-desc-wrapper .title-desc-inner {
  margin: 0 auto;
  max-width: 960px;
}

.collection-type-index.title--description-position-over-image .title-desc-wrapper.has-main-image {
  padding: 80px;
}

.collection-type-index.title--description-position-over-image .title-desc-wrapper.has-main-image .title-desc-inner {
  margin: 0;
  max-width: 65%;
}

.collection-type-index.title--description-position-over-image.title--description-alignment-center .title-desc-wrapper .title-desc-inner {
  position: absolute;
  margin: 0 auto;
  max-width: 800px;
  padding: 0;
}

.collection-type-index.title--description-position-over-image.title--description-alignment-center .title-desc-wrapper.no-main-image .title-desc-inner {
  position: relative;
}

.title--description-position-over-image.title--description-alignment-center .title-desc-inner {
  padding: 80px 0;
}

.collection-type-index .title-desc-wrapper {
  margin: 0;
  padding: 80px 0 80px 80px;
  position: relative;
}

.title-desc-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.title--description-position-under-image .title-desc-wrapper .title-desc-inner {
  padding: 80px 8% 0;
}

.title-desc-inner {
  max-width: 60%;
  z-index: 100;
  position: relative;
}

.collection-type-index .content-inner .title-desc-inner {
  margin-bottom: 80px;
}

h1.page-title {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-family: "futura-pt";
  font-size: 2.0em;
  line-height: 1.3em;
  text-transform: ;
  text-decoration: none;
  letter-spacing: 3px;
  font-weight: 400;
  font-style: normal;
  max-width: 100%;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 55px 0 0;
  color: #000000;
}

.title--description-position-under-image h1.page-title {
  color: #16161d;
}

.page-desc {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 25px 0 0;
  max-width: 100%;
  color: #171717;
}

.page-desc p {
  margin: 0 0 .75em;
  font-family: "PT Serif", serif;
  font-family: "proxima-nova";
  font-size: 1.2em;
  line-height: 1.6em;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 400;
  font-style: normal;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.page-desc p:last-child {
  margin: 0;
}

.page-desc a,
.page-desc a:visited {
  color: #171717;
  background-color: transparent;
  text-decoration: underline;
}

.title--description-position-under-image .page-desc {
  color: #363636;
}

.title--description-position-under-image .page-desc p,
.title--description-position-under-image .page-desc a,
.title--description-position-under-image .page-desc a:visited {
  color: #363636;
}

.content-inner .title-desc-wrapper {
  display: none;
}

.title--description-position-under-image .content-inner .title-desc-wrapper {
  display: block;
}

.title--description-position-under-image .title-desc-wrapper.over-image .title-desc-inner {
  display: none;
}

.title--description-position-under-image .page-desc {
  max-width: 100%;
  margin-top: 20px;
}

.title--description-alignment-center .title-desc-wrapper {
  top: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

.title--description-alignment-center .title-desc-wrapper .title-desc-inner {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.title--description-alignment-center .title-desc-wrapper .page-title {
  text-align: center;
}

.title--description-alignment-center .title-desc-wrapper .page-desc {
  max-width: 100%;
}

.title--description-alignment-center .title-desc-wrapper .page-desc p {
  text-align: center;
}

#content-wrapper .content {
  width: 100%;
  background-color: #fff;
  position: relative;
  z-index: 50;
}

.content.has-main-image {
  box-shadow: 0 0 75px rgba(0, 0, 0, .1);
}

.content-inner {
  background-color: #fff;
  max-width: 960px;
  margin: 0 auto;
  padding: 0px 8%;
}

.collection-type-index .content-inner {
  padding: 0;
}

.collection-type-index .content-inner.has-content {
  padding: 50px 8%;
}

.back-to-top-link {
  display: none;
}

.collection-type-index .back-to-top-link {

  z-index: 10;
  background-color: #fff;
  width: 50px;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  top: -25px;
  padding-top: 2px;
}

.collection-type-index .back-to-top-link a {
  display: block;
  font-family: "proxima-nova";
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 12px;
  text-transform: ;
  text-align: center;
  line-height: 1;
  color: #363636;
  padding-left: 2px;
  padding-top: 4px;
}

.collection-type-index .back-to-top-link a .arrow {
  display: block;
  text-align: center;
  width: 16px;
  margin: 0 auto 4px;
}

.collection-type-index .back-to-top-link a .arrow:before {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\e02d";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.collection-type-index .back-to-top-link a .arrow:before {
  font-size: 32px;
  width: 32px;
  height: 32px;
  line-height: 32px;
}

.collection-type-index .back-to-top-link a .arrow:before {
  width: auto;
  height: auto;
  line-height: 1;
  font-size: 16px;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  cursor: pointer;
  color: #363636;
  display: block;
  margin-left: -2px;
}

#footer {
  width: 100%;
  background-color: #171717;
  position: relative;
}

.footer-wrapper {
  max-width: 1010px;
  margin: 0 auto;
  padding: 80px 8%;
}

.collection-type-gallery .footer-wrapper.empty {
  padding: 0;
}

/* BLOG STYLES */
.filter {
  margin: 0 0 80px;
  text-align: center;
}

#comments-outer-wrapper {
  margin: 50px auto 0;
}

.main-image {
  height: 325px;
}

.entry-header {
  line-height: 1em;
  margin-bottom: 5em;
}

.entry-title-passthrough,
.entry-title-passthrough:visited {
  color: #171717;
}

.entry-title-passthrough:after,
.entry-title-passthrough:visited:after {
  content: " ➙";
  font-family: arial, sans-serif;
  font-weight: normal;
}

.entry-more-link a {
  display: inline-block;
}

.entry-more-link a:before {
  content: "View Post →";
  display: inline-block;
}

.collection-type-events .entry-more-link a:before {
  content: "View Event →";
}

.entry-actions .entry-comments,
.entry-actions-simple .entry-comments {
  display: inline-block;
  margin-right: 1em;
}

.entry-actions .entry-comments:before,
.entry-actions-simple .entry-comments:before {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\e010";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.entry-actions .entry-comments:before,
.entry-actions-simple .entry-comments:before {
  font-size: 16px;
  width: 16px;
  height: 16px;
  line-height: 16px;
}

.entry-actions .entry-comments:before,
.entry-actions-simple .entry-comments:before {
  font-size: .95em;
  width: auto;
  height: auto;
  line-height: inherit;
  text-align: left;
  margin-right: .2em;
  position: relative;
}

.entry-actions .sqs-simple-like,
.entry-actions-simple .sqs-simple-like {
  line-height: inherit;
}

.entry-actions .sqs-simple-like .like-count,
.entry-actions-simple .sqs-simple-like .like-count {
  margin-right: 1.2em;
}

.entry-actions .sqs-simple-like .like-count:before,
.entry-actions-simple .sqs-simple-like .like-count:before {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\e012";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.entry-actions .sqs-simple-like .like-count:before,
.entry-actions-simple .sqs-simple-like .like-count:before {
  font-size: 16px;
  width: 16px;
  height: 16px;
  line-height: 16px;
}

.entry-actions .sqs-simple-like .like-count:before,
.entry-actions-simple .sqs-simple-like .like-count:before {
  font-size: .95em;
  width: auto;
  height: auto;
  line-height: inherit;
  text-align: left;
  margin-right: .2em;
  position: relative;
}

.entry-actions .sqs-simple-like .like-icon,
.entry-actions-simple .sqs-simple-like .like-icon {
  display: none;
}

.ss-social-button:before {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\e02b";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.ss-social-button:before {
  font-size: 16px;
  width: 16px;
  height: 16px;
  line-height: 16px;
}

.ss-social-button:before {
  font-size: .8075em;
  width: auto;
  height: auto;
  line-height: inherit;
  text-align: left;
  margin-right: .4em;
}

.ss-social-button div {
  display: inline-block;
}

.ss-social-button-icon {
  display: none !important;
}

.sqs-simple-like.float {
  display: none !important;
}

.entry {
  margin: 0 0 120px;
}

.entry:last-child {
  margin: 0;
}

.entry-title-wrapper {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 26%;
  margin: 0 4% 0 0;
  padding: 0;
}

.entry-title-wrapper .entry-title {
  margin: 0 0 .5em;
  line-height: 1em;
}

.entry-title-wrapper .entry-title a,
.entry-title-wrapper .entry-title a:visited {
  color: #16161d;
}

.entry-title-wrapper .date {
  text-align: left;
}

.view-list .entry-content {
  float: right;
  width: 70%;
}

.view-list .entry-content p {
  margin: 0 0 1em;
}

.entry-header {
  display: table;
  margin: 0 0 36px;
  padding: 15px 0;
  font-family: "PT Serif", Georgia, serif;
  font-family: 'PT Serif', Georgia, serif;
  font-size: .95em;
  letter-spacing: 0px;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  line-height: 1.6em;
  color: #999;
}

.entry-header a,
.entry-header a:visited {
  color: #999;
}

.entry-header,
.entry-footer,
.list-header {
  background-color: #f5f5f5;
}

#categoryNav {
  background-color: #ebebeb;
}

.view-list article .entry-header {
  width: 100%;
  background-color: transparent;
  border-style: solid;
  border-width: 1px 0;
}

.entry-more-link,
.entry-meta {
  display: table-cell;
  vertical-align: middle;
}

.entry-actions {
  font-family: "PT Serif", Georgia, serif;
  font-family: 'PT Serif', Georgia, serif;
  font-size: .95em;
  line-height: 1.6em;
  letter-spacing: 0px;
  font-weight: 400;
  font-style: normal;
  margin-top: 1em;
  color: #999;
}

.entry-actions a,
.entry-actions a:visited {
  color: #999;
}

.view-list .entry-actions {
  margin-top: 0;
  width: 75%;
  display: table-cell;
  vertical-align: middle;
}

.entry-more-link {
  width: 25%;
  text-align: right;
  font-style: italic;
}

.list-header {
  width: 100%;
  margin: 0;
  padding: 15px 0;
  font-family: "PT Serif", Georgia, serif;
  font-family: 'PT Serif', Georgia, serif;
  font-size: .95em;
  letter-spacing: 0px;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  line-height: 1.6em;
  color: #999;
}

.list-header .pagination {
  width: 100%;
  display: table;
  margin: 0 auto;
}

.list-header .outer-wrapper {
  max-width: 960px;
  padding: 0 8%;
  margin: 0 auto;
}

.entry-footer {
  width: 100%;
  margin: 0;
  padding: 15px 0;
  font-family: "PT Serif", Georgia, serif;
  font-family: 'PT Serif', Georgia, serif;
  font-size: .95em;
  letter-spacing: 0px;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  line-height: 1.6em;
  color: #999;
}

.entry-footer a,
.entry-footer a:visited {
  color: #999;
}

.entry-footer .wrapper {
  width: 100%;
  margin: 0 auto;
  display: table;
}

.entry-footer .outer-wrapper {
  max-width: 960px;
  padding: 0 8%;
  margin: 0 auto;
}

#categoryNav {
  display: none;
  position: relative;
}

#categoryNav ul {
  text-align: left;
  padding: 0;
  margin: 0;
}

#categoryNav ul li {
  display: inline-block;
  margin: 0;
}

#categoryNav ul li:after {
  content: '/';
  padding: 0 .5em 0 .75em;
  font-style: normal;
  color: rgba(153, 153, 153, .5) !important;
}

#categoryNav ul li:last-child:after {
  content: '';
  padding: 0;
}

#categoryNav ul li.active-link:not(.all) a,
#categoryNav ul li.active-link:not(.all) a:visited {
  color: #191919;
}

.view-list #categoryNav ul li.active-link.all a,
.view-list #categoryNav ul li.active-link.all a:visited {
  color: #191919;
}

.show-category-navigation #categoryNav {
  display: block;
}

.view-item .entry-header {
  width: 100%;
  margin: 0;
  padding: 15px 0;
  font-family: "PT Serif", Georgia, serif;
  font-family: 'PT Serif', Georgia, serif;
  font-size: .95em;
  letter-spacing: 0px;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  line-height: 1.6em;
  color: #999;
}

.view-item .entry-header a,
.view-item .entry-header a:visited {
  color: #999;
}

.view-item .entry-header .wrapper {
  width: 100%;
  margin: 0 auto;
  display: table;
}

.view-item .entry-header .outer-wrapper {
  max-width: 960px;
  padding: 0 8%;
  margin: 0 auto;
}

.view-item .entry-meta {
  width: 60%;
  margin: 0;
  color: #999;
}

.view-item .entry-meta div {
  display: inline-block;
}

.view-item .entry-meta .source-url:before {
  content: '/';
  padding: 0 .75em 0 .5em;
  font-style: normal;
}

.view-item .entry-meta .source-url:first-child:before {
  content: '';
  padding: 0;
}

.view-item .page-title-desc .date.entry-author {
  margin: 1em 0 0;
  display: block;
  width: 100%;
  text-align: center;
}

.view-item .page-title-desc .date.entry-author a,
.view-item .page-title-desc .date.entry-author a:visited {
  color: #363636;
}

.view-item.show-product-item-nav #productWrapper #productNav {
  display: none;
}

.hide-author .author-name {
  display: none;
}

.entry-actions-simple {
  display: none;
}

.blog-layout-simple .blog-list .main-image-wrapper,
.blog-layout-simple .blog-list .entry-header {
  display: none;
}

.blog-layout-simple .blog-list .entry-title-wrapper {
  float: none;
  margin: 0 0 1em;
  width: auto;
}

.blog-layout-simple .blog-list .entry-content {
  float: none;
  width: auto;
}

.blog-layout-simple p.entry-actions-simple {
  display: block;
  color: #999;
  margin-top: 1em;
}

.blog-layout-simple p.entry-actions-simple a,
.blog-layout-simple p.entry-actions-simple a:visited {
  color: #999;
}

.blog-layout-simple.blog-width-narrow .blog-list,
.blog-layout-simple.blog-width-narrow .blog-item {
  padding: 0 15%;
}

.blog-layout-simple.blog-width-narrow.title--description-position-over-image.collection-type-blog .title-desc-wrapper:not(.has-main-image) .title-desc-inner h1.page-title,
.blog-layout-simple.blog-width-narrow.title--description-position-over-image.collection-type-blog .title-desc-wrapper:not(.has-main-image) .title-desc-inner .page-desc {
  padding: 0 15%;
}

.blog-layout-simple.blog-width-narrow.title--description-position-under-image.collection-type-blog .title-desc-inner h1.page-title,
.blog-layout-simple.blog-width-narrow.title--description-position-under-image.collection-type-blog .title-desc-inner .page-desc {
  padding: 0 15%;
}

/* Events */
.eventlist-event {
  margin-bottom: 80px;
}

.event-meta {
  list-style-type: none;
}

/* products */
.view-item #productDetails {
  width: 33.5%;
}

.view-item #productDetails .product-title,
.view-item #productDetails .product-excerpt {
  display: none;
}

#productGallery {
  width: 63.5%;
}

.page-title-desc .product-price {
  margin: 1em 0 0;
}

.product-desc p {
  margin: 1em 0 0;
}

.view-item #productDetails .product-price {
  font-family: "Source Sans Pro", sans-serif;
  font-family: "proxima-nova";
  font-size: 2em;
  line-height: 1.2em;
  text-transform: ;
  text-decoration: none;
  letter-spacing: 2px;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 1em;
}

.view-list .product-title {
  font-family: "Source Sans Pro", sans-serif;
  font-family: "proxima-nova";
  font-size: 1.4em;
  line-height: 1.2em;
  text-transform: ;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 400;
  font-style: normal;
}

.view-item .product-description {
  margin-top: 72px;
}

/* Gallery Collection */
.collection-type-gallery .title-desc-wrapper,
.collection-type-gallery .page-title-desc {
  display: none;
}

.collection-type-gallery .content-inner {
  padding: 0 !important;
  max-width: 100%;
}

/* Menu Block */
.menu-block .menu-section-title {
  font-family: "proxima-nova";
  font-weight: 400;
  font-size: 2em;
  text-transform: ;
  font-style: normal;
  letter-spacing: 2px;
  text-decoration: none;
  line-height: 1.2em;
  color: #16161d;
}

.menu-block .menu-item-title,
.menu-block .menu-item-price-top,
.menu-block .menu-item-price-bottom {
  font-family: "proxima-nova";
  font-weight: 400;
  font-size: 18px;
  text-transform: ;
  font-style: normal;
  letter-spacing: 1px;
  text-decoration: none;
  margin: 0 0 .5em;
  line-height: 1.2em;
  color: #16161d;
}

.menu-block .menu-item-description {
  line-height: 1.4;
}

.menu-block .menu-item {
  margin-bottom: 3em;
}

/* Pagination */
.pagination {
  width: 40%;
  text-align: right;
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  color: #999;
}

.pagination .newer,
.pagination .older {
  display: inline-block;
}

.pagination .newer.mute,
.pagination .older.mute {
  color: rgba(153, 153, 153, .5);
}

.pagination .newer:before,
.pagination .older:before {
  content: '/';
  padding: 0 .75em 0 .5em;
  color: rgba(153, 153, 153, .5) !important;
}

.pagination .newer:first-child:before,
.pagination .older:first-child:before {
  content: '';
  padding: 0;
}

.pagination .newer a,
.pagination .older a,
.pagination .newer a:visited,
.pagination .older a:visited {
  color: #999;
}

.pagination .older {
  text-align: right;
}

.pagination div span {
  visibility: hidden;
  display: block;
}

.pagination div:hover span {
  visibility: visible;
}

#mobileNav,
#mobileMenu {
  display: none;
  visibility: hidden;
}

.icon-menu {
  -webkit-transition: color .14s ease;
  -moz-transition: color .14s ease;
  -o-transition: color .14s ease;
  transition: color .14s ease;
}

.icon-menu:before {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\e030";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.icon-menu:before {
  font-size: 32px;
  width: 32px;
  height: 32px;
  line-height: 32px;
}

/* Blocks
-----------------------------------------------*/
.summary-info-item {
  font-family: "PT Serif", Georgia, serif;
  font-family: 'PT Serif', Georgia, serif;
  font-size: .95em;
  line-height: 1.6em;
  letter-spacing: 0px;
  font-weight: 400;
  font-style: normal;
  color: #999;
}

.summary-info-item a {
  color: #999;
}

.summary-info-item a:hover {
  color: #999;
}

.sqs-block-summary-v2 .summary-info-item {
  opacity: 1;
}

/* GUARDED MIXINS
-----------------------------------------------*/
#desktopNav .folder .folder-child-wrapper ul.folder-child {
  color: #f5f5f5;
}

#desktopNav .folder .folder-child-wrapper ul.folder-child:before {
  color: #f5f5f5;
}

#desktopNav .folder .folder-child-wrapper ul.folder-child li {
  color: #f5f5f5;
}

.footer-wrapper {
  color: #fff;
}

.footer-wrapper h1,
.footer-wrapper h2,
.footer-wrapper h3 {
  color: #fff;
}

.footer-wrapper a,
.footer-wrapper a:visited {
  text-decoration: underline;
  color: #fff;
}

.title-desc-wrapper.sqs-frontend-edit-wrapper .sqs-frontend-edit,
.parallax-item .title-desc-wrapper.sqs-frontend-edit-wrapper .sqs-frontend-edit {
  top: 0 !important;
  right: 0 !important;
}

@font-face {
  font-family: 'social-icon-font';
  src: url('http://static.squarespace.com/universal/fonts/social-icon-font.eot');
  src: url('http://static.squarespace.com/universal/fonts/social-icon-font.eot?#iefix') format('embedded-opentype'), url('http://static.squarespace.com/universal/fonts/social-icon-font.woff') format('woff'), url('http://static.squarespace.com/universal/fonts/social-icon-font.ttf') format('truetype'), url('http://static.squarespace.com/universal/fonts/social-icon-font.svg#social-icon-font') format('svg');
  font-weight: normal;
  font-style: normal;
}

.social-smugmug:before,
.social-github:before,
.social-dribbble:before,
.social-youtube:before,
.social-vimeo:before,
.social-twitter:before,
.social-tumblr:before,
.social-pinterest:before,
.social-linkedin:before,
.social-instagram:before,
.social-google:before,
.social-foursquare:before,
.social-facebook:before,
.social-fivehundredpix:before,
.social-flickr:before,
.social-stumbleupon:before,
.social-blogger:before,
.social-reddit:before,
.social-share:before,
.social-heart:before,
.social-email:before,
.social-rss:before,
.social-smugmug-square:before,
.social-github-square:before,
.social-dribbble-square:before,
.social-youtube-square:before,
.social-vimeo-square:before,
.social-twitter-square:before,
.social-tumblr-square:before,
.social-pinterest-square:before,
.social-linkedin-square:before,
.social-instagram-square:before,
.social-google-square:before,
.social-foursquare-square:before,
.social-facebook-square:before,
.social-fivehundredpix-square:before,
.social-flickr-square:before,
.social-stumbleupon-square:before,
.social-blogger-square:before,
.social-reddit-square:before,
.social-share-square:before,
.social-heart-square:before,
.social-email-square:before,
.social-rss-square:before,
.social-smugmug-round:before,
.social-github-round:before,
.social-dribbble-round:before,
.social-youtube-round:before,
.social-vimeo-round:before,
.social-twitter-round:before,
.social-tumblr-round:before,
.social-pinterest-round:before,
.social-linkedin-round:before,
.social-instagram-round:before,
.social-google-round:before,
.social-foursquare-round:before,
.social-facebook-round:before,
.social-fivehundredpix-round:before,
.social-flickr-round:before,
.social-stumbleupon-round:before,
.social-blogger-round:before,
.social-reddit-round:before,
.social-share-round:before,
.social-heart-round:before,
.social-email-round:before,
.social-rss-round:before {
  font-family: 'social-icon-font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.social-smugmug:before {
  content: "\e000";
}

.social-icon-style-square .social-smugmug:before {
  content: "\e001";
}

.social-icon-style-round .social-smugmug:before {
  content: "\e002";
}

.social-dribbble:before {
  content: "\e003";
}

.social-icon-style-square .social-dribbble:before {
  content: "\e004";
}

.social-icon-style-round .social-dribbble:before {
  content: "\e005";
}

.social-youtube:before {
  content: "\e006";
}

.social-icon-style-square .social-youtube:before {
  content: "\e007";
}

.social-icon-style-round .social-youtube:before {
  content: "\e008";
}

.social-vimeo:before {
  content: "\e009";
}

.social-icon-style-square .social-vimeo:before {
  content: "\e00a";
}

.social-icon-style-round .social-vimeo:before {
  content: "\e00b";
}

.social-twitter:before {
  content: "\e00c";
}

.social-icon-style-square .social-twitter:before {
  content: "\e00d";
}

.social-icon-style-round .social-twitter:before {
  content: "\e00e";
}

.social-tumblr:before {
  content: "\e00f";
}

.social-icon-style-square .social-tumblr:before {
  content: "\e010";
}

.social-icon-style-round .social-tumblr:before {
  content: "\e011";
}

.social-pinterest:before {
  content: "\e012";
}

.social-icon-style-square .social-pinterest:before {
  content: "\e013";
}

.social-icon-style-round .social-pinterest:before {
  content: "\e014";
}

.social-linkedin:before {
  content: "\e015";
}

.social-icon-style-square .social-linkedin:before {
  content: "\e016";
}

.social-icon-style-round .social-linkedin:before {
  content: "\e017";
}

.social-instagram:before {
  content: "\e018";
}

.social-icon-style-square .social-instagram:before {
  content: "\e019";
}

.social-icon-style-round .social-instagram:before {
  content: "\e01a";
}

.social-google:before {
  content: "\e01b";
}

.social-icon-style-square .social-google:before {
  content: "\e01c";
}

.social-icon-style-round .social-google:before {
  content: "\e01d";
}

.social-googleauth2:before {
  content: "\e01b";
}

.social-icon-style-square .social-googleauth2:before {
  content: "\e01c";
}

.social-icon-style-round .social-googleauth2:before {
  content: "\e01d";
}

.social-foursquare:before {
  content: "\e01e";
}

.social-icon-style-square .social-foursquare:before {
  content: "\e01f";
}

.social-icon-style-round .social-foursquare:before {
  content: "\e020";
}

.social-flickr:before {
  content: "\e021";
}

.social-icon-style-square .social-flickr:before {
  content: "\e022";
}

.social-icon-style-round .social-flickr:before {
  content: "\e023";
}

.social-facebook:before {
  content: "\e024";
}

.social-icon-style-square .social-facebook:before {
  content: "\e025";
}

.social-icon-style-round .social-facebook:before {
  content: "\e026";
}

.social-fivehundredpix:before {
  content: "\e027";
}

.social-icon-style-square .social-fivehundredpix:before {
  content: "\e028";
}

.social-icon-style-round .social-fivehundredpix:before {
  content: "\e029";
}

.social-stumbleupon:before {
  content: "\e02a";
}

.social-icon-style-square .social-stumbleupon:before {
  content: "\e02b";
}

.social-icon-style-round .social-stumbleupon:before {
  content: "\e02c";
}

.social-blogger:before {
  content: "\e02d";
}

.social-icon-style-square .social-blogger:before {
  content: "\e02e";
}

.social-icon-style-round .social-blogger:before {
  content: "\e02f";
}

.social-reddit:before {
  content: "\e030";
}

.social-icon-style-square .social-reddit:before {
  content: "\e031";
}

.social-icon-style-round .social-reddit:before {
  content: "\e032";
}

.social-share:before {
  content: "\e033";
}

.social-heart:before {
  content: "\e034";
}

.social-heart-outline:before {
  content: "\e035";
}

.social-email:before {
  content: "\e036";
}

.social-icon-style-square .social-email:before {
  content: "\e037";
}

.social-icon-style-round .social-email:before {
  content: "\e038";
}

.social-github:before {
  content: "\e039";
}

.social-icon-style-square .social-github:before {
  content: "\e03b";
}

.social-icon-style-round .social-github:before {
  content: "\e03a";
}

.social-rss:before {
  content: "\e03c";
}

.social-icon-style-square .social-rss:before {
  content: "\e03d";
}

.social-icon-style-round .social-rss:before {
  content: "\e03e";
}

/* CLEARFIX
-----------------------------------------------*/
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.collection-type-index #content-wrapper,
#parallax-images .image-container img {
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
}

.view-list article .entry-header {
  border-color: #d9d9d9;
}

/* SUMMARY BLOCK
------------------------------------------------*/
.sqs-block-summary-v2 .summary-title,
.sqs-block-summary-v2 .summary-heading {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: ;
  letter-spacing: 1px;
  font-weight: 400;
  font-style: normal;
  color: #666;
}

.sqs-block-summary-v2 .summary-title a,
.sqs-block-summary-v2 .summary-heading a,
.sqs-block-summary-v2 .summary-title a:link,
.sqs-block-summary-v2 .summary-heading a:link,
.sqs-block-summary-v2 .summary-title a:visited,
.sqs-block-summary-v2 .summary-heading a:visited {
  color: #666;
}

.sqs-block-summary-v2 a,
.sqs-block-summary-v2 a:link,
.sqs-block-summary-v2 a:visited {
  color: #000;
}

.sqs-block-summary-v2 .summary-metadata-item {
  color: rgba(54, 54, 54, .7000000000000001);
}

.sqs-block-summary-v2 .summary-metadata-item a,
.sqs-block-summary-v2 .summary-metadata-item a:link,
.sqs-block-summary-v2 .summary-metadata-item a:visited {
  color: rgba(54, 54, 54, .7000000000000001);
}

/*=================================================

	Event Collections

=================================================*/
/* 	General Styling
=================================================*/
.event-time-24hr {
  display: none;
}

.event-icon-date,
.event-icon-time,
.event-icon-address,
.event-icon-tags,
.event-icon-cats {
  display: none;
  font-size: 1.4em;
  line-height: .6em;
  margin-right: 8px;
}

.event-icon-date:before {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\e015";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.event-icon-date:before {
  font-size: 16px;
  width: 16px;
  height: 16px;
  line-height: 16px;
}

.event-icon-time:before {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\e00c";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.event-icon-time:before {
  font-size: 16px;
  width: 16px;
  height: 16px;
  line-height: 16px;
}

.event-icon-address:before {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\e02f";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.event-icon-address:before {
  font-size: 16px;
  width: 16px;
  height: 16px;
  line-height: 16px;
}

.event-icon-tags:before {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\e00e";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.event-icon-tags:before {
  font-size: 16px;
  width: 16px;
  height: 16px;
  line-height: 16px;
}

.event-icon-cats:before {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\e028";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.event-icon-cats:before {
  font-size: 16px;
  width: 16px;
  height: 16px;
  line-height: 16px;
}

.event-meta {
  padding: 0;
}

.page-title-style-small-center .event-meta {
  list-style-type: none;
  margin: 0 0 1em 0;
  text-align: center;
}

.event-meta-heading,
.event-meta-address:nth-of-type(1) {
  font-weight: bold;
}

.event-meta-item {
  margin-left: 0;
  /* Adjusts for common list item left margins */
}

/* 	List View
=================================================*/
.eventlist-filter {
  font-size: 1.1em;
  margin: 0 0 80px 0;
}

.eventlist-event {
  position: relative;
  margin: 0 0 120px 0;
  padding: 0;
}

.eventlist-column-thumbnail {
  display: none;
}

.eventlist-column-date {
  position: absolute;
  top: 0;
  left: 0;
  /*width:@eventCollectionDateColumnWidth;*/
  /* See Event Date Label Tweak */
  min-height: 10px;
}

.eventlist-datelabel {
  display: none;
  font-size: 1.4em;
  line-height: 1em;
  font-weight: 200;
}

.eventlist-datelabel-enddate,
.eventlist-datelabel-time {
  display: block;
  font-size: .8em;
  margin: .2857142857142857em 0 0 0;
}

.eventlist-datelabel-time {
  display: none;
  text-transform: ;
}

.eventlist-column-info {
  width: 100%;
  /*padding:0 0 0 (@eventCollectionDateColumnWidth + 1);*/
  /* Applied in Event Date Label Tweak */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.eventlist-title {
  font-size: 1.4em;
  line-height: 1em;
  margin: 0 0 1em 0;
}

.eventlist-title-link {
  line-height: 1em;
  font-size: inherit !important;
  line-height: inherit !important;
}

.eventlist-description,
.eventlist-excerpt {
  display: none;
  margin: 0 0 1em 0;
}

.eventlist-meta {
  margin: 0;
}

.eventlist-meta-date,
.eventlist-meta-time,
.eventlist-meta-address {
  display: none;
}

/* 	Item View
=================================================*/
.eventitem-backlink {
  display: inline-block;
  margin: 0 0 3em 0;
  text-transform: ;
}

.eventitem {
  position: relative;
  padding: 0 0 6em 0;
}

.eventitem-title {
  margin: 0 0 1.5em 0;
  line-height: 1.3em;
}

.eventitem-column-content,
.eventitem-column-meta {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.eventitem-column-meta {
  margin: 0 0 2em;
}

.eventitem-socialicon {
  display: none;
  margin: 0 12px 0 0;
}

.eventitem-addtocallink {
  display: none;
  margin-right: 12px;
}

.event-time {
  margin: 1em 0 0;
}

/*----- Pagination -----*/
.eventitem-pager {
  margin: 4em 0 0 0;
}

.eventitem-pager-newer,
.eventitem-pager-older {
  float: left;
  display: inline-block;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.eventitem-pager-newer {
  float: right;
  text-align: right;
}

.eventitem-pager-newer .eventitem-pager-icon {
  margin-left: .5em;
}

.eventitem-pager-newer .eventitem-pager-icon:before {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\e003";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.eventitem-pager-newer .eventitem-pager-icon:before {
  font-size: 16px;
  width: 16px;
  height: 16px;
  line-height: 16px;
}

.eventitem-pager-newer .eventitem-pager-icon:before {
  font-size: inherit;
  width: 16px;
  height: 16px;
  line-height: 16px;
}

.eventitem-pager-older .eventitem-pager-icon {
  margin-right: .5em;
}

.eventitem-pager-older .eventitem-pager-icon:before {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\e000";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.eventitem-pager-older .eventitem-pager-icon:before {
  font-size: 16px;
  width: 16px;
  height: 16px;
  line-height: 16px;
}

.eventitem-pager-older .eventitem-pager-icon:before {
  font-size: inherit;
  width: 16px;
  height: 16px;
  line-height: 16px;
}

.eventitem-pager-disabled {
  opacity: .4;
}

/* 	Calendar (Grid)
=================================================*/
.yui3-eventcollectioncalendar.yui3-calendar {
  position: relative;
  outline: none;
}

.yui3-eventcollectioncalendar .sqs-spin {
  position: absolute;
  left: 50%;
  top: 100px;
}

.yui3-eventcollectioncalendar .yui3-calendar-header {
  margin: 0 0 3em 0;
  padding: 0;
  overflow: hidden;
}

.yui3-eventcollectioncalendar .yui3-calendar-header-label {
  float: left;
  width: 60%;
  font-size: 22px;
  line-height: 26px;
  /* same height as prev/next buttons */
}

.yui3-eventcollectioncalendar .yui3-calendarnav-prevmonth,
.yui3-eventcollectioncalendar .yui3-calendarnav-nextmonth {
  opacity: 0;
  float: right;
  height: 26px;
  width: 26px;
  line-height: 26px;
  margin: 0 0 0 1px;
  background-color: #1d1d1d;
  font-weight: normal;
  text-align: center;
  color: transparent;
}

.yui3-eventcollectioncalendar .yui3-calendarnav-prevmonth:before,
.yui3-eventcollectioncalendar .yui3-calendarnav-nextmonth:before {
  color: #fff;
}

.yui3-eventcollectioncalendar .yui3-calendarnav-prevmonth:before {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\e000";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.yui3-eventcollectioncalendar .yui3-calendarnav-prevmonth:before {
  font-size: 16px;
  width: 16px;
  height: 16px;
  line-height: 16px;
}

.yui3-eventcollectioncalendar .yui3-calendarnav-prevmonth:before {
  font-size: inherit;
  width: 16px;
  height: 16px;
  line-height: 16px;
}

.yui3-eventcollectioncalendar .yui3-calendarnav-nextmonth:before {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\e003";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.yui3-eventcollectioncalendar .yui3-calendarnav-nextmonth:before {
  font-size: 16px;
  width: 16px;
  height: 16px;
  line-height: 16px;
}

.yui3-eventcollectioncalendar .yui3-calendarnav-nextmonth:before {
  font-size: inherit;
  width: 16px;
  height: 16px;
  line-height: 16px;
}

.yui3-eventcollectioncalendar .yui3-calendar-grid {
  opacity: 0;
  border-collapse: separate;
  border-spacing: 0;
  -webkit-transition: opacity .3s ease-in;
  -moz-transition: opacity .3s ease-in;
  -o-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in;
}

.yui3-eventcollectioncalendar .eventcal-show {
  opacity: 1;
}

.yui3-eventcollectioncalendar .yui3-calendar-weekdayrow {
  display: none;
  font-size: .8em;
  text-align: center;
  text-transform: ;
}

.yui3-eventcollectioncalendar .yui3-calendar-day,
.yui3-eventcollectioncalendar .yui3-calendar-prevmonth-day,
.yui3-eventcollectioncalendar .yui3-calendar-nextmonth-day {
  position: relative;
  height: 0;
  width: 14%;
  padding: 0;
  background: #fff;
  color: #000;
  outline: none;
  cursor: default;
  box-shadow: 0 0 0 1px #ddd;
  /* 1px "shadow" == cross-browser table cell border compatibility. */
  -moz-box-shadow: 0 0 0 1px #ddd;
  -webkit-box-shadow: 0 0 0 1px #ddd;
}

.yui3-eventcollectioncalendar .yui3-calendar-prevmonth-day,
.yui3-eventcollectioncalendar .yui3-calendar-nextmonth-day {
  background: #f6f6f6;
}

.yui3-eventcollectioncalendar .yui3-calendar-nextmonth-day {
  line-height: 0;
  padding: 0;
}

.eventcal-clone {
  display: none;
}

.eventcal-content-wrapper {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}

.eventcal-daymarker {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: .9em;
}

.eventcal-daymarker-outside {
  display: none;
}

.eventcal-list {
  position: absolute;
  top: 0;
  left: -1px;
  width: 100%;
  max-height: 100%;
  list-style-type: none;
  padding: 30px 10px 0 11px;
  margin: 0 !important;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.eventcal-dayname,
.eventcal-daynumber {
  display: inline-block;
  margin-left: 3px;
}

.eventcal-dayname {
  opacity: .5;
}

.eventcal-item {
  margin: 5px 0 0 0;
  padding: 0;
  font-size: 11px;
  line-height: 13px;
}

.eventcal-link {
  display: inline-block;
  font-size: 11px;
  line-height: 13px;
  color: #000 !important;
  font-weight: normal;
}

.eventcal-time-12hr,
.eventcal-time-24hr {
  font-weight: bold;
  margin-right: 4px;
}

.eventcal-time-24hr {
  display: none;
}

.eventcal-multiday .eventcal-title,
.eventcal-multiday-subsequent .eventcal-title {
  font-weight: bold;
  /*margin-right:4px;*/
}

.eventcal-multiday .eventcal-time-12hr,
.eventcal-multiday-subsequent .eventcal-time-12hr,
.eventcal-multiday .eventcal-time-24hr,
.eventcal-multiday-subsequent .eventcal-time-24hr {
  display: none;
}

.eventcal-multiday-subsequent.eventcal-link {
  opacity: .5;
}

.eventcal-multiday-subsequent .eventcal-title {
  font-weight: normal;
}

.eventcal .eventcal-today {
  background: #1d1d1d;
  color: #fff !important;
}

.eventcal .eventcal-today .eventcal-link {
  color: #fff !important;
}

.eventcal .eventcal-today .eventcal-viewall,
.eventcal .eventcal-today .eventcal-list-overflow-show {
  background: #1d1d1d;
  color: #fff !important;
}

.eventcal-item-hidden {
  visibility: hidden;
}

.eventcal-viewall {
  visibility: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  color: #1d1d1d;
  padding: 0;
  font-size: 1.2em;
  line-height: normal;
  font-weight: bold;
  text-align: center;
}

.eventcal-viewall-show {
  visibility: visible;
}

.eventcal-node-has-event:hover .eventcal-viewall-show {
  visibility: hidden;
}

.eventcal-list-overflow-show {
  max-height: 400px;
  padding-top: 30px;
  padding-bottom: 10px;
  background: #fff;
  z-index: 100;
  box-shadow: inset 1px 0px 0px 0px #ddd, 1px 0px 0px 0 #ddd, 0px 1px 0px 0px #ddd;
  -moz-box-shadow: inset 1px 0px 0px 0px #ddd, 1px 0px 0px 0 #ddd, 0px 1px 0px 0px #ddd;
  -webkit-box-shadow: inset 1px 0px 0px 0px #ddd, 1px 0px 0px 0 #ddd, 0px 1px 0px 0px #ddd;
  -webkit-transition: max-height .3s ease-in;
  -moz-transition: max-height .3s ease-in;
  -o-transition: max-height .3s ease-in;
  transition: max-height .3s ease-in;
}

.eventcal-list-overflow-show .eventcal-item-hidden {
  visibility: visible;
}

.eventcal-list-overflow-show.eventcal-list-overflow-fixedwidth {
  top: -4px;
  width: 120px;
  padding-right: 10px;
  padding-left: 10px;
  background: #fff !important;
  /* overriding .eventcal-today styling */
  color: #000 !important;
  border-top: 3px solid #ddd;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.eventcal-list-overflow-show.eventcal-list-overflow-fixedwidth.eventcal-edge-left {
  left: -1px !important;
}

.eventcal-list-overflow-show.eventcal-list-overflow-fixedwidth.eventcal-edge-right {
  right: 0px !important;
  left: auto !important;
}

.eventcal-list-overflow-show.eventcal-list-overflow-fixedwidth .eventcal-link,
.eventcal-list-overflow-show.eventcal-list-overflow-fixedwidth .eventcal-dayname,
.eventcal-list-overflow-show.eventcal-list-overflow-fixedwidth .eventcal-daynumber {
  color: #000 !important;
  /* overriding .eventcal-today styling */
}

/* Bonus Stuff */
.eventcal-eventcount,
.eventcal-hiddencount-num {
  display: none;
}

/* 	Tweaks
=================================================*/
.event-thumbnails .eventlist-column-date,
.event-thumbnails .eventlist-column-thumbnail {
  position: relative;
  float: left;
  width: 30%;
  text-align: right;
}

.event-thumbnails .eventlist-column-info {
  float: left;
  width: 70%;
  padding: 0 0 0 30px;
}

.event-thumbnails .eventlist-hasimg {
  /* Date will be absolutely positioned over the thumbnail as a little white tag */
}

.event-thumbnails .eventlist-hasimg .eventlist-column-thumbnail {
  display: block;
  height: 0;
  padding-bottom: 20%;
  /* Just a fallback. See full thumbnail aspect ratio settings below */
}

.event-thumbnails .eventlist-hasimg .eventlist-column-date {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

.event-thumbnails .eventlist-hasimg .eventlist-datelabel {
  margin-top: 5px;
  padding: 8px 12px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, .9);
  color: #000;
}

.event-thumbnails .eventlist-hasimg .eventlist-title {
  padding-top: 13px;
}

.event-thumbnails.event-thumbnail-size-11-square .eventlist-hasimg .eventlist-column-thumbnail {
  padding-bottom: 30%;
}

.event-thumbnails.event-thumbnail-size-32-standard .eventlist-hasimg .eventlist-column-thumbnail {
  padding-bottom: 20%;
}

.event-thumbnails.event-thumbnail-size-23-standard-vertical .eventlist-hasimg .eventlist-column-thumbnail {
  padding-bottom: 45%;
}

.event-thumbnails.event-thumbnail-size-43-four-thirds .eventlist-hasimg .eventlist-column-thumbnail {
  padding-bottom: 22.5%;
}

.event-thumbnails.event-thumbnail-size-169-widescreen .eventlist-hasimg .eventlist-column-thumbnail {
  padding-bottom: 16.875%;
}

.event-thumbnails.event-thumbnail-size-2401-anamorphic-widescreen .eventlist-hasimg .eventlist-column-thumbnail {
  padding-bottom: 12%;
}

.event-time-format .event-time-12hr,
.event-time-format .eventcal-time-12hr {
  display: none;
}

.event-time-format .event-time-24hr {
  display: block;
}

.event-time-format .eventcal-time-24hr {
  display: inline-block;
}

.event-date-label .eventlist-datelabel {
  display: inline-block;
}

.event-date-label .eventlist-column-date {
  width: 10em;
}

.event-date-label .eventlist-column-info {
  padding: 0 0 0 11em;
}

.event-date-label.event-thumbnails .eventlist-column-date {
  width: 30%;
}

.event-date-label.event-thumbnails .eventlist-column-info {
  padding: 0 0 0 30px;
}

.event-date-label-time .eventlist-datelabel-time {
  display: block;
}

.event-excerpts .eventlist-description,
.event-excerpts .eventlist-excerpt {
  display: block;
}

.event-list-date .eventlist-meta-date {
  display: block;
}

.event-list-time .eventlist-meta-time {
  display: block;
}

.event-list-address .eventlist-meta-address {
  display: block;
}

.event-like-and-share-buttons .eventitem-socialicon {
  display: inline;
}

.event-icalgcal-links .eventitem-addtocallink {
  display: inline-block;
}

.event-icons .event-icon-date,
.event-icons .event-icon-time,
.event-icons .event-icon-address,
.event-icons .event-icon-tags,
.event-icons .event-icon-cats {
  display: inline-block;
}

.event-icons .eventitem-cats-heading,
.event-icons .eventitem-tags-heading {
  display: none;
}

/* 	Mobile / Compact View Tweaks */
/*	You can add these mixins to the 
	body tag to switch to the small format 
	(e.g. if your containing element is small 
	by default) 
=================================================*/
/*----- List View -----*/
.event-list-compact-view {
  /* If showing thumbnails, move event thumbnail above event and style the text content below in the default fashion */
  /* Item View */
}

.event-list-compact-view .eventlist-column-date {
  display: none;
}

.event-list-compact-view .eventlist-column-info {
  padding-left: 0 !important;
}

.event-list-compact-view.event-thumbnails .eventlist-column-info {
  width: 100%;
  padding: 0;
}

.event-list-compact-view.event-thumbnails .eventlist-hasimg .eventlist-column-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 40%;
}

.event-list-compact-view.event-thumbnails .eventlist-hasimg .eventlist-column-info {
  padding-top: 40%;
  margin-top: 1em;
}

.event-list-compact-view.event-thumbnails.event-thumbnail-size-11-square .eventlist-hasimg .eventlist-column-thumbnail {
  padding-bottom: 100%;
}

.event-list-compact-view.event-thumbnails.event-thumbnail-size-11-square .eventlist-hasimg .eventlist-column-info {
  padding-top: 100%;
}

.event-list-compact-view.event-thumbnails.event-thumbnail-size-32-standard .eventlist-hasimg .eventlist-column-thumbnail {
  padding-bottom: 66%;
}

.event-list-compact-view.event-thumbnails.event-thumbnail-size-32-standard .eventlist-hasimg .eventlist-column-info {
  padding-top: 66%;
}

.event-list-compact-view.event-thumbnails.event-thumbnail-size-23-standard-vertical .eventlist-hasimg .eventlist-column-thumbnail {
  padding-bottom: 150%;
}

.event-list-compact-view.event-thumbnails.event-thumbnail-size-23-standard-vertical .eventlist-hasimg .eventlist-column-info {
  padding-top: 150%;
}

.event-list-compact-view.event-thumbnails.event-thumbnail-size-43-four-thirds .eventlist-hasimg .eventlist-column-thumbnail {
  padding-bottom: 75%;
}

.event-list-compact-view.event-thumbnails.event-thumbnail-size-43-four-thirds .eventlist-hasimg .eventlist-column-info {
  padding-top: 75%;
}

.event-list-compact-view.event-thumbnails.event-thumbnail-size-169-widescreen .eventlist-hasimg .eventlist-column-thumbnail {
  padding-bottom: 56.25%;
}

.event-list-compact-view.event-thumbnails.event-thumbnail-size-169-widescreen .eventlist-hasimg .eventlist-column-info {
  padding-top: 56.25%;
}

.event-list-compact-view.event-thumbnails.event-thumbnail-size-2401-anamorphic-widescreen .eventlist-hasimg .eventlist-column-thumbnail {
  padding-bottom: 40%;
}

.event-list-compact-view.event-thumbnails.event-thumbnail-size-2401-anamorphic-widescreen .eventlist-hasimg .eventlist-column-info {
  padding-top: 40%;
}

.event-list-compact-view .eventitem-column-content,
.event-list-compact-view .eventitem-column-meta {
  float: none;
  width: auto;
  padding: 0;
}

.event-list-compact-view .eventitem-pager-title {
  display: none;
}

/*----- Item View -----*/
.event-item-compact-view .eventitem-column-content,
.event-item-compact-view .eventitem-column-meta {
  float: none;
  width: auto;
  padding: 0;
}

.event-item-compact-view .eventitem-pager-title {
  display: none;
}

/*------ Calendar View -----*/
.event-calendar-compact-view .eventcal-dayname,
.event-calendar-compact-view .eventcal-daymarker-inside {
  display: none;
}

.event-calendar-compact-view .yui3-eventcollectioncalendar .yui3-calendar-weekdayrow {
  display: table-row;
}

.event-calendar-compact-view .eventcal-daymarker-outside {
  display: inline-block;
  top: 5px;
  right: 5px;
  line-height: 11px;
}

.event-calendar-compact-view .eventcal-daynumber {
  margin: 0;
  font-size: 11px;
  line-height: 11px;
}

.event-calendar-compact-view .eventcal-viewall {
  font-size: 10px;
}

.event-calendar-compact-view .eventcal-list-overflow-show.eventcal-list-overflow-fixedwidth {
  top: 85%;
  padding-top: 5px;
  overflow: visible;
  /* for arrow */
  background: #fff !important;
  border-color: #ddd !important;
  /* overriding .eventcal-today styling */
}

.event-calendar-compact-view .eventcal-list-overflow-show.eventcal-list-overflow-fixedwidth .eventcal-link {
  color: #000 !important;
  /* overriding .eventcal-today styling */
}

.event-calendar-compact-view .eventcal-list-overflow-show.eventcal-list-overflow-fixedwidth .eventcal-arrow-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin-left: -7px;
}

.event-calendar-compact-view .eventcal-list-overflow-show.eventcal-list-overflow-fixedwidth .eventcal-arrow {
  position: absolute;
  top: -10px;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ddd;
}

.event-calendar-compact-view .eventcal-list-overflow-show.eventcal-list-overflow-fixedwidth.eventcal-edge-left .eventcal-arrow-wrapper {
  text-align: left;
}

.event-calendar-compact-view .eventcal-list-overflow-show.eventcal-list-overflow-fixedwidth.eventcal-edge-left .eventcal-arrow {
  margin-left: 7px;
  left: 0;
}

.event-calendar-compact-view .eventcal-list-overflow-show.eventcal-list-overflow-fixedwidth.eventcal-edge-right .eventcal-arrow-wrapper {
  text-align: right;
}

.event-calendar-compact-view .eventcal-list-overflow-show.eventcal-list-overflow-fixedwidth.eventcal-edge-right .eventcal-arrow {
  margin-right: -7px;
  left: auto;
  right: 0;
}

@media only screen and (max-width: 639px) {

  /* If showing thumbnails, move event thumbnail above event and style the text content below in the default fashion */
  /* Item View */
  .eventlist-column-date {
    display: none;
  }

  .eventlist-column-info {
    padding-left: 0 !important;
  }

  .event-thumbnails .eventlist-column-info {
    width: 100%;
    padding: 0;
  }

  .event-thumbnails .eventlist-hasimg .eventlist-column-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 40%;
  }

  .event-thumbnails .eventlist-hasimg .eventlist-column-info {
    padding-top: 40%;
    margin-top: 1em;
  }

  .event-thumbnails.event-thumbnail-size-11-square .eventlist-hasimg .eventlist-column-thumbnail {
    padding-bottom: 100%;
  }

  .event-thumbnails.event-thumbnail-size-11-square .eventlist-hasimg .eventlist-column-info {
    padding-top: 100%;
  }

  .event-thumbnails.event-thumbnail-size-32-standard .eventlist-hasimg .eventlist-column-thumbnail {
    padding-bottom: 66%;
  }

  .event-thumbnails.event-thumbnail-size-32-standard .eventlist-hasimg .eventlist-column-info {
    padding-top: 66%;
  }

  .event-thumbnails.event-thumbnail-size-23-standard-vertical .eventlist-hasimg .eventlist-column-thumbnail {
    padding-bottom: 150%;
  }

  .event-thumbnails.event-thumbnail-size-23-standard-vertical .eventlist-hasimg .eventlist-column-info {
    padding-top: 150%;
  }

  .event-thumbnails.event-thumbnail-size-43-four-thirds .eventlist-hasimg .eventlist-column-thumbnail {
    padding-bottom: 75%;
  }

  .event-thumbnails.event-thumbnail-size-43-four-thirds .eventlist-hasimg .eventlist-column-info {
    padding-top: 75%;
  }

  .event-thumbnails.event-thumbnail-size-169-widescreen .eventlist-hasimg .eventlist-column-thumbnail {
    padding-bottom: 56.25%;
  }

  .event-thumbnails.event-thumbnail-size-169-widescreen .eventlist-hasimg .eventlist-column-info {
    padding-top: 56.25%;
  }

  .event-thumbnails.event-thumbnail-size-2401-anamorphic-widescreen .eventlist-hasimg .eventlist-column-thumbnail {
    padding-bottom: 40%;
  }

  .event-thumbnails.event-thumbnail-size-2401-anamorphic-widescreen .eventlist-hasimg .eventlist-column-info {
    padding-top: 40%;
  }

  .eventitem-column-content,
  .eventitem-column-meta {
    float: none;
    width: auto;
    padding: 0;
  }

  .eventitem-pager-title {
    display: none;
  }

  .eventitem-column-content,
  .eventitem-column-meta {
    float: none;
    width: auto;
    padding: 0;
  }

  .eventitem-pager-title {
    display: none;
  }
}

@media only screen and (max-width: 479px) {

  .eventcal-dayname,
  .eventcal-daymarker-inside {
    display: none;
  }

  .yui3-eventcollectioncalendar .yui3-calendar-weekdayrow {
    display: table-row;
  }

  .eventcal-daymarker-outside {
    display: inline-block;
    top: 5px;
    right: 5px;
    line-height: 11px;
  }

  .eventcal-daynumber {
    margin: 0;
    font-size: 11px;
    line-height: 11px;
  }

  .eventcal-viewall {
    font-size: 10px;
  }

  .eventcal-list-overflow-show.eventcal-list-overflow-fixedwidth {
    top: 85%;
    padding-top: 5px;
    overflow: visible;
    /* for arrow */
    background: #fff !important;
    border-color: #ddd !important;
    /* overriding .eventcal-today styling */
  }

  .eventcal-list-overflow-show.eventcal-list-overflow-fixedwidth .eventcal-link {
    color: #000 !important;
    /* overriding .eventcal-today styling */
  }

  .eventcal-list-overflow-show.eventcal-list-overflow-fixedwidth .eventcal-arrow-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin-left: -7px;
  }

  .eventcal-list-overflow-show.eventcal-list-overflow-fixedwidth .eventcal-arrow {
    position: absolute;
    top: -10px;
    left: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ddd;
  }

  .eventcal-list-overflow-show.eventcal-list-overflow-fixedwidth.eventcal-edge-left .eventcal-arrow-wrapper {
    text-align: left;
  }

  .eventcal-list-overflow-show.eventcal-list-overflow-fixedwidth.eventcal-edge-left .eventcal-arrow {
    margin-left: 7px;
    left: 0;
  }

  .eventcal-list-overflow-show.eventcal-list-overflow-fixedwidth.eventcal-edge-right .eventcal-arrow-wrapper {
    text-align: right;
  }

  .eventcal-list-overflow-show.eventcal-list-overflow-fixedwidth.eventcal-edge-right .eventcal-arrow {
    margin-right: -7px;
    left: auto;
    right: 0;
  }
}

/* TWEAKS
-------------------------------------------------*/
/* SECONDARY VARIABLES
-------------------------------------------------*/
/* MIXINS
-------------------------------------------------*/
/* LESS WORKAROUND
------------------------------------------------- */
.collection-type-gallery .dots,
.collection-type-gallery .thumbnail-wrapper,
.collection-type-gallery .circles,
.collection-type-gallery .numbers,
.collection-type-gallery .simple {
  display: none;
}

/* LAYOUT
------------------------------------------------- */
.collection-type-gallery.gallery-design-grid .gallery-wrapper {
  margin: 20px;
}

.collection-type-gallery.gallery-design-grid .gallery-wrapper .slide {
  cursor: pointer;
}

.collection-type-gallery.gallery-design-grid .gallery-wrapper .slide .slide-meta {
  display: none;
}

.collection-type-gallery.gallery-design-grid.lightbox-style-light .yui3-lightbox2 .sqs-lightbox-overlay {
  background: #fff;
}

.collection-type-gallery.gallery-design-grid.lightbox-style-light .yui3-lightbox2 .sqs-lightbox-close,
.collection-type-gallery.gallery-design-grid.lightbox-style-light .yui3-lightbox2 .sqs-lightbox-previous,
.collection-type-gallery.gallery-design-grid.lightbox-style-light .yui3-lightbox2 .sqs-lightbox-next,
.collection-type-gallery.gallery-design-grid.lightbox-style-light .yui3-lightbox2 .sqs-lightbox-meta-trigger {
  color: #111;
}

.collection-type-gallery:not(.gallery-design-grid) {
  /* TWEAKBAR OPEN
  -----------------------------------------------*/
  /* TWEAKS
  -----------------------------------------------*/
}

.collection-type-gallery:not(.gallery-design-grid) .sqs-system-gallery {
  cursor: pointer;
  opacity: 0;
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity .2s ease-out;
  -moz-transition: opacity .2s ease-out;
  -ms-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
}

.collection-type-gallery:not(.gallery-design-grid) .sqs-system-gallery .arrow,
.collection-type-gallery:not(.gallery-design-grid) .sqs-system-gallery .icons span {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.collection-type-gallery:not(.gallery-design-grid) .sqs-system-gallery .arrow.previous-slide:before {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\e000";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.collection-type-gallery:not(.gallery-design-grid) .sqs-system-gallery .arrow.previous-slide:before {
  font-size: 16px;
  width: 16px;
  height: 16px;
  line-height: 16px;
}

.collection-type-gallery:not(.gallery-design-grid) .sqs-system-gallery .arrow.previous-slide:before {
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.collection-type-gallery:not(.gallery-design-grid) .sqs-system-gallery .arrow.next-slide:before {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\e003";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.collection-type-gallery:not(.gallery-design-grid) .sqs-system-gallery .arrow.next-slide:before {
  font-size: 16px;
  width: 16px;
  height: 16px;
  line-height: 16px;
}

.collection-type-gallery:not(.gallery-design-grid) .sqs-system-gallery .arrow.next-slide:before {
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.collection-type-gallery:not(.gallery-design-grid) .sqs-system-gallery .gallery-wrapper {
  position: relative;
  width: 100%;
}

.collection-type-gallery:not(.gallery-design-grid) .sqs-system-gallery .gallery-wrapper .slides {
  display: block;
  width: 100%;
  height: 100% !important;
  -webkit-transition: opacity .2s ease-out;
  -moz-transition: opacity .2s ease-out;
  -ms-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
}

.collection-type-gallery:not(.gallery-design-grid) .sqs-system-gallery .gallery-wrapper .slides .slide {
  opacity: 0;
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  height: 100% !important;
}

.collection-type-gallery:not(.gallery-design-grid) .sqs-system-gallery .slides-controls {
  position: relative;
  z-index: 991;
  overflow: hidden;
}

.collection-type-gallery:not(.gallery-design-grid) .sqs-system-gallery .arrow {
  z-index: 997;
  position: absolute;
  width: 100%;
  height: 40px;
  margin-top: -20px;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  color: #fff;
  background: #222;
  -webkit-transition: opacity .1s ease-in;
  -moz-transition: opacity .1s ease-in;
  -ms-transition: opacity .1s ease-in;
  -o-transition: opacity .1s ease-in;
  transition: opacity .1s ease-in;
}

.collection-type-gallery:not(.gallery-design-grid) .sqs-system-gallery .arrow.previous-slide {
  left: 0;
  margin-left: 2%;
  width: 40px;
  height: 40px;
}

.collection-type-gallery:not(.gallery-design-grid) .sqs-system-gallery .arrow.next-slide {
  right: 0;
  margin-right: 2%;
  float: right;
  width: 40px;
  height: 40px;
}

.collection-type-gallery:not(.gallery-design-grid) .sqs-system-gallery .arrow.sqs-disabled {
  opacity: 0;
}

.collection-type-gallery:not(.gallery-design-grid) .sqs-system-gallery .dots,
.collection-type-gallery:not(.gallery-design-grid) .sqs-system-gallery .thumbnail-wrapper,
.collection-type-gallery:not(.gallery-design-grid) .sqs-system-gallery .circles,
.collection-type-gallery:not(.gallery-design-grid) .sqs-system-gallery .numbers,
.collection-type-gallery:not(.gallery-design-grid) .sqs-system-gallery .simple {
  padding: 20px 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.collection-type-gallery:not(.gallery-design-grid) .sqs-system-gallery .dots.sqs-gallery-controls-disabled,
.collection-type-gallery:not(.gallery-design-grid) .sqs-system-gallery .thumbnail-wrapper.sqs-gallery-controls-disabled,
.collection-type-gallery:not(.gallery-design-grid) .sqs-system-gallery .circles.sqs-gallery-controls-disabled,
.collection-type-gallery:not(.gallery-design-grid) .sqs-system-gallery .numbers.sqs-gallery-controls-disabled,
.collection-type-gallery:not(.gallery-design-grid) .sqs-system-gallery .simple.sqs-gallery-controls-disabled {
  display: none;
}

.collection-type-gallery:not(.gallery-design-grid) .sqs-system-gallery .dots {
  text-align: center;
}

.collection-type-gallery:not(.gallery-design-grid) .sqs-system-gallery .dots .dot {
  font-size: 30px;
  margin: 0 5px;
}

.collection-type-gallery:not(.gallery-design-grid) .sqs-system-gallery .dots .dot:after {
  content: "·";
}

.collection-type-gallery:not(.gallery-design-grid) .sqs-system-gallery .numbers {
  text-align: center;
}

.collection-type-gallery:not(.gallery-design-grid) .sqs-system-gallery .numbers .number {
  font-size: 12px;
  margin: 0 .5em;
}

.collection-type-gallery:not(.gallery-design-grid) .sqs-system-gallery .circles {
  font-size: 0;
  position: absolute;
  bottom: 0;
  text-align: center;
  z-index: 999;
  width: 100%;
  height: 16px;
  margin: 40px 0;
}

.collection-type-gallery:not(.gallery-design-grid) .sqs-system-gallery .circles .circle {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  margin: 0 5px;
  border-radius: 100%;
  -webkit-border-radius: 999px;
}

.collection-type-gallery:not(.gallery-design-grid) .sqs-system-gallery .circles .circle.sqs-active-slide {
  background: #fff;
}

.collection-type-gallery:not(.gallery-design-grid) .sqs-system-gallery .simple {
  text-align: center;
  font-size: 12px;
}

.collection-type-gallery:not(.gallery-design-grid) .sqs-system-gallery .simple .previous.sqs-disabled,
.collection-type-gallery:not(.gallery-design-grid) .sqs-system-gallery .simple .next.sqs-disabled {
  opacity: .5;
}

.collection-type-gallery:not(.gallery-design-grid) .sqs-system-gallery .simple .current-index {
  letter-spacing: 2px;
}

.collection-type-gallery:not(.gallery-design-grid) .sqs-system-gallery .simple .current-index:after {
  content: " / ";
}

.collection-type-gallery:not(.gallery-design-grid) .sqs-system-gallery .simple .previous {
  float: left;
}

.collection-type-gallery:not(.gallery-design-grid) .sqs-system-gallery .simple .previous:after {
  content: "Previous";
}

.collection-type-gallery:not(.gallery-design-grid) .sqs-system-gallery .simple .next {
  float: right;
}

.collection-type-gallery:not(.gallery-design-grid) .sqs-system-gallery .simple .next:after {
  content: "Next";
}

.collection-type-gallery:not(.gallery-design-grid) .sqs-system-gallery .dots .dot,
.collection-type-gallery:not(.gallery-design-grid) .sqs-system-gallery .numbers .number,
.collection-type-gallery:not(.gallery-design-grid) .sqs-system-gallery .thumbnail-wrapper .thumbnail {
  opacity: .5;
}

.collection-type-gallery:not(.gallery-design-grid) .sqs-system-gallery .dots .dot.sqs-active-slide,
.collection-type-gallery:not(.gallery-design-grid) .sqs-system-gallery .numbers .number.sqs-active-slide,
.collection-type-gallery:not(.gallery-design-grid) .sqs-system-gallery .thumbnail-wrapper .thumbnail.sqs-active-slide {
  opacity: 1;
}

.collection-type-gallery:not(.gallery-design-grid) .sqs-system-gallery .thumbnail-wrapper {
  height: 100px;
}

.collection-type-gallery:not(.gallery-design-grid) .sqs-system-gallery .thumbnail-wrapper .thumbnail {
  width: 100px !important;
}

.collection-type-gallery:not(.gallery-design-grid) .sqs-system-gallery .slide-meta {
  display: none;
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 996;
  height: auto;
  background: rgba(0, 0, 0, .7);
  padding: 40px 0;
}

.collection-type-gallery:not(.gallery-design-grid) .sqs-system-gallery .slide-meta .title,
.collection-type-gallery:not(.gallery-design-grid) .sqs-system-gallery .slide-meta .clickthrough {
  margin: 0;
  font-size: 14px;
  color: #fff;
  padding: 0 80px;
}

.collection-type-gallery:not(.gallery-design-grid) .sqs-system-gallery .slide-meta .description {
  margin-top: .5em;
  display: inline-block;
  padding: 0 80px;
}

.collection-type-gallery:not(.gallery-design-grid) .sqs-system-gallery .slide-meta .description p,
.collection-type-gallery:not(.gallery-design-grid) .sqs-system-gallery .slide-meta .clickthrough a {
  font-size: 13px;
  line-height: 1.5em;
  color: #999;
}

.collection-type-gallery:not(.gallery-design-grid) .sqs-system-gallery .slide-meta .description p,
.collection-type-gallery:not(.gallery-design-grid) .sqs-system-gallery .slide-meta .clickthrough {
  margin: 0;
}

.collection-type-gallery:not(.gallery-design-grid) .sqs-system-gallery .slide-meta .clickthrough {
  display: inline-block;
}

.collection-type-gallery:not(.gallery-design-grid) .sqs-system-gallery .slide-meta .clickthrough a {
  border-bottom: 1px solid;
}

.collection-type-gallery:not(.gallery-design-grid) .sqs-system-gallery .slide-meta .clickthrough a:before {
  content: "Read more";
}

.collection-type-gallery:not(.gallery-design-grid) .sqs-system-gallery.sqs-system-gallery-init {
  position: relative;
}

.collection-type-gallery:not(.gallery-design-grid) .sqs-system-gallery.sqs-system-gallery-init>* {
  display: none;
}

.collection-type-gallery:not(.gallery-design-grid) .sqs-system-gallery.sqs-system-gallery-ready {
  opacity: .01;
  opacity: 1;
  zoom: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}

.collection-type-gallery:not(.gallery-design-grid) .sqs-system-gallery.sqs-system-gallery-interaction .arrow {
  opacity: 0;
}

.collection-type-gallery:not(.gallery-design-grid) .sqs-system-gallery.sqs-system-gallery-interaction.sqs-system-gallery-hover-slides-left .arrow.previous-slide:not(.sqs-disabled),
.collection-type-gallery:not(.gallery-design-grid) .sqs-system-gallery.sqs-system-gallery-video-iframe .arrow.previous-slide:not(.sqs-disabled) {
  opacity: 1;
}

.collection-type-gallery:not(.gallery-design-grid) .sqs-system-gallery.sqs-system-gallery-interaction.sqs-system-gallery-hover-slides-right .arrow.next-slide:not(.sqs-disabled),
.collection-type-gallery:not(.gallery-design-grid) .sqs-system-gallery.sqs-system-gallery-video-iframe .arrow.next-slide:not(.sqs-disabled) {
  opacity: 1;
}

.collection-type-gallery:not(.gallery-design-grid).dialog-open .arrow.previous-slide:not(.sqs-disabled) {
  opacity: 1;
}

.collection-type-gallery:not(.gallery-design-grid).dialog-open .arrow.next-slide:not(.sqs-disabled) {
  opacity: 1;
}

.collection-type-gallery:not(.gallery-design-grid).gallery-navigation-thumbnails .sqs-system-gallery .thumbnail-wrapper {
  display: block;
}

.collection-type-gallery:not(.gallery-design-grid).gallery-navigation-bullets .sqs-system-gallery .dots {
  display: block;
}

.collection-type-gallery:not(.gallery-design-grid).gallery-navigation-numbers .sqs-system-gallery .numbers {
  display: block;
}

.collection-type-gallery:not(.gallery-design-grid).gallery-navigation-circles .sqs-system-gallery .slide-meta {
  bottom: auto;
  top: 0;
}

.collection-type-gallery:not(.gallery-design-grid).gallery-navigation-circles .sqs-system-gallery .circles {
  display: block;
}

.collection-type-gallery:not(.gallery-design-grid).gallery-navigation-simple .sqs-system-gallery .simple {
  display: block;
}

.collection-type-gallery:not(.gallery-design-grid).gallery-info-overlay-always-show .sqs-system-gallery .slide-meta.show {
  display: block;
}

.collection-type-gallery:not(.gallery-design-grid).gallery-info-overlay-show-on-hover .sqs-system-gallery:hover .slide-meta.show {
  display: block;
}

.collection-type-gallery:not(.gallery-design-grid):not(.gallery-show-arrows) .sqs-system-gallery .arrow {
  opacity: 0 !important;
}

.collection-type-gallery:not(.gallery-design-grid).gallery-aspect-ratio-11-square .sqs-system-gallery.sqs-system-gallery-init {
  padding-bottom: 100%;
}

.collection-type-gallery:not(.gallery-design-grid).gallery-aspect-ratio-11-square .thumbnail-wrapper {
  height: 100px;
}

.collection-type-gallery:not(.gallery-design-grid).gallery-aspect-ratio-32-standard .sqs-system-gallery.sqs-system-gallery-init {
  padding-bottom: 66.66%;
}

.collection-type-gallery:not(.gallery-design-grid).gallery-aspect-ratio-32-standard .thumbnail-wrapper {
  height: 66px;
}

.collection-type-gallery:not(.gallery-design-grid).gallery-aspect-ratio-43-four-thirds .sqs-system-gallery.sqs-system-gallery-init {
  padding-bottom: 75%;
}

.collection-type-gallery:not(.gallery-design-grid).gallery-aspect-ratio-43-four-thirds .thumbnail-wrapper {
  height: 75px;
}

.collection-type-gallery:not(.gallery-design-grid).gallery-aspect-ratio-169-widescreen .sqs-system-gallery.sqs-system-gallery-init {
  padding-bottom: 56.25%;
}

.collection-type-gallery:not(.gallery-design-grid).gallery-aspect-ratio-169-widescreen .thumbnail-wrapper {
  height: 56.25px;
}

.collection-type-gallery:not(.gallery-design-grid).gallery-arrow-style-circular .sqs-system-gallery .arrow {
  border-radius: 100%;
  -webkit-border-radius: 999px;
}

.collection-type-gallery:not(.gallery-design-grid).gallery-arrow-style-round-corners .sqs-system-gallery .arrow {
  border-radius: 10%;
  -webkit-border-radius: 4px;
}

.collection-type-gallery:not(.gallery-design-grid).gallery-arrow-style-rectangular .sqs-system-gallery .arrow {
  border-radius: 0;
  -webkit-border-radius: 0;
}

.collection-type-gallery:not(.gallery-design-grid).gallery-arrow-style-no-background .sqs-system-gallery .arrow {
  border-radius: 0;
  background: none;
  -webkit-border-radius: 0;
}

/* MEDIA QUERIES
-------------------------------------------------*/
/* Always hide meta on small screens, regardless of whether mobile 
   styles are enabled or not */
@media screen and (max-width: 480px) {
  .collection-type-gallery .sqs-system-gallery .slide-meta {
    display: none !important;
  }
}

.layer-promote {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translatez(0);
}

.mobile-parallax #header {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translatez(0);
}

.mobile-parallax .parallax-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
}

.mobile-parallax .title-desc-wrapper {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.mobile-parallax .title-desc-inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px !important;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translatez(0);
}

.mobile-parallax .title-desc-image {
  pointer-events: none;
  position: fixed;
}

.mobile-no-parallax .title-desc-wrapper {
  min-height: 200px;
}

.mobile-no-parallax .title-desc-inner {
  padding: 20px !important;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mobile-no-parallax .title--description-alignment-center .title-desc-inner {
  margin: 0 auto;
}

@media only screen and (min-width: 701px) and (max-width: 1024px) {

  /* Index */
  /* blog */
  .view-item .entry-footer .outer-wrapper,
  .view-item .entry-header .outer-wrapper {
    padding: 0 5%;
  }

  .footer-wrapper {
    padding: 5%;
  }

  #productWrapper .product-title.mobile {
    display: none;
  }

  .collection-type-index .content-inner.has-content {
    padding: 5%;
  }

  .title--description-position-over-image.collection-type-index .content-inner {
    padding: 0;
  }

  .title--description-position-over-image.collection-type-index .content-inner.has-content {
    padding: 5%;
  }

  .title-desc-wrapper {
    padding: 5%;
  }

  .title-nav-wrapper {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }

  ul.folder-child {
    padding-right: 5% !important;
  }

  .collection-type-gallery .sqs-system-gallery .simple {
    padding-left: 5%;
    padding-right: 5%;
  }

  .collection-type-gallery .sqs-system-gallery .slide-meta {
    padding: 40px 0;
  }

  .collection-type-gallery .sqs-system-gallery .slide-meta .title,
  .collection-type-gallery .sqs-system-gallery .slide-meta .clickthrough {
    padding: 0 5%;
  }

  .collection-type-gallery .sqs-system-gallery .slide-meta .description {
    padding: 0 5%;
  }

  .title-desc-inner {
    max-width: 100% !important;
  }

  .collection-type-index.title--description-position-under-image .title-desc-wrapper .title-desc-inner,
  .collection-type-index.title--description-position-under-image.title--description-alignment-center .title-desc-wrapper .title-desc-inner {
    padding: 0 0 5%;
    max-width: 100%;
    margin-bottom: 0;
  }

  .collection-type-index.title--description-position-over-image .title-desc-wrapper:not(.has-main-image) {
    padding: 5%;
  }

  .title--description-position-under-image .title-desc-wrapper .title-desc-inner {
    padding: 5% 5% 0;
  }

  .title--description-position-over-image .title-desc-wrapper.has-main-image,
  .collection-type-index.title--description-position-over-image .title-desc-wrapper.has-main-image {
    padding: 5%;
    /*min-height: 200px;*/
  }

  .touch .collection-type-index .title-desc-wrapper.has-main-image {
    /*padding-bottom: 250px !important;*/
  }

  #parallax-nav {
    display: none;
  }

  .blog-layout-simple.blog-width-narrow .blog-list,
  .blog-layout-simple.blog-width-narrow .blog-item {
    padding: 0;
  }

  .blog-layout-simple.blog-width-narrow.title--description-position-over-image.collection-type-blog .title-desc-wrapper:not(.has-main-image) .title-desc-inner h1.page-title,
  .blog-layout-simple.blog-width-narrow.title--description-position-over-image.collection-type-blog .title-desc-wrapper:not(.has-main-image) .title-desc-inner .page-desc {
    padding-left: 0;
  }

  .blog-layout-simple.blog-width-narrow.title--description-position-under-image.collection-type-blog .title-desc-inner h1.page-title,
  .blog-layout-simple.blog-width-narrow.title--description-position-under-image.collection-type-blog .title-desc-inner .page-desc {
    padding-left: 0;
  }
}

@media only screen and (max-width: 925px) {

  /* ------------- sqs-grid-breaker.less ----------------- */
  /* Events */
  /* Blog */
  /* Products */
  /* mobile nav */
  a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  }

  body {
    background-color: #fff;
  }

  .sqs-layout .sqs-block {
    clear: none;
  }

  .sqs-layout .col {
    float: none !important;
    width: auto !important;
  }

  .sqs-layout .spacer-block {
    display: none;
  }

  .sqs-layout .sqs-row .sqs-block:first-child {
    padding-top: 17px !important;
  }

  .sqs-layout .sqs-row .sqs-block:last-child {
    padding-bottom: 17px !important;
  }

  .sqs-layout .sqs-row+.sqs-row,
  .sqs-layout .sqs-row+.sqs-block {
    margin-top: 0 !important;
  }

  .sqs-gallery-design-grid-slide {
    width: 50% !important;
    margin: 0 0 10px 0 !important;
  }

  .footer-wrapper {
    padding: 20px;
  }

  .title-nav-wrapper {
    padding: 20px !important;
  }

  .title--description-position-over-image.collection-type-index .content-inner {
    padding: 0;
  }

  .title--description-position-over-image.collection-type-index .content-inner.has-content {
    padding: 20px;
  }

  .collection-type-gallery .sqs-system-gallery .simple {
    padding-left: 20px;
    padding-right: 20px;
  }

  .collection-type-gallery .sqs-system-gallery .slide-meta {
    padding: 20px 0;
  }

  .collection-type-gallery .sqs-system-gallery .slide-meta .title,
  .collection-type-gallery .sqs-system-gallery .slide-meta .clickthrough {
    padding: 0 20px;
  }

  .collection-type-gallery .sqs-system-gallery .slide-meta .description {
    padding: 0 20px;
  }

  .title-desc-inner {
    padding: 20px;
    max-width: 660px !important;
  }

  .title--description-position-over-image .title-desc-wrapper:not(.has-main-image) .title-desc-inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .collection-type-index.title--description-position-over-image .title-desc-wrapper:not(.has-main-image) {
    padding: 0;
  }

  .collection-type-index.title--description-position-over-image .title-desc-wrapper.has-main-image {
    padding: 0;
  }

  .collection-type-index .title-desc-wrapper:not(.over-image) .title-desc-inner {
    padding: 20px 0 40px !important;
    margin-bottom: 0;
  }

  .title-desc-wrapper {
    padding: 0;
  }

  .title--description-position-under-image .banner-image {
    min-height: 200px !important;
    max-height: 200px !important;
  }

  .title--description-position-under-image .title-desc-wrapper.has-main-image {
    margin-top: 120px;
  }

  .collection-type-index .title-desc-wrapper {
    padding: 0;
  }

  h1.page-title {
    font-size: 20px;
  }

  .page-desc p {
    font-size: 14px;
  }

  .page-desc {
    margin-top: 20px;
    width: 100%;
  }

  .collection-type-index.title-background .title-desc-wrapper.over-image.has-main-image .page-title {
    padding: 10px 15px;
  }

  .title--description-position-over-image.title-background .title-desc-wrapper.has-main-image .page-title {
    padding: 10px 15px;
  }

  .collection-type-index.title-background .title-desc-wrapper.over-image.has-main-image .page-desc {
    padding: 10px 15px;
  }

  .title--description-position-over-image.title-background .title-desc-wrapper.has-main-image .page-desc {
    padding: 10px 15px;
  }

  #parallax-nav {
    display: none;
  }

  .view-item .entry-footer .outer-wrapper,
  .view-item .entry-header .outer-wrapper {
    padding: 0 20px;
  }

  .view-item .entry-footer .outer-wrapper .pagination,
  .view-item .entry-header .outer-wrapper .pagination {
    display: block;
    width: 100%;
    text-align: center;
  }

  .view-item .entry-footer .outer-wrapper .entry-meta,
  .view-item .entry-header .outer-wrapper .entry-meta {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
  }

  #categoryNav ul {
    text-align: center;
    line-height: 2.5em;
  }

  .eventlist-event {
    margin-bottom: 60px;
  }

  .eventitem {
    padding: 0;
  }

  .entry-title-wrapper,
  .view-list .entry-content {
    float: none;
    width: 100%;
  }

  .hentry {
    margin-bottom: 60px;
  }

  .blog-item .hentry {
    margin-bottom: 0;
  }

  #comments-outer-wrapper {
    margin: 0 auto;
  }

  .main-image {
    height: 150px;
  }

  .view-list article .entry-header {
    display: block;
  }

  .view-list .entry-actions {
    display: block;
    width: 100%;
    margin: 0;
  }

  .entry-more-link {
    display: none;
  }

  .blog-layout-simple.blog-width-narrow .blog-list,
  .blog-layout-simple.blog-width-narrow .blog-item {
    padding: 0;
  }

  .blog-layout-simple.blog-width-narrow.title--description-position-over-image.collection-type-blog .title-desc-wrapper:not(.has-main-image) .title-desc-inner h1.page-title,
  .blog-layout-simple.blog-width-narrow.title--description-position-over-image.collection-type-blog .title-desc-wrapper:not(.has-main-image) .title-desc-inner .page-desc {
    padding-left: 0;
  }

  .blog-layout-simple.blog-width-narrow.title--description-position-under-image.collection-type-blog .title-desc-inner h1.page-title,
  .blog-layout-simple.blog-width-narrow.title--description-position-under-image.collection-type-blog .title-desc-inner .page-desc {
    padding-left: 0;
  }

  #productWrapper .product-title.mobile {
    display: none;
  }

  #productGallery,
  #productDetails {
    width: 100% !important;
  }

  #productDetails {
    margin-top: 24px;
  }

  #productList .product {
    margin-bottom: 8%;
  }

  .site-title {
    width: 80%;
    font-size: 13px;
  }

  .site-title img {
    max-width: 100%;
  }

  #desktopNav {
    display: none;
  }

  #mobileNav,
  #mobileMenu {
    display: block;
    position: relative;
  }

  .has-nav #mobileNav,
  .has-nav #mobileMenu {
    visibility: visible;
    color: #fff;
  }

  .has-nav #mobileNav:hover,
  .has-nav #mobileMenu:hover,
  .has-nav #mobileNav:focus,
  .has-nav #mobileMenu:focus {
    color: #FC0;
  }

  .has-nav #mobileMenu {
    text-align: right;
    display: table-cell;
    width: 20%;
  }

  #mobileNav .main-nav .nav-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 79%;
    overflow: scroll;
    background-color: #fff;
    opacity: 0.8px;
    -webkit-transition: none .2s .5s linear;
    -moz-transition: none .2s .5s linear;
    -o-transition: none .2s .5s linear;
    transition: none .2s .5s linear;
  }

  .mobile-nav-open #mobileNav .main-nav .nav-wrapper {
    -webkit-overflow-scrolling: touch;
  }

  .site-wrapper {
    height: 99%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    z-index: 3;
    padding: 0;
    margin: 0 auto;
  }

  .site-inner-wrapper {
    position: relative;
  }

  #mobileNav ul {
    font-family: "Source Sans Pro", sans-serif;
    font-family: "proxima-nova";
    font-size: .85em;
    text-transform: ;
    text-decoration: none;
    letter-spacing: 3px;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  #mobileNav ul li {
    margin: 0;
    line-height: 1em;
    color: #f5f5f5;
    border-style: solid;
    border-width: 0 0 1px 0;
    text-align: center;
    display: block;
    position: relative;
    z-index: 4;
  }

  #mobileNav ul li a,
  #mobileNav ul li a:visited {
    display: block;
    color: #3366FF;
    padding: 10px;
  }

  #mobileNav ul li.active-link>a,
  #mobileNav ul li.active-link>a:visited {
    /* color: #fff; */
    color: #FC3;

  }

  #mobileNav ul li.folder ul {
    display: none;
  }

  #mobileNav ul li.folder ul li {
    border-bottom-width: 0;
  }

  #mobileNav ul li.folder ul li a,
  #mobileNav ul li.folder ul li a:visited {
    padding: 5px 20px 25px;
  }

  #mobileNav ul li .folder-parent>a:first-child:before {
    content: '+';
    margin-right: .25em;
    font-size: 1.02em;
  }

  #mobileNav ul li.dropdown-open .folder-parent>a:first-child:before {
    content: '–';
  }

  #mobileNav ul li.folder.dropdown-open ul {
    display: block;
  }

  .mobile-nav-open {
    background-color: #fff;
  }

  .mobile-nav-open #mobileNav {
    position: relative;
  }

  .mobile-nav-open #mobileNav .main-nav .nav-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    overflow: scroll;
    opacity: 1;
    -webkit-transition: none .2s linear;
    -moz-transition: none .2s linear;
    -o-transition: none .2s linear;
    transition: none .2s linear;
    z-index: 4;
  }

  .mobile-nav-open .site-wrapper {
    height: 100%;
    overflow: hidden;
    -webkit-transform: translate3d(-79%, 0, 0);
    -moz-transform: translate3d(-79%, 0, 0);
    transform: translate3d(-79%, 0, 0);
    position: fixed;
  }

  .mobile-nav-open .site-wrapper .sqs-gallery-design-strip .sqs-wrapper {
    max-width: 0;
  }
}

html.touch {
  /* Fix for crashing ipads/phones */
}

html.touch #parallax-images .image-container {
  position: static;
  display: none;
}

html.touch #header {
  position: relative;
}

.site-title-font {
  font-family: "futura-pt";
  font-size: 18px;
  text-transform: ;
  text-decoration: none;
  letter-spacing: 12px;
  font-weight: 400;
  font-style: normal;
}

.nav-font {
  font-family: "proxima-nova";
  font-size: .85em;
  text-transform: ;
  text-decoration: none;
  letter-spacing: 3px;
  font-weight: 400;
  font-style: normal;
}

.page-title-font {
  font-family: "futura-pt";
  font-size: 2.8em;
  line-height: 1em;
  text-transform: ;
  text-decoration: none;
  letter-spacing: 7px;
  font-weight: 400;
  font-style: normal;
}

.page-description-font {
  font-family: "proxima-nova";
  font-size: 1.2em;
  line-height: 1.6em;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 400;
  font-style: normal;
}

.h1-font {
  font-family: "proxima-nova";
  font-size: 2em;
  line-height: 1.2em;
  text-transform: ;
  text-decoration: none;
  letter-spacing: 2px;
  font-weight: 400;
  font-style: normal;
}

.h2-font {
  font-family: "proxima-nova";
  font-size: 1.4em;
  line-height: 1.2em;
  text-transform: ;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 400;
  font-style: normal;
}

.h3-font {
  font-family: "proxima-nova";
  font-size: 18px;
  line-height: 1.2em;
  text-transform: ;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 400;
  font-style: normal;
}

.text-font {
  font-family: "proxima-nova";
  font-size: 14px;
  line-height: 1.6em;
  letter-spacing: 0px;
  font-weight: 400;
  font-style: normal;
}

.meta-font {
  font-family: 'PT Serif', Georgia, serif;
  font-size: .95em;
  line-height: 1.6em;
  letter-spacing: 0px;
  font-weight: 400;
  font-style: normal;
}

.quote-font {
  font-family: "proxima-nova";
  font-size: 1.4em;
  line-height: 1.6em;
  text-decoration: none;
  letter-spacing: 0px;
  text-align: left;
  font-weight: 400;
  font-style: italic;
}

.summary-heading-font {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: ;
  letter-spacing: 1px;
  font-weight: 400;
  font-style: normal;
}

.small-button-block-font {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: ;
  letter-spacing: 1px;
  font-weight: 400;
  font-style: normal;
}

.medium-button-block-font {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: ;
  letter-spacing: 1px;
  font-weight: 400;
  font-style: normal;
}

.large-button-block-font {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: ;
  letter-spacing: 1px;
  font-weight: 400;
  font-style: normal;
}

.system-button-font {
  font-family: "proxima-nova", sans-serif;
  text-transform: ;
  letter-spacing: 1px;
  font-weight: 400;
  font-style: normal;
}

.announcement-bar-font {
  font-family: 'proxima-nova', arial, sans-serif;
  font-size: 13px;
  text-transform: none;
  letter-spacing: 1px;
  font-weight: 300;
  font-style: normal;
}

.footerlink a {
  font-family: "Source Sans Pro", sans-serif;
  font-family: "proxima-nova";
  font-size: 1em;
  text-transform: ;
  text-decoration: none;
  letter-spacing: 3px;
  font-weight: 400;
  font-style: normal;
  line-height: 2em;
  margin: 0px 30px;
}

.footerlink a:hover,
.footerlink a:focus {
  color: #F3BD46;
}

.footerlink .active-link a,
.footerlink .active-link a:visited {
  color: #F3BD46;
}
