/* Squarespace LESS Compiler  (less.js language v1.3.3)  */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: .67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}@font-face{font-family:'squarespace-ui-font';src:url('/universal/fonts/squarespace-ui-font.eot');src:url('/universal/fonts/squarespace-ui-font.eot?#iefix') format('embedded-opentype'),url('/universal/fonts/squarespace-ui-font.svg#squarespace-ui-font') format('svg'),url('/universal/fonts/squarespace-ui-font.woff') format('woff'),url('/universal/fonts/squarespace-ui-font.ttf') format('truetype');font-weight:normal;font-style:normal;}
.sqs-ui-font-family{font-family:'squarespace-ui-font';font-style:normal;speak:none;font-weight:normal;-webkit-font-smoothing:antialiased;}
[class^="sqs-ui-font-"]:before,[class*=" sqs-ui-font-"]:before{font-family:'squarespace-ui-font';font-style:normal;speak:none;font-weight:normal;-webkit-font-smoothing:antialiased;}
[data-icon]:before{font-family:'squarespace-ui-font';font-style:normal;speak:none;font-weight:normal;-webkit-font-smoothing:antialiased;content:attr(data-icon);}
.sqs-gallery-container a{border-bottom:0 !important;}
.sqs-gallery-container iframe{width:100%;height:100%;background:transparent;display:block;}
.sqs-gallery-controls .previous,.sqs-gallery-controls .next{position:absolute;top:50%;outline:none;color:#fff !important;z-index:999;font-size:14px;line-height:40px;margin-top:-30px;background-color:rgba(0,0,0,.12);display:inline-block;padding:10px;-webkit-transition:all 200ms cubic-bezier(.25,.46,.45,.94);-moz-transition:all 200ms cubic-bezier(.25,.46,.45,.94);-ms-transition:all 200ms cubic-bezier(.25,.46,.45,.94);-o-transition:all 200ms cubic-bezier(.25,.46,.45,.94);transition:all 200ms cubic-bezier(.25,.46,.45,.94);}
.sqs-gallery-controls .previous:hover,.sqs-gallery-controls .next:hover{background-color:rgba(0,0,0,.2);color:#fff;}
.sqs-gallery-controls .previous{left:0px;}
.sqs-gallery-controls .previous:before{font-family:'squarespace-ui-font';font-style:normal;speak:none;font-weight:normal;-webkit-font-smoothing:antialiased;content:"\e02c";text-align:center;display:inline-block;vertical-align:middle;}
.sqs-gallery-controls .previous:before{font-size:32px;width:32px;height:32px;line-height:32px;}
.sqs-gallery-controls .next{right:0px;}
.sqs-gallery-controls .next:before{font-family:'squarespace-ui-font';font-style:normal;speak:none;font-weight:normal;-webkit-font-smoothing:antialiased;content:"\e02d";text-align:center;display:inline-block;vertical-align:middle;}
.sqs-gallery-controls .next:before{font-size:32px;width:32px;height:32px;line-height:32px;}
.sqs-gallery-controls .next:before,.sqs-gallery-controls .previous:before{font-size:24px;width:24px;height:24px;line-height:24px;}
.sqs-gallery-design-stacked{position:relative;text-align:left;}
.sqs-gallery-design-stacked-slide{position:absolute;top:0;left:0;width:100%;height:100%;}
.sqs-gallery-design-stacked-slide.normal img{height:100%;}
.sqs-gallery-design-stacked-slide:only-child{cursor:default;}
.sqs-gallery-design-stacked-scrollHorz,.sqs-gallery-design-stacked-swipe{overflow:hidden;}
.sqs-gallery-design-stacked-scrollHorz .sqs-gallery-design-stacked-slide,.sqs-gallery-design-stacked-swipe .sqs-gallery-design-stacked-slide{position:relative;float:left;}
.sqs-gallery-design-stacked-swipe-wrapper{overflow-x:scroll;-webkit-transform:translatez(0);-ms-overflow-style:none;-ms-scroll-chaining:none;-ms-scroll-snap-type:mandatory;-ms-scroll-snap-points-x:snapinterval(0%,100%);}
.sqs-gallery-design-strip{position:relative;overflow:hidden;height:100%;}
.sqs-gallery-design-strip .sqs-wrapper{position:relative;height:100%;}
.sqs-gallery-design-strip-slide{float:left;height:100% !important;max-width:none !important;width:auto !important;cursor:pointer;position:relative;}
.sqs-gallery-design-strip-slide .sqs-video-wrapper{height:100% !important;}
.sqs-gallery-design-strip-slide:only-child{cursor:default;}
.sqs-gallery-design-autocolumns{position:relative;}
.sqs-gallery-design-autocolumns-slide{position:absolute;}
.sqs-gallery-design-autocolumns-slide img{width:100%;display:inline-block;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s;opacity:1;}
.sqs-gallery-design-autocolumns-slide img.loading{opacity:0;}
.sqs-gallery-design-autocolumns-slide.content-fit img,.sqs-gallery-design-autocolumns-slide .content-fit img{width:auto;}
.sqs-gallery-design-autocolumns-slide.slide-stretched img{height:100%;}
.sqs-gallery-design-carousel .sqs-gallery-controls{overflow:hidden;}
.sqs-gallery-design-carousel .sqs-gallery-controls .next,.sqs-gallery-design-carousel .sqs-gallery-controls .previous{display:block;float:right;position:relative;top:auto;left:auto;right:auto;bottom:auto;margin:0 0 15px 0;padding:0;background-color:transparent;color:inherit !important;font-size:16px;line-height:16px;cursor:pointer;}
.sqs-gallery-design-carousel .sqs-gallery-controls .next:hover,.sqs-gallery-design-carousel .sqs-gallery-controls .previous:hover{background-color:transparent;color:#1d1d1d;opacity:1;}
.sqs-gallery-design-carousel .sqs-gallery-controls .next:before{font-family:'squarespace-ui-font';font-style:normal;speak:none;font-weight:normal;-webkit-font-smoothing:antialiased;content:"\e02d";text-align:center;display:inline-block;vertical-align:middle;}
.sqs-gallery-design-carousel .sqs-gallery-controls .next:before{font-size:32px;width:32px;height:32px;line-height:32px;}
.sqs-gallery-design-carousel .sqs-gallery-controls .next:before{font-size:16px;width:16px;height:16px;line-height:16px;}
.sqs-gallery-design-carousel .sqs-gallery-controls .previous{margin-right:10px;}
.sqs-gallery-design-carousel .sqs-gallery-controls .previous:before{font-family:'squarespace-ui-font';font-style:normal;speak:none;font-weight:normal;-webkit-font-smoothing:antialiased;content:"\e02c";text-align:center;display:inline-block;vertical-align:middle;}
.sqs-gallery-design-carousel .sqs-gallery-controls .previous:before{font-size:32px;width:32px;height:32px;line-height:32px;}
.sqs-gallery-design-carousel .sqs-gallery-controls .previous:before{font-size:16px;width:16px;height:16px;line-height:16px;}
.sqs-gallery-design-carousel .sqs-gallery-controls .sqs-disabled,.sqs-gallery-design-carousel .sqs-gallery-controls .sqs-disabled:hover{cursor:default;opacity:.4;}
.sqs-gallery-design-carousel .sqs-gallery-controls .sqs-hidden{display:none;}
.sqs-gallery-design-carousel .sqs-gallery-container{width:100%;overflow:hidden;}
.sqs-gallery-design-carousel .sqs-gallery{margin:0 0 0 -1% !important;white-space:nowrap;vertical-align:top;font-size:0;-webkit-transition:-webkit-transform .4s ease;-moz-transition:-moz-transform .4s ease;-ms-transition:-ms-transform .4s ease;-o-transition:-o-transform .4s ease;transition:transform .4s ease;}
.sqs-gallery-design-carousel .sqs-gallery-design-carousel-slide{display:inline-block;width:33.66666666666667%;padding:0 1%;white-space:nowrap;vertical-align:top;font-size:0;}
.sqs-gallery-design-carousel .sqs-gallery-design-carousel-slide img{width:100%;height:auto;}
.sqs-gallery-design-carousel .sqs-gallery-design-carousel-slide *{white-space:normal;}
.sqs-gallery-design-carousel.sqs-gallery-design-carousel-slides-in-view-1 .sqs-gallery-design-carousel-slide{width:101%;}
.sqs-gallery-design-carousel.sqs-gallery-design-carousel-slides-in-view-2 .sqs-gallery-design-carousel-slide{width:50.5%;}
.sqs-gallery-design-carousel.sqs-gallery-design-carousel-slides-in-view-3 .sqs-gallery-design-carousel-slide:nth-child(3n+1),.sqs-gallery-design-carousel.sqs-gallery-design-carousel-slides-in-view-3 .sqs-gallery-design-carousel-slide:nth-child(3n+2){width:33.66%;}
.sqs-gallery-design-carousel.sqs-gallery-design-carousel-slides-in-view-3 .sqs-gallery-design-carousel-slide:nth-child(3n+3){width:33.68%;}
.sqs-gallery-design-carousel.sqs-gallery-design-carousel-slides-in-view-4 .sqs-gallery-design-carousel-slide{width:25.25%;}
.sqs-gallery-design-carousel.sqs-gallery-design-carousel-slides-in-view-5 .sqs-gallery-design-carousel-slide{width:20.2%;}
@media screen and (max-width:724px){.sqs-gallery-design-carousel.sqs-gallery-design-carousel-slides-in-view-4 .sqs-gallery-design-carousel-slide:nth-child(3n+1),.sqs-gallery-design-carousel.sqs-gallery-design-carousel-slides-in-view-4 .sqs-gallery-design-carousel-slide:nth-child(3n+2),.sqs-gallery-design-carousel.sqs-gallery-design-carousel-slides-in-view-5 .sqs-gallery-design-carousel-slide:nth-child(3n+1),.sqs-gallery-design-carousel.sqs-gallery-design-carousel-slides-in-view-5 .sqs-gallery-design-carousel-slide:nth-child(3n+2){width:33.66%;}
.sqs-gallery-design-carousel.sqs-gallery-design-carousel-slides-in-view-4 .sqs-gallery-design-carousel-slide:nth-child(3n+3),.sqs-gallery-design-carousel.sqs-gallery-design-carousel-slides-in-view-5 .sqs-gallery-design-carousel-slide:nth-child(3n+3){width:33.68%;}
}
@media screen and (max-width:480px){.sqs-gallery-design-carousel.sqs-gallery-design-carousel-slides-in-view-3 .sqs-gallery-design-carousel-slide,.sqs-gallery-design-carousel.sqs-gallery-design-carousel-slides-in-view-4 .sqs-gallery-design-carousel-slide,.sqs-gallery-design-carousel.sqs-gallery-design-carousel-slides-in-view-5 .sqs-gallery-design-carousel-slide{width:50.5% !important;}
}
.sqs-gallery-design-list .sqs-gallery-design-list-slide{overflow:hidden;margin-bottom:17px !important;padding-bottom:17px !important;}
.sqs-gallery-design-list .sqs-gallery-image-container{float:left;width:25%;padding-right:20px;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}
.sqs-gallery-design-list .sqs-gallery-meta-container{float:left;width:75%;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}
.sqs-gallery-design-list .sqs-gallery-design-list-slide.no-image .sqs-gallery-image-container{width:0 !important;}
.sqs-gallery-design-list .sqs-gallery-design-list-slide.no-image .sqs-gallery-meta-container{width:100% !important;}
@media screen and (max-width:480px){.sqs-gallery-design-list .sqs-gallery-design-list-slide:not(.no-image) .sqs-gallery-image-container{width:35% !important;}
.sqs-gallery-design-list .sqs-gallery-design-list-slide:not(.no-image) .sqs-gallery-meta-container{width:65% !important;}
}
.sqs-gallery-design-autorows .sqs-gallery-design-autorows-slide{float:left;cursor:pointer;overflow:hidden;}
.sqs-gallery-design-autorows .sqs-gallery-design-autorows-slide img{height:100%;}
.sqs-gallery-design-autorows .sqs-gallery-design-autorows-slide .meta{display:none;}
.sqs-gallery-design-autogrid{zoom:1;}
.sqs-gallery-design-autogrid:after{display:block;visibility:hidden;font-size:0;height:0;clear:both;content:".";}
.sqs-gallery-design-autogrid-slide{position:relative;float:left;}
.sqs-gallery-design-autogrid-slide .img-wrapper{height:0;}
.sqs-gallery-design-autogrid-slide img{width:100%;}
.yui3-lightbox2{-moz-user-select:text;-webkit-user-select:text;}
.yui3-lightbox2 .yui3-lightbox2-content{height:100%;left:0;position:absolute;width:100%;overflow:hidden;}
.yui3-lightbox2 .sqs-lightbox-slideshow{height:100%;opacity:0;z-index:100000001;}
.yui3-lightbox2 .sqs-lightbox-slideshow .sqs-lightbox-padder{position:absolute;text-align:left;top:2%;left:2%;bottom:2%;right:2%;}
.yui3-lightbox2 .sqs-lightbox-overlay{position:absolute;opacity:0;top:0;left:0;background:#000;height:100%;width:100%;}
.yui3-lightbox2 .sqs-lightbox-meta{position:absolute;padding:20px;color:#fff;z-index:100000001;margin:20px auto 0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";opacity:0;-webkit-transition:opacity ease-out .2s;-moz-transition:opacity ease-out .2s;-o-transition:opacity ease-out .2s;transition:opacity ease-out .2s;}
.yui3-lightbox2 .sqs-lightbox-meta.overlay-description-visible{background:#000;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";background:rgba(0,0,0,.7);opacity:1 !important;}
.yui3-lightbox2 .sqs-lightbox-meta p:first-child{margin-top:0;}
.yui3-lightbox2 .sqs-lightbox-meta p:last-child{margin-bottom:0;}
.yui3-lightbox2 .sqs-lightbox-meta h1{font-size:1em;color:#fff;margin:0 0 10px;}
.yui3-lightbox2 .sqs-lightbox-close,.yui3-lightbox2 .sqs-lightbox-previous,.yui3-lightbox2 .sqs-lightbox-next,.yui3-lightbox2 .sqs-lightbox-meta-trigger{position:absolute;z-index:100000002;display:inline-block;color:#ccc;height:20px;width:20px;font-size:26px;cursor:pointer;outline:none;}
.yui3-lightbox2 .sqs-lightbox-next,.yui3-lightbox2 .sqs-lightbox-previous{padding:12px;opacity:0;top:50%;margin-top:-22px;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s;}
.yui3-lightbox2 .sqs-lightbox-next.mouseover,.yui3-lightbox2 .sqs-lightbox-previous.mouseover{opacity:1;}
.yui3-lightbox2 .sqs-lightbox-next{right:2%;}
.yui3-lightbox2 .sqs-lightbox-next:before{font-family:'squarespace-ui-font';font-style:normal;speak:none;font-weight:normal;-webkit-font-smoothing:antialiased;content:"\e02d";text-align:center;display:inline-block;vertical-align:middle;}
.yui3-lightbox2 .sqs-lightbox-next:before{font-size:32px;width:32px;height:32px;line-height:32px;}
.yui3-lightbox2 .sqs-lightbox-previous{left:2%;}
.yui3-lightbox2 .sqs-lightbox-previous:before{font-family:'squarespace-ui-font';font-style:normal;speak:none;font-weight:normal;-webkit-font-smoothing:antialiased;content:"\e02c";text-align:center;display:inline-block;vertical-align:middle;}
.yui3-lightbox2 .sqs-lightbox-previous:before{font-size:32px;width:32px;height:32px;line-height:32px;}
.yui3-lightbox2 .sqs-lightbox-next::before,.yui3-lightbox2 .sqs-lightbox-previous::before{font-size:22px;}
.yui3-lightbox2 .sqs-lightbox-close{padding:2px;right:2%;top:2%;text-align:right;}
.yui3-lightbox2 .sqs-lightbox-close:before{font-family:'squarespace-ui-font';font-style:normal;speak:none;font-weight:normal;-webkit-font-smoothing:antialiased;content:"\e02e";text-align:center;display:inline-block;vertical-align:middle;}
.yui3-lightbox2 .sqs-lightbox-close:before{font-size:32px;width:32px;height:32px;line-height:32px;}
.yui3-lightbox2 .sqs-lightbox-meta-trigger{bottom:0;right:0;padding:2%;text-align:center;font-size:26px;line-height:.5;text-align:right;}
body.sqs-lightbox-open{position:static !important;overflow-y:hidden;}
.sqs-gallery img:not([src]){opacity:0;}
.sqs-follow-button-hidden{display:none;}
.sqs-simple-like{cursor:pointer;-webkit-user-select:none;line-height:18px;display:inline-block;}
.sqs-simple-like .like-icon{-webkit-transition:background-color, opacity .5s ease-out;-moz-transition:background-color, opacity .5s ease-out;-o-transition:background-color, opacity .5s ease-out;transition:background-color, opacity .5s ease-out;float:left;margin-right:5px;height:18px;width:18px;border-radius:50%;background:#999 url('/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-search-page{width:100%;}
.sqs-search-page-input{position:relative;margin:30px 0;padding:12px 65px 12px 12px;background:url(/universal/images-v6/icons/icon-searchqueries-32-dark.png) no-repeat 97% 50%;}
.sqs-search-page-input.loading{background:none;}
.sqs-search-page-input input{display:block;width:100%;font-size:40px;font-weight:400;background:none;border:none;letter-spacing:-.05em;outline:none;}
.sqs-search-page-input input::-webkit-input-placeholder{color:#eee;}
.sqs-search-page-input input:-moz-placeholder{color:#eee;}
.sqs-search-page-input input::selection{color:#fff;background-color:#000;}
.sqs-search-page-input input:focus{box-shadow:none;}
.sqs-search-page-input .spinner-wrapper{position:absolute;right:20px;top:50%;margin-top:-14px;}
.sqs-search-page-result{padding:50px 0;-webkit-transition:all .1s ease-out;-moz-transition:all .1s ease-out;-o-transition:all .1s ease-out;transition:all .1s ease-out;}
.sqs-search-page-notice{font-size:12px;color:#000;}
.sqs-search-page-notice.error{color:#d10000;}
.sqs-search-page-notice.hide{display:none;}
.sqs-search-page-more.hide{display:none;}
.sqs-search-page-more.loading span{display:none;}
.sqs-search-page a{color:#999;text-decoration:none;}
.sqs-search-page .yui3-aclist,.sqs-search-page .yui3-scrollingautocompletelist{margin-left:96px;font-size:11px;line-height:18px;padding-left:5px;top:50px;left:0;color:#000;background:#fff;width:300px;}
.sqs-search-page .yui3-aclist .yui3-aclist-item,.sqs-search-page .yui3-scrollingautocompletelist .yui3-aclist-item{list-style:none;margin-top:2px;}
.sqs-search-page .yui3-aclist .yui3-aclist-item-active,.sqs-search-page .yui3-scrollingautocompletelist .yui3-aclist-item-active{outline:none;color:#000;font-weight:bold;}
.sqs-search-page-list{overflow-y:auto;overflow-x:hidden;}
.search-result:first-child .sqs-search-page-item{border-top:none;margin:0;}
.sqs-search-page-item{padding:16px 0;position:relative;zoom:1;cursor:pointer;-webkit-transition:background-color .2s ease-out;-moz-transition:background-color .2s ease-out;-o-transition:background-color .2s ease-out;transition:background-color .2s ease-out;}
.sqs-search-page-item:after{display:block;visibility:hidden;font-size:0;height:0;clear:both;content:".";}
.sqs-search-page-item .sqs-main-image{position:absolute;top:0;left:0;right:0;bottom:0;}
.sqs-search-page-item .sqs-main-image-container{width:20%;padding-right:20px;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;}
.sqs-search-page-item .sqs-main-image-intrinsic{position:relative;width:100%;height:0;padding-bottom:100%;}
.sqs-search-page-item mark{font-weight:bold;}
.sqs-search-page-item em{color:#222;font-style:italic;}
.sqs-search-page-item .sqs-main-content{float:left;width:80%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;}
.sqs-search-page-item .sqs-title{font-size:18px;font-weight:400;margin-bottom:4px;color:#333;}
.sqs-search-page-item .sqs-content{font-weight:400;font-size:12px;line-height:16px;}
.sqs-search-page-item .sqs-content span{margin:2px 0;}
.sqs-search-page-item.sqs-post-type-comment .sqs-content strong{color:#555;}
.sqs-search-page-more-wrapper{width:100%;text-align:center;margin:10px 0;}
.sqs-search-page .loading{opacity:.75;}
.sqs-search-page .loading .desc{display:block;float:left;padding-top:4px;padding-left:12px;}
.sqs-search-page .loading .spinner-wrapper{display:block;float:left;}
@media screen and (max-width:600px){.sqs-search-page-input input{padding-left:0;top:0;right:0;margin-left:0;margin-top:0;position:relative;font-size:30px !important;}
.sqs-search-page-result{padding:0 20px;}
.sqs-search-page-list{top:160px;}
.sqs-search-page-list .search-results{margin-right:0px;}
.sqs-search-page-more-wrapper{font-size:10px;}
}
.sqs-business-hours{max-width:250px;margin-left:auto;margin-right:auto;}
.sqs-business-hours-day{margin:.5em 0;font-family:'proxima-nova',sans-serif;font-size:16px;line-height:1.4;font-style:normal;letter-spacing:1px;zoom:1;}
.sqs-business-hours-day-label{color:#aaa;float:left;position:relative;top:2px;width:35%;margin-right:10%;font-size:13px;text-transform:uppercase;text-align:right;}
.sqs-business-hours-day-hours{float:right;width:55%;}
.sqs-business-hours-day .closed{color:#999;}
.sqs-business-hours-day:after{display:block;visibility:hidden;font-size:0;height:0;clear:both;content:".";}
.sqs-business-hours-store{text-align:center;margin:1em 0 3em 0;color:#aaa;font-family:'proxima-nova',sans-serif;font-size:16px;line-height:1.65;}
.sqs-business-hours-store span{text-transform:uppercase;letter-spacing:2px;color:#222;font-size:20px;}
.sqs-business-hours-dark .sqs-business-hours-store span{color:#fff;}
.sqs-ss-badge{position:fixed;height:44px;overflow:hidden;border-radius:44px;width:44px;background:#000;opacity:0;cursor:pointer;z-index:10001;-webkit-transition:all .4s cubic-bezier(.23,1,.32,1);-moz-transition:all .4s cubic-bezier(.23,1,.32,1);-o-transition:all .4s cubic-bezier(.23,1,.32,1);transition:all .4s cubic-bezier(.23,1,.32,1);}
.sqs-ss-badge-content{white-space:nowrap;}
.sqs-ss-badge .badge-closed,.sqs-ss-badge .badge-open{display:inline-block;vertical-align:top;height:44px;-webkit-transform:scale(1) translatez(0);-moz-transform:scale(1) translatez(0);-ms-transform:scale(1) translatez(0);transform:scale(1) translatez(0);-webkit-transition:all .4s cubic-bezier(.23,1,.32,1);-moz-transition:all .4s cubic-bezier(.23,1,.32,1);-o-transition:all .4s cubic-bezier(.23,1,.32,1);transition:all .4s cubic-bezier(.23,1,.32,1);}
.sqs-ss-badge .badge-closed{width:44px;background:transparent url('/universal/images-v6/icons/icon-squarespace-16-light.png') center center no-repeat;}
.sqs-ss-badge .badge-open{width:0;opacity:0;}
.sqs-ss-badge .badge-open .badge-open-inner{white-space:nowrap;}
.sqs-ss-badge .badge-open .badge-open-inner h2{color:#e2e2e2 !important;font:300 10px 'proxima-nova','HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif !important;line-height:44px !important;letter-spacing:1px;text-transform:uppercase;margin:0 !important;}
.sqs-ss-badge[data-position="top-left"]{top:22px;left:22px;}
.sqs-ss-badge[data-position="top-center"]{right:0;top:20px;left:0;margin:auto;-webkit-transform:translatey(-100px);-moz-transform:translatey(-100px);-ms-transform:translatey(-100px);transform:translatey(-100px);}
.sqs-ss-badge[data-position="top-right"]{top:22px;right:22px;}
.sqs-ss-badge[data-position="bottom-left"]{bottom:22px;left:22px;}
.sqs-ss-badge[data-position="bottom-center"]{right:0;bottom:20px;left:0;margin:auto;}
.sqs-ss-badge[data-position="bottom-right"]{right:22px;bottom:22px;}
.sqs-ss-badge.badge-auto-hide[data-position="top-left"],.sqs-ss-badge.badge-auto-hide[data-position="top-center"],.sqs-ss-badge.badge-auto-hide[data-position="top-right"]{-webkit-transform:translatey(-100px);-moz-transform:translatey(-100px);-ms-transform:translatey(-100px);transform:translatey(-100px);}
.sqs-ss-badge.badge-auto-hide[data-position="bottom-left"],.sqs-ss-badge.badge-auto-hide[data-position="bottom-center"],.sqs-ss-badge.badge-auto-hide[data-position="bottom-right"]{-webkit-transform:translatey(100px);-moz-transform:translatey(100px);-ms-transform:translatey(100px);transform:translatey(100px);}
.sqs-ss-badge.is-mobile[data-devices="desktop-only"]{display:none;}
.sqs-ss-badge[data-type="white"]{background:#fff;}
.sqs-ss-badge[data-type="white"] .badge-open .badge-open-inner h2{color:#111 !important;}
.sqs-ss-badge[data-type="white"] .badge-closed{background-image:url("/universal/images-v6/icons/icon-squarespace-16-dark.png");}
.sqs-ss-badge.badge-visible{opacity:1;-webkit-transform:translatez(0) !important;-moz-transform:translatez(0) !important;-ms-transform:translatez(0) !important;transform:translatez(0) !important;}
.sqs-ss-badge:not(.is-mobile):hover{width:220px;border-radius:0;}
.sqs-ss-badge:not(.is-mobile):hover .badge-open{transform:none;opacity:1;}
.sqs-ss-badge-mobile-info-bar-present[data-position="bottom-left"],.sqs-ss-badge-mobile-info-bar-present[data-position="bottom-center"],.sqs-ss-badge-mobile-info-bar-present[data-position="bottom-right"]{bottom:72px;}
.sqs-ss-badge:not(.is-mobile):hover+.sqs-ss-badge-cover{visibility:visible;opacity:1;}
.sqs-ss-badge[data-position="top-left"]+.sqs-ss-badge-cover{background:-moz-radial-gradient(top left,circle cover,rgba(0,0,0,.1) 0%,rgba(0,0,0,.5) 100%);background:-ms-radial-gradient(top left,circle cover,rgba(0,0,0,.1) 0%,rgba(0,0,0,.5) 100%);background:radial-gradient(circle at top left,rgba(0,0,0,.1) 0%,rgba(0,0,0,.5) 100%);}
.sqs-ss-badge[data-position="top-center"]+.sqs-ss-badge-cover{background:-moz-radial-gradient(top center,circle cover,rgba(0,0,0,.1) 0%,rgba(0,0,0,.5) 100%);background:-ms-radial-gradient(top center,circle cover,rgba(0,0,0,.1) 0%,rgba(0,0,0,.5) 100%);background:radial-gradient(circle at top center,rgba(0,0,0,.1) 0%,rgba(0,0,0,.5) 100%);}
.sqs-ss-badge[data-position="top-right"]+.sqs-ss-badge-cover{background:-moz-radial-gradient(top right,circle cover,rgba(0,0,0,.1) 0%,rgba(0,0,0,.5) 100%);background:-ms-radial-gradient(top right,circle cover,rgba(0,0,0,.1) 0%,rgba(0,0,0,.5) 100%);background:radial-gradient(circle at top right,rgba(0,0,0,.1) 0%,rgba(0,0,0,.5) 100%);}
.sqs-ss-badge[data-position="bottom-left"]+.sqs-ss-badge-cover{background:-moz-radial-gradient(bottom left,circle cover,rgba(0,0,0,.1) 0%,rgba(0,0,0,.5) 100%);background:-ms-radial-gradient(bottom left,circle cover,rgba(0,0,0,.1) 0%,rgba(0,0,0,.5) 100%);background:radial-gradient(circle at bottom left,rgba(0,0,0,.1) 0%,rgba(0,0,0,.5) 100%);}
.sqs-ss-badge[data-position="bottom-center"]+.sqs-ss-badge-cover{background:-moz-radial-gradient(bottom center,circle cover,rgba(0,0,0,.1) 0%,rgba(0,0,0,.5) 100%);background:-ms-radial-gradient(bottom center,circle cover,rgba(0,0,0,.1) 0%,rgba(0,0,0,.5) 100%);background:radial-gradient(circle at bottom center,rgba(0,0,0,.1) 0%,rgba(0,0,0,.5) 100%);}
.sqs-ss-badge[data-position="bottom-right"]+.sqs-ss-badge-cover{background:-moz-radial-gradient(bottom right,circle cover,rgba(0,0,0,.1) 0%,rgba(0,0,0,.5) 100%);background:-ms-radial-gradient(bottom right,circle cover,rgba(0,0,0,.1) 0%,rgba(0,0,0,.5) 100%);background:radial-gradient(circle at bottom right,rgba(0,0,0,.1) 0%,rgba(0,0,0,.5) 100%);}
body.sqs-style-mode[data-position="top-left"]{top:22px;left:242px;}
body.sqs-style-mode[data-position="bottom-left"]{bottom:22px;left:242px;}
@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dppx){.sqs-ss-badge .badge-closed{background-size:16px;background-image:url("/universal/images-v6/icons/icon-squarespace-32-light.png");}
.sqs-ss-badge[data-type="white"] .badge-closed{background-image:url("/universal/images-v6/icons/icon-squarespace-32-dark.png");}
}
.sqs-ss-badge-cover{position:fixed;width:100%;height:100%;top:0;left:0;opacity:0;visibility:hidden;background-color:rgba(0,0,0,.6);z-index:10000;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;}
html.squarespace-damask body.no-scroll{height:100%;position:fixed;}
html.squarespace-damask .no-scroll{overflow:hidden !important;}
html.squarespace-damask .sqs-lightbox-overlay{position:fixed;opacity:0;top:0;left:0;background:#000;height:100%;width:100%;}
html.squarespace-damask .sqs-lightbox-overlay.sqs-lightbox-overlay-style-orb{background:-webkit-gradient(radial,50% 25%,0,50% 25%,800,from(rgba(0,0,0,.75)),to(#000));background:-moz-radial-gradient(center 45deg,circle cover,rgba(0,0,0,.75) 0%,#000 100%);}
html.squarespace-damask .sqs-lightbox-overlay.white.sqs-lightbox-overlay-style-orb{background:-webkit-gradient(radial,50% 25%,0,50% 25%,800,from(rgba(255,255,255,.96)),to(#fff));background:-moz-radial-gradient(center 45deg,circle cover,from(rgba(255,255,255,.96)),to(#fff));}
html.squarespace-damask .sqsp-tooltip{color:inherit;background-color:#f2f2f2;padding:22px 33px;text-align:center;box-shadow:0 0 33px 1px rgba(0,0,0,.1), 0 0 0 1px rgba(0,0,0,.04);}
html.squarespace-damask .sqsp-tooltip .title{text-transform:uppercase;font-weight:500;letter-spacing:1px;margin-bottom:11px;}
html.squarespace-damask .sqsp-tooltip .description{margin:11px 0;}
html.squarespace-damask .sqsp-tooltip .buttons{margin:0 -5.5px;}
html.squarespace-damask .sqsp-tooltip .buttons .sqs-button{margin:11px 11px 0;}
html.squarespace-damask .sqsp-tooltip input{cursor:pointer;background:#3e3e3e;line-height:22px;border-radius:0;padding:11px 11px;text-align:center;width:100%;}
html.squarespace-damask .sqsp-tooltip input,html.squarespace-damask .sqsp-tooltip input>*{font-weight:400;color:#fff !important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
html.squarespace-damask .sqsp-tooltip input:hover{background-color:#000;box-shadow:none;}
html.squarespace-damask .sqsp-tooltip input input,html.squarespace-damask .sqsp-tooltip input button,html.squarespace-damask .sqsp-tooltip input a{border:0;text-transform:none;background:none;outline:none;}
html.squarespace-damask .sqs-action-overlay{position:absolute;top:0;right:0;text-align:center;white-space:nowrap;-webkit-transition:opacity 0.1s ease-out;-moz-transition:opacity 0.1s ease-out;-o-transition:opacity 0.1s ease-out;transition:opacity 0.1s ease-out;opacity:0;-moz-border-radius:0;border-radius:0;background-color:#111;overflow:hidden;color:#eee;font-size:12px;z-index:50;height:33px;}
html.squarespace-damask .sqs-action-overlay.loading{opacity:1;}
html.squarespace-damask .sqs-action-overlay.bottom{top:auto;bottom:0;}
html.squarespace-damask .sqs-action-overlay>div{display:inline-block;height:33px;width:33px;opacity:.3;cursor:pointer;}
html.squarespace-damask .sqs-action-overlay>div:hover{opacity:.9;}
html.squarespace-damask .sqs-action-overlay>div:active,html.squarespace-damask .sqs-action-overlay>div:focus{opacity:1;}
html.squarespace-damask .sqs-action-overlay>div.edit-image,html.squarespace-damask .sqs-action-overlay>div.edit{background:transparent url('/universal/images-v6/icons/icon-edit-12-light.png') center center no-repeat;}
html.squarespace-damask .sqs-action-overlay>div.edit.loading{background:none;}
html.squarespace-damask .sqs-action-overlay>div.image-info{background:transparent url('/universal/images-v6/icons/icon-settings-14-light.png') center center no-repeat;}
html.squarespace-damask .sqs-action-overlay>div.remove,html.squarespace-damask .sqs-action-overlay>div.remove-image{background:transparent url('/universal/images-v6/icons/icon-trash-12-light.png') center center no-repeat;}
html.squarespace-damask .sqs-action-overlay>div.video-info{background:transparent url('/universal/images-v6/icons/icon-settings-14-light.png') center center no-repeat;}
html.squarespace-damask .sqs-action-overlay>div.remove-video{background:transparent url('/universal/images-v6/icons/icon-trash-12-light.png') center center no-repeat;}
html.squarespace-damask .sqs-action-overlay>div.loading{background:none;position:relative;opacity:1;}
html.squarespace-damask .sqs-action-overlay>div.loading .sqs-spin.default{position:relative;top:50%;left:50%;-webkit-transform:translatex(-50%) translatey(-50%);-moz-transform:translatex(-50%) translatey(-50%);-ms-transform:translatex(-50%) translatey(-50%);transform:translatex(-50%) translatey(-50%);}
html.squarespace-damask .sqs-action-overlay-container:hover .sqs-action-overlay{opacity:1;}
html.squarespace-damask .image-focal-point{-moz-border-radius:14px;border-radius:14px;height:14px;width:14px;margin-left:-10px;margin-top:-10px;position:absolute;border:3px solid rgba(255,255,255,.8);background:rgba(0,0,0,.2);cursor:move;opacity:0;}
html.squarespace-damask .sqs-loading-overlay-node{background:rgba(255,255,255,.9);}
html.squarespace-damask .sqs-loading-overlay-node .sqs-spin{position:absolute;top:50%;left:50%;}
html.squarespace-damask .sqs-loading-overlay-node .sqs-spin.large{margin-top:-11px;margin-left:-11px;}
html.squarespace-damask .sqs-loading-overlay-node .sqs-spin.extra-large{margin-top:-20px;margin-left:-20px;}
html.squarespace-damask .sqs-loading-overlay-node.has-title .title{position:absolute;top:50%;width:100%;text-align:center;margin-top:22px;color:#999;font-size:14px;}
html.squarespace-damask .sqs-loading-overlay-node.has-title .sqs-spin{margin-top:-22px;}
html.squarespace-damask .login-wrapper.hidden{visibility:hidden;}
html.squarespace-cameron body.no-scroll{height:100%;position:fixed;}
html.squarespace-cameron .no-scroll{overflow:hidden !important;}
html.squarespace-cameron .sqs-lightbox-overlay{position:fixed;opacity:0;top:0px;left:0px;background:#000;height:100%;width:100%;}
html.squarespace-cameron .sqs-lightbox-overlay.sqs-lightbox-overlay-style-orb{background:-webkit-gradient(radial,50% 25%,0,50% 25%,800,from(rgba(0,0,0,.75)),to(#000));background:-moz-radial-gradient(center 45deg,circle cover,rgba(0,0,0,.75) 0%,#000 100%);}
html.squarespace-cameron .sqs-lightbox-overlay.white.sqs-lightbox-overlay-style-orb{background:-webkit-gradient(radial,50% 25%,0,50% 25%,800,from(rgba(255,255,255,.96)),to(#fff));background:-moz-radial-gradient(center 45deg,circle cover,from(rgba(255,255,255,.96)),to(#fff));}
html.squarespace-cameron .sqsp-tooltip input{margin:0;-webkit-font-smoothing:subpixel-antialiased;}
html.squarespace-cameron .sqsp-tooltip input[type="button"],html.squarespace-cameron .sqsp-tooltip input[type="submit"]{display:inline-block;cursor:pointer;-moz-border-radius:20px;border-radius:20px;border:0;background-color:#272727;color:#eee;font:400 11px / 14px 'proxima-nova','Helvetica Neue',Helvetica,Arial,sans-serif;padding:7px 15px;}
html.squarespace-cameron .sqsp-tooltip input[type="button"] a,html.squarespace-cameron .sqsp-tooltip input[type="submit"] a{padding:7px 15px 7px;display:inline-block;color:#eee;text-decoration:none;border-bottom:0;}
html.squarespace-cameron .sqsp-tooltip input[type="button"]:hover a,html.squarespace-cameron .sqsp-tooltip input[type="submit"]:hover a{color:#fff;}
html.squarespace-cameron .sqsp-tooltip input[type="button"]:focus,html.squarespace-cameron .sqsp-tooltip input[type="submit"]:focus{outline:none;color:#ddd;box-shadow:0 0 0 1px rgba(0, 0, 0, .1), 0 0 0 2px  #42b1ff;}
html.squarespace-cameron .sqsp-tooltip input[type="button"].save,html.squarespace-cameron .sqsp-tooltip input[type="submit"].save,html.squarespace-cameron .sqsp-tooltip input[type="button"].saveAndClose,html.squarespace-cameron .sqsp-tooltip input[type="submit"].saveAndClose,html.squarespace-cameron .sqsp-tooltip input[type="button"].proceed,html.squarespace-cameron .sqsp-tooltip input[type="submit"].proceed,html.squarespace-cameron .sqsp-tooltip input[type="button"].light,html.squarespace-cameron .sqsp-tooltip input[type="submit"].light{display:inline-block;cursor:pointer;-moz-border-radius:20px;border-radius:20px;border:0;background-color:#272727;color:#eee;font:400 11px / 14px 'proxima-nova','Helvetica Neue',Helvetica,Arial,sans-serif;background-color:#e5e5e5;color:#111;font-weight:bold;}
html.squarespace-cameron .sqsp-tooltip input[type="button"].save a,html.squarespace-cameron .sqsp-tooltip input[type="submit"].save a,html.squarespace-cameron .sqsp-tooltip input[type="button"].saveAndClose a,html.squarespace-cameron .sqsp-tooltip input[type="submit"].saveAndClose a,html.squarespace-cameron .sqsp-tooltip input[type="button"].proceed a,html.squarespace-cameron .sqsp-tooltip input[type="submit"].proceed a,html.squarespace-cameron .sqsp-tooltip input[type="button"].light a,html.squarespace-cameron .sqsp-tooltip input[type="submit"].light a{padding:7px 15px 7px;display:inline-block;color:#eee;text-decoration:none;border-bottom:0;}
html.squarespace-cameron .sqsp-tooltip input[type="button"].save:hover a,html.squarespace-cameron .sqsp-tooltip input[type="submit"].save:hover a,html.squarespace-cameron .sqsp-tooltip input[type="button"].saveAndClose:hover a,html.squarespace-cameron .sqsp-tooltip input[type="submit"].saveAndClose:hover a,html.squarespace-cameron .sqsp-tooltip input[type="button"].proceed:hover a,html.squarespace-cameron .sqsp-tooltip input[type="submit"].proceed:hover a,html.squarespace-cameron .sqsp-tooltip input[type="button"].light:hover a,html.squarespace-cameron .sqsp-tooltip input[type="submit"].light:hover a{color:#fff;}
html.squarespace-cameron .sqsp-tooltip input[type="button"].save:focus,html.squarespace-cameron .sqsp-tooltip input[type="submit"].save:focus,html.squarespace-cameron .sqsp-tooltip input[type="button"].saveAndClose:focus,html.squarespace-cameron .sqsp-tooltip input[type="submit"].saveAndClose:focus,html.squarespace-cameron .sqsp-tooltip input[type="button"].proceed:focus,html.squarespace-cameron .sqsp-tooltip input[type="submit"].proceed:focus,html.squarespace-cameron .sqsp-tooltip input[type="button"].light:focus,html.squarespace-cameron .sqsp-tooltip input[type="submit"].light:focus{outline:none;color:#ddd;box-shadow:0 0 0 1px rgba(0, 0, 0, .1), 0 0 0 2px  #42b1ff;}
html.squarespace-cameron .sqsp-tooltip input[type="button"].save:hover a,html.squarespace-cameron .sqsp-tooltip input[type="submit"].save:hover a,html.squarespace-cameron .sqsp-tooltip input[type="button"].saveAndClose:hover a,html.squarespace-cameron .sqsp-tooltip input[type="submit"].saveAndClose:hover a,html.squarespace-cameron .sqsp-tooltip input[type="button"].proceed:hover a,html.squarespace-cameron .sqsp-tooltip input[type="submit"].proceed:hover a,html.squarespace-cameron .sqsp-tooltip input[type="button"].light:hover a,html.squarespace-cameron .sqsp-tooltip input[type="submit"].light:hover a{color:#111;}
html.squarespace-cameron .sqsp-tooltip input[type="button"].save a,html.squarespace-cameron .sqsp-tooltip input[type="submit"].save a,html.squarespace-cameron .sqsp-tooltip input[type="button"].saveAndClose a,html.squarespace-cameron .sqsp-tooltip input[type="submit"].saveAndClose a,html.squarespace-cameron .sqsp-tooltip input[type="button"].proceed a,html.squarespace-cameron .sqsp-tooltip input[type="submit"].proceed a,html.squarespace-cameron .sqsp-tooltip input[type="button"].light a,html.squarespace-cameron .sqsp-tooltip input[type="submit"].light a{color:#222;}
html.squarespace-cameron .sqsp-tooltip input[type="button"].save:focus,html.squarespace-cameron .sqsp-tooltip input[type="submit"].save:focus,html.squarespace-cameron .sqsp-tooltip input[type="button"].saveAndClose:focus,html.squarespace-cameron .sqsp-tooltip input[type="submit"].saveAndClose:focus,html.squarespace-cameron .sqsp-tooltip input[type="button"].proceed:focus,html.squarespace-cameron .sqsp-tooltip input[type="submit"].proceed:focus,html.squarespace-cameron .sqsp-tooltip input[type="button"].light:focus,html.squarespace-cameron .sqsp-tooltip input[type="submit"].light:focus{outline:none;color:#111;box-shadow:0 0 0 1px rgba(0, 0, 0, .1), 0 0 0 2px  #42b1ff;}
html.squarespace-cameron body .sqsp-tooltip .description a{color:#bbb;text-decoration:underline;}
html.squarespace-cameron body .sqsp-tooltip .description a:hover{color:#ddd;text-decoration:none;cursor:pointer;}
html.squarespace-cameron .sqsp-tooltip{-moz-border-radius:5px;border-radius:5px;border:1px solid rgba(255,255,255,.2);position:absolute;width:250px;padding:20px 20px 22px 55px;font-weight:300;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;-webkit-user-select:none;color:#fff;z-index:30000;background-color:rgba(11,11,11,.9);background-position:17px 18px;background-repeat:no-repeat;}
html.squarespace-cameron .sqsp-tooltip *{letter-spacing:0;font-style:normal;line-height:normal;}
html.squarespace-cameron .sqsp-tooltip.info{background-image:url('/universal/images-v6/dialog/tooltip-icon-info.png');}
html.squarespace-cameron .sqsp-tooltip.question{background-image:url('/universal/images-v6/dialog/tooltip-icon-question.png');}
html.squarespace-cameron .sqsp-tooltip.okay{background-image:url('/universal/images-v6/dialog/tooltip-icon-okay.png');}
html.squarespace-cameron .sqsp-tooltip.alert{background-image:url('/universal/images-v6/dialog/tooltip-icon-alert.png');padding-left:60px;}
html.squarespace-cameron .sqsp-tooltip.label{padding:2px 8px;width:auto;-moz-border-radius:2px;border-radius:2px;border:none;}
html.squarespace-cameron .sqsp-tooltip.label *{line-height:13px;font-weight:bold;text-transform:uppercase;}
html.squarespace-cameron .sqsp-tooltip.label .title{padding-bottom:0;font-size:10px;}
html.squarespace-cameron .sqsp-tooltip.label .description{font-size:9px;}
html.squarespace-cameron .sqsp-tooltip .title{font-size:15px;padding-bottom:8px;}
html.squarespace-cameron .sqsp-tooltip .description{font-size:13px;line-height:19px;color:#bbb;margin-top:5px;}
html.squarespace-cameron .sqsp-tooltip .description strong{font-weight:bold;color:#fff;}
html.squarespace-cameron .sqsp-tooltip .fields .check-field-wrapper{padding:0;}
html.squarespace-cameron .sqsp-tooltip .fields .check-field-wrapper .field-description{background:none;}
html.squarespace-cameron .sqsp-tooltip .buttons{padding-top:15px;float:right;}
html.squarespace-cameron .sqsp-tooltip .buttons .sqs-button{margin-left:10px;padding:6px 15px !important;}
html.squarespace-cameron .sqs-action-overlay{position:absolute;text-align:center;white-space:nowrap;-webkit-transition:opacity 0.1s ease-out;-moz-transition:opacity 0.1s ease-out;-o-transition:opacity 0.1s ease-out;transition:opacity 0.1s ease-out;opacity:0;-moz-border-radius:4px;border-radius:4px;background-color:#080808;background-image:-moz-linear-gradient(#3c3c3c,#080808);background-image:-ms-linear-gradient(#3c3c3c,#080808);background-image:-webkit-linear-gradient(#3c3c3c,#080808);background-image:linear-gradient(#3c3c3c,#080808);box-shadow:0 0 0 1px rgba(0,0,0,0.8), inset 0 1px 0 rgba(255,255,255,0.15), inset 1px 0 0 0 rgba(255,255,255,0.1), inset -1px 0 0 0 rgba(255,255,255,0.1), 0 2px 10px rgba(0,0,0,0.2);padding:2px 4px 0 4px;overflow:hidden;color:#eee;font-size:12px;height:25px;z-index:50;}
html.squarespace-cameron .sqs-action-overlay.loading{opacity:1;}
html.squarespace-cameron .sqs-action-overlay,html.squarespace-cameron .sqs-action-overlay.top{margin-top:10px;margin-right:5px;top:0;right:0;}
html.squarespace-cameron .sqs-action-overlay.bottom{top:auto;bottom:10px;}
html.squarespace-cameron .sqs-action-overlay>div{display:inline-block;height:22px;width:22px;padding:0 2px;opacity:.3;cursor:pointer;}
html.squarespace-cameron .sqs-action-overlay>div:hover{opacity:.9;}
html.squarespace-cameron .sqs-action-overlay>div:active,html.squarespace-cameron .sqs-action-overlay>div:focus{opacity:1;}
html.squarespace-cameron .sqs-action-overlay>div.edit-image,html.squarespace-cameron .sqs-action-overlay>div.edit{background:transparent url('/universal/images-v6/icons/icon-edit-12-light.png') center no-repeat;}
html.squarespace-cameron .sqs-action-overlay>div.edit.loading{background:none;}
html.squarespace-cameron .sqs-action-overlay>div.image-info{background:transparent url('/universal/images-v6/icons/icon-settings-14-light.png') center no-repeat;}
html.squarespace-cameron .sqs-action-overlay>div.remove,html.squarespace-cameron .sqs-action-overlay>div.remove-image{background:transparent url('/universal/images-v6/icons/icon-trash-12-light.png') center no-repeat;}
html.squarespace-cameron .sqs-action-overlay>div.video-info{background:transparent url('/universal/images-v6/icons/icon-settings-14-light.png') center no-repeat;}
html.squarespace-cameron .sqs-action-overlay>div.remove-video{background:transparent url('/universal/images-v6/icons/icon-trash-12-light.png') center no-repeat;}
html.squarespace-cameron .sqs-action-overlay>div.loading{background:none;position:relative;opacity:1;}
html.squarespace-cameron .sqs-action-overlay>div.loading .sqs-spin.default{position:absolute;top:50%;left:50%;margin-top:-7px;margin-left:-7px;}
html.squarespace-cameron .sqs-action-overlay-container:hover .sqs-action-overlay{opacity:1;}
html.squarespace-cameron .image-focal-point{-moz-border-radius:14px;border-radius:14px;height:14px;width:14px;margin-left:-10px;margin-top:-10px;position:absolute;border:3px solid rgba(255,255,255,.8);background:rgba(0,0,0,.2);cursor:move;opacity:0;}
html.squarespace-cameron .sqs-loading-overlay-node{background:rgba(255,255,255,.9);}
html.squarespace-cameron .sqs-loading-overlay-node .sqs-spin{position:absolute;top:50%;left:50%;}
html.squarespace-cameron .sqs-loading-overlay-node .sqs-spin.large{margin-top:-11px;margin-left:-11px;}
html.squarespace-cameron .sqs-loading-overlay-node .sqs-spin.extra-large{margin-top:-20px;margin-left:-20px;}
html.squarespace-cameron .sqs-loading-overlay-node.has-title .title{position:absolute;top:50%;width:100%;text-align:center;margin-top:22px;color:#999;font-size:14px;}
html.squarespace-cameron .sqs-loading-overlay-node.has-title .sqs-spin{margin-top:-22px;}
html.squarespace-cameron .login-wrapper.hidden{visibility:hidden;}
.sqs-mobile-info-bar{position:fixed;z-index:10000;bottom:0;left:0;width:100%;background:#ebebeb;-webkit-transition:all .2s cubic-bezier(.23,.47,.32,1);-moz-transition:all .2s cubic-bezier(.23,.47,.32,1);-o-transition:all .2s cubic-bezier(.23,.47,.32,1);transition:all .2s cubic-bezier(.23,.47,.32,1);}
.sqs-mobile-info-bar-content{-webkit-backface-visibility:hidden;}
.sqs-mobile-info-bar-triggers{font-size:0;padding:0 20px;text-align:center;}
.sqs-mobile-info-bar-trigger{cursor:pointer;display:inline-block;width:25%;padding:15px 0;text-align:center;}
.sqs-mobile-info-bar-trigger a{display:block;}
.sqs-mobile-info-bar-trigger-icon{display:block;width:16px;height:16px;margin:0 auto 8px auto;background-size:contain;background-repeat:no-repeat;}
.sqs-mobile-info-bar-trigger-label{display:block;font-size:10px;line-height:1em;letter-spacing:1px;color:#222;text-transform:uppercase;font-family:'proxima-nova',arial,sans-serif;}
.sqs-mobile-info-bar-trigger[data-type="location"] .sqs-mobile-info-bar-trigger-icon{background-image:url(/universal/images-v6/mobile-info-bar/map.png);}
.sqs-mobile-info-bar-trigger[data-type="contactEmail"] .sqs-mobile-info-bar-trigger-icon{background-image:url(/universal/images-v6/mobile-info-bar/email.png);}
.sqs-mobile-info-bar-trigger[data-type="contactPhoneNumber"] .sqs-mobile-info-bar-trigger-icon{background-image:url(/universal/images-v6/mobile-info-bar/call.png);}
.sqs-mobile-info-bar-trigger[data-type="businessHours"] .sqs-mobile-info-bar-trigger-icon{background-image:url(/universal/images-v6/mobile-info-bar/hours.png);}
.sqs-mobile-info-bar-overlay{visibility:hidden;position:fixed;top:0;left:0;width:100%;height:100%;opacity:0;background:#ebebeb;color:#222;-webkit-transition:opacity .2s cubic-bezier(.23,.47,.32,1);-moz-transition:opacity .2s cubic-bezier(.23,.47,.32,1);-o-transition:opacity .2s cubic-bezier(.23,.47,.32,1);transition:opacity .2s cubic-bezier(.23,.47,.32,1);}
.sqs-mobile-info-bar-overlay-content,.sqs-mobile-info-bar-overlay-content>div{position:absolute !important;top:0;left:0;width:100%;height:100%;}
.sqs-mobile-info-bar-overlay-content>div{display:none;}
.sqs-mobile-info-bar-overlay-content .sqs-business-hours{top:10%;left:10%;width:80%;height:80%;}
.sqs-mobile-info-bar-overlay-content .sqs-mobile-info-bar-map{top:0;left:0;width:100%;height:100%;}
.sqs-mobile-info-bar-overlay-content .sqs-mobile-info-bar-address{position:absolute;width:100%;height:auto;color:#aaa;background:#ebebeb;bottom:0;padding:20px;font-size:12px;line-height:19px;font-family:'proxima-nova',arial,sans-serif;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;}
.sqs-mobile-info-bar-overlay-content .sqs-mobile-info-bar-address [data-type="addressTitle"]{color:#222;font-size:14px;line-height:14px;margin:2px 0 7px 0;}
.sqs-mobile-info-bar-overlay-content .sqs-mobile-info-bar-address-link{background:url(/universal/images-v6/icons/icon-external-link-18-dark.png) no-repeat;position:absolute;width:18px;height:18px;top:50%;right:20px;margin-top:-9px;}
.sqs-mobile-info-bar-overlay-close{cursor:pointer;position:fixed;background:#ebebeb;top:10px;right:10px;padding:13px;}
.sqs-mobile-info-bar-overlay-close:after{content:'×';display:block;font-family:helvetica,arial,sans-serif;font-weight:100;font-size:19px;line-height:15px;padding:0;color:#222;}
.sqs-mobile-info-bar-show-overlay{z-index:10010;}
.sqs-mobile-info-bar-show-overlay .sqs-mobile-info-bar-overlay{opacity:1;visibility:visible;}
.sqs-mobile-info-bar-dark{background:#222;}
.sqs-mobile-info-bar-dark .sqs-mobile-info-bar-overlay{background:#222;color:#fff;}
.sqs-mobile-info-bar-dark .sqs-mobile-info-bar-address{background:#222;}
.sqs-mobile-info-bar-dark .sqs-mobile-info-bar-address [data-type="addressTitle"]{color:#fff;}
.sqs-mobile-info-bar-dark .sqs-mobile-info-bar-address-link{background-image:url(/universal/images-v6/icons/icon-external-link-18-light.png);}
.sqs-mobile-info-bar-dark .sqs-mobile-info-bar-trigger-label{color:#fff;}
.sqs-mobile-info-bar-dark .sqs-mobile-info-bar-trigger[data-type="location"] .sqs-mobile-info-bar-trigger-icon{background-image:url(/universal/images-v6/mobile-info-bar/map-light.png);}
.sqs-mobile-info-bar-dark .sqs-mobile-info-bar-trigger[data-type="contactEmail"] .sqs-mobile-info-bar-trigger-icon{background-image:url(/universal/images-v6/mobile-info-bar/email-light.png);}
.sqs-mobile-info-bar-dark .sqs-mobile-info-bar-trigger[data-type="contactPhoneNumber"] .sqs-mobile-info-bar-trigger-icon{background-image:url(/universal/images-v6/mobile-info-bar/call-light.png);}
.sqs-mobile-info-bar-dark .sqs-mobile-info-bar-trigger[data-type="businessHours"] .sqs-mobile-info-bar-trigger-icon{background-image:url(/universal/images-v6/mobile-info-bar/hours-light.png);}
.sqs-mobile-info-bar-dark .sqs-mobile-info-bar-overlay-close,.sqs-mobile-info-bar-overlay-close-dark{background:#222;}
.sqs-mobile-info-bar-dark .sqs-mobile-info-bar-overlay-close:after,.sqs-mobile-info-bar-overlay-close-dark:after{color:#fff;}
.sqs-style-mode .sqs-mobile-info-bar,.sqs-mobile-info-bar-hide{-webkit-transform:translate3d(0,100px,0);-moz-transform:translate3d(0,100px,0);-ms-transform:translate3d(0,100px,0);transform:translate3d(0,100px,0);}
.fadeable-plugged.display-status-hidden{display:none;}
.sqs-block.form-block .pre-submit-back,.sqs-block.form-block .pre-submit-topics,.sqs-block.form-block .pre-submit-content,.sqs-block.form-block .pre-submit-form{display:none;}
.sqs-form-pre-submit-flow-content .pre-submit-back,.sqs-form-pre-submit-flow-content .pre-submit-topics,.sqs-form-pre-submit-flow-content .pre-submit-content,.sqs-form-pre-submit-flow-content .pre-submit-form{display:none;}
.sqs-form-pre-submit-flow-content[data-edit-mode="topics"] .pre-submit-topics{display:block;}
.sqs-form-pre-submit-flow-content[data-edit-mode="content"] .pre-submit-back,.sqs-form-pre-submit-flow-content[data-edit-mode="content"] .pre-submit-content{display:block;}
.sqs-form-pre-submit-flow-content[data-edit-mode="form"] .pre-submit-back,.sqs-form-pre-submit-flow-content[data-edit-mode="form"] .pre-submit-form{display:block;}
.sqs-form-pre-submit-flow-content .pre-submit-topics .topic-wrapper .sub-topics{display:none;}
.sqs-form-pre-submit-flow-content .pre-submit-topics .topic-wrapper.open .sub-topics{display:block;}
body.native-currency-code-usd .sqs-money-native:before{content:'$';}
body.native-currency-code-cad .sqs-money-native:before{content:'$';}
body.native-currency-code-cad .sqs-money-native:after{content:' CAD';}
body.native-currency-code-gbp .sqs-money-native:before{content:'£';}
body.native-currency-code-eur .sqs-money-native:before{content:'¬';}
body.native-currency-code-aud .sqs-money-native:before{content:'$';}
body.native-currency-code-aud .sqs-money-native:after{content:' AUD';}
.sqs-spin{background-color:transparent;border-radius:150px;display:inline-block;vertical-align:middle;-webkit-animation:sqs-spin 1s infinite linear;-moz-animation:sqs-spin 1s infinite linear;-ms-animation:sqs-spin 1s infinite linear;-o-animation:sqs-spin 1s infinite linear;animation:sqs-spin 1s infinite linear;}
.sqs-spin.light{border:2px solid rgba(255,255,255,.7);border-top-color:rgba(255,255,255,.15);border-left-color:rgba(255,255,255,.15);}
.sqs-spin.dark{border:2px solid rgba(0,0,0,.75);border-top-color:rgba(0,0,0,.08);border-left-color:rgba(0,0,0,.08);}
.sqs-spin.extra-small{width:4px;height:4px;}
.sqs-spin.small{width:8px;height:8px;}
.sqs-spin.default{width:12px;height:12px;}
.sqs-spin.large{width:22px;height:22px;}
.sqs-spin.extra-large{width:40px;height:40px;}
.sqs-spin.xx-large{width:80px;height:80px;}
.sqs-spin.degraded{border:0px;border-radius:0px;-webkit-animation:none;-moz-animation:none;-ms-animation:none;-o-animation:none;animation:none;}
.sqs-spin.degraded img{width:100%;height:100%;border:0 !important;outline:0 !important;box-shadow:none !important;}
@-webkit-keyframes sqs-spin{0%{-webkit-transform:rotate(0deg);}
100%{-webkit-transform:rotate(360deg);}
}
@-moz-keyframes sqs-spin{0%{-moz-transform:rotate(0deg);}
100%{-moz-transform:rotate(360deg);}
}
@-ms-keyframes sqs-spin{0%{-ms-transform:rotate(0deg);}
100%{-ms-transform:rotate(360deg);}
}
@-o-keyframes sqs-spin{0%{-o-transform:rotate(0deg);}
100%{-o-transform:rotate(360deg);}
}
@keyframes sqs-spin{0%{transform:rotate(0deg);}
100%{transform:rotate(360deg);}
}
.squarespace-social-buttons{-webkit-user-select:none;-moz-user-select:none;position:relative;}
.squarespace-social-buttons .sqs-socialbutton-content{position:relative;}
.squarespace-social-buttons.empty{display:none;}
.squarespace-social-buttons.button-style .ss-social-button-wrapper{display:block;width:55px;background-color:#fff;background-color:#222;background-image:-moz-linear-gradient(#555,#222);background-image:-ms-linear-gradient(#555,#222);background-image:-webkit-linear-gradient(#555,#222);background-image:linear-gradient(#555,#222);-moz-border-radius:3px;border-radius:3px;padding:1px 6px 0px 2px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.04), inset 0 -1px 0 rgba(0,0,0,.24);cursor:pointer;}
.squarespace-social-buttons.button-style .ss-social-button-wrapper:hover{background-color:#6d6d6d;background-color:#222;background-image:-moz-linear-gradient(#666,#222);background-image:-ms-linear-gradient(#666,#222);background-image:-webkit-linear-gradient(#666,#222);background-image:linear-gradient(#666,#222);}
.squarespace-social-buttons.button-style .ss-social-button-wrapper .ss-social-button{display:inline-block;font:11px 'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:600;color:#fff;height:21px;line-height:20px;padding:0px 0px 0px 22px;cursor:pointer;background:2px 2px no-repeat url('/universal/images-v6/standard/icon_social_button_10_light.png');background-position:10% 50%;}
.squarespace-social-buttons.button-style .ss-social-button-wrapper .ss-social-button:hover+.ss-social-button-list{display:block;}
.squarespace-social-buttons.inline-style{display:inline-block;cursor:pointer;}
.squarespace-social-buttons.inline-style .ss-social-button-icon{float:left;margin-right:5px;height:18px;width:18px;border-radius:50%;background:#999 url('/universal/images-v6/standard/icon_social_button_10_light.png') center center no-repeat;background-size:8px;display:block;}
.squarespace-social-buttons.inline-style :hover .ss-social-button-icon{background-color:#222;}
.squarespace-social-buttons .ss-social-list-wrapper{height:0;position:absolute;overflow:hidden;z-index:10000;}
.squarespace-social-buttons .ss-social-list-wrapper .ss-social-button-list{padding:14px;min-width:108px;box-shadow:0 1px 3px rgba(0, 0, 0, 0.05);background-color:rgba(254,254,254,.9);border-width:1px;border-style:solid;border-color:rgba(242,242,242,.05);border:1px solid #ccc;-moz-border-radius:5px;border-radius:5px;}
.squarespace-social-buttons .ss-social-list-wrapper .ss-social-button-list .ss-social-button-container{margin-bottom:10px;min-height:28px;}
.squarespace-social-buttons .ss-social-list-wrapper .ss-social-button-list .ss-social-button-container:last-child{margin-bottom:0px;}
html.squarespace-cameron .sqs-form-pre-submit-topic{margin-bottom:2px;background:#111;}
html.squarespace-cameron .sqs-form-pre-submit-topic-content{border:1px solid #333;-moz-border-radius:4px;border-radius:4px;}
html.squarespace-cameron .sqs-form-pre-submit-topic-content .topic-control-bar{background:#333;height:40px;}
html.squarespace-cameron .sqs-form-pre-submit-topic-content .topic-control-bar .topic-drag-handle-wrapper{float:left;width:7%;height:100%;cursor:move;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;}
html.squarespace-cameron .sqs-form-pre-submit-topic-content .topic-control-bar .topic-drag-handle-wrapper .topic-drag-handle{background-image:url('/universal/images-v6/icons/icon-grab-24-light.png');background-repeat:no-repeat;background-position:center center;height:16px;width:16px;margin:12px auto 0;opacity:.3;}
html.squarespace-cameron .sqs-form-pre-submit-topic-content .topic-control-bar .topic-title{float:left;width:66%;height:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;padding:7px 0;}
html.squarespace-cameron .sqs-form-pre-submit-topic-content .topic-control-bar .topic-title .sqs-dialog-field.sqs-text.name-topicTitle input{font-size:12px;padding:6px 25px 6px 6px;margin:0;background-color:transparent;-webkit-transition:background-color .2s ease-out;-moz-transition:background-color .2s ease-out;-o-transition:background-color .2s ease-out;transition:background-color .2s ease-out;color:#eaeaea;border:none;-moz-border-radius:2px;border-radius:2px;text-overflow:ellipsis;}
html.squarespace-cameron .sqs-form-pre-submit-topic-content .topic-control-bar .topic-title .sqs-dialog-field.sqs-text.name-topicTitle input:hover{background-color:#444;}
html.squarespace-cameron .sqs-form-pre-submit-topic-content .topic-control-bar .topic-title .sqs-dialog-field.sqs-text.name-topicTitle input:focus{background-color:#555;}
html.squarespace-cameron .sqs-form-pre-submit-topic-content .topic-control-bar .topic-controls{float:right;height:100%;width:27%;padding-right:5px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;}
html.squarespace-cameron .sqs-form-pre-submit-topic-content .topic-control-bar .topic-controls .edit-topic,html.squarespace-cameron .sqs-form-pre-submit-topic-content .topic-control-bar .topic-controls .remove-topic{float:right;opacity:.6;cursor:pointer;-webkit-transition:opacity .2s ease-out;-moz-transition:opacity .2s ease-out;-o-transition:opacity .2s ease-out;transition:opacity .2s ease-out;}
html.squarespace-cameron .sqs-form-pre-submit-topic-content .topic-control-bar .topic-controls .edit-topic:hover,html.squarespace-cameron .sqs-form-pre-submit-topic-content .topic-control-bar .topic-controls .remove-topic:hover{opacity:1;}
html.squarespace-cameron .sqs-form-pre-submit-topic-content .topic-control-bar .topic-controls .edit-topic{margin-top:14px;padding:2px 8px;background:#eaeaea;text-transform:uppercase;font-size:9px;font-weight:700;color:#3a3a3a;letter-spacing:1px;-moz-border-radius:2px;border-radius:2px;}
html.squarespace-cameron .sqs-form-pre-submit-topic-content .topic-control-bar .topic-controls .remove-topic{font-size:25px;font-weight:300;line-height:28px;text-align:center;color:#eaeaea;height:25px;width:25px;margin-top:7px;}
html.squarespace-cameron .sqs-form-pre-submit-topic-content .topic-children{padding:10px;}
html.squarespace-cameron .sqs-form-pre-submit-topic-content .topic-children .topic-label{padding-bottom:10px;border-bottom:1px solid #333;margin-bottom:10px;}
html.squarespace-cameron .sqs-form-pre-submit-topic-content .topic-children .topic-label .sqs-dialog-field.sqs-text.name-topicLabel input{font-size:11px;margin:0;}
html.squarespace-cameron .sqs-form-pre-submit-topic-content .topic-children .topic-child-controls,html.squarespace-cameron .sqs-form-pre-submit-topic-content .topic-children .topic-sub-topics,html.squarespace-cameron .sqs-form-pre-submit-topic-content .topic-children .topic-content{display:none;}
html.squarespace-cameron .sqs-form-pre-submit-topic-content .topic-children .topic-child-controls{zoom:1;}
html.squarespace-cameron .sqs-form-pre-submit-topic-content .topic-children .topic-child-controls:after{display:block;visibility:hidden;font-size:0;height:0;clear:both;content:".";}
html.squarespace-cameron .sqs-form-pre-submit-topic-content .topic-children .topic-child-controls .topic-child-control-wrapper{float:left;width:50%;padding:20px 40px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;}
html.squarespace-cameron .sqs-form-pre-submit-topic-content .topic-children .topic-child-controls .topic-child-control-wrapper .topic-child-control{display:inline-block;cursor:pointer;-moz-border-radius:20px;border-radius:20px;border:0;background-color:#272727;color:#eee;font:400 11px / 14px 'proxima-nova','Helvetica Neue',Helvetica,Arial,sans-serif;background-color:#e5e5e5;color:#111;text-align:center;padding:10px;display:block;}
html.squarespace-cameron .sqs-form-pre-submit-topic-content .topic-children .topic-child-controls .topic-child-control-wrapper .topic-child-control a{padding:7px 15px 7px;display:inline-block;color:#eee;text-decoration:none;border-bottom:0;}
html.squarespace-cameron .sqs-form-pre-submit-topic-content .topic-children .topic-child-controls .topic-child-control-wrapper .topic-child-control:hover a{color:#fff;}
html.squarespace-cameron .sqs-form-pre-submit-topic-content .topic-children .topic-child-controls .topic-child-control-wrapper .topic-child-control:focus{outline:none;color:#ddd;box-shadow:0 0 0 1px rgba(0, 0, 0, .1), 0 0 0 2px  #42b1ff;}
html.squarespace-cameron .sqs-form-pre-submit-topic-content .topic-children .topic-child-controls .topic-child-control-wrapper .topic-child-control:hover a{color:#111;}
html.squarespace-cameron .sqs-form-pre-submit-topic-content .topic-children .topic-child-controls .topic-child-control-wrapper .topic-child-control a{color:#222;}
html.squarespace-cameron .sqs-form-pre-submit-topic-content .topic-children .topic-child-controls .topic-child-control-wrapper .topic-child-control:focus{outline:none;color:#111;box-shadow:0 0 0 1px rgba(0, 0, 0, .1), 0 0 0 2px  #42b1ff;}
html.squarespace-cameron .sqs-form-pre-submit-topic-content .topic-children .topic-sub-topics .sqs-form-pre-submit-topic-content .topic-control-bar{height:30px;}
html.squarespace-cameron .sqs-form-pre-submit-topic-content .topic-children .topic-sub-topics .sqs-form-pre-submit-topic-content .topic-control-bar .topic-drag-handle{margin-top:7px;background-image:url('/universal/images-v6/icons/icon-grab-16-light.png');}
html.squarespace-cameron .sqs-form-pre-submit-topic-content .topic-children .topic-sub-topics .sqs-form-pre-submit-topic-content .topic-control-bar .topic-title{padding:4px 0;}
html.squarespace-cameron .sqs-form-pre-submit-topic-content .topic-children .topic-sub-topics .sqs-form-pre-submit-topic-content .topic-control-bar .topic-title input{font-size:11px;padding:4px;}
html.squarespace-cameron .sqs-form-pre-submit-topic-content .topic-children .topic-sub-topics .sqs-form-pre-submit-topic-content .topic-control-bar .edit-topic{font-size:8px;margin-top:9px;}
html.squarespace-cameron .sqs-form-pre-submit-topic-content .topic-children .topic-sub-topics .sqs-form-pre-submit-topic-content .topic-control-bar .remove-topic{font-size:22px;margin-top:2px;}
html.squarespace-cameron .sqs-form-pre-submit-topic-content .topic-children .topic-sub-topics .sqs-form-pre-submit-topic-content .topic-children .topic-child-controls,html.squarespace-cameron .sqs-form-pre-submit-topic-content .topic-children .topic-sub-topics .sqs-form-pre-submit-topic-content .topic-children .topic-sub-topics,html.squarespace-cameron .sqs-form-pre-submit-topic-content .topic-children .topic-sub-topics .sqs-form-pre-submit-topic-content .topic-children .topic-content{display:none;}
html.squarespace-cameron .sqs-form-pre-submit-topic-content .topic-children .topic-sub-topics .sqs-form-pre-submit-topic-content.editing-mode-empty .topic-child-controls{display:block;}
html.squarespace-cameron .sqs-form-pre-submit-topic-content .topic-children .topic-sub-topics .sqs-form-pre-submit-topic-content.editing-mode-sub-topics .topic-sub-topics{display:block;}
html.squarespace-cameron .sqs-form-pre-submit-topic-content .topic-children .topic-sub-topics .sqs-form-pre-submit-topic-content.editing-mode-content .topic-content{display:block;}
html.squarespace-cameron .sqs-form-pre-submit-topic-content .topic-children .topic-sub-topics .add-topic{padding:7px 7px 7px 25px;font-size:10px;}
html.squarespace-cameron .sqs-form-pre-submit-topic-content .topic-children .topic-sub-topics .add-topic .add-icon{top:9px;left:9px;}
html.squarespace-cameron .sqs-form-pre-submit-topic-content.editing-mode-empty .topic-child-controls{display:block;}
html.squarespace-cameron .sqs-form-pre-submit-topic-content.editing-mode-sub-topics .topic-sub-topics{display:block;}
html.squarespace-cameron .sqs-form-pre-submit-topic-content.editing-mode-content .topic-content{display:block;}
html.squarespace-cameron .sqs-form-pre-submit-topic.yui3-dd-super-proxy-clone{box-shadow:0 0 5px #000;}
.sqs-video-wrapper .intrinsic{max-width:100%;}
.sqs-video-wrapper.video-none{position:relative;}
.sqs-video-wrapper.video-fill{position:absolute;width:100%;height:100%;}
.sqs-video-wrapper.video-fit{position:absolute;width:100%;}
.sqs-video-wrapper.video-fit .intrinsic{width:100%;}
.sqs-video-wrapper.video-fit .intrinsic-inner{position:relative;}
.sqs-video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;}
.sqs-video-wrapper object,.sqs-video-wrapper embed{position:absolute;top:0;left:0;width:100%;height:100%;}
.sqs-video-wrapper .sqs-video-overlay{display:block;position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;color:#000;background-position:center center;background-repeat:no-repeat;}
.sqs-video-wrapper .sqs-video-overlay .sqs-video-opaque{position:absolute;bottom:0;width:100%;height:100%;background:#000;opacity:0;}
.sqs-video-wrapper .sqs-video-overlay.no-thumb .sqs-video-opaque{opacity:1;}
.sqs-video-wrapper .sqs-video-overlay .sqs-video-icon{opacity:.8;position:absolute;top:50%;left:50%;background-image:url('/universal/images-v6/icons/icon-video-48-light-solid.png');background-position:center center;background-repeat:no-repeat;height:48px;width:48px;margin-left:-24px;margin-top:-24px;cursor:pointer;}
html.blogapp .sqs-video-wrapper .sqs-video-overlay .sqs-video-icon{background-image:url('gallery-play-big.png');height:80px;width:80px;margin-left:-40px;margin-top:-40px;opacity:.75;}
@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min-resolution:192dpi){html.blogapp .sqs-video-wrapper .sqs-video-overlay .sqs-video-icon{background-image:url('gallery-play-big@2x.png');background-size:80px;}
}
.sqs-video-wrapper.video-invalid{position:static !important;height:48px !important;}
.sqs-video-wrapper .sqs-video-invalid-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;}
.clear{zoom:1;}
.clear:after{display:block;visibility:hidden;font-size:0;height:0;clear:both;content:".";}
@-webkit-keyframes spin-frames{from{-webkit-transform:rotate(0deg);-webkit-animation-timing-function:linear;}
to{-webkit-transform:rotate(360deg);-webkit-animation-timing-function:linear;}
}
@-moz-keyframes spin-frames{from{-moz-transform:rotate(0deg);-moz-animation-timing-function:linear;}
to{-moz-transform:rotate(360deg);-moz-animation-timing-function:linear;}
}
.sqs-lightbox-signup-spinner{position:fixed !important;left:50% !important;margin-top:-150px !important;margin-left:-150px !important;width:300px !important;height:300px !important;}
.squarespace-signup-text{font-family:'proxima-nova','Helvetica Neue',Helvetica,Arial,sans-serif;color:#fff;width:300px;text-align:center;padding-top:15px;line-height:21px;font-size:15px;padding-bottom:100px;}
.squarespace-signup-text .join-thank-you{font-weight:bold;padding-bottom:20px;}
.squarespace-signup-spinner{background:transparent url('/universal/images-v6/big-gear.png') center center no-repeat;width:300px !important;height:220px !important;-webkit-animation-duration:2s;-moz-animation-duration:2s;-o-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;-o-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:spin-frames;-moz-animation-name:spin-frames;-o-animation-name:spin-frames;animation-name:spin-frames;}
.squarespace-signup-spinner.stopped{-webkit-animation-name:stopped;-moz-animation-name:stopped;-o-animation-name:stopped;animation-name:stopped;}
.sqs-g{letter-spacing:-.31em;*letter-spacing:normal;*word-spacing:-.43em;text-rendering:optimizespeed;}
.opera-only :-o-prefocus,.sqs-g{word-spacing:-.43em;}
.yui3-u,.sqs-u{display:inline-block;zoom:1;*display:inline;letter-spacing:normal;word-spacing:normal;vertical-align:top;text-rendering:auto;}
.sqs-u-1,.sqs-u-1-2,.sqs-u-1-3,.sqs-u-2-3,.sqs-u-1-4,.sqs-u-3-4,.sqs-u-1-5,.sqs-u-2-5,.sqs-u-3-5,.sqs-u-4-5,.sqs-u-1-6,.sqs-u-5-6,.sqs-u-1-8,.sqs-u-3-8,.sqs-u-5-8,.sqs-u-7-8,.sqs-u-1-12,.sqs-u-5-12,.sqs-u-7-12,.sqs-u-11-12,.sqs-u-1-24,.sqs-u-5-24,.sqs-u-7-24,.sqs-u-11-24,.sqs-u-13-24,.sqs-u-17-24,.sqs-u-19-24,.sqs-u-23-24{display:inline-block;zoom:1;*display:inline;letter-spacing:normal;word-spacing:normal;vertical-align:top;text-rendering:auto;}
.sqs-u-1{display:block;}
.sqs-u-1-2{width:50%;}
.sqs-u-1-3{width:33.33333%;}
.sqs-u-2-3{width:66.66666%;}
.sqs-u-1-4{width:25%;}
.sqs-u-3-4{width:75%;}
.sqs-u-1-5{width:20%;}
.sqs-u-2-5{width:40%;}
.sqs-u-3-5{width:60%;}
.sqs-u-4-5{width:80%;}
.sqs-u-1-6{width:16.656%;}
.sqs-u-5-6{width:83.33%;}
.sqs-u-1-8{width:12.5%;}
.sqs-u-3-8{width:37.5%;}
.sqs-u-5-8{width:62.5%;}
.sqs-u-7-8{width:87.5%;}
.sqs-u-1-12{width:8.3333%;}
.sqs-u-5-12{width:41.6666%;}
.sqs-u-7-12{width:58.3333%;}
.sqs-u-11-12{width:91.6666%;}
.sqs-u-1-24{width:4.1666%;}
.sqs-u-5-24{width:20.8333%;}
.sqs-u-7-24{width:29.1666%;}
.sqs-u-11-24{width:45.8333%;}
.sqs-u-13-24{width:54.1666%;}
.sqs-u-17-24{width:70.8333%;}
.sqs-u-19-24{width:79.1666%;}
.sqs-u-23-24{width:95.8333%;}
#sqs-css-stamp.cssgrids{display:none;}
.yui3-widget-hidden{display:none;}
.yui3-widget-content{overflow:hidden;}
.yui3-widget-content-expanded{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;height:100%;}
.yui3-widget-tmp-forcesize{overflow:hidden !important;}
.sqs-panel{position:absolute;}
.sqs-panel-hidden{visibility:hidden;}
.sqs-widget-tmp-forcesize .sqs-panel-content{overflow:hidden !important;}
.sqs-panel .sqs-widget-hd{position:relative;}
.sqs-panel .sqs-widget-hd .sqs-widget-buttons{position:absolute;top:0;right:0;}
.sqs-panel .sqs-widget-ft .sqs-widget-buttons{display:inline-block;*display:inline;zoom:1;}
.yui3-slider,.yui3-slider-rail{display:-moz-inline-stack;display:inline-block;*display:inline;zoom:1;vertical-align:middle;}
.yui3-slider-content{position:relative;display:block;}
.yui3-slider-rail{position:relative;}
.yui3-slider-rail-cap-top,.yui3-slider-rail-cap-left,.yui3-slider-rail-cap-bottom,.yui3-slider-rail-cap-right,.yui3-slider-thumb,.yui3-slider-thumb-image,.yui3-slider-thumb-shadow{position:absolute;}
.yui3-slider-thumb{overflow:hidden;}
.sqs-aclist,.yui3-aclist{position:absolute;z-index:1;}
.sqs-aclist-hidden,.yui3-aclist-hidden{visibility:hidden;}
.sqs-aclist-aria,.yui3-aclist-aria{left:-9999px;position:absolute;}
.sqs-aclist-list,.yui3-aclist-list{list-style:none;margin:0;overflow:hidden;padding:0;}
.sqs-aclist-item,.yui3-aclist-item{cursor:pointer;list-style:none;padding:2px 5px;}
.sqs-aclist-item-active,.yui3-aclist-item-active{outline:#afafaf dotted thin;}
body.sqs-search-ui{background:red;overflow:hidden;color:red;}
body.sqs-search-ui-fullscreen.no-scroll{position:static;}
.sqs-search-ui-input-box{padding-bottom:10px;}
body.sqs-search-ui-fullscreen .sqs-search-ui{background:#fff;position:fixed;top:0;left:0;right:0;bottom:0;z-index:100000;padding:200px 100px 50px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;opacity:0;}
body.sqs-search-ui-fullscreen .sqs-search-ui .search-result-notice{font-size:12px;color:#000;}
body.sqs-search-ui-fullscreen .sqs-search-ui .search-result-notice.error{color:#d10000;}
body.sqs-search-ui-fullscreen .sqs-search-ui-waiting{background:#fff;height:100%;width:100%;position:absolute;opacity:.5;}
body.sqs-search-ui-fullscreen .sqs-search-ui a{color:#999;text-decoration:none;}
body.sqs-search-ui-fullscreen .sqs-search-ui-close{-webkit-transition:opacity .1s ease-out;-moz-transition:opacity .1s ease-out;-o-transition:opacity .1s ease-out;transition:opacity .1s ease-out;position:absolute;top:0;right:0;height:60px;width:60px;background:transparent url('/universal/images-v6/icons/icon-closethin-15-dark.png') center center no-repeat;z-index:10100;opacity:.4;cursor:pointer;}
body.sqs-search-ui-fullscreen .sqs-search-ui-close:hover{opacity:1;}
body.sqs-search-ui-fullscreen .sqs-search-ui input{border:none;position:fixed;top:0;left:0;right:0;margin-left:96px;margin-top:60px;font:500 50px "Helvetica Neue",Helvetica,Arial,sans-serif !important;letter-spacing:-.05em;outline:none;}
body.sqs-search-ui-fullscreen .sqs-search-ui input::-webkit-input-placeholder{color:#eee;}
body.sqs-search-ui-fullscreen .sqs-search-ui input:-moz-placeholder{color:#eee;}
body.sqs-search-ui-fullscreen .sqs-search-ui input::selection{color:#fff;background-color:#000;}
body.sqs-search-ui-fullscreen .sqs-search-ui input:focus{box-shadow:none;border:none;}
body.sqs-search-ui-fullscreen .sqs-search-ui .yui3-aclist,body.sqs-search-ui-fullscreen .sqs-search-ui .yui3-scrollingautocompletelist{margin-left:96px;font-size:11px;line-height:18px;padding-left:5px;position:fixed;top:130px;left:0;color:#000;background:#fff;width:300px;}
body.sqs-search-ui-fullscreen .sqs-search-ui .yui3-aclist .yui3-aclist-item,body.sqs-search-ui-fullscreen .sqs-search-ui .yui3-scrollingautocompletelist .yui3-aclist-item{list-style:none;margin-top:2px;}
body.sqs-search-ui-fullscreen .sqs-search-ui .yui3-aclist .yui3-aclist-item-active,body.sqs-search-ui-fullscreen .sqs-search-ui .yui3-scrollingautocompletelist .yui3-aclist-item-active{outline:none;color:#000;font-weight:bold;}
body.sqs-search-ui-fullscreen .sqs-search-ui-filters{float:right;right:100px;top:200px;width:150px;text-align:left;font-size:11px;color:#333;line-height:18px;padding:10px;padding-right:100px;}
body.sqs-search-ui-fullscreen .sqs-search-ui-filters strong{color:#666;padding-bottom:9px;display:block;border-top:1px solid #eee;padding-top:16px;}
body.sqs-search-ui-fullscreen .sqs-search-ui-filters a{color:#666 !important;border-bottom:0px !important;cursor:pointer;}
body.sqs-search-ui-fullscreen .sqs-search-ui-filters a:hover{color:#000 !important;}
body.sqs-search-ui-fullscreen .sqs-search-ui-filters a .count{color:#bbb;padding-left:2px;font-size:9px;}
body.sqs-search-ui-fullscreen .sqs-search-ui-filters ul{margin:0;padding:0;}
body.sqs-search-ui-fullscreen .sqs-search-ui-filters li{list-style:none;margin:0;padding:0;}
body.sqs-search-ui-fullscreen .sqs-search-ui-filters li.active a{font-weight:bold;color:#000 !important;}
body.sqs-search-ui-fullscreen .sqs-search-ui-filters>ul>li{margin-bottom:20px;}
body.sqs-search-ui-fullscreen .sqs-search-ui-filters>ul>li strong{text-transform:uppercase;}
body.sqs-search-ui-fullscreen .sqs-search-ui-filters>ul>li:last-child{margin-bottom:0;}
body.sqs-search-ui-fullscreen .sqs-search-ui-list{overflow-y:auto;overflow-x:hidden;position:absolute;top:200px;left:0;right:0;bottom:0;margin-left:84px;margin-top:-1px;}
body.sqs-search-ui-fullscreen .sqs-search-ui-list .search-results{margin-right:300px;position:absolute;}
body.sqs-search-ui-fullscreen .sqs-search-ui-pagination{display:none;}
body.sqs-search-ui-fullscreen .sqs-search-ui-item{padding:16px;position:relative;zoom:1;cursor:pointer;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out;}
body.sqs-search-ui-fullscreen .sqs-search-ui-item:after{display:block;visibility:hidden;font-size:0;height:0;clear:both;content:".";}
body.sqs-search-ui-fullscreen .sqs-search-ui-item.active{background:#f6f6f6;}
body.sqs-search-ui-fullscreen .sqs-search-ui-item:hover{background:#f6f6f6;}
body.sqs-search-ui-fullscreen .sqs-search-ui-item:first-child{margin-top:0;}
body.sqs-search-ui-fullscreen .sqs-search-ui-item img{height:50px;width:50px;float:left;margin-right:16px;}
body.sqs-search-ui-fullscreen .sqs-search-ui-item mark{font-weight:bold;}
body.sqs-search-ui-fullscreen .sqs-search-ui-item em{background-color:#ffffe1;color:#222;font-style:normal;}
body.sqs-search-ui-fullscreen .sqs-search-ui-item .sqs-title{font:400 16px "Helvetica Neue",Helvetica,Arial,sans-serif !important;margin-bottom:4px;color:#333;}
body.sqs-search-ui-fullscreen .sqs-search-ui-item .sqs-title .record-type{font-weight:200;color:#888;font-size:11px;padding-left:7px;display:none;}
body.sqs-search-ui-fullscreen .sqs-search-ui-item .sqs-title .edit{-webkit-transition:color, background-color .1s ease-out;-moz-transition:color, background-color .1s ease-out;-o-transition:color, background-color .1s ease-out;transition:color, background-color .1s ease-out;background:#f2f2f2;color:#111;font-size:10px;padding:2px 10px;border-radius:10px;margin-left:6px;}
body.sqs-search-ui-fullscreen .sqs-search-ui-item .sqs-title .edit:hover{background:#111;color:#fff;}
body.sqs-search-ui-fullscreen .sqs-search-ui-item .sqs-content{color:#888;font:400 12px/18px "Helvetica Neue",Helvetica,Arial,sans-serif !important;}
body.sqs-search-ui-fullscreen .sqs-search-ui-item .sqs-content span{margin:2px 0;}
body.sqs-search-ui-fullscreen .sqs-search-ui-item .sqs-content span:first-child{display:none;}
body.sqs-search-ui-fullscreen .sqs-search-ui-item.sqs-post-type-comment .sqs-content strong{color:#555;}
body.sqs-search-ui-fullscreen .sqs-search-ui .loading{opacity:.75;}
body.sqs-search-ui-fullscreen .sqs-search-ui .loading .desc{display:block;float:left;padding-top:4px;padding-left:12px;}
body.sqs-search-ui-fullscreen .sqs-search-ui .loading .spinner-wrapper{display:block;float:left;}
@media screen and (max-width:600px){.sqs-search-ui{padding:80px 50px 0 50px;}
.sqs-search-ui-filters{display:none;}
.sqs-search-ui-list{top:160px;}
.sqs-search-ui-list .search-results{margin-right:0px;}
.sqs-search-ui input{padding-left:0;top:0;right:0;margin-left:0;margin-top:0;position:relative;font-size:30px !important;}
}

/* Squarespace LESS Compiler  (less.js language v1.3.3)  */
@charset "UTF-8";
/* ---------- layout-display.less ---------- */
/* Everything you need to render a layout (even while logged out) */
/* All grid and block code. */
/* ---------- grid.less ---------- */
/* ---------- grid-vertical.less ---------- */
.sqs-block.vsize-1 .sqs-block-content {
  height: 34px;
}
.sqs-block.vsize-2 .sqs-block-content {
  height: 68px;
}
.sqs-block.vsize-3 .sqs-block-content {
  height: 102px;
}
.sqs-block.vsize-4 .sqs-block-content {
  height: 136px;
}
.sqs-block.vsize-5 .sqs-block-content {
  height: 170px;
}
.sqs-block.vsize-6 .sqs-block-content {
  height: 204px;
}
.sqs-block.vsize-7 .sqs-block-content {
  height: 238px;
}
.sqs-block.vsize-8 .sqs-block-content {
  height: 272px;
}
.sqs-block.vsize-9 .sqs-block-content {
  height: 306px;
}
.sqs-block.vsize-10 .sqs-block-content {
  height: 340px;
}
.sqs-block.vsize-11 .sqs-block-content {
  height: 374px;
}
.sqs-block.vsize-12 .sqs-block-content {
  height: 408px;
}
.sqs-block.vsize-13 .sqs-block-content {
  height: 442px;
}
.sqs-block.vsize-14 .sqs-block-content {
  height: 476px;
}
.sqs-block.vsize-15 .sqs-block-content {
  height: 510px;
}
.sqs-block.vsize-16 .sqs-block-content {
  height: 544px;
}
.sqs-block.vsize-17 .sqs-block-content {
  height: 578px;
}
.sqs-block.vsize-18 .sqs-block-content {
  height: 612px;
}
.sqs-block.vsize-19 .sqs-block-content {
  height: 646px;
}
.sqs-block.vsize-20 .sqs-block-content {
  height: 680px;
}
.sqs-block.vsize-21 .sqs-block-content {
  height: 714px;
}
.sqs-block.vsize-22 .sqs-block-content {
  height: 748px;
}
.sqs-block.vsize-23 .sqs-block-content {
  height: 782px;
}
.sqs-block.vsize-24 .sqs-block-content {
  height: 816px;
}
.sqs-block.vsize-25 .sqs-block-content {
  height: 850px;
}
.sqs-block.vsize-26 .sqs-block-content {
  height: 884px;
}
.sqs-block.vsize-27 .sqs-block-content {
  height: 918px;
}
.sqs-block.vsize-28 .sqs-block-content {
  height: 952px;
}
.sqs-block.vsize-29 .sqs-block-content {
  height: 986px;
}
.sqs-block.vsize-30 .sqs-block-content {
  height: 1020px;
}
.sqs-row {
  width: auto !important;
  *zoom: 1;
}
.sqs-row:before,
.sqs-row:after {
  content: "";
  display: table;
}
.sqs-row:after {
  clear: both;
}
[class*=sqs-col] {
  float: left;
}
[class*=sqs-col] .sqs-block {
  padding-left: 17px;
  padding-right: 17px;
}
[class*=sqs-col]:last-child {
  padding-right: 0;
}
.sqs-col-12 {
  width: 100%;
}
.sqs-col-12 .sqs-col-12 {
  width: 100%;
}
.sqs-col-12 .sqs-col-11 {
  width: 91.6667%;
}
.sqs-col-12 .sqs-col-10 {
  width: 83.3333%;
}
.sqs-col-12 .sqs-col-9 {
  width: 75%;
}
.sqs-col-12 .sqs-col-8 {
  width: 66.6667%;
}
.sqs-col-12 .sqs-col-7 {
  width: 58.3333%;
}
.sqs-col-12 .sqs-col-6 {
  width: 50%;
}
.sqs-col-12 .sqs-col-5 {
  width: 41.6667%;
}
.sqs-col-12 .sqs-col-4 {
  width: 33.3333%;
}
.sqs-col-12 .sqs-col-3 {
  width: 25%;
}
.sqs-col-12 .sqs-col-2 {
  width: 16.6667%;
}
.sqs-col-12 .sqs-col-1 {
  width: 8.3333%;
}
.sqs-col-11 {
  width: 91.6667%;
}
.sqs-col-11 .sqs-col-11 {
  width: 100%;
}
.sqs-col-11 .sqs-col-10 {
  width: 90.9091%;
}
.sqs-col-11 .sqs-col-9 {
  width: 81.8182%;
}
.sqs-col-11 .sqs-col-8 {
  width: 72.7273%;
}
.sqs-col-11 .sqs-col-7 {
  width: 63.6364%;
}
.sqs-col-11 .sqs-col-6 {
  width: 54.5455%;
}
.sqs-col-11 .sqs-col-5 {
  width: 45.4545%;
}
.sqs-col-11 .sqs-col-4 {
  width: 36.3636%;
}
.sqs-col-11 .sqs-col-3 {
  width: 27.2727%;
}
.sqs-col-11 .sqs-col-2 {
  width: 18.1818%;
}
.sqs-col-11 .sqs-col-1 {
  width: 9.0909%;
}
.sqs-col-10 {
  width: 83.3333%;
}
.sqs-col-10 .sqs-col-10 {
  width: 100%;
}
.sqs-col-10 .sqs-col-9 {
  width: 90%;
}
.sqs-col-10 .sqs-col-8 {
  width: 80%;
}
.sqs-col-10 .sqs-col-7 {
  width: 70%;
}
.sqs-col-10 .sqs-col-6 {
  width: 60%;
}
.sqs-col-10 .sqs-col-5 {
  width: 50%;
}
.sqs-col-10 .sqs-col-4 {
  width: 40%;
}
.sqs-col-10 .sqs-col-3 {
  width: 30%;
}
.sqs-col-10 .sqs-col-2 {
  width: 20%;
}
.sqs-col-10 .sqs-col-1 {
  width: 10%;
}
.sqs-col-9 {
  width: 75%;
}
.sqs-col-9 .sqs-col-9 {
  width: 100%;
}
.sqs-col-9 .sqs-col-8 {
  width: 88.8889%;
}
.sqs-col-9 .sqs-col-7 {
  width: 77.7778%;
}
.sqs-col-9 .sqs-col-6 {
  width: 66.6667%;
}
.sqs-col-9 .sqs-col-5 {
  width: 55.5556%;
}
.sqs-col-9 .sqs-col-4 {
  width: 44.4444%;
}
.sqs-col-9 .sqs-col-3 {
  width: 33.3333%;
}
.sqs-col-9 .sqs-col-2 {
  width: 22.2222%;
}
.sqs-col-9 .sqs-col-1 {
  width: 11.1111%;
}
.sqs-col-8 {
  width: 66.6667%;
}
.sqs-col-8 .sqs-col-8 {
  width: 100%;
}
.sqs-col-8 .sqs-col-7 {
  width: 87.5%;
}
.sqs-col-8 .sqs-col-6 {
  width: 75%;
}
.sqs-col-8 .sqs-col-5 {
  width: 62.5%;
}
.sqs-col-8 .sqs-col-4 {
  width: 50%;
}
.sqs-col-8 .sqs-col-3 {
  width: 37.5%;
}
.sqs-col-8 .sqs-col-2 {
  width: 25%;
}
.sqs-col-8 .sqs-col-1 {
  width: 12.5%;
}
.sqs-col-7 {
  width: 58.3333%;
}
.sqs-col-7 .sqs-col-7 {
  width: 100%;
}
.sqs-col-7 .sqs-col-6 {
  width: 85.7143%;
}
.sqs-col-7 .sqs-col-5 {
  width: 71.4286%;
}
.sqs-col-7 .sqs-col-4 {
  width: 57.1429%;
}
.sqs-col-7 .sqs-col-3 {
  width: 42.8571%;
}
.sqs-col-7 .sqs-col-2 {
  width: 28.5714%;
}
.sqs-col-7 .sqs-col-1 {
  width: 14.2857%;
}
.sqs-col-6 {
  width: 50%;
}
.sqs-col-6 .sqs-col-6 {
  width: 100%;
}
.sqs-col-6 .sqs-col-5 {
  width: 83.3333%;
}
.sqs-col-6 .sqs-col-4 {
  width: 66.6667%;
}
.sqs-col-6 .sqs-col-3 {
  width: 50%;
}
.sqs-col-6 .sqs-col-2 {
  width: 33.3333%;
}
.sqs-col-6 .sqs-col-1 {
  width: 16.6667%;
}
.sqs-col-5 {
  width: 41.6667%;
}
.sqs-col-5 .sqs-col-5 {
  width: 100%;
}
.sqs-col-5 .sqs-col-4 {
  width: 80%;
}
.sqs-col-5 .sqs-col-3 {
  width: 60%;
}
.sqs-col-5 .sqs-col-2 {
  width: 40%;
}
.sqs-col-5 .sqs-col-1 {
  width: 20%;
}
.sqs-col-4 {
  width: 33.3333%;
}
.sqs-col-4 .sqs-col-4 {
  width: 100%;
}
.sqs-col-4 .sqs-col-3 {
  width: 75%;
}
.sqs-col-4 .sqs-col-2 {
  width: 50%;
}
.sqs-col-4 .sqs-col-1 {
  width: 25%;
}
.sqs-col-3 {
  width: 25%;
}
.sqs-col-3 .sqs-col-3 {
  width: 100%;
}
.sqs-col-3 .sqs-col-2 {
  width: 66.6667%;
}
.sqs-col-3 .sqs-col-1 {
  width: 33.3333%;
}
.sqs-col-2 {
  width: 16.6667%;
}
.sqs-col-2 .sqs-col-2 {
  width: 100%;
}
.sqs-col-2 .sqs-col-1 {
  width: 50%;
}
.sqs-col-1 {
  width: 8.3333%;
}
.sqs-col-1 .sqs-col-1 {
  width: 100%;
}
.sqs-layout > .sqs-row {
  margin-left: -17px;
  margin-right: -17px;
}
.sqs-layout:not(.sqs-editing) .sqs-row .sqs-block:not(.float):first-child {
  padding-top: 0;
}
.sqs-layout:not(.sqs-editing) .sqs-block + .sqs-row .sqs-block:not(.float):first-child {
  padding-top: 17px;
}
.sqs-layout:not(.sqs-editing) .sqs-row + .sqs-row .sqs-block:not(.float):first-child {
  padding-top: 17px;
}
.sqs-layout:not(.sqs-editing) .sqs-row .sqs-block:last-child {
  padding-bottom: 0;
}
.sqs-layout:not(.sqs-editing) > .sqs-row:first-child > [class*=sqs-col]:first-child > .sqs-block:last-child,
.sqs-layout:not(.sqs-editing) .sqs-block + .sqs-row .sqs-block:not(.float):last-child {
  padding-bottom: 17px;
}
.sqs-layout:not(.sqs-editing) .sqs-row + .sqs-row:not(:last-child) .sqs-block:last-child {
  padding-bottom: 17px;
}
.sqs-block.sized .sqs-block-content {
  overflow: hidden;
}
.text-align-center {
  text-align: center;
}
.text-align-right {
  text-align: right;
}
.columns-1 [class*=sqs-col-] {
  width: 100% !important;
}
.sqs-block .state-message,
.sqs-state-message {
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 13px;
  line-height: 22px;
  padding: 19px;
  padding-left: 60px;
  color: #333;
  position: relative;
  background-color: rgba(128, 128, 128, .15000000000000002);
}
.sqs-block .state-message:after,
.sqs-state-message:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  width: 60px;
  background: transparent url(/universal/images-v6/icons/block-indicator-dark.png) no-repeat center;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dppx) {
  .sqs-block .state-message:after,
  .sqs-state-message:after {
    background-image: url('/universal/images-v6/icons/block-indicator-dark@2x.png');
    background-size: 22px;
  }
}
.sqs-block .state-message.information,
.sqs-state-message.information {
  background: #222;
  padding: 30px 20px;
  text-align: center;
  color: #999;
  font-size: 11px;
}
.sqs-block .state-message .title,
.sqs-state-message .title {
  color: #eee;
  padding-bottom: 8px;
  font-size: 14px;
}
.sqs-col-0 {
  width: 0;
  display: none;
}
.sqs-block {
  position: relative;
  clear: both;
  height: auto;
  outline: 1px solid transparent;
  -webkit-transition: outline .1s ease-in-out;
  -moz-transition: outline .1s ease-in-out;
  -o-transition: outline .1s ease-in-out;
  transition: outline .1s ease-in-out;
  padding-top: 17px;
  padding-bottom: 17px;
}
.sqs-layout.sqs-editing .sqs-block.sqs-block-focused:not(.sqs-block-html),
.sqs-layout.sqs-editing .sqs-block.sqs-block-editing:not(.sqs-block-html),
html:not(.blogapp) .sqs-layout.sqs-editing .sqs-block.sqs-block.sqs-selected,
html:not(.blogapp) .sqs-layout.sqs-editing .sqs-block.sqs-block-editable:hover,
.sqs-layout.sqs-editing .sqs-block.sqs-confirmation-open {
  outline: 1px solid rgba(0, 0, 0, .08);
}
html.ua-gecko-old .sqs-layout.sqs-editing .sqs-block.sqs-block-focused:not(.sqs-block-html),
html.ua-gecko-old .sqs-layout.sqs-editing .sqs-block.sqs-block-editing:not(.sqs-block-html),
html.ua-gecko-old .sqs-layout.sqs-editing .sqs-block.sqs-block.sqs-selected,
html.ua-gecko-old .sqs-layout.sqs-editing .sqs-block.sqs-block-editable:hover,
html.ua-gecko-old .sqs-layout.sqs-editing .sqs-block.sqs-confirmation-open {
  outline: none !important;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .08) !important;
}
.sqs-layout.sqs-editing .sqs-block.sqs-block-focused.sqs-block-html:hover,
.sqs-layout.sqs-editing .sqs-block.sqs-block.sqs-selected.sqs-block-html.sqs-block-editing {
  outline: 1px solid transparent !important;
}
html.ua-gecko-old .sqs-layout.sqs-editing .sqs-block.sqs-block-focused.sqs-block-html:hover,
html.ua-gecko-old .sqs-layout.sqs-editing .sqs-block.sqs-block.sqs-selected.sqs-block-html.sqs-block-editing {
  outline: none !important;
  box-shadow: 0 0 0 1px transparent !important;
}
.sqs-layout.sqs-editing .sqs-block.sqs-dd-dragging,
.sqs-layout.sqs-editing .sqs-block.yui3-dd-dragging {
  z-index: 9995 !important;
  opacity: .3;
  -webkit-transition: opacity .15s ease-in-out, -webkit-transform .15s ease-in-out;
  -moz-transition: opacity .15s ease-in-out, -webkit-transform .15s ease-in-out;
  -o-transition: opacity .15s ease-in-out, -webkit-transform .15s ease-in-out;
  transition: opacity .15s ease-in-out, -webkit-transform .15s ease-in-out;
}
html .sqs-block.sqs-block-editable:not(.sqs-block-editing) {
  cursor: url(/universal/images-v6/grab.cur) 8 8, move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
}
html .sqs-block.sqs-block-editable:not(.sqs-block-editing) .sqs-dd-invalid-handle {
  cursor: default;
}
html.sqs-dragging-block * {
  cursor: url(/universal/images-v6/grabbing.cur) 8 8, move !important;
  cursor: -webkit-grabbing !important;
  cursor: -moz-grabbing !important;
}
html .sqs-block.sqs-block-html .sqs-block-content {
  cursor: auto;
}
.sqs-block.sqs-block-code img {
  max-width: 100%;
}
.sqs-block-hidden {
  height: 0;
  overflow: hidden;
}
.yui3-overlay-hidden {
  display: none;
}
.sqs-editing-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 255, .01);
  -moz-user-select: none;
  -webkit-user-select: none;
}
.sqs-locked-height .sqs-editing-overlay {
  background-color: rgba(255, 255, 255, .5);
}
body.sqs-dragging .sqs-layout .sqs-content-overlay {
  display: block !important;
}
.sqs-content-overlay {
  position: absolute;
  left: 0;
  width: 100%;
}
[class*=aspect-overlay] {
  padding-bottom: 20px;
  position: absolute;
}
[class*=aspect-overlay] .yui3-overlay-content {
  background: rgba(0, 0, 0, .9);
  color: #fff;
  font: 12px/24px 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-align: center;
  width: 50px;
  border-radius: 5px;
}
.sqs-block .yui3-resize-handle {
  display: none;
  position: absolute;
  height: 50px;
  width: 50px;
}
.sqs-block .yui3-resize-handles-wrapper {
  z-index: 10;
}
.sqs-block .yui3-resize-handle-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -7px;
  height: 13px;
  width: 13px;
  border-radius: 100px;
  background-color: grey;
}
.sqs-block .yui3-resize-handle-b {
  margin-bottom: -25px;
  margin-left: -25px;
  bottom: -1px;
  left: 50%;
  cursor: row-resize;
}
.sqs-block .yui3-resize-handle-l {
  left: 0;
  top: 0;
  bottom: 0;
  width: 10px;
  cursor: col-resize;
}
.sqs-block .yui3-resize-handle-r {
  right: 0;
  top: 0;
  bottom: 0;
  width: 10px;
  cursor: col-resize;
}
.sqs-block .yui3-resize-handle.sqs-dd-dragging .yui3-resize-handle,
.sqs-block .yui3-resize-handle.yui3-dd-dragging .yui3-resize-handle {
  display: none;
}
.sqs-block[class*=focused] .yui3-resize-handle,
.sqs-block.sqs-block-editing .yui3-resize-handle {
  display: block;
  z-index: 9999;
}
.sqs-block[class*=float] {
  z-index: 10 !important;
  clear: none;
}
.sqs-block[class*=float-left] {
  float: left;
  margin-right: 17px;
}
.sqs-block[class*=float-left] + .sqs-block[class*=float-left] {
  clear: left;
}
.sqs-block[class*=float-right] {
  float: right;
  margin-left: 17px;
}
.sqs-block[class*=float-right] + .sqs-block[class*=float-right] {
  clear: right;
}
.sqs-remove-button {
  position: absolute !important;
  border-radius: 100px;
  background: #111 url('icon_close_14_light.png') center center no-repeat;
  background-size: 7px;
  cursor: pointer;
}
body.sqs-index .sqs-remove-button {
  background: #111 url('/universal/images-v6/icons/icon_close_14_light.png') center center no-repeat;
}
.sqs-block-error {
  padding-top: 12px;
  padding-bottom: 12px;
}
.sqs-block-error .sqs-block-content {
  border: 1px solid #ddd;
  background: #eee;
  text-align: center;
  color: #333;
}
html.blogapp .sqs-block-error {
  padding-top: 17px;
  padding-bottom: 17px;
}
html.blogapp .sqs-block-error .sqs-block-content {
  padding: 6px 12px;
}
html.blogapp .sqs-state-message,
html.blogapp .state-message {
  display: block;
  border: 1px solid #ddd;
  padding: 6px 12px;
  background: #eee;
  text-align: center;
  color: #333;
}
.sqs-block .sqs-intrinsic {
  position: relative !important;
}
.sqs-block .sqs-intrinsic .sqs-intrinsic-content {
  position: absolute !important;
  top: 0;
  left: 0;
  height: 100%;
  max-width: none;
  width: 100%;
}
/* GLOBAL UI FONT
-----------------------------------------------*/
/* FONT FILES & FAMILY
-------------------------------------------------*/
@font-face {
  font-family: 'squarespace-ui-font';
  src: url('/universal/fonts/squarespace-ui-font.eot');
  src: url('/universal/fonts/squarespace-ui-font.eot?#iefix') format('embedded-opentype'), url('/universal/fonts/squarespace-ui-font.svg#squarespace-ui-font') format('svg'), url('/universal/fonts/squarespace-ui-font.woff') format('woff'), url('/universal/fonts/squarespace-ui-font.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.sqs-ui-font-family {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
/* FONT SIZE
-------------------------------------------------*/
/* USE FONT VIA A CLASSNAME
-------------------------------------------------*/
[class^="sqs-ui-font-"]:before,
[class*=" sqs-ui-font-"]:before {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
/* USE FONT VIA [data-icon]
-------------------------------------------------*/
[data-icon]:before {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: attr(data-icon);
}
/* INJECT FONT AS A MIXIN
-------------------------------------------------*/
/* Fallback */
/* SECONDARY VARIABLES
-------------------------------------------------*/
/* PAGINATION
-----------------------------------------------*/
#list-paging a,
#item-paging a {
  text-decoration: none;
}
#list-paging a.newer .pagination-icon:before,
#item-paging a.newer .pagination-icon:before {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\e000";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
#list-paging a.newer .pagination-icon:before,
#item-paging a.newer .pagination-icon:before {
  font-size: 16px;
  width: 16px;
  height: 16px;
  line-height: 16px;
}
#list-paging a.newer .pagination-icon:before,
#item-paging a.newer .pagination-icon:before {
  font-size: inherit;
  width: 16px;
  height: 16px;
  line-height: 16px;
}
#list-paging a.older .pagination-icon:after,
#item-paging a.older .pagination-icon:after {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\e003";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
#list-paging a.older .pagination-icon:after,
#item-paging a.older .pagination-icon:after {
  font-size: 16px;
  width: 16px;
  height: 16px;
  line-height: 16px;
}
#list-paging a.older .pagination-icon:after,
#item-paging a.older .pagination-icon:after {
  font-size: inherit;
  width: 16px;
  height: 16px;
  line-height: 16px;
}
#list-paging,
#item-paging {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  margin: 3em 0 0 0;
}
#list-paging a,
#item-paging a {
  padding: 1.5em 0;
  display: inline-block;
  width: 48%;
}
#list-paging a.newer .pagination-icon,
#item-paging a.newer .pagination-icon {
  margin-right: .5em;
}
#list-paging a.newer:after,
#item-paging a.newer:after {
  content: "Newer";
}
#list-paging a.older,
#item-paging a.older {
  float: right;
  text-align: right;
}
#list-paging a.older .pagination-icon,
#item-paging a.older .pagination-icon {
  margin-left: .5em;
}
#list-paging a.older:before,
#item-paging a.older:before {
  content: "Older";
}
#list-paging a.disabled,
#item-paging a.disabled {
  color: #ddd;
}
/* LIKE AND SHARE
--------------------------------------------*/
.like-share {
  float: right;
}
.like-share .sqs-simple-like {
  display: inline-block;
  margin-right: .5em;
}
.like-share .sqs-simple-like .like-icon {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.like-share .squarespace-social-buttons {
  display: inline-block;
  margin-right: .5em;
}
.like-share .squarespace-social-buttons .ss-social-button-icon {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.like-share.empty {
  display: none;
}
.sqs-system-button-style-mixin {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 1em 2.5em;
  color: #fff;
  background-color: #272727;
  border-width: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1em;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* Products - List View 
****************************************************/
#productList {
  width: 103%;
  margin-left: -3%;
  margin-top: -3%;
  overflow: hidden;
  clear: both;
}
#productList .product {
  float: left;
  margin-left: 2.912621359223301%;
  margin-top: 3%;
  width: 30.420711974110034%;
  cursor: pointer;
  position: relative;
}
#productList .product .product-image {
  -webkit-transition: opacity .14s ease-out;
}
#productList .product .product-image .intrinsic {
  padding-bottom: 100%;
  line-height: 0;
  position: relative;
  overflow: hidden;
}
#productList .product .product-image .intrinsic > div {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0);
}
#productList .product .product-image img {
  -webkit-transition: opacity .3s ease-out;
  -moz-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}
#productList .product .product-mark {
  position: absolute;
  top: 15px;
  right: 0;
  background: #222;
  padding: 6px 8px;
  color: #fff;
  line-height: 1em;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
#productList .product .product-title {
  font-size: 15px;
  line-height: 1.5em;
  margin-top: 1em;
}
#productList .product .product-price {
  font-size: 12px;
  display: none;
}
#productList .product .product-price .original-price {
  text-decoration: line-through;
  opacity: .7;
  filter: alpha(opacity=70);
}
#productList .product .product-price .strikeout {
  text-decoration: line-through;
}
#productList .product:hover .product-image img {
  opacity: .8;
  filter: alpha(opacity=80);
}
#productList .product:nth-child(3n+1) {
  clear: left;
}
#productList ul.pagination {
  clear: both;
  margin-top: 15px;
  margin-left: 2.912621359223301%;
}
#productList ul.pagination li {
  display: inline-block;
}
#productList ul.pagination li.previous-page {
  text-align: left;
}
#productList ul.pagination li.next-page {
  text-align: right;
}
.product-list-alignment-center #productList .product-title,
.product-list-alignment-center #productList .product-price {
  text-align: center;
}
.product-item-size-11-square #productList .product .product-image .intrinsic {
  padding-bottom: 100%;
}
.product-item-size-32-standard #productList .product .product-image .intrinsic {
  padding-bottom: 66.666%;
}
.product-item-size-23-standard-vertical #productList .product .product-image .intrinsic {
  padding-bottom: 150%;
}
.product-item-size-43-four-thirds #productList .product .product-image .intrinsic {
  padding-bottom: 75%;
}
.product-item-size-169-widescreen #productList .product .product-image .intrinsic {
  padding-bottom: 56.25%;
}
@media only screen and (min-width: 700px) {
  .no-touch .product-list-titles-overlay #productList .product {
    overflow: hidden;
  }
  .no-touch .product-list-titles-overlay #productList .product .product-image {
    margin: 0;
  }
  .no-touch .product-list-titles-overlay #productList .product .product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    -webkit-font-smoothing: antialiased;
  }
  .no-touch .product-list-titles-overlay #productList .product .product-mark {
    font-size: 12px;
    line-height: normal;
  }
  .no-touch .product-list-titles-overlay #productList .product .product-meta {
    position: absolute;
    width: 80%;
    margin: 0 10%;
    top: 50%;
  }
  .no-touch .product-list-titles-overlay #productList .product .product-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5em;
    color: #fff;
  }
  .no-touch .product-list-titles-overlay #productList .product .product-price {
    font-size: 13px;
    line-height: normal;
    color: #fff;
  }
  .no-touch .product-list-titles-overlay #productList .product .product-overlay {
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    filter: alpha(opacity=0);
  }
  .no-touch .product-list-titles-overlay #productList .product .product-mark {
    opacity: 1;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    filter: alpha(opacity=100);
  }
  .no-touch .product-list-titles-overlay #productList .product .product-meta {
    opacity: 0;
    -webkit-transition: opacity .35s cubic-bezier(0, 0, 1, 1);
    -moz-transition: opacity .35s cubic-bezier(0, 0, 1, 1);
    -o-transition: opacity .35s cubic-bezier(0, 0, 1, 1);
    transition: opacity .35s cubic-bezier(0, 0, 1, 1);
    filter: alpha(opacity=0);
  }
  .no-touch .product-list-titles-overlay #productList .product .product-title {
    margin-top: 5px;
    -webkit-transition: margin .3s cubic-bezier(0, 0, .28, 1);
    -moz-transition: margin .3s cubic-bezier(0, 0, .28, 1);
    -o-transition: margin .3s cubic-bezier(0, 0, .28, 1);
    transition: margin .3s cubic-bezier(0, 0, .28, 1);
  }
  .no-touch .product-list-titles-overlay #productList .product .product-title,
  .no-touch .product-list-titles-overlay #productList .product .product-price {
    text-align: center;
  }
  .no-touch .product-list-titles-overlay #productList .product:hover .product-overlay {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .no-touch .product-list-titles-overlay #productList .product:hover .product-mark {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .no-touch .product-list-titles-overlay #productList .product:hover .product-meta {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .no-touch .product-list-titles-overlay #productList .product:hover .product-title {
    margin-top: 0;
  }
}
.product-list-titles-under .product-meta {
  margin-top: 0 !important;
}
.show-product-price #productList .product .product-price {
  display: block;
}
.sqs-style-mode .product-overlay {
  opacity: 1 !important;
}
.sqs-style-mode .product-mark {
  opacity: 0 !important;
}
.sqs-style-mode .product-meta {
  opacity: 1 !important;
}
/* Products - Item View 
****************************************************/
#productNav {
  text-transform: uppercase;
  margin-bottom: 30px;
  display: none;
}
.product-title.mobile {
  display: none;
}
#productDetails {
  position: relative;
  float: right;
  width: 48.5%;
}
#productDetails .product-title {
  margin: 0 0 .5em;
}
#productDetails .product-mark {
  float: right;
  background: #222;
  padding: 6px 8px;
  color: #fff;
  line-height: 1em;
  text-transform: uppercase;
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 12px;
}
#productDetails .product-price {
  margin: 1em 0;
  font-size: 16px;
}
#productDetails .product-price input {
  width: 130px;
  height: 30px;
  padding-left: 5px;
}
#productDetails .product-price .minimum-price {
  margin-top: 3px;
  margin-left: 10px;
}
#productDetails .product-price .original-price {
  text-decoration: line-through;
  opacity: .7;
  filter: alpha(opacity=70);
}
#productDetails .product-price .strikeout {
  text-decoration: line-through;
}
#productDetails .product-variants .variant-option {
  margin: 1.2em 0;
}
#productDetails .product-variants .variant-out-of-stock {
  color: #c00;
}
#productDetails .product-quantity-select {
  margin-top: 1.2em 0;
}
#productDetails input {
  padding: 5px 10px;
  border: 1px solid #ccc;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.product-sharing {
  display: none;
}
.product-social-sharing .product-sharing {
  display: block;
}
#productGallery {
  width: 48.5%;
  float: left;
}
#productGallery .intrinsic {
  max-width: 100%;
}
#productGallery .wrapper {
  padding-bottom: 100%;
  position: relative;
}
#productGallery #productSlideshow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
}
#productGallery #productSlideshow .slide {
  height: 100%;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}
#productGallery #productThumbnails {
  margin-left: -5px;
  visibility: hidden;
  overflow: hidden;
}
#productGallery #productThumbnails .slide {
  width: 50px;
  height: 50px;
  margin: 5px 0 0 5px;
  font-size: 0;
  cursor: pointer;
  float: left;
  background-color: rgba(0, 0, 0, 0);
}
.product-gallery-size-11-square #productGallery .intrinsic .wrapper {
  padding-bottom: 100%;
}
.product-gallery-size-32-standard #productGallery .intrinsic .wrapper {
  padding-bottom: 66.666%;
}
.product-gallery-size-23-standard-vertical #productGallery .intrinsic .wrapper {
  padding-bottom: 150%;
}
.product-gallery-size-43-four-thirds #productGallery .intrinsic .wrapper {
  padding-bottom: 75%;
}
.product-gallery-size-169-widescreen #productGallery .intrinsic .wrapper {
  padding-bottom: 56.25%;
}
.product-description {
  clear: both;
  margin-top: 24px;
}
.show-product-item-nav #productWrapper #productNav {
  display: block;
}
/* SQSP Add to Cart button
****************************************************/
.sqs-add-to-cart-button-wrapper {
  /* Buttons begin hidden and are shown by commerce initializer */
  visibility: hidden;
}
.sqs-add-to-cart-button {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 1em 2.5em;
  color: #fff;
  background-color: #272727;
  border-width: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1em;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 13px;
}
.sqs-add-to-cart-button-inner {
  position: relative;
}
.sqs-add-to-cart-button.cart-adding .sqs-spin {
  position: absolute;
  top: 50%;
  margin-top: -12px;
}
.sqs-add-to-cart-button.cart-adding .status-text {
  display: inline-block;
  margin-left: 35px;
}
.sqs-add-to-cart-button.cart-added .status-text {
  margin-left: 0;
}
.collection-type-products .sqs-add-to-cart-button {
  margin: 20px 0;
  padding: 1.5em 4em !important;
}
/* SQSP Donate button
****************************************************/
.sqs-donate-button {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 1em 2.5em;
  color: #fff;
  background-color: #272727;
  border-width: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1em;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media only screen and (max-width: 700px) {
  #productWrapper .product-title {
    display: none;
  }
  #productWrapper .product-title.mobile {
    display: block;
  }
  .product-meta {
    margin-top: 0 !important;
  }
  #productDetails,
  #productGallery {
    width: 100%;
    float: none;
  }
  #productList {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
  #productList .product {
    float: left;
    margin-left: 0;
    margin-top: 0;
    width: 100%;
    cursor: pointer;
    margin-bottom: 3%;
  }
  #productList .product .product-image {
    margin-bottom: 3%;
  }
  #productList .product .product-image .content-fit {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  #productList .product .product-image img {
    -webkit-transition: opacity .3s ease-out;
  }
}
/*=================================================

	Event Collections

=================================================*/
/* 	General Styling
=================================================*/
.event-time-24hr {
  display: none;
}
.event-icon-date,
.event-icon-time,
.event-icon-address,
.event-icon-tags,
.event-icon-cats {
  display: none;
  font-size: 1.4em;
  line-height: .6em;
  margin-right: 8px;
}
.event-icon-date:before {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\e015";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.event-icon-date:before {
  font-size: 16px;
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.event-icon-time:before {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\e00c";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.event-icon-time:before {
  font-size: 16px;
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.event-icon-address:before {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\e02f";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.event-icon-address:before {
  font-size: 16px;
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.event-icon-tags:before {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\e00e";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.event-icon-tags:before {
  font-size: 16px;
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.event-icon-cats:before {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\e028";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.event-icon-cats:before {
  font-size: 16px;
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.event-meta {
  list-style-type: none;
  margin: 0 0 2em 0;
  padding: 0;
}
.event-meta-heading,
.event-meta-address:nth-of-type(2) {
  font-weight: bold;
}
.event-meta-item {
  margin-left: 0;
  /* Adjusts for common list item left margins */
}
/* 	List View
=================================================*/
.eventlist-filter {
  font-size: 1.1em;
  margin: 0 0 2em 0;
}
.eventlist-event {
  position: relative;
  padding: 0;
}
.eventlist-event + .eventlist-event {
  margin: 3em 0 0 0;
}
.eventlist-column-thumbnail {
  display: none;
}
.eventlist-column-date {
  position: absolute;
  top: 0;
  left: 0;
  /*width:@eventCollectionDateColumnWidth;*/
  /* See Event Date Label Tweak */
  min-height: 10px;
}
.eventlist-datelabel {
  display: none;
  font-size: 1.4em;
  line-height: 1em;
  font-weight: 200;
}
.eventlist-datelabel-enddate,
.eventlist-datelabel-time {
  display: block;
  font-size: .8em;
  margin: .2857142857142857em 0 0 0;
}
.eventlist-datelabel-time {
  display: none;
  text-transform: uppercase;
}
.eventlist-column-info {
  width: 100%;
  /*padding:0 0 0 (@eventCollectionDateColumnWidth + 1);*/
  /* Applied in Event Date Label Tweak */
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.eventlist-title {
  font-size: 1.4em;
  line-height: 1em;
  margin: 0 0 1em 0;
}
.eventlist-title-link {
  line-height: 1em;
  font-size: inherit !important;
  line-height: inherit !important;
}
.eventlist-description,
.eventlist-excerpt {
  display: none;
  margin: 0 0 1em 0;
}
.eventlist-meta {
  margin: 0;
}
.eventlist-meta-date,
.eventlist-meta-time,
.eventlist-meta-address {
  display: none;
}
/* 	Item View
=================================================*/
.eventitem-backlink {
  display: inline-block;
  margin: 0 0 3em 0;
  text-transform: uppercase;
}
.eventitem {
  position: relative;
}
.eventitem-title {
  margin: 0 0 1.5em 0;
  line-height: 1.3em;
}
.eventitem-column-content,
.eventitem-column-meta {
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.eventitem-column-meta {
  width: 40%;
}
.eventitem-socialicon {
  display: none;
  margin: 0 12px 0 0;
}
.eventitem-addtocallink {
  display: none;
  margin-right: 12px;
}
.eventitem-column-content {
  width: 60%;
  padding-left: 40px;
}
/*----- Pagination -----*/
.eventitem-pager {
  margin: 10em 0 0 0;
}
.eventitem-pager-newer,
.eventitem-pager-older {
  float: left;
  display: inline-block;
  text-decoration: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.eventitem-pager-newer {
  float: right;
  text-align: right;
}
.eventitem-pager-newer .eventitem-pager-icon {
  margin-left: .5em;
}
.eventitem-pager-newer .eventitem-pager-icon:before {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\e003";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.eventitem-pager-newer .eventitem-pager-icon:before {
  font-size: 16px;
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.eventitem-pager-newer .eventitem-pager-icon:before {
  font-size: inherit;
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.eventitem-pager-older .eventitem-pager-icon {
  margin-right: .5em;
}
.eventitem-pager-older .eventitem-pager-icon:before {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\e000";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.eventitem-pager-older .eventitem-pager-icon:before {
  font-size: 16px;
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.eventitem-pager-older .eventitem-pager-icon:before {
  font-size: inherit;
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.eventitem-pager-disabled {
  opacity: .4;
}
/* 	Calendar (Grid)
=================================================*/
.yui3-eventcollectioncalendar.yui3-calendar {
  position: relative;
  outline: none;
}
.yui3-eventcollectioncalendar .sqs-spin {
  position: absolute;
  left: 50%;
  margin-left: -22px;
  top: 100px;
}
.yui3-eventcollectioncalendar .yui3-calendar-header {
  margin: 0 0 3em 0;
  padding: 0;
  overflow: hidden;
}
.yui3-eventcollectioncalendar .yui3-calendar-header-label {
  float: left;
  width: 60%;
  font-size: 22px;
  line-height: 26px;
  /* same height as prev/next buttons */
}
.yui3-eventcollectioncalendar .yui3-calendarnav-prevmonth,
.yui3-eventcollectioncalendar .yui3-calendarnav-nextmonth {
  opacity: 0;
  float: right;
  height: 26px;
  width: 26px;
  line-height: 26px;
  margin: 0 0 0 1px;
  background-color: #1d1d1d;
  font-weight: normal;
  text-align: center;
  color: transparent;
}
.yui3-eventcollectioncalendar .yui3-calendarnav-prevmonth:before,
.yui3-eventcollectioncalendar .yui3-calendarnav-nextmonth:before {
  color: #fff;
}
.yui3-eventcollectioncalendar .yui3-calendarnav-prevmonth:before {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\e000";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.yui3-eventcollectioncalendar .yui3-calendarnav-prevmonth:before {
  font-size: 16px;
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.yui3-eventcollectioncalendar .yui3-calendarnav-prevmonth:before {
  font-size: inherit;
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.yui3-eventcollectioncalendar .yui3-calendarnav-nextmonth:before {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\e003";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.yui3-eventcollectioncalendar .yui3-calendarnav-nextmonth:before {
  font-size: 16px;
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.yui3-eventcollectioncalendar .yui3-calendarnav-nextmonth:before {
  font-size: inherit;
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.yui3-eventcollectioncalendar .yui3-calendar-grid {
  opacity: 0;
  border-collapse: separate;
  border-spacing: 0;
  -webkit-transition: opacity .3s ease-in;
  -moz-transition: opacity .3s ease-in;
  -o-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in;
}
.yui3-eventcollectioncalendar .eventcal-show {
  opacity: 1;
}
.yui3-eventcollectioncalendar .yui3-calendar-weekdayrow {
  display: none;
  font-size: .8em;
  text-align: center;
  text-transform: uppercase;
}
.yui3-eventcollectioncalendar .yui3-calendar-day,
.yui3-eventcollectioncalendar .yui3-calendar-prevmonth-day,
.yui3-eventcollectioncalendar .yui3-calendar-nextmonth-day {
  position: relative;
  height: 0;
  width: 14%;
  padding: 0;
  background: #fff;
  color: #000;
  outline: none;
  cursor: default;
  box-shadow: 0 0 0 1px #ddd;
  /* 1px "shadow" == cross-browser table cell border compatibility. */
  -moz-box-shadow: 0 0 0 1px #ddd;
  -webkit-box-shadow: 0 0 0 1px #ddd;
}
.yui3-eventcollectioncalendar .yui3-calendar-prevmonth-day,
.yui3-eventcollectioncalendar .yui3-calendar-nextmonth-day {
  background: #f6f6f6;
}
.yui3-eventcollectioncalendar .yui3-calendar-nextmonth-day {
  line-height: 0;
  padding: 0;
}
.eventcal {
  width: 100%;
  padding-bottom: 50px;
}
.eventcal.eventcal-preheight {
  height: 0;
  padding-bottom: 100%;
}
.eventcal-clone {
  display: none;
}
.eventcal-content-wrapper {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 100%;
}
.eventcal-daymarker {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: .9em;
}
.eventcal-daymarker-outside {
  display: none;
}
.eventcal-list {
  position: absolute;
  top: 0;
  left: -1px;
  width: 100%;
  max-height: 100%;
  list-style-type: none;
  padding: 30px 10px 0 11px;
  margin: 0 !important;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.eventcal-dayname,
.eventcal-daynumber {
  display: inline-block;
  margin-left: 3px;
}
.eventcal-dayname {
  opacity: .5;
  filter: alpha(opacity=50);
}
.eventcal-item {
  margin: 5px 0 0 0;
  padding: 0;
  font-size: 11px;
  line-height: 13px;
}
.eventcal-link {
  display: inline-block;
  font-size: 11px;
  line-height: 13px;
  color: #000 !important;
  font-weight: normal;
}
.eventcal-time-12hr,
.eventcal-time-24hr {
  font-weight: bold;
  margin-right: 4px;
}
.eventcal-time-24hr {
  display: none;
}
.eventcal-multiday .eventcal-title,
.eventcal-multiday-subsequent .eventcal-title {
  font-weight: bold;
  /*margin-right:4px;*/
}
.eventcal-multiday .eventcal-time-12hr,
.eventcal-multiday-subsequent .eventcal-time-12hr,
.eventcal-multiday .eventcal-time-24hr,
.eventcal-multiday-subsequent .eventcal-time-24hr {
  display: none;
}
.eventcal-multiday-subsequent.eventcal-link {
  opacity: .5;
  filter: alpha(opacity=50);
}
.eventcal-multiday-subsequent .eventcal-title {
  font-weight: normal;
}
.eventcal .eventcal-today {
  background: #1d1d1d;
  color: #fff !important;
}
.eventcal .eventcal-today .eventcal-link {
  color: #fff !important;
}
.eventcal .eventcal-today .eventcal-viewall,
.eventcal .eventcal-today .eventcal-list-overflow-show {
  color: #fff !important;
}
.eventcal .eventcal-today .eventcal-list-overflow-show {
  background: #1d1d1d;
}
.eventcal-item-hidden {
  visibility: hidden;
}
.eventcal-viewall {
  visibility: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  color: #1d1d1d;
  padding: 0;
  font-size: 1.2em;
  line-height: normal;
  font-weight: bold;
  text-align: center;
}
.eventcal-viewall-show {
  visibility: visible;
}
.eventcal-node-has-event:hover .eventcal-viewall-show {
  visibility: hidden;
}
.eventcal-list-overflow-show {
  max-height: 400px;
  padding-top: 30px;
  padding-bottom: 10px;
  background: #fff;
  z-index: 100;
  box-shadow: inset 1px 0px 0px 0px #ddd, 1px 0px 0px 0 #ddd, 0px 1px 0px 0px #ddd;
  -moz-box-shadow: inset 1px 0px 0px 0px #ddd, 1px 0px 0px 0 #ddd, 0px 1px 0px 0px #ddd;
  -webkit-box-shadow: inset 1px 0px 0px 0px #ddd, 1px 0px 0px 0 #ddd, 0px 1px 0px 0px #ddd;
  -webkit-transition: max-height .3s ease-in;
  -moz-transition: max-height .3s ease-in;
  -o-transition: max-height .3s ease-in;
  transition: max-height .3s ease-in;
}
.eventcal-list-overflow-show .eventcal-item-hidden {
  visibility: visible;
}
.eventcal-list-overflow-show.eventcal-list-overflow-fixedwidth {
  top: -4px;
  width: 120px;
  padding-right: 10px;
  padding-left: 10px;
  background: #fff !important;
  /* overriding .eventcal-today styling */
  color: #000 !important;
  border-top: 3px solid #ddd;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.eventcal-list-overflow-show.eventcal-list-overflow-fixedwidth.eventcal-edge-left {
  left: -1px !important;
}
.eventcal-list-overflow-show.eventcal-list-overflow-fixedwidth.eventcal-edge-right {
  right: 0px !important;
  left: auto !important;
}
.eventcal-list-overflow-show.eventcal-list-overflow-fixedwidth .eventcal-link,
.eventcal-list-overflow-show.eventcal-list-overflow-fixedwidth .eventcal-dayname,
.eventcal-list-overflow-show.eventcal-list-overflow-fixedwidth .eventcal-daynumber {
  color: #000 !important;
  /* overriding .eventcal-today styling */
}
/* Bonus Stuff */
.eventcal-eventcount,
.eventcal-hiddencount-num {
  display: none;
}
/* 	Tweaks
=================================================*/
.event-thumbnails .eventlist-column-date,
.event-thumbnails .eventlist-column-thumbnail {
  position: relative;
  float: left;
  width: 30%;
  text-align: right;
}
.event-thumbnails .eventlist-column-info {
  float: left;
  width: 70%;
  padding: 0 0 0 30px;
}
.event-thumbnails .eventlist-hasimg {
  /* Date will be absolutely positioned over the thumbnail as a little white tag */
}
.event-thumbnails .eventlist-hasimg .eventlist-column-thumbnail {
  display: block;
  height: 0;
  padding-bottom: 20%;
  /* Just a fallback. See full thumbnail aspect ratio settings below */
}
.event-thumbnails .eventlist-hasimg .eventlist-column-date {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.event-thumbnails .eventlist-hasimg .eventlist-datelabel {
  margin-top: 5px;
  padding: 8px 12px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, .9);
  color: #000;
}
.event-thumbnails .eventlist-hasimg .eventlist-title {
  padding-top: 13px;
}
.event-thumbnails.event-thumbnail-size-11-square .eventlist-hasimg .eventlist-column-thumbnail {
  padding-bottom: 30%;
}
.event-thumbnails.event-thumbnail-size-32-standard .eventlist-hasimg .eventlist-column-thumbnail {
  padding-bottom: 20%;
}
.event-thumbnails.event-thumbnail-size-23-standard-vertical .eventlist-hasimg .eventlist-column-thumbnail {
  padding-bottom: 45%;
}
.event-thumbnails.event-thumbnail-size-43-four-thirds .eventlist-hasimg .eventlist-column-thumbnail {
  padding-bottom: 22.5%;
}
.event-thumbnails.event-thumbnail-size-169-widescreen .eventlist-hasimg .eventlist-column-thumbnail {
  padding-bottom: 16.875%;
}
.event-thumbnails.event-thumbnail-size-2401-anamorphic-widescreen .eventlist-hasimg .eventlist-column-thumbnail {
  padding-bottom: 12%;
}
.event-time-format .event-time-12hr,
.event-time-format .eventcal-time-12hr {
  display: none;
}
.event-time-format .event-time-24hr {
  display: block;
}
.event-time-format .eventcal-time-24hr {
  display: inline-block;
}
.event-date-label .eventlist-datelabel {
  display: block;
}
.event-date-label .eventlist-column-date {
  width: 10em;
}
.event-date-label .eventlist-column-info {
  padding: 0 0 0 11em;
}
.event-date-label.event-thumbnails .eventlist-column-date {
  width: 30%;
}
.event-date-label.event-thumbnails .eventlist-datelabel {
  float: right;
}
.event-date-label.event-thumbnails .eventlist-column-info {
  padding: 0 0 0 30px;
}
.event-date-label-time .eventlist-datelabel-time {
  display: block;
}
.event-excerpts .eventlist-description,
.event-excerpts .eventlist-excerpt {
  display: block;
}
.event-list-date .eventlist-meta-date {
  display: block;
}
.event-list-time .eventlist-meta-time {
  display: block;
}
.event-list-address .eventlist-meta-address {
  display: block;
}
.event-like-and-share-buttons .eventitem-socialicon {
  display: inline;
}
.event-icalgcal-links .eventitem-addtocallink {
  display: inline-block;
}
.event-icons .event-icon-date,
.event-icons .event-icon-time,
.event-icons .event-icon-address,
.event-icons .event-icon-tags,
.event-icons .event-icon-cats {
  display: inline-block;
}
.event-icons .eventitem-cats-heading,
.event-icons .eventitem-tags-heading {
  display: none;
}
/* 	Mobile / Compact View Tweaks */
/*	You can add these mixins to the 
	body tag to switch to the small format 
	(e.g. if your containing element is small 
	by default) 
=================================================*/
/*----- List View -----*/
.event-list-compact-view {
  /* If showing thumbnails, move event thumbnail above event and style the text content below in the default fashion */
  /* Item View */
}
.event-list-compact-view .eventlist-column-date {
  display: none;
}
.event-list-compact-view .eventlist-column-info {
  padding-left: 0 !important;
}
.event-list-compact-view.event-thumbnails .eventlist-column-info {
  width: 100%;
  padding: 0;
}
.event-list-compact-view.event-thumbnails .eventlist-hasimg .eventlist-column-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 40%;
}
.event-list-compact-view.event-thumbnails .eventlist-hasimg .eventlist-column-info {
  padding-top: 40%;
  margin-top: 1em;
}
.event-list-compact-view.event-thumbnails.event-thumbnail-size-11-square .eventlist-hasimg .eventlist-column-thumbnail {
  padding-bottom: 100%;
}
.event-list-compact-view.event-thumbnails.event-thumbnail-size-11-square .eventlist-hasimg .eventlist-column-info {
  padding-top: 100%;
}
.event-list-compact-view.event-thumbnails.event-thumbnail-size-32-standard .eventlist-hasimg .eventlist-column-thumbnail {
  padding-bottom: 66%;
}
.event-list-compact-view.event-thumbnails.event-thumbnail-size-32-standard .eventlist-hasimg .eventlist-column-info {
  padding-top: 66%;
}
.event-list-compact-view.event-thumbnails.event-thumbnail-size-23-standard-vertical .eventlist-hasimg .eventlist-column-thumbnail {
  padding-bottom: 150%;
}
.event-list-compact-view.event-thumbnails.event-thumbnail-size-23-standard-vertical .eventlist-hasimg .eventlist-column-info {
  padding-top: 150%;
}
.event-list-compact-view.event-thumbnails.event-thumbnail-size-43-four-thirds .eventlist-hasimg .eventlist-column-thumbnail {
  padding-bottom: 75%;
}
.event-list-compact-view.event-thumbnails.event-thumbnail-size-43-four-thirds .eventlist-hasimg .eventlist-column-info {
  padding-top: 75%;
}
.event-list-compact-view.event-thumbnails.event-thumbnail-size-169-widescreen .eventlist-hasimg .eventlist-column-thumbnail {
  padding-bottom: 56.25%;
}
.event-list-compact-view.event-thumbnails.event-thumbnail-size-169-widescreen .eventlist-hasimg .eventlist-column-info {
  padding-top: 56.25%;
}
.event-list-compact-view.event-thumbnails.event-thumbnail-size-2401-anamorphic-widescreen .eventlist-hasimg .eventlist-column-thumbnail {
  padding-bottom: 40%;
}
.event-list-compact-view.event-thumbnails.event-thumbnail-size-2401-anamorphic-widescreen .eventlist-hasimg .eventlist-column-info {
  padding-top: 40%;
}
.event-list-compact-view .eventitem-column-content,
.event-list-compact-view .eventitem-column-meta {
  float: none;
  width: auto;
  padding: 0;
}
.event-list-compact-view .eventitem-pager-title {
  display: none;
}
/*----- Item View -----*/
.event-item-compact-view .eventitem-column-content,
.event-item-compact-view .eventitem-column-meta {
  float: none;
  width: auto;
  padding: 0;
}
.event-item-compact-view .eventitem-pager-title {
  display: none;
}
/*------ Calendar View -----*/
.event-calendar-compact-view .eventcal-dayname,
.event-calendar-compact-view .eventcal-daymarker-inside {
  display: none;
}
.event-calendar-compact-view .yui3-eventcollectioncalendar .yui3-calendar-weekdayrow {
  display: table-row;
}
.event-calendar-compact-view .eventcal-daymarker-outside {
  display: inline-block;
  top: 5px;
  right: 5px;
  line-height: 11px;
}
.event-calendar-compact-view .eventcal-daynumber {
  margin: 0;
  font-size: 11px;
  line-height: 11px;
}
.event-calendar-compact-view .eventcal-viewall {
  font-size: 12px;
}
.event-calendar-compact-view .eventcal-list-overflow-show.eventcal-list-overflow-fixedwidth {
  top: 85%;
  padding-top: 5px;
  overflow: visible;
  /* for arrow */
  background: #fff !important;
  border-color: #ddd !important;
  /* overriding .eventcal-today styling */
}
.event-calendar-compact-view .eventcal-list-overflow-show.eventcal-list-overflow-fixedwidth .eventcal-link {
  color: #000 !important;
  /* overriding .eventcal-today styling */
}
.event-calendar-compact-view .eventcal-list-overflow-show.eventcal-list-overflow-fixedwidth .eventcal-arrow-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin-left: -7px;
}
.event-calendar-compact-view .eventcal-list-overflow-show.eventcal-list-overflow-fixedwidth .eventcal-arrow {
  position: absolute;
  top: -9px;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ddd;
}
.event-calendar-compact-view .eventcal-list-overflow-show.eventcal-list-overflow-fixedwidth.eventcal-edge-left .eventcal-arrow-wrapper {
  text-align: left;
}
.event-calendar-compact-view .eventcal-list-overflow-show.eventcal-list-overflow-fixedwidth.eventcal-edge-left .eventcal-arrow {
  margin-left: 7px;
  left: 0;
}
.event-calendar-compact-view .eventcal-list-overflow-show.eventcal-list-overflow-fixedwidth.eventcal-edge-right .eventcal-arrow-wrapper {
  text-align: right;
}
.event-calendar-compact-view .eventcal-list-overflow-show.eventcal-list-overflow-fixedwidth.eventcal-edge-right .eventcal-arrow {
  margin-right: -7px;
  left: auto;
  right: 0;
}
@media only screen and (max-width: 639px) {
  /* If showing thumbnails, move event thumbnail above event and style the text content below in the default fashion */
  /* Item View */
  .eventlist-column-date {
    display: none;
  }
  .eventlist-column-info {
    padding-left: 0 !important;
  }
  .event-thumbnails .eventlist-column-info {
    width: 100%;
    padding: 0;
  }
  .event-thumbnails .eventlist-hasimg .eventlist-column-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 40%;
  }
  .event-thumbnails .eventlist-hasimg .eventlist-column-info {
    padding-top: 40%;
    margin-top: 1em;
  }
  .event-thumbnails.event-thumbnail-size-11-square .eventlist-hasimg .eventlist-column-thumbnail {
    padding-bottom: 100%;
  }
  .event-thumbnails.event-thumbnail-size-11-square .eventlist-hasimg .eventlist-column-info {
    padding-top: 100%;
  }
  .event-thumbnails.event-thumbnail-size-32-standard .eventlist-hasimg .eventlist-column-thumbnail {
    padding-bottom: 66%;
  }
  .event-thumbnails.event-thumbnail-size-32-standard .eventlist-hasimg .eventlist-column-info {
    padding-top: 66%;
  }
  .event-thumbnails.event-thumbnail-size-23-standard-vertical .eventlist-hasimg .eventlist-column-thumbnail {
    padding-bottom: 150%;
  }
  .event-thumbnails.event-thumbnail-size-23-standard-vertical .eventlist-hasimg .eventlist-column-info {
    padding-top: 150%;
  }
  .event-thumbnails.event-thumbnail-size-43-four-thirds .eventlist-hasimg .eventlist-column-thumbnail {
    padding-bottom: 75%;
  }
  .event-thumbnails.event-thumbnail-size-43-four-thirds .eventlist-hasimg .eventlist-column-info {
    padding-top: 75%;
  }
  .event-thumbnails.event-thumbnail-size-169-widescreen .eventlist-hasimg .eventlist-column-thumbnail {
    padding-bottom: 56.25%;
  }
  .event-thumbnails.event-thumbnail-size-169-widescreen .eventlist-hasimg .eventlist-column-info {
    padding-top: 56.25%;
  }
  .event-thumbnails.event-thumbnail-size-2401-anamorphic-widescreen .eventlist-hasimg .eventlist-column-thumbnail {
    padding-bottom: 40%;
  }
  .event-thumbnails.event-thumbnail-size-2401-anamorphic-widescreen .eventlist-hasimg .eventlist-column-info {
    padding-top: 40%;
  }
  .eventitem-column-content,
  .eventitem-column-meta {
    float: none;
    width: auto;
    padding: 0;
  }
  .eventitem-pager-title {
    display: none;
  }
  .eventitem-column-content,
  .eventitem-column-meta {
    float: none;
    width: auto;
    padding: 0;
  }
  .eventitem-pager-title {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .eventcal-dayname,
  .eventcal-daymarker-inside {
    display: none;
  }
  .yui3-eventcollectioncalendar .yui3-calendar-weekdayrow {
    display: table-row;
  }
  .eventcal-daymarker-outside {
    display: inline-block;
    top: 5px;
    right: 5px;
    line-height: 11px;
  }
  .eventcal-daynumber {
    margin: 0;
    font-size: 11px;
    line-height: 11px;
  }
  .eventcal-viewall {
    font-size: 12px;
  }
  .eventcal-list-overflow-show.eventcal-list-overflow-fixedwidth {
    top: 85%;
    padding-top: 5px;
    overflow: visible;
    /* for arrow */
    background: #fff !important;
    border-color: #ddd !important;
    /* overriding .eventcal-today styling */
  }
  .eventcal-list-overflow-show.eventcal-list-overflow-fixedwidth .eventcal-link {
    color: #000 !important;
    /* overriding .eventcal-today styling */
  }
  .eventcal-list-overflow-show.eventcal-list-overflow-fixedwidth .eventcal-arrow-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin-left: -7px;
  }
  .eventcal-list-overflow-show.eventcal-list-overflow-fixedwidth .eventcal-arrow {
    position: absolute;
    top: -9px;
    left: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ddd;
  }
  .eventcal-list-overflow-show.eventcal-list-overflow-fixedwidth.eventcal-edge-left .eventcal-arrow-wrapper {
    text-align: left;
  }
  .eventcal-list-overflow-show.eventcal-list-overflow-fixedwidth.eventcal-edge-left .eventcal-arrow {
    margin-left: 7px;
    left: 0;
  }
  .eventcal-list-overflow-show.eventcal-list-overflow-fixedwidth.eventcal-edge-right .eventcal-arrow-wrapper {
    text-align: right;
  }
  .eventcal-list-overflow-show.eventcal-list-overflow-fixedwidth.eventcal-edge-right .eventcal-arrow {
    margin-right: -7px;
    left: auto;
    right: 0;
  }
}
.sqs-audio-playlist {
  zoom: 1;
}
.sqs-audio-playlist.loading {
  visibility: hidden;
}
.sqs-audio-playlist:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.sqs-audio-playlist.hidden {
  display: none;
}
.sqs-audio-playlist .album-info {
  width: 33%;
  float: left;
  zoom: 1;
}
.sqs-audio-playlist .album-info:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.sqs-audio-playlist .album-cover-wrapper {
  position: relative;
  width: 90px;
  height: 90px;
  margin-bottom: 30px;
}
.sqs-audio-playlist .album-controls {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}
.sqs-audio-playlist .album-controls .button {
  -webkit-transition: .25s all linear;
  -moz-transition: .25s all linear;
  -o-transition: .25s all linear;
  transition: .25s all linear;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  bottom: 50%;
  left: 50%;
  display: block;
  width: 90px;
  height: 90px;
  margin-bottom: -45px;
  margin-left: -45px;
  background: #000;
}
.sqs-audio-playlist .album-controls .icon {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  margin-top: -20px;
  margin-left: -10px;
  width: 0px;
  height: 0px;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 30px solid #fff;
  -webkit-transform: translatez();
  -ms-transform: translatez();
  transform: translatez();
}
.sqs-audio-playlist .album-title {
  font-size: 1.5em;
  margin: 0;
}
.sqs-audio-playlist .album-title a {
  text-decoration: none;
}
.sqs-audio-playlist.playing .album-controls .button .icon {
  border-width: 0px;
  margin-top: -15px;
  margin-left: -13px;
}
.sqs-audio-playlist.playing .album-controls .button .icon,
.sqs-audio-playlist.playing .album-controls .button .icon:before {
  height: 30px;
  width: 10px;
  background-color: #fff;
}
.sqs-audio-playlist.playing .album-controls .button .icon:before {
  content: '';
  display: block;
  margin-left: 16px;
}
.sqs-audio-playlist.has-album-cover .album-cover-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  margin-bottom: 20px;
}
.sqs-audio-playlist.has-album-cover .album-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.sqs-audio-playlist.has-album-cover .button {
  background: rgba(0, 0, 0, .7);
  opacity: .9;
}
.sqs-audio-playlist.has-album-cover:hover .button {
  background: rgba(0, 0, 0, .9);
}
.sqs-audio-playlist.has-album-cover.playing .album-controls .button {
  margin: -15px;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(.4, .4);
  -ms-transform: scale(.4, .4);
  transform: scale(.4, .4);
}
.sqs-audio-playlist.has-album-cover.playing .album-controls .button .icon {
  border-width: 0px;
  margin-top: -15px;
  margin-left: -13px;
}
.sqs-audio-playlist.has-album-cover.playing .album-controls .button .icon,
.sqs-audio-playlist.has-album-cover.playing .album-controls .button .icon:before {
  height: 30px;
  width: 10px;
  background-color: #fff;
}
.sqs-audio-playlist.has-album-cover.playing .album-controls .button .icon:before {
  content: '';
  display: block;
  margin-left: 16px;
}
.sqs-audio-playlist.has-album-cover.playing .track {
  opacity: .4;
}
.sqs-audio-playlist.has-album-cover.playing .track:hover,
.sqs-audio-playlist.has-album-cover.playing .track.selected {
  opacity: 1;
}
.sqs-audio-playlist .tracks {
  float: right;
  width: 60%;
  margin: 0;
  padding: 0;
}
.sqs-audio-playlist .track {
  list-style-type: none;
  padding: 0;
  margin: 0 0 5%;
  cursor: pointer;
  zoom: 1;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: none;
  font-size: 13px;
  line-height: 1.4em;
}
.sqs-audio-playlist .track:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.sqs-audio-playlist .track-progress-bar {
  clear: both;
  height: 2px;
  position: relative;
  cursor: pointer;
  padding-bottom: 2.5%;
}
.sqs-audio-playlist .track-progress-bar .bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 0%;
}
.sqs-audio-playlist .track-progress-bar .bar.bg {
  width: 100%;
}
.sqs-audio-playlist .track-progress-bar .bar.play-bar {
  position: relative;
}
.sqs-audio-playlist .track-meta {
  float: right;
  text-align: right;
}
.sqs-audio-playlist .track-info .title a {
  font-size: 16px;
}
.sqs-audio-playlist.tablet .album-info,
.sqs-audio-playlist.tablet .tracks {
  width: 100%;
  float: none;
}
.sqs-audio-playlist.tablet .album-info {
  padding-bottom: 8%;
}
.sqs-audio-playlist.tablet .album-cover-wrapper {
  float: left;
  margin-right: 30px;
}
.sqs-audio-playlist.tablet.has-album-cover .album-cover-wrapper {
  width: 40%;
  padding-bottom: 40%;
}
.sqs-audio-playlist.tablet.no-main-image .album-description {
  margin-left: 120px;
}
.sqs-audio-playlist.phone .album-info,
.sqs-audio-playlist.phone .tracks {
  width: 100%;
  float: none;
}
.sqs-audio-playlist.phone .tracks {
  margin-top: 30px;
}
.sqs-audio-playlist.phone .tracks .track {
  margin-bottom: 10%;
}
.sqs-audio-playlist.phone .album-info {
  padding-bottom: 0;
}
.sqs-audio-playlist.phone .album-cover-wrapper {
  float: none;
  margin-right: 0;
  margin-bottom: 20px;
}
.sqs-audio-playlist.phone.has-album-cover .album-cover-wrapper {
  width: 100%;
  padding-bottom: 100%;
}
.sqs-audio-playlist.phone.no-main-image .album-description {
  margin-left: 0;
}
.sqs-audio-playlist .track-progress-bar {
  -webkit-tap-highlight-color: rgba(0, 0, 0, .5);
}
.sqs-audio-playlist .track-progress-bar .bar {
  -webkit-tap-highlight-color: rgba(0, 0, 0, .5);
}
.sqs-audio-playlist .track-progress-bar .bar.bg {
  background-color: #000;
  background-color: rgba(0, 0, 0, .1);
}
.sqs-audio-playlist .track-progress-bar .bar.load-bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .05);
}
.sqs-audio-playlist .track-progress-bar .bar.play-bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .8);
}
.sqs-audio-playlist .track-meta .track-time {
  color: #000;
  color: rgba(0, 0, 0, .5);
}
.sqs-audio-playlist .track-meta .actions {
  color: #000;
  color: rgba(0, 0, 0, .2);
}
.sqs-audio-playlist .track-meta .actions a {
  color: #000;
  color: rgba(0, 0, 0, .5);
}
.sqs-audio-playlist .track-meta .actions a:hover {
  color: #000;
  color: rgba(0, 0, 0, .8);
}
.sqs-audio-playlist .track-info .title a {
  color: #000;
  color: rgba(0, 0, 0, .85);
}
.sqs-audio-playlist .track-info .artist {
  color: #000;
  color: rgba(0, 0, 0, .5);
}
.hide-album-share-link .sqs-audio-playlist .squarespace-social-buttons {
  display: none;
}
/*
 * Gallery Block Overrides
 */
.sqs-gallery-block-slideshow {
  position: relative;
  background-color: rgba(175, 175, 175, .1);
}
.sqs-gallery-block-slideshow .slide > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.sqs-gallery-block-slideshow .slide .meta {
  opacity: 0;
}
.sqs-gallery-block-slideshow .meta {
  position: absolute;
  opacity: 0;
  background-color: #111;
  background-color: rgba(0, 0, 0, .3);
}
.sqs-gallery-block-slideshow .meta .meta-title {
  color: #fff;
}
.sqs-gallery-block-slideshow .meta .meta-title {
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 1px;
}
.sqs-gallery-block-slideshow .meta .meta-title + .meta-description {
  margin-top: .3em;
}
.sqs-gallery-block-slideshow .meta .meta-description,
.sqs-gallery-block-slideshow .meta .meta-description p {
  color: #ddd;
  color: rgba(255, 255, 255, .95);
  font-size: 14px;
  line-height: 1.5em;
}
.sqs-gallery-block-slideshow .meta .meta-description strong {
  color: inherit;
}
.sqs-gallery-block-slideshow .meta .meta-description *:first-child {
  margin-top: 0;
}
.sqs-gallery-block-slideshow .meta .meta-description *:last-child {
  margin-bottom: 0;
}
.sqs-gallery-block-slideshow .meta-inside {
  padding: 25px;
}
.sqs-gallery-block-slideshow .meta a,
.sqs-gallery-block-slideshow .meta a:hover {
  color: #fff;
  text-decoration: underline;
}
.sqs-gallery-block-slideshow .meta.overflow {
  overflow-y: auto;
}
.sqs-gallery-block-slideshow .slide.loaded .meta {
  opacity: 1;
}
.sqs-gallery-block-slideshow.sqs-gallery-block-meta-hover .meta {
  opacity: 0 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.sqs-gallery-block-slideshow.sqs-gallery-block-meta-hover .slide:hover .meta {
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.sqs-gallery-block-slideshow .meta {
  display: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.sqs-gallery-block-slideshow.sqs-gallery-block-show-meta .sqs-active-slide .meta {
  display: block;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.sqs-gallery-block-slideshow.sqs-gallery-block-show-meta .mobile-view .slide.loaded > a {
  line-height: 0;
  height: auto;
  position: static;
}
.sqs-gallery-block-slideshow.sqs-gallery-block-show-meta .mobile-view .slide.loaded .sqs-video-wrapper {
  position: static;
}
.sqs-gallery-block-slideshow.sqs-gallery-block-show-meta .mobile-view .slide.loaded .meta {
  background-color: transparent;
  color: inherit;
  padding: 20px 0 10px 0;
  margin: 0;
  max-width: none !important;
  opacity: 1 !important;
  position: static !important;
}
.sqs-gallery-block-slideshow.sqs-gallery-block-show-meta .mobile-view .slide.loaded .meta .meta-inside {
  padding: 0;
}
.sqs-gallery-block-slideshow.sqs-gallery-block-show-meta .mobile-view .slide.loaded .meta .meta-title,
.sqs-gallery-block-slideshow.sqs-gallery-block-show-meta .mobile-view .slide.loaded .meta .meta-description,
.sqs-gallery-block-slideshow.sqs-gallery-block-show-meta .mobile-view .slide.loaded .meta .meta-description p {
  color: inherit;
}
.sqs-gallery-block-slideshow.sqs-gallery-block-show-meta .mobile-view .slide.loaded .meta .meta-title {
  font-size: .9em;
}
.sqs-gallery-block-slideshow.sqs-gallery-block-show-meta .mobile-view .slide.loaded .meta .meta-description {
  font-size: .9em;
}
.sqs-gallery-block-slideshow.sqs-gallery-block-show-meta .mobile-view .slide.loaded .meta .meta-description p {
  font-size: 1em;
  line-height: 1.3em;
}
.sqs-gallery-block-slideshow .slide.video-playing .meta {
  display: none;
}
.sqs-gallery-block-slideshow.sqs-gallery-block-meta-position-top .meta,
.sqs-gallery-block-slideshow.sqs-gallery-block-meta-position-top-left .meta,
.sqs-gallery-block-slideshow.sqs-gallery-block-meta-position-top-right .meta {
  top: 0px;
}
.sqs-gallery-block-slideshow.sqs-gallery-block-meta-position-top-left .meta,
.sqs-gallery-block-slideshow.sqs-gallery-block-meta-position-top-right .meta {
  max-width: 50%;
  margin: 20px;
}
.sqs-gallery-block-slideshow.sqs-gallery-block-meta-position-center .meta {
  max-width: 50%;
  top: 50%;
  left: 50%;
  text-align: center;
}
.sqs-gallery-block-slideshow.sqs-gallery-block-meta-position-bottom .meta,
.sqs-gallery-block-slideshow.sqs-gallery-block-meta-position-bottom-left .meta,
.sqs-gallery-block-slideshow.sqs-gallery-block-meta-position-bottom-right .meta {
  bottom: 0px;
}
.sqs-gallery-block-slideshow.sqs-gallery-block-meta-position-bottom .meta {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(30, 30, 30, .3) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(30, 30, 30, .3)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(30, 30, 30, .3) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(30, 30, 30, .3) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(30, 30, 30, .3) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(30, 30, 30, .3) 100%);
  /* W3C */
}
.sqs-gallery-block-slideshow.sqs-gallery-block-meta-position-bottom .meta-inside {
  padding: 30px 20px 15px;
}
.sqs-gallery-block-slideshow.sqs-gallery-block-meta-position-bottom-left .meta,
.sqs-gallery-block-slideshow.sqs-gallery-block-meta-position-bottom-right .meta {
  max-width: 50%;
  margin: 20px;
}
.sqs-gallery-block-slider {
  position: relative;
  height: 100%;
}
.sqs-gallery-block-grid.sqs-gallery-thumbnails-per-row-1 .sqs-gallery-design-grid-slide {
  width: 100%;
}
.sqs-gallery-block-grid.sqs-gallery-thumbnails-per-row-2 .sqs-gallery-design-grid-slide {
  width: 50%;
}
.sqs-gallery-block-grid.sqs-gallery-thumbnails-per-row-3 .sqs-gallery-design-grid-slide {
  width: 33.333333333333336%;
}
.sqs-gallery-block-grid.sqs-gallery-thumbnails-per-row-4 .sqs-gallery-design-grid-slide {
  width: 25%;
}
.sqs-gallery-block-grid.sqs-gallery-thumbnails-per-row-5 .sqs-gallery-design-grid-slide {
  width: 20%;
}
.sqs-gallery-block-grid.sqs-gallery-thumbnails-per-row-6 .sqs-gallery-design-grid-slide {
  width: 16.666666666666668%;
}
.sqs-gallery-block-grid.sqs-gallery-thumbnails-per-row-7 .sqs-gallery-design-grid-slide {
  width: 14.285714285714286%;
}
.sqs-gallery-block-grid.sqs-gallery-thumbnails-per-row-8 .sqs-gallery-design-grid-slide {
  width: 12.5%;
}
.sqs-gallery-block-grid.sqs-gallery-thumbnails-per-row-9 .sqs-gallery-design-grid-slide {
  width: 11.11111111111111%;
}
.sqs-gallery-block-grid.sqs-gallery-thumbnails-per-row-10 .sqs-gallery-design-grid-slide {
  width: 10%;
}
.sqs-gallery-block-grid .slide {
  float: left;
  width: 20%;
}
.sqs-gallery-block-grid .slide .margin-wrapper {
  position: relative;
}
.sqs-gallery-block-grid .slide .margin-wrapper a.image-slide-anchor {
  padding-bottom: 100%;
  width: 100%;
  height: 0;
  display: block;
}
.sqs-gallery-block-grid .slide .margin-wrapper a.image-slide-anchor img {
  display: inline-block;
}
.sqs-gallery-block-grid .slide .margin-wrapper .content-wrapper {
  padding-bottom: 100%;
  width: 100%;
  display: block;
}
.sqs-gallery-block-grid .slide .margin-wrapper .content-wrapper.content-fill .sqs-video-wrapper {
  height: 0;
  padding-bottom: 100%;
}
.sqs-gallery-block-grid .slide .margin-wrapper .image-slide-title {
  text-align: center;
  display: none;
}
.sqs-gallery-block-grid .slide .meta {
  position: relative;
}
.sqs-gallery-block-grid .slide .meta h1 {
  font-size: 12px;
  letter-spacing: normal;
  margin: 0;
}
.sqs-block .sqs-gallery-thumbnails .sqs-video-thumbnail {
  position: relative;
}
.sqs-block .sqs-gallery-thumbnails .sqs-video-thumbnail img {
  height: 100%;
}
.sqs-block .sqs-gallery-thumbnails .sqs-video-thumbnail .sqs-video-thumbnail-icon {
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url('/universal/images-v6/icons/icon-video-24-light-solid.png');
  background-position: center center;
  height: 24px;
  width: 24px;
  margin-left: -12px;
  margin-top: -12px;
}
.sqs-block .sqs-gallery-thumbnails .sqs-video-thumbnail.no-image .sqs-video-thumbnail-inner {
  background-image: url('/universal/images-v6/icons/icon-video-24-light-solid.png');
  background-position: center center;
  background-repeat: no-repeat;
}
.sqs-block .sqs-gallery-thumbnails .sqs-video-thumbnail:not(.no-image).loading .sqs-video-thumbnail-icon {
  opacity: 0;
}
.sqs-block .sqs-gallery-thumbnails .sqs-video-thumbnail .sqs-video-thumbnail-inner {
  height: 100%;
  background: #000;
}
.sqs-block .sqs-gallery-thumbnails .sqs-gallery-design-strip-slide {
  opacity: .5;
}
.sqs-block .sqs-gallery-thumbnails .sqs-gallery-design-strip-slide.sqs-active-slide {
  opacity: 1;
}
/* Hide meta on smaller browsers */
@media only screen and (max-width: 480px) {
  .sqs-gallery-block-slideshow .meta {
    display: none !important;
  }
}
/* iPad CSS rules */
@media only screen and (device-width: 768px) {
  /* Display meta with hover option checked */
  .sqs-gallery-block-slideshow.sqs-gallery-block-show-meta .meta {
    opacity: 1 !important;
  }
}
.sqs-block.gallery-block .sqs-helper .sqs-handle-bottom {
  display: none;
}
.sqs-block.gallery-block.sized .sqs-helper .sqs-handle-bottom {
  display: block;
}
.sqs-layout.editing .sqs-block.gallery-block:hover .sqs-gallery-block-slideshow.sqs-gallery-block-meta-hover .meta {
  opacity: 1 !important;
}
/* ---------- image-stack.less ---------- */
.sqs-gallery-block-stacked {
  padding: 0;
  margin: 0;
}
.sqs-gallery-block-stacked a {
  border: 0;
}
.sqs-gallery-block-stacked .image-wrapper {
  margin: 0 0 1px 0;
  line-height: 1px;
}
.sqs-gallery-block-stacked .image-wrapper img {
  width: 100%;
}
.yui3-calendar-column-hidden,
.yui3-calendar-hidden {
  display: none;
}
.yui3-calendar-day {
  cursor: pointer;
}
.yui3-calendar-selection-disabled {
  cursor: default;
}
.yui3-calendar-prevmonth-day {
  cursor: default;
}
.yui3-calendar-nextmonth-day {
  cursor: default;
}
.yui3-calendar-content:hover .yui3-calendar-day,
.yui3-calendar-content:hover .yui3-calendar-prevmonth-day,
.yui3-calendar-content:hover .yui3-calendar-nextmonth-day {
  -moz-user-select: none;
}
.yui3-calendar-pane {
  width: 100%;
}
.yui3-calendar-grid {
  width: 100%;
}
.yui3-calendar-column-hidden,
.yui3-calendar-hidden {
  display: none;
}
.sqs-skin-sam .sqs-calendar-content {
  padding: 10px;
  color: #000;
  border: 1px solid grey;
  background: #f2f2f2;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f9f9f9 0%, #f2f2f2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #f2f2f2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f9f9f9 0%, #f2f2f2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f9f9f9 0%, #f2f2f2 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, #f9f9f9 0%, #f2f2f2 100%);
  /* IE10+ */
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f2f2f2', GradientType=0);
  /* IE6-9 */
  background: linear-gradient(top, #f9f9f9 0%, #f2f2f2 100%);
  /* W3C */
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sqs-skin-sam .sqs-calendar-grid {
  padding: 5px;
  border-collapse: collapse;
}
.sqs-skin-sam .sqs-calendar-header {
  padding-bottom: 10px;
}
.sqs-skin-sam .sqs-calendar-header-label {
  margin: 0;
  font-size: 1em;
  font-weight: bold;
}
.sqs-skin-sam .sqs-calendar-day,
.sqs-skin-sam .sqs-calendar-prevmonth-day,
.sqs-skin-sam .sqs-calendar-nextmonth-day {
  padding: 5px;
  border: 1px solid #ccc;
  background: #fff;
  text-align: center;
}
.sqs-skin-sam .sqs-calendar-day:hover {
  background: #06c;
  color: #fff;
}
.sqs-skin-sam .sqs-calendar-selection-disabled,
.sqs-skin-sam .sqs-calendar-selection-disabled:hover {
  color: #a6a6a6;
  background: #ccc;
}
.sqs-skin-sam .sqs-calendar-weekday {
  font-weight: bold;
}
.sqs-skin-sam .sqs-calendar-prevmonth-day,
.sqs-skin-sam .sqs-calendar-nextmonth-day {
  color: #a6a6a6;
}
.sqs-skin-sam .sqs-calendar-day {
  font-weight: bold;
}
.sqs-skin-sam .sqs-calendar-day-selected {
  background-color: #b3d4ff;
  color: #000;
}
.sqs-skin-sam .sqs-calendar-header-label {
  text-align: center;
}
.sqs-skin-sam .sqs-calendar-left-grid {
  margin-right: 1em;
}
.sqs-skin-sam .sqs-calendar-right-grid {
  margin-left: 1em;
}
.sqs-skin-sam .sqs-calendar-day-highlighted {
  background-color: #dcdef5;
}
.sqs-skin-sam .sqs-calendar-day-selected.sqs-calendar-day-highlighted {
  background-color: #758fbb;
}
.yui3-calendar-header {
  padding-left: 15px;
  padding-right: 15px;
}
.yui3-calendarnav-prevmonth {
  cursor: pointer;
}
.yui3-calendarnav-nextmonth {
  cursor: pointer;
}
.sqs-block.calendar-block {
  font-size: 11px;
  text-decoration: none;
  z-index: 10;
}
.sqs-block.calendar-block .yui3-calendar {
  outline: 0;
}
.sqs-block.calendar-block .yui3-calendar td {
  outline: 0;
}
.sqs-block.calendar-block .sqs-block-content {
  max-width: 240px;
  margin: 0 0 0 -8px;
}
.sqs-block.calendar-block .yui3-calendar-pane {
  min-width: 200px;
  position: relative;
}
.sqs-block.calendar-block .yui3-u {
  vertical-align: middle;
}
.sqs-block.calendar-block .yui3-calendar-grid {
  min-height: 150px;
  outline: 0;
}
.sqs-block.calendar-block .yui3-calendar-header {
  margin-bottom: 15px;
  text-align: center;
}
.sqs-block.calendar-block .yui3-calendar-header .yui3-calendar-header-label {
  width: 120px;
  padding-top: 2px;
  font-size: 12px;
  font-weight: bold;
}
.sqs-block.calendar-block .yui3-calendar-header .yui3-calendarnav-nextmonth,
.sqs-block.calendar-block .yui3-calendar-header .yui3-calendarnav-prevmonth {
  cursor: pointer;
  outline: 0;
}
.sqs-block.calendar-block .yui3-calendar-header .yui3-calendarnav-nextmonth span,
.sqs-block.calendar-block .yui3-calendar-header .yui3-calendarnav-prevmonth span {
  padding: 4px 8px;
}
.sqs-block.calendar-block .yui3-calendar-weekday {
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
}
.sqs-block.calendar-block .yui3-calendar-day {
  padding: 5px 0;
  text-align: center;
  outline: 0;
}
.sqs-block.calendar-block .yui3-calendar-day-selected {
  background: #eee;
}
.sqs-block.calendar-block .yui3-calendar-day:hover {
  background: #eee;
  color: #333;
  z-index: 100;
}
.sqs-block.calendar-block .yui3-calendar-day.date-has-event {
  color: #333;
  font-weight: bold;
}
.sqs-block.calendar-block .yui3-calendar-day .date-has-event-marker {
  display: block;
  height: 2px;
  width: 18px;
  background: #333;
  margin: -5px auto 0 auto;
}
.sqs-block.calendar-block .yui3-calendar-day:hover .date-has-event-marker {
  background: transparent;
}
.sqs-block.calendar-block .yui3-calendar-day .event-menu {
  position: absolute;
  left: 0;
  width: 70%;
  max-width: 200px;
  background: #eee;
  margin: 0;
  padding: 20px 20px 0 20px;
  font-weight: normal;
  line-height: 18px;
  text-align: left;
  z-index: 10;
}
.sqs-block.calendar-block .yui3-calendar-day .event-menu.event-menu-right {
  right: 0;
  left: auto;
}
.sqs-block.calendar-block .yui3-calendar-day .event-menu .event-time-group {
  margin-bottom: 20px;
}
.sqs-block.calendar-block .yui3-calendar-day .event-menu .event-time-group .event-time {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
  color: #777;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}
.summary-block ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.summary-block .summary-item:not(:last-child) {
  margin-bottom: 24px;
}
.summary-block .summary-collection-title {
  display: none;
}
.summary-block .summary-thumbnail {
  overflow: hidden;
  height: 150px;
}
.summary-block .summary-title {
  font-size: 1.2em;
}
.summary-block .summary-content-below-thumbnail .summary-title {
  margin: 1em 0 0 0;
}
.summary-block .summary-excerpt {
  margin: .75em 0;
}
.summary-block .summary-excerpt p {
  font-size: .9em;
}
.summary-block .timestamp {
  display: block;
  font-size: .8em;
  text-transform: uppercase;
}
.summary-block .summary-more-link {
  display: none;
  margin-left: 3px;
}
.sqs-block-collectionlink .collectionlink-thumbnail,
.link-block .collectionlink-thumbnail {
  overflow: hidden;
  height: 150px;
}
.sqs-block-collectionlink .collectionlink-thumbnail a,
.link-block .collectionlink-thumbnail a {
  display: block;
  height: 100%;
}
.sqs-block-collectionlink .collectionlink-title,
.link-block .collectionlink-title {
  font-size: 1.2em;
}
.sqs-block-collectionlink .collectionlink-title a,
.link-block .collectionlink-title a {
  display: block;
}
.sqs-block-collectionlink .collectionlink-content-below-thumbnail .collectionlink-title,
.link-block .collectionlink-content-below-thumbnail .collectionlink-title {
  margin: 1em 0 0 0;
}
.sqs-block-collectionlink .collectionlink-description,
.link-block .collectionlink-description {
  margin: .75em 0;
}
.sqs-block-collectionlink .collectionlink-description p,
.link-block .collectionlink-description p {
  font-size: .9em;
}
.sqs-block-collectionlink .collection-more-link,
.link-block .collection-more-link {
  display: none;
  margin-left: 3px;
}
.social-summary-block .state-message.synchronizing {
  background-image: none;
  padding-left: 15px;
}
.social-summary-block .state-message.synchronizing .sync-text {
  float: left;
  margin-left: 10px;
}
.social-summary-block .state-message.synchronizing .spinner {
  float: left;
  background: transparent url('/universal/images-v6/icons/icon-settings-16-light.png') center center no-repeat;
  height: 19px;
  width: 19px;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: spin-frames;
  -moz-animation-name: spin-frames;
  -o-animation-name: spin-frames;
  animation-name: spin-frames;
}
.product-block {
  overflow: hidden;
  /* .sqs-add-to-cart-button styling are repeated here so styles are available to admin */
}
.product-block .image-container {
  position: relative;
  display: block;
  width: 100%;
}
.product-block .image-container a {
  display: block;
  width: 100%;
}
.product-block .image-container img {
  width: 100%;
  max-width: 100%;
}
.product-block .image-container .product-mark {
  position: absolute;
  top: 15px;
  right: 0;
  background: #222;
  padding: 6px 8px;
  color: #fff;
  line-height: 1em;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
.product-block .productDetails.center {
  text-align: center;
}
.product-block .productDetails.right {
  text-align: right;
}
.product-block .productDetails .product-title {
  font-size: 1.3em;
  line-height: 1em;
  margin: 1em 0 .2em 0;
  display: inline-block;
}
.product-block .productDetails .product-price {
  font-size: 1.1em;
  margin: 0 0 1em 0;
}
.product-block .productDetails .product-price input {
  width: 130px;
  height: 30px;
  padding-left: 5px;
}
.product-block .productDetails .product-price .minimum-price {
  margin-top: 3px;
  margin-left: 10px;
}
.product-block .productDetails .product-price .original-price {
  text-decoration: line-through;
  opacity: .7;
  filter: alpha(opacity=70);
}
.product-block .productDetails .product-price .strikeout {
  text-decoration: line-through;
}
.product-block .productDetails .product-variants .variant-option {
  margin: 0 0 1em 0;
}
.product-block .productDetails .product-variants .variant-out-of-stock {
  color: #c00;
  margin-top: 8px;
}
.product-block .buy-button,
.product-block .sqs-add-to-cart-button-wrapper {
  margin: 20px 0;
  display: block;
}
.product-block .buy-button:hover,
.product-block .sqs-add-to-cart-button-wrapper:hover {
  opacity: 1;
}
.product-block .sqs-add-to-cart-button {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 1em 2.5em;
  color: #fff;
  background-color: #272727;
  border-width: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1em;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.product-block .sqs-amazon-button {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 1em 2.5em;
  color: #fff;
  background-color: #272727;
  border-width: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1em;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-transform: none;
}
.product-block .center .sqs-amazon-button {
  text-align: center;
}
.product-block .right .sqs-amazon-button {
  text-align: right;
}
.sqs-block-quote figure {
  margin: 1em 0;
}
.sqs-block-quote blockquote {
  margin: 0;
}
.sqs-block-quote .source {
  text-align: right;
}
.foursquare-block ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 1.4em;
}
.foursquare-block ul .foursquare-checkin {
  margin-bottom: 12px;
}
.foursquare-block ul .foursquare-checkin a {
  border: 0;
}
.foursquare-block ul .foursquare-checkin .foursquare-icon-wrapper {
  float: left;
}
.foursquare-block ul .foursquare-checkin .foursquare-text {
  margin-left: 42px;
  font-size: 12px;
}
.foursquare-block ul .foursquare-checkin .foursquare-venue {
  font-weight: bold;
}
.foursquare-block ul .foursquare-checkin .foursquare-location {
  display: inline-block;
  padding-left: 4px;
}
.foursquare-block ul .foursquare-checkin .foursquare-timestamp {
  font-size: 10px;
}
.tagcloud-block ul {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}
.tagcloud-block ul li {
  display: inline-block;
}
.sqs-block-postsbycategory ul,
.sqs-block-postsbyauthor ul,
.sqs-block-postsbytag ul,
.sqs-block-postsbymonth ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sqs-block-postsbycategory ul li,
.sqs-block-postsbyauthor ul li,
.sqs-block-postsbytag ul li,
.sqs-block-postsbymonth ul li {
  margin: 0 0 .3em 0;
  padding: 0;
}
.sqs-block-postsbycategory .count,
.sqs-block-postsbyauthor .count,
.sqs-block-postsbytag .count,
.sqs-block-postsbymonth .count {
  display: none;
}
.sqs-block-image .image-caption p {
  font-size: 12px;
  line-height: 1.68em;
}
.sqs-block-image .image-caption p a {
  display: inline;
}
.sqs-block-image .sqs-image-caption {
  font-size: 12px;
  line-height: 1.68em;
  color: #999;
}
.sqs-block-image .sqs-image-caption p {
  margin-bottom: 0;
}
.sqs-block-image .sqs-image-caption.sqs-placeholder-show {
  margin-top: 1em;
}
.sqs-block-image .sqs-image-caption .sqs-html-content {
  min-height: 23px;
}
.sqs-block-image:not(.sqs-block-focused) .sqs-image-caption.sqs-placeholder-show {
  display: none;
}
.sqs-block-image .sqs-placeholder p {
  margin: 0;
  margin-top: .7em;
}
.sqs-block-image .image-block-outer-wrapper .image-block-wrapper img {
  max-width: none;
}
.sqs-block-image .image-block-lightbox {
  cursor: pointer;
  display: block;
}
.sqs-block-image .lightbox img {
  cursor: pointer;
}
.sqs-block-image.sized .image-block-wrapper {
  overflow: hidden;
  padding-bottom: inherit !important;
}
.sqs-block-image.sized .image-block-wrapper img {
  text-align: inherit;
  max-width: none;
}
.sqs-block-image img {
  display: block;
}
.sqs-block-image .image-block-wrapper.sqs-default-image {
  text-align: center;
}
.sqs-block-image .image-block-wrapper.sqs-default-image img {
  display: inline-block;
}
.sqs-block-image .image-block-outer-wrapper.layout-caption-overlay .intrinsic,
.sqs-block-image .image-block-outer-wrapper.layout-caption-overlay-hover .intrinsic {
  position: relative;
}
.sqs-block-image .image-block-outer-wrapper.layout-caption-overlay .intrinsic .image-caption-wrapper,
.sqs-block-image .image-block-outer-wrapper.layout-caption-overlay-hover .intrinsic .image-caption-wrapper {
  position: absolute;
  overflow: hidden;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 18px;
  background: rgba(0, 0, 0, .7);
}
.sqs-block-image .image-block-outer-wrapper.layout-caption-overlay .intrinsic .image-caption-wrapper h1,
.sqs-block-image .image-block-outer-wrapper.layout-caption-overlay-hover .intrinsic .image-caption-wrapper h1,
.sqs-block-image .image-block-outer-wrapper.layout-caption-overlay .intrinsic .image-caption-wrapper strong,
.sqs-block-image .image-block-outer-wrapper.layout-caption-overlay-hover .intrinsic .image-caption-wrapper strong {
  color: #eee;
}
.sqs-block-image .image-block-outer-wrapper.layout-caption-overlay .intrinsic .image-caption-wrapper p,
.sqs-block-image .image-block-outer-wrapper.layout-caption-overlay-hover .intrinsic .image-caption-wrapper p {
  color: #bbb;
  line-height: 1.68em;
}
.sqs-block-image .image-block-outer-wrapper.layout-caption-overlay .intrinsic .image-caption-wrapper p a,
.sqs-block-image .image-block-outer-wrapper.layout-caption-overlay-hover .intrinsic .image-caption-wrapper p a {
  color: #bbb;
  text-decoration: underline;
}
.sqs-block-image .image-block-outer-wrapper.layout-caption-overlay .intrinsic .image-caption-wrapper p:first-child,
.sqs-block-image .image-block-outer-wrapper.layout-caption-overlay-hover .intrinsic .image-caption-wrapper p:first-child {
  padding-top: 0;
  margin-top: 0;
}
.sqs-block-image .image-block-outer-wrapper.layout-caption-overlay .intrinsic .image-caption-wrapper p:last-child,
.sqs-block-image .image-block-outer-wrapper.layout-caption-overlay-hover .intrinsic .image-caption-wrapper p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.sqs-block-image .image-block-outer-wrapper.layout-caption-overlay-hover:hover .image-caption-wrapper {
  opacity: 1;
}
.sqs-block-image .image-block-outer-wrapper.layout-caption-overlay-hover .image-caption-wrapper {
  opacity: 0;
  -webkit-transition: opacity .1s ease-out;
  -moz-transition: opacity .1s ease-out;
  -o-transition: opacity .1s ease-out;
  transition: opacity .1s ease-out;
}
.sqs-block-image .image-block-outer-wrapper.layout-caption-overlay-hover:hover .image-caption {
  margin-bottom: 0;
}
.sqs-block-image .image-block-outer-wrapper.layout-caption-overlay-hover .image-caption {
  -webkit-transition: margin-bottom .1s ease-out;
  -moz-transition: margin-bottom .1s ease-out;
  -o-transition: margin-bottom .1s ease-out;
  transition: margin-bottom .1s ease-out;
  margin-bottom: -5px;
}
.sqs-block-image .image-block-outer-wrapper.layout-image-left {
  zoom: 1;
  *zoom: 1;
}
.sqs-block-image .image-block-outer-wrapper.layout-image-left:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.sqs-block-image .image-block-outer-wrapper.layout-image-left .image-block-wrapper {
  float: left;
}
.sqs-block-image .image-block-outer-wrapper.layout-image-left .image-caption-wrapper {
  float: left;
}
.sqs-block-image .image-block-outer-wrapper.layout-image-left .image-caption {
  padding-left: 15px;
}
.sqs-block-image .image-block-outer-wrapper.layout-image-left .image-caption h1 {
  font-size: 18px;
  line-height: 24px;
}
.sqs-block-image .image-block-outer-wrapper.layout-image-right {
  zoom: 1;
  *zoom: 1;
}
.sqs-block-image .image-block-outer-wrapper.layout-image-right:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}
.sqs-block-image .image-block-outer-wrapper.layout-image-right .image-block-wrapper {
  float: right;
}
.sqs-block-image .image-block-outer-wrapper.layout-image-right .image-caption-wrapper {
  float: right;
  text-align: right;
}
.sqs-block-image .image-block-outer-wrapper.layout-image-right .image-caption {
  padding-right: 15px;
}
.sqs-block-image .image-block-outer-wrapper.layout-image-right .image-caption h1 {
  font-size: 18px;
  line-height: 24px;
}
.sqs-block-image .image-block-wrapper {
  line-height: 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.sqs-block-image .image-block-wrapper img {
  max-width: 100%;
}
.sqs-block-image .image-block-wrapper img.block-stretch {
  width: 100%;
}
.sqs-block-image .image-block-wrapper.float-right .image-block-wrapper {
  text-align: right;
}
.sqs-block-image .intrinsic {
  margin: auto;
}
.sqs-block-image .intrinsic .image-block-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.sqs-block-image .sqs-action-overlay {
  z-index: 1000;
}
.sqs-block-image .processing {
  background: #ccc;
  text-align: center;
}
.sqs-block-image .processing .progress-container {
  background: #ccc;
  top: 15px;
}
.sqs-block-image .processing-failed {
  background: #ccc;
  text-align: center;
  position: relative;
  height: 100%;
}
.sqs-block-image.vsize-1 .image-block-wrapper {
  height: 34px;
}
.sqs-block-image.vsize-2 .image-block-wrapper {
  height: 68px;
}
.sqs-block-image.vsize-3 .image-block-wrapper {
  height: 102px;
}
.sqs-block-image.vsize-4 .image-block-wrapper {
  height: 136px;
}
.sqs-block-image.vsize-5 .image-block-wrapper {
  height: 170px;
}
.sqs-block-image.vsize-6 .image-block-wrapper {
  height: 204px;
}
.sqs-block-image.vsize-7 .image-block-wrapper {
  height: 238px;
}
.sqs-block-image.vsize-8 .image-block-wrapper {
  height: 272px;
}
.sqs-block-image.vsize-9 .image-block-wrapper {
  height: 306px;
}
.sqs-block-image.vsize-10 .image-block-wrapper {
  height: 340px;
}
.sqs-block-image.vsize-11 .image-block-wrapper {
  height: 374px;
}
.sqs-block-image.vsize-12 .image-block-wrapper {
  height: 408px;
}
.sqs-block-image.vsize-13 .image-block-wrapper {
  height: 442px;
}
.sqs-block-image.vsize-14 .image-block-wrapper {
  height: 476px;
}
.sqs-block-image.vsize-15 .image-block-wrapper {
  height: 510px;
}
.sqs-block-image.vsize-16 .image-block-wrapper {
  height: 544px;
}
.sqs-block-image.vsize-17 .image-block-wrapper {
  height: 578px;
}
.sqs-block-image.vsize-18 .image-block-wrapper {
  height: 612px;
}
.sqs-block-image.vsize-19 .image-block-wrapper {
  height: 646px;
}
.sqs-block-image.vsize-20 .image-block-wrapper {
  height: 680px;
}
.sqs-block-image.vsize-21 .image-block-wrapper {
  height: 714px;
}
.sqs-block-image.vsize-22 .image-block-wrapper {
  height: 748px;
}
.sqs-block-image.vsize-23 .image-block-wrapper {
  height: 782px;
}
.sqs-block-image.vsize-24 .image-block-wrapper {
  height: 816px;
}
.sqs-block-image.vsize-25 .image-block-wrapper {
  height: 850px;
}
.sqs-block-image.vsize-26 .image-block-wrapper {
  height: 884px;
}
.sqs-block-image.vsize-27 .image-block-wrapper {
  height: 918px;
}
.sqs-block-image.vsize-28 .image-block-wrapper {
  height: 952px;
}
.sqs-block-image.vsize-29 .image-block-wrapper {
  height: 986px;
}
.sqs-block-image.vsize-30 .image-block-wrapper {
  height: 1020px;
}
.sqs-block-image.vsize-1 .sqs-block-content {
  height: auto;
  overflow: visible;
}
.sqs-block-image.vsize-2 .sqs-block-content {
  height: auto;
  overflow: visible;
}
.sqs-block-image.vsize-3 .sqs-block-content {
  height: auto;
  overflow: visible;
}
.sqs-block-image.vsize-4 .sqs-block-content {
  height: auto;
  overflow: visible;
}
.sqs-block-image.vsize-5 .sqs-block-content {
  height: auto;
  overflow: visible;
}
.sqs-block-image.vsize-6 .sqs-block-content {
  height: auto;
  overflow: visible;
}
.sqs-block-image.vsize-7 .sqs-block-content {
  height: auto;
  overflow: visible;
}
.sqs-block-image.vsize-8 .sqs-block-content {
  height: auto;
  overflow: visible;
}
.sqs-block-image.vsize-9 .sqs-block-content {
  height: auto;
  overflow: visible;
}
.sqs-block-image.vsize-10 .sqs-block-content {
  height: auto;
  overflow: visible;
}
.sqs-block-image.vsize-11 .sqs-block-content {
  height: auto;
  overflow: visible;
}
.sqs-block-image.vsize-12 .sqs-block-content {
  height: auto;
  overflow: visible;
}
.sqs-block-image.vsize-13 .sqs-block-content {
  height: auto;
  overflow: visible;
}
.sqs-block-image.vsize-14 .sqs-block-content {
  height: auto;
  overflow: visible;
}
.sqs-block-image.vsize-15 .sqs-block-content {
  height: auto;
  overflow: visible;
}
.sqs-block-image.vsize-16 .sqs-block-content {
  height: auto;
  overflow: visible;
}
.sqs-block-image.vsize-17 .sqs-block-content {
  height: auto;
  overflow: visible;
}
.sqs-block-image.vsize-18 .sqs-block-content {
  height: auto;
  overflow: visible;
}
.sqs-block-image.vsize-19 .sqs-block-content {
  height: auto;
  overflow: visible;
}
.sqs-block-image.vsize-20 .sqs-block-content {
  height: auto;
  overflow: visible;
}
.sqs-block-image.vsize-21 .sqs-block-content {
  height: auto;
  overflow: visible;
}
.sqs-block-image.vsize-22 .sqs-block-content {
  height: auto;
  overflow: visible;
}
.sqs-block-image.vsize-23 .sqs-block-content {
  height: auto;
  overflow: visible;
}
.sqs-block-image.vsize-24 .sqs-block-content {
  height: auto;
  overflow: visible;
}
.sqs-block-image.vsize-25 .sqs-block-content {
  height: auto;
  overflow: visible;
}
.sqs-block-image.vsize-26 .sqs-block-content {
  height: auto;
  overflow: visible;
}
.sqs-block-image.vsize-27 .sqs-block-content {
  height: auto;
  overflow: visible;
}
.sqs-block-image.vsize-28 .sqs-block-content {
  height: auto;
  overflow: visible;
}
.sqs-block-image.vsize-29 .sqs-block-content {
  height: auto;
  overflow: visible;
}
.sqs-block-image.vsize-30 .sqs-block-content {
  height: auto;
  overflow: visible;
}
.sqs-block-horizontalrule hr {
  border: none;
  color: #bbb;
  background-color: #bbb;
  height: 1px;
}
.sqs-block-html {
  clear: none;
  word-wrap: break-word;
}
.sqs-block-html .sqs-block-content {
  outline: none;
}
.sqs-block-html .sqs-block-content *:first-child {
  margin-top: 0;
}
.sqs-block-html .sqs-block-content *:last-child {
  margin-bottom: 0;
}
.sqs-html {
  position: relative;
  z-index: 1;
}
.sqs-html .sqs-html-content {
  outline: none;
  z-index: 2;
}
.sqs-html .sqs-html-hidden {
  display: none;
}
.sqs-block-markdown {
  clear: none;
}
.sqs-block-markdown .sqs-block-content {
  position: relative;
}
.sqs-block-markdown .sqs-block-content *:first-child {
  margin-top: 0;
}
.sqs-block-markdown .sqs-block-content *:last-child {
  margin-bottom: 0;
}
.sqs-block-markdown .sqs-placeholder {
  color: #999;
}
.sqs-block-markdown .sqs-editing-overlay {
  display: none;
}
.sqs-block-markdown hr {
  border: none;
  border-bottom: 1px solid #ccc;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
.sqs-block-markdown textarea {
  position: absolute;
  top: 17px;
  bottom: 0;
  left: 17px;
  right: 17px;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  outline: none;
  resize: none;
  overflow: hidden;
  color: #333;
}
.sqs-block-markdown .textarea-clone {
  margin: 0;
  min-height: 18px;
  visibility: hidden;
}
.sqs-block-markdown textarea,
.sqs-block-markdown .textarea-clone {
  font: 15px/18px 'Courier New';
  white-space: pre-wrap;
  word-wrap: break-word;
}
.sqs-block-markdown img {
  max-width: 100%;
  height: auto;
}
.source-code {
  white-space: pre;
  overflow: auto;
}
.cm-keyword {
  color: #708;
}
.cm-atom {
  color: #219;
}
.cm-number {
  color: #164;
}
.cm-def {
  color: blue;
}
.cm-variable-2 {
  color: #05a;
}
.cm-variable-3 {
  color: #085;
}
.cm-comment {
  color: #aaa;
}
.cm-string {
  color: #1a1;
}
.cm-string-2 {
  color: #5f0;
}
.cm-meta {
  color: #555;
}
.cm-error {
  color: red;
}
.cm-qualifier {
  color: #555;
}
.cm-builtin {
  color: #30a;
}
.cm-bracket {
  color: #cc7;
}
.cm-tag {
  color: #170;
}
.cm-attribute {
  color: #00c;
}
.cm-header {
  color: #000;
}
.cm-quote {
  color: #900;
}
.cm-hr {
  color: #999;
}
.cm-link {
  color: #00c;
}
.dark .cm-comment {
  color: #75715e;
}
.dark .cm-atom {
  color: #ae81ff;
}
.dark .cm-number {
  color: #ae81ff;
}
.dark .cm-property,
.dark .cm-attribute {
  color: #a6e22e;
}
.dark .cm-keyword {
  color: #f92672;
}
.dark .cm-string {
  color: #e6db74;
}
.dark .cm-variable-2 {
  color: #9effff;
}
.dark .cm-def {
  color: #fd971f;
}
.dark .cm-error {
  background: #f92672;
  color: #f8f8f0;
}
.dark .cm-bracket {
  color: #f8f8f2;
}
.dark .cm-tag {
  color: #f92672;
}
.dark .cm-link {
  color: #ae81ff;
}
.code-block .state-message:not(:last-child) {
  margin-bottom: 10px;
}
.embed-block .intrinsic,
.video-block .intrinsic,
.embed-block .sqs-block-content .intrinsic,
.video-block .sqs-block-content .intrinsic {
  position: relative;
}
.embed-block .intrinsic .embed-block-wrapper:not(.embed-block-provider-SoundCloud),
.video-block .intrinsic .embed-block-wrapper:not(.embed-block-provider-SoundCloud),
.embed-block .sqs-block-content .intrinsic .embed-block-wrapper:not(.embed-block-provider-SoundCloud),
.video-block .sqs-block-content .intrinsic .embed-block-wrapper:not(.embed-block-provider-SoundCloud) {
  position: relative;
}
.embed-block .intrinsic .embed-block-wrapper:not(.embed-block-provider-SoundCloud) .sqs-video-wrapper,
.video-block .intrinsic .embed-block-wrapper:not(.embed-block-provider-SoundCloud) .sqs-video-wrapper,
.embed-block .sqs-block-content .intrinsic .embed-block-wrapper:not(.embed-block-provider-SoundCloud) .sqs-video-wrapper,
.video-block .sqs-block-content .intrinsic .embed-block-wrapper:not(.embed-block-provider-SoundCloud) .sqs-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.embed-block .intrinsic .embed-block-wrapper:not(.embed-block-provider-SoundCloud) iframe,
.video-block .intrinsic .embed-block-wrapper:not(.embed-block-provider-SoundCloud) iframe,
.embed-block .sqs-block-content .intrinsic .embed-block-wrapper:not(.embed-block-provider-SoundCloud) iframe,
.video-block .sqs-block-content .intrinsic .embed-block-wrapper:not(.embed-block-provider-SoundCloud) iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.embed-block .intrinsic .embed-block-wrapper:not(.embed-block-provider-SoundCloud) .flickr-oembed,
.video-block .intrinsic .embed-block-wrapper:not(.embed-block-provider-SoundCloud) .flickr-oembed,
.embed-block .sqs-block-content .intrinsic .embed-block-wrapper:not(.embed-block-provider-SoundCloud) .flickr-oembed,
.video-block .sqs-block-content .intrinsic .embed-block-wrapper:not(.embed-block-provider-SoundCloud) .flickr-oembed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.embed-block .intrinsic .embed-block-provider-SoundCloud,
.video-block .intrinsic .embed-block-provider-SoundCloud,
.embed-block .sqs-block-content .intrinsic .embed-block-provider-SoundCloud,
.video-block .sqs-block-content .intrinsic .embed-block-provider-SoundCloud {
  padding-bottom: 0 !important;
}
.embed-block .intrinsic .embed-block-provider-SoundCloud iframe,
.video-block .intrinsic .embed-block-provider-SoundCloud iframe,
.embed-block .sqs-block-content .intrinsic .embed-block-provider-SoundCloud iframe,
.video-block .sqs-block-content .intrinsic .embed-block-provider-SoundCloud iframe {
  width: 100%;
}
.sqs-block-soundcloud .sqs-intrinsic iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.sqs-block-audio {
  min-height: 34px;
}
.sqs-search-ui-button-wrapper .search-input {
  opacity: .7;
  -webkit-transition: opacity .2s ease-out;
  -moz-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
  -webkit-transition: background-image .2s ease-out;
  -moz-transition: background-image .2s ease-out;
  -o-transition: background-image .2s ease-out;
  transition: background-image .2s ease-out;
  border: 1px solid #aaa;
  padding: 12px 12px 12px 45px;
  background: url(/universal/images-v6/icons/icon-searchqueries-20-dark.png) no-repeat 15px 50%;
  width: 100%;
  min-height: 20px;
  line-height: 20px;
  display: block;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.sqs-search-ui-button-wrapper .search-input.loading {
  background-image: none;
}
.sqs-search-ui-button-wrapper .search-input.disabled {
  cursor: pointer;
}
.sqs-search-ui-button-wrapper .search-input:hover,
.sqs-search-ui-button-wrapper .search-input:focus {
  opacity: 1;
}
.sqs-search-ui-button-wrapper .search-input::-webkit-input-placeholder {
  color: #666;
}
.sqs-search-ui-button-wrapper .search-input:-moz-placeholder {
  color: #666;
}
.sqs-search-ui-button-wrapper .search-input::-moz-placeholder {
  color: #666;
}
.sqs-search-ui-button-wrapper .search-input:-ms-input-placeholder {
  color: #666;
}
.sqs-search-ui-button-wrapper .search-input:hover::-webkit-input-placeholder {
  font-style: normal;
}
.sqs-search-ui-button-wrapper .search-input:hover:-moz-placeholder {
  font-style: normal;
}
.sqs-search-ui-button-wrapper .search-input:hover::-moz-placeholder {
  font-style: normal;
}
.sqs-search-ui-button-wrapper .search-input:hover:-ms-input-placeholder {
  font-style: normal;
}
.sqs-search-ui-button-wrapper .spinner-wrapper {
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -21px;
}
.sqs-search-preview-ui {
  position: absolute;
  z-index: 999999;
  background-color: #fff;
  width: 100%;
}
.sqs-search-preview-ui .sqs-search-ui-result {
  border-top: none;
  border: 1px solid #ddd;
}
.sqs-search-preview-ui .sqs-search-ui-result .search-result-notice {
  background-color: #fff;
  font-weight: 200;
  font-size: 12px;
  padding: 6px 12px;
}
.sqs-search-preview-ui .sqs-search-ui-result .search-result-notice.hide {
  display: none;
}
.sqs-search-preview-ui .sqs-search-ui-result .sqs-search-ui-list {
  max-height: 500px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.sqs-search-preview-ui .sqs-search-ui-result .sqs-search-ui-list .search-result {
  padding: 16px;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
  -webkit-transition: background-color .2s ease-out;
  -moz-transition: background-color .2s ease-out;
  -o-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
}
.sqs-search-preview-ui .sqs-search-ui-result .sqs-search-ui-list .search-result:last-child {
  border-bottom: none;
}
.sqs-search-preview-ui .sqs-search-ui-result .sqs-search-ui-list .search-result.selected,
.sqs-search-preview-ui .sqs-search-ui-result .sqs-search-ui-list .search-result:hover {
  background-color: #f5f5f5;
}
.sqs-search-preview-ui .sqs-search-ui-result .sqs-search-ui-list .search-result .sqs-search-ui-item em {
  color: #222;
  font-style: italic;
}
.sqs-search-preview-ui .sqs-search-ui-result .sqs-search-ui-list .search-result .sqs-search-ui-item .sqs-main-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.sqs-search-preview-ui .sqs-search-ui-result .sqs-search-ui-list .search-result .sqs-search-ui-item .sqs-main-image-container {
  width: 50px;
  float: right;
  margin: 0 0 5px 5px;
  box-shadow: #ddd 1px -1px 5px;
}
.sqs-search-preview-ui .sqs-search-ui-result .sqs-search-ui-list .search-result .sqs-search-ui-item .sqs-main-image-intrinsic {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.sqs-search-preview-ui .sqs-search-ui-result .sqs-search-ui-list .search-result .sqs-search-ui-item .sqs-title {
  font-size: 16px;
  line-height: 1.2em;
  margin-bottom: .5em;
  color: #333;
}
.sqs-search-preview-ui .sqs-search-ui-result .sqs-search-ui-list .search-result .sqs-search-ui-item .sqs-content {
  font-size: 12px;
  line-height: 1.4em;
}
.sqs-block-map .sqs-block-map-content {
  position: relative;
}
.sqs-block-map .sqs-block-map-content .sqs-map-wrapper {
  position: absolute !important;
  top: 0;
  left: 0;
  height: 100%;
  max-width: none;
  width: 100%;
}
.rss-block .social-rss:before {
  position: relative;
  top: -.05em;
  margin-right: .4em;
  font-size: .7em;
}
.twitter-block .tweet-list {
  list-style-type: none;
  margin: 0 0 2.2em 0;
  padding: 0;
}
.twitter-block .tweet {
  margin: 0 0 2.2em 0;
}
.twitter-block .tweet a {
  border: 0;
}
.twitter-block .tweet .tweet-avatar-wrapper {
  float: left;
}
.twitter-block .tweet .tweet-avatar {
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.twitter-block .tweet .tweet-text-wrapper {
  margin-left: 60px;
}
.twitter-block .tweet.no-avatar .tweet-text-wrapper {
  margin-left: 0px;
}
.twitter-block .tweet .tweet-from {
  font-size: 1.1em;
  margin: 0 0 .5em 0;
  line-height: 1em;
  font-weight: bold;
}
.twitter-block .tweet .tweet-timestamp a {
  font-size: .8em;
}
.form-wrapper .field-list {
  line-height: normal;
}
.form-wrapper .field-list fieldset,
.form-wrapper .field-list legend {
  margin: 0;
  padding: 0;
  border: 0;
}
.form-wrapper .field-list legend {
  display: none;
}
.form-wrapper .field-list textarea {
  min-height: 100px;
  resize: vertical;
}
.form-wrapper .field-list textarea.medium {
  min-height: 200px;
}
.form-wrapper .field-list textarea.large {
  min-height: 300px;
}
.form-wrapper .field-list .section {
  margin: 2em 0;
  padding-bottom: .3em;
  font-size: .9em;
  text-transform: uppercase;
}
.form-wrapper .field-list .section.underline {
  border-bottom: 1px solid #999;
}
.form-wrapper .field-list .section:nth-child(1) {
  margin: 0 0 2em 0;
}
.form-wrapper .field-list .title {
  display: block;
}
.form-wrapper .field-list .description {
  padding: .5em 0 .5em;
  font-size: 12px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: .7;
  -khtml-opacity: .7;
  opacity: .7;
}
.form-wrapper .field-list .field {
  position: relative;
  margin: 0 0 24px;
}
.form-wrapper .field-list .field .caption {
  font-size: 12px;
}
.form-wrapper .field-list .field .caption .field-element {
  font-size: 14px;
}
.form-wrapper .field-list .field .field-element {
  width: 100%;
  padding: 12px;
  margin: 6px 0 4px;
  border: 1px solid #ccc;
  background: #fafafa;
  font-family: sans-serif;
  font-size: 12px;
  line-height: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.form-wrapper .field-list .field .field-element:focus {
  background: #fff;
  -webkit-transition: background .1s ease-in;
  -moz-transition: background .1s ease-in;
  -o-transition: background .1s ease-in;
  transition: background .1s ease-in;
  outline: none;
}
.form-wrapper .field-list .field select {
  margin: 6px 0 4px;
  max-width: 100%;
}
.form-wrapper .field-list .field .prefix {
  position: absolute;
  bottom: 16px;
  left: 8px;
  color: #aaa;
  font-family: sans-serif;
  font-size: 13px;
  line-height: 16px;
}
.form-wrapper .field-list .field.twitter .field-element {
  padding-left: 22px;
}
.form-wrapper .field-list .field.currency.hassymbol .field-element {
  padding-left: 20px;
}
.form-wrapper .field-list .field.website .field-element {
  padding-left: 45px;
}
.form-wrapper .field-list .field.checkbox label,
.form-wrapper .field-list .field.radio label {
  cursor: pointer;
}
.form-wrapper .field-list .field.checkbox input,
.form-wrapper .field-list .field.radio input {
  margin-right: 5px;
}
.form-wrapper .field-list .field .option {
  margin: 6px 0 4px;
  font-size: 13px;
}
.form-wrapper .field-list .field.likert .item {
  overflow: hidden;
  margin: 1.6em 0 1.6em 0;
}
.form-wrapper .field-list .field.likert .question {
  margin: 0 0 .5em 0;
  font-size: .9em;
}
.form-wrapper .field-list .field.likert .option {
  width: 20%;
  float: left;
  text-align: left;
  border-top: 1px solid #ddd;
}
.form-wrapper .field-list .field.likert .option label {
  margin: 0;
  padding: 0 0 0 1px;
  font-size: .9em;
  display: block;
  cursor: pointer;
}
.form-wrapper .field-list .field.likert .option input {
  margin: 10px 0;
  display: block;
}
.form-wrapper .field-list .field.likert .option:last-of-type {
  border-right: none;
}
.form-wrapper .field-list .fields {
  margin: 0 0 0 -2%;
}
.form-wrapper .field-list .fields .title,
.form-wrapper .field-list .fields .description,
.form-wrapper .field-list .fields .field,
.form-wrapper .field-list .fields .field-error {
  margin-left: 2%;
}
.form-wrapper .field-list .fields .field {
  float: left;
}
.form-wrapper .field-list .fields .field.two-digits {
  width: 3.5em;
}
.form-wrapper .field-list .fields .field.three-digits {
  width: 4.2em;
}
.form-wrapper .field-list .fields .field.four-digits {
  width: 4.8em;
}
.form-wrapper .field-list .fields .field.ampm {
  width: 4.5em;
}
.form-wrapper .field-list .fields.name .field {
  width: 48%;
}
.form-wrapper .field-list .fields.address .field.address1,
.form-wrapper .field-list .fields.address .field.address2 {
  width: 98%;
}
.form-wrapper .field-list .fields.address .field.city {
  width: 70%;
}
.form-wrapper .field-list .fields.address .field.state-province {
  width: 26%;
}
.form-wrapper .field-list .fields.address .field.zip {
  width: 36%;
}
.form-wrapper .field-list .fields.address .field.country {
  width: 98%;
}
.form-wrapper .field-list .fields.payment .field.card-expiry-month {
  width: 40%;
}
.form-wrapper .field-list .fields.payment .field.card-expiry-year {
  width: 40%;
}
.form-wrapper .field-list .form-item.error,
.form-wrapper .field-list .form-item.error .caption,
.form-wrapper .field-list .form-item.error .title,
.form-wrapper .field-list .form-item.error .description {
  color: #bd0000;
}
.form-wrapper .field-list .form-item.error input,
.form-wrapper .field-list .form-item.error textarea {
  border: 1px solid #e99292;
}
.form-wrapper .form-button-wrapper--align-left {
  text-align: left;
}
.form-wrapper .form-button-wrapper--align-center {
  text-align: center;
}
.form-wrapper .form-button-wrapper--align-right {
  text-align: right;
}
.form-wrapper input[type=submit] {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 1em 2.5em;
  color: #fff;
  background-color: #272727;
  border-width: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1em;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
  text-transform: none;
}
.form-wrapper .form-submission-text {
  margin-top: 20px;
}
.form-wrapper .field-error {
  color: #fff;
  background: #cc3b3b url('/universal/images-v6/standard/icon_close_7_light.png') no-repeat 9px 50%;
  padding: 5px 15px 3px 25px;
  font-size: 13px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin: 12px 0;
  line-height: 23px;
  display: inline-block;
}
.form-wrapper .field .field-error {
  margin-bottom: .5em;
}
.form-wrapper .submitting .field-list {
  opacity: .7;
}
.form-wrapper .hidden,
.form-wrapper.hidden {
  display: none;
}
.form-block .lightbox-handle-wrapper--align-left {
  text-align: left;
}
.form-block .lightbox-handle-wrapper--align-center {
  text-align: center;
}
.form-block .lightbox-handle-wrapper--align-right {
  text-align: right;
}
.form-block .lightbox-handle {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 1em 2.5em;
  color: #fff;
  background-color: #272727;
  border-width: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1em;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
  text-transform: none;
}
.sqs-form-lightbox {
  font-size: 14px;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
}
.sqs-form-lightbox-content {
  z-index: 100000000;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}
.sqs-form-lightbox-content .lightbox-background {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .4;
}
.sqs-form-lightbox-content .lightbox-inner {
  position: absolute;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 100%;
  top: 0;
}
.sqs-form-lightbox-content .lightbox-inner .lightbox-content {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  padding: 40px;
  background: #fff;
}
.sqs-form-lightbox-content .lightbox-inner .lightbox-content .form-wrapper {
  color: #222;
  font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.sqs-form-lightbox-content .lightbox-inner .lightbox-content .form-wrapper .form-title {
  font-size: 22px;
  line-height: 1.2em;
  margin-right: 22px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sqs-form-lightbox-content .lightbox-inner .lightbox-content .form-wrapper .form-inner-wrapper form {
  margin-top: 55px;
}
.sqs-form-lightbox-content .lightbox-inner .lightbox-content .form-wrapper .form-inner-wrapper form .radio .option {
  margin-left: 1px;
}
.sqs-form-lightbox-content .lightbox-inner .lightbox-content .lightbox-close {
  position: absolute;
  color: #333;
  font-size: 22px;
  width: 22px;
  line-height: 22px;
  top: 40px;
  right: 40px;
  text-align: center;
  cursor: pointer;
}
@media only screen and (max-width: 600px) {
  .sqs-form-lightbox .lightbox-inner {
    background: #fff;
  }
  .sqs-form-lightbox .lightbox-inner .lightbox-content {
    margin-top: 0 !important;
  }
}
html.sqs-form-lightbox-open,
html.sqs-form-lightbox-open body {
  height: 100%;
  overflow: hidden;
}
/*
 * Menu Block
 */
.menu-block .menu-selector {
  margin-bottom: 3em;
}
.menu-block .menu-selector label {
  display: inline-block;
  padding: 0 .5em;
  font-size: 1.1em;
}
.menu-block .menu-select-button {
  display: none;
}
.menu-block .menu-header {
  margin-bottom: 3em;
}
.menu-block .menu-section {
  margin-top: 5em;
}
.menu-block .menu-section-header {
  margin-bottom: 2em;
  padding-bottom: 1em;
}
.menu-block .menu-section-title {
  font-size: 1.5em;
}
.menu-block .menu-section-description {
  font-size: .85em;
  line-height: 1.4em;
}
.menu-block .menu-item {
  margin-bottom: 2em;
  margin-top: 0;
  line-height: 1.2em;
}
.menu-block .menu-item-title {
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.2em;
}
.menu-block .menu-item-description {
  line-height: 1.3em;
  margin-top: 5px;
}
.menu-block .menu-item-price-bottom {
  margin: .5em 0;
}
.menu-block .menu-item-option {
  font-size: .8em;
  font-style: italic;
}
.menu-block .menu-style-classic .menu-selector,
.menu-block .menu-style-classic .menu-header,
.menu-block .menu-style-classic .menu-section-title,
.menu-block .menu-style-classic .menu-section-description {
  text-align: center;
}
.menu-block .menu-style-classic .menu-items {
  -webkit-column-width: 18em;
  -webkit-column-gap: 3em;
  -moz-column-width: 18em;
  -moz-column-gap: 3em;
  -ms-column-width: 18em;
  -ms-column-gap: 3em;
  -o-column-width: 18em;
  -o-column-gap: 3em;
  column-width: 18em;
  column-gap: 3em;
}
.menu-block .menu-style-classic .menu-item {
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  break-inside: avoid;
  width: 100%;
}
.menu-block .menu-style-classic .menu-item-description {
  margin-right: 3em;
}
.menu-block .menu-style-classic .menu-item-price-top {
  float: right;
  padding-left: 20px;
}
.menu-block .menu-style-classic .menu-item-price-bottom {
  display: none;
}
.menu-block .menu-style-simple .menu-selector,
.menu-block .menu-style-simple .menu {
  text-align: center;
}
.menu-block .menu-style-simple .menu-item-price-top {
  display: none;
}
.donation-block .sqs-donate-button-wrapper {
  display: block;
}
.donation-block .sqs-donate-button-wrapper--align-left {
  text-align: left;
}
.donation-block .sqs-donate-button-wrapper--align-center {
  text-align: center;
}
.donation-block .sqs-donate-button-wrapper--align-right {
  text-align: right;
}
.donation-block .sqs-donate-button {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 1em 2.5em;
  color: #fff;
  background-color: #272727;
  border-width: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1em;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/*
 * OpenTable Block - Frontend
 */
.opentable-block #OT_form,
.opentable-block .OT_wrapper,
.opentable-block .OT_title,
.opentable-block .OT_subtitle {
  width: auto;
}
.opentable-block .OT_wrapper {
  border-radius: 0;
  border: 0;
  background: rgba(0, 0, 0, .5);
  padding: 15px;
}
.opentable-block .OT_header {
  margin-bottom: 10px;
}
.opentable-block .OT_title {
  color: #fff;
  font-size: 1.2em;
  padding: 15px 0 0;
}
.opentable-block .OT_subtitle {
  color: #fff;
  color: rgba(77, 77, 77, .5);
  margin-top: 5px;
  font-size: 8px !important;
}
.opentable-block .OT_day,
.opentable-block .OT_time,
.opentable-block .OT_party {
  border: 0;
  height: 12px;
  display: inline-block;
  padding: 10px 5px 15px 32px;
}
.opentable-block .OT_day {
  padding-top: 11px;
}
.opentable-block .OT_list {
  margin: 0 auto;
  width: auto;
  max-width: 501px;
  text-align: center;
}
.opentable-block .OTButton,
.opentable-block #OTButton {
  width: auto;
  margin: 0 auto;
}
.opentable-block .OT_submit {
  padding: 30px 0 20px 0;
  height: auto;
  margin: 0 auto;
}
.opentable-block #OT_Find_a_Table {
  background-color: #111;
  background-color: rgba(0, 0, 0, .3);
  background: rgba(0, 0, 0, .5);
  padding: 10px 4px;
  font-size: 14px;
  font-weight: normal;
  text-shadow: none;
}
.opentable-block #OT_Find_a_Table:hover {
  background-color: #111;
  background-color: rgba(0, 0, 0, .5);
}
.opentable-block a.OT_Find_a_Table:link,
.opentable-block a.OT_Find_a_Table:visited,
.opentable-block a.OT_Find_a_Table:hover,
.opentable-block a.OT_Find_a_Table:active {
  color: #fff;
  background: rgba(0, 0, 0, .5);
  height: auto !important;
}
.hide-opentable-icons .opentable-block .OT_day,
.hide-opentable-icons .opentable-block .OT_time,
.hide-opentable-icons .opentable-block .OT_party {
  background: none !important;
  padding: 15px 10px;
}
.hide-opentable-icons .opentable-block #OT_timeList,
.hide-opentable-icons .opentable-block #OT_partyList {
  left: 42px;
}
.opentable-style-dark .opentable-block .OT_wrapper {
  border-radius: 0;
  border: 0;
  background: rgba(0, 0, 0, .5);
}
.opentable-style-dark .opentable-block .OT_title {
  color: #111;
  color: rgba(0, 0, 0, .95);
}
.opentable-style-dark .opentable-block .OT_subtitle {
  color: #333;
  color: rgba(0, 0, 0, .4);
}
.opentable-style-dark .opentable-block #OT_Find_a_Table {
  background-color: #111;
  background-color: rgba(0, 0, 0, .8);
}
.opentable-style-dark .opentable-block #OT_Find_a_Table:hover {
  background-color: #111;
  background-color: #000;
}
.opentable-style-dark .opentable-block a.OT_Find_a_Table:link,
.opentable-style-dark .opentable-block a.OT_Find_a_Table:visited,
.opentable-style-dark .opentable-block a.OT_Find_a_Table:hover,
.opentable-style-dark .opentable-block a.OT_Find_a_Table:active {
  color: #fff;
}
.opentable-style-dark .opentable-block .OT_day,
.opentable-style-dark .opentable-block .OT_time,
.opentable-style-dark .opentable-block .OT_party {
  background-image: url(http://www.opentable.com/frontdoor/img/icons_final_dark.png);
}
#ui-datepicker-div {
  z-index: 999 !important;
}
#ui-datepicker-div .ui-datepicker td span,
#ui-datepicker-div .ui-datepicker td a {
  line-height: 2em;
}
#ui-datepicker-div .ui-widget {
  width: auto;
}
@font-face {
  font-family: 'social-icon-font';
  src: url('/universal/fonts/social-icon-font.eot');
  src: url('/universal/fonts/social-icon-font.eot?#iefix') format('embedded-opentype'), url('/universal/fonts/social-icon-font.woff') format('woff'), url('/universal/fonts/social-icon-font.ttf') format('truetype'), url('/universal/fonts/social-icon-font.svg#social-icon-font') format('svg');
  font-weight: normal;
  font-style: normal;
}
.sqs-block-socialaccountlinks .social-account-list,
.sqs-block-socialaccountlinks-v2 .social-account-list {
  text-align: left;
}
.sqs-block-socialaccountlinks .social-account-list:before,
.sqs-block-socialaccountlinks-v2 .social-account-list:before,
.sqs-block-socialaccountlinks .social-account-list:after,
.sqs-block-socialaccountlinks-v2 .social-account-list:after {
  content: "";
  display: table;
}
.sqs-block-socialaccountlinks .social-account-list:after,
.sqs-block-socialaccountlinks-v2 .social-account-list:after {
  clear: both;
}
.sqs-block-socialaccountlinks .social-account-list a,
.sqs-block-socialaccountlinks-v2 .social-account-list a,
.sqs-block-socialaccountlinks .social-account-list a:link,
.sqs-block-socialaccountlinks-v2 .social-account-list a:link,
.sqs-block-socialaccountlinks .social-account-list a:visited,
.sqs-block-socialaccountlinks-v2 .social-account-list a:visited {
  display: inline-block;
  width: 28px;
  height: 28px;
  color: #111;
  text-decoration: none !important;
  *zoom: 1;
  *display: inline;
  font-weight: normal;
}
.sqs-block-socialaccountlinks .social-account-list a:before,
.sqs-block-socialaccountlinks-v2 .social-account-list a:before,
.sqs-block-socialaccountlinks .social-account-list a:link:before,
.sqs-block-socialaccountlinks-v2 .social-account-list a:link:before,
.sqs-block-socialaccountlinks .social-account-list a:visited:before,
.sqs-block-socialaccountlinks-v2 .social-account-list a:visited:before {
  font-size: 28px;
  line-height: 28px;
}
.sqs-block-socialaccountlinks .social-account-list.social-icon-alignment-left a,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-alignment-left a {
  margin-right: 10px;
}
.sqs-block-socialaccountlinks .social-account-list.social-icon-alignment-right a,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-alignment-right a {
  margin-left: 10px;
}
.sqs-block-socialaccountlinks .social-account-list.social-icon-alignment-center a,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-alignment-center a {
  margin: 0 5px;
}
.sqs-block-socialaccountlinks .social-account-list.social-icon-alignment-center,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-alignment-center {
  text-align: center;
}
.sqs-block-socialaccountlinks .social-account-list.social-icon-alignment-right,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-alignment-right {
  text-align: right;
}
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-white a,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-white a,
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-white a:visited,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-white a:visited {
  color: #fff;
}
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a.social-facebook,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a.social-facebook,
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a:link.social-facebook,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a:link.social-facebook,
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a:visited.social-facebook,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a:visited.social-facebook {
  color: #3b5998;
}
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a.social-twitter,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a.social-twitter,
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a:link.social-twitter,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a:link.social-twitter,
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a:visited.social-twitter,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a:visited.social-twitter {
  color: #00a0d1;
}
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a.social-google,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a.social-google,
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a:link.social-google,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a:link.social-google,
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a:visited.social-google,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a:visited.social-google {
  color: #dd4b39;
}
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a.social-tumblr,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a.social-tumblr,
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a:link.social-tumblr,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a:link.social-tumblr,
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a:visited.social-tumblr,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a:visited.social-tumblr {
  color: #34526f;
}
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a.social-dropbox,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a.social-dropbox,
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a:link.social-dropbox,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a:link.social-dropbox,
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a:visited.social-dropbox,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a:visited.social-dropbox {
  color: #3d9ae8;
}
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a.social-foursquare,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a.social-foursquare,
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a:link.social-foursquare,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a:link.social-foursquare,
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a:visited.social-foursquare,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a:visited.social-foursquare {
  color: #25a0ca;
}
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a.social-instagram,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a.social-instagram,
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a:link.social-instagram,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a:link.social-instagram,
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a:visited.social-instagram,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a:visited.social-instagram {
  color: #517fa4;
}
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a.social-flickr,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a.social-flickr,
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a:link.social-flickr,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a:link.social-flickr,
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a:visited.social-flickr,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a:visited.social-flickr {
  color: #ff0084;
}
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a.social-youtube,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a.social-youtube,
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a:link.social-youtube,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a:link.social-youtube,
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a:visited.social-youtube,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a:visited.social-youtube {
  color: #c4302b;
}
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a.social-vimeo,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a.social-vimeo,
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a:link.social-vimeo,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a:link.social-vimeo,
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a:visited.social-vimeo,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a:visited.social-vimeo {
  color: #4bf;
}
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a.social-linkedin,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a.social-linkedin,
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a:link.social-linkedin,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a:link.social-linkedin,
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a:visited.social-linkedin,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a:visited.social-linkedin {
  color: #4875b4;
}
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a.social-dribbble,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a.social-dribbble,
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a:link.social-dribbble,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a:link.social-dribbble,
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a:visited.social-dribbble,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a:visited.social-dribbble {
  color: #ea4c89;
}
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a.social-pinterest,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a.social-pinterest,
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a:link.social-pinterest,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a:link.social-pinterest,
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a:visited.social-pinterest,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a:visited.social-pinterest {
  color: #910101;
}
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a.social-smugmug,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a.social-smugmug,
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a:link.social-smugmug,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a:link.social-smugmug,
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a:visited.social-smugmug,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a:visited.social-smugmug {
  color: #aae926;
}
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a.social-500px,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a.social-500px,
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a:link.social-500px,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a:link.social-500px,
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a:visited.social-500px,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a:visited.social-500px {
  color: #00aeef;
}
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a.social-email,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a.social-email,
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a:link.social-email,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a:link.social-email,
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a:visited.social-email,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a:visited.social-email {
  color: #121212;
}
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a.social-github,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a.social-github,
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a:link.social-github,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a:link.social-github,
.sqs-block-socialaccountlinks .social-account-list.social-icon-color-standard a:visited.social-github,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-color-standard a:visited.social-github {
  color: #4183c4;
}
.sqs-block-socialaccountlinks .social-account-list.social-icon-size-large a,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-size-large a,
.sqs-block-socialaccountlinks .social-account-list.social-icon-size-large a:link,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-size-large a:link,
.sqs-block-socialaccountlinks .social-account-list.social-icon-size-large a:visited,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-size-large a:visited {
  width: 34px;
  height: 34px;
}
.sqs-block-socialaccountlinks .social-account-list.social-icon-size-large a:before,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-size-large a:before,
.sqs-block-socialaccountlinks .social-account-list.social-icon-size-large a:link:before,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-size-large a:link:before,
.sqs-block-socialaccountlinks .social-account-list.social-icon-size-large a:visited:before,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-size-large a:visited:before {
  font-size: 34px;
  line-height: 34px;
}
.sqs-block-socialaccountlinks .social-account-list.social-icon-size-small a,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-size-small a,
.sqs-block-socialaccountlinks .social-account-list.social-icon-size-small a:link,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-size-small a:link,
.sqs-block-socialaccountlinks .social-account-list.social-icon-size-small a:visited,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-size-small a:visited {
  width: 22px;
  height: 22px;
}
.sqs-block-socialaccountlinks .social-account-list.social-icon-size-small a:before,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-size-small a:before,
.sqs-block-socialaccountlinks .social-account-list.social-icon-size-small a:link:before,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-size-small a:link:before,
.sqs-block-socialaccountlinks .social-account-list.social-icon-size-small a:visited:before,
.sqs-block-socialaccountlinks-v2 .social-account-list.social-icon-size-small a:visited:before {
  font-size: 22px;
  line-height: 22px;
}
.sqs-block-socialaccountlinks .social-smugmug:before,
.sqs-block-socialaccountlinks-v2 .social-smugmug:before,
.sqs-block-socialaccountlinks .social-github:before,
.sqs-block-socialaccountlinks-v2 .social-github:before,
.sqs-block-socialaccountlinks .social-dribbble:before,
.sqs-block-socialaccountlinks-v2 .social-dribbble:before,
.sqs-block-socialaccountlinks .social-youtube:before,
.sqs-block-socialaccountlinks-v2 .social-youtube:before,
.sqs-block-socialaccountlinks .social-vimeo:before,
.sqs-block-socialaccountlinks-v2 .social-vimeo:before,
.sqs-block-socialaccountlinks .social-twitter:before,
.sqs-block-socialaccountlinks-v2 .social-twitter:before,
.sqs-block-socialaccountlinks .social-tumblr:before,
.sqs-block-socialaccountlinks-v2 .social-tumblr:before,
.sqs-block-socialaccountlinks .social-pinterest:before,
.sqs-block-socialaccountlinks-v2 .social-pinterest:before,
.sqs-block-socialaccountlinks .social-linkedin:before,
.sqs-block-socialaccountlinks-v2 .social-linkedin:before,
.sqs-block-socialaccountlinks .social-instagram:before,
.sqs-block-socialaccountlinks-v2 .social-instagram:before,
.sqs-block-socialaccountlinks .social-google:before,
.sqs-block-socialaccountlinks-v2 .social-google:before,
.sqs-block-socialaccountlinks .social-foursquare:before,
.sqs-block-socialaccountlinks-v2 .social-foursquare:before,
.sqs-block-socialaccountlinks .social-facebook:before,
.sqs-block-socialaccountlinks-v2 .social-facebook:before,
.sqs-block-socialaccountlinks .social-fivehundredpix:before,
.sqs-block-socialaccountlinks-v2 .social-fivehundredpix:before,
.sqs-block-socialaccountlinks .social-flickr:before,
.sqs-block-socialaccountlinks-v2 .social-flickr:before,
.sqs-block-socialaccountlinks .social-stumbleupon:before,
.sqs-block-socialaccountlinks-v2 .social-stumbleupon:before,
.sqs-block-socialaccountlinks .social-blogger:before,
.sqs-block-socialaccountlinks-v2 .social-blogger:before,
.sqs-block-socialaccountlinks .social-reddit:before,
.sqs-block-socialaccountlinks-v2 .social-reddit:before,
.sqs-block-socialaccountlinks .social-share:before,
.sqs-block-socialaccountlinks-v2 .social-share:before,
.sqs-block-socialaccountlinks .social-heart:before,
.sqs-block-socialaccountlinks-v2 .social-heart:before,
.sqs-block-socialaccountlinks .social-email:before,
.sqs-block-socialaccountlinks-v2 .social-email:before,
.sqs-block-socialaccountlinks .social-rss:before,
.sqs-block-socialaccountlinks-v2 .social-rss:before,
.sqs-block-socialaccountlinks .social-smugmug-square:before,
.sqs-block-socialaccountlinks-v2 .social-smugmug-square:before,
.sqs-block-socialaccountlinks .social-github-square:before,
.sqs-block-socialaccountlinks-v2 .social-github-square:before,
.sqs-block-socialaccountlinks .social-dribbble-square:before,
.sqs-block-socialaccountlinks-v2 .social-dribbble-square:before,
.sqs-block-socialaccountlinks .social-youtube-square:before,
.sqs-block-socialaccountlinks-v2 .social-youtube-square:before,
.sqs-block-socialaccountlinks .social-vimeo-square:before,
.sqs-block-socialaccountlinks-v2 .social-vimeo-square:before,
.sqs-block-socialaccountlinks .social-twitter-square:before,
.sqs-block-socialaccountlinks-v2 .social-twitter-square:before,
.sqs-block-socialaccountlinks .social-tumblr-square:before,
.sqs-block-socialaccountlinks-v2 .social-tumblr-square:before,
.sqs-block-socialaccountlinks .social-pinterest-square:before,
.sqs-block-socialaccountlinks-v2 .social-pinterest-square:before,
.sqs-block-socialaccountlinks .social-linkedin-square:before,
.sqs-block-socialaccountlinks-v2 .social-linkedin-square:before,
.sqs-block-socialaccountlinks .social-instagram-square:before,
.sqs-block-socialaccountlinks-v2 .social-instagram-square:before,
.sqs-block-socialaccountlinks .social-google-square:before,
.sqs-block-socialaccountlinks-v2 .social-google-square:before,
.sqs-block-socialaccountlinks .social-foursquare-square:before,
.sqs-block-socialaccountlinks-v2 .social-foursquare-square:before,
.sqs-block-socialaccountlinks .social-facebook-square:before,
.sqs-block-socialaccountlinks-v2 .social-facebook-square:before,
.sqs-block-socialaccountlinks .social-fivehundredpix-square:before,
.sqs-block-socialaccountlinks-v2 .social-fivehundredpix-square:before,
.sqs-block-socialaccountlinks .social-flickr-square:before,
.sqs-block-socialaccountlinks-v2 .social-flickr-square:before,
.sqs-block-socialaccountlinks .social-stumbleupon-square:before,
.sqs-block-socialaccountlinks-v2 .social-stumbleupon-square:before,
.sqs-block-socialaccountlinks .social-blogger-square:before,
.sqs-block-socialaccountlinks-v2 .social-blogger-square:before,
.sqs-block-socialaccountlinks .social-reddit-square:before,
.sqs-block-socialaccountlinks-v2 .social-reddit-square:before,
.sqs-block-socialaccountlinks .social-share-square:before,
.sqs-block-socialaccountlinks-v2 .social-share-square:before,
.sqs-block-socialaccountlinks .social-heart-square:before,
.sqs-block-socialaccountlinks-v2 .social-heart-square:before,
.sqs-block-socialaccountlinks .social-email-square:before,
.sqs-block-socialaccountlinks-v2 .social-email-square:before,
.sqs-block-socialaccountlinks .social-rss-square:before,
.sqs-block-socialaccountlinks-v2 .social-rss-square:before,
.sqs-block-socialaccountlinks .social-smugmug-round:before,
.sqs-block-socialaccountlinks-v2 .social-smugmug-round:before,
.sqs-block-socialaccountlinks .social-github-round:before,
.sqs-block-socialaccountlinks-v2 .social-github-round:before,
.sqs-block-socialaccountlinks .social-dribbble-round:before,
.sqs-block-socialaccountlinks-v2 .social-dribbble-round:before,
.sqs-block-socialaccountlinks .social-youtube-round:before,
.sqs-block-socialaccountlinks-v2 .social-youtube-round:before,
.sqs-block-socialaccountlinks .social-vimeo-round:before,
.sqs-block-socialaccountlinks-v2 .social-vimeo-round:before,
.sqs-block-socialaccountlinks .social-twitter-round:before,
.sqs-block-socialaccountlinks-v2 .social-twitter-round:before,
.sqs-block-socialaccountlinks .social-tumblr-round:before,
.sqs-block-socialaccountlinks-v2 .social-tumblr-round:before,
.sqs-block-socialaccountlinks .social-pinterest-round:before,
.sqs-block-socialaccountlinks-v2 .social-pinterest-round:before,
.sqs-block-socialaccountlinks .social-linkedin-round:before,
.sqs-block-socialaccountlinks-v2 .social-linkedin-round:before,
.sqs-block-socialaccountlinks .social-instagram-round:before,
.sqs-block-socialaccountlinks-v2 .social-instagram-round:before,
.sqs-block-socialaccountlinks .social-google-round:before,
.sqs-block-socialaccountlinks-v2 .social-google-round:before,
.sqs-block-socialaccountlinks .social-foursquare-round:before,
.sqs-block-socialaccountlinks-v2 .social-foursquare-round:before,
.sqs-block-socialaccountlinks .social-facebook-round:before,
.sqs-block-socialaccountlinks-v2 .social-facebook-round:before,
.sqs-block-socialaccountlinks .social-fivehundredpix-round:before,
.sqs-block-socialaccountlinks-v2 .social-fivehundredpix-round:before,
.sqs-block-socialaccountlinks .social-flickr-round:before,
.sqs-block-socialaccountlinks-v2 .social-flickr-round:before,
.sqs-block-socialaccountlinks .social-stumbleupon-round:before,
.sqs-block-socialaccountlinks-v2 .social-stumbleupon-round:before,
.sqs-block-socialaccountlinks .social-blogger-round:before,
.sqs-block-socialaccountlinks-v2 .social-blogger-round:before,
.sqs-block-socialaccountlinks .social-reddit-round:before,
.sqs-block-socialaccountlinks-v2 .social-reddit-round:before,
.sqs-block-socialaccountlinks .social-share-round:before,
.sqs-block-socialaccountlinks-v2 .social-share-round:before,
.sqs-block-socialaccountlinks .social-heart-round:before,
.sqs-block-socialaccountlinks-v2 .social-heart-round:before,
.sqs-block-socialaccountlinks .social-email-round:before,
.sqs-block-socialaccountlinks-v2 .social-email-round:before,
.sqs-block-socialaccountlinks .social-rss-round:before,
.sqs-block-socialaccountlinks-v2 .social-rss-round:before {
  font-family: 'social-icon-font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.sqs-block-socialaccountlinks .social-smugmug:before,
.sqs-block-socialaccountlinks-v2 .social-smugmug:before {
  content: "\e000";
}
.sqs-block-socialaccountlinks .social-icon-style-square .social-smugmug:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-square .social-smugmug:before {
  content: "\e001";
}
.sqs-block-socialaccountlinks .social-icon-style-round .social-smugmug:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-round .social-smugmug:before {
  content: "\e002";
}
.sqs-block-socialaccountlinks .social-dribbble:before,
.sqs-block-socialaccountlinks-v2 .social-dribbble:before {
  content: "\e003";
}
.sqs-block-socialaccountlinks .social-icon-style-square .social-dribbble:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-square .social-dribbble:before {
  content: "\e004";
}
.sqs-block-socialaccountlinks .social-icon-style-round .social-dribbble:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-round .social-dribbble:before {
  content: "\e005";
}
.sqs-block-socialaccountlinks .social-youtube:before,
.sqs-block-socialaccountlinks-v2 .social-youtube:before {
  content: "\e006";
}
.sqs-block-socialaccountlinks .social-icon-style-square .social-youtube:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-square .social-youtube:before {
  content: "\e007";
}
.sqs-block-socialaccountlinks .social-icon-style-round .social-youtube:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-round .social-youtube:before {
  content: "\e008";
}
.sqs-block-socialaccountlinks .social-vimeo:before,
.sqs-block-socialaccountlinks-v2 .social-vimeo:before {
  content: "\e009";
}
.sqs-block-socialaccountlinks .social-icon-style-square .social-vimeo:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-square .social-vimeo:before {
  content: "\e00a";
}
.sqs-block-socialaccountlinks .social-icon-style-round .social-vimeo:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-round .social-vimeo:before {
  content: "\e00b";
}
.sqs-block-socialaccountlinks .social-twitter:before,
.sqs-block-socialaccountlinks-v2 .social-twitter:before {
  content: "\e00c";
}
.sqs-block-socialaccountlinks .social-icon-style-square .social-twitter:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-square .social-twitter:before {
  content: "\e00d";
}
.sqs-block-socialaccountlinks .social-icon-style-round .social-twitter:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-round .social-twitter:before {
  content: "\e00e";
}
.sqs-block-socialaccountlinks .social-tumblr:before,
.sqs-block-socialaccountlinks-v2 .social-tumblr:before {
  content: "\e00f";
}
.sqs-block-socialaccountlinks .social-icon-style-square .social-tumblr:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-square .social-tumblr:before {
  content: "\e010";
}
.sqs-block-socialaccountlinks .social-icon-style-round .social-tumblr:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-round .social-tumblr:before {
  content: "\e011";
}
.sqs-block-socialaccountlinks .social-pinterest:before,
.sqs-block-socialaccountlinks-v2 .social-pinterest:before {
  content: "\e012";
}
.sqs-block-socialaccountlinks .social-icon-style-square .social-pinterest:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-square .social-pinterest:before {
  content: "\e013";
}
.sqs-block-socialaccountlinks .social-icon-style-round .social-pinterest:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-round .social-pinterest:before {
  content: "\e014";
}
.sqs-block-socialaccountlinks .social-linkedin:before,
.sqs-block-socialaccountlinks-v2 .social-linkedin:before {
  content: "\e015";
}
.sqs-block-socialaccountlinks .social-icon-style-square .social-linkedin:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-square .social-linkedin:before {
  content: "\e016";
}
.sqs-block-socialaccountlinks .social-icon-style-round .social-linkedin:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-round .social-linkedin:before {
  content: "\e017";
}
.sqs-block-socialaccountlinks .social-instagram:before,
.sqs-block-socialaccountlinks-v2 .social-instagram:before {
  content: "\e018";
}
.sqs-block-socialaccountlinks .social-icon-style-square .social-instagram:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-square .social-instagram:before {
  content: "\e019";
}
.sqs-block-socialaccountlinks .social-icon-style-round .social-instagram:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-round .social-instagram:before {
  content: "\e01a";
}
.sqs-block-socialaccountlinks .social-google:before,
.sqs-block-socialaccountlinks-v2 .social-google:before {
  content: "\e01b";
}
.sqs-block-socialaccountlinks .social-icon-style-square .social-google:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-square .social-google:before {
  content: "\e01c";
}
.sqs-block-socialaccountlinks .social-icon-style-round .social-google:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-round .social-google:before {
  content: "\e01d";
}
.sqs-block-socialaccountlinks .social-googleauth2:before,
.sqs-block-socialaccountlinks-v2 .social-googleauth2:before {
  content: "\e01b";
}
.sqs-block-socialaccountlinks .social-icon-style-square .social-googleauth2:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-square .social-googleauth2:before {
  content: "\e01c";
}
.sqs-block-socialaccountlinks .social-icon-style-round .social-googleauth2:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-round .social-googleauth2:before {
  content: "\e01d";
}
.sqs-block-socialaccountlinks .social-foursquare:before,
.sqs-block-socialaccountlinks-v2 .social-foursquare:before {
  content: "\e01e";
}
.sqs-block-socialaccountlinks .social-icon-style-square .social-foursquare:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-square .social-foursquare:before {
  content: "\e01f";
}
.sqs-block-socialaccountlinks .social-icon-style-round .social-foursquare:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-round .social-foursquare:before {
  content: "\e020";
}
.sqs-block-socialaccountlinks .social-flickr:before,
.sqs-block-socialaccountlinks-v2 .social-flickr:before {
  content: "\e021";
}
.sqs-block-socialaccountlinks .social-icon-style-square .social-flickr:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-square .social-flickr:before {
  content: "\e022";
}
.sqs-block-socialaccountlinks .social-icon-style-round .social-flickr:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-round .social-flickr:before {
  content: "\e023";
}
.sqs-block-socialaccountlinks .social-facebook:before,
.sqs-block-socialaccountlinks-v2 .social-facebook:before {
  content: "\e024";
}
.sqs-block-socialaccountlinks .social-icon-style-square .social-facebook:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-square .social-facebook:before {
  content: "\e025";
}
.sqs-block-socialaccountlinks .social-icon-style-round .social-facebook:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-round .social-facebook:before {
  content: "\e026";
}
.sqs-block-socialaccountlinks .social-fivehundredpix:before,
.sqs-block-socialaccountlinks-v2 .social-fivehundredpix:before {
  content: "\e027";
}
.sqs-block-socialaccountlinks .social-icon-style-square .social-fivehundredpix:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-square .social-fivehundredpix:before {
  content: "\e028";
}
.sqs-block-socialaccountlinks .social-icon-style-round .social-fivehundredpix:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-round .social-fivehundredpix:before {
  content: "\e029";
}
.sqs-block-socialaccountlinks .social-stumbleupon:before,
.sqs-block-socialaccountlinks-v2 .social-stumbleupon:before {
  content: "\e02a";
}
.sqs-block-socialaccountlinks .social-icon-style-square .social-stumbleupon:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-square .social-stumbleupon:before {
  content: "\e02b";
}
.sqs-block-socialaccountlinks .social-icon-style-round .social-stumbleupon:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-round .social-stumbleupon:before {
  content: "\e02c";
}
.sqs-block-socialaccountlinks .social-blogger:before,
.sqs-block-socialaccountlinks-v2 .social-blogger:before {
  content: "\e02d";
}
.sqs-block-socialaccountlinks .social-icon-style-square .social-blogger:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-square .social-blogger:before {
  content: "\e02e";
}
.sqs-block-socialaccountlinks .social-icon-style-round .social-blogger:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-round .social-blogger:before {
  content: "\e02f";
}
.sqs-block-socialaccountlinks .social-reddit:before,
.sqs-block-socialaccountlinks-v2 .social-reddit:before {
  content: "\e030";
}
.sqs-block-socialaccountlinks .social-icon-style-square .social-reddit:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-square .social-reddit:before {
  content: "\e031";
}
.sqs-block-socialaccountlinks .social-icon-style-round .social-reddit:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-round .social-reddit:before {
  content: "\e032";
}
.sqs-block-socialaccountlinks .social-share:before,
.sqs-block-socialaccountlinks-v2 .social-share:before {
  content: "\e033";
}
.sqs-block-socialaccountlinks .social-heart:before,
.sqs-block-socialaccountlinks-v2 .social-heart:before {
  content: "\e034";
}
.sqs-block-socialaccountlinks .social-heart-outline:before,
.sqs-block-socialaccountlinks-v2 .social-heart-outline:before {
  content: "\e035";
}
.sqs-block-socialaccountlinks .social-email:before,
.sqs-block-socialaccountlinks-v2 .social-email:before {
  content: "\e036";
}
.sqs-block-socialaccountlinks .social-icon-style-square .social-email:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-square .social-email:before {
  content: "\e037";
}
.sqs-block-socialaccountlinks .social-icon-style-round .social-email:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-round .social-email:before {
  content: "\e038";
}
.sqs-block-socialaccountlinks .social-github:before,
.sqs-block-socialaccountlinks-v2 .social-github:before {
  content: "\e039";
}
.sqs-block-socialaccountlinks .social-icon-style-square .social-github:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-square .social-github:before {
  content: "\e03b";
}
.sqs-block-socialaccountlinks .social-icon-style-round .social-github:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-round .social-github:before {
  content: "\e03a";
}
.sqs-block-socialaccountlinks .social-rss:before,
.sqs-block-socialaccountlinks-v2 .social-rss:before {
  content: "\e03c";
}
.sqs-block-socialaccountlinks .social-icon-style-square .social-rss:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-square .social-rss:before {
  content: "\e03d";
}
.sqs-block-socialaccountlinks .social-icon-style-round .social-rss:before,
.sqs-block-socialaccountlinks-v2 .social-icon-style-round .social-rss:before {
  content: "\e03e";
}
.rss-block .social-rss:before,
.rss-block .social-rss-square:before,
.rss-block .social-rss-round:before {
  font-family: 'social-icon-font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: relative;
  top: 0;
  margin-right: 10px;
  font-size: .7em;
}
.rss-block .social-rss:before {
  content: "\e03c";
}
/* Newsletter Block Tweaks
=================================================*/
/* Newsletter Block Style
=================================================*/
.newsletter-block * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.newsletter-block .newsletter-form-wrapper {
  width: 100%;
  padding: 34px 17px;
  background: rgba(0, 0, 0, .05);
  color: #272727;
  font-size: 15px;
}
.newsletter-block .newsletter-form-wrapper.hidden,
.newsletter-block .newsletter-form-wrapper .hidden {
  display: none;
}
.newsletter-block .newsletter-form {
  text-align: center;
  overflow: hidden;
}
.newsletter-block .newsletter-form-header {
  width: 85%;
  margin: 0 auto;
}
.newsletter-block .newsletter-form-header-title {
  margin: 0 0 17px 0;
  padding: 0;
  color: #272727;
  font-size: 30px;
  line-height: 1.2em;
  text-align: center;
}
.newsletter-block .newsletter-form-header-title a {
  color: #272727 !important;
  text-decoration: underline;
}
.newsletter-block .newsletter-form-header-description p {
  margin: 17px 0;
  padding: 0;
  color: #272727;
  font-size: 15px;
  line-height: 1.6em;
  text-align: center;
}
.newsletter-block .newsletter-form-header-description a {
  color: #272727 !important;
  text-decoration: underline;
}
.newsletter-block .newsletter-form-body {
  padding: 0 0 12px 0;
}
.newsletter-block .newsletter-form-fields-wrapper {
  display: inline-block;
  width: auto;
  margin: 12px 0 0 0;
}
.newsletter-block .newsletter-form-name-fieldset {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0;
  border: none;
}
.newsletter-block .newsletter-form-field-wrapper {
  display: inline-block;
  width: auto;
  padding: 6px 3px;
}
.newsletter-block .newsletter-form-field-label {
  display: none;
}
.newsletter-block .newsletter-form-field-element {
  width: 100%;
  padding: 1em;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .12);
  font-family: inherit;
  font-size: 15px;
  line-height: normal;
  outline: none;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  -webkit-transition: background .3s ease-out, border .3s ease-out;
  -moz-transition: background .3s ease-out, border .3s ease-out;
  -ms-transition: background .3s ease-out, border .3s ease-out;
  -o-transition: background .3s ease-out, border .3s ease-out;
  transition: background .3s ease-out, border .3s ease-out;
}
.newsletter-block .newsletter-form-field-element:focus {
  background: #fff;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
}
.newsletter-block .newsletter-form-field-element::-webkit-input-placeholder {
  color: rgba(0, 0, 0, .3);
}
.newsletter-block .newsletter-form-field-element:-moz-placeholder {
  color: rgba(0, 0, 0, .3);
}
.newsletter-block .newsletter-form-field-element::-moz-placeholder {
  color: rgba(0, 0, 0, .3);
}
.newsletter-block .newsletter-form-field-element:-ms-input-placeholder {
  color: rgba(0, 0, 0, .3);
}
.newsletter-block .field-error {
  display: none;
}
.newsletter-block .newsletter-form-field-wrapper .field-error {
  display: block;
  margin-bottom: 12px;
  padding: 6px;
  background: #fed9db;
  color: #f23d3d;
  font-size: 12px;
  line-height: normal;
}
.newsletter-block .newsletter-form-button-wrapper {
  display: inline-block;
  width: auto;
  margin: 12px 0 0 0;
  padding: 6px 3px;
}
.newsletter-block .newsletter-form-button {
  position: relative;
  width: auto;
  padding: 1em 2.25em;
  color: #fff;
  background-color: #272727;
  border: 1px solid #272727 !important;
  font-family: inherit;
  font-size: 15px;
  line-height: normal;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.newsletter-block .newsletter-form-spinner.sqs-spin.light.large {
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 22px;
  width: 22px;
  margin-top: -11px;
  margin-left: -11px;
}
.newsletter-block .newsletter-form:not(.submitting) .newsletter-form-spinner.sqs-spin.light.large {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  -o-animation: none;
  animation: none;
}
.newsletter-block .newsletter-form.submitting .newsletter-form-spinner.sqs-spin.light.large {
  visibility: visible;
}
.newsletter-block .newsletter-form.submitting .newsletter-form-button-label {
  visibility: hidden;
}
.newsletter-block .newsletter-form-footnote p {
  opacity: .8;
  margin: 17px 0;
  padding: 0;
  color: #272727;
  font-size: 12px !important;
  line-height: normal;
}
.newsletter-block .newsletter-form-footnote p:last-child {
  margin-bottom: 0;
}
.newsletter-block .newsletter-form-footnote a {
  color: #272727 !important;
  text-decoration: underline;
}
.newsletter-block .form-submission-text p {
  margin: 17px 0;
  padding: 0;
  color: #272727;
  font-size: 15px;
  line-height: 1.6em;
}
.newsletter-block .form-submission-text p:first-child {
  margin-top: 0;
}
.newsletter-block .form-submission-text p:last-child {
  margin-bottom: 0;
}
.newsletter-block .form-submission-text a {
  color: #272727 !important;
  text-decoration: underline;
}
/* Newsletter Block Style Tweak: Light 
=================================================*/
.newsletter-style-light .newsletter-block .newsletter-form-wrapper,
.newsletter-style-light .newsletter-block .newsletter-form-header-title,
.newsletter-style-light .newsletter-block .newsletter-form-header-description p,
.newsletter-style-light .newsletter-block .newsletter-form-footnote p,
.newsletter-style-light .newsletter-block .form-submission-text p {
  color: #fff;
}
.newsletter-style-light .newsletter-block .newsletter-form-header-title a,
.newsletter-style-light .newsletter-block .newsletter-form-header-description a,
.newsletter-style-light .newsletter-block .newsletter-form-footnote a,
.newsletter-style-light .newsletter-block .form-submission-text a {
  color: #fff !important;
}
/* Newsletter Block Compact Layout
=================================================*/
.newsletter-form-small-mode .newsletter-form-wrapper {
  padding: 22px 17px;
}
.newsletter-form-small-mode .newsletter-form-header {
  width: 100%;
}
.newsletter-form-small-mode .newsletter-form-header-title {
  font-size: 22.5px !important;
  margin: 0 0 14px 0;
}
.newsletter-form-small-mode .newsletter-form-header-description p {
  margin: 0 0 14px 0;
  line-height: normal;
}
.newsletter-form-small-mode .newsletter-form-body {
  padding: 0 0 6px 0;
}
.newsletter-form-small-mode .newsletter-form-fields-wrapper {
  display: block;
}
.newsletter-form-small-mode .newsletter-form-name-fieldset {
  width: 100%;
}
.newsletter-form-small-mode .newsletter-form-field-wrapper,
.newsletter-form-small-mode .newsletter-form-button-wrapper {
  display: block;
  width: 100%;
  min-width: 0;
  padding: 5px 0;
}
.newsletter-form-small-mode .newsletter-form-button-wrapper {
  margin: 6px 0 0 0;
}
.newsletter-form-small-mode .newsletter-form-footnote p {
  margin: 14px 0;
}
.newsletter-form-small-mode .newsletter-form-footnote p:last-child {
  margin-bottom: 0;
}
.newsletter-form-small-mode .form-submission-text p {
  margin: 14px 0;
  line-height: normal;
}
.newsletter-form-small-mode .form-submission-text p:first-child {
  margin-top: 0;
}
.newsletter-form-small-mode .form-submission-text p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 320px) {
  .newsletter-block .newsletter-form-wrapper {
    padding: 22px 17px;
  }
  .newsletter-block .newsletter-form-header {
    width: 100%;
  }
  .newsletter-block .newsletter-form-header-title {
    font-size: 22.5px !important;
    margin: 0 0 14px 0;
  }
  .newsletter-block .newsletter-form-header-description p {
    margin: 0 0 14px 0;
    line-height: normal;
  }
  .newsletter-block .newsletter-form-body {
    padding: 0 0 6px 0;
  }
  .newsletter-block .newsletter-form-fields-wrapper {
    display: block;
  }
  .newsletter-block .newsletter-form-name-fieldset {
    width: 100%;
  }
  .newsletter-block .newsletter-form-field-wrapper,
  .newsletter-block .newsletter-form-button-wrapper {
    display: block;
    width: 100%;
    min-width: 0;
    padding: 5px 0;
  }
  .newsletter-block .newsletter-form-button-wrapper {
    margin: 6px 0 0 0;
  }
  .newsletter-block .newsletter-form-footnote p {
    margin: 14px 0;
  }
  .newsletter-block .newsletter-form-footnote p:last-child {
    margin-bottom: 0;
  }
  .newsletter-block .form-submission-text p {
    margin: 14px 0;
    line-height: normal;
  }
  .newsletter-block .form-submission-text p:first-child {
    margin-top: 0;
  }
  .newsletter-block .form-submission-text p:last-child {
    margin-bottom: 0;
  }
}
/*----- Layout Enhancements (based upon size of container) -----*/
.newsletter-block.newsletter-form-has-small-container .newsletter-form-wrapper {
  padding: 22px 17px;
}
.newsletter-block.newsletter-form-has-small-container .newsletter-form-header {
  width: 100%;
}
.newsletter-block.newsletter-form-has-small-container .newsletter-form-header-title {
  font-size: 22.5px !important;
  margin: 0 0 14px 0;
}
.newsletter-block.newsletter-form-has-small-container .newsletter-form-header-description p {
  margin: 0 0 14px 0;
  line-height: normal;
}
.newsletter-block.newsletter-form-has-small-container .newsletter-form-body {
  padding: 0 0 6px 0;
}
.newsletter-block.newsletter-form-has-small-container .newsletter-form-fields-wrapper {
  display: block;
}
.newsletter-block.newsletter-form-has-small-container .newsletter-form-name-fieldset {
  width: 100%;
}
.newsletter-block.newsletter-form-has-small-container .newsletter-form-field-wrapper,
.newsletter-block.newsletter-form-has-small-container .newsletter-form-button-wrapper {
  display: block;
  width: 100%;
  min-width: 0;
  padding: 5px 0;
}
.newsletter-block.newsletter-form-has-small-container .newsletter-form-button-wrapper {
  margin: 6px 0 0 0;
}
.newsletter-block.newsletter-form-has-small-container .newsletter-form-footnote p {
  margin: 14px 0;
}
.newsletter-block.newsletter-form-has-small-container .newsletter-form-footnote p:last-child {
  margin-bottom: 0;
}
.newsletter-block.newsletter-form-has-small-container .form-submission-text p {
  margin: 14px 0;
  line-height: normal;
}
.newsletter-block.newsletter-form-has-small-container .form-submission-text p:first-child {
  margin-top: 0;
}
.newsletter-block.newsletter-form-has-small-container .form-submission-text p:last-child {
  margin-bottom: 0;
}
.newsletter-block.newsletter-form-has-regular-container .newsletter-form-field-wrapper {
  min-width: 250px;
}
/* Button Block Tweaks
=================================================*/
.small-button-block-font {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.medium-button-block-font {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.large-button-block-font {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* Button Block Style Mixins
=================================================*/
/* Button Block Base Style
=================================================*/
.sqs-block-button .sqs-block-button-container--left {
  text-align: left;
}
.sqs-block-button .sqs-block-button-container--center {
  text-align: center;
}
.sqs-block-button .sqs-block-button-container--right {
  text-align: right;
}
.sqs-block-button .sqs-block-button-element {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 1em 2.5em;
  color: #fff;
  background-color: #272727;
  border-width: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1em;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: normal;
}
.sqs-block-button .sqs-block-button-element:hover {
  opacity: 1;
}
.sqs-block-button .sqs-block-button-element--small {
  padding: 13px 26px;
  color: #fff;
  background-color: #272727;
  border-color: #272727;
  font-size: 12px;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.sqs-block-button .sqs-block-button-element--medium {
  padding: 21px 34px;
  color: #fff;
  background-color: #272727;
  border-color: #272727;
  font-size: 15px;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.sqs-block-button .sqs-block-button-element--large {
  padding: 25px 46px;
  color: #fff;
  background-color: #272727;
  border-color: #272727;
  font-size: 20px;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* Button Block Style Tweak: Solid
=================================================*/
.small-button-style-solid .sqs-block-button .sqs-block-button-element--small,
.medium-button-style-solid .sqs-block-button .sqs-block-button-element--medium,
.large-button-style-solid .sqs-block-button .sqs-block-button-element--large {
  -webkit-transition: .1s opacity linear;
  -moz-transition: .1s opacity linear;
  -o-transition: .1s opacity linear;
  transition: .1s opacity linear;
  -webkit-backface-visibility: hidden;
}
.small-button-style-solid .sqs-block-button .sqs-block-button-element--small:hover,
.medium-button-style-solid .sqs-block-button .sqs-block-button-element--medium:hover,
.large-button-style-solid .sqs-block-button .sqs-block-button-element--large:hover {
  opacity: .8;
}
/* Button Block Style Tweak: Outline
=================================================*/
.small-button-style-outline .sqs-block-button .sqs-block-button-element--small,
.medium-button-style-outline .sqs-block-button .sqs-block-button-element--medium,
.large-button-style-outline .sqs-block-button .sqs-block-button-element--large {
  border-width: 2px;
  border-style: solid;
  background-color: transparent;
  -webkit-transition: .1s background-color linear;
  -moz-transition: .1s background-color linear;
  -o-transition: .1s background-color linear;
  transition: .1s background-color linear;
}
.small-button-style-outline .sqs-block-button .sqs-block-button-element--small:hover,
.medium-button-style-outline .sqs-block-button .sqs-block-button-element--medium:hover,
.large-button-style-outline .sqs-block-button .sqs-block-button-element--large:hover {
  color: #fff;
}
.small-button-style-outline .sqs-block-button .sqs-block-button-element--small {
  color: #272727;
}
.small-button-style-outline .sqs-block-button .sqs-block-button-element--small:hover {
  background-color: #272727;
  color: #fff;
}
.medium-button-style-outline .sqs-block-button .sqs-block-button-element--medium {
  color: #272727;
}
.medium-button-style-outline .sqs-block-button .sqs-block-button-element--medium:hover {
  background-color: #272727;
  color: #fff;
}
.large-button-style-outline .sqs-block-button .sqs-block-button-element--large {
  color: #272727;
}
.large-button-style-outline .sqs-block-button .sqs-block-button-element--large:hover {
  background-color: #272727;
  color: #fff;
}
/* ----- Guarded mixin to calculate what text color should be on hover ----- */
/* Button Block Style Tweak: Raised
=================================================*/
.small-button-style-raised .sqs-block-button .sqs-block-button-element--small,
.medium-button-style-raised .sqs-block-button .sqs-block-button-element--medium,
.large-button-style-raised .sqs-block-button .sqs-block-button-element--large {
  position: relative;
  -webkit-transition: .1s background-color linear;
  -moz-transition: .1s background-color linear;
  -o-transition: .1s background-color linear;
  transition: .1s background-color linear;
}
.small-button-style-raised .sqs-block-button .sqs-block-button-element--small:active,
.medium-button-style-raised .sqs-block-button .sqs-block-button-element--medium:active,
.large-button-style-raised .sqs-block-button .sqs-block-button-element--large:active {
  top: 1px;
}
.small-button-style-raised .sqs-block-button .sqs-block-button-element--small {
  -webkit-box-shadow: 0 2px 0 0 #131313;
  -moz-box-shadow: 0 2px 0 0 #131313;
  box-shadow: 0 2px 0 0 #131313;
}
.small-button-style-raised .sqs-block-button .sqs-block-button-element--small:hover {
  background-color: #2f2f2f;
}
.small-button-style-raised .sqs-block-button .sqs-block-button-element--small:active {
  -webkit-box-shadow: 0 1px 0 0 #131313;
  -moz-box-shadow: 0 1px 0 0 #131313;
  box-shadow: 0 1px 0 0 #131313;
}
.medium-button-style-raised .sqs-block-button .sqs-block-button-element--medium {
  -webkit-box-shadow: 0 2px 0 0 #131313;
  -moz-box-shadow: 0 2px 0 0 #131313;
  box-shadow: 0 2px 0 0 #131313;
}
.medium-button-style-raised .sqs-block-button .sqs-block-button-element--medium:hover {
  background-color: #2f2f2f;
}
.medium-button-style-raised .sqs-block-button .sqs-block-button-element--medium:active {
  -webkit-box-shadow: 0 1px 0 0 #131313;
  -moz-box-shadow: 0 1px 0 0 #131313;
  box-shadow: 0 1px 0 0 #131313;
}
.large-button-style-raised .sqs-block-button .sqs-block-button-element--large {
  -webkit-box-shadow: 0 3px 0 0 #131313;
  -moz-box-shadow: 0 3px 0 0 #131313;
  box-shadow: 0 3px 0 0 #131313;
}
.large-button-style-raised .sqs-block-button .sqs-block-button-element--large:hover {
  background-color: #2f2f2f;
}
.large-button-style-raised .sqs-block-button .sqs-block-button-element--large:active {
  top: 2px;
  -webkit-box-shadow: 0 1px 0 0 #131313;
  -moz-box-shadow: 0 1px 0 0 #131313;
  box-shadow: 0 1px 0 0 #131313;
}
/* Button Block Shape Tweak: Rounded 
=================================================*/
.small-button-shape-rounded .sqs-block-button .sqs-block-button-element--small,
.medium-button-shape-rounded .sqs-block-button .sqs-block-button-element--medium,
.large-button-shape-rounded .sqs-block-button .sqs-block-button-element--large {
  border-radius: 3px;
}
/* Button Block Shape Tweak: Pill 
=================================================*/
.small-button-shape-pill .sqs-block-button .sqs-block-button-element--small,
.medium-button-shape-pill .sqs-block-button .sqs-block-button-element--medium,
.large-button-shape-pill .sqs-block-button .sqs-block-button-element--large {
  border-radius: 300px;
}
/* Mobile
=================================================*/
@media screen and (max-width: 640px) {
  .sqs-block-button .sqs-block-button-element--large {
    padding: 21px 34px;
    font-size: 15px;
  }
}
/*  Summary Block Base Layout
=================================================*/
.sqs-block-summary-v2 {
  /* ----- Metadata Display Settings ----- */
  /* ----- Text Size Display Settings ----- */
  /* ----- Text Alignment Display Settings ----- */
  /* ----- Blog ----- */
  /* ----- Events ----- */
  /* ----- Some dark magic to make things truly polished ----- */
  /*  List Layout
  =================================================*/
  /*  Carousel Layout
  =================================================*/
}
.sqs-block-summary-v2 * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.sqs-block-summary-v2 .summary-heading {
  display: none;
  margin: 0 0 15px 0;
  padding-right: 10px;
  font-size: 14px;
  text-transform: uppercase;
}
.sqs-block-summary-v2 .summary-carousel-pager {
  display: none;
}
.sqs-block-summary-v2 .summary-item-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sqs-block-summary-v2 .summary-item {
  overflow: hidden;
}
.sqs-block-summary-v2 .summary-thumbnail-container {
  display: block;
}
.sqs-block-summary-v2 .summary-thumbnail-container:hover {
  opacity: 1 !important;
}
.sqs-block-summary-v2 .img-wrapper,
.sqs-block-summary-v2 .sqs-video-wrapper {
  position: relative;
  width: 100%;
  height: auto;
}
.sqs-block-summary-v2 .img-wrapper img,
.sqs-block-summary-v2 .sqs-video-wrapper img {
  display: block;
  opacity: 1;
  width: 100%;
  height: auto;
  -webkit-transition: .4s opacity ease;
  -moz-transition: .4s opacity ease;
  -ms-transition: .4s opacity ease;
  -o-transition: .4s opacity ease;
  transition: .4s opacity ease;
}
.sqs-block-summary-v2 .img-wrapper img.loading,
.sqs-block-summary-v2 .sqs-video-wrapper img.loading {
  opacity: 0;
}
.sqs-block-summary-v2 .summary-product-status .product-mark {
  position: absolute;
  top: 15px;
  right: 0;
  padding: 6px 8px;
  background: #222;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}
.sqs-block-summary-v2 .summary-thumbnail-event-date {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  height: 50px;
  width: 50px;
  padding: 3px;
  background: #fff;
  text-align: center;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}
.sqs-block-summary-v2 .summary-thumbnail-event-date-inner {
  display: table-cell;
  vertical-align: middle;
}
.sqs-block-summary-v2 .summary-thumbnail-event-date-month {
  display: block;
  color: #333;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
}
.sqs-block-summary-v2 .summary-thumbnail-event-date-day {
  display: block;
  color: #333;
  font-size: 26px;
  line-height: 26px;
}
.sqs-block-summary-v2 .summary-content {
  text-align: left;
}
.sqs-block-summary-v2 .summary-title {
  margin: 0 0 10px 0;
  font-size: 20px;
  line-height: 1.2em;
  text-align: left;
}
.sqs-block-summary-v2 .summary-price {
  margin: 0 0 10px 0;
}
.sqs-block-summary-v2 .summary-price .product-price {
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}
.sqs-block-summary-v2 .summary-price .product-price .original-price {
  opacity: .7;
  filter: alpha(opacity=70);
  text-decoration: line-through;
}
.sqs-block-summary-v2 .summary-excerpt {
  margin: 0 0 10px 0;
}
.sqs-block-summary-v2 .summary-excerpt p {
  font-size: 14px;
  line-height: 1.4em;
  margin: 0 0 10px 0;
  text-align: left;
}
.sqs-block-summary-v2 .summary-excerpt p:first-of-type {
  margin-top: 0 !important;
}
.sqs-block-summary-v2 .summary-excerpt p:last-of-type {
  margin-bottom: 0 !important;
}
.sqs-block-summary-v2 .summary-read-more-link {
  display: none;
  margin: 0 0 10px 0;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}
.sqs-block-summary-v2 .summary-read-more-link:after {
  content: 'Read More \2192';
}
.sqs-block-summary-v2 .summary-metadata-container {
  display: none;
  line-height: normal;
}
.sqs-block-summary-v2 .summary-block-setting-metadata-position-above-title .summary-metadata-container--above-title,
.sqs-block-summary-v2 .summary-block-setting-metadata-position-below-title .summary-metadata-container--below-title,
.sqs-block-summary-v2 .summary-block-setting-metadata-position-below-content .summary-metadata-container--below-content {
  display: block;
}
.sqs-block-summary-v2 .summary-block-setting-metadata-position-above-title.summary-block-setting-primary-metadata-date .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-setting-metadata-position-below-title.summary-block-setting-primary-metadata-date .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-setting-metadata-position-above-title.summary-block-setting-secondary-metadata-date .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-setting-metadata-position-below-title.summary-block-setting-secondary-metadata-date .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-setting-metadata-position-above-title.summary-block-setting-primary-metadata-event-time .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-setting-metadata-position-below-title.summary-block-setting-primary-metadata-event-time .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-setting-metadata-position-above-title.summary-block-setting-secondary-metadata-event-time .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-setting-metadata-position-below-title.summary-block-setting-secondary-metadata-event-time .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-setting-metadata-position-above-title.summary-block-setting-primary-metadata-cats .summary-item-has-cats .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-setting-metadata-position-below-title.summary-block-setting-primary-metadata-cats .summary-item-has-cats .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-setting-metadata-position-above-title.summary-block-setting-secondary-metadata-cats .summary-item-has-cats .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-setting-metadata-position-below-title.summary-block-setting-secondary-metadata-cats .summary-item-has-cats .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-setting-metadata-position-above-title.summary-block-setting-primary-metadata-tags .summary-item-has-tags .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-setting-metadata-position-below-title.summary-block-setting-primary-metadata-tags .summary-item-has-tags .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-setting-metadata-position-above-title.summary-block-setting-secondary-metadata-tags .summary-item-has-tags .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-setting-metadata-position-below-title.summary-block-setting-secondary-metadata-tags .summary-item-has-tags .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-setting-metadata-position-above-title.summary-block-setting-primary-metadata-author .summary-item-has-author .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-setting-metadata-position-below-title.summary-block-setting-primary-metadata-author .summary-item-has-author .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-setting-metadata-position-above-title.summary-block-setting-secondary-metadata-author .summary-item-has-author .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-setting-metadata-position-below-title.summary-block-setting-secondary-metadata-author .summary-item-has-author .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-setting-metadata-position-above-title.summary-block-setting-primary-metadata-comments .summary-item-has-comments-enabled .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-setting-metadata-position-below-title.summary-block-setting-primary-metadata-comments .summary-item-has-comments-enabled .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-setting-metadata-position-above-title.summary-block-setting-secondary-metadata-comments .summary-item-has-comments-enabled .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-setting-metadata-position-below-title.summary-block-setting-secondary-metadata-comments .summary-item-has-comments-enabled .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-setting-metadata-position-above-title.summary-block-setting-primary-metadata-location .summary-item-has-location .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-setting-metadata-position-below-title.summary-block-setting-primary-metadata-location .summary-item-has-location .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-setting-metadata-position-above-title.summary-block-setting-secondary-metadata-location .summary-item-has-location .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-setting-metadata-position-below-title.summary-block-setting-secondary-metadata-location .summary-item-has-location .summary-metadata-container {
  margin: 0 0 10px 0;
}
.sqs-block-summary-v2 .summary-metadata {
  display: none;
}
.sqs-block-summary-v2 .summary-block-setting-primary-metadata-date .summary-metadata--primary,
.sqs-block-summary-v2 .summary-block-setting-primary-metadata-event-time .summary-metadata--primary,
.sqs-block-summary-v2 .summary-block-setting-primary-metadata-cats .summary-item-has-cats .summary-metadata--primary,
.sqs-block-summary-v2 .summary-block-setting-primary-metadata-tags .summary-item-has-tags .summary-metadata--primary,
.sqs-block-summary-v2 .summary-block-setting-primary-metadata-author .summary-item-has-author .summary-metadata--primary,
.sqs-block-summary-v2 .summary-block-setting-primary-metadata-comments .summary-item-has-comments-enabled .summary-metadata--primary,
.sqs-block-summary-v2 .summary-block-setting-primary-metadata-location .summary-item-has-location .summary-metadata--primary {
  display: inline-block;
}
.sqs-block-summary-v2 .summary-block-setting-secondary-metadata-date .summary-metadata--secondary,
.sqs-block-summary-v2 .summary-block-setting-secondary-metadata-event-time .summary-metadata--secondary,
.sqs-block-summary-v2 .summary-block-setting-secondary-metadata-cats .summary-item-has-cats .summary-metadata--secondary,
.sqs-block-summary-v2 .summary-block-setting-secondary-metadata-tags .summary-item-has-tags .summary-metadata--secondary,
.sqs-block-summary-v2 .summary-block-setting-secondary-metadata-author .summary-item-has-author .summary-metadata--secondary,
.sqs-block-summary-v2 .summary-block-setting-secondary-metadata-comments .summary-item-has-comments-enabled .summary-metadata--secondary,
.sqs-block-summary-v2 .summary-block-setting-secondary-metadata-location .summary-item-has-location .summary-metadata--secondary {
  display: inline-block;
}
.sqs-block-summary-v2 .summary-metadata-item {
  display: none;
  opacity: .7;
  margin: 0;
  font-size: 13px;
  line-height: 1.4em;
  text-transform: none;
}
.sqs-block-summary-v2 .summary-metadata-item a,
.sqs-block-summary-v2 .summary-metadata-item a:hover {
  opacity: 1;
  text-decoration: none;
}
.sqs-block-summary-v2 .summary-block-setting-primary-metadata-date .summary-metadata--primary .summary-metadata-item--date,
.sqs-block-summary-v2 .summary-block-setting-primary-metadata-event-time .summary-metadata--primary .summary-metadata-item--event-time,
.sqs-block-summary-v2 .summary-block-setting-primary-metadata-cats .summary-item-has-cats .summary-metadata--primary .summary-metadata-item--cats,
.sqs-block-summary-v2 .summary-block-setting-primary-metadata-tags .summary-item-has-tags .summary-metadata--primary .summary-metadata-item--tags,
.sqs-block-summary-v2 .summary-block-setting-primary-metadata-author .summary-item-has-author .summary-metadata--primary .summary-metadata-item--author,
.sqs-block-summary-v2 .summary-block-setting-primary-metadata-comments .summary-item-has-comments-enabled .summary-metadata--primary .summary-metadata-item--comments,
.sqs-block-summary-v2 .summary-block-setting-primary-metadata-location .summary-item-has-location .summary-metadata--primary .summary-metadata-item--location {
  display: inline-block;
}
.sqs-block-summary-v2 .summary-block-setting-secondary-metadata-date .summary-metadata--secondary .summary-metadata-item--date,
.sqs-block-summary-v2 .summary-block-setting-secondary-metadata-event-time .summary-metadata--secondary .summary-metadata-item--event-time,
.sqs-block-summary-v2 .summary-block-setting-secondary-metadata-cats .summary-item-has-cats .summary-metadata--secondary .summary-metadata-item--cats,
.sqs-block-summary-v2 .summary-block-setting-secondary-metadata-tags .summary-item-has-tags .summary-metadata--secondary .summary-metadata-item--tags,
.sqs-block-summary-v2 .summary-block-setting-secondary-metadata-author .summary-item-has-author .summary-metadata--secondary .summary-metadata-item--author,
.sqs-block-summary-v2 .summary-block-setting-secondary-metadata-comments .summary-item-has-comments-enabled .summary-metadata--secondary .summary-metadata-item--comments,
.sqs-block-summary-v2 .summary-block-setting-secondary-metadata-location .summary-item-has-location .summary-metadata--secondary .summary-metadata-item--location {
  display: inline-block;
}
.sqs-block-summary-v2 .summary-block-setting-secondary-metadata-date .summary-metadata--primary .summary-metadata-item:after,
.sqs-block-summary-v2 .summary-block-setting-secondary-metadata-event-time .summary-metadata--primary .summary-metadata-item:after,
.sqs-block-summary-v2 .summary-block-setting-secondary-metadata-cats .summary-item-has-cats .summary-metadata--primary .summary-metadata-item:after,
.sqs-block-summary-v2 .summary-block-setting-secondary-metadata-tags .summary-item-has-tags .summary-metadata--primary .summary-metadata-item:after,
.sqs-block-summary-v2 .summary-block-setting-secondary-metadata-author .summary-item-has-author .summary-metadata--primary .summary-metadata-item:after,
.sqs-block-summary-v2 .summary-block-setting-secondary-metadata-comments .summary-item-has-comments-enabled .summary-metadata--primary .summary-metadata-item:after,
.sqs-block-summary-v2 .summary-block-setting-secondary-metadata-location .summary-item-has-location .summary-metadata--primary .summary-metadata-item:after {
  content: " ·";
  margin: 0 .3em;
}
.sqs-block-summary-v2 .summary-block-setting-text-size-extralarge .summary-title {
  font-size: 54px;
}
.sqs-block-summary-v2 .summary-block-setting-text-size-extralarge .summary-excerpt p {
  font-size: 16px;
}
.sqs-block-summary-v2 .summary-block-setting-text-size-large .summary-title {
  font-size: 30px;
}
.sqs-block-summary-v2 .summary-block-setting-text-size-medium .summary-title {
  font-size: 20px;
}
.sqs-block-summary-v2 .summary-block-setting-text-size-small .summary-title {
  font-size: 14px;
}
.sqs-block-summary-v2 .summary-block-setting-text-align-center .summary-title,
.sqs-block-summary-v2 .summary-block-setting-text-align-center .summary-price .product-price,
.sqs-block-summary-v2 .summary-block-setting-text-align-center .summary-excerpt p,
.sqs-block-summary-v2 .summary-block-setting-text-align-center .summary-read-more-link,
.sqs-block-summary-v2 .summary-block-setting-text-align-center .summary-content {
  text-align: center;
}
.sqs-block-summary-v2 .summary-block-setting-text-align-right .summary-title,
.sqs-block-summary-v2 .summary-block-setting-text-align-right .summary-price .product-price,
.sqs-block-summary-v2 .summary-block-setting-text-align-right .summary-excerpt p,
.sqs-block-summary-v2 .summary-block-setting-text-align-right .summary-read-more-link,
.sqs-block-summary-v2 .summary-block-setting-text-align-right .summary-content {
  text-align: right;
}
.sqs-block-summary-v2 .summary-item-record-type-text .summary-read-more-link {
  display: block;
}
.sqs-block-summary-v2 .summary-item-record-type-event .summary-thumbnail-event-date {
  display: table;
}
.sqs-block-summary-v2 .summary-thumbnail-container {
  margin: 0;
}
.sqs-block-summary-v2 .summary-block-setting-show-title .summary-thumbnail-container,
.sqs-block-summary-v2 .summary-block-setting-show-price .summary-item-record-type-store-item .summary-thumbnail-container,
.sqs-block-summary-v2 .summary-block-setting-show-excerpt .summary-thumbnail-container,
.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-primary-metadata-none) .summary-thumbnail-container,
.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-secondary-metadata-none) .summary-thumbnail-container {
  margin: 0 0 15px 0;
}
.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt) .summary-title,
.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt) .summary-price {
  margin: 0 0 2px 0;
}
.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-above-title.summary-block-setting-primary-metadata-date .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-below-title.summary-block-setting-primary-metadata-date .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-above-title.summary-block-setting-secondary-metadata-date .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-below-title.summary-block-setting-secondary-metadata-date .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-above-title.summary-block-setting-primary-metadata-event-time .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-below-title.summary-block-setting-primary-metadata-event-time .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-above-title.summary-block-setting-secondary-metadata-event-time .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-below-title.summary-block-setting-secondary-metadata-event-time .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-above-title.summary-block-setting-primary-metadata-cats .summary-item-has-cats .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-below-title.summary-block-setting-primary-metadata-cats .summary-item-has-cats .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-above-title.summary-block-setting-secondary-metadata-cats .summary-item-has-cats .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-below-title.summary-block-setting-secondary-metadata-cats .summary-item-has-cats .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-above-title.summary-block-setting-primary-metadata-tags .summary-item-has-tags .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-below-title.summary-block-setting-primary-metadata-tags .summary-item-has-tags .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-above-title.summary-block-setting-secondary-metadata-tags .summary-item-has-tags .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-below-title.summary-block-setting-secondary-metadata-tags .summary-item-has-tags .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-above-title.summary-block-setting-primary-metadata-author .summary-item-has-author .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-below-title.summary-block-setting-primary-metadata-author .summary-item-has-author .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-above-title.summary-block-setting-secondary-metadata-author .summary-item-has-author .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-below-title.summary-block-setting-secondary-metadata-author .summary-item-has-author .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-above-title.summary-block-setting-primary-metadata-comments .summary-item-has-comments-enabled .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-below-title.summary-block-setting-primary-metadata-comments .summary-item-has-comments-enabled .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-above-title.summary-block-setting-secondary-metadata-comments .summary-item-has-comments-enabled .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-below-title.summary-block-setting-secondary-metadata-comments .summary-item-has-comments-enabled .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-above-title.summary-block-setting-primary-metadata-location .summary-item-has-location .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-below-title.summary-block-setting-primary-metadata-location .summary-item-has-location .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-above-title.summary-block-setting-secondary-metadata-location .summary-item-has-location .summary-metadata-container,
.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-below-title.summary-block-setting-secondary-metadata-location .summary-item-has-location .summary-metadata-container {
  margin: 0 0 2px 0;
}
.sqs-block-summary-v2 .summary-block-setting-design-list {
  /* ----- Image Alignment Display Settings ----- */
  /* ----- Products -----*/
  /* ----- Events ----- */
}
.sqs-block-summary-v2 .summary-block-setting-design-list .summary-item {
  margin-bottom: 17px !important;
  padding-bottom: 17px !important;
}
.sqs-block-summary-v2 .summary-block-setting-design-list .summary-item.summary-item-show-thumbnail {
  margin-bottom: 17px !important;
  padding-bottom: 17px !important;
}
.sqs-block-summary-v2 .summary-block-setting-design-list .summary-thumbnail-container {
  margin: 0 !important;
}
.sqs-block-summary-v2 .summary-block-setting-design-list.summary-block-setting-design-list-thumbnail-right .summary-thumbnail-container {
  float: right;
  padding: 0 0 0 20px;
}
.sqs-block-summary-v2 .summary-block-setting-design-list.summary-block-setting-design-list-thumbnail-right .summary-item-record-type-store-item .product-mark {
  right: 0;
  left: auto;
}
.sqs-block-summary-v2 .summary-block-setting-design-list .summary-item-record-type-store-item .product-mark {
  left: 0;
  right: auto;
}
.sqs-block-summary-v2 .summary-block-setting-design-list .summary-item-record-type-event .summary-thumbnail-event-date {
  display: none;
}
.sqs-block-summary-v2 .summary-block-setting-design-carousel .summary-carousel-pager {
  display: block;
}
.sqs-block-summary-v2 .summary-block-setting-design-carousel .summary-block-header {
  overflow: hidden;
}
.sqs-block-summary-v2 .summary-block-setting-design-carousel .summary-heading {
  display: block;
  float: left;
  width: calc(100% -  50px);
  width: -webkit-calc(100% -  50px);
  width: -moz-calc(100% -  50px);
}
.sqs-block-summary-v2 .summary-block-setting-design-carousel .summary-collection-title {
  display: none;
}
.sqs-block-summary-v2 .summary-block-setting-design-carousel .summary-carousel-pager {
  float: right;
  width: 50px;
}
.sqs-block-spacer .sqs-block-content {
  visibility: hidden;
}
/* GENERAL CASE (img tags are preserved in html blocks for imported content) */
.sqs-layout .html-block.sqs-block img {
  max-width: 100%;
}
/* Tumblr */
.sqs-layout .html-block.sqs-block img[align=left] {
  margin-right: 34px;
}
.sqs-layout .html-block.sqs-block img[align=right] {
  margin-left: 34px;
}
.sqs-layout .html-block.sqs-block img[align=top] {
  vertical-align: top;
}
.sqs-layout .html-block.sqs-block img[align=middle] {
  vertical-align: middle;
}
.sqs-layout .html-block.sqs-block img[align=bottom] {
  vertical-align: bottom;
}
/* SQSP v5 */
.sqs-layout .html-block.sqs-block .full-image-float-left,
.sqs-layout .html-block.sqs-block .thumbnail-image-float-left {
  float: left;
  margin-right: 34px;
}
.sqs-layout .html-block.sqs-block .full-image-float-right,
.sqs-layout .html-block.sqs-block .thumbnail-image-float-right {
  float: right;
  margin-left: 34px;
}
.sqs-layout .html-block.sqs-block .full-image-block {
  display: block;
  margin-bottom: 34px;
}
.sqs-layout .html-block.sqs-block div[data-src="v5"] img {
  max-width: 100%;
}
.sqs-layout .html-block.sqs-block .thumbnail-caption {
  display: block;
}
/* Wordpress */
.sqs-layout .html-block.sqs-block .entry-content img {
  margin: 0 0 34px 0;
}
.sqs-layout .html-block.sqs-block .alignleft,
.sqs-layout .html-block.sqs-block img.alignleft {
  margin-right: 34px;
  display: inline;
  float: left;
  width: auto;
}
.sqs-layout .html-block.sqs-block .alignright,
.sqs-layout .html-block.sqs-block img.alignright {
  margin-left: 34px;
  display: inline;
  float: right;
  width: auto;
}
.sqs-layout .html-block.sqs-block .aligncenter,
.sqs-layout .html-block.sqs-block img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
  width: auto;
}
.sqs-layout .html-block.sqs-block blockquote.left {
  margin-right: 34px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
.sqs-layout .html-block.sqs-block blockquote.right {
  margin-left: 34px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}
/* System Button Tweaks
=================================================*/
.system-button-font {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* System Button Mixins
=================================================*/
body:not(.button-style-default) {
  /* System Button Base Style
  =================================================*/
  /* System Button Style Tweak: Solid
  =================================================*/
  /* System Button Style Tweak: Outline
  =================================================*/
  /* ----- Guarded mixin to calculate what text color should be on hover ----- */
  /* System Button Style Tweak: Raised
  =================================================*/
  /* System Button Shape Tweak: Rounded 
  =================================================*/
  /* System Button Shape Tweak: Pill 
  =================================================*/
  /* Block- and Collection-Specific Mods
  =================================================*/
  /* ----- Newsletter Block -----*/
  /* ----- Open Table Block -----*/
}
body:not(.button-style-default) .sqs-editable-button,
body:not(.button-style-default) .sqs-editable-button-layout {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 1em 2.5em;
  border-width: 0;
  text-align: center;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body:not(.button-style-default) .sqs-editable-button:hover,
body:not(.button-style-default) .sqs-editable-button-layout:hover {
  opacity: 1;
}
body:not(.button-style-default) .sqs-editable-button,
body:not(.button-style-default) .sqs-editable-button-color {
  color: #fff;
  background-color: #272727;
  border-color: #272727;
}
body:not(.button-style-default) .sqs-editable-button,
body:not(.button-style-default) .sqs-editable-button-font {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}
body:not(.button-style-default).button-style-solid .sqs-editable-button,
body:not(.button-style-default).button-style-solid .sqs-editable-button-style {
  -webkit-transition: .1s opacity linear;
  -moz-transition: .1s opacity linear;
  -o-transition: .1s opacity linear;
  transition: .1s opacity linear;
  -webkit-backface-visibility: hidden;
}
body:not(.button-style-default).button-style-solid .sqs-editable-button:hover,
body:not(.button-style-default).button-style-solid .sqs-editable-button-style:hover {
  opacity: .8;
}
body:not(.button-style-default).button-style-outline .sqs-editable-button,
body:not(.button-style-default).button-style-outline .sqs-editable-button-style {
  border-width: 2px;
  border-style: solid;
  -webkit-transition: .1s background-color linear;
  -moz-transition: .1s background-color linear;
  -o-transition: .1s background-color linear;
  transition: .1s background-color linear;
}
body:not(.button-style-default).button-style-outline .sqs-editable-button,
body:not(.button-style-default).button-style-outline .sqs-editable-button-color {
  background-color: transparent;
  color: #272727;
}
body:not(.button-style-default).button-style-outline .sqs-editable-button:hover,
body:not(.button-style-default).button-style-outline .sqs-editable-button-color:hover {
  background-color: #272727;
  color: #fff;
}
body:not(.button-style-default).button-style-raised .sqs-editable-button,
body:not(.button-style-default).button-style-raised .sqs-editable-button-style {
  position: relative;
  -webkit-transition: .1s background-color linear;
  -moz-transition: .1s background-color linear;
  -o-transition: .1s background-color linear;
  transition: .1s background-color linear;
}
body:not(.button-style-default).button-style-raised .sqs-editable-button:active,
body:not(.button-style-default).button-style-raised .sqs-editable-button-style:active {
  top: 1px;
}
body:not(.button-style-default).button-style-raised .sqs-editable-button,
body:not(.button-style-default).button-style-raised .sqs-editable-button-color {
  -webkit-box-shadow: 0 2px 0 0 #131313;
  -moz-box-shadow: 0 2px 0 0 #131313;
  box-shadow: 0 2px 0 0 #131313;
}
body:not(.button-style-default).button-style-raised .sqs-editable-button:hover,
body:not(.button-style-default).button-style-raised .sqs-editable-button-color:hover {
  background-color: #2f2f2f;
}
body:not(.button-style-default).button-style-raised .sqs-editable-button:active,
body:not(.button-style-default).button-style-raised .sqs-editable-button-color:active {
  -webkit-box-shadow: 0 1px 0 0 #131313;
  -moz-box-shadow: 0 1px 0 0 #131313;
  box-shadow: 0 1px 0 0 #131313;
}
body:not(.button-style-default).button-corner-style-rounded .sqs-editable-button,
body:not(.button-style-default).button-corner-style-rounded .sqs-editable-button-shape {
  border-radius: 3px;
}
body:not(.button-style-default).button-corner-style-pill .sqs-editable-button,
body:not(.button-style-default).button-corner-style-pill .sqs-editable-button-shape {
  border-radius: 300px;
}
body:not(.button-style-default).button-style-outline .newsletter-block .newsletter-form-button {
  border-width: 1px;
  -webkit-box-shadow: inset 0px 0px 0px 1px #272727;
  -moz-box-shadow: inset 0px 0px 0px 1px #272727;
  box-shadow: inset 0px 0px 0px 1px #272727;
  background: transparent;
  color: #272727;
}
body:not(.button-style-default).button-style-outline .newsletter-block .newsletter-form-button:hover {
  background-color: #272727;
  color: #fff;
}
body:not(.button-style-default).button-style-raised .newsletter-block .newsletter-form-button {
  border-width: 0 !important;
  top: -1px;
  -webkit-box-shadow: 0 2px 0 0 #131313;
  -moz-box-shadow: 0 2px 0 0 #131313;
  box-shadow: 0 2px 0 0 #131313;
}
body:not(.button-style-default).button-style-raised .newsletter-block .newsletter-form-button:hover {
  background-color: #2f2f2f;
}
body:not(.button-style-default).button-style-raised .newsletter-block .newsletter-form-button:active {
  top: 0px;
  -webkit-box-shadow: 0 1px 0 0 #131313;
  -moz-box-shadow: 0 1px 0 0 #131313;
  box-shadow: 0 1px 0 0 #131313;
}
body:not(.button-style-default) .opentable-block #OT_Find_a_Table {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}
body:not(.button-style-default).button-corner-style-rounded .opentable-block #OT_Find_a_Table {
  border-radius: 3px;
}
body:not(.button-style-default).button-corner-style-pill .opentable-block #OT_Find_a_Table {
  border-radius: 300px;
}
.announcement-bar-font {
  font-family: 'proxima-nova', arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: none;
}
.sqs-announcement-bar {
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  z-index: 10000;
  background: #222;
  text-align: center;
  -webkit-transition: height .3s cubic-bezier(.23, 1, .32, 1);
  -moz-transition: height .3s cubic-bezier(.23, 1, .32, 1);
  -o-transition: height .3s cubic-bezier(.23, 1, .32, 1);
  transition: height .3s cubic-bezier(.23, 1, .32, 1);
}
.sqs-announcement-bar-url {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sqs-announcement-bar-text {
  padding: .8em 3em;
  line-height: 1.2em;
  font-family: 'proxima-nova', arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: none;
}
.sqs-announcement-bar-text p {
  color: #fff;
  margin: 0;
  font-family: 'proxima-nova', arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: none;
  line-height: inherit;
}
.sqs-announcement-bar-text a {
  position: relative;
  color: #fff !important;
  text-decoration: underline !important;
}
.sqs-announcement-bar-close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 2.8em;
  height: 2.78em;
  background: rgba(0, 0, 0, .15);
  color: #fff;
}
.sqs-announcement-bar-close:after {
  content: '×';
  display: block;
  font-family: helvetica, arial, sans-serif;
  font-size: 1em;
  font-weight: 100;
  line-height: 2.7em;
  padding: 0;
}
.sqs-announcement-bar-hidden {
  height: 0 !important;
}
@media screen and (max-width: 1024px) {
  .sqs-announcement-bar-text,
  .sqs-announcement-bar-text p {
    font-size: 13px;
  }
}
/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/static/ta/5342c889e4b0cf4885e89c49/215/assets/fonts/fontawesome-webfont.eot?v=4.0.3');
  src: url('/static/ta/5342c889e4b0cf4885e89c49/215/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('/static/ta/5342c889e4b0cf4885e89c49/215/assets/fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('/static/ta/5342c889e4b0cf4885e89c49/215/assets/fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('/static/ta/5342c889e4b0cf4885e89c49/215/assets/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333333333em;
  line-height: .75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.2857142857142858em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.142857142857143em;
  top: .14285714285714285em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:dximagetransform.microsoft.basicimage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:dximagetransform.microsoft.basicimage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:dximagetransform.microsoft.basicimage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:dximagetransform.microsoft.basicimage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:dximagetransform.microsoft.basicimage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-mail-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
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;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  background-color: #fff;
}
a {
  color: #08c;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #005580;
  text-decoration: underline;
}
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  line-height: 0;
  content: "";
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 100px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}
.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}
.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}
.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}
.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}
.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}
.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}
.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}
.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}
.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}
.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}
.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}
.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}
.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}
.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}
.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}
.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}
.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}
.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}
.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}
.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}
.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}
.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  line-height: 0;
  content: "";
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}
.container-fluid:after {
  clear: both;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999;
}
a.muted:hover,
a.muted:focus {
  color: grey;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}
.text-error {
  color: #b94a48;
}
a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}
.text-success {
  color: #468847;
}
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}
h1,
h2,
h3 {
  line-height: 40px;
}
h1 {
  font-size: 38.5px;
}
h2 {
  font-size: 31.5px;
}
h3 {
  font-size: 24.5px;
}
h4 {
  font-size: 17.5px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 11.9px;
}
h1 small {
  font-size: 24.5px;
}
h2 small {
  font-size: 17.5px;
}
h3 small {
  font-size: 14px;
}
h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  padding-right: 5px;
  padding-left: 5px;
  *zoom: 1;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  line-height: 0;
  content: "";
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
code {
  padding: 2px 4px;
  color: #d14;
  white-space: nowrap;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 20px;
}
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
form {
  margin: 0 0 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15px;
  color: #999;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, .8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 30px;
}
select {
  width: 220px;
  background-color: #fff;
  border: 1px solid #ccc;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #999;
  cursor: not-allowed;
  background-color: #fcfcfc;
  border-color: #ccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .025);
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}
.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  line-height: 0;
  content: "";
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eee;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  line-height: 0;
  content: "";
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #595959;
}
.help-block {
  display: block;
  margin-bottom: 10px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  padding-left: 5px;
  vertical-align: middle;
  *zoom: 1;
}
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 14px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #eee;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  vertical-align: middle;
  *zoom: 1;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 10px;
}
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  line-height: 0;
  content: "";
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
.table tbody tr.success > td {
  background-color: #dff0d8;
}
.table tbody tr.error > td {
  background-color: #f2dede;
}
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}
.table tbody tr.info > td {
  background-color: #d9edf7;
}
.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../img/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
}
/* White icons with optional class, or on hover/focus/active states of certain elements */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:focus > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > li > a:focus > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:focus > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"],
.dropdown-submenu:focus > a > [class*=" icon-"] {
  background-image: url("../img/glyphicons-halflings-white.png");
}
.icon-glass {
  background-position: 0 0;
}
.icon-music {
  background-position: -24px 0;
}
.icon-search {
  background-position: -48px 0;
}
.icon-envelope {
  background-position: -72px 0;
}
.icon-heart {
  background-position: -96px 0;
}
.icon-star {
  background-position: -120px 0;
}
.icon-star-empty {
  background-position: -144px 0;
}
.icon-user {
  background-position: -168px 0;
}
.icon-film {
  background-position: -192px 0;
}
.icon-th-large {
  background-position: -216px 0;
}
.icon-th {
  background-position: -240px 0;
}
.icon-th-list {
  background-position: -264px 0;
}
.icon-ok {
  background-position: -288px 0;
}
.icon-remove {
  background-position: -312px 0;
}
.icon-zoom-in {
  background-position: -336px 0;
}
.icon-zoom-out {
  background-position: -360px 0;
}
.icon-off {
  background-position: -384px 0;
}
.icon-signal {
  background-position: -408px 0;
}
.icon-cog {
  background-position: -432px 0;
}
.icon-trash {
  background-position: -456px 0;
}
.icon-home {
  background-position: 0 -24px;
}
.icon-file {
  background-position: -24px -24px;
}
.icon-time {
  background-position: -48px -24px;
}
.icon-road {
  background-position: -72px -24px;
}
.icon-download-alt {
  background-position: -96px -24px;
}
.icon-download {
  background-position: -120px -24px;
}
.icon-upload {
  background-position: -144px -24px;
}
.icon-inbox {
  background-position: -168px -24px;
}
.icon-play-circle {
  background-position: -192px -24px;
}
.icon-repeat {
  background-position: -216px -24px;
}
.icon-refresh {
  background-position: -240px -24px;
}
.icon-list-alt {
  background-position: -264px -24px;
}
.icon-lock {
  background-position: -287px -24px;
}
.icon-flag {
  background-position: -312px -24px;
}
.icon-headphones {
  background-position: -336px -24px;
}
.icon-volume-off {
  background-position: -360px -24px;
}
.icon-volume-down {
  background-position: -384px -24px;
}
.icon-volume-up {
  background-position: -408px -24px;
}
.icon-qrcode {
  background-position: -432px -24px;
}
.icon-barcode {
  background-position: -456px -24px;
}
.icon-tag {
  background-position: 0 -48px;
}
.icon-tags {
  background-position: -25px -48px;
}
.icon-book {
  background-position: -48px -48px;
}
.icon-bookmark {
  background-position: -72px -48px;
}
.icon-print {
  background-position: -96px -48px;
}
.icon-camera {
  background-position: -120px -48px;
}
.icon-font {
  background-position: -144px -48px;
}
.icon-bold {
  background-position: -167px -48px;
}
.icon-italic {
  background-position: -192px -48px;
}
.icon-text-height {
  background-position: -216px -48px;
}
.icon-text-width {
  background-position: -240px -48px;
}
.icon-align-left {
  background-position: -264px -48px;
}
.icon-align-center {
  background-position: -288px -48px;
}
.icon-align-right {
  background-position: -312px -48px;
}
.icon-align-justify {
  background-position: -336px -48px;
}
.icon-list {
  background-position: -360px -48px;
}
.icon-indent-left {
  background-position: -384px -48px;
}
.icon-indent-right {
  background-position: -408px -48px;
}
.icon-facetime-video {
  background-position: -432px -48px;
}
.icon-picture {
  background-position: -456px -48px;
}
.icon-pencil {
  background-position: 0 -72px;
}
.icon-map-marker {
  background-position: -24px -72px;
}
.icon-adjust {
  background-position: -48px -72px;
}
.icon-tint {
  background-position: -72px -72px;
}
.icon-edit {
  background-position: -96px -72px;
}
.icon-share {
  background-position: -120px -72px;
}
.icon-check {
  background-position: -144px -72px;
}
.icon-move {
  background-position: -168px -72px;
}
.icon-step-backward {
  background-position: -192px -72px;
}
.icon-fast-backward {
  background-position: -216px -72px;
}
.icon-backward {
  background-position: -240px -72px;
}
.icon-play {
  background-position: -264px -72px;
}
.icon-pause {
  background-position: -288px -72px;
}
.icon-stop {
  background-position: -312px -72px;
}
.icon-forward {
  background-position: -336px -72px;
}
.icon-fast-forward {
  background-position: -360px -72px;
}
.icon-step-forward {
  background-position: -384px -72px;
}
.icon-eject {
  background-position: -408px -72px;
}
.icon-chevron-left {
  background-position: -432px -72px;
}
.icon-chevron-right {
  background-position: -456px -72px;
}
.icon-plus-sign {
  background-position: 0 -96px;
}
.icon-minus-sign {
  background-position: -24px -96px;
}
.icon-remove-sign {
  background-position: -48px -96px;
}
.icon-ok-sign {
  background-position: -72px -96px;
}
.icon-question-sign {
  background-position: -96px -96px;
}
.icon-info-sign {
  background-position: -120px -96px;
}
.icon-screenshot {
  background-position: -144px -96px;
}
.icon-remove-circle {
  background-position: -168px -96px;
}
.icon-ok-circle {
  background-position: -192px -96px;
}
.icon-ban-circle {
  background-position: -216px -96px;
}
.icon-arrow-left {
  background-position: -240px -96px;
}
.icon-arrow-right {
  background-position: -264px -96px;
}
.icon-arrow-up {
  background-position: -289px -96px;
}
.icon-arrow-down {
  background-position: -312px -96px;
}
.icon-share-alt {
  background-position: -336px -96px;
}
.icon-resize-full {
  background-position: -360px -96px;
}
.icon-resize-small {
  background-position: -384px -96px;
}
.icon-plus {
  background-position: -408px -96px;
}
.icon-minus {
  background-position: -433px -96px;
}
.icon-asterisk {
  background-position: -456px -96px;
}
.icon-exclamation-sign {
  background-position: 0 -120px;
}
.icon-gift {
  background-position: -24px -120px;
}
.icon-leaf {
  background-position: -48px -120px;
}
.icon-fire {
  background-position: -72px -120px;
}
.icon-eye-open {
  background-position: -96px -120px;
}
.icon-eye-close {
  background-position: -120px -120px;
}
.icon-warning-sign {
  background-position: -144px -120px;
}
.icon-plane {
  background-position: -168px -120px;
}
.icon-calendar {
  background-position: -192px -120px;
}
.icon-random {
  width: 16px;
  background-position: -216px -120px;
}
.icon-comment {
  background-position: -240px -120px;
}
.icon-magnet {
  background-position: -264px -120px;
}
.icon-chevron-up {
  background-position: -288px -120px;
}
.icon-chevron-down {
  background-position: -313px -119px;
}
.icon-retweet {
  background-position: -336px -120px;
}
.icon-shopping-cart {
  background-position: -360px -120px;
}
.icon-folder-close {
  width: 16px;
  background-position: -384px -120px;
}
.icon-folder-open {
  width: 16px;
  background-position: -408px -120px;
}
.icon-resize-vertical {
  background-position: -432px -119px;
}
.icon-resize-horizontal {
  background-position: -456px -118px;
}
.icon-hdd {
  background-position: 0 -144px;
}
.icon-bullhorn {
  background-position: -24px -144px;
}
.icon-bell {
  background-position: -48px -144px;
}
.icon-certificate {
  background-position: -72px -144px;
}
.icon-thumbs-up {
  background-position: -96px -144px;
}
.icon-thumbs-down {
  background-position: -120px -144px;
}
.icon-hand-right {
  background-position: -144px -144px;
}
.icon-hand-left {
  background-position: -168px -144px;
}
.icon-hand-up {
  background-position: -192px -144px;
}
.icon-hand-down {
  background-position: -216px -144px;
}
.icon-circle-arrow-right {
  background-position: -240px -144px;
}
.icon-circle-arrow-left {
  background-position: -264px -144px;
}
.icon-circle-arrow-up {
  background-position: -288px -144px;
}
.icon-circle-arrow-down {
  background-position: -312px -144px;
}
.icon-globe {
  background-position: -336px -144px;
}
.icon-wrench {
  background-position: -360px -144px;
}
.icon-tasks {
  background-position: -384px -144px;
}
.icon-filter {
  background-position: -408px -144px;
}
.icon-briefcase {
  background-position: -432px -144px;
}
.icon-fullscreen {
  background-position: -456px -144px;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  color: #fff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #08c, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #08c, #0077b3);
  background-image: -o-linear-gradient(top, #08c, #0077b3);
  background-image: linear-gradient(to bottom, #08c, #0077b3);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #08c, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #08c, #0077b3);
  background-image: -o-linear-gradient(top, #08c, #0077b3);
  background-image: linear-gradient(to bottom, #08c, #0077b3);
  background-repeat: repeat-x;
  outline: 0;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none;
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}
.dropdown-submenu > a:after {
  display: block;
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
  border-color: transparent;
  border-left-color: #ccc;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
  padding-right: 20px;
  padding-left: 20px;
}
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -moz-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  -moz-transition: height .35s ease;
  -o-transition: height .35s ease;
  transition: height .35s ease;
}
.collapse.in {
  height: auto;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .4;
  filter: alpha(opacity=40);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #ccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, .75);
}
.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
  background-color: #006dcc;
  *background-color: #04c;
  background-image: -moz-linear-gradient(top, #08c, #04c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
  background-image: -webkit-linear-gradient(top, #08c, #04c);
  background-image: -o-linear-gradient(top, #08c, #04c);
  background-image: linear-gradient(to bottom, #08c, #04c);
  background-repeat: repeat-x;
  border-color: #04c #04c #002a80;
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #fff;
  background-color: #04c;
  *background-color: #003bb3;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}
.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
  background-color: #faa732;
  *background-color: #f89406;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
  background-color: #363636;
  *background-color: #222;
  background-image: -moz-linear-gradient(top, #444, #222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#222));
  background-image: -webkit-linear-gradient(top, #444, #222);
  background-image: -o-linear-gradient(top, #444, #222);
  background-image: linear-gradient(to bottom, #444, #222);
  background-repeat: repeat-x;
  border-color: #222 #222 #000;
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #fff;
  background-color: #222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  color: #08c;
  cursor: pointer;
  border-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333;
  text-decoration: none;
}
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *margin-left: .3em;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  *zoom: 1;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}
.btn-group > .btn-mini {
  font-size: 10.5px;
}
.btn-group > .btn-small {
  font-size: 11.9px;
}
.btn-group > .btn-large {
  font-size: 17.5px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  *padding-top: 5px;
  padding-right: 8px;
  *padding-bottom: 5px;
  padding-left: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, .125), inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, .125), inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, .125), inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}
.btn-group > .btn-mini + .dropdown-toggle {
  *padding-top: 2px;
  padding-right: 5px;
  *padding-bottom: 2px;
  padding-left: 5px;
}
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
  *padding-top: 7px;
  padding-right: 12px;
  *padding-bottom: 7px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #04c;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222;
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-top-width: 5px;
  border-right-width: 5px;
  border-left-width: 5px;
}
.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group-vertical > .btn + .btn {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.alert,
.alert h4 {
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success h4 {
  color: #468847;
}
.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}
.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info h4 {
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.nav {
  margin-bottom: 20px;
  margin-left: 0;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li > a > img {
  max-width: none;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-right: -15px;
  margin-left: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  background-color: #08c;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  line-height: 0;
  content: "";
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #eee #eee #ddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #fff;
  background-color: #08c;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
}
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  z-index: 2;
  border-color: #ddd;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.nav .dropdown-toggle .caret {
  margin-top: 6px;
  border-top-color: #08c;
  border-bottom-color: #08c;
}
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}
/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #fff;
  background-color: #999;
  border-color: #999;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  line-height: 0;
  content: "";
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eee #ddd #eee #eee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #fff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eee #eee #eee #ddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #fff;
}
.nav > .disabled > a {
  color: #999;
}
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
}
.navbar {
  *position: relative;
  *z-index: 2;
  margin-bottom: 20px;
  overflow: visible;
}
.navbar-inner {
  min-height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #fff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #fff, #f2f2f2);
  background-image: -o-linear-gradient(top, #fff, #f2f2f2);
  background-image: linear-gradient(to bottom, #fff, #f2f2f2);
  background-repeat: repeat-x;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  *zoom: 1;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
}
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  line-height: 0;
  content: "";
}
.navbar-inner:after {
  clear: both;
}
.navbar .container {
  width: auto;
}
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}
.navbar .brand {
  display: block;
  float: left;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777;
  text-shadow: 0 1px 0 #fff;
}
.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none;
}
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777;
}
.navbar-link {
  color: #777;
}
.navbar-link:hover,
.navbar-link:focus {
  color: #333;
}
.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-right: 1px solid #fff;
  border-left: 1px solid #f2f2f2;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0;
}
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  line-height: 0;
  content: "";
}
.navbar-form:after {
  clear: both;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}
.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  padding: 4px 14px;
  margin-bottom: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}
.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-right: 0;
  padding-left: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
}
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, .1);
  box-shadow: 0 -1px 10px rgba(0, 0, 0, .1);
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}
.navbar .nav > li {
  float: left;
}
.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
}
.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #333;
  text-decoration: none;
  background-color: transparent;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555;
  text-decoration: none;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, .125);
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, .125);
}
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-right: 5px;
  margin-left: 5px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
  background-color: #ededed;
  *background-color: #e5e5e5;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .075);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .075);
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #fff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9;
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #cccccc \9;
}
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.navbar .nav > li > .dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, .2);
  content: '';
}
.navbar .nav > li > .dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: '';
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  top: auto;
  bottom: -7px;
  border-top: 7px solid #ccc;
  border-bottom: 0;
  border-top-color: rgba(0, 0, 0, .2);
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  top: auto;
  bottom: -6px;
  border-top: 6px solid #fff;
  border-bottom: 0;
}
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color: #555;
  background-color: #e5e5e5;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  right: 12px;
  left: auto;
}
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  right: 13px;
  left: auto;
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  right: 100%;
  left: auto;
  margin-right: -1px;
  margin-left: 0;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222, #111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222), to(#111));
  background-image: -webkit-linear-gradient(top, #222, #111);
  background-image: -o-linear-gradient(top, #222, #111);
  background-image: linear-gradient(to bottom, #222, #111);
  background-repeat: repeat-x;
  border-color: #252525;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  color: #fff;
}
.navbar-inverse .brand {
  color: #999;
}
.navbar-inverse .navbar-text {
  color: #999;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #fff;
  background-color: #111;
}
.navbar-inverse .navbar-link {
  color: #999;
}
.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #fff;
}
.navbar-inverse .divider-vertical {
  border-right-color: #222;
  border-left-color: #111;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  color: #fff;
  background-color: #111;
}
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999;
  border-bottom-color: #999;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .navbar-search .search-query {
  color: #fff;
  background-color: #515151;
  border-color: #111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1), 0 1px 0 rgba(255, 255, 255, .15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1), 0 1px 0 rgba(255, 255, 255, .15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1), 0 1px 0 rgba(255, 255, 255, .15);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #ccc;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #ccc;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #ccc;
}
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333;
  text-shadow: 0 1px 0 #fff;
  background-color: #fff;
  border: 0;
  outline: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .15);
  box-shadow: 0 0 3px rgba(0, 0, 0, .15);
}
.navbar-inverse .btn-navbar {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
  background-color: #0e0e0e;
  *background-color: #040404;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  border-color: #040404 #040404 #000;
  border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #fff;
  background-color: #040404;
  *background-color: #000;
}
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}
.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
  *display: inline;
  text-shadow: 0 1px 0 #fff;
  *zoom: 1;
}
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999;
}
.pagination {
  margin: 20px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999;
  cursor: default;
  background-color: transparent;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}
.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
}
.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}
.pager {
  margin: 20px 0;
  text-align: center;
  list-style: none;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  line-height: 0;
  content: "";
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999;
  cursor: default;
  background-color: #fff;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: .8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .3);
  *border: 1px solid #999;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, .3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.modal.fade {
  top: -25%;
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
}
.modal.fade.in {
  top: 10%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  position: relative;
  max-height: 400px;
  padding: 15px;
  overflow-y: auto;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  -moz-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  line-height: 0;
  content: "";
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}
.tooltip.in {
  opacity: .8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000;
  border-width: 5px 5px 0;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000;
  border-width: 5px 5px 5px 0;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000;
  border-width: 5px 0 5px 5px;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000;
  border-width: 0 5px 5px;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.popover-title:empty {
  display: none;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
  border-top-width: 0;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #fff;
  border-top-width: 0;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
  border-right-width: 0;
}
.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #fff;
  border-right-width: 0;
}
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  line-height: 0;
  content: "";
}
.thumbnails:after {
  clear: both;
}
.row-fluid .thumbnails {
  margin-left: 0;
}
.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .055);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #08c;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, .25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, .25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, .25);
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #555;
}
.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  margin-left: 0;
  list-style: none;
}
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999;
}
.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.badge {
  padding-right: 9px;
  padding-left: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.label:empty,
.badge:empty {
  display: none;
}
a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label-important,
.badge-important {
  background-color: #b94a48;
}
.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}
.label-warning,
.badge-warning {
  background-color: #f89406;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}
.label-success,
.badge-success {
  background-color: #468847;
}
.label-success[href],
.badge-success[href] {
  background-color: #356635;
}
.label-info,
.badge-info {
  background-color: #3a87ad;
}
.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}
.label-inverse,
.badge-inverse {
  background-color: #333;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress .bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #fff;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width .6s ease;
  -moz-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}
.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .15), inset 0 -1px 0 rgba(0, 0, 0, .15);
  -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .15), inset 0 -1px 0 rgba(0, 0, 0, .15);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, .15), inset 0 -1px 0 rgba(0, 0, 0, .15);
}
.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)), color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}
.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)), color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}
.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)), color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)), color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-warning .bar,
.progress .bar-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)), color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.accordion {
  margin-bottom: 20px;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion-heading {
  border-bottom: 0;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.accordion-toggle {
  cursor: pointer;
}
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  -moz-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background: #222;
  border: 3px solid #fff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: .5;
  filter: alpha(opacity=50);
}
.carousel-control.right {
  right: 15px;
  left: auto;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  opacity: .9;
  filter: alpha(opacity=90);
}
.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}
.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, .25);
  border-radius: 5px;
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  background: #333;
  background: rgba(0, 0, 0, .75);
}
.carousel-caption h4,
.carousel-caption p {
  line-height: 20px;
  color: #fff;
}
.carousel-caption h4 {
  margin: 0 0 5px;
}
.carousel-caption p {
  margin-bottom: 0;
}
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
  color: inherit;
}
.hero-unit li {
  line-height: 30px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
/*!
 *
 *  Project:  GLYPHICONS
 *  Author:   Jan Kovarik - www.glyphicons.com
 *  Twitter:  @jankovarik
 *
 */
html,
html .halflings {
  -webkit-font-smoothing: antialiased !important;
}
@font-face {
  font-family: 'Glyphicons';
  src: url('/static/ta/5342c889e4b0cf4885e89c49/215/assets/fonts/glyphicons-regular.eot');
  src: url('/static/ta/5342c889e4b0cf4885e89c49/215/assets/fonts/glyphicons-regular.eot?#iefix') format('embedded-opentype'), url('/static/ta/5342c889e4b0cf4885e89c49/215/assets/fonts/glyphicons-regular.woff') format('woff'), url('/static/ta/5342c889e4b0cf4885e89c49/215/assets/fonts/glyphicons-regular.ttf') format('truetype'), url('/static/ta/5342c889e4b0cf4885e89c49/215/assets/fonts/glyphicons-regular.svg#glyphicons_halflingsregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="glyphicons-"]:before {
  display: inline-block;
  font-family: 'Glyphicons';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  *display: inline;
  *zoom: 1;
}
.glyphicons-white:before {
  color: #fff;
}
.glyphicons-glass:before {
  content: "\e001";
}
.glyphicons-leaf:before {
  content: "\e002";
}
.glyphicons-dog:before {
  content: "\e003";
}
.glyphicons-user:before {
  content: "\e004";
}
.glyphicons-girl:before {
  content: "\e005";
}
.glyphicons-car:before {
  content: "\e006";
}
.glyphicons-user_add:before {
  content: "\e007";
}
.glyphicons-user_remove:before {
  content: "\e008";
}
.glyphicons-film:before {
  content: "\e009";
}
.glyphicons-magic:before {
  content: "\e010";
}
.glyphicons-envelope:before {
  content: "\2709";
}
.glyphicons-camera:before {
  content: "\e012";
}
.glyphicons-heart:before {
  content: "\e013";
}
.glyphicons-beach_umbrella:before {
  content: "\e014";
}
.glyphicons-train:before {
  content: "\e015";
}
.glyphicons-print:before {
  content: "\e016";
}
.glyphicons-bin:before {
  content: "\e017";
}
.glyphicons-music:before {
  content: "\e018";
}
.glyphicons-note:before {
  content: "\e019";
}
.glyphicons-heart_empty:before {
  content: "\e020";
}
.glyphicons-home:before {
  content: "\e021";
}
.glyphicons-snowflake:before {
  content: "\2744";
}
.glyphicons-fire:before {
  content: "\e023";
}
.glyphicons-magnet:before {
  content: "\e024";
}
.glyphicons-parents:before {
  content: "\e025";
}
.glyphicons-binoculars:before {
  content: "\e026";
}
.glyphicons-road:before {
  content: "\e027";
}
.glyphicons-search:before {
  content: "\e028";
}
.glyphicons-cars:before {
  content: "\e029";
}
.glyphicons-notes_2:before {
  content: "\e030";
}
.glyphicons-pencil:before {
  content: "\270F";
}
.glyphicons-bus:before {
  content: "\e032";
}
.glyphicons-wifi_alt:before {
  content: "\e033";
}
.glyphicons-luggage:before {
  content: "\e034";
}
.glyphicons-old_man:before {
  content: "\e035";
}
.glyphicons-woman:before {
  content: "\e036";
}
.glyphicons-file:before {
  content: "\e037";
}
.glyphicons-coins:before {
  content: "\e038";
}
.glyphicons-airplane:before {
  content: "\2708";
}
.glyphicons-notes:before {
  content: "\e040";
}
.glyphicons-stats:before {
  content: "\e041";
}
.glyphicons-charts:before {
  content: "\e042";
}
.glyphicons-pie_chart:before {
  content: "\e043";
}
.glyphicons-group:before {
  content: "\e044";
}
.glyphicons-keys:before {
  content: "\e045";
}
.glyphicons-calendar:before {
  content: "\e046";
}
.glyphicons-router:before {
  content: "\e047";
}
.glyphicons-camera_small:before {
  content: "\e048";
}
.glyphicons-dislikes:before {
  content: "\e049";
}
.glyphicons-star:before {
  content: "\e050";
}
.glyphicons-link:before {
  content: "\e051";
}
.glyphicons-eye_open:before {
  content: "\e052";
}
.glyphicons-eye_close:before {
  content: "\e053";
}
.glyphicons-alarm:before {
  content: "\e054";
}
.glyphicons-clock:before {
  content: "\e055";
}
.glyphicons-stopwatch:before {
  content: "\e056";
}
.glyphicons-projector:before {
  content: "\e057";
}
.glyphicons-history:before {
  content: "\e058";
}
.glyphicons-truck:before {
  content: "\e059";
}
.glyphicons-cargo:before {
  content: "\e060";
}
.glyphicons-compass:before {
  content: "\e061";
}
.glyphicons-keynote:before {
  content: "\e062";
}
.glyphicons-paperclip:before {
  content: "\e063";
}
.glyphicons-power:before {
  content: "\e064";
}
.glyphicons-lightbulb:before {
  content: "\e065";
}
.glyphicons-tag:before {
  content: "\e066";
}
.glyphicons-tags:before {
  content: "\e067";
}
.glyphicons-cleaning:before {
  content: "\e068";
}
.glyphicons-ruller:before {
  content: "\e069";
}
.glyphicons-gift:before {
  content: "\e070";
}
.glyphicons-umbrella:before {
  content: "\2602";
}
.glyphicons-book:before {
  content: "\e072";
}
.glyphicons-bookmark:before {
  content: "\e073";
}
.glyphicons-wifi:before {
  content: "\e074";
}
.glyphicons-cup:before {
  content: "\e075";
}
.glyphicons-stroller:before {
  content: "\e076";
}
.glyphicons-headphones:before {
  content: "\e077";
}
.glyphicons-headset:before {
  content: "\e078";
}
.glyphicons-warning_sign:before {
  content: "\e079";
}
.glyphicons-signal:before {
  content: "\e080";
}
.glyphicons-retweet:before {
  content: "\e081";
}
.glyphicons-refresh:before {
  content: "\e082";
}
.glyphicons-roundabout:before {
  content: "\e083";
}
.glyphicons-random:before {
  content: "\e084";
}
.glyphicons-heat:before {
  content: "\e085";
}
.glyphicons-repeat:before {
  content: "\e086";
}
.glyphicons-display:before {
  content: "\e087";
}
.glyphicons-log_book:before {
  content: "\e088";
}
.glyphicons-adress_book:before {
  content: "\e089";
}
.glyphicons-building:before {
  content: "\e090";
}
.glyphicons-eyedropper:before {
  content: "\e091";
}
.glyphicons-adjust:before {
  content: "\e092";
}
.glyphicons-tint:before {
  content: "\e093";
}
.glyphicons-crop:before {
  content: "\e094";
}
.glyphicons-vector_path_square:before {
  content: "\e095";
}
.glyphicons-vector_path_circle:before {
  content: "\e096";
}
.glyphicons-vector_path_polygon:before {
  content: "\e097";
}
.glyphicons-vector_path_line:before {
  content: "\e098";
}
.glyphicons-vector_path_curve:before {
  content: "\e099";
}
.glyphicons-vector_path_all:before {
  content: "\e100";
}
.glyphicons-font:before {
  content: "\e101";
}
.glyphicons-italic:before {
  content: "\e102";
}
.glyphicons-bold:before {
  content: "\e103";
}
.glyphicons-text_underline:before {
  content: "\e104";
}
.glyphicons-text_strike:before {
  content: "\e105";
}
.glyphicons-text_height:before {
  content: "\e106";
}
.glyphicons-text_width:before {
  content: "\e107";
}
.glyphicons-text_resize:before {
  content: "\e108";
}
.glyphicons-left_indent:before {
  content: "\e109";
}
.glyphicons-right_indent:before {
  content: "\e110";
}
.glyphicons-align_left:before {
  content: "\e111";
}
.glyphicons-align_center:before {
  content: "\e112";
}
.glyphicons-align_right:before {
  content: "\e113";
}
.glyphicons-justify:before {
  content: "\e114";
}
.glyphicons-list:before {
  content: "\e115";
}
.glyphicons-text_smaller:before {
  content: "\e116";
}
.glyphicons-text_bigger:before {
  content: "\e117";
}
.glyphicons-embed:before {
  content: "\e118";
}
.glyphicons-embed_close:before {
  content: "\e119";
}
.glyphicons-table:before {
  content: "\e120";
}
.glyphicons-message_full:before {
  content: "\e121";
}
.glyphicons-message_empty:before {
  content: "\e122";
}
.glyphicons-message_in:before {
  content: "\e123";
}
.glyphicons-message_out:before {
  content: "\e124";
}
.glyphicons-message_plus:before {
  content: "\e125";
}
.glyphicons-message_minus:before {
  content: "\e126";
}
.glyphicons-message_ban:before {
  content: "\e127";
}
.glyphicons-message_flag:before {
  content: "\e128";
}
.glyphicons-message_lock:before {
  content: "\e129";
}
.glyphicons-message_new:before {
  content: "\e130";
}
.glyphicons-inbox:before {
  content: "\e131";
}
.glyphicons-inbox_plus:before {
  content: "\e132";
}
.glyphicons-inbox_minus:before {
  content: "\e133";
}
.glyphicons-inbox_lock:before {
  content: "\e134";
}
.glyphicons-inbox_in:before {
  content: "\e135";
}
.glyphicons-inbox_out:before {
  content: "\e136";
}
.glyphicons-cogwheel:before {
  content: "\e137";
}
.glyphicons-cogwheels:before {
  content: "\e138";
}
.glyphicons-picture:before {
  content: "\e139";
}
.glyphicons-adjust_alt:before {
  content: "\e140";
}
.glyphicons-database_lock:before {
  content: "\e141";
}
.glyphicons-database_plus:before {
  content: "\e142";
}
.glyphicons-database_minus:before {
  content: "\e143";
}
.glyphicons-database_ban:before {
  content: "\e144";
}
.glyphicons-folder_open:before {
  content: "\e145";
}
.glyphicons-folder_plus:before {
  content: "\e146";
}
.glyphicons-folder_minus:before {
  content: "\e147";
}
.glyphicons-folder_lock:before {
  content: "\e148";
}
.glyphicons-folder_flag:before {
  content: "\e149";
}
.glyphicons-folder_new:before {
  content: "\e150";
}
.glyphicons-edit:before {
  content: "\e151";
}
.glyphicons-new_window:before {
  content: "\e152";
}
.glyphicons-check:before {
  content: "\e153";
}
.glyphicons-unchecked:before {
  content: "\e154";
}
.glyphicons-more_windows:before {
  content: "\e155";
}
.glyphicons-show_big_thumbnails:before {
  content: "\e156";
}
.glyphicons-show_thumbnails:before {
  content: "\e157";
}
.glyphicons-show_thumbnails_with_lines:before {
  content: "\e158";
}
.glyphicons-show_lines:before {
  content: "\e159";
}
.glyphicons-playlist:before {
  content: "\e160";
}
.glyphicons-imac:before {
  content: "\e161";
}
.glyphicons-macbook:before {
  content: "\e162";
}
.glyphicons-ipad:before {
  content: "\e163";
}
.glyphicons-iphone:before {
  content: "\e164";
}
.glyphicons-iphone_transfer:before {
  content: "\e165";
}
.glyphicons-iphone_exchange:before {
  content: "\e166";
}
.glyphicons-ipod:before {
  content: "\e167";
}
.glyphicons-ipod_shuffle:before {
  content: "\e168";
}
.glyphicons-ear_plugs:before {
  content: "\e169";
}
.glyphicons-phone:before {
  content: "\e170";
}
.glyphicons-step_backward:before {
  content: "\e171";
}
.glyphicons-fast_backward:before {
  content: "\e172";
}
.glyphicons-rewind:before {
  content: "\e173";
}
.glyphicons-play:before {
  content: "\e174";
}
.glyphicons-pause:before {
  content: "\e175";
}
.glyphicons-stop:before {
  content: "\e176";
}
.glyphicons-forward:before {
  content: "\e177";
}
.glyphicons-fast_forward:before {
  content: "\e178";
}
.glyphicons-step_forward:before {
  content: "\e179";
}
.glyphicons-eject:before {
  content: "\e180";
}
.glyphicons-facetime_video:before {
  content: "\e181";
}
.glyphicons-download_alt:before {
  content: "\e182";
}
.glyphicons-mute:before {
  content: "\e183";
}
.glyphicons-volume_down:before {
  content: "\e184";
}
.glyphicons-volume_up:before {
  content: "\e185";
}
.glyphicons-screenshot:before {
  content: "\e186";
}
.glyphicons-move:before {
  content: "\e187";
}
.glyphicons-more:before {
  content: "\e188";
}
.glyphicons-brightness_reduce:before {
  content: "\e189";
}
.glyphicons-brightness_increase:before {
  content: "\e190";
}
.glyphicons-circle_plus:before {
  content: "\e191";
}
.glyphicons-circle_minus:before {
  content: "\e192";
}
.glyphicons-circle_remove:before {
  content: "\e193";
}
.glyphicons-circle_ok:before {
  content: "\e194";
}
.glyphicons-circle_question_mark:before {
  content: "\e195";
}
.glyphicons-circle_info:before {
  content: "\e196";
}
.glyphicons-circle_exclamation_mark:before {
  content: "\e197";
}
.glyphicons-remove:before {
  content: "\e198";
}
.glyphicons-ok:before {
  content: "\e199";
}
.glyphicons-ban:before {
  content: "\e200";
}
.glyphicons-download:before {
  content: "\e201";
}
.glyphicons-upload:before {
  content: "\e202";
}
.glyphicons-shopping_cart:before {
  content: "\e203";
}
.glyphicons-lock:before {
  content: "\e204";
}
.glyphicons-unlock:before {
  content: "\e205";
}
.glyphicons-electricity:before {
  content: "\e206";
}
.glyphicons-ok_2:before {
  content: "\e207";
}
.glyphicons-remove_2:before {
  content: "\e208";
}
.glyphicons-cart_out:before {
  content: "\e209";
}
.glyphicons-cart_in:before {
  content: "\e210";
}
.glyphicons-left_arrow:before {
  content: "\e211";
}
.glyphicons-right_arrow:before {
  content: "\e212";
}
.glyphicons-down_arrow:before {
  content: "\e213";
}
.glyphicons-up_arrow:before {
  content: "\e214";
}
.glyphicons-resize_small:before {
  content: "\e215";
}
.glyphicons-resize_full:before {
  content: "\e216";
}
.glyphicons-circle_arrow_left:before {
  content: "\e217";
}
.glyphicons-circle_arrow_right:before {
  content: "\e218";
}
.glyphicons-circle_arrow_top:before {
  content: "\e219";
}
.glyphicons-circle_arrow_down:before {
  content: "\e220";
}
.glyphicons-play_button:before {
  content: "\e221";
}
.glyphicons-unshare:before {
  content: "\e222";
}
.glyphicons-share:before {
  content: "\e223";
}
.glyphicons-chevron-right:before {
  content: "\e224";
}
.glyphicons-chevron-left:before {
  content: "\e225";
}
.glyphicons-bluetooth:before {
  content: "\e226";
}
.glyphicons-euro:before {
  content: "\20AC";
}
.glyphicons-usd:before {
  content: "\e228";
}
.glyphicons-gbp:before {
  content: "\e229";
}
.glyphicons-retweet_2:before {
  content: "\e230";
}
.glyphicons-moon:before {
  content: "\e231";
}
.glyphicons-sun:before {
  content: "\2609";
}
.glyphicons-cloud:before {
  content: "\2601";
}
.glyphicons-direction:before {
  content: "\e234";
}
.glyphicons-brush:before {
  content: "\e235";
}
.glyphicons-pen:before {
  content: "\e236";
}
.glyphicons-zoom_in:before {
  content: "\e237";
}
.glyphicons-zoom_out:before {
  content: "\e238";
}
.glyphicons-pin:before {
  content: "\e239";
}
.glyphicons-albums:before {
  content: "\e240";
}
.glyphicons-rotation_lock:before {
  content: "\e241";
}
.glyphicons-flash:before {
  content: "\e242";
}
.glyphicons-google_maps:before {
  content: "\e243";
}
.glyphicons-anchor:before {
  content: "\2693";
}
.glyphicons-conversation:before {
  content: "\e245";
}
.glyphicons-chat:before {
  content: "\e246";
}
.glyphicons-male:before {
  content: "\e247";
}
.glyphicons-female:before {
  content: "\e248";
}
.glyphicons-asterisk:before {
  content: "\002A";
}
.glyphicons-divide:before {
  content: "\00F7";
}
.glyphicons-snorkel_diving:before {
  content: "\e251";
}
.glyphicons-scuba_diving:before {
  content: "\e252";
}
.glyphicons-oxygen_bottle:before {
  content: "\e253";
}
.glyphicons-fins:before {
  content: "\e254";
}
.glyphicons-fishes:before {
  content: "\e255";
}
.glyphicons-boat:before {
  content: "\e256";
}
.glyphicons-delete:before {
  content: "\e257";
}
.glyphicons-sheriffs_star:before {
  content: "\e258";
}
.glyphicons-qrcode:before {
  content: "\e259";
}
.glyphicons-barcode:before {
  content: "\e260";
}
.glyphicons-pool:before {
  content: "\e261";
}
.glyphicons-buoy:before {
  content: "\e262";
}
.glyphicons-spade:before {
  content: "\e263";
}
.glyphicons-bank:before {
  content: "\e264";
}
.glyphicons-vcard:before {
  content: "\e265";
}
.glyphicons-electrical_plug:before {
  content: "\e266";
}
.glyphicons-flag:before {
  content: "\e267";
}
.glyphicons-credit_card:before {
  content: "\e268";
}
.glyphicons-keyboard-wireless:before {
  content: "\e269";
}
.glyphicons-keyboard-wired:before {
  content: "\e270";
}
.glyphicons-shield:before {
  content: "\e271";
}
.glyphicons-ring:before {
  content: "\02DA";
}
.glyphicons-cake:before {
  content: "\e273";
}
.glyphicons-drink:before {
  content: "\e274";
}
.glyphicons-beer:before {
  content: "\e275";
}
.glyphicons-fast_food:before {
  content: "\e276";
}
.glyphicons-cutlery:before {
  content: "\e277";
}
.glyphicons-pizza:before {
  content: "\e278";
}
.glyphicons-birthday_cake:before {
  content: "\e279";
}
.glyphicons-tablet:before {
  content: "\e280";
}
.glyphicons-settings:before {
  content: "\e281";
}
.glyphicons-bullets:before {
  content: "\e282";
}
.glyphicons-cardio:before {
  content: "\e283";
}
.glyphicons-t-shirt:before {
  content: "\e284";
}
.glyphicons-pants:before {
  content: "\e285";
}
.glyphicons-sweater:before {
  content: "\e286";
}
.glyphicons-fabric:before {
  content: "\e287";
}
.glyphicons-leather:before {
  content: "\e288";
}
.glyphicons-scissors:before {
  content: "\e289";
}
.glyphicons-bomb:before {
  content: "\e290";
}
.glyphicons-skull:before {
  content: "\e291";
}
.glyphicons-celebration:before {
  content: "\e292";
}
.glyphicons-tea_kettle:before {
  content: "\e293";
}
.glyphicons-french_press:before {
  content: "\e294";
}
.glyphicons-coffe_cup:before {
  content: "\e295";
}
.glyphicons-pot:before {
  content: "\e296";
}
.glyphicons-grater:before {
  content: "\e297";
}
.glyphicons-kettle:before {
  content: "\e298";
}
.glyphicons-hospital:before {
  content: "\e299";
}
.glyphicons-hospital_h:before {
  content: "\e300";
}
.glyphicons-microphone:before {
  content: "\e301";
}
.glyphicons-webcam:before {
  content: "\e302";
}
.glyphicons-temple_christianity_church:before {
  content: "\e303";
}
.glyphicons-temple_islam:before {
  content: "\e304";
}
.glyphicons-temple_hindu:before {
  content: "\e305";
}
.glyphicons-temple_buddhist:before {
  content: "\e306";
}
.glyphicons-bicycle:before {
  content: "\e307";
}
.glyphicons-life_preserver:before {
  content: "\e308";
}
.glyphicons-share_alt:before {
  content: "\e309";
}
.glyphicons-comments:before {
  content: "\e310";
}
.glyphicons-flower:before {
  content: "\2698";
}
.glyphicons-baseball:before {
  content: "\e312";
}
.glyphicons-rugby:before {
  content: "\e313";
}
.glyphicons-ax:before {
  content: "\e314";
}
.glyphicons-table_tennis:before {
  content: "\e315";
}
.glyphicons-bowling:before {
  content: "\e316";
}
.glyphicons-tree_conifer:before {
  content: "\e317";
}
.glyphicons-tree_deciduous:before {
  content: "\e318";
}
.glyphicons-more_items:before {
  content: "\e319";
}
.glyphicons-sort:before {
  content: "\e320";
}
.glyphicons-filter:before {
  content: "\e321";
}
.glyphicons-gamepad:before {
  content: "\e322";
}
.glyphicons-playing_dices:before {
  content: "\e323";
}
.glyphicons-calculator:before {
  content: "\e324";
}
.glyphicons-tie:before {
  content: "\e325";
}
.glyphicons-wallet:before {
  content: "\e326";
}
.glyphicons-piano:before {
  content: "\e327";
}
.glyphicons-sampler:before {
  content: "\e328";
}
.glyphicons-podium:before {
  content: "\e329";
}
.glyphicons-soccer_ball:before {
  content: "\e330";
}
.glyphicons-blog:before {
  content: "\e331";
}
.glyphicons-dashboard:before {
  content: "\e332";
}
.glyphicons-certificate:before {
  content: "\e333";
}
.glyphicons-bell:before {
  content: "\e334";
}
.glyphicons-candle:before {
  content: "\e335";
}
.glyphicons-pushpin:before {
  content: "\e336";
}
.glyphicons-iphone_shake:before {
  content: "\e337";
}
.glyphicons-pin_flag:before {
  content: "\e338";
}
.glyphicons-turtle:before {
  content: "\e339";
}
.glyphicons-rabbit:before {
  content: "\e340";
}
.glyphicons-globe:before {
  content: "\e341";
}
.glyphicons-briefcase:before {
  content: "\e342";
}
.glyphicons-hdd:before {
  content: "\e343";
}
.glyphicons-thumbs_up:before {
  content: "\e344";
}
.glyphicons-thumbs_down:before {
  content: "\e345";
}
.glyphicons-hand_right:before {
  content: "\e346";
}
.glyphicons-hand_left:before {
  content: "\e347";
}
.glyphicons-hand_up:before {
  content: "\e348";
}
.glyphicons-hand_down:before {
  content: "\e349";
}
.glyphicons-fullscreen:before {
  content: "\e350";
}
.glyphicons-shopping_bag:before {
  content: "\e351";
}
.glyphicons-book_open:before {
  content: "\e352";
}
.glyphicons-nameplate:before {
  content: "\e353";
}
.glyphicons-nameplate_alt:before {
  content: "\e354";
}
.glyphicons-vases:before {
  content: "\e355";
}
.glyphicons-bullhorn:before {
  content: "\e356";
}
.glyphicons-dumbbell:before {
  content: "\e357";
}
.glyphicons-suitcase:before {
  content: "\e358";
}
.glyphicons-file_import:before {
  content: "\e359";
}
.glyphicons-file_export:before {
  content: "\e360";
}
.glyphicons-bug:before {
  content: "\e361";
}
.glyphicons-crown:before {
  content: "\e362";
}
.glyphicons-smoking:before {
  content: "\e363";
}
.glyphicons-cloud-upload:before {
  content: "\e364";
}
.glyphicons-cloud-download:before {
  content: "\e365";
}
.glyphicons-restart:before {
  content: "\e366";
}
.glyphicons-security_camera:before {
  content: "\e367";
}
.glyphicons-expand:before {
  content: "\e368";
}
.glyphicons-collapse:before {
  content: "\e369";
}
.glyphicons-collapse_top:before {
  content: "\e370";
}
.glyphicons-globe_af:before {
  content: "\e371";
}
.glyphicons-global:before {
  content: "\e372";
}
.glyphicons-spray:before {
  content: "\e373";
}
.glyphicons-nails:before {
  content: "\e374";
}
.glyphicons-claw_hammer:before {
  content: "\e375";
}
.glyphicons-classic_hammer:before {
  content: "\e376";
}
.glyphicons-hand_saw:before {
  content: "\e377";
}
.glyphicons-riflescope:before {
  content: "\e378";
}
.glyphicons-electrical_socket_eu:before {
  content: "\e379";
}
.glyphicons-electrical_socket_us:before {
  content: "\e380";
}
.glyphicons-pinterest:before {
  content: "\e381";
}
.glyphicons-dropbox:before {
  content: "\e382";
}
.glyphicons-google_plus:before {
  content: "\e383";
}
.glyphicons-jolicloud:before {
  content: "\e384";
}
.glyphicons-yahoo:before {
  content: "\e385";
}
.glyphicons-blogger:before {
  content: "\e386";
}
.glyphicons-picasa:before {
  content: "\e387";
}
.glyphicons-amazon:before {
  content: "\e388";
}
.glyphicons-tumblr:before {
  content: "\e389";
}
.glyphicons-wordpress:before {
  content: "\e390";
}
.glyphicons-instapaper:before {
  content: "\e391";
}
.glyphicons-evernote:before {
  content: "\e392";
}
.glyphicons-xing:before {
  content: "\e393";
}
.glyphicons-zootool:before {
  content: "\e394";
}
.glyphicons-dribbble:before {
  content: "\e395";
}
.glyphicons-deviantart:before {
  content: "\e396";
}
.glyphicons-read_it_later:before {
  content: "\e397";
}
.glyphicons-linked_in:before {
  content: "\e398";
}
.glyphicons-forrst:before {
  content: "\e399";
}
.glyphicons-pinboard:before {
  content: "\e400";
}
.glyphicons-behance:before {
  content: "\e401";
}
.glyphicons-github:before {
  content: "\e402";
}
.glyphicons-youtube:before {
  content: "\e403";
}
.glyphicons-skitch:before {
  content: "\e404";
}
.glyphicons-foursquare:before {
  content: "\e405";
}
.glyphicons-quora:before {
  content: "\e406";
}
.glyphicons-badoo:before {
  content: "\e407";
}
.glyphicons-spotify:before {
  content: "\e408";
}
.glyphicons-stumbleupon:before {
  content: "\e409";
}
.glyphicons-readability:before {
  content: "\e410";
}
.glyphicons-facebook:before {
  content: "\e411";
}
.glyphicons-twitter:before {
  content: "\e412";
}
.glyphicons-instagram:before {
  content: "\e413";
}
.glyphicons-posterous_spaces:before {
  content: "\e414";
}
.glyphicons-vimeo:before {
  content: "\e415";
}
.glyphicons-flickr:before {
  content: "\e416";
}
.glyphicons-last_fm:before {
  content: "\e417";
}
.glyphicons-rss:before {
  content: "\e418";
}
.glyphicons-skype:before {
  content: "\e419";
}
.glyphicons-e-mail:before {
  content: "\e420";
}
.btn [class^="glyphicons-"]::before,
.btn [class^="halflings-"]::before {
  vertical-align: -2px;
}
.btn-small [class^="glyphicons-"]::before,
.btn-mini [class^="glyphicons-"]::before,
.btn-small [class^="halflings-"]::before,
.btn-mini [class^="halflings-"]::before {
  vertical-align: -1px;
}
/*!
 *
 *  Project:  GLYPHICONS HALFLINGS
 *  Author:   Jan Kovarik - www.glyphicons.com
 *  Twitter:  @jankovarik
 *
 */
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphiconshalflings-regular.eot');
  src: url('../fonts/glyphiconshalflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphiconshalflings-regular.woff') format('woff'), url('../fonts/glyphiconshalflings-regular.ttf') format('truetype'), url('../fonts/glyphiconshalflings-regular.svg#glyphicons_halflingsregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="halflings-"]:before {
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  *display: inline;
  *zoom: 1;
}
.halflings-white:before {
  color: #fff;
}
.halflings-glass:before {
  content: "\e001";
}
.halflings-music:before {
  content: "\e002";
}
.halflings-search:before {
  content: "\e003";
}
.halflings-envelope:before {
  content: "\2709";
}
.halflings-heart:before {
  content: "\e005";
}
.halflings-star:before {
  content: "\e006";
}
.halflings-star-empty:before {
  content: "\e007";
}
.halflings-user:before {
  content: "\e008";
}
.halflings-film:before {
  content: "\e009";
}
.halflings-th-large:before {
  content: "\e010";
}
.halflings-th:before {
  content: "\e011";
}
.halflings-th-list:before {
  content: "\e012";
}
.halflings-ok:before {
  content: "\e013";
}
.halflings-remove:before {
  content: "\e014";
}
.halflings-zoom-in:before {
  content: "\e015";
}
.halflings-zoom-out:before {
  content: "\e016";
}
.halflings-off:before {
  content: "\e017";
}
.halflings-signal:before {
  content: "\e018";
}
.halflings-cog:before {
  content: "\e019";
}
.halflings-trash:before {
  content: "\e020";
}
.halflings-home:before {
  content: "\e021";
}
.halflings-file:before {
  content: "\e022";
}
.halflings-time:before {
  content: "\e023";
}
.halflings-road:before {
  content: "\e024";
}
.halflings-download-alt:before {
  content: "\e025";
}
.halflings-download:before {
  content: "\e026";
}
.halflings-upload:before {
  content: "\e027";
}
.halflings-inbox:before {
  content: "\e028";
}
.halflings-play-circle:before {
  content: "\e029";
}
.halflings-repeat:before {
  content: "\e030";
}
.halflings-refresh:before {
  content: "\e031";
}
.halflings-list-alt:before {
  content: "\e032";
}
.halflings-lock:before {
  content: "\e033";
}
.halflings-flag:before {
  content: "\e034";
}
.halflings-headphones:before {
  content: "\e035";
}
.halflings-volume-off:before {
  content: "\e036";
}
.halflings-volume-down:before {
  content: "\e037";
}
.halflings-volume-up:before {
  content: "\e038";
}
.halflings-qrcode:before {
  content: "\e039";
}
.halflings-barcode:before {
  content: "\e040";
}
.halflings-tag:before {
  content: "\e041";
}
.halflings-tags:before {
  content: "\e042";
}
.halflings-book:before {
  content: "\e043";
}
.halflings-bookmark:before {
  content: "\e044";
}
.halflings-print:before {
  content: "\e045";
}
.halflings-camera:before {
  content: "\e046";
}
.halflings-font:before {
  content: "\e047";
}
.halflings-bold:before {
  content: "\e048";
}
.halflings-italic:before {
  content: "\e049";
}
.halflings-text-height:before {
  content: "\e050";
}
.halflings-text-width:before {
  content: "\e051";
}
.halflings-align-left:before {
  content: "\e052";
}
.halflings-align-center:before {
  content: "\e053";
}
.halflings-align-right:before {
  content: "\e054";
}
.halflings-align-justify:before {
  content: "\e055";
}
.halflings-list:before {
  content: "\e056";
}
.halflings-indent-left:before {
  content: "\e057";
}
.halflings-indent-right:before {
  content: "\e058";
}
.halflings-facetime-video:before {
  content: "\e059";
}
.halflings-picture:before {
  content: "\e060";
}
.halflings-pencil:before {
  content: "\270f";
}
.halflings-map-marker:before {
  content: "\e062";
}
.halflings-adjust:before {
  content: "\e063";
}
.halflings-tint:before {
  content: "\e064";
}
.halflings-edit:before {
  content: "\e065";
}
.halflings-share:before {
  content: "\e066";
}
.halflings-check:before {
  content: "\e067";
}
.halflings-move:before {
  content: "\e068";
}
.halflings-step-backward:before {
  content: "\e069";
}
.halflings-fast-backward:before {
  content: "\e070";
}
.halflings-backward:before {
  content: "\e071";
}
.halflings-play:before {
  content: "\e072";
}
.halflings-pause:before {
  content: "\e073";
}
.halflings-stop:before {
  content: "\e074";
}
.halflings-forward:before {
  content: "\e075";
}
.halflings-fast-forward:before {
  content: "\e076";
}
.halflings-step-forward:before {
  content: "\e077";
}
.halflings-eject:before {
  content: "\e078";
}
.halflings-chevron-left:before {
  content: "\e079";
}
.halflings-chevron-right:before {
  content: "\e080";
}
.halflings-plus-sign:before {
  content: "\e081";
}
.halflings-minus-sign:before {
  content: "\e082";
}
.halflings-remove-sign:before {
  content: "\e083";
}
.halflings-ok-sign:before {
  content: "\e084";
}
.halflings-question-sign:before {
  content: "\e085";
}
.halflings-info-sign:before {
  content: "\e086";
}
.halflings-screenshot:before {
  content: "\e087";
}
.halflings-remove-circle:before {
  content: "\e088";
}
.halflings-ok-circle:before {
  content: "\e089";
}
.halflings-ban-circle:before {
  content: "\e090";
}
.halflings-arrow-left:before {
  content: "\e091";
}
.halflings-arrow-right:before {
  content: "\e092";
}
.halflings-arrow-up:before {
  content: "\e093";
}
.halflings-arrow-down:before {
  content: "\e094";
}
.halflings-share-alt:before {
  content: "\e095";
}
.halflings-resize-full:before {
  content: "\e096";
}
.halflings-resize-small:before {
  content: "\e097";
}
.halflings-plus:before {
  content: "\002b";
}
.halflings-minus:before {
  content: "\2212";
}
.halflings-asterisk:before {
  content: "\002a";
}
.halflings-exclamation-sign:before {
  content: "\e101";
}
.halflings-gift:before {
  content: "\e102";
}
.halflings-leaf:before {
  content: "\e103";
}
.halflings-fire:before {
  content: "\e104";
}
.halflings-eye-open:before {
  content: "\e105";
}
.halflings-eye-close:before {
  content: "\e106";
}
.halflings-warning-sign:before {
  content: "\e107";
}
.halflings-plane:before {
  content: "\e108";
}
.halflings-calendar:before {
  content: "\e109";
}
.halflings-random:before {
  content: "\e110";
}
.halflings-comments:before {
  content: "\e111";
}
.halflings-magnet:before {
  content: "\e113";
}
.halflings-chevron-up:before {
  content: "\e113";
}
.halflings-chevron-down:before {
  content: "\e114";
}
.halflings-retweet:before {
  content: "\e115";
}
.halflings-shopping-cart:before {
  content: "\e116";
}
.halflings-folder-close:before {
  content: "\e117";
}
.halflings-folder-open:before {
  content: "\e118";
}
.halflings-resize-vertical:before {
  content: "\e119";
}
.halflings-resize-horizontal:before {
  content: "\e120";
}
.halflings-hdd:before {
  content: "\e121";
}
.halflings-bullhorn:before {
  content: "\e122";
}
.halflings-bell:before {
  content: "\e123";
}
.halflings-certificate:before {
  content: "\e124";
}
.halflings-thumbs-up:before {
  content: "\e125";
}
.halflings-thumbs-down:before {
  content: "\e126";
}
.halflings-hand-right:before {
  content: "\e127";
}
.halflings-hand-left:before {
  content: "\e128";
}
.halflings-hand-top:before {
  content: "\e129";
}
.halflings-hand-down:before {
  content: "\e130";
}
.halflings-circle-arrow-right:before {
  content: "\e131";
}
.halflings-circle-arrow-left:before {
  content: "\e132";
}
.halflings-circle-arrow-top:before {
  content: "\e133";
}
.halflings-circle-arrow-down:before {
  content: "\e134";
}
.halflings-globe:before {
  content: "\e135";
}
.halflings-wrench:before {
  content: "\e136";
}
.halflings-tasks:before {
  content: "\e137";
}
.halflings-filter:before {
  content: "\e138";
}
.halflings-briefcase:before {
  content: "\e139";
}
.halflings-fullscreen:before {
  content: "\e140";
}
.halflings-dashboard:before {
  content: "\e141";
}
.halflings-paperclip:before {
  content: "\e142";
}
.halflings-heart-empty:before {
  content: "\e143";
}
.halflings-link:before {
  content: "\e144";
}
.halflings-phone:before {
  content: "\e145";
}
.halflings-pushpin:before {
  content: "\e146";
}
.halflings-euro:before {
  content: "\20ac";
}
.halflings-usd:before {
  content: "\e148";
}
.halflings-gbp:before {
  content: "\e149";
}
.halflings-sort:before {
  content: "\e150";
}
.halflings-sort-by-alphabet:before {
  content: "\e151";
}
.halflings-sort-by-alphabet-alt:before {
  content: "\e152";
}
.halflings-sort-by-order:before {
  content: "\e153";
}
.halflings-sort-by-order-alt:before {
  content: "\e154";
}
.halflings-sort-by-attributes:before {
  content: "\e155";
}
.halflings-sort-by-attributes-alt:before {
  content: "\e156";
}
.halflings-unchecked:before {
  content: "\e157";
}
.halflings-expand:before {
  content: "\e158";
}
.halflings-collapse:before {
  content: "\e159";
}
.halflings-collapse-top:before {
  content: "\e160";
}
/*!
 * Bounce Template v2.1
 *
 * Built with Bootstrap v2.2.2
 * http://twitter.github.com/bootstrap
 */
/* General
-------------------------------------------------- */
body {
  background: url("/static/ta/5342c889e4b0cf4885e89c49/215/assets/img/noise.png") repeat scroll 0 0 #fff;
  position: relative;
  padding-top: 80px;
  font-family: "Helvetica Neue", "Helvetica", Arial, Verdana, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
button,
a {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", Arial, Verdana, sans-serif;
  font-weight: 300;
}
.map {
  height: 350px;
  width: 100%;
}
/* Content Dividers
-------------------------------------------------- */
hr.dashed {
  border-style: dashed none;
}
hr.halfed {
  margin: 10px 0;
}
hr.thick {
  border-width: 4px 0;
}
/* Glyphicons Fix
-------------------------------------------------- */
[class^="glyphicons-"]:before {
  font-style: normal;
  line-height: inherit;
  vertical-align: bottom;
}
/* Keyframe Animations
-------------------------------------------------- */
@-webkit-keyframes rise {
  from {
    -webkit-transform: translatey(0);
  }
  to {
    -webkit-transform: translatey(-5px);
  }
}
@-moz-keyframes rise {
  from {
    -moz-transform: translatey(0);
  }
  to {
    -moz-transform: translatey(-5px);
  }
}
@-o-keyframes rise {
  from {
    -o-transform: translatey(0);
  }
  to {
    -o-transform: translatey(-5px);
  }
}
@keyframes rise {
  from {
    transform: translatey(0);
  }
  to {
    transform: translatey(-5px);
  }
}
@-webkit-keyframes slide {
  from {
    -webkit-transform: translatex(0);
  }
  to {
    -webkit-transform: translatex(5px);
  }
}
@-moz-keyframes slide {
  from {
    -moz-transform: translatex(0);
  }
  to {
    -moz-transform: translatex(5px);
  }
}
@-o-keyframes slide {
  from {
    -o-transform: translatex(0);
  }
  to {
    -o-transform: translatex(5px);
  }
}
@keyframes slide {
  from {
    transform: translatex(0);
  }
  to {
    transform: translatex(5px);
  }
}
.animated,
.animated a {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: .2s;
  -moz-animation-duration: .2s;
  -ms-animation-duration: .2s;
  -o-animation-duration: .2s;
  animation-duration: .2s;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
/* Typography
-------------------------------------------------- */
.txt-lefty {
  text-align: left;
}
.txt-middle {
  text-align: center;
}
.txt-righty {
  text-align: right;
}
/* Buttons
-------------------------------------------------- */
.btn-action {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 17px;
  line-height: normal;
  padding: 10px 30px;
}
.btn-flat {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.btn-pillbox {
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
.navbar-fixed-top {
  margin-bottom: 0;
}
.navbar-inner {
  border-bottom: 0 none;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
  filter: none;
  padding: 10px 0;
}
.navbar .brand {
  font-size: 26px;
  text-shadow: none;
}
.navbar .nav > li > a {
  font-size: 16px;
  font-weight: normal;
  text-shadow: none;
}
.navbar .nav > li.current-menu-item > a,
.navbar .nav > li.current-menu-item:hover > a,
.navbar .nav > .current-menu-item > a,
.navbar .nav > .current-menu-item > a:hover,
.navbar .nav > .current-menu-item > a:focus {
  padding-bottom: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-box-shadow: none;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: transparent;
  color: #fff;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-bottom-color: #d6dfe5;
  border-top-color: #d6dfe5;
}
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-bottom-color: #fff;
  border-top-color: #fff;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #fff;
}
.btn-dropnav {
  float: right;
  margin-left: 5px;
  margin-right: 5px;
  padding: 7px 10px;
  display: none;
}
.btn-dropnav .icon-bar {
  background-color: #f5f5f5;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, .25);
  display: block;
  height: 2px;
  width: 18px;
}
.btn-dropnav .icon-bar + .icon-bar {
  margin-top: 3px;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  border-color: #308ccf;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  background-color: #308ccf;
  background-image: none;
}
/* Login/Register Forms
-------------------------------------------------- */
.well-form {
  max-width: 340px;
  margin: 0 auto;
}
.well-form .form-actions {
  padding: 19px 0;
}
.well-form .form-actions label {
  display: inline-table;
  float: left;
  margin-top: 5px;
}
.well-form .form-actions button {
  float: right;
}
.well-form .form-extra {
  text-align: center;
}
.well-form .form-extra button {
  margin-bottom: 5px;
}
#landing {
  padding: 30px 0;
}
#landing .js-video iframe {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
}
#landingSlide {
  height: 400px;
  padding: 30px 0;
}
/* Page Header/Title
-------------------------------------------------- */
#header {
  padding: 10px 0;
}
#content {
  padding: 30px 0;
  border-top: 1px solid rgba(0, 0, 0, .1);
}
.icon_wrapper {
  display: block;
  height: 50px;
}
.icon_wrapper i {
  font-size: 50px;
  display: inline-block;
  line-height: normal;
}
.bouncy:hover i {
  -webkit-animation-name: rise;
  -moz-animation-name: rise;
  -o-animation-name: rise;
  animation-name: rise;
}
/* Call to Action Headline
-------------------------------------------------- */
#headline {
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, .1);
}
#headline .well {
  margin-bottom: 0;
}
#headline p {
  margin: 5px 0;
}
.product-plan {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 20px;
}
ul.plans {
  margin: 0;
}
.product-plan .name {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  text-align: center;
}
.product-plan .name h3 {
  display: inline-table;
  font-size: 30px;
  padding: 15px 0;
}
.product-plan .price {
  text-align: center;
}
.product-plan .price h3 {
  font-size: 30px;
  padding: 10px 0;
}
.product-plan .price h3 small {
  vertical-align: bottom;
}
.product-plan .feature h4 {
  padding: 15px;
}
.product-plan .feature i {
  font-size: 24px;
}
.product-plan .action {
  padding: 20px;
  text-align: center;
}
.product-plan.popular {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
}
/* Meet the Team
-------------------------------------------------- */
#team.thumbnail {
  background: none repeat scroll 0 0 #fff;
}
#team ul {
  display: inline-block;
  position: relative;
  right: 0;
  top: 0;
}
#team li {
  float: left;
  line-height: 20px;
}
#team li a {
  display: block;
  font-size: 22px;
  text-decoration: none;
}
#team li a {
  color: #333;
}
#team li a.facebook:hover {
  color: #3b5998;
}
#team li a.twitter:hover {
  color: #0084b4;
}
#team i {
  margin-right: 5px;
}
/* Blog
-------------------------------------------------- */
.entry {
  /*background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 0 30px;
    padding: 10px;*/
}
#footer {
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, .1);
}
#footer h3 {
  margin-bottom: 5px;
  text-transform: uppercase;
}
#footer ul {
  list-style: none outside none;
  margin: 0;
}
#footer li {
  padding: 0 0 5px;
}
#footer a {
  display: inline-block;
}
#footer a:hover {
  -webkit-animation-name: slide;
  -moz-animation-name: slide;
  -o-animation-name: slide;
  animation-name: slide;
  text-decoration: underline;
}
#copywrite p {
  padding: 10px 0;
  margin: 0;
}
#totop {
  cursor: pointer;
}
@media (max-width: 979px) {
  body {
    padding-top: 0;
    overflow-x: hidden;
  }
  .navbar .btn-dropnav {
    display: block;
  }
  .navbar .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    display: inline-block;
  }
  .nav-collapse .dropdown-menu a {
    color: #d6dfe5;
    font-weight: normal;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .dropdown-menu a:hover {
    background-color: #308ccf;
  }
  .dropdown-menu li > a:hover,
  .dropdown-menu li > a:focus,
  .dropdown-submenu:hover > a {
    background-image: none;
  }
  .navbar .nav-collapse.nav .active > a {
    margin-left: 5px;
  }
  .navbar .nav-collapse .nav > li.active > a,
  .navbar .nav-collapse .nav > li.active:hover > a,
  .navbar .nav-collapse .nav .active > a,
  .navbar .nav-collapse .nav .active > a:hover,
  .navbar .nav-collapse .nav .active > a:focus {
    border-bottom: medium none;
    padding: 9px 15px;
  }
  .navbar .nav-collapse .nav > li > a:hover {
    -webkit-animation-name: slide;
    -moz-animation-name: slide;
    -o-animation-name: slide;
    animation-name: slide;
  }
  .navbar .nav li.dropdown.open > .dropdown-toggle,
  .navbar .nav li.dropdown.active > .dropdown-toggle,
  .navbar .nav li.dropdown.open.active > .dropdown-toggle {
    -webkit-animation-name: none;
    -moz-animation-name: none;
    -o-animation-name: none;
    animation-name: none;
  }
  #landing,
  #landingSlide,
  #header,
  #content {
    margin-left: -20px;
    margin-right: -20px;
    padding: 30px 20px;
  }
  .product-plan .feature .pull-right {
    float: none;
  }
  #headline,
  #footer {
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px;
  }
  #copywrite {
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 20px;
  }
}
/* Tablets to Phones
------------------------- */
@media (max-width: 767px) {
  #landing,
  #header,
  #content,
  #footer {
    text-align: center;
  }
  #landingSlide {
    background: none repeat scroll center 200px #f1f1f1;
    height: auto;
  }
  .product-plan {
    margin-bottom: 10px;
  }
  #footer {
    display: none;
  }
}
.service-highlights {
  padding-left: 36px;
  padding-top: 4px;
  background: #fff;
}
.service-highlights ul {
  list-style: none;
  margin: 0;
}
.service-highlights ul li {
  line-height: 32px;
}
.service-highlights ul li:before {
  color: green;
  content: "\f00c";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
  40% {
    -webkit-transform: translatey(-30px);
    transform: translatey(-30px);
  }
  60% {
    -webkit-transform: translatey(-15px);
    transform: translatey(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translatey(0);
    -ms-transform: translatey(0);
    transform: translatey(0);
  }
  40% {
    -webkit-transform: translatey(-30px);
    -ms-transform: translatey(-30px);
    transform: translatey(-30px);
  }
  60% {
    -webkit-transform: translatey(-15px);
    -ms-transform: translatey(-15px);
    transform: translatey(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scalex(1.25) scaley(.75);
    transform: scalex(1.25) scaley(.75);
  }
  40% {
    -webkit-transform: scalex(.75) scaley(1.25);
    transform: scalex(.75) scaley(1.25);
  }
  60% {
    -webkit-transform: scalex(1.15) scaley(.85);
    transform: scalex(1.15) scaley(.85);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  30% {
    -webkit-transform: scalex(1.25) scaley(.75);
    -ms-transform: scalex(1.25) scaley(.75);
    transform: scalex(1.25) scaley(.75);
  }
  40% {
    -webkit-transform: scalex(.75) scaley(1.25);
    -ms-transform: scalex(.75) scaley(1.25);
    transform: scalex(.75) scaley(1.25);
  }
  60% {
    -webkit-transform: scalex(1.15) scaley(.85);
    -ms-transform: scalex(1.15) scaley(.85);
    transform: scalex(1.15) scaley(.85);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translatex(0);
    transform: translatex(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translatex(-10px);
    transform: translatex(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translatex(10px);
    transform: translatex(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translatex(0);
    -ms-transform: translatex(0);
    transform: translatex(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translatex(-10px);
    -ms-transform: translatex(-10px);
    transform: translatex(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translatex(10px);
    -ms-transform: translatex(10px);
    transform: translatex(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(.9) rotate(-3deg);
    transform: scale(.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(.9) rotate(-3deg);
    -ms-transform: scale(.9) rotate(-3deg);
    transform: scale(.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translatex(0%);
    transform: translatex(0%);
  }
  15% {
    -webkit-transform: translatex(-25%) rotate(-5deg);
    transform: translatex(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translatex(20%) rotate(3deg);
    transform: translatex(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translatex(-15%) rotate(-3deg);
    transform: translatex(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translatex(10%) rotate(2deg);
    transform: translatex(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translatex(-5%) rotate(-1deg);
    transform: translatex(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translatex(0%);
    transform: translatex(0%);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translatex(0%);
    -ms-transform: translatex(0%);
    transform: translatex(0%);
  }
  15% {
    -webkit-transform: translatex(-25%) rotate(-5deg);
    -ms-transform: translatex(-25%) rotate(-5deg);
    transform: translatex(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translatex(20%) rotate(3deg);
    -ms-transform: translatex(20%) rotate(3deg);
    transform: translatex(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translatex(-15%) rotate(-3deg);
    -ms-transform: translatex(-15%) rotate(-3deg);
    transform: translatex(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translatex(10%) rotate(2deg);
    -ms-transform: translatex(10%) rotate(2deg);
    transform: translatex(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translatex(-5%) rotate(-1deg);
    -ms-transform: translatex(-5%) rotate(-1deg);
    transform: translatex(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translatex(0%);
    -ms-transform: translatex(0%);
    transform: translatex(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translatey(-2000px);
    transform: translatey(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translatey(30px);
    transform: translatey(30px);
  }
  80% {
    -webkit-transform: translatey(-10px);
    transform: translatey(-10px);
  }
  100% {
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translatey(-2000px);
    -ms-transform: translatey(-2000px);
    transform: translatey(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translatey(30px);
    -ms-transform: translatey(30px);
    transform: translatey(30px);
  }
  80% {
    -webkit-transform: translatey(-10px);
    -ms-transform: translatey(-10px);
    transform: translatey(-10px);
  }
  100% {
    -webkit-transform: translatey(0);
    -ms-transform: translatey(0);
    transform: translatey(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translatex(-2000px);
    transform: translatex(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translatex(30px);
    transform: translatex(30px);
  }
  80% {
    -webkit-transform: translatex(-10px);
    transform: translatex(-10px);
  }
  100% {
    -webkit-transform: translatex(0);
    transform: translatex(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translatex(-2000px);
    -ms-transform: translatex(-2000px);
    transform: translatex(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translatex(30px);
    -ms-transform: translatex(30px);
    transform: translatex(30px);
  }
  80% {
    -webkit-transform: translatex(-10px);
    -ms-transform: translatex(-10px);
    transform: translatex(-10px);
  }
  100% {
    -webkit-transform: translatex(0);
    -ms-transform: translatex(0);
    transform: translatex(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translatex(2000px);
    transform: translatex(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translatex(-30px);
    transform: translatex(-30px);
  }
  80% {
    -webkit-transform: translatex(10px);
    transform: translatex(10px);
  }
  100% {
    -webkit-transform: translatex(0);
    transform: translatex(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translatex(2000px);
    -ms-transform: translatex(2000px);
    transform: translatex(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translatex(-30px);
    -ms-transform: translatex(-30px);
    transform: translatex(-30px);
  }
  80% {
    -webkit-transform: translatex(10px);
    -ms-transform: translatex(10px);
    transform: translatex(10px);
  }
  100% {
    -webkit-transform: translatex(0);
    -ms-transform: translatex(0);
    transform: translatex(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translatey(2000px);
    transform: translatey(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translatey(-30px);
    transform: translatey(-30px);
  }
  80% {
    -webkit-transform: translatey(10px);
    transform: translatey(10px);
  }
  100% {
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translatey(2000px);
    -ms-transform: translatey(2000px);
    transform: translatey(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translatey(-30px);
    -ms-transform: translatey(-30px);
    transform: translatey(-30px);
  }
  80% {
    -webkit-transform: translatey(10px);
    -ms-transform: translatey(10px);
    transform: translatey(10px);
  }
  100% {
    -webkit-transform: translatey(0);
    -ms-transform: translatey(0);
    transform: translatey(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(.95);
    transform: scale(.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translatey(-20px);
    transform: translatey(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatey(2000px);
    transform: translatey(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translatey(0);
    -ms-transform: translatey(0);
    transform: translatey(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translatey(-20px);
    -ms-transform: translatey(-20px);
    transform: translatey(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatey(2000px);
    -ms-transform: translatey(2000px);
    transform: translatey(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translatex(0);
    transform: translatex(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translatex(20px);
    transform: translatex(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatex(-2000px);
    transform: translatex(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translatex(0);
    -ms-transform: translatex(0);
    transform: translatex(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translatex(20px);
    -ms-transform: translatex(20px);
    transform: translatex(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatex(-2000px);
    -ms-transform: translatex(-2000px);
    transform: translatex(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translatex(0);
    transform: translatex(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translatex(-20px);
    transform: translatex(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatex(2000px);
    transform: translatex(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translatex(0);
    -ms-transform: translatex(0);
    transform: translatex(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translatex(-20px);
    -ms-transform: translatex(-20px);
    transform: translatex(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatex(2000px);
    -ms-transform: translatex(2000px);
    transform: translatex(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translatey(20px);
    transform: translatey(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatey(-2000px);
    transform: translatey(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translatey(0);
    -ms-transform: translatey(0);
    transform: translatey(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translatey(20px);
    -ms-transform: translatey(20px);
    transform: translatey(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatey(-2000px);
    -ms-transform: translatey(-2000px);
    transform: translatey(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translatey(-20px);
    transform: translatey(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translatey(-20px);
    -ms-transform: translatey(-20px);
    transform: translatey(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatey(0);
    -ms-transform: translatey(0);
    transform: translatey(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translatey(-2000px);
    transform: translatey(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translatey(-2000px);
    -ms-transform: translatey(-2000px);
    transform: translatey(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatey(0);
    -ms-transform: translatey(0);
    transform: translatey(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translatex(-20px);
    transform: translatex(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatex(0);
    transform: translatex(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translatex(-20px);
    -ms-transform: translatex(-20px);
    transform: translatex(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatex(0);
    -ms-transform: translatex(0);
    transform: translatex(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translatex(-2000px);
    transform: translatex(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatex(0);
    transform: translatex(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translatex(-2000px);
    -ms-transform: translatex(-2000px);
    transform: translatex(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatex(0);
    -ms-transform: translatex(0);
    transform: translatex(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translatex(20px);
    transform: translatex(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatex(0);
    transform: translatex(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translatex(20px);
    -ms-transform: translatex(20px);
    transform: translatex(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatex(0);
    -ms-transform: translatex(0);
    transform: translatex(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translatex(2000px);
    transform: translatex(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatex(0);
    transform: translatex(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translatex(2000px);
    -ms-transform: translatex(2000px);
    transform: translatex(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatex(0);
    -ms-transform: translatex(0);
    transform: translatex(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translatey(20px);
    transform: translatey(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translatey(20px);
    -ms-transform: translatey(20px);
    transform: translatey(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatey(0);
    -ms-transform: translatey(0);
    transform: translatey(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translatey(2000px);
    transform: translatey(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translatey(2000px);
    -ms-transform: translatey(2000px);
    transform: translatey(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatey(0);
    -ms-transform: translatey(0);
    transform: translatey(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatey(20px);
    transform: translatey(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
    -ms-transform: translatey(0);
    transform: translatey(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatey(20px);
    -ms-transform: translatey(20px);
    transform: translatey(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatey(2000px);
    transform: translatey(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
    -ms-transform: translatey(0);
    transform: translatey(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatey(2000px);
    -ms-transform: translatey(2000px);
    transform: translatey(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translatex(0);
    transform: translatex(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatex(-20px);
    transform: translatex(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translatex(0);
    -ms-transform: translatex(0);
    transform: translatex(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatex(-20px);
    -ms-transform: translatex(-20px);
    transform: translatex(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translatex(0);
    transform: translatex(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatex(-2000px);
    transform: translatex(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translatex(0);
    -ms-transform: translatex(0);
    transform: translatex(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatex(-2000px);
    -ms-transform: translatex(-2000px);
    transform: translatex(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translatex(0);
    transform: translatex(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatex(20px);
    transform: translatex(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translatex(0);
    -ms-transform: translatex(0);
    transform: translatex(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatex(20px);
    -ms-transform: translatex(20px);
    transform: translatex(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translatex(0);
    transform: translatex(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatex(2000px);
    transform: translatex(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translatex(0);
    -ms-transform: translatex(0);
    transform: translatex(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatex(2000px);
    -ms-transform: translatex(2000px);
    transform: translatex(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatey(-20px);
    transform: translatey(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
    -ms-transform: translatey(0);
    transform: translatey(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatey(-20px);
    -ms-transform: translatey(-20px);
    transform: translatey(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatey(-2000px);
    transform: translatey(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
    -ms-transform: translatey(0);
    transform: translatey(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatey(-2000px);
    -ms-transform: translatey(-2000px);
    transform: translatey(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translatez(0) rotatey(0) scale(1);
    transform: perspective(400px) translatez(0) rotatey(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translatez(150px) rotatey(170deg) scale(1);
    transform: perspective(400px) translatez(150px) rotatey(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translatez(150px) rotatey(190deg) scale(1);
    transform: perspective(400px) translatez(150px) rotatey(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translatez(0) rotatey(360deg) scale(.95);
    transform: perspective(400px) translatez(0) rotatey(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translatez(0) rotatey(360deg) scale(1);
    transform: perspective(400px) translatez(0) rotatey(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translatez(0) rotatey(0) scale(1);
    -ms-transform: perspective(400px) translatez(0) rotatey(0) scale(1);
    transform: perspective(400px) translatez(0) rotatey(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translatez(150px) rotatey(170deg) scale(1);
    -ms-transform: perspective(400px) translatez(150px) rotatey(170deg) scale(1);
    transform: perspective(400px) translatez(150px) rotatey(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translatez(150px) rotatey(190deg) scale(1);
    -ms-transform: perspective(400px) translatez(150px) rotatey(190deg) scale(1);
    transform: perspective(400px) translatez(150px) rotatey(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translatez(0) rotatey(360deg) scale(.95);
    -ms-transform: perspective(400px) translatez(0) rotatey(360deg) scale(.95);
    transform: perspective(400px) translatez(0) rotatey(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translatez(0) rotatey(360deg) scale(1);
    -ms-transform: perspective(400px) translatez(0) rotatey(360deg) scale(1);
    transform: perspective(400px) translatez(0) rotatey(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotatex(90deg);
    transform: perspective(400px) rotatex(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotatex(-10deg);
    transform: perspective(400px) rotatex(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotatex(10deg);
    transform: perspective(400px) rotatex(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotatex(0deg);
    transform: perspective(400px) rotatex(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotatex(90deg);
    -ms-transform: perspective(400px) rotatex(90deg);
    transform: perspective(400px) rotatex(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotatex(-10deg);
    -ms-transform: perspective(400px) rotatex(-10deg);
    transform: perspective(400px) rotatex(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotatex(10deg);
    -ms-transform: perspective(400px) rotatex(10deg);
    transform: perspective(400px) rotatex(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotatex(0deg);
    -ms-transform: perspective(400px) rotatex(0deg);
    transform: perspective(400px) rotatex(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotatey(90deg);
    transform: perspective(400px) rotatey(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotatey(-10deg);
    transform: perspective(400px) rotatey(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotatey(10deg);
    transform: perspective(400px) rotatey(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotatey(0deg);
    transform: perspective(400px) rotatey(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotatey(90deg);
    -ms-transform: perspective(400px) rotatey(90deg);
    transform: perspective(400px) rotatey(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotatey(-10deg);
    -ms-transform: perspective(400px) rotatey(-10deg);
    transform: perspective(400px) rotatey(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotatey(10deg);
    -ms-transform: perspective(400px) rotatey(10deg);
    transform: perspective(400px) rotatey(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotatey(0deg);
    -ms-transform: perspective(400px) rotatey(0deg);
    transform: perspective(400px) rotatey(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotatex(0deg);
    transform: perspective(400px) rotatex(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotatex(90deg);
    transform: perspective(400px) rotatex(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotatex(0deg);
    -ms-transform: perspective(400px) rotatex(0deg);
    transform: perspective(400px) rotatex(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotatex(90deg);
    -ms-transform: perspective(400px) rotatex(90deg);
    transform: perspective(400px) rotatex(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotatey(0deg);
    transform: perspective(400px) rotatey(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotatey(90deg);
    transform: perspective(400px) rotatey(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotatey(0deg);
    -ms-transform: perspective(400px) rotatey(0deg);
    transform: perspective(400px) rotatey(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotatey(90deg);
    -ms-transform: perspective(400px) rotatey(90deg);
    transform: perspective(400px) rotatey(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translatex(100%) skewx(-30deg);
    transform: translatex(100%) skewx(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translatex(-20%) skewx(30deg);
    transform: translatex(-20%) skewx(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translatex(0%) skewx(-15deg);
    transform: translatex(0%) skewx(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translatex(0%) skewx(0deg);
    transform: translatex(0%) skewx(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translatex(100%) skewx(-30deg);
    -ms-transform: translatex(100%) skewx(-30deg);
    transform: translatex(100%) skewx(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translatex(-20%) skewx(30deg);
    -ms-transform: translatex(-20%) skewx(30deg);
    transform: translatex(-20%) skewx(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translatex(0%) skewx(-15deg);
    -ms-transform: translatex(0%) skewx(-15deg);
    transform: translatex(0%) skewx(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translatex(0%) skewx(0deg);
    -ms-transform: translatex(0%) skewx(0deg);
    transform: translatex(0%) skewx(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translatex(0%) skewx(0deg);
    transform: translatex(0%) skewx(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translatex(100%) skewx(-30deg);
    transform: translatex(100%) skewx(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translatex(0%) skewx(0deg);
    -ms-transform: translatex(0%) skewx(0deg);
    transform: translatex(0%) skewx(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translatex(100%) skewx(-30deg);
    -ms-transform: translatex(100%) skewx(-30deg);
    transform: translatex(100%) skewx(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translatey(-2000px);
    transform: translatey(-2000px);
  }
  100% {
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translatey(-2000px);
    -ms-transform: translatey(-2000px);
    transform: translatey(-2000px);
  }
  100% {
    -webkit-transform: translatey(0);
    -ms-transform: translatey(0);
    transform: translatey(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translatex(-2000px);
    transform: translatex(-2000px);
  }
  100% {
    -webkit-transform: translatex(0);
    transform: translatex(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translatex(-2000px);
    -ms-transform: translatex(-2000px);
    transform: translatex(-2000px);
  }
  100% {
    -webkit-transform: translatex(0);
    -ms-transform: translatex(0);
    transform: translatex(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translatex(2000px);
    transform: translatex(2000px);
  }
  100% {
    -webkit-transform: translatex(0);
    transform: translatex(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translatex(2000px);
    -ms-transform: translatex(2000px);
    transform: translatex(2000px);
  }
  100% {
    -webkit-transform: translatex(0);
    -ms-transform: translatex(0);
    transform: translatex(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translatex(0);
    transform: translatex(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatex(-2000px);
    transform: translatex(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translatex(0);
    -ms-transform: translatex(0);
    transform: translatex(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatex(-2000px);
    -ms-transform: translatex(-2000px);
    transform: translatex(-2000px);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translatex(0);
    transform: translatex(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatex(2000px);
    transform: translatex(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translatex(0);
    -ms-transform: translatex(0);
    transform: translatex(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatex(2000px);
    -ms-transform: translatex(2000px);
    transform: translatex(2000px);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatey(-2000px);
    transform: translatey(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translatey(0);
    -ms-transform: translatey(0);
    transform: translatey(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatey(-2000px);
    -ms-transform: translatey(-2000px);
    transform: translatey(-2000px);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translatey(0);
    transform: translatey(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatey(2000px);
    transform: translatey(2000px);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translatey(0);
    -ms-transform: translatey(0);
    transform: translatey(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatey(2000px);
    -ms-transform: translatey(2000px);
    transform: translatey(2000px);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translatey(0);
    transform: rotate(60deg) translatey(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translatey(700px);
    transform: translatey(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translatey(0);
    -ms-transform: rotate(60deg) translatey(0);
    transform: rotate(60deg) translatey(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translatey(700px);
    -ms-transform: translatey(700px);
    transform: translatey(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translatex(-100%) rotate(-120deg);
    transform: translatex(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatex(0px) rotate(0deg);
    transform: translatex(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translatex(-100%) rotate(-120deg);
    -ms-transform: translatex(-100%) rotate(-120deg);
    transform: translatex(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translatex(0px) rotate(0deg);
    -ms-transform: translatex(0px) rotate(0deg);
    transform: translatex(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translatex(0px) rotate(0deg);
    transform: translatex(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatex(100%) rotate(120deg);
    transform: translatex(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translatex(0px) rotate(0deg);
    -ms-transform: translatex(0px) rotate(0deg);
    transform: translatex(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translatex(100%) rotate(120deg);
    -ms-transform: translatex(100%) rotate(120deg);
    transform: translatex(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
/*!
 * Bounce Template v2.1 - Blue
 * More colors coming soon! 
 *
 * Built with Bootstrap v2.2.2
 * http://twitter.github.com/bootstrap
 */
/* Navbar
-------------------------------------------------- */
.navbar-inner {
  background: none repeat scroll 0 0 #394755;
}
.navbar .brand {
  color: #fff;
}
.navbar .nav > li > a {
  color: #d6dfe5;
}
.navbar .nav > li > a:hover {
  color: #fff;
}
.navbar .nav > li.current-menu-item > a,
.navbar .nav > li.current-menu-item:hover > a,
.navbar .nav > .current-menu-item > a,
.navbar .nav > .current-menu-item > a:hover,
.navbar .nav > .current-menu-item > a:focus {
  background: none repeat scroll 0 0 transparent;
  border-bottom: 2px solid #7abfe0;
  color: #fff;
}
/* Landing
-------------------------------------------------- */
#landing {
  background: none repeat scroll 0 0 #f1f1f1;
}
#landing h1 {
  color: #308ccf;
}
#landing p {
  color: #394755;
}
#landing .carousel-control {
  color: #fff;
}
#landingSlide {
  background: url("../img/landing.png") no-repeat scroll center 200px #f1f1f1;
}
/* Page Header
-------------------------------------------------- */
#header {
  background: none repeat scroll 0 0 #f1f1f1;
}
#header h1 {
  color: #308ccf;
}
/* Main Content
-------------------------------------------------- */
#content {
  background: url("/static/ta/5342c889e4b0cf4885e89c49/215/assets/img/noise.png") repeat scroll 0 0 #fff;
  color: #394755;
}
.bouncy:hover i {
  color: #0074cc;
}
/* Pricing Tables
-------------------------------------------------- */
.product-plan {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #ccc;
}
ul.plans {
  margin: 0;
}
.product-plan .name {
  background: none repeat scroll 0 0 #394755;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
}
.product-plan .name h3 {
  color: #d6dfe5;
  text-shadow: 0 2px 0 rgba(0, 0, 0, .5);
}
.product-plan .price {
  background: none repeat scroll 0 0 #f1f1f1;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid rgba(255, 255, 255, .8);
}
.product-plan .price h3 {
  color: #308ccf;
}
.product-plan .feature {
  background: none repeat scroll 0 0 #fff;
  border-bottom: 1px solid #ccc;
}
.product-plan .action {
  background: none repeat scroll 0 0 #f1f1f1;
}
.product-plan.popular .name {
  background: none repeat scroll 0 0 #308ccf;
  color: #fff;
}
.product-plan.popular .name h3 {
  color: #fff;
}
/* Footer
-------------------------------------------------- */
#footer {
  background: none repeat scroll 0 0 #f1f1f1;
  color: #17405e;
}
#footer h3 {
  color: #308ccf;
}
#footer a {
  color: #17405e;
}
#footer a:hover {
  color: #333;
}
/* Copywrite
-------------------------------------------------- */
#copywrite {
  background: none repeat scroll 0 0 #394755;
  color: #d6dfe5;
}
/* Mobile Defaults
------------------------- */
@media (max-width: 979px) {
  .navbar .nav-collapse .nav > li.active > a,
  .navbar .nav-collapse .nav > li.active:hover > a,
  .navbar .nav-collapse .nav .active > a,
  .navbar .nav-collapse .nav .active > a:hover,
  .navbar .nav-collapse .nav .active > a:focus {
    background-color: #308ccf;
  }
  .navbar .nav-collapse .nav > li > a:hover {
    background-color: #308ccf;
  }
  .product-plan .feature .pull-right {
    color: #308ccf;
  }
}
body {
  padding-top: 80px;
}
.navbar .navbar-inner {
  padding-top: 0px;
  padding-bottom: 0px;
}
.navbar .brand {
  height: 60px;
  line-height: 60px;
  position: relative;
  top: -4px;
}
.navbar .brand img {
  position: relative;
  top: -5px;
  background: #7abfe0;
}
.navbar .nav {
  position: relative;
  top: 21px;
}
.navbar .nav > li > a {
  font-size: 18px;
}
.navbar .brand span {
  font-size: 38px;
  position: relative;
}
#footer .footer-logo {
  background: #7abfe0;
  border: 10px solid #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
/* About Page */
.leadership {
  padding-bottom: 40px;
}
#team li a {
  font-size: 18px;
  color: #67b0f0;
}
#team li a:hover {
  font-size: 18px;
  color: #347dbd;
}
#team ul {
  margin-bottom: 0;
}
p.company-role {
  position: relative;
  top: -10px;
}
/* Index */
.tech-logos {
  background: #fff;
  padding: 10px;
  box-shadow: 0px 0px 10px #ddd;
  margin-bottom: 25px;
}
.process-explain {
  padding: 36px;
}
.technologies-logos {
  margin-top: 20px;
  margin-bottom: 15px;
}
.javascript-explain {
  width: 94%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
  position: relative;
  left: 18px;
  padding-bottom: 88px;
  padding-top: 10px;
}
#content h2.big {
  font-size: 42px;
}
.javascript-explain .span6 {
  padding-right: 40px;
}
.process-explain {
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
}
#content h2.leadership-header {
  margin-top: 60px;
  padding-bottom: 0px;
}
.leadership h3 {
  color: #308ccf;
  margin-top: 0px;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 26px;
}
#content .entry h2 {
  margin-top: 44px;
  margin-bottom: 14px;
}
.entry p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 24px;
}
.entry li {
  line-height: 24px;
}
#work h3 {
  color: #308ccf;
  font-weight: 300;
  font-size: 28px;
  text-transform: uppercase;
  line-height: 40px;
  margin-bottom: 0px;
}
#work .row-fluid {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#work img {
  box-shadow: 0px 0px 10px #888;
}
#content #work h2 {
  border-bottom: 1px solid #ddd;
  margin-bottom: 22px;
  padding-bottom: 12px;
}
/*
Theme Name: techpines
Theme URI: http://rsn.org.ua/
Description: child theme of twentytwelve
Author: rsn
Version: 1.2
Template: twentytwelve
*/
.logged-in .navbar-fixed-top {
  top: 28px;
}
.github-link i,
.twitter-link i,
.linkedin-link i {
  display: inline-block;
  padding-right: 3px;
}
.thumbnail {
  line-height: 0;
}
.by-author span,
.author-name {
  text-transform: capitalize;
}
.pagination ul .current {
  background-color: #f5f5f5;
  color: #999;
  cursor: default;
}
/*popular tags widget styles*/
.wp-tag-cloud {
  margin: 0;
  padding: 0;
}
.wp-tag-cloud li {
  font-family: "Helvetica Neue", "Helvetica", Arial, Verdana, sans-serif;
  background-color: #3a87ad;
  cursor: pointer;
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  line-height: 14px;
  white-space: nowrap;
  vertical-align: baseline;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.wp-tag-cloud a:link,
.wp-tag-cloud a:hover,
.wp-tag-cloud a:active,
.wp-tag-cloud a:visited {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}
.wp-tag-cloud li:hover {
  background-color: #2d6987;
  text-decoration: none;
}
/*newest posts widget styles*/
.srp-widget-singlepost,
.srp-content-box {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}
.srp-post-title {
  margin: 0 0 5px;
}
.srp-content-box p {
  font-size: 85%;
}
/*home content*/
#content .process-explain {
  padding: 32px 0;
  text-align: left;
}
/*issue whther we need those paddings*/
.clouds .bouncy {
  text-align: center;
}
.clouds > .bouncy:last-child > div:after {
  background: none;
}
.clouds .bouncy > div {
  position: relative;
}
.clouds .bouncy > div:after {
  position: absolute;
  content: "";
  display: block;
  background-image: url(img/arrow-left.png);
  background-repeat: no-repeat;
  background-position: right center;
  width: 100%;
  top: 0;
  bottom: 0;
  right: -32px;
  background-size: 44px auto;
}
.clouds {
  padding-top: 40px;
}
.bouncy h3 {
  color: #333;
  font-weight: 400;
  font-size: 25px;
  line-height: 1em;
  margin: 0;
  padding-top: 22px;
}
#content h2 {
  font-size: 36px;
  font-weight: 300;
  color: #3a4855;
  padding: 0 0 18px 0;
  line-height: 1em;
  margin: 0;
}
#content h2.blog-archive-title {
  background: none;
  border-bottom: 1px solid #b7b7b7;
}
#blog-header {
  background-color: #67b0f0;
  padding: 14px 0;
  line-height: 1em;
  /*height:82px;*/
}
#blog-header h1 {
  color: #f1f1f1;
  font-size: 30px;
  line-height: 1em;
}
/*services and developers page*/
.service h3,
.developer h3 {
  font-size: 32px;
  font-weight: 500;
  padding: 0 0 30px 0;
  line-height: 0;
  padding-bottom: 20px;
  color: #308ccf;
}
.service .span10,
.developer .span10 {
  padding-bottom: 40px;
  background-image: url(img/divider.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
.service.last-item .span10 {
  background: none;
}
.service.last-item .span6,
.developer.last-item .span6 {
  background: none;
}
.service,
.developer {
  margin-top: 40px;
}
.service p,
.developer p {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", Arial, Verdana, sans-serif;
  font-size: 18px;
  line-height: 1.45em;
}
.service a,
.developer a {
  font-weight: 600;
}
.service.first-item,
.developer.first-item {
  margin-top: 0;
  padding-top: 40px;
}
.rpwe-title a:link,
.rpwe-title a:active,
#footer .rpwe-title a:hover,
.rpwe-title a:visited {
  color: #3a4855;
}
/*blog*/
.entry {
  padding: 10px 10px 30px 10px;
  border-bottom: 1px solid #b7b7b7;
}
.entry h3 a {
  font-size: 30px;
  font-weight: 600;
}
.entry h3 a:link,
.entry h3 a:hover,
.entry h3 a:active,
.entry h3 a:visited {
  color: #3a4855;
}
.entry small {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", Arial, Verdana, sans-serif;
  font-size: 14px;
}
.entry small a {
  font-weight: 600;
}
.image-excerpt {
  padding-top: 20px;
}
.pagination-right {
  text-align: left;
}
.pagination.pagination-right a,
.pagination.pagination-right a.nextpostslink,
.pagination.pagination-right a.previouspostslink,
.pagination.pagination-right span.current {
  margin-right: 8px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #c4c4c4;
}
.blog-btn.btn,
.pagination.pagination-right span.current,
.getintouch-btn.btn {
  background: #67b0f0;
  color: #fff;
  border: none;
  font-weight: 600;
  -webkit-box-shadow: #3a4855 0px 2px 1px;
  -moz-box-shadow: #3a4855 0px 2px 1px;
  box-shadow: #3a4855 0px 2px 1px;
}
.pagination a:link,
.pagination a:hover,
.pagination a:active,
.pagination a:visited {
  color: #3a4855;
  background: #f1f1f1;
  font-weight: 600;
  text-transform: uppercase;
}
.pagination ul {
  box-shadow: none;
}
/*slider*/
.slider-wrapper {
  max-width: 1350px;
  margin: 0 auto;
  overflow: hidden;
}
#featured_slider ul#slider,
#featured_slider #slider li {
  margin: 0;
  padding: 0;
}
.content_left h2 a {
  font-size: 45px;
}
.content_left {
  font-size: 18px;
  line-height: 1.45em;
}
.content_left h2 a:link,
.content_left h2 a:hover,
.content_left h2 a:active,
.content_left h2 a:visited {
  color: #3a4855;
  text-decoration: none;
}
.get-intouch-wrapper {
  clear: both;
  padding-top: 24px;
}
.getintouch-btn.btn {
  font-size: 18px;
  text-transform: uppercase;
  padding: 14px;
  padding-left: 20px;
  padding-right: 20px;
  text-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.getintouch-btn.btn:hover {
  background: #347dbd;
}
.contact-form .getintouch-btn {
  font-size: 16px;
  padding: 8px;
  padding-left: 12px;
  padding-right: 12px;
}
.service .getintouch-btn {
  font-size: 20px;
  padding: 14px;
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 34px;
}
.trade-tools {
  display: block;
  padding-top: 44px;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", Arial, Verdana, sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #3a4855;
}
#content pre code {
  display: inline-block;
  padding: 7px !important;
}
.call-to-action {
  background: #7abfe0;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 20px;
}
.call-to-action p {
  text-align: center;
  font-size: 33px;
}
.call-to-action .primary-button {
  background: #ffb321;
  font-weight: 600;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  padding: 14px;
  padding-left: 20px;
  padding-right: 20px;
}
.call-to-action .primary-button:hover {
  text-decoration: none;
}
#landing .splash-image {
  width: 670px;
  height: 376px;
}
#landing .splash-image img {
  position: relative;
  top: 25px;
  left: 81px;
}
#landing img {
  margin-top: 32px;
}
#landing #ux-carousel {
  box-shadow: 0px 0px 15px #888;
}
#landing h1 {
  font-size: 40px;
  line-height: 50px;
}
#landing p {
  font-size: 16px;
}
#carousel {
  height: 348px;
}
.carousel-control {
  font-size: 54px;
  line-height: 28px;
  background: #394755;
}
.carousel-indicators {
  top: auto;
  right: auto;
  left: 50%;
  bottom: -10px;
}
.carousel-indicators li {
  cursor: pointer;
  background: #bbb;
}
.carousel-indicators .active {
  background: #666;
}
#landing {
  background-size: 100% auto;
  height: 516px;
  background-position: center;
  background-position-y: 14%;
  background-attachment: fixed;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media (max-width: 1180px) {
  #landing {
    background-size: auto 100%;
  }
}
#carousel {
  display: none;
}
#landing #tagline {
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
  top: 145px;
  width: 570px;
  text-shadow: 0 0 25px #000;
  margin: 0 auto;
}
.landing-wrapper {
  background: #7abfe0;
}
.landing-inner {
  height: 516px;
  width: 100%;
  overflow: hidden;
}
.tagline-subline {
  color: #fff;
  margin: 0 auto;
  text-align: center;
  position: relative;
  top: 184px;
  font-size: 20px;
  text-shadow: 0px 0px 55px #000;
  font-weight: normal;
  text-transform: uppercase;
}
.tagline-subline a {
  color: #fff;
}
.tagline-subline a:hover {
  text-decoration: none;
  color: #fff;
}
.disruptive {
  color: #ffb321;
  cursor: pointer;
  display: inline-block;
}
#copywrite {
  padding: 38px 0 10px 0;
}
#copywrite .animated {
  list-style-type: none;
  overflow: hidden;
  margin: 0;
}
#copywrite .animated li {
  display: inline-block;
  float: left;
  margin-left: 9px;
}
#copywrite .animated.social-links {
  float: right;
}
#copywrite .animated.social-links a {
  display: inline-block;
  width: 48px;
  height: 48px;
  text-indent: 9999px;
}
#copywrite .github-link a {
  background: url('/static/ta/5342c889e4b0cf4885e89c49/215/assets/img/github_ic.png');
  background-repeat: no-repeat;
}
#copywrite .twitter-link a {
  background-image: url('/static/ta/5342c889e4b0cf4885e89c49/215/assets/img/twitter_ic.png');
  background-repeat: no-repeat;
}
#copywrite .linkedin-link a {
  background-image: url('/static/ta/5342c889e4b0cf4885e89c49/215/assets/img/in_ic.png');
  background-repeat: no-repeat;
}
#copywrite .animated.social-links li {
  margin-left: 17px;
}
#copywrite .animated li:first-child {
  margin-left: 0;
}
#copywrite a:link,
#copywrite a:active,
#copywrite a:hover,
#copywrite a:visited {
  color: #f1f1f1;
  text-decoration: none;
  line-height: 1em;
}
#copywrite p {
  clear: both;
}
#footer {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", Arial, Verdana, sans-serif;
  font-size: 14px;
  line-height: 20px;
  border-top: 0;
  background-image: url(img/divider.png);
  background-repeat: no-repeat;
  background-position: center top;
  padding-bottom: 60px;
  padding-top: 28px;
}
#footer .widget-title {
  color: #308ccf;
  font-weight: 300;
  font-size: 24.5px;
  text-transform: uppercase;
  line-height: 40px;
  margin-bottom: 14px;
}
#footer .textwidget,
#footer .rpwe-block {
  line-height: 20px;
  min-height: 83px;
}
#footer .textwidget li {
  margin: 7px 0 0 0;
  padding: 0;
}
#footer .textwidget li a,
#footer .textwidget li a:link,
#footer .textwidget li a:visited,
#footer .textwidget li a:hover {
  color: #17405e;
  font-size: 14px;
  line-height: 20px;
}
#footer .textwidget li:first-child {
  margin-top: 0;
}
#footer .textwidget div,
#footer .rpwe-block div {
  line-height: 1em;
  padding-top: 17px;
}
#footer .textwidget a:link,
#footer .textwidget a:hover,
#footer .textwidget a:active,
#footer .textwidget a:visited,
#footer .read-more a:link,
#footer .read-more a:hover,
#footer .read-more a:active,
#footer .read-more a:visited {
  color: #67b0f0;
  font-weight: 500;
  font-size: 16px;
}
/*recent blog posts widget*/
#footer .rpwe-clearfix {
  margin: 7px 0 0 0;
  padding: 0;
  line-height: 1em;
}
#footer .rpwe-clearfix:first-child {
  margin-top: 0;
}
#footer time.rpwe-time.published {
  float: left;
  margin: 0;
  padding: 0;
  color: #3a4855;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
#footer .rpwe-block li {
  overflow: hidden;
  text-overflow: ellipsis;
}
#footer .rpwe-title {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  float: right;
  width: 65%;
  margin: 0 0 0 0px;
  padding: 0 0 0 5%;
  text-transform: none;
  line-height: 1em;
  line-height: 20px;
}
#footer .rpwe-title a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
  white-space: nowrap;
}
#copywrite {
  padding-bottom: 30px;
}
#copywrite .contact-info {
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 50px;
  margin-top: 20px;
}
#copywrite .contact-info .location {
  text-align: right;
  /*
      line-height: 32px;
      font-size: 20px;
      */
}
#copywrite h2 {
  margin-bottom: 8px;
}
#contact-form {
  display: none;
  background: #7abfe0;
  min-height: 500px;
  padding-bottom: 30px;
}
#contact-form .contact-tagline {
  position: relative;
  left: -91px;
}
#contact-form .contact-tagline-container {
  height: 116px;
}
#contact-form p {
  text-align: center;
  font-size: 33px;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}
#contact-form label {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  top: 7px;
}
#contact-form input,
#contact-form textarea {
  font-size: 18px;
  line-height: 26px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#contact-form textarea {
  height: 200px;
}
#contact-form .primary-button {
  margin-top: 20px;
}
.primary-button {
  background: #ffb321;
  font-weight: 600;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  padding: 14px;
  padding-left: 20px;
  padding-right: 20px;
}
.primary-button:hover {
  text-decoration: none;
  color: #fff;
  background: #ed9c00;
}
body {
  overflow-y: scroll;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.services h2 {
  line-height: 28px;
  margin-top: 0px;
}
.services h2 .subtitle {
  font-size: 20px;
}
.services h2 .maintitle {
  color: #308ccf;
  font-size: 28px;
}
.services .frontend-content,
.services .backend-content {
  padding-bottom: 40px;
}
.services .frontend-content p,
.services .backend-content p {
  font-size: 15px;
}
.services .frontend-content .services-value-prop,
.services .backend-content .services-value-prop {
  font-size: 16px;
  line-height: 48px;
  font-style: italic;
  line-height: 31px;
}
.services .frontend-content {
  padding-bottom: 34px;
}
.services .backend-content {
  padding-top: 44px;
}
.services h3 {
  color: #394755;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 22px;
  margin-top: 20px;
}
.services .service-icons {
  padding-top: 30px;
}
.services .cloud-logos {
  text-align: center;
  margin-top: 25px;
}
.services .cloud-logos img {
  max-width: 90%;
}
.latest-tweets {
  overflow: hidden;
}
.widget-title {
  font-size: 17.5px;
  line-height: 21px;
}
.hero-banner {
  background: #394755;
  height: 516px;
  width: 2000px;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.hero-banner img {
  display: none;
}
.hero-banner img.loaded {
  display: block;
}
.hero-banner .content-fill {
  height: 516px;
  overflow: hidden;
  max-width: 100%;
}
.hero-banner .tagline-container {
  position: absolute;
  width: 100%;
}
.hero-banner .tagline-container #tagline {
  font-size: 40px;
  line-height: 50px;
  z-index: 10;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
  top: 145px;
  width: 570px;
  text-shadow: 0 0 25px #000;
  margin: 0 auto;
}
#frontend-backend h2 {
  margin-bottom: 18px;
}
#frontend-backend .span6.full {
  width: 50%;
  margin-left: 0;
  padding-left: 16px;
  padding-right: 16px;
}
#frontend-backend .span6.full:first-child {
  border-right: 1px solid #bbb;
}
#frontend-backend .span6.full:last-child {
  border-left: 1px solid #f1f1f1;
}
#frontend-backend p {
  text-align: left;
  padding-left: 4%;
  padding-right: 4%;
}
#frontend-backend h2 {
  line-height: 28px;
  margin-top: 0px;
}
#frontend-backend h2 .subtitle {
  font-size: 20px;
}
#frontend-backend h2 .maintitle {
  color: #308ccf;
  font-size: 28px;
}
#frontend-backend .sub-services {
  font-size: 17px;
  padding-left: 4%;
  padding-right: 4%;
  width: 92%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
  text-align: left;
}
#frontend-backend .sub-services ul {
  list-style: none;
  margin-left: 0px;
}
#frontend-backend .sub-services .span6.pull-left {
  float: left;
  width: auto;
}
#frontend-backend .sub-services .span6.pull-right {
  float: right;
  width: auto;
  maring-left: 0px;
}
#frontend-backend .sub-services li {
  line-height: 28px;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 20px;
}
#content .value-prop {
  font-size: 16px;
  line-height: 48px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 26px;
  padding-right: 26px;
  border-top: 1px solid #bbb;
  margin-top: 75px;
}
#content .value-prop h2 {
  margin-bottom: 15px;
}
.faux-image {
  height: 350px;
}
.landing-header {
  background: url("/static/ta/5342c889e4b0cf4885e89c49/215/assets/img/twitter-bg.png");
  text-align: center;
}
.landing-header .tagline h1 {
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
  font-weight: normal;
  text-align: right;
  margin: 0 auto;
  font-size: 35px;
  line-height: 50px;
  padding: 35px;
  padding-left: 0px;
  padding-right: 0px;
}
.landing-header a.brand {
  text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
  height: 60px;
  line-height: 60px;
  position: relative;
  top: 26px;
  float: left;
}
.landing-header a.brand:hover {
  text-decoration: none;
  color: #fff;
}
.landing-header .brand img {
  position: relative;
  top: -5px;
  background: #7abfe0;
}
.landing-header .brand span {
  font-size: 38px;
  position: relative;
  top: 3px;
  color: #fff;
}
.service-highlights h3 {
  color: #394755;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 22px;
  margin-top: 20px;
}
.landing-tag h1 {
  font-size: 45px;
  line-height: 55px;
}
body.add-sub-nav {
  padding-top: 112px;
}
body.add-sub-nav .sub-nav {
  height: 40px;
}
.sub-nav {
  height: 0px;
  overflow: hidden;
  z-index: 2000;
  top: 80px;
  background: #7abfe0;
  line-height: 40px;
  color: #fff;
  position: fixed;
  width: 100%;
}
.sub-nav .container {
  clear: both;
}
.sub-nav .tagline {
  text-shadow: -1px 1px #999;
  font-style: italic;
  position: relative;
  left: 51px;
}
.sub-nav .services-nav {
  text-transform: uppercase;
}
.sub-nav .services-nav a,
.sub-nav .services-nav a:hover {
  color: #fff;
  text-decoration: none;
}
.sub-nav .services-nav .active {
  font-weight: bold;
}
.menu-main-menu-container {
  height: 80px;
}
.menu-main-menu-container .menu-main-menu {
  height: 80px;
}
.navbar a.brand {
  z-index: 2000;
}
.navbar .navbar-inner {
  box-shadow: none;
}
.navbar .nav {
  height: 80px;
  top: 0px;
}
.navbar .nav > li > a {
  line-height: 80px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 0px;
}
.navbar .nav > li.current-menu-item > a,
.navbar .nav > .current-menu-item > a {
  border-bottom: 0px;
  background: #7abfe0;
  padding-top: 0px;
  padding-bottom: 0px;
}
.navbar .nav > li.current-menu-item > a:hover,
.navbar .nav > .current-menu-item > a:hover {
  background: #7abfe0;
  border-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
#placeholder {
  background: #fff;
  text-align: center;
  position: fixed;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  z-index: 3000;
  -webkit-transition: .5s linear all;
  transition: .5s linear all;
}
#placeholder.disappear {
  opacity: 0;
  z-index: -1;
}
.leadership-thumb {
  border-radius: 999999px;
}
.small-button-block-font {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.medium-button-block-font {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.large-button-block-font {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.system-button-font {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.announcement-bar-font {
  font-family: 'proxima-nova', arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: none;
}
