/*! Squarespace LESS Compiler  (less.js language v1.3.3)  */


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1
}
audio:not([controls]) {
  display: none
}
[hidden] {
  display: none
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}
body {
  margin: 0;
  font-size: 13px;
  line-height: 1.6em;

}

button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222
}
a {
  color: #0085bd;
  text-decoration: none
}
a:hover {
  color: #60a5dd;
  text-decoration: none
}
a:focus {
  outline: thin dotted
}
a:hover,
a:active {
  outline: 0
}
abbr[title] {
  border-bottom: 1px dotted
}
b,
strong {
  font-weight: bold
}
blockquote {
  margin: 0
}
dfn {
  font-style: italic
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}
ins {
  background: inherit;
  color: #000;
  text-decoration: none
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold
}
pre,
code,
kbd,
samp {
  font-family: monospace
  , monospace;
  _font-family: 'courier new'
  , monospace;
  font-size: 1em
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word
}
q {
  quotes: none
}
q:before,
q:after {
  content: "";
  content: none
}
small {
  font-size: 85%
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sup {
  top: -0.5em
}
sub {
  bottom: -0.25em
}
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px
}
dd {
  margin: 0 0 0 40px
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle
}
svg:not(:root) {
  overflow: hidden
}
img:not([src]) {
  visibility: hidden
}
figure {
  margin: 0
}
form {
  margin: 0
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0
}
label {
  cursor: pointer
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle
}
button,
input {
  line-height: normal;
  *overflow: visible
}
table button,
table input {
  *overflow: auto
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical
}
input:invalid,
textarea:invalid {
  background-color: #f0dddd
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%
}
td {
  vertical-align: top
}
/*! Squarespace LESS Compiler  (less.js language v1.3.3)  */

.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('//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-lightbox.light .squarespace-signup-text {
  font: 12px / 22px 'Gotham SSm A'
  , 'Gotham SSm B'
  , 'Gotham SSm'
  , 'Gotham'
  , 'Proxima Nova'
  , 'Open Sans'
  , 'Helvetica Neue'
  , Helvetica
  , Arial
  , sans-serif !important;
  background-color: transparent !important;
  letter-spacing: 0 !important;
  display: block !important;
  float: none !important;
  color: #000 !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  text-transform: none !important;
  color: #3e3e3e
}
.sqs-lightbox.light .squarespace-signup-spinner {
  background: transparent url('//static.squarespace.com/universal/images-v6/big-gear-dark.png') center center no-repeat
}
.sqs-g {
  letter-spacing: -0.31em;
  *letter-spacing: normal;
  *word-spacing: -0.43em;
  text-rendering: optimizespeed
}
.opera-only:-o-prefocus,
.sqs-g {
  word-spacing: -0.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 {
  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: 10
}
.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.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'
}
body.native-currency-code-chf .sqs-money-native:before {
  content: 'CHF'
}
.sqs-follow-button-hidden {
  display: none
}
.sqs-system-error {
  color: #3e3e3e !important;
  background: transparent url('//static.squarespace.com/universal/images-v6/damask/error-dark.png') center center no-repeat;
  background-position: 12px 12px
}
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 1.5dppx) {
  .sqs-system-error {
    background-image: url('//static.squarespace.com/universal/images-v6/damask/error-dark@2x.png');
    background-size: 44px
  }
}
.sqs-system-error input {
  cursor: pointer;
  outline: none;
  background: #3e3e3e;
  padding: 11px;
  text-align: center;
  -webkit-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
  line-height: 22px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
.sqs-system-error input,
.sqs-system-error input > * {
  color: #fff !important;
  -webkit-appearance: none;
  border: 0;
  text-transform: uppercase;
  outline: none;
  font-size: 11px;
  font-weight: 500
}
.sqs-system-error input:hover {
  background-color: #000;
  box-shadow: none
}
.sqs-system-error-overlay.dialog-screen-overlay {
  background: rgba(242, 242, 242, 0.98)
}
.password-prompt-overlay {
  z-index: 50499;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  background: #000;
  background: -webkit-gradient(radial, 50% 25%, 0, 50% 25%, 800, from(rgba(0, 0, 0, 0.85)), to(#000)) transparent;
  background: -moz-radial-gradient(center 45deg, circle cover, rgba(0, 0, 0, 0.85) 0%, #000 100%) transparent
}
.sqs-password-prompt {
  background: #f2f2f2;
  box-shadow: 0 4px 33px rgba(0, 0, 0, 0.22)
  , 0 0 0 1px rgba(0, 0, 0, 0.04);
  position: absolute;
  left: 50%;
  top: 100px;
  margin-left: -160px;
  z-index: 50500;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  height: 190px;
  width: 320px;
  opacity: 0;
  -webkit-transform: scale(0.98);
  -moz-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98)
}
.sqs-password-prompt.shown {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}
.sqs-password-prompt-content .title {
  text-transform: uppercase;
  font-weight: 500;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom: 1px solid #e2e2e2
}
.sqs-password-prompt-content .password {
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
  padding: 11px;
  line-height: 22px;
  height: 44px;
  width: 100%;
  color: #3e3e3e;
  border: none
}
.sqs-password-prompt-content .password:focus {
  outline: none
}
.sqs-password-prompt-content .title,
.sqs-password-prompt-content .fields {
  padding: 16.5px 33px
}
.sqs-password-prompt-content .buttons {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #e4e4e4;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex
}
.sqs-password-prompt-content .buttons:empty {
  border-top: 0
}
.sqs-password-prompt-content .buttons > * {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 1px solid #e4e4e4 !important
}
.sqs-password-prompt-content .buttons > *:first-child {
  border-left: none !important
}
.sqs-password-prompt-content .buttons input,
.sqs-password-prompt-content .buttons button {
  background: transparent
}
.sqs-password-prompt-content .buttons a {
  border-bottom: none
}
.sqs-password-prompt-content .buttons > * {
  cursor: pointer;
  outline: none;
  background: #f2f2f2;
  padding: 11px;
  text-align: center;
  -webkit-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
  line-height: 22px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
.sqs-password-prompt-content .buttons > *,
.sqs-password-prompt-content .buttons > * > * {
  color: #3e3e3e !important;
  -webkit-appearance: none;
  border: 0;
  text-transform: uppercase;
  outline: none;
  font-size: 11px;
  font-weight: 500
}
.sqs-password-prompt-content .buttons > *:hover {
  background-color: #fff;
  box-shadow: 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
}
.sqs-form-pre-submit-topic {
  margin-bottom: 5.5px
}
.sqs-form-pre-submit-topic-content {
  position: relative
}
.sqs-form-pre-submit-topic-content .topic-control-bar {
  background: #e4e4e4;
  padding: 5.5px 88px 5.5px 55px;
}
.sqs-form-pre-submit-topic-content .topic-control-bar input {
  padding: 5.5px;
  height: 33px;
  background: transparent;
  -webkit-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out
}
.sqs-form-pre-submit-topic-content .topic-control-bar input:hover {
  background: rgba(255, 255, 255, 0.5)
}
.sqs-form-pre-submit-topic-content .topic-control-bar input:focus {
  background: #fff
}
.sqs-form-pre-submit-topic-content .editor-wrapper {
  padding: 11px;
  border: 1px solid #e4e4e4
}
.sqs-form-pre-submit-topic-content .sqs-dialog-field:first-child {
  margin-top: 0
}
.sqs-form-pre-submit-topic-content .sqs-dialog-field:last-child {
  margin-bottom: 0
}
.sqs-form-pre-submit-topic-content .edit-topic {
  position: absolute;
  right: 38.5px;
  background: rgba(0, 0, 0, 0.1);
  top: 11px;
  width: 44px;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 500
}
.sqs-form-pre-submit-topic-content .remove-topic {
  position: absolute;
  right: 0;
  top: 0;
  height: 44px;
  width: 44px;
  text-indent: -9000px;
  overflow: hidden;
  background: transparent url('//static.squarespace.com/universal/images-v6/damask/trash-9-dark.png') center center no-repeat;
  cursor: pointer
}
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 1.5dppx) {
  .sqs-form-pre-submit-topic-content .remove-topic {
    background-image: url('//static.squarespace.com/universal/images-v6/damask/trash-9-dark@2x.png');
    background-size: 9px 11px
  }
}
.sqs-form-pre-submit-topic-content .remove-topic:hover {
  background: transparent url('//static.squarespace.com/universal/images-v6/damask/trash-9-red.png') center center no-repeat
}
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 1.5dppx) {
  .sqs-form-pre-submit-topic-content .remove-topic:hover {
    background-image: url('//static.squarespace.com/universal/images-v6/damask/trash-9-red@2x.png');
    background-size: 9px 11px
  }
}
.sqs-form-pre-submit-topic-content .topic-drag-handle {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 22px;
  background: transparent url('//static.squarespace.com/universal/images-v6/damask/handle.png') center center no-repeat;
  opacity: .2;
  cursor: ns-resize
}
.sqs-form-pre-submit-topic-content.editing-mode-empty .topic-children .topic-child-controls {
  display: block
}
.sqs-form-pre-submit-topic-content.editing-mode-sub-topics .topic-children .topic-sub-topics {
  display: block
}
.sqs-form-pre-submit-topic-content.editing-mode-content .topic-children .topic-content {
  display: block
}
.sqs-form-pre-submit-topic .topic-children {
  padding: 22px;
  background-color: #e4e4e4
}
.sqs-form-pre-submit-topic .topic-children .topic-label {
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
  margin-bottom: 10px
}
.sqs-form-pre-submit-topic .topic-children .topic-label .sqs-dialog-field.sqs-text.name-topicLabel input {
  font-size: 11px;
  margin: 0
}
.sqs-form-pre-submit-topic .topic-children .topic-child-controls,
.sqs-form-pre-submit-topic .topic-children .topic-sub-topics,
.sqs-form-pre-submit-topic .topic-children .topic-content {
  display: none
}
.sqs-form-pre-submit-topic .topic-children .topic-child-controls {
  zoom: 1
}
.sqs-form-pre-submit-topic .topic-children .topic-child-controls:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: "."
}
.sqs-form-pre-submit-topic .topic-children .topic-child-controls .topic-child-control-wrapper {
  float: left;
  width: 50%;
  padding: 20px 40px;
  box-sizing: border-box
}
.sqs-form-pre-submit-topic .topic-children .topic-child-controls .topic-child-control-wrapper .topic-child-control {
  text-align: center;
  background-color: #d0d0d0;
  cursor: pointer;
  padding: 10px;
  display: block
}
.sqs-form-pre-submit-topic .topic-children .topic-sub-topics .sqs-form-pre-submit-topic-content .topic-control-bar {
  border: 1px solid #d0d0d0;
  padding-left: 30px
}
.sqs-form-pre-submit-topic .topic-children .topic-sub-topics .sqs-form-pre-submit-topic-content .topic-control-bar .topic-title .sqs-dialog-field.sqs-text input {
  width: 215px
}
.sqs-form-pre-submit-topic .topic-children .topic-sub-topics .sqs-form-pre-submit-topic-content .topic-control-bar .edit-topic {
  width: 70px
}
.sqs-form-pre-submit-topic .topic-children .topic-sub-topics .sqs-form-pre-submit-topic-content .topic-children .topic-child-controls,
.sqs-form-pre-submit-topic .topic-children .topic-sub-topics .sqs-form-pre-submit-topic-content .topic-children .topic-sub-topics,
.sqs-form-pre-submit-topic .topic-children .topic-sub-topics .sqs-form-pre-submit-topic-content .topic-children .topic-content {
  display: none
}
.sqs-form-pre-submit-topic .topic-children .topic-sub-topics .sqs-form-pre-submit-topic-content.editing-mode-empty .topic-child-controls {
  display: block
}
.sqs-form-pre-submit-topic .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 .topic-children .topic-sub-topics .sqs-form-pre-submit-topic-content.editing-mode-content .topic-content {
  display: block
}
.sqs-form-pre-submit-topic .topic-children .topic-sub-topics .add-topic {
  padding: 7px 7px 7px 25px;
  font-size: 10px
}
.sqs-form-pre-submit-topic .topic-children .topic-sub-topics .add-topic .add-icon {
  top: 9px;
  left: 9px
}
@font-face {
  font-family: 'squarespace-ui-font';
  src: url('//static.squarespace.com/universal/fonts/squarespace-ui-font.eot');
  src: url('//static.squarespace.com/universal/fonts/squarespace-ui-font.eot?#iefix') format('embedded-opentype')
  , url('//static.squarespace.com/universal/fonts/squarespace-ui-font.svg#squarespace-ui-font') format('svg')
  , url('//static.squarespace.com/universal/fonts/squarespace-ui-font.woff') format('woff')
  , url('//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, 0.12);
  display: inline-block;
  padding: 10px;
  -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94)
}
.sqs-gallery-controls .previous:hover,
.sqs-gallery-controls .next:hover {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff
}
.sqs-gallery-controls .previous {
  left: 0
}
.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: 0
}
.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 img {
  box-shadow: #000 0 0 0
}
.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 0.2s;
  transition: opacity 0.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;
  padding: 0;
  background-color: transparent;
  color: inherit !important;
  font-size: 16px;
  line-height: 16px;
  cursor: pointer
}
.sqs-gallery-design-carousel .sqs-gallery-controls.show-hover-effect .previous:hover,
.sqs-gallery-design-carousel .sqs-gallery-controls.show-hover-effect .next:hover {
  background-color: transparent;
  color: #1d1d1d;
  opacity: 1
}
.sqs-gallery-design-carousel .sqs-gallery-controls.show-hover-effect .sqs-disabled:hover {
  cursor: default;
  opacity: .4
}
.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 {
  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 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.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;
  -ms-user-select: text;
  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 0.2s;
  transition: opacity ease-out 0.2s
}
.yui3-lightbox2 .sqs-lightbox-meta.overlay-description-visible {
  background: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  background: rgba(0, 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-meta p a {
  color: #fff;
  text-decoration: underline
}
.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 0.2s;
  transition: opacity 0.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
}
.fadeable-plugged.display-status-hidden {
  display: none
}
body.no-scroll {
  height: 100%;
  position: fixed
}
.no-scroll {
  overflow: hidden !important
}
.sqs-lightbox-overlay {
  position: fixed;
  opacity: 0;
  top: 0;
  left: 0;
  background: #000;
  height: 100%;
  width: 100%
}
.sqs-lightbox-overlay.sqs-lightbox-overlay-style-orb {
  background: -webkit-gradient(radial, 50% 25%, 0, 50% 25%, 800, from(rgba(0, 0, 0, 0.75)), to(#000));
  background: -moz-radial-gradient(center 45deg, circle cover, rgba(0, 0, 0, 0.75) 0%, #000 100%)
}
.sqs-lightbox-overlay.light {
  background: rgba(242, 242, 242, 0.98) !important;
  color: #3e3e3e
}
.sqs-lightbox-overlay.white.sqs-lightbox-overlay-style-orb {
  background: -webkit-gradient(radial, 50% 25%, 0, 50% 25%, 800, from(rgba(255, 255, 255, 0.96)), to(#fff));
  background: -moz-radial-gradient(center 45deg, circle cover, from(rgba(255, 255, 255, 0.96)), to(#fff))
}
.sqsp-tooltip {
  color: inherit;
  background-color: #f2f2f2;
  padding: 22px 33px;
  box-shadow: 0 4px 33px rgba(0, 0, 0, 0.22)
  , 0 0 0 1px rgba(0, 0, 0, 0.04);
  position: absolute;
  overflow: hidden;
  text-align: left !important;
  max-width: 250px
}
.sqsp-tooltip .title {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 11px
}
.sqsp-tooltip .description {
  margin: 11px 0
}
.sqsp-tooltip .buttons {
  margin: 22px -33px -22px;
  border-top: 1px solid #e4e4e4;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex
}
.sqsp-tooltip .buttons:empty {
  border-top: 0
}
.sqsp-tooltip .buttons > * {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 1px solid #e4e4e4 !important
}
.sqsp-tooltip .buttons > *:first-child {
  border-left: none !important
}
.sqsp-tooltip .buttons input,
.sqsp-tooltip .buttons button {
  background: transparent
}
.sqsp-tooltip .buttons a {
  border-bottom: none
}
.sqsp-tooltip .buttons a:not(.reject) {
  cursor: pointer;
  outline: none;
  background: #f2f2f2;
  padding: 11px;
  text-align: center;
  -webkit-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
  line-height: 22px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
.sqsp-tooltip .buttons a:not(.reject),
.sqsp-tooltip .buttons a:not(.reject) > * {
  color: #3e3e3e !important;
  -webkit-appearance: none;
  border: 0;
  text-transform: uppercase;
  outline: none;
  font-size: 11px;
  font-weight: 500
}
.sqsp-tooltip .buttons a:not(.reject):hover {
  background-color: #fff;
  box-shadow: none
}
.sqsp-tooltip .buttons a.reject {
  cursor: pointer;
  outline: none;
  background: #f2f2f2;
  padding: 11px;
  text-align: center;
  -webkit-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
  line-height: 22px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
.sqsp-tooltip .buttons a.reject,
.sqsp-tooltip .buttons a.reject > * {
  color: #3e3e3e !important;
  -webkit-appearance: none;
  border: 0;
  text-transform: uppercase;
  outline: none;
  font-size: 11px;
  font-weight: 500
}
.sqsp-tooltip .buttons a.reject:hover {
  background-color: #000;
  box-shadow: none
}
.sqsp-tooltip .buttons a.reject:hover {
  background-color: #f0523d
}
.sqsp-tooltip .buttons a.reject:hover,
.sqsp-tooltip .buttons a.reject:hover * {
  color: #fff !important
}
.sqs-action-overlay {
  position: absolute;
  top: 0;
  right: 0;
  white-space: nowrap;
  -webkit-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
  opacity: 0;
  background-color: #3e3e3e;
  overflow: hidden;
  z-index: 50;
  height: 33px
}
.sqs-action-overlay.loading {
  opacity: 1
}
.sqs-action-overlay.bottom {
  top: auto;
  bottom: 0
}
.sqs-action-overlay > div {
  display: inline-block;
  height: 33px;
  width: 33px;
  opacity: .3;
  cursor: pointer
}
.sqs-action-overlay > div:hover {
  opacity: .9
}
.sqs-action-overlay > div:active,
.sqs-action-overlay > div:focus {
  opacity: 1
}
.sqs-action-overlay > div.edit-image,
.sqs-action-overlay > div.edit {
  background: transparent url('//static.squarespace.com/universal/images-v6/damask/edit-16-light.png') center center no-repeat
}
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 1.5dppx) {
  .sqs-action-overlay > div.edit-image,
  .sqs-action-overlay > div.edit {
    background-image: url('//static.squarespace.com/universal/images-v6/damask/edit-32-light.png');
    background-size: 16px
  }
}
.sqs-action-overlay > div.edit.loading {
  background: none
}
.sqs-action-overlay > div.image-info {
  background: transparent url('//static.squarespace.com/universal/images-v6/damask/settings-16-light.png') center center no-repeat
}
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 1.5dppx) {
  .sqs-action-overlay > div.image-info {
    background-image: url('//static.squarespace.com/universal/images-v6/damask/settings-32-light.png');
    background-size: 16px
  }
}
.sqs-action-overlay > div.remove,
.sqs-action-overlay > div.remove-image {
  background: transparent url('//static.squarespace.com/universal/images-v6/damask/trash-9-light.png') center center no-repeat;
  cursor: pointer
}
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 1.5dppx) {
  .sqs-action-overlay > div.remove,
  .sqs-action-overlay > div.remove-image {
    background-image: url('//static.squarespace.com/universal/images-v6/damask/trash-9-light@2x.png');
    background-size: 9px 11px
  }
}
.sqs-action-overlay > div.remove:hover,
.sqs-action-overlay > div.remove-image:hover {
  background: transparent url('//static.squarespace.com/universal/images-v6/damask/trash-9-red.png') center center no-repeat
}
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 1.5dppx) {
  .sqs-action-overlay > div.remove:hover,
  .sqs-action-overlay > div.remove-image:hover {
    background-image: url('//static.squarespace.com/universal/images-v6/damask/trash-9-red@2x.png');
    background-size: 9px 11px
  }
}
.sqs-action-overlay > div.video-info {
  background: transparent url('//static.squarespace.com/universal/images-v6/damask/settings-16-light.png') center center no-repeat
}
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 1.5dppx) {
  .sqs-action-overlay > div.video-info {
    background-image: url('//static.squarespace.com/universal/images-v6/damask/settings-32-light.png');
    background-size: 16px
  }
}
.sqs-action-overlay > div.getty {
  background: transparent url('//static.squarespace.com/universal/images-v6/damask/getty-16-light.png') center center no-repeat
}
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 1.5dppx) {
  .sqs-action-overlay > div.getty {
    background-image: url('//static.squarespace.com/universal/images-v6/damask/getty-32-light.png');
    background-size: 16px
  }
}
.sqs-action-overlay > div.buy {
  background: transparent url('//static.squarespace.com/universal/images-v6/damask/shopping-cart-16-light.png') center center no-repeat
}
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 1.5dppx) {
  .sqs-action-overlay > div.buy {
    background-image: url('//static.squarespace.com/universal/images-v6/damask/shopping-cart-32-light.png');
    background-size: 16px
  }
}
.sqs-action-overlay > div.remove-video {
  background: transparent url('//static.squarespace.com/universal/images-v6/damask/trash-9-light.png') center center no-repeat;
  cursor: pointer
}
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 1.5dppx) {
  .sqs-action-overlay > div.remove-video {
    background-image: url('//static.squarespace.com/universal/images-v6/damask/trash-9-light@2x.png');
    background-size: 9px 11px
  }
}
/*IE9_SPLIT_MARKER*/

.sqs-action-overlay > div.remove-video:hover {
  background: transparent url('//static.squarespace.com/universal/images-v6/damask/trash-9-red.png') center center no-repeat
}
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 1.5dppx) {
  .sqs-action-overlay > div.remove-video:hover {
    background-image: url('//static.squarespace.com/universal/images-v6/damask/trash-9-red@2x.png');
    background-size: 9px 11px
  }
}
.sqs-action-overlay > div.loading {
  background: none;
  position: relative;
  opacity: 1
}
.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%)
}
.sqs-action-overlay-container:hover .sqs-action-overlay {
  opacity: 1
}
.touch .sqs-action-overlay {
  opacity: 1
}
.image-focal-point {
  border-radius: 14px;
  height: 14px;
  width: 14px;
  margin-left: -10px;
  margin-top: -10px;
  position: absolute;
  border: 3px solid rgba(255, 255, 255, 0.8);
  background: rgba(0, 0, 0, 0.2);
  cursor: move;
  opacity: 0
}
.sqs-loading-overlay-node {
  background: rgba(255, 255, 255, 0.9)
}
.sqs-loading-overlay-node .sqs-spin {
  position: absolute;
  top: 50%;
  left: 50%
}
.sqs-loading-overlay-node .sqs-spin.large {
  margin-top: -11px;
  margin-left: -11px
}
.sqs-loading-overlay-node .sqs-spin.extra-large {
  margin-top: -20px;
  margin-left: -20px
}
.sqs-loading-overlay-node.has-title .title {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  margin-top: 22px;
  color: #999;
  font-size: 14px
}
.sqs-loading-overlay-node.has-title .sqs-spin {
  margin-top: -22px
}
body > .login-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 30100;
  transition: all 0.5s ease-in-out
}
body > .login-wrapper.hidden {
  opacity: 0
}
.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('//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
}
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: 100px 100px 50px;
  font-family: "Helvetica Neue"
  , Helvetica
  , Arial
  , sans-serif
}
body.sqs-search-ui-fullscreen .sqs-search-ui.display-status-hidden {
  position: absolute
}
body.sqs-search-ui-fullscreen .sqs-search-ui-close {
  -webkit-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 60px;
  background: transparent url('//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 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin-left: 96px;
  margin-top: 60px;
  font-weight: 500;
  font-family: inherit
}
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-list {
  position: absolute;
  top: 200px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: -1px 85px 0
}
body.sqs-search-ui-fullscreen .sqs-search-ui-list .search-results {
  position: absolute;
  width: 100%
}
body.sqs-search-ui-fullscreen .sqs-search-ui-pagination {
  display: none
}
body.sqs-search-ui-fullscreen .sqs-search-ui-item {
  padding: 16px
}
body.sqs-search-ui-fullscreen .sqs-search-ui-item.active {
  background-color: #fcfcfc
}
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 .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 0.1s ease-out;
  transition: color
  , background-color 0.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
}
@media screen and (max-width: 600px) {
  body.sqs-search-ui-fullscreen .sqs-search-ui {
    padding: 8em 2em 0
  }
  body.sqs-search-ui-fullscreen .sqs-search-ui input {
    margin-left: 1em
  }
  body.sqs-search-ui-fullscreen .sqs-search-ui .yui3-aclist,
  body.sqs-search-ui-fullscreen .sqs-search-ui .yui3-scrollingautocompletelist {
    display: none
  }
  body.sqs-search-ui-fullscreen .sqs-search-ui-list {
    top: 150px;
    margin: 0 2em
  }
}
.sqs-search-container .search-notice {
  font-size: 12px;
  color: #000
}
.sqs-search-container .search-notice.error {
  color: #d10000
}
.sqs-search-container .search-notice.hide {
  display: none
}
.sqs-search-container-waiting {
  background: #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: .5
}
.sqs-search-container a {
  color: #999;
  text-decoration: none
}
.sqs-search-container input {
  background: none;
  border: none;
  outline: none;
  font-size: 30px
}
.sqs-search-container input::-webkit-input-placeholder {
  color: #eee
}
.sqs-search-container input:-moz-placeholder {
  color: #eee
}
.sqs-search-container input::selection {
  color: #fff;
  background-color: #000
}
.sqs-search-container input:focus {
  box-shadow: none;
  border: none
}
.sqs-search-container-list {
  overflow-y: auto;
  overflow-x: hidden
}
.sqs-search-container-list .search-results {
  border-top: 1px solid rgba(200, 200, 200, 0.35);
  border-bottom: 1px solid rgba(200, 200, 200, 0.35)
}
.sqs-search-container-list .search-results.empty {
  border: none
}
.search-result:first-child .sqs-search-container-item {
  border-top: none
}
.sqs-search-container-item {
  position: relative;
  border-top: 1px solid rgba(200, 200, 200, 0.35);
  zoom: 1;
  cursor: pointer
}
.sqs-search-container-item:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: "."
}
.sqs-search-container-item:first-child {
  margin-top: 0
}
.sqs-search-container-item mark {
  font-weight: bold
}
.sqs-search-container-item em {
  font-style: italic
}
.sqs-search-container-item .sqs-title {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.3em;
  margin-bottom: 0.5em
}
.sqs-search-container-item .sqs-content {
  font-weight: 400;
  font-size: 1em;
  line-height: 1.4em
}
.sqs-search-container-item .sqs-content span {
  margin: 2px 0
}
.sqs-search-container .loading {
  opacity: .75
}
.sqs-search-container .loading .desc {
  display: block;
  float: left;
  padding-top: 4px;
  padding-left: 12px
}
.sqs-search-container .loading .spinner-wrapper {
  display: block;
  float: left
}
@media screen and (max-width: 600px) {
  .sqs-search-container-list {
    top: 160px
  }
  .sqs-search-container-list .search-results {
    margin-right: 0
  }
  .sqs-search-container input {
    font-size: 24px !important
  }
}
.sqs-search-page {
  width: 100%
}
.sqs-search-page-input {
  position: relative;
  margin: 0;
  padding: 15px 15px 15px 60px;
  background: url('/universal/images-v6/icons/icon-searchqueries-32-dark.png') no-repeat 15px 50%;
  background-color: #fff;
  border: 1px solid #aaa
}
.sqs-search-page-input.loading {
  background-image: none
}
.sqs-search-page-input input {
  display: block;
  width: 100%;
  font-weight: 400
}
.sqs-search-page-input .spinner-wrapper {
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -14px
}
.sqs-search-page-result {
  padding: 50px 0
}
.sqs-search-page-more.hide {
  display: none !important
}
.sqs-search-page-more.loading span {
  display: none
}
.sqs-search-page-item {
  padding: 1.5em 0
}
.sqs-search-page-item .sqs-main-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}
.sqs-search-page-item .sqs-main-image-container {
  width: 20%;
  padding-right: 20px;
  float: left;
  box-sizing: border-box
}
.sqs-search-page-item .sqs-main-image-intrinsic {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%
}
.sqs-search-page-item .sqs-main-content {
  float: left;
  width: 80%;
  box-sizing: border-box
}
.sqs-search-page-more-wrapper {
  width: 100%;
  text-align: center;
  margin: 10px 0
}
@media screen and (max-width: 600px) {
  .sqs-search-page-result {
    padding: 0 20px
  }
  .sqs-search-page-more-wrapper {
    font-size: 10px
  }
}
.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 0.5s ease-out;
  transition: background-color
  , opacity 0.5s ease-out;
  float: left;
  margin-right: 5px;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: #999 url('//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)
  }
}
.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);
  border-radius: 3px;
  padding: 1px 6px 0 2px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04)
  , inset 0 -1px 0 rgba(0, 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: 0 0 0 22px;
  cursor: pointer;
  background: 2px 2px no-repeat url('//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('//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;
  text-align: left;
  min-width: 108px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  background-color: rgba(254, 254, 254, 0.9);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(242, 242, 242, 0.05);
  border: 1px solid #ccc;
  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: 0
}
.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 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.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 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1)
}
.sqs-ss-badge .badge-closed {
  width: 44px;
  background: transparent url('//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: uppercase;
  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("//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, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -ms-radial-gradient(top left, circle cover, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: radial-gradient(circle at top left, rgba(0, 0, 0, 0.1) 0%, rgba(0, 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, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -ms-radial-gradient(top center, circle cover, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: radial-gradient(circle at top center, rgba(0, 0, 0, 0.1) 0%, rgba(0, 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, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -ms-radial-gradient(top right, circle cover, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: radial-gradient(circle at top right, rgba(0, 0, 0, 0.1) 0%, rgba(0, 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, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -ms-radial-gradient(bottom left, circle cover, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: radial-gradient(circle at bottom left, rgba(0, 0, 0, 0.1) 0%, rgba(0, 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, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -ms-radial-gradient(bottom center, circle cover, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: radial-gradient(circle at bottom center, rgba(0, 0, 0, 0.1) 0%, rgba(0, 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, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -ms-radial-gradient(bottom right, circle cover, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: radial-gradient(circle at bottom right, rgba(0, 0, 0, 0.1) 0%, rgba(0, 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("//static.squarespace.com/universal/images-v6/icons/icon-squarespace-32-light.png")
  }
  .sqs-ss-badge[data-type="white"] .badge-closed {
    background-image: url("//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, 0.6);
  z-index: 10000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease
}
.sqs-licensed-asset-preview-bar {
  z-index: 9999;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 88px;
  background-color: #3e3e3e;
  color: #fff;
  padding: 11px;
  box-sizing: border-box
}
.sqs-licensed-asset-preview-bar-content {
  text-align: center;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%)
}
.sqs-licensed-asset-preview-bar-content span {
  font-family: helvetica
  , sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 11px
}
.sqs-mobile-info-bar {
  position: fixed;
  z-index: 10000;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ebebeb;
  -webkit-transition: all 0.2s cubic-bezier(0.23, 0.47, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 0.47, 0.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;
  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: uppercase;
  font-family: 'proxima-nova'
  , arial
  , sans-serif
}
.sqs-mobile-info-bar-trigger[data-type="location"] .sqs-mobile-info-bar-trigger-icon {
  background-image: url('//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('//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('//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('//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 0.2s cubic-bezier(0.23, 0.47, 0.32, 1);
  transition: opacity 0.2s cubic-bezier(0.23, 0.47, 0.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;
  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
}
.sqs-mobile-info-bar-overlay-content .sqs-mobile-info-bar-address-link {
  background: url('//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('//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('//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('//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('//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('//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)
}
.sqs-business-hours {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto
}
.sqs-business-hours-day {
  margin: 0.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: uppercase;
  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;
  color: #aaa;
  font-family: 'proxima-nova'
  , sans-serif;
  font-size: 16px;
  line-height: 1.65
}
.sqs-business-hours-store span {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #222;
  font-size: 20px
}
.sqs-business-hours-dark .sqs-business-hours-store span {
  color: #fff
}
.sqs-widgets-confirmation {
  position: absolute;
  z-index: 1000000
}
.sqs-widgets-confirmation-content {
  color: inherit;
  background-color: #f2f2f2;
  padding: 22px 33px;
  text-align: center;
  box-shadow: 0 4px 33px rgba(0, 0, 0, 0.22)
  , 0 0 0 1px rgba(0, 0, 0, 0.04)
}
.sqs-widgets-confirmation-content > .title {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 11px
}
.sqs-widgets-confirmation-content .message {
  margin: 11px 0
}
.sqs-widgets-confirmation-content .fields {
  margin-bottom: 11px
}
.sqs-widgets-confirmation-content .fields .check-field-wrapper {
  padding: 0
}
.sqs-widgets-confirmation-content .fields .check-field-wrapper .field-description {
  background: none
}
.sqs-widgets-confirmation-content .buttons {
  border-top: 1px solid #e4e4e4;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 22px -33px -22px
}
.sqs-widgets-confirmation-content .buttons:empty {
  border-top: 0
}
.sqs-widgets-confirmation-content .buttons > * {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 1px solid #e4e4e4 !important
}
.sqs-widgets-confirmation-content .buttons > *:first-child {
  border-left: none !important
}
.sqs-widgets-confirmation-content .buttons input,
.sqs-widgets-confirmation-content .buttons button {
  background: transparent
}
.sqs-widgets-confirmation-content .buttons a {
  border-bottom: none
}
.sqs-widgets-confirmation-content .buttons .confirmation-button:not(.reject) {
  cursor: pointer;
  outline: none;
  background: #f2f2f2;
  padding: 11px;
  text-align: center;
  -webkit-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
  line-height: 22px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
.sqs-widgets-confirmation-content .buttons .confirmation-button:not(.reject),
.sqs-widgets-confirmation-content .buttons .confirmation-button:not(.reject) > * {
  color: #3e3e3e !important;
  -webkit-appearance: none;
  border: 0;
  text-transform: uppercase;
  outline: none;
  font-size: 11px;
  font-weight: 500
}
.sqs-widgets-confirmation-content .buttons .confirmation-button:not(.reject):hover {
  background-color: #fff;
  box-shadow: none
}
.sqs-widgets-confirmation-content .buttons .confirmation-button.reject {
  cursor: pointer;
  outline: none;
  background: #f2f2f2;
  padding: 11px;
  text-align: center;
  -webkit-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
  line-height: 22px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
.sqs-widgets-confirmation-content .buttons .confirmation-button.reject,
.sqs-widgets-confirmation-content .buttons .confirmation-button.reject > * {
  color: #3e3e3e !important;
  -webkit-appearance: none;
  border: 0;
  text-transform: uppercase;
  outline: none;
  font-size: 11px;
  font-weight: 500
}
.sqs-widgets-confirmation-content .buttons .confirmation-button.reject:hover {
  background-color: #000;
  box-shadow: none
}
.sqs-widgets-confirmation-content .buttons .confirmation-button.reject:hover {
  background-color: #f0523d
}
.sqs-widgets-confirmation-content .buttons .confirmation-button.reject:hover,
.sqs-widgets-confirmation-content .buttons .confirmation-button.reject:hover * {
  color: #fff !important
}
.sqs-widgets-confirmation.sqs-widgets-data-confirmation .sqs-widgets-confirmation-content {
  text-align: left
}
.sqs-widgets-confirmation.danger-zone .sqs-widgets-confirmation-content {
  color: #fff !important;
  background-color: #f0523d
}
.sqs-widgets-confirmation.danger-zone .sqs-widgets-confirmation-content .buttons .confirmation-button {
  background-color: #f0523d;
  color: #fff !important
}
.sqs-widgets-confirmation.danger-zone .sqs-widgets-confirmation-content .buttons .confirmation-button:hover {
  background-color: #e4351e
}
.sqs-widgets-confirmation.dangerous-confirmation-button .sqs-widgets-confirmation-content .buttons .confirm:hover {
  background-color: #f0523d;
  color: #fff !important
}
.sqs-widgets-confirmation.reject-warning .buttons .confirmation-button.reject:hover {
  background-color: #f0523d;
  color: #fff
}
.sqs-widgets-confirmation.delete-collection .confirmation-button.confirm:hover {
  background-color: #f0523d;
  color: #fff !important
}
.sqs-widgets-confirmation.with-media .title:empty,
.sqs-widgets-confirmation.with-media .message:empty {
  display: none
}
.sqs-widgets-confirmation.with-media .title:empty + .message:empty + .media {
  margin-top: -22px
}
.sqs-widgets-confirmation.with-media .media {
  display: block;
  position: relative;
  margin: 0 -33px
}
.sqs-widgets-confirmation.with-media .media > * {
  display: block;
  position: relative;
  margin: 0 auto
}
.sqs-widgets-confirmation.with-media .buttons {
  margin-top: 0
}
.sqs-widgets-confirmation.shown .media > * {
  width: 100%
}
.sqs-widgets-confirmation {
  opacity: 0;
  -webkit-transform: scale(0.96);
  -moz-transform: scale(0.96);
  -ms-transform: scale(0.96);
  transform: scale(0.96)
}
.sqs-widgets-confirmation.mobile {
  -webkit-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  transform: translatey(-50%)
}
.sqs-widgets-confirmation.shown {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-animation-name: show-confirmation;
  -moz-animation-name: show-confirmation;
  -o-animation-name: show-confirmation;
  animation-name: show-confirmation;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s
}
.sqs-widgets-confirmation.shown.mobile {
  -webkit-transform: translatey(0);
  -moz-transform: translatey(0);
  -ms-transform: translatey(0);
  transform: translatey(0);
  -webkit-animation-name: show-confirmation-mobile;
  -moz-animation-name: show-confirmation-mobile;
  -o-animation-name: show-confirmation-mobile;
  animation-name: show-confirmation-mobile
}
.sqs-widgets-confirmation.hiding {
  opacity: 0;
  -webkit-animation-name: none;
  -moz-animation-name: none;
  -o-animation-name: none;
  animation-name: none;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transform: scale(0.96);
  -moz-transform: scale(0.96);
  -ms-transform: scale(0.96);
  transform: scale(0.96)
}
.sqs-widgets-confirmation.hiding.mobile {
  -webkit-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  transform: translatey(-50%)
}
.sqs-widgets-confirmation-hidden {
  display: none
}
@-webkit-keyframes show-confirmation {
  from {
    opacity: 0;
    -webkit-transform: scale(0.96);
    -moz-transform: scale(0.96);
    -ms-transform: scale(0.96);
    transform: scale(0.96)
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
  }
}
@-moz-keyframes show-confirmation {
  from {
    opacity: 0;
    -webkit-transform: scale(0.96);
    -moz-transform: scale(0.96);
    -ms-transform: scale(0.96);
    transform: scale(0.96)
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
  }
}
@keyframes show-confirmation {
  from {
    opacity: 0;
    -webkit-transform: scale(0.96);
    -moz-transform: scale(0.96);
    -ms-transform: scale(0.96);
    transform: scale(0.96)
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
  }
}
@-webkit-keyframes show-confirmation-mobile {
  from {
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%)
  }
  to {
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -ms-transform: translatey(0);
    transform: translatey(0)
  }
}
@keyframes show-confirmation-mobile {
  from {
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    transform: translatey(-50%)
  }
  to {
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -ms-transform: translatey(0);
    transform: translatey(0)
  }
}
.sqs-widgets-confirmation-overlay {
  display: block;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  z-index: 999999
}
.ReactModal__Overlay {
  -webkit-perspective: 600;
  perspective: 600;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 999999
}
.ReactModal__Overlay--after-open {
  opacity: 1;
  -webkit-transition: opacity 150ms;
  transition: opacity 150ms
}
.ReactModal__Content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform-origin: top left;
  -webkit-transform: scale(0.96) translate(-50%, -50%);
  -moz-transform: scale(0.96) translate(-50%, -50%);
  -ms-transform: scale(0.96) translate(-50%, -50%);
  transform: scale(0.96) translate(-50%, -50%)
}
.ReactModal__Content--after-open {
  -webkit-transform: scale(1) translate(-50%, -50%);
  -moz-transform: scale(1) translate(-50%, -50%);
  -ms-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
  -webkit-transition: all 300ms;
  transition: all 300ms
}
.ReactModal__Overlay--before-close {
  opacity: 0
}
.ReactModal__Content--before-close {
  -webkit-transform: scale(0.96) translate(-50%, -50%);
  -moz-transform: scale(0.96) translate(-50%, -50%);
  -ms-transform: scale(0.96) translate(-50%, -50%);
  transform: scale(0.96) translate(-50%, -50%);
  -webkit-transition: all 300ms;
  transition: all 300ms
}
.ReactModal__Content.modal-dialog {
  border: none;
  background-color: transparent
}
.sqs-Modal {
  color: inherit;
  background-color: #f2f2f2;
  padding: 22px 33px;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 0 4px 33px rgba(0, 0, 0, 0.22)
  , 0 0 0 1px rgba(0, 0, 0, 0.04)
}
.sqs-Modal-title {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 11px
}
.sqs-Modal-body {
  margin: 11px 0
}
.sqs-Modal-fields {
  margin-bottom: 11px
}
.sqs-Modal-fields .check-field-wrapper {
  padding: 0
}
.sqs-Modal-fields .check-field-wrapper .field-description {
  background: none
}
.sqs-Modal-footer {
  border-top: 1px solid #e4e4e4;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 22px -33px -22px
}
.sqs-Modal-footer:empty {
  border-top: 0
}
.sqs-Modal-footer > * {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 1px solid #e4e4e4 !important
}
.sqs-Modal-footer > *:first-child {
  border-left: none !important
}
.sqs-Modal-footer input,
.sqs-Modal-footer button {
  background: transparent
}
.sqs-Modal-footer a {
  border-bottom: none
}
.sqs-ModalButton {
  cursor: pointer;
  outline: none;
  background: #f2f2f2;
  padding: 11px;
  text-align: center;
  -webkit-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
  line-height: 22px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
.sqs-ModalButton,
.sqs-ModalButton > * {
  color: #3e3e3e !important;
  -webkit-appearance: none;
  border: 0;
  text-transform: uppercase;
  outline: none;
  font-size: 11px;
  font-weight: 500
}
.sqs-ModalButton:hover {
  background-color: #fff;
  box-shadow: none
}
.sqs-ModalButton--danger {
  cursor: pointer;
  outline: none;
  background: #f2f2f2;
  padding: 11px;
  text-align: center;
  -webkit-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
  line-height: 22px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
.sqs-ModalButton--danger,
.sqs-ModalButton--danger > * {
  color: #3e3e3e !important;
  -webkit-appearance: none;
  border: 0;
  text-transform: uppercase;
  outline: none;
  font-size: 11px;
  font-weight: 500
}
.sqs-ModalButton--danger:hover {
  background-color: #000;
  box-shadow: none
}
.sqs-ModalButton--danger:hover {
  background-color: #f0523d
}
.sqs-ModalButton--danger:hover,
.sqs-ModalButton--danger:hover * {
  color: #fff !important
}
.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, 0.7);
  border-top-color: rgba(255, 255, 255, 0.15);
  border-left-color: rgba(255, 255, 255, 0.15)
}
.sqs-spin.dark {
  border: 2px solid rgba(0, 0, 0, 0.75);
  border-top-color: rgba(0, 0, 0, 0.08);
  border-left-color: rgba(0, 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: 0;
  border-radius: 0;
  -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)
  }
}
/*IE9_SPLIT_MARKER*/
/*! Squarespace LESS Compiler  (less.js language v1.3.3)  */.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: 25%
}
.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: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 {
  font: 400 normal 12px / 22px 'Gotham SSm A'
  , 'Gotham SSm B'
  , 'Gotham SSm'
  , 'Gotham'
  , 'Proxima Nova'
  , 'Open Sans'
  , 'Helvetica Neue'
  , Helvetica
  , Arial
  , sans-serif;
  letter-spacing: normal;
  padding: 19px 19px 19px 60px;
  color: #3e3e3e;
  position: relative;
  background-color: rgba(128, 128, 128, 0.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: 1.5dppx) {
  .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 {
  padding-bottom: 8px;
  font-size: 14px
}
html.cameron .sqs-block .state-message .title,
html.cameron .sqs-state-message .title {
  color: #eee
}
.sqs-block .state-message > .sqs-state-message-button,
.sqs-state-message>.sqs-state-message-button,
.sqs-block .state-message .sqs-state-message-buttons-wrapper,
.sqs-state-message .sqs-state-message-buttons-wrapper {
  margin-top: 19px;
  margin-left: -41px;
  display: block !important;
  position: relative
}
.sqs-block .state-message .sqs-state-message-button,
.sqs-state-message .sqs-state-message-button {
  cursor: pointer;
  outline: none;
  background: #3e3e3e;
  padding: 11px;
  -webkit-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
  -webkit-transition: background-color 0.1s ease-in-out 0.2s 0s ease-in-out;
  -moz-transition: background-color 0.1s ease-in-out 0.2s 0s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out 0.2s 0s ease-in-out;
  transition: background-color 0.1s ease-in-out 0.2s 0s ease-in-out;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 22px;
  text-align: center;
  display: inline-block;
  position: relative
}
.sqs-block .state-message .sqs-state-message-button,
.sqs-state-message .sqs-state-message-button,
.sqs-block .state-message .sqs-state-message-button>*,
.sqs-state-message .sqs-state-message-button > * {
  color: #fff !important;
  -webkit-appearance: none;
  border: 0;
  text-transform: uppercase;
  outline: none;
  font-size: 11px;
  font-weight: 500
}
.sqs-block .state-message .sqs-state-message-button:hover,
.sqs-state-message .sqs-state-message-button:hover {
  background-color: #000;
  box-shadow: none
}
.sqs-layout.sqs-editing .sqs-block .sqs-block .state-message .sqs-state-message-button,
.sqs-layout.sqs-editing .sqs-block .sqs-state-message .sqs-state-message-button {
  z-index: 1001
}
.sqs-col-0 {
  width: 0;
  display: none
}
.sqs-block {
  position: relative;
  height: auto;
  outline: 1px solid transparent;
  -webkit-transition: box-shadow 0.1s ease-in-out;
  transition: box-shadow 0.1s ease-in-out;
  -webkit-transition: box-shadow 0.1s ease-in-out 0.2s 0s ease-in-out;
  -moz-transition: box-shadow 0.1s ease-in-out 0.2s 0s ease-in-out;
  -o-transition: box-shadow 0.1s ease-in-out 0.2s 0s ease-in-out;
  transition: box-shadow 0.1s ease-in-out 0.2s 0s ease-in-out;
  padding-top: 17px;
  padding-bottom: 17px
}
.sqs-block:not(.sqs-block-html):not(.sqs-block-markdown) {
  clear: both
}
.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 {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1)
}
.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 {
  box-shadow: none !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 0.15s ease-in-out
  , -webkit-transform 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out
  , -webkit-transform 0.15s ease-in-out;
  -webkit-transition: opacity 0.15s ease-in-out
  , -webkit-transform 0.15s ease-in-out 0.2s 0s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out
  , -webkit-transform 0.15s ease-in-out 0.2s 0s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out
  , -webkit-transform 0.15s ease-in-out 0.2s 0s ease-in-out;
  transition: opacity 0.15s ease-in-out
  , -webkit-transform 0.15s ease-in-out 0.2s 0s ease-in-out;
  box-sizing: border-box
}
.sqs-block iframe.embedded-scripts-preview {
  display: block;
  position: relative;
  border: 0
}
.sqs-block .removed-script {
  display: block;
  opacity: .6
}
.sqs-block .removed-script::before {
  content: 'Script Disabled';
  font-style: italic
}
html.blogapp .sqs-block {
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-transition: none !important 0.2s 0s ease-in-out;
  -moz-transition: none !important 0.2s 0s ease-in-out;
  -o-transition: none !important 0.2s 0s ease-in-out;
  transition: none !important 0.2s 0s 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;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing
}
html .sqs-locked-layout .sqs-block {
  cursor: default !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;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.sqs-locked-height .sqs-editing-overlay {
  background-color: rgba(255, 255, 255, 0.5)
}
html.browser-msie .sqs-editing-overlay {
  background-color: rgba(128, 128, 128, 0.05)
}
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, 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;
  box-sizing: border-box;
  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;
  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%
}
@font-face {
  font-family: 'squarespace-ui-font';
  src: url('//static.squarespace.com/universal/fonts/squarespace-ui-font.eot');
  src: url('//static.squarespace.com/universal/fonts/squarespace-ui-font.eot?#iefix') format('embedded-opentype')
  , url('//static.squarespace.com/universal/fonts/squarespace-ui-font.svg#squarespace-ui-font') format('svg')
  , url('//static.squarespace.com/universal/fonts/squarespace-ui-font.woff') format('woff')
  , url('//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)
}
#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
}
#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: 0.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: 0.5em
}
#list-paging a.older:before,
#item-paging a.older:before {
  content: "Older"
}
#list-paging a.disabled,
#item-paging a.disabled {
  color: #ddd
}
.like-share {
  float: right
}
.like-share .sqs-simple-like {
  display: inline-block;
  margin-right: 0.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: 0.5em
}
.like-share .squarespace-social-buttons .ss-social-button-icon {
  float: none;
  display: inline-block;
  vertical-align: middle
}
.like-share.empty {
  display: none
}
body:not(.event-show-past-events) .eventlist.eventlist--past {
  display: none
}
.eventlist-event {
  position: relative;
  margin: 68px 0 0;
  padding: 0
}
.eventlist-event:first-of-type {
  margin: 0
}
.eventlist-column-thumbnail {
  display: block;
  float: left;
  width: 35%;
  height: 0;
  padding-bottom: 23.333333333333332%;
  text-decoration: none !important;
  background: rgba(110, 110, 110, 0.05)
}
.eventlist-column-thumbnail img {
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in 0.2s 0s ease-in-out;
  -moz-transition: opacity 0.3s ease-in 0.2s 0s ease-in-out;
  -o-transition: opacity 0.3s ease-in 0.2s 0s ease-in-out;
  transition: opacity 0.3s ease-in 0.2s 0s ease-in-out
}
.eventlist-column-thumbnail img:not(.loaded) {
  opacity: 0
}
body:not(.event-thumbnails) .eventlist-column-thumbnail {
  display: none
}
.event-disable-item-pages .eventlist-column-thumbnail {
  cursor: default;
  pointer-events: none
}
.event-thumbnail-size-11-square .eventlist-column-thumbnail {
  padding-bottom: 35%
}
.event-thumbnail-size-32-standard .eventlist-column-thumbnail {
  padding-bottom: 23.333333333333332%
}
.event-thumbnail-size-23-standard-vertical .eventlist-column-thumbnail {
  padding-bottom: 52.5%
}
.event-thumbnail-size-43-four-thirds .eventlist-column-thumbnail {
  padding-bottom: 26.25%
}
.event-thumbnail-size-169-widescreen .eventlist-column-thumbnail {
  padding-bottom: 19.6875%
}
.event-thumbnail-size-2401-anamorphic-widescreen .eventlist-column-thumbnail {
  padding-bottom: 14.583333333333334%
}
.eventlist-column-thumbnail:empty {
  height: auto;
  min-height: 100px;
  padding-bottom: 0 !important;
  background: transparent
}
.eventlist-column-date {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 35%;
  margin: 0;
  padding: 0;
  color: #333 !important;
  text-decoration: none !important
}
.event-disable-item-pages .eventlist-column-date {
  cursor: default;
  pointer-events: none
}
body:not(.event-date-label) .eventlist-column-date {
  display: none
}
body:not(.event-thumbnails) .eventlist-column-date {
  position: static;
  float: left;
  width: 70px
}
.eventlist-datetag {
  display: table;
  position: absolute;
  top: 10px;
  right: 10px;
  height: auto;
  min-height: 70px;
  width: 70px;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #333;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  box-sizing: border-box
}
body:not(.event-thumbnails) .eventlist-datetag {
  position: static;
  background: #e8ecec
}
.eventlist-event:not(.eventlist-event--hasimg) .eventlist-datetag {
  top: 0;
  background: #e8ecec
}
.eventlist-datetag-inner {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 6px;
  color: inherit;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0
}
.eventlist-datetag-startdate--month,
.eventlist-datetag-startdate--day,
.eventlist-datetag-time,
.eventlist-datetag-enddate {
  margin: 3px 0;
  line-height: 1em;
  text-transform: uppercase;
  white-space: nowrap
}
.eventlist-event--past .eventlist-datetag-startdate--month,
.eventlist-event--past .eventlist-datetag-startdate--day,
.eventlist-event--past .eventlist-datetag-time,
.eventlist-event--past .eventlist-datetag-enddate {
  opacity: .3
}
.eventlist-datetag-time,
.eventlist-datetag-enddate {
  border-top: 1px solid #ddd;
  margin: 6px 0 0;
  padding-top: 6px;
  font-size: 11px
}
.eventlist-datetag-startdate--month {
  font-size: 14px;
  margin-top: 6px
}
.eventlist-datetag-startdate--day {
  font-size: 26px
}
body:not(.event-date-label-time) .eventlist-datetag-time {
  display: none
}
.eventlist-datetag-enddate:before {
  content: "to "
}
.eventlist-datetag-status {
  display: none;
  position: absolute;
  top: 0;
  left: 35px;
  width: 1px;
  height: 70px;
  background: #000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
.eventlist-event--past .eventlist-datetag-status {
  display: block
}
.eventlist-event--past.eventlist-event--multiday .eventlist-datetag-status,
body.event-date-label-time .eventlist-event--past .eventlist-datetag-status {
  top: 0;
  height: 85px;
  -webkit-transform: rotate(38deg);
  -moz-transform: rotate(38deg);
  -ms-transform: rotate(38deg);
  transform: rotate(38deg)
}
.eventlist-column-info {
  float: left;
  width: 65%;
  padding: 0 0 0 34px;
  box-sizing: border-box
}
body:not(.event-thumbnails) .eventlist-column-info {
  width: calc(100% - 70px);
  width: -webkit-calc(100% - 70px);
  width: -moz-calc(100% - 70px)
}
body:not(.event-thumbnails):not(.event-date-label) .eventlist-column-info {
  width: 100%;
  padding-left: 0
}
.eventlist-cats {
  margin: 0 0 4.25px;
  padding: 0;
  font-size: 14px;
  line-height: 1.4em
}
.eventlist-cats a {
  color: inherit !important;
  text-decoration: none !important
}
body:not(.event-list-show-cats) .eventlist-cats {
  display: none
}
.eventlist-title {
  margin: 0 0 17px !important;
  padding: 0 !important;
  font-size: 28px !important;
  line-height: 1.2em !important
}
.eventlist-title .eventlist-title-link {
  margin: 0 !important;
  padding: 0 !important;
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  line-height: inherit !important
}
.eventlist-title .eventlist-title-link:empty:before {
  content: "Untitled Event"
}
.event-disable-item-pages .eventlist-title .eventlist-title-link {
  cursor: default;
  pointer-events: none
}
.eventlist-meta {
  list-style-type: none;
  margin: 0 0 17px;
  padding: 0
}
.eventlist-meta-item {
  margin: 0;
  padding: 0;
  text-align: left
}
.event-icons .eventlist-meta-item {
  position: relative;
  padding-left: 25.5px
}
.event-icons .eventlist-meta-item:before {
  opacity: .5;
  position: absolute;
  top: 3px;
  left: -2px
}
.event-icons .eventlist-meta-item.eventlist-meta-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-icons .eventlist-meta-item.eventlist-meta-date:before {
  font-size: 16px;
  width: 16px;
  height: 16px;
  line-height: 16px
}
.event-icons .eventlist-meta-item.eventlist-meta-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-icons .eventlist-meta-item.eventlist-meta-time:before {
  font-size: 16px;
  width: 16px;
  height: 16px;
  line-height: 16px
}
.event-icons .eventlist-meta-item.eventlist-meta-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-icons .eventlist-meta-item.eventlist-meta-address:before {
  font-size: 16px;
  width: 16px;
  height: 16px;
  line-height: 16px
}
body:not(.event-list-date) .eventlist-meta-date,
body:not(.event-list-time) .eventlist-meta-time,
body:not(.event-list-address) .eventlist-meta-address {
  display: none
}
.event-list-time .eventlist-event--multiday .eventlist-meta-date .event-date:after {
  content: ", "
}
.event-list-time .eventlist-event--multiday .eventlist-meta-time {
  display: inline-block
}
.eventlist-meta-address-line:after {
  content: ", "
}
.eventlist-meta-address-line:last-of-type:after {
  content: none
}
.eventlist-meta-address-maplink:before {
  content: "(map)"
}
body:not(.event-list-icalgcal-links) .eventlist-meta-export {
  display: none
}
.eventlist-meta-export-google:before {
  content: 'Google Calendar'
}
.eventlist-meta-export-divider {
  margin: 0 4px
}
.eventlist-meta-export-divider:before {
  content: "\00B7"
}
.eventlist-meta-export-ical:before {
  content: 'ICS'
}
body:not(.event-excerpts) .eventlist-description,
body:not(.event-excerpts) .eventlist-excerpt {
  display: none
}
.eventlist-excerpt {
  margin: 0 0 17px
}
.eventlist-button {
  margin: 5.666666666666667px 0 25.5px;
  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: uppercase;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
.eventlist-button:before {
  content: "View Event \2192"
}
body:not(.event-list-cta-button) .eventlist-button {
  display: none !important
}
body:not(.event-list-like-and-share-buttons) .eventlist-actions {
  display: none
}
.eventlist-actions .sqs-simple-like {
  line-height: inherit
}
.eventlist-actions .sqs-simple-like .like-count {
  margin-right: 1.2em
}
.eventlist-actions .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
}
.eventlist-actions .sqs-simple-like .like-count:before {
  font-size: 16px;
  width: 16px;
  height: 16px;
  line-height: 16px
}
.eventlist-actions .sqs-simple-like .like-count:before {
  margin-right: 0.2em;
  position: relative;
  top: 0.13em;
  font-size: 1.2em;
  width: auto;
  height: auto;
  line-height: inherit;
  text-align: left;
  vertical-align: initial
}
.eventlist-actions .sqs-simple-like .like-icon {
  display: none
}
.eventlist-actions .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
}
.eventlist-actions .ss-social-button:before {
  font-size: 16px;
  width: 16px;
  height: 16px;
  line-height: 16px
}
.eventlist-actions .ss-social-button:before {
  margin-right: 0.4em;
  font-size: 0.85em;
  width: auto;
  height: auto;
  line-height: inherit;
  text-align: left;
  vertical-align: initial
}
.eventlist-actions .ss-social-button div {
  display: inline-block
}
.eventlist-actions .ss-social-button-icon {
  display: none !important
}
.eventlist-filter {
  font-size: 18px;
  line-height: 1em;
  margin: 0 0 51px
}
.eventlist-filter:before {
  content: "Filtering by: "
}
.eventlist-past-upcoming-divider {
  display: none;
  height: 0;
  border: none;
  border-top: 1px solid rgba(230, 230, 230, 0.8);
  font-size: 68px;
  line-height: 68px
}
.eventlist--upcoming + .eventlist--past .eventlist-past-upcoming-divider {
  display: block
}
.event-datetime-divider:before {
  content: " \2013 "
}
.eventlist-empty:before {
  content: "There are no upcoming events at this time."
}
.eventitem-backlink {
  display: inline-block;
  margin: 0 0 51px;
  text-transform: uppercase
}
.eventitem-backlink:before {
  content: "\2190\0020 Back to All Events"
}
body:not(.event-item-back-link) .eventitem-backlink {
  display: none
}
.eventitem {
  position: relative
}
.eventitem-column-meta {
  float: left;
  width: 30%;
  box-sizing: border-box
}
.eventitem-title {
  margin: 0 0 34px !important;
  padding: 0 !important;
  font-size: 28px !important;
  line-height: 1.2em !important
}
.eventitem-title:empty:before {
  content: "Untitled Event"
}
.eventitem-meta {
  list-style-type: none;
  margin: 0 0 17px;
  padding: 0
}
.eventitem-meta-item {
  margin: 0;
  padding: 0;
  font-size: 0.9em;
  line-height: 1.6em
}
.eventitem--multiday .eventitem-meta-date .event-date:after {
  content: ", "
}
.eventitem--multiday .eventitem-meta-time {
  display: inline-block
}
.eventitem-meta-address-line:after {
  content: ", "
}
.eventitem-meta-address-line:last-of-type:after {
  content: none
}
.eventitem-meta-address-line.eventitem-meta-address-line--title {
  display: block
}
.eventitem-meta-address-line.eventitem-meta-address-line--title:after {
  content: none
}
.eventitem-meta-address-maplink:before {
  content: "(map)"
}
body:not(.event-icalgcal-links) .event-meta-addtocalendar-container {
  display: none
}
.eventitem-meta-export-google:before {
  content: "Google Calendar"
}
.eventitem-meta-export-divider {
  margin: 0 4px
}
.eventitem-meta-export-divider:before {
  content: "\00B7"
}
.eventitem-meta-export-ical:before {
  content: "ICS"
}
.eventitem-meta-cats:before {
  content: "Posted in "
}
.eventitem-meta-tags:before {
  content: "Tagged "
}
.event-meta-socialicon-container .sqs-simple-like {
  line-height: inherit
}
.event-meta-socialicon-container .sqs-simple-like .like-count {
  margin-right: 1.2em
}
.event-meta-socialicon-container .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
}
.event-meta-socialicon-container .sqs-simple-like .like-count:before {
  font-size: 16px;
  width: 16px;
  height: 16px;
  line-height: 16px
}
.event-meta-socialicon-container .sqs-simple-like .like-count:before {
  margin-right: 0.2em;
  position: relative;
  top: 0.13em;
  font-size: 1.2em;
  width: auto;
  height: auto;
  line-height: inherit;
  text-align: left;
  vertical-align: initial
}
.event-meta-socialicon-container .sqs-simple-like .like-icon {
  display: none
}
.event-meta-socialicon-container .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
}
.event-meta-socialicon-container .ss-social-button:before {
  font-size: 16px;
  width: 16px;
  height: 16px;
  line-height: 16px
}
.event-meta-socialicon-container .ss-social-button:before {
  margin-right: 0.4em;
  font-size: 0.85em;
  width: auto;
  height: auto;
  line-height: inherit;
  text-align: left;
  vertical-align: initial
}
.event-meta-socialicon-container .ss-social-button div {
  display: inline-block
}
.event-meta-socialicon-container .ss-social-button-icon {
  display: none !important
}
body:not(.event-like-and-share-buttons) .event-meta-socialicon-container {
  display: none
}
.eventitem-column-content {
  float: left;
  width: 70%;
  padding-left: 34px;
  box-sizing: border-box
}
.eventitem-content-footer {
  margin: 17px 0 0
}
.eventitem-content-footer .eventitem-sourceurl {
  margin: 0 0 8.5px
}
.eventitem-content-footer .eventitem-sourceurl:before {
  content: "Source: "
}
.eventitem-content-footer .eventitem-meta {
  margin: 0 0 8.5px
}
.eventitem-content-footer .eventitem-meta > * {
  font-size: inherit
}
.eventitem-pager {
  margin: 170px 0 0
}
.eventitem-pager-newer,
.eventitem-pager-older {
  float: left;
  display: inline-block;
  text-decoration: none;
  box-sizing: border-box
}
.eventitem-pager-older .eventitem-pager-date:before {
  content: "Earlier Event: "
}
.eventitem-pager-newer {
  float: right;
  text-align: right
}
.eventitem-pager-newer .eventitem-pager-date:before {
  content: "Later Event: "
}
.eventitem-pager-disabled {
  opacity: .4
}
.event-list-compact-view .eventlist-column-thumbnail,
.event-list-compact-view .eventlist-column-date,
.event-list-compact-view .eventlist-column-info {
  width: 100% !important
}
.event-list-compact-view .eventlist-column-thumbnail:empty {
  min-height: 0
}
.event-list-compact-view.event-thumbnail-size-11-square .eventlist-column-thumbnail {
  padding-bottom: 100%
}
.event-list-compact-view.event-thumbnail-size-32-standard .eventlist-column-thumbnail {
  padding-bottom: 66.666%
}
.event-list-compact-view.event-thumbnail-size-23-standard-vertical .eventlist-column-thumbnail {
  padding-bottom: 150%
}
.event-list-compact-view.event-thumbnail-size-43-four-thirds .eventlist-column-thumbnail {
  padding-bottom: 75%
}
.event-list-compact-view.event-thumbnail-size-169-widescreen .eventlist-column-thumbnail {
  padding-bottom: 56.25%
}
.event-list-compact-view.event-thumbnail-size-2401-anamorphic-widescreen .eventlist-column-thumbnail {
  padding-bottom: 41.666%
}
.event-list-compact-view .eventlist-datetag {
  left: 0;
  right: auto
}
.event-list-compact-view.event-thumbnails .eventlist-event--hasimg .eventlist-datetag {
  left: 10px
}
.event-list-compact-view.event-thumbnails .eventlist-event:not(.eventlist-event--hasimg) .eventlist-column-date {
  position: static;
  float: left;
  width: 70px
}
.event-list-compact-view.event-thumbnails .eventlist-event:not(.eventlist-event--hasimg) .eventlist-column-date .eventlist-datetag {
  position: static
}
.event-list-compact-view .eventlist-column-info {
  margin: 25.5px 0 0;
  padding: 0
}
.event-list-compact-viewbody:not(.event-thumbnails) .eventlist-column-info {
  margin-top: 0
}
.event-list-compact-view .eventitem-title {
  margin-bottom: 17px !important
}
.event-list-compact-view .eventitem-column-meta {
  margin-bottom: 34px
}
.event-list-compact-view .eventitem-column-meta,
.event-list-compact-view .eventitem-column-content {
  float: none;
  width: auto;
  padding: 0
}
.event-item-compact-view .eventitem-title {
  margin-bottom: 17px !important
}
.event-item-compact-view .eventitem-column-meta {
  margin-bottom: 34px
}
.event-item-compact-view .eventitem-column-meta,
.event-item-compact-view .eventitem-column-content {
  float: none;
  width: auto;
  padding: 0
}
@media only screen and (max-width: 639px) {
  .eventlist-column-thumbnail,
  .eventlist-column-date,
  .eventlist-column-info {
    width: 100% !important
  }
  .eventlist-column-thumbnail:empty {
    min-height: 0
  }
  .event-thumbnail-size-11-square .eventlist-column-thumbnail {
    padding-bottom: 100%
  }
  .event-thumbnail-size-32-standard .eventlist-column-thumbnail {
    padding-bottom: 66.666%
  }
  .event-thumbnail-size-23-standard-vertical .eventlist-column-thumbnail {
    padding-bottom: 150%
  }
  .event-thumbnail-size-43-four-thirds .eventlist-column-thumbnail {
    padding-bottom: 75%
  }
  .event-thumbnail-size-169-widescreen .eventlist-column-thumbnail {
    padding-bottom: 56.25%
  }
  .event-thumbnail-size-2401-anamorphic-widescreen .eventlist-column-thumbnail {
    padding-bottom: 41.666%
  }
  .eventlist-datetag {
    left: 0;
    right: auto
  }
  .event-thumbnails .eventlist-event--hasimg .eventlist-datetag {
    left: 10px
  }
  .event-thumbnails .eventlist-event:not(.eventlist-event--hasimg) .eventlist-column-date {
    position: static;
    float: left;
    width: 70px
  }
  .event-thumbnails .eventlist-event:not(.eventlist-event--hasimg) .eventlist-column-date .eventlist-datetag {
    position: static
  }
  .eventlist-column-info {
    margin: 25.5px 0 0;
    padding: 0
  }
  body:not(.event-thumbnails) .eventlist-column-info {
    margin-top: 0
  }
  .eventitem-title {
    margin-bottom: 17px !important
  }
  .eventitem-column-meta {
    margin-bottom: 34px
  }
  .eventitem-column-meta,
  .eventitem-column-content {
    float: none;
    width: auto;
    padding: 0
  }
  .eventitem-title {
    margin-bottom: 17px !important
  }
  .eventitem-column-meta {
    margin-bottom: 34px
  }
  .eventitem-column-meta,
  .eventitem-column-content {
    float: none;
    width: auto;
    padding: 0
  }
}
.event-time-24hr {
  display: none
}
.event-time-format .event-time-12hr {
  display: none
}
.event-time-format .event-time-24hr {
  display: inline
}
.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: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-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: 0.25s all linear;
  transition: 0.25s all linear;
  -webkit-transition: 0.25s all linear 0.2s 0s ease-in-out;
  -moz-transition: 0.25s all linear 0.2s 0s ease-in-out;
  -o-transition: 0.25s all linear 0.2s 0s ease-in-out;
  transition: 0.25s all linear 0.2s 0s ease-in-out;
  -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: 0;
  height: 0;
  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: 0;
  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, 0.7);
  opacity: .9
}
.sqs-audio-playlist.has-album-cover:hover .button {
  background: rgba(0, 0, 0, 0.9)
}
.sqs-audio-playlist.has-album-cover.playing .album-controls .button {
  margin: -15px;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(0.4, 0.4);
  -ms-transform: scale(0.4, 0.4);
  transform: scale(0.4, 0.4)
}
.sqs-audio-playlist.has-album-cover.playing .album-controls .button .icon {
  border-width: 0;
  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: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, 0.5)
}
.sqs-audio-playlist .track-progress-bar .bar {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.5)
}
.sqs-audio-playlist .track-progress-bar .bar.bg {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1)
}
.sqs-audio-playlist .track-progress-bar .bar.load-bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05)
}
.sqs-audio-playlist .track-progress-bar .bar.play-bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8)
}
.sqs-audio-playlist .track-meta .track-time {
  color: #000;
  color: rgba(0, 0, 0, 0.5)
}
.sqs-audio-playlist .track-meta .actions {
  color: #000;
  color: rgba(0, 0, 0, 0.2)
}
.sqs-audio-playlist .track-meta .actions a {
  color: #000;
  color: rgba(0, 0, 0, 0.5)
}
.sqs-audio-playlist .track-meta .actions a:hover {
  color: #000;
  color: rgba(0, 0, 0, 0.8)
}
.sqs-audio-playlist .track-info .title a {
  color: #000;
  color: rgba(0, 0, 0, 0.85)
}
.sqs-audio-playlist .track-info .artist {
  color: #000;
  color: rgba(0, 0, 0, 0.5)
}
.hide-album-share-link .sqs-audio-playlist .squarespace-social-buttons {
  display: none
}
.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;
  line-height: 1px
}
.sqs-gallery-block-stacked .image-wrapper img {
  width: 100%
}
.sqs-gallery-block-stacked .meta {
  display: none;
  max-width: 28em
}
.sqs-gallery-block-stacked.sqs-gallery-block-show-meta .meta {
  display: block
}
.sqs-gallery-block-stacked .meta-inside {
  margin-bottom: 28px;
  margin-top: 14px
}
.sqs-gallery-block-stacked .meta-title {
  margin-bottom: 0.3em
}
.sqs-gallery-block-stacked .meta-description {
  font-size: 0.9em;
  line-height: 1.5em
}
.sqs-gallery-block-stacked .meta-description p {
  margin-bottom: 0;
  margin-top: 0
}
.sqs-gallery-block-slideshow {
  position: relative;
  background-color: rgba(175, 175, 175, 0.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, 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: 0.3em
}
.sqs-gallery-block-slideshow .meta .meta-description,
.sqs-gallery-block-slideshow .meta .meta-description p {
  color: #ddd;
  color: rgba(255, 255, 255, 0.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;
  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: 0.9em
}
.sqs-gallery-block-slideshow.sqs-gallery-block-show-meta .mobile-view .slide.loaded .meta .meta-description {
  font-size: 0.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: 0
}
.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: 0
}
.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, 0.3) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(30, 30, 30, 0.3)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(30, 30, 30, 0.3) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(30, 30, 30, 0.3) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(30, 30, 30, 0.3) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(30, 30, 30, 0.3) 100%)
}
.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.sqs-gallery-aspect-ratio-square .slide .margin-wrapper a.image-slide-anchor,
.sqs-gallery-block-grid.sqs-gallery-aspect-ratio-square .slide .margin-wrapper .content-wrapper,
.sqs-gallery-block-grid.sqs-gallery-aspect-ratio-square .slide .margin-wrapper .content-wrapper.content-fill .sqs-video-wrapper {
  padding-bottom: 100%
}
.sqs-gallery-block-grid.sqs-gallery-aspect-ratio-standard .slide .margin-wrapper a.image-slide-anchor,
.sqs-gallery-block-grid.sqs-gallery-aspect-ratio-standard .slide .margin-wrapper .content-wrapper,
.sqs-gallery-block-grid.sqs-gallery-aspect-ratio-standard .slide .margin-wrapper .content-wrapper.content-fill .sqs-video-wrapper {
  padding-bottom: 66.666%
}
.sqs-gallery-block-grid.sqs-gallery-aspect-ratio-standard-vertical .slide .margin-wrapper a.image-slide-anchor,
.sqs-gallery-block-grid.sqs-gallery-aspect-ratio-standard-vertical .slide .margin-wrapper .content-wrapper,
.sqs-gallery-block-grid.sqs-gallery-aspect-ratio-standard-vertical .slide .margin-wrapper .content-wrapper.content-fill .sqs-video-wrapper {
  padding-bottom: 150%
}
.sqs-gallery-block-grid.sqs-gallery-aspect-ratio-four-three .slide .margin-wrapper a.image-slide-anchor,
.sqs-gallery-block-grid.sqs-gallery-aspect-ratio-four-three .slide .margin-wrapper .content-wrapper,
.sqs-gallery-block-grid.sqs-gallery-aspect-ratio-four-three .slide .margin-wrapper .content-wrapper.content-fill .sqs-video-wrapper {
  padding-bottom: 75%
}
.sqs-gallery-block-grid.sqs-gallery-aspect-ratio-three-four-vertical .slide .margin-wrapper a.image-slide-anchor,
.sqs-gallery-block-grid.sqs-gallery-aspect-ratio-three-four-vertical .slide .margin-wrapper .content-wrapper,
.sqs-gallery-block-grid.sqs-gallery-aspect-ratio-three-four-vertical .slide .margin-wrapper .content-wrapper.content-fill .sqs-video-wrapper {
  padding-bottom: 133.333%
}
.sqs-gallery-block-grid.sqs-gallery-aspect-ratio-widescreen .slide .margin-wrapper a.image-slide-anchor,
.sqs-gallery-block-grid.sqs-gallery-aspect-ratio-widescreen .slide .margin-wrapper .content-wrapper,
.sqs-gallery-block-grid.sqs-gallery-aspect-ratio-widescreen .slide .margin-wrapper .content-wrapper.content-fill .sqs-video-wrapper {
  padding-bottom: 56.25%
}
.sqs-gallery-block-grid.sqs-gallery-aspect-ratio-anamorphic-widescreen .slide .margin-wrapper a.image-slide-anchor,
.sqs-gallery-block-grid.sqs-gallery-aspect-ratio-anamorphic-widescreen .slide .margin-wrapper .content-wrapper,
.sqs-gallery-block-grid.sqs-gallery-aspect-ratio-anamorphic-widescreen .slide .margin-wrapper .content-wrapper.content-fill .sqs-video-wrapper {
  padding-bottom: 41.666%
}
.sqs-gallery-block-grid .slide {
  float: left;
  width: 25%
}
.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('//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('//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
}
@media only screen and (max-width: 480px) {
  .sqs-gallery-block-slideshow .meta {
    display: none !important
  }
}
@media only screen and (device-width: 768px) {
  .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
}
.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
}
.summary-block .summary-excerpt {
  margin: 0.75em 0
}
.summary-block .summary-excerpt p {
  font-size: 0.9em
}
.summary-block .timestamp {
  display: block;
  font-size: 0.8em;
  text-transform: uppercase
}
.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
}
.sqs-block-collectionlink .collectionlink-description,
.link-block .collectionlink-description {
  margin: 0.75em 0
}
.sqs-block-collectionlink .collectionlink-description p,
.link-block .collectionlink-description p {
  font-size: 0.9em
}
.sqs-block-collectionlink .collection-more-link,
.link-block .collection-more-link {
  display: none;
  margin-left: 3px
}
.sqs-svg-icon--wrapper {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  display: inline-block;
  width: 32px;
  height: 32px;
  text-decoration: none;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  transform: translatez(0)
}
.sqs-svg-icon--wrapper > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.sqs-svg-icon--wrapper svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.sqs-svg-icon--wrapper {
  border-color: transparent
}
.social-icons-size-extra-small.social-icons-style-regular .sqs-svg-icon--wrapper {
  width: 16px;
  height: 16px;
  margin: 0 5px
}
.social-icons-size-small.social-icons-style-regular .sqs-svg-icon--wrapper {
  width: 20px;
  height: 20px;
  margin: 0 6px
}
.social-icons-size-medium.social-icons-style-regular .sqs-svg-icon--wrapper {
  width: 24px;
  height: 24px;
  margin: 0 7px
}
.social-icons-size-large.social-icons-style-regular .sqs-svg-icon--wrapper {
  width: 28px;
  height: 28px;
  margin: 0 8px
}
.social-icons-size-extra-large.social-icons-style-regular .sqs-svg-icon--wrapper {
  width: 32px;
  height: 32px;
  margin: 0 9px
}
.social-icons-size-extra-small.social-icons-style-border .sqs-svg-icon--wrapper,
.social-icons-size-extra-small.social-icons-style-knockout .sqs-svg-icon--wrapper,
.social-icons-size-extra-small.social-icons-style-solid .sqs-svg-icon--wrapper {
  width: 24px;
  height: 24px;
  margin: 0 3px
}
.social-icons-size-small.social-icons-style-border .sqs-svg-icon--wrapper,
.social-icons-size-small.social-icons-style-knockout .sqs-svg-icon--wrapper,
.social-icons-size-small.social-icons-style-solid .sqs-svg-icon--wrapper {
  width: 28px;
  height: 28px;
  margin: 0 4px
}
.social-icons-size-medium.social-icons-style-border .sqs-svg-icon--wrapper,
.social-icons-size-medium.social-icons-style-knockout .sqs-svg-icon--wrapper,
.social-icons-size-medium.social-icons-style-solid .sqs-svg-icon--wrapper {
  width: 32px;
  height: 32px;
  margin: 0 4px
}
.social-icons-size-large.social-icons-style-border .sqs-svg-icon--wrapper,
.social-icons-size-large.social-icons-style-knockout .sqs-svg-icon--wrapper,
.social-icons-size-large.social-icons-style-solid .sqs-svg-icon--wrapper {
  width: 36px;
  height: 36px;
  margin: 0 5px
}
.social-icons-size-extra-large.social-icons-style-border .sqs-svg-icon--wrapper,
.social-icons-size-extra-large.social-icons-style-knockout .sqs-svg-icon--wrapper,
.social-icons-size-extra-large.social-icons-style-solid .sqs-svg-icon--wrapper {
  width: 48px;
  height: 48px;
  margin: 0 6px
}
.social-icons-shape-square .sqs-svg-icon--wrapper {
  border-radius: 0
}
.social-icons-style-border.social-icons-shape-circle .sqs-svg-icon--wrapper,
.social-icons-style-solid.social-icons-shape-circle .sqs-svg-icon--wrapper,
.social-icons-style-knockout.social-icons-shape-circle .sqs-svg-icon--wrapper {
  border-radius: 50%
}
.social-icons-style-border.social-icons-shape-rounded .sqs-svg-icon--wrapper,
.social-icons-style-solid.social-icons-shape-rounded .sqs-svg-icon--wrapper,
.social-icons-style-knockout.social-icons-shape-rounded .sqs-svg-icon--wrapper {
  border-radius: 15%
}
.social-icons-style-border .sqs-svg-icon--wrapper {
  border: 2px solid;
  box-sizing: border-box
}
.social-icons-style-regular .sqs-svg-icon--wrapper > div {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2)
}
.sqs-svg-icon--wrapper:first-of-type {
  margin-left: 0 !important
}
.sqs-svg-icon--wrapper:last-of-type {
  margin-right: 0 !important
}
.social-icons-color-standard.social-icons-style-regular .fivehundredpix .sqs-use--icon {
  fill: #00aeef
}
.social-icons-color-standard.social-icons-style-regular .fivehundredpix .sqs-use--background,
.social-icons-color-standard.social-icons-style-regular .fivehundredpix .sqs-use--mask {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-regular .sqs-svg-icon--list:hover .fivehundredpix .sqs-use--icon,
.social-icons-color-standard.social-icons-style-regular.sqs-svg-icon--list:hover .fivehundredpix .sqs-use--icon {
  fill: rgba(0, 174, 239, 0.4)
}
.social-icons-color-standard.social-icons-style-regular .sqs-svg-icon--list:hover .fivehundredpix:hover .sqs-use--icon,
.social-icons-color-standard.social-icons-style-regular.sqs-svg-icon--list:hover .fivehundredpix:hover .sqs-use--icon {
  fill: #00aeef
}
.social-icons-color-standard.social-icons-style-border .fivehundredpix {
  border-color: #00aeef
}
.social-icons-color-standard.social-icons-style-border .fivehundredpix .sqs-use--background {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-border .fivehundredpix .sqs-use--icon {
  fill: #00aeef
}
.social-icons-color-standard.social-icons-style-border .fivehundredpix .sqs-use--mask {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-border .fivehundredpix:hover {
  background-color: #00aeef
}
.social-icons-color-standard.social-icons-style-border .fivehundredpix:hover .sqs-use--icon {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-knockout .fivehundredpix .sqs-use--background {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-knockout .fivehundredpix .sqs-use--icon {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-knockout .fivehundredpix .sqs-use--mask {
  fill: #00aeef
}
.social-icons-color-standard.social-icons-style-knockout .sqs-svg-icon--list:hover .fivehundredpix .sqs-use--mask,
.social-icons-color-standard.social-icons-style-knockout.sqs-svg-icon--list:hover .fivehundredpix .sqs-use--mask {
  fill: rgba(0, 174, 239, 0.4)
}
.social-icons-color-standard.social-icons-style-knockout .sqs-svg-icon--list:hover .fivehundredpix:hover .sqs-use--mask,
.social-icons-color-standard.social-icons-style-knockout.sqs-svg-icon--list:hover .fivehundredpix:hover .sqs-use--mask {
  fill: #00aeef
}
.social-icons-color-standard.social-icons-style-solid .fivehundredpix .sqs-use--mask {
  fill: #00aeef
}
.social-icons-color-standard.social-icons-style-solid .fivehundredpix .sqs-use--icon {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-solid .fivehundredpix .sqs-use--background {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .fivehundredpix .sqs-use--mask,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .fivehundredpix .sqs-use--mask {
  fill: rgba(0, 174, 239, 0.4)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .fivehundredpix .sqs-use--icon,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .fivehundredpix .sqs-use--icon {
  fill: rgba(255, 255, 255, 0.4)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .fivehundredpix .sqs-use--background,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .fivehundredpix .sqs-use--background {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .fivehundredpix:hover .sqs-use--mask,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .fivehundredpix:hover .sqs-use--mask {
  fill: #00aeef
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .fivehundredpix:hover .sqs-use--icon,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .fivehundredpix:hover .sqs-use--icon {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .fivehundredpix:hover .sqs-use--background,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .fivehundredpix:hover .sqs-use--background {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-regular .bandsintown .sqs-use--icon {
  fill: #00b4b3
}
.social-icons-color-standard.social-icons-style-regular .bandsintown .sqs-use--background,
.social-icons-color-standard.social-icons-style-regular .bandsintown .sqs-use--mask {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-regular .sqs-svg-icon--list:hover .bandsintown .sqs-use--icon,
.social-icons-color-standard.social-icons-style-regular.sqs-svg-icon--list:hover .bandsintown .sqs-use--icon {
  fill: rgba(0, 180, 179, 0.4)
}
.social-icons-color-standard.social-icons-style-regular .sqs-svg-icon--list:hover .bandsintown:hover .sqs-use--icon,
.social-icons-color-standard.social-icons-style-regular.sqs-svg-icon--list:hover .bandsintown:hover .sqs-use--icon {
  fill: #00b4b3
}
.social-icons-color-standard.social-icons-style-border .bandsintown {
  border-color: #00b4b3
}
.social-icons-color-standard.social-icons-style-border .bandsintown .sqs-use--background {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-border .bandsintown .sqs-use--icon {
  fill: #00b4b3
}
.social-icons-color-standard.social-icons-style-border .bandsintown .sqs-use--mask {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-border .bandsintown:hover {
  background-color: #00b4b3
}
.social-icons-color-standard.social-icons-style-border .bandsintown:hover .sqs-use--icon {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-knockout .bandsintown .sqs-use--background {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-knockout .bandsintown .sqs-use--icon {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-knockout .bandsintown .sqs-use--mask {
  fill: #00b4b3
}
.social-icons-color-standard.social-icons-style-knockout .sqs-svg-icon--list:hover .bandsintown .sqs-use--mask,
.social-icons-color-standard.social-icons-style-knockout.sqs-svg-icon--list:hover .bandsintown .sqs-use--mask {
  fill: rgba(0, 180, 179, 0.4)
}
.social-icons-color-standard.social-icons-style-knockout .sqs-svg-icon--list:hover .bandsintown:hover .sqs-use--mask,
.social-icons-color-standard.social-icons-style-knockout.sqs-svg-icon--list:hover .bandsintown:hover .sqs-use--mask {
  fill: #00b4b3
}
.social-icons-color-standard.social-icons-style-solid .bandsintown .sqs-use--mask {
  fill: #00b4b3
}
.social-icons-color-standard.social-icons-style-solid .bandsintown .sqs-use--icon {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-solid .bandsintown .sqs-use--background {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .bandsintown .sqs-use--mask,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .bandsintown .sqs-use--mask {
  fill: rgba(0, 180, 179, 0.4)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .bandsintown .sqs-use--icon,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .bandsintown .sqs-use--icon {
  fill: rgba(255, 255, 255, 0.4)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .bandsintown .sqs-use--background,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .bandsintown .sqs-use--background {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .bandsintown:hover .sqs-use--mask,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .bandsintown:hover .sqs-use--mask {
  fill: #00b4b3
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .bandsintown:hover .sqs-use--icon,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .bandsintown:hover .sqs-use--icon {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .bandsintown:hover .sqs-use--background,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .bandsintown:hover .sqs-use--background {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-regular .behance .sqs-use--icon {
  fill: #1769ff
}
.social-icons-color-standard.social-icons-style-regular .behance .sqs-use--background,
.social-icons-color-standard.social-icons-style-regular .behance .sqs-use--mask {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-regular .sqs-svg-icon--list:hover .behance .sqs-use--icon,
.social-icons-color-standard.social-icons-style-regular.sqs-svg-icon--list:hover .behance .sqs-use--icon {
  fill: rgba(23, 105, 255, 0.4)
}
.social-icons-color-standard.social-icons-style-regular .sqs-svg-icon--list:hover .behance:hover .sqs-use--icon,
.social-icons-color-standard.social-icons-style-regular.sqs-svg-icon--list:hover .behance:hover .sqs-use--icon {
  fill: #1769ff
}
.social-icons-color-standard.social-icons-style-border .behance {
  border-color: #1769ff
}
.social-icons-color-standard.social-icons-style-border .behance .sqs-use--background {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-border .behance .sqs-use--icon {
  fill: #1769ff
}
.social-icons-color-standard.social-icons-style-border .behance .sqs-use--mask {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-border .behance:hover {
  background-color: #1769ff
}
.social-icons-color-standard.social-icons-style-border .behance:hover .sqs-use--icon {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-knockout .behance .sqs-use--background {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-knockout .behance .sqs-use--icon {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-knockout .behance .sqs-use--mask {
  fill: #1769ff
}
.social-icons-color-standard.social-icons-style-knockout .sqs-svg-icon--list:hover .behance .sqs-use--mask,
.social-icons-color-standard.social-icons-style-knockout.sqs-svg-icon--list:hover .behance .sqs-use--mask {
  fill: rgba(23, 105, 255, 0.4)
}
.social-icons-color-standard.social-icons-style-knockout .sqs-svg-icon--list:hover .behance:hover .sqs-use--mask,
.social-icons-color-standard.social-icons-style-knockout.sqs-svg-icon--list:hover .behance:hover .sqs-use--mask {
  fill: #1769ff
}
.social-icons-color-standard.social-icons-style-solid .behance .sqs-use--mask {
  fill: #1769ff
}
.social-icons-color-standard.social-icons-style-solid .behance .sqs-use--icon {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-solid .behance .sqs-use--background {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .behance .sqs-use--mask,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .behance .sqs-use--mask {
  fill: rgba(23, 105, 255, 0.4)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .behance .sqs-use--icon,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .behance .sqs-use--icon {
  fill: rgba(255, 255, 255, 0.4)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .behance .sqs-use--background,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .behance .sqs-use--background {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .behance:hover .sqs-use--mask,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .behance:hover .sqs-use--mask {
  fill: #1769ff
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .behance:hover .sqs-use--icon,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .behance:hover .sqs-use--icon {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .behance:hover .sqs-use--background,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .behance:hover .sqs-use--background {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-regular .codepen .sqs-use--icon {
  fill: #222
}
.social-icons-color-standard.social-icons-style-regular .codepen .sqs-use--background,
.social-icons-color-standard.social-icons-style-regular .codepen .sqs-use--mask {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-regular .sqs-svg-icon--list:hover .codepen .sqs-use--icon,
.social-icons-color-standard.social-icons-style-regular.sqs-svg-icon--list:hover .codepen .sqs-use--icon {
  fill: rgba(34, 34, 34, 0.4)
}
.social-icons-color-standard.social-icons-style-regular .sqs-svg-icon--list:hover .codepen:hover .sqs-use--icon,
.social-icons-color-standard.social-icons-style-regular.sqs-svg-icon--list:hover .codepen:hover .sqs-use--icon {
  fill: #222
}
.social-icons-color-standard.social-icons-style-border .codepen {
  border-color: #222
}
.social-icons-color-standard.social-icons-style-border .codepen .sqs-use--background {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-border .codepen .sqs-use--icon {
  fill: #222
}
.social-icons-color-standard.social-icons-style-border .codepen .sqs-use--mask {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-border .codepen:hover {
  background-color: #222
}
.social-icons-color-standard.social-icons-style-border .codepen:hover .sqs-use--icon {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-knockout .codepen .sqs-use--background {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-knockout .codepen .sqs-use--icon {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-knockout .codepen .sqs-use--mask {
  fill: #222
}
.social-icons-color-standard.social-icons-style-knockout .sqs-svg-icon--list:hover .codepen .sqs-use--mask,
.social-icons-color-standard.social-icons-style-knockout.sqs-svg-icon--list:hover .codepen .sqs-use--mask {
  fill: rgba(34, 34, 34, 0.4)
}
.social-icons-color-standard.social-icons-style-knockout .sqs-svg-icon--list:hover .codepen:hover .sqs-use--mask,
.social-icons-color-standard.social-icons-style-knockout.sqs-svg-icon--list:hover .codepen:hover .sqs-use--mask {
  fill: #222
}
.social-icons-color-standard.social-icons-style-solid .codepen .sqs-use--mask {
  fill: #222
}
.social-icons-color-standard.social-icons-style-solid .codepen .sqs-use--icon {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-solid .codepen .sqs-use--background {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .codepen .sqs-use--mask,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .codepen .sqs-use--mask {
  fill: rgba(34, 34, 34, 0.4)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .codepen .sqs-use--icon,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .codepen .sqs-use--icon {
  fill: rgba(255, 255, 255, 0.4)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .codepen .sqs-use--background,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .codepen .sqs-use--background {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .codepen:hover .sqs-use--mask,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .codepen:hover .sqs-use--mask {
  fill: #222
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .codepen:hover .sqs-use--icon,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .codepen:hover .sqs-use--icon {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .codepen:hover .sqs-use--background,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .codepen:hover .sqs-use--background {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-regular .dribbble .sqs-use--icon {
  fill: #ea4c89
}
.social-icons-color-standard.social-icons-style-regular .dribbble .sqs-use--background,
.social-icons-color-standard.social-icons-style-regular .dribbble .sqs-use--mask {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-regular .sqs-svg-icon--list:hover .dribbble .sqs-use--icon,
.social-icons-color-standard.social-icons-style-regular.sqs-svg-icon--list:hover .dribbble .sqs-use--icon {
  fill: rgba(234, 76, 137, 0.4)
}
.social-icons-color-standard.social-icons-style-regular .sqs-svg-icon--list:hover .dribbble:hover .sqs-use--icon,
.social-icons-color-standard.social-icons-style-regular.sqs-svg-icon--list:hover .dribbble:hover .sqs-use--icon {
  fill: #ea4c89
}
.social-icons-color-standard.social-icons-style-border .dribbble {
  border-color: #ea4c89
}
.social-icons-color-standard.social-icons-style-border .dribbble .sqs-use--background {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-border .dribbble .sqs-use--icon {
  fill: #ea4c89
}
.social-icons-color-standard.social-icons-style-border .dribbble .sqs-use--mask {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-border .dribbble:hover {
  background-color: #ea4c89
}
.social-icons-color-standard.social-icons-style-border .dribbble:hover .sqs-use--icon {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-knockout .dribbble .sqs-use--background {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-knockout .dribbble .sqs-use--icon {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-knockout .dribbble .sqs-use--mask {
  fill: #ea4c89
}
.social-icons-color-standard.social-icons-style-knockout .sqs-svg-icon--list:hover .dribbble .sqs-use--mask,
.social-icons-color-standard.social-icons-style-knockout.sqs-svg-icon--list:hover .dribbble .sqs-use--mask {
  fill: rgba(234, 76, 137, 0.4)
}
.social-icons-color-standard.social-icons-style-knockout .sqs-svg-icon--list:hover .dribbble:hover .sqs-use--mask,
.social-icons-color-standard.social-icons-style-knockout.sqs-svg-icon--list:hover .dribbble:hover .sqs-use--mask {
  fill: #ea4c89
}
.social-icons-color-standard.social-icons-style-solid .dribbble .sqs-use--mask {
  fill: #ea4c89
}
.social-icons-color-standard.social-icons-style-solid .dribbble .sqs-use--icon {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-solid .dribbble .sqs-use--background {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .dribbble .sqs-use--mask,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .dribbble .sqs-use--mask {
  fill: rgba(234, 76, 137, 0.4)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .dribbble .sqs-use--icon,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .dribbble .sqs-use--icon {
  fill: rgba(255, 255, 255, 0.4)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .dribbble .sqs-use--background,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .dribbble .sqs-use--background {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .dribbble:hover .sqs-use--mask,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .dribbble:hover .sqs-use--mask {
  fill: #ea4c89
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .dribbble:hover .sqs-use--icon,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .dribbble:hover .sqs-use--icon {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .dribbble:hover .sqs-use--background,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .dribbble:hover .sqs-use--background {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-regular .dropbox .sqs-use--icon {
  fill: #007ee5
}
.social-icons-color-standard.social-icons-style-regular .dropbox .sqs-use--background,
.social-icons-color-standard.social-icons-style-regular .dropbox .sqs-use--mask {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-regular .sqs-svg-icon--list:hover .dropbox .sqs-use--icon,
.social-icons-color-standard.social-icons-style-regular.sqs-svg-icon--list:hover .dropbox .sqs-use--icon {
  fill: rgba(0, 126, 229, 0.4)
}
.social-icons-color-standard.social-icons-style-regular .sqs-svg-icon--list:hover .dropbox:hover .sqs-use--icon,
.social-icons-color-standard.social-icons-style-regular.sqs-svg-icon--list:hover .dropbox:hover .sqs-use--icon {
  fill: #007ee5
}
.social-icons-color-standard.social-icons-style-border .dropbox {
  border-color: #007ee5
}
.social-icons-color-standard.social-icons-style-border .dropbox .sqs-use--background {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-border .dropbox .sqs-use--icon {
  fill: #007ee5
}
.social-icons-color-standard.social-icons-style-border .dropbox .sqs-use--mask {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-border .dropbox:hover {
  background-color: #007ee5
}
.social-icons-color-standard.social-icons-style-border .dropbox:hover .sqs-use--icon {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-knockout .dropbox .sqs-use--background {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-knockout .dropbox .sqs-use--icon {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-knockout .dropbox .sqs-use--mask {
  fill: #007ee5
}
.social-icons-color-standard.social-icons-style-knockout .sqs-svg-icon--list:hover .dropbox .sqs-use--mask,
.social-icons-color-standard.social-icons-style-knockout.sqs-svg-icon--list:hover .dropbox .sqs-use--mask {
  fill: rgba(0, 126, 229, 0.4)
}
.social-icons-color-standard.social-icons-style-knockout .sqs-svg-icon--list:hover .dropbox:hover .sqs-use--mask,
.social-icons-color-standard.social-icons-style-knockout.sqs-svg-icon--list:hover .dropbox:hover .sqs-use--mask {
  fill: #007ee5
}
.social-icons-color-standard.social-icons-style-solid .dropbox .sqs-use--mask {
  fill: #007ee5
}
.social-icons-color-standard.social-icons-style-solid .dropbox .sqs-use--icon {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-solid .dropbox .sqs-use--background {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .dropbox .sqs-use--mask,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .dropbox .sqs-use--mask {
  fill: rgba(0, 126, 229, 0.4)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .dropbox .sqs-use--icon,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .dropbox .sqs-use--icon {
  fill: rgba(255, 255, 255, 0.4)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .dropbox .sqs-use--background,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .dropbox .sqs-use--background {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .dropbox:hover .sqs-use--mask,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .dropbox:hover .sqs-use--mask {
  fill: #007ee5
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .dropbox:hover .sqs-use--icon,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .dropbox:hover .sqs-use--icon {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .dropbox:hover .sqs-use--background,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .dropbox:hover .sqs-use--background {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-regular .email .sqs-use--icon {
  fill: #222
}
.social-icons-color-standard.social-icons-style-regular .email .sqs-use--background,
.social-icons-color-standard.social-icons-style-regular .email .sqs-use--mask {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-regular .sqs-svg-icon--list:hover .email .sqs-use--icon,
.social-icons-color-standard.social-icons-style-regular.sqs-svg-icon--list:hover .email .sqs-use--icon {
  fill: rgba(34, 34, 34, 0.4)
}
.social-icons-color-standard.social-icons-style-regular .sqs-svg-icon--list:hover .email:hover .sqs-use--icon,
.social-icons-color-standard.social-icons-style-regular.sqs-svg-icon--list:hover .email:hover .sqs-use--icon {
  fill: #222
}
.social-icons-color-standard.social-icons-style-border .email {
  border-color: #222
}
.social-icons-color-standard.social-icons-style-border .email .sqs-use--background {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-border .email .sqs-use--icon {
  fill: #222
}
.social-icons-color-standard.social-icons-style-border .email .sqs-use--mask {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-border .email:hover {
  background-color: #222
}
.social-icons-color-standard.social-icons-style-border .email:hover .sqs-use--icon {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-knockout .email .sqs-use--background {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-knockout .email .sqs-use--icon {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-knockout .email .sqs-use--mask {
  fill: #222
}
.social-icons-color-standard.social-icons-style-knockout .sqs-svg-icon--list:hover .email .sqs-use--mask,
.social-icons-color-standard.social-icons-style-knockout.sqs-svg-icon--list:hover .email .sqs-use--mask {
  fill: rgba(34, 34, 34, 0.4)
}
.social-icons-color-standard.social-icons-style-knockout .sqs-svg-icon--list:hover .email:hover .sqs-use--mask,
.social-icons-color-standard.social-icons-style-knockout.sqs-svg-icon--list:hover .email:hover .sqs-use--mask {
  fill: #222
}
.social-icons-color-standard.social-icons-style-solid .email .sqs-use--mask {
  fill: #222
}
.social-icons-color-standard.social-icons-style-solid .email .sqs-use--icon {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-solid .email .sqs-use--background {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .email .sqs-use--mask,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .email .sqs-use--mask {
  fill: rgba(34, 34, 34, 0.4)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .email .sqs-use--icon,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .email .sqs-use--icon {
  fill: rgba(255, 255, 255, 0.4)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .email .sqs-use--background,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .email .sqs-use--background {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .email:hover .sqs-use--mask,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .email:hover .sqs-use--mask {
  fill: #222
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .email:hover .sqs-use--icon,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .email:hover .sqs-use--icon {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .email:hover .sqs-use--background,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .email:hover .sqs-use--background {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-regular .facebook .sqs-use--icon {
  fill: #3b5998
}
.social-icons-color-standard.social-icons-style-regular .facebook .sqs-use--background,
.social-icons-color-standard.social-icons-style-regular .facebook .sqs-use--mask {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-regular .sqs-svg-icon--list:hover .facebook .sqs-use--icon,
.social-icons-color-standard.social-icons-style-regular.sqs-svg-icon--list:hover .facebook .sqs-use--icon {
  fill: rgba(59, 89, 152, 0.4)
}
.social-icons-color-standard.social-icons-style-regular .sqs-svg-icon--list:hover .facebook:hover .sqs-use--icon,
.social-icons-color-standard.social-icons-style-regular.sqs-svg-icon--list:hover .facebook:hover .sqs-use--icon {
  fill: #3b5998
}
.social-icons-color-standard.social-icons-style-border .facebook {
  border-color: #3b5998
}
.social-icons-color-standard.social-icons-style-border .facebook .sqs-use--background {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-border .facebook .sqs-use--icon {
  fill: #3b5998
}
.social-icons-color-standard.social-icons-style-border .facebook .sqs-use--mask {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-border .facebook:hover {
  background-color: #3b5998
}
.social-icons-color-standard.social-icons-style-border .facebook:hover .sqs-use--icon {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-knockout .facebook .sqs-use--background {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-knockout .facebook .sqs-use--icon {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-knockout .facebook .sqs-use--mask {
  fill: #3b5998
}
.social-icons-color-standard.social-icons-style-knockout .sqs-svg-icon--list:hover .facebook .sqs-use--mask,
.social-icons-color-standard.social-icons-style-knockout.sqs-svg-icon--list:hover .facebook .sqs-use--mask {
  fill: rgba(59, 89, 152, 0.4)
}
.social-icons-color-standard.social-icons-style-knockout .sqs-svg-icon--list:hover .facebook:hover .sqs-use--mask,
.social-icons-color-standard.social-icons-style-knockout.sqs-svg-icon--list:hover .facebook:hover .sqs-use--mask {
  fill: #3b5998
}
.social-icons-color-standard.social-icons-style-solid .facebook .sqs-use--mask {
  fill: #3b5998
}
.social-icons-color-standard.social-icons-style-solid .facebook .sqs-use--icon {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-solid .facebook .sqs-use--background {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .facebook .sqs-use--mask,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .facebook .sqs-use--mask {
  fill: rgba(59, 89, 152, 0.4)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .facebook .sqs-use--icon,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .facebook .sqs-use--icon {
  fill: rgba(255, 255, 255, 0.4)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .facebook .sqs-use--background,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .facebook .sqs-use--background {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .facebook:hover .sqs-use--mask,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .facebook:hover .sqs-use--mask {
  fill: #3b5998
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .facebook:hover .sqs-use--icon,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .facebook:hover .sqs-use--icon {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .facebook:hover .sqs-use--background,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .facebook:hover .sqs-use--background {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-regular .flickr .sqs-use--icon {
  fill: #0063dc
}
.social-icons-color-standard.social-icons-style-regular .flickr .sqs-use--background,
.social-icons-color-standard.social-icons-style-regular .flickr .sqs-use--mask {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-regular .sqs-svg-icon--list:hover .flickr .sqs-use--icon,
.social-icons-color-standard.social-icons-style-regular.sqs-svg-icon--list:hover .flickr .sqs-use--icon {
  fill: rgba(0, 99, 220, 0.4)
}
.social-icons-color-standard.social-icons-style-regular .sqs-svg-icon--list:hover .flickr:hover .sqs-use--icon,
.social-icons-color-standard.social-icons-style-regular.sqs-svg-icon--list:hover .flickr:hover .sqs-use--icon {
  fill: #0063dc
}
.social-icons-color-standard.social-icons-style-border .flickr {
  border-color: #0063dc
}
.social-icons-color-standard.social-icons-style-border .flickr .sqs-use--background {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-border .flickr .sqs-use--icon {
  fill: #0063dc
}
.social-icons-color-standard.social-icons-style-border .flickr .sqs-use--mask {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-border .flickr:hover {
  background-color: #0063dc
}
.social-icons-color-standard.social-icons-style-border .flickr:hover .sqs-use--icon {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-knockout .flickr .sqs-use--background {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-knockout .flickr .sqs-use--icon {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-knockout .flickr .sqs-use--mask {
  fill: #0063dc
}
.social-icons-color-standard.social-icons-style-knockout .sqs-svg-icon--list:hover .flickr .sqs-use--mask,
.social-icons-color-standard.social-icons-style-knockout.sqs-svg-icon--list:hover .flickr .sqs-use--mask {
  fill: rgba(0, 99, 220, 0.4)
}
.social-icons-color-standard.social-icons-style-knockout .sqs-svg-icon--list:hover .flickr:hover .sqs-use--mask,
.social-icons-color-standard.social-icons-style-knockout.sqs-svg-icon--list:hover .flickr:hover .sqs-use--mask {
  fill: #0063dc
}
.social-icons-color-standard.social-icons-style-solid .flickr .sqs-use--mask {
  fill: #0063dc
}
.social-icons-color-standard.social-icons-style-solid .flickr .sqs-use--icon {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-solid .flickr .sqs-use--background {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .flickr .sqs-use--mask,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .flickr .sqs-use--mask {
  fill: rgba(0, 99, 220, 0.4)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .flickr .sqs-use--icon,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .flickr .sqs-use--icon {
  fill: rgba(255, 255, 255, 0.4)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .flickr .sqs-use--background,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .flickr .sqs-use--background {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .flickr:hover .sqs-use--mask,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .flickr:hover .sqs-use--mask {
  fill: #0063dc
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .flickr:hover .sqs-use--icon,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .flickr:hover .sqs-use--icon {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .flickr:hover .sqs-use--background,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .flickr:hover .sqs-use--background {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-regular .foursquare .sqs-use--icon {
  fill: #f94877
}
.social-icons-color-standard.social-icons-style-regular .foursquare .sqs-use--background,
.social-icons-color-standard.social-icons-style-regular .foursquare .sqs-use--mask {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-regular .sqs-svg-icon--list:hover .foursquare .sqs-use--icon,
.social-icons-color-standard.social-icons-style-regular.sqs-svg-icon--list:hover .foursquare .sqs-use--icon {
  fill: rgba(249, 72, 119, 0.4)
}
.social-icons-color-standard.social-icons-style-regular .sqs-svg-icon--list:hover .foursquare:hover .sqs-use--icon,
.social-icons-color-standard.social-icons-style-regular.sqs-svg-icon--list:hover .foursquare:hover .sqs-use--icon {
  fill: #f94877
}
.social-icons-color-standard.social-icons-style-border .foursquare {
  border-color: #f94877
}
.social-icons-color-standard.social-icons-style-border .foursquare .sqs-use--background {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-border .foursquare .sqs-use--icon {
  fill: #f94877
}
.social-icons-color-standard.social-icons-style-border .foursquare .sqs-use--mask {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-border .foursquare:hover {
  background-color: #f94877
}
.social-icons-color-standard.social-icons-style-border .foursquare:hover .sqs-use--icon {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-knockout .foursquare .sqs-use--background {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-knockout .foursquare .sqs-use--icon {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-knockout .foursquare .sqs-use--mask {
  fill: #f94877
}
.social-icons-color-standard.social-icons-style-knockout .sqs-svg-icon--list:hover .foursquare .sqs-use--mask,
.social-icons-color-standard.social-icons-style-knockout.sqs-svg-icon--list:hover .foursquare .sqs-use--mask {
  fill: rgba(249, 72, 119, 0.4)
}
.social-icons-color-standard.social-icons-style-knockout .sqs-svg-icon--list:hover .foursquare:hover .sqs-use--mask,
.social-icons-color-standard.social-icons-style-knockout.sqs-svg-icon--list:hover .foursquare:hover .sqs-use--mask {
  fill: #f94877
}
.social-icons-color-standard.social-icons-style-solid .foursquare .sqs-use--mask {
  fill: #f94877
}
.social-icons-color-standard.social-icons-style-solid .foursquare .sqs-use--icon {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-solid .foursquare .sqs-use--background {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .foursquare .sqs-use--mask,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .foursquare .sqs-use--mask {
  fill: rgba(249, 72, 119, 0.4)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .foursquare .sqs-use--icon,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .foursquare .sqs-use--icon {
  fill: rgba(255, 255, 255, 0.4)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .foursquare .sqs-use--background,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .foursquare .sqs-use--background {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .foursquare:hover .sqs-use--mask,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .foursquare:hover .sqs-use--mask {
  fill: #f94877
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .foursquare:hover .sqs-use--icon,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .foursquare:hover .sqs-use--icon {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .foursquare:hover .sqs-use--background,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .foursquare:hover .sqs-use--background {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-regular .github .sqs-use--icon {
  fill: #4183c4
}
.social-icons-color-standard.social-icons-style-regular .github .sqs-use--background,
.social-icons-color-standard.social-icons-style-regular .github .sqs-use--mask {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-regular .sqs-svg-icon--list:hover .github .sqs-use--icon,
.social-icons-color-standard.social-icons-style-regular.sqs-svg-icon--list:hover .github .sqs-use--icon {
  fill: rgba(65, 131, 196, 0.4)
}
.social-icons-color-standard.social-icons-style-regular .sqs-svg-icon--list:hover .github:hover .sqs-use--icon,
.social-icons-color-standard.social-icons-style-regular.sqs-svg-icon--list:hover .github:hover .sqs-use--icon {
  fill: #4183c4
}
.social-icons-color-standard.social-icons-style-border .github {
  border-color: #4183c4
}
.social-icons-color-standard.social-icons-style-border .github .sqs-use--background {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-border .github .sqs-use--icon {
  fill: #4183c4
}
.social-icons-color-standard.social-icons-style-border .github .sqs-use--mask {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-border .github:hover {
  background-color: #4183c4
}
.social-icons-color-standard.social-icons-style-border .github:hover .sqs-use--icon {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-knockout .github .sqs-use--background {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-knockout .github .sqs-use--icon {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-knockout .github .sqs-use--mask {
  fill: #4183c4
}
.social-icons-color-standard.social-icons-style-knockout .sqs-svg-icon--list:hover .github .sqs-use--mask,
.social-icons-color-standard.social-icons-style-knockout.sqs-svg-icon--list:hover .github .sqs-use--mask {
  fill: rgba(65, 131, 196, 0.4)
}
.social-icons-color-standard.social-icons-style-knockout .sqs-svg-icon--list:hover .github:hover .sqs-use--mask,
.social-icons-color-standard.social-icons-style-knockout.sqs-svg-icon--list:hover .github:hover .sqs-use--mask {
  fill: #4183c4
}
.social-icons-color-standard.social-icons-style-solid .github .sqs-use--mask {
  fill: #4183c4
}
.social-icons-color-standard.social-icons-style-solid .github .sqs-use--icon {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-solid .github .sqs-use--background {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .github .sqs-use--mask,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .github .sqs-use--mask {
  fill: rgba(65, 131, 196, 0.4)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .github .sqs-use--icon,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .github .sqs-use--icon {
  fill: rgba(255, 255, 255, 0.4)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .github .sqs-use--background,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .github .sqs-use--background {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .github:hover .sqs-use--mask,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .github:hover .sqs-use--mask {
  fill: #4183c4
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .github:hover .sqs-use--icon,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .github:hover .sqs-use--icon {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .github:hover .sqs-use--background,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .github:hover .sqs-use--background {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-regular .googleplay .sqs-use--icon {
  fill: #5adfcb
}
.social-icons-color-standard.social-icons-style-regular .googleplay .sqs-use--background,
.social-icons-color-standard.social-icons-style-regular .googleplay .sqs-use--mask {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-regular .sqs-svg-icon--list:hover .googleplay .sqs-use--icon,
.social-icons-color-standard.social-icons-style-regular.sqs-svg-icon--list:hover .googleplay .sqs-use--icon {
  fill: rgba(90, 223, 203, 0.4)
}
.social-icons-color-standard.social-icons-style-regular .sqs-svg-icon--list:hover .googleplay:hover .sqs-use--icon,
.social-icons-color-standard.social-icons-style-regular.sqs-svg-icon--list:hover .googleplay:hover .sqs-use--icon {
  fill: #5adfcb
}
.social-icons-color-standard.social-icons-style-border .googleplay {
  border-color: #5adfcb
}
.social-icons-color-standard.social-icons-style-border .googleplay .sqs-use--background {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-border .googleplay .sqs-use--icon {
  fill: #5adfcb
}
.social-icons-color-standard.social-icons-style-border .googleplay .sqs-use--mask {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-border .googleplay:hover {
  background-color: #5adfcb
}
.social-icons-color-standard.social-icons-style-border .googleplay:hover .sqs-use--icon {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-knockout .googleplay .sqs-use--background {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-knockout .googleplay .sqs-use--icon {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-knockout .googleplay .sqs-use--mask {
  fill: #5adfcb
}
.social-icons-color-standard.social-icons-style-knockout .sqs-svg-icon--list:hover .googleplay .sqs-use--mask,
.social-icons-color-standard.social-icons-style-knockout.sqs-svg-icon--list:hover .googleplay .sqs-use--mask {
  fill: rgba(90, 223, 203, 0.4)
}
.social-icons-color-standard.social-icons-style-knockout .sqs-svg-icon--list:hover .googleplay:hover .sqs-use--mask,
.social-icons-color-standard.social-icons-style-knockout.sqs-svg-icon--list:hover .googleplay:hover .sqs-use--mask {
  fill: #5adfcb
}
.social-icons-color-standard.social-icons-style-solid .googleplay .sqs-use--mask {
  fill: #5adfcb
}
.social-icons-color-standard.social-icons-style-solid .googleplay .sqs-use--icon {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-solid .googleplay .sqs-use--background {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .googleplay .sqs-use--mask,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .googleplay .sqs-use--mask {
  fill: rgba(90, 223, 203, 0.4)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .googleplay .sqs-use--icon,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .googleplay .sqs-use--icon {
  fill: rgba(255, 255, 255, 0.4)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .googleplay .sqs-use--background,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .googleplay .sqs-use--background {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .googleplay:hover .sqs-use--mask,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .googleplay:hover .sqs-use--mask {
  fill: #5adfcb
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .googleplay:hover .sqs-use--icon,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .googleplay:hover .sqs-use--icon {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .googleplay:hover .sqs-use--background,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .googleplay:hover .sqs-use--background {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-regular .google .sqs-use--icon {
  fill: #dd4b39
}
.social-icons-color-standard.social-icons-style-regular .google .sqs-use--background,
.social-icons-color-standard.social-icons-style-regular .google .sqs-use--mask {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-regular .sqs-svg-icon--list:hover .google .sqs-use--icon,
.social-icons-color-standard.social-icons-style-regular.sqs-svg-icon--list:hover .google .sqs-use--icon {
  fill: rgba(221, 75, 57, 0.4)
}
.social-icons-color-standard.social-icons-style-regular .sqs-svg-icon--list:hover .google:hover .sqs-use--icon,
.social-icons-color-standard.social-icons-style-regular.sqs-svg-icon--list:hover .google:hover .sqs-use--icon {
  fill: #dd4b39
}
.social-icons-color-standard.social-icons-style-border .google {
  border-color: #dd4b39
}
.social-icons-color-standard.social-icons-style-border .google .sqs-use--background {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-border .google .sqs-use--icon {
  fill: #dd4b39
}
.social-icons-color-standard.social-icons-style-border .google .sqs-use--mask {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-border .google:hover {
  background-color: #dd4b39
}
.social-icons-color-standard.social-icons-style-border .google:hover .sqs-use--icon {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-knockout .google .sqs-use--background {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-knockout .google .sqs-use--icon {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-knockout .google .sqs-use--mask {
  fill: #dd4b39
}
.social-icons-color-standard.social-icons-style-knockout .sqs-svg-icon--list:hover .google .sqs-use--mask,
.social-icons-color-standard.social-icons-style-knockout.sqs-svg-icon--list:hover .google .sqs-use--mask {
  fill: rgba(221, 75, 57, 0.4)
}
.social-icons-color-standard.social-icons-style-knockout .sqs-svg-icon--list:hover .google:hover .sqs-use--mask,
.social-icons-color-standard.social-icons-style-knockout.sqs-svg-icon--list:hover .google:hover .sqs-use--mask {
  fill: #dd4b39
}
.social-icons-color-standard.social-icons-style-solid .google .sqs-use--mask {
  fill: #dd4b39
}
.social-icons-color-standard.social-icons-style-solid .google .sqs-use--icon {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-solid .google .sqs-use--background {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .google .sqs-use--mask,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .google .sqs-use--mask {
  fill: rgba(221, 75, 57, 0.4)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .google .sqs-use--icon,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .google .sqs-use--icon {
  fill: rgba(255, 255, 255, 0.4)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .google .sqs-use--background,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .google .sqs-use--background {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .google:hover .sqs-use--mask,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .google:hover .sqs-use--mask {
  fill: #dd4b39
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .google:hover .sqs-use--icon,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .google:hover .sqs-use--icon {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .google:hover .sqs-use--background,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .google:hover .sqs-use--background {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-regular .houzz .sqs-use--icon {
  fill: #7ac143
}
.social-icons-color-standard.social-icons-style-regular .houzz .sqs-use--background,
.social-icons-color-standard.social-icons-style-regular .houzz .sqs-use--mask {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-regular .sqs-svg-icon--list:hover .houzz .sqs-use--icon,
.social-icons-color-standard.social-icons-style-regular.sqs-svg-icon--list:hover .houzz .sqs-use--icon {
  fill: rgba(122, 193, 67, 0.4)
}
.social-icons-color-standard.social-icons-style-regular .sqs-svg-icon--list:hover .houzz:hover .sqs-use--icon,
.social-icons-color-standard.social-icons-style-regular.sqs-svg-icon--list:hover .houzz:hover .sqs-use--icon {
  fill: #7ac143
}
.social-icons-color-standard.social-icons-style-border .houzz {
  border-color: #7ac143
}
.social-icons-color-standard.social-icons-style-border .houzz .sqs-use--background {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-border .houzz .sqs-use--icon {
  fill: #7ac143
}
.social-icons-color-standard.social-icons-style-border .houzz .sqs-use--mask {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-border .houzz:hover {
  background-color: #7ac143
}
.social-icons-color-standard.social-icons-style-border .houzz:hover .sqs-use--icon {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-knockout .houzz .sqs-use--background {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-knockout .houzz .sqs-use--icon {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-knockout .houzz .sqs-use--mask {
  fill: #7ac143
}
.social-icons-color-standard.social-icons-style-knockout .sqs-svg-icon--list:hover .houzz .sqs-use--mask,
.social-icons-color-standard.social-icons-style-knockout.sqs-svg-icon--list:hover .houzz .sqs-use--mask {
  fill: rgba(122, 193, 67, 0.4)
}
.social-icons-color-standard.social-icons-style-knockout .sqs-svg-icon--list:hover .houzz:hover .sqs-use--mask,
.social-icons-color-standard.social-icons-style-knockout.sqs-svg-icon--list:hover .houzz:hover .sqs-use--mask {
  fill: #7ac143
}
.social-icons-color-standard.social-icons-style-solid .houzz .sqs-use--mask {
  fill: #7ac143
}
.social-icons-color-standard.social-icons-style-solid .houzz .sqs-use--icon {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-solid .houzz .sqs-use--background {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .houzz .sqs-use--mask,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .houzz .sqs-use--mask {
  fill: rgba(122, 193, 67, 0.4)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .houzz .sqs-use--icon,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .houzz .sqs-use--icon {
  fill: rgba(255, 255, 255, 0.4)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .houzz .sqs-use--background,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .houzz .sqs-use--background {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .houzz:hover .sqs-use--mask,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .houzz:hover .sqs-use--mask {
  fill: #7ac143
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .houzz:hover .sqs-use--icon,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .houzz:hover .sqs-use--icon {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .houzz:hover .sqs-use--background,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .houzz:hover .sqs-use--background {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-regular .instagram .sqs-use--icon {
  fill: #3f729b
}
.social-icons-color-standard.social-icons-style-regular .instagram .sqs-use--background,
.social-icons-color-standard.social-icons-style-regular .instagram .sqs-use--mask {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-regular .sqs-svg-icon--list:hover .instagram .sqs-use--icon,
.social-icons-color-standard.social-icons-style-regular.sqs-svg-icon--list:hover .instagram .sqs-use--icon {
  fill: rgba(63, 114, 155, 0.4)
}
.social-icons-color-standard.social-icons-style-regular .sqs-svg-icon--list:hover .instagram:hover .sqs-use--icon,
.social-icons-color-standard.social-icons-style-regular.sqs-svg-icon--list:hover .instagram:hover .sqs-use--icon {
  fill: #3f729b
}
.social-icons-color-standard.social-icons-style-border .instagram {
  border-color: #3f729b
}
.social-icons-color-standard.social-icons-style-border .instagram .sqs-use--background {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-border .instagram .sqs-use--icon {
  fill: #3f729b
}
.social-icons-color-standard.social-icons-style-border .instagram .sqs-use--mask {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-border .instagram:hover {
  background-color: #3f729b
}
.social-icons-color-standard.social-icons-style-border .instagram:hover .sqs-use--icon {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-knockout .instagram .sqs-use--background {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-knockout .instagram .sqs-use--icon {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-knockout .instagram .sqs-use--mask {
  fill: #3f729b
}
.social-icons-color-standard.social-icons-style-knockout .sqs-svg-icon--list:hover .instagram .sqs-use--mask,
.social-icons-color-standard.social-icons-style-knockout.sqs-svg-icon--list:hover .instagram .sqs-use--mask {
  fill: rgba(63, 114, 155, 0.4)
}
.social-icons-color-standard.social-icons-style-knockout .sqs-svg-icon--list:hover .instagram:hover .sqs-use--mask,
.social-icons-color-standard.social-icons-style-knockout.sqs-svg-icon--list:hover .instagram:hover .sqs-use--mask {
  fill: #3f729b
}
.social-icons-color-standard.social-icons-style-solid .instagram .sqs-use--mask {
  fill: #3f729b
}
.social-icons-color-standard.social-icons-style-solid .instagram .sqs-use--icon {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-solid .instagram .sqs-use--background {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .instagram .sqs-use--mask,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .instagram .sqs-use--mask {
  fill: rgba(63, 114, 155, 0.4)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .instagram .sqs-use--icon,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .instagram .sqs-use--icon {
  fill: rgba(255, 255, 255, 0.4)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .instagram .sqs-use--background,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .instagram .sqs-use--background {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .instagram:hover .sqs-use--mask,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .instagram:hover .sqs-use--mask {
  fill: #3f729b
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .instagram:hover .sqs-use--icon,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .instagram:hover .sqs-use--icon {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .instagram:hover .sqs-use--background,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .instagram:hover .sqs-use--background {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-regular .itunes .sqs-use--icon {
  fill: #ff3241
}
.social-icons-color-standard.social-icons-style-regular .itunes .sqs-use--background,
.social-icons-color-standard.social-icons-style-regular .itunes .sqs-use--mask {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-regular .sqs-svg-icon--list:hover .itunes .sqs-use--icon,
.social-icons-color-standard.social-icons-style-regular.sqs-svg-icon--list:hover .itunes .sqs-use--icon {
  fill: rgba(255, 50, 65, 0.4)
}
.social-icons-color-standard.social-icons-style-regular .sqs-svg-icon--list:hover .itunes:hover .sqs-use--icon,
.social-icons-color-standard.social-icons-style-regular.sqs-svg-icon--list:hover .itunes:hover .sqs-use--icon {
  fill: #ff3241
}
.social-icons-color-standard.social-icons-style-border .itunes {
  border-color: #ff3241
}
.social-icons-color-standard.social-icons-style-border .itunes .sqs-use--background {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-border .itunes .sqs-use--icon {
  fill: #ff3241
}
.social-icons-color-standard.social-icons-style-border .itunes .sqs-use--mask {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-border .itunes:hover {
  background-color: #ff3241
}
.social-icons-color-standard.social-icons-style-border .itunes:hover .sqs-use--icon {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-knockout .itunes .sqs-use--background {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-knockout .itunes .sqs-use--icon {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-knockout .itunes .sqs-use--mask {
  fill: #ff3241
}
.social-icons-color-standard.social-icons-style-knockout .sqs-svg-icon--list:hover .itunes .sqs-use--mask,
.social-icons-color-standard.social-icons-style-knockout.sqs-svg-icon--list:hover .itunes .sqs-use--mask {
  fill: rgba(255, 50, 65, 0.4)
}
.social-icons-color-standard.social-icons-style-knockout .sqs-svg-icon--list:hover .itunes:hover .sqs-use--mask,
.social-icons-color-standard.social-icons-style-knockout.sqs-svg-icon--list:hover .itunes:hover .sqs-use--mask {
  fill: #ff3241
}
.social-icons-color-standard.social-icons-style-solid .itunes .sqs-use--mask {
  fill: #ff3241
}
.social-icons-color-standard.social-icons-style-solid .itunes .sqs-use--icon {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-solid .itunes .sqs-use--background {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .itunes .sqs-use--mask,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .itunes .sqs-use--mask {
  fill: rgba(255, 50, 65, 0.4)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .itunes .sqs-use--icon,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .itunes .sqs-use--icon {
  fill: rgba(255, 255, 255, 0.4)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .itunes .sqs-use--background,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .itunes .sqs-use--background {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .itunes:hover .sqs-use--mask,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .itunes:hover .sqs-use--mask {
  fill: #ff3241
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .itunes:hover .sqs-use--icon,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .itunes:hover .sqs-use--icon {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .itunes:hover .sqs-use--background,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .itunes:hover .sqs-use--background {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-regular .linkedin .sqs-use--icon {
  fill: #0976b4
}
.social-icons-color-standard.social-icons-style-regular .linkedin .sqs-use--background,
.social-icons-color-standard.social-icons-style-regular .linkedin .sqs-use--mask {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-regular .sqs-svg-icon--list:hover .linkedin .sqs-use--icon,
.social-icons-color-standard.social-icons-style-regular.sqs-svg-icon--list:hover .linkedin .sqs-use--icon {
  fill: rgba(9, 118, 180, 0.4)
}
.social-icons-color-standard.social-icons-style-regular .sqs-svg-icon--list:hover .linkedin:hover .sqs-use--icon,
.social-icons-color-standard.social-icons-style-regular.sqs-svg-icon--list:hover .linkedin:hover .sqs-use--icon {
  fill: #0976b4
}
.social-icons-color-standard.social-icons-style-border .linkedin {
  border-color: #0976b4
}
.social-icons-color-standard.social-icons-style-border .linkedin .sqs-use--background {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-border .linkedin .sqs-use--icon {
  fill: #0976b4
}
.social-icons-color-standard.social-icons-style-border .linkedin .sqs-use--mask {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-border .linkedin:hover {
  background-color: #0976b4
}
.social-icons-color-standard.social-icons-style-border .linkedin:hover .sqs-use--icon {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-knockout .linkedin .sqs-use--background {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-knockout .linkedin .sqs-use--icon {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-knockout .linkedin .sqs-use--mask {
  fill: #0976b4
}
.social-icons-color-standard.social-icons-style-knockout .sqs-svg-icon--list:hover .linkedin .sqs-use--mask,
.social-icons-color-standard.social-icons-style-knockout.sqs-svg-icon--list:hover .linkedin .sqs-use--mask {
  fill: rgba(9, 118, 180, 0.4)
}
.social-icons-color-standard.social-icons-style-knockout .sqs-svg-icon--list:hover .linkedin:hover .sqs-use--mask,
.social-icons-color-standard.social-icons-style-knockout.sqs-svg-icon--list:hover .linkedin:hover .sqs-use--mask {
  fill: #0976b4
}
.social-icons-color-standard.social-icons-style-solid .linkedin .sqs-use--mask {
  fill: #0976b4
}
.social-icons-color-standard.social-icons-style-solid .linkedin .sqs-use--icon {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-solid .linkedin .sqs-use--background {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .linkedin .sqs-use--mask,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .linkedin .sqs-use--mask {
  fill: rgba(9, 118, 180, 0.4)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .linkedin .sqs-use--icon,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .linkedin .sqs-use--icon {
  fill: rgba(255, 255, 255, 0.4)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .linkedin .sqs-use--background,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .linkedin .sqs-use--background {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .linkedin:hover .sqs-use--mask,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .linkedin:hover .sqs-use--mask {
  fill: #0976b4
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .linkedin:hover .sqs-use--icon,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .linkedin:hover .sqs-use--icon {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .linkedin:hover .sqs-use--background,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .linkedin:hover .sqs-use--background {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-regular .medium .sqs-use--icon {
  fill: #222
}
.social-icons-color-standard.social-icons-style-regular .medium .sqs-use--background,
.social-icons-color-standard.social-icons-style-regular .medium .sqs-use--mask {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-regular .sqs-svg-icon--list:hover .medium .sqs-use--icon,
.social-icons-color-standard.social-icons-style-regular.sqs-svg-icon--list:hover .medium .sqs-use--icon {
  fill: rgba(34, 34, 34, 0.4)
}
.social-icons-color-standard.social-icons-style-regular .sqs-svg-icon--list:hover .medium:hover .sqs-use--icon,
.social-icons-color-standard.social-icons-style-regular.sqs-svg-icon--list:hover .medium:hover .sqs-use--icon {
  fill: #222
}
.social-icons-color-standard.social-icons-style-border .medium {
  border-color: #222
}
.social-icons-color-standard.social-icons-style-border .medium .sqs-use--background {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-border .medium .sqs-use--icon {
  fill: #222
}
.social-icons-color-standard.social-icons-style-border .medium .sqs-use--mask {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-border .medium:hover {
  background-color: #222
}
.social-icons-color-standard.social-icons-style-border .medium:hover .sqs-use--icon {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-knockout .medium .sqs-use--background {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-knockout .medium .sqs-use--icon {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-knockout .medium .sqs-use--mask {
  fill: #222
}
.social-icons-color-standard.social-icons-style-knockout .sqs-svg-icon--list:hover .medium .sqs-use--mask,
.social-icons-color-standard.social-icons-style-knockout.sqs-svg-icon--list:hover .medium .sqs-use--mask {
  fill: rgba(34, 34, 34, 0.4)
}
.social-icons-color-standard.social-icons-style-knockout .sqs-svg-icon--list:hover .medium:hover .sqs-use--mask,
.social-icons-color-standard.social-icons-style-knockout.sqs-svg-icon--list:hover .medium:hover .sqs-use--mask {
  fill: #222
}
.social-icons-color-standard.social-icons-style-solid .medium .sqs-use--mask {
  fill: #222
}
.social-icons-color-standard.social-icons-style-solid .medium .sqs-use--icon {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-solid .medium .sqs-use--background {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .medium .sqs-use--mask,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .medium .sqs-use--mask {
  fill: rgba(34, 34, 34, 0.4)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .medium .sqs-use--icon,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .medium .sqs-use--icon {
  fill: rgba(255, 255, 255, 0.4)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .medium .sqs-use--background,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .medium .sqs-use--background {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .medium:hover .sqs-use--mask,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .medium:hover .sqs-use--mask {
  fill: #222
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .medium:hover .sqs-use--icon,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .medium:hover .sqs-use--icon {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .medium:hover .sqs-use--background,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .medium:hover .sqs-use--background {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-regular .meetup .sqs-use--icon {
  fill: #e0393e
}
.social-icons-color-standard.social-icons-style-regular .meetup .sqs-use--background,
.social-icons-color-standard.social-icons-style-regular .meetup .sqs-use--mask {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-regular .sqs-svg-icon--list:hover .meetup .sqs-use--icon,
.social-icons-color-standard.social-icons-style-regular.sqs-svg-icon--list:hover .meetup .sqs-use--icon {
  fill: rgba(224, 57, 62, 0.4)
}
.social-icons-color-standard.social-icons-style-regular .sqs-svg-icon--list:hover .meetup:hover .sqs-use--icon,
.social-icons-color-standard.social-icons-style-regular.sqs-svg-icon--list:hover .meetup:hover .sqs-use--icon {
  fill: #e0393e
}
.social-icons-color-standard.social-icons-style-border .meetup {
  border-color: #e0393e
}
.social-icons-color-standard.social-icons-style-border .meetup .sqs-use--background {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-border .meetup .sqs-use--icon {
  fill: #e0393e
}
.social-icons-color-standard.social-icons-style-border .meetup .sqs-use--mask {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-border .meetup:hover {
  background-color: #e0393e
}
.social-icons-color-standard.social-icons-style-border .meetup:hover .sqs-use--icon {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-knockout .meetup .sqs-use--background {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-knockout .meetup .sqs-use--icon {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-knockout .meetup .sqs-use--mask {
  fill: #e0393e
}
.social-icons-color-standard.social-icons-style-knockout .sqs-svg-icon--list:hover .meetup .sqs-use--mask,
.social-icons-color-standard.social-icons-style-knockout.sqs-svg-icon--list:hover .meetup .sqs-use--mask {
  fill: rgba(224, 57, 62, 0.4)
}
.social-icons-color-standard.social-icons-style-knockout .sqs-svg-icon--list:hover .meetup:hover .sqs-use--mask,
.social-icons-color-standard.social-icons-style-knockout.sqs-svg-icon--list:hover .meetup:hover .sqs-use--mask {
  fill: #e0393e
}
.social-icons-color-standard.social-icons-style-solid .meetup .sqs-use--mask {
  fill: #e0393e
}
.social-icons-color-standard.social-icons-style-solid .meetup .sqs-use--icon {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-solid .meetup .sqs-use--background {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .meetup .sqs-use--mask,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .meetup .sqs-use--mask {
  fill: rgba(224, 57, 62, 0.4)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .meetup .sqs-use--icon,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .meetup .sqs-use--icon {
  fill: rgba(255, 255, 255, 0.4)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .meetup .sqs-use--background,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .meetup .sqs-use--background {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .meetup:hover .sqs-use--mask,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .meetup:hover .sqs-use--mask {
  fill: #e0393e
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .meetup:hover .sqs-use--icon,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .meetup:hover .sqs-use--icon {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .meetup:hover .sqs-use--background,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .meetup:hover .sqs-use--background {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-regular .pinterest .sqs-use--icon {
  fill: #cc2127
}
.social-icons-color-standard.social-icons-style-regular .pinterest .sqs-use--background,
.social-icons-color-standard.social-icons-style-regular .pinterest .sqs-use--mask {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-regular .sqs-svg-icon--list:hover .pinterest .sqs-use--icon,
.social-icons-color-standard.social-icons-style-regular.sqs-svg-icon--list:hover .pinterest .sqs-use--icon {
  fill: rgba(204, 33, 39, 0.4)
}
.social-icons-color-standard.social-icons-style-regular .sqs-svg-icon--list:hover .pinterest:hover .sqs-use--icon,
.social-icons-color-standard.social-icons-style-regular.sqs-svg-icon--list:hover .pinterest:hover .sqs-use--icon {
  fill: #cc2127
}
.social-icons-color-standard.social-icons-style-border .pinterest {
  border-color: #cc2127
}
.social-icons-color-standard.social-icons-style-border .pinterest .sqs-use--background {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-border .pinterest .sqs-use--icon {
  fill: #cc2127
}
.social-icons-color-standard.social-icons-style-border .pinterest .sqs-use--mask {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-border .pinterest:hover {
  background-color: #cc2127
}
.social-icons-color-standard.social-icons-style-border .pinterest:hover .sqs-use--icon {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-knockout .pinterest .sqs-use--background {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-knockout .pinterest .sqs-use--icon {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-knockout .pinterest .sqs-use--mask {
  fill: #cc2127
}
.social-icons-color-standard.social-icons-style-knockout .sqs-svg-icon--list:hover .pinterest .sqs-use--mask,
.social-icons-color-standard.social-icons-style-knockout.sqs-svg-icon--list:hover .pinterest .sqs-use--mask {
  fill: rgba(204, 33, 39, 0.4)
}
.social-icons-color-standard.social-icons-style-knockout .sqs-svg-icon--list:hover .pinterest:hover .sqs-use--mask,
.social-icons-color-standard.social-icons-style-knockout.sqs-svg-icon--list:hover .pinterest:hover .sqs-use--mask {
  fill: #cc2127
}
.social-icons-color-standard.social-icons-style-solid .pinterest .sqs-use--mask {
  fill: #cc2127
}
.social-icons-color-standard.social-icons-style-solid .pinterest .sqs-use--icon {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-solid .pinterest .sqs-use--background {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .pinterest .sqs-use--mask,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .pinterest .sqs-use--mask {
  fill: rgba(204, 33, 39, 0.4)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .pinterest .sqs-use--icon,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .pinterest .sqs-use--icon {
  fill: rgba(255, 255, 255, 0.4)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .pinterest .sqs-use--background,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .pinterest .sqs-use--background {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .pinterest:hover .sqs-use--mask,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .pinterest:hover .sqs-use--mask {
  fill: #cc2127
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .pinterest:hover .sqs-use--icon,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .pinterest:hover .sqs-use--icon {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .pinterest:hover .sqs-use--background,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .pinterest:hover .sqs-use--background {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-regular .rdio .sqs-use--icon {
  fill: #006ed2
}
.social-icons-color-standard.social-icons-style-regular .rdio .sqs-use--background,
.social-icons-color-standard.social-icons-style-regular .rdio .sqs-use--mask {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-regular .sqs-svg-icon--list:hover .rdio .sqs-use--icon,
.social-icons-color-standard.social-icons-style-regular.sqs-svg-icon--list:hover .rdio .sqs-use--icon {
  fill: rgba(0, 110, 210, 0.4)
}
.social-icons-color-standard.social-icons-style-regular .sqs-svg-icon--list:hover .rdio:hover .sqs-use--icon,
.social-icons-color-standard.social-icons-style-regular.sqs-svg-icon--list:hover .rdio:hover .sqs-use--icon {
  fill: #006ed2
}
.social-icons-color-standard.social-icons-style-border .rdio {
  border-color: #006ed2
}
.social-icons-color-standard.social-icons-style-border .rdio .sqs-use--background {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-border .rdio .sqs-use--icon {
  fill: #006ed2
}
.social-icons-color-standard.social-icons-style-border .rdio .sqs-use--mask {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-border .rdio:hover {
  background-color: #006ed2
}
.social-icons-color-standard.social-icons-style-border .rdio:hover .sqs-use--icon {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-knockout .rdio .sqs-use--background {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-knockout .rdio .sqs-use--icon {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-knockout .rdio .sqs-use--mask {
  fill: #006ed2
}
.social-icons-color-standard.social-icons-style-knockout .sqs-svg-icon--list:hover .rdio .sqs-use--mask,
.social-icons-color-standard.social-icons-style-knockout.sqs-svg-icon--list:hover .rdio .sqs-use--mask {
  fill: rgba(0, 110, 210, 0.4)
}
.social-icons-color-standard.social-icons-style-knockout .sqs-svg-icon--list:hover .rdio:hover .sqs-use--mask,
.social-icons-color-standard.social-icons-style-knockout.sqs-svg-icon--list:hover .rdio:hover .sqs-use--mask {
  fill: #006ed2
}
.social-icons-color-standard.social-icons-style-solid .rdio .sqs-use--mask {
  fill: #006ed2
}
.social-icons-color-standard.social-icons-style-solid .rdio .sqs-use--icon {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-solid .rdio .sqs-use--background {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .rdio .sqs-use--mask,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .rdio .sqs-use--mask {
  fill: rgba(0, 110, 210, 0.4)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .rdio .sqs-use--icon,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .rdio .sqs-use--icon {
  fill: rgba(255, 255, 255, 0.4)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .rdio .sqs-use--background,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .rdio .sqs-use--background {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .rdio:hover .sqs-use--mask,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .rdio:hover .sqs-use--mask {
  fill: #006ed2
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .rdio:hover .sqs-use--icon,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .rdio:hover .sqs-use--icon {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .rdio:hover .sqs-use--background,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .rdio:hover .sqs-use--background {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-regular .reddit .sqs-use--icon {
  fill: #ff4500
}
.social-icons-color-standard.social-icons-style-regular .reddit .sqs-use--background,
.social-icons-color-standard.social-icons-style-regular .reddit .sqs-use--mask {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-regular .sqs-svg-icon--list:hover .reddit .sqs-use--icon,
.social-icons-color-standard.social-icons-style-regular.sqs-svg-icon--list:hover .reddit .sqs-use--icon {
  fill: rgba(255, 69, 0, 0.4)
}
.social-icons-color-standard.social-icons-style-regular .sqs-svg-icon--list:hover .reddit:hover .sqs-use--icon,
.social-icons-color-standard.social-icons-style-regular.sqs-svg-icon--list:hover .reddit:hover .sqs-use--icon {
  fill: #ff4500
}
.social-icons-color-standard.social-icons-style-border .reddit {
  border-color: #ff4500
}
.social-icons-color-standard.social-icons-style-border .reddit .sqs-use--background {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-border .reddit .sqs-use--icon {
  fill: #ff4500
}
.social-icons-color-standard.social-icons-style-border .reddit .sqs-use--mask {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-border .reddit:hover {
  background-color: #ff4500
}
.social-icons-color-standard.social-icons-style-border .reddit:hover .sqs-use--icon {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-knockout .reddit .sqs-use--background {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-knockout .reddit .sqs-use--icon {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-knockout .reddit .sqs-use--mask {
  fill: #ff4500
}
.social-icons-color-standard.social-icons-style-knockout .sqs-svg-icon--list:hover .reddit .sqs-use--mask,
.social-icons-color-standard.social-icons-style-knockout.sqs-svg-icon--list:hover .reddit .sqs-use--mask {
  fill: rgba(255, 69, 0, 0.4)
}
.social-icons-color-standard.social-icons-style-knockout .sqs-svg-icon--list:hover .reddit:hover .sqs-use--mask,
.social-icons-color-standard.social-icons-style-knockout.sqs-svg-icon--list:hover .reddit:hover .sqs-use--mask {
  fill: #ff4500
}
.social-icons-color-standard.social-icons-style-solid .reddit .sqs-use--mask {
  fill: #ff4500
}
.social-icons-color-standard.social-icons-style-solid .reddit .sqs-use--icon {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-solid .reddit .sqs-use--background {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .reddit .sqs-use--mask,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .reddit .sqs-use--mask {
  fill: rgba(255, 69, 0, 0.4)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .reddit .sqs-use--icon,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .reddit .sqs-use--icon {
  fill: rgba(255, 255, 255, 0.4)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .reddit .sqs-use--background,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .reddit .sqs-use--background {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .reddit:hover .sqs-use--mask,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .reddit:hover .sqs-use--mask {
  fill: #ff4500
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .reddit:hover .sqs-use--icon,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .reddit:hover .sqs-use--icon {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .reddit:hover .sqs-use--background,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .reddit:hover .sqs-use--background {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-regular .rss .sqs-use--icon {
  fill: #222
}
.social-icons-color-standard.social-icons-style-regular .rss .sqs-use--background,
.social-icons-color-standard.social-icons-style-regular .rss .sqs-use--mask {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-regular .sqs-svg-icon--list:hover .rss .sqs-use--icon,
.social-icons-color-standard.social-icons-style-regular.sqs-svg-icon--list:hover .rss .sqs-use--icon {
  fill: rgba(34, 34, 34, 0.4)
}
.social-icons-color-standard.social-icons-style-regular .sqs-svg-icon--list:hover .rss:hover .sqs-use--icon,
.social-icons-color-standard.social-icons-style-regular.sqs-svg-icon--list:hover .rss:hover .sqs-use--icon {
  fill: #222
}
.social-icons-color-standard.social-icons-style-border .rss {
  border-color: #222
}
.social-icons-color-standard.social-icons-style-border .rss .sqs-use--background {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-border .rss .sqs-use--icon {
  fill: #222
}
.social-icons-color-standard.social-icons-style-border .rss .sqs-use--mask {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-border .rss:hover {
  background-color: #222
}
.social-icons-color-standard.social-icons-style-border .rss:hover .sqs-use--icon {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-knockout .rss .sqs-use--background {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-knockout .rss .sqs-use--icon {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-knockout .rss .sqs-use--mask {
  fill: #222
}
.social-icons-color-standard.social-icons-style-knockout .sqs-svg-icon--list:hover .rss .sqs-use--mask,
.social-icons-color-standard.social-icons-style-knockout.sqs-svg-icon--list:hover .rss .sqs-use--mask {
  fill: rgba(34, 34, 34, 0.4)
}
.social-icons-color-standard.social-icons-style-knockout .sqs-svg-icon--list:hover .rss:hover .sqs-use--mask,
.social-icons-color-standard.social-icons-style-knockout.sqs-svg-icon--list:hover .rss:hover .sqs-use--mask {
  fill: #222
}
.social-icons-color-standard.social-icons-style-solid .rss .sqs-use--mask {
  fill: #222
}
.social-icons-color-standard.social-icons-style-solid .rss .sqs-use--icon {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-solid .rss .sqs-use--background {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .rss .sqs-use--mask,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .rss .sqs-use--mask {
  fill: rgba(34, 34, 34, 0.4)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .rss .sqs-use--icon,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .rss .sqs-use--icon {
  fill: rgba(255, 255, 255, 0.4)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .rss .sqs-use--background,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .rss .sqs-use--background {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .rss:hover .sqs-use--mask,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .rss:hover .sqs-use--mask {
  fill: #222
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .rss:hover .sqs-use--icon,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .rss:hover .sqs-use--icon {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .rss:hover .sqs-use--background,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .rss:hover .sqs-use--background {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-regular .smugmug .sqs-use--icon {
  fill: #7dbb00
}
.social-icons-color-standard.social-icons-style-regular .smugmug .sqs-use--background,
.social-icons-color-standard.social-icons-style-regular .smugmug .sqs-use--mask {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-regular .sqs-svg-icon--list:hover .smugmug .sqs-use--icon,
.social-icons-color-standard.social-icons-style-regular.sqs-svg-icon--list:hover .smugmug .sqs-use--icon {
  fill: rgba(125, 187, 0, 0.4)
}
.social-icons-color-standard.social-icons-style-regular .sqs-svg-icon--list:hover .smugmug:hover .sqs-use--icon,
.social-icons-color-standard.social-icons-style-regular.sqs-svg-icon--list:hover .smugmug:hover .sqs-use--icon {
  fill: #7dbb00
}
.social-icons-color-standard.social-icons-style-border .smugmug {
  border-color: #7dbb00
}
.social-icons-color-standard.social-icons-style-border .smugmug .sqs-use--background {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-border .smugmug .sqs-use--icon {
  fill: #7dbb00
}
.social-icons-color-standard.social-icons-style-border .smugmug .sqs-use--mask {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-border .smugmug:hover {
  background-color: #7dbb00
}
.social-icons-color-standard.social-icons-style-border .smugmug:hover .sqs-use--icon {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-knockout .smugmug .sqs-use--background {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-knockout .smugmug .sqs-use--icon {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-knockout .smugmug .sqs-use--mask {
  fill: #7dbb00
}
.social-icons-color-standard.social-icons-style-knockout .sqs-svg-icon--list:hover .smugmug .sqs-use--mask,
.social-icons-color-standard.social-icons-style-knockout.sqs-svg-icon--list:hover .smugmug .sqs-use--mask {
  fill: rgba(125, 187, 0, 0.4)
}
.social-icons-color-standard.social-icons-style-knockout .sqs-svg-icon--list:hover .smugmug:hover .sqs-use--mask,
.social-icons-color-standard.social-icons-style-knockout.sqs-svg-icon--list:hover .smugmug:hover .sqs-use--mask {
  fill: #7dbb00
}
.social-icons-color-standard.social-icons-style-solid .smugmug .sqs-use--mask {
  fill: #7dbb00
}
.social-icons-color-standard.social-icons-style-solid .smugmug .sqs-use--icon {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-solid .smugmug .sqs-use--background {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .smugmug .sqs-use--mask,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .smugmug .sqs-use--mask {
  fill: rgba(125, 187, 0, 0.4)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .smugmug .sqs-use--icon,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .smugmug .sqs-use--icon {
  fill: rgba(255, 255, 255, 0.4)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .smugmug .sqs-use--background,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .smugmug .sqs-use--background {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .smugmug:hover .sqs-use--mask,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .smugmug:hover .sqs-use--mask {
  fill: #7dbb00
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .smugmug:hover .sqs-use--icon,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .smugmug:hover .sqs-use--icon {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .smugmug:hover .sqs-use--background,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .smugmug:hover .sqs-use--background {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-regular .soundcloud .sqs-use--icon {
  fill: #f60
}
.social-icons-color-standard.social-icons-style-regular .soundcloud .sqs-use--background,
.social-icons-color-standard.social-icons-style-regular .soundcloud .sqs-use--mask {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-regular .sqs-svg-icon--list:hover .soundcloud .sqs-use--icon,
.social-icons-color-standard.social-icons-style-regular.sqs-svg-icon--list:hover .soundcloud .sqs-use--icon {
  fill: rgba(255, 102, 0, 0.4)
}
.social-icons-color-standard.social-icons-style-regular .sqs-svg-icon--list:hover .soundcloud:hover .sqs-use--icon,
.social-icons-color-standard.social-icons-style-regular.sqs-svg-icon--list:hover .soundcloud:hover .sqs-use--icon {
  fill: #f60
}
.social-icons-color-standard.social-icons-style-border .soundcloud {
  border-color: #f60
}
.social-icons-color-standard.social-icons-style-border .soundcloud .sqs-use--background {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-border .soundcloud .sqs-use--icon {
  fill: #f60
}
.social-icons-color-standard.social-icons-style-border .soundcloud .sqs-use--mask {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-border .soundcloud:hover {
  background-color: #f60
}
.social-icons-color-standard.social-icons-style-border .soundcloud:hover .sqs-use--icon {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-knockout .soundcloud .sqs-use--background {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-knockout .soundcloud .sqs-use--icon {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-knockout .soundcloud .sqs-use--mask {
  fill: #f60
}
.social-icons-color-standard.social-icons-style-knockout .sqs-svg-icon--list:hover .soundcloud .sqs-use--mask,
.social-icons-color-standard.social-icons-style-knockout.sqs-svg-icon--list:hover .soundcloud .sqs-use--mask {
  fill: rgba(255, 102, 0, 0.4)
}
.social-icons-color-standard.social-icons-style-knockout .sqs-svg-icon--list:hover .soundcloud:hover .sqs-use--mask,
.social-icons-color-standard.social-icons-style-knockout.sqs-svg-icon--list:hover .soundcloud:hover .sqs-use--mask {
  fill: #f60
}
.social-icons-color-standard.social-icons-style-solid .soundcloud .sqs-use--mask {
  fill: #f60
}
.social-icons-color-standard.social-icons-style-solid .soundcloud .sqs-use--icon {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-solid .soundcloud .sqs-use--background {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .soundcloud .sqs-use--mask,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .soundcloud .sqs-use--mask {
  fill: rgba(255, 102, 0, 0.4)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .soundcloud .sqs-use--icon,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .soundcloud .sqs-use--icon {
  fill: rgba(255, 255, 255, 0.4)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .soundcloud .sqs-use--background,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .soundcloud .sqs-use--background {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .soundcloud:hover .sqs-use--mask,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .soundcloud:hover .sqs-use--mask {
  fill: #f60
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .soundcloud:hover .sqs-use--icon,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .soundcloud:hover .sqs-use--icon {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .soundcloud:hover .sqs-use--background,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .soundcloud:hover .sqs-use--background {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-regular .spotify .sqs-use--icon {
  fill: #84bd00
}
.social-icons-color-standard.social-icons-style-regular .spotify .sqs-use--background,
.social-icons-color-standard.social-icons-style-regular .spotify .sqs-use--mask {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-regular .sqs-svg-icon--list:hover .spotify .sqs-use--icon,
.social-icons-color-standard.social-icons-style-regular.sqs-svg-icon--list:hover .spotify .sqs-use--icon {
  fill: rgba(132, 189, 0, 0.4)
}
.social-icons-color-standard.social-icons-style-regular .sqs-svg-icon--list:hover .spotify:hover .sqs-use--icon,
.social-icons-color-standard.social-icons-style-regular.sqs-svg-icon--list:hover .spotify:hover .sqs-use--icon {
  fill: #84bd00
}
.social-icons-color-standard.social-icons-style-border .spotify {
  border-color: #84bd00
}
.social-icons-color-standard.social-icons-style-border .spotify .sqs-use--background {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-border .spotify .sqs-use--icon {
  fill: #84bd00
}
.social-icons-color-standard.social-icons-style-border .spotify .sqs-use--mask {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-border .spotify:hover {
  background-color: #84bd00
}
.social-icons-color-standard.social-icons-style-border .spotify:hover .sqs-use--icon {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-knockout .spotify .sqs-use--background {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-knockout .spotify .sqs-use--icon {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-knockout .spotify .sqs-use--mask {
  fill: #84bd00
}
.social-icons-color-standard.social-icons-style-knockout .sqs-svg-icon--list:hover .spotify .sqs-use--mask,
.social-icons-color-standard.social-icons-style-knockout.sqs-svg-icon--list:hover .spotify .sqs-use--mask {
  fill: rgba(132, 189, 0, 0.4)
}
.social-icons-color-standard.social-icons-style-knockout .sqs-svg-icon--list:hover .spotify:hover .sqs-use--mask,
.social-icons-color-standard.social-icons-style-knockout.sqs-svg-icon--list:hover .spotify:hover .sqs-use--mask {
  fill: #84bd00
}
.social-icons-color-standard.social-icons-style-solid .spotify .sqs-use--mask {
  fill: #84bd00
}
.social-icons-color-standard.social-icons-style-solid .spotify .sqs-use--icon {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-solid .spotify .sqs-use--background {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .spotify .sqs-use--mask,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .spotify .sqs-use--mask {
  fill: rgba(132, 189, 0, 0.4)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .spotify .sqs-use--icon,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .spotify .sqs-use--icon {
  fill: rgba(255, 255, 255, 0.4)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .spotify .sqs-use--background,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .spotify .sqs-use--background {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .spotify:hover .sqs-use--mask,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .spotify:hover .sqs-use--mask {
  fill: #84bd00
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .spotify:hover .sqs-use--icon,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .spotify:hover .sqs-use--icon {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .spotify:hover .sqs-use--background,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .spotify:hover .sqs-use--background {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-regular .squarespace .sqs-use--icon {
  fill: #222
}
.social-icons-color-standard.social-icons-style-regular .squarespace .sqs-use--background,
.social-icons-color-standard.social-icons-style-regular .squarespace .sqs-use--mask {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-regular .sqs-svg-icon--list:hover .squarespace .sqs-use--icon,
.social-icons-color-standard.social-icons-style-regular.sqs-svg-icon--list:hover .squarespace .sqs-use--icon {
  fill: rgba(34, 34, 34, 0.4)
}
.social-icons-color-standard.social-icons-style-regular .sqs-svg-icon--list:hover .squarespace:hover .sqs-use--icon,
.social-icons-color-standard.social-icons-style-regular.sqs-svg-icon--list:hover .squarespace:hover .sqs-use--icon {
  fill: #222
}
.social-icons-color-standard.social-icons-style-border .squarespace {
  border-color: #222
}
.social-icons-color-standard.social-icons-style-border .squarespace .sqs-use--background {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-border .squarespace .sqs-use--icon {
  fill: #222
}
.social-icons-color-standard.social-icons-style-border .squarespace .sqs-use--mask {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-border .squarespace:hover {
  background-color: #222
}
.social-icons-color-standard.social-icons-style-border .squarespace:hover .sqs-use--icon {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-knockout .squarespace .sqs-use--background {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-knockout .squarespace .sqs-use--icon {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-knockout .squarespace .sqs-use--mask {
  fill: #222
}
.social-icons-color-standard.social-icons-style-knockout .sqs-svg-icon--list:hover .squarespace .sqs-use--mask,
.social-icons-color-standard.social-icons-style-knockout.sqs-svg-icon--list:hover .squarespace .sqs-use--mask {
  fill: rgba(34, 34, 34, 0.4)
}
.social-icons-color-standard.social-icons-style-knockout .sqs-svg-icon--list:hover .squarespace:hover .sqs-use--mask,
.social-icons-color-standard.social-icons-style-knockout.sqs-svg-icon--list:hover .squarespace:hover .sqs-use--mask {
  fill: #222
}
.social-icons-color-standard.social-icons-style-solid .squarespace .sqs-use--mask {
  fill: #222
}
.social-icons-color-standard.social-icons-style-solid .squarespace .sqs-use--icon {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-solid .squarespace .sqs-use--background {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .squarespace .sqs-use--mask,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .squarespace .sqs-use--mask {
  fill: rgba(34, 34, 34, 0.4)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .squarespace .sqs-use--icon,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .squarespace .sqs-use--icon {
  fill: rgba(255, 255, 255, 0.4)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .squarespace .sqs-use--background,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .squarespace .sqs-use--background {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .squarespace:hover .sqs-use--mask,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .squarespace:hover .sqs-use--mask {
  fill: #222
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .squarespace:hover .sqs-use--icon,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .squarespace:hover .sqs-use--icon {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .squarespace:hover .sqs-use--background,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .squarespace:hover .sqs-use--background {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-regular .stumbleupon .sqs-use--icon {
  fill: #eb4924
}
.social-icons-color-standard.social-icons-style-regular .stumbleupon .sqs-use--background,
.social-icons-color-standard.social-icons-style-regular .stumbleupon .sqs-use--mask {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-regular .sqs-svg-icon--list:hover .stumbleupon .sqs-use--icon,
.social-icons-color-standard.social-icons-style-regular.sqs-svg-icon--list:hover .stumbleupon .sqs-use--icon {
  fill: rgba(235, 73, 36, 0.4)
}
.social-icons-color-standard.social-icons-style-regular .sqs-svg-icon--list:hover .stumbleupon:hover .sqs-use--icon,
.social-icons-color-standard.social-icons-style-regular.sqs-svg-icon--list:hover .stumbleupon:hover .sqs-use--icon {
  fill: #eb4924
}
.social-icons-color-standard.social-icons-style-border .stumbleupon {
  border-color: #eb4924
}
.social-icons-color-standard.social-icons-style-border .stumbleupon .sqs-use--background {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-border .stumbleupon .sqs-use--icon {
  fill: #eb4924
}
.social-icons-color-standard.social-icons-style-border .stumbleupon .sqs-use--mask {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-border .stumbleupon:hover {
  background-color: #eb4924
}
.social-icons-color-standard.social-icons-style-border .stumbleupon:hover .sqs-use--icon {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-knockout .stumbleupon .sqs-use--background {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-knockout .stumbleupon .sqs-use--icon {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-knockout .stumbleupon .sqs-use--mask {
  fill: #eb4924
}
.social-icons-color-standard.social-icons-style-knockout .sqs-svg-icon--list:hover .stumbleupon .sqs-use--mask,
.social-icons-color-standard.social-icons-style-knockout.sqs-svg-icon--list:hover .stumbleupon .sqs-use--mask {
  fill: rgba(235, 73, 36, 0.4)
}
.social-icons-color-standard.social-icons-style-knockout .sqs-svg-icon--list:hover .stumbleupon:hover .sqs-use--mask,
.social-icons-color-standard.social-icons-style-knockout.sqs-svg-icon--list:hover .stumbleupon:hover .sqs-use--mask {
  fill: #eb4924
}
.social-icons-color-standard.social-icons-style-solid .stumbleupon .sqs-use--mask {
  fill: #eb4924
}
.social-icons-color-standard.social-icons-style-solid .stumbleupon .sqs-use--icon {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-solid .stumbleupon .sqs-use--background {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .stumbleupon .sqs-use--mask,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .stumbleupon .sqs-use--mask {
  fill: rgba(235, 73, 36, 0.4)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .stumbleupon .sqs-use--icon,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .stumbleupon .sqs-use--icon {
  fill: rgba(255, 255, 255, 0.4)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .stumbleupon .sqs-use--background,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .stumbleupon .sqs-use--background {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .stumbleupon:hover .sqs-use--mask,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .stumbleupon:hover .sqs-use--mask {
  fill: #eb4924
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .stumbleupon:hover .sqs-use--icon,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .stumbleupon:hover .sqs-use--icon {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .stumbleupon:hover .sqs-use--background,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .stumbleupon:hover .sqs-use--background {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-regular .tumblr .sqs-use--icon {
  fill: #35465d
}
.social-icons-color-standard.social-icons-style-regular .tumblr .sqs-use--background,
.social-icons-color-standard.social-icons-style-regular .tumblr .sqs-use--mask {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-regular .sqs-svg-icon--list:hover .tumblr .sqs-use--icon,
.social-icons-color-standard.social-icons-style-regular.sqs-svg-icon--list:hover .tumblr .sqs-use--icon {
  fill: rgba(53, 70, 93, 0.4)
}
.social-icons-color-standard.social-icons-style-regular .sqs-svg-icon--list:hover .tumblr:hover .sqs-use--icon,
.social-icons-color-standard.social-icons-style-regular.sqs-svg-icon--list:hover .tumblr:hover .sqs-use--icon {
  fill: #35465d
}
.social-icons-color-standard.social-icons-style-border .tumblr {
  border-color: #35465d
}
.social-icons-color-standard.social-icons-style-border .tumblr .sqs-use--background {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-border .tumblr .sqs-use--icon {
  fill: #35465d
}
.social-icons-color-standard.social-icons-style-border .tumblr .sqs-use--mask {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-border .tumblr:hover {
  background-color: #35465d
}
.social-icons-color-standard.social-icons-style-border .tumblr:hover .sqs-use--icon {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-knockout .tumblr .sqs-use--background {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-knockout .tumblr .sqs-use--icon {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-knockout .tumblr .sqs-use--mask {
  fill: #35465d
}
.social-icons-color-standard.social-icons-style-knockout .sqs-svg-icon--list:hover .tumblr .sqs-use--mask,
.social-icons-color-standard.social-icons-style-knockout.sqs-svg-icon--list:hover .tumblr .sqs-use--mask {
  fill: rgba(53, 70, 93, 0.4)
}
.social-icons-color-standard.social-icons-style-knockout .sqs-svg-icon--list:hover .tumblr:hover .sqs-use--mask,
.social-icons-color-standard.social-icons-style-knockout.sqs-svg-icon--list:hover .tumblr:hover .sqs-use--mask {
  fill: #35465d
}
.social-icons-color-standard.social-icons-style-solid .tumblr .sqs-use--mask {
  fill: #35465d
}
.social-icons-color-standard.social-icons-style-solid .tumblr .sqs-use--icon {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-solid .tumblr .sqs-use--background {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .tumblr .sqs-use--mask,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .tumblr .sqs-use--mask {
  fill: rgba(53, 70, 93, 0.4)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .tumblr .sqs-use--icon,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .tumblr .sqs-use--icon {
  fill: rgba(255, 255, 255, 0.4)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .tumblr .sqs-use--background,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .tumblr .sqs-use--background {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .tumblr:hover .sqs-use--mask,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .tumblr:hover .sqs-use--mask {
  fill: #35465d
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .tumblr:hover .sqs-use--icon,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .tumblr:hover .sqs-use--icon {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .tumblr:hover .sqs-use--background,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .tumblr:hover .sqs-use--background {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-regular .twitch .sqs-use--icon {
  fill: #6441a5
}
.social-icons-color-standard.social-icons-style-regular .twitch .sqs-use--background,
.social-icons-color-standard.social-icons-style-regular .twitch .sqs-use--mask {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-regular .sqs-svg-icon--list:hover .twitch .sqs-use--icon,
.social-icons-color-standard.social-icons-style-regular.sqs-svg-icon--list:hover .twitch .sqs-use--icon {
  fill: rgba(100, 65, 165, 0.4)
}
.social-icons-color-standard.social-icons-style-regular .sqs-svg-icon--list:hover .twitch:hover .sqs-use--icon,
.social-icons-color-standard.social-icons-style-regular.sqs-svg-icon--list:hover .twitch:hover .sqs-use--icon {
  fill: #6441a5
}
.social-icons-color-standard.social-icons-style-border .twitch {
  border-color: #6441a5
}
.social-icons-color-standard.social-icons-style-border .twitch .sqs-use--background {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-border .twitch .sqs-use--icon {
  fill: #6441a5
}
.social-icons-color-standard.social-icons-style-border .twitch .sqs-use--mask {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-border .twitch:hover {
  background-color: #6441a5
}
.social-icons-color-standard.social-icons-style-border .twitch:hover .sqs-use--icon {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-knockout .twitch .sqs-use--background {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-knockout .twitch .sqs-use--icon {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-knockout .twitch .sqs-use--mask {
  fill: #6441a5
}
.social-icons-color-standard.social-icons-style-knockout .sqs-svg-icon--list:hover .twitch .sqs-use--mask,
.social-icons-color-standard.social-icons-style-knockout.sqs-svg-icon--list:hover .twitch .sqs-use--mask {
  fill: rgba(100, 65, 165, 0.4)
}
.social-icons-color-standard.social-icons-style-knockout .sqs-svg-icon--list:hover .twitch:hover .sqs-use--mask,
.social-icons-color-standard.social-icons-style-knockout.sqs-svg-icon--list:hover .twitch:hover .sqs-use--mask {
  fill: #6441a5
}
.social-icons-color-standard.social-icons-style-solid .twitch .sqs-use--mask {
  fill: #6441a5
}
.social-icons-color-standard.social-icons-style-solid .twitch .sqs-use--icon {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-solid .twitch .sqs-use--background {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .twitch .sqs-use--mask,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .twitch .sqs-use--mask {
  fill: rgba(100, 65, 165, 0.4)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .twitch .sqs-use--icon,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .twitch .sqs-use--icon {
  fill: rgba(255, 255, 255, 0.4)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .twitch .sqs-use--background,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .twitch .sqs-use--background {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .twitch:hover .sqs-use--mask,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .twitch:hover .sqs-use--mask {
  fill: #6441a5
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .twitch:hover .sqs-use--icon,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .twitch:hover .sqs-use--icon {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .twitch:hover .sqs-use--background,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .twitch:hover .sqs-use--background {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-regular .twitter .sqs-use--icon {
  fill: #55acee
}
.social-icons-color-standard.social-icons-style-regular .twitter .sqs-use--background,
.social-icons-color-standard.social-icons-style-regular .twitter .sqs-use--mask {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-regular .sqs-svg-icon--list:hover .twitter .sqs-use--icon,
.social-icons-color-standard.social-icons-style-regular.sqs-svg-icon--list:hover .twitter .sqs-use--icon {
  fill: rgba(85, 172, 238, 0.4)
}
.social-icons-color-standard.social-icons-style-regular .sqs-svg-icon--list:hover .twitter:hover .sqs-use--icon,
.social-icons-color-standard.social-icons-style-regular.sqs-svg-icon--list:hover .twitter:hover .sqs-use--icon {
  fill: #55acee
}
.social-icons-color-standard.social-icons-style-border .twitter {
  border-color: #55acee
}
.social-icons-color-standard.social-icons-style-border .twitter .sqs-use--background {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-border .twitter .sqs-use--icon {
  fill: #55acee
}
.social-icons-color-standard.social-icons-style-border .twitter .sqs-use--mask {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-border .twitter:hover {
  background-color: #55acee
}
.social-icons-color-standard.social-icons-style-border .twitter:hover .sqs-use--icon {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-knockout .twitter .sqs-use--background {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-knockout .twitter .sqs-use--icon {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-knockout .twitter .sqs-use--mask {
  fill: #55acee
}
.social-icons-color-standard.social-icons-style-knockout .sqs-svg-icon--list:hover .twitter .sqs-use--mask,
.social-icons-color-standard.social-icons-style-knockout.sqs-svg-icon--list:hover .twitter .sqs-use--mask {
  fill: rgba(85, 172, 238, 0.4)
}
.social-icons-color-standard.social-icons-style-knockout .sqs-svg-icon--list:hover .twitter:hover .sqs-use--mask,
.social-icons-color-standard.social-icons-style-knockout.sqs-svg-icon--list:hover .twitter:hover .sqs-use--mask {
  fill: #55acee
}
.social-icons-color-standard.social-icons-style-solid .twitter .sqs-use--mask {
  fill: #55acee
}
.social-icons-color-standard.social-icons-style-solid .twitter .sqs-use--icon {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-solid .twitter .sqs-use--background {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .twitter .sqs-use--mask,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .twitter .sqs-use--mask {
  fill: rgba(85, 172, 238, 0.4)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .twitter .sqs-use--icon,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .twitter .sqs-use--icon {
  fill: rgba(255, 255, 255, 0.4)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .twitter .sqs-use--background,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .twitter .sqs-use--background {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .twitter:hover .sqs-use--mask,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .twitter:hover .sqs-use--mask {
  fill: #55acee
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .twitter:hover .sqs-use--icon,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .twitter:hover .sqs-use--icon {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .twitter:hover .sqs-use--background,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .twitter:hover .sqs-use--background {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-regular .vevo .sqs-use--icon {
  fill: #ff0031
}
.social-icons-color-standard.social-icons-style-regular .vevo .sqs-use--background,
.social-icons-color-standard.social-icons-style-regular .vevo .sqs-use--mask {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-regular .sqs-svg-icon--list:hover .vevo .sqs-use--icon,
.social-icons-color-standard.social-icons-style-regular.sqs-svg-icon--list:hover .vevo .sqs-use--icon {
  fill: rgba(255, 0, 49, 0.4)
}
.social-icons-color-standard.social-icons-style-regular .sqs-svg-icon--list:hover .vevo:hover .sqs-use--icon,
.social-icons-color-standard.social-icons-style-regular.sqs-svg-icon--list:hover .vevo:hover .sqs-use--icon {
  fill: #ff0031
}
.social-icons-color-standard.social-icons-style-border .vevo {
  border-color: #ff0031
}
.social-icons-color-standard.social-icons-style-border .vevo .sqs-use--background {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-border .vevo .sqs-use--icon {
  fill: #ff0031
}
.social-icons-color-standard.social-icons-style-border .vevo .sqs-use--mask {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-border .vevo:hover {
  background-color: #ff0031
}
.social-icons-color-standard.social-icons-style-border .vevo:hover .sqs-use--icon {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-knockout .vevo .sqs-use--background {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-knockout .vevo .sqs-use--icon {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-knockout .vevo .sqs-use--mask {
  fill: #ff0031
}
.social-icons-color-standard.social-icons-style-knockout .sqs-svg-icon--list:hover .vevo .sqs-use--mask,
.social-icons-color-standard.social-icons-style-knockout.sqs-svg-icon--list:hover .vevo .sqs-use--mask {
  fill: rgba(255, 0, 49, 0.4)
}
.social-icons-color-standard.social-icons-style-knockout .sqs-svg-icon--list:hover .vevo:hover .sqs-use--mask,
.social-icons-color-standard.social-icons-style-knockout.sqs-svg-icon--list:hover .vevo:hover .sqs-use--mask {
  fill: #ff0031
}
.social-icons-color-standard.social-icons-style-solid .vevo .sqs-use--mask {
  fill: #ff0031
}
.social-icons-color-standard.social-icons-style-solid .vevo .sqs-use--icon {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-solid .vevo .sqs-use--background {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .vevo .sqs-use--mask,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .vevo .sqs-use--mask {
  fill: rgba(255, 0, 49, 0.4)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .vevo .sqs-use--icon,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .vevo .sqs-use--icon {
  fill: rgba(255, 255, 255, 0.4)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .vevo .sqs-use--background,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .vevo .sqs-use--background {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .vevo:hover .sqs-use--mask,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .vevo:hover .sqs-use--mask {
  fill: #ff0031
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .vevo:hover .sqs-use--icon,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .vevo:hover .sqs-use--icon {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .vevo:hover .sqs-use--background,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .vevo:hover .sqs-use--background {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-regular .vimeo .sqs-use--icon {
  fill: #1ab7ea
}
.social-icons-color-standard.social-icons-style-regular .vimeo .sqs-use--background,
.social-icons-color-standard.social-icons-style-regular .vimeo .sqs-use--mask {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-regular .sqs-svg-icon--list:hover .vimeo .sqs-use--icon,
.social-icons-color-standard.social-icons-style-regular.sqs-svg-icon--list:hover .vimeo .sqs-use--icon {
  fill: rgba(26, 183, 234, 0.4)
}
.social-icons-color-standard.social-icons-style-regular .sqs-svg-icon--list:hover .vimeo:hover .sqs-use--icon,
.social-icons-color-standard.social-icons-style-regular.sqs-svg-icon--list:hover .vimeo:hover .sqs-use--icon {
  fill: #1ab7ea
}
.social-icons-color-standard.social-icons-style-border .vimeo {
  border-color: #1ab7ea
}
.social-icons-color-standard.social-icons-style-border .vimeo .sqs-use--background {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-border .vimeo .sqs-use--icon {
  fill: #1ab7ea
}
.social-icons-color-standard.social-icons-style-border .vimeo .sqs-use--mask {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-border .vimeo:hover {
  background-color: #1ab7ea
}
.social-icons-color-standard.social-icons-style-border .vimeo:hover .sqs-use--icon {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-knockout .vimeo .sqs-use--background {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-knockout .vimeo .sqs-use--icon {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-knockout .vimeo .sqs-use--mask {
  fill: #1ab7ea
}
.social-icons-color-standard.social-icons-style-knockout .sqs-svg-icon--list:hover .vimeo .sqs-use--mask,
.social-icons-color-standard.social-icons-style-knockout.sqs-svg-icon--list:hover .vimeo .sqs-use--mask {
  fill: rgba(26, 183, 234, 0.4)
}
.social-icons-color-standard.social-icons-style-knockout .sqs-svg-icon--list:hover .vimeo:hover .sqs-use--mask,
.social-icons-color-standard.social-icons-style-knockout.sqs-svg-icon--list:hover .vimeo:hover .sqs-use--mask {
  fill: #1ab7ea
}
.social-icons-color-standard.social-icons-style-solid .vimeo .sqs-use--mask {
  fill: #1ab7ea
}
.social-icons-color-standard.social-icons-style-solid .vimeo .sqs-use--icon {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-solid .vimeo .sqs-use--background {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .vimeo .sqs-use--mask,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .vimeo .sqs-use--mask {
  fill: rgba(26, 183, 234, 0.4)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .vimeo .sqs-use--icon,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .vimeo .sqs-use--icon {
  fill: rgba(255, 255, 255, 0.4)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .vimeo .sqs-use--background,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .vimeo .sqs-use--background {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .vimeo:hover .sqs-use--mask,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .vimeo:hover .sqs-use--mask {
  fill: #1ab7ea
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .vimeo:hover .sqs-use--icon,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .vimeo:hover .sqs-use--icon {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .vimeo:hover .sqs-use--background,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .vimeo:hover .sqs-use--background {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-regular .vine .sqs-use--icon {
  fill: #00b488
}
.social-icons-color-standard.social-icons-style-regular .vine .sqs-use--background,
.social-icons-color-standard.social-icons-style-regular .vine .sqs-use--mask {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-regular .sqs-svg-icon--list:hover .vine .sqs-use--icon,
.social-icons-color-standard.social-icons-style-regular.sqs-svg-icon--list:hover .vine .sqs-use--icon {
  fill: rgba(0, 180, 136, 0.4)
}
.social-icons-color-standard.social-icons-style-regular .sqs-svg-icon--list:hover .vine:hover .sqs-use--icon,
.social-icons-color-standard.social-icons-style-regular.sqs-svg-icon--list:hover .vine:hover .sqs-use--icon {
  fill: #00b488
}
.social-icons-color-standard.social-icons-style-border .vine {
  border-color: #00b488
}
.social-icons-color-standard.social-icons-style-border .vine .sqs-use--background {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-border .vine .sqs-use--icon {
  fill: #00b488
}
.social-icons-color-standard.social-icons-style-border .vine .sqs-use--mask {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-border .vine:hover {
  background-color: #00b488
}
.social-icons-color-standard.social-icons-style-border .vine:hover .sqs-use--icon {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-knockout .vine .sqs-use--background {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-knockout .vine .sqs-use--icon {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-knockout .vine .sqs-use--mask {
  fill: #00b488
}
.social-icons-color-standard.social-icons-style-knockout .sqs-svg-icon--list:hover .vine .sqs-use--mask,
.social-icons-color-standard.social-icons-style-knockout.sqs-svg-icon--list:hover .vine .sqs-use--mask {
  fill: rgba(0, 180, 136, 0.4)
}
.social-icons-color-standard.social-icons-style-knockout .sqs-svg-icon--list:hover .vine:hover .sqs-use--mask,
.social-icons-color-standard.social-icons-style-knockout.sqs-svg-icon--list:hover .vine:hover .sqs-use--mask {
  fill: #00b488
}
.social-icons-color-standard.social-icons-style-solid .vine .sqs-use--mask {
  fill: #00b488
}
.social-icons-color-standard.social-icons-style-solid .vine .sqs-use--icon {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-solid .vine .sqs-use--background {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .vine .sqs-use--mask,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .vine .sqs-use--mask {
  fill: rgba(0, 180, 136, 0.4)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .vine .sqs-use--icon,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .vine .sqs-use--icon {
  fill: rgba(255, 255, 255, 0.4)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .vine .sqs-use--background,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .vine .sqs-use--background {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .vine:hover .sqs-use--mask,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .vine:hover .sqs-use--mask {
  fill: #00b488
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .vine:hover .sqs-use--icon,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .vine:hover .sqs-use--icon {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .vine:hover .sqs-use--background,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .vine:hover .sqs-use--background {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-regular .vsco .sqs-use--icon {
  fill: #a9a849
}
.social-icons-color-standard.social-icons-style-regular .vsco .sqs-use--background,
.social-icons-color-standard.social-icons-style-regular .vsco .sqs-use--mask {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-regular .sqs-svg-icon--list:hover .vsco .sqs-use--icon,
.social-icons-color-standard.social-icons-style-regular.sqs-svg-icon--list:hover .vsco .sqs-use--icon {
  fill: rgba(169, 168, 73, 0.4)
}
.social-icons-color-standard.social-icons-style-regular .sqs-svg-icon--list:hover .vsco:hover .sqs-use--icon,
.social-icons-color-standard.social-icons-style-regular.sqs-svg-icon--list:hover .vsco:hover .sqs-use--icon {
  fill: #a9a849
}
.social-icons-color-standard.social-icons-style-border .vsco {
  border-color: #a9a849
}
.social-icons-color-standard.social-icons-style-border .vsco .sqs-use--background {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-border .vsco .sqs-use--icon {
  fill: #a9a849
}
.social-icons-color-standard.social-icons-style-border .vsco .sqs-use--mask {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-border .vsco:hover {
  background-color: #a9a849
}
.social-icons-color-standard.social-icons-style-border .vsco:hover .sqs-use--icon {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-knockout .vsco .sqs-use--background {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-knockout .vsco .sqs-use--icon {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-knockout .vsco .sqs-use--mask {
  fill: #a9a849
}
.social-icons-color-standard.social-icons-style-knockout .sqs-svg-icon--list:hover .vsco .sqs-use--mask,
.social-icons-color-standard.social-icons-style-knockout.sqs-svg-icon--list:hover .vsco .sqs-use--mask {
  fill: rgba(169, 168, 73, 0.4)
}
.social-icons-color-standard.social-icons-style-knockout .sqs-svg-icon--list:hover .vsco:hover .sqs-use--mask,
.social-icons-color-standard.social-icons-style-knockout.sqs-svg-icon--list:hover .vsco:hover .sqs-use--mask {
  fill: #a9a849
}
.social-icons-color-standard.social-icons-style-solid .vsco .sqs-use--mask {
  fill: #a9a849
}
.social-icons-color-standard.social-icons-style-solid .vsco .sqs-use--icon {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-solid .vsco .sqs-use--background {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .vsco .sqs-use--mask,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .vsco .sqs-use--mask {
  fill: rgba(169, 168, 73, 0.4)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .vsco .sqs-use--icon,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .vsco .sqs-use--icon {
  fill: rgba(255, 255, 255, 0.4)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .vsco .sqs-use--background,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .vsco .sqs-use--background {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .vsco:hover .sqs-use--mask,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .vsco:hover .sqs-use--mask {
  fill: #a9a849
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .vsco:hover .sqs-use--icon,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .vsco:hover .sqs-use--icon {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .vsco:hover .sqs-use--background,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .vsco:hover .sqs-use--background {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-regular .yelp .sqs-use--icon {
  fill: #c41200
}
.social-icons-color-standard.social-icons-style-regular .yelp .sqs-use--background,
.social-icons-color-standard.social-icons-style-regular .yelp .sqs-use--mask {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-regular .sqs-svg-icon--list:hover .yelp .sqs-use--icon,
.social-icons-color-standard.social-icons-style-regular.sqs-svg-icon--list:hover .yelp .sqs-use--icon {
  fill: rgba(196, 18, 0, 0.4)
}
.social-icons-color-standard.social-icons-style-regular .sqs-svg-icon--list:hover .yelp:hover .sqs-use--icon,
.social-icons-color-standard.social-icons-style-regular.sqs-svg-icon--list:hover .yelp:hover .sqs-use--icon {
  fill: #c41200
}
.social-icons-color-standard.social-icons-style-border .yelp {
  border-color: #c41200
}
.social-icons-color-standard.social-icons-style-border .yelp .sqs-use--background {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-border .yelp .sqs-use--icon {
  fill: #c41200
}
.social-icons-color-standard.social-icons-style-border .yelp .sqs-use--mask {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-border .yelp:hover {
  background-color: #c41200
}
.social-icons-color-standard.social-icons-style-border .yelp:hover .sqs-use--icon {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-knockout .yelp .sqs-use--background {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-knockout .yelp .sqs-use--icon {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-knockout .yelp .sqs-use--mask {
  fill: #c41200
}
.social-icons-color-standard.social-icons-style-knockout .sqs-svg-icon--list:hover .yelp .sqs-use--mask,
.social-icons-color-standard.social-icons-style-knockout.sqs-svg-icon--list:hover .yelp .sqs-use--mask {
  fill: rgba(196, 18, 0, 0.4)
}
.social-icons-color-standard.social-icons-style-knockout .sqs-svg-icon--list:hover .yelp:hover .sqs-use--mask,
.social-icons-color-standard.social-icons-style-knockout.sqs-svg-icon--list:hover .yelp:hover .sqs-use--mask {
  fill: #c41200
}
.social-icons-color-standard.social-icons-style-solid .yelp .sqs-use--mask {
  fill: #c41200
}
.social-icons-color-standard.social-icons-style-solid .yelp .sqs-use--icon {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-solid .yelp .sqs-use--background {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .yelp .sqs-use--mask,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .yelp .sqs-use--mask {
  fill: rgba(196, 18, 0, 0.4)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .yelp .sqs-use--icon,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .yelp .sqs-use--icon {
  fill: rgba(255, 255, 255, 0.4)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .yelp .sqs-use--background,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .yelp .sqs-use--background {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .yelp:hover .sqs-use--mask,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .yelp:hover .sqs-use--mask {
  fill: #c41200
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .yelp:hover .sqs-use--icon,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .yelp:hover .sqs-use--icon {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .yelp:hover .sqs-use--background,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .yelp:hover .sqs-use--background {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-regular .youtube .sqs-use--icon {
  fill: #e52d27
}
.social-icons-color-standard.social-icons-style-regular .youtube .sqs-use--background,
.social-icons-color-standard.social-icons-style-regular .youtube .sqs-use--mask {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-regular .sqs-svg-icon--list:hover .youtube .sqs-use--icon,
.social-icons-color-standard.social-icons-style-regular.sqs-svg-icon--list:hover .youtube .sqs-use--icon {
  fill: rgba(229, 45, 39, 0.4)
}
.social-icons-color-standard.social-icons-style-regular .sqs-svg-icon--list:hover .youtube:hover .sqs-use--icon,
.social-icons-color-standard.social-icons-style-regular.sqs-svg-icon--list:hover .youtube:hover .sqs-use--icon {
  fill: #e52d27
}
.social-icons-color-standard.social-icons-style-border .youtube {
  border-color: #e52d27
}
.social-icons-color-standard.social-icons-style-border .youtube .sqs-use--background {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-border .youtube .sqs-use--icon {
  fill: #e52d27
}
.social-icons-color-standard.social-icons-style-border .youtube .sqs-use--mask {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-border .youtube:hover {
  background-color: #e52d27
}
.social-icons-color-standard.social-icons-style-border .youtube:hover .sqs-use--icon {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-knockout .youtube .sqs-use--background {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-knockout .youtube .sqs-use--icon {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-knockout .youtube .sqs-use--mask {
  fill: #e52d27
}
.social-icons-color-standard.social-icons-style-knockout .sqs-svg-icon--list:hover .youtube .sqs-use--mask,
.social-icons-color-standard.social-icons-style-knockout.sqs-svg-icon--list:hover .youtube .sqs-use--mask {
  fill: rgba(229, 45, 39, 0.4)
}
.social-icons-color-standard.social-icons-style-knockout .sqs-svg-icon--list:hover .youtube:hover .sqs-use--mask,
.social-icons-color-standard.social-icons-style-knockout.sqs-svg-icon--list:hover .youtube:hover .sqs-use--mask {
  fill: #e52d27
}
.social-icons-color-standard.social-icons-style-solid .youtube .sqs-use--mask {
  fill: #e52d27
}
.social-icons-color-standard.social-icons-style-solid .youtube .sqs-use--icon {
  fill: transparent
}
.social-icons-color-standard.social-icons-style-solid .youtube .sqs-use--background {
  fill: #fff
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .youtube .sqs-use--mask,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .youtube .sqs-use--mask {
  fill: rgba(229, 45, 39, 0.4)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .youtube .sqs-use--icon,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .youtube .sqs-use--icon {
  fill: rgba(255, 255, 255, 0.4)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .youtube .sqs-use--background,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .youtube .sqs-use--background {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .youtube:hover .sqs-use--mask,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .youtube:hover .sqs-use--mask {
  fill: #e52d27
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .youtube:hover .sqs-use--icon,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .youtube:hover .sqs-use--icon {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-color-standard.social-icons-style-solid .sqs-svg-icon--list:hover .youtube:hover .sqs-use--background,
.social-icons-color-standard.social-icons-style-solid.sqs-svg-icon--list:hover .youtube:hover .sqs-use--background {
  fill: #fff
}
.sqs-svg-icon--wrapper {
  -webkit-transition: background-color 170ms ease-in-out;
  transition: background-color 170ms ease-in-out;
  -webkit-transition: background-color 170ms ease-in-out 0.2s 0s ease-in-out;
  -moz-transition: background-color 170ms ease-in-out 0.2s 0s ease-in-out;
  -o-transition: background-color 170ms ease-in-out 0.2s 0s ease-in-out;
  transition: background-color 170ms ease-in-out 0.2s 0s ease-in-out
}
.sqs-use--icon,
.sqs-use--mask,
.sqs-use--background {
  -webkit-transition: fill 170ms ease-in-out;
  transition: fill 170ms ease-in-out;
  -webkit-transition: fill 170ms ease-in-out 0.2s 0s ease-in-out;
  -moz-transition: fill 170ms ease-in-out 0.2s 0s ease-in-out;
  -o-transition: fill 170ms ease-in-out 0.2s 0s ease-in-out;
  transition: fill 170ms ease-in-out 0.2s 0s ease-in-out
}
.social-solid-icon-anim-out 0% {
  fill: #fff
}
.social-solid-icon-anim-out 100% {
  fill: rgba(255, 255, 255, 0.4)
}
@-webkit-keyframes social-solid-icon-anim-out {
  0% {
    fill: #fff
  }
  100% {
    fill: rgba(255, 255, 255, 0.4)
  }
}
@keyframes social-solid-icon-anim {
  0% {
    fill: #fff
  }
  100% {
    fill: rgba(255, 255, 255, 0.4)
  }
}
.social-solid-icon-anim-off 0% {
  fill: rgba(255, 255, 255, 0.4)
}
.social-solid-icon-anim-off 99% {
  fill: #fff
}
.social-solid-icon-anim-off 100% {
  fill: rgba(255, 255, 255, 0)
}
@-webkit-keyframes social-solid-icon-anim-off {
  0% {
    fill: rgba(255, 255, 255, 0.4)
  }
  99% {
    fill: #fff
  }
  100% {
    fill: rgba(255, 255, 255, 0)
  }
}
@keyframes social-solid-icon-anim {
  0% {
    fill: rgba(255, 255, 255, 0.4)
  }
  99% {
    fill: #fff
  }
  100% {
    fill: rgba(255, 255, 255, 0)
  }
}
.social-solid-icon-anim-in 0% {
  fill: rgba(255, 255, 255, 0.4)
}
.social-solid-icon-anim-in 100% {
  fill: #fff
}
@-webkit-keyframes social-solid-icon-anim-in {
  0% {
    fill: rgba(255, 255, 255, 0.4)
  }
  100% {
    fill: #fff
  }
}
@keyframes social-solid-icon-anim {
  0% {
    fill: rgba(255, 255, 255, 0.4)
  }
  100% {
    fill: #fff
  }
}
.social-icons-style-solid .sqs-use--background {
  -webkit-transition: fill 0ms 170ms ease-in-out;
  transition: fill 0ms 170ms ease-in-out;
  -webkit-transition: fill 0ms 170ms ease-in-out 0.2s 0s ease-in-out;
  -moz-transition: fill 0ms 170ms ease-in-out 0.2s 0s ease-in-out;
  -o-transition: fill 0ms 170ms ease-in-out 0.2s 0s ease-in-out;
  transition: fill 0ms 170ms ease-in-out 0.2s 0s ease-in-out
}
.social-icons-style-solid .sqs-use--icon {
  -webkit-animation: social-solid-icon-anim-off 170ms ease-in-out;
  animation: social-solid-icon-anim-off 170ms ease-in-out
}
.social-icons-style-solid .sqs-svg-icon--list:hover .sqs-use--icon,
.social-icons-style-solid.sqs-svg-icon--list:hover .sqs-use--icon {
  -webkit-animation: social-solid-icon-anim-out 170ms ease-in-out;
  animation: social-solid-icon-anim-out 170ms ease-in-out
}
.social-icons-style-solid .sqs-svg-icon--list:hover .sqs-use--background,
.social-icons-style-solid.sqs-svg-icon--list:hover .sqs-use--background {
  -webkit-transition: fill 0ms 0ms ease-in-out;
  transition: fill 0ms 0ms ease-in-out;
  -webkit-transition: fill 0ms 0ms ease-in-out 0.2s 0s ease-in-out;
  -moz-transition: fill 0ms 0ms ease-in-out 0.2s 0s ease-in-out;
  -o-transition: fill 0ms 0ms ease-in-out 0.2s 0s ease-in-out;
  transition: fill 0ms 0ms ease-in-out 0.2s 0s ease-in-out
}
.social-icons-style-solid .sqs-svg-icon--list:hover .sqs-svg-icon--wrapper:hover .sqs-use--icon,
.social-icons-style-solid.sqs-svg-icon--list:hover .sqs-svg-icon--wrapper:hover .sqs-use--icon {
  -webkit-animation: social-solid-icon-anim-in 170ms ease-in-out;
  animation: social-solid-icon-anim-in 170ms ease-in-out
}
.social-icons-style-solid .sqs-svg-icon--list:hover .sqs-svg-icon--wrapper:hover .sqs-use--background,
.social-icons-style-solid.sqs-svg-icon--list:hover .sqs-svg-icon--wrapper:hover .sqs-use--background {
  -webkit-transition: fill 0ms 160ms ease-in-out;
  transition: fill 0ms 160ms ease-in-out;
  -webkit-transition: fill 0ms 160ms ease-in-out 0.2s 0s ease-in-out;
  -moz-transition: fill 0ms 160ms ease-in-out 0.2s 0s ease-in-out;
  -o-transition: fill 0ms 160ms ease-in-out 0.2s 0s ease-in-out;
  transition: fill 0ms 160ms ease-in-out 0.2s 0s ease-in-out
}
/*IE9_SPLIT_MARKER*/

.sqs-svg-icon--list.social-icon-alignment-left {
  text-align: left
}
.sqs-svg-icon--list.social-icon-alignment-right {
  text-align: right
}
.sqs-svg-icon--list.social-icon-alignment-center {
  text-align: center
}
.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: 0.7em
}
.rss-block .social-rss:before {
  content: "\e630"
}
.social-icons-style-regular .sqs-use--icon {
  fill: #fff
}
.social-icons-style-regular .sqs-use--background,
.social-icons-style-regular .sqs-use--mask {
  fill: transparent
}
.social-icons-style-regular.social-icons-color-white .sqs-use--icon {
  fill: #fff
}
.social-icons-style-regular.social-icons-color-white .sqs-use--background,
.social-icons-style-regular.social-icons-color-white .sqs-use--mask {
  fill: transparent
}
.social-icons-style-regular.social-icons-color-black .sqs-use--icon {
  fill: #222
}
.social-icons-style-regular.social-icons-color-black .sqs-use--background,
.social-icons-style-regular.social-icons-color-black .sqs-use--mask {
  fill: transparent
}
.social-icons-style-border .sqs-svg-icon--wrapper {
  border-color: #fff
}
.social-icons-style-border .sqs-use--icon {
  fill: #fff
}
.social-icons-style-border .sqs-use--background,
.social-icons-style-border .sqs-use--mask {
  fill: transparent
}
.social-icons-style-border.social-icons-color-white .sqs-svg-icon--wrapper {
  border-color: #fff
}
.social-icons-style-border.social-icons-color-white .sqs-use--icon {
  fill: #fff
}
.social-icons-style-border.social-icons-color-white .sqs-use--background,
.social-icons-style-border.social-icons-color-white .sqs-use--mask {
  fill: transparent
}
.social-icons-style-border.social-icons-color-black .sqs-svg-icon--wrapper {
  border-color: #222
}
.social-icons-style-border.social-icons-color-black .sqs-use--icon {
  fill: #222
}
.social-icons-style-border.social-icons-color-black .sqs-use--background,
.social-icons-style-border.social-icons-color-black .sqs-use--mask {
  fill: transparent
}
.social-icons-style-knockout .sqs-use--mask {
  fill: #fff
}
.social-icons-style-knockout .sqs-use--background,
.social-icons-style-knockout .sqs-use--icon {
  fill: transparent
}
.social-icons-style-knockout.social-icons-color-white .sqs-use--mask {
  fill: #fff
}
.social-icons-style-knockout.social-icons-color-white .sqs-use--background,
.social-icons-style-knockout.social-icons-color-white .sqs-use--icon {
  fill: transparent
}
.social-icons-style-knockout.social-icons-color-black .sqs-use--mask {
  fill: #222
}
.social-icons-style-knockout.social-icons-color-black .sqs-use--background,
.social-icons-style-knockout.social-icons-color-black .sqs-use--icon {
  fill: transparent
}
.social-icons-style-solid .sqs-use--icon {
  fill: #222
}
.social-icons-style-solid .sqs-use--background {
  fill: #222
}
.social-icons-style-solid .sqs-use--mask {
  fill: #fff
}
.social-icons-style-solid.social-icons-color-white .sqs-use--icon {
  fill: #222
}
.social-icons-style-solid.social-icons-color-white .sqs-use--background {
  fill: #fff
}
.social-icons-style-solid.social-icons-color-white .sqs-use--mask {
  fill: #fff
}
.social-icons-style-solid.social-icons-color-black .sqs-use--icon {
  fill: #fff
}
.social-icons-style-solid.social-icons-color-black .sqs-use--background {
  fill: #222
}
.social-icons-style-solid.social-icons-color-black .sqs-use--mask {
  fill: #222
}
.social-icons-style-border .sqs-svg-icon--wrapper:hover {
  background-color: #fff
}
.social-icons-style-border .sqs-svg-icon--wrapper:hover .sqs-use--icon {
  fill: #222
}
.social-icons-style-border.social-icons-color-white .sqs-svg-icon--wrapper:hover {
  background-color: #fff
}
.social-icons-style-border.social-icons-color-white .sqs-svg-icon--wrapper:hover .sqs-use--icon {
  fill: #222
}
.social-icons-style-border.social-icons-color-black .sqs-svg-icon--wrapper:hover {
  background-color: #222
}
.social-icons-style-border.social-icons-color-black .sqs-svg-icon--wrapper:hover .sqs-use--icon {
  fill: #fff
}
.social-icons-style-regular:hover .sqs-svg-icon--wrapper .sqs-use--icon {
  fill: rgba(255, 255, 255, 0.4)
}
.social-icons-style-regular:hover .sqs-svg-icon--wrapper:hover .sqs-use--icon {
  fill: #fff
}
.social-icons-style-regular.social-icons-color-white:hover .sqs-svg-icon--wrapper .sqs-use--icon {
  fill: rgba(255, 255, 255, 0.4)
}
.social-icons-style-regular.social-icons-color-white:hover .sqs-svg-icon--wrapper:hover .sqs-use--icon {
  fill: #fff
}
.social-icons-style-regular.social-icons-color-black:hover .sqs-svg-icon--wrapper .sqs-use--icon {
  fill: rgba(34, 34, 34, 0.4)
}
.social-icons-style-regular.social-icons-color-black:hover .sqs-svg-icon--wrapper:hover .sqs-use--icon {
  fill: #222
}
.social-icons-style-knockout:hover .sqs-svg-icon--wrapper .sqs-use--mask {
  fill: rgba(255, 255, 255, 0.4)
}
.social-icons-style-knockout:hover .sqs-svg-icon--wrapper:hover .sqs-use--mask {
  fill: #fff
}
.social-icons-style-knockout.social-icons-color-white:hover .sqs-svg-icon--wrapper .sqs-use--mask {
  fill: rgba(255, 255, 255, 0.4)
}
.social-icons-style-knockout.social-icons-color-white:hover .sqs-svg-icon--wrapper:hover .sqs-use--mask {
  fill: #fff
}
.social-icons-style-knockout.social-icons-color-black:hover .sqs-svg-icon--wrapper .sqs-use--mask {
  fill: rgba(34, 34, 34, 0.4)
}
.social-icons-style-knockout.social-icons-color-black:hover .sqs-svg-icon--wrapper:hover .sqs-use--mask {
  fill: #222
}
.social-icons-style-solid:hover .sqs-svg-icon--wrapper .sqs-use--mask {
  fill: rgba(255, 255, 255, 0.4)
}
.social-icons-style-solid:hover .sqs-svg-icon--wrapper .sqs-use--icon {
  fill: rgba(34, 34, 34, 0.4)
}
.social-icons-style-solid:hover .sqs-svg-icon--wrapper .sqs-use--background {
  fill: rgba(34, 34, 34, 0)
}
.social-icons-style-solid:hover .sqs-svg-icon--wrapper:hover .sqs-use--mask {
  fill: #fff
}
.social-icons-style-solid:hover .sqs-svg-icon--wrapper:hover .sqs-use--icon {
  fill: rgba(34, 34, 34, 0)
}
.social-icons-style-solid:hover .sqs-svg-icon--wrapper:hover .sqs-use--background {
  fill: #222
}
.social-icons-style-solid.social-icons-color-white:hover .sqs-svg-icon--wrapper .sqs-use--mask,
.social-icons-style-solid.social-icons-color-black:hover .sqs-svg-icon--wrapper .sqs-use--mask {
  fill: rgba(255, 255, 255, 0.4)
}
.social-icons-style-solid.social-icons-color-white:hover .sqs-svg-icon--wrapper .sqs-use--icon,
.social-icons-style-solid.social-icons-color-black:hover .sqs-svg-icon--wrapper .sqs-use--icon {
  fill: rgba(34, 34, 34, 0.4)
}
.social-icons-style-solid.social-icons-color-white:hover .sqs-svg-icon--wrapper .sqs-use--background,
.social-icons-style-solid.social-icons-color-black:hover .sqs-svg-icon--wrapper .sqs-use--background {
  fill: rgba(34, 34, 34, 0)
}
.social-icons-style-solid.social-icons-color-white:hover .sqs-svg-icon--wrapper:hover .sqs-use--mask,
.social-icons-style-solid.social-icons-color-black:hover .sqs-svg-icon--wrapper:hover .sqs-use--mask {
  fill: #222
}
.social-icons-style-solid.social-icons-color-white:hover .sqs-svg-icon--wrapper:hover .sqs-use--icon,
.social-icons-style-solid.social-icons-color-black:hover .sqs-svg-icon--wrapper:hover .sqs-use--icon {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-style-solid.social-icons-color-white:hover .sqs-svg-icon--wrapper:hover .sqs-use--background,
.social-icons-style-solid.social-icons-color-black:hover .sqs-svg-icon--wrapper:hover .sqs-use--background {
  fill: #fff
}
@font-face {
  font-family: 'social-icon-font';
  src: url('//static.squarespace.com/universal/fonts/social-20141119/social-icon-font.eot');
  src: url('//static.squarespace.com/universal/fonts/social-20141119/social-icon-font.eot?#iefix') format('embedded-opentype')
  , url('//static.squarespace.com/universal/fonts/social-20141119/social-icon-font.woff') format('woff')
  , url('//static.squarespace.com/universal/fonts/social-20141119/social-icon-font.ttf') format('truetype')
  , url('//static.squarespace.com/universal/fonts/social-20141119/social-icon-font.svg#social-icon-font') format('svg');
  font-weight: normal;
  font-style: normal
}
.social-smugmug: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-flickr:before,
.social-facebook:before,
.social-fivehundredpix:before,
.social-fivehundredpx:before,
.social-email:before,
.social-github:before,
.social-rss:before,
.social-spotify:before,
.social-soundcloud:before,
.social-itunes:before,
.social-googleplay:before,
.social-dropbox:before,
.social-bandsintown:before,
.social-behance:before,
.social-codepen:before,
.social-medium:before,
.social-rdio:before,
.social-squarespace:before,
.social-vine:before,
.social-yelp:before,
.social-vevo:before,
.social-meetup:before,
.social-twitch:before,
.social-vsco:before,
.social-smugmug-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-flickr-square:before,
.social-facebook-square:before,
.social-fivehundredpix-square:before,
.social-fivehundredpx-square:before,
.social-email-square:before,
.social-github-square:before,
.social-rss-square:before,
.social-spotify-square:before,
.social-soundcloud-square:before,
.social-itunes-square:before,
.social-googleplay-square:before,
.social-dropbox-square:before,
.social-bandsintown-square:before,
.social-behance-square:before,
.social-codepen-square:before,
.social-medium-square:before,
.social-rdio-square:before,
.social-squarespace-square:before,
.social-vine-square:before,
.social-yelp-square:before,
.social-vevo-square:before,
.social-meetup-square:before,
.social-twitch-square:before,
.social-vsco-square:before,
.social-smugmug-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-flickr-round:before,
.social-facebook-round:before,
.social-fivehundredpix-round:before,
.social-fivehundredpx-round:before,
.social-email-round:before,
.social-github-round:before,
.social-rss-round:before,
.social-spotify-round:before,
.social-soundcloud-round:before,
.social-itunes-round:before,
.social-googleplay-round:before,
.social-dropbox-round:before,
.social-bandsintown-round:before,
.social-behance-round:before,
.social-codepen-round:before,
.social-medium-round:before,
.social-rdio-round:before,
.social-squarespace-round:before,
.social-vine-round:before,
.social-yelp-round:before,
.social-vevo-round:before,
.social-meetup-round:before,
.social-twitch-round:before,
.social-vsco-round:before {
  font-family: 'social-icon-font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.social-smugmug:before {
  content: "\e600"
}
.social-icon-style-square .social-smugmug:before {
  content: "\e601"
}
.social-icon-style-round .social-smugmug:before {
  content: "\e602"
}
.social-dribbble:before {
  content: "\e603"
}
.social-icon-style-square .social-dribbble:before {
  content: "\e604"
}
.social-icon-style-round .social-dribbble:before {
  content: "\e605"
}
.social-youtube:before {
  content: "\e606"
}
.social-icon-style-square .social-youtube:before {
  content: "\e607"
}
.social-icon-style-round .social-youtube:before {
  content: "\e608"
}
.social-vimeo:before {
  content: "\e609"
}
.social-icon-style-square .social-vimeo:before {
  content: "\e60a"
}
.social-icon-style-round .social-vimeo:before {
  content: "\e60b"
}
.social-twitter:before {
  content: "\e60c"
}
.social-icon-style-square .social-twitter:before {
  content: "\e60d"
}
.social-icon-style-round .social-twitter:before {
  content: "\e60e"
}
.social-tumblr:before {
  content: "\e60f"
}
.social-icon-style-square .social-tumblr:before {
  content: "\e610"
}
.social-icon-style-round .social-tumblr:before {
  content: "\e611"
}
.social-pinterest:before {
  content: "\e612"
}
.social-icon-style-square .social-pinterest:before {
  content: "\e613"
}
.social-icon-style-round .social-pinterest:before {
  content: "\e614"
}
.social-linkedin:before {
  content: "\e615"
}
.social-icon-style-square .social-linkedin:before {
  content: "\e616"
}
.social-icon-style-round .social-linkedin:before {
  content: "\e617"
}
.social-instagram:before {
  content: "\e618"
}
.social-icon-style-square .social-instagram:before {
  content: "\e619"
}
.social-icon-style-round .social-instagram:before {
  content: "\e61a"
}
.social-google:before {
  content: "\e61b"
}
.social-icon-style-square .social-google:before {
  content: "\e61c"
}
.social-icon-style-round .social-google:before {
  content: "\e61d"
}
.social-googleauth2:before {
  content: "\e61b"
}
.social-foursquare:before {
  content: "\e61e"
}
.social-icon-style-square .social-foursquare:before {
  content: "\e61f"
}
.social-icon-style-round .social-foursquare:before {
  content: "\e620"
}
.social-flickr:before {
  content: "\e621"
}
.social-icon-style-square .social-flickr:before {
  content: "\e622"
}
.social-icon-style-round .social-flickr:before {
  content: "\e623"
}
.social-facebook:before {
  content: "\e624"
}
.social-icon-style-square .social-facebook:before {
  content: "\e625"
}
.social-icon-style-round .social-facebook:before {
  content: "\e626"
}
.social-fivehundredpix:before {
  content: "\e627"
}
.social-icon-style-square .social-fivehundredpix:before {
  content: "\e628"
}
.social-icon-style-round .social-fivehundredpix:before {
  content: "\e629"
}
.social-fivehundredpx:before {
  content: "\e627"
}
.social-icon-style-square .social-fivehundredpx:before {
  content: "\e628"
}
.social-icon-style-round .social-fivehundredpx:before {
  content: "\e629"
}
.social-email:before {
  content: "\e62a"
}
.social-icon-style-square .social-email:before {
  content: "\e62b"
}
.social-icon-style-round .social-email:before {
  content: "\e62c"
}
.social-github:before {
  content: "\e62d"
}
.social-icon-style-square .social-github:before {
  content: "\e62e"
}
.social-icon-style-round .social-github:before {
  content: "\e62f"
}
.social-rss:before {
  content: "\e630"
}
.social-icon-style-square .social-rss:before {
  content: "\e631"
}
.social-icon-style-round .social-rss:before {
  content: "\e632"
}
.social-spotify:before {
  content: "\e633"
}
.social-icon-style-square .social-spotify:before {
  content: "\e634"
}
.social-icon-style-round .social-spotify:before {
  content: "\e635"
}
.social-soundcloud:before {
  content: "\e636"
}
.social-icon-style-square .social-soundcloud:before {
  content: "\e637"
}
.social-icon-style-round .social-soundcloud:before {
  content: "\e638"
}
.social-itunes:before {
  content: "\e639"
}
.social-icon-style-square .social-itunes:before {
  content: "\e63a"
}
.social-icon-style-round .social-itunes:before {
  content: "\e63b"
}
.social-googleplay:before {
  content: "\e63c"
}
.social-icon-style-square .social-googleplay:before {
  content: "\e63d"
}
.social-icon-style-round .social-googleplay:before {
  content: "\e63e"
}
.social-dropbox:before {
  content: "\e63f"
}
.social-icon-style-square .social-dropbox:before {
  content: "\e640"
}
.social-icon-style-round .social-dropbox:before {
  content: "\e641"
}
.social-bandsintown:before {
  content: "\e642"
}
.social-icon-style-square .social-bandsintown:before {
  content: "\e643"
}
.social-icon-style-round .social-bandsintown:before {
  content: "\e644"
}
.social-behance:before {
  content: "\e645"
}
.social-icon-style-square .social-behance:before {
  content: "\e646"
}
.social-icon-style-round .social-behance:before {
  content: "\e647"
}
.social-codepen:before {
  content: "\e648"
}
.social-icon-style-square .social-codepen:before {
  content: "\e649"
}
.social-icon-style-round .social-codepen:before {
  content: "\e64a"
}
.social-medium:before {
  content: "\e64b"
}
.social-icon-style-square .social-medium:before {
  content: "\e64c"
}
.social-icon-style-round .social-medium:before {
  content: "\e64d"
}
.social-rdio:before {
  content: "\e64e"
}
.social-icon-style-square .social-rdio:before {
  content: "\e64f"
}
.social-icon-style-round .social-rdio:before {
  content: "\e650"
}
.social-squarespace:before {
  content: "\e651"
}
.social-icon-style-square .social-squarespace:before {
  content: "\e652"
}
.social-icon-style-round .social-squarespace:before {
  content: "\e653"
}
.social-vine:before {
  content: "\e654"
}
.social-icon-style-square .social-vine:before {
  content: "\e655"
}
.social-icon-style-round .social-vine:before {
  content: "\e656"
}
.social-yelp:before {
  content: "\e657"
}
.social-icon-style-square .social-yelp:before {
  content: "\e658"
}
.social-icon-style-round .social-yelp:before {
  content: "\e659"
}
.social-meetup:before {
  content: "\e65a"
}
.social-icon-style-square .social-meetup:before {
  content: "\e65b"
}
.social-icon-style-round .social-meetup:before {
  content: "\e65c"
}
.social-vevo:before {
  content: "\e65d"
}
.social-icon-style-square .social-vevo:before {
  content: "\e65e"
}
.social-icon-style-round .social-vevo:before {
  content: "\e65f"
}
.social-twitch:before {
  content: "\e660"
}
.social-icon-style-square .social-twitch:before {
  content: "\e661"
}
.social-icon-style-round .social-twitch:before {
  content: "\e662"
}
.social-vsco:before {
  content: "\e663"
}
.social-icon-style-square .social-vsco:before {
  content: "\e664"
}
.social-icon-style-round .social-vsco:before {
  content: "\e665"
}
.sqs-block-socialaccountlinks .social-account-svg-list,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list {
  text-align: left
}
.sqs-block-socialaccountlinks .social-account-svg-list:before,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list:before,
.sqs-block-socialaccountlinks .social-account-svg-list:after,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list:after {
  content: "";
  display: table
}
.sqs-block-socialaccountlinks .social-account-svg-list:after,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list:after {
  clear: both
}
.sqs-block-socialaccountlinks .social-account-svg-list a,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list a,
.sqs-block-socialaccountlinks .social-account-svg-list a:link,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list a:link,
.sqs-block-socialaccountlinks .social-account-svg-list a:visited,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list a:visited {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 20px;
  color: #111;
  text-decoration: none !important;
  *zoom: 1;
  *display: inline;
  font-weight: normal
}
.sqs-block-socialaccountlinks .social-account-svg-list a:before,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list a:before,
.sqs-block-socialaccountlinks .social-account-svg-list a:link:before,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list a:link:before,
.sqs-block-socialaccountlinks .social-account-svg-list a:visited:before,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list a:visited:before {
  font-size: 20px;
  line-height: 20px
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-alignment-left a,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-alignment-left a {
  margin-right: 0.75em
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-alignment-right a,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-alignment-right a {
  margin-left: 0.75em
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-alignment-center a,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-alignment-center a {
  margin: 0 0.375em
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-alignment-center,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-alignment-center {
  text-align: center
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-alignment-right,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-alignment-right {
  text-align: right
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-white a,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-white a,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-white a:visited,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-white a:visited {
  color: #fff
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a.social-bandsintown,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a.social-bandsintown,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:link.social-bandsintown,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:link.social-bandsintown,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:visited.social-bandsintown,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:visited.social-bandsintown {
  color: #00b4b3
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a.social-behance,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a.social-behance,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:link.social-behance,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:link.social-behance,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:visited.social-behance,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:visited.social-behance {
  color: #1769ff
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a.social-codepen,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a.social-codepen,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:link.social-codepen,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:link.social-codepen,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:visited.social-codepen,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:visited.social-codepen {
  color: #222
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a.social-dribbble,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a.social-dribbble,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:link.social-dribbble,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:link.social-dribbble,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:visited.social-dribbble,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:visited.social-dribbble {
  color: #ea4c89
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a.social-dropbox,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a.social-dropbox,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:link.social-dropbox,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:link.social-dropbox,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:visited.social-dropbox,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:visited.social-dropbox {
  color: #007ee5
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a.social-email,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a.social-email,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:link.social-email,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:link.social-email,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:visited.social-email,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:visited.social-email {
  color: #222
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a.social-facebook,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a.social-facebook,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:link.social-facebook,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:link.social-facebook,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:visited.social-facebook,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:visited.social-facebook {
  color: #3b5998
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a.social-fivehundredpix,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a.social-fivehundredpix,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:link.social-fivehundredpix,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:link.social-fivehundredpix,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:visited.social-fivehundredpix,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:visited.social-fivehundredpix,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a.social-fivehundredpx,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a.social-fivehundredpx,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:link.social-fivehundredpx,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:link.social-fivehundredpx,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:visited.social-fivehundredpx,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:visited.social-fivehundredpx {
  color: #00aeef
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a.social-flickr,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a.social-flickr,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:link.social-flickr,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:link.social-flickr,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:visited.social-flickr,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:visited.social-flickr {
  color: #0063dc
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a.social-foursquare,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a.social-foursquare,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:link.social-foursquare,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:link.social-foursquare,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:visited.social-foursquare,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:visited.social-foursquare {
  color: #f94877
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a.social-github,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a.social-github,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:link.social-github,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:link.social-github,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:visited.social-github,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:visited.social-github {
  color: #4183c4
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a.social-google,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a.social-google,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:link.social-google,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:link.social-google,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:visited.social-google,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:visited.social-google {
  color: #dd4b39
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a.social-googleplay,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a.social-googleplay,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:link.social-googleplay,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:link.social-googleplay,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:visited.social-googleplay,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:visited.social-googleplay {
  color: #5adfcb
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a.social-instagram,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a.social-instagram,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:link.social-instagram,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:link.social-instagram,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:visited.social-instagram,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:visited.social-instagram {
  color: #3f729b
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a.social-itunes,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a.social-itunes,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:link.social-itunes,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:link.social-itunes,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:visited.social-itunes,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:visited.social-itunes {
  color: #ff3241
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a.social-linkedin,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a.social-linkedin,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:link.social-linkedin,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:link.social-linkedin,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:visited.social-linkedin,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:visited.social-linkedin {
  color: #0976b4
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a.social-medium,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a.social-medium,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:link.social-medium,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:link.social-medium,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:visited.social-medium,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:visited.social-medium {
  color: #222
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a.social-meetup,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a.social-meetup,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:link.social-meetup,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:link.social-meetup,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:visited.social-meetup,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:visited.social-meetup {
  color: #e0393e
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a.social-pinterest,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a.social-pinterest,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:link.social-pinterest,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:link.social-pinterest,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:visited.social-pinterest,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:visited.social-pinterest {
  color: #cc2127
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a.social-rdio,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a.social-rdio,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:link.social-rdio,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:link.social-rdio,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:visited.social-rdio,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:visited.social-rdio {
  color: #006ed2
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a.social-rss,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a.social-rss,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:link.social-rss,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:link.social-rss,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:visited.social-rss,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:visited.social-rss {
  color: #222
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a.social-smugmug,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a.social-smugmug,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:link.social-smugmug,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:link.social-smugmug,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:visited.social-smugmug,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:visited.social-smugmug {
  color: #7dbb00
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a.social-soundcloud,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a.social-soundcloud,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:link.social-soundcloud,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:link.social-soundcloud,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:visited.social-soundcloud,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:visited.social-soundcloud {
  color: #f80
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a.social-spotify,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a.social-spotify,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:link.social-spotify,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:link.social-spotify,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:visited.social-spotify,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:visited.social-spotify {
  color: #84bd00
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a.social-squarespace,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a.social-squarespace,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:link.social-squarespace,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:link.social-squarespace,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:visited.social-squarespace,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:visited.social-squarespace {
  color: #222
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a.social-tumblr,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a.social-tumblr,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:link.social-tumblr,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:link.social-tumblr,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:visited.social-tumblr,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:visited.social-tumblr {
  color: #35465d
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a.social-twitter,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a.social-twitter,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:link.social-twitter,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:link.social-twitter,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:visited.social-twitter,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:visited.social-twitter {
  color: #55acee
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a.social-vimeo,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a.social-vimeo,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:link.social-vimeo,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:link.social-vimeo,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:visited.social-vimeo,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:visited.social-vimeo {
  color: #1ab7ea
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a.social-vine,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a.social-vine,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:link.social-vine,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:link.social-vine,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:visited.social-vine,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:visited.social-vine {
  color: #00b488
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a.social-yelp,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a.social-yelp,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:link.social-yelp,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:link.social-yelp,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:visited.social-yelp,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:visited.social-yelp {
  color: #c41200
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a.social-youtube,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a.social-youtube,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:link.social-youtube,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:link.social-youtube,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:visited.social-youtube,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:visited.social-youtube {
  color: #e52d27
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a.social-meetup,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a.social-meetup,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:link.social-meetup,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:link.social-meetup,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:visited.social-meetup,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:visited.social-meetup {
  color: #e0393e
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a.social-vevo,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a.social-vevo,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:link.social-vevo,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:link.social-vevo,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:visited.social-vevo,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:visited.social-vevo {
  color: #ff0031
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a.social-twitch,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a.social-twitch,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:link.social-twitch,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:link.social-twitch,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:visited.social-twitch,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:visited.social-twitch {
  color: #6441a5
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a.social-vsco,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a.social-vsco,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:link.social-vsco,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:link.social-vsco,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:visited.social-vsco,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:visited.social-vsco {
  color: #a9a849
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-size-large a,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-size-large a,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-size-large a:link,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-size-large a:link,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-size-large a:visited,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-size-large a:visited {
  width: 24px;
  height: 24px;
  font-size: 24px
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-size-large a:before,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-size-large a:before,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-size-large a:link:before,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-size-large a:link:before,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-size-large a:visited:before,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-size-large a:visited:before {
  font-size: 24px;
  line-height: 24px
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-size-small a,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-size-small a,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-size-small a:link,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-size-small a:link,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-size-small a:visited,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-size-small a:visited {
  width: 16px;
  height: 16px;
  font-size: 16px
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-size-small a:before,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-size-small a:before,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-size-small a:link:before,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-size-small a:link:before,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-size-small a:visited:before,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-size-small a:visited:before {
  font-size: 16px;
  line-height: 16px
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-style-round a,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-style-round a,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-style-square a,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-style-square a,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-style-round a:link,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-style-round a:link,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-style-square a:link,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-style-square a:link,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-style-round a:visited,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-style-round a:visited,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-style-square a:visited,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-style-square a:visited {
  width: 30px;
  height: 30px;
  font-size: 30px
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-style-round a:before,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-style-round a:before,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-style-square a:before,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-style-square a:before,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-style-round a:link:before,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-style-round a:link:before,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-style-square a:link:before,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-style-square a:link:before,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-style-round a:visited:before,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-style-round a:visited:before,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-style-square a:visited:before,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-style-square a:visited:before {
  font-size: 30px;
  line-height: 30px
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-style-round.social-icon-alignment-left a,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-style-round.social-icon-alignment-left a,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-style-square.social-icon-alignment-left a,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-style-square.social-icon-alignment-left a {
  margin-right: 0.25em
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-style-round.social-icon-alignment-right a,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-style-round.social-icon-alignment-right a,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-style-square.social-icon-alignment-right a,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-style-square.social-icon-alignment-right a {
  margin-left: 0.25em
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-style-round.social-icon-alignment-center a,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-style-round.social-icon-alignment-center a,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-style-square.social-icon-alignment-center a,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-style-square.social-icon-alignment-center a {
  margin: 0 0.125em
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-size-large.social-icon-style-round a,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-size-large.social-icon-style-round a,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-size-large.social-icon-style-square a,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-size-large.social-icon-style-square a,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-size-large.social-icon-style-round a:link,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-size-large.social-icon-style-round a:link,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-size-large.social-icon-style-square a:link,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-size-large.social-icon-style-square a:link,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-size-large.social-icon-style-round a:visited,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-size-large.social-icon-style-round a:visited,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-size-large.social-icon-style-square a:visited,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-size-large.social-icon-style-square a:visited {
  width: 36px;
  height: 36px;
  font-size: 36px
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-size-large.social-icon-style-round a:before,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-size-large.social-icon-style-round a:before,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-size-large.social-icon-style-square a:before,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-size-large.social-icon-style-square a:before,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-size-large.social-icon-style-round a:link:before,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-size-large.social-icon-style-round a:link:before,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-size-large.social-icon-style-square a:link:before,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-size-large.social-icon-style-square a:link:before,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-size-large.social-icon-style-round a:visited:before,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-size-large.social-icon-style-round a:visited:before,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-size-large.social-icon-style-square a:visited:before,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-size-large.social-icon-style-square a:visited:before {
  font-size: 36px;
  line-height: 36px
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-size-small.social-icon-style-round a,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-size-small.social-icon-style-round a,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-size-small.social-icon-style-square a,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-size-small.social-icon-style-square a,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-size-small.social-icon-style-round a:link,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-size-small.social-icon-style-round a:link,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-size-small.social-icon-style-square a:link,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-size-small.social-icon-style-square a:link,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-size-small.social-icon-style-round a:visited,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-size-small.social-icon-style-round a:visited,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-size-small.social-icon-style-square a:visited,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-size-small.social-icon-style-square a:visited {
  width: 24px;
  height: 24px;
  font-size: 24px
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-size-small.social-icon-style-round a:before,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-size-small.social-icon-style-round a:before,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-size-small.social-icon-style-square a:before,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-size-small.social-icon-style-square a:before,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-size-small.social-icon-style-round a:link:before,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-size-small.social-icon-style-round a:link:before,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-size-small.social-icon-style-square a:link:before,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-size-small.social-icon-style-square a:link:before,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-size-small.social-icon-style-round a:visited:before,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-size-small.social-icon-style-round a:visited:before,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-size-small.social-icon-style-square a:visited:before,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-size-small.social-icon-style-square a:visited:before {
  font-size: 24px;
  line-height: 24px
}
.sqs-album-block {
  zoom: 1;
  font-size: 13px;
  color: #282828
}
.sqs-album-block .social-links {
  display: inline-block;
  line-height: 3em
}
.sqs-album-block .social-links .social-account-svg-list {
  text-align: left
}
.sqs-album-block .social-links .social-account-svg-list:before,
.sqs-album-block .social-links .social-account-svg-list:after {
  content: "";
  display: table
}
.sqs-album-block .social-links .social-account-svg-list:after {
  clear: both
}
.sqs-album-block .social-links .social-account-svg-list a,
.sqs-album-block .social-links .social-account-svg-list a:link,
.sqs-album-block .social-links .social-account-svg-list a:visited {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 20px;
  color: #111;
  text-decoration: none !important;
  *zoom: 1;
  *display: inline;
  font-weight: normal
}
.sqs-album-block .social-links .social-account-svg-list a:before,
.sqs-album-block .social-links .social-account-svg-list a:link:before,
.sqs-album-block .social-links .social-account-svg-list a:visited:before {
  font-size: 20px;
  line-height: 20px
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-alignment-left a {
  margin-right: 0.75em
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-alignment-right a {
  margin-left: 0.75em
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-alignment-center a {
  margin: 0 0.375em
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-alignment-center {
  text-align: center
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-alignment-right {
  text-align: right
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-white a,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-white a:visited {
  color: #fff
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a.social-bandsintown,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:link.social-bandsintown,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:visited.social-bandsintown {
  color: #00b4b3
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a.social-behance,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:link.social-behance,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:visited.social-behance {
  color: #1769ff
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a.social-codepen,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:link.social-codepen,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:visited.social-codepen {
  color: #222
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a.social-dribbble,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:link.social-dribbble,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:visited.social-dribbble {
  color: #ea4c89
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a.social-dropbox,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:link.social-dropbox,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:visited.social-dropbox {
  color: #007ee5
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a.social-email,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:link.social-email,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:visited.social-email {
  color: #222
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a.social-facebook,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:link.social-facebook,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:visited.social-facebook {
  color: #3b5998
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a.social-fivehundredpix,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:link.social-fivehundredpix,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:visited.social-fivehundredpix,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a.social-fivehundredpx,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:link.social-fivehundredpx,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:visited.social-fivehundredpx {
  color: #00aeef
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a.social-flickr,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:link.social-flickr,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:visited.social-flickr {
  color: #0063dc
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a.social-foursquare,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:link.social-foursquare,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:visited.social-foursquare {
  color: #f94877
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a.social-github,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:link.social-github,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:visited.social-github {
  color: #4183c4
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a.social-google,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:link.social-google,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:visited.social-google {
  color: #dd4b39
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a.social-googleplay,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:link.social-googleplay,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:visited.social-googleplay {
  color: #5adfcb
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a.social-instagram,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:link.social-instagram,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:visited.social-instagram {
  color: #3f729b
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a.social-itunes,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:link.social-itunes,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:visited.social-itunes {
  color: #ff3241
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a.social-linkedin,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:link.social-linkedin,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:visited.social-linkedin {
  color: #0976b4
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a.social-medium,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:link.social-medium,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:visited.social-medium {
  color: #222
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a.social-meetup,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:link.social-meetup,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:visited.social-meetup {
  color: #e0393e
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a.social-pinterest,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:link.social-pinterest,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:visited.social-pinterest {
  color: #cc2127
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a.social-rdio,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:link.social-rdio,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:visited.social-rdio {
  color: #006ed2
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a.social-rss,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:link.social-rss,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:visited.social-rss {
  color: #222
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a.social-smugmug,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:link.social-smugmug,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:visited.social-smugmug {
  color: #7dbb00
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a.social-soundcloud,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:link.social-soundcloud,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:visited.social-soundcloud {
  color: #f80
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a.social-spotify,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:link.social-spotify,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:visited.social-spotify {
  color: #84bd00
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a.social-squarespace,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:link.social-squarespace,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:visited.social-squarespace {
  color: #222
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a.social-tumblr,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:link.social-tumblr,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:visited.social-tumblr {
  color: #35465d
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a.social-twitter,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:link.social-twitter,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:visited.social-twitter {
  color: #55acee
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a.social-vimeo,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:link.social-vimeo,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:visited.social-vimeo {
  color: #1ab7ea
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a.social-vine,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:link.social-vine,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:visited.social-vine {
  color: #00b488
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a.social-yelp,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:link.social-yelp,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:visited.social-yelp {
  color: #c41200
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a.social-youtube,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:link.social-youtube,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:visited.social-youtube {
  color: #e52d27
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a.social-meetup,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:link.social-meetup,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:visited.social-meetup {
  color: #e0393e
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a.social-vevo,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:link.social-vevo,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:visited.social-vevo {
  color: #ff0031
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a.social-twitch,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:link.social-twitch,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:visited.social-twitch {
  color: #6441a5
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a.social-vsco,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:link.social-vsco,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:visited.social-vsco {
  color: #a9a849
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-size-large a,
.sqs-album-block .social-links .social-account-svg-list.social-icon-size-large a:link,
.sqs-album-block .social-links .social-account-svg-list.social-icon-size-large a:visited {
  width: 24px;
  height: 24px;
  font-size: 24px
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-size-large a:before,
.sqs-album-block .social-links .social-account-svg-list.social-icon-size-large a:link:before,
.sqs-album-block .social-links .social-account-svg-list.social-icon-size-large a:visited:before {
  font-size: 24px;
  line-height: 24px
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-size-small a,
.sqs-album-block .social-links .social-account-svg-list.social-icon-size-small a:link,
.sqs-album-block .social-links .social-account-svg-list.social-icon-size-small a:visited {
  width: 16px;
  height: 16px;
  font-size: 16px
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-size-small a:before,
.sqs-album-block .social-links .social-account-svg-list.social-icon-size-small a:link:before,
.sqs-album-block .social-links .social-account-svg-list.social-icon-size-small a:visited:before {
  font-size: 16px;
  line-height: 16px
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-style-round a,
.sqs-album-block .social-links .social-account-svg-list.social-icon-style-square a,
.sqs-album-block .social-links .social-account-svg-list.social-icon-style-round a:link,
.sqs-album-block .social-links .social-account-svg-list.social-icon-style-square a:link,
.sqs-album-block .social-links .social-account-svg-list.social-icon-style-round a:visited,
.sqs-album-block .social-links .social-account-svg-list.social-icon-style-square a:visited {
  width: 30px;
  height: 30px;
  font-size: 30px
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-style-round a:before,
.sqs-album-block .social-links .social-account-svg-list.social-icon-style-square a:before,
.sqs-album-block .social-links .social-account-svg-list.social-icon-style-round a:link:before,
.sqs-album-block .social-links .social-account-svg-list.social-icon-style-square a:link:before,
.sqs-album-block .social-links .social-account-svg-list.social-icon-style-round a:visited:before,
.sqs-album-block .social-links .social-account-svg-list.social-icon-style-square a:visited:before {
  font-size: 30px;
  line-height: 30px
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-style-round.social-icon-alignment-left a,
.sqs-album-block .social-links .social-account-svg-list.social-icon-style-square.social-icon-alignment-left a {
  margin-right: 0.25em
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-style-round.social-icon-alignment-right a,
.sqs-album-block .social-links .social-account-svg-list.social-icon-style-square.social-icon-alignment-right a {
  margin-left: 0.25em
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-style-round.social-icon-alignment-center a,
.sqs-album-block .social-links .social-account-svg-list.social-icon-style-square.social-icon-alignment-center a {
  margin: 0 0.125em
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-size-large.social-icon-style-round a,
.sqs-album-block .social-links .social-account-svg-list.social-icon-size-large.social-icon-style-square a,
.sqs-album-block .social-links .social-account-svg-list.social-icon-size-large.social-icon-style-round a:link,
.sqs-album-block .social-links .social-account-svg-list.social-icon-size-large.social-icon-style-square a:link,
.sqs-album-block .social-links .social-account-svg-list.social-icon-size-large.social-icon-style-round a:visited,
.sqs-album-block .social-links .social-account-svg-list.social-icon-size-large.social-icon-style-square a:visited {
  width: 36px;
  height: 36px;
  font-size: 36px
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-size-large.social-icon-style-round a:before,
.sqs-album-block .social-links .social-account-svg-list.social-icon-size-large.social-icon-style-square a:before,
.sqs-album-block .social-links .social-account-svg-list.social-icon-size-large.social-icon-style-round a:link:before,
.sqs-album-block .social-links .social-account-svg-list.social-icon-size-large.social-icon-style-square a:link:before,
.sqs-album-block .social-links .social-account-svg-list.social-icon-size-large.social-icon-style-round a:visited:before,
.sqs-album-block .social-links .social-account-svg-list.social-icon-size-large.social-icon-style-square a:visited:before {
  font-size: 36px;
  line-height: 36px
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-size-small.social-icon-style-round a,
.sqs-album-block .social-links .social-account-svg-list.social-icon-size-small.social-icon-style-square a,
.sqs-album-block .social-links .social-account-svg-list.social-icon-size-small.social-icon-style-round a:link,
.sqs-album-block .social-links .social-account-svg-list.social-icon-size-small.social-icon-style-square a:link,
.sqs-album-block .social-links .social-account-svg-list.social-icon-size-small.social-icon-style-round a:visited,
.sqs-album-block .social-links .social-account-svg-list.social-icon-size-small.social-icon-style-square a:visited {
  width: 24px;
  height: 24px;
  font-size: 24px
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-size-small.social-icon-style-round a:before,
.sqs-album-block .social-links .social-account-svg-list.social-icon-size-small.social-icon-style-square a:before,
.sqs-album-block .social-links .social-account-svg-list.social-icon-size-small.social-icon-style-round a:link:before,
.sqs-album-block .social-links .social-account-svg-list.social-icon-size-small.social-icon-style-square a:link:before,
.sqs-album-block .social-links .social-account-svg-list.social-icon-size-small.social-icon-style-round a:visited:before,
.sqs-album-block .social-links .social-account-svg-list.social-icon-size-small.social-icon-style-square a:visited:before {
  font-size: 24px;
  line-height: 24px
}
.sqs-album-block .social-links .social-account-svg-list {
  text-align: left
}
.sqs-album-block .social-links .social-account-svg-list:before,
.sqs-album-block .social-links .social-account-svg-list:after {
  content: "";
  display: table
}
.sqs-album-block .social-links .social-account-svg-list:after {
  clear: both
}
.sqs-album-block .social-links .social-account-svg-list a,
.sqs-album-block .social-links .social-account-svg-list a:link,
.sqs-album-block .social-links .social-account-svg-list a:visited {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 20px;
  color: #111;
  text-decoration: none !important;
  *zoom: 1;
  *display: inline;
  font-weight: normal
}
.sqs-album-block .social-links .social-account-svg-list a:before,
.sqs-album-block .social-links .social-account-svg-list a:link:before,
.sqs-album-block .social-links .social-account-svg-list a:visited:before {
  font-size: 20px;
  line-height: 20px
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-alignment-left a {
  margin-right: 0.75em
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-alignment-right a {
  margin-left: 0.75em
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-alignment-center a {
  margin: 0 0.375em
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-alignment-center {
  text-align: center
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-alignment-right {
  text-align: right
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-white a,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-white a:visited {
  color: #fff
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a.social-bandsintown,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:link.social-bandsintown,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:visited.social-bandsintown {
  color: #00b4b3
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a.social-behance,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:link.social-behance,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:visited.social-behance {
  color: #1769ff
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a.social-codepen,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:link.social-codepen,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:visited.social-codepen {
  color: #222
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a.social-dribbble,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:link.social-dribbble,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:visited.social-dribbble {
  color: #ea4c89
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a.social-dropbox,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:link.social-dropbox,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:visited.social-dropbox {
  color: #007ee5
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a.social-email,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:link.social-email,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:visited.social-email {
  color: #222
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a.social-facebook,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:link.social-facebook,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:visited.social-facebook {
  color: #3b5998
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a.social-fivehundredpix,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:link.social-fivehundredpix,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:visited.social-fivehundredpix,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a.social-fivehundredpx,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:link.social-fivehundredpx,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:visited.social-fivehundredpx {
  color: #00aeef
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a.social-flickr,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:link.social-flickr,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:visited.social-flickr {
  color: #0063dc
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a.social-foursquare,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:link.social-foursquare,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:visited.social-foursquare {
  color: #f94877
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a.social-github,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:link.social-github,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:visited.social-github {
  color: #4183c4
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a.social-google,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:link.social-google,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:visited.social-google {
  color: #dd4b39
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a.social-googleplay,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:link.social-googleplay,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:visited.social-googleplay {
  color: #5adfcb
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a.social-instagram,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:link.social-instagram,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:visited.social-instagram {
  color: #3f729b
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a.social-itunes,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:link.social-itunes,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:visited.social-itunes {
  color: #ff3241
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a.social-linkedin,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:link.social-linkedin,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:visited.social-linkedin {
  color: #0976b4
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a.social-medium,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:link.social-medium,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:visited.social-medium {
  color: #222
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a.social-meetup,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:link.social-meetup,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:visited.social-meetup {
  color: #e0393e
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a.social-pinterest,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:link.social-pinterest,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:visited.social-pinterest {
  color: #cc2127
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a.social-rdio,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:link.social-rdio,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:visited.social-rdio {
  color: #006ed2
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a.social-rss,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:link.social-rss,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:visited.social-rss {
  color: #222
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a.social-smugmug,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:link.social-smugmug,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:visited.social-smugmug {
  color: #7dbb00
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a.social-soundcloud,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:link.social-soundcloud,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:visited.social-soundcloud {
  color: #f80
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a.social-spotify,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:link.social-spotify,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:visited.social-spotify {
  color: #84bd00
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a.social-squarespace,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:link.social-squarespace,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:visited.social-squarespace {
  color: #222
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a.social-tumblr,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:link.social-tumblr,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:visited.social-tumblr {
  color: #35465d
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a.social-twitter,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:link.social-twitter,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:visited.social-twitter {
  color: #55acee
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a.social-vimeo,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:link.social-vimeo,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:visited.social-vimeo {
  color: #1ab7ea
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a.social-vine,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:link.social-vine,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:visited.social-vine {
  color: #00b488
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a.social-yelp,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:link.social-yelp,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:visited.social-yelp {
  color: #c41200
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a.social-youtube,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:link.social-youtube,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:visited.social-youtube {
  color: #e52d27
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a.social-meetup,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:link.social-meetup,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:visited.social-meetup {
  color: #e0393e
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a.social-vevo,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:link.social-vevo,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:visited.social-vevo {
  color: #ff0031
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a.social-twitch,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:link.social-twitch,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:visited.social-twitch {
  color: #6441a5
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a.social-vsco,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:link.social-vsco,
.sqs-album-block .social-links .social-account-svg-list.social-icon-color-standard a:visited.social-vsco {
  color: #a9a849
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-size-large a,
.sqs-album-block .social-links .social-account-svg-list.social-icon-size-large a:link,
.sqs-album-block .social-links .social-account-svg-list.social-icon-size-large a:visited {
  width: 24px;
  height: 24px;
  font-size: 24px
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-size-large a:before,
.sqs-album-block .social-links .social-account-svg-list.social-icon-size-large a:link:before,
.sqs-album-block .social-links .social-account-svg-list.social-icon-size-large a:visited:before {
  font-size: 24px;
  line-height: 24px
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-size-small a,
.sqs-album-block .social-links .social-account-svg-list.social-icon-size-small a:link,
.sqs-album-block .social-links .social-account-svg-list.social-icon-size-small a:visited {
  width: 16px;
  height: 16px;
  font-size: 16px
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-size-small a:before,
.sqs-album-block .social-links .social-account-svg-list.social-icon-size-small a:link:before,
.sqs-album-block .social-links .social-account-svg-list.social-icon-size-small a:visited:before {
  font-size: 16px;
  line-height: 16px
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-style-round a,
.sqs-album-block .social-links .social-account-svg-list.social-icon-style-square a,
.sqs-album-block .social-links .social-account-svg-list.social-icon-style-round a:link,
.sqs-album-block .social-links .social-account-svg-list.social-icon-style-square a:link,
.sqs-album-block .social-links .social-account-svg-list.social-icon-style-round a:visited,
.sqs-album-block .social-links .social-account-svg-list.social-icon-style-square a:visited {
  width: 30px;
  height: 30px;
  font-size: 30px
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-style-round a:before,
.sqs-album-block .social-links .social-account-svg-list.social-icon-style-square a:before,
.sqs-album-block .social-links .social-account-svg-list.social-icon-style-round a:link:before,
.sqs-album-block .social-links .social-account-svg-list.social-icon-style-square a:link:before,
.sqs-album-block .social-links .social-account-svg-list.social-icon-style-round a:visited:before,
.sqs-album-block .social-links .social-account-svg-list.social-icon-style-square a:visited:before {
  font-size: 30px;
  line-height: 30px
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-style-round.social-icon-alignment-left a,
.sqs-album-block .social-links .social-account-svg-list.social-icon-style-square.social-icon-alignment-left a {
  margin-right: 0.25em
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-style-round.social-icon-alignment-right a,
.sqs-album-block .social-links .social-account-svg-list.social-icon-style-square.social-icon-alignment-right a {
  margin-left: 0.25em
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-style-round.social-icon-alignment-center a,
.sqs-album-block .social-links .social-account-svg-list.social-icon-style-square.social-icon-alignment-center a {
  margin: 0 0.125em
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-size-large.social-icon-style-round a,
.sqs-album-block .social-links .social-account-svg-list.social-icon-size-large.social-icon-style-square a,
.sqs-album-block .social-links .social-account-svg-list.social-icon-size-large.social-icon-style-round a:link,
.sqs-album-block .social-links .social-account-svg-list.social-icon-size-large.social-icon-style-square a:link,
.sqs-album-block .social-links .social-account-svg-list.social-icon-size-large.social-icon-style-round a:visited,
.sqs-album-block .social-links .social-account-svg-list.social-icon-size-large.social-icon-style-square a:visited {
  width: 36px;
  height: 36px;
  font-size: 36px
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-size-large.social-icon-style-round a:before,
.sqs-album-block .social-links .social-account-svg-list.social-icon-size-large.social-icon-style-square a:before,
.sqs-album-block .social-links .social-account-svg-list.social-icon-size-large.social-icon-style-round a:link:before,
.sqs-album-block .social-links .social-account-svg-list.social-icon-size-large.social-icon-style-square a:link:before,
.sqs-album-block .social-links .social-account-svg-list.social-icon-size-large.social-icon-style-round a:visited:before,
.sqs-album-block .social-links .social-account-svg-list.social-icon-size-large.social-icon-style-square a:visited:before {
  font-size: 36px;
  line-height: 36px
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-size-small.social-icon-style-round a,
.sqs-album-block .social-links .social-account-svg-list.social-icon-size-small.social-icon-style-square a,
.sqs-album-block .social-links .social-account-svg-list.social-icon-size-small.social-icon-style-round a:link,
.sqs-album-block .social-links .social-account-svg-list.social-icon-size-small.social-icon-style-square a:link,
.sqs-album-block .social-links .social-account-svg-list.social-icon-size-small.social-icon-style-round a:visited,
.sqs-album-block .social-links .social-account-svg-list.social-icon-size-small.social-icon-style-square a:visited {
  width: 24px;
  height: 24px;
  font-size: 24px
}
.sqs-album-block .social-links .social-account-svg-list.social-icon-size-small.social-icon-style-round a:before,
.sqs-album-block .social-links .social-account-svg-list.social-icon-size-small.social-icon-style-square a:before,
.sqs-album-block .social-links .social-account-svg-list.social-icon-size-small.social-icon-style-round a:link:before,
.sqs-album-block .social-links .social-account-svg-list.social-icon-size-small.social-icon-style-square a:link:before,
.sqs-album-block .social-links .social-account-svg-list.social-icon-size-small.social-icon-style-round a:visited:before,
.sqs-album-block .social-links .social-account-svg-list.social-icon-size-small.social-icon-style-square a:visited:before {
  font-size: 24px;
  line-height: 24px
}
.sqs-album-block:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: "."
}
.sqs-album-block:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: "."
}
.sqs-album-block .album-info {
  width: 33%;
  float: left;
  zoom: 1
}
.sqs-album-block .album-info:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: "."
}
.sqs-album-block .album-info:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: "."
}
.sqs-album-block .album-cover-wrapper {
  position: relative;
  width: 90px;
  height: 90px;
  margin-bottom: 30px
}
.sqs-album-block .album-controls {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer
}
.sqs-album-block .album-controls .button {
  -webkit-transition: 0.25s all linear;
  transition: 0.25s all linear;
  -webkit-transition: 0.25s all linear 0.2s 0s ease-in-out;
  -moz-transition: 0.25s all linear 0.2s 0s ease-in-out;
  -o-transition: 0.25s all linear 0.2s 0s ease-in-out;
  transition: 0.25s all linear 0.2s 0s ease-in-out;
  -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-album-block .album-controls .icon {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  margin-top: -20px;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 30px solid #fff;
  -webkit-transform: translatez();
  -ms-transform: translatez();
  transform: translatez()
}
.sqs-album-block .album-title {
  margin: 0 0 3px;
}
.sqs-album-block.playing .album-controls .button .icon {
  border-width: 0;
  margin-top: -15px;
  margin-left: -13px
}
.sqs-album-block.playing .album-controls .button .icon,
.sqs-album-block.playing .album-controls .button .icon:before {
  height: 30px;
  width: 10px;
  background-color: #fff
}
.sqs-album-block.playing .album-controls .button .icon:before {
  content: '';
  display: block;
  margin-left: 16px
}
.sqs-album-block.has-album-cover .album-cover-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  margin-bottom: 20px
}
.sqs-album-block.has-album-cover .album-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}
.sqs-album-block.has-album-cover .button {
  background: rgba(0, 0, 0, 0.7);
  opacity: .9
}
.sqs-album-block.has-album-cover:hover .button {
  background: rgba(0, 0, 0, 0.9)
}
.sqs-album-block.has-album-cover.playing .album-controls .button {
  margin: -15px;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(0.4, 0.4);
  -ms-transform: scale(0.4, 0.4);
  transform: scale(0.4, 0.4)
}
.sqs-album-block.playing .track {
  opacity: .4
}
.sqs-album-block.playing .track:hover,
.sqs-album-block.playing .track.selected,
.sqs-album-block.playing .track.universal-track {
  opacity: 1
}
.sqs-album-block .tracks {
  float: right;
  width: 60%;
  margin: 0;
  padding: 0
}
.sqs-album-block .track {
  list-style-type: none;
  padding: 0;
  margin: 0 0 36px;
  cursor: pointer;
  zoom: 1;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.4em
}
.sqs-album-block .track:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: "."
}
.sqs-album-block .track:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: "."
}
.sqs-album-block .track-progress-bar {
  clear: both;
  height: 2px;
  position: relative;
  cursor: pointer;
  padding-bottom: 2.5%
}
.sqs-album-block .track-progress-bar .bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 0
}
.sqs-album-block .track-progress-bar .bar.bg {
  width: 100%
}
.sqs-album-block .track-progress-bar .bar.play-bar {
  position: relative
}
.sqs-album-block .timers {
  float: right;
  text-align: right;
  margin-left: 1em
}
.sqs-album-block .tracks .timers .elapsed {
  display: none
}
.sqs-album-block.playing .tracks .track.selected .timers .duration,
.sqs-album-block.paused .tracks .track.selected .timers .duration {
  display: none
}
.sqs-album-block.playing .tracks .track.selected .timers .elapsed,
.sqs-album-block.paused .tracks .track.selected .timers .elapsed {
  display: block
}
.sqs-album-block .universal-player {
  display: none;
  margin-top: 25px;
  width: 100%
}
.sqs-album-block .universal-player .universal-progress {
  padding-bottom: 1em
}
.sqs-album-block .universal-controls {
  margin-bottom: 1em
}
.sqs-album-block .universal-controls .play-pause-group {
  display: inline-block
}
.sqs-album-block .universal-controls .next-prev-group {
  display: inline-block;
  float: right
}
.sqs-album-block .universal-controls .pause {
  display: none
}
.sqs-album-block.playing .universal-controls .pause {
  display: block
}
.sqs-album-block.playing .universal-controls .play {
  display: none
}
.sqs-album-block.hide-track-artists .artist {
  display: none
}
.sqs-album-block.md .album-info,
.sqs-album-block.md .tracks {
  width: 100%;
  float: none
}
.sqs-album-block.md .album-info {
  padding-bottom: 60px
}
.sqs-album-block.md .album-cover-wrapper {
  float: left;
  margin-right: 30px
}
.sqs-album-block.md.has-album-cover .album-cover-wrapper {
  width: 40%;
  padding-bottom: 40%
}
.sqs-album-block.md.no-main-image .album-description {
  margin-left: 120px
}
.sqs-album-block.sm .album-info,
.sqs-album-block.sm .tracks {
  width: 100%;
  float: none
}
.sqs-album-block.sm .tracks {
  margin-top: 30px
}
.sqs-album-block.sm .tracks .track {
  margin-bottom: 27px
}
.sqs-album-block.sm .album-info {
  padding-bottom: 0
}
.sqs-album-block.sm .album-cover-wrapper {
  float: none;
  margin-right: 0;
  margin-bottom: 20px
}
.sqs-album-block.sm.has-album-cover .album-cover-wrapper {
  width: 100%;
  padding-bottom: 100%;
  float: none;
  margin-right: 0
}
.sqs-album-block.sm.no-main-image .album-description {
  margin-left: 0
}
.sqs-album-block.mini-player .album-description,
.sqs-album-block.mini-player .album-title,
.sqs-album-block.mini-player .album-artist-name,
.sqs-album-block.mini-player .tracks,
.sqs-album-block.mini-player .social-links {
  display: none
}
.sqs-album-block.mini-player.no-album-cover .album-info {
  display: none
}
.sqs-album-block.mini-player.lg.has-album-cover .album-info,
.sqs-album-block.mini-player.md.has-album-cover .album-info {
  width: 145px;
  display: inline-block;
  float: left;
  padding-bottom: 0;
  margin-right: 1em
}
.sqs-album-block.mini-player.lg .universal-player,
.sqs-album-block.mini-player.md .universal-player {
  display: inline-block
}
.sqs-album-block.mini-player.lg.has-album-cover .universal-player,
.sqs-album-block.mini-player.md.has-album-cover .universal-player {
  width: calc(100% - 145px - 1em)
}
.sqs-album-block.mini-player.lg.has-album-cover .play-pause-group,
.sqs-album-block.mini-player.md.has-album-cover .play-pause-group {
  display: none
}
.sqs-album-block.mini-player.lg.has-album-cover .next-prev-group,
.sqs-album-block.mini-player.md.has-album-cover .next-prev-group {
  float: none
}
.sqs-album-block.mini-player.lg.has-album-cover .album-cover-wrapper,
.sqs-album-block.mini-player.md.has-album-cover .album-cover-wrapper {
  padding-bottom: 100%;
  width: 145px;
  margin: 0;
  float: none
}
.sqs-album-block.mini-player.sm .universal-player {
  display: block
}
.sqs-album-block .album-title {
  font-weight: bold;
  font-size: 20px
}
.sqs-album-block .album-description {
  line-height: 21px;
  font-size: 13px
}
.sqs-album-block.sm .album-description {
  font-size: 11px
}
.sqs-album-block .title a {
  font-size: 15px;
  text-decoration: none
}
.sqs-album-block .tracks .timers .elapsed:before {
  content: "(" } .sqs-album-block .tracks .timers .elapsed:after { content: ")"
}
.sqs-album-block .universal-controls {
  text-transform: uppercase
}
.sqs-album-block .universal-controls a {
  text-decoration: none
}
.sqs-album-block .track-progress-bar {
  -webkit-tap-highlight-color: rgba(40, 40, 40, 0.17)
}
.sqs-album-block .track-progress-bar .bar {
  -webkit-tap-highlight-color: rgba(40, 40, 40, 0.17)
}
.sqs-album-block .track-progress-bar .bar.bg {
  background-color: rgba(40, 40, 40, 0.17)
}
.sqs-album-block .track-progress-bar .bar.load-bar {
  background-color: rgba(40, 40, 40, 0.07)
}
.sqs-album-block .track-progress-bar .bar.play-bar {
  background-color: #282828
}
.sqs-album-block .timers,
.sqs-album-block .artist,
.sqs-album-block .album-description {
  color: rgba(40, 40, 40, 0.5)
}
.sqs-album-block .track.selected .timers .elapsed {
  color: #282828
}
.sqs-album-block .title a {
  color: #282828
}
.sqs-album-block .universal-controls a {
  color: #282828
}
.sqs-album-block.inverted {
  color: #d7d7d7
}
.sqs-album-block.inverted .track-progress-bar {
  -webkit-tap-highlight-color: rgba(215, 215, 215, 0.17)
}
.sqs-album-block.inverted .track-progress-bar .bar {
  -webkit-tap-highlight-color: rgba(215, 215, 215, 0.17)
}
.sqs-album-block.inverted .track-progress-bar .bar.bg {
  background-color: rgba(215, 215, 215, 0.17)
}
.sqs-album-block.inverted .track-progress-bar .bar.load-bar {
  background-color: rgba(215, 215, 215, 0.07)
}
.sqs-album-block.inverted .track-progress-bar .bar.play-bar {
  background-color: #d7d7d7
}
.sqs-album-block.inverted .timers,
.sqs-album-block.inverted .artist,
.sqs-album-block.inverted .album-description {
  color: rgba(215, 215, 215, 0.5)
}
.sqs-album-block.inverted .track.selected .timers .elapsed {
  color: #d7d7d7
}
.sqs-album-block.inverted .title a {
  color: #d7d7d7
}
.sqs-album-block.inverted .universal-controls a {
  color: #d7d7d7
}
.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('//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 .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: uppercase;
  -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 0.2em;
  display: inline-block
}
.product-block .productDetails .product-price {
  font-size: 1.1em;
  margin: 0 0 1em
}
.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
}
.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: uppercase;
  letter-spacing: 0;
  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: uppercase;
  letter-spacing: 0;
  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 0.3em;
  padding: 0
}
.sqs-block-postsbycategory .count,
.sqs-block-postsbyauthor .count,
.sqs-block-postsbytag .count,
.sqs-block-postsbymonth .count {
  display: none
}
.sqs-block-image .sqs-image-caption p,
.sqs-block-image .image-caption p {
  font-size: 12px;
  line-height: 1.68em
}
.sqs-block-image .sqs-image-caption p a,
.sqs-block-image .image-caption p a {
  display: inline
}
body.squarespace-config .sqs-block-image .sqs-image-caption {
  color: #999
}
body.squarespace-config .sqs-block-image .sqs-image-caption p {
  margin-bottom: 0
}
body.squarespace-config .sqs-block-image .sqs-image-caption.sqs-placeholder-show {
  margin-top: 1em
}
body.squarespace-config .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.7em 0 0;
}
.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, 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 {
  visibility: visible;
  opacity: 1
}
.sqs-block-image .image-block-outer-wrapper.layout-caption-overlay-hover .image-caption-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
  -webkit-transition: opacity 0.1s ease-out 0.2s 0s ease-in-out;
  -moz-transition: opacity 0.1s ease-out 0.2s 0s ease-in-out;
  -o-transition: opacity 0.1s ease-out 0.2s 0s ease-in-out;
  transition: opacity 0.1s ease-out 0.2s 0s ease-in-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 0.1s ease-out;
  transition: margin-bottom 0.1s ease-out;
  -webkit-transition: margin-bottom 0.1s ease-out 0.2s 0s ease-in-out;
  -moz-transition: margin-bottom 0.1s ease-out 0.2s 0s ease-in-out;
  -o-transition: margin-bottom 0.1s ease-out 0.2s 0s ease-in-out;
  transition: margin-bottom 0.1s ease-out 0.2s 0s ease-in-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
}
.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;
  width: calc(100% - 34px);
  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'
  , monospace !important;
  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-block-tourdates .sqs-spin {
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -15px
}
.sqs-block-tourdates .tour-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  min-height: 150px
}
.sqs-block-tourdates .loaded .tour-list {
  min-height: 0
}
.sqs-block-tourdates .tour-item {
  position: relative;
  margin: 0;
  padding: 17px 0;
  border-bottom: 1px solid rgba(130, 130, 130, 0.15);
  overflow: hidden
}
.sqs-block-tourdates .tour-item.clone {
  display: none
}
.sqs-block-tourdates .tour-item:first-of-type {
  padding-top: 0
}
.sqs-block-tourdates .tour-item:last-of-type {
  border: none
}
.sqs-block-tourdates .loaded .tour-item-no-results:after {
  content: 'There are no upcoming tour dates.'
}
.sqs-block-tourdates .tour-timeframe,
.sqs-block-tourdates .tour-venue,
.sqs-block-tourdates .tour-location,
.sqs-block-tourdates .tour-actions {
  float: left;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 28px
}
.sqs-block-tourdates .tour-timeframe {
  width: 120px;
  white-space: nowrap;
  padding: 2px 0 0;
  font-size: 13px !important;
  font-weight: bold;
  letter-spacing: 0.5px
}
.sqs-block-tourdates .tour-date,
.sqs-block-tourdates .tour-weekday {
  box-sizing: border-box;
  display: inline-block;
  width: 50%;
  text-transform: uppercase
}
.sqs-block-tourdates .tour-venue {
  width: calc(60% - 171px);
  width: -webkit-calc(60% - 171px);
  width: -moz-calc(60% - 171px);
  padding: 1px 25.5px 0 0
}
.sqs-block-tourdates .tour-venue-link,
.sqs-block-tourdates .tour-location-link {
  color: inherit !important;
  text-decoration: none !important
}
.sqs-block-tourdates .tour-venue-name,
.sqs-block-tourdates .tour-lineup {
  display: block
}
.sqs-block-tourdates .tour-lineup {
  opacity: .6;
  margin-top: 2px;
  font-size: 14px;
  line-height: 18px
}
.sqs-block-tourdates .tour-lineup:before {
  content: 'w/ '
}
.sqs-block-tourdates .tour-lineup-item {
  display: inline
}
.sqs-block-tourdates .tour-lineup-item:after {
  content: ', '
}
.sqs-block-tourdates .tour-lineup-item:last-of-type:after {
  content: none
}
.sqs-block-tourdates .tour-location {
  width: calc(40% - 114px);
  width: -webkit-calc(40% - 114px);
  width: -moz-calc(40% - 114px);
  padding: 1px 25.5px 0 0
}
.sqs-block-tourdates .tour-actions {
  width: 165px;
  white-space: nowrap;
  text-align: right
}
.sqs-block-tourdates .tour-button {
  width: auto;
  height: auto;
  padding: 0 12px !important;
  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: uppercase;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  font-size: 11px !important;
  line-height: 28px
}
.sqs-block-tourdates .tour-button--ticket:empty {
  display: none
}
.sqs-block-tourdates .tour-button--disabled.tour-button,
.sqs-block-tourdates .tour-button--soldout.tour-button,
.sqs-block-tourdates .tour-button--disabled.tour-button:hover,
.sqs-block-tourdates .tour-button--soldout.tour-button:hover {
  opacity: .3;
  cursor: default;
  pointer-events: none
}
.sqs-block-tourdates .tour-button--rsvp:before {
  content: 'RSVP'
}
.sqs-block-tourdates .tourblock-compact-mode .tour-item {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
  position: relative;
  padding: 20px 0;
  flex-direction: column;
  -webkit-box-orient: vertical;
  overflow: visible
}
.sqs-block-tourdates .tourblock-compact-mode .tour-item:first-of-type {
  padding-top: 0
}
.sqs-block-tourdates .tourblock-compact-mode .tour-timeframe,
.sqs-block-tourdates .tourblock-compact-mode .tour-venue,
.sqs-block-tourdates .tourblock-compact-mode .tour-location,
.sqs-block-tourdates .tourblock-compact-mode .tour-actions {
  float: none;
  display: block;
  width: auto;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  padding-top: 0 !important
}
.sqs-block-tourdates .tourblock-compact-mode .tour-timeframe {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1
}
.sqs-block-tourdates .tourblock-compact-mode .tour-location {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2
}
.sqs-block-tourdates .tourblock-compact-mode .tour-venue {
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3
}
.sqs-block-tourdates .tourblock-compact-mode .tour-timeframe {
  margin-bottom: 14px;
  right: 0
}
.sqs-block-tourdates .tourblock-compact-mode .tour-date,
.sqs-block-tourdates .tourblock-compact-mode .tour-weekday {
  width: auto;
  margin-right: 5px
}
.sqs-block-tourdates .tourblock-compact-mode .tour-lineup {
  margin-top: 0
}
.sqs-block-tourdates .tourblock-compact-mode .tour-actions {
  position: absolute;
  top: 18px;
  right: 0
}
.sqs-block-tourdates .tourblock-compact-mode .tour-item:first-of-type .tour-actions {
  top: -2px
}
.sqs-block-tourdates .tourblock-has-small-container .tour-item {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
  position: relative;
  padding: 20px 0;
  flex-direction: column;
  -webkit-box-orient: vertical;
  overflow: visible
}
.sqs-block-tourdates .tourblock-has-small-container .tour-item:first-of-type {
  padding-top: 0
}
.sqs-block-tourdates .tourblock-has-small-container .tour-timeframe,
.sqs-block-tourdates .tourblock-has-small-container .tour-venue,
.sqs-block-tourdates .tourblock-has-small-container .tour-location,
.sqs-block-tourdates .tourblock-has-small-container .tour-actions {
  float: none;
  display: block;
  width: auto;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  padding-top: 0 !important
}
.sqs-block-tourdates .tourblock-has-small-container .tour-timeframe {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1
}
.sqs-block-tourdates .tourblock-has-small-container .tour-location {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2
}
.sqs-block-tourdates .tourblock-has-small-container .tour-venue {
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3
}
.sqs-block-tourdates .tourblock-has-small-container .tour-timeframe {
  margin-bottom: 14px;
  right: 0
}
.sqs-block-tourdates .tourblock-has-small-container .tour-date,
.sqs-block-tourdates .tourblock-has-small-container .tour-weekday {
  width: auto;
  margin-right: 5px
}
.sqs-block-tourdates .tourblock-has-small-container .tour-lineup {
  margin-top: 0
}
.sqs-block-tourdates .tourblock-has-small-container .tour-actions {
  position: absolute;
  top: 18px;
  right: 0
}
.sqs-block-tourdates .tourblock-has-small-container .tour-item:first-of-type .tour-actions {
  top: -2px
}
@media screen and (max-width: 450px) {
  .sqs-block-tourdates .tour-item {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -moz-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    position: relative;
    padding: 20px 0;
    flex-direction: column;
    -webkit-box-orient: vertical;
    overflow: visible
  }
  .sqs-block-tourdates .tour-item:first-of-type {
    padding-top: 0
  }
  .sqs-block-tourdates .tour-timeframe,
  .sqs-block-tourdates .tour-venue,
  .sqs-block-tourdates .tour-location,
  .sqs-block-tourdates .tour-actions {
    float: none;
    display: block;
    width: auto;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding-top: 0 !important
  }
  .sqs-block-tourdates .tour-timeframe {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1
  }
  .sqs-block-tourdates .tour-location {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2
  }
  .sqs-block-tourdates .tour-venue {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3
  }
  .sqs-block-tourdates .tour-timeframe {
    margin-bottom: 14px;
    right: 0
  }
  .sqs-block-tourdates .tour-date,
  .sqs-block-tourdates .tour-weekday {
    width: auto;
    margin-right: 5px
  }
  .sqs-block-tourdates .tour-lineup {
    margin-top: 0
  }
  .sqs-block-tourdates .tour-actions {
    position: absolute;
    top: 18px;
    right: 0
  }
  .sqs-block-tourdates .tour-item:first-of-type .tour-actions {
    top: -2px
  }
}
.button-style-outline .sqs-block-tourdates .tour-timeframe {
  padding-top: 3px
}
.button-style-outline .sqs-block-tourdates .tour-venue,
.button-style-outline .sqs-block-tourdates .tour-location {
  padding-top: 2px
}
.button-style-outline .sqs-block-tourdates .tour-button {
  margin-left: 2px
}
.sqs-search-ui-button-wrapper {
  position: relative
}
.sqs-search-ui-button-wrapper.color-dark .search-input {
  background-image: url('/universal/images-v6/icons/icon-searchqueries-20-dark.png');
  border: 1px solid #aaa
}
.sqs-search-ui-button-wrapper.color-dark::-webkit-input-placeholder {
  color: #666
}
.sqs-search-ui-button-wrapper.color-dark:-moz-placeholder {
  color: #666
}
.sqs-search-ui-button-wrapper.color-dark::-moz-placeholder {
  color: #666
}
.sqs-search-ui-button-wrapper.color-dark:-ms-input-placeholder {
  color: #666
}
.sqs-search-ui-button-wrapper.color-light .search-input {
  background-image: url('/universal/images-v6/icons/icon-searchqueries-20-light.png');
  color: #f7f7f7;
  border: 1px solid #eee
}
.sqs-search-ui-button-wrapper.color-light::-webkit-input-placeholder {
  color: #ddd
}
.sqs-search-ui-button-wrapper.color-light:-moz-placeholder {
  color: #ddd
}
.sqs-search-ui-button-wrapper.color-light::-moz-placeholder {
  color: #ddd
}
.sqs-search-ui-button-wrapper.color-light:-ms-input-placeholder {
  color: #ddd
}
.sqs-search-ui-button-wrapper .search-input {
  opacity: .7;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out 0.2s 0s ease-in-out;
  -moz-transition: opacity 0.2s ease-out 0.2s 0s ease-in-out;
  -o-transition: opacity 0.2s ease-out 0.2s 0s ease-in-out;
  transition: opacity 0.2s ease-out 0.2s 0s ease-in-out;
  -webkit-transition: background-image 0.2s ease-out;
  transition: background-image 0.2s ease-out;
  -webkit-transition: background-image 0.2s ease-out 0.2s 0s ease-in-out;
  -moz-transition: background-image 0.2s ease-out 0.2s 0s ease-in-out;
  -o-transition: background-image 0.2s ease-out 0.2s 0s ease-in-out;
  transition: background-image 0.2s ease-out 0.2s 0s ease-in-out;
  padding: 12px 12px 12px 45px;
  background: no-repeat 15px 50%;
  width: 100%;
  min-height: 20px;
  display: block;
  outline: 0;
  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-effect:hover,
.sqs-search-ui-button-wrapper .search-input.hover-effect:focus {
  opacity: 1
}
.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;
  top: 50%;
  -webkit-transform: translatey(-50%);
  -moz-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  transform: translatey(-50%);
  left: 18px
}
.sqs-search-ui-button-wrapper .spinner-wrapper .sqs-spin {
  display: block;
  vertical-align: middle
}
.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 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -webkit-transition: background-color 0.2s ease-out 0.2s 0s ease-in-out;
  -moz-transition: background-color 0.2s ease-out 0.2s 0s ease-in-out;
  -o-transition: background-color 0.2s ease-out 0.2s 0s ease-in-out;
  transition: background-color 0.2s ease-out 0.2s 0s ease-in-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 {
  border-top: none
}
.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-left: 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: 0.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-search-preview-ui.no-image .sqs-main-image-container {
  display: none
}
.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: -0.05em;
  margin-right: 0.4em;
  font-size: 0.7em
}
.twitter-block .tweet-list {
  list-style-type: none;
  margin: 0 0 2.2em;
  padding: 0
}
.twitter-block .tweet {
  margin: 0 0 2.2em
}
.twitter-block .tweet a {
  border: 0
}
.twitter-block .tweet .tweet-avatar-wrapper {
  float: left
}
.twitter-block .tweet .tweet-avatar {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box
}
.twitter-block .tweet .tweet-text-wrapper {
  margin-left: 60px
}
.twitter-block .tweet.no-avatar .tweet-text-wrapper {
  margin-left: 0
}
.twitter-block .tweet .tweet-from {
  font-size: 1.1em;
  margin: 0 0 0.5em;
  line-height: 1em;
  font-weight: bold
}
.twitter-block .tweet .tweet-timestamp a {
  font-size: 0.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: 0.3em;
  font-size: 0.9em;
  text-transform: uppercase
}
.form-wrapper .field-list .section.underline {
  border-bottom: 1px solid #999
}
.form-wrapper .field-list .section:nth-child(1) {
  margin: 0 0 2em
}
.form-wrapper .field-list .title {
  display: block
}
.form-wrapper .field-list .description {
  padding: 0.5em 0;
  font-size: 12px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: .7;
  -khtml-opacity: .7;
  opacity: .7;
  display: block
}
.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;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box
}
.form-wrapper .field-list .field .field-element:focus {
  background: #fff;
  -webkit-transition: background 0.1s ease-in;
  transition: background 0.1s ease-in;
  -webkit-transition: background 0.1s ease-in 0.2s 0s ease-in-out;
  -moz-transition: background 0.1s ease-in 0.2s 0s ease-in-out;
  -o-transition: background 0.1s ease-in 0.2s 0s ease-in-out;
  transition: background 0.1s ease-in 0.2s 0s ease-in-out;
  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
}
.form-wrapper .field-list .field.likert .question {
  margin: 0 0 0.5em;
  font-size: 0.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: 0.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: uppercase;
  letter-spacing: 0;
  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('//static.squarespace.com/universal/images-v6/standard/icon_close_7_light.png') no-repeat 9px 50%;
  padding: 5px 15px 3px 25px;
  font-size: 13px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
  margin: 12px 0;
  line-height: 23px;
  display: inline-block
}
.form-wrapper .field .field-error {
  margin-bottom: 0.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: uppercase;
  letter-spacing: 0;
  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-modal-lightbox {
  width: 100%;
  font-size: 14px;
  text-transform: none;
  font-style: normal;
  text-decoration: none
}
.sqs-modal-lightbox-content {
  z-index: 100000000;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0
}
.sqs-modal-lightbox-content .lightbox-background {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .4
}
.sqs-modal-lightbox-content .lightbox-inner {
  position: absolute;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 100%;
  top: 0
}
.sqs-modal-lightbox-content .lightbox-inner .lightbox-content {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  padding: 40px;
  background: #fff
}
.sqs-modal-lightbox-content .lightbox-inner .lightbox-content .form-wrapper {
  color: #222;
  font-family: inherit
}
.sqs-modal-lightbox-content .lightbox-inner .lightbox-content .form-wrapper .form-title {
  font-size: 22px;
  line-height: 1.2em;
  margin-right: 22px;
  color: #333
}
.sqs-modal-lightbox-content .lightbox-inner .lightbox-content .form-wrapper .form-inner-wrapper form {
  margin-top: 55px
}
.sqs-modal-lightbox-content .lightbox-inner .lightbox-content .form-wrapper .form-inner-wrapper form .radio .option {
  margin-left: 1px
}
.sqs-modal-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-modal-lightbox .lightbox-inner {
    background: #fff
  }
  .sqs-modal-lightbox .lightbox-inner .lightbox-content {
    margin-top: 0 !important
  }
}
html.sqs-modal-lightbox-open,
html.sqs-modal-lightbox-open body {
  overflow: hidden
}
.menu-block .menu-selector {
  margin-bottom: 3em
}
.menu-block .menu-selector label {
  display: inline-block;
  padding: 0 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: 1em
}
.menu-block .menu-section + .menu-section {
  margin-top: 5em
}
.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: 0.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-description {
  line-height: 1.3em;
  margin-top: 5px
}
.menu-block .menu-item-price-bottom {
  margin: 0.5em 0
}
.menu-block .menu-item-option {
  font-size: 0.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: 18em;
  -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: uppercase;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
.sqs-block-opentable-hidden {
  display: none !important
}
.sqs-block-opentable iframe {
  visibility: hidden;
  position: absolute
}
.sqs-block-opentable * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box
}
.sqs-block-opentable #OT_form {
  padding: 0;
  margin: 0;
  width: 165px;
  width: auto
}
.sqs-block-opentable .OT_wrapper {
  border: none;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.05);
  font-family: inherit;
  width: 100%;
  margin: 0;
  padding: 34px 17px 40px;
  background: rgba(0, 0, 0, 0.05);
  color: #272727;
  font-size: 15px;
  line-height: 1em;
  text-align: center;
  position: relative
}
.sqs-block-opentable .OT_header {
  width: 85%;
  margin: 0 auto;
  position: relative
}
.sqs-block-opentable .OT_title {
  position: relative;
  width: 100%;
  margin: 0 0 17px;
  padding: 0;
  font-size: 30px;
  color: #272727;
  color: rgba(0, 0, 0, 0.95);
  font-weight: normal;
  text-align: center;
  line-height: 1em
}
.sqs-block-opentable .OT_subtitle {
  margin: 0;
  padding: 0;
  font-size: 10px;
  letter-spacing: 0.15em;
  color: #272727;
  color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  font-weight: normal;
  white-space: nowrap;
  width: auto;
  line-height: 1em
}
.sqs-block-opentable .OT_list {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  width: auto;
  display: inline-block;
  line-height: 1em
}
.sqs-block-opentable .OT_day,
.sqs-block-opentable .OT_time,
.sqs-block-opentable .OT_party {
  margin: 0 12px;
  padding: 6px 0 6px 35px;
  height: auto;
  background-image: url('/universal/images-v6/icons/opentable-icons.svg');
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 33%;
  min-width: 150px;
  max-width: 180px;
  position: relative;
  border: none !important;
  list-style: none;
  display: inline-block;
  line-height: 1em
}
.sqs-block-opentable.sqs-block-opentable-hide-fields .OT_day,
.sqs-block-opentable.sqs-block-opentable-hide-fields .OT_time,
.sqs-block-opentable.sqs-block-opentable-hide-fields .OT_party {
  display: none
}
.sqs-block-opentable.sqs-block-opentable-hide-fields .OT_submit {
  margin: 0
}
.sqs-block-opentable .OT_day {
  margin: 0 12px;
  padding: 6px 0 6px 35px;
  background-position: -18px -7px;
  border: none;
  list-style: none;
  background-size: 123px
}
.sqs-block-opentable .OT_time {
  background-position: -18px -55px;
  border: none
}
.sqs-block-opentable .OT_party {
  background-position: -18px -102px;
  border: none
}
.sqs-block-opentable .OT_searchTimeField,
.sqs-block-opentable .OT_searchDateField,
.sqs-block-opentable .OT_searchPartyField {
  font-family: inherit;
  background: #fff url('/universal/images-v6/icons/opentable-icons.svg') no-repeat;
  color: #272727;
  font-weight: normal;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.12);
  width: 100%;
  height: auto;
  font-size: 13px;
  font-style: normal;
  padding: 0.7em 1.1em;
  border-radius: 0;
  cursor: pointer;
  line-height: normal;
  outline: none;
  background-position: right -14px top -75px;
  background-size: 43px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box
}
.sqs-block-opentable #OT_timeList,
.sqs-block-opentable #OT_partyList {
  max-height: 195px;
  overflow: auto;
  border: 1px solid rgba(0, 0, 0, 0.12);
  position: absolute;
  width: auto;
  top: 100%;
  left: 35px;
  right: 0;
  display: none;
  margin-top: -7px;
  text-align: left;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box
}
.sqs-block-opentable .OT_navList {
  list-style: none;
  padding: 0;
  margin: -6px 0 0;
  float: none;
  position: absolute;
  background-color: #fff;
  z-index: 200;
  width: auto;
  top: 100%;
  left: 35px;
  right: 0
}
.sqs-block-opentable .OT_navListItem {
  padding: 0;
  margin: 0;
  position: relative;
  float: none;
  line-height: 1em;
  width: auto;
  list-style: none
}
.sqs-block-opentable #OT_timeList .OT_navListItem,
.sqs-block-opentable #OT_partyList .OT_navListItem {
  width: auto
}
.sqs-block-opentable #OT_timeList li a.OT_navLink,
.sqs-block-opentable #OT_partyList li a.OT_navLink {
  border: 0;
  width: auto
}
.sqs-block-opentable a.OT_navLink:link,
.sqs-block-opentable a.OT_navLink:visited,
.sqs-block-opentable a.OT_navLink:hover,
.sqs-block-opentable a.OT_navLink:active {
  font-family: inherit;
  color: #272727;
  text-decoration: none;
  font-size: 13px;
  line-height: 1em;
  width: auto;
  display: block;
  padding: 0.7em 1.1em;
  border: none
}
.sqs-block-opentable a.OT_navLink:hover,
.sqs-block-opentable a.OT_navLink.selected,
.sqs-block-opentable a.OT_navLink:active {
  background-color: rgba(0, 0, 0, 0.05);
  color: #272727;
  opacity: 1
}
.sqs-block-opentable a.OT_navLink.selected,
.sqs-block-opentable a.OT_navLink:active {
  background-color: rgba(0, 0, 0, 0.12)
}
.sqs-block-opentable .OT_submit {
  margin: 24px 0 0;
  padding: 0;
  width: auto;
  height: auto;
  list-style: none;
  display: block
}
.sqs-block-opentable .OTButton,
.sqs-block-opentable #OTButton {
  width: auto;
  text-align: center;
  margin: 0;
  padding: 0
}
.sqs-block-opentable a.OT_Find_a_Table:link,
.sqs-block-opentable a.OT_Find_a_Table:visited,
.sqs-block-opentable a.OT_Find_a_Table:hover,
.sqs-block-opentable a.OT_Find_a_Table:active {
  background-image: none;
  background-repeat: repeat;
  background-position: 0 0;
  background-color: #272727;
  background-color: rgba(0, 0, 0, 0.95);
  font-family: inherit;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
  color: #fff;
  text-align: center;
  height: auto;
  display: inline-block;
  padding: 1.1em 2.3em;
  line-height: normal;
  text-shadow: none;
  opacity: .8;
  position: relative;
  width: auto;
  border: none;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transition: opacity 0.3s ease-out
  , background 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out
  , background 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out
  , background 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out
  , background 0.3s ease-out;
  transition: opacity 0.3s ease-out
  , background 0.3s ease-out
}
.opentable-style-light .OT_wrapper {
  color: #fff
}
.opentable-style-light .OT_title {
  color: #fff
}
.opentable-style-light .OT_subtitle {
  color: #fff
}
.opentable-style-light a.OT_Find_a_Table:link,
.opentable-style-light a.OT_Find_a_Table:visited,
.opentable-style-light a.OT_Find_a_Table:hover,
.opentable-style-light a.OT_Find_a_Table:active {
  background-color: #272727;
  background-color: rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.05)
}
.opentable-style-light a.OT_Find_a_Table:link:hover,
.opentable-style-light a.OT_Find_a_Table:visited:hover,
.opentable-style-light a.OT_Find_a_Table:hover:hover,
.opentable-style-light a.OT_Find_a_Table:active:hover {
  background-color: #272727;
  background-color: rgba(0, 0, 0, 0.8);
  background: rgba(0, 0, 0, 0.05)
}
.opentable-style-light .OT_day {
  background-position: -80px -7px
}
.opentable-style-light .OT_time {
  background-position: -80px -55px
}
.opentable-style-light .OT_party {
  background-position: -80px -102px
}
.hide-opentable-icons .OT_day,
.hide-opentable-icons .OT_time,
.hide-opentable-icons .OT_party {
  margin: 0;
  padding: 6px;
  background: none
}
.hide-opentable-icons #OT_timeList,
.hide-opentable-icons #OT_partyList,
.hide-opentable-icons .OT_navList {
  left: 6px;
  right: 6px
}
.no-svg .OT_day,
.no-svg .OT_time,
.no-svg .OT_party,
.no-svg .OT_searchTimeField,
.no-svg .OT_searchDateField,
.no-svg .OT_searchPartyField {
  background-image: url('/universal/images-v6/icons/opentable-icons.png')
}
.sqs-svg-icon--list.social-icon-alignment-left {
  text-align: left
}
.sqs-svg-icon--list.social-icon-alignment-right {
  text-align: right
}
.sqs-svg-icon--list.social-icon-alignment-center {
  text-align: center
}
.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: 0.7em
}
.rss-block .social-rss:before {
  content: "\e630"
}
.social-icons-style-regular .sqs-use--icon {
  fill: #fff
}
.social-icons-style-regular .sqs-use--background,
.social-icons-style-regular .sqs-use--mask {
  fill: transparent
}
.social-icons-style-regular.social-icons-color-white .sqs-use--icon {
  fill: #fff
}
.social-icons-style-regular.social-icons-color-white .sqs-use--background,
.social-icons-style-regular.social-icons-color-white .sqs-use--mask {
  fill: transparent
}
.social-icons-style-regular.social-icons-color-black .sqs-use--icon {
  fill: #222
}
.social-icons-style-regular.social-icons-color-black .sqs-use--background,
.social-icons-style-regular.social-icons-color-black .sqs-use--mask {
  fill: transparent
}
.social-icons-style-border .sqs-svg-icon--wrapper {
  border-color: #fff
}
.social-icons-style-border .sqs-use--icon {
  fill: #fff
}
.social-icons-style-border .sqs-use--background,
.social-icons-style-border .sqs-use--mask {
  fill: transparent
}
.social-icons-style-border.social-icons-color-white .sqs-svg-icon--wrapper {
  border-color: #fff
}
.social-icons-style-border.social-icons-color-white .sqs-use--icon {
  fill: #fff
}
.social-icons-style-border.social-icons-color-white .sqs-use--background,
.social-icons-style-border.social-icons-color-white .sqs-use--mask {
  fill: transparent
}
.social-icons-style-border.social-icons-color-black .sqs-svg-icon--wrapper {
  border-color: #222
}
.social-icons-style-border.social-icons-color-black .sqs-use--icon {
  fill: #222
}
.social-icons-style-border.social-icons-color-black .sqs-use--background,
.social-icons-style-border.social-icons-color-black .sqs-use--mask {
  fill: transparent
}
.social-icons-style-knockout .sqs-use--mask {
  fill: #fff
}
.social-icons-style-knockout .sqs-use--background,
.social-icons-style-knockout .sqs-use--icon {
  fill: transparent
}
.social-icons-style-knockout.social-icons-color-white .sqs-use--mask {
  fill: #fff
}
.social-icons-style-knockout.social-icons-color-white .sqs-use--background,
.social-icons-style-knockout.social-icons-color-white .sqs-use--icon {
  fill: transparent
}
.social-icons-style-knockout.social-icons-color-black .sqs-use--mask {
  fill: #222
}
.social-icons-style-knockout.social-icons-color-black .sqs-use--background,
.social-icons-style-knockout.social-icons-color-black .sqs-use--icon {
  fill: transparent
}
.social-icons-style-solid .sqs-use--icon {
  fill: #222
}
.social-icons-style-solid .sqs-use--background {
  fill: #222
}
.social-icons-style-solid .sqs-use--mask {
  fill: #fff
}
.social-icons-style-solid.social-icons-color-white .sqs-use--icon {
  fill: #222
}
.social-icons-style-solid.social-icons-color-white .sqs-use--background {
  fill: #fff
}
.social-icons-style-solid.social-icons-color-white .sqs-use--mask {
  fill: #fff
}
.social-icons-style-solid.social-icons-color-black .sqs-use--icon {
  fill: #fff
}
.social-icons-style-solid.social-icons-color-black .sqs-use--background {
  fill: #222
}
.social-icons-style-solid.social-icons-color-black .sqs-use--mask {
  fill: #222
}
.social-icons-style-border .sqs-svg-icon--wrapper:hover {
  background-color: #fff
}
.social-icons-style-border .sqs-svg-icon--wrapper:hover .sqs-use--icon {
  fill: #222
}
.social-icons-style-border.social-icons-color-white .sqs-svg-icon--wrapper:hover {
  background-color: #fff
}
.social-icons-style-border.social-icons-color-white .sqs-svg-icon--wrapper:hover .sqs-use--icon {
  fill: #222
}
.social-icons-style-border.social-icons-color-black .sqs-svg-icon--wrapper:hover {
  background-color: #222
}
.social-icons-style-border.social-icons-color-black .sqs-svg-icon--wrapper:hover .sqs-use--icon {
  fill: #fff
}
.social-icons-style-regular:hover .sqs-svg-icon--wrapper .sqs-use--icon {
  fill: rgba(255, 255, 255, 0.4)
}
.social-icons-style-regular:hover .sqs-svg-icon--wrapper:hover .sqs-use--icon {
  fill: #fff
}
.social-icons-style-regular.social-icons-color-white:hover .sqs-svg-icon--wrapper .sqs-use--icon {
  fill: rgba(255, 255, 255, 0.4)
}
.social-icons-style-regular.social-icons-color-white:hover .sqs-svg-icon--wrapper:hover .sqs-use--icon {
  fill: #fff
}
.social-icons-style-regular.social-icons-color-black:hover .sqs-svg-icon--wrapper .sqs-use--icon {
  fill: rgba(34, 34, 34, 0.4)
}
.social-icons-style-regular.social-icons-color-black:hover .sqs-svg-icon--wrapper:hover .sqs-use--icon {
  fill: #222
}
.social-icons-style-knockout:hover .sqs-svg-icon--wrapper .sqs-use--mask {
  fill: rgba(255, 255, 255, 0.4)
}
.social-icons-style-knockout:hover .sqs-svg-icon--wrapper:hover .sqs-use--mask {
  fill: #fff
}
.social-icons-style-knockout.social-icons-color-white:hover .sqs-svg-icon--wrapper .sqs-use--mask {
  fill: rgba(255, 255, 255, 0.4)
}
.social-icons-style-knockout.social-icons-color-white:hover .sqs-svg-icon--wrapper:hover .sqs-use--mask {
  fill: #fff
}
.social-icons-style-knockout.social-icons-color-black:hover .sqs-svg-icon--wrapper .sqs-use--mask {
  fill: rgba(34, 34, 34, 0.4)
}
.social-icons-style-knockout.social-icons-color-black:hover .sqs-svg-icon--wrapper:hover .sqs-use--mask {
  fill: #222
}
.social-icons-style-solid:hover .sqs-svg-icon--wrapper .sqs-use--mask {
  fill: rgba(255, 255, 255, 0.4)
}
.social-icons-style-solid:hover .sqs-svg-icon--wrapper .sqs-use--icon {
  fill: rgba(34, 34, 34, 0.4)
}
.social-icons-style-solid:hover .sqs-svg-icon--wrapper .sqs-use--background {
  fill: rgba(34, 34, 34, 0)
}
.social-icons-style-solid:hover .sqs-svg-icon--wrapper:hover .sqs-use--mask {
  fill: #fff
}
.social-icons-style-solid:hover .sqs-svg-icon--wrapper:hover .sqs-use--icon {
  fill: rgba(34, 34, 34, 0)
}
.social-icons-style-solid:hover .sqs-svg-icon--wrapper:hover .sqs-use--background {
  fill: #222
}
.social-icons-style-solid.social-icons-color-white:hover .sqs-svg-icon--wrapper .sqs-use--mask,
.social-icons-style-solid.social-icons-color-black:hover .sqs-svg-icon--wrapper .sqs-use--mask {
  fill: rgba(255, 255, 255, 0.4)
}
.social-icons-style-solid.social-icons-color-white:hover .sqs-svg-icon--wrapper .sqs-use--icon,
.social-icons-style-solid.social-icons-color-black:hover .sqs-svg-icon--wrapper .sqs-use--icon {
  fill: rgba(34, 34, 34, 0.4)
}
.social-icons-style-solid.social-icons-color-white:hover .sqs-svg-icon--wrapper .sqs-use--background,
.social-icons-style-solid.social-icons-color-black:hover .sqs-svg-icon--wrapper .sqs-use--background {
  fill: rgba(34, 34, 34, 0)
}
.social-icons-style-solid.social-icons-color-white:hover .sqs-svg-icon--wrapper:hover .sqs-use--mask,
.social-icons-style-solid.social-icons-color-black:hover .sqs-svg-icon--wrapper:hover .sqs-use--mask {
  fill: #222
}
.social-icons-style-solid.social-icons-color-white:hover .sqs-svg-icon--wrapper:hover .sqs-use--icon,
.social-icons-style-solid.social-icons-color-black:hover .sqs-svg-icon--wrapper:hover .sqs-use--icon {
  fill: rgba(255, 255, 255, 0)
}
.social-icons-style-solid.social-icons-color-white:hover .sqs-svg-icon--wrapper:hover .sqs-use--background,
.social-icons-style-solid.social-icons-color-black:hover .sqs-svg-icon--wrapper:hover .sqs-use--background {
  fill: #fff
}
.sqs-block-socialaccountlinks .social-account-svg-list,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list {
  text-align: left
}
.sqs-block-socialaccountlinks .social-account-svg-list:before,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list:before,
.sqs-block-socialaccountlinks .social-account-svg-list:after,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list:after {
  content: "";
  display: table
}
.sqs-block-socialaccountlinks .social-account-svg-list:after,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list:after {
  clear: both
}
.sqs-block-socialaccountlinks .social-account-svg-list a,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list a,
.sqs-block-socialaccountlinks .social-account-svg-list a:link,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list a:link,
.sqs-block-socialaccountlinks .social-account-svg-list a:visited,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list a:visited {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 20px;
  color: #111;
  text-decoration: none !important;
  *zoom: 1;
  *display: inline;
  font-weight: normal
}
.sqs-block-socialaccountlinks .social-account-svg-list a:before,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list a:before,
.sqs-block-socialaccountlinks .social-account-svg-list a:link:before,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list a:link:before,
.sqs-block-socialaccountlinks .social-account-svg-list a:visited:before,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list a:visited:before {
  font-size: 20px;
  line-height: 20px
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-alignment-left a,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-alignment-left a {
  margin-right: 0.75em
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-alignment-right a,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-alignment-right a {
  margin-left: 0.75em
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-alignment-center a,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-alignment-center a {
  margin: 0 0.375em
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-alignment-center,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-alignment-center {
  text-align: center
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-alignment-right,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-alignment-right {
  text-align: right
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-white a,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-white a,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-white a:visited,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-white a:visited {
  color: #fff
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a.social-bandsintown,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a.social-bandsintown,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:link.social-bandsintown,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:link.social-bandsintown,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:visited.social-bandsintown,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:visited.social-bandsintown {
  color: #00b4b3
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a.social-behance,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a.social-behance,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:link.social-behance,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:link.social-behance,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:visited.social-behance,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:visited.social-behance {
  color: #1769ff
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a.social-codepen,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a.social-codepen,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:link.social-codepen,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:link.social-codepen,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:visited.social-codepen,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:visited.social-codepen {
  color: #222
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a.social-dribbble,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a.social-dribbble,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:link.social-dribbble,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:link.social-dribbble,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:visited.social-dribbble,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:visited.social-dribbble {
  color: #ea4c89
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a.social-dropbox,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a.social-dropbox,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:link.social-dropbox,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:link.social-dropbox,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:visited.social-dropbox,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:visited.social-dropbox {
  color: #007ee5
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a.social-email,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a.social-email,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:link.social-email,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:link.social-email,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:visited.social-email,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:visited.social-email {
  color: #222
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a.social-facebook,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a.social-facebook,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:link.social-facebook,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:link.social-facebook,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:visited.social-facebook,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:visited.social-facebook {
  color: #3b5998
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a.social-fivehundredpix,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a.social-fivehundredpix,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:link.social-fivehundredpix,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:link.social-fivehundredpix,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:visited.social-fivehundredpix,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:visited.social-fivehundredpix,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a.social-fivehundredpx,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a.social-fivehundredpx,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:link.social-fivehundredpx,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:link.social-fivehundredpx,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:visited.social-fivehundredpx,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:visited.social-fivehundredpx {
  color: #00aeef
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a.social-flickr,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a.social-flickr,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:link.social-flickr,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:link.social-flickr,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:visited.social-flickr,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:visited.social-flickr {
  color: #0063dc
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a.social-foursquare,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a.social-foursquare,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:link.social-foursquare,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:link.social-foursquare,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:visited.social-foursquare,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:visited.social-foursquare {
  color: #f94877
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a.social-github,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a.social-github,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:link.social-github,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:link.social-github,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:visited.social-github,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:visited.social-github {
  color: #4183c4
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a.social-google,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a.social-google,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:link.social-google,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:link.social-google,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:visited.social-google,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:visited.social-google {
  color: #dd4b39
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a.social-googleplay,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a.social-googleplay,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:link.social-googleplay,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:link.social-googleplay,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:visited.social-googleplay,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:visited.social-googleplay {
  color: #5adfcb
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a.social-instagram,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a.social-instagram,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:link.social-instagram,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:link.social-instagram,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:visited.social-instagram,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:visited.social-instagram {
  color: #3f729b
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a.social-itunes,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a.social-itunes,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:link.social-itunes,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:link.social-itunes,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:visited.social-itunes,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:visited.social-itunes {
  color: #ff3241
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a.social-linkedin,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a.social-linkedin,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:link.social-linkedin,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:link.social-linkedin,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:visited.social-linkedin,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:visited.social-linkedin {
  color: #0976b4
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a.social-medium,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a.social-medium,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:link.social-medium,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:link.social-medium,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:visited.social-medium,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:visited.social-medium {
  color: #222
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a.social-meetup,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a.social-meetup,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:link.social-meetup,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:link.social-meetup,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:visited.social-meetup,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:visited.social-meetup {
  color: #e0393e
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a.social-pinterest,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a.social-pinterest,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:link.social-pinterest,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:link.social-pinterest,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:visited.social-pinterest,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:visited.social-pinterest {
  color: #cc2127
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a.social-rdio,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a.social-rdio,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:link.social-rdio,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:link.social-rdio,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:visited.social-rdio,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:visited.social-rdio {
  color: #006ed2
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a.social-rss,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a.social-rss,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:link.social-rss,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:link.social-rss,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:visited.social-rss,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:visited.social-rss {
  color: #222
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a.social-smugmug,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a.social-smugmug,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:link.social-smugmug,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:link.social-smugmug,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:visited.social-smugmug,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:visited.social-smugmug {
  color: #7dbb00
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a.social-soundcloud,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a.social-soundcloud,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:link.social-soundcloud,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:link.social-soundcloud,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:visited.social-soundcloud,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:visited.social-soundcloud {
  color: #f80
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a.social-spotify,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a.social-spotify,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:link.social-spotify,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:link.social-spotify,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:visited.social-spotify,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:visited.social-spotify {
  color: #84bd00
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a.social-squarespace,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a.social-squarespace,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:link.social-squarespace,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:link.social-squarespace,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:visited.social-squarespace,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:visited.social-squarespace {
  color: #222
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a.social-tumblr,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a.social-tumblr,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:link.social-tumblr,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:link.social-tumblr,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:visited.social-tumblr,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:visited.social-tumblr {
  color: #35465d
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a.social-twitter,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a.social-twitter,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:link.social-twitter,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:link.social-twitter,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:visited.social-twitter,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:visited.social-twitter {
  color: #55acee
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a.social-vimeo,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a.social-vimeo,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:link.social-vimeo,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:link.social-vimeo,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:visited.social-vimeo,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:visited.social-vimeo {
  color: #1ab7ea
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a.social-vine,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a.social-vine,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:link.social-vine,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:link.social-vine,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:visited.social-vine,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:visited.social-vine {
  color: #00b488
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a.social-yelp,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a.social-yelp,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:link.social-yelp,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:link.social-yelp,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:visited.social-yelp,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:visited.social-yelp {
  color: #c41200
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a.social-youtube,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a.social-youtube,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:link.social-youtube,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:link.social-youtube,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:visited.social-youtube,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:visited.social-youtube {
  color: #e52d27
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a.social-meetup,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a.social-meetup,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:link.social-meetup,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:link.social-meetup,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:visited.social-meetup,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:visited.social-meetup {
  color: #e0393e
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a.social-vevo,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a.social-vevo,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:link.social-vevo,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:link.social-vevo,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:visited.social-vevo,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:visited.social-vevo {
  color: #ff0031
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a.social-twitch,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a.social-twitch,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:link.social-twitch,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:link.social-twitch,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:visited.social-twitch,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:visited.social-twitch {
  color: #6441a5
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a.social-vsco,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a.social-vsco,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:link.social-vsco,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:link.social-vsco,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-color-standard a:visited.social-vsco,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-color-standard a:visited.social-vsco {
  color: #a9a849
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-size-large a,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-size-large a,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-size-large a:link,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-size-large a:link,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-size-large a:visited,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-size-large a:visited {
  width: 24px;
  height: 24px;
  font-size: 24px
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-size-large a:before,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-size-large a:before,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-size-large a:link:before,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-size-large a:link:before,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-size-large a:visited:before,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-size-large a:visited:before {
  font-size: 24px;
  line-height: 24px
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-size-small a,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-size-small a,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-size-small a:link,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-size-small a:link,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-size-small a:visited,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-size-small a:visited {
  width: 16px;
  height: 16px;
  font-size: 16px
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-size-small a:before,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-size-small a:before,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-size-small a:link:before,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-size-small a:link:before,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-size-small a:visited:before,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-size-small a:visited:before {
  font-size: 16px;
  line-height: 16px
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-style-round a,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-style-round a,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-style-square a,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-style-square a,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-style-round a:link,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-style-round a:link,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-style-square a:link,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-style-square a:link,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-style-round a:visited,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-style-round a:visited,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-style-square a:visited,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-style-square a:visited {
  width: 30px;
  height: 30px;
  font-size: 30px
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-style-round a:before,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-style-round a:before,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-style-square a:before,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-style-square a:before,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-style-round a:link:before,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-style-round a:link:before,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-style-square a:link:before,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-style-square a:link:before,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-style-round a:visited:before,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-style-round a:visited:before,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-style-square a:visited:before,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-style-square a:visited:before {
  font-size: 30px;
  line-height: 30px
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-style-round.social-icon-alignment-left a,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-style-round.social-icon-alignment-left a,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-style-square.social-icon-alignment-left a,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-style-square.social-icon-alignment-left a {
  margin-right: 0.25em
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-style-round.social-icon-alignment-right a,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-style-round.social-icon-alignment-right a,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-style-square.social-icon-alignment-right a,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-style-square.social-icon-alignment-right a {
  margin-left: 0.25em
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-style-round.social-icon-alignment-center a,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-style-round.social-icon-alignment-center a,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-style-square.social-icon-alignment-center a,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-style-square.social-icon-alignment-center a {
  margin: 0 0.125em
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-size-large.social-icon-style-round a,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-size-large.social-icon-style-round a,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-size-large.social-icon-style-square a,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-size-large.social-icon-style-square a,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-size-large.social-icon-style-round a:link,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-size-large.social-icon-style-round a:link,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-size-large.social-icon-style-square a:link,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-size-large.social-icon-style-square a:link,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-size-large.social-icon-style-round a:visited,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-size-large.social-icon-style-round a:visited,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-size-large.social-icon-style-square a:visited,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-size-large.social-icon-style-square a:visited {
  width: 36px;
  height: 36px;
  font-size: 36px
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-size-large.social-icon-style-round a:before,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-size-large.social-icon-style-round a:before,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-size-large.social-icon-style-square a:before,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-size-large.social-icon-style-square a:before,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-size-large.social-icon-style-round a:link:before,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-size-large.social-icon-style-round a:link:before,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-size-large.social-icon-style-square a:link:before,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-size-large.social-icon-style-square a:link:before,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-size-large.social-icon-style-round a:visited:before,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-size-large.social-icon-style-round a:visited:before,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-size-large.social-icon-style-square a:visited:before,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-size-large.social-icon-style-square a:visited:before {
  font-size: 36px;
  line-height: 36px
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-size-small.social-icon-style-round a,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-size-small.social-icon-style-round a,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-size-small.social-icon-style-square a,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-size-small.social-icon-style-square a,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-size-small.social-icon-style-round a:link,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-size-small.social-icon-style-round a:link,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-size-small.social-icon-style-square a:link,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-size-small.social-icon-style-square a:link,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-size-small.social-icon-style-round a:visited,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-size-small.social-icon-style-round a:visited,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-size-small.social-icon-style-square a:visited,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-size-small.social-icon-style-square a:visited {
  width: 24px;
  height: 24px;
  font-size: 24px
}
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-size-small.social-icon-style-round a:before,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-size-small.social-icon-style-round a:before,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-size-small.social-icon-style-square a:before,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-size-small.social-icon-style-square a:before,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-size-small.social-icon-style-round a:link:before,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-size-small.social-icon-style-round a:link:before,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-size-small.social-icon-style-square a:link:before,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-size-small.social-icon-style-square a:link:before,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-size-small.social-icon-style-round a:visited:before,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-size-small.social-icon-style-round a:visited:before,
.sqs-block-socialaccountlinks .social-account-svg-list.social-icon-size-small.social-icon-style-square a:visited:before,
.sqs-block-socialaccountlinks-v2 .social-account-svg-list.social-icon-size-small.social-icon-style-square a:visited:before {
  font-size: 24px;
  line-height: 24px
}
.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, 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;
  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
}
.newsletter-block .newsletter-form-fields-wrapper {
  display: inline-block;
  width: auto;
  margin: 12px 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, 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 0.3s ease-out
  , border 0.3s ease-out;
  -moz-transition: background 0.3s ease-out
  , border 0.3s ease-out;
  -ms-transition: background 0.3s ease-out
  , border 0.3s ease-out;
  -o-transition: background 0.3s ease-out
  , border 0.3s ease-out;
  transition: background 0.3s ease-out
  , border 0.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, 0.3)
}
.newsletter-block .newsletter-form-field-element:-moz-placeholder {
  color: rgba(0, 0, 0, 0.3)
}
.newsletter-block .newsletter-form-field-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3)
}
.newsletter-block .newsletter-form-field-element:-ms-input-placeholder {
  color: rgba(0, 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;
  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: uppercase;
  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-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-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
}
.newsletter-form-small-mode .newsletter-form-header-description p {
  margin: 0 0 14px;
  line-height: normal
}
.newsletter-form-small-mode .newsletter-form-body {
  padding: 0 0 6px
}
.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
}
.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
  }
  .newsletter-block .newsletter-form-header-description p {
    margin: 0 0 14px;
    line-height: normal
  }
  .newsletter-block .newsletter-form-body {
    padding: 0 0 6px
  }
  .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
  }
  .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
  }
}
.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
}
.newsletter-block.newsletter-form-has-small-container .newsletter-form-header-description p {
  margin: 0 0 14px;
  line-height: normal
}
.newsletter-block.newsletter-form-has-small-container .newsletter-form-body {
  padding: 0 0 6px
}
.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
}
.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
}
.small-button-block-font {
  font-family: "proxima-nova"
  , "Helvetica Neue"
  , Helvetica
  , Arial
  , sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px
}
.medium-button-block-font {
  font-family: "proxima-nova"
  , "Helvetica Neue"
  , Helvetica
  , Arial
  , sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px
}
.large-button-block-font {
  font-family: "proxima-nova"
  , "Helvetica Neue"
  , Helvetica
  , Arial
  , sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px
}
.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: uppercase;
  letter-spacing: 0;
  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: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  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: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  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: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-style: normal
}
.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: 0.1s opacity linear;
  -moz-transition: 0.1s opacity linear;
  -o-transition: 0.1s opacity linear;
  transition: 0.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
}
.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: 0.1s background-color linear
  , 0.1s color linear;
  -moz-transition: 0.1s background-color linear
  , 0.1s color linear;
  -o-transition: 0.1s background-color linear
  , 0.1s color linear;
  transition: 0.1s background-color linear
  , 0.1s 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
}
.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: 0.1s background-color linear;
  -moz-transition: 0.1s background-color linear;
  -o-transition: 0.1s background-color linear;
  transition: 0.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
}
.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
}
.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
}
@media screen and (max-width: 640px) {
  .sqs-block-button .sqs-block-button-element--large {
    padding: 21px 34px;
    font-size: 15px
  }
}
.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;
  padding-right: 10px;
  font-size: 14px;
  line-height: normal;
  text-transform: uppercase
}
.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 {
  visibility: hidden;
  overflow: hidden
}
.sqs-block-summary-v2 .summary-item.positioned {
  visibility: visible
}
.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 {
  opacity: 0;
  display: block;
  width: 100%;
  height: auto;
  font-size: 13px;
  line-height: normal;
  -webkit-transition: 0.6s opacity;
  -moz-transition: 0.6s opacity;
  -ms-transition: 0.6s opacity;
  -o-transition: 0.6s opacity;
  transition: 0.6s opacity
}
.sqs-block-summary-v2 .img-wrapper img.loaded,
.sqs-block-summary-v2 .sqs-video-wrapper img.loaded {
  opacity: 1
}
.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: uppercase;
  -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: uppercase
}
.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;
  font-size: 20px;
  line-height: 1.2em;
  text-align: left
}
.sqs-block-summary-v2 .summary-price {
  margin: 0 0 10px
}
.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
}
.sqs-block-summary-v2 .summary-excerpt p,
.sqs-block-summary-v2 .summary-excerpt ul,
.sqs-block-summary-v2 .summary-excerpt li {
  font-size: 14px;
  line-height: 1.4em;
  margin: 0 0 10px;
  text-align: left
}
.sqs-block-summary-v2 .summary-excerpt p:first-of-type,
.sqs-block-summary-v2 .summary-excerpt ul:first-of-type,
.sqs-block-summary-v2 .summary-excerpt li:first-of-type {
  margin-top: 0 !important
}
.sqs-block-summary-v2 .summary-excerpt p:last-of-type,
.sqs-block-summary-v2 .summary-excerpt ul:last-of-type,
.sqs-block-summary-v2 .summary-excerpt li:last-of-type {
  margin-bottom: 0 !important
}
.sqs-block-summary-v2 .summary-read-more-link {
  display: none;
  margin: 0 0 10px;
  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;
  font-size: 13px;
  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
}
.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 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
}
.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
}
.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
}
.sqs-block-summary-v2 .summary-block-setting-design-list .summary-item {
  visibility: visible !important;
  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-archive .archive-group-list,
.sqs-block-archive .archive-item-list {
  list-style-type: none;
  margin: 0;
  padding: 0
}
.sqs-block-archive .archive-group-count::before {
  content: "(" } .sqs-block-archive .archive-group-count::after { content: ")"
}
.sqs-block-archive .archive-block-setting-layout-list.archive-block-setting-multicolumns .archive-group-list {
  columns: 140px;
  column-gap: 60px;
  -moz-columns: 140px;
  -moz-column-gap: 60px;
  -webkit-columns: 140px;
  -webkit-column-gap: 60px
}
.sqs-block-archive .archive-block-setting-layout-index .archive-group-name-link {
  font-size: 1.4em;
  line-height: 1.4em;
  text-decoration: none
}
.sqs-block-archive .archive-block-setting-layout-index .archive-item-list {
  display: block;
  margin: 1.4em 0 2.8em;
  font-size: 1em;
  line-height: 1.4em
}
.sqs-block-archive .archive-block-setting-layout-index .archive-item {
  margin: 0 0 0.7em
}
.sqs-block-archive .archive-block-setting-layout-index .archive-item.archive-item--show-date {
  margin: 0 0 1.4em
}
.sqs-block-archive .archive-block-setting-layout-index .archive-item-date-before {
  display: none;
  opacity: .7;
  margin-right: 5px
}
.sqs-block-archive .archive-block-setting-layout-index .archive-item-link {
  display: block;
  margin-right: 5px;
  color: inherit !important
}
.sqs-block-archive .archive-block-setting-layout-index .archive-item-link--untitled::before {
  content: "Untitled"
}
.sqs-block-archive .archive-block-setting-layout-index .archive-item-date-after {
  display: block;
  opacity: .7
}
.sqs-block-archive .archive-block-setting-layout-index.archive-block-setting-multicolumns .archive-group-list {
  columns: 225px;
  column-gap: 60px;
  -moz-columns: 225px;
  -moz-column-gap: 60px;
  -webkit-columns: 225px;
  -webkit-column-gap: 60px
}
.sqs-block-archive .archive-block-setting-layout-index.archive-block-setting-multicolumns .archive-group {
  display: inline-block;
  column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -webkit-column-break-inside: avoid
}
.sqs-block-archive .archive-block-setting-layout-index.archive-block-setting-multicolumns .archive-group-name-link,
.sqs-block-archive .archive-block-setting-layout-index.archive-block-setting-multicolumns .archive-item-list {
  display: inline-block;
  min-width: 225px
}
.sqs-block-archive .archive-block-setting-layout-dropdown.archive-block-wrapper {
  max-width: 300px;
  background: rgba(0, 0, 0, 0.025);
  border-radius: 1px
}
.sqs-block-archive .archive-block-setting-layout-dropdown .archive-dropdown-toggle-checkbox {
  position: absolute;
  left: -9999px
}
.sqs-block-archive .archive-block-setting-layout-dropdown .archive-dropdown-toggle-checkbox:checked~.archive-group-list {
  display: block
}
.sqs-block-archive .archive-block-setting-layout-dropdown .archive-dropdown-toggle-checkbox:checked~.archive-dropdown-toggle-label .archive-dropdown-toggle-icon:before {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\e006";
  text-align: center;
  display: inline-block;
  vertical-align: middle
}
.sqs-block-archive .archive-block-setting-layout-dropdown .archive-dropdown-toggle-checkbox:checked~.archive-dropdown-toggle-label .archive-dropdown-toggle-icon:before {
  font-size: 16px;
  width: 16px;
  height: 16px;
  line-height: 16px
}
.sqs-block-archive .archive-block-setting-layout-dropdown .archive-dropdown-toggle-checkbox:checked~.archive-dropdown-toggle-label .archive-dropdown-toggle-icon:before {
  font-size: 1em;
  width: 1em;
  height: 1em;
  line-height: 1em
}
.sqs-block-archive .archive-block-setting-layout-dropdown .archive-dropdown-toggle-label {
  display: block;
  padding: 12px 18px;
  font-size: 1em;
  line-height: 1.6em;
  cursor: pointer;
  overflow: hidden;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.sqs-block-archive .archive-block-setting-layout-dropdown .archive-dropdown-toggle-title {
  float: left;
  width: 90%;
  padding-right: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box
}
.sqs-block-archive .archive-block-setting-layout-dropdown .archive-dropdown-toggle-icon {
  position: relative;
  bottom: 1px;
  float: right;
  width: 10%;
  text-align: right;
  box-sizing: border-box
}
.sqs-block-archive .archive-block-setting-layout-dropdown .archive-dropdown-toggle-icon:before {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\e009";
  text-align: center;
  display: inline-block;
  vertical-align: middle
}
.sqs-block-archive .archive-block-setting-layout-dropdown .archive-dropdown-toggle-icon:before {
  font-size: 16px;
  width: 16px;
  height: 16px;
  line-height: 16px
}
.sqs-block-archive .archive-block-setting-layout-dropdown .archive-dropdown-toggle-icon:before {
  font-size: 1em;
  width: 1em;
  height: 1em;
  line-height: 1em
}
.sqs-block-archive .archive-block-setting-layout-dropdown .archive-group-list {
  display: none;
  padding: 0 18px 12px
}
.sqs-block-archive .archive-block-setting-layout-dropdown .archive-group-name-link {
  text-decoration: none
}
@media only screen and (max-width: 400px) {
  .sqs-block-archive .archive-block-setting-layout-dropdown.archive-block-wrapper {
    max-width: none
  }
}
.sqs-block-archive.sqs-edit-dialog-open .sqs-editing-overlay,
.sqs-block-archive.sqs-edit-dialog-open .sqs-block-editor-button-container {
  z-index: 1
}
.sqs-block-archive.sqs-edit-dialog-open .sqs-block-archive-content {
  position: relative;
  z-index: 1000
}
.sqs-block-archive.sqs-edit-dialog-open .archive-group-list {
  pointer-events: none
}
.sqs-block-spacer .sqs-block-content {
  visibility: hidden
}
.sqs-layout .html-block.sqs-block img {
  max-width: 100%;
  height: auto
}
.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
}
.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
}
.sqs-layout .html-block.sqs-block .entry-content img {
  margin: 0 0 34px
}
.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-font {
  font-family: "proxima-nova"
  , sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px
}
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;
  font-family: "proxima-nova";
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  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: 0.1s opacity linear;
  -moz-transition: 0.1s opacity linear;
  -o-transition: 0.1s opacity linear;
  transition: 0.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: 0.1s background-color linear
  , 0.1s color linear;
  -moz-transition: 0.1s background-color linear
  , 0.1s color linear;
  -o-transition: 0.1s background-color linear
  , 0.1s color linear;
  transition: 0.1s background-color linear
  , 0.1s 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: 0.1s background-color linear;
  -moz-transition: 0.1s background-color linear;
  -o-transition: 0.1s background-color linear;
  transition: 0.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-square .sqs-editable-button,
body:not(.button-style-default).button-corner-style-square .sqs-editable-button-shape {
  border-radius: 0
}
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 0 0 0 1px #272727;
  -moz-box-shadow: inset 0 0 0 1px #272727;
  box-shadow: inset 0 0 0 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: 0;
  -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;
  font-family: "proxima-nova";
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  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 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: height 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: height 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.2s 0s ease-in-out;
  -moz-transition: height 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.2s 0s ease-in-out;
  -o-transition: height 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.2s 0s ease-in-out;
  transition: height 0.3s cubic-bezier(0.23, 1, 0.32, 1) 0.2s 0s ease-in-out
}
.sqs-announcement-bar-url {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.sqs-announcement-bar-text {
  padding: 0.8em 3em;
  font-family: 'proxima-nova'
  , arial
  , sans-serif;
  font-size: 13px;
  text-transform: none;
  letter-spacing: 1px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.2em
}
.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, 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;
  letter-spacing: normal;
  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
  }
}
@font-face {
  font-family: 'social-icon-font';
  src: url('//static.squarespace.com/universal/fonts/social-20141119/social-icon-font.eot');
  src: url('//static.squarespace.com/universal/fonts/social-20141119/social-icon-font.eot?#iefix') format('embedded-opentype')
  , url('//static.squarespace.com/universal/fonts/social-20141119/social-icon-font.woff') format('woff')
  , url('//static.squarespace.com/universal/fonts/social-20141119/social-icon-font.ttf') format('truetype')
  , url('//static.squarespace.com/universal/fonts/social-20141119/social-icon-font.svg#social-icon-font') format('svg');
  font-weight: normal;
  font-style: normal
}
.social-smugmug: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-flickr:before,
.social-facebook:before,
.social-fivehundredpix:before,
.social-fivehundredpx:before,
.social-email:before,
.social-github:before,
.social-rss:before,
.social-spotify:before,
.social-soundcloud:before,
.social-itunes:before,
.social-googleplay:before,
.social-dropbox:before,
.social-bandsintown:before,
.social-behance:before,
.social-codepen:before,
.social-medium:before,
.social-rdio:before,
.social-squarespace:before,
.social-vine:before,
.social-yelp:before,
.social-vevo:before,
.social-meetup:before,
.social-twitch:before,
.social-vsco:before,
.social-smugmug-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-flickr-square:before,
.social-facebook-square:before,
.social-fivehundredpix-square:before,
.social-fivehundredpx-square:before,
.social-email-square:before,
.social-github-square:before,
.social-rss-square:before,
.social-spotify-square:before,
.social-soundcloud-square:before,
.social-itunes-square:before,
.social-googleplay-square:before,
.social-dropbox-square:before,
.social-bandsintown-square:before,
.social-behance-square:before,
.social-codepen-square:before,
.social-medium-square:before,
.social-rdio-square:before,
.social-squarespace-square:before,
.social-vine-square:before,
.social-yelp-square:before,
.social-vevo-square:before,
.social-meetup-square:before,
.social-twitch-square:before,
.social-vsco-square:before,
.social-smugmug-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-flickr-round:before,
.social-facebook-round:before,
.social-fivehundredpix-round:before,
.social-fivehundredpx-round:before,
.social-email-round:before,
.social-github-round:before,
.social-rss-round:before,
.social-spotify-round:before,
.social-soundcloud-round:before,
.social-itunes-round:before,
.social-googleplay-round:before,
.social-dropbox-round:before,
.social-bandsintown-round:before,
.social-behance-round:before,
.social-codepen-round:before,
.social-medium-round:before,
.social-rdio-round:before,
.social-squarespace-round:before,
.social-vine-round:before,
.social-yelp-round:before,
.social-vevo-round:before,
.social-meetup-round:before,
.social-twitch-round:before,
.social-vsco-round:before {
  font-family: 'social-icon-font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.social-smugmug:before {
  content: "\e600"
}
.social-icon-style-square .social-smugmug:before {
  content: "\e601"
}
.social-icon-style-round .social-smugmug:before {
  content: "\e602"
}
.social-dribbble:before {
  content: "\e603"
}
.social-icon-style-square .social-dribbble:before {
  content: "\e604"
}
.social-icon-style-round .social-dribbble:before {
  content: "\e605"
}
.social-youtube:before {
  content: "\e606"
}
.social-icon-style-square .social-youtube:before {
  content: "\e607"
}
.social-icon-style-round .social-youtube:before {
  content: "\e608"
}
.social-vimeo:before {
  content: "\e609"
}
.social-icon-style-square .social-vimeo:before {
  content: "\e60a"
}
.social-icon-style-round .social-vimeo:before {
  content: "\e60b"
}
.social-twitter:before {
  content: "\e60c"
}
.social-icon-style-square .social-twitter:before {
  content: "\e60d"
}
.social-icon-style-round .social-twitter:before {
  content: "\e60e"
}
.social-tumblr:before {
  content: "\e60f"
}
.social-icon-style-square .social-tumblr:before {
  content: "\e610"
}
.social-icon-style-round .social-tumblr:before {
  content: "\e611"
}
.social-pinterest:before {
  content: "\e612"
}
.social-icon-style-square .social-pinterest:before {
  content: "\e613"
}
.social-icon-style-round .social-pinterest:before {
  content: "\e614"
}
.social-linkedin:before {
  content: "\e615"
}
.social-icon-style-square .social-linkedin:before {
  content: "\e616"
}
.social-icon-style-round .social-linkedin:before {
  content: "\e617"
}
.social-instagram:before {
  content: "\e618"
}
.social-icon-style-square .social-instagram:before {
  content: "\e619"
}
.social-icon-style-round .social-instagram:before {
  content: "\e61a"
}
.social-google:before {
  content: "\e61b"
}
.social-icon-style-square .social-google:before {
  content: "\e61c"
}
.social-icon-style-round .social-google:before {
  content: "\e61d"
}
.social-googleauth2:before {
  content: "\e61b"
}
.social-foursquare:before {
  content: "\e61e"
}
.social-icon-style-square .social-foursquare:before {
  content: "\e61f"
}
.social-icon-style-round .social-foursquare:before {
  content: "\e620"
}
.social-flickr:before {
  content: "\e621"
}
.social-icon-style-square .social-flickr:before {
  content: "\e622"
}
.social-icon-style-round .social-flickr:before {
  content: "\e623"
}
.social-facebook:before {
  content: "\e624"
}
.social-icon-style-square .social-facebook:before {
  content: "\e625"
}
.social-icon-style-round .social-facebook:before {
  content: "\e626"
}
.social-fivehundredpix:before {
  content: "\e627"
}
.social-icon-style-square .social-fivehundredpix:before {
  content: "\e628"
}
.social-icon-style-round .social-fivehundredpix:before {
  content: "\e629"
}
.social-fivehundredpx:before {
  content: "\e627"
}
.social-icon-style-square .social-fivehundredpx:before {
  content: "\e628"
}
.social-icon-style-round .social-fivehundredpx:before {
  content: "\e629"
}
.social-email:before {
  content: "\e62a"
}
.social-icon-style-square .social-email:before {
  content: "\e62b"
}
.social-icon-style-round .social-email:before {
  content: "\e62c"
}
.social-github:before {
  content: "\e62d"
}
.social-icon-style-square .social-github:before {
  content: "\e62e"
}
.social-icon-style-round .social-github:before {
  content: "\e62f"
}
.social-rss:before {
  content: "\e630"
}
.social-icon-style-square .social-rss:before {
  content: "\e631"
}
.social-icon-style-round .social-rss:before {
  content: "\e632"
}
.social-spotify:before {
  content: "\e633"
}
.social-icon-style-square .social-spotify:before {
  content: "\e634"
}
.social-icon-style-round .social-spotify:before {
  content: "\e635"
}
.social-soundcloud:before {
  content: "\e636"
}
.social-icon-style-square .social-soundcloud:before {
  content: "\e637"
}
.social-icon-style-round .social-soundcloud:before {
  content: "\e638"
}
.social-itunes:before {
  content: "\e639"
}
.social-icon-style-square .social-itunes:before {
  content: "\e63a"
}
.social-icon-style-round .social-itunes:before {
  content: "\e63b"
}
.social-googleplay:before {
  content: "\e63c"
}
.social-icon-style-square .social-googleplay:before {
  content: "\e63d"
}
.social-icon-style-round .social-googleplay:before {
  content: "\e63e"
}
.social-dropbox:before {
  content: "\e63f"
}
.social-icon-style-square .social-dropbox:before {
  content: "\e640"
}
.social-icon-style-round .social-dropbox:before {
  content: "\e641"
}
.social-bandsintown:before {
  content: "\e642"
}
.social-icon-style-square .social-bandsintown:before {
  content: "\e643"
}
.social-icon-style-round .social-bandsintown:before {
  content: "\e644"
}
.social-behance:before {
  content: "\e645"
}
.social-icon-style-square .social-behance:before {
  content: "\e646"
}
.social-icon-style-round .social-behance:before {
  content: "\e647"
}
.social-codepen:before {
  content: "\e648"
}
.social-icon-style-square .social-codepen:before {
  content: "\e649"
}
.social-icon-style-round .social-codepen:before {
  content: "\e64a"
}
.social-medium:before {
  content: "\e64b"
}
.social-icon-style-square .social-medium:before {
  content: "\e64c"
}
.social-icon-style-round .social-medium:before {
  content: "\e64d"
}
.social-rdio:before {
  content: "\e64e"
}
.social-icon-style-square .social-rdio:before {
  content: "\e64f"
}
.social-icon-style-round .social-rdio:before {
  content: "\e650"
}
.social-squarespace:before {
  content: "\e651"
}
.social-icon-style-square .social-squarespace:before {
  content: "\e652"
}
.social-icon-style-round .social-squarespace:before {
  content: "\e653"
}
.social-vine:before {
  content: "\e654"
}
.social-icon-style-square .social-vine:before {
  content: "\e655"
}
.social-icon-style-round .social-vine:before {
  content: "\e656"
}
.social-yelp:before {
  content: "\e657"
}
.social-icon-style-square .social-yelp:before {
  content: "\e658"
}
.social-icon-style-round .social-yelp:before {
  content: "\e659"
}
.social-meetup:before {
  content: "\e65a"
}
.social-icon-style-square .social-meetup:before {
  content: "\e65b"
}
.social-icon-style-round .social-meetup:before {
  content: "\e65c"
}
.social-vevo:before {
  content: "\e65d"
}
.social-icon-style-square .social-vevo:before {
  content: "\e65e"
}
.social-icon-style-round .social-vevo:before {
  content: "\e65f"
}
.social-twitch:before {
  content: "\e660"
}
.social-icon-style-square .social-twitch:before {
  content: "\e661"
}
.social-icon-style-round .social-twitch:before {
  content: "\e662"
}
.social-vsco:before {
  content: "\e663"
}
.social-icon-style-square .social-vsco:before {
  content: "\e664"
}
.social-icon-style-round .social-vsco:before {
  content: "\e665"
}
.site-title-font {
  font-family: "Proxima Nova"
  , Helvetica
  , Arial
  , sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1.3em;
  letter-spacing: 4px;
  text-transform: uppercase
}
.site-tagline-font {
  font-family: "Proxima Nova"
  , Helvetica
  , Arial
  , sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  letter-spacing: 0;
  text-transform: none
}
.nav-font {
  font-family: "Proxima Nova"
  , Helvetica
  , Arial
  , sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  letter-spacing: 3px;
  text-transform: uppercase
}
.nav-secondary-font {
  font-family: "Proxima Nova"
  , Helvetica
  , Arial
  , sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  letter-spacing: 0;
  text-transform: none
}
.heading-font {
  font-family: "Proxima Nova"
  , Helvetica
  , Arial
  , sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5em;
  letter-spacing: 0;
  text-transform: none
}
.body-font {
  font-family: "Proxima Nova"
  , Helvetica
  , Arial
  , sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.75em
}
.meta-font {
  font-family: "Proxima Nova"
  , Helvetica
  , Arial
  , sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.9em;
  letter-spacing: 2px;
  text-transform: uppercase
}
.collection-type-products.hide-product-share-button .ss-social-button {
  display: none;
  visibility: hidden
}
.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
.overflow-auto {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch
}
.sqs-ui-font {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  font-size: 32px;
  line-height: 1em;
  -webkit-font-smoothing: antialiased
}
.embed-block iframe,
.embed-block img {
  max-width: 100%
}
.wrapper,
.clear-fix {
  *zoom: 1
}
.wrapper:before,
.clear-fix:before,
.wrapper:after,
.clear-fix:after {
  content: "";
  display: table
}
.wrapper:after,
.clear-fix:after {
  clear: both
}
.content-fill > img,
.content-fit > img {
  max-width: none
}
#main,
.wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
html {
  height: 100%
}
body {
  height: 100%;
  -webkit-overflow-scrolling: touch;
  background: #fff
}
@media screen and (max-width: 640px) {
  .sqs-layout [class*=sqs-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 !important
  }
}
.loading {
  opacity: 0 !important
}
.animate4 0% {
  opacity: 0
}
.animate4 100% {
  opacity: 1
}
@-webkit-keyframes animate4 {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@keyframes animate4 {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
.animate6 0% {
  opacity: 0
}
.animate6 50% {
  opacity: 0
}
.animate6 100% {
  opacity: 1
}
@-webkit-keyframes animate6 {
  0% {
    opacity: 0
  }
  50% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@keyframes animate6 {
  0% {
    opacity: 0
  }
  50% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
.animate8 0% {
  opacity: 0
}
.animate8 66% {
  opacity: 0
}
.animate8 100% {
  opacity: 1
}
@-webkit-keyframes animate8 {
  0% {
    opacity: 0
  }
  66% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@keyframes animate8 {
  0% {
    opacity: 0
  }
  66% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
body {
  /*font-family: "Proxima Nova", Helvetica, Arial, sans-serif;*/
  /*font-family: "proxima-nova";*/
  font-size: 14px;
  line-height: 1.75em;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  font-style: normal;
  color: rgba(17, 17, 17, 0.6)
}
h1,
h2,
h3 {
  line-height: 1.25em;
  color: #242628
}
h1 a,
h2 a,
h3 a {
  color: #242628
}
h1 a:hover,
h2 a:hover,
h3 a:hover {
  color: #000
}
h1:first-child,
h2:first-child,
h3:first-child {
  margin-top: 0
}
h1:last-child,
h2:last-child,
h3:last-child {
  margin-bottom: 0
}
h1 {
  font-family: "Proxima Nova"
  , Helvetica
  , Arial
  , sans-serif;
  font-family: "proxima-nova";
  font-size: 1.5em;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 600;
  font-style: normal
}
h2 {
  font-family: "Proxima Nova"
  , Helvetica
  , Arial
  , sans-serif;
  font-family: "proxima-nova";
  font-size: 1.5em;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 600;
  font-style: normal;
  font-size: 1.125em
}
h3 {
  font-family: "Proxima Nova"
  , Helvetica
  , Arial
  , sans-serif;
  font-family: "proxima-nova";
  font-size: 1.5em;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 600;
  font-style: normal;
  font-size: 0.927em
}
.sqs-layout b,
.sqs-layout strong {
  color: #242628
}
a {
  color: rgba(17, 17, 17, 0.75)
}
a:hover {
  color: rgba(0, 0, 0, 0.75)
}
blockquote {
  padding-left: 1em;
  border-left: 1px solid rgba(17, 17, 17, 0.35000000000000003)
}
.entry-categories,
.entry-date-author,
.entry-source,
.entry-tags,
.pagination,
.flow-item-source {
  font-family: "Proxima Nova"
  , Helvetica
  , Arial
  , sans-serif;
  font-family: "proxima-nova";
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.25em;
  color: rgba(17, 17, 17, 0.35000000000000003)
}
.entry-categories a,
.entry-date-author a,
.entry-source a,
.entry-tags a,
.pagination a,
.flow-item-source a {
  color: rgba(17, 17, 17, 0.35000000000000003)
}
.entry-categories a:hover,
.entry-date-author a:hover,
.entry-source a:hover,
.entry-tags a:hover,
.pagination a:hover,
.flow-item-source a:hover {
  color: rgba(0, 0, 0, 0.35000000000000003)
}
.summary-info-item {
  font-family: "Proxima Nova"
  , Helvetica
  , Arial
  , sans-serif;
  font-family: "proxima-nova";
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  font-style: normal
}
@media screen and (max-width: 1024px) {
  .sqs-announcement-bar {
    position: relative
  }
}
@media screen and (min-width: 1025px) {
  .sqs-announcement-bar {
    position: fixed;
    left: 0;
    right: 0
  }
}
.sqs-announcement-bar-hidden~#under {
  top: 0 !important
}
#canvas {
  background: #fff;
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased
}
#canvas {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out
}
@media screen and (min-width: 641px) and(max-width: 1024px) {
  #canvas body[class*='product-item'],
  #canvas body[class*='gallery-'] {
    height: 100%
  }
}
@media screen and (min-width: 1025px) {
  #canvas {
    height: 100%
  }
}
#under {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 240px;
  padding: 50px 0 40px;
  background: #fff;
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  opacity: 0;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
  -webkit-transform: translatez(0)
}
@media screen and (max-width: 640px) {
  .sqs-layout {
    overflow: hidden
  }
  article {
    margin-bottom: 10px !important;
  }
}
@media screen and (min-width: 641px) {
  #under {
    padding-top: 80px
  }
}
@media screen and (min-width: 1025px) {
  #under,
  #navOpen {
    display: none
  }
}
body:not(.nav-opened) {
  -webkit-transition: background 0.01s 0.2s ease-in-out;
  -moz-transition: background 0.01s 0.2s ease-in-out;
  -o-transition: background 0.01s 0.2s ease-in-out;
  transition: background 0.01s 0.2s ease-in-out
}
.nav-opened {
  background: #fff;
  overflow: hidden
}
.nav-opened #canvas {
  -webkit-transform: translate3d(-240px, 0, 0);
  -moz-transform: translate3d(-240px, 0, 0);
  -o-transform: translate3d(-240px, 0, 0);
  -ms-transform: translate3d(-240px, 0, 0);
  transform: translate3d(-240px, 0, 0)
}
.nav-opened #canvasOverlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  cursor: hand;
  cursor: pointer
}
.nav-opened #under {
  opacity: 1;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch
}
.no-csstransforms3d .nav-opened #canvas {
  -webkit-transform: translate(-240px, 0);
  -moz-transform: translate(-240px, 0);
  -o-transform: translate(-240px, 0);
  -ms-transform: translate(-240px, 0);
  transform: translate(-240px, 0)
}
.no-csstransforms .nav-opened {
  overflow: auto
}
.no-csstransforms .nav-opened #canvas {
  left: -240px
}


/*
   #header {
   position: relative;
   z-index: 3;
   width: 100%;
   height: 50px;
   overflow: hidden
   }
   #header>.wrapper {
   max-width: 100%;
   height: 100%;
   -webkit-transition: opacity;
   transition: opacity;
   -webkit-transition: opacity .2s 0s ease-in-out;
   -moz-transition: opacity .2s 0s ease-in-out;
   -o-transition: opacity .2s 0s ease-in-out;
   transition: opacity .2s 0s ease-in-out
   }
   #header .navigation {
   display: none
   }
   #header {
   background: #fff;
   -moz-osx-font-smoothing: auto;
   -webkit-font-smoothing: subpixel-antialiased
   }
   .header-border #header {
   border-bottom: 1px solid rgba(0, 0, 0, .1)
   }
*/
.header-border #under {
  border-left: 1px solid rgba(0, 0, 0, 0.1)
}
#siteHeader {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%
}
#siteTitle {
  font-family: "Proxima Nova"
  , Helvetica
  , Arial
  , sans-serif;
  font-weight: bold;
  font-family: "proxima-nova";
  font-size: 1.3em;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 600;
  font-style: normal;
  line-height: 30px;
  color: #242628
}
@media screen and (max-width: 1024px) {
  #siteHeader {
    width: calc(100% - 50px);
    text-align: center;
  }
  #siteTitle {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden
  }
  #logo {
    max-width: 100%
  }
}
#logo {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  height: 100%
}
#logo > img {
  display: block;
  height: 100%
}
#logo > img + #siteTitle {
  display: none
}
.use-site-title-in-mobile-header #logo > img {
  display: none
}
.use-site-title-in-mobile-header #logo > img + #siteTitle {
  display: block;
  margin: 0
}
#siteTagline {
  display: none
}
.navigation {
  font-family: "Proxima Nova"
  , Helvetica
  , Arial
  , sans-serif;
  font-family: "proxima-nova";
  font-size: 1em;

  letter-spacing: 3px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.25em;
  margin-bottom: 25px
}
.navigation li {
  padding: 0 40px
}
.navigation a {
  display: block;
  padding: 6px 0;
  color: #242628;
  -webkit-transition: color;
  transition: color;
  -webkit-transition: color 0.2s 0s ease-in-out;
  -moz-transition: color 0.2s 0s ease-in-out;
  -o-transition: color 0.2s 0s ease-in-out;
  transition: color 0.2s 0s ease-in-out
}
.navigation a:hover {
  color: #e60039
}
.navigation .active-link:not(.folder-collection):not(.index-collection) > a {
  color: #e60039
}
.navigation .active-link:not(.active-folder) .index-parent {
  color: #e60039
}
.navigation .folder-child {
  margin-bottom: 0.5em
}
.navigation .folder-child li {
  padding: 0 1em;
  border-left: 1px solid rgba(36, 38, 40, 0.15)
}
.navigation .folder-child a {
  font-size: 0.75em
}
.navigation .external-link a:after {
  content: "→"
}
.lower-header {
  display: none
}
#header ul .sqs-state-message {
  display: none
}
#under .lower-header {
  display: block
}
.navigation-secondary {
  font-family: "Proxima Nova"
  , Helvetica
  , Arial
  , sans-serif;
  font-family: "proxima-nova";
  font-size: 1em;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  font-style: normal;
  line-height: 1.25em
}
.navigation-secondary li {
  padding: 0 40px
}
.navigation-secondary a {
  display: block;
  padding: 6px 0;
  color: rgba(17, 17, 17, 0.4);
  -webkit-transition: color;
  transition: color;
  -webkit-transition: color 0.2s 0s ease-in-out;
  -moz-transition: color 0.2s 0s ease-in-out;
  -o-transition: color 0.2s 0s ease-in-out;
  transition: color 0.2s 0s ease-in-out
}
.navigation-secondary a:hover {
  color: #e60039
}
.navigation-secondary .active-link:not(.folder-collection):not(.index-collection) > a {
  color: #e60039
}
.navigation-secondary .active-link:not(.active-folder) .index-parent {
  color: #e60039
}
.navigation-secondary .folder-child {
  margin-bottom: 0.5em
}
.navigation-secondary .folder-child li {
  padding: 0 1em;
  border-left: 1px solid rgba(17, 17, 17, 0.15)
}
.navigation-secondary .folder-child a {
  font-size: 0.75em
}
.navigation-secondary .external-link a:after {
  content: "→"
}
#navOpen,
#navClose {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  font-size: 32px;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  line-height: 50px;
  color: #242628
}


/*
   #navOpen:before {
   content: "\e030"
   }
*/
#navOpen.empty {
  display: none !important
}


/*
   #navClose:before {
   content: "\e02e"
   }
*/
.index-child {
  display: none
}
.index-child li {
  padding: 0
}
.index-links-show-both .index-child,
.index-links-child-links-only .index-child {
  display: block
}
.index-links-child-links-only .index-parent {
  display: none
}
.index-links-show-both-while-inside-index .active-folder .index-child,
.index-links-show-both-while-inside-index .active-link .index-child {
  display: block
}
body:not(.index-links-child-links-only) .navigation .folder-child,
body:not(.index-links-child-links-only) .navigation-secondary .folder-child,
body:not(.index-links-child-links-only) .navigation .index-child,
body:not(.index-links-child-links-only) .navigation-secondary .index-child {
  margin-bottom: 0.5em
}
body:not(.index-links-child-links-only) .navigation .folder-child li,
body:not(.index-links-child-links-only) .navigation-secondary .folder-child li,
body:not(.index-links-child-links-only) .navigation .index-child li,
body:not(.index-links-child-links-only) .navigation-secondary .index-child li {
  padding: 0 1em;
  border-left: 1px solid rgba(36, 38, 40, 0.15)
}
body:not(.index-links-child-links-only) .navigation .folder-child a,
body:not(.index-links-child-links-only) .navigation-secondary .folder-child a,
body:not(.index-links-child-links-only) .navigation .index-child a,
body:not(.index-links-child-links-only) .navigation-secondary .index-child a {
  font-size: 0.75em
}
.products-collection {
  -webkit-transition: opacity;
  transition: opacity;
  -webkit-transition: opacity 0.2s 0s ease-in-out;
  -moz-transition: opacity 0.2s 0s ease-in-out;
  -o-transition: opacity 0.2s 0s ease-in-out;
  transition: opacity 0.2s 0s ease-in-out
}
.products-collection.loading {
  opacity: 0
}
.products-collection.loading a {
  -webkit-transition: color 0s 0s ease-in-out;
  -moz-transition: color 0s 0s ease-in-out;
  -o-transition: color 0s 0s ease-in-out;
  transition: color 0s 0s ease-in-out
}
.products-child {
  display: none
}
.products-child li {
  padding: 0
}
.product-category-links-show-both .products-child,
.product-category-links-category-links-only .products-child {
  display: block
}
.product-category-links-category-links-only .products-parent {
  display: none
}
.product-category-links-show-both-while-inside-collection .active-link .products-child {
  display: block
}
body:not(.product-category-links-category-links-only) .navigation .products-child,
body:not(.product-category-links-category-links-only) .navigation-secondary .products-child {
  margin-bottom: 0.5em
}
body:not(.product-category-links-category-links-only) .navigation .products-child li,
body:not(.product-category-links-category-links-only) .navigation-secondary .products-child li {
  padding: 0 1em;
  border-left: 1px solid rgba(36, 38, 40, 0.15)
}
body:not(.product-category-links-category-links-only) .navigation .products-child a,
body:not(.product-category-links-category-links-only) .navigation-secondary .products-child a {
  font-size: 0.75em
}
.folder-links-collapsible #header .folder-collection {
  cursor: pointer;
  cursor: hand
}
.folder-links-collapsible #header .folder-collection > a:after {
  content: " +"
}
.folder-links-collapsible #header .folder-collection .folder-child {
  display: none
}
.folder-links-collapsible #header .folder-collection.active-folder > a:after {
  content: " -"
}
.folder-links-collapsible #header .folder-collection.active-folder .folder-child {
  display: block
}
.folder-links-collapsible #header .folder-collection.folder-closed > a:after {
  content: " +"
}
.folder-links-collapsible #header .folder-collection.folder-closed .folder-child {
  display: none
}
.folder-links-collapsible #header .folder-collection.folder-opened > a:after {
  content: " -"
}
.folder-links-collapsible #header .folder-collection.folder-opened .folder-child {
  display: block
}
@media screen and (min-width: 641px) {
  #header {
    position: absolute;
    height: 80px
  }
  .dialog-open #header {
    position: absolute
  }
  #logo {
    padding: 20px 25px
  }
  #siteTitle {
    line-height: 40px
  }
  #navOpen {
    position: absolute
  }
  #navOpen,
  #navClose {
    width: 80px;
    height: 80px;
    line-height: 80px
  }
}
@media screen and (min-width: 1025px) {


  /*
   #header {
   position: fixed;
   top: 0;
   bottom: 0;
   width: 240px;
   height: auto;
   overflow-x: hidden;
   overflow-y: auto;
   -webkit-overflow-scrolling: touch
   }
   #header>.wrapper {
   height: auto;
   padding: 140px 0
   }
   #header .navigation {
   display: block
   }
*/
  .lower-header {
    display: block
  }
  .header-border #header {
    border-bottom: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.1)
  }
  #navOpen,
  #under {
    display: none
  }
  #siteHeader {
    margin: 0 40px 25px
  }
  #logo {
    height: auto;
    padding: 0
  }
  #logo.has-img {
    position: fixed;
    z-index: 99;
    top: 54px;
    margin-left: 35px;
  }
  #logo.has-img > img {
    width: 56%;
    height: auto
  }
  .use-site-title-in-mobile-header #logo > img {
    display: block
  }
  .use-site-title-in-mobile-header #logo > img + #siteTitle {
    display: none
  }
  #siteTitle {
    line-height: 1.25em
  }
  #siteTagline {
    display: block;
    margin: 0.75em 0 0;
    font-weight: 400;
    font-family: "Proxima Nova"
    , Helvetica
    , Arial
    , sans-serif;
    font-size: 1em;
    text-transform: none;
    letter-spacing: 0;
    font-weight: normal;
    font-style: normal;
    line-height: 1.5em;
    color: rgba(17, 17, 17, 0.382)
  }
  .site-vertical-alignment-middle #header > .wrapper.middle {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
  }

  .site-vertical-alignment-middle #flowItems.middle {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
  }
  .site-vertical-alignment-middle .lower-header.loading {
    opacity: 1 !important
  }
  .site-vertical-alignment-top .lower-header.bottom {
    position: absolute;
    bottom: 0;
    padding-bottom: 40px
  }
  .site-vertical-alignment-top #header > .wrapper {
    -webkit-animation: animate6 0.6s ease-in-out;
    animation: animate6 0.6s ease-in-out
  }
  .site-vertical-alignment-top #header > .wrapper.loading {
    opacity: 1 !important
  }
}
.social {
  display: none
}
.show-social-icons .social {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 40px 0;
  margin: -6px
}
.show-social-icons .social li {
  display: inline-block;
  padding: 6px
}
.show-social-icons .social a {
  display: block;
  height: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  color: rgba(17, 17, 17, 0.4);
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out
}
.show-social-icons .social a:hover {
  color: #e60039
}
.show-social-icons.social-icon-style-icon-only .social a {
  font-size: 16px;
  line-height: 16px
}
#main {
  background: #fff;
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased
}
#main {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 100%;
  min-height: calc(100% - 240px)
}
#main > .wrapper {
  padding: 10px
}
.full-width-homepage.collection-type-page.homepage #main {
  width: auto;
  max-width: 1440px
}
#main > .wrapper {
  -webkit-animation: animate4 0.4s ease-in-out;
  animation: animate4 0.4s ease-in-out
}
@media screen and (max-width: 1024px) {
  #main:not(.has-img) > .wrapper {
    padding-top: 0 !important
  }
}
@media screen and (min-width: 641px) {
  #main {
    padding-top: 80px
  }
  #main > .wrapper {
    padding: 25px
  }
  #main.has-img:not(.collection-type-index):not(.collection-type-products.view-list) {
    padding-top: 0
  }
}
@media screen and (min-width: 1025px) {
  #main {
    width: 800px;
    padding-top: 0;
  }
  #main > .wrapper {
  ;

  // height: 100%
}
}
#footer .sqs-layout {
  margin-top: 40px
}
.collection-type-products.view-list #footer .sqs-layout {
  margin: 40px 36px;
}
.collection-type-products.view-list #footer .sqs-layout.empty {
  margin: 0
}
.collection-type-index #footer .sqs-layout {
  margin: 40px 36px;
}
.collection-type-index #footer .sqs-layout.empty {
  margin: 0
}
.collection-type-products.view-item #footer .sqs-layout,
.collection-type-gallery #footer .sqs-layout {
  display: none
}
#thumbnail {
  position: relative;
  height: 240px;
  background: #fff;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
  -webkit-animation: animate8 0.8s ease-in-out;
  animation: animate8 0.8s ease-in-out
}
@media screen and (min-width: 1025px) {
  #thumbnail {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 1040px;
    height: auto
  }
}

@media screen and (min-device-height: 640px) and(max-width: 1024px) {
  #main {
    min-height: calc(100% - 400px)
  }
  #thumbnail {
    height: 400px
  }
}
.collection-type-products.view-list #main,
.collection-type-index.view-list #main {
  width: 100%
}
@media screen and (min-width: 1025px) {
  .collection-type-products.view-list #main,
  .collection-type-index.view-list #main {
    margin-left: 0;
    /*padding-left: 240px*/
  }
}
.masonry-item {
  overflow: hidden
}
.masonry-link {
  display: block;
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}
.lte-ie9 .masonry-link,
.ie10 .masonry-link {
  background: url('https://static1.squarespace.com/static/ta/5252fc28e4b0ec71254bc248/612/assets/transparent.gif')
}
.masonry-thumbnail {
  position: relative;
  z-index: 1;
  width: 100%
}
.masonry-thumbnail > .intrinsic {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2
}
.collection-type-products:not(.product-aspect-ratio-auto) .masonry-thumbnail > .intrinsic,
.collection-type-index:not(.index-aspect-ratio-auto) .masonry-thumbnail > .intrinsic {
  width: inherit !important;
  height: inherit !important
}
.masonry-thumbnail-alt {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1
}
.masonry-overlay {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 3;
  width: 100%;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out
}
.masonry-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 10px
}
.masonry-title {
  margin: 0.25em 0
}
.collection-type-gallery #main,
.collection-type-products.view-item #main {
  width: 100%;
  /*height: 100%*/
}
.collection-type-gallery #main > .wrapper,
.collection-type-products.view-item #main > .wrapper {
  padding: 0
}
#flowThumbnail > img {
  width: 100%
}

#flowItems {
  position: relative
}
.collection-type-products.view-item #flowContent {
  padding-bottom: 0 !important;
}
.flow-item {
  position: relative
}
.flow-item img {
  width: 100%
}
.flow-item .button-expand {
  position: absolute;
  top: 24px;
  right: 24px
}
.flow-item.active .button-expand > div {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0)
}
.flow-item.video .button-expand {
  display: none
}
.flow-item.video .flow-item-info {
  display: none
}
.no-touch .flow-item .button-expand {
  opacity: 0
}
.no-touch .flow-item:hover .button-expand {
  opacity: 1
}
.flow-item .button-expand {
  display: none
}
.flow-item-info {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 25px;
  background: #fff
}
#flowBody {
  padding: 10px
}
#flowBodyOpen {
  display: none
}
.site-vertical-alignment-top #flowContent.loading {
  opacity: 1 !important
}

.force-vertical-alignment-top.site-vertical-alignment-middle #flowContent.loading {
  opacity: 1 !important
}
@media screen and (min-width: 641px) {
  .flow-item .button-expand {
    display: block
  }
  .flow-items-fill {
    height: 100%
  }
  .flow-items-fill #canvas {
    height: 100%
  }
  .flow-items-fill #main {
    height: 100%
  }
  .flow-items-fill #main > .wrapper {
    height: 100%
  }
  .flow-items-fill #flowItems {
    height: 100%
  }
  .flow-items-fill .flow-item {
    height: 100%
  }
  #flowThumbnail {
    display: none
  }

  .dialog-open #flowContent {
    position: absolute !important
  }
  #flowItems {
    width: 50%;
    margin-top: 100px;
  }
  .dialog-open #flowItems {
    position: absolute !important
  }
  .flow-item.has-info {
    overflow: hidden
  }
  .flow-item.active .flow-item-info {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  .flow-item .content-fill {
    height: 100%
  }
  .flow-item-info {
    position: absolute;
    width: 61.8%;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: all 0.2s 0s ease-in-out;
    -moz-transition: all 0.2s 0s ease-in-out;
    -o-transition: all 0.2s 0s ease-in-out;
    transition: all 0.2s 0s ease-in-out
  }
  .no-csstransforms3d .flow-item-info {
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0)
  }
  .no-csstransforms3d .flow-item.active .flow-item-info {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
  }
  #flowBody {
    background: rgba(255, 255, 255, 0.9500000000000001)
  }
  #flowBody {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0;
    margin-top: 80px;
    -webkit-transition: all 0.2s 0s ease-in-out;
    -moz-transition: all 0.2s 0s ease-in-out;
    -o-transition: all 0.2s 0s ease-in-out;
    transition: all 0.2s 0s ease-in-out;
    visibility: hidden;
    opacity: 0
  }
  #flowBody > .wrapper {
    width: 800px;
    padding: 25px
  }
  .flow-body-active {
    overflow: hidden
  }
  .flow-body-active #flowBody {
    visibility: visible;
    opacity: 1
  }
  #flowBodyOpen {
    display: block
  }
  #flowBodyOpen:before {
    content: "Additional Info +"
  }
  #flowBodyClose {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    padding: 24px;
    font-family: 'squarespace-ui-font';
    font-style: normal;
    speak: none;
    font-weight: normal;
    font-size: 32px;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    font-size: 36px;
    line-height: 36px;
    color: rgba(17, 17, 17, 0.6)
  }
  #flowBodyClose:before {
    content: "\e02e"
  }

}
@media screen and (min-width: 1025px) {
  .collection-type-gallery #main,
  .collection-type-products.view-item #main {
    margin-left: 0;
    /*padding-left: 240px*/
  }
  .collection-type-gallery #main > .wrapper,
  .collection-type-products.view-item #main > .wrapper {
    padding-top: 0 !important
  }
  .flow-item-info {
    padding: 65px 25px
  }
  #flowItems {}

#flowBody {
  left: 240px;
  margin-top: 0
}
#flowBody > .wrapper {
  padding: 65px
}
#flowBodyClose {
  padding: 48px
}

}
@media screen and (min-width: 1200px) {
  #flowItems {}
.flow-item-info {
  padding: 65px
}

}
@media screen and (min-width: 1440px) {
  #flowItems {
    margin-top: 50px;
  }

}
.sqs-announcement-bar + .sqs-cart-dropzone {
  top: 36px
}
.sqs-cart-dropzone {
  position: fixed;
  z-index: 4;
  top: 0;
  right: 50px;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out
}
.sqs-cart-dropzone .sqs-pill-shopping-cart-content {
  height: 30px;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  border: 0
}
.nav-opened .sqs-cart-dropzone {
  -webkit-transform: translate3d(-240px, 0, 0);
  -moz-transform: translate3d(-240px, 0, 0);
  -o-transform: translate3d(-240px, 0, 0);
  -ms-transform: translate3d(-240px, 0, 0);
  transform: translate3d(-240px, 0, 0)
}
.no-csstransforms3d .nav-opened .sqs-cart-dropzone {
  -webkit-transform: translate(-240px, 0);
  -moz-transform: translate(-240px, 0);
  -o-transform: translate(-240px, 0);
  -ms-transform: translate(-240px, 0);
  transform: translate(-240px, 0)
}
@media screen and (min-width: 641px) {
  .sqs-cart-dropzone {
    top: 13px;
    right: 80px
  }
}
@media screen and (min-width: 1025px) {
  .sqs-cart-dropzone {
    top: 55px;
    right: 0
  }
}
.sqs-style-mode .product-mark {
  opacity: 1 !important
}
.product-price {
  font-family: "Proxima Nova"
  , Helvetica
  , Arial
  , sans-serif;
  font-family: "proxima-nova";
  font-size: 1.5em;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 600;
  font-style: normal;
  font-size: 1.25em;
  line-height: 1.25em
}
.product-price .strikeout,
.product-price .original-price {
  text-decoration: line-through
}
.product-mark,
.product-block .image-container .product-mark,
.sqs-block-summary-v2 .summary-product-status .product-mark {
  display: inline-block;
  padding: 0.382em 0.75em;
  background: #e60039;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Proxima Nova"
  , Helvetica
  , Arial
  , sans-serif;
  font-family: "proxima-nova";
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  font-style: normal
}
.product-mark.sold-out,
.product-block .image-container .product-mark.sold-out,
.sqs-block-summary-v2 .summary-product-status .product-mark.sold-out {
  background: #222;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #fff
}
.product-block .image-container .product-mark,
.sqs-block-summary-v2 .summary-product-status .product-mark {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  font-size: 13px;
  line-height: 1.75em
}
.product-list-style-viewbook .product-block .image-container .product-mark,
.product-list-style-viewbook .sqs-block-summary-v2 .summary-product-status .product-mark {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0)
}
.product-list-style-flipcard .product-block .image-container .product-mark,
.product-list-style-flipcard .sqs-block-summary-v2 .summary-product-status .product-mark {
  top: 16px;
  left: 16px
}
.masonry-item > .product-mark {
  position: absolute;
  z-index: 3
}
.product-mark-inner {
  display: none;
  margin-top: 16px
}
.sold-out~.masonry-thumbnail {
  opacity: .25
}
.collection-type-products.view-list {
  background: #242628
}
.collection-type-products.view-list.nav-opened {
  background: #fff
}
.collection-type-products.view-list #main {
  background: #242628;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-height: 100%;
  overflow-y: hidden;
}
.collection-type-products.view-list #main > .wrapper {
  padding: 0;
  clear: both;
  position: relative;
  margin-top: 51px;
}
.collection-type-products.view-list #productList {
  /*margin: 36px;*/

  /*margin: 10px;*/
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out
}
.collection-type-products.view-list #productList .product-title {
  font-size: 1.4em;
  color: #fff
}
.collection-type-products.view-list #productList .product-price {
  font-size: 1.2em;
  color: rgba(0, 0, 0, 0.6)
}
.collection-type-products.view-list.product-list-style-showroom .masonry-title {
  display: none
}
.collection-type-products.view-list.product-list-style-showroom #productList .product-price {
  color: rgba(0, 0, 0, 0.6)
}
.collection-type-products.view-list.product-list-style-showroom .masonry-overlay {
  position: absolute;
  top: 0;
  bottom: 0
}
.collection-type-products.view-list.product-list-style-showroom .masonry-content {
  position: absolute;
  bottom: 0;
  padding: 16px;
  text-align: right
}
.collection-type-products.view-list.product-aspect-ratio-auto .masonry-item:not(.has-main-image) {
  min-height: 100px
}
.collection-type-products.view-list.product-aspect-ratio-auto .masonry-thumbnail > .intrinsic {
  position: relative
}
.collection-type-products.view-list.product-aspect-ratio-auto .masonry-thumbnail > .intrinsic img {
  position: static !important
}
.collection-type-products.view-list.product-aspect-ratio-11-square .masonry-thumbnail {
  padding-bottom: 100%
}
.collection-type-products.view-list.product-aspect-ratio-32-standard .masonry-thumbnail {
  padding-bottom: 66.66667%
}
.collection-type-products.view-list.product-aspect-ratio-32-standard-vertical .masonry-thumbnail {
  padding-bottom: 150%
}
.collection-type-products.view-list.product-aspect-ratio-43-four-thirds .masonry-thumbnail {
  padding-bottom: 75%
}
.collection-type-products.view-list.product-aspect-ratio-43-four-thirds-vertical .masonry-thumbnail {
  padding-bottom: 133.3333333%
}
.collection-type-products.view-list.product-aspect-ratio-169-widescreen .masonry-thumbnail {
  padding-bottom: 56.25%
}
.no-touch .collection-type-products.view-list.product-list-style-viewbook .masonry-item > .product-mark {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0)
}
.no-touch .collection-type-products.view-list.product-list-style-viewbook .masonry-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 0;
  background: rgba(36, 38, 40, 0.9)
}
.no-touch .collection-type-products.view-list.product-list-style-viewbook .sold-out~.masonry-overlay {
  background: rgba(36, 38, 40, 0.65)
}
.no-touch .collection-type-products.view-list.product-list-style-viewbook .masonry-item:hover .masonry-overlay,
.no-touch .collection-type-products.view-list.product-list-style-viewbook.dialog-open .masonry-item:first-of-type .masonry-overlay {
  opacity: 1
}
.no-touch .collection-type-products.view-list.product-list-style-viewbook .masonry-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 25px;
  text-align: center
}
.no-touch .collection-type-products.view-list.product-list-style-catalog .masonry-item {
  background-color: transparent
}
.no-touch .collection-type-products.view-list.product-list-style-catalog .masonry-thumbnail {
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out
}
.no-touch .collection-type-products.view-list.product-list-style-catalog .masonry-item:hover .masonry-thumbnail,
.no-touch .collection-type-products.view-list.product-list-style-catalog.dialog-open .masonry-item:first-of-type .masonry-thumbnail {
  opacity: .9
}
.no-touch .collection-type-products.view-list.product-list-style-catalog .masonry-item:hover .sold-out~.masonry-thumbnail,
.no-touch .collection-type-products.view-list.product-list-style-catalog.dialog-open .masonry-item:first-of-type .sold-out~.masonry-thumbnail {
  opacity: .15
}
.no-touch .collection-type-products.view-list.product-list-style-showroom .masonry-item:hover .masonry-overlay,
.no-touch .collection-type-products.view-list.product-list-style-showroom.dialog-open .masonry-item:first-of-type .masonry-overlay {
  background: rgba(36, 38, 40, 0.38200000000000006)
}
.no-touch .collection-type-products.view-list.product-list-style-flipcard .masonry-item > .product-mark {
  display: none
}
.no-touch .collection-type-products.view-list.product-list-style-flipcard .product-mark-inner {
  display: block
}
.no-touch .collection-type-products.view-list.product-list-style-flipcard .masonry-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  background: rgba(36, 38, 40, 0.75);
  opacity: 1
}
.no-touch .collection-type-products.view-list.product-list-style-flipcard .sold-out~.masonry-overlay {
  background: rgba(36, 38, 40, 0.4)
}
.no-touch .collection-type-products.view-list.product-list-style-flipcard .masonry-item:hover .masonry-overlay,
.no-touch .collection-type-products.view-list.product-list-style-flipcard.dialog-open .masonry-item:first-of-type .masonry-overlay {
  opacity: 0
}
.no-touch .collection-type-products.view-list.product-list-style-flipcard .masonry-content {
  padding: 25px
}
.no-touch .collection-type-products.view-list.product-list-style-peek .masonry-title {
  display: none
}
.no-touch .collection-type-products.view-list.product-list-style-peek #productList .product-price {
  color: rgba(0, 0, 0, 0.6)
}
.no-touch .collection-type-products.view-list.product-list-style-peek .masonry-overlay {
  position: absolute;
  top: 0;
  bottom: 0
}
.no-touch .collection-type-products.view-list.product-list-style-peek .masonry-thumbnail-alt {
  display: block
}
.no-touch .collection-type-products.view-list.product-list-style-peek .masonry-thumbnail .intrinsic {
  -webkit-transition: opacity;
  transition: opacity;
  -webkit-transition: opacity 0.2s 0s ease-in-out;
  -moz-transition: opacity 0.2s 0s ease-in-out;
  -o-transition: opacity 0.2s 0s ease-in-out;
  transition: opacity 0.2s 0s ease-in-out
}
.no-touch .collection-type-products.view-list.product-list-style-peek .masonry-item:hover .masonry-thumbnail .masonry-thumbnail-alt~.intrinsic,
.no-touch .collection-type-products.view-list.product-list-style-peek.dialog-open .masonry-item:first-of-type .masonry-thumbnail .masonry-thumbnail-alt~.intrinsic {
  opacity: 0
}
.no-touch .collection-type-products.view-list.product-list-style-peek .masonry-content {
  position: absolute;
  bottom: 0;
  padding: 16px;
  text-align: right
}
@media screen and (min-width: 641px) {
  article {
    margin-bottom: 25px !mportant;
  }
}
@media screen and (min-width: 1025px) {
  article {
    margin-bottom: 36px !important;
  }
}
.main-product .accordionWrapper {
  width: 100%;
  box-sizing: border-box;
}
.main-product .accordionItem {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  box-sizing: border-box;
  font-family: 'noto-sans-cjk-kr';
  margin-bottom: 20px;
}

.main-product .accordionItem.close {
  opacity: 1 !important;
}
.main-product .accordionItem.open > .accordionItemHeading {
;
/* text-decoration: underline;*/
}
.main-product .accordionItem.close > .accordionItemHeading span {
  display: none !important;
}
.main-product .accordionItemHeading {
  cursor: pointer;
  color: #000;
  width: 30%;
  font-family: 'WorkSans-Regular';
  font-size: 13px;
  opacity: .8;
  font-weight: 400 !important;
  text-transform: capitalize;
  box-sizing: border-box;
}
.main-product .accordionItemContent {
  width: 70%;
}
.main-product .close .accordionItemContent {
  height: 0;
  transition: height 1s ease-out;
  -webkit-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  float: left;
  display: block;


}
.main-product .open .accordionItemContent {
  padding: 0 20px;
  display: block;
  -webkit-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  font-family: 'WorkSans-Regular';
  -webkit-transform-origin: top;
  -o-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  -o-transition: -o-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  box-sizing: border-box;
}

.main-product .open .accordionItemHeading {
  margin: 0;
}
.main-product #accordionItemDetail.open .accordionItemContent {
  height: 200px;
  overflow-y: scroll;
}
.main-product #accordionItemDetail .accordionItemContent::-webkit-scrollbar {
  width: 5px;
}

.main-product #accordionItemDetail .accordionItemContent::-webkit-scrollbar-track {
  background: #ffffff;
}

.main-product #accordionItemDetail .accordionItemContent::-webkit-scrollbar-thumb {
  background-color: #bfbbc0;
  border-radius: 10px;
}
.collection-type-products.view-item #flowContent {
  /*background: #fff;*/
  width: 90%;
  margin: 0 auto;
  height: 120%;
  overflow: auto;
}
@media (min-width: 1600px) {
  .collection-type-products.view-item #flowContent {
    width: 70%;
  }
  .fix-div,
  #sidebar_product.bottom.fixed {
    margin-top: 15% !important;
  }
}
.collection-type-products.view-item .product-title,
.collection-type-products.view-item .product-price-container,
.collection-type-products.view-item .product-excerpt,
.collection-type-products.view-item .product-variants,
.collection-type-products.view-item .product-quantity-input,
.collection-type-products.view-item .sqs-add-to-cart-button-wrapper {
  margin: 25px 0
}
.collection-type-products.view-item .variant-option~.variant-option {
  margin-top: 25px
}
.collection-type-products.view-item .flow-item {
  margin: 10px
}
.collection-type-products.view-item .flow-item:first-of-type {
  display: none
}
.collection-type-products.view-item.product-item-single-image-fill .flow-item:only-of-type {
  margin: 0
}
.collection-type-products.view-item .quantity-label,
.collection-type-products.view-item .variant-option-title {
  font-family: 'noto-sans-cjk-kr';
  font-size: 0.9em;

  letter-spacing: 2px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.25em;
  color: rgba(17, 17, 17, 0.38200000000000006);
  margin-bottom: 0.618em
}
.collection-type-products.view-item .quantity-label {
  text-transform: capitalize !important;
  font-size: 11px !important;
}
.flow-back {
  display: block;
  margin-bottom: 65px;
  color: rgba(17, 17, 17, 0.38200000000000006);
  vertical-align: middle;
  -webkit-transition: opacity;
  transition: opacity;
  -webkit-transition: opacity 0.2s 0s ease-in-out;
  -moz-transition: opacity 0.2s 0s ease-in-out;
  -o-transition: opacity 0.2s 0s ease-in-out;
  transition: opacity 0.2s 0s ease-in-out
}
.flow-back:hover {
  color: rgba(17, 17, 17, 0.75)
}
.flow-back:before {
  content: "\e000";
  margin-right: 4px;
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  font-size: 32px;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  font-size: 9px;
  vertical-align: middle
}
.flow-back.loading {
  opacity: 0
}
.sqs-add-to-cart-button-wrapper .sqs-add-to-cart-button {
  display: inline-block;
  margin: 0;
  padding: 1em 1.25em;
  background: #111;
  font-family: "Proxima Nova"
  , Helvetica
  , Arial
  , sans-serif;
  font-family: "proxima-nova";
  font-size: 14px;
  line-height: 1.75em;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  font-style: normal;
  line-height: 1.25em;
  cursor: hand;
  cursor: pointer
}
.sqs-add-to-cart-button-wrapper .sqs-add-to-cart-button .status-text {
  display: inline-block
}
.sqs-add-to-cart-button-wrapper .sqs-add-to-cart-button .sqs-spin.light {
  height: 10px !important;
  width: 10px !important;
  margin-right: 10px
}
.sqs-add-to-cart-button-wrapper .sqs-add-to-cart-button-inner {
  height: auto
}
@media screen and (min-width: 641px) {
  .collection-type-products.view-item .flow-item {
    margin-right: 0
  }
  .collection-type-products.view-item .flow-item:first-of-type {
    display: block
  }
}
@media screen and (min-width: 1025px) {
  .collection-type-products.view-item .flow-item {
    margin: 16px 0 16px 16px;
  }
  .collection-type-products.view-item .flow-item:first-of-type {
    margin-top: 16px !important
  }
  .collection-type-products.view-item.product-item-single-image-fill .flow-item:only-of-type {
    margin-top: 0 !important
  }
}
.collection-type-index {
  background: #242628
}
.collection-type-index.nav-opened {
  background: #fff
}
.collection-type-index #main {
  background: #242628;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-height: 100%
}
.collection-type-index #main > .wrapper {
  padding: 0
}
.collection-type-index #indexList {
  margin: 10px;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out
}
.collection-type-index .masonry-title {
  font-size: 1.5em;
  color: #fff
}
.collection-type-index.index-list-title-style-always-show .masonry-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased
}
.collection-type-index.index-list-title-style-always-show .masonry-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 25px;
  text-align: center
}
.collection-type-index.index-aspect-ratio-auto .masonry-item:not(.has-main-image) {
  min-height: 100px
}
.collection-type-index.index-aspect-ratio-auto .masonry-thumbnail > .intrinsic {
  position: relative
}
.collection-type-index.index-aspect-ratio-auto .masonry-thumbnail > .intrinsic img {
  position: static !important
}
.collection-type-index.index-aspect-ratio-11-square .masonry-thumbnail {
  padding-bottom: 100%
}
.collection-type-index.index-aspect-ratio-32-standard .masonry-thumbnail {
  padding-bottom: 66.66667%
}
.collection-type-index.index-aspect-ratio-32-standard-vertical .masonry-thumbnail {
  padding-bottom: 150%
}
.collection-type-index.index-aspect-ratio-43-four-thirds .masonry-thumbnail {
  padding-bottom: 75%
}
.collection-type-index.index-aspect-ratio-43-four-thirds-vertical .masonry-thumbnail {
  padding-bottom: 133.3333333%
}
.collection-type-index.index-aspect-ratio-169-widescreen .masonry-thumbnail {
  padding-bottom: 56.25%
}
.no-touch .collection-type-index.index-list-title-style-under .masonry-thumbnail {
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out
}
.no-touch .collection-type-index.index-list-title-style-under .masonry-item:hover .masonry-thumbnail,
.no-touch .collection-type-index.index-list-title-style-under.dialog-open .masonry-item:first-of-type .masonry-thumbnail {
  opacity: .9
}
.no-touch .collection-type-index.index-list-title-style-overlay .masonry-overlay,
.no-touch .collection-type-index.index-list-title-style-color-overlay .masonry-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 0
}
.no-touch .collection-type-index.index-list-title-style-overlay .masonry-item:hover .masonry-overlay,
.no-touch .collection-type-index.index-list-title-style-color-overlay .masonry-item:hover .masonry-overlay,
.no-touch .collection-type-index.index-list-title-style-overlay.dialog-open .masonry-item:first-of-type .masonry-overlay,
.no-touch .collection-type-index.index-list-title-style-color-overlay.dialog-open .masonry-item:first-of-type .masonry-overlay {
  opacity: 1
}
.no-touch .collection-type-index.index-list-title-style-overlay .masonry-content,
.no-touch .collection-type-index.index-list-title-style-color-overlay .masonry-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 25px;
  text-align: center
}
.no-touch .collection-type-index.index-list-title-style-overlay .masonry-overlay {
  background: rgba(36, 38, 40, 0.9)
}
.no-touch .collection-type-index.index-list-title-style-color-overlay .masonry-overlay {
  background: rgba(0, 0, 0, 0.25);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased
}
.no-touch .collection-type-index.index-list-title-style-always-show .masonry-item:hover .masonry-overlay,
.no-touch .collection-type-index.index-list-title-style-always-show.dialog-open .masonry-item:first-of-type .masonry-overlay {
  opacity: .9
}
@media screen and (min-width: 641px) {
  .collection-type-index #indexList {
    margin: 25px;
  }
}
@media screen and (min-width: 1025px) {
  .collection-type-index #indexList {
    margin: 36px
  }
}
.collection-type-gallery #flowContent {
  background: #fff
}
.collection-type-gallery .gallery-title,
.collection-type-gallery .gallery-description {
  margin: 0 0 25px
}
.collection-type-gallery .gallery-title:only-child,
.collection-type-gallery .gallery-description:only-child {
  margin: 0
}
.collection-type-gallery.gallery-single-image-fill .flow-item:only-of-type {
  margin: 0
}
@media screen and (min-width: 641px) {
  .collection-type-gallery .flow-item {
    margin-right: 0
  }
}
@media screen and (min-width: 1025px) {
  .collection-type-gallery .flow-item {
    margin: 0;
  }
  .collection-type-gallery .flow-item:first-of-type {
    margin-top: 0 !important
  }
  .collection-type-gallery.gallery-single-image-fill .flow-item:only-of-type {
    margin-top: 0 !important
  }
}
.button-expand {
  width: 32px;
  height: 32px;
  padding: 12px;
  -webkit-border-radius: 28px;
  border-radius: 28px;
  background-clip: padding-box;
  background-color: rgba(0, 0, 0, 0.85);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out;
  cursor: hand;
  cursor: pointer
}
.button-expand > div {
  display: block;
  width: 100%;
  height: 100%;
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
  line-height: 32px;
  color: #fff;
  cursor: hand;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out
}
.button-expand > div:hover {
  color: #fff
}
.button-expand > div:before {
  content: "\e02e"
}
.button-expand.active > a {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg)
}
.entry {
  margin-top: 25px;
  padding-bottom: 25px
}
.entry:first-of-type {
  margin-top: 0
}
.entry:last-of-type {
  margin-bottom: 0
}
.entry-categories,
.entry-title,
.entry-date-author {
  margin-top: 0;
  margin-bottom: 25px
}
.entry-title-passthrough:after {
  content: " →";
  font: normal 0.9em arial
  , sans-serif
}
.entry-more-link {
  margin-bottom: 0
}
.entry-more-link a {
  color: rgba(17, 17, 17, 0.75)
}
.entry-more-link a:hover {
  color: rgba(17, 17, 17, 0.75)
}
.entry-more-link a:before {
  content: "Read More +"
}
.entry-footer {
  line-height: 1.25em
}
.entry-tags,
.entry-source {
  margin-top: 25px;
  margin-bottom: 0
}
.entry-actions {
  margin-top: 25px
}
.entry-actions .entry-comments {
  display: inline-block;
  margin-right: 1em
}
.entry-actions .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 {
  font-size: 16px;
  width: 16px;
  height: 16px;
  line-height: 16px
}
.entry-actions .entry-comments:before {
  margin-right: 0.2em;
  position: relative;
  top: 0.12em;
  font-size: 1.2em;
  width: auto;
  height: auto;
  line-height: inherit;
  text-align: left;
  vertical-align: initial
}
.entry-actions .sqs-simple-like {
  line-height: inherit
}
.entry-actions .sqs-simple-like .like-count {
  margin-right: 1.2em
}
.entry-actions .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 {
  font-size: 16px;
  width: 16px;
  height: 16px;
  line-height: 16px
}
.entry-actions .sqs-simple-like .like-count:before {
  margin-right: 0.2em;
  position: relative;
  top: 0.13em;
  font-size: 1.2em;
  width: auto;
  height: auto;
  line-height: inherit;
  text-align: left;
  vertical-align: initial
}
.entry-actions .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 {
  margin-right: 0.4em;
  font-size: 0.85em;
  width: auto;
  height: auto;
  line-height: inherit;
  text-align: left;
  vertical-align: initial
}
.ss-social-button div {
  display: inline-block
}
.ss-social-button-icon {
  display: none !important
}
.entry-actions {
  color: rgba(17, 17, 17, 0.6)
}
.entry-actions a {
  color: rgba(17, 17, 17, 0.6)
}
.entry-actions a:hover {
  color: rgba(68, 68, 68, 0.6)
}
.filter-by-tag,
.filter-by-author,
.filter-by-category {
  margin-bottom: 3em
}
.filter-by-author,
.filter-by-category,
.filter-by-tag {
  color: rgba(17, 17, 17, 0.35000000000000003)
}
.pagination {
  line-height: 1.5em;
  margin-top: 10em
}
.pagination > div {
  float: left;
  overflow: hidden;
  width: 50%;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis
}
.pagination > div a:after,
.pagination > div a:before {
  font-family: arial
  , sans-serif;
  font-weight: normal
}
.pagination .newer a:before {
  content: "← "
}
.pagination .older {
  float: right;
  text-align: right
}
.pagination .older a:after {
  content: " →"
}
@media screen and (min-width: 641px) {
  .entry {}
}
.blog-post-border.view-list .entry {
  border-bottom: 1px solid rgba(17, 17, 17, 0.1)
}
.blog-post-border.view-list .entry:last-of-type {
  border-bottom: 0
}
.comment-count {
  font-family: "Proxima Nova"
  , Helvetica
  , Arial
  , sans-serif;
  font-family: "proxima-nova";
  font-size: 14px;
  line-height: 1.75em;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  font-style: normal;
  color: rgba(17, 17, 17, 0.6)
}
.hide-blog-author .entry-author {
  display: none
}
.entry-source,
.flow-item-source {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
.collection-type-page #main #footer .sqs-layout {
  margin-top: 65px
}
.collection-type-page #main #footer .sqs-layout.empty {
  margin: 0
}
.sqs-block-horizontalrule hr {
  background-color: rgba(17, 17, 17, 0.1);
  color: rgba(17, 17, 17, 0.1)
}
.collection-type-products.view-list .sqs-block-horizontalrule hr {
  background-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.08)
}
.collection-type-index .sqs-block-horizontalrule hr {
  background-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.08)
}
.collection-type-products.view-list #footer .sqs-block:not(.button-block):not(.opentable-block):not(.sqs-block-socialaccountlinks-v2) {
  color: rgba(255, 255, 255, 0.4)
}
.collection-type-products.view-list #footer .sqs-block:not(.button-block):not(.opentable-block):not(.sqs-block-socialaccountlinks-v2) .sqs-layout b,
.collection-type-products.view-list #footer .sqs-block:not(.button-block):not(.opentable-block):not(.sqs-block-socialaccountlinks-v2) .sqs-layout strong {
  color: rgba(255, 255, 255, 0.9500000000000001)
}
.collection-type-products.view-list #footer .sqs-block:not(.button-block):not(.opentable-block):not(.sqs-block-socialaccountlinks-v2) h1,
.collection-type-products.view-list #footer .sqs-block:not(.button-block):not(.opentable-block):not(.sqs-block-socialaccountlinks-v2) h2,
.collection-type-products.view-list #footer .sqs-block:not(.button-block):not(.opentable-block):not(.sqs-block-socialaccountlinks-v2) h3 {
  color: rgba(255, 255, 255, 0.9500000000000001)
}
.collection-type-products.view-list #footer .sqs-block:not(.button-block):not(.opentable-block):not(.sqs-block-socialaccountlinks-v2) a {
  color: rgba(255, 255, 255, 0.7000000000000001)
}
.collection-type-products.view-list #footer .sqs-block:not(.button-block):not(.opentable-block):not(.sqs-block-socialaccountlinks-v2) a:hover {
  color: rgba(255, 255, 255, 0.9500000000000001)
}
.collection-type-index #footer .sqs-block:not(.button-block):not(.opentable-block):not(.sqs-block-socialaccountlinks-v2) {
  color: rgba(255, 255, 255, 0.4)
}
.collection-type-index #footer .sqs-block:not(.button-block):not(.opentable-block):not(.sqs-block-socialaccountlinks-v2) .sqs-layout b,
.collection-type-index #footer .sqs-block:not(.button-block):not(.opentable-block):not(.sqs-block-socialaccountlinks-v2) .sqs-layout strong {
  color: rgba(255, 255, 255, 0.9500000000000001)
}
.collection-type-index #footer .sqs-block:not(.button-block):not(.opentable-block):not(.sqs-block-socialaccountlinks-v2) h1,
.collection-type-index #footer .sqs-block:not(.button-block):not(.opentable-block):not(.sqs-block-socialaccountlinks-v2) h2,
.collection-type-index #footer .sqs-block:not(.button-block):not(.opentable-block):not(.sqs-block-socialaccountlinks-v2) h3 {
  color: rgba(255, 255, 255, 0.9500000000000001)
}
.collection-type-index #footer .sqs-block:not(.button-block):not(.opentable-block):not(.sqs-block-socialaccountlinks-v2) a {
  color: rgba(255, 255, 255, 0.7000000000000001)
}
.collection-type-index #footer .sqs-block:not(.button-block):not(.opentable-block):not(.sqs-block-socialaccountlinks-v2) a:hover {
  color: rgba(255, 255, 255, 0.9500000000000001)
}
.product-mark {
  color: #fff
}
.sqs-add-to-cart-button-wrapper .sqs-add-to-cart-button {
  color: #fff
}
.no-touch .collection-type-products.view-list .masonry-item {
  background-color: rgba(255, 255, 255, 0.05)
}
.no-touch .collection-type-index.index-list-title-style-overlay .masonry-item {
  background-color: rgba(255, 255, 255, 0.05)
}
@media screen and (min-width: 641px) and(max-width: 1024px) {
  .collection-type-gallery .flow-item:first-of-type {
    margin-top: 0 !important
  }
  .collection-type-products.view-item .flow-item:first-of-type {
    margin-top: 0 !important
  }
}
.summary-metadata-item,
.summary-metadata-item a {
  color: rgba(17, 17, 17, 0.7000000000000001)
}
.site-title-font {
  font-family: "proxima-nova";
  font-size: 1.3em;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 600;
  font-style: normal
}
.site-tagline-font {
  font-family: "Proxima Nova"
  , Helvetica
  , Arial
  , sans-serif;
  font-size: 1em;
  text-transform: none;
  letter-spacing: 0;
  font-weight: normal;
  font-style: normal
}
.nav-font {
  font-family: "proxima-nova";
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 400;
  font-style: normal
}
.nav-secondary-font {
  font-family: "proxima-nova";
  font-size: 1em;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  font-style: normal
}
.heading-font {
  font-family: "proxima-nova";
  font-size: 1.5em;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 600;
  font-style: normal
}
.body-font {
  font-family: "proxima-nova";
  font-size: 14px;
  line-height: 1.75em;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  font-style: normal
}
.meta-font {
  font-family: "proxima-nova";
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  font-style: normal
}
.small-button-block-font {
  font-family: "proxima-nova"
  , "Helvetica Neue"
  , Helvetica
  , Arial
  , sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-style: normal
}
.medium-button-block-font {
  font-family: "proxima-nova"
  , "Helvetica Neue"
  , Helvetica
  , Arial
  , sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-style: normal
}
.large-button-block-font {
  font-family: "proxima-nova"
  , "Helvetica Neue"
  , Helvetica
  , Arial
  , sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-style: normal
}
.system-button-font {
  font-family: "proxima-nova";
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  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;
}

.selector-wrapper {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.selector-wrapper label {
  display: block;

}

.single-option-selector {
  width: 220px;
  padding: 5px;

}

div#cart-animation {
  background: none repeat scroll 0 0 #333333 !important;
  border: 1px solid #FFFFFF;
  border-radius: 50% 50% 50% 50%;
  color: #FFFFFF !important;
  display: none;
  font-size: 16px;
  font-weight: bold;
  height: 35px;
  line-height: 35px;
  position: absolute;
  text-align: center;
  width: 35px;
  z-index: 200;
}

.ss-social-button {

  cursor: pointer;
  width: 55px;
}

div #productList {
;

/*margin:36px ;*/
}


article {
  width: auto;
  overflow: hidden;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 36px;

}
article img {
  width: 100%;
  margin: 0 !important
}
.sqs-money-native > del {
  display: block;
  font-size: 12px;
  font-weight: 600;
}

.sold-out {
  position: relative;
  color: #fd3919;
  text-align: center;
  font-weight: 500;
  font-size: 10px;
  line-height: 13px;
}
.sale-now {
  position: relative;
  width: 15%;
  color: #fff;
  padding: 10px;
  background-color: #FF0000;

}

#productList .product-price {
  text-align: right;


}

div#pagination {
  width: 100%;
  float: left;
}
div#pagination a.page-node,
div#pagination span.page-node {
  font-size: 15px;
  padding: 0 10px;
  height: 40px;
  display: inline-block;
  font-weight: 400;
  font-size: 11px;
  line-height: 14px;
  color: #111;
}
div#pagination a.page-node:hover,
div#pagination span.page-node.current {
  border-bottom: 2px solid #53a1cc;
  font-weight: 400;
  font-size: 11px;
  line-height: 14px;
  color: #111;
}
div#pagination .prev {
  position: relative;
  font-weight: 400;
  font-size: 11px;
  line-height: 14px;
  color: #111;
}

div#pagination .next {
  padding-top: 5px;
  position: relative;
  font-weight: 400;
  font-size: 11px;
  line-height: 14px;
  color: #111;
}

div#pagination .next span {
  padding: 0 20px 0 0;
  text-align: right;
}
.pull-right {
  float: left;
}

.ani {
  width: 100%;


}
.myani {
  position: relative;
  transition: all 0.4s ease;
  background: #fff;
}


/*
   .myani:hover img{
   opacity:0.5;
   }
*/
.myani:hover .ani {
  display: block;
  transition: all 0.4s ease;
}

.collection-type-products.view-list #productList .product-title {

  height: initial !imporant;
}


@media screen and (max-width: 900px) {
  #logo.destop {
    height: initial !important;
  }
}
.img_thumbnail {
  margin: 25px 50px;
}


.img_thumbnail .swiper-button-next,
.img_thumbnail .swiper-button-prev {

  -moz-background-size: 16px 44px;
  -webkit-background-size: 16px 44px;
  background-size: 16px 44px;

}
img.arrow {
  width: 15px;
  width: 11px;
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
img.arrow.xoayicon {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
a.products-parent {
  cursor: pointer;
}
.currentcon {
  color: red !important;
}
#body-page-search .myani > a h1.product-title {
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.collection-type-products.view-list #productList .product-title {
  text-align: center;
  margin-bottom: 0;
  display: block;
  font-size: 10px !important;
  color: #111111 !important;
  font-weight: 600;
  opacity: .7;
  height: max-content;
  text-align: left;
  width: 80%;
  line-height: 17px;
  font-family: 'WorkSans-Regular';
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-transform: uppercase;
  display: -webkit-box;
}
.collection-type-products.view-list.product-list-style-showroom #productList .product-price {
  color: #000 !important;
  text-align: center;
  opacity: .8;
  font-weight: 400;
  font-size: 11px;
  line-height: 14px;

}
.sqs-money-native > del {
  display: block;
}
.arrow {
  float: right;
  margin-right: 40px;
  margin-top: 4px;
}
.flow-back {
  display: none;
}

.recommend .swiper-pagination, .collection-swiper .swiper-pagination {
  position: relative !important;
  top: 15px;
  display: flex;
  justify-content: center; /* canh giữa */
  gap: 8px; /* khoảng cách giữa các dots */;
  margin-bottom: 30px;
}

.recommend .swiper-pagination-bullet, .collection-swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #999;
  opacity: 0.5;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.recommend .swiper-pagination-bullet-active, .collection-swiper .swiper-pagination-bullet-active {
  background: #333;
  opacity: 1;
}

.recommend .swiper-button-next,
.collection-swiper .swiper-button-next,
.recommend .swiper-button-prev,
.collection-swiper .swiper-button-prev {
  position: absolute;
  top: 0;
  height: 100%;
  width: 60px;
  margin-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  background: transparent;
}

/* Xoá icon mặc định của Swiper */
.recommend .swiper-button-next::after,
.recommend .swiper-button-prev::after,
.collection-swiper .swiper-button-next::after,
.collection-swiper .swiper-button-prev::after {
  display: none;
}

.recommend .swiper-button-prev, .collection-swiper .swiper-button-prev {
  left: 0;
}

.recommend .swiper-button-next, .collection-swiper .swiper-button-next  {
  right: 0;
}

/* Tùy chỉnh SVG */
.recommend .swiper-button-next svg,
.recommend .swiper-button-prev svg,
.collection-swiper .swiper-button-next svg,
.collection-swiper .swiper-button-prev svg{
  width: 24px;
  height: 24px;
  stroke: #333; /* màu mũi tên */
}

.collection-swiper .product-item{
  border-top: 1px solid;
  border-bottom: 1px solid;
}

@media screen and (max-width: 700px) {
  .myani {
    background: #fff !important;
    min-height: 280px;
  }
  .sqs-layout [class*=sqs-col] {
    float: inherit !important;
    width: 100%;
  }
  .sqs-layout {
    overflow: inherit !important;
  }
  .input-group .form-control:first-child {
    width: 60% !important;
  }
  .ani {
    position: initial;
    left: initial;
    top: initial;
    /* z-index: 999; */
    display: block;
    transform: none;
    /* width: 100%; */
  }
  .pro-loop .pro-price {
    font-size: 12px !important;
  }
  .collection-type-products.view-list #productList .product-title {
    font-size: 11px !important;
    color: #000 !important;
    -webkit-line-clamp: 2;
    margin-bottom: 5px;

  }
  .collection-type-products.view-list.product-list-style-showroom #productList .product-price {
    font-size: 12px !important;
    color: #000 !important;
  }
  .img_thumbnail .swiper-container {
    padding: 0 10px;
  }
  .container.recommend, .container.collection-swiper {
    padding: 10px 20px 0 !important;
    margin-top: 0 !important;
  }

 .container.recommend .swiper-button-next,
  .container.recommend .swiper-button-prev,
 .container.collection-swiper .swiper-button-next,
  .container.collection-swiper .swiper-button-prev{
    background-size: 17px 44px;
  }


  .use-site-title-in-mobile-header #logo > img {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }

 
  .qty.quantity input {
    width: 30px;
  }
  .input-group-btn .button {
    height: 37px !important;
  }
}


.inputseach::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #efe8e8;
}
.inputseach::-moz-placeholder {
  /* Firefox 19+ */
  color: #efe8e8;
}
.inputseach:-ms-input-placeholder {
  /* IE 10+ */
  color: #efe8e8;
}
.inputseach:-moz-placeholder {
  /* Firefox 18- */
  color: #efe8e8;
}
.products-collection a:hover {
  color: #e60039 !important;
}

.flexx img {
  max-width: 100%;
  width: 100%;
}
.flexx .item {
  padding: 10px;
  width: 1000px;
}
img {
  max-width: 100% !important;
}

.content-login {
  padding-bottom: 30px;
  text-align: center;
  margin-top: 10%;
  font-family: 'WorkSans-Medium';
}
.userbox {
  max-width: 40%;
  min-width: 120px;
  padding: 15px;
  background-color: #fff;
  margin: auto auto 20px;
}
.icon-field {
  display: inline-block !important;
  background-color: #F8F8F8 !important;
  color: white;
  border: solid 1px #E7E7E7;
  text-align: center;
  height: 39px;
  vertical-align: middle;
  line-height: 33px;
  width: 8%;
  margin-top: 10px;
  float: left;
}
.userbox input[type=email],
.userbox input[type=password],
.userbox input[type=text] {


  /*
   max-width: calc(100% - 30px)!important;
   width: 270px !important;
*/
  width: 100%;
  height: 39px;
  display: inline-block !important;
  background-color: #fff;
  border: solid 1px #E7E7E7;
  margin-left: 0;
  margin-top: 5px;
  float: left;
  padding-left: 10px;
  outline: none;
  margin-bottom: 0 !important;
}
.icon-envelope:after {
  content: url('//hstatic.net/0/0/global/design/theme-default/email.png');
}
.icon-shield:after {
  content: url('//hstatic.net/0/0/global/design/theme-default/pass.png');
  margin-top: 8px;
  display: block;
}
.action_bottom .btn {
  font-size: 14px;
  font-weight: 600;
  color: white;
  display: inline-block;
  text-decoration: none;
  padding: 0 20px !important;
  height: 35px;
  margin-bottom: 10px;
  background: #000000;
  text-align: center;
  border: none;
  margin-top: 15px;
}
.icon-user:after {
  content: url('//hstatic.net/0/0/global/design/theme-default/userico.png');
}
@media screen and (max-width: 767px) {
  .content-login {
    width: initial !important;
    margin-left: 0 !important;
    text-align: center;
    margin-top: 20%;
  }
}


.block-info .ani {
  display: block
}
/*.block-info img {opacity: 0.5;}*/

.img_feature .swiper-wrapper img {
  max-width: 420px !important;
}

@media screen and (min-width: 992px) {

  #flowItems {
    margin-top: 100px;
  }
  .img_feature {
    /*width: 1370px !important;*/
    width: 50vw !important;
    max-width: 50vw !important;
    padding-left: 0 !important;
    position: relative;
    left: 0;
    overflow: hidden;
  }
}
.ss-social-button {
  display: none;
}
.product-title {
  font-weight: 700;
  font-size: 11px;
  line-height: 14px;
  color: #111111;
}
.pro-name a {
  font-size: 10px;
}
.product-price,
#flowContent .product-excerpt p {
  font-weight: 400;
  font-size: 11px !important;
  line-height: 14px;
  color: #111111 !important;
  font-family: 'WorkSans-Regular';
}
.selector-wrapper label,
.collection-type-products.view-item .quantity-label {
  font-weight: 500;
  font-size: 10px !important;
  opacity: .8;
  line-height: 12px;
  color: #111111 !important;
  text-transform: uppercase;
}

.fix-div {
  float: right;
  margin-top: 15%;
  width: 50%;
  position: sticky;
  position: -webkit-sticky;
  padding: 0 50px;
  transition-property: opacity
  , top
  , height;
  transition-duration: 2s
  , 2s
  , 2s
  , 2s;
  /*left: 0;*/
  /*top: 65px;*/
}
#layout-page {
  margin-top: 50px;
}
#searchtheme-search #layout-page {
  margin-top: 0;
}

@media (max-width: 767px) {
  .fix-div {
    width: 100% !important;
  }
  .collection-type-products.view-item #flowContent {
    padding: 0 15px;
  }
}
.col-odl picture {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.col-odl picture:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}
.col-odl:hover picture:nth-of-type(2) {
  opacity: 1;
  visibility: visible;
}
.col-odl a {
  display: block;
  position: relative;
  /*overflow:hidden;*/
  height: 90%;
}
.col-odl picture img {
  // height: 331px;
  object-fit: cover;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 2000px) {
  .main-collection #productList > div > div > div {
    height: auto
  }
}

@media (max-width: 992px){
  #flowThumbnail {
      margin-top: 50px;
    }
}

@media (max-width: 768px) {
  .col-odl picture img {
    height: 100%;
    object-fit: cover;
    overflow: hidden;
  }

  .collection-type-products.view-list #main > .wrapper{
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  .col-odl picture img {
    height: 80%;
    object-fit: cover;
    overflow: hidden;
  }
}

@media (max-width: 320px) {
  .col-odl picture img {
    height: 167px;
    object-fit: cover;
    overflow: hidden;
  }

}

