@charset "UTF-8";
/*! normalize.css v3.0.1 | 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.
 */
@import url("//hello.myfonts.net/count/281312");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
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/10.
 * Hide the `template` element in IE 8/9/11, 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/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.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: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
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, 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/11.
 */
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/9/10/11, 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 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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 #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 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/10/11.
 */
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;
}

/*
$xsmall-range: (0em, 25em); // 400px
$small-range: (25.063em, 50em); // 401px - 800px
$medium-range: (50.063em, 64em); // 801px - 1024px*/
meta.foundation-version {
  font-family: "/{{ VERSION }}/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  /*height: 100%;*/
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #eaeaea;
  color: #7d7e80;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 150%;
  position: relative;
  cursor: default;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, #pg-location #hero .hero__content:before, .clearfix:after, #pg-location #hero .hero__content:after {
  content: " ";
  display: table;
}
.clearfix:after, #pg-location #hero .hero__content:after {
  clear: both;
}

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 60rem;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  width: auto;
  margin-left: -0.5625rem;
  margin-right: -0.5625rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  padding-left: 0.5625rem;
  padding-right: 0.5625rem;
  width: 100%;
  float: left;
}

[class*="column"] + [class*="column"]:last-child {
  float: right;
}

[class*="column"] + [class*="column"].end {
  float: left;
}

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 0.5625rem;
    padding-right: 0.5625rem;
    float: left;
  }

  .small-1 {
    width: 8.33333%;
  }

  .small-2 {
    width: 16.66667%;
  }

  .small-3 {
    width: 25%;
  }

  .small-4 {
    width: 33.33333%;
  }

  .small-5 {
    width: 41.66667%;
  }

  .small-6 {
    width: 50%;
  }

  .small-7 {
    width: 58.33333%;
  }

  .small-8 {
    width: 66.66667%;
  }

  .small-9 {
    width: 75%;
  }

  .small-10 {
    width: 83.33333%;
  }

  .small-11 {
    width: 91.66667%;
  }

  .small-12 {
    width: 100%;
  }

  .small-offset-0 {
    margin-left: 0% !important;
  }

  .small-offset-1 {
    margin-left: 8.33333% !important;
  }

  .small-offset-2 {
    margin-left: 16.66667% !important;
  }

  .small-offset-3 {
    margin-left: 25% !important;
  }

  .small-offset-4 {
    margin-left: 33.33333% !important;
  }

  .small-offset-5 {
    margin-left: 41.66667% !important;
  }

  .small-offset-6 {
    margin-left: 50% !important;
  }

  .small-offset-7 {
    margin-left: 58.33333% !important;
  }

  .small-offset-8 {
    margin-left: 66.66667% !important;
  }

  .small-offset-9 {
    margin-left: 75% !important;
  }

  .small-offset-10 {
    margin-left: 83.33333% !important;
  }

  .small-offset-11 {
    margin-left: 91.66667% !important;
  }

  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }

  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }

  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }
}
@media only screen and (min-width: 40.063em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 0.5625rem;
    padding-right: 0.5625rem;
    float: left;
  }

  .medium-1 {
    width: 8.33333%;
  }

  .medium-2 {
    width: 16.66667%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-4 {
    width: 33.33333%;
  }

  .medium-5 {
    width: 41.66667%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-7 {
    width: 58.33333%;
  }

  .medium-8 {
    width: 66.66667%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-10 {
    width: 83.33333%;
  }

  .medium-11 {
    width: 91.66667%;
  }

  .medium-12 {
    width: 100%;
  }

  .medium-offset-0 {
    margin-left: 0% !important;
  }

  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }

  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }

  .medium-offset-3 {
    margin-left: 25% !important;
  }

  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }

  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }

  .medium-offset-6 {
    margin-left: 50% !important;
  }

  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }

  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }

  .medium-offset-9 {
    margin-left: 75% !important;
  }

  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }

  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }

  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }

  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }

  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width: 64.063em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 0.5625rem;
    padding-right: 0.5625rem;
    float: left;
  }

  .large-1 {
    width: 8.33333%;
  }

  .large-2 {
    width: 16.66667%;
  }

  .large-3 {
    width: 25%;
  }

  .large-4 {
    width: 33.33333%;
  }

  .large-5 {
    width: 41.66667%;
  }

  .large-6 {
    width: 50%;
  }

  .large-7 {
    width: 58.33333%;
  }

  .large-8 {
    width: 66.66667%;
  }

  .large-9 {
    width: 75%;
  }

  .large-10 {
    width: 83.33333%;
  }

  .large-11 {
    width: 91.66667%;
  }

  .large-12 {
    width: 100%;
  }

  .large-offset-0 {
    margin-left: 0% !important;
  }

  .large-offset-1 {
    margin-left: 8.33333% !important;
  }

  .large-offset-2 {
    margin-left: 16.66667% !important;
  }

  .large-offset-3 {
    margin-left: 25% !important;
  }

  .large-offset-4 {
    margin-left: 33.33333% !important;
  }

  .large-offset-5 {
    margin-left: 41.66667% !important;
  }

  .large-offset-6 {
    margin-left: 50% !important;
  }

  .large-offset-7 {
    margin-left: 58.33333% !important;
  }

  .large-offset-8 {
    margin-left: 66.66667% !important;
  }

  .large-offset-9 {
    margin-left: 75% !important;
  }

  .large-offset-10 {
    margin-left: 83.33333% !important;
  }

  .large-offset-11 {
    margin-left: 91.66667% !important;
  }

  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }

  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
meta.foundation-version {
  font-family: "/{{ VERSION }}/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  /*height: 100%;*/
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #eaeaea;
  color: #7d7e80;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 150%;
  position: relative;
  cursor: default;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, #pg-location #hero .hero__content:before, .clearfix:after, #pg-location #hero .hero__content:after {
  content: " ";
  display: table;
}
.clearfix:after, #pg-location #hero .hero__content:after {
  clear: both;
}

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}
[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  content: " ";
  display: table;
}
[class*="block-grid-"]:after {
  clear: both;
}
[class*="block-grid-"] > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0.625rem 1.25rem;
}

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .small-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .small-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .small-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .small-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 40.063em) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 64.063em) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .large-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }
  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }
  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .large-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }
  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .large-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }
  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }
  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }
  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }
  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }
  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .large-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }
  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }
  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
meta.foundation-version {
  font-family: "/{{ VERSION }}/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  /*height: 100%;*/
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #eaeaea;
  color: #7d7e80;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 150%;
  position: relative;
  cursor: default;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, #pg-location #hero .hero__content:before, .clearfix:after, #pg-location #hero .hero__content:after {
  content: " ";
  display: table;
}
.clearfix:after, #pg-location #hero .hero__content:after {
  clear: both;
}

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

button, .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 0.875rem;
  background-color: #a41f35;
  border-color: #83192a;
  color: #FFFFFF;
  transition: background-color 300ms ease-out;
}
button:hover, button:focus, .button:hover, .button:focus {
  background-color: #83192a;
}
button:hover, button:focus, .button:hover, .button:focus {
  color: #FFFFFF;
}
button.secondary, .button.secondary {
  background-color: #eac462;
  border-color: #e2ae27;
  color: #FFFFFF;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #e2ae27;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #FFFFFF;
}
button.success, .button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #368a55;
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: #FFFFFF;
}
button.alert, .button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #cf2a0e;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: #FFFFFF;
}
button.large, .button.large {
  padding-top: 1.125rem;
  padding-right: 2.25rem;
  padding-bottom: 1.1875rem;
  padding-left: 2.25rem;
  font-size: 1.25rem;
}
button.small, .button.small {
  padding-top: 0.875rem;
  padding-right: 1.75rem;
  padding-bottom: 0.9375rem;
  padding-left: 1.75rem;
  font-size: 0.8125rem;
}
button.tiny, .button.tiny {
  padding-top: 0.625rem;
  padding-right: 1.25rem;
  padding-bottom: 0.6875rem;
  padding-left: 1.25rem;
  font-size: 0.6875rem;
}
button.expand, .button.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.75rem;
}
button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.75rem;
}
button.radius, .button.radius {
  border-radius: 3px;
}
button.round, .button.round {
  border-radius: 1000px;
}
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #a41f35;
  border-color: #83192a;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #83192a;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: #FFFFFF;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #a41f35;
}
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #eac462;
  border-color: #e2ae27;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #e2ae27;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  color: #FFFFFF;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #eac462;
}
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #368a55;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  color: #FFFFFF;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #43AC6A;
}
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cf2a0e;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  color: #FFFFFF;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #f04124;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

@media only screen and (min-width: 40.063em) {
  button, .button {
    display: inline-block;
  }
}
meta.foundation-version {
  font-family: "/{{ VERSION }}/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  /*height: 100%;*/
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #eaeaea;
  color: #7d7e80;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 150%;
  position: relative;
  cursor: default;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, #pg-location #hero .hero__content:before, .clearfix:after, #pg-location #hero .hero__content:after {
  content: " ";
  display: table;
}
.clearfix:after, #pg-location #hero .hero__content:after {
  clear: both;
}

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.flex-video {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
}
.flex-video.widescreen {
  padding-bottom: 56.34%;
}
.flex-video.vimeo {
  padding-top: 0;
}
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

meta.foundation-version {
  font-family: "/{{ VERSION }}/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  /*height: 100%;*/
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #eaeaea;
  color: #7d7e80;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 150%;
  position: relative;
  cursor: default;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, #pg-location #hero .hero__content:before, .clearfix:after, #pg-location #hero .hero__content:after {
  content: " ";
  display: table;
}
.clearfix:after, #pg-location #hero .hero__content:after {
  clear: both;
}

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important;
  }

  .small-only-text-right {
    text-align: right !important;
  }

  .small-only-text-center {
    text-align: center !important;
  }

  .small-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen {
  .small-text-left {
    text-align: left !important;
  }

  .small-text-right {
    text-align: right !important;
  }

  .small-text-center {
    text-align: center !important;
  }

  .small-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .medium-only-text-left {
    text-align: left !important;
  }

  .medium-only-text-right {
    text-align: right !important;
  }

  .medium-only-text-center {
    text-align: center !important;
  }

  .medium-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 40.063em) {
  .medium-text-left {
    text-align: left !important;
  }

  .medium-text-right {
    text-align: right !important;
  }

  .medium-text-center {
    text-align: center !important;
  }

  .medium-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  .large-only-text-left {
    text-align: left !important;
  }

  .large-only-text-right {
    text-align: right !important;
  }

  .large-only-text-center {
    text-align: center !important;
  }

  .large-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 64.063em) {
  .large-text-left {
    text-align: left !important;
  }

  .large-text-right {
    text-align: right !important;
  }

  .large-text-center {
    text-align: center !important;
  }

  .large-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important;
  }

  .xlarge-only-text-right {
    text-align: right !important;
  }

  .xlarge-only-text-center {
    text-align: center !important;
  }

  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 90.063em) {
  .xlarge-text-left {
    text-align: left !important;
  }

  .xlarge-text-right {
    text-align: right !important;
  }

  .xlarge-text-center {
    text-align: center !important;
  }

  .xlarge-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important;
  }

  .xxlarge-only-text-right {
    text-align: right !important;
  }

  .xxlarge-only-text-center {
    text-align: center !important;
  }

  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.063em) {
  .xxlarge-text-left {
    text-align: left !important;
  }

  .xxlarge-text-right {
    text-align: right !important;
  }

  .xxlarge-text-center {
    text-align: center !important;
  }

  .xxlarge-text-justify {
    text-align: justify !important;
  }
}
/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* Default Link Styles */
a {
  color: #a41f35;
  text-decoration: none;
  line-height: inherit;
}
a:hover, a:focus {
  color: #8d1b2e;
}
a img {
  border: none;
}

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}
p.lead {
  font-size: 1.21875rem;
  line-height: 1.6;
}
p aside {
  font-size: 0.875rem;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: #6f6f6f;
  line-height: 0;
}

h1 {
  font-size: 2.125rem;
}

h2 {
  font-size: 1.6875rem;
}

h3 {
  font-size: 1.375rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0;
}

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 60%;
  line-height: inherit;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #333333;
  background-color: #f9edd0;
  border-width: 1px;
  border-style: solid;
  border-color: #f3dea8;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

/* Lists */
ul,
ol,
dl {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit;
}

ul {
  margin-left: 1.1rem;
}
ul.no-bullet {
  margin-left: 0;
}
ul.no-bullet li ul,
ul.no-bullet li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none;
}

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}
ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
ol {
  margin-left: 1.4rem;
}
ol li ul,
ol li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}
dl dd {
  margin-bottom: 0.75rem;
}

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #7d7e80;
  border-bottom: 1px dotted #DDDDDD;
  cursor: help;
}

abbr {
  text-transform: none;
}

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD;
}
blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: #555555;
}
blockquote cite:before {
  content: "\2014 \0020";
}
blockquote cite a,
blockquote cite a:visited {
  color: #555555;
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f;
}

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem;
}
.vcard li {
  margin: 0;
  display: block;
}
.vcard .fn {
  font-weight: bold;
  font-size: 0.9375rem;
}

.vevent .summary {
  font-weight: bold;
}
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem;
}

@media only screen and (min-width: 40.063em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }

  h1 {
    font-size: 2.75rem;
  }

  h2 {
    font-size: 2.3125rem;
  }

  h3 {
    font-size: 1.6875rem;
  }

  h4 {
    font-size: 1.4375rem;
  }

  h5 {
    font-size: 1.125rem;
  }

  h6 {
    font-size: 1rem;
  }
}
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-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 #999999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .hide-on-print {
    display: none !important;
  }

  .print-only {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  .show-for-print {
    display: inherit !important;
  }
}
meta.foundation-version {
  font-family: "/{{ VERSION }}/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  /*height: 100%;*/
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #eaeaea;
  color: #7d7e80;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 150%;
  position: relative;
  cursor: default;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, #pg-location #hero .hero__content:before, .clearfix:after, #pg-location #hero .hero__content:after {
  content: " ";
  display: table;
}
.clearfix:after, #pg-location #hero .hero__content:after {
  clear: both;
}

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table;
  }

  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }

  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* medium displays */
@media only screen and (min-width: 40.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table;
  }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* large displays */
@media only screen and (min-width: 64.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table;
  }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xlarge displays */
@media only screen and (min-width: 90.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table;
  }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xxlarge displays */
@media only screen and (min-width: 120.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table;
  }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table;
}

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }

  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table;
  }

  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }

  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }

  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }

  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }

  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }

  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table;
  }

  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }

  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }

  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }

  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important;
}

.hide-for-touch {
  display: inherit !important;
}

.touch .show-for-touch {
  display: inherit !important;
}

.touch .hide-for-touch {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-touch {
  display: table;
}

.touch table.show-for-touch {
  display: table;
}

thead.hide-for-touch {
  display: table-header-group !important;
}

.touch thead.show-for-touch {
  display: table-header-group !important;
}

tbody.hide-for-touch {
  display: table-row-group !important;
}

.touch tbody.show-for-touch {
  display: table-row-group !important;
}

tr.hide-for-touch {
  display: table-row !important;
}

.touch tr.show-for-touch {
  display: table-row !important;
}

td.hide-for-touch {
  display: table-cell !important;
}

.touch td.show-for-touch {
  display: table-cell !important;
}

th.hide-for-touch {
  display: table-cell !important;
}

.touch th.show-for-touch {
  display: table-cell !important;
}

/* Print visibility */
@media print {
  .show-for-print {
    display: block;
  }

  .hide-for-print {
    display: none;
  }

  table.show-for-print {
    display: table;
  }

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print {
    display: table-cell !important;
  }

  th.show-for-print {
    display: table-cell !important;
  }
}
meta.foundation-version {
  font-family: "/{{ VERSION }}/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  /*height: 100%;*/
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #eaeaea;
  color: #7d7e80;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 150%;
  position: relative;
  cursor: default;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, #pg-location #hero .hero__content:before, .clearfix:after, #pg-location #hero .hero__content:after {
  content: " ";
  display: table;
}
.clearfix:after, #pg-location #hero .hero__content:after {
  clear: both;
}

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

meta.foundation-version {
  font-family: "/{{ VERSION }}/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  /*height: 100%;*/
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #eaeaea;
  color: #7d7e80;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 150%;
  position: relative;
  cursor: default;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, #pg-location #hero .hero__content:before, .clearfix:after, #pg-location #hero .hero__content:after {
  content: " ";
  display: table;
}
.clearfix:after, #pg-location #hero .hero__content:after {
  clear: both;
}

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.reveal-modal-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1004;
  display: none;
  left: 0;
}

.reveal-modal, dialog {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 1005;
  width: 100vw;
  top: 0;
  border-radius: 3px;
  left: 0;
  background-color: #FFFFFF;
  padding: 1.25rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  padding: 1.875rem;
}
@media only screen and (max-width: 40em) {
  .reveal-modal, dialog {
    min-height: 100vh;
  }
}
.reveal-modal .column, dialog .column, .reveal-modal .columns, dialog .columns {
  min-width: 0;
}
.reveal-modal > :first-child, dialog > :first-child {
  margin-top: 0;
}
.reveal-modal > :last-child, dialog > :last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 40.063em) {
  .reveal-modal, dialog {
    width: 80%;
    max-width: 60rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 40.063em) {
  .reveal-modal, dialog {
    top: 6.25rem;
  }
}
.reveal-modal.radius, dialog.radius {
  border-radius: 3px;
}
.reveal-modal.round, dialog.round {
  border-radius: 1000px;
}
.reveal-modal.collapse, dialog.collapse {
  padding: 0;
}
@media only screen and (min-width: 40.063em) {
  .reveal-modal.tiny, dialog.tiny {
    width: 30%;
    max-width: 60rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 40.063em) {
  .reveal-modal.small, dialog.small {
    width: 40%;
    max-width: 60rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 40.063em) {
  .reveal-modal.medium, dialog.medium {
    width: 60%;
    max-width: 60rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 40.063em) {
  .reveal-modal.large, dialog.large {
    width: 70%;
    max-width: 60rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 40.063em) {
  .reveal-modal.xlarge, dialog.xlarge {
    width: 95%;
    max-width: 60rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.reveal-modal.full, dialog.full {
  top: 0;
  left: 0;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0 !important;
}
@media only screen and (min-width: 40.063em) {
  .reveal-modal.full, dialog.full {
    width: 100vw;
    max-width: 60rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.reveal-modal .close-reveal-modal, dialog .close-reveal-modal {
  font-size: 2.5rem;
  line-height: 1;
  position: absolute;
  top: 0.5rem;
  right: 0.6875rem;
  color: #AAAAAA;
  font-weight: bold;
  cursor: pointer;
}

dialog {
  display: none;
}
dialog::backdrop, dialog + .backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  display: none;
  left: 0;
}
dialog[open] {
  display: block;
}

@media print {
  dialog, .reveal-modal, dialog {
    display: none;
    background: #FFFFFF !important;
  }
}
/* Location textbox placeholder */
/* Marquee Slide Styles */
/* @license
 * MyFonts Webfont Build ID 2626322, 2013-08-21T14:29:56-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed fonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Avenir 45 Book by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/avenir/45-book/
 * Copyright: Copyright &#x00A9; 1989, 1995, 2002 Adobe Systems Incorporated.  All Rights Reserved. &#x00A9; 1981, 1995, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 * Licensed pageviews: 250,000
 * 
 * 
 * Webfont: Avenir 55 Roman by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/avenir/55-roman/
 * Copyright: Copyright &#x00A9; 1989, 1995, 2002 Adobe Systems Incorporated.  All Rights Reserved. &#x00A9; 1981, 1995, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 * Licensed pageviews: 250,000
 *
 * 
 * Webfont: Avenir 35 Light by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/avenir/35-light/
 * Copyright: Copyright &#x00A9; 1989, 1995, 2002 Adobe Systems Incorporated.  All Rights Reserved. &#x00A9; 1981, 1995, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 * Licensed pageviews: 250,000
 * 
 * 
 * Webfont: Veneer by Yellow Design Studio
 * URL: http://www.myfonts.com/fonts/yellow-design/veneer/regular/
 * Copyright: Copyright (c) 2012 by Yellow Design Studio. All rights reserved.
 * Licensed pageviews: 25,000
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2626322
 * 
 * © 2013 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'AvenirLTStd-Book';
  src: url("fonts/281312_2_0.eot");
  src: url("fonts/281312_2_0.eot?#iefix") format("embedded-opentype"), url("fonts/281312_2_0.woff") format("woff"), url("fonts/281312_2_0.ttf") format("truetype");
}
@font-face {
  font-family: 'AvenirLTStd-Light';
  src: url("fonts/281312_6_0.eot");
  src: url("fonts/281312_6_0.eot?#iefix") format("embedded-opentype"), url("fonts/281312_6_0.woff") format("woff"), url("fonts/281312_6_0.ttf") format("truetype");
}
@font-face {
  font-family: 'AvenirLTStd-Roman';
  src: url("fonts/281312_8_0.eot");
  src: url("fonts/281312_8_0.eot?#iefix") format("embedded-opentype"), url("fonts/281312_8_0.woff") format("woff"), url("fonts/281312_8_0.ttf") format("truetype");
}
@font-face {
  font-family: 'Avenir45BookRegular';
  src: url("fonts/avenir-book-webfont.eot");
  src: url("fonts/avenir-book-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/avenir-book-webfont.woff") format("woff"), url("fonts/avenir-book-webfont.ttf") format("truetype"), url("fonts/avenir-book-webfont.svg#Avenir45BookRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Veneer';
  src: url("fonts/281312_C_0.eot?");
  src: url("fonts/281312_C_0.eot?#iefix") format("embedded-opentype"), url("fonts/281312_C_0.woff") format("woff"), url("fonts/281312_C_0.ttf") format("truetype");
}
@font-face {
  font-family: 'VeneerTwo';
  src: url("fonts/281312_12_0.eot");
  src: url("fonts/281312_12_0.eot?#iefix") format("embedded-opentype"), url("fonts/281312_12_0.woff") format("woff"), url("fonts/281312_12_0.ttf") format("truetype");
}
@font-face {
  font-family: 'VeneerThree';
  src: url("fonts/281312_10_0.eot");
  src: url("fonts/281312_10_0.eot?#iefix") format("embedded-opentype"), url("fonts/281312_10_0.woff") format("woff"), url("fonts/281312_10_0.ttf") format("truetype");
}
/*!
 *  Font Awesome 4.6.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("../css/font-awesome-4.6.3/fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../css/font-awesome-4.6.3/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../css/font-awesome-4.6.3/fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../css/font-awesome-4.6.3/fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../css/font-awesome-4.6.3/fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../css/font-awesome-4.6.3/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.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.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.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: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../js/slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../js/slick/fonts/slick.eot");
  src: url("../js/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../js/slick/fonts/slick.woff") format("woff"), url("../js/slick/fonts/slick.ttf") format("truetype"), url("../js/slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 40px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 25px;
  z-index: 10;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: 25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 25px;
  z-index: 10;
}
[dir="rtl"] .slick-next {
  left: 25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-slider {
  width: 100%;
  margin-bottom: 30px;
}

.slick-dots {
  display: block;
  position: absolute;
  top: 0px;
  left: 5px;
  margin: 10px 5px;
  list-style: none;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  display: block;
  height: 20px;
  width: 20px;
  padding: 5px;
  border: 0;
  outline: none;
  background: transparent;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-stroke: 1px #ffffff;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 1;
  -webkit-text-fill-color: #ffffff;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../img/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../img/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../img/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../img/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url("../img/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
.loading-spinner {
  width: 100%;
  height: 49px;
  text-align: center;
}
.loading-spinner .loading-spinner-speeding-wheel {
  width: 49px;
  height: 49px;
  margin: 0 auto;
  border: 3px solid #f88c05;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: cssload-spin 575ms infinite linear;
  -o-animation: cssload-spin 575ms infinite linear;
  -ms-animation: cssload-spin 575ms infinite linear;
  -webkit-animation: cssload-spin 575ms infinite linear;
  -moz-animation: cssload-spin 575ms infinite linear;
}

@keyframes cssload-spin {
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes cssload-spin {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes cssload-spin {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes cssload-spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Z-INDEX */
.formError {
  z-index: 990;
}

.formError .formErrorContent {
  z-index: 991;
}

.formError .formErrorArrow {
  z-index: 996;
}

.ui-dialog .formError {
  z-index: 5000;
}

.ui-dialog .formError .formErrorContent {
  z-index: 5001;
}

.ui-dialog .formError .formErrorArrow {
  z-index: 5006;
}

.inputContainer {
  position: relative;
  float: left;
}

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left;
}

.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}

.formError .formErrorContent {
  width: 100%;
  background: #ee0101;
  position: relative;
  color: #fff;
  min-width: 120px;
  font-size: 11px;
  border: 2px solid #ddd;
  /*box-shadow: 0 0 6px #000;
  -moz-box-shadow: 0 0 6px #000;
  -webkit-box-shadow: 0 0 6px #000;
  -o-box-shadow: 0 0 6px #000;*/
  padding: 4px 10px 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
}

.formError.inline .formErrorContent {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}

.greenPopup .formErrorContent {
  background: #33be40;
}

.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
}

body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px;
}

.formError .formErrorArrow div {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  box-shadow: 0 2px 3px #444;
  -moz-box-shadow: 0 2px 3px #444;
  -webkit-box-shadow: 0 2px 3px #444;
  -o-box-shadow: 0 2px 3px #444;
  font-size: 0px;
  height: 1px;
  background: #ee0101;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
  background: #33be40;
}

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow .line10 {
  width: 13px;
  border: none;
}

.formError .formErrorArrow .line9 {
  width: 11px;
  border: none;
}

.formError .formErrorArrow .line8 {
  width: 11px;
}

.formError .formErrorArrow .line7 {
  width: 9px;
}

.formError .formErrorArrow .line6 {
  width: 7px;
}

.formError .formErrorArrow .line5 {
  width: 5px;
}

.formError .formErrorArrow .line4 {
  width: 3px;
}

.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd;
}

.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd;
}

/* ===== FONTS ====== */
/* ====== COLORS ====== */
.darkred {
  color: #791727;
}

.bold {
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

/* ======== HEIGHT MEDIA QUERIES ======== */
/* used for sidebar styles */
/* and (min-width: 641px) */
/* for hiding/showing mobile sidebar */
meta.nine-mq-mobile-nav {
  display: none;
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  meta.nine-mq-mobile-nav {
    display: block;
  }
}

/* ===== PAGES ====== */
/* ====== HOMEPAGE ======= */
.marquee-wrapper {
  background-color: #000000;
  border-bottom: 2px solid #b8b6af;
}

/* Slick Slider */
.slick-slider {
  margin-bottom: 0px;
}

.slick-list, .slick-slide, .marquee-slide {
  height: 100vh;
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  .slick-list, .slick-slide, .marquee-slide {
    height: calc(100vh - 80px);
  }
}

.slick-slide, .marquee-slide {
  position: relative;
  background-size: cover;
  background-position: center center;
}

/* Scroll Arrow */
.scroll-arrow {
  display: block;
  position: absolute;
  bottom: 0px;
  width: 70px;
  height: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  background-clip: padding-box;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  background-color: #E84C38;
  color: #ffffff;
  font-family: "AvenirLTStd-Book", sans-serif;
  font-size: 0.5625rem;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}
.scroll-arrow div {
  margin-top: -12px;
}
.scroll-arrow .fa-angle-down {
  font-size: 2.3125rem;
  font-weight: bold;
  line-height: 1em;
}
.scroll-arrow:hover {
  height: 55px;
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  .scroll-arrow {
    display: none;
  }
}

/* Marquee Slides */
.marquee-slide:first-child {
  border-right: 2px solid #b8b6af;
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  .marquee-slide:first-child {
    border-right: 0px;
  }
}
.marquee-slide.nobg {
  height: 450px;
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  .marquee-slide.nobg {
    height: 250px;
  }
}
.marquee-slide.nobg .marquee-slide-overlay {
  background-color: rgba(0, 0, 0, 0.3);
  background-image: none;
}
.marquee-slide.nobg .marquee-slide-title {
  background-color: transparent;
  width: 90%;
  font-size: 3.75rem;
}
@media only screen and (min-width: 64.063em) {
  .marquee-slide.nobg .marquee-slide-title {
    margin-bottom: 20px;
  }
}
.marquee-slide.nobg .marquee-slide-subtitle {
  font-size: 1rem;
  margin-top: 5px;
}
.marquee-slide.nobg .marquee-slide-cta {
  font-weight: normal;
}

.marquee-slide-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: radial-gradient(circle closest-side, transparent 60%, rgba(0, 0, 0, 0.05) 75%, rgba(0, 0, 0, 0.15) 95%, rgba(0, 0, 0, 0.3) 130%, rgba(0, 0, 0, 0.6) 170%);
}

/* marquee content wrapper */
.marquee-slide-content {
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  .marquee-slide-content {
    /*display: block!important;
    position: absolute!important;
    top: auto!important;
    bottom: 0px!important;
    width: 100%;
    text-align: left;*/
    /* cancel transform manually to negate medium-up */
    /*-webkit-transform: translate(0, 0)!important;
    -moz-transform: translate(0, 0)!important;
    -ms-transform: translate(0, 0)!important;
    -o-transform: translate(0, 0)!important;
    transform: translate(0, 0)!important;*/
  }
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  .marquee-slide-content br {
    display: none;
  }
}

.marquee-slide-title {
  display: inline-block;
  position: relative;
  width: 70%;
  padding: 15px 15px 25px 15px;
  color: #ffffff;
  font-family: "VeneerTwo", sans-serif;
  font-size: 4.875rem;
  line-height: 1em;
  /*text-shadow: -1px -3px 4px rgba(0, 0, 0, 0.59);*/
  width: 70%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  background-color: rgba(164, 31, 53, 0.95);
  padding: 15px 15px 25px 15px;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.marquee-slide-title:hover {
  background-color: rgba(121, 23, 39, 0.95);
}
@media only screen and (max-width: 30em), only screen and (max-height: 43em) {
  .marquee-slide-title {
    font-size: 2.1875rem !important;
  }
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  .marquee-slide-title {
    /*width: 100%;
    display: block;
    @include border-radius(0px);*/
    font-size: 3.125rem;
    width: 90%;
  }
}
@media only screen and (min-width: 40.063em) {
  .marquee-slide-title {
    /*@include vertical-align;*/
    font-size: 4.0625rem;
    max-width: 850px;
  }
}
@media only screen and (min-width: 64.063em) {
  .marquee-slide-title {
    font-size: 5.375rem;
  }
}

.marquee-slide-subtitle {
  color: #ffffff;
  font-family: "AvenirLTStd-Book", sans-serif;
  font-size: 1.125rem;
  text-transform: uppercase;
  line-height: 1.5em;
  margin-top: -6px;
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  .marquee-slide-subtitle {
    font-size: 0.75rem;
    line-height: 0.875rem;
    margin-top: 4px;
  }
}

.marquee-slide-cta {
  position: relative;
  min-width: 200px;
  color: #ffffff;
  font-family: "AvenirLTStd-Book", sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  line-height: 1.5em;
  font-weight: bold;
  display: inline-block;
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-clip: padding-box;
  background-color: rgba(232, 76, 56, 0.95);
  margin: -15px auto;
  padding: 19px 50px 15px;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
@media only screen and (min-width: 40.063em) {
  .marquee-slide-cta {
    padding: 15px 50px;
  }
}
.marquee-slide-cta:hover {
  background-color: rgba(212, 46, 25, 0.95);
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  .marquee-slide-cta {
    /*width: 100%;
    margin: 0px;
    padding: 15px;
    @include border-radius(0px);*/
    font-size: 0.75rem;
    max-width: 85%;
  }
}
@media only screen and (min-width: 40.063em) {
  .marquee-slide-cta {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 64.063em) {
  .marquee-slide-cta {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  .marquee-slide-cta:after {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 25px;
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
}

/* Callouts */
#callouts {
  border-bottom: 2px solid #b8b6af;
}

.homepage-callout {
  height: 179px;
  padding: 25px 15px;
  color: #ffffff;
  text-align: center;
  box-shadow: #E84C38 0px 0px 0px 1px inset;
}
.homepage-callout.red {
  background-color: #a41f35;
  border: 8px solid #a41f35;
}
.homepage-callout.darkerred {
  background-color: #791727;
  border: 8px solid #791727;
}
.homepage-callout:hover .homepage-callout__button {
  -webkit-transform: scale(1.3) translateX(-40%);
  -moz-transform: scale(1.3) translateX(-40%);
  -ms-transform: scale(1.3) translateX(-40%);
  -o-transform: scale(1.3) translateX(-40%);
  transform: scale(1.3) translateX(-40%);
}
.homepage-callout__innerwrapper {
  /*height: 163px;
  border: 1px solid $gold;
  padding: 25px 15px;*/
}
.homepage-callout__title {
  font-size: 1.25rem;
}
.homepage-callout__subtitle {
  font-size: 0.875rem;
  line-height: 1.25em;
}
.homepage-callout__button {
  position: absolute;
  bottom: 25px;
  left: 50%;
  display: inline-block;
  /*margin-top: 20px;*/
  padding: 8px 22px;
  background-color: #E84C38;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Veneer';
  font-size: 17px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-transform: scale(1) translateX(-50%);
  -moz-transform: scale(1) translateX(-50%);
  -ms-transform: scale(1) translateX(-50%);
  -o-transform: scale(1) translateX(-50%);
  transform: scale(1) translateX(-50%);
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

/* Social Grid */
.social-wrapper {
  position: relative;
  display: block;
  cursor: pointer;
  overflow: hidden;
}
.social-wrapper .social-content-wrapper {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 5;
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  .social-wrapper .social-content-wrapper {
    height: auto;
    bottom: 0px;
  }
}
.social-wrapper .social-content-wrapper .social-content {
  position: relative;
  display: block;
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  .social-wrapper .social-content-wrapper .social-content {
    top: 0;
    transform: none;
    text-align: left;
    /* cancel transform manually to negate medium-up */
    -webkit-transform: translate(0, 0) !important;
    -moz-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    -o-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  .social-wrapper .social-content-wrapper .social-content br {
    display: none;
  }
}
.social-wrapper .social-content-wrapper .social-title {
  display: inline-block;
  color: #ffffff;
  font-family: "VeneerTwo", sans-serif;
  font-size: 4.875rem;
  line-height: 1em;
  /*text-shadow: -1px -3px 4px rgba(0, 0, 0, 0.59);*/
  width: 70%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  background-color: rgba(164, 31, 53, 0.95);
  padding: 15px 15px 25px 15px;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.social-wrapper .social-content-wrapper .social-title:hover {
  background-color: rgba(121, 23, 39, 0.95);
}
@media only screen and (max-width: 30em), only screen and (max-height: 43em) {
  .social-wrapper .social-content-wrapper .social-title {
    font-size: 2.1875rem !important;
  }
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  .social-wrapper .social-content-wrapper .social-title {
    width: 100%;
    display: block;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-clip: padding-box;
    font-size: 3.125rem;
  }
}
@media only screen and (min-width: 40.063em) {
  .social-wrapper .social-content-wrapper .social-title {
    /*@include vertical-align;*/
    font-size: 4.0625rem;
  }
}
@media only screen and (min-width: 64.063em) {
  .social-wrapper .social-content-wrapper .social-title {
    font-size: 5.375rem;
  }
}
.social-wrapper .social-content-wrapper .social-subtitle {
  color: #ffffff;
  font-family: "AvenirLTStd-Book", sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  line-height: 1.5em;
  font-weight: bold;
  display: inline-block;
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-clip: padding-box;
  background-color: rgba(232, 76, 56, 0.95);
  margin: -15px auto;
  padding: 19px 50px 15px;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
  display: inline-block;
  /*position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;*/
}
@media only screen and (min-width: 40.063em) {
  .social-wrapper .social-content-wrapper .social-subtitle {
    padding: 15px 50px;
  }
}
.social-wrapper .social-content-wrapper .social-subtitle:hover {
  background-color: rgba(212, 46, 25, 0.95);
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  .social-wrapper .social-content-wrapper .social-subtitle {
    position: relative;
    width: 100%;
    margin: 0 !important;
    padding: 15px !important;
    bottom: 0;
    left: 0;
    border-radius: 0px;
    transform: none;
    font-size: 0.9375rem !important;
  }
}
@media only screen and (min-width: 40.063em) {
  .social-wrapper .social-content-wrapper .social-subtitle {
    font-size: 0.9375rem;
  }
}
.social-wrapper .social-grid .columns {
  padding: 0px;
}
.social-wrapper .social-grid a {
  color: transparent !important;
}
.social-wrapper .social-grid .social-item {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  padding-bottom: 100%;
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  .social-wrapper .social-grid .social-item {
    min-height: 300px;
    /*height: calc(100vh - 215px);*/
    height: 100%;
  }
}
.social-wrapper .fancybox-item {
  display: none;
}

@media only screen and (min-width: 64.063em) {
  #pg-menu-l1 #content {
    padding-left: 10px;
    padding-right: 5px;
  }
}
#pg-menu-l1 .menu-item {
  display: block;
  height: 178.5px;
  position: relative;
  text-align: center;
  margin-bottom: 18px;
  overflow: hidden;
}
#pg-menu-l1 .menu-item__title {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font-size: 1.5625rem;
  font-family: "VeneerTwo", sans-serif;
  font-weight: 400;
  z-index: 2;
  display: block;
  line-height: 1.2;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-duration: 375ms;
  -moz-transition-duration: 375ms;
  -o-transition-duration: 375ms;
  -ms-transition-duration: 375ms;
  transition-duration: 375ms;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  transition-timing-function: ease;
}
#pg-menu-l1 .menu-item__img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  -ms-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 1500ms;
  -moz-transition-duration: 1500ms;
  -o-transition-duration: 1500ms;
  -ms-transition-duration: 1500ms;
  transition-duration: 1500ms;
  display: block;
}
#pg-menu-l1 .menu-item__overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -ms-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 1500ms;
  -moz-transition-duration: 1500ms;
  -o-transition-duration: 1500ms;
  -ms-transition-duration: 1500ms;
  transition-duration: 1500ms;
  display: block;
}
#pg-menu-l1 .menu-item__border {
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border: 2px solid #fff;
  z-index: 1;
  -webkit-transition-property: top right left bottom;
  -moz-transition-property: top right left bottom;
  -o-transition-property: top right left bottom;
  -ms-transition-property: top right left bottom;
  transition-property: top right left bottom;
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  -ms-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: ease-out-in;
  -moz-transition-timing-function: ease-out-in;
  -o-transition-timing-function: ease-out-in;
  -ms-transition-timing-function: ease-out-in;
  transition-timing-function: ease-out-in;
}
#pg-menu-l1 .menu-item.large {
  height: 375px;
}
#pg-menu-l1 .menu-item.large .menu-item__title {
  font-size: 2.5rem;
}
#pg-menu-l1 .menu-item:hover {
  /*.menu-item__title {
      top: 48%;
  }*/
}
#pg-menu-l1 .menu-item:hover .menu-item__overlay {
  background-color: transparent;
}
#pg-menu-l1 .menu-item:hover .menu-item__border {
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
}
#pg-menu-l1 .menu-item:hover .menu-item__img {
  /*@include transform(scale(1.15) rotate(-5deg));*/
}

#pg-menu-l2 {
  background-image: none;
}
#pg-menu-l2 .icon-vegetarian {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: #fff url(../img/icon-vegetarian.svg) no-repeat 0 0 !important;
  vertical-align: middle;
}
#pg-menu-l2 .headline .icon-vegetarian {
  height: 25px;
  width: 25px;
}
#pg-menu-l2 #content {
  display: none;
}
#pg-menu-l2 .jump-links {
  display: inline-block;
  text-align: right;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 3;
  /*@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
      right: 5px;
      top: 90px;
  }*/
}
#pg-menu-l2 .jump-links.is_stuck {
  white-space: nowrap;
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  #pg-menu-l2 .jump-links {
    top: 100px;
  }
}
#pg-menu-l2 .jump-links .easydropdown {
  font-family: "AvenirLTStd-Book", sans-serif;
  font-size: 1.125rem;
  cursor: pointer;
  width: 220px;
  border: 1px solid #b8b6af;
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  #pg-menu-l2 .jump-links .easydropdown {
    font-size: 0.75rem;
  }
}
#pg-menu-l2 .jump-links .easydropdown .selected {
  font-size: 1.25rem;
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  #pg-menu-l2 .jump-links .easydropdown .selected {
    font-size: 0.75rem;
  }
}
#pg-menu-l2 .intro-banner {
  position: relative;
  text-align: center;
  background-color: #000;
  position: relative;
}
#pg-menu-l2 .intro-banner__img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: none;
}
#pg-menu-l2 .intro-banner__content {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 1em;
  padding-right: 1em;
  z-index: 2;
}
#pg-menu-l2 .intro-banner__scroll {
  z-index: 4;
}
#pg-menu-l2 .intro-banner__overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
  display: block;
}
#pg-menu-l2 .intro-banner .headline {
  color: #fff;
  line-height: 1;
  font-size: 3.75rem;
}
@media only screen and (min-width: 40.063em) {
  #pg-menu-l2 .intro-banner .headline {
    font-size: 8.125rem;
  }
}
#pg-menu-l2 .intro-banner .subheadline {
  font-size: 1.375rem;
  color: #fff;
}
#pg-menu-l2 .intro-banner.small {
  height: 300px;
}
#pg-menu-l2 .intro-banner.small .intro-banner__img {
  display: block;
}
#pg-menu-l2 .intro-banner.small .headline {
  font-size: 3.125rem;
}
@media only screen and (min-width: 40.063em) {
  #pg-menu-l2 .intro-banner.small .headline {
    font-size: 5.625rem;
  }
}
#pg-menu-l2 .menu-section {
  margin-top: 30px;
}
#pg-menu-l2 .menu-section .headline {
  font-size: 2.1875rem;
  margin-bottom: 15px;
}
#pg-menu-l2 .menu-section__desc {
  font-size: 0.875rem;
  margin-bottom: 30px;
}
#pg-menu-l2 .menu-section__disclaimer p {
  font-size: 0.75rem;
  margin-bottom: 15px;
  font-weight: bold;
}
#pg-menu-l2 .menu-section__disclaimer .icon-vegetarian {
  height: 1.2em;
  width: 1.2em;
}
#pg-menu-l2 .menu-entry {
  margin-bottom: 2em;
}
#pg-menu-l2 .menu-entry .icon-vegetarian {
  width: 23px;
  z-index: 2;
  position: relative;
  line-height: 1.5rem;
}
@media only screen and (min-width: 40.063em) {
  #pg-menu-l2 .menu-entry .icon-vegetarian {
    line-height: 1.8125rem;
  }
}
#pg-menu-l2 .menu-entry__head {
  position: relative;
  display: table;
  width: 100%;
}
#pg-menu-l2 .menu-entry__title {
  font-size: 1.5rem;
  font-family: "VeneerTwo", sans-serif;
  font-weight: 400;
  background: #fff;
  position: relative;
  display: table-cell;
  vertical-align: top;
  width: 100%;
  /*.menu-entry__tag {
      font-size: emCalc(14px);
      color: $lightyellow;
      line-height: emCalc(29px);
      background: #fff;
      vertical-align: top;
      display: inline-block;
      z-index: 2;
      padding-right: 10px;
      position: relative;
      margin-left: -5px;
  }*/
}
@media only screen and (min-width: 40.063em) {
  #pg-menu-l2 .menu-entry__title {
    font-size: 1.8125rem;
  }
}
#pg-menu-l2 .menu-entry__title:before {
  height: 1px;
  border-top: 1px dotted #5f5b5b;
  position: absolute;
  top: 0.5em;
  left: 0;
  right: 0;
  z-index: 1;
  content: "";
}
#pg-menu-l2 .menu-entry__title .tag {
  z-index: 2;
  padding-right: 10px;
  color: #a41f35;
  position: relative;
  background: #fff;
  line-height: 1.1;
  white-space: pre-wrap;
}
#pg-menu-l2 .menu-entry__title .tag:visited {
  color: #b9233c;
}
#pg-menu-l2 .menu-entry__title .tag:before {
  padding-right: 5px;
}
#pg-menu-l2 .menu-entry__title .tag:after {
  padding-left: 5px;
}
#pg-menu-l2 .menu-entry__title .tag.tag-new:before {
  content: "NEW ";
  color: #a41f35;
  font-size: 0.875rem;
  line-height: 1.8125rem;
  vertical-align: middle;
}
#pg-menu-l2 .menu-entry__title .tag.tag-lunch-express:after {
  content: " LUNCH EXPRESS ";
  color: #E84C38;
  font-size: 0.875rem;
  line-height: 1.8125rem;
  vertical-align: middle;
}
#pg-menu-l2 .menu-entry__title .tag.tag-fit-for-you:after {
  content: " FIT FOR YOU ";
  color: #E84C38;
  font-size: 0.875rem;
  line-height: 1.8125rem;
  vertical-align: middle;
}
#pg-menu-l2 .menu-entry__title .tag.tag-healthy:after {
  content: " FIT FOR YOU ";
  color: #E84C38;
  font-size: 0.875rem;
  line-height: 1.8125rem;
  vertical-align: middle;
}
#pg-menu-l2 .menu-entry__price {
  font-family: "aktiv-grotesk", sans-serif;
  color: #5f5b5b;
  font-size: 1rem;
  font-weight: 700;
  background: #fff;
  padding-left: 10px;
  z-index: 2;
  position: relative;
  display: table-cell;
  text-align: right;
  vertical-align: top;
  padding-top: 3px;
}
#pg-menu-l2 .menu-entry__desc {
  font-family: "AvenirLTStd-Book", sans-serif;
  color: #5f5b5b;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.2;
  text-align: left;
  margin-top: 13px;
}
#pg-menu-l2 .menu-entry__image {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 20px;
  height: 20px;
  margin-top: 8px;
  color: transparent;
}
#pg-menu-l2 .menu-entry__image .fa-camera {
  position: absolute;
  left: 0;
  top: 5px;
  color: #a41f35;
  cursor: pointer;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* ==========================================================================
   Animation: fadeIn
   ========================================================================== */
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.delay2 {
  animation-delay: 200ms;
  -moz-animation-delay: 200ms;
  -webkit-animation-delay: 200ms;
}

#pg-locations {
  background-image: none;
}
#pg-locations .headline {
  font-size: 2.625rem;
}
#pg-locations #map {
  height: 300px;
  background-color: #ececec;
}
@media only screen and (min-width: 40.063em) {
  #pg-locations #map {
    height: 100vh;
    margin-top: 0;
  }
}
#pg-locations #results {
  padding: 20px 20px 20px 40px;
  overflow: auto;
}
@media only screen and (min-width: 40.063em) {
  #pg-locations #results {
    height: 100vh;
  }
}
#pg-locations #results::-webkit-scrollbar {
  width: 5px;
}
#pg-locations #results::-webkit-scrollbar-thumb:vertical {
  margin: 5px;
  background-color: #999;
  -webkit-border-radius: 5px;
}
#pg-locations #results::-webkit-scrollbar-button:start:decrement, #pg-locations #results::-webkit-scrollbar-button:end:increment {
  height: 5px;
  display: block;
}
#pg-locations #results .no-results {
  text-align: center;
  font-size: 1rem;
  font-style: italic;
  padding-top: 60px;
}
#pg-locations .cta-wrapper {
  text-align: center;
  margin-bottom: 30px;
}
#pg-locations .cta-wrapper a.cta {
  display: inline-block;
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-clip: padding-box;
  background-color: rgba(232, 76, 56, 0.95);
  margin: -15px auto;
  padding: 19px 50px 15px;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
  font-size: 0.875rem;
  color: #ffffff;
  padding: 8px 20px !important;
}
@media only screen and (min-width: 40.063em) {
  #pg-locations .cta-wrapper a.cta {
    padding: 15px 50px;
  }
}
#pg-locations .cta-wrapper a.cta:hover {
  background-color: rgba(212, 46, 25, 0.95);
}
#pg-locations .result {
  margin-top: 1.5em;
  position: relative;
  font-family: "AvenirLTStd-Book", sans-serif;
  padding-left: 28px;
}
#pg-locations .result__icon {
  height: 22px;
  width: 22px;
  background: #a41f35;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  font-size: 12px;
}
#pg-locations .result__title {
  color: #201e1f;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 5px;
}
#pg-locations .result__addr {
  color: #2e2d2b;
  font-size: 0.8125rem;
  line-height: 1.2;
}
#pg-locations .result__phone {
  font-family: "AvenirLTStd-Book", sans-serif;
  color: #a41f35;
  font-size: 1rem;
  font-weight: 900;
  display: block;
  margin: .5em 0;
}
#pg-locations .result__link {
  font-family: "AvenirLTStd-Book", sans-serif;
  color: #2e2d2b;
  font-size: 0.8125rem;
  text-decoration: underline;
}
#pg-locations .result__99-to-go {
  width: 56px;
  height: 23px;
  background-image: url(../img/99_To-Go_Logo_compressed.svg);
  background-size: cover;
  display: block;
  margin-bottom: 5px;
}
#pg-locations .result__99-to-go.express {
  background-image: url(../img/99_To-Go_Express_compressed.svg);
}

#pg-location {
  background-image: none;
}
#pg-location .button {
  font-size: 1.375rem;
  font-family: "VeneerTwo", sans-serif;
  font-weight: 400;
}
#pg-location #map {
  -webkit-transition-property: height;
  -moz-transition-property: height;
  -o-transition-property: height;
  -ms-transition-property: height;
  transition-property: height;
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  -ms-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
@media only screen and (min-width: 20.063em) {
  #pg-location #map {
    height: 550px;
  }
}
@media only screen {
  #pg-location #map {
    height: 510px;
  }
}
@media only screen and (min-width: 40.063em) {
  #pg-location #map {
    height: 500px;
  }
}
@media only screen and (min-width: 64.063em) {
  #pg-location #map {
    height: 400px;
  }
}
#pg-location #map.big {
  height: 640px;
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  #pg-location #map.big {
    height: 700px;
  }
}
#pg-location #hero {
  position: relative;
  text-align: center;
}
#pg-location #hero .promo-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  display: none;
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  #pg-location #hero .promo-toggle {
    position: relative;
    top: 30px;
    margin: auto;
    right: auto;
    width: 90%;
  }
}
#pg-location #hero .hero__content-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  top: 0;
  overflow: hidden;
}
#pg-location #hero .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #a41f35;
  opacity: 0.8;
  z-index: 4;
}
#pg-location #hero .hero__content {
  position: absolute;
  top: 20px;
  max-width: 900px;
  margin: 10px auto 0;
  padding: 0px 5rem;
  color: #ffffff;
  z-index: 5;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  -ms-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  -ms-transition-delay: 0ms;
  transition-delay: 0ms;
  left: 50%;
  transform: translateX(-50%) translateY(0);
  width: 85%;
}
#pg-location #hero .hero__content.vcenter {
  top: 50% !important;
  -webkit-transform: translateX(-50%) translateY(-50%) !important;
  -moz-transform: translateX(-50%) translateY(-50%) !important;
  -ms-transform: translateX(-50%) translateY(-50%) !important;
  -o-transform: translateX(-50%) translateY(-50%) !important;
  transform: translateX(-50%) translateY(-50%) !important;
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  #pg-location #hero .hero__content {
    position: relative;
    width: 100%;
    top: 0px;
    margin-top: 10px;
    padding: 20px;
  }
}
#pg-location #hero .hero__content li {
  list-style-position: inside;
  /* so bulleted lists don't look weird */
}
#pg-location #hero .hero__content-title {
  font-family: "VeneerTwo", sans-serif;
  font-size: 30px;
  line-height: 34px;
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  #pg-location #hero .hero__content-title {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
  }
}
#pg-location #hero .hero__content-subtitle {
  font-size: 1.125rem;
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  #pg-location #hero .hero__content-subtitle {
    font-size: 15px;
    text-align: center;
  }
}
#pg-location #hero .hero__content-text, #pg-location #hero .hero__content-text p {
  line-height: 1.25rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  #pg-location #hero .hero__content-text, #pg-location #hero .hero__content-text p {
    font-size: 0.875rem;
    line-height: 1.5em;
  }
}
#pg-location #hero .hero__content-text ul {
  margin-left: 0px;
}
#pg-location #hero .hero__content-disclaimer {
  margin-top: 2rem;
  font-size: 0.75rem;
  line-height: 0.875rem;
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  #pg-location #hero .hero__content-disclaimer {
    margin-top: 2rem;
  }
}
#pg-location #hero .hero__content-img {
  margin-right: 20px;
  margin-bottom: 20px;
  max-width: 33%;
  float: left;
                /*@media only screen and (min-width:40.063em) {
                    max-width: 40%;
                }

                @media only screen and (min-width:64.063em) {
                max-width: 33%;
                }*/
}
#pg-location #hero .hero__content-cta {
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  background-color: #fe8d00;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 0.75rem;
  margin-top: 1em;
  padding: 10px 20px;
  opacity: 1;
}
#pg-location #hero .hero__content.has-img {
  text-align: left;
}
#pg-location #hero .hero__content.has-img .hero__content-disclaimer {
  clear: both;
}
#pg-location #hero .hero__footer {
  position: absolute;
  bottom: -16px;
  text-align: center;
  width: 100%;
  z-index: 10;
}
#pg-location #hero .hero__toggle, #pg-location #hero .hero__toggle--highlight {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 8px 4px 0px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 8px 4px 0px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 8px 4px 0px rgba(0, 0, 0, 0.26);
  color: #a41f35;
}
#pg-location #hero .hero__toggle--highlight {
  position: absolute;
  top: 30px;
  right: 30px;
  box-shadow: none;
  color: #791727;
  font-size: 20px;
  z-index: 6;
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  #pg-location #hero .hero__toggle--highlight {
    top: 8px;
    right: 8px;
  }
}
#pg-location .locinfo {
  position: relative;
  z-index: 5;
  padding-top: 3rem;
  border-top: 1px solid #ffffff;
}
#pg-location .locinfo.showpromo {
  -webkit-box-shadow: 0px -10px 15px 0px rgba(164, 31, 53, 0.75);
  -moz-box-shadow: 0px -10px 15px 0px rgba(164, 31, 53, 0.75);
  box-shadow: 0px -10px 15px 0px rgba(164, 31, 53, 0.75);
  border-top: 1px solid #a41f35;
}
#pg-location .locinfo.row {
  max-width: none;
}
#pg-location .locinfo__headline {
  font-size: 3.125rem;
}
@media only screen and (min-width: 40.063em) {
  #pg-location .locinfo__headline {
    font-size: 5.3125rem;
  }
}
#pg-location .locinfo__subheadline {
  color: #201e1f;
  font-size: 1.1875rem;
}
#pg-location .locinfo__location-hours {
  font-size: 0.875rem;
  font-family: "AvenirLTStd-Book", sans-serif;
  color: #201e1f;
}
#pg-location .locinfo__location-phone {
  font-size: 3.4375rem;
  font-family: "VeneerTwo", sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  #pg-location .locinfo__location-phone {
    font-size: 2.8125rem;
  }
}
#pg-location .locinfo__location-phone:hover {
  color: #791727;
}

#pg-back-nines {
  background-image: none;
}
#pg-back-nines .headline {
  color: #eac462;
  font-size: 1.875rem;
  text-align: center;
  line-height: 1.2;
  margin-top: -7%;
}
@media only screen and (min-width: 40.063em) {
  #pg-back-nines .headline {
    font-size: 2.6875rem;
  }
}
#pg-back-nines .headline span {
  font-size: 2.6875rem;
  color: #a41f35;
  display: block;
}
@media only screen and (min-width: 40.063em) {
  #pg-back-nines .headline span {
    font-size: 5rem;
  }
}
#pg-back-nines .full-screen {
  height: 100%;
  background-image: url(../img/panelTile.jpg);
  background-repeat: repeat;
  background-position: center center;
}
#pg-back-nines .content-wrap {
  max-width: 700px;
  margin: auto;
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  #pg-back-nines .content-wrap {
    padding: 10px;
  }
}
#pg-back-nines .full-screen {
  position: relative;
}
#pg-back-nines .post-content {
  color: #2d2f30;
}
#pg-back-nines .post-content p {
  color: #2d2f30;
  font-size: 0.875rem;
}
#pg-back-nines .button-cta {
  color: #a41f35;
  font-family: "VeneerTwo", sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  display: inline-block;
  border: 1px dashed #a41f35;
  padding: 10px;
  -webkit-transition-property: border-color color;
  -moz-transition-property: border-color color;
  -o-transition-property: border-color color;
  -ms-transition-property: border-color color;
  transition-property: border-color color;
  -webkit-transition-duration: 100ms;
  -moz-transition-duration: 100ms;
  -o-transition-duration: 100ms;
  -ms-transition-duration: 100ms;
  transition-duration: 100ms;
}
#pg-back-nines .button-cta:hover {
  color: #791727;
  border-color: #791727;
}

#pg-community .hero__image {
  min-height: 350px;
  background-position: center center;
}
@media only screen and (min-width: 40.063em) {
  #pg-community .hero__image {
    min-height: 550px;
  }
}
#pg-community .hero__content {
  background-color: #791727;
  position: relative;
  padding: 2em;
  text-align: center;
}
#pg-community .hero__border {
  border: 1px solid #e84c38;
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  z-index: 0;
}
#pg-community .hero__title {
  color: #fff;
  font-family: "VeneerTwo", sans-serif;
  z-index: 1;
  position: relative;
}
#pg-community .hero__subtitle {
  color: #fff;
  font-family: "AvenirLTStd-Book", sans-serif;
  font-size: 1.25rem;
  max-width: 850px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
#pg-community .community-slide {
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  color: #fff;
  text-align: center;
  padding-top: 4em;
  padding-bottom: 4em;
  border-bottom: 2px solid #b8b6af;
}
#pg-community .community-slide:last-child {
  border: none;
}
@media only screen and (min-width: 40.063em) {
  #pg-community .community-slide {
    padding-top: 6em;
    padding-bottom: 6em;
  }
}
@media only screen and (min-width: 64.063em) {
  #pg-community .community-slide {
    padding-top: 8em;
    padding-bottom: 8em;
  }
}
#pg-community .community-slide__content {
  display: inline-block;
  position: relative;
  width: 70%;
  padding: 15px 15px 25px 15px;
  color: #ffffff;
  font-family: "VeneerTwo", sans-serif;
  font-size: 4.875rem;
  line-height: 1em;
  /*text-shadow: -1px -3px 4px rgba(0, 0, 0, 0.59);*/
  width: 70%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  background-color: rgba(164, 31, 53, 0.95);
  padding: 15px 15px 25px 15px;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#pg-community .community-slide__content:hover {
  background-color: rgba(121, 23, 39, 0.95);
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  #pg-community .community-slide__content {
    width: 90%;
  }
}
@media only screen and (min-width: 40.063em) {
  #pg-community .community-slide__content {
    max-width: 850px;
  }
}
#pg-community .community-slide__headline {
  font-size: 5rem;
  font-family: "VeneerTwo", sans-serif;
  line-height: 1.1;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 30em), only screen and (max-height: 43em) {
  #pg-community .community-slide__headline {
    font-size: 2.1875rem !important;
  }
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  #pg-community .community-slide__headline {
    font-size: 2.8125rem;
  }
}
@media only screen and (min-width: 40.063em) {
  #pg-community .community-slide__headline {
    font-size: 3.125rem;
  }
}
@media only screen and (min-width: 64.063em) {
  #pg-community .community-slide__headline {
    font-size: 3.4375rem;
  }
}
#pg-community .community-slide__desc {
  font-family: "AvenirLTStd-Book", sans-serif;
  max-width: 750px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  font-size: 1rem;
  line-height: 1.2;
}
#pg-community .community-slide__cta {
  margin-top: -1em;
  margin-bottom: 0;
  position: relative;
  z-index: 5;
  text-transform: uppercase;
  font-family: "AvenirLTStd-Book", sans-serif;
  background-color: #E84C38;
  font-weight: 900;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
}
#pg-community .community-slide__cta:hover {
  background-color: #d42e19;
}
#pg-community .community-slide__overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
  display: block;
}

#pg-community-detail {
  background-image: none;
}
#pg-community-detail .community-hero {
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  color: #fff;
  text-align: center;
  margin-bottom: 4em;
}
#pg-community-detail .community-hero__headline {
  position: relative;
  z-index: 5;
  font-size: 6.25rem;
  font-family: "VeneerTwo", sans-serif;
  line-height: 1;
  padding-top: 75px;
  padding-bottom: 75px;
}
@media only screen and (min-width: 40.063em) {
  #pg-community-detail .community-hero__headline {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 64.063em) {
  #pg-community-detail .community-hero__headline {
    padding-top: 125px;
    padding-bottom: 125px;
  }
}
#pg-community-detail .community-hero__logo {
  background: #fff;
  display: inline-block;
  padding: 5px 20px;
  position: relative;
  z-index: 5;
}
#pg-community-detail .community-hero__logo img {
  height: 75px;
}
#pg-community-detail .community-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
  display: block;
}
#pg-community-detail .post-content {
  font-family: "AvenirLTStd-Book", sans-serif;
  color: #555353;
}
#pg-community-detail .post-content p {
  font-family: "AvenirLTStd-Book", sans-serif;
  color: #555353;
}
#pg-community-detail .post-content .cta {
  font-family: "VeneerTwo", sans-serif;
}

#pg-contact {
  background-image: none;
}
#pg-contact .headline {
  color: #a41f35;
}
#pg-contact .subheadline {
  color: #2f2c2c;
}

#pg-about {
  background-image: none;
}
#pg-about .about-hero {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  color: #fff;
  text-align: center;
  padding-top: 8em;
  padding-bottom: 8em;
}
@media only screen and (min-width: 40.063em) {
  #pg-about .about-hero {
    padding-top: 12em;
    padding-bottom: 12em;
  }
}
@media only screen and (min-width: 64.063em) {
  #pg-about .about-hero {
    padding-top: 14em;
    padding-bottom: 14em;
  }
}
#pg-about .about-hero__headline {
  font-size: 4.5rem;
  font-family: "VeneerTwo", sans-serif;
  line-height: 1;
}
@media only screen and (min-width: 40.063em) {
  #pg-about .about-hero__headline {
    font-size: 6.625rem;
  }
}
#pg-about .about-hero__headline span {
  font-size: 1.125rem;
  display: block;
  font-family: "AvenirLTStd-Book", sans-serif;
}
#pg-about .callout, #pg-about #pg-gift-cards .callout--promo, #pg-gift-cards #pg-about .callout--promo {
  padding-top: 6em;
  padding-bottom: 6em;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 40.063em) {
  #pg-about .callout, #pg-about #pg-gift-cards .callout--promo, #pg-gift-cards #pg-about .callout--promo {
    padding-top: 8em;
    padding-bottom: 8em;
  }
}
@media only screen and (min-width: 64.063em) {
  #pg-about .callout, #pg-about #pg-gift-cards .callout--promo, #pg-gift-cards #pg-about .callout--promo {
    padding-top: 10em;
    padding-bottom: 10em;
  }
}
#pg-about .callout__title, #pg-about #pg-gift-cards .callout__title--large, #pg-gift-cards #pg-about .callout__title--large {
  font-family: "VeneerTwo", sans-serif;
  font-size: 2.5rem;
  line-height: 1.1;
}
#pg-about .callout__title span, #pg-about #pg-gift-cards .callout__title--large span, #pg-gift-cards #pg-about .callout__title--large span {
  display: block;
  font-family: "AvenirLTStd-Book", sans-serif;
  font-size: 1.125rem;
}
#pg-about .callout__desc {
  font-family: "AvenirLTStd-Book", sans-serif;
}
#pg-about .callout__cta {
  font-family: "VeneerTwo", sans-serif;
  margin-top: 5px;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  background-color: #E84C38;
}
#pg-about .callout__cta:hover {
  background-color: #d42e19;
}
#pg-about .highlight {
  max-width: none;
}
#pg-about .highlight__img {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 40em) {
  #pg-about .highlight__img {
    height: 350px !important;
  }
}
#pg-about .highlight__content {
  padding: 60px 30px;
}
#pg-about .highlight__title {
  color: #a41f35;
  font-size: 2.1875rem;
  font-family: "VeneerTwo", sans-serif;
  line-height: 1.1;
}
@media only screen and (min-width: 40.063em) {
  #pg-about .highlight__title {
    font-size: 2.5rem;
  }
}
#pg-about .highlight__desc {
  color: #383333;
  font-family: "AvenirLTStd-Book", sans-serif;
}
#pg-about .highlight__desc p {
  color: #383333;
  margin-bottom: 0;
  margin-top: 1em;
  font-family: "AvenirLTStd-Book", sans-serif;
}
#pg-about .highlight__cta {
  font-family: "VeneerTwo", sans-serif;
  margin-bottom: 0;
  margin-top: 1em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  background-color: #E84C38;
}
#pg-about .highlight__cta:hover {
  background-color: #d42e19;
}
#pg-about .highlight.alt .highlight__content {
  background: #a41f35;
}
#pg-about .highlight.alt .highlight__title {
  color: #fff;
}
#pg-about .highlight.alt .highlight__desc {
  color: #fff;
}
#pg-about .highlight.alt .highlight__desc p {
  color: #fff;
}

#pg-whats-happening {
  /* embedded video */
}
#pg-whats-happening .fancybox-overlay {
  /*display: none!important;*/
}
#pg-whats-happening .fancybox-wrap {
  /*left: 50%!important;
  transform: translateX(-50%);*/
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  #pg-whats-happening .fancybox-wrap {
    position: fixed !important;
    top: 20px !important;
  }
}
#pg-whats-happening .hero, #pg-whats-happening #pg-gift-cards .hero--snowflakes, #pg-gift-cards #pg-whats-happening .hero--snowflakes, #pg-whats-happening #pg-gift-cards .hero--spring, #pg-gift-cards #pg-whats-happening .hero--spring {
  color: #fff;
  text-align: center;
  background: #2a3e1f;
  position: relative;
}
#pg-whats-happening .hero__content {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  padding-top: 4em;
  padding-bottom: 4em;
  position: relative;
}
@media only screen and (min-width: 40.063em) {
  #pg-whats-happening .hero__content {
    padding-top: 6em;
    padding-bottom: 6em;
  }
}
@media only screen and (min-width: 64.063em) {
  #pg-whats-happening .hero__content {
    padding-top: 8em;
    padding-bottom: 8em;
  }
}
#pg-whats-happening .hero__title {
  font-size: 5rem;
  line-height: 1;
  font-family: "VeneerTwo", sans-serif;
  text-shadow: 0px 13px 8px rgba(0, 0, 0, 0.5);
  z-index: 2;
  position: relative;
}
#pg-whats-happening .hero__title span {
  font-size: 1.875rem;
  line-height: 1;
  display: block;
}
@media only screen and (min-width: 40.063em) {
  #pg-whats-happening .hero__title {
    font-size: 6.25rem;
  }
  #pg-whats-happening .hero__title span {
    font-size: 3.125rem;
  }
}
#pg-whats-happening .hero__subtitle {
  background: #a41f35;
  padding: 10px 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-clip: padding-box;
  display: inline-block;
  /*@include slideSubtitle;
  @include slideSubtitleBoxes;*/
  margin: 1em auto 0;
  font-family: "AvenirLTStd-Book", sans-serif;
  font-weight: 900;
  max-width: 90%;
  z-index: 2;
  position: relative;
}
#pg-whats-happening .hero__subtitle a {
  color: #ffffff;
}
#pg-whats-happening .hero__cta, #pg-whats-happening .hero__cta--inactive {
  margin-bottom: 0;
  margin-top: 100px;
  font-family: "AvenirLTStd-Book", sans-serif;
  text-transform: uppercase;
  background-color: #E84C38;
  font-weight: 900;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  font-size: 1.0625rem;
  position: relative;
  z-index: 3;
}
#pg-whats-happening .hero__cta:hover, #pg-whats-happening .hero__cta--inactive:hover {
  background-color: #d42e19;
}
#pg-whats-happening .hero__disclaimer-trigger {
  z-index: 2;
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
#pg-whats-happening .hero__disclaimer-trigger a {
  font-family: "AvenirLTStd-Book", sans-serif;
  text-decoration: underline;
  font-weight: 900;
  color: #ffffff;
}
#pg-whats-happening .hero__disclaimer-content {
  display: none;
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  #pg-whats-happening .hero__disclaimer-content {
    font-size: 12px;
    line-height: 16px;
  }
}
#pg-whats-happening .hero__overlay {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
#pg-whats-happening .hero__fade {
  height: 6em;
  position: absolute;
  /*@include linear-gradient(transparent 0%, #2a3e1f 90%);*/
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: none;
}
#pg-whats-happening .hero__detail {
  background-color: #2a3e1f;
  padding-top: 50px;
  padding-bottom: 50px;
  display: none;
}
#pg-whats-happening .hero__detail-title {
  font-size: 1.75rem;
  line-height: 1;
  font-family: "VeneerTwo", sans-serif;
  margin-bottom: 35px;
}
#pg-whats-happening .hero__detail-desc {
  font-family: "AvenirLTStd-Book", sans-serif;
}
#pg-whats-happening .hero__detail-desc p {
  font-family: "AvenirLTStd-Book", sans-serif;
}
#pg-whats-happening .hero.small, #pg-whats-happening #pg-gift-cards .small.hero--snowflakes, #pg-gift-cards #pg-whats-happening .small.hero--snowflakes, #pg-whats-happening #pg-gift-cards .small.hero--spring, #pg-gift-cards #pg-whats-happening .small.hero--spring {
  border-bottom: 2px solid #b8b6af;
}
#pg-whats-happening .hero.small .hero__title, #pg-whats-happening #pg-gift-cards .small.hero--snowflakes .hero__title, #pg-gift-cards #pg-whats-happening .small.hero--snowflakes .hero__title, #pg-whats-happening #pg-gift-cards .small.hero--spring .hero__title, #pg-gift-cards #pg-whats-happening .small.hero--spring .hero__title {
  text-shadow: none;
}
@media only screen and (max-width: 40em) {
  #pg-whats-happening .hero.small .hero__title, #pg-whats-happening #pg-gift-cards .small.hero--snowflakes .hero__title, #pg-gift-cards #pg-whats-happening .small.hero--snowflakes .hero__title, #pg-whats-happening #pg-gift-cards .small.hero--spring .hero__title, #pg-gift-cards #pg-whats-happening .small.hero--spring .hero__title {
    font-size: 4.375rem;
  }
}
@media only screen and (max-width: 40em) {
  #pg-whats-happening .hero.small .hero__subtitle, #pg-whats-happening #pg-gift-cards .small.hero--snowflakes .hero__subtitle, #pg-gift-cards #pg-whats-happening .small.hero--snowflakes .hero__subtitle, #pg-whats-happening #pg-gift-cards .small.hero--spring .hero__subtitle, #pg-gift-cards #pg-whats-happening .small.hero--spring .hero__subtitle {
    line-height: 1.2;
  }
}
#pg-whats-happening #featured-menu-items .slick-list,
#pg-whats-happening #featured-menu-items .slick-slide {
  height: auto;
  outline: none;
}
#pg-whats-happening #featured-menu-items .slick-prev {
  left: -5px;
}
@media only screen and (min-width: 40.063em) {
  #pg-whats-happening #featured-menu-items .slick-prev {
    left: -21px;
  }
}
#pg-whats-happening #featured-menu-items .slick-next {
  /*right: -5px;*/
  right: 0px;
}
@media only screen and (min-width: 40.063em) {
  #pg-whats-happening #featured-menu-items .slick-next {
    right: 0;
  }
}
#pg-whats-happening #featured-menu-items .slick-arrow {
  color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  background-color: #E84C38;
  font-size: 20px;
  width: 39px;
  height: 35px;
  overflow: hidden;
}
#pg-whats-happening #featured-menu-items .slick-arrow:before {
  display: none;
}
#pg-whats-happening #featured-menu-items .slick-arrow i.fa {
  color: #ffffff;
}
#pg-whats-happening .highlights {
  border-top: 2px solid #b8b6af;
  border-bottom: 2px solid #b8b6af;
}
#pg-whats-happening .highlights__title {
  background: #a41f35;
  color: #fff;
  font-size: 2.375rem;
  line-height: 1;
  font-family: "VeneerTwo", sans-serif;
  padding: 15px;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 40.063em) {
  #pg-whats-happening .highlights__title {
    padding: 20px 16px;
    text-align: left;
  }
  #pg-whats-happening .highlights__title span {
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: block;
  }
}
#pg-whats-happening .highlights__featured {
  background: #fff;
  font-family: "AvenirLTStd-Book", sans-serif;
  padding: 40px;
}
#pg-whats-happening .highlights__featured-title {
  font-weight: 900;
  text-transform: uppercase;
  color: #403e3e;
}
#pg-whats-happening .highlights__featured-title img {
  float: left;
  width: 20px;
  margin-right: 5px;
}
#pg-whats-happening .highlights__featured-desc {
  color: #807b7b;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#pg-whats-happening .highlights__featured-desc p {
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#pg-whats-happening .highlights__featured-logo {
  margin-bottom: 15px;
}
#pg-whats-happening .highlights__featured-price {
  color: #a41f35;
  margin-bottom: 15px;
}
#pg-whats-happening .highlights__featured-new {
  color: #a41f35;
}
#pg-whats-happening .highlights__featured-limited {
  color: #a41f35;
}
#pg-whats-happening .highlights__featured-foot {
  font-size: 0.75rem;
  margin-top: 15px;
}
#pg-whats-happening .callouts {
  border-bottom: 2px solid #b8b6af;
}
#pg-whats-happening .callout, #pg-whats-happening #pg-gift-cards .callout--promo, #pg-gift-cards #pg-whats-happening .callout--promo {
  color: #fff;
  background-color: #a41f35;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
#pg-whats-happening .callout__title, #pg-whats-happening #pg-gift-cards .callout__title--large, #pg-gift-cards #pg-whats-happening .callout__title--large {
  font-size: 3.875rem;
  line-height: 1;
  font-family: "VeneerTwo", sans-serif;
}
#pg-whats-happening .callout__title span, #pg-whats-happening #pg-gift-cards .callout__title--large span, #pg-gift-cards #pg-whats-happening .callout__title--large span {
  font-size: 1.375rem;
  display: block;
}
#pg-whats-happening .callout__subtitle {
  color: #fff;
  font-family: "AvenirLTStd-Book", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 0.8125rem;
}
#pg-whats-happening .callout__desc {
  padding: 0;
  margin: 40px 0 0 0;
  text-transform: uppercase;
  font-family: "AvenirLTStd-Book", sans-serif;
  font-size: 0.8125rem;
  list-style-position: outside;
  font-weight: 900;
}
#pg-whats-happening .callout__desc li {
  list-style-type: none;
}
#pg-whats-happening .callout.alt, #pg-whats-happening #pg-gift-cards .alt.callout--promo, #pg-gift-cards #pg-whats-happening .alt.callout--promo {
  background-color: #E84C38;
  /*.callout__subtitle {
      color: $medlightred;
  }*/
}
#pg-whats-happening .menu-items {
  background-color: #a41f35;
}
#pg-whats-happening .menu-item {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  height: 250px;
  position: relative;
  border-left: 1px solid #b8b6af;
  border-right: 1px solid #b8b6af;
}
#pg-whats-happening .menu-item.first {
  border-left: 0px solid #b8b6af;
}
#pg-whats-happening .menu-item.last {
  border-right: 0px solid #b8b6af;
}
#pg-whats-happening .menu-item span {
  position: absolute;
  bottom: 4px;
  left: 0;
  background-color: #a41f35;
  padding: 10px;
  font-family: "AvenirLTStd-Book", sans-serif;
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #fff;
  line-height: 1.1;
}
#pg-whats-happening .menu-item span i {
  color: #E84C38;
  font-style: normal;
}
#pg-whats-happening .menu-highlight {
  height: 250px;
  color: #fff;
  text-align: center;
  position: relative;
}
#pg-whats-happening .menu-highlight__border {
  border: 1px solid #e84c38;
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  z-index: 0;
}
#pg-whats-happening .menu-highlight__content {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
}
@media only screen and (min-width: 40.063em) {
  #pg-whats-happening .menu-highlight__content {
    display: block;
  }
}
#pg-whats-happening .menu-highlight__title {
  font-family: "VeneerTwo", sans-serif;
  font-size: 3.1875rem;
  line-height: 1;
}
#pg-whats-happening .menu-highlight__title span {
  font-size: 2.1875rem;
  display: block;
}
#pg-whats-happening .menu-highlight__subtitle {
  text-transform: uppercase;
  font-family: "AvenirLTStd-Book", sans-serif;
  color: #E84C38;
  font-weight: 900;
  font-size: 0.8125rem;
}
#pg-whats-happening .menu-highlight__cta {
  text-transform: uppercase;
  font-family: "AvenirLTStd-Book", sans-serif;
  background-color: #E84C38;
  font-weight: 900;
  margin-top: 5px;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
}
#pg-whats-happening .menu-highlight__cta:hover {
  background-color: #d42e19;
}
#pg-whats-happening .wh-video__wrapper, #pg-whats-happening .wh-video__wrapper--desktop, #pg-whats-happening .wh-video__wrapper--mobile {
  position: relative;
}
#pg-whats-happening .wh-video__wrapper--desktop {
  display: block;
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  #pg-whats-happening .wh-video__wrapper--desktop {
    display: none;
  }
}
#pg-whats-happening .wh-video__wrapper--mobile {
  display: none;
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  #pg-whats-happening .wh-video__wrapper--mobile {
    display: block;
  }
}
#pg-whats-happening .wh-video__wrapper--mobile i.fa {
  position: absolute;
  color: #ffffff;
  font-size: 80px;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
#pg-whats-happening .wh-video__wrapper video, #pg-whats-happening .wh-video__wrapper--desktop video, #pg-whats-happening .wh-video__wrapper--mobile video {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: -25px;
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  #pg-whats-happening .wh-video__wrapper video, #pg-whats-happening .wh-video__wrapper--desktop video, #pg-whats-happening .wh-video__wrapper--mobile video {
    margin-bottom: 0px;
  }
}

#pg-eclub {
  /* Popup */
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  #pg-eclub #hero {
    /*background-size: 110%;*/
  }
}
#pg-eclub .hero-content {
  position: relative;
  background-size: cover;
  padding: 12em 0;
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  #pg-eclub .hero-content {
    padding: 4em 0;
  }
}
#pg-eclub .marquee-slide-content {
  /*position: absolute;
  top: 50%;
  left: 50%;
  @include transform(translate(-50%,-50%));*/
  text-align: center;
}
#pg-eclub .marquee-slide-overlay {
  background-image: radial-gradient(circle closest-side, transparent 10%, rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0.15) 140%, rgba(0, 0, 0, 0.3) 330%, rgba(0, 0, 0, 0.6) 450%);
}
#pg-eclub .headline {
  font-size: 5.3125rem;
  line-height: 5.3125rem;
  color: #ffffff;
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  #pg-eclub .headline {
    font-size: 2.1875rem;
    line-height: 2.1875rem;
  }
}
#pg-eclub .subheadline {
  color: #ffffff;
  font-size: 1.0625rem;
  line-height: 1.0625rem;
  text-transform: uppercase;
  font-family: "AvenirLTStd-Book", sans-serif;
}
#pg-eclub #callouts .homepage-callout__innerwrapper {
  margin-top: 25px;
}
#pg-eclub #form {
  max-width: 700px;
  margin: auto;
  padding-top: 3rem;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  #pg-eclub #form {
    width: 100%;
    max-width: none;
  }
}
#pg-eclub #form .form-description, #pg-eclub #form .form-description p {
  color: #2e2d2b;
  font-size: 0.875rem;
}
#pg-eclub #form .form-label {
  margin-top: 12px;
  color: #2e2d2b;
  font-family: "AvenirLTStd-Book", sans-serif;
  font-size: 1rem;
  float: left;
}
#pg-eclub #form .form-label.fullwidth {
  width: 100%;
}
#pg-eclub #form .form-disclaimer {
  margin-top: 8px;
  margin-bottom: 0px;
  font-size: 0.75rem;
  line-height: 0.875rem;
}
#pg-eclub #form ul {
  list-style-type: none;
  margin: 10px 0;
}
#pg-eclub #form ul li {
  float: left;
  margin: 0 10px;
}
#pg-eclub #form ul label {
  margin-left: 5px;
  color: #2e2d2b;
}
#pg-eclub #form .iradio_square {
  font-family: "AvenirLTStd-Book", sans-serif;
  background: #ffffff;
  border: 1px solid #b8b6af;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
}
#pg-eclub #form .iradio_square.checked:after {
  content: "+";
  transform: rotate(45deg);
  display: block;
  font-size: 30px;
  font-weight: bold;
  margin-top: -13px;
  color: #791727;
}
#pg-eclub #form .icheckbox_square {
  font-family: "AvenirLTStd-Book", sans-serif;
  background: #ffffff;
  border: 1px solid #b8b6af;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
}
#pg-eclub #form .icheckbox_square.checked:after {
  content: "+";
  transform: rotate(45deg);
  display: block;
  font-size: 30px;
  font-weight: bold;
  margin-top: -13px;
  color: #791727;
}
#pg-eclub #form .icheckbox_square:after {
  content: '';
}
#pg-eclub #form .icheckbox_square.checked:after {
  margin-top: -2px;
}
#pg-eclub #form input, #pg-eclub #form select, #pg-eclub #form .button {
  width: 100%;
  padding: 5px 20px;
  border: 1px solid #b8b6af;
  font-family: "AvenirLTStd-Book", sans-serif;
  font-size: 0.875rem;
  color: #2e2d2b;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
}
#pg-eclub #form input::-webkit-input-placeholder, #pg-eclub #form select::-webkit-input-placeholder, #pg-eclub #form .button::-webkit-input-placeholder {
  color: #2e2d2b;
}
#pg-eclub #form input:-moz-placeholder, #pg-eclub #form select:-moz-placeholder, #pg-eclub #form .button:-moz-placeholder {
  color: #2e2d2b;
}
#pg-eclub #form input::-moz-placeholder, #pg-eclub #form select::-moz-placeholder, #pg-eclub #form .button::-moz-placeholder {
  color: #2e2d2b;
}
#pg-eclub #form input:-ms-input-placeholder, #pg-eclub #form select:-ms-input-placeholder, #pg-eclub #form .button:-ms-input-placeholder {
  color: #2e2d2b;
}
#pg-eclub #form input::-webkit-input-placeholder, #pg-eclub #form select::-webkit-input-placeholder, #pg-eclub #form .button::-webkit-input-placeholder {
  font-style: oblique;
}
#pg-eclub #form input:-moz-placeholder, #pg-eclub #form select:-moz-placeholder, #pg-eclub #form .button:-moz-placeholder {
  font-style: oblique;
}
#pg-eclub #form input::-moz-placeholder, #pg-eclub #form select::-moz-placeholder, #pg-eclub #form .button::-moz-placeholder {
  font-style: oblique;
}
#pg-eclub #form input:-ms-input-placeholder, #pg-eclub #form select:-ms-input-placeholder, #pg-eclub #form .button:-ms-input-placeholder {
  font-style: oblique;
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  #pg-eclub #form input, #pg-eclub #form select, #pg-eclub #form .button {
    width: 100%;
    max-width: none;
  }
}
@media only screen and (min-width: 64.063em) {
  #pg-eclub #form input, #pg-eclub #form select, #pg-eclub #form .button {
    /*max-width: 300px;*/
  }
}
#pg-eclub #form input.long, #pg-eclub #form select.long, #pg-eclub #form .button.long {
  max-width: none;
}
#pg-eclub #form select {
  margin-top: 1px;
  padding: 4px;
}
#pg-eclub #form .button {
  background-color: #791727;
  color: #ffffff;
  border: none;
  width: 120px;
}
#pg-eclub #form .button.submit {
  padding: 10px 25px;
  margin: 25px 0;
  font-family: "VeneerTwo", sans-serif;
  font-size: 1.1875rem;
  text-transform: uppercase;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-clip: padding-box;
}
#pg-eclub #form .button:hover {
  background-color: #E84C38;
}
#pg-eclub #form .spacer {
  height: 35px;
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  #pg-eclub #form .spacer {
    /*display: none;*/
    height: 10px !important;
  }
}
#pg-eclub #form .favorite-location .twitter-typeahead {
  width: 100%;
}
#pg-eclub #form .favorite-location .favorite__input {
  background: #ffffff !important;
  width: 100% !important;
}
#pg-eclub #form .favorite-location .favorite__button {
  width: 100%;
  margin-bottom: 0;
  /*margin-top: 2px;*/
}
#pg-eclub #form .favorite-location .favorite__button .iradio_square {
  width: 1px;
  height: 1px;
  position: absolute !important;
  top: 0px;
  border: #a41f35;
  background: #a41f35;
}
#pg-eclub #form .favorite-location .favorite__button label {
  color: #ffffff;
  margin: 0;
  float: none;
}
#pg-eclub #form .favorite-location .tt-dropdown-menu {
  width: 100%;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.25);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.25);
}
#pg-eclub #form .favorite-location .iradio_square {
  height: 15px;
  width: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-clip: padding-box;
}
#pg-eclub #form .favorite-location .iradio_square.checked:after {
  margin: -4px 0 0 1px;
  transform: none;
  content: "\2022";
  font-size: 24px;
}
#pg-eclub #form .closest-location {
  background-color: #ffffff;
  border: 1px solid #cecece;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  padding: 15px;
  color: #2e2d2b;
  min-height: 130px;
}
#pg-eclub #form .closest-location__title {
  margin-bottom: 10px;
}
#pg-eclub #form .closest-location__icon {
  color: #a41f35;
  float: left;
  font-size: 30px;
  margin-right: 10px;
}
#pg-eclub #form .closest-location__info {
  float: left;
  margin-right: 10px;
}
#pg-eclub #form .closest-location__name {
  font-weight: bold;
}
#pg-eclub #form .closest-location__change {
  font-weight: bold;
  color: #a41f35;
}
#pg-eclub #form .closest-location__address {
  font-size: 0.75rem;
  line-height: 0.9375rem;
}
#pg-eclub #form .closest-location__button {
  float: right;
  text-align: center;
  width: 30%;
}
#pg-eclub #form .closest-location__button input {
  width: 90px;
}
#pg-eclub #form .additional-locations {
  color: #2e2d2b;
}
#pg-eclub #form .additional-locations__title {
  margin: 20px 0 10px 15px;
}
#pg-eclub #form .additional-locations__content {
  overflow: auto;
  background-color: #ffffff;
  border: 1px solid #cecece;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  padding: 0 15px;
  color: #2e2d2b;
}
#pg-eclub #form .additional-locations__name {
  font-weight: bold;
}
#pg-eclub #form .additional-locations__info {
  margin: 0;
  width: 70%;
  float: left;
  clear: both;
  border-right: 1px solid #b8b6af;
  padding: 15px 0 15px 15px;
}
#pg-eclub #form .additional-locations__address {
  font-size: 0.75rem;
  line-height: 0.9375rem;
}
#pg-eclub #form .additional-locations__radio {
  width: 30%;
  float: right;
  margin-top: 15px;
  text-align: center;
}
#pg-eclub #form .additional-locations__radio label {
  /*display: none;*/
}
#pg-eclub #form .row.favorite-location {
  margin-top: 10px;
}
#pg-eclub #form .row.togo {
  margin-top: 20px;
}
#pg-eclub #alreadysub {
  display: none;
  text-align: center;
  padding: 40px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  #pg-eclub #alreadysub {
    padding: 20px;
  }
}
#pg-eclub #thankyou {
  display: none;
  text-align: center;
  padding: 40px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  #pg-eclub #thankyou {
    padding: 20px;
  }
}
#pg-eclub .thankyou-title {
  font-family: "VeneerTwo", sans-serif;
  color: #791727;
  font-size: 4.125rem;
  line-height: 4.125rem;
  margin-bottom: 20px;
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  #pg-eclub .thankyou-title {
    font-size: 2.1875rem;
    line-height: 2.1875rem;
  }
}
#pg-eclub .thankyou-content {
  text-align: left;
  color: #383333;
  font-size: 0.9375rem;
  line-height: 1.6875rem;
  padding: 0 10rem;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  #pg-eclub .thankyou-content {
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  #pg-eclub .thankyou-content {
    padding: 0;
  }
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  #pg-eclub .thankyou-content p {
    line-height: 1.3125rem;
  }
}

#pg-b29-locations .headline {
  color: #eac462;
  font-size: 1.5625rem;
  text-align: center;
  line-height: 1.2;
  margin-top: 0;
}
@media only screen and (min-width: 40.063em) {
  #pg-b29-locations .headline {
    font-size: 2.1875rem;
  }
}
#pg-b29-locations .headline span {
  font-size: 2.6875rem;
  color: #a41f35;
  display: block;
}
@media only screen and (min-width: 40.063em) {
  #pg-b29-locations .headline span {
    font-size: 5rem;
  }
}
#pg-b29-locations .content-wrap {
  max-width: 700px;
  margin-bottom: 3em;
}
#pg-b29-locations .locations h2 {
  font-family: "VeneerTwo", sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1;
}
#pg-b29-locations .locations ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0 0 1.5em 0;
  padding: 0;
  font-size: 0.875rem;
}
#pg-b29-locations .locations ul li {
  font-family: "AvenirLTStd-Book", sans-serif;
  color: #111112;
  font-weight: 500;
}
#pg-b29-locations .locations ul li span {
  color: #a41f35;
  font-family: "VeneerTwo", sans-serif;
}

#pg-gift-cards {
  background-image: none;
  min-height: 100%;
  /* ======  Alt Styles: each style's hero CSS goes here as a placeholder, then add under .hero where it says Alt Styles" ====== */
  /* Alt Styles */
  /* Footer */
}
#pg-gift-cards .hero--snowflakes, #pg-gift-cards .snowflakes .callout-wrapper {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5bafdc+0,2989d8+50,3e72b7+100 */
  background-image: #5bafdc !important;
  /* Old browsers */
  background-image: -moz-linear-gradient(top, #5bafdc 0%, #2989d8 50%, #3e72b7 100%) !important;
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bafdc), color-stop(50%, #2989d8), color-stop(100%, #3e72b7)) !important;
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, #5bafdc 0%, #2989d8 50%, #3e72b7 100%) !important;
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top, #5bafdc 0%, #2989d8 50%, #3e72b7 100%) !important;
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(top, #5bafdc 0%, #2989d8 50%, #3e72b7 100%) !important;
  /* IE10+ */
  background-image: linear-gradient(to bottom, #5bafdc 0%, #2989d8 50%, #3e72b7 100%) !important;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bafdc', endColorstr='#3e72b7',GradientType=0 ) !important;
  /* IE6-9 */
}
#pg-gift-cards .hero--spring {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffe19e+0,ffffff+60,ffffff+60,ffffff+100 */
  background-image: #ffe19e !important;
  /* Old browsers */
  background-image: -moz-linear-gradient(top, #ffe19e 0%, #ffffff 60%, #ffffff 60%, #ffffff 100%) !important;
  /* FF3.6-15 */
  background-image: -webkit-linear-gradient(top, #ffe19e 0%, #ffffff 60%, #ffffff 60%, #ffffff 100%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background-image: linear-gradient(to bottom, #ffe19e 0%, #ffffff 60%, #ffffff 60%, #ffffff 100%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe19e', endColorstr='#ffffff',GradientType=0 ) !important;
  /* IE6-9 */
}
#pg-gift-cards .reveal-modal, #pg-gift-cards dialog {
  position: absolute !important;
  max-width: none;
  top: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
  left: 0px !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 30px 0;
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  #pg-gift-cards .reveal-modal, #pg-gift-cards dialog {
    margin-top: -80px !important;
  }
}
#pg-gift-cards .reveal-modal .gc-modal__close, #pg-gift-cards dialog .gc-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 10px;
  background: #E84C38;
  color: #ffffff;
  font-size: 2.1875rem;
  cursor: pointer;
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  #pg-gift-cards .reveal-modal .gc-modal__close, #pg-gift-cards dialog .gc-modal__close {
    padding: 4px 8px;
    font-size: 1.5rem;
  }
}
#pg-gift-cards .reveal-modal .gc-modal__close:hover, #pg-gift-cards dialog .gc-modal__close:hover {
  background: #df7e04;
}
#pg-gift-cards #content {
  min-height: 100%;
}
#pg-gift-cards .hero, #pg-gift-cards .hero--snowflakes, #pg-gift-cards .hero--spring {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative;
  text-align: center;
  /* Red Box */
  /* Alt Styles */
}
@media only screen and (max-width: 1026px) {
  #pg-gift-cards .hero, #pg-gift-cards .hero--snowflakes, #pg-gift-cards .hero--spring {
    min-height: 225px;
  }
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  #pg-gift-cards .hero, #pg-gift-cards .hero--snowflakes, #pg-gift-cards .hero--spring {
    min-height: 190px;
  }
}
#pg-gift-cards .hero__content {
  height: 100%;
  /*padding-top: 8em;
  padding-bottom: 3em;*/
            /*@media only screen and (min-width:40.063em) {
                padding-top: 6em;
                padding-bottom: 6em;
            }

            @media only screen and (min-width:64.063em) {
                padding-top: 8em;
                padding-bottom: 8em;
            }*/
}
#pg-gift-cards .hero__innercontent-wrapper {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  #pg-gift-cards .hero__innercontent-wrapper {
    top: auto;
    left: auto;
    transform: none;
    padding: 2rem 0;
  }
}
#pg-gift-cards .hero.valign .hero__content, #pg-gift-cards .valign.hero--snowflakes .hero__content, #pg-gift-cards .valign.hero--spring .hero__content {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#pg-gift-cards .hero__title {
  font-size: 3.25rem;
  line-height: 1;
  font-family: "VeneerTwo", sans-serif;
  margin: 0;
  padding: 0;
  color: #fff;
  /*@media only screen and (min-width:40.063em) {
      margin: 0 0 10px;
      font-size: emCalc(80px);
  }   
  @media only screen and (min-width:64.063em) {         
      font-size: emCalc(90px);
  }
  @media only screen and (max-width: 50em), only screen and (max-height: 43em){
      font-size: emCalc(60px);
      margin-bottom: 20px;
  }*/
}
@media only screen and (min-width: 640px) {
  #pg-gift-cards .hero__title {
    font-size: 3.75rem;
  }
}
@media only screen and (min-width: 800px) {
  #pg-gift-cards .hero__title {
    font-size: 4.375rem;
  }
}
@media only screen and (min-width: 1100px) {
  #pg-gift-cards .hero__title {
    font-size: 5.625rem;
  }
}
@media only screen and (min-width: 800px) and (max-height: 800px) {
  #pg-gift-cards .hero__title {
    font-size: 3.4375rem;
  }
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  #pg-gift-cards .hero__title {
    margin: 0;
  }
}
#pg-gift-cards .hero__subtitle {
  font-size: 1.75rem;
  line-height: 1;
  font-family: "VeneerTwo", sans-serif;
  color: #fff;
}
@media only screen and (min-width: 640px) {
  #pg-gift-cards .hero__subtitle {
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 800px) {
  #pg-gift-cards .hero__subtitle {
    font-size: 2.8125rem;
  }
}
@media only screen and (min-width: 1100px) {
  #pg-gift-cards .hero__subtitle {
    font-size: 3.75rem;
  }
}
@media only screen and (min-width: 800px) and (max-height: 800px) {
  #pg-gift-cards .hero__subtitle {
    font-size: 2.1875rem;
  }
}
#pg-gift-cards .hero__box {
  display: inline-block;
  background-color: #a41f35;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  padding: 10px 15px;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1em;
}
#pg-gift-cards .hero__box a {
  color: #ffffff;
}
#pg-gift-cards .hero__desc {
  color: #ffffff;
  font-family: "AvenirLTStd-Book", sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  line-height: 1.5em;
  font-weight: bold;
  display: inline-block;
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-clip: padding-box;
  background-color: rgba(232, 76, 56, 0.95);
  margin: -15px auto;
  padding: 19px 50px 15px;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background-color: #a41f35;
  text-transform: none;
}
@media only screen and (min-width: 40.063em) {
  #pg-gift-cards .hero__desc {
    padding: 15px 50px;
  }
}
#pg-gift-cards .hero__desc:hover {
  background-color: rgba(212, 46, 25, 0.95);
}
#pg-gift-cards .hero__desc a {
  color: #fff;
  text-decoration: underline;
}
#pg-gift-cards .hero--snowflakes .hero__subtitle {
  color: #791727;
}
#pg-gift-cards .hero--snowflakes .hero__content {
  background-image: url(../img/snowflakes-top.png);
  background-size: cover;
}
#pg-gift-cards .hero--spring .hero__title {
  color: #791727;
}
#pg-gift-cards .hero--spring .hero__subtitle {
  color: #E84C38;
}
#pg-gift-cards .hero--spring .hero__content {
  background-image: url(../img/spring-grass.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
#pg-gift-cards .highlight {
  background-color: #fdfdfd;
  color: #a41f35;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  line-height: 1em;
  font-size: 12px;
}
@media only screen and (min-width: 1100px) {
  #pg-gift-cards .highlight {
    font-size: 0.875rem;
  }
}
#pg-gift-cards .callout, #pg-gift-cards .callout--promo {
  background-color: #a41f35;
  color: #fff;
  text-align: center;
  padding: 10px;
  position: relative;
  /* ===== CTA ===== */
  /* ===== Full Height ===== */
  /* ===== Stacked ===== */
  /* Promo */
}
#pg-gift-cards .callout-wrapper {
  height: 100%;
}
#pg-gift-cards .callout__content, #pg-gift-cards .callout__content--promo {
  border: 1px solid #cb6519;
  /*padding: 20px 20px 100px 20px;*/
  padding: 20px;
  height: 100%;
}
#pg-gift-cards .callout__title, #pg-gift-cards .callout__title--large {
  font-size: 3.4375rem;
  line-height: 1em;
  font-family: "VeneerTwo", sans-serif;
  margin: 0;
  padding: 0;
}
#pg-gift-cards .callout__title--large {
  font-size: 4.375rem;
}
#pg-gift-cards .callout__subtitle {
  /*margin: 5px 0 15px 0;*/
  margin: 0;
  padding: 10px 0;
  height: 40px;
  overflow: hidden;
  text-transform: uppercase;
  font-family: "AvenirLTStd-Book", sans-serif;
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 900;
  line-height: 0.25;
  text-align: center;
}
#pg-gift-cards .callout__subtitle span {
  display: inline-block;
  position: relative;
}
#pg-gift-cards .callout__subtitle span:before, #pg-gift-cards .callout__subtitle span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-top: 1px solid white;
  top: 0;
  width: 100%;
}
#pg-gift-cards .callout__subtitle span:before {
  right: 100%;
  margin-right: 15px;
}
#pg-gift-cards .callout__subtitle span:after {
  left: 100%;
  margin-left: 15px;
}
#pg-gift-cards .callout__innercontent-wrapper {
  position: relative;
  height: 60%;
}
@media only screen and (min-width: 64.063em) {
  #pg-gift-cards .callout__innercontent-wrapper {
    max-width: 550px;
    margin: auto;
  }
}
@media only screen and (min-width: 1026px) {
  #pg-gift-cards .callout__innercontent-wrapper {
    /*padding-bottom: 30px;
    margin-bottom: 20px;*/
  }
}
@media only screen and (min-width: 1026px) {
  #pg-gift-cards .callout__innercontent.valign {
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
#pg-gift-cards .callout__featuredcontent {
  font-family: "VeneerTwo", sans-serif;
  font-size: 24px;
  line-height: 1em;
}
@media only screen and (min-width: 440px) {
  #pg-gift-cards .callout__featuredcontent {
    font-size: 30px;
  }
}
@media only screen and (min-width: 640px) {
  #pg-gift-cards .callout__featuredcontent {
    font-size: 50px;
  }
}
@media only screen and (min-width: 800px) {
  #pg-gift-cards .callout__featuredcontent {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  #pg-gift-cards .callout__featuredcontent {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1130px) {
  #pg-gift-cards .callout__featuredcontent {
    font-size: 45px;
  }
}
@media only screen and (min-width: 1250px) {
  #pg-gift-cards .callout__featuredcontent {
    font-size: 45px;
  }
}
#pg-gift-cards .callout__featuredcontent span {
  color: #791727;
}
#pg-gift-cards .callout__desc {
  margin-top: 15px;
  padding: 0;
  font-family: "AvenirLTStd-Book", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.375rem;
}
#pg-gift-cards .callout__desc a {
  color: #ffffff;
}
#pg-gift-cards .callout__disclaimer {
  font-size: 0.6875rem;
  line-height: 0.875rem;
  padding-top: 15px;
}
#pg-gift-cards .callout__cta {
  width: 70%;
  min-width: 150px;
  max-width: 190px;
  padding: 16px;
  margin-top: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  background-color: #E84C38;
  font-family: "VeneerTwo", sans-serif;
  font-size: 1.25rem;
}
@media only screen and (min-width: 1026px) {
  #pg-gift-cards .callout__cta {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
#pg-gift-cards .callout__cta:hover {
  background-color: #df7e04;
}
#pg-gift-cards .callout.fullheight, #pg-gift-cards .fullheight.callout--promo {
  height: 100%;
}
#pg-gift-cards .callout.fullheight .callout__innercontent, #pg-gift-cards .fullheight.callout--promo .callout__innercontent {
  /*@media only screen and (min-width: 1026px) {
      position: absolute;
      top: 50%;
      @include transform(translateY(-50%));
  }*/
}
@media only screen and (min-width: 1026px) {
  #pg-gift-cards .callout.fullheight .callout__innercontent, #pg-gift-cards .fullheight.callout--promo .callout__innercontent {
    padding-bottom: 80px;
  }
}
#pg-gift-cards .callout.stacked, #pg-gift-cards .stacked.callout--promo {
  width: 100%;
  /*min-height: 240px;*/
}
@media only screen and (min-device-width: 1026px) and (max-device-width: 1300px) {
  #pg-gift-cards .callout.stacked, #pg-gift-cards .stacked.callout--promo {
    min-height: 240px;
  }
}
#pg-gift-cards .callout.stacked .callout__content, #pg-gift-cards .stacked.callout--promo .callout__content, #pg-gift-cards .callout.stacked .callout__content--promo, #pg-gift-cards .stacked.callout--promo .callout__content--promo {
  /*min-height: 215px;*/
}
#pg-gift-cards .callout.stacked .callout__content .callout__cta-wrapper, #pg-gift-cards .stacked.callout--promo .callout__content .callout__cta-wrapper, #pg-gift-cards .callout.stacked .callout__content--promo .callout__cta-wrapper, #pg-gift-cards .stacked.callout--promo .callout__content--promo .callout__cta-wrapper {
  height: 78px;
}
@media only screen and (min-width: 1400) {
  #pg-gift-cards .callout.stacked .callout__content .callout__cta.button, #pg-gift-cards .stacked.callout--promo .callout__content .callout__cta.button, #pg-gift-cards .callout.stacked .callout__content--promo .callout__cta.button, #pg-gift-cards .stacked.callout--promo .callout__content--promo .callout__cta.button {
    position: relative;
    transform: none;
    top: auto;
  }
}
#pg-gift-cards .callout.stacked .callout__title, #pg-gift-cards .stacked.callout--promo .callout__title, #pg-gift-cards .callout.stacked .callout__title--large, #pg-gift-cards .stacked.callout--promo .callout__title--large {
  font-size: 2.25rem;
  line-height: 2.25rem;
}
@media only screen and (min-width: 1026px) {
  #pg-gift-cards .callout.stacked .callout__innercontent-wrapper, #pg-gift-cards .stacked.callout--promo .callout__innercontent-wrapper {
    height: 100%;
  }
}
@media only screen and (min-width: 1026px) {
  #pg-gift-cards .callout.stacked .callout__innercontent, #pg-gift-cards .stacked.callout--promo .callout__innercontent {
    /*position: relative;
    top: 30%;
    transform: translateY(-50%);*/
  }
}
#pg-gift-cards .callout--promo {
  /* top callout on stacked column */
}
#pg-gift-cards .callout--promo.stacked .callout__content, #pg-gift-cards .callout--promo.stacked .callout__content--promo {
  min-height: initial;
}
@media only screen and (min-width: 1026px) {
  #pg-gift-cards .callout--promo.stacked .callout__innercontent-wrapper {
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 1026px) {
  #pg-gift-cards .callout--promo.stacked .callout__innercontent {
    top: auto;
    transform: none;
  }
}
#pg-gift-cards .callout--promo.stacked .callout__featuredcontent {
  line-height: 1;
}
#pg-gift-cards .callout--promo .callout__featuredcontent {
  padding: 0;
  margin-bottom: 35px;
}
#pg-gift-cards .callout--promo .callout__featuredcontent span {
  display: block;
  color: #ffffff;
  font-family: "AvenirLTStd-Book", sans-serif;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  margin-bottom: -15px;
}
#pg-gift-cards .callout--promo .callout__desc {
  font-size: 0.6875rem;
  line-height: 0.75rem;
  margin-top: 15px;
}
#pg-gift-cards .darkred .callout, #pg-gift-cards .darkred .callout--promo {
  background-color: #6e1525;
}
#pg-gift-cards .snowflakes .callout, #pg-gift-cards .snowflakes .callout--promo {
  background-image: url(../img/snowflakes-bottom.png);
  background-size: cover;
  background-color: transparent;
}
#pg-gift-cards .snowflakes .callout__featuredcontent, #pg-gift-cards .snowflakes.callout__featuredcontent {
  font-size: 33px !important;
}
@media only screen and (min-height: 900px) {
  #pg-gift-cards .snowflakes .callout__featuredcontent, #pg-gift-cards .snowflakes.callout__featuredcontent {
    font-size: 45px !important;
  }
}
#pg-gift-cards .spring .callout, #pg-gift-cards .spring .callout--promo {
  background-image: url(../img/spring-bottom.jpg);
  background-size: cover;
  color: #791727;
}
#pg-gift-cards .spring .callout__subtitle span:before,
#pg-gift-cards .spring .callout__subtitle span:after {
  border-top: 1px solid #791727;
}
#pg-gift-cards .spring .callout__innercontent span {
  color: #E84C38;
}
#pg-gift-cards footer {
  background-color: #fdfdfd;
  padding: 15px;
}
#pg-gift-cards footer .disclaimer {
  font-size: 0.6875rem;
  line-height: 0.75rem;
  color: #666666;
  margin: auto;
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  #pg-gift-cards footer .disclaimer {
    width: 100%;
  }
}

#pg-gift-card .headline {
  color: #a41f35;
}
#pg-gift-card .subheadline {
  color: #2f2c2c;
}

#pg-location-list #content {
  padding-top: 80px;
}
#pg-location-list .locationlist {
  margin-bottom: 5rem;
}
#pg-location-list .locationlist h2 {
  margin: 30px 0 10px 0;
  font-size: 1.8125rem;
  font-family: "VeneerTwo", sans-serif;
  font-weight: 400;
  color: #a41f35;
}
#pg-location-list .locationlist a {
  color: #2e2d2b;
}
#pg-location-list .locationlist a:hover {
  color: #a41f35;
}
#pg-location-list [class*="column"] + [class*="column"]:last-child {
  float: left;
}

#pg-generic-landing-page .landingpage-hero {
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  color: #fff;
  text-align: center;
  margin-bottom: 4em;
}
#pg-generic-landing-page .landingpage-hero__headline {
  position: relative;
  z-index: 5;
  font-size: 6.25rem;
  font-family: "VeneerTwo", sans-serif;
  line-height: 1;
  padding-top: 75px;
  padding-bottom: 75px;
}
@media only screen and (min-width: 40.063em) {
  #pg-generic-landing-page .landingpage-hero__headline {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 64.063em) {
  #pg-generic-landing-page .landingpage-hero__headline {
    padding-top: 125px;
    padding-bottom: 125px;
  }
}
#pg-generic-landing-page .landingpage-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
  display: block;
}
#pg-generic-landing-page .post-content {
  font-family: "AvenirLTStd-Book", sans-serif;
  color: #555353;
}
#pg-generic-landing-page .post-content h2 {
  font-family: "VeneerTwo", sans-serif;
  color: #3d3b3b;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}
#pg-generic-landing-page .post-content h3 {
  font-family: "VeneerTwo", sans-serif;
  font-size: 1.8125rem;
  color: #a41f35;
}
#pg-generic-landing-page .post-content p {
  font-family: "AvenirLTStd-Book", sans-serif;
  color: #555353;
}
#pg-generic-landing-page .post-content .cta {
  font-family: "VeneerTwo", sans-serif;
}

#pg-error .content {
  height: 100vh;
  background-size: cover;
  background-position: center center;
}

#mod-eclub {
  background-color: #a41f35;
  border: none;
  color: #ffffff;
  padding: 30px 20px 20px 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  width: 60%;
  min-height: 165px;
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  #mod-eclub {
    width: 94%;
    position: absolute;
    left: 3%;
    right: 2%;
    top: -60px !important;
    padding: 15px;
  }
}
#mod-eclub a.close-reveal-modal {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-top: -32px;
  margin-right: -30px;
  padding: 6px 14px;
  background: #E84C38;
  color: #ffffff !important;
  font-size: 2.1875rem;
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  #mod-eclub a.close-reveal-modal {
    width: 30px;
    height: 30px;
    margin-top: -24px;
    margin-right: -18px;
    font-size: 30px;
    padding: 0px 5px;
  }
}
#mod-eclub .popup__content-wrapper {
  font-size: 0.9375rem;
  line-height: 1.5em;
}
#mod-eclub .popup__content-intro {
  text-align: center;
}
#mod-eclub .popup__content-intro.thankyou {
  display: none;
}
#mod-eclub .popup__content-intro.alreadysub {
  display: none;
}
#mod-eclub .popup__content-disclaimer {
  text-align: center;
}
#mod-eclub .popup__content-title {
  font-family: "VeneerTwo", sans-serif;
  font-size: 4.125rem;
  line-height: 1em;
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  #mod-eclub .popup__content-title {
    font-size: 2.8125rem;
    margin-bottom: 20px;
  }
}
#mod-eclub .popup__content-subtitle {
  line-height: 1.5em;
  margin: 20px 0;
}
#mod-eclub #form {
  background-color: #791727;
  margin-top: 30px;
  padding: 25px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  #mod-eclub #form {
    width: 100%;
    max-width: none;
    padding: 10px;
  }
}
#mod-eclub #form .form-description, #mod-eclub #form .form-description p {
  color: #ffffff;
  font-size: 0.875rem;
}
#mod-eclub #form .form-label {
  margin-top: 20px;
  color: #ffffff;
  font-family: "AvenirLTStd-Book", sans-serif;
  float: left;
  width: 100%;
}
#mod-eclub #form .form-label.fullwidth {
  width: 100%;
}
#mod-eclub #form .form-disclaimer {
  margin-top: 8px;
  margin-bottom: 0px;
  font-size: 0.75rem;
  line-height: 0.875rem;
}
#mod-eclub #form ul.horizontal {
  list-style-type: none;
  margin: 20px 0;
  float: left;
  font-size: 0.9375rem;
}
#mod-eclub #form ul.horizontal li {
  float: left;
  margin: 0 10px;
}
#mod-eclub #form ul.horizontal label {
  margin-left: 5px;
  color: #ffffff;
}
#mod-eclub #form .iradio_square {
  font-family: "AvenirLTStd-Book", sans-serif;
  background: #ffffff;
  border: 1px solid #b8b6af;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  border: none;
}
#mod-eclub #form .iradio_square.checked:after {
  content: "+";
  transform: rotate(45deg);
  display: block;
  font-size: 30px;
  font-weight: bold;
  margin-top: -13px;
  color: #791727;
}
#mod-eclub #form .iradio_square.checked:after {
  content: "\2022";
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  margin-top: -18px;
  margin-left: 1px;
  font-size: 38px;
}
#mod-eclub #form .icheckbox_square {
  font-family: "AvenirLTStd-Book", sans-serif;
  background: #ffffff;
  border: 1px solid #b8b6af;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
}
#mod-eclub #form .icheckbox_square.checked:after {
  content: "+";
  transform: rotate(45deg);
  display: block;
  font-size: 30px;
  font-weight: bold;
  margin-top: -13px;
  color: #791727;
}
#mod-eclub #form .icheckbox_square:after {
  content: '';
}
#mod-eclub #form .icheckbox_square.checked:after {
  margin-top: -12px;
  margin-left: 1px;
}
#mod-eclub #form input, #mod-eclub #form select, #mod-eclub #form .button {
  width: 100%;
  padding: 5px 20px;
  border: 1px solid #b8b6af;
  font-family: "AvenirLTStd-Book", sans-serif;
  font-size: 0.875rem;
  color: #2e2d2b;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
}
#mod-eclub #form input::-webkit-input-placeholder, #mod-eclub #form select::-webkit-input-placeholder, #mod-eclub #form .button::-webkit-input-placeholder {
  color: #2e2d2b;
}
#mod-eclub #form input:-moz-placeholder, #mod-eclub #form select:-moz-placeholder, #mod-eclub #form .button:-moz-placeholder {
  color: #2e2d2b;
}
#mod-eclub #form input::-moz-placeholder, #mod-eclub #form select::-moz-placeholder, #mod-eclub #form .button::-moz-placeholder {
  color: #2e2d2b;
}
#mod-eclub #form input:-ms-input-placeholder, #mod-eclub #form select:-ms-input-placeholder, #mod-eclub #form .button:-ms-input-placeholder {
  color: #2e2d2b;
}
#mod-eclub #form input::-webkit-input-placeholder, #mod-eclub #form select::-webkit-input-placeholder, #mod-eclub #form .button::-webkit-input-placeholder {
  font-style: oblique;
}
#mod-eclub #form input:-moz-placeholder, #mod-eclub #form select:-moz-placeholder, #mod-eclub #form .button:-moz-placeholder {
  font-style: oblique;
}
#mod-eclub #form input::-moz-placeholder, #mod-eclub #form select::-moz-placeholder, #mod-eclub #form .button::-moz-placeholder {
  font-style: oblique;
}
#mod-eclub #form input:-ms-input-placeholder, #mod-eclub #form select:-ms-input-placeholder, #mod-eclub #form .button:-ms-input-placeholder {
  font-style: oblique;
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  #mod-eclub #form input, #mod-eclub #form select, #mod-eclub #form .button {
    width: 100%;
    max-width: none;
  }
}
@media only screen and (min-width: 64.063em) {
  #mod-eclub #form input, #mod-eclub #form select, #mod-eclub #form .button {
    /*max-width: 300px;*/
  }
}
#mod-eclub #form input.long, #mod-eclub #form select.long, #mod-eclub #form .button.long {
  max-width: none;
}
#mod-eclub #form select {
  margin-top: 1px;
  padding: 4px;
}
#mod-eclub #form .button {
  display: inline;
  background-color: #a41f35;
  color: #ffffff;
  border: none;
  padding: 20px 35px;
  font-family: "VeneerTwo", sans-serif;
  font-size: 1.1875rem;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
}
#mod-eclub #form .button.submit {
  background-color: #E84C38;
  /*margin: 25px 0;*/
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  #mod-eclub #form .button {
    display: block;
  }
}
#mod-eclub #form .spacer {
  height: 43px;
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  #mod-eclub #form .spacer {
    /*display: none;*/
    height: 10px !important;
  }
}
#mod-eclub #form .favorite-location .twitter-typeahead {
  width: 100%;
}
#mod-eclub #form .favorite-location .favorite__input {
  background: #ffffff !important;
  width: 100% !important;
}
#mod-eclub #form .favorite-location .favorite__button {
  width: 100%;
  margin-bottom: 0;
  margin-top: 2px;
}
#mod-eclub #form .favorite-location .tt-dropdown-menu {
  width: 100%;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.25);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.25);
  border: none;
}
#mod-eclub #form .favorite-location .iradio_square {
  height: 15px;
  width: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  border: none;
}
#mod-eclub #form .favorite-location .iradio_square.checked:after {
  margin: -4px 0 0 1px;
  transform: none;
  content: "\2022";
  font-size: 24px;
}
#mod-eclub #form .favorite-location .ddl-placeholder {
  width: 100%;
  height: 29px;
  margin-top: -1px;
  background-color: #9F4352;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  border: none;
}
#mod-eclub #form .row.buttons {
  margin-top: 25px;
  height: 50px;
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  #mod-eclub #form .row.buttons {
    height: auto;
  }
}
#mod-eclub.thankyou .popup__content-title {
  margin-bottom: 15px;
}
#mod-eclub.thankyou .popup__content-subtitle {
  max-width: 375px;
  margin: 25px auto;
}
#mod-eclub .fancy-select .trigger {
  width: 100%;
  height: 29px;
  margin-top: -1px;
  padding: 3px 15px !important;
  background: #ffffff;
  font-weight: normal;
  font-size: 0.875rem;
  color: #2e2d2b;
  text-transform: none;
}
#mod-eclub .fancy-select .trigger:after {
  border-top-color: transparent;
  top: -2px;
  font-family: 'FontAwesome';
  content: "\f107";
  font-size: 22px;
  font-weight: bold;
  color: #E84C38;
  right: 20px;
}
#mod-eclub .fancy-select ul.options {
  width: 100%;
  top: 35px;
  background: #ffffff;
  border: none;
}
#mod-eclub .fancy-select ul.options li {
  font-weight: normal;
  font-size: 0.875rem;
  color: #2e2d2b;
  text-transform: none;
}
#mod-eclub .fancy-select ul.options li.selected {
  background: #ffffff;
}
#mod-eclub .fancy-select ul.options li:hover {
  background: #ececec;
}
#mod-eclub .formError {
  right: 0px;
  left: initial !important;
}
#mod-eclub #thankyou {
  display: none;
  text-align: center;
  padding: 40px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  #mod-eclub #thankyou {
    padding: 20px;
  }
}
#mod-eclub .thankyou-title {
  font-family: "VeneerTwo", sans-serif;
  color: #791727;
  font-size: 4.125rem;
  line-height: 4.125rem;
  margin-bottom: 20px;
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  #mod-eclub .thankyou-title {
    font-size: 2.1875rem;
    line-height: 2.1875rem;
  }
}
#mod-eclub .thankyou-content {
  text-align: left;
  color: #383333;
  font-size: 0.9375rem;
  line-height: 1.6875rem;
  padding: 0 10rem;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  #mod-eclub .thankyou-content {
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  #mod-eclub .thankyou-content {
    padding: 0;
  }
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  #mod-eclub .thankyou-content p {
    line-height: 1.3125rem;
  }
}

#footerpopup {
  /*SIGNUP FORM STYLES*/
  /*RESPONSIVE QURIES*/
  /* ADDITIONAL STYLES */
    /*.iradio_square {
        height: 15px;
        width: 15px;
        @include border-radius(50%);
        border: none;
    }

    .iradio_square.checked:after {
        margin: -4px 0 0 1px;
        transform: none;
        content: "\2022";
        font-size: 24px;
    }*/
}
#footerpopup .sticky-footer {
  background: #8b3339;
  width: 100%;
  position: fixed;
  bottom: -91px;
  left: 0;
  z-index: 9999;
}
#footerpopup .sticky-footer p {
  margin: 20px 0;
  font-size: 28px;
  line-height: 1;
}
#footerpopup .sticky-footer.visible {
  bottom: 0;
}
#footerpopup .sticky-footer .close {
  font-size: 40px;
  font-weight: bold;
  position: absolute;
  left: 30px;
  top: 20px;
  color: #ffffff;
  width: 10%;
  cursor: pointer;
}
#footerpopup .sticky-footer .copy {
  font-family: 'VeneerTwo', sans-serif;
  font-size: 2rem !important;
  line-height: 1;
  color: #ffffff;
  width: 70%;
  float: right;
  text-align: right;
}
#footerpopup .sticky-footer .copy .question {
  width: 75%;
  float: left;
  color: #f8b642;
}
#footerpopup .sticky-footer .sticky-cta {
  background: #67282c;
  color: #f8b642;
  width: 20%;
  float: right;
  text-align: center;
  cursor: pointer;
}
#footerpopup .sticky-footer .sticky-cta:hover {
  background: #83192a;
}
#footerpopup .sticky-footer .sticky-cta .mobile {
  display: none;
}
#footerpopup .sticky-footer .clear-div, #footerpopup .sticky-signup-form .clear-div {
  clear: both;
}
#footerpopup .sticky-signup-form {
  background: #8b3339;
  width: 100%;
  position: fixed;
  bottom: 0;
  display: none;
  z-index: 99999;
  line-height: 1;
}
#footerpopup .sticky-signup-form .signup-left {
  width: 36%;
  margin: 0 2%;
  float: left;
}
#footerpopup .sticky-signup-form .close {
  font-size: 40px;
  padding-top: 10px;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
}
#footerpopup .sticky-signup-form .signup-left .question p {
  font-family: 'VeneerTwo', sans-serif;
  font-size: 40px;
  line-height: 1;
  margin: 20px 0 0 0;
  color: #fff;
  text-align: left;
}
#footerpopup .sticky-signup-form .signup-left .copy p {
  font-family: Helvetica, sans-serif;
  font-size: 15px;
  line-height: 23px;
  margin: 20px 0 0 0;
  color: #fff;
}
#footerpopup .sticky-signup-form .signup-right {
  width: 58%;
  margin-left: 2%;
  float: right;
  background: #67282c;
  padding: 60px 25px 0;
}
#footerpopup .sticky-signup-form .signup-right input {
  width: 98%;
  margin: 10px 0;
  height: 30px;
  border: none;
  border-radius: 5px;
  padding-left: 2%;
  color: #3b3b3b;
  font-size: 12px;
  /* Custom */
  background: #ffffff !important;
  width: 100% !important;
}
#footerpopup ::-webkit-input-placeholder {
  color: #000;
}
#footerpopup :-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}
#footerpopup ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}
#footerpopup :-ms-input-placeholder {
  color: #000;
}
#footerpopup .sticky-signup-form .signup-right select {
  width: 100%;
  margin: 10px 0;
  height: 32px;
  color: #3b3b3b;
  font-size: 12px;
  line-height: 32px;
  -moz-box-sizing: border-box;
  -webkit-appearance: menulist-button;
  -moz-appearance: listitem;
  border: none;
  border-radius: 5px;
}
#footerpopup .sticky-signup-form .signup-right .form-left {
  width: 44%;
  margin-left: 4%;
  margin-right: 2%;
  float: left;
}
#footerpopup .sticky-signup-form .signup-right .form-right {
  width: 44%;
  margin-left: 2%;
  margin-right: 4%;
  float: left;
}
#footerpopup .sticky-signup-form .signup-right .form-left p {
  font-family: Helvetica, sans-serif;
  font-size: 15px;
  line-height: 23px;
  margin: 20px 0 0 0;
  color: #fff;
}
#footerpopup .sticky-signup-form .signup-right .radio-buttons label, #footerpopup .sticky-signup-form .signup-right .radio-buttons input {
  display: inline;
  width: auto;
  margin: 0 10px;
  height: auto;
}
#footerpopup .sticky-signup-form .signup-right .radio-buttons input {
  display: none;
  width: 20px;
  margin: 0 10px;
  height: auto;
}
#footerpopup .sticky-signup-form input[type="radio"] + label span {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: url(../img/radio_unchecked.jpg) no-repeat;
  background-size: 20px 20px;
  cursor: pointer;
}
#footerpopup .sticky-signup-form input[type="radio"]:checked + label span {
  background: url(../img/radio_checked.jpg) no-repeat;
  background-size: 20px 20px;
}
#footerpopup .sticky-signup-form .signup-right .radio-buttons label span {
  font-family: Helvetica, sans-serif;
  font-size: 15px;
  line-height: 23px;
  margin: 20px 0 0 0;
  color: #fff;
  padding-left: 30px;
}
#footerpopup .sticky-signup-form .signup-right .button {
  font-family: 'VeneerTwo', sans-serif;
  font-size: 20px;
  color: #fff;
  padding: 15px 0;
  border-radius: 5px;
  margin: 20px 0 50px;
  display: block;
  text-align: center;
  width: 48%;
  float: left;
  cursor: pointer;
}
#footerpopup .btnFooterSubmit {
  background: #ee3f3f;
  margin-right: 4% !important;
}
#footerpopup .btnFooterNoThanks {
  background: #8b3339;
}
#footerpopup .sticky-success, #footerpopup .sticky-success-already {
  display: none;
}
#footerpopup .sticky-success .close, #footerpopup .sticky-success-already .close {
  position: absolute;
  top: 0;
  left: 20px;
}
#footerpopup .sticky-success .sticky-success-message, #footerpopup .sticky-success-already .sticky-success-message {
  width: 100%;
  display: table;
  height: 299px;
}
#footerpopup .sticky-success .sticky-success-message-inner, #footerpopup .sticky-success-already .sticky-success-message-inner {
  display: table-cell;
  vertical-align: middle;
  width: 80%;
  max-width: 800px;
  margin: 60px auto;
}
#footerpopup .sticky-success .message, #footerpopup .sticky-success-already .message {
  font-family: 'VeneerTwo', sans-serif;
  font-size: 40px;
  margin: 20px 0 0 0;
  color: #fff;
  text-align: center;
}
#footerpopup .sticky-success .details, #footerpopup .sticky-success-already .details {
  font-family: Helvetica, sans-serif;
  font-size: 15px;
  line-height: 23px;
  margin: 20px 0 0 0;
  color: #fff;
  text-align: center;
}
#footerpopup .sticky-success .details a, #footerpopup .sticky-success-already .details a {
  color: #f8b642;
  text-decoration: none;
}
@media (max-width: 1100px) {
  #footerpopup .sticky-signup-form {
    height: 100%;
    overflow: auto;
  }
  #footerpopup .sticky-message-form {
    height: 100%;
  }
  #footerpopup .sticky-signup-form .signup-left {
    width: 100%;
    margin: 0 auto;
    float: none;
  }
  #footerpopup .sticky-signup-form .signup-right {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    float: none;
  }
  #footerpopup .sticky-signup-form .signup-right .form-left {
    width: 90%;
    margin: 0 auto;
    float: none;
  }
  #footerpopup .sticky-signup-form .signup-right .form-right {
    width: 90%;
    margin: 0 auto;
    float: none;
  }
  #footerpopup .sticky-signup-form .close {
    padding-left: 40px;
  }
  #footerpopup .sticky-signup-form .signup-left .question p {
    font-size: 75px;
    width: 90%;
    margin: 0 auto 30px;
    text-align: center;
  }
  #footerpopup .sticky-signup-form .signup-left .copy {
    background: #67282c;
    padding: 30px 0;
  }
  #footerpopup .sticky-signup-form .signup-left .copy p {
    font-size: 20px;
    line-height: 35px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  #footerpopup .sticky-signup-form .signup-right {
    padding: 0;
  }
  #footerpopup .sticky-signup-form .signup-right .button {
    margin: 40px 0;
  }
  #footerpopup .sticky-success .close, #footerpopup .sticky-success-already .close {
    left: 0;
  }
}
@media (max-width: 600px) {
  #footerpopup .sticky-footer .sticky-cta .mobile {
    display: block;
  }
  #footerpopup .sticky-footer .sticky-cta .desktop, #footerpopup .sticky-footer .copy .question {
    display: none;
  }
  #footerpopup .sticky-footer .close {
    width: 30%;
  }
  #footerpopup .sticky-footer .copy {
    width: 65%;
  }
  #footerpopup .sticky-footer .sticky-cta {
    width: 80%;
  }
}
@media (max-width: 500px) {
  #footerpopup .sticky-signup-form .signup-left .question p {
    font-size: 45px;
  }
  #footerpopup .sticky-signup-form .signup-left .copy p {
    font-size: 15px;
    line-height: 25px;
  }
}
#footerpopup .kids {
  padding-top: 20px;
}
#footerpopup .kids .form-label {
  color: #ffffff;
}
#footerpopup ul.horizontal {
  list-style-type: none;
  margin: 20px 0;
  float: left;
  font-size: 0.9375rem;
}
#footerpopup ul.horizontal li {
  float: left;
  margin: 0 10px;
}
#footerpopup ul.horizontal label {
  margin-left: 5px;
  color: #ffffff;
}
#footerpopup .iradio_square {
  font-family: "AvenirLTStd-Book", sans-serif;
  background: #ffffff;
  border: 1px solid #b8b6af;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  border: none;
}
#footerpopup .iradio_square.checked:after {
  content: "+";
  transform: rotate(45deg);
  display: block;
  font-size: 30px;
  font-weight: bold;
  margin-top: -13px;
  color: #791727;
}
#footerpopup .iradio_square.checked:after {
  content: "\2022";
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  margin-top: -18px;
  margin-left: 2px;
  font-size: 38px;
}
#footerpopup .icheckbox_square {
  font-family: "AvenirLTStd-Book", sans-serif;
  background: #ffffff;
  border: 1px solid #b8b6af;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
}
#footerpopup .icheckbox_square.checked:after {
  content: "+";
  transform: rotate(45deg);
  display: block;
  font-size: 30px;
  font-weight: bold;
  margin-top: -13px;
  color: #791727;
}
#footerpopup .icheckbox_square:after {
  content: '';
}
#footerpopup .icheckbox_square.checked:after {
  margin-top: -12px;
  margin-left: 1px;
}
#footerpopup .twitter-typeahead {
  width: 100% !important;
}
#footerpopup .favorite__input {
  background: #ffffff !important;
  width: 100% !important;
}
#footerpopup .favorite__button {
  width: 100%;
  margin-bottom: 0;
  margin-top: 2px;
}
#footerpopup .tt-dropdown-menu {
  width: 100%;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.25);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.25);
  border: none;
}
#footerpopup .ddl-placeholder {
  width: 100%;
  height: 29px;
  margin-top: -1px;
  background-color: #9F4352;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  border: none;
}
#footerpopup .fancy-select .trigger {
  width: 100%;
  margin-top: 10px;
  padding: 7px 15px !important;
  height: 30px;
  border-radius: 4px;
  background: #ffffff;
  font-weight: normal;
  font-size: 0.875rem;
  color: #2e2d2b;
  text-transform: none;
}
#footerpopup .fancy-select .trigger:after {
  border-top-color: transparent;
  top: -2px;
  font-family: 'FontAwesome';
  content: "\f107";
  font-size: 22px;
  font-weight: bold;
  color: #E84C38;
  right: 20px;
}
#footerpopup .fancy-select ul.options {
  width: 100%;
  max-height: 115px;
  top: 35px;
  background: #ffffff;
  border: none;
}
#footerpopup .fancy-select ul.options li {
  font-weight: normal;
  font-size: 0.875rem;
  color: #2e2d2b;
  text-transform: none;
}
#footerpopup .fancy-select ul.options li.selected {
  background: #ffffff;
}
#footerpopup .fancy-select ul.options li:hover {
  background: #ececec;
}

/* ===== GLOBAL ====== */
html, body {
  background-color: transparent;
}

body {
  background: url(../img/background.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  background-size: cover;
  font-family: "AvenirLTStd-Book", sans-serif;
  /* otherwise fonts in Chrome Mac OS look too bold*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.noscroll {
  overflow: hidden;
}

.full-width {
  max-width: none;
}

.bg-cover, #pg-menu-l2 .intro-banner__img {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.small-height-visible {
  display: none;
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  .small-height-visible {
    display: block;
  }
}

@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  .small-height-hidden {
    display: none;
  }
}

.hidden {
  display: none;
}

/* ====== FORM ====== */
.formError .formErrorContent, .formError .formErrorArrow div {
  background: #791727;
}

/* ===== CONTENT ===== */
.headline {
  font-family: "VeneerTwo", sans-serif;
  color: #3d3b3b;
  font-size: 2.9375rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}

.subheadline {
  font-family: "museo-sans-condensed", sans-serif;
  color: #8c2437;
  font-size: 0.875rem;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}

section#content {
  margin-left: 250px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
section#content.offscreen {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  section#content {
    margin-left: 0px;
    margin-top: 80px;
  }
}

.gmap {
  height: 100%;
  width: 100%;
}
.gmap img {
  max-width: none;
}
.gmap .gm-style-iw {
  line-height: 1.4;
}
.gmap .gm-style-iw a {
  color: #a41f35;
}
.gmap .gm-style-iw a:hover {
  color: #8f1b2e;
}

/* ===== MOBILE CLOSEST LOCATION ===== */
.closest-mobile {
  /*position: absolute;
  width: 100%;
  z-index: 1;*/
  display: none;
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  .closest-mobile {
    display: block;
    float: right;
    padding: 8px;
    font-size: 0.75rem;
    color: #ffffff;
    text-align: center;
  }
}
.closest-mobile__wrapper {
  /*display: inline-block;
  position: relative;
  margin-bottom: -8px;*/
}
.closest-mobile .fa {
  /*float: left;
  margin-right: 10px;*/
  font-size: 1.5rem;
  color: #a41f35;
  -webkit-text-stroke: 1px #a41f35;
  -webkit-text-fill-color: #ffffff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #a41f35;
}
.closest-mobile .closest-label {
  color: #a41f35;
  text-transform: uppercase;
  font-size: 0.5625rem;
  line-height: 0.5625rem;
  margin-top: 3px;
}

.closest-popup {
  display: none;
  position: absolute;
  z-index: 1;
  width: 100%;
  padding: 25px 25px 400px 25px;
  background-color: #a41f35;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-duration: 400ms;
  -moz-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  -ms-transition-duration: 400ms;
  transition-duration: 400ms;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  font-family: "AvenirLTStd-Book", sans-serif;
  color: #ffffff;
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  .closest-popup {
    display: block;
    margin-top: 80px;
  }
}
.closest-popup a {
  color: #ffffff;
}
.closest-popup__menu-icon {
  display: block;
  position: relative;
  float: left;
  width: 25px;
  height: 25px;
}
.closest-popup__menu-icon span {
  display: block;
  position: absolute;
  height: 5px;
  width: 23px;
  top: 10px;
  background-color: #ffffff;
}
.closest-popup__menu-icon span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.closest-popup__menu-icon span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.closest-popup.open {
  display: block;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.closest-popup__intro {
  position: relative;
  margin-top: 2px;
  margin-left: 35px;
  font-family: "AvenirLTStd-Book", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
.closest-popup__address {
  color: #000000;
  font-weight: bold;
  margin-top: 10px;
}
.closest-popup__button-wrapper {
  width: 100%;
  overflow: auto;
  margin: 15px 0;
}
.closest-popup__button-wrapper .locator-button {
  float: left;
  padding: 5px 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  background-color: #E84C38;
  text-align: center;
}
.closest-popup__map {
  height: 200px;
}
.closest-popup__callnow {
  width: 40%;
  margin-right: 3%;
}
.closest-popup__directions {
  width: 57%;
}
.closest-popup__textbox input {
  width: 100%;
  margin: 10px 0;
  padding: 10px;
  text-align: center;
  font-size: 12px;
  color: #2e2d2b;
}
.closest-popup__findlocation {
  width: 100%;
  text-align: center;
  background-color: #791727;
  padding: 10px 0;
  text-transform: uppercase;
  font-weight: bold;
}

/* ===== SIDEBAR ===== */
section#sidebar {
  position: fixed;
  width: 250px;
  height: 100%;
  top: 0px;
  left: 0px;
  padding: 0;
  z-index: 0;
  /* Box Shadow */
    /*&:before, &:after {

        @media only screen and (min-width:40.063em) {
            z-index: -1;
            position: absolute;
            content: "";
            right: 6px;
            width: 20px;
            bottom: 12px;
            max-width: 300px;

            @include box-shadow(15px 15px 25px rgba(0, 0, 0, 0.5));
            @include transform(rotate(-1deg));
            height: 50%;
        }
    }

    &:after {
        @media only screen and (min-width:40.063em) {
            @include transform(rotate(1deg));
            right: 9px;
            top: 0px;
        }
    }*/
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  section#sidebar {
    position: fixed;
    width: 100%;
    z-index: 25;
    height: auto;
  }
}
section#sidebar.onscreen {
  z-index: 25;
  height: 100%;
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  section#sidebar.onscreen .sidebar-nav {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.sidebar-top {
  background: #ffffff;
  border-right: 1px solid #89691e;
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  .sidebar-top {
    height: 80px;
    z-index: 10;
    display: block;
    position: relative;
  }
}
.sidebar-top .sidebar-top__logo {
  text-align: center;
  padding: 10px 20px;
  border-bottom: 1px solid #89691e;
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  .sidebar-top .sidebar-top__logo {
    padding: 8px 10px;
    text-align: left;
    height: 80px;
  }
}
.sidebar-top .sidebar-top__logo .logo-image {
  width: 166px;
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  .sidebar-top .sidebar-top__logo .logo-image {
    width: 106px;
    display: none;
  }
}
.sidebar-top .sidebar-top__logo .logo-image-horiz {
  display: none;
  width: 150px;
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  .sidebar-top .sidebar-top__logo .logo-image-horiz {
    display: inline-block;
    margin-top: 4px;
  }
}
.sidebar-top .sidebar-mobile__menu {
  display: none;
  float: right;
  padding: 10px;
  width: 50px;
  height: 36px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  cursor: pointer;
  z-index: 2;
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  .sidebar-top .sidebar-mobile__menu {
    display: block;
    margin: 3px 10px;
    text-align: center;
  }
}
.sidebar-top .sidebar-mobile__menu.open span {
  height: 5px;
}
.sidebar-top .sidebar-mobile__menu.open span:nth-child(1) {
  top: 7px;
  width: 0%;
  left: 50%;
}
.sidebar-top .sidebar-mobile__menu.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sidebar-top .sidebar-mobile__menu.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sidebar-top .sidebar-mobile__menu.open span:nth-child(4) {
  top: 7px;
  width: 0%;
  left: 50%;
}
.sidebar-top .sidebar-mobile__menu-icon {
  display: block;
  position: relative;
  width: 30px;
  height: 16px;
}
.sidebar-top .sidebar-mobile__menu-icon span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  opacity: 1;
  left: 0;
  background: #2e2d2b;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  background-clip: padding-box;
  -webkit-transform: rotate(0degs);
  -moz-transform: rotate(0degs);
  -ms-transform: rotate(0degs);
  -o-transform: rotate(0degs);
  transform: rotate(0degs);
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -ms-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.sidebar-top .sidebar-mobile__menu-icon span:nth-child(1) {
  top: 0px;
}
.sidebar-top .sidebar-mobile__menu-icon span:nth-child(2) {
  top: 6px;
}
.sidebar-top .sidebar-mobile__menu-icon span:nth-child(3) {
  top: 6px;
}
.sidebar-top .sidebar-mobile__menu-icon span:nth-child(4) {
  top: 12px;
}
.sidebar-top .sidebar-mobile__menu-label {
  text-transform: uppercase;
  font-size: 0.5625rem;
  line-height: 0.5625rem;
  color: #2e2d2b;
  margin-top: 12px;
}

/* Section w/ wood background */
.sidebar-nav {
  position: absolute;
  height: 100%;
  padding: 0px;
  background: transparent url(../img/woodTile.jpg) repeat center center;
  background-size: 256px 256px;
  width: 100%;
}
@media (-moz-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .sidebar-nav {
    background-image: url(../img/woodTile.jpg);
    background-size: 512px 512px;
  }
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  .sidebar-nav {
    /*position: absolute;*/
    display: block;
    width: 100%;
    overflow: auto;
    z-index: 100;
    /* to be in front of marquee controls */
    text-align: center;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: all;
    -moz-transition-timing-function: all;
    -o-transition-timing-function: all;
    -ms-transition-timing-function: all;
    transition-timing-function: all;
    /*&.onscreen {
        @include transform(translateX(0%));
    }*/
  }
}
.sidebar-nav .sidebar-texture-wrapper {
  height: 120%;
  position: relative;
  margin: 0;
  padding: 0;
}

/* closest location */
.sidebar-closest-desktop {
  background-color: #ffffff;
  opacity: 0.75;
  padding: 15px 25px;
  line-height: 1.1875rem;
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  .sidebar-closest-desktop {
    display: none;
  }
}
.sidebar-closest-desktop .closest-title {
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.8125rem;
  color: #000;
  margin-bottom: 2px;
}
.sidebar-closest-desktop .closest-address {
  font-family: "AvenirLTStd-Book", sans-serif;
  color: #2e2d2b;
  font-size: 0.8125rem;
  font-weight: 300;
}
.sidebar-closest-desktop .closest-address a {
  color: #2e2d2b;
}
.sidebar-closest-desktop .closest-distance {
  font-family: "AvenirLTStd-Book", sans-serif;
  color: #a41f35;
  font-size: 0.8125rem;
  font-weight: bold;
  text-transform: none;
}
.sidebar-closest-desktop .closest-hours {
  font-family: "AvenirLTStd-Book", sans-serif;
  color: #2e2d2b;
  font-size: 0.8125rem;
  font-weight: 300;
  line-height: 1rem;
}
.sidebar-closest-desktop .closest-phone {
  font-family: "AvenirLTStd-Book", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.1875rem;
  color: #a41f35;
  margin-top: 12px;
}
.sidebar-closest-desktop .closest-phone a, .sidebar-closest-desktop .closest-phone a:hover {
  color: #a41f35;
}

/* locator textbox */
.sidebar-locator {
  height: 50px;
  width: 100%;
  background: #a41f35;
  position: relative;
  /* vertical media queries */
    /*@media only screen and (max-height: 550px) {
        padding: 5px 15px;
    }

    @media only screen and (min-height: 551px) and (max-height: 700px) {
        padding: 5px 15px;
    }

    @media only screen and (min-height: 701px) and (max-height: 750px) {
        padding: 15px 15px;
    }*/
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  .sidebar-locator {
    display: none;
  }
}
.sidebar-locator.onfocus .sidebar-locator__button {
  width: 55px;
}
.sidebar-locator__icon {
  font-size: 1.5rem;
  color: #f0f3f5;
  -webkit-text-stroke: 1px #f0f3f5;
  -webkit-text-fill-color: #a41f35;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #f0f3f5;
  position: absolute;
  left: 20px;
  top: 10px;
}
.sidebar-locator__input {
  margin-left: 50px;
  height: 50px;
  border: none;
  background: #a41f35;
  outline: none;
  color: #eac462;
  font-size: 0.75rem;
  font-style: italic;
}
.sidebar-locator__button {
  position: absolute;
  right: 0px;
  top: 0;
  height: 50px;
  width: 50px;
  padding: 12px;
  /*float: left;*/
  text-align: center;
  background-color: #791727;
  font-family: "VeneerTwo", sans-serif;
  font-size: 1.125rem;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.sidebar-locator__button:hover {
  color: #E84C38;
}
.sidebar-locator input:focus::-webkit-input-placeholder {
  color: white;
}
.sidebar-locator input:focus:-moz-placeholder {
  color: white;
}
.sidebar-locator input:focus::-moz-placeholder {
  color: white;
}
.sidebar-locator input:focus:-ms-input-placeholder {
  color: white;
}
.sidebar-locator ::-webkit-input-placeholder {
  color: #eac462;
  font-family: "aktiv-grotesk", sans-serif;
  font-style: italic;
  font-size: 0.75rem;
}
.sidebar-locator :-moz-placeholder {
  color: #eac462;
  font-family: "aktiv-grotesk", sans-serif;
  font-style: italic;
  font-size: 0.75rem;
}
.sidebar-locator ::-moz-placeholder {
  color: #eac462;
  font-family: "aktiv-grotesk", sans-serif;
  font-style: italic;
  font-size: 0.75rem;
}
.sidebar-locator :-ms-input-placeholder {
  color: #eac462;
  font-family: "aktiv-grotesk", sans-serif;
  font-style: italic;
  font-size: 0.75rem;
}

/* Typeahead */
.twitter-typeahead {
  position: relative;
}

.tt-hint {
  display: none !important;
}

.tt-dropdown-menu {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.98);
  color: #1c1617;
  border-top: 5px solid #eac462;
  margin-top: 0;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 250px;
}
.tt-dropdown-menu .tt-suggestion {
  cursor: pointer;
  -webkit-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  -ms-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -ms-transition-property: background-color;
  transition-property: background-color;
}
.tt-dropdown-menu .tt-suggestion:hover {
  background: #ececec;
}
.tt-dropdown-menu .tt-suggestion p {
  padding: 10px;
  margin: 0;
  font-size: 0.875rem;
  font-family: "AvenirLTStd-Book", sans-serif;
  line-height: 1.2;
}

/* main navigation */
.sidebar-mainnav {
  padding: 20px 25px 0 25px;
  /* vertical media queries */
    /*@media only screen and (max-height: 550px) {
        
    }

    @media only screen and (min-height: 551px) and (max-height: 700px) {
        
    }

    @media only screen and (min-height: 701px) and (max-height: 750px) {
        
    }*/
}
@media only screen and (min-width: 64.063em) {
  .sidebar-mainnav {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 90.063em) {
  .sidebar-mainnav {
    padding-top: 80px;
  }
}
.sidebar-mainnav ul.mainnav {
  list-style-type: none;
  margin-left: 0rem;
  margin-bottom: 0rem;
}
.sidebar-mainnav li {
  font-size: 1.75rem;
  margin-bottom: 3px;
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  .sidebar-mainnav li {
    font-size: 2.5rem;
    line-height: 3.125rem;
  }
}
@media only screen and (min-height: 551px) and (max-height: 700px) {
  .sidebar-mainnav li {
    font-size: 2.125rem;
    margin-bottom: 4px;
  }
}
@media only screen and (min-height: 701px) and (max-height: 750px) {
  .sidebar-mainnav li {
    margin-bottom: 8px;
    line-height: 2rem;
  }
}
@media only screen and (min-height: 751px) and (max-height: 800px) {
  .sidebar-mainnav li {
    margin-bottom: 8px;
    line-height: 2rem;
  }
}
.sidebar-mainnav .sidebar-mainnav-title {
  font-family: "VeneerTwo", sans-serif;
  color: #FFFFFF;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  -ms-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  -ms-transition-duration: 200ms;
  transition-duration: 200ms;
  display: block;
}
.sidebar-mainnav .sidebar-mainnav-title:hover {
  -webkit-transform: translate(5px, 0);
  -moz-transform: translate(5px, 0);
  -ms-transform: translate(5px, 0);
  -o-transform: translate(5px, 0);
  transform: translate(5px, 0);
}

/* secondary navigation */
.sidebar-secnav {
  padding: 0px 25px;
  margin-top: 25px;
}
@media only screen and (min-width: 90.063em) {
  .sidebar-secnav {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 90.063em) {
  .sidebar-secnav {
    margin-top: 40px;
  }
}
.sidebar-secnav ul.secnav {
  list-style-type: none;
  margin-left: 0px;
  /*@media only screen and (min-height: 751px) and (max-height: 800px) {
      margin-top: 1vh;
  }*/
}
@media only screen and (max-width: 40em) {
  .sidebar-secnav ul.secnav {
    margin-top: 20px;
  }
}
.sidebar-secnav li {
  font-size: 0.875rem;
  margin-bottom: 9px;
  /*@media only screen and (max-width: 40em) {
      margin-bottom: 6px;
  }*/
  /* vertical media queries */
  /*@media only screen and (max-height: 550px){
      margin-bottom: 2px;
  }*/
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  .sidebar-secnav li {
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }
}
@media only screen and (min-height: 551px) and (max-height: 700px) {
  .sidebar-secnav li {
    margin-bottom: 4px;
  }
}
@media only screen and (min-height: 701px) and (max-height: 750px) {
  .sidebar-secnav li {
    margin-bottom: 8px;
  }
}
@media only screen and (min-height: 751px) and (max-height: 800px) {
  .sidebar-secnav li {
    margin-bottom: 10px;
  }
}
.sidebar-secnav .sidebar-secnav-title {
  color: #f0f3f5;
  font-family: "AvenirLTStd-Book", sans-serif;
  text-transform: uppercase;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -o-transition-property: transform;
  -ms-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  -ms-transition-duration: 200ms;
  transition-duration: 200ms;
  display: block;
}
.sidebar-secnav .sidebar-secnav-title:hover {
  -webkit-transform: translate(5px, 0);
  -moz-transform: translate(5px, 0);
  -ms-transform: translate(5px, 0);
  -o-transform: translate(5px, 0);
  transform: translate(5px, 0);
}

/* social media */
.sidebar-social {
  position: fixed;
  padding: 0px 25px;
  bottom: 35px;
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  .sidebar-social {
    position: relative;
    bottom: auto;
  }
}
.sidebar-social a {
  color: transparent;
  width: 33px;
  height: 29px;
  display: inline-block;
}
.sidebar-social .fa {
  color: #a41f35;
  background-color: #ffffff;
  width: 29px;
  height: 29px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  font-size: 14px;
  margin-right: 4px;
}
.sidebar-social .fa-facebook {
  padding: 7px 0 0 10px;
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  .sidebar-social .fa-facebook {
    padding: 7px 0 0 0px;
  }
}
.sidebar-social .fa-twitter {
  padding: 7px 0 0 8px;
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  .sidebar-social .fa-twitter {
    padding: 7px 0 0 0px;
  }
}
.sidebar-social .fa-youtube-play {
  padding: 7px 0 0 8px;
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  .sidebar-social .fa-youtube-play {
    padding: 7px 0 0 0px;
  }
}
.sidebar-social .fa-instagram {
  padding: 7px 0 0 8px;
  font-weight: bold;
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  .sidebar-social .fa-instagram {
    padding: 7px 0 0 0px;
  }
}

/* disclaimer */
.sidebar-disclaimer {
  position: fixed;
  bottom: 5px;
  padding: 0px 25px;
  font-family: "AvenirLTStd-Book", sans-serif;
  font-size: 12px;
  color: #ffffff;
}
@media only screen and (max-width: 40em) {
  .sidebar-disclaimer {
    position: relative;
    /*bottom: 0px;*/
    margin-top: 30px;
  }
}
@media only screen and (max-height: 550px) {
  .sidebar-disclaimer {
    position: relative;
    /*margin-top: 6vh;*/
    /*bottom: 0px;*/
  }
}
@media only screen and (min-height: 551px) and (max-height: 700px) {
  .sidebar-disclaimer {
    position: relative;
    /*margin-top: 6vh;*/
    /*bottom: 0px;*/
  }
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  .sidebar-disclaimer {
    position: relative;
    bottom: 0px;
    margin-top: 40px;
  }
}
.sidebar-disclaimer .disclaimer-year {
  font-size: 0.6875rem;
}
.sidebar-disclaimer .disclaimer-links a {
  color: #ffffff;
  font-size: 0.8125rem;
  font-weight: bold;
}

/* Sidebar Border lines */
.sidebar-border {
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0px;
  margin-right: 0px;
  background-color: #89691e;
  border-right: 1px solid #000000;
}
@media only screen and (max-width: 50em), only screen and (max-height: 43em) {
  .sidebar-border {
    display: none;
  }
}

/* Marquee */
.vignette {
  margin: 0;
  padding: 0;
  -webkit-background-size: cover;
  background-size: cover;
}

/* ==========================================================================
   Plugins   
   ========================================================================== */
.easydropdown, .easydropdown div, .easydropdown li, .easydropdown div::after, .easydropdown .selected::after, .easydropdown:after {
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.easydropdown .selected::after, .easydropdown.scrollable div::after {
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  pointer-events: none;
}

.easydropdown .carat, .easydropdown .carat:after {
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -3px;
  border: 6px solid transparent;
  border-top: 6px solid #fff;
  z-index: 1;
  -webkit-transform-origin: 50% 20%;
  -moz-transform-origin: 50% 20%;
  -ms-transform-origin: 50% 20%;
  transform-origin: 50% 20%;
}

.easydropdown li, .easydropdown .selected {
  display: block;
  line-height: 1;
  padding: 8px 12px;
  overflow: hidden;
  white-space: nowrap;
}

.easydropdown {
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-weight: 200;
  background: #fff;
  padding: 8px 0;
  border-radius: 0;
  color: #000;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-align: left;
  margin: 0;
}
.easydropdown div {
  position: absolute;
  height: 0;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: 1px;
  background: #fff;
  overflow: hidden;
  opacity: 0;
  color: #fff;
  border-radius: 0;
}
.easydropdown li {
  list-style: none;
  padding: 14px 12px;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.easydropdown li:last-child {
  border-bottom: 0;
}
.easydropdown li.focus {
  background: #fff;
  position: relative;
  z-index: 3;
  color: #fff;
}
.easydropdown li.active {
  background: #801f2d;
  color: #fff;
}
.easydropdown .selected::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  border-radius: 0 5px 5px 0;
  box-shadow: inset -55px 0 25px -20px #fff;
}
.easydropdown.scrollable div::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
}
.easydropdown.scrollable.bottom div::after {
  opacity: 0;
}
.easydropdown.scrollable.open ul {
  overflow-y: auto;
}
.easydropdown.open {
  z-index: 2;
}
.easydropdown.open .carat {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: 5px;
}
.easydropdown.open div {
  opacity: 1;
  z-index: 2;
}
.easydropdown:hover .selected::after {
  box-shadow: inset -55px 0 25px -20px #fff;
}
.easydropdown:hover div {
  background: #fff;
  border-radius: 5px;
}
.easydropdown:hover .carat:after {
  border-top-color: #fff;
}
.easydropdown.focus .carat {
  border-top-color: #f8f8f8;
}
.easydropdown.focus .carat:after {
  border-top-color: #801f2d;
}
.easydropdown.focus .selected::after {
  box-shadow: inset -55px 0 25px -20px #fff;
}
.easydropdown .old {
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 0;
  overflow: hidden;
}
.easydropdown select {
  position: absolute;
  left: 0;
  top: 0;
}
.easydropdown .selected {
  color: #fff;
}
.easydropdown ul {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  list-style: none;
  overflow: hidden;
  border-radius: 5px;
  margin: 0;
  padding: 0;
}
.easydropdown.touch select {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* --- EASYDROPDOWN DEFAULT THEME --- */
/* PREFIXED CSS */
.easydropdown,
.easydropdown div,
.easydropdown li,
.easydropdown div::after {
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.easydropdown .selected::after,
.easydropdown.scrollable div::after {
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  pointer-events: none;
}

/* WRAPPER */
.easydropdown {
  position: relative;
  width: 160px;
  cursor: pointer;
  background: #fff;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.easydropdown.open {
  z-index: 2;
}

.easydropdown:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.easydropdown.focus {
  box-shadow: 0 0 5px rgba(51, 102, 248, 0.4);
}

/* CARAT */
.easydropdown .carat {
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -4px;
  border: 6px solid transparent;
  border-top: 8px solid #000;
}

.easydropdown.open .carat {
  margin-top: -10px;
  border-top: 6px solid transparent;
  border-bottom: 8px solid #000;
}

.easydropdown.disabled .carat {
  border-top-color: #999;
}

/* OLD SELECT (HIDDEN) */
.easydropdown .old {
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 0;
  overflow: hidden;
}

.easydropdown select {
  position: absolute;
  left: 0px;
  top: 0px;
}

.easydropdown.touch .old {
  width: 100%;
  height: 100%;
}

.easydropdown.touch select {
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* SELECTED FEEDBACK ITEM */
.easydropdown .selected,
.easydropdown li {
  display: block;
  font-size: 18px;
  line-height: 1;
  color: #000;
  padding: 9px 12px;
  overflow: hidden;
  white-space: nowrap;
}

.easydropdown.disabled .selected {
  color: #999;
}

.easydropdown .selected::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  border-radius: 0 2px 2px 0;
  box-shadow: inset -55px 0 25px -20px #fff;
}

/* DROP DOWN WRAPPER */
.easydropdown div {
  position: absolute;
  height: 0;
  left: -1px;
  right: -1px;
  top: 100%;
  margin-top: -1px;
  background: #fff;
  border: 1px solid #ccc;
  border-top: 1px solid #eee;
  border-radius: 0 0 3px 3px;
  overflow: hidden;
  opacity: 0;
}

/* Height is adjusted by JS on open */
.easydropdown.open div {
  opacity: 1;
  z-index: 2;
}

/* FADE OVERLAY FOR SCROLLING LISTS */
.easydropdown.scrollable div::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  /*box-shadow: inset 0 -50px 30px -35px #fff;*/
}

.easydropdown.scrollable.bottom div::after {
  opacity: 0;
}

/* DROP DOWN LIST */
.easydropdown ul {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  list-style: none;
  overflow: hidden;
}

.easydropdown.scrollable.open ul {
  overflow-y: auto;
}
.easydropdown.scrollable.open ul::-webkit-scrollbar {
  height: 10px;
  width: 10px;
  background: transparent;
}
.easydropdown.scrollable.open ul::-webkit-scrollbar-thumb {
  background: #344762;
  /* The Fallback */
  background: rgba(52, 71, 98, 0.4);
  -webkit-border-radius: 1ex;
  -moz-border-radius: 1ex;
  border-radius: 1ex;
  background-clip: padding-box;
  cursor: pointer;
}
.easydropdown.scrollable.open ul::-webkit-scrollbar-corner {
  background: transparent;
}

/* DROP DOWN LIST ITEMS */
.easydropdown li {
  list-style: none;
  padding: 8px 12px;
}

/* .focus class is also added on hover */
.easydropdown li.focus {
  background: #d24a67;
  position: relative;
  z-index: 3;
  color: #fff;
}

.easydropdown li.active {
  font-weight: 700;
}

/*! lightgallery - v1.2.1 - 2015-09-07
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2015 Sachin N; Licensed Apache 2.0 */
@font-face {
  font-family: 'lg';
  src: url("/_sites/ninetynine/includes/plugins/lightGallery/dist/fonts/lg.eot?n1z373");
  src: url("/_sites/ninetynine/includes/plugins/lightGallery/dist/fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("/_sites/ninetynine/includes/plugins/lightGallery/dist/fonts/lg.woff?n1z373") format("woff"), url("/_sites/ninetynine/includes/plugins/lightGallery/dist/fonts/lg.ttf?n1z373") format("truetype"), url("/_sites/ninetynine/includes/plugins/lightGallery/dist/fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.lg-outer {
  font-family: "AvenirLTStd-Book", sans-serif;
}

.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}

.lg-actions .lg-next {
  right: 20px;
}

.lg-actions .lg-next:before {
  content: "\e095";
}

.lg-actions .lg-prev {
  left: 20px;
}

.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1080;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
}

.lg-toolbar .lg-icon:hover {
  color: #FFF;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms ease 0s, opacity 250ms !important;
  -moz-transition: -moz-transform 250ms ease 0s, opacity 250ms !important;
  -o-transition: -o-transform 250ms ease 0s, opacity 250ms !important;
  transition: transform 250ms ease 0s, opacity 250ms !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a41f35;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-cant-toggle .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}

.lg-outer.lg-cant-toggle.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}

.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-palying .lg-object, .lg-outer .lg-has-video.lg-video-palying .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-palying .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1080;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a41f35;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  -moz-transition: -moz-transform 0.3s ease 0s;
  -o-transition: -o-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s ease 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s ease 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s ease 0s, opacity 0.15s !important;
  transition: transform 0.3s ease 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.group {
  *zoom: 1;
}

.group:before, .group:after {
  display: table;
  content: "";
  line-height: 0;
}

.group:after {
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url(../img/loading.gif) no-repeat scroll center center transparent;
}

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
}

.lg-outer .lg-img-wrap {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 5px;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  will-change: transform, opacity;
}

.lg-css3.lg-use-left .lg-item {
  will-change: left, opacity;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/*# sourceMappingURL=lightgallery.css.map */
/*! lightgallery - v1.2.1 - 2015-09-07
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2015 Sachin N; Licensed Apache 2.0 */
.lg-css3.lg-zoom-in .lg-item {
  opacity: 0;
}

.lg-css3.lg-zoom-in .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(1.3, 1.3, 1.3);
  transform: scale3d(1.3, 1.3, 1.3);
}

.lg-css3.lg-zoom-in .lg-item.lg-next-slide {
  -webkit-transform: scale3d(1.3, 1.3, 1.3);
  transform: scale3d(1.3, 1.3, 1.3);
}

.lg-css3.lg-zoom-in .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-css3.lg-zoom-in .lg-item.lg-prev-slide, .lg-css3.lg-zoom-in .lg-item.lg-next-slide, .lg-css3.lg-zoom-in .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-zoom-in-big .lg-item {
  opacity: 0;
}

.lg-css3.lg-zoom-in-big .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(2, 2, 2);
  transform: scale3d(2, 2, 2);
}

.lg-css3.lg-zoom-in-big .lg-item.lg-next-slide {
  -webkit-transform: scale3d(2, 2, 2);
  transform: scale3d(2, 2, 2);
}

.lg-css3.lg-zoom-in-big .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-css3.lg-zoom-in-big .lg-item.lg-prev-slide, .lg-css3.lg-zoom-in-big .lg-item.lg-next-slide, .lg-css3.lg-zoom-in-big .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-zoom-out .lg-item {
  opacity: 0;
}

.lg-css3.lg-zoom-out .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(0.7, 0.7, 0.7);
  transform: scale3d(0.7, 0.7, 0.7);
}

.lg-css3.lg-zoom-out .lg-item.lg-next-slide {
  -webkit-transform: scale3d(0.7, 0.7, 0.7);
  transform: scale3d(0.7, 0.7, 0.7);
}

.lg-css3.lg-zoom-out .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-css3.lg-zoom-out .lg-item.lg-prev-slide, .lg-css3.lg-zoom-out .lg-item.lg-next-slide, .lg-css3.lg-zoom-out .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-zoom-out-big .lg-item {
  opacity: 0;
}

.lg-css3.lg-zoom-out-big .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
}

.lg-css3.lg-zoom-out-big .lg-item.lg-next-slide {
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
}

.lg-css3.lg-zoom-out-big .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-css3.lg-zoom-out-big .lg-item.lg-prev-slide, .lg-css3.lg-zoom-out-big .lg-item.lg-next-slide, .lg-css3.lg-zoom-out-big .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-zoom-out-in .lg-item {
  opacity: 0;
}

.lg-css3.lg-zoom-out-in .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
}

.lg-css3.lg-zoom-out-in .lg-item.lg-next-slide {
  -webkit-transform: scale3d(2, 2, 2);
  transform: scale3d(2, 2, 2);
}

.lg-css3.lg-zoom-out-in .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-css3.lg-zoom-out-in .lg-item.lg-prev-slide, .lg-css3.lg-zoom-out-in .lg-item.lg-next-slide, .lg-css3.lg-zoom-out-in .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-zoom-in-out .lg-item {
  opacity: 0;
}

.lg-css3.lg-zoom-in-out .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(2, 2, 2);
  transform: scale3d(2, 2, 2);
}

.lg-css3.lg-zoom-in-out .lg-item.lg-next-slide {
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
}

.lg-css3.lg-zoom-in-out .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-css3.lg-zoom-in-out .lg-item.lg-prev-slide, .lg-css3.lg-zoom-in-out .lg-item.lg-next-slide, .lg-css3.lg-zoom-in-out .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-soft-zoom .lg-item {
  opacity: 0;
}

.lg-css3.lg-soft-zoom .lg-item.lg-prev-slide {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.lg-css3.lg-soft-zoom .lg-item.lg-next-slide {
  -webkit-transform: scale3d(0.9, 0.9, 0.9);
  transform: scale3d(0.9, 0.9, 0.9);
}

.lg-css3.lg-soft-zoom .lg-item.lg-current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-css3.lg-soft-zoom .lg-item.lg-prev-slide, .lg-css3.lg-soft-zoom .lg-item.lg-next-slide, .lg-css3.lg-soft-zoom .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-scale-up .lg-item {
  opacity: 0;
}

.lg-css3.lg-scale-up .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
  -o-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
  -ms-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
  -webkit-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
  transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
}

.lg-css3.lg-scale-up .lg-item.lg-next-slide {
  -moz-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
  -o-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
  -ms-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
  -webkit-transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
  transform: scale3d(0.8, 0.8, 0.8) translate3d(0%, 10%, 0);
}

.lg-css3.lg-scale-up .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-scale-up .lg-item.lg-prev-slide, .lg-css3.lg-scale-up .lg-item.lg-next-slide, .lg-css3.lg-scale-up .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-slide-circular .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-circular .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide-circular .lg-item.lg-next-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.lg-css3.lg-slide-circular .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide-circular .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular .lg-item.lg-next-slide, .lg-css3.lg-slide-circular .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-slide-circular-up .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-circular-up .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
}

.lg-css3.lg-slide-circular-up .lg-item.lg-next-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
}

.lg-css3.lg-slide-circular-up .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide-circular-up .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-up .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-up .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-slide-circular-down .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-circular-down .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
}

.lg-css3.lg-slide-circular-down .lg-item.lg-next-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
}

.lg-css3.lg-slide-circular-down .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide-circular-down .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-down .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-down .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-slide-circular-vertical .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-circular-vertical .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
  transform: scale3d(0, 0, 0) translate3d(0, -100%, 0);
}

.lg-css3.lg-slide-circular-vertical .lg-item.lg-next-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
  transform: scale3d(0, 0, 0) translate3d(0, 100%, 0);
}

.lg-css3.lg-slide-circular-vertical .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide-circular-vertical .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-vertical .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-vertical .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-slide-circular-vertical-left .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, -100%, 0);
}

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-next-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 100%, 0);
}

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide-circular-vertical-left .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-vertical-left .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-vertical-left .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-slide-circular-vertical-down .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, -100%, 0);
}

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-next-slide {
  -moz-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 100%, 0);
}

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide-circular-vertical-down .lg-item.lg-prev-slide, .lg-css3.lg-slide-circular-vertical-down .lg-item.lg-next-slide, .lg-css3.lg-slide-circular-vertical-down .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 1s ease 0s;
}

.lg-css3.lg-slide-vertical .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-vertical .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.lg-css3.lg-slide-vertical .lg-item.lg-next-slide {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.lg-css3.lg-slide-vertical .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide-vertical .lg-item.lg-prev-slide, .lg-css3.lg-slide-vertical .lg-item.lg-next-slide, .lg-css3.lg-slide-vertical .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-vertical-growth .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-vertical-growth .lg-item.lg-prev-slide {
  -moz-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
  -o-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
  -ms-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
  -webkit-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
  transform: scale3d(0.5, 0.5, 0.5) translate3d(0, -150%, 0);
}

.lg-css3.lg-slide-vertical-growth .lg-item.lg-next-slide {
  -moz-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
  -o-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
  -ms-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
  -webkit-transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
  transform: scale3d(0.5, 0.5, 0.5) translate3d(0, 150%, 0);
}

.lg-css3.lg-slide-vertical-growth .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide-vertical-growth .lg-item.lg-prev-slide, .lg-css3.lg-slide-vertical-growth .lg-item.lg-next-slide, .lg-css3.lg-slide-vertical-growth .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-only .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-only .lg-item.lg-prev-slide {
  -moz-transform: skew(10deg, 0deg);
  -o-transform: skew(10deg, 0deg);
  -ms-transform: skew(10deg, 0deg);
  -webkit-transform: skew(10deg, 0deg);
  transform: skew(10deg, 0deg);
}

.lg-css3.lg-slide-skew-only .lg-item.lg-next-slide {
  -moz-transform: skew(10deg, 0deg);
  -o-transform: skew(10deg, 0deg);
  -ms-transform: skew(10deg, 0deg);
  -webkit-transform: skew(10deg, 0deg);
  transform: skew(10deg, 0deg);
}

.lg-css3.lg-slide-skew-only .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg);
  -o-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  -webkit-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  opacity: 1;
}

.lg-css3.lg-slide-skew-only .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-only-rev .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-prev-slide {
  -moz-transform: skew(-10deg, 0deg);
  -o-transform: skew(-10deg, 0deg);
  -ms-transform: skew(-10deg, 0deg);
  -webkit-transform: skew(-10deg, 0deg);
  transform: skew(-10deg, 0deg);
}

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-next-slide {
  -moz-transform: skew(-10deg, 0deg);
  -o-transform: skew(-10deg, 0deg);
  -ms-transform: skew(-10deg, 0deg);
  -webkit-transform: skew(-10deg, 0deg);
  transform: skew(-10deg, 0deg);
}

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg);
  -o-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  -webkit-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  opacity: 1;
}

.lg-css3.lg-slide-skew-only-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-only-y .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-only-y .lg-item.lg-prev-slide {
  -moz-transform: skew(0deg, 10deg);
  -o-transform: skew(0deg, 10deg);
  -ms-transform: skew(0deg, 10deg);
  -webkit-transform: skew(0deg, 10deg);
  transform: skew(0deg, 10deg);
}

.lg-css3.lg-slide-skew-only-y .lg-item.lg-next-slide {
  -moz-transform: skew(0deg, 10deg);
  -o-transform: skew(0deg, 10deg);
  -ms-transform: skew(0deg, 10deg);
  -webkit-transform: skew(0deg, 10deg);
  transform: skew(0deg, 10deg);
}

.lg-css3.lg-slide-skew-only-y .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg);
  -o-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  -webkit-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  opacity: 1;
}

.lg-css3.lg-slide-skew-only-y .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only-y .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only-y .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-prev-slide {
  -moz-transform: skew(0deg, -10deg);
  -o-transform: skew(0deg, -10deg);
  -ms-transform: skew(0deg, -10deg);
  -webkit-transform: skew(0deg, -10deg);
  transform: skew(0deg, -10deg);
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-next-slide {
  -moz-transform: skew(0deg, -10deg);
  -o-transform: skew(0deg, -10deg);
  -ms-transform: skew(0deg, -10deg);
  -webkit-transform: skew(0deg, -10deg);
  transform: skew(0deg, -10deg);
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg);
  -o-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  -webkit-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  opacity: 1;
}

.lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-only-y-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew .lg-item.lg-prev-slide {
  -moz-transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
  -o-transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
  -ms-transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
  -webkit-transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
  transform: skew(20deg, 0deg) translate3d(-100%, 0%, 0px);
}

.lg-css3.lg-slide-skew .lg-item.lg-next-slide {
  -moz-transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
  -o-transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
  -ms-transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
  -webkit-transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
  transform: skew(20deg, 0deg) translate3d(100%, 0%, 0px);
}

.lg-css3.lg-slide-skew .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1;
}

.lg-css3.lg-slide-skew .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew .lg-item.lg-next-slide, .lg-css3.lg-slide-skew .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-rev .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-rev .lg-item.lg-prev-slide {
  -moz-transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
  -o-transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
  -ms-transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
  -webkit-transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
  transform: skew(-20deg, 0deg) translate3d(-100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-rev .lg-item.lg-next-slide {
  -moz-transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
  -o-transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
  -ms-transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
  -webkit-transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
  transform: skew(-20deg, 0deg) translate3d(100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-rev .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1;
}

.lg-css3.lg-slide-skew-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-cross .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-cross .lg-item.lg-prev-slide {
  -moz-transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
  -o-transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
  -ms-transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
  -webkit-transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
  transform: skew(0deg, 60deg) translate3d(-100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-cross .lg-item.lg-next-slide {
  -moz-transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
  -o-transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
  -ms-transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
  -webkit-transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
  transform: skew(0deg, 60deg) translate3d(100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-cross .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1;
}

.lg-css3.lg-slide-skew-cross .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-cross .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-cross .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-cross-rev .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-prev-slide {
  -moz-transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
  -o-transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
  -ms-transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
  -webkit-transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
  transform: skew(0deg, -60deg) translate3d(-100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-next-slide {
  -moz-transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
  -o-transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
  -ms-transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
  -webkit-transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
  transform: skew(0deg, -60deg) translate3d(100%, 0%, 0px);
}

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1;
}

.lg-css3.lg-slide-skew-cross-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-cross-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-cross-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-ver .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-ver .lg-item.lg-prev-slide {
  -moz-transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
  -o-transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
  -ms-transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
  -webkit-transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
  transform: skew(60deg, 0deg) translate3d(0, -100%, 0px);
}

.lg-css3.lg-slide-skew-ver .lg-item.lg-next-slide {
  -moz-transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
  -o-transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
  -ms-transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
  -webkit-transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
  transform: skew(60deg, 0deg) translate3d(0, 100%, 0px);
}

.lg-css3.lg-slide-skew-ver .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1;
}

.lg-css3.lg-slide-skew-ver .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-ver-rev .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-prev-slide {
  -moz-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
  -o-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
  -ms-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
  -webkit-transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
  transform: skew(-60deg, 0deg) translate3d(0, -100%, 0px);
}

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-next-slide {
  -moz-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
  -o-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
  -ms-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
  -webkit-transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
  transform: skew(-60deg, 0deg) translate3d(0, 100%, 0px);
}

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1;
}

.lg-css3.lg-slide-skew-ver-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-ver-cross .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-prev-slide {
  -moz-transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
  -o-transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
  -ms-transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
  -webkit-transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
  transform: skew(0deg, 20deg) translate3d(0, -100%, 0px);
}

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-next-slide {
  -moz-transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
  -o-transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
  -ms-transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
  -webkit-transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
  transform: skew(0deg, 20deg) translate3d(0, 100%, 0px);
}

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1;
}

.lg-css3.lg-slide-skew-ver-cross .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver-cross .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver-cross .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-prev-slide {
  -moz-transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
  -o-transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
  -ms-transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
  -webkit-transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
  transform: skew(0deg, -20deg) translate3d(0, -100%, 0px);
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-next-slide {
  -moz-transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
  -o-transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
  -ms-transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
  -webkit-transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
  transform: skew(0deg, -20deg) translate3d(0, 100%, 0px);
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-current {
  -moz-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -o-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -ms-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  -webkit-transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  transform: skew(0deg, 0deg) translate3d(0%, 0%, 0px);
  opacity: 1;
}

.lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-prev-slide, .lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-next-slide, .lg-css3.lg-slide-skew-ver-cross-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-lollipop .lg-item {
  opacity: 0;
}

.lg-css3.lg-lollipop .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-lollipop .lg-item.lg-next-slide {
  -moz-transform: translate3d(0, 0, 0) scale(0.5);
  -o-transform: translate3d(0, 0, 0) scale(0.5);
  -ms-transform: translate3d(0, 0, 0) scale(0.5);
  -webkit-transform: translate3d(0, 0, 0) scale(0.5);
  transform: translate3d(0, 0, 0) scale(0.5);
}

.lg-css3.lg-lollipop .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-lollipop .lg-item.lg-prev-slide, .lg-css3.lg-lollipop .lg-item.lg-next-slide, .lg-css3.lg-lollipop .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-lollipop-rev .lg-item {
  opacity: 0;
}

.lg-css3.lg-lollipop-rev .lg-item.lg-prev-slide {
  -moz-transform: translate3d(0, 0, 0) scale(0.5);
  -o-transform: translate3d(0, 0, 0) scale(0.5);
  -ms-transform: translate3d(0, 0, 0) scale(0.5);
  -webkit-transform: translate3d(0, 0, 0) scale(0.5);
  transform: translate3d(0, 0, 0) scale(0.5);
}

.lg-css3.lg-lollipop-rev .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-lollipop-rev .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-lollipop-rev .lg-item.lg-prev-slide, .lg-css3.lg-lollipop-rev .lg-item.lg-next-slide, .lg-css3.lg-lollipop-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-rotate .lg-item {
  opacity: 0;
}

.lg-css3.lg-rotate .lg-item.lg-prev-slide {
  -moz-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.lg-css3.lg-rotate .lg-item.lg-next-slide {
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.lg-css3.lg-rotate .lg-item.lg-current {
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

.lg-css3.lg-rotate .lg-item.lg-prev-slide, .lg-css3.lg-rotate .lg-item.lg-next-slide, .lg-css3.lg-rotate .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-rotate-rev .lg-item {
  opacity: 0;
}

.lg-css3.lg-rotate-rev .lg-item.lg-prev-slide {
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.lg-css3.lg-rotate-rev .lg-item.lg-next-slide {
  -moz-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.lg-css3.lg-rotate-rev .lg-item.lg-current {
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

.lg-css3.lg-rotate-rev .lg-item.lg-prev-slide, .lg-css3.lg-rotate-rev .lg-item.lg-next-slide, .lg-css3.lg-rotate-rev .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-tube .lg-item {
  opacity: 0;
}

.lg-css3.lg-tube .lg-item.lg-prev-slide {
  -moz-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
  -o-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
  -ms-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
  -webkit-transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
  transform: scale3d(1, 0, 1) translate3d(-100%, 0, 0);
}

.lg-css3.lg-tube .lg-item.lg-next-slide {
  -moz-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
  -o-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
  -ms-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
  -webkit-transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
  transform: scale3d(1, 0, 1) translate3d(100%, 0, 0);
}

.lg-css3.lg-tube .lg-item.lg-current {
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-tube .lg-item.lg-prev-slide, .lg-css3.lg-tube .lg-item.lg-next-slide, .lg-css3.lg-tube .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/*# sourceMappingURL=lg-transitions.css.map */
/* iCheck plugin Square skin, black
----------------------------------- */
.icheckbox_square,
.iradio_square {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url(../plugins/icheck-1.x/skins/square/square.png) no-repeat;
  border: none;
  cursor: pointer;
}

.icheckbox_square {
  background-position: 0 0;
}

.icheckbox_square.hover {
  background-position: -24px 0;
}

.icheckbox_square.checked {
  background-position: -48px 0;
}

.icheckbox_square.disabled {
  background-position: -72px 0;
  cursor: default;
}

.icheckbox_square.checked.disabled {
  background-position: -96px 0;
}

.iradio_square {
  background-position: -120px 0;
}

.iradio_square.hover {
  background-position: -144px 0;
}

.iradio_square.checked {
  background-position: -168px 0;
}

.iradio_square.disabled {
  background-position: -192px 0;
  cursor: default;
}

.iradio_square.checked.disabled {
  background-position: -216px 0;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
  .icheckbox_square,
  .iradio_square {
    background-image: url(../square/square@2x.png);
    -webkit-background-size: 240px 24px;
    background-size: 240px 24px;
  }
}
div.fancy-select {
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  color: #46565D;
}

div.fancy-select.disabled {
  opacity: 0.5;
}

div.fancy-select select:focus + div.trigger {
  box-shadow: 0 0 0 2px #4B5468;
}

div.fancy-select select:focus + div.trigger.open {
  box-shadow: none;
}

div.fancy-select div.trigger {
  border-radius: 4px;
  cursor: pointer;
  padding: 10px 24px 9px 9px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  background: #99A5BE;
  border: 1px solid #99A5BE;
  border-top-color: #A5B2CB;
  color: #4B5468;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  width: 200px;
  transition: all 240ms ease-out;
  -webkit-transition: all 240ms ease-out;
  -moz-transition: all 240ms ease-out;
  -ms-transition: all 240ms ease-out;
  -o-transition: all 240ms ease-out;
}

div.fancy-select div.trigger:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #4B5468;
  top: 20px;
  right: 9px;
}

div.fancy-select div.trigger.open {
  background: #4A5368;
  border: 1px solid #475062;
  color: #7A8498;
  box-shadow: none;
}

div.fancy-select div.trigger.open:after {
  border-top-color: #7A8498;
}

div.fancy-select ul.options {
  list-style: none;
  margin: 0;
  position: absolute;
  top: 40px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 50;
  max-height: 200px;
  overflow: auto;
  background: #62C8BF;
  border-radius: 4px;
  border-top: 1px solid #7DD8D2;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  min-width: 200px;
  transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
  -o-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
}

div.fancy-select ul.options.open {
  visibility: visible;
  top: 50px;
  opacity: 1;
  /* have to use a non-visibility transition to prevent this iOS issue (bug?): */
  /*http://stackoverflow.com/questions/10736478/css-animation-visibility-visible-works-on-chrome-and-safari-but-not-on-ios*/
  transition: opacity 300ms ease-out, top 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, top 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, top 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, top 300ms ease-out;
  -o-transition: opacity 300ms ease-out, top 300ms ease-out;
}

div.fancy-select ul.options.overflowing {
  top: auto;
  bottom: 40px;
  transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
  -o-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
}

div.fancy-select ul.options.overflowing.open {
  top: auto;
  bottom: 50px;
  transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -ms-transition: opacity 300ms ease-out, bottom 300ms ease-out;
  -o-transition: opacity 300ms ease-out, bottom 300ms ease-out;
}

div.fancy-select ul.options li {
  padding: 8px 12px;
  color: #2B8686;
  cursor: pointer;
  white-space: nowrap;
  transition: all 150ms ease-out;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -ms-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
}

div.fancy-select ul.options li.selected {
  background: rgba(43, 134, 134, 0.3);
  color: rgba(255, 255, 255, 0.75);
}

div.fancy-select ul.options li.hover {
  color: #fff;
}

/*# sourceMappingURL=all.css.map */
