/* 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;
}
form#booking_form {
	width: 460px;
}
form#booking_form fieldset {
	clear: both;
}
form#booking_form fieldset div {
	float: left;
	margin-right: 2em;
}
form#booking_form label,
form#contact_form label {
	clear: both;
	display: block;
	margin: 0.6em 0 0;
}
form#booking_form input[type="text"],
form#contact_form input[type="text"],
form#signup_form input[type="text"] {
	padding: 6px;
	margin: 0.2em 0 0;
	border-radius: 4px;
	border: 1px solid #CCC;
	border-top-color: #BBB;	
	width: 100%;
}
form#booking_form select {
	width: 200px;
}
form#booking_form button {
display: block;
background: #272727;
color: white;
border: none;
margin-top: 6px;
padding: 10px 20px;
-moz-border-radius: 2px;
border-radius: 2px;
cursor: pointer;	
}
/* 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(/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;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.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 > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.sqs-gallery-block-slideshow .slide:hover .meta {
  opacity: 1;
}
.sqs-gallery-block-slideshow .meta {
  position: absolute;
  opacity: 0;
  color: white;
  background-color: #111;
  background-color: rgba(0, 0, 0, 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 .meta .meta-title,
.sqs-gallery-block-slideshow .meta p {
  color: inherit;
}
.sqs-gallery-block-slideshow .meta .meta-title {
  margin-bottom: 0.5em;
}
.sqs-gallery-block-slideshow .meta *:first-child {
  margin-top: 0;
}
.sqs-gallery-block-slideshow .meta *:last-child {
  margin-bottom: 0;
}
.sqs-gallery-block-slideshow .meta-inside {
  padding: 40px;
}
.sqs-gallery-block-slideshow .meta a,
.sqs-gallery-block-slideshow .meta a:hover {
  color: #fff;
}
.sqs-gallery-block-slideshow .slide.loaded .meta {
  opacity: 1;
}
.sqs-gallery-block-slideshow.sqs-gallery-block-meta-hover .meta {
  opacity: 0 !important;
}
.sqs-gallery-block-slideshow.sqs-gallery-block-meta-hover .slide:hover .meta {
  opacity: 1 !important;
}
.sqs-gallery-block-slideshow .meta {
  display: none;
}
.sqs-gallery-block-slideshow.sqs-gallery-block-show-meta .meta {
  display: block;
}
.sqs-gallery-block-slideshow.sqs-gallery-block-meta-position-top .meta,
.sqs-gallery-block-slideshow.sqs-gallery-block-meta-position-top-left .meta,
.sqs-gallery-block-slideshow.sqs-gallery-block-meta-position-top-right .meta {
  top: 0px;
}
.sqs-gallery-block-slideshow.sqs-gallery-block-meta-position-top-left .meta,
.sqs-gallery-block-slideshow.sqs-gallery-block-meta-position-top-right .meta {
  max-width: 50%;
  margin: 20px;
}
.sqs-gallery-block-slideshow.sqs-gallery-block-meta-position-center .meta {
  max-width: 50%;
  top: 50%;
  left: 50%;
  text-align: center;
}
.sqs-gallery-block-slideshow.sqs-gallery-block-meta-position-bottom .meta,
.sqs-gallery-block-slideshow.sqs-gallery-block-meta-position-bottom-left .meta,
.sqs-gallery-block-slideshow.sqs-gallery-block-meta-position-bottom-right .meta {
  bottom: 0px;
}
.sqs-gallery-block-slideshow.sqs-gallery-block-meta-position-bottom-left .meta,
.sqs-gallery-block-slideshow.sqs-gallery-block-meta-position-bottom-right .meta {
  max-width: 50%;
  margin: 20px;
}
.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: 12.5px;
  padding-right: 12.5px;
}
[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: -12.5px;
  margin-right: -12.5px;
}
/* ---------- grid-vertical.less ---------- */
.sqs-layout .sqs-row [class*=sqs-col-] .sqs-block {
  padding-bottom: 25px;
}
body.squarespace-config .sqs-layout .sqs-row [class*=sqs-col-] .sqs-block {
  padding-top: 12.5px;
  padding-bottom: 12.5px;
}
/* ---------- 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-collection-title {
  display: none;
}
.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;
  padding-bottom: 12px;
  border-bottom: 1px dashed #ccc;
}
.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: #000;
}
.cm-quote {
  color: #900;
}
.cm-hr {
  color: #999;
}
.cm-link {
  color: #00c;
}
.dark .cm-comment {
  color: #75715e;
}
.dark .cm-atom {
  color: #ae81ff;
}
.dark .cm-number {
  color: #ae81ff;
}
.dark .cm-property,
.dark .cm-attribute {
  color: #a6e22e;
}
.dark .cm-keyword {
  color: #f92672;
}
.dark .cm-string {
  color: #e6db74;
}
.dark .cm-variable-2 {
  color: #9effff;
}
.dark .cm-def {
  color: #fd971f;
}
.dark .cm-error {
  background: #f92672;
  color: #f8f8f0;
}
.dark .cm-bracket {
  color: #f8f8f2;
}
.dark .cm-tag {
  color: #f92672;
}
.dark .cm-link {
  color: #ae81ff;
}
/* Backwards Compatibility (for imported content) */
/* Tumblr */
.sqs-layout .html-block.sqs-block img[align=left] {
  margin-right: 25px;
}
.sqs-layout .html-block.sqs-block img[align=right] {
  margin-left: 25px;
}
.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: 25px;
}
.sqs-layout .html-block.sqs-block .full-image-float-right,
.sqs-layout .html-block.sqs-block .thumbnail-image-float-right {
  float: right;
  margin-left: 25px;
}
.sqs-layout .html-block.sqs-block .full-image-block {
  display: block;
  margin-bottom: 25px;
}
.sqs-layout .html-block.sqs-block .thumbnail-caption {
  display: block;
}
/* Wordpress */
.sqs-layout .html-block.sqs-block .entry-content img {
  margin: 0 0 25px 0;
}
.sqs-layout .html-block.sqs-block .alignleft,
.sqs-layout .html-block.sqs-block img.alignleft {
  margin-right: 25px;
  display: inline;
  float: left;
}
.sqs-layout .html-block.sqs-block .alignright,
.sqs-layout .html-block.sqs-block img.alignright {
  margin-left: 25px;
  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: 25px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
.sqs-layout .html-block.sqs-block blockquote.right {
  margin-left: 25px;
  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 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: 12.5px;
}
.sqs-block.float-right,
.sqs-block.sqs-float-right {
  float: right;
  margin-left: 12.5px;
}
.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: 25px;
}
.sqs-block.vsize-2 .sqs-block-content {
  height: 50px;
}
.sqs-block.vsize-3 .sqs-block-content {
  height: 75px;
}
.sqs-block.vsize-4 .sqs-block-content {
  height: 100px;
}
.sqs-block.vsize-5 .sqs-block-content {
  height: 125px;
}
.sqs-block.vsize-6 .sqs-block-content {
  height: 150px;
}
.sqs-block.vsize-7 .sqs-block-content {
  height: 175px;
}
.sqs-block.vsize-8 .sqs-block-content {
  height: 200px;
}
.sqs-block.vsize-9 .sqs-block-content {
  height: 225px;
}
.sqs-block.vsize-10 .sqs-block-content {
  height: 250px;
}
.sqs-block.vsize-11 .sqs-block-content {
  height: 275px;
}
.sqs-block.vsize-12 .sqs-block-content {
  height: 300px;
}
.sqs-block.vsize-13 .sqs-block-content {
  height: 325px;
}
.sqs-block.vsize-14 .sqs-block-content {
  height: 350px;
}
.sqs-block.vsize-15 .sqs-block-content {
  height: 375px;
}
.sqs-block.vsize-16 .sqs-block-content {
  height: 400px;
}
.sqs-block.vsize-17 .sqs-block-content {
  height: 425px;
}
.sqs-block.vsize-18 .sqs-block-content {
  height: 450px;
}
.sqs-block.vsize-19 .sqs-block-content {
  height: 475px;
}
.sqs-block.vsize-20 .sqs-block-content {
  height: 500px;
}
.sqs-block.vsize-21 .sqs-block-content {
  height: 525px;
}
.sqs-block.vsize-22 .sqs-block-content {
  height: 550px;
}
.sqs-block.vsize-23 .sqs-block-content {
  height: 575px;
}
.sqs-block.vsize-24 .sqs-block-content {
  height: 600px;
}
.sqs-block.vsize-25 .sqs-block-content {
  height: 625px;
}
.sqs-block.vsize-26 .sqs-block-content {
  height: 650px;
}
.sqs-block.vsize-27 .sqs-block-content {
  height: 675px;
}
.sqs-block.vsize-28 .sqs-block-content {
  height: 700px;
}
.sqs-block.vsize-29 .sqs-block-content {
  height: 725px;
}
.sqs-block.vsize-30 .sqs-block-content {
  height: 750px;
}
.sqs-block.image-block .sqs-block-content {
  height: auto;
}
.sqs-block.vsize-1.image-block .image-block-wrapper {
  height: 25px;
}
.sqs-block.vsize-2.image-block .image-block-wrapper {
  height: 50px;
}
.sqs-block.vsize-3.image-block .image-block-wrapper {
  height: 75px;
}
.sqs-block.vsize-4.image-block .image-block-wrapper {
  height: 100px;
}
.sqs-block.vsize-5.image-block .image-block-wrapper {
  height: 125px;
}
.sqs-block.vsize-6.image-block .image-block-wrapper {
  height: 150px;
}
.sqs-block.vsize-7.image-block .image-block-wrapper {
  height: 175px;
}
.sqs-block.vsize-8.image-block .image-block-wrapper {
  height: 200px;
}
.sqs-block.vsize-9.image-block .image-block-wrapper {
  height: 225px;
}
.sqs-block.vsize-10.image-block .image-block-wrapper {
  height: 250px;
}
.sqs-block.vsize-11.image-block .image-block-wrapper {
  height: 275px;
}
.sqs-block.vsize-12.image-block .image-block-wrapper {
  height: 300px;
}
.sqs-block.vsize-13.image-block .image-block-wrapper {
  height: 325px;
}
.sqs-block.vsize-14.image-block .image-block-wrapper {
  height: 350px;
}
.sqs-block.vsize-15.image-block .image-block-wrapper {
  height: 375px;
}
.sqs-block.vsize-16.image-block .image-block-wrapper {
  height: 400px;
}
.sqs-block.vsize-17.image-block .image-block-wrapper {
  height: 425px;
}
.sqs-block.vsize-18.image-block .image-block-wrapper {
  height: 450px;
}
.sqs-block.vsize-19.image-block .image-block-wrapper {
  height: 475px;
}
.sqs-block.vsize-20.image-block .image-block-wrapper {
  height: 500px;
}
.sqs-block.vsize-21.image-block .image-block-wrapper {
  height: 525px;
}
.sqs-block.vsize-22.image-block .image-block-wrapper {
  height: 550px;
}
.sqs-block.vsize-23.image-block .image-block-wrapper {
  height: 575px;
}
.sqs-block.vsize-24.image-block .image-block-wrapper {
  height: 600px;
}
.sqs-block.vsize-25.image-block .image-block-wrapper {
  height: 625px;
}
.sqs-block.vsize-26.image-block .image-block-wrapper {
  height: 650px;
}
.sqs-block.vsize-27.image-block .image-block-wrapper {
  height: 675px;
}
.sqs-block.vsize-28.image-block .image-block-wrapper {
  height: 700px;
}
.sqs-block.vsize-29.image-block .image-block-wrapper {
  height: 725px;
}
.sqs-block.vsize-30.image-block .image-block-wrapper {
  height: 750px;
}
.text-align-center {
  text-align: center;
}
.text-align-right {
  text-align: right;
}
.columns-1 [class*=sqs-col-] {
  width: 100% !important;
}
/*  Font Awesome
    the iconic font designed for use with Twitter Bootstrap
    -------------------------------------------------------
    The full suite of pictographic icons, examples, and documentation
    can be found at: http://fortawesome.github.com/Font-Awesome/

    License
    -------------------------------------------------------
    The Font Awesome webfont, CSS, and LESS files are licensed under CC BY 3.0:
    http://creativecommons.org/licenses/by/3.0/ A mention of
    'Font Awesome - http://fortawesome.github.com/Font-Awesome' in human-readable
    source code is considered acceptable attribution (most common on the web).
    If human readable source code is not available to the end user, a mention in
    an 'About' or 'Credits' screen is considered acceptable (most common in desktop
    or mobile software).

    Contact
    -------------------------------------------------------
    Email: dave@davegandy.com
    Twitter: http://twitter.com/fortaweso_me
    Work: http://lemonwi.se co-founder

    */
@font-face {
  font-family: 'FontAwesome';
  src: url('/assets/fontawesome-webfont.eot');
  src: url('/assets/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/fontawesome-webfont.woff') format('woff'), url('/assets/fontawesome-webfont.ttf') format('truetype'), url('/assets/fontawesome-webfont.svgz#FontAwesomeRegular') format('svg'), url('/assets/fontawesome-webfont.svg#FontAwesomeRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
}
li[class^="icon-"],
li[class*=" icon-"] {
  display: block;
}
/*  Font Awesome styles
    ------------------------------------------------------- */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block;
  text-decoration: inherit;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: top;
  font-size: 1.3333333333333333em;
}
.btn [class^="icon-"],
.btn [class*=" icon-"] {
  /* keeps button heights with and without icons the same */

  line-height: .9em;
}
li [class^="icon-"],
li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
li .icon-large[class^="icon-"],
li .icon-large[class*=" icon-"] {
  /* 1.5 increased font size for icon-large * 1.25 width */

  width: 1.875em;
}
li[class^="icon-"],
li[class*=" icon-"] {
  margin-left: 0;
  list-style-type: none;
}
li[class^="icon-"]:before,
li[class*=" icon-"]:before {
  text-indent: -2em;
  text-align: center;
}
li[class^="icon-"].icon-large:before,
li[class*=" icon-"].icon-large:before {
  text-indent: -1.3333333333333333em;
}
/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-repeat:before {
  content: "\f01e";
}
/* \f020 is not a valid unicode character. all shifted one down */
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up:before {
  content: "\f087";
}
.icon-thumbs-down:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
/* presets: [

  { "title": "Particle Light",
  
    "settings": [
    
      { "title": "Site Background", "value": "#F9F9F9" },
      { "title": "Header Background", "value": "#000000" },
      { "title": "Header Text Color", "value": "#666666" },
      { "title": "Header Link Color", "value": "#FCFCFC" },
      { "title": "Body Text Color", "value": "#999999" },
      { "title": "Body Link Color", "value": "#111111" },
      { "title": "Headings Color", "value": "#111111" },
      { "title": "Highlight Background", "value": "#FFFFFF" },
      { "title": "Highlight Title Color", "value": "#111111" },
      { "title": "Highlight Text Color", "value": "#666666" },
      { "title": "Highlight Link Color", "value": "#111111" },
      { "title": "Footer Background", "value": "#EFEFEF" },
      { "title": "Footer Text Color", "value": "#999999" },
      { "title": "Footer Link Color", "value": "#111111" },
      
      { "title": "Site Title", "value": "font-family: Georgia, Times, 'Times New Roman', serif; font-weight:normal; font-style:italic; letter-spacing:1px; line-height: 1.5em; " },
      { "title": "Site Title Size", "value": "20px" },
      { "title": "Headings", "value": "font-family: Georgia, Times, 'Times New Roman', serif; font-weight:normal; font-style:italic; letter-spacing:1px; line-height: 1.5em; " },
      { "title": "Headings Size", "value": "36px" },
      { "title": "Body Text", "value": "font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif; font-weight:normal; font-style:normal; line-height: 1.7em; " },
      { "title": "Body Text Size", "value": "14px" },
      { "title": "Navigation", "value": "font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif; font-weight:normal; font-style:italic; line-height: 1.6em; " },
      { "title": "Navigation Size", "value": "14px" },
      { "title": "Quotes", "value": "font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif; font-weight:normal; font-style:italic; line-height: 1.5em;" },
      { "title": "Quotes Size", "value": "21px" },
      
      { "title": "Site Width (Max)", "value": "960px" },
      { "title": "Site Title (Logo) Width", "value": "100px" },
      { "title": "Blog Item Offset Width", "value": "150px" },
      { "title": "Vertical Spacing", "value": "25px" },
      { "title": "Horizontal Spacing", "value": "25px" },
      
      { "title": "Site Alignment", "value": "Center" },
      { "title": "Navigation Style", "value": "Inline" },
      { "title": "Header Position", "value": "Fixed Bottom" },
      { "title": "Blog Item Info", "value": "Offset" },
      { "title": "Blog Item Weight", "value": "Right" },
      { "title": "Blog Item Border Style", "value": "Dashed" },
      { "title": "Footer Display", "value": "Off" }
      
    ]
  },
  
  { "title": "Particle Dark",
  
    "settings": [
    
      { "title": "Site Background", "value": "#2B2B2B" },
      { "title": "Header Background", "value": "#000000" },
      { "title": "Header Text Color", "value": "#666666" },
      { "title": "Header Link Color", "value": "#EFEFEF" },
      { "title": "Body Text Color", "value": "#666666" },
      { "title": "Body Link Color", "value": "#BABABA" },
      { "title": "Headings Color", "value": "#F1F1F1" },
      { "title": "Highlight Background", "value": "#252525" },
      { "title": "Highlight Title Color", "value": "#EFEFEF" },
      { "title": "Highlight Text Color", "value": "#707070" },
      { "title": "Highlight Link Color", "value": "#595959" },
      { "title": "Footer Background", "value": "#121212" },
      { "title": "Footer Text Color", "value": "#666666" },
      { "title": "Footer Link Color", "value": "#EEEEEE" },
      
      { "title": "Site Title", "value": "font-family: Georgia, Times, 'Times New Roman', serif; line-height:1.5em; font-weight:normal; font-style:italic; letter-spacing:1px; " },
      { "title": "Site Title Size", "value": "20px" },
      { "title": "Headings", "value": "font-family: Georgia, Times, 'Times New Roman', serif; line-height:1.5em; font-weight:normal; font-style:italic; letter-spacing:1px; " },
      { "title": "Headings Size", "value": "36px" },
      { "title": "Body Text", "value": "font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif; line-height:1.7em; font-weight:normal; font-style:normal; " },
      { "title": "Body Text Size", "value": "14px" },
      { "title": "Navigation", "value": "font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif; line-height:1.6em; font-weight:normal; font-style:italic; " },
      { "title": "Navigation Size", "value": "14px" },
      { "title": "Quotes", "value": "font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif; line-height:1.5em; font-weight:normal; font-style:italic; " },
      { "title": "Quotes Size", "value": "21px" },
      
      { "title": "Site Width (Max)", "value": "960px" },
      { "title": "Site Title (Logo) Width", "value": "100px" },
      { "title": "Blog Item Offset Width", "value": "150px" },
      { "title": "Vertical Spacing", "value": "25px" },
      { "title": "Horizontal Spacing", "value": "25px" },
      
      { "title": "Site Alignment", "value": "Center" },
      { "title": "Navigation Style", "value": "Inline" },
      { "title": "Header Position", "value": "Fixed Bottom" },
      { "title": "Blog Item Info", "value": "Offset" },
      { "title": "Blog Item Weight", "value": "Right" },
      { "title": "Blog Item Border Style", "value": "Dashed" },
      { "title": "Footer Display", "value": "Off" }
      
    ]
    
  },
  
  { "title": "Ocean Front",
  
    "settings": [
    
      { "title": "Site Background", "value": "#FFFEF5" },
      { "title": "Header Background", "value": "#4D6366" },
      { "title": "Header Text Color", "value": "#A9B2B1" },
      { "title": "Header Link Color", "value": "#FFFEF5" },
      { "title": "Body Text Color", "value": "#999999" },
      { "title": "Body Link Color", "value": "#111111" },
      { "title": "Headings Color", "value": "#111111" },
      { "title": "Highlight Background", "value": "#FFFEF5" },
      { "title": "Highlight Title Color", "value": "#4D6366" },
      { "title": "Highlight Text Color", "value": "#4D6366" },
      { "title": "Highlight Link Color", "value": "#4D6366" },
      { "title": "Footer Background", "value": "#FFFEF5" },
      { "title": "Footer Text Color", "value": "#999999" },
      { "title": "Footer Link Color", "value": "#4D6366" },
      
      { "title": "Site Title", "value": "font-family: Helvetica, Arial, sans-serif; font-weight:normal; font-style:italic; letter-spacing:0px; line-height: 1.5em; " },
      { "title": "Site Title Size", "value": "20px" },
      { "title": "Headings", "value": "font-family: Helvetica, Arial, sans-serif; font-weight:normal; font-style:normal; letter-spacing:0px; line-height: 1.5em; " },
      { "title": "Headings Size", "value": "36px" },
      { "title": "Body Text", "value": "font-family: Helvetica, Arial, sans-serif; font-weight:normal; font-style:normal; line-height: 1.7em; " },
      { "title": "Body Text Size", "value": "14px" },
      { "title": "Navigation", "value": "font-family: Helvetica, Arial, sans-serif; font-weight:normal; font-style:normal; line-height: 1.6em; " },
      { "title": "Navigation Size", "value": "14px" },
      { "title": "Quotes", "value": "font-family: Helvetica, Arial, sans-serif; font-weight:normal; font-style:italic; line-height: 1.5em;" },
      { "title": "Quotes Size", "value": "21px" },
      
      { "title": "Site Width (Max)", "value": "960px" },
      { "title": "Site Title (Logo) Width", "value": "100px" },
      { "title": "Blog Item Offset Width", "value": "150px" },
      { "title": "Vertical Spacing", "value": "25px" },
      { "title": "Horizontal Spacing", "value": "25px" },
      
      { "title": "Site Alignment", "value": "Center" },
      { "title": "Navigation Style", "value": "Inline" },
      { "title": "Header Position", "value": "Fixed Bottom" },
      { "title": "Blog Item Info", "value": "Offset" },
      { "title": "Blog Item Weight", "value": "Right" },
      { "title": "Blog Item Border Style", "value": "Dotted" },
      { "title": "Footer Display", "value": "Off" }
      
    ]
  },
  
  { "title": "Red Rock",
  
    "settings": [
    
      { "title": "Site Background", "value": "#FFFAF5" },
      { "title": "Header Background", "value": "#742F2D" },
      { "title": "Header Text Color", "value": "#BDA49B" },
      { "title": "Header Link Color", "value": "#FFFAF5" },
      { "title": "Body Text Color", "value": "#999999" },
      { "title": "Body Link Color", "value": "#45251E" },
      { "title": "Headings Color", "value": "#111111" },
      { "title": "Highlight Background", "value": "#D7C0BC" },
      { "title": "Highlight Title Color", "value": "#FFFAF5" },
      { "title": "Highlight Text Color", "value": "#636363" },
      { "title": "Highlight Link Color", "value": "#742F2D" },
      { "title": "Footer Background", "value": "#D7C0BC" },
      { "title": "Footer Text Color", "value": "#636363" },
      { "title": "Footer Link Color", "value": "#742F2D" },
      
      { "title": "Site Title", "value": "font-family: 'Playfair Display'; font-weight:normal; font-style:italic; letter-spacing:1px; line-height: 1.5em; " },
      { "title": "Site Title Size", "value": "20px" },
      { "title": "Headings", "value": "font-family: 'Playfair Display'; font-weight:normal; font-style:italic; letter-spacing:1px; line-height: 1.5em; " },
      { "title": "Headings Size", "value": "40px" },
      { "title": "Body Text", "value": "font-family: 'Palatino Linotype', Palatino, Georgia, Times, 'Times New Roman', serif; font-weight:normal; font-style:normal; line-height: 1.7em; " },
      { "title": "Body Text Size", "value": "14px" },
      { "title": "Navigation", "value": "font-family: 'Playfair Display'; font-weight:normal; font-style:italic; line-height: 1.6em; " },
      { "title": "Navigation Size", "value": "14px" },
      { "title": "Quotes", "value": "font-family: 'Playfair Display'; font-weight:normal; font-style:italic; line-height: 1.5em; " },
      { "title": "Quotes Size", "value": "21px" },
      
      { "title": "Site Width (Max)", "value": "960px" },
      { "title": "Site Title (Logo) Width", "value": "100px" },
      { "title": "Blog Item Offset Width", "value": "150px" },
      { "title": "Vertical Spacing", "value": "25px" },
      { "title": "Horizontal Spacing", "value": "25px" },
      
      { "title": "Site Alignment", "value": "Center" },
      { "title": "Navigation Style", "value": "Inline" },
      { "title": "Header Position", "value": "Fixed Bottom" },
      { "title": "Blog Item Info", "value": "Offset" },
      { "title": "Blog Item Weight", "value": "Right" },
      { "title": "Blog Item Border Style", "value": "Dotted" },
      { "title": "Footer Display", "value": "Off" }
      
    ]
    
  }

] */
.headerBgImage {
  background-image: none;
  background-position: top left;
  background-size: auto;
  background-attachment: scroll;
  background-repeat: repeat;
}
.footerBgImage {
  background-image: none;
  background-position: top left;
  background-size: auto;
  background-attachment: scroll;
  background-repeat: repeat;
}
.site-title-font {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-weight: normal;
  font-style: italic;
  letter-spacing: 1px;
  line-height: 1.5em;
}
.titles-font {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-weight: normal;
  font-style: italic;
  letter-spacing: 1px;
  line-height: 1.5em;
}
.body-font {
  font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.7em;
}
.nav-font {
  font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
  font-weight: normal;
  font-style: italic;
  line-height: 1.6em;
}
.quote-font {
  font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
  font-weight: normal;
  font-style: italic;
  line-height: 1.5em;
}
/* variables */
/* COLORS & BACKGROUNDS
***********************************************/
body {
  background-color: #fafafb;
  color: #4f4f4f;
}
body a,
body a:visited {
  color: #d42525;
  text-decoration: none;
}
body a:hover,
body .active-link a:hover {
  color: #efa4a4;
}
body .active-link a {
  color: #ffffff;
}
body h1,
body h2,
body h3,
body h4,
body .comment-count {
  color: #3c283d;
}
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: #3c283d;
}
#headerWrapper {
  background-color: rgba(104, 100, 111, 0);
  color: #666666;
  background-image: none;
  background-position: top left;
  background-repeat: repeat;
  background-image: url(images/header.jpg);
  background-position: bottom center;
  background-size: auto;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-image-array: ;
  background-position-array: ;
  background-size-array: ;
  background-attachment-array: ;
  background-repeat-array: ;
}
#headerWrapper .header a,
#headerWrapper .header a:link,
#headerWrapper .header a:visited,
#headerWrapper .header a:active {
  color: rgba(252, 252, 252, 0);
}
#headerWrapper .header a:hover {
  color: #666666;
}
#headerWrapper nav a:link,
#headerWrapper nav a:visited,
#headerWrapper h1,
#headerWrapper h2,
#headerWrapper h3 {
  color: #666666;
}
#headerWrapper nav a:hover,
#headerWrapper nav a:active,
#headerWrapper nav .active-link a {
  color: rgba(252, 252, 252, 0);
}
#headerGhost {
  display: none;
  visibility: hidden;
}
#extras {
  background: #efefef;
  color: #454545;
  background-image: none;
  background-position: top left;
  background-size: auto;
  background-attachment: scroll;
  background-repeat: repeat;
  background-image-array: ;
  background-position-array: ;
  background-size-array: ;
  background-attachment-array: ;
  background-repeat-array: ;
}
#extras a {
  color: #111111;
}
#extras a:hover {
  color: #454545;
}
/* FONTS & VERTICAL GRID
***********************************************/
body,
p,
ul,
ol,
.sqs-block.html-block p,
.sqs-block.quote-block p,
.sqs-block.html-block ul,
.sqs-block.quote-block ul,
.sqs-block.html-block ol,
.sqs-block.quote-block ol {
  font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
  font-family: "Georgia", "Palatino", "Palatino Linotype", "Times", "Times New Roman", "serif";
  line-height: 1.7em;
  font-weight: normal;
  font-style: normal;
  font-family-array: ;
  font-weight-array: ;
  font-style-array: ;
  line-height-array: ;
  font-size: 14px;
}
h1,
h2,
h3,
.sqs-block.html-block h1,
.sqs-block.quote-block h1,
.sqs-block.html-block h2,
.sqs-block.quote-block h2,
.sqs-block.html-block h3,
.sqs-block.quote-block h3 {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-family: "Georgia", "Times", "Times New Roman", "serif";
  line-height: 1.5em;
  letter-spacing: 1px;
  font-weight: normal;
  font-style: italic;
  font-family-array: ;
  font-weight-array: ;
  font-style-array: ;
  letter-spacing-array: ;
  line-height-array: ;
}
h1,
.sqs-block.html-block h1,
.sqs-block.quote-block h1 {
  font-size: 35px;
}
h2,
.sqs-block.html-block h2,
.sqs-block.quote-block h2 {
  font-size: 28px;
}
h3,
.sqs-block.html-block h3,
.sqs-block.quote-block h3 {
  font-size: 26.25px;
}
blockquote,
.sqs-block.html-block blockquote,
.sqs-block.quote-block blockquote {
  font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
  font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
  line-height: 1.5em;
  font-weight: normal;
  font-style: italic;
  font-family-array: ;
  font-weight-array: ;
  font-style-array: ;
  line-height-array: ;
  font-size: 35px;
}
.form-wrapper input[type="button"],
.form-wrapper input[type="submit"] {
  font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
  font-family: "Georgia", "Palatino", "Palatino Linotype", "Times", "Times New Roman", "serif";
  line-height: 1.7em;
  font-weight: normal;
  font-style: normal;
  font-family-array: ;
  font-weight-array: ;
  font-style-array: ;
  line-height-array: ;
}
.header nav ul li a {
  font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
  line-height: 1.6em;
  font-family: "Georgia", "Palatino", "Palatino Linotype", "Times", "Times New Roman", "serif", "font-weight:normal";
  line-height: 1em;
  font-weight: normal;
  font-style: italic;
  font-family-array: ;
  font-weight-array: ;
  font-style-array: ;
  line-height-array: ;
}
.header .site-tagline {
  line-height: 2.5em;
  font-size: 14px;
}
.header .site-tagline,
.header .site-description {
  margin-left: 102px;
}
.header .site-description h1,
.header .site-description h2,
.header .site-description h3 {
  font-size: 25px;
}
.header .site-description p,
.header .site-description li {
  font-size: 11px;
}
.header .site-description p {
  line-height: 1.9;
}
body {
  font-size: 14px;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin: 0 0 25px;
}
body h1 {
  font-size: 35px;
}
body h2,
body section h1 {
  margin: 0 0 25px;
}
body h3,
body section h2,
body section section h1,
body .comment-count {
  font-size: 28px;
}
body h4,
body section h3,
body section section h2,
body section section section h1 {
  font-size: 26.25px;
}
body p {
  margin: 0 0 25px;
}
body blockquote {
  margin: 25px 0;
}
body pre {
  margin: 25px 0;
}
body ul,
body ol,
body dl {
  margin-bottom: 25px;
}
body nav ul,
body nav ol {
  margin: 0;
}
/* NAVIGATION
************************************************/
.nav-block {
  float: right;
  width: 100%;
  text-align: right;
  margin: 0 0 0 auto;
  /* Folder, Drop Down */

}
.nav-block nav ul {
  font-size: 18px;
  width: auto;
  margin: 0;
}
.nav-block nav ul li {
  display: inline-block;
  text-align: right;
}
.nav-block nav ul li a {
  padding: 0 0.5em;
}
.nav-block nav.main-nav .folder {
  position: relative;
}
.nav-block nav.main-nav .folder .subnav {
  display: none;
}
.nav-block nav.main-nav .folder .subnav ul {
  display: block;
}
.nav-block nav.main-nav .folder .subnav li {
  display: list-item;
  float: none;
  text-align: right;
  min-width: 100%;
  line-height: normal !important;
}
.nav-block nav.main-nav .folder .subnav li a {
  display: block;
  white-space: nowrap;
  padding: 0.25em 1em;
  line-height: normal !important;
}
.nav-block nav.main-nav .folder:hover,
.nav-block nav.main-nav .folder:focus {
  background-color: rgba(142, 138, 150, 0);
}
.nav-block nav.main-nav .folder:hover .subnav,
.nav-block nav.main-nav .folder:focus .subnav {
  display: block;
  padding: 1em 0;
  position: absolute;
  bottom: 100%;
  right: 0;
  z-index: 100;
  background-color: rgba(142, 138, 150, 0);
}
.nav-block nav select {
  display: none;
}
.header-info {
  float: left;
  width: 0%;
  margin: 0 auto 0 0;
}
.pagination {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #9c9c9c;
  padding: 0;
  height: 50px;
  width: 100%;
  background: #fafafb;
}
.pagination ul {
  width: 100%;
  overflow: hidden;
}
.pagination ul li {
  width: auto;
  height: 50px;
  line-height: 50px;
  text-align: right;
  white-space: nowrap;
  display: inline-block;
}
.pagination ul li a,
.pagination ul li span {
  display: block;
}
.pagination li.current {
  text-align: left;
}
.pagination li.prev,
.pagination li.next {
  float: right;
}
.pagination li.prev {
  padding-right: 25px;
}
.pagination li.next {
  padding-left: 25px;
  border-left: 1px solid #9c9c9c;
}
/* LAYOUT (WIDTHS & PADDING)
************************************************/
#site {
  margin: 0 auto;
}
#headerWrapper {
  z-index: 1000;
  width: 100%;
}
.header {
  position: relative;
  overflow: visible;
  padding: 50px 0 25px;
}
.header,
.content-wrapper {
  max-width: 960px;
  margin: 0 auto;
}
#pageWrapper {
  margin: 0 auto;
}
#extras {
  padding: 50px 0;
}
/* logo options */
.header .logo {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  line-height: 1.5em;
  font-family: "Georgia", "Times", "Times New Roman", "serif";
  line-height: 3.7em;
  letter-spacing: 1px;
  font-weight: normal;
  font-style: normal;
  font-family-array: ;
  font-weight-array: ;
  font-style-array: ;
  letter-spacing-array: ;
  line-height-array: ;
  font-size: 8px !important;
  float: left;
}
.header .logo .placed-logo-image {
  display: none;
}
.header .logo .placed-site-title {
  display: block;
}
.header .logo a {
  display: block;
}
.header .logo.image {
  margin: 0;
}
.header .logo.image .placed-logo-image {
  display: block;
}
.header .logo.image .placed-logo-image img {
  width: 52px;
  height: auto;
}
.header .logo.image .placed-site-title {
  display: none;
}
.header .logo.site-title {
  margin: 0;
  width: 52px;
}
.header .logo.site-title .placed-logo-image {
  display: none;
}
.header .logo.site-title .placed-site-title {
  display: block;
}
/* COLLECTIONS / PAGES
***********************************************/
/* Blog */
.collection-type-blog {
  /* Post Types */

}
.collection-type-blog article {
  position: relative;
  border-top-width: 1px;
  border-top-style: dashed;
  border-top-color: #9c9c9c;
  padding: 50px 0;
}
.collection-type-blog article .special-content {
  margin-bottom: 50px;
  overflow: hidden;
}
.collection-type-blog article .post {
  overflow: hidden;
  font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
  font-family: "Georgia", "Palatino", "Palatino Linotype", "Times", "Times New Roman", "serif";
  line-height: 1.7em;
  font-weight: normal;
  font-style: normal;
  font-family-array: ;
  font-weight-array: ;
  font-style-array: ;
  line-height-array: ;
}
.collection-type-blog article .meta {
  width: 125px;
  font-size: 11px;
  position: relative;
}
.collection-type-blog article .meta span {
  display: block;
}
.collection-type-blog article figure.main-image,
.collection-type-blog article figure.main-image a {
  width: 150px;
  height: 150px;
  -moz-border-radius: 75px;
  -webkit-border-radius: 75px;
  -o-border-radius: 75px;
  border-radius: 75px;
  background-position: center center;
  overflow: hidden;
  background-size: cover;
}
.collection-type-blog article figure.main-image a {
  display: block;
  text-indent: -9999px;
}
.collection-type-blog article .back {
  background-color: #9c9c9c;
  position: absolute;
  top: 3px;
  left: -57px;
}
.collection-type-blog article .back,
.collection-type-blog article .back a {
  font-size: 14px;
  font-weight: normal;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fafafb;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  display: block;
}
.collection-type-blog article .back:hover {
  background-color: #d42525;
}
.collection-type-blog article .special-content figure {
  width: 100%;
}
.collection-type-blog article .featured-meta {
  display: hidden;
}
.collection-type-blog article .featured-meta {
  font-size: 12px;
  font-style: normal;
}
.collection-type-blog article .featured-meta span {
  display: inline-block;
  vertical-align: top;
  padding: 0 12.5px 0 0;
}
.collection-type-blog article blockquote {
  border-left: 1px solid #a3a3a3;
  padding-left: 25px;
}
.collection-type-blog article blockquote.entry-title {
  margin-top: 0;
}
.collection-type-blog article.article-index-1 {
  border-top-width: 0px;
  background-color: #fafafb;
  padding: 75px 0;
}
.collection-type-blog.view-list article .body {
  font-size: 14px;
}
.collection-type-blog.view-list article.category-highlight,
.collection-type-blog.view-list article.featured {
  background-color: #ffffff;
  color: #666666;
}
.collection-type-blog.view-list article.category-highlight h1,
.collection-type-blog.view-list article.featured h1 {
  font-size: 52.5px;
  line-height: 1.2em;
  text-transform: capitalize;
}
.collection-type-blog.view-list article.category-highlight h1.entry-title a,
.collection-type-blog.view-list article.featured h1.entry-title a {
  color: #111111;
}
.collection-type-blog.view-list article.category-highlight figure.main-image,
.collection-type-blog.view-list article.featured figure.main-image,
.collection-type-blog.view-list article.category-highlight figure.main-image a,
.collection-type-blog.view-list article.featured figure.main-image a {
  width: 300px;
  height: 300px;
  -moz-border-radius: 150px;
  -webkit-border-radius: 150px;
  -o-border-radius: 150px;
  border-radius: 150px;
}
.collection-type-blog.view-list article.category-highlight figure.main-image,
.collection-type-blog.view-list article.featured figure.main-image {
  float: left;
  margin: 0 50px 25px 0;
  display: block;
}
.collection-type-blog.view-list article.category-highlight .image-wrapper,
.collection-type-blog.view-list article.featured .image-wrapper {
  display: none;
}
.collection-type-blog.view-list article.category-highlight .meta,
.collection-type-blog.view-list article.featured .meta,
.collection-type-blog.view-list article.category-highlight .inline-action,
.collection-type-blog.view-list article.featured .inline-action {
  display: none;
}
.collection-type-blog.view-list article.category-highlight .featured-meta,
.collection-type-blog.view-list article.featured .featured-meta {
  display: block !important;
}
.collection-type-blog.view-list article.category-highlight .featured-meta a,
.collection-type-blog.view-list article.featured .featured-meta a,
.collection-type-blog.view-list article.category-highlight .meta a,
.collection-type-blog.view-list article.featured .meta a {
  color: #111111;
}
.collection-type-blog.view-item article {
  background-color: #fafafb;
  border-top-width: 0px;
}
.collection-type-blog.view-item article header::after {
  clear: none;
}
.collection-type-blog.view-item article .post {
  overflow: visible;
  margin: auto auto auto 150px;
  width: 785px;
}
.collection-type-blog.view-item article .quote-block blockquote {
  font-size: 52.5px;
}
.collection-type-blog.view-item article .meta .back {
  display: block;
}
.collection-type-blog.view-item article footer {
  padding-top: 25px;
}
.collection-type-blog .read-more {
  font-style: italic;
}
.collection-type-blog .comments-wrapper {
  padding-bottom: 50px;
}
.collection-type-blog .comment-list {
  margin-left: 150px;
  padding-top: 50px;
}
.collection-type-blog .view-list .post-type-quote .entry-title {
  margin-top: 0;
}
.collection-type-blog .post-type-video .video-view {
  margin-bottom: 50px;
}
.collection-type-page #page {
  max-width: 960px;
  padding: 75px 0;
  margin: 0 auto;
}
/* Read Me Page */
#read-me-page {
  max-width: 800px;
  padding: 75px 0;
  margin: 0 auto;
  /* Temporary fix for ImageLoader */

  /* width should offset for border */

}
#read-me-page .rm-intro h1 {
  text-align: center;
  font-size: 27px;
}
#read-me-page .rm-text-image .content-padding {
  padding-left: 0 !important;
  margin-left: 30px;
}
#read-me-page .rm-browser.tablet {
  max-width: 770px;
}
/* TWEAK OPTIONS
************************************************/
/* site alignment */
body.site-alignment-center .header,
body.site-alignment-center .content-wrapper {
  margin: 0 auto;
}
body.site-alignment-left .header,
body.site-alignment-left .content-wrapper {
  margin: 0 50px;
}
/* navigation options */
body.navigation-style-inline .nav-block nav {
  display: inline-block;
}
body.navigation-style-inline .nav-block li {
  display: inline-block;
  text-align: right;
}
body.navigation-style-inline .nav-block > nav > ul > li {
  padding-right: 0;
  line-height: 2.5em;
}
body.navigation-style-stacked .nav-block nav {
  vertical-align: top;
}
body.navigation-style-stacked .nav-block nav ul {
  float: left;
  width: 100%;
}
body.navigation-style-stacked .nav-block li {
  display: list-item;
}
/* header options */
body.header-position-fixed-bottom #headerWrapper {
  position: fixed;
  top: auto;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
body.header-position-fixed-bottom #headerGhost {
  display: block;
  overflow: hidden;
}
body.header-position-fixed-bottom #headerGhost .header {
  overflow: hidden;
}
body.header-position-fixed-bottom nav.main-nav .folder .subnav .point-up {
  display: none;
}
body.header-position-fixed-bottom nav.main-nav .folder:hover .subnav,
body.header-position-fixed-bottom nav.main-nav .folder:focus .subnav {
  bottom: 100%;
  top: auto;
}
body.header-position-normal #headerWrapper {
  bottom: auto;
  top: auto;
  position: relative;
}
body.header-position-normal nav.main-nav .folder .subnav .point-down {
  display: none;
}
body.header-position-normal nav.main-nav .folder:hover .subnav,
body.header-position-normal nav.main-nav .folder:focus .subnav {
  bottom: auto;
  top: 2em;
}
body.sqs-style-mode.header-position-fixed-bottom {
  /* padding = 1/2 width of the style mode tray */

}
body.sqs-style-mode.header-position-fixed-bottom #headerWrapper,
body.sqs-style-mode.header-position-fixed-bottom #headerGhost {
  padding-left: 110px;
  padding-right: 110px;
}
/* blog options */
body.collection-type-blog.blog-item-border-style-dashed article {
  border-top-style: dashed;
}
body.collection-type-blog.blog-item-border-style-dotted article {
  border-top-style: dotted;
}
body.collection-type-blog.blog-item-border-style-solid article {
  border-top-style: solid;
}
body.collection-type-blog.blog-item-border-style-none article {
  border-top-style: none;
}
body.collection-type-blog.blog-item-weight-left article figure.main-image {
  float: left;
  margin: 0 50px 0 0;
}
body.collection-type-blog.blog-item-weight-left article .meta {
  float: right;
  margin: 0 0 0 25px;
  text-align: right;
}
body.collection-type-blog.blog-item-weight-left.view-item article .post {
  margin: auto 150px auto auto;
}
body.collection-type-blog.blog-item-weight-right article figure.main-image {
  float: right;
  margin: 0 0 0 50px;
}
body.collection-type-blog.blog-item-weight-right article .meta {
  float: left;
  margin: 0 25px 0 0;
}
body.collection-type-blog.blog-item-weight-right.view-item article .post {
  margin: auto auto auto 150px;
}
body.collection-type-blog.blog-item-info-offset article .meta {
  width: 125px;
  font-size: 11px;
  position: relative;
}
body.collection-type-blog.blog-item-info-offset article .meta .tags,
body.collection-type-blog.blog-item-info-offset article .meta .categories {
  text-transform: capitalize;
}
body.collection-type-blog.blog-item-info-offset article .featured-meta {
  display: none;
}
body.collection-type-blog.view-list.blog-item-info-bottom article .meta,
body.collection-type-blog.view-list.blog-item-info-bottom article .inline-action {
  display: none;
}
body.collection-type-blog.view-list.blog-item-info-bottom article .featured-meta {
  display: block;
  margin-top: 25px;
}
body.collection-type-blog.blog-item-info-hide article .meta,
body.collection-type-blog.blog-item-info-hide article.featured .featured-meta {
  display: none !important;
}
body.collection-type-blog.blog-item-info-hide article .post {
  margin: auto !important;
}
body.footer-display-off #extras {
  display: none;
}
body.footer-display-on #extras {
  display: block;
}
/* BLOCKS
**********************************************/
/* Image Stream */
.sqs-imagestream {
  overflow: hidden;
}
.sqs-imagestream .image {
  margin: 0 0 1px 0;
  display: block;
  float: left;
  width: 33%;
}
.quote-block .quote {
  margin-bottom: 1em;
}
.quote-block .source {
  font-size: 14px;
}
.squarespace-comments {
  margin-top: 50px;
}
.squarespace-social-buttons.inline-style {
  vertical-align: top;
}
.squarespace-social-buttons.inline-style .ss-social-button {
  line-height: 18px;
}
/* MEDIA QUERIES
**********************************************/
@media only screen and (max-width: 1024px) {
  .header {
    padding: 25px 25px !important;
  }
  .content-wrapper {
    padding-right: 25px;
    padding-left: 25px;
  }
  .collection-type-blog.view-item article .back {
    position: relative;
    top: 25px;
    left: 0;
  }
}
@media only screen and (max-height: 900px) {
  .header {
    padding: 25px 0;
  }
  .header .placed-logo-image img {
    /*max-height: 50px; width: auto !important;*/
  }
  .header .site-description {
    display: none;
  }
  .header .site-tagline {
    display: none;
  }
  .nav-block li {
    display: inline-block !important;
    text-align: right;
  }
}
@media only screen and (max-width: 768px) {
  .collection-type-blog article .meta .tags,
  .collection-type-blog article .meta .categories {
    display: none;
  }
  .collection-type-blog.view-list article.category-highlight figure.main-image,
  .collection-type-blog.view-list article.featured figure.main-image {
    width: 150px;
    height: 150px;
  }
  body h1,
  body h2,
  body h3,
  body blockquote,
  body .quote-block .quote,
  body .sqs-block.html-block blockquote {
    font-size: 120%;
  }
  .collection-type-blog.view-list article.category-highlight h1,
  .collection-type-blog.view-list article.featured h1 {
    font-size: 150%;
  }
  .collection-type-blog.view-item article .post {
    margin: auto !important;
    width: auto;
  }
  .collection-type-blog.view-item article .meta {
    float: none !important;
    width: auto !important;
    margin: 0;
    text-align: right;
  }
  .collection-type-blog.view-item article .meta span {
    display: inline-block !important;
    padding-left: 12.5px;
  }
  .collection-type-blog.view-item article .meta .back {
    top: -25px;
  }
  .collection-type-blog.view-item article .meta .squarespace-social-buttons {
    display: inline-block !important;
    margin-top: 0;
    padding-left: 12.5px;
  }
  .collection-type-page #page {
    padding: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .sqs-layout .row {
    display: block;
  }
  .sqs-layout .col {
    float: none !important;
    width: auto !important;
  }
  .header .site-description {
    display: none;
  }
  .header .site-tagline {
    display: none !important;
  }
  .header .logo.image .placed-logo-image img {
    /*height: 50px; width: auto;*/
  }
  .collection-type-blog article figure.main-image,
  .collection-type-blog.view-list article.category-highlight figure.main-image,
  .collection-type-blog.view-list article.featured figure.main-image {
    display: none;
  }
  .collection-type-blog article .meta {
    display: none;
  }
  .collection-type-blog article .featured-meta span {
    font-size: 11px;
  }
  .collection-type-blog .comment-list {
    margin-left: 0;
    padding-top: auto;
  }
  .collection-type-page .postsbycategory-block ul,
  .collection-type-page .postsbyauthor-block ul,
  .collection-type-page .postsbytag-block ul,
  .collection-type-page .postsbymonth-block ul,
  .collection-type-page .summary-block ul {
    margin: 0 !important;
  }
  .collection-type-page .postsbycategory-block ul li,
  .collection-type-page .postsbyauthor-block ul li,
  .collection-type-page .postsbytag-block ul li,
  .collection-type-page .postsbymonth-block ul li,
  .collection-type-page .summary-block ul li {
    float: none;
    width: auto;
  }
  .collection-type-page .postsbycategory-block ul li a,
  .collection-type-page .postsbyauthor-block ul li a,
  .collection-type-page .postsbytag-block ul li a,
  .collection-type-page .postsbymonth-block ul li a,
  .collection-type-page .summary-block ul li a {
    min-height: initial;
  }
}
@media only screen and (max-width: 480px) {
  body h1,
  body h2,
  body h3 {
    font-size: 21px;
  }
  .collection-type-blog .comment-sort {
    display: none;
  }
  .collection-type-blog article,
  .collection-type-blog article.article-index-1 {
    padding: 25px 0;
  }
  .special-content {
    margin-bottom: 25px;
  }
  .nav-block nav ul {
    display: none;
  }
  .nav-block nav select {
    display: inline-block;
    max-width: 90px;
  }
}
/* UI
***********************************************/
.sqs-frontend-edit-wrapper.sqs-frontend-outline {
  outline-offset: 0px !important;
}
.sqs-frontend-edit {
  top: 0px !important;
  right: 0px !important;
}
.form-wrapper input[type="button"],
.form-wrapper input[type="submit"] {
  font-family: inherit !important;
}
.squarespace-social-buttons.button-style.empty {
  display: none;
}
.sqs-simple-like {
  vertical-align: top;
  margin-right: 12.5px;
}
/* EXTRAS
**********************************************/
header:after,
section:after,
article:after,
footer:after,
nav:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.full-image-float-left,
.thumbnail-image-float-left {
  float: left;
  margin-right: 25px;
}
.full-image-float-right,
.thumbnail-image-float-right {
  float: right;
  margin-left: 25px;
}
.full-image-block {
  display: block;
  margin-bottom: 25px;
}
.headerBgImage {
  background-image: url(images/header.jpg);
  background-position: bottom center;
  background-size: auto;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-image-array: ;
  background-position-array: ;
  background-size-array: ;
  background-attachment-array: ;
  background-repeat-array: ;
}
.footerBgImage {
  background-image: none;
  background-position: top left;
  background-size: auto;
  background-attachment: scroll;
  background-repeat: repeat;
  background-image-array: ;
  background-position-array: ;
  background-size-array: ;
  background-attachment-array: ;
  background-repeat-array: ;
}
.site-title-font {
  font-family: "Georgia", "Times", "Times New Roman", "serif";
  line-height: 3.7em;
  letter-spacing: 1px;
  font-weight: normal;
  font-style: normal;
  font-family-array: ;
  font-weight-array: ;
  font-style-array: ;
  letter-spacing-array: ;
  line-height-array: ;
}
.titles-font {
  font-family: "Georgia", "Times", "Times New Roman", "serif";
  line-height: 1.5em;
  letter-spacing: 1px;
  font-weight: normal;
  font-style: italic;
  font-family-array: ;
  font-weight-array: ;
  font-style-array: ;
  letter-spacing-array: ;
  line-height-array: ;
}
.body-font {
  font-family: "Georgia", "Palatino", "Palatino Linotype", "Times", "Times New Roman", "serif";
  line-height: 1.7em;
  font-weight: normal;
  font-style: normal;
  font-family-array: ;
  font-weight-array: ;
  font-style-array: ;
  line-height-array: ;
}
.nav-font {
  font-family: "Georgia", "Palatino", "Palatino Linotype", "Times", "Times New Roman", "serif", "font-weight:normal";
  line-height: 1em;
  font-weight: normal;
  font-style: italic;
  font-family-array: ;
  font-weight-array: ;
  font-style-array: ;
  line-height-array: ;
}
.quote-font {
  font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
  line-height: 1.5em;
  font-weight: normal;
  font-style: italic;
  font-family-array: ;
  font-weight-array: ;
  font-style-array: ;
  line-height-array: ;
}


/* -- ADDITIONAL STYLES -- */
/* -- FORM ERROR STYLES -- */

form p.error {
	color: #c00;
	width: 300px;
	margin: 0;
	margin-top: 0.5em;
}

form input.error,
form textarea.error {
	border-color: #c00;
}

form #date_of_birth select {
	width: 6em;
	float:left;
	margin-left: 1em;
}

form fieldset.radiochecks {
	margin-left: 20px;
	width: 100%;
	margin-bottom: 20px;
}

form fieldset.radiochecks input,
form#booking_form fieldset.radiochecks label {
	display:inline-block;
	width: auto;
	float:left;
	line-height: 24px;
	margin-top: 0;
	clear: none;
}

form fieldset.radiochecks input[type="radio"] {
	clear:left;
	margin: 5px 1em 6px 3px;
	padding: 0 0 0 0;
	/* margin-right: 1em; */
	line-height: 24px;
	border: 0 none;
}

form fieldset.radiochecks input[type="checkbox"] {
	clear:left;
	margin: 7px 1em 5px 3px;
	padding: 0 0 0 0;
	/* margin-right: 1em; */
	line-height: 24px;
	border: 0 none;
}

form fieldset.radiochecks fieldset {
	clear:both;
	margin-left: 2.4em;
}

form fieldset.radiochecks fieldset input,
form fieldset.radiochecks fieldset label {
	float:none;
	display:block;
	width: 80%;
	line-height: 1em;
}

form fieldset.radiochecks fieldset label {
	margin-bottom: 3px;
	width: 100%;
}

.radiochecks label.error {
	color: #d94646;
}

.radiochecks #rent label.error {
	color: #14397e;
}

.captchacontainer {
	margin-top: 20px;
}

.sqs-block.html-block h3.courseTitle {
	font-size: 150%;
	margin-bottom: 5px;
	border-bottom: 1px solid;
}

.locationFilter {
	margin: 0 0 25px;
	padding: 0;
}

.locationFilter li {
	display: inline-block;
	margin: 0 20px 0 0;
}

#map,
#maptwo {
	margin-bottom: 20px;
}

#pageWrapper a.button,
#login button {
	background-color: #d42525;
	border-radius: 5px;
	border: 2px solid rgb(158, 20, 20);
	margin: 0 4.1em;
	padding: 10px;
	color: #fff;
}

.twitter-block.twitter {
	border: 1px solid #999;
	width: 278px;
	margin: 0 12px 35px;
	padding: 10px;
	text-align: center;
}

.twitter-block.twitter h3 {
	font-size: 130%;
	text-align: center;
	border-bottom: 1px dashed #999;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.twitter-block.twitter .tweet {
	text-align: left;
}

.tagcloud-block.tagcloud {
	border: 1px solid #999;
	width: 278px;
	margin: 0 12px;
	padding: 10px;
	text-align: center;
}

.tagcloud-block h3 {
	font-size: 130%;
	text-align: center;
	border-bottom: 1px dashed #999;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#login label {
	float: left;
	width: 8em;
	margin-bottom: 1em;
	clear: left;
}

#login input {
	float: left;
	margin-bottom: 1em;
}

#login button {
	margin-left: 17.5em;
}

.login_error {
	background: #fababc;
	color: #c00;
	border: 1px solid #c00;
	text-align: center;
	width: 292px;
	margin-bottom: 1em;
	padding: 5px;
	font-weight: bold;
}

.studygroups {
	background-color: #fff;
	margin-bottom: 2em;
	border-bottom: 1px solid #ccc;
}

.studygroups th {
	background-color: #efefef;
	text-align: left;
	padding: 8px 10px;
}

.studygroups tr {
	border-top: 1px solid #ccc;
}

.studygroups td {
	padding: 8px 10px;
}

.studygroups .book {
	width: 100px;
	text-align: center;
}

#pageWrapper .studygroups a.button {
	background-color: #d42525;
	border-radius: 5px;
	border: 2px solid rgb(158, 20, 20);
	margin: 0;
	padding: 5px 10px;
	color: #fff;
}

.membersnav h3 {
	width: 250px;
	margin: 0 auto;
	text-align: center;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.membersnav ul {
	margin: 0;
	padding: 0;
}

.membersnav li {
	width: 250px;
	margin: 0 auto;
	text-align: center;
	list-style: none;
	border-bottom: 1px solid #999;
}

.membersnav li.active a {
	background-color: #d42525;
	color: #fff;
}

.membersnav li a {
	display: block;
	padding: 10px;
}

.membersnav li a:hover {
	background-color: #efefef;
	color: #d42525;
}

.notMember {
	border-right: 1px solid #ccc;
}

.sqs-block-content.member h3,
.sqs-block-content.member form {
	width: 80%;
	margin: auto 10%;
}

.sqs-block.html-block .sqs-block-content .form-wrapper form .field-list fieldset.radiochecks {
	margin: 1em;
}

.radiochecks label,
.radiochecks input {
	float: left;
}