/* Based on HTML5 ✰ Boilerplate CSS Starter: h5bp.com/css */
/* HTML5 display definitions */
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;
}
/* Base */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-size: 13px;
  line-height: 1.6em;
}
body,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}
/* Links */
a {
  color: #0085BD;
  text-decoration: none;
}
a:hover {
  color: #60A5DD;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
/* Typography */
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  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;
}
/* Lists */
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;
}
/* Embedded content */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
/* Figures */
figure {
  margin: 0;
}
/* Forms */
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;
}
/* Tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
td {
  vertical-align: top;
}/* ---------- frontend.less ---------- */
/* System Dialog Styles */
/* ---------- _base.less ---------- */
/*
 * z-index notes:
 * squarespace-block-control - 100000
 *
 */
.squarespace-managed-ui {
  font-family: 'proxima-nova', 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: normal;
}
/* --- global ui --------------------------------------------------------------------------------------------------------------------------- */
.squarespace-selection {
  background: rgba(0, 0, 0, 0.08);
  border: solid 1px white;
  position: absolute;
  z-index: 99999999999;
}
body.drag-selecting,
body.drag-selection-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
}
body.drag-selecting *,
body.drag-selection-dragging * {
  cursor: default !important;
}
/* --- login dialog ------------------------------------------------------------------------------------------------------------------------ */
.facebook-login-button,
.twitter-login-button,
.google-login-button {
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  height: 120px;
}
.facebook-login-button {
  background: #004079 url(universal/images-v6/dialog/login-external-facebook.png) center center no-repeat;
}
.facebook-login-button:hover {
  background-color: #00549e;
}
.twitter-login-button {
  background: #2fbbea url(universal/images-v6/dialog/login-external-twitter.png) center center no-repeat;
}
.twitter-login-button:hover {
  background-color: #33ccff;
}
.google-login-button {
  background: #3064e1 url(universal/images-v6/dialog/login-external-google.png) center center no-repeat;
}
.google-login-button:hover {
  background-color: #4777ED;
}
.big-login-caption {
  padding-top: 3px;
  color: #777;
  font-size: 10px;
}
/* --- login chrome ------------------------------------------------------------------------------------------------------------------------ */
body.sqs-edit-mode .sqsp-chrome.left-aligned {
  right: auto;
  left: 10px;
}
body.sqs-edit-mode .sqsp-chrome.left-aligned .sqsp-chrome-badge {
  right: auto;
  left: 0;
}
.sqsp-chrome {
  position: fixed;
  bottom: 10px;
  right: 10px;
  line-height: 16px;
  font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  z-index: 20000;
  white-space: nowrap;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
}
.sqsp-chrome * {
  letter-spacing: 0;
  font-style: normal;
  line-height: normal;
}
.sqsp-chrome-badge {
  -webkit-user-select: none;
  background-color: #111111;
  background-image: -o-linear-gradient(#1e1e1e, #040404);
  background-image: -moz-linear-gradient(#1e1e1e, #040404);
  background-image: -ms-linear-gradient(#1e1e1e, #040404);
  background-image: -webkit-linear-gradient(#1e1e1e, #040404);
  background-image: linear-gradient(#1e1e1e, #040404);
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.085), 0 1px 0 0 rgba(0,0,0,.15);
  -moz-box-shadow: 0 0 0 1px rgba(0,0,0,.085), 0 1px 0 0 rgba(0,0,0,.15);
  box-shadow: 0 0 0 1px rgba(0,0,0,.085), 0 1px 0 0 rgba(0,0,0,.15);
  height: 52px;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.sqsp-chrome-badge > * {
  display: inline-block;
  vertical-align: top;
}
.sqsp-chrome-badge .sqsp-chrome-text {
  display: inline-block;
  height: 52px;
  padding-right: 15px;
  padding-left: 15px;
}
.sqsp-chrome-badge .sqsp-chrome-text * {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: 'color .2s ease-out';
  -moz-transition: 'color .2s ease-out';
  -o-transition: 'color .2s ease-out';
  transition: 'color .2s ease-out';
}
.sqsp-chrome-badge .sqsp-chrome-text-primary {
  color: #ddd;
  font-size: 13px;
  font-weight: bold;
  padding-top: 10px;
}
.sqsp-chrome-badge .sqsp-chrome-text-primary:hover {
  color: #fff;
}
.sqsp-chrome-badge .sqsp-chrome-text-secondary {
  color: #999;
  -webkit-transition: 'color .2s ease-out';
  -moz-transition: 'color .2s ease-out';
  -o-transition: 'color .2s ease-out';
  transition: 'color .2s ease-out';
  font-size: 10px;
  padding-top: 1px;
  line-height: 12px;
}
.sqsp-chrome-badge .sqsp-chrome-text-secondary .logout {
  color: #777;
}
.sqsp-chrome-badge .sqsp-chrome-text-secondary .logout:hover {
  color: #fff;
}
.sqsp-chrome-badge .sqsp-chrome-text-secondary .switch-accounts {
  color: #777;
}
.sqsp-chrome-badge .sqsp-chrome-text-secondary .switch-accounts:hover {
  color: #fff;
}
.sqsp-chrome-badge .sqsp-chrome-buttons {
  display: inline-block;
  white-space: nowrap;
}
.sqsp-chrome-badge .sqsp-chrome-buttons > * {
  display: inline-block;
  cursor: pointer;
  height: 52px;
  width: 30px;
  opacity: .5;
}
.sqsp-chrome-badge .sqsp-chrome-buttons > *:hover {
  opacity: 1;
}
.sqsp-chrome .pill-controls {
  margin-left: 30px;
  float: right;
  text-align: right;
}
.sqsp-chrome .pill-controls .cancel,
.sqsp-chrome .pill-controls .button {
  display: inline-block !important;
  text-decoration: none !important;
  text-transform: none !important;
}
.sqsp-chrome .pill-controls .cancel {
  line-height: 28px;
  font-size: 11px;
  margin-right: 10px;
  color: white;
}
.sqsp-chrome .pill-controls .button {
  display: inline-block;
  cursor: pointer;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: none;
  border-top: 1px solid #444;
  background-color: #2e2e2e;
  background-image: -o-linear-gradient(#3b3b3b, #212121);
  background-image: -moz-linear-gradient(#3b3b3b, #212121);
  background-image: -ms-linear-gradient(#3b3b3b, #212121);
  background-image: -webkit-linear-gradient(#3b3b3b, #212121);
  background-image: linear-gradient(#3b3b3b, #212121);
  color: #eee;
  -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 1px 0 0 rgba(0,0,0,.15);
  -moz-box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 1px 0 0 rgba(0,0,0,.15);
  box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 1px 0 0 rgba(0,0,0,.15);
  font: 400 11px / 14px 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  text-shadow: 0 -1px 0 #000000;
}
.sqsp-chrome .pill-controls .button a {
  padding: 7px 15px 7px;
  display: inline-block;
  color: #eee;
  text-decoration: none !important;
  border-bottom: 0;
}
.sqsp-chrome .pill-controls .button:hover {
  background-color: #3b3b3b;
  background-image: -o-linear-gradient(#484848, #2e2e2e);
  background-image: -moz-linear-gradient(#484848, #2e2e2e);
  background-image: -ms-linear-gradient(#484848, #2e2e2e);
  background-image: -webkit-linear-gradient(#484848, #2e2e2e);
  background-image: linear-gradient(#484848, #2e2e2e);
}
.sqsp-chrome .pill-controls .button:hover a {
  color: #fff;
}
.sqsp-chrome .pill-controls .button:active {
  background-color: #2e2e2e;
  background-image: -o-linear-gradient(#212121, #3b3b3b);
  background-image: -moz-linear-gradient(#212121, #3b3b3b);
  background-image: -ms-linear-gradient(#212121, #3b3b3b);
  background-image: -webkit-linear-gradient(#212121, #3b3b3b);
  background-image: linear-gradient(#212121, #3b3b3b);
}
.sqsp-chrome .pill-controls .button:focus {
  outline: none;
  color: #dddddd;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 0 0 2px  #42b1ff;
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 0 0 2px  #42b1ff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 0 0 2px  #42b1ff;
}
.dialog-squarespace-signup input.saveAndClose,
.dialog-squarespace-signup input[type="submit"].saveAndClose {
  padding: 12px 26px !important;
  font-size: 14px !important;
  position: relative;
  top: -7px;
}
.squarespace-signup-chrome {
  cursor: pointer;
}
.squarespace-signup-chrome.hidden {
  opacity: 0 !important;
}
.squarespace-signup-chrome .sqsp-chrome-text-primary {
  padding-top: 11px;
}
.squarespace-signup-chrome .squarespace-signup-button {
  cursor: pointer;
  height: 50px;
  width: 40px;
  opacity: .6;
}
.squarespace-signup-chrome .squarespace-signup-button:hover {
  opacity: 1;
}
.squarespace-signup-chrome .squarespace-signup-avatar {
  height: 50px;
  width: 60px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  background: transparent url('universal/images-v6/configuration/manager-ss.png') center center no-repeat;
}
.squarespace-signup-chrome .squarespace-signup-about {
  height: 50px;
  padding-right: 40px;
  padding-left: 0px;
}
.squarespace-signup-chrome .squarespace-signup-about .squarespace-signup-username {
  color: #eee;
  font-size: 13px;
  font-weight: bold;
  padding-top: 12px;
}
.squarespace-signup-chrome .squarespace-signup-about .squarespace-signup-description {
  color: #999;
  font-size: 10px;
  padding-top: 1px;
}
.squarespace-signup-chrome .squarespace-signup-create {
  display: none;
  height: 50px;
  width: 50px;
}
.squarespace-signup-chrome .squarespace-signup-tweak {
  background: transparent url('universal/images-v6/icons/icon-brush-16-light-2.png') 44% 50% no-repeat;
  display: block;
  height: 52px;
  width: 54px;
}
.dialog-squarespace-signup .custom-field-description {
  background: transparent;
}
.dialog-squarespace-signup .custom-field-description.big-signup-title {
  font-size: 28px;
  color: #fff;
  padding-bottom: 15px;
}
.dialog-squarespace-signup .custom-field-description.big-signup-footer {
  padding-left: 35px;
  background: transparent url(universal/images-v6/configuration/manager-ss.png) center left no-repeat;
}
.dialog-squarespace-signup .custom-field-description.big-signup-footer a {
  color: #eee;
  border-bottom: 1px dotted #555;
}
.dialog-squarespace-signup .custom-field-description.big-signup-footer a:hover {
  color: #fff;
  border-bottom: 1px dotted #aaa;
}
.dialog-squarespace-signup .custom-field-description.big-signup-footer strong {
  color: #fff;
}
.sqsp-chrome-style-mode,
.sqsp-chrome-edit-mode {
  padding-left: 15px;
}
.sqsp-chrome-style-mode .sqsp-chrome-close-button,
.sqsp-chrome-edit-mode .sqsp-chrome-close-button {
  width: 36px;
  background: transparent url('universal/images-v6/icons/icon-close-8-light.png') center center no-repeat;
  background-position: 7px center;
}
.sqsp-chrome-style-mode .sqsp-chrome-add-button,
.sqsp-chrome-edit-mode .sqsp-chrome-add-button {
  width: 38px;
  background: transparent url('universal/images-v6/icons/icon-plus-9-light.png') center center no-repeat;
}
.sqsp-chrome-style-mode .pill-controls,
.sqsp-chrome-edit-mode .pill-controls {
  float: none;
  display: inline-block;
  margin: 12px 7px 0 0;
}
.sqsp-chrome-edit-mode {
  cursor: move;
}
html.no-csstransforms3d .sqsp-chrome-style-mode,
html.no-csstransforms3d .sqsp-chrome-edit-mode {
  display: none;
}
html.no-csstransforms3d body.sqs-edit-mode .squarespace-login-chrome {
  display: none !important;
}
html.no-csstransforms3d body.sqs-edit-mode .sqsp-chrome-edit-mode {
  display: block;
}
html.no-csstransforms3d body.sqs-style-mode .squarespace-signup-chrome,
html.no-csstransforms3d body.sqs-style-mode .squarespace-login-chrome {
  display: none !important;
}
html.no-csstransforms3d body.sqs-style-mode .sqsp-chrome-style-mode {
  display: block;
}
html.csstransforms3d .sqsp-chrome-style-mode,
html.csstransforms3d .sqsp-chrome-edit-mode {
  -webkit-transform: rotatex(-180deg);
  -moz-transform: rotatex(-180deg);
  -ms-transform: rotatex(-180deg);
  transform: rotatex(-180deg);
}
html.csstransforms3d body.sqs-edit-mode .squarespace-login-chrome {
  -webkit-transform: rotatex(180deg);
  -moz-transform: rotatex(180deg);
  -ms-transform: rotatex(180deg);
  transform: rotatex(180deg);
}
html.csstransforms3d body.sqs-edit-mode .sqsp-chrome-edit-mode {
  -webkit-transform: rotatex(0deg);
  -moz-transform: rotatex(0deg);
  -ms-transform: rotatex(0deg);
  transform: rotatex(0deg);
}
html.csstransforms3d body.sqs-style-mode .squarespace-signup-chrome,
html.csstransforms3d body.sqs-style-mode .squarespace-login-chrome {
  -webkit-transform: rotatex(180deg);
  -moz-transform: rotatex(180deg);
  -ms-transform: rotatex(180deg);
  transform: rotatex(180deg);
}
html.csstransforms3d body.sqs-style-mode .sqsp-chrome-style-mode {
  -webkit-transform: rotatex(0deg);
  -moz-transform: rotatex(0deg);
  -ms-transform: rotatex(0deg);
  transform: rotatex(0deg);
}
.squarespace-login-chrome .sqsp-chrome-text {
  cursor: pointer;
}
.squarespace-login-chrome .login-chrome-buttons {
  min-width: 8px;
}
.squarespace-login-chrome .login-chrome-buttons .chrome-button.login-chrome-edit {
  background: transparent url('universal/images-v6/icons/icon-edit-16-light.png') center center no-repeat;
}
.squarespace-login-chrome .login-chrome-buttons .chrome-button.login-chrome-style {
  margin-right: 4px;
  background: transparent url('universal/images-v6/icons/icon-brush-16-light.png') center center no-repeat;
}
.squarespace-login-chrome .login-chrome-buttons .chrome-button.login-chrome-configure {
  margin-right: 14px;
  background: transparent url('universal/images-v6/icons/icon-settings-15-light.png') center center no-repeat;
}
.squarespace-login-chrome .login-chrome-avatar {
  cursor: pointer;
  display: inline-block;
  height: 50px;
  width: 50px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin-left: 1px;
  margin-top: 1px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.squarespace-login-chrome .overlay {
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 16px;
  width: 16px;
}
.squarespace-login-chrome .overlay.twitter {
  background: transparent url('universal/images-v6/social/twitter_16.png') center center no-repeat;
}
.squarespace-login-chrome .overlay.facebook {
  background: transparent url('universal/images-v6/social/facebook_16.png') center center no-repeat;
}
.squarespace-login-chrome .overlay.google {
  background: transparent url('universal/images-v6/social/google_16.png') center center no-repeat;
}
/* --- signup chrome ------------------------------------------------------------------------------------------------------------------------ */
.squarespace-signup-text {
  font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #fff;
  width: 250px;
  text-align: center;
  padding-top: 15px;
  line-height: 19px;
  font-size: 14px;
  padding-bottom: 100px;
}
.squarespace-signup-spinner {
  background: transparent url('universal/images-v6/big-gear.png') center center no-repeat;
  height: 200px;
  width: 200px;
  margin-left: 25px;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-name: spin-frames;
  -moz-animation-name: spin-frames;
}
.squarespace-signup-spinner.stopped {
  -webkit-animation-name: stopped;
  -moz-animation-name: stopped;
}
/* --- widget controls ------------------------------------------------------------------------------------------------------------------------ */
.squarespace-block-control {
  position: absolute;
  z-index: 90000;
  opacity: 0;
  cursor: pointer;
  background-color: #1b1b1b;
  background-image: -o-linear-gradient(#282828, #0e0e0e);
  background-image: -moz-linear-gradient(#282828, #0e0e0e);
  background-image: -ms-linear-gradient(#282828, #0e0e0e);
  background-image: -webkit-linear-gradient(#282828, #0e0e0e);
  background-image: linear-gradient(#282828, #0e0e0e);
}
.squarespace-block-control.outer {
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.squarespace-block-control.inner {
  -moz-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px;
}
.squarespace-block-control.bottom {
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.squarespace-block-control .add-widget,
.squarespace-block-control .configure-widget,
.squarespace-block-control .remove-widget,
.squarespace-block-control .configure-container,
.squarespace-block-control .configure-grid {
  float: left;
  height: 40px;
  width: 40px;
  background: transparent none center no-repeat;
}
.squarespace-block-control .configure-widget {
  background-image: url(http://finansakrobat.com/universal/images-v6/normal/widget-configure.png);
}
/* --- drag/drop ------------------------------------------------------------------------------------------------------------------------ */
.moving {
  visibility: hidden;
}
/* --- Template Previewing -------------------------------------------------------------------------------------------------------------- */
body.sqs-style-mode .squarespace-preview-chrome {
  left: 235px;
}
.squarespace-preview-chrome {
  position: fixed;
  z-index: 90000;
  bottom: 10px;
  left: 10px;
  padding: 12px;
  min-width: 340px;
  background-color: #111111;
  background-image: -o-linear-gradient(#1e1e1e, #040404);
  background-image: -moz-linear-gradient(#1e1e1e, #040404);
  background-image: -ms-linear-gradient(#1e1e1e, #040404);
  background-image: -webkit-linear-gradient(#1e1e1e, #040404);
  background-image: linear-gradient(#1e1e1e, #040404);
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 3px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 3px;
  color: #fff;
  font-size: 12px;
}
.squarespace-preview-chrome p {
  font-size: inherit;
  line-height: 1.68em;
  margin-bottom: 0;
}
.squarespace-preview-chrome .squarespace-preview-title {
  font-weight: bold;
  line-height: 27px;
  position: relative;
  float: left;
  margin-left: 8px;
  background: transparent url('universal/images-v6/icons/icon-view-14-light.png') center center no-repeat;
  background-position: 0px 7px;
  padding-left: 25px;
}
.squarespace-preview-chrome .squarespace-preview-title .go-back {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent url('universal/images-v6/standard/icon_close_7_light.png') center center no-repeat;
  height: 10px;
  width: 10px;
  text-indent: -9999em;
  cursor: pointer;
}
.squarespace-preview-chrome .squarespace-preview-title .squarespace-preview-select {
  display: inline-block;
  text-indent: 3px;
}
.squarespace-preview-chrome .squarespace-preview-select {
  position: relative;
}
.squarespace-preview-chrome .squarespace-preview-select select {
  position: absolute;
  top: 0;
  left: -5px;
  opacity: 0;
  width: 100%;
}
.squarespace-preview-chrome .squarespace-preview-select select.visible {
  opacity: 1;
}
.squarespace-preview-chrome .pill-controls {
  margin-left: 30px;
  float: right;
  text-align: right;
}
.squarespace-preview-chrome .pill-controls .cancel,
.squarespace-preview-chrome .pill-controls .button {
  display: inline-block !important;
  text-decoration: none !important;
  text-transform: none !important;
}
.squarespace-preview-chrome .pill-controls .cancel {
  line-height: 28px;
  font-size: 11px;
  margin-right: 10px;
  color: white;
}
.squarespace-preview-chrome .pill-controls .button {
  display: inline-block;
  cursor: pointer;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: none;
  border-top: 1px solid #444;
  background-color: #2e2e2e;
  background-image: -o-linear-gradient(#3b3b3b, #212121);
  background-image: -moz-linear-gradient(#3b3b3b, #212121);
  background-image: -ms-linear-gradient(#3b3b3b, #212121);
  background-image: -webkit-linear-gradient(#3b3b3b, #212121);
  background-image: linear-gradient(#3b3b3b, #212121);
  color: #eee;
  -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 1px 0 0 rgba(0,0,0,.15);
  -moz-box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 1px 0 0 rgba(0,0,0,.15);
  box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 1px 0 0 rgba(0,0,0,.15);
  font: 400 11px / 14px 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  text-shadow: 0 -1px 0 #000000;
}
.squarespace-preview-chrome .pill-controls .button a {
  padding: 7px 15px 7px;
  display: inline-block;
  color: #eee;
  text-decoration: none !important;
  border-bottom: 0;
}
.squarespace-preview-chrome .pill-controls .button:hover {
  background-color: #3b3b3b;
  background-image: -o-linear-gradient(#484848, #2e2e2e);
  background-image: -moz-linear-gradient(#484848, #2e2e2e);
  background-image: -ms-linear-gradient(#484848, #2e2e2e);
  background-image: -webkit-linear-gradient(#484848, #2e2e2e);
  background-image: linear-gradient(#484848, #2e2e2e);
}
.squarespace-preview-chrome .pill-controls .button:hover a {
  color: #fff;
}
.squarespace-preview-chrome .pill-controls .button:active {
  background-color: #2e2e2e;
  background-image: -o-linear-gradient(#212121, #3b3b3b);
  background-image: -moz-linear-gradient(#212121, #3b3b3b);
  background-image: -ms-linear-gradient(#212121, #3b3b3b);
  background-image: -webkit-linear-gradient(#212121, #3b3b3b);
  background-image: linear-gradient(#212121, #3b3b3b);
}
.squarespace-preview-chrome .pill-controls .button:focus {
  outline: none;
  color: #dddddd;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 0 0 2px  #42b1ff;
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 0 0 2px  #42b1ff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 0 0 2px  #42b1ff;
}
/* --- Frontend Editing ----------------------------------------------------------------------------------------------------------------- */
.sqs-frontend-edit {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -9px;
  right: -19px;
  outline: dotted 1px #ccc;
}
.sqs-frontend-edit-wrapper {
  position: relative;
  z-index: 100;
}
.sqs-frontend-edit-wrapper.sqs-frontend-outline {
  outline: dotted 1px #ccc;
  outline-offset: 19px;
}
.sqs-frontend-edit .sqs-toolbar {
  width: 30px;
  height: 30px;
  padding: 0;
  opacity: 1;
  line-height: 30px;
  -moz-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
}
.sqs-frontend-edit .sqs-toolbar .sqs-button {
  position: absolute;
  height: initial !important;
  width: initial !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
}
.sqs-frontend-edit-wrapper:hover.sqs-frontend-outline {
  outline: solid 1px #ccc;
}
.sqs-frontend-edit-wrapper:hover .sqs-toolbar {
  opacity: 1;
}
/* -- Mailing List Signup --------------------------------------------------------------------------------------------------------------- */
.squarespace-beta-signup-active .faq {
  display: block;
  position: absolute;
  top: 45px;
  right: 45px;
  color: #555;
}
.squarespace-beta-signup-active .logo {
  display: block;
  position: absolute;
  top: 45px;
  left: 45px;
}
.squarespace-beta-signup-active .faq:hover {
  color: #888 !important;
}
.squarespace-beta-signup-active .faq a {
  border: none;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.4);
  color: inherit !important;
  font-family: 400 0.6428571428571429px 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.squarespace-beta-signup-active #mc-embedded-subscribe-form {
  width: 410px;
  background: #22222;
  color: #ffffff;
  font-family: 'Helvetica Neue', 'HelveticaNeue', Arial, Sans-Serif;
  font-weight: 300;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.squarespace-beta-signup-active .mc-field-group {
  width: 410px;
  float: left;
}
.squarespace-beta-signup-active fieldset {
  border: 0px;
  padding: 0;
  margin: 0;
}
.squarespace-beta-signup-active .mc-field-group input {
  font-size: 18px;
}
.squarespace-beta-signup-active #mc_embed_close {
  display: none;
}
.squarespace-beta-signup-active .mce-wrapper {
  padding: 0 !important;
}
.squarespace-beta-signup-active .mce-wrapper input {
  width: 410px !important;
}
.squarespace-beta-signup-active .mce-field-input.email {
  margin-top: 7px;
}
.squarespace-beta-signup-active label {
  color: #fff;
  display: block;
  margin: 6px 0 3px 0;
  text-transform: capitalize;
  font-size: 12px;
  padding-bottom: 2px;
}
.squarespace-beta-signup-active div.mc-field-group input {
  float: right;
  width: 410px;
  float: left;
  border: 0px;
  line-height: 30px;
  font-size: 16px;
  padding: 3px 10px;
  margin-bottom: 1em;
}
.squarespace-beta-signup-active #submitWrapper {
  width: 410px;
  display: block;
  float: left;
  margin: 15px 0 0 0;
}
.squarespace-beta-signup-active .response {
  display: block !important;
  font-size: 10px;
  float: left;
  margin: 1em 0 1em 0;
}
.squarespace-beta-signup-active .small-gray {
  font-size: 9px;
  color: #ccc;
  text-transform: uppercase;
}
.squarespace-beta-signup-active .saveAndClose {
  position: absolute;
  top: 109px;
  left: 25px;
}
.squarespace-beta-signup-active input::-webkit-input-placeholder {
  color: #ccc;
}
.squarespace-beta-signup-active input[type="submit"] {
  padding: 8px 14px;
}
.squarespace-beta-signup-active input:-moz-placeholder {
  color: #ccc;
}
/* -- Clearfix definitions --------------------------------------------------------------------------------------------------------------- */
/* Clearing Helper –  h5bp.com/q */
.clear:before,
.clear:after,
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clear:after,
.clearfix:after {
  clear: both;
}
.clear,
.clearfix {
  zoom: 1;
}
/* Squarespace Components */
/*
NOTE:  We add the .locked class to the parent container when doing the on-site render
This is widget CSS -- import it from page-grid.less
*/
/** GLOBAL STYLES **/
.form-wrapper {
  max-width: 370px;
}
.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 .title {
  display: block;
}
.form-wrapper .field-list .description {
  padding: 0.5em 0 0.5em;
  font-size: 0.9em;
}
.form-wrapper .field-list .caption {
  font-size: 12px;
}
.form-wrapper .field-list .section {
  border-bottom: 1px solid #aaa;
  margin-bottom: 12px;
}
.form-wrapper .field-list .field {
  position: relative;
  margin: 0 0 2em;
}
.form-wrapper .field-list .field .field-element {
  width: 100%;
  padding: 6px;
  margin: 0.6em 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ccc;
  border-top-color: #bbb;
  background: #fff;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05) inset;
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05) inset;
  font-size: 1em;
}
.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: 46px;
}
.form-wrapper .field-list .field.likert .item {
  margin: 1.5em 0 0;
  float: left;
  width: 100%;
}
.form-wrapper .field-list .field.likert .question {
  margin-bottom: 1em;
  font-size: 1.1em;
}
.form-wrapper .field-list .field.likert label,
.form-wrapper .field-list .field.checkbox label,
.form-wrapper .field-list .field.radio label {
  cursor: pointer;
  margin-left: 1em;
}
.form-wrapper .field-list .field.likert input,
.form-wrapper .field-list .field.checkbox input,
.form-wrapper .field-list .field.radio input {
  margin-right: 5px;
}
.form-wrapper .field-list .field .option {
  margin: 1em 0;
}
.form-wrapper .field-list .field .prefix {
  position: absolute;
  bottom: 6px;
  left: 6px;
  color: #aaa;
}
.form-wrapper .field-list .fields {
  margin: 0;
  margin-left: -2%;
}
.form-wrapper .field-list .fields .field-element {
  margin-bottom: 3px;
}
.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 {
  margin-top: 0.5em;
  float: left;
  width: 98%;
}
.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;
  margin-top: 1em;
}
.form-wrapper .field-list .fields.name .field {
  width: 48%;
}
.form-wrapper .field-list .fields.address .field.city {
  width: 44%;
}
.form-wrapper .field-list .fields.address .field.state-province {
  width: 20%;
}
.form-wrapper .field-list .fields.address .field.zip {
  width: 30%;
}
.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: #a00;
}
.form-wrapper .field-list .form-item.error input,
.form-wrapper .field-list .form-item.error textarea {
  border: 1px solid #A00;
}
.form-wrapper input[type=submit] {
  display: block;
  background: #272727;
  color: #fff;
  border: none;
  margin-top: 6px;
  padding: 10px 20px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
}
.form-wrapper .form-submission-text {
  margin-top: 12px;
}
.form-wrapper .field-error {
  color: #fff;
  background: #aa0000 url(universal/images-v6/standard/icon_close_7_light.png) no-repeat 9px 11px;
  padding: 5px 8px 5px 24px;
  font-size: 11px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-top: 12px;
  line-height: 19px;
}
.form-wrapper .field .field-error {
  margin-bottom: 0.5em;
}
.form-wrapper .submitting .field-list {
  opacity: .7;
}
.form-wrapper .hidden {
  display: none;
}
.dialog-subscribe .field-input {
  height: 30px;
}
.dialog-subscribe .body-block {
  height: 100px !important;
}
.squarespace-comments {
  margin-top: 30px;
}
.squarespace-comments .comment-preview-wrapper {
  height: 0;
}
.squarespace-comments .comment-preview-wrapper.closed {
  overflow: hidden;
}
.squarespace-comments .comment-preview-wrapper.open {
  overflow: visible;
}
.squarespace-comments .header-controls .subscribe,
.squarespace-comments .header-controls .unsubscribe {
  cursor: pointer;
  float: right;
}
.squarespace-comments .header-controls .controls {
  height: 44px;
}
.squarespace-comments .header-controls .controls .comment-sort {
  position: relative;
  list-style-type: none;
  margin-left: 15px;
}
.squarespace-comments .header-controls .controls .comment-sort .hidden-ordering {
  top: 0;
  left: 0;
}
.squarespace-comments .header-controls .controls .comment-count {
  display: inline;
}
.squarespace-comments .new-comment-area {
  margin-bottom: 15px;
  position: relative;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: white;
}
.squarespace-comments .new-comment-area .new-comment-title {
  font-size: 1.4em;
  margin-bottom: 15px;
}
.squarespace-comments .new-comment-area .squarespace-comment-login {
  float: right;
  font-size: 0.9em;
  cursor: pointer;
}
.squarespace-comments .new-comment-area .input {
  border: 1px solid #eaeaea;
  border-color: rgba(0, 0, 0, 0.1);
  border-bottom-width: 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.squarespace-comments .new-comment-area .input form.comment-form textarea {
  width: 100%;
  line-height: 1.5em;
  height: 140px;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  resize: none;
  margin: 0;
}
.squarespace-comments .new-comment-area .input form.comment-form textarea:focus {
  outline: 0;
}
.squarespace-comments .new-comment-area .comment-btn-wrapper {
  text-align: right;
  padding: 10px;
  border: 1px #eaeaea solid;
  border-color: rgba(0, 0, 0, 0.1);
  border-width: 0 1px 1px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  font-size: 12px;
}
.squarespace-comments .new-comment-area .comment-btn-wrapper .preview-comment {
  cursor: pointer;
}
.squarespace-comments .new-comment-area .comment-btn-wrapper .comment-btn {
  display: inline-block;
  background-color: #272727;
  color: #FFF;
  padding: 0 10px;
  font-weight: 700;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  line-height: 30px;
  position: relative;
}
.squarespace-comments .new-comment-area .comment-btn-wrapper .comment-btn.hasavatar {
  padding-left: 40px;
}
.squarespace-comments .new-comment-area .comment-btn-wrapper .comment-btn.hasavatar img {
  height: 30px;
  position: absolute;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
  left: 0;
  top: 0;
}
.squarespace-comments .new-comment-area .comment-btn-wrapper .btn-text {
  line-height: 30px;
  margin-right: 10px;
}
.squarespace-comments .new-comment-area .comment-btn-wrapper .edit-comment {
  display: none;
}
.squarespace-comments .new-comment-area.preview-mode .edit-comment {
  display: inline;
}
.squarespace-comments .new-comment-area.preview-mode .preview-comment {
  display: none;
}
.squarespace-comments .comments-content .comment-list .delete-anim-wrapper {
  overflow: hidden;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  transform: translatez(0);
}
.squarespace-comments .comments-content .comment-list .reply-area-wrapper {
  height: 0;
  overflow: hidden;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  transform: translatez(0);
  margin-left: 46px;
}
.squarespace-comments .comments-content .comment-list .reply-area-wrapper[data-depth="1"] {
  margin-left: 95px;
}
.squarespace-comments .comments-content .comment-list .reply-area-wrapper[data-depth="2"] {
  margin-left: 141px;
}
.squarespace-comments .comments-content .comment-list .reply-area-wrapper[data-depth="3"] {
  margin-left: 187px;
}
.squarespace-comments .comments-content .comment-list .reply-area-wrapper[data-depth="4"] {
  margin-left: 233px;
}
.squarespace-comments .comments-content .comment-list .reply-area-wrapper[data-depth="5"] {
  margin-left: 279px;
}
.squarespace-comments .comments-content .comment-list .reply-area-wrapper[data-depth="6"] {
  margin-left: 325px;
}
.squarespace-comments .comments-content .comment-list .reply-area-wrapper[data-depth="7"] {
  margin-left: 371px;
}
.squarespace-comments .comments-content .comment-list .comment-preview-wrapper {
  height: 0px;
  overflow: hidden;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  transform: translatez(0);
}
.squarespace-comments .comments-content .comment-list .comment {
  margin-bottom: 30px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-top: 1px solid #DDD;
  border-color: rgba(0, 0, 0, 0.1);
}
.squarespace-comments .comments-content .comment-list .comment[data-depth="1"] {
  margin-left: 46px;
}
.squarespace-comments .comments-content .comment-list .comment[data-depth="2"] {
  margin-left: 92px;
}
.squarespace-comments .comments-content .comment-list .comment[data-depth="3"] {
  margin-left: 138px;
}
.squarespace-comments .comments-content .comment-list .comment[data-depth="4"] {
  margin-left: 184px;
}
.squarespace-comments .comments-content .comment-list .comment[data-depth="5"] {
  margin-left: 230px;
}
.squarespace-comments .comments-content .comment-list .comment[data-depth="6"] {
  margin-left: 276px;
}
.squarespace-comments .comments-content .comment-list .comment[data-depth="6"] .comment-control.reply {
  display: none;
}
.squarespace-comments .comments-content .comment-list .comment.pending-delete .comment-header .controls .comment-control {
  display: none;
}
.squarespace-comments .comments-content .comment-list .comment.pending {
  opacity: 0.5;
}
.squarespace-comments .comments-content .comment-list .comment.pending .comment-header .reply,
.squarespace-comments .comments-content .comment-list .comment.pending .comment-header .like,
.squarespace-comments .comments-content .comment-list .comment.pending .comment-header .flag,
.squarespace-comments .comments-content .comment-list .comment.pending .comment-header .delete,
.squarespace-comments .comments-content .comment-list .comment.pending .comment-header .approve {
  display: none;
}
.squarespace-comments .comments-content .comment-list .comment.unmoderated {
  opacity: 0.7;
}
.squarespace-comments .comments-content .comment-list .comment.unmoderated .comment-header .controls .squarespace-comment-buttons .reply,
.squarespace-comments .comments-content .comment-list .comment.unmoderated .comment-header .controls .squarespace-comment-buttons .like,
.squarespace-comments .comments-content .comment-list .comment.unmoderated .comment-header .controls .squarespace-comment-buttons .flag {
  display: none;
}
.squarespace-comments .comments-content .comment-list .comment:not(.unmoderated) .comment-header .unmoderated-text {
  display: none;
}
.squarespace-comments .comments-content .comment-list .comment:not(.unmoderated) .comment-header .controls .squarespace-comment-buttons .approve {
  display: none;
}
.squarespace-comments .comments-content .comment-list .comment.liked .comment-header .controls .squarespace-comment-buttons .like {
  background-image: url(universal/images-v6/comments/icon_like_12_light.png);
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 1;
}
.squarespace-comments .comments-content .comment-list .comment.liked .comment-header .controls .squarespace-comment-buttons .reply,
.squarespace-comments .comments-content .comment-list .comment.liked .comment-header .controls .squarespace-comment-buttons .delete {
  opacity: 1;
}
.squarespace-comments .comments-content .comment-list .comment.liked .comment-header .controls .squarespace-comment-buttons .flag {
  display: none;
}
.squarespace-comments .comments-content .comment-list .comment.flagged .comment-header .controls .squarespace-comment-buttons .flag {
  background-image: url(universal/images-v6/comments/icon_flag_12_light.png);
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 1;
}
.squarespace-comments .comments-content .comment-list .comment.flagged .comment-header .controls .squarespace-comment-buttons .reply,
.squarespace-comments .comments-content .comment-list .comment.flagged .comment-header .controls .squarespace-comment-buttons .delete,
.squarespace-comments .comments-content .comment-list .comment.flagged .comment-header .controls .squarespace-comment-buttons .approve {
  opacity: 1;
}
.squarespace-comments .comments-content .comment-list .comment.flagged .comment-header .controls .squarespace-comment-buttons .like {
  display: none;
}
.squarespace-comments .comments-content .comment-list .comment.loading {
  opacity: 0;
}
.squarespace-comments .comments-content .comment-list .comment:first-child {
  border: none;
}
.squarespace-comments .comments-content .comment-list .comment.comment-preview {
  opacity: 0.4;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.squarespace-comments .comments-content .comment-list .comment.comment-preview:hover .comment-header .controls {
  display: none;
}
.squarespace-comments .comments-content .comment-list .comment.after-preview,
.squarespace-comments .comments-content .comment-list .comment:hover .comment-header .controls .squarespace-comment-buttons .comment-control {
  opacity: 1;
}
.squarespace-comments .comments-content .comment-list .comment .comment-header {
  padding: 15px 0 15px 49px;
  min-height: 34px;
  position: relative;
  overflow: hidden;
}
.squarespace-comments .comments-content .comment-list .comment .comment-header .user-info {
  margin-right: 123px;
}
.squarespace-comments .comments-content .comment-list .comment .comment-header .user-info .avatar {
  width: 34px;
  height: 34px;
  float: left;
  margin-left: -49px;
}
.squarespace-comments .comments-content .comment-list .comment .comment-header .user-info .avatar img {
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.squarespace-comments .comments-content .comment-list .comment .comment-header .user-info .author {
  font-size: 1.3em;
  line-height: 34px;
  margin-right: 10px;
  font-weight: 700;
}
.squarespace-comments .comments-content .comment-list .comment .comment-header .user-info .date {
  font-size: 0.8em;
  line-height: 34px;
  display: inline-block;
}
.squarespace-comments .comments-content .comment-list .comment .comment-header .user-info .posting-text {
  font-size: 0.8em;
  margin-left: 10px;
  line-height: 34px;
  display: none;
}
.squarespace-comments .comments-content .comment-list .comment .comment-header .user-info .posting-text.visible {
  display: inline;
}
.squarespace-comments .comments-content .comment-list .comment .comment-header .user-info .likes {
  font-size: 0.8em;
}
.squarespace-comments .comments-content .comment-list .comment .comment-header .controls {
  height: 34px;
  position: absolute;
  right: 0px;
  top: 15px;
  line-height: 34px;
}
.squarespace-comments .comments-content .comment-list .comment .comment-header .controls span {
  display: inline-block;
}
.squarespace-comments .comments-content .comment-list .comment .comment-header .controls .squarespace-comment-buttons {
  color: #9D9D9D;
  color: rgba(0, 0, 0, 0.5);
}
.squarespace-comments .comments-content .comment-list .comment .comment-header .controls .squarespace-comment-buttons .comment-control {
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  transform: translatez(0);
  background-color: #A3A3A3;
  background-color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  position: relative;
  top: 4px;
  width: 18px;
  height: 18px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  background-position: center center;
  opacity: 0;
  background-repeat: no-repeat;
  -webkit-transition: all 0.12s ease-out;
  -moz-transition: all 0.12s ease-out;
  -o-transition: all 0.12s ease-out;
  transition: all 0.12s ease-out;
}
.squarespace-comments .comments-content .comment-list .comment .comment-header .controls .squarespace-comment-buttons .comment-control:hover {
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.7);
}
.squarespace-comments .comments-content .comment-list .comment .comment-header .controls .squarespace-comment-buttons .comment-control.approve {
  background-image: url(universal/images-v6/comments/icon_check_12_light.png);
}
.squarespace-comments .comments-content .comment-list .comment .comment-header .controls .squarespace-comment-buttons .comment-control.delete {
  background-image: url(universal/images-v6/comments/icon_delete_12_light.png);
}
.squarespace-comments .comments-content .comment-list .comment .comment-header .controls .squarespace-comment-buttons .comment-control.like {
  background-image: url(universal/images-v6/comments/icon_like_12_light.png);
}
.squarespace-comments .comments-content .comment-list .comment .comment-header .controls .squarespace-comment-buttons .comment-control.flag {
  background-image: url(universal/images-v6/comments/icon_flag_12_light.png);
}
.squarespace-comments .comments-content .comment-list .comment .comment-header .controls .squarespace-comment-buttons .comment-control.reply {
  padding: 0;
  background-image: url(universal/images-v6/comments/icon_reply_12_light.png);
}
.squarespace-comments .comments-content .comment-list .comment .comment-header .controls .squarespace-comment-buttons .comment-control.flag-confirm {
  background-image: url(universal/images-v6/comments/icon_flag_12_light.png);
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 1;
}
.squarespace-comments .comments-content .comment-list .comment .comment-header .controls .squarespace-comment-buttons .comment-control.like-confirm {
  background-image: url(universal/images-v6/comments/icon_like_12_light.png);
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 1;
}
.squarespace-comments .comments-content .comment-list .comment .comment-header .controls .squarespace-comment-buttons .comment-control.like-confirm + span,
.squarespace-comments .comments-content .comment-list .comment .comment-header .controls .squarespace-comment-buttons .comment-control.flag-confirm + span {
  background-color: #A3A3A3;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1;
}
.squarespace-comments .comments-content .comment-list .comment .comment-header .controls .squarespace-comment-buttons .comment-control.like-confirm + span:hover,
.squarespace-comments .comments-content .comment-list .comment .comment-header .controls .squarespace-comment-buttons .comment-control.flag-confirm + span:hover {
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.7);
}
.squarespace-comments .comments-content .comment-list .comment .comment-body {
  padding-left: 49px;
}
.squarespace-comments .comment-list.avatars-hidden .comment .comment-header {
  padding: 15px 0;
}
.squarespace-comments .comment-list.avatars-hidden .comment .comment-body {
  padding-left: 0;
}
.squarespace-comments .comment-list.avatars-hidden .comment .reply-area-wrapper {
  padding-left: 0;
}
.squarespace-comments .reply-to-text {
  clear: left;
  font-size: 10px;
}
.squarespace-comments .load-more {
  text-align: center;
  color: #FFF;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 0;
}
.squarespace-comments .reply-input {
  width: 100%;
  background-color: #FFF;
  border: 1px solid #e0e0e0;
}
.squarespace-comments .btn-avatar {
  height: 36px;
  width: 36px;
  float: left;
  cursor: pointer;
}
.squarespace-comments .comment-item {
  list-style-type: none;
}
.squarespace-comments .reply-to-link {
  margin-right: 10px;
  float: left;
  font-size: 10px;
  padding: 12px 0 0;
}
.squarespace-comments .hidden-ordering {
  opacity: 0;
  cursor: pointer;
  width: 130px;
  position: absolute;
  top: 4px;
  left: 0;
}
.squarespace-comments .comment-header,
.squarespace-comments .reply-area .comment-btn,
.squarespace-comments .squarespace-comment-user-flyout .clearfix,
.squarespace-comments .squarespace-comment-user-flyout .squarespace-comment-user-clearfix {
  clear: both;
}
.squarespace-comments .comment-btn:hover,
.squarespace-comments .squarespace-comments .comment-header .comment-control:hover {
  background-color: #000;
}
.squarespace-comments .new-comment-avatar img,
.squarespace-comments .squarespace-comments .reply-area .input .reply-avatar img {
  height: 36px;
  width: 36px;
}
.squarespace-comments .view-more-btn,
.squarespace-comments .full-view-btn {
  cursor: pointer;
  color: #FFF;
  text-align: center;
  background-color: #272727;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 20px auto;
  padding: 5px 0;
}
/* User Info Box
*********************************************/
.squarespace-comment-user-flyout {
  position: absolute;
  width: 710px;
  overflow: hidden;
  height: 344px;
  background-color: #272727;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 31px 35px;
}
.squarespace-comment-user-flyout .squarespace-user-info {
  width: 40%;
  height: 100%;
  float: left;
  border-right: 2px solid #303030;
  padding-right: 28px;
}
.squarespace-comment-user-flyout .squarespace-user-info .user-info-header .avatar img {
  height: 36px;
  width: 36px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: left;
}
.squarespace-comment-user-flyout .squarespace-user-info .user-info-header .info {
  float: left;
  margin-left: 25px;
  margin-top: 7px;
}
.squarespace-comment-user-flyout .squarespace-user-info .user-info-header .info .name {
  color: #FFF;
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 16px;
}
.squarespace-comment-user-flyout .squarespace-user-info .user-info-header .info a.website {
  color: #7B7B7B;
}
.squarespace-comment-user-flyout .squarespace-user-info .user-info-body {
  padding-top: 25px;
  line-height: 17px;
  font-size: 11px;
  margin-bottom: 30px;
  color: #fff;
  clear: left;
}
.squarespace-comment-user-flyout .squarespace-user-info .user-social-opts {
  margin-right: 38px;
}
.squarespace-comment-user-flyout .squarespace-user-info .user-social-opts .social-leftcol {
  float: left;
}
.squarespace-comment-user-flyout .squarespace-user-info .user-social-opts .social-widget {
  margin-bottom: 12px;
}
.squarespace-comment-user-flyout .squarespace-user-info .user-social-opts .social-widget a img.social-icon {
  margin-right: 10px;
}
.squarespace-comment-user-flyout .squarespace-user-info .user-social-opts .social-widget a.social-name {
  text-transform: capitalize;
  color: #fff;
  font-size: 12px;
}
.squarespace-comment-user-flyout .squarespace-user-activity {
  float: left;
  margin-left: 33px;
  width: 50%;
}
.squarespace-comment-user-flyout .squarespace-user-activity .squarespace-activity-header .title {
  margin-bottom: 11px;
  font-size: 16px;
  font-weight: 700;
  color: #FFF;
}
.squarespace-comment-user-flyout .squarespace-user-activity .squarespace-activity-header .description {
  margin-bottom: 30px;
}
.squarespace-comment-user-flyout .squarespace-user-activity .feed .feed-item {
  margin-bottom: 32px;
}
.squarespace-comment-user-flyout .squarespace-user-activity .feed .feed-item .type-icon {
  float: left;
  height: 65px;
  margin-right: 13px;
  display: inline;
}
.squarespace-comment-user-flyout .squarespace-user-activity .feed .feed-item .type-icon img {
  display: inline;
}
.squarespace-comment-user-flyout .squarespace-user-activity .feed .feed-item .content {
  color: #7B7B7B;
}
.squarespace-comment-user-flyout .squarespace-user-activity .feed .feed-item .content .header {
  margin-bottom: 8px;
  font-size: 12px;
  color: #FFF;
}
.squarespace-comment-user-flyout .squarespace-user-activity .feed .feed-item .content .header .time {
  font-size: 11px;
}
.squarespace-comment-user-flyout .squarespace-user-activity .feed .feed-item .content .body {
  word-wrap: break-word;
  padding-left: 30px;
  font-size: 11px;
}
/*
 * Default gallery classes
 * this helps, because we know that dependencies are available, and values will always be set.
 */
.sqs-gallery-container a {
  border-bottom: 0 !important;
}
.sqs-gallery-container iframe {
  width: 100%;
  height: 100%;
  background: transparent;
  display: block;
}
.sqs-gallery-design-stacked {
  position: relative;
}
.sqs-gallery-design-stacked-slide {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
.sqs-gallery-design-stacked-slide.normal img {
  height: 100%;
}
.sqs-gallery-design-stacked-slide .sqs-video-wrapper {
  width: 100%;
  height: 100%;
}
.sqs-gallery-design-stacked-scrollHorz {
  overflow: hidden;
}
.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;
}
/*
 * Gallery Block Overrides
 */
.sqs-gallery-block-slideshow {
  position: relative;
}
.sqs-gallery-block-slideshow .slide .meta {
  position: absolute;
  bottom: -5px;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: opacity 0.1s ease-out, bottom 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out, bottom 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out, bottom 0.1s ease-out;
  transition: opacity 0.1s ease-out, bottom 0.1s ease-out;
}
.sqs-gallery-block-slideshow .slide .meta-inside {
  padding: 20px;
}
.sqs-gallery-block-slideshow .slide:hover .meta {
  opacity: 1;
  bottom: 0;
}
.sqs-gallery-block-slideshow .sqs-gallery-thumbnails .sqs-video-thumbnail {
  position: relative;
}
.sqs-gallery-block-slideshow .sqs-gallery-thumbnails .sqs-video-thumbnail img {
  height: 100%;
}
.sqs-gallery-block-slideshow .sqs-gallery-thumbnails .sqs-video-thumbnail .sqs-video-thumbnail-icon {
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url('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-gallery-block-slideshow .sqs-gallery-thumbnails .sqs-video-thumbnail.no-image .sqs-video-thumbnail-inner {
  background-image: url('universal/images-v6/icons/icon-video-24-light-solid.png');
  background-position: center center;
  background-repeat: no-repeat;
}
.sqs-gallery-block-slideshow .sqs-gallery-thumbnails .sqs-video-thumbnail:not(.no-image).loading .sqs-video-thumbnail-icon {
  opacity: 0;
}
.sqs-gallery-block-slideshow .sqs-gallery-thumbnails .sqs-video-thumbnail .sqs-video-thumbnail-inner {
  height: 100%;
  background: #000;
}
.sqs-gallery-block-slideshow .sqs-gallery-thumbnails .sqs-gallery-design-strip-slide {
  opacity: 0.5;
}
.sqs-gallery-block-slideshow .sqs-gallery-thumbnails .sqs-gallery-design-strip-slide.sqs-active-slide {
  opacity: 1;
}
.sqs-gallery-block-slideshow .sqs-gallery-controls .previous,
.sqs-gallery-block-slideshow .sqs-gallery-controls .next {
  background-image: url('universal/images-v6/icons/icon-closethin-15-dark.png');
  position: absolute;
  height: 15px;
  width: 8px;
  top: 50%;
  text-indent: -999em;
}
.sqs-gallery-block-slideshow .sqs-gallery-controls .previous {
  left: 0px;
  background-position: center right;
}
.sqs-gallery-block-slideshow .sqs-gallery-controls .next {
  right: 0px;
  background-position: center left;
}
.sqs-gallery-block-slideshow.sqs-gallery-has-controls .sqs-gallery-design-stacked {
  margin: 0 20px;
}
.sqs-gallery-block-slideshow.sqs-gallery-has-controls.sqs-gallery-has-thumbnails .sqs-gallery-controls .previous,
.sqs-gallery-block-slideshow.sqs-gallery-has-controls.sqs-gallery-has-thumbnails .sqs-gallery-controls .next {
  top: 35%;
}
.sqs-gallery-block-slider {
  position: relative;
  height: 100%;
}
.sqs-gallery-block-slider:hover .sqs-gallery-controls .previous:after,
.sqs-gallery-block-slider:hover .sqs-gallery-controls .next:after {
  opacity: 0.5;
}
.sqs-gallery-block-slider .sqs-gallery-controls .previous,
.sqs-gallery-block-slider .sqs-gallery-controls .next {
  position: absolute;
  top: 50%;
  padding: 12px 10px;
  color: white;
  text-indent: -9999em;
  width: 8px;
  height: 8px;
  margin-top: -14px;
}
.sqs-gallery-block-slider .sqs-gallery-controls .previous:after,
.sqs-gallery-block-slider .sqs-gallery-controls .next:after {
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  display: block;
  content: ' ';
  margin-top: -8px;
}
.sqs-gallery-block-slider .sqs-gallery-controls .previous:after,
.sqs-gallery-block-slider .sqs-gallery-controls .next:after {
  opacity: 0.1;
}
.sqs-gallery-block-slider .sqs-gallery-controls .previous:hover:after,
.sqs-gallery-block-slider .sqs-gallery-controls .next:hover:after {
  opacity: 1;
}
.sqs-gallery-block-slider .sqs-gallery-controls .previous {
  left: 0;
}
.sqs-gallery-block-slider .sqs-gallery-controls .previous:after {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #ffffff;
}
.sqs-gallery-block-slider .sqs-gallery-controls .next {
  right: 0;
}
.sqs-gallery-block-slider .sqs-gallery-controls .next:after {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #ffffff;
}
.sqs-gallery-block-grid.sqs-gallery-thumbnails-per-row-1 .sqs-gallery-design-grid-slide {
  width: 100%;
}
.sqs-gallery-block-grid.sqs-gallery-thumbnails-per-row-2 .sqs-gallery-design-grid-slide {
  width: 50%;
}
.sqs-gallery-block-grid.sqs-gallery-thumbnails-per-row-3 .sqs-gallery-design-grid-slide {
  width: 33.333333333333336%;
}
.sqs-gallery-block-grid.sqs-gallery-thumbnails-per-row-4 .sqs-gallery-design-grid-slide {
  width: 25%;
}
.sqs-gallery-block-grid.sqs-gallery-thumbnails-per-row-5 .sqs-gallery-design-grid-slide {
  width: 20%;
}
.sqs-gallery-block-grid.sqs-gallery-thumbnails-per-row-6 .sqs-gallery-design-grid-slide {
  width: 16.666666666666668%;
}
.sqs-gallery-block-grid.sqs-gallery-thumbnails-per-row-7 .sqs-gallery-design-grid-slide {
  width: 14.285714285714286%;
}
.sqs-gallery-block-grid.sqs-gallery-thumbnails-per-row-8 .sqs-gallery-design-grid-slide {
  width: 12.5%;
}
.sqs-gallery-block-grid.sqs-gallery-thumbnails-per-row-9 .sqs-gallery-design-grid-slide {
  width: 11.11111111111111%;
}
.sqs-gallery-block-grid.sqs-gallery-thumbnails-per-row-10 .sqs-gallery-design-grid-slide {
  width: 10%;
}
.sqs-gallery-block-grid .slide {
  float: left;
  width: 20%;
}
.sqs-gallery-block-grid .slide .margin-wrapper {
  position: relative;
}
.sqs-gallery-block-grid .slide .margin-wrapper a.image-slide-anchor {
  padding-bottom: 100%;
  width: 100%;
  height: 0;
  display: block;
}
.sqs-gallery-block-grid .slide .margin-wrapper .content-wrapper {
  padding-bottom: 100%;
  width: 100%;
  height: 0;
  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 .meta {
  position: relative;
}
.sqs-gallery-block-grid .slide .meta h1 {
  font-size: 12px;
  letter-spacing: normal;
  margin: 0;
}
/*
 * Gallery Lightbox
 */
.yui3-lightbox2 {
  -moz-user-select: text;
  -webkit-user-select: text;
  /* @group Lightbox
  --------------------------*/

  /*
  .horz {
    img {
      position: static !important;
      float: left;
      width: 50%;
    }

    .sqs-lightbox-meta {
      width: 50%;
      float: left;
    }
  }
  */

  /*
  .previous,
  .next {
    img {
      height: 100%;
    }
  }

  .previous {
    left: @width / -2;
    right: (100% - (@width / 2));
  }

  .next {
    left: (100% - (@width / 2));
    right: @width / -2;
  }
  */

}
.yui3-lightbox2 .slide {
  position: fixed;
  top: 100px;
  bottom: 100px;
  z-index: 100000000;
}
.yui3-lightbox2 .current {
  left: 100px;
  right: 100px;
}
.yui3-lightbox2 .current img {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.yui3-lightbox2 .current.overlay-description .sqs-lightbox-meta {
  position: absolute;
  padding: 20px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: opacity ease-out 0.2s;
  -moz-transition: opacity ease-out 0.2s;
  -o-transition: opacity ease-out 0.2s;
  transition: opacity ease-out 0.2s;
  opacity: 0;
}
.yui3-lightbox2 .current.overlay-description.overlay-description-visible .sqs-lightbox-meta {
  opacity: 1 !important;
}
.yui3-lightbox2 .sqs-lightbox-overlay {
  position: fixed;
  opacity: 0;
  top: 0px;
  left: 0px;
  background: #000;
  height: 100%;
  width: 100%;
}
.yui3-lightbox2 .sqs-lightbox-previous,
.yui3-lightbox2 .sqs-lightbox-next {
  position: fixed;
  top: 50%;
  width: 86px;
  height: 111px;
  margin-top: -55.5px;
  z-index: 100000000;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.yui3-lightbox2 .sqs-lightbox-previous:hover,
.yui3-lightbox2 .sqs-lightbox-next:hover {
  cursor: pointer;
}
.yui3-lightbox2 .sqs-lightbox-previous:hover a,
.yui3-lightbox2 .sqs-lightbox-next:hover a {
  opacity: 0.7;
}
.yui3-lightbox2 .sqs-lightbox-previous {
  left: 0;
}
.yui3-lightbox2 .sqs-lightbox-next {
  right: 0;
}
.yui3-lightbox2 .sqs-lightbox-previous a,
.yui3-lightbox2 .sqs-lightbox-next a {
  position: fixed;
  top: 50%;
  z-index: 100000000;
  text-indent: -9999px;
  display: block;
  height: 51px;
  width: 26px;
  margin-top: -25px;
  background-image: url("universal/images-v6/icons/icon-closethin-51-light.png");
  opacity: 0.3;
  -webkit-transition: opacity ease-out 0.2s;
  -moz-transition: opacity ease-out 0.2s;
  -o-transition: opacity ease-out 0.2s;
  transition: opacity ease-out 0.2s;
}
.yui3-lightbox2 .sqs-lightbox-previous a:after,
.yui3-lightbox2 .sqs-lightbox-next a:after {
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  display: block;
  content: ' ';
  margin-top: -20px;
}
.yui3-lightbox2 .sqs-lightbox-previous a {
  background-position: right center;
  left: 20px;
}
.yui3-lightbox2 .sqs-lightbox-next a {
  right: 20px;
  background-position: left center;
}
.yui3-lightbox2 .sqs-lightbox-meta {
  color: white;
  z-index: 100000001;
  margin: 20px auto 0;
}
.yui3-lightbox2 .sqs-lightbox-meta p:last-child {
  margin-bottom: 0;
}
.yui3-lightbox2 .sqs-lightbox-meta h1 {
  color: white;
  margin: 0 0 10px;
}
.sqs-block.gallery-block .sqs-helper .sqs-handle-bottom {
  display: none;
}
.sqs-block.gallery-block.sized .sqs-helper .sqs-handle-bottom {
  display: block;
}
/* ---------- image-stack.less ---------- */
.image-stack {
  list-style: none;
  padding: 0;
  margin: 0;
}
.image-stack a {
  border: 0;
}
.image-stack .image-wrapper {
  margin: 0 0 1px 0;
  line-height: 1px;
}
.image-stack .image-wrapper img {
  width: 100%;
}
.sqs-simple-like {
  cursor: pointer;
  -webkit-user-select: none;
  line-height: 18px;
  display: inline-block;
}
.sqs-simple-like .like-icon {
  -webkit-transition: background-color, opacity .5s ease-out;
  -moz-transition: background-color, opacity .5s ease-out;
  -o-transition: background-color, opacity .5s ease-out;
  transition: background-color, opacity .5s ease-out;
  float: left;
  margin-right: 5px;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: #999999 url(universal/images-v6/comments/icon_like_12_light.png) center center no-repeat;
  background-size: 10px;
  display: block;
}
.sqs-simple-like:hover .like-icon {
  background-color: #d10000;
  -webkit-animation: beat 1s infinite;
  -webkit-animation-timing-function: ease-out;
}
.sqs-simple-like.float .like-icon {
  background-color: #d10000;
  -webkit-animation: float 2s infinite;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
}
.sqs-simple-like.clicked .like-icon {
  background-color: #d10000;
  -webkit-animation: none;
  -webkit-transition: all 1s ease-in-out;
}
@-webkit-keyframes float {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.15);
    -webkit-animation-timing-function: ease-in;
  }
  30% {
    -webkit-animation-timing-function: linear;
    opacity: .6;
  }
  60% {
    opacity: .8;
    -webkit-transform: scale(1.45);
    -webkit-animation-timing-function: linear;
  }
  100% {
    -webkit-animation-timing-function: ease-out;
    opacity: 0;
  }
}
@-webkit-keyframes beat {
  0% {
    -webkit-transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.25);
  }
  20% {
    -webkit-transform: scale(1.1);
  }
  30% {
    -webkit-transform: scale(1.25);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
.sqs-video-wrapper {
  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.has-overlay {
  position: relative;
}
.sqs-video-wrapper.has-overlay .sqs-video-overlay-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.sqs-video-wrapper .sqs-video-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  color: black;
  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.4;
}
.sqs-video-wrapper .sqs-video-overlay.no-thumb .sqs-video-opaque {
  opacity: 1;
}
.sqs-video-wrapper .sqs-video-overlay .sqs-video-icon {
  opacity: 0.6;
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url('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;
}
.sqs-video-wrapper .sqs-video-other-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}/* ---------- _base.less ---------- */
/* ---------- layout-display.less ---------- */
/* ---------- grid.less ---------- */
.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: 15px;
  padding-right: 15px;
}
[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-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: -15px;
  margin-right: -15px;
}
/* ---------- grid-vertical.less ---------- */
.sqs-layout .sqs-row [class*=sqs-col-] .sqs-block {
  padding-bottom: 24px;
}
body.squarespace-config .sqs-layout .sqs-row [class*=sqs-col-] .sqs-block {
  padding-top: 12px;
  padding-bottom: 12px;
}
/* ---------- blocks-display.less ---------- */
.sqs-block .state-message,
.sqs-state-message {
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 14px 12px 14px 40px;
  font-size: 13px;
  line-height: 20px;
  color: white;
  background: #222222 url(universal/images-v6/icons/icon-close-15-light.png) 14px 16px no-repeat;
}
.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(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;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-name: spin-frames;
  -moz-animation-name: spin-frames;
}
.collectionlink-block .collectionlink-thumbnail,
.link-block .collectionlink-thumbnail {
  overflow: hidden;
  height: 150px;
  margin-bottom: 7px;
}
.collectionlink-block .collectionlink-thumbnail a,
.link-block .collectionlink-thumbnail a {
  display: block;
  height: 100%;
}
.collectionlink-block .collectionlink-title,
.link-block .collectionlink-title {
  font-size: 1.2em;
}
.collectionlink-block .collectionlink-description,
.link-block .collectionlink-description {
  margin-top: 2px;
}
.collectionlink-block a,
.link-block a {
  display: block;
  max-height: 150px;
}
.summary-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.summary-block .summary-item {
  margin-bottom: 6px;
}
.summary-block .summary-thumbnail {
  overflow: hidden;
  height: 150px;
  margin-bottom: 7px;
}
.summary-block .summary-title {
  font-size: 1.2em;
}
.summary-block .summary-description {
  margin-top: 2px;
}
.summary-block .summary-timestamp {
  font-size: 10px;
  margin-top: 2px;
}
.quote-block .quote {
  font-size: 1.4em;
  line-height: 1.4em;
}
.quote-block .source {
  font-size: 10px;
  text-align: right;
  margin-top: 4px;
}
.product-block .image-container {
  margin-bottom: 5px;
}
.product-block .image-container img {
  max-width: 100%;
}
.product-block.right {
  text-align: right;
}
.product-block.left {
  text-align: left;
}
.product-block.center {
  text-align: center;
}
.product-block.center img {
  margin: 0 auto;
}
.product-block .title {
  font-size: 16px;
}
.product-block .author {
  font-size: 11px;
}
.product-block .price {
  font-size: 15px;
  margin: 5px 0;
}
.product-block .price .list-price {
  text-decoration: line-through;
  color: #999;
}
.product-block .buy-button {
  margin-top: 10px;
}
.product-block .buy-button input {
  display: inline-block;
  cursor: pointer;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: none;
  border-top: 1px solid #444;
  background-color: #2e2e2e;
  background-image: -o-linear-gradient(#3b3b3b, #212121);
  background-image: -moz-linear-gradient(#3b3b3b, #212121);
  background-image: -ms-linear-gradient(#3b3b3b, #212121);
  background-image: -webkit-linear-gradient(#3b3b3b, #212121);
  background-image: linear-gradient(#3b3b3b, #212121);
  color: #eee;
  -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 1px 0 0 rgba(0,0,0,.15);
  -moz-box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 1px 0 0 rgba(0,0,0,.15);
  box-shadow: 0 0 0 1px rgba(0,0,0,.1), 0 1px 0 0 rgba(0,0,0,.15);
  font: 400 11px / 14px 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  text-shadow: 0 -1px 0 #000000;
  border-top: 1px solid #fff;
  background-color: #efefef;
  background-image: -o-linear-gradient(#ffffff, #dddddd);
  background-image: -moz-linear-gradient(#ffffff, #dddddd);
  background-image: -ms-linear-gradient(#ffffff, #dddddd);
  background-image: -webkit-linear-gradient(#ffffff, #dddddd);
  background-image: linear-gradient(#ffffff, #dddddd);
  text-shadow: 1px 0 rgba(255, 255, 255, 0.4);
  color: #111;
  font-weight: 400 !important;
  text-shadow: 0 1px 0 white;
}
.product-block .buy-button input a {
  padding: 7px 15px 7px;
  display: inline-block;
  color: #eee;
  text-decoration: none !important;
  border-bottom: 0;
}
.product-block .buy-button input:hover {
  background-color: #3b3b3b;
  background-image: -o-linear-gradient(#484848, #2e2e2e);
  background-image: -moz-linear-gradient(#484848, #2e2e2e);
  background-image: -ms-linear-gradient(#484848, #2e2e2e);
  background-image: -webkit-linear-gradient(#484848, #2e2e2e);
  background-image: linear-gradient(#484848, #2e2e2e);
}
.product-block .buy-button input:hover a {
  color: #fff;
}
.product-block .buy-button input:active {
  background-color: #2e2e2e;
  background-image: -o-linear-gradient(#212121, #3b3b3b);
  background-image: -moz-linear-gradient(#212121, #3b3b3b);
  background-image: -ms-linear-gradient(#212121, #3b3b3b);
  background-image: -webkit-linear-gradient(#212121, #3b3b3b);
  background-image: linear-gradient(#212121, #3b3b3b);
}
.product-block .buy-button input:focus {
  outline: none;
  color: #dddddd;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 0 0 2px  #42b1ff;
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 0 0 2px  #42b1ff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 0 0 2px  #42b1ff;
}
.product-block .buy-button input:hover {
  background-color: #f6f6f6;
  background-image: -o-linear-gradient(#ffffff, #e9e9e9);
  background-image: -moz-linear-gradient(#ffffff, #e9e9e9);
  background-image: -ms-linear-gradient(#ffffff, #e9e9e9);
  background-image: -webkit-linear-gradient(#ffffff, #e9e9e9);
  background-image: linear-gradient(#ffffff, #e9e9e9);
}
.product-block .buy-button input:hover a {
  color: #111;
}
.product-block .buy-button input:active {
  background-color: #efefef;
  background-image: -o-linear-gradient(#e2e2e2, #fcfcfc);
  background-image: -moz-linear-gradient(#e2e2e2, #fcfcfc);
  background-image: -ms-linear-gradient(#e2e2e2, #fcfcfc);
  background-image: -webkit-linear-gradient(#e2e2e2, #fcfcfc);
  background-image: linear-gradient(#e2e2e2, #fcfcfc);
}
.product-block .buy-button input a {
  color: #222;
}
.product-block .buy-button input:focus {
  outline: none;
  color: #111111;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 0 0 2px  #42b1ff;
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 0 0 2px  #42b1ff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 0 0 2px  #42b1ff;
}
.tagcloud-block ul {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}
.tagcloud-block ul li {
  display: inline-block;
}
.twitter-block {
  line-height: 1.4em;
  padding: 0;
  margin: 0;
}
.twitter-block .tweet-list {
  margin: 0;
  padding: 0;
}
.twitter-block .tweet {
  list-style-type: none;
  margin-bottom: 12px;
}
.twitter-block .tweet a {
  border: 0;
}
.twitter-block .tweet .tweet-avatar-wrapper {
  float: left;
}
.twitter-block .tweet .tweet-avatar {
  border-radius: 4px;
}
.twitter-block .tweet .tweet-text-wrapper {
  margin-left: 60px;
}
.twitter-block .tweet .tweet-from {
  font-weight: bold;
  margin-bottom: 3px;
}
.twitter-block .tweet .tweet-timestamp a {
  font-size: 10px;
  margin-top: 2px;
}
.foursquare-block ul {
  list-style-type: none;
  line-height: 1.4em;
  padding: 0;
  margin: 0;
}
.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;
}
.postsbycategory-block ul,
.postsbyauthor-block ul,
.postsbytag-block ul,
.postsbymonth-block ul,
.postsbycategory-block li,
.postsbyauthor-block li,
.postsbytag-block li,
.postsbymonth-block li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.postsbycategory-block .count,
.postsbyauthor-block .count,
.postsbytag-block .count,
.postsbymonth-block .count {
  display: none;
}
.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,
.video-block .intrinsic .embed-block-wrapper,
.embed-block .sqs-block-content .intrinsic .embed-block-wrapper,
.video-block .sqs-block-content .intrinsic .embed-block-wrapper {
  position: relative;
}
.embed-block .intrinsic .embed-block-wrapper .sqs-video-wrapper,
.video-block .intrinsic .embed-block-wrapper .sqs-video-wrapper,
.embed-block .sqs-block-content .intrinsic .embed-block-wrapper .sqs-video-wrapper,
.video-block .sqs-block-content .intrinsic .embed-block-wrapper .sqs-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.embed-block .intrinsic .embed-block-wrapper iframe,
.video-block .intrinsic .embed-block-wrapper iframe,
.embed-block .sqs-block-content .intrinsic .embed-block-wrapper iframe,
.video-block .sqs-block-content .intrinsic .embed-block-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.embed-block .intrinsic .embed-block-wrapper .flickr-oembed,
.video-block .intrinsic .embed-block-wrapper .flickr-oembed,
.embed-block .sqs-block-content .intrinsic .embed-block-wrapper .flickr-oembed,
.video-block .sqs-block-content .intrinsic .embed-block-wrapper .flickr-oembed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-wysiwyg-container .link-block .collectionlink-thumbnail {
  overflow: hidden;
  height: 150px;
  margin-bottom: 7px;
}
.page-wysiwyg-container .link-block .collectionlink-title {
  font-size: 1.2em;
}
.page-wysiwyg-container .link-block .collectionlink-description {
  margin-top: 2px;
  font-size: .8em;
}
.page-wysiwyg-container .summary-block .summary-item {
  margin-bottom: 6px;
}
.page-wysiwyg-container .summary-block .summary-thumbnail {
  overflow: hidden;
  height: 150px;
  margin-bottom: 7px;
}
.page-wysiwyg-container .summary-block .summary-title {
  font-size: 1.2em;
}
.page-wysiwyg-container .summary-block .summary-description {
  margin-top: 2px;
  font-size: .8em;
}
.page-wysiwyg-container .summary-block .summary-timestamp {
  font-size: 10px;
  color: #888;
  margin-top: 2px;
}
.page-wysiwyg-container .summary-block .summary-timestamp:hover {
  color: #222;
}
.page-wysiwyg-container .quote-block .quote {
  font-size: 18px;
  line-height: 1.4em;
}
.page-wysiwyg-container .quote-block .quote blockquote {
  margin: 0;
  padding: 0;
  border: 0;
}
.page-wysiwyg-container .quote-block .source {
  font-size: 10px;
  text-align: right;
  margin-top: 4px;
}
.page-wysiwyg-container .tagcloud-block {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}
.page-wysiwyg-container .tagcloud-block li {
  display: inline-block;
}
.page-wysiwyg-container .product-block a {
  border-bottom: 0 !important;
  color: #111 !important;
}
.page-wysiwyg-container .twitter-block {
  line-height: 1.4em;
  padding: 0;
  margin: 0;
}
.page-wysiwyg-container .twitter-block .tweet {
  list-style-type: none;
  margin-bottom: 12px;
}
.page-wysiwyg-container .twitter-block .tweet a {
  border: 0;
}
.page-wysiwyg-container .twitter-block .tweet .tweet-avatar-wrapper {
  float: left;
}
.page-wysiwyg-container .twitter-block .tweet .tweet-avatar {
  border-radius: 4px;
}
.page-wysiwyg-container .twitter-block .tweet .tweet-text-wrapper {
  margin-left: 60px;
}
.page-wysiwyg-container .twitter-block .tweet .tweet-from {
  font-weight: bold;
  margin-bottom: 3px;
}
.page-wysiwyg-container .twitter-block .tweet .tweet-from a {
  color: #444;
}
.page-wysiwyg-container .twitter-block .tweet .tweet-from a:hover {
  color: #000;
}
.page-wysiwyg-container .twitter-block .tweet .tweet-timestamp a {
  font-size: 10px;
  color: #888;
  margin-top: 2px;
}
.page-wysiwyg-container .twitter-block .tweet .tweet-timestamp a:hover {
  color: #222;
}
.page-wysiwyg-container .foursquare-block {
  list-style-type: none;
  line-height: 1.4em;
  padding: 0;
  margin: 0;
}
.page-wysiwyg-container .foursquare-block .foursquare-checkin {
  margin-bottom: 12px;
}
.page-wysiwyg-container .foursquare-block .foursquare-checkin a {
  border: 0;
}
.page-wysiwyg-container .foursquare-block .foursquare-checkin .foursquare-icon-wrapper {
  float: left;
}
.page-wysiwyg-container .foursquare-block .foursquare-checkin .foursquare-text {
  margin-left: 42px;
  font-size: 12px;
}
.page-wysiwyg-container .foursquare-block .foursquare-checkin .foursquare-venue {
  font-weight: bold;
}
.page-wysiwyg-container .foursquare-block .foursquare-checkin .foursquare-venue a {
  color: #444;
}
.page-wysiwyg-container .foursquare-block .foursquare-checkin .foursquare-venue a:hover {
  color: #000;
}
.page-wysiwyg-container .foursquare-block .foursquare-checkin .foursquare-location {
  display: inline-block;
  color: #aaa;
  padding-left: 4px;
}
.page-wysiwyg-container .foursquare-block .foursquare-checkin .foursquare-timestamp {
  font-size: 10px;
  color: #888;
}
.sqs-search-ui-button .title {
  opacity: .3;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  background: url(universal/images-v6/icons/icon-searchqueries-20-dark.png) no-repeat 0px -2px;
  padding-bottom: 1px;
  padding-left: 24px;
  font-size: 12px;
}
.sqs-search-ui-button .title:hover {
  opacity: 1;
}
.sqs-search-ui-button.soft {
  padding: 20px 25px;
}
.source-code {
  white-space: pre;
  overflow: auto;
}
.cm-keyword {
  color: #708;
}
.cm-atom {
  color: #219;
}
.cm-number {
  color: #164;
}
.cm-def {
  color: #00f;
}
.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: #f00;
}
.cm-qualifier {
  color: #555;
}
.cm-builtin {
  color: #30a;
}
.cm-bracket {
  color: #cc7;
}
.cm-tag {
  color: #170;
}
.cm-attribute {
  color: #00c;
}
.cm-header {
  color: #a0a;
}
.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;
}
/* Backwards Compatibility (for imported content) */
/* Tumblr */
.sqs-layout .html-block.sqs-block img[align=left] {
  margin-right: 30px;
}
.sqs-layout .html-block.sqs-block img[align=right] {
  margin-left: 30px;
}
.sqs-layout .html-block.sqs-block img[align=top] {
  vertical-align: top;
}
.sqs-layout .html-block.sqs-block img[align=middle] {
  vertical-align: middle;
}
.sqs-layout .html-block.sqs-block img[align=bottom] {
  vertical-align: bottom;
}
/* SQSP v5 */
.sqs-layout .html-block.sqs-block .full-image-float-left,
.sqs-layout .html-block.sqs-block .thumbnail-image-float-left {
  float: left;
  margin-right: 30px;
}
.sqs-layout .html-block.sqs-block .full-image-float-right,
.sqs-layout .html-block.sqs-block .thumbnail-image-float-right {
  float: right;
  margin-left: 30px;
}
.sqs-layout .html-block.sqs-block .full-image-block {
  display: block;
  margin-bottom: 24px;
}
.sqs-layout .html-block.sqs-block .thumbnail-caption {
  display: block;
}
/* Wordpress */
.sqs-layout .html-block.sqs-block .entry-content img {
  margin: 0 0 24px 0;
}
.sqs-layout .html-block.sqs-block .alignleft,
.sqs-layout .html-block.sqs-block img.alignleft {
  margin-right: 30px;
  display: inline;
  float: left;
}
.sqs-layout .html-block.sqs-block .alignright,
.sqs-layout .html-block.sqs-block img.alignright {
  margin-left: 30px;
  display: inline;
  float: right;
}
.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;
}
.sqs-layout .html-block.sqs-block blockquote.left {
  margin-right: 30px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
.sqs-layout .html-block.sqs-block blockquote.right {
  margin-left: 30px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}
.sqs-block {
  position: relative;
  clear: both;
  z-index: 1;
}
.sqs-block.html-block,
.sqs-block.quote-block,
.sqs-block.markdown-block {
  clear: none;
}
.sqs-block.html-block .sqs-block-content *:first-child,
.sqs-block.quote-block .sqs-block-content *:first-child,
.sqs-block.markdown-block .sqs-block-content *:first-child {
  margin-top: 0;
}
.sqs-block.html-block .sqs-block-content *:last-child,
.sqs-block.quote-block .sqs-block-content *:last-child,
.sqs-block.markdown-block .sqs-block-content *:last-child {
  margin-bottom: 0;
}
.sqs-block.html-block p,
.sqs-block.quote-block p,
.sqs-block.markdown-block p,
.sqs-block.html-block blockquote,
.sqs-block.quote-block blockquote,
.sqs-block.markdown-block blockquote,
.sqs-block.html-block h1,
.sqs-block.quote-block h1,
.sqs-block.markdown-block h1,
.sqs-block.html-block h2,
.sqs-block.quote-block h2,
.sqs-block.markdown-block h2,
.sqs-block.html-block h3,
.sqs-block.quote-block h3,
.sqs-block.markdown-block h3,
.sqs-block.html-block ul,
.sqs-block.quote-block ul,
.sqs-block.markdown-block ul,
.sqs-block.html-block ol,
.sqs-block.quote-block ol,
.sqs-block.markdown-block ol {
  line-height: 24px;
  margin-top: 24px;
  margin-bottom: 24px;
}
.sqs-block.html-block img,
.sqs-block.quote-block img,
.sqs-block.markdown-block img {
  max-width: 100%;
  height: auto;
}
.sqs-block.html-block,
.sqs-block.quote-block {
  word-wrap: break-word;
}
.sqs-block.float,
.sqs-block.sqs-float {
  clear: none;
  z-index: 50;
}
.sqs-block.float-left,
.sqs-block.sqs-float-left {
  float: left;
  margin-right: 15px;
}
.sqs-block.float-right,
.sqs-block.sqs-float-right {
  float: right;
  margin-left: 15px;
}
.sqs-block.sized .image-block-wrapper,
.sqs-block.sized .sqs-block-content {
  overflow: hidden;
}
.sqs-block.image-block.sized .image-block-wrapper {
  padding-bottom: inherit !important;
}
.sqs-block.image-block.sized .image-block-wrapper img {
  text-align: inherit;
  max-width: none;
}
.sqs-block.image-block .image-block-lightbox {
  cursor: pointer;
  display: block;
}
.sqs-block.image-block .image-caption-wrapper h1 {
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 18px;
  font-weight: bold;
}
.sqs-block.image-block .image-caption-wrapper p {
  margin: 0;
  font-size: 11px;
  line-height: 18px;
}
.sqs-block.image-block .image-block-outer-wrapper.layout-caption-below .image-caption-wrapper {
  margin-top: 5px;
}
.sqs-block.image-block .image-block-outer-wrapper.layout-caption-overlay .intrinsic,
.sqs-block.image-block .image-block-outer-wrapper.layout-caption-overlay-hover .intrinsic {
  position: relative;
}
.sqs-block.image-block .image-block-outer-wrapper.layout-caption-overlay .intrinsic .image-caption-wrapper,
.sqs-block.image-block .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: black;
  background: rgba(0, 0, 0, 0.7);
}
.sqs-block.image-block .image-block-outer-wrapper.layout-caption-overlay .intrinsic .image-caption-wrapper h1,
.sqs-block.image-block .image-block-outer-wrapper.layout-caption-overlay-hover .intrinsic .image-caption-wrapper h1,
.sqs-block.image-block .image-block-outer-wrapper.layout-caption-overlay .intrinsic .image-caption-wrapper strong,
.sqs-block.image-block .image-block-outer-wrapper.layout-caption-overlay-hover .intrinsic .image-caption-wrapper strong {
  color: #eee;
}
.sqs-block.image-block .image-block-outer-wrapper.layout-caption-overlay .intrinsic .image-caption-wrapper p,
.sqs-block.image-block .image-block-outer-wrapper.layout-caption-overlay-hover .intrinsic .image-caption-wrapper p {
  color: #bbb;
}
.sqs-block.image-block .image-block-outer-wrapper.layout-caption-overlay-hover:hover .image-caption-wrapper {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.sqs-block.image-block .image-block-outer-wrapper.layout-caption-overlay-hover .image-caption-wrapper {
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}
.sqs-block.image-block .image-block-outer-wrapper.layout-caption-overlay-hover:hover .image-caption {
  margin-bottom: 0;
}
.sqs-block.image-block .image-block-outer-wrapper.layout-caption-overlay-hover .image-caption {
  -webkit-transition: margin-bottom 0.1s ease-out;
  -moz-transition: margin-bottom 0.1s ease-out;
  -o-transition: margin-bottom 0.1s ease-out;
  transition: margin-bottom 0.1s ease-out;
  margin-bottom: -5px;
}
.sqs-block.image-block .image-block-outer-wrapper.layout-image-left {
  zoom: 1;
}
.sqs-block.image-block .image-block-outer-wrapper.layout-image-left:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.sqs-block.image-block .image-block-outer-wrapper.layout-image-left .image-block-wrapper {
  float: left;
}
.sqs-block.image-block .image-block-outer-wrapper.layout-image-left .image-caption-wrapper {
  float: left;
}
.sqs-block.image-block .image-block-outer-wrapper.layout-image-left .image-caption {
  padding-left: 15px;
}
.sqs-block.image-block .image-block-outer-wrapper.layout-image-left .image-caption h1 {
  font-size: 18px;
  line-height: 24px;
}
.sqs-block.image-block .image-block-outer-wrapper.layout-image-right {
  zoom: 1;
}
.sqs-block.image-block .image-block-outer-wrapper.layout-image-right:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.sqs-block.image-block .image-block-outer-wrapper.layout-image-right .image-block-wrapper {
  float: right;
}
.sqs-block.image-block .image-block-outer-wrapper.layout-image-right .image-caption-wrapper {
  float: right;
  text-align: right;
}
.sqs-block.image-block .image-block-outer-wrapper.layout-image-right .image-caption {
  padding-right: 15px;
}
.sqs-block.image-block .image-block-outer-wrapper.layout-image-right .image-caption h1 {
  font-size: 18px;
  line-height: 24px;
}
.sqs-block.image-block .image-block-wrapper {
  line-height: 0;
  text-align: center;
  position: relative;
}
.sqs-block.image-block .image-block-wrapper img {
  max-width: 100%;
}
.sqs-block.image-block .image-block-wrapper img.block-stretch {
  width: 100%;
}
.sqs-block.image-block .image-block-wrapper.float-right .image-block-wrapper {
  text-align: right;
}
.sqs-block.image-block .intrinsic {
  margin: auto;
}
.sqs-block.image-block .intrinsic .image-block-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.sqs-block.code-block .source-code {
  white-space: pre;
  overflow-x: auto;
}
.sqs-block.code-block img {
  max-width: 100%;
}
.sqs-block.calendar-block {
  font-size: 12px;
  text-decoration: none;
  z-index: 10;
}
.sqs-block.calendar-block .sqs-block-content {
  max-width: 240px;
  margin: auto;
}
.sqs-block.calendar-block .yui3-calendar-pane {
  min-width: 200px;
}
.sqs-block.calendar-block .yui3-u {
  vertical-align: middle;
}
.sqs-block.calendar-block .yui3-u h4 {
  text-align: center;
  margin: 2px !important;
  font-size: 14px !important;
}
.sqs-block.calendar-block .yui3-calendar-grid {
  min-height: 150px;
}
.sqs-block.calendar-block .yui3-calendar-header {
  margin-bottom: 5px;
  text-align: center;
}
.sqs-block.calendar-block .yui3-calendar-header .yui3-calendar-header-label {
  width: 120px;
}
.sqs-block.calendar-block td {
  padding: 2px;
}
.sqs-block.calendar-block td .event-menu {
  position: absolute;
  margin-top: -2px;
  padding: 10px;
  background: #eee;
  font-weight: normal;
  line-height: 18px;
  text-align: left;
  z-index: 10;
  width: 70%;
}
.sqs-block.calendar-block td .event-menu .event-time-group {
  margin-bottom: 10px;
}
.sqs-block.calendar-block td .event-menu .event-time-group .event-time {
  font-size: 10px;
  color: #666;
  border-bottom: 1px solid #DDD;
  line-height: 13px;
}
.sqs-block.calendar-block td .event-menu .event-time-group .event-item {
  /*margin-left: 15px;*/

}
.sqs-block.calendar-block td .event-menu a {
  font-weight: normal;
}
.sqs-block.calendar-block .yui3-calendar-day {
  text-align: center;
}
.sqs-block.calendar-block .yui3-calendar-day:hover {
  background: #eee;
  color: #333;
  z-index: 100;
}
.sqs-block.calendar-block .yui3-calendarnav-nextmonth span,
.sqs-block.calendar-block .yui3-calendarnav-prevmonth span {
  padding: 4px 8px;
}
.sqs-block.calendar-block .date-has-event {
  color: #333;
  font-weight: bold;
  opacity: 1;
}
.sqs-block.product-block a.product-image {
  display: block;
  border-bottom: none !important;
}
.sqs-block.product-block .product-block-image-container {
  position: relative;
}
.sqs-block.product-block .product-block-image-container a.product-image {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.sqs-block.product-block img {
  width: 100%;
}
.sqs-block.product-block .no-image {
  width: 100%;
}
.sqs-block.product-block .no-image img {
  width: 100%;
}
.sqs-block.product-block .product-info div,
.sqs-block.product-block .product-info .sqs-add-to-cart-button {
  margin: 4px 0;
}
.sqs-block.product-block .product-info p {
  margin: 0px;
}
.sqs-block.vsize-1 .sqs-block-content {
  height: 24px;
}
.sqs-block.vsize-2 .sqs-block-content {
  height: 48px;
}
.sqs-block.vsize-3 .sqs-block-content {
  height: 72px;
}
.sqs-block.vsize-4 .sqs-block-content {
  height: 96px;
}
.sqs-block.vsize-5 .sqs-block-content {
  height: 120px;
}
.sqs-block.vsize-6 .sqs-block-content {
  height: 144px;
}
.sqs-block.vsize-7 .sqs-block-content {
  height: 168px;
}
.sqs-block.vsize-8 .sqs-block-content {
  height: 192px;
}
.sqs-block.vsize-9 .sqs-block-content {
  height: 216px;
}
.sqs-block.vsize-10 .sqs-block-content {
  height: 240px;
}
.sqs-block.vsize-11 .sqs-block-content {
  height: 264px;
}
.sqs-block.vsize-12 .sqs-block-content {
  height: 288px;
}
.sqs-block.vsize-13 .sqs-block-content {
  height: 312px;
}
.sqs-block.vsize-14 .sqs-block-content {
  height: 336px;
}
.sqs-block.vsize-15 .sqs-block-content {
  height: 360px;
}
.sqs-block.vsize-16 .sqs-block-content {
  height: 384px;
}
.sqs-block.vsize-17 .sqs-block-content {
  height: 408px;
}
.sqs-block.vsize-18 .sqs-block-content {
  height: 432px;
}
.sqs-block.vsize-19 .sqs-block-content {
  height: 456px;
}
.sqs-block.vsize-20 .sqs-block-content {
  height: 480px;
}
.sqs-block.vsize-21 .sqs-block-content {
  height: 504px;
}
.sqs-block.vsize-22 .sqs-block-content {
  height: 528px;
}
.sqs-block.vsize-23 .sqs-block-content {
  height: 552px;
}
.sqs-block.vsize-24 .sqs-block-content {
  height: 576px;
}
.sqs-block.vsize-25 .sqs-block-content {
  height: 600px;
}
.sqs-block.vsize-26 .sqs-block-content {
  height: 624px;
}
.sqs-block.vsize-27 .sqs-block-content {
  height: 648px;
}
.sqs-block.vsize-28 .sqs-block-content {
  height: 672px;
}
.sqs-block.vsize-29 .sqs-block-content {
  height: 696px;
}
.sqs-block.vsize-30 .sqs-block-content {
  height: 720px;
}
.sqs-block.image-block .sqs-block-content {
  height: auto;
}
.sqs-block.vsize-1.image-block .image-block-wrapper {
  height: 24px;
}
.sqs-block.vsize-2.image-block .image-block-wrapper {
  height: 48px;
}
.sqs-block.vsize-3.image-block .image-block-wrapper {
  height: 72px;
}
.sqs-block.vsize-4.image-block .image-block-wrapper {
  height: 96px;
}
.sqs-block.vsize-5.image-block .image-block-wrapper {
  height: 120px;
}
.sqs-block.vsize-6.image-block .image-block-wrapper {
  height: 144px;
}
.sqs-block.vsize-7.image-block .image-block-wrapper {
  height: 168px;
}
.sqs-block.vsize-8.image-block .image-block-wrapper {
  height: 192px;
}
.sqs-block.vsize-9.image-block .image-block-wrapper {
  height: 216px;
}
.sqs-block.vsize-10.image-block .image-block-wrapper {
  height: 240px;
}
.sqs-block.vsize-11.image-block .image-block-wrapper {
  height: 264px;
}
.sqs-block.vsize-12.image-block .image-block-wrapper {
  height: 288px;
}
.sqs-block.vsize-13.image-block .image-block-wrapper {
  height: 312px;
}
.sqs-block.vsize-14.image-block .image-block-wrapper {
  height: 336px;
}
.sqs-block.vsize-15.image-block .image-block-wrapper {
  height: 360px;
}
.sqs-block.vsize-16.image-block .image-block-wrapper {
  height: 384px;
}
.sqs-block.vsize-17.image-block .image-block-wrapper {
  height: 408px;
}
.sqs-block.vsize-18.image-block .image-block-wrapper {
  height: 432px;
}
.sqs-block.vsize-19.image-block .image-block-wrapper {
  height: 456px;
}
.sqs-block.vsize-20.image-block .image-block-wrapper {
  height: 480px;
}
.sqs-block.vsize-21.image-block .image-block-wrapper {
  height: 504px;
}
.sqs-block.vsize-22.image-block .image-block-wrapper {
  height: 528px;
}
.sqs-block.vsize-23.image-block .image-block-wrapper {
  height: 552px;
}
.sqs-block.vsize-24.image-block .image-block-wrapper {
  height: 576px;
}
.sqs-block.vsize-25.image-block .image-block-wrapper {
  height: 600px;
}
.sqs-block.vsize-26.image-block .image-block-wrapper {
  height: 624px;
}
.sqs-block.vsize-27.image-block .image-block-wrapper {
  height: 648px;
}
.sqs-block.vsize-28.image-block .image-block-wrapper {
  height: 672px;
}
.sqs-block.vsize-29.image-block .image-block-wrapper {
  height: 696px;
}
.sqs-block.vsize-30.image-block .image-block-wrapper {
  height: 720px;
}
.text-align-center {
  text-align: center;
}
.text-align-right {
  text-align: right;
}
.columns-1 [class*=sqs-col-] {
  width: 100% !important;
}
.site-title-font {
  font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 42px;
}
.site-subtitle-font {
  font-family: 'Gill Sans', Verdana, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
}
.nav-font {
  font-family: 'Gill Sans', Verdana, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4em;
  text-transform: uppercase;
  font-size: 11px;
}
.entry-title-font {
  font-family: 'Gill Sans', Verdana, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.2em;
  letter-spacing: 1px;
  font-size: 21px;
}
.heading-font {
  font-family: 'Gill Sans', Verdana, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 21px;
}
.body-font {
  font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5em;
  font-size: 14px;
}
.quote-font {
  font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
  font-weight: normal;
  font-style: italic;
  line-height: 1.4em;
  font-size: 20px;
}
.post-date {
  font-family: 'Gill Sans', Verdana, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}
.csl-font {
  font-family: 'Gill Sans', Verdana, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4em;
  text-transform: uppercase;
  font-size: 12px;
}
.body-link {
  text-decoration: none;
}
/*  COLORS & BACKGROUNDS  */
body {
  background-color: #ffffff;
  color: #000000;
}
body #canvasWrapper {
  background-color: #ffffff;
}
body a,
body a:visited {
  color: #ababab;
  text-decoration: none;
  text-decoration-array: ;
  -webkit-transition: color .2s linear;
  -o-transition: color .2s linear;
  -moz-transition: color .2s linear;
  transition: color .2s linear;
}
body a:hover {
  color: #000000;
}
body .main-nav a {
  color: #000000;
}
body .main-nav .active-link a {
  text-decoration: none;
  color: #979898;
}
body .main-nav a:hover {
  color: #979898;
}
body h1,
body h2,
body h3,
body h4,
body .comment-count {
  color: #808080;
}
body h1 a,
body h2 a,
body h3 a,
body h4 a,
body .comment-count a,
body h1 a:visited,
body h2 a:visited,
body h3 a:visited,
body h4 a:visited,
body .comment-count a:visited {
  color: #808080;
  text-decoration: none;
}
body h1 a:hover,
body h2 a:hover,
body h3 a:hover,
body h4 a:hover,
body .comment-count a:hover {
  color: #000000;
}
/*  FONTS & VERTICAL GRID  */
body,
.sqs-layout .sqs-block.html-block {
  font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: normal;
  font-style: normal;
  font-family-array: ;
  font-weight-array: ;
  font-style-array: ;
  line-height-array: ;
  font-size-array: ;
}
body h1,
.sqs-layout .sqs-block.html-block h1,
body h2,
.sqs-layout .sqs-block.html-block h2,
body h3,
.sqs-layout .sqs-block.html-block h3,
body h4,
.sqs-layout .sqs-block.html-block h4,
body h5,
.sqs-layout .sqs-block.html-block h5,
body h6,
.sqs-layout .sqs-block.html-block h6 {
  font-family: 'Gill Sans', Verdana, Helvetica, sans-serif;
  font-size: 21px;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal;
  font-style: normal;
  font-family-array: ;
  font-weight-array: ;
  font-style-array: ;
  line-height-array: ;
  text-transform-array: ;
  letter-spacing-array: ;
  font-size-array: ;
  margin: 1.5em 0 0.5em;
}
body h1.entry-title,
.sqs-layout .sqs-block.html-block h1.entry-title {
  padding: 0 0 10px;
  margin: 0;
  font-family: 'Gill Sans', Verdana, Helvetica, sans-serif;
  font-size: 21px;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal;
  font-style: normal;
  font-family-array: ;
  font-weight-array: ;
  font-style-array: ;
  text-transform-array: ;
  line-height-array: ;
  letter-spacing-array: ;
  font-size-array: ;
  color: #000000;
  text-align: center;
}
body h1.entry-title a,
.sqs-layout .sqs-block.html-block h1.entry-title a,
body h1.entry-title a:visited,
.sqs-layout .sqs-block.html-block h1.entry-title a:visited {
  color: #000000;
}
body h1,
.sqs-layout .sqs-block.html-block h1 {
  font-weight: normal;
}
body h2,
.sqs-layout .sqs-block.html-block h2 {
  font-size: 16.8px;
  font-weight: normal;
}
body h3,
.sqs-layout .sqs-block.html-block h3 {
  font-size: 12.6px;
  font-weight: normal;
}
body p,
.sqs-layout .sqs-block.html-block p {
  font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: normal;
  font-style: normal;
  font-family-array: ;
  font-weight-array: ;
  font-style-array: ;
  line-height-array: ;
  font-size-array: ;
  margin: 0 0 1em;
}
body blockquote,
.sqs-layout .sqs-block.html-block blockquote {
  font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
  font-size: 20px;
  line-height: 1.4em;
  font-weight: normal;
  font-style: italic;
  font-family-array: ;
  font-weight-array: ;
  font-style-array: ;
  line-height-array: ;
  font-size-array: ;
  padding: 0 7.5%;
  margin: 30px 0;
  border: none;
  color: #808080;
  text-align: center;
}
body .quote-block .quote,
.sqs-layout .sqs-block.html-block .quote-block .quote {
  font-size: 1em;
}
body .quote-block .quote blockquote,
.sqs-layout .sqs-block.html-block .quote-block .quote blockquote {
  margin: 0;
  font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
  font-size: 20px;
  line-height: 1.4em;
  font-weight: normal;
  font-style: italic;
  font-family-array: ;
  font-weight-array: ;
  font-style-array: ;
  line-height-array: ;
  font-size-array: ;
  padding: 0;
}
body .quote-block .quote span:first-child,
.sqs-layout .sqs-block.html-block .quote-block .quote span:first-child {
  margin: 0 0 0 -0.3em;
}
body .sqs-block.quote-block .sqs-block-content .source,
.sqs-layout .sqs-block.html-block .sqs-block.quote-block .sqs-block-content .source {
  font-size: 15px;
  color: #808080;
  padding: 0;
  margin-top: 0.5em;
  text-align: center;
}
body pre,
.sqs-layout .sqs-block.html-block pre,
body ul,
.sqs-layout .sqs-block.html-block ul,
body ol,
.sqs-layout .sqs-block.html-block ol,
body dl,
.sqs-layout .sqs-block.html-block dl {
  font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: normal;
  font-style: normal;
  font-family-array: ;
  font-weight-array: ;
  font-style-array: ;
  line-height-array: ;
  font-size-array: ;
  margin: 2em 0;
}
body .sqs-block-content ul li,
.sqs-layout .sqs-block.html-block .sqs-block-content ul li,
body .sqs-block-content ol li,
.sqs-layout .sqs-block.html-block .sqs-block-content ol li {
  line-height: 1.25;
  margin: 0 0 0.5em;
}
body nav ul,
.sqs-layout .sqs-block.html-block nav ul,
body nav ol,
.sqs-layout .sqs-block.html-block nav ol {
  margin: 0;
  list-style-type: none;
}
.date {
  display: none;
}
.show-post-date .date {
  display: block;
}
.date time {
  font-family: 'Gill Sans', Verdana, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.4em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal;
  font-style: normal;
  font-family-array: ;
  font-weight-array: ;
  font-style-array: ;
  line-height-array: ;
  text-transform-array: ;
  letter-spacing-array: ;
  font-size-array: ;
  margin: 5px 0;
  display: block;
  color: #808080;
  text-align: center;
}
p.author-categories {
  color: #808080;
  font-size: 12px;
  margin: 0;
  padding: 0;
  text-align: center;
}
p.author-categories a,
p.author-categories a:visited {
  color: #808080;
}
p.author-categories a:hover {
  color: #000000;
}
span.author {
  display: none;
}
.show-author-name span.author {
  display: inline-block;
}
.comment-share-like {
  margin-top: 2em;
  color: #808080;
  text-align: center;
}
.comment-share-like .comments,
.comment-share-like .sqs-simple-like .like-count,
.comment-share-like .ss-social-button {
  font-family: 'Gill Sans', Verdana, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.4em;
  text-transform: uppercase;
  font-weight: normal;
  font-style: normal;
  font-family-array: ;
  font-weight-array: ;
  font-style-array: ;
  line-height-array: ;
  text-transform-array: ;
  font-size-array: ;
  color: #808080;
}
.comment-share-like .comments a,
.comment-share-like .sqs-simple-like .like-count a,
.comment-share-like .ss-social-button a,
.comment-share-like .comments a:visited,
.comment-share-like .sqs-simple-like .like-count a:visited,
.comment-share-like .ss-social-button a:visited {
  color: #808080;
}
.comment-share-like .comments a:hover,
.comment-share-like .sqs-simple-like .like-count a:hover,
.comment-share-like .ss-social-button a:hover {
  color: #000000;
}
.comment-share-like .comments,
.comment-share-like .squarespace-social-buttons,
.comment-share-like .sqs-simple-like {
  display: inline;
  margin-right: 10px;
  cursor: pointer;
}
.comment-share-like .comments:last-child,
.comment-share-like .squarespace-social-buttons:last-child,
.comment-share-like .sqs-simple-like:last-child {
  margin-right: 0;
}
.comment-share-like .comments:after,
.comment-share-like .ss-social-button:after {
  content: '•';
  padding-left: 10px;
}
.comment-share-like .comments:hover,
.comment-share-like .ss-social-button:hover {
  color: #000000;
}
.comment-share-like .sqs-simple-like .like-count {
  white-space: nowrap;
  display: inline;
}
.comment-share-like .sqs-simple-like .like-count:hover {
  color: #000000;
}
.comment-share-like .sqs-simple-like .like-icon {
  display: none;
}
.comment-share-like .squarespace-social-buttons div {
  display: inline;
}
.comment-share-like .ss-social-list-wrapper,
.comment-share-like .ss-social-list-wrapper div {
  display: block;
  text-align: left;
}
.comment-share-like .squarespace-social-buttons.inline-style .ss-social-button-icon {
  display: none;
}
.tags,
.categories,
.location {
  color: #808080;
  font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: normal;
  font-style: normal;
  font-family-array: ;
  font-weight-array: ;
  font-style-array: ;
  line-height-array: ;
  font-size-array: ;
  font-size: 12px;
  text-align: center;
}
.tags p,
.categories p,
.location p {
  margin: 0.5em 0 0;
  font-size: 12px;
}
.tags p em,
.categories p em,
.location p em {
  font-style: normal;
  font-size: 9.600000000000001px;
  font-weight: bold;
}
.tags p a,
.categories p a,
.location p a,
.tags p a:visited,
.categories p a:visited,
.location p a:visited {
  color: #808080;
  text-decoration: underline;
  font-style: italic;
}
.tags p a:hover,
.categories p a:hover,
.location p a:hover {
  color: #000000;
}
.sqs-simple-like.float {
  display: none;
}
/*  LAYOUT (WIDTHS & PADDING)  */
#canvasWrapper {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 75px;
  position: relative;
}
#contentWrapper {
  padding: 70px 8% 0;
}
#headerWrapper {
  max-width: 1180px;
}
#header {
  padding: 45px 0 40px;
  position: relative;
  text-align: center;
  border-bottom: solid 1px #333333;
}
.collection-type-page #header {
  margin: 0;
}
#navWrapper {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  z-index: 99;
  margin: 0;
  z-index: 5000;
}
.nav-position-fixed #navWrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 75px;
}
#topNav {
  max-width: 1180px;
  background-color: #ffffff;
  position: relative;
  margin: 0 auto;
  padding: 0 0 15px;
}
#topNav #nav {
  color: #000000;
}
#topNav .main-nav {
  width: 50%;
  margin: 35px auto 0;
}
#topNav .main-nav ul {
  text-align: center;
  width: auto;
}
#topNav .main-nav ul li {
  font-family: 'Gill Sans', Verdana, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.4em;
  text-transform: uppercase;
  font-weight: normal;
  font-style: normal;
  font-family-array: ;
  font-weight-array: ;
  font-style-array: ;
  line-height-array: ;
  text-transform-array: ;
  font-size-array: ;
  display: inline-block;
  margin-right: 10px;
}
#topNav .main-nav ul li:after {
  content: '•';
  padding-left: 10px;
}
#topNav .main-nav ul li a,
#topNav .main-nav ul li a:visited {
  text-decoration: none;
  color: #000000;
}
#topNav .main-nav ul li a:hover {
  color: #979898;
}
#topNav .main-nav ul li.active-link > a {
  color: #979898;
}
#topNav .main-nav ul li.folder {
  cursor: pointer;
}
#topNav .main-nav ul li.folder .subnav {
  top: 1.4em;
  position: absolute;
  overflow: hidden;
  height: 0;
  z-index: 1000;
  width: auto;
  background-color: #ffffff;
  margin-left: -20px;
}
#topNav .main-nav ul li.folder ul {
  padding: 15px 20px 12px;
  margin: 0;
  border-bottom: solid 3px #333333;
}
#topNav .main-nav ul li.folder ul li {
  line-height: 1;
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
#topNav .main-nav ul li.folder ul li:last-child {
  margin-right: 0;
}
#topNav .main-nav ul li.folder ul li:last-child:after {
  content: '';
  padding-left: 0;
}
#topNav .main-nav ul li.folder:hover .subnav,
#topNav .main-nav ul li.folder .subnav:hover {
  height: auto !important;
}
#topNav .main-nav ul li:last-child {
  margin-right: 0;
}
#topNav .main-nav ul li:last-child:after {
  content: '';
  padding-left: 0;
}
#topNav #mobile-show-nav,
#topNav #mobile-close-nav {
  display: none;
  font-family: 'Gill Sans', Verdana, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.4em;
  text-transform: uppercase;
  font-weight: normal;
  font-style: normal;
  font-family-array: ;
  font-weight-array: ;
  font-style-array: ;
  line-height-array: ;
  text-transform-array: ;
  font-size-array: ;
  font-size: 14px;
  text-align: right;
}
#topNav #mobile-show-social {
  display: none;
  width: 14px;
  height: 14px;
  float: left;
  border-radius: 50%;
  border: solid 2px #ababab;
  margin-top: 20px;
}
#topNav #mobile-show-social:hover {
  border-color: #000000;
}
#topNav .sqs-search-ui-button {
  float: right;
  display: none;
  margin: -5px 0 0;
  padding: 0;
  color: #000000;
}
#topNav .sqs-search-ui-button .title {
  opacity: 0.8;
  font-family: 'Gill Sans', Verdana, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.4em;
  text-transform: uppercase;
  font-weight: normal;
  font-style: normal;
  font-family-array: ;
  font-weight-array: ;
  font-style-array: ;
  line-height-array: ;
  text-transform-array: ;
  font-size-array: ;
  margin: 0;
  padding: 0 0 5px 25px;
}
#topNav .sqs-search-ui-button .title:hover {
  opacity: 0.4;
}
.show-search #topNav .sqs-search-ui-button {
  display: block;
}
#navWrapperGhost {
  display: none;
}
.nav-position-fixed #navWrapperGhost {
  position: relative;
  top: 0;
  background-color: #ffffff;
  z-index: 99;
  width: 100%;
  visibility: hidden;
  margin: 0 75px;
  display: block;
}
.nav-position-fixed #topNavGhost {
  max-width: 1180px;
  background-color: #ffffff;
  position: relative;
  margin: 0 auto;
  padding: 0 0 15px;
}
.nav-position-fixed #topNavGhost .main-nav {
  width: 50%;
  margin: 35px auto 0;
}
.nav-position-fixed #topNavGhost .main-nav ul {
  text-align: center;
  width: auto;
}
.nav-position-fixed #topNavGhost .main-nav ul li {
  font-family: 'Gill Sans', Verdana, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.4em;
  text-transform: uppercase;
  font-weight: normal;
  font-style: normal;
  font-family-array: ;
  font-weight-array: ;
  font-style-array: ;
  line-height-array: ;
  text-transform-array: ;
  font-size-array: ;
  display: inline-block;
  margin-right: 10px;
}
.nav-position-fixed #topNavGhost .main-nav ul li:after {
  content: '•';
  padding-left: 10px;
}
.nav-position-fixed #topNavGhost .main-nav ul li a,
.nav-position-fixed #topNavGhost .main-nav ul li a:visited {
  text-decoration: none;
  color: #000000;
}
.nav-position-fixed #topNavGhost .main-nav ul li a:hover {
  color: #979898;
}
.nav-position-fixed #topNavGhost .main-nav ul li.active-link > a {
  color: #979898;
}
.nav-position-fixed #topNavGhost .main-nav ul li.folder {
  cursor: pointer;
}
.nav-position-fixed #topNavGhost .main-nav ul li.folder .subnav {
  top: 1.4em;
  position: absolute;
  overflow: hidden;
  height: 0;
  z-index: 1000;
  width: auto;
  background-color: #ffffff;
  margin-left: -20px;
  max-width: 50%;
}
.nav-position-fixed #topNavGhost .main-nav ul li.folder ul {
  padding: 15px 20px 12px;
  margin: 0;
  border-bottom: solid 3px #333333;
}
.nav-position-fixed #topNavGhost .main-nav ul li.folder ul li {
  line-height: 1;
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
.nav-position-fixed #topNavGhost .main-nav ul li.folder ul li:last-child {
  margin-right: 0;
}
.nav-position-fixed #topNavGhost .main-nav ul li.folder ul li:last-child:after {
  content: '';
  padding-left: 0;
}
.nav-position-fixed #topNavGhost .main-nav ul li.folder:hover .subnav,
.nav-position-fixed #topNavGhost .main-nav ul li.folder .subnav:hover {
  height: auto !important;
}
.nav-position-fixed #topNavGhost .main-nav ul li:last-child {
  margin-right: 0;
}
.nav-position-fixed #topNavGhost .main-nav ul li:last-child:after {
  content: '';
  padding-left: 0;
}
.nav-position-fixed #topNavGhost #mobile-show-nav-ghost,
.nav-position-fixed #topNavGhost #mobile-close-nav-ghost {
  display: none;
  font-family: 'Gill Sans', Verdana, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.4em;
  text-transform: uppercase;
  font-weight: normal;
  font-style: normal;
  font-family-array: ;
  font-weight-array: ;
  font-style-array: ;
  line-height-array: ;
  text-transform-array: ;
  font-size-array: ;
  font-size: 14px;
  text-align: right;
}
.nav-position-fixed #topNavGhost #mobile-show-social-ghost {
  display: none;
  width: 16px;
  height: 16px;
  float: left;
  border-radius: 50%;
  background-color: #444444;
  margin-top: 20px;
}
.nav-position-fixed #topNavGhost .sqs-search-ui-button {
  float: right;
  display: none;
  margin: -5px 0 0;
  padding: 0;
}
.nav-position-fixed #topNavGhost .sqs-search-ui-button .title {
  opacity: 0.8;
  font-family: 'Gill Sans', Verdana, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.4em;
  text-transform: uppercase;
  font-weight: normal;
  font-style: normal;
  font-family-array: ;
  font-weight-array: ;
  font-style-array: ;
  line-height-array: ;
  text-transform-array: ;
  font-size-array: ;
  margin: 0;
  padding: 0 0 5px 25px;
}
.nav-position-fixed #topNavGhost .sqs-search-ui-button .title:hover {
  opacity: 0.4;
}
.show-search #topNavGhost .sqs-search-ui-button {
  display: block;
}
#topNav,
#topNavGhost {
  border-bottom: solid 3px #333333;
}
.logo.site-title {
  margin: 0;
  padding: 0;
  font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
  font-size: 42px;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: normal;
  font-style: normal;
  font-family-array: ;
  font-weight-array: ;
  font-style-array: ;
  line-height-array: ;
  text-transform-array: ;
  letter-spacing-array: ;
  font-size-array: ;
  text-align: center;
}
.logo.site-title a {
  color: #000000;
}
.logo.site-title a:hover {
  color: #979898;
}
.logo.image {
  line-height: 0;
  margin: 5px 0 10px;
  max-height: 100px;
  display: inline-block;
}
.logo.image img {
  max-height: 100px;
  max-width: 100%;
}
.logo-subtitle {
  font-family: 'Gill Sans', Verdana, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal;
  font-style: normal;
  font-family-array: ;
  font-weight-array: ;
  font-style-array: ;
  line-height-array: ;
  text-transform-array: ;
  letter-spacing-array: ;
  font-size-array: ;
  color: #979898;
  margin: 10px 0 5px;
}
#page {
  position: relative;
}
#pageFooter {
  border-top: solid 3px #333333;
  padding: 60px 8%;
  margin: 120px 0 0;
}
.collection-type-page #pageFooter {
  margin: 30px 0 0;
}
.squarespace-editable {
  padding-bottom: 100px;
}
/* pagination nav */
nav.pagination {
  clear: both;
  margin: 30px 20%;
}
nav.pagination ul li {
  font-family: 'Gill Sans', Verdana, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.4em;
  text-transform: uppercase;
  font-weight: normal;
  font-style: normal;
  font-family-array: ;
  font-weight-array: ;
  font-style-array: ;
  line-height-array: ;
  text-transform-array: ;
  font-size-array: ;
  height: 28px;
  position: relative;
  font-size: 12px;
  line-height: 1.8;
  width: 47%;
}
nav.pagination ul li .arrow-next {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 28px;
  line-height: 40px;
}
nav.pagination ul li .arrow-prev {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 28px;
  line-height: 40px;
}
nav.pagination ul li .page-title {
  font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: normal;
  font-style: normal;
  font-family-array: ;
  font-weight-array: ;
  font-style-array: ;
  line-height-array: ;
  font-size-array: ;
  font-size: 12px;
  color: #000000;
}
nav.pagination ul li a,
nav.pagination ul li a:visited {
  text-decoration: none;
  color: #ababab;
  display: inline-block;
  width: 100%;
}
nav.pagination ul li a:hover,
nav.pagination ul li a:visited:hover {
  color: #000000;
}
nav.pagination ul li.previous {
  float: left;
  color: rgba(128, 128, 128, 0.30000000000000004);
  margin-left: -40px;
  text-align: left;
  padding-left: 40px;
}
nav.pagination ul li.next {
  float: right;
  color: rgba(128, 128, 128, 0.30000000000000004);
  margin-right: -40px;
  text-align: right;
  padding-right: 40px;
}
.article-list nav.pagination ul li,
.article-list nav.pagination ul li .arrow-next,
.article-list nav.pagination ul li .arrow-prev {
  line-height: 28px;
}
/* Blog */
.collection-type-blog .special-content {
  display: none;
}
.collection-type-blog .special-content-off {
  display: none;
}
.collection-type-blog article {
  padding-top: 0;
}
.collection-type-blog article.hentry {
  clear: both;
  margin-bottom: 120px;
}
.collection-type-blog article footer {
  margin: 0 20%;
}
.collection-type-blog article .post-source {
  margin-top: 1em;
}
.collection-type-blog article .special-content {
  padding: 10px 0 0;
}
.collection-type-blog article .read-more {
  display: block;
}
.collection-type-blog article .entry-content {
  margin: 0 20%;
  padding-top: 15px;
  text-align: left;
}
.collection-type-blog article .sqs-link {
  font-size: 31.5px;
  font-style: italic;
  line-height: 1.3;
  padding-top: 0;
  text-align: center;
}
.collection-type-blog article hr.short-line {
  width: 125px;
  margin: 20px auto;
  border: 0;
  border-bottom: solid 1px #333333;
  opacity: 0.5;
}
.collection-type-blog.show-promoted-blocks .special-content {
  display: block;
}
.collection-type-blog:not(.show-promoted-blocks) .special-content-off {
  display: block;
}
/* Image Caption */
.special-content .image-block .image-block-outer-wrapper.layout-caption-below .image-caption-wrapper .image-caption {
  position: relative;
  background-color: #ffffff;
  color: #000000;
  padding: 20px 30px 0;
  text-align: center;
  width: 44%;
  margin: -35px auto 0;
}
.special-content .image-block .image-block-outer-wrapper.layout-caption-below .image-caption-wrapper:after {
  content: "";
  width: 125px;
  margin: 20px auto 15px;
  border-bottom: solid 1px #333333;
  display: block;
  opacity: 0.5;
}
.special-content .image-block .image-block-outer-wrapper.layout-caption-below .image-caption-wrapper p {
  font-style: italic;
  font-size: 15.400000000000002px;
  line-height: 1.5;
}
/* Quote posts */
.special-content .quote-block .quote blockquote {
  margin: 0;
  font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
  font-size: 20px;
  line-height: 1.4em;
  font-weight: normal;
  font-style: italic;
  font-family-array: ;
  font-weight-array: ;
  font-style-array: ;
  line-height-array: ;
  font-size-array: ;
  padding: 0;
}
.special-content .quote-block .quote blockquote span:first-child {
  margin: 0 0 0 -0.3em;
}
.special-content .sqs-block.quote-block .sqs-block-content .source {
  font-size: 18px;
  margin: 25px 0 0;
  line-height: 1.4;
  color: #808080;
  padding: 0;
  text-align: center;
}
/*  COMMENTS  */
.collection-type-blog .comments-wrapper {
  padding: 10px 0;
  margin: 120px 20% 0;
  clear: both;
  text-align: left;
  border-top: solid 1px #333333;
}
.collection-type-blog .comments-wrapper .controls {
  font-size: 1em;
}
/* Border Line Tweak */
.border-style-dotted #header {
  border-bottom: dotted 1px #333333;
}
.border-style-dotted #topNav #nav .main-nav ul li.folder ul {
  border-bottom: dotted 1px #333333;
}
.border-style-dotted #topNav,
.border-style-dotted #topNavGhost {
  border-bottom: dotted 1px #333333;
}
.border-style-dotted #pageFooter {
  border-top: dotted 1px #333333;
}
.border-style-dotted.collection-type-blog article hr.short-line {
  border-bottom: dotted 1px #333333;
}
.border-style-dotted.collection-type-blog .comments-wrapper {
  border-top: dotted 1px #333333;
}
.border-style-dotted .special-content .image-block .image-block-outer-wrapper.layout-caption-below .image-caption-wrapper:after {
  content: "";
  width: 125px;
  margin: 20px auto 15px;
  border-bottom: dotted 1px #333333;
  display: block;
  opacity: 0.5;
}
.border-style-none #header {
  border-bottom: none;
}
.border-style-none #topNav #nav .main-nav ul li.folder ul {
  border-bottom-width: 0;
}
.border-style-none #topNav,
.border-style-none #topNavGhost {
  border-bottom: none;
}
.border-style-none #pageFooter {
  border-top: none;
}
.border-style-none.collection-type-blog article hr.short-line {
  border-bottom: none;
}
.border-style-none.collection-type-blog .comments-wrapper {
  border-top: none;
}
.border-style-none .special-content .image-block .image-block-outer-wrapper.layout-caption-below .image-caption-wrapper:after {
  border-bottom: none;
}
/*  ICOMOON SOCIAL FONT */
@font-face {
  font-family: 'social-icon-font';
  src: url('universal/fonts/social-icon-font.eot');
  src: url('universal/fonts/social-icon-font.eot#iefix') format('embedded-opentype'), url('universal/fonts/social-icon-font.svg') format('svg'), url('universal/fonts/social-icon-font.woff') format('woff'), url('universal/fonts/social-icon-font.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'social-icon-font';
  content: attr(data-icon);
  speak: none;
}
/* Use the following CSS code if you want to have a class per icon */
[class^="social-"]:before,
[class*=" social-"]:before {
  font-family: 'social-icon-font';
  font-style: normal;
  speak: none;
}
.social-smugmug:before {
  content: "\e000";
}
.social-icon-style-square .social-smugmug:before {
  content: "\e001";
}
.social-icon-style-round .social-smugmug:before {
  content: "\e002";
}
.social-dribbble:before {
  content: "\e003";
}
.social-icon-style-square .social-dribbble:before {
  content: "\e004";
}
.social-icon-style-round .social-dribbble:before {
  content: "\e005";
}
.social-youtube:before {
  content: "\e006";
}
.social-icon-style-square .social-youtube:before {
  content: "\e007";
}
.social-icon-style-round .social-youtube:before {
  content: "\e008";
}
.social-vimeo:before {
  content: "\e009";
}
.social-icon-style-square .social-vimeo:before {
  content: "\e00a";
}
.social-icon-style-round .social-vimeo:before {
  content: "\e00b";
}
.social-twitter:before {
  content: "\e00c";
}
.social-icon-style-square .social-twitter:before {
  content: "\e00d";
}
.social-icon-style-round .social-twitter:before {
  content: "\e00e";
}
.social-tumblr:before {
  content: "\e00f";
}
.social-icon-style-square .social-tumblr:before {
  content: "\e010";
}
.social-icon-style-round .social-tumblr:before {
  content: "\e011";
}
.social-pinterest:before {
  content: "\e012";
}
.social-icon-style-square .social-pinterest:before {
  content: "\e013";
}
.social-icon-style-round .social-pinterest:before {
  content: "\e014";
}
.social-linkedin:before {
  content: "\e015";
}
.social-icon-style-square .social-linkedin:before {
  content: "\e016";
}
.social-icon-style-round .social-linkedin:before {
  content: "\e017";
}
.social-instagram:before {
  content: "\e018";
}
.social-icon-style-square .social-instagram:before {
  content: "\e019";
}
.social-icon-style-round .social-instagram:before {
  content: "\e01a";
}
.social-google:before {
  content: "\e01b";
}
.social-icon-style-square .social-google:before {
  content: "\e01c";
}
.social-icon-style-round .social-google:before {
  content: "\e01d";
}
.social-foursquare:before {
  content: "\e01e";
}
.social-icon-style-square .social-foursquare:before {
  content: "\e01f";
}
.social-icon-style-round .social-foursquare:before {
  content: "\e020";
}
.social-flickr:before {
  content: "\e021";
}
.social-icon-style-square .social-flickr:before {
  content: "\e022";
}
.social-icon-style-round .social-flickr:before {
  content: "\e023";
}
.social-facebook:before {
  content: "\e024";
}
.social-icon-style-square .social-facebook:before {
  content: "\e025";
}
.social-icon-style-round .social-facebook:before {
  content: "\e026";
}
.social-fivehundredpix:before {
  content: "\e027";
}
.social-icon-style-square .social-fivehundredpix:before {
  content: "\e028";
}
.social-icon-style-round .social-fivehundredpix:before {
  content: "\e029";
}
.social-stumbleupon:before {
  content: "\e02a";
}
.social-icon-style-square .social-stumbleupon:before {
  content: "\e02b";
}
.social-icon-style-round .social-stumbleupon:before {
  content: "\e02c";
}
.social-blogger:before {
  content: "\e02d";
}
.social-icon-style-square .social-blogger:before {
  content: "\e02e";
}
.social-icon-style-round .social-blogger:before {
  content: "\e02f";
}
.social-reddit:before {
  content: "\e030";
}
.social-icon-style-square .social-reddit:before {
  content: "\e031";
}
.social-icon-style-round .social-reddit:before {
  content: "\e032";
}
.social-share:before {
  content: "\e033";
}
.social-heart:before {
  content: "\e034";
}
.social-heart-outline:before {
  content: "\e035";
}
.social-email:before {
  content: "\e036";
}
.social-icon-style-square .social-email:before {
  content: "\e037";
}
.social-icon-style-round .social-email:before {
  content: "\e038";
}
#sqs-header-social,
#sqs-header-social-ghost {
  display: none;
}
.show-social-icons #sqs-header-social,
.show-social-icons #sqs-header-social-ghost {
  float: left;
  width: 20%;
  z-index: 100;
  margin: 0 0 -10px;
  display: block;
}
.show-social-icons #sqs-header-social a,
.show-social-icons #sqs-header-social-ghost a {
  display: block;
  width: 20px;
  height: 20px;
  float: left;
  margin: 0 6px 6px 0;
  color: #444444;
  text-decoration: none;
}
.show-social-icons #sqs-header-social a:before,
.show-social-icons #sqs-header-social-ghost a:before {
  font-size: 20px;
}
.show-social-icons #sqs-header-social a:hover,
.show-social-icons #sqs-header-social-ghost a:hover {
  color: #979898;
}
/*  ICOMOON ARROW FONT */
@font-face {
  font-family: 'ArrowsFont';
  src: url('assets/ArrowsFont.eot');
  src: url('assets/ArrowsFont.eot#iefix') format('embedded-opentype'), url('assets/ArrowsFont.svg') format('svg'), url('assets/ArrowsFont.woff') format('woff'), url('assets/ArrowsFont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'ArrowsFont';
  content: attr(data-icon);
  speak: none;
}
/*  FLOAT FIXIN'  */
#header:after,
#page:after,
#footer:after,
.main-nav:after,
nav.pagination:after,
article.hentry:after,
#sqs-header-social:after,
.comment-share-like:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
*:first-child + html #header,
*:first-child + html #page,
*:first-child + html #footer,
*:first-child + html .main-nav,
*:first-child + html nav.pagination,
*:first-child + html #sqs-footer-social,
*:first-child + html article.hentry,
*:first-child + html #sqs-header-social {
  zoom: 1;
}
/* IE7 */
/*  MOBILE (tablet, portrait)  */
@media only screen and (max-width: 800px) {
  .sqs-layout .row {
    display: block;
  }
  .sqs-layout .col {
    float: none !important;
    width: auto !important;
  }
  #canvasWrapper {
    padding: 0 20px;
  }
  #contentWrapper {
    padding: 70px 0 0;
  }
  .nav-position-fixed #navWrapper,
  .nav-position-fixed #navWrapperGhost {
    margin: 0 20px;
  }
  #navWrapper,
  #navWrapperGhost {
    margin: 0;
  }
  #topNav,
  #topNavGhost {
    padding-bottom: 10px;
  }
  #topNav .main-nav,
  #topNavGhost .main-nav {
    margin-top: 15px;
  }
  .nav-position-fixed #topNav,
  .nav-position-fixed #topNavGhost {
    padding-bottom: 10px;
  }
  .nav-position-fixed #topNav .main-nav,
  .nav-position-fixed #topNavGhost .main-nav {
    margin-top: 15px;
  }
  /* Blog */
  .collection-type-blog article .entry-content {
    margin: 0 10%;
  }
  .collection-type-blog .comments-wrapper {
    margin: 120px 10% 0;
  }
  .collection-type-blog article footer {
    margin: 0 10%;
  }
  /* Pagination */
  nav.pagination {
    margin: 30px 10%;
  }
  /* Comments */
  .special-content .image-block .image-caption {
    width: 70%;
  }
}
/*  MOBILE (phone)  */
@media only screen and (max-width: 640px) {
  .logo.site-title {
    font-size: 31.5px;
    letter-spacing: 0;
  }
  #canvasWrapper {
    padding: 0 20px;
  }
  #contentWrapper {
    padding: 10px 0 0;
  }
  /* Blog */
  .collection-type-blog article .entry-content {
    margin: 0;
  }
  .special-content .image-block .image-caption {
    font-size: 12.6px;
    padding: 15px;
    margin-top: -15px;
  }
  /* Pagination */
  nav.pagination {
    margin: 30px 35px;
  }
  /* Comments */
  .collection-type-blog .comments-wrapper {
    margin: 120px 0 0;
  }
  .collection-type-blog article footer {
    margin: 0;
  }
  .nav-position-fixed #topNav {
    position: relative;
    overflow: hidden;
  }
  #topNav {
    position: relative;
    overflow: hidden;
  }
  #topNav .main-nav {
    width: 100%;
    margin: 15px auto 0;
  }
  #topNav .main-nav ul {
    font-size: 14px;
  }
  #topNav .main-nav ul li {
    display: block;
    margin: 0 0 20px 0;
    font-size: 14px;
  }
  #topNav .main-nav ul li:after {
    content: '';
    padding-left: 0;
  }
  #topNav .main-nav ul li.folder .subnav {
    top: 0;
    left: 0;
    position: relative;
    height: auto !important;
    background-color: transparent;
    margin-left: 0;
    max-width: 100%;
  }
  #topNav .main-nav ul li.folder ul {
    padding: 0;
    border-bottom-width: 0;
    margin: 5px 0 8px;
  }
  #topNav .main-nav ul li.folder ul li {
    margin: 10px 0 0;
    display: block;
    font-size: 12px;
  }
  #topNav .sqs-search-ui-button .title {
    display: none;
  }
  #topNav #nav {
    position: relative;
    height: 0;
    left: -670px;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    -moz-transition: all .5s linear;
    transition: all .5s linear;
    background-color: #ffffff;
    overflow: hidden;
  }
  #topNav #mobile-show-nav {
    display: block;
    padding-top: 20px;
    width: 20%;
    float: right;
  }
  #topNav #nav:target {
    position: relative;
    left: 0;
    height: auto;
  }
  #topNav #nav:target + #mobile-show-nav {
    display: none;
  }
  #topNav #nav:target #mobile-close-nav {
    display: block;
    padding-top: 20px;
  }
  #topNav #sqs-header-social {
    display: none;
  }
  #topNav #sqs-header-social:target {
    display: none;
  }
  #topNav #sqs-header-social:target + #mobile-show-social {
    display: none;
  }
  .nav-position-fixed #topNavGhost,
  #topNavGhost {
    display: none;
  }
  .nav-position-fixed #navWrapper,
  #navWrapper {
    margin: 0;
    position: relative;
  }
  #pageFooter {
    margin: 60px 0 0;
  }
  .show-social-icons #topNav #mobile-show-social {
    display: block;
  }
  .show-social-icons #topNav #sqs-header-social {
    position: relative;
    height: 0;
    left: -670px;
    overflow: hidden;
    display: block;
  }
  .show-social-icons #topNav #sqs-header-social:target {
    position: relative;
    left: 0;
    height: auto;
    width: 55%;
    z-index: 100;
    margin: 0;
    padding: 20px 0 0;
  }
  .show-social-icons #topNav #sqs-header-social:target a {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 6px 6px 0;
    color: #444444;
  }
  .show-social-icons #topNav #sqs-header-social:target a:before {
    font-size: 20px;
  }
  .show-social-icons #topNav #sqs-header-social:target a:hover {
    color: #000000;
  }
}
/*  EXTRAS - mostly overridding system styles... trying out what works  */
/* Twitter */
.twitter-block .tweet time.tweet-timestamp a {
  font-size: 14px;
}
/* Forms */
#page .form-wrapper .field-list .field {
  margin-bottom: 2em;
}
#page .form-wrapper .field-list .field .field-element {
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
}
#page .form-wrapper .field-list .title {
  font-size: 1em;
}
#page .form-wrapper .field-list .caption {
  font-size: 0.8em;
}
/* makes room for the tweakbar on the left side, if you have any position:fixed elements */
.sqs-style-mode.nav-position-fixed #navWrapper {
  left: 220px;
}
#navWrapper {
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  -moz-transition: all .5s linear;
  transition: all .5s linear;
}
.site-title-font {
  font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
  font-size: 42px;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: normal;
  font-style: normal;
  font-family-array: ;
  font-weight-array: ;
  font-style-array: ;
  line-height-array: ;
  text-transform-array: ;
  letter-spacing-array: ;
  font-size-array: ;
}
.site-subtitle-font {
  font-family: 'Gill Sans', Verdana, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal;
  font-style: normal;
  font-family-array: ;
  font-weight-array: ;
  font-style-array: ;
  line-height-array: ;
  text-transform-array: ;
  letter-spacing-array: ;
  font-size-array: ;
}
.nav-font {
  font-family: 'Gill Sans', Verdana, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 1.4em;
  text-transform: uppercase;
  font-weight: normal;
  font-style: normal;
  font-family-array: ;
  font-weight-array: ;
  font-style-array: ;
  line-height-array: ;
  text-transform-array: ;
  font-size-array: ;
}
.entry-title-font {
  font-family: 'Gill Sans', Verdana, Helvetica, sans-serif;
  font-size: 21px;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal;
  font-style: normal;
  font-family-array: ;
  font-weight-array: ;
  font-style-array: ;
  text-transform-array: ;
  line-height-array: ;
  letter-spacing-array: ;
  font-size-array: ;
}
.heading-font {
  font-family: 'Gill Sans', Verdana, Helvetica, sans-serif;
  font-size: 21px;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal;
  font-style: normal;
  font-family-array: ;
  font-weight-array: ;
  font-style-array: ;
  line-height-array: ;
  text-transform-array: ;
  letter-spacing-array: ;
  font-size-array: ;
}
.body-font {
  font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: normal;
  font-style: normal;
  font-family-array: ;
  font-weight-array: ;
  font-style-array: ;
  line-height-array: ;
  font-size-array: ;
}
.quote-font {
  font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif;
  font-size: 20px;
  line-height: 1.4em;
  font-weight: normal;
  font-style: italic;
  font-family-array: ;
  font-weight-array: ;
  font-style-array: ;
  line-height-array: ;
  font-size-array: ;
}
.post-date {
  font-family: 'Gill Sans', Verdana, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.4em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: normal;
  font-style: normal;
  font-family-array: ;
  font-weight-array: ;
  font-style-array: ;
  line-height-array: ;
  text-transform-array: ;
  letter-spacing-array: ;
  font-size-array: ;
}
.csl-font {
  font-family: 'Gill Sans', Verdana, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.4em;
  text-transform: uppercase;
  font-weight: normal;
  font-style: normal;
  font-family-array: ;
  font-weight-array: ;
  font-style-array: ;
  line-height-array: ;
  text-transform-array: ;
  font-size-array: ;
}
.body-link {
  text-decoration: none;
  text-decoration-array: ;
}