/*   
Theme Name: Andes New York Theme
Author: Catskill Creative
Author URI: http://catskillcreative.com
Version: 1
*/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 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.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  margin: 0;
  padding: 0;
  outline: 0; }

*, *:after, *:before {
  box-sizing: border-box; }

/* ------------ Structure ------------ */
.clearfix:after {
  content: "";
  display: block;
  clear: both; }

.image {
  position: relative;
  overflow: hidden;
  display: block; }
  .image img {
    position: relative;
    display: block; }

.left {
  float: left; }

.right {
  float: right; }

/* ------------ Variables ------------ */
@font-face {
  font-family: 'weathericons';
  src: url("../_fonts/weathericons-regular-webfont.eot");
  src: url("../_fonts/weathericons-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../_fonts/weathericons-regular-webfont.woff2") format("woff2"), url("../_fonts/font/weathericons-regular-webfont.woff") format("woff"), url("../_fonts/weathericons-regular-webfont.ttf") format("truetype"), url("../_fonts/weathericons-regular-webfont.svg#weather_iconsregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'fontAwesome';
  src: url("../_fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../_fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../_fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../_fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../_fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../_fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

/* ------------ Animate ------------ */
* {
  margin: 0;
  padding: 0;
  outline: 0; }

*, *:after, *:before {
  box-sizing: border-box; }

html, body {
  height: 100%;
  position: relative; }

body {
  background: #fff;
  font-size: 14px;
  font-family: "Rubik", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden; }

/* ------------ Fonts ------------ */
p {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.8em; }
  p a {
    color: inherit; }

h1, h2, h3, h4, h5 {
  color: #bbb;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 0 20px 0;
  font-size: 2.7em; }

h2 {
  font-size: 2.5em; }

h3 {
  font-size: 2.3em; }

h4 {
  font-size: 2.1em; }

h5 {
  font-size: 1.9em; }

a {
  cursor: pointer; }

a.button {
  border: 1px dotted #666;
  display: block;
  text-decoration: none;
  line-height: 1;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  padding: 10px 0;
  text-transform: uppercase;
  font-weight: 600;
  color: #666;
  letter-spacing: 1px; }

/* ------------ Globals ------------ */
#siteWrapper {
  width: 100%;
  position: relative;
  right: 0;
  -webkit-transition: right .3s ease-in-out;
  transition: right .3s ease-in-out; }
  #siteWrapper.push {
    right: -250px; }

header {
  height: 75px;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 50;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.6); }
  header nav #logo {
    display: block;
    float: left;
    margin: 0 0 0 9px;
    position: relative;
    top: 10px; }
    header nav #logo.home {
      display: none; }
    header nav #logo svg {
      width: 150px;
      display: block;
      height: 54px; }
    header nav #logo.home {
      display: none; }
  header nav #navicon {
    position: relative;
    width: 55px;
    height: 55px;
    padding: 10px;
    cursor: pointer;
    float: left;
    top: 10px;
    display: none; }
    header nav #navicon span {
      display: block;
      width: 35px;
      height: 4px;
      background: #fff;
      position: absolute;
      left: 10px;
      -webkit-transition: all .25s ease;
      transition: all .25s ease; }
      header nav #navicon span:nth-child(1) {
        top: 15px; }
      header nav #navicon span:nth-child(2) {
        top: 25px; }
      header nav #navicon span:nth-child(3) {
        bottom: 16px; }
    header nav #navicon.open span:nth-child(1) {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 25px; }
    header nav #navicon.open span:nth-child(2) {
      opacity: 0; }
    header nav #navicon.open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      bottom: 25px; }
  header nav ul#mainNav {
    list-style: none;
    float: left;
    margin-left: 10px;
    position: relative; }
    header nav ul#mainNav a.mobileLogo {
      display: block;
      border-bottom: 1px dotted #ccc;
      padding: 10px 0;
      display: none; }
      header nav ul#mainNav a.mobileLogo svg {
        width: 70%;
        height: auto; }
        header nav ul#mainNav a.mobileLogo svg path {
          fill: #666; }
    header nav ul#mainNav > li {
      float: left; }
      header nav ul#mainNav > li a {
        display: block;
        height: 75px;
        line-height: 75px;
        text-decoration: none;
        color: #fff;
        font-size: 1.5em;
        text-transform: uppercase;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        padding: 0 15px;
        white-space: nowrap;
        position: relative;
        cursor: pointer; }
      header nav ul#mainNav > li > a:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff;
        opacity: .3;
        display: none; }
      header nav ul#mainNav > li.menu-item-has-children:hover > a:before {
        display: block; }
      header nav ul#mainNav > li.current-menu-item > a:after, header nav ul#mainNav > li.current_page_ancestor > a:after {
        content: '';
        display: block;
        width: 5px;
        height: 5px;
        border-radius: 10px;
        background: #fff;
        position: absolute;
        top: 13px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        opacity: 1; }
      header nav ul#mainNav > li ul {
        position: absolute;
        left: 0px;
        width: 200%;
        padding: 0 15px;
        display: none;
        margin-top: 0;
        list-style: none;
        vertical-align: top; }
        header nav ul#mainNav > li ul:before {
          content: '';
          position: fixed;
          left: 0px;
          width: 100%;
          height: 35px;
          display: block;
          border-bottom: 1px dotted rgba(255, 255, 255, 0.6); }
        header nav ul#mainNav > li ul:after {
          display: block;
          clear: both; }
        header nav ul#mainNav > li ul li {
          float: none;
          display: inline-block;
          white-space: nowrap;
          margin-right: 20px; }
          header nav ul#mainNav > li ul li a {
            height: 35px;
            line-height: 34px;
            font-size: 1em;
            font-weight: 400;
            padding: 0;
            display: block;
            cursor: pointer; }
  header nav ul#toolbar {
    list-style: none;
    top: 0;
    right: 20px;
    color: #fff;
    position: absolute; }
    header nav ul#toolbar > li {
      height: 75px;
      float: left;
      padding: 0 15px;
      position: relative; }
      header nav ul#toolbar > li:after {
        content: '';
        position: absolute;
        right: 0;
        width: 1px;
        height: 40px;
        background: #fff;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        opacity: .3; }
      header nav ul#toolbar > li:first-of-type {
        padding-left: 0px; }
      header nav ul#toolbar > li:last-of-type {
        padding-right: 0px; }
        header nav ul#toolbar > li:last-of-type:after {
          display: none; }
      header nav ul#toolbar > li.search #searchBox {
        width: 40px;
        height: 40px;
        border: 2px solid #fff;
        background: rgba(255, 255, 255, 0);
        border-radius: 20px;
        position: relative;
        top: 17px;
        padding: 0 2px 0 0;
        -webkit-transition: background .3s ease-in-out, width .3s ease-in-out;
        transition: background .3s ease-in-out, width .3s ease-in-out;
        overflow: hidden;
        position: relative; }
        header nav ul#toolbar > li.search #searchBox form {
          width: 100%;
          padding: 0 35px 0 15px;
          position: absolute;
          right: 0;
          top: 3px; }
          header nav ul#toolbar > li.search #searchBox form input[type="text"] {
            border: 0px;
            height: 30px;
            width: 100%;
            line-height: 31px;
            background: transparent;
            color: #000; }
            header nav ul#toolbar > li.search #searchBox form input[type="text"]::-webkit-input-placeholder {
              color: #000; }
            header nav ul#toolbar > li.search #searchBox form input[type="text"]:-moz-placeholder {
              color: #000; }
            header nav ul#toolbar > li.search #searchBox form input[type="text"]::-moz-placeholder {
              color: #000; }
            header nav ul#toolbar > li.search #searchBox form input[type="text"]:-ms-input-placeholder {
              color: #000; }
          header nav ul#toolbar > li.search #searchBox form button {
            height: 30px;
            width: 30px;
            position: absolute;
            top: 0;
            right: 2px;
            border-radius: 20px;
            border: 0px;
            background: transparent; }
            header nav ul#toolbar > li.search #searchBox form button:before {
              font-family: 'fontAwesome';
              content: "\f002";
              color: #fff;
              position: absolute;
              top: 4px;
              left: 4px;
              font-size: 20px;
              -webkit-transition: color .3s ease-in-out;
              transition: color .3s ease-in-out; }
        header nav ul#toolbar > li.search #searchBox:hover, header nav ul#toolbar > li.search #searchBox:focus {
          width: 170px;
          background: white; }
          header nav ul#toolbar > li.search #searchBox:hover form button:before, header nav ul#toolbar > li.search #searchBox:focus form button:before {
            color: #000; }
      header nav ul#toolbar > li.nyLogo a {
        display: block;
        padding: 0;
        position: relative;
        top: 1px; }
        header nav ul#toolbar > li.nyLogo a svg {
          height: 38px;
          width: 41px;
          display: block;
          position: relative;
          top: 17px; }
      header nav ul#toolbar > li.weather {
        padding: 0 0 0 10px;
        overflow: hidden; }
        header nav ul#toolbar > li.weather:hover a#weatherWrapper ul.forcast {
          margin-right: 0; }
        header nav ul#toolbar > li.weather a#weatherWrapper {
          display: block;
          cursor: pointer;
          color: inherit;
          text-decoration: none; }
          header nav ul#toolbar > li.weather a#weatherWrapper .current {
            color: inherit;
            line-height: 1;
            padding: 17px 15px 0 55px;
            font-family: "Montserrat", sans-serif;
            display: block;
            height: 75px;
            position: relative;
            float: left; }
            header nav ul#toolbar > li.weather a#weatherWrapper .current .icon {
              height: 50px;
              width: 50px;
              position: absolute;
              top: 12px;
              left: 0;
              font-family: 'weathericons'; }
              header nav ul#toolbar > li.weather a#weatherWrapper .current .icon:before {
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translateX(-50%) translateY(-50%);
                        transform: translateX(-50%) translateY(-50%);
                font-size: 38px;
                font-weight: normal;
                line-height: 1; }
              header nav ul#toolbar > li.weather a#weatherWrapper .current .icon.nt_partlycloudy:before {
                content: '\f041'; }
              header nav ul#toolbar > li.weather a#weatherWrapper .current .icon.partlycloudy:before {
                content: '\f002'; }
              header nav ul#toolbar > li.weather a#weatherWrapper .current .icon.cloudy:before, header nav ul#toolbar > li.weather a#weatherWrapper .current .icon.nt_cloudy:before {
                content: '\f013'; }
              header nav ul#toolbar > li.weather a#weatherWrapper .current .icon.clear:before {
                content: '\f00d'; }
              header nav ul#toolbar > li.weather a#weatherWrapper .current .icon.mostlycloudy:before, header nav ul#toolbar > li.weather a#weatherWrapper .current .icon.nt_mostlycloudy:before {
                content: '\f013'; }
              header nav ul#toolbar > li.weather a#weatherWrapper .current .icon.snow:before, header nav ul#toolbar > li.weather a#weatherWrapper .current .icon.nt_snow:before {
                content: '\f01b'; }
              header nav ul#toolbar > li.weather a#weatherWrapper .current .icon.rain:before {
                content: '\f008'; }
              header nav ul#toolbar > li.weather a#weatherWrapper .current .icon.nt_rain:before {
                content: '\f028'; }
              header nav ul#toolbar > li.weather a#weatherWrapper .current .icon.fog:before {
                content: '\f014'; }
              header nav ul#toolbar > li.weather a#weatherWrapper .current .icon.nt_fog:before {
                content: '\f04a'; }
              header nav ul#toolbar > li.weather a#weatherWrapper .current .icon.nt_clear:before {
                content: '\f02e'; }
              header nav ul#toolbar > li.weather a#weatherWrapper .current .icon.nt_sleet:before {
                content: '\f0b4'; }
            header nav ul#toolbar > li.weather a#weatherWrapper .current .stat {
              text-align: center;
              display: block; }
              header nav ul#toolbar > li.weather a#weatherWrapper .current .stat.temp {
                font-size: 1.9em;
                vertical-align: top;
                margin-bottom: 3px; }
                header nav ul#toolbar > li.weather a#weatherWrapper .current .stat.temp span {
                  font-size: .5em;
                  vertical-align: top;
                  position: relative;
                  top: 1px; }
              header nav ul#toolbar > li.weather a#weatherWrapper .current .stat.conditions {
                font-size: .9em; }
          header nav ul#toolbar > li.weather a#weatherWrapper ul.forcast {
            display: block;
            float: left;
            list-style: none;
            height: 75px;
            vertical-align: top;
            margin: 0 -400px 0 0px;
            -webkit-transition: margin-right .5s ease-in-out;
            transition: margin-right .5s ease-in-out; }
            header nav ul#toolbar > li.weather a#weatherWrapper ul.forcast li {
              display: block;
              float: left;
              height: 75px;
              padding: 17px 10px 0 10px;
              position: relative; }
              header nav ul#toolbar > li.weather a#weatherWrapper ul.forcast li:last-of-type {
                padding-right: 15px; }
              header nav ul#toolbar > li.weather a#weatherWrapper ul.forcast li span {
                display: block;
                white-space: nowrap;
                text-align: center;
                font-family: "Montserrat", sans-serif; }
                header nav ul#toolbar > li.weather a#weatherWrapper ul.forcast li span.day {
                  font-size: .9em;
                  text-transform: uppercase; }
                header nav ul#toolbar > li.weather a#weatherWrapper ul.forcast li span.condition {
                  font-size: .65em; }
              header nav ul#toolbar > li.weather a#weatherWrapper ul.forcast li .temp {
                text-align: center;
                font-size: .85em;
                font-family: "Montserrat", sans-serif;
                font-weight: 500; }
                header nav ul#toolbar > li.weather a#weatherWrapper ul.forcast li .temp span {
                  display: inline;
                  white-space: nowrap;
                  /*&.high{
											color: #ffcdcd;
										}
										&.low{
											color: #d3dbff;
										}*/ }
              header nav ul#toolbar > li.weather a#weatherWrapper ul.forcast li .icon {
                display: none; }
              header nav ul#toolbar > li.weather a#weatherWrapper ul.forcast li:after {
                content: '';
                position: absolute;
                left: 0;
                width: 1px;
                height: 20px;
                background: #fff;
                top: 50%;
                -webkit-transform: translateY(-50%);
                        transform: translateY(-50%);
                opacity: .3; }
      header nav ul#toolbar > li.andesNow a {
        color: inherit;
        text-decoration: none;
        display: block;
        height: 40px;
        position: relative;
        top: 18px;
        padding-left: 45px; }
        header nav ul#toolbar > li.andesNow a span {
          font-family: "Montserrat", sans-serif;
          text-transform: uppercase;
          display: block;
          text-align: center;
          line-height: 1; }
          header nav ul#toolbar > li.andesNow a span:nth-child(1) {
            font-size: 1.2em; }
          header nav ul#toolbar > li.andesNow a span:nth-child(2) {
            font-size: 1.7em; }
        header nav ul#toolbar > li.andesNow a:before {
          font-family: 'fontAwesome';
          content: "\f03d";
          font-size: 1em;
          display: block;
          width: 40px;
          height: 40px;
          line-height: 37px;
          border-radius: 20px;
          border: 2px solid #fff;
          position: absolute;
          top: 0px;
          text-align: center;
          left: 0; }
  header.stuck {
    position: fixed;
    background: rgba(255, 255, 255, 0.95);
    border-bottom-color: #666; }
    header.stuck nav #logo {
      display: block; }
      header.stuck nav #logo svg path {
        fill: #666; }
    header.stuck nav #navicon span {
      background: #666; }
    header.stuck nav ul#mainNav > li a {
      color: #666; }
    header.stuck nav ul#mainNav > li > a:before {
      border-bottom: 10px solid #666; }
    header.stuck nav ul#mainNav > li.current-menu-item > a:after, header.stuck nav ul#mainNav > li.current_page_ancestor > a:after {
      background: #666; }
    header.stuck nav ul#mainNav > li ul:before {
      background: rgba(255, 255, 255, 0.95);
      border-bottom-color: #666; }
    header.stuck nav ul#toolbar {
      color: #666;
      border-color: #666; }
      header.stuck nav ul#toolbar > li:after {
        background-color: #666; }
      header.stuck nav ul#toolbar > li.andesNow a:before {
        border-color: #666; }
      header.stuck nav ul#toolbar > li.search #searchBox {
        border: 2px solid #666;
        background: rgba(255, 255, 255, 0); }
        header.stuck nav ul#toolbar > li.search #searchBox form button:before {
          color: #666; }
        header.stuck nav ul#toolbar > li.search #searchBox:hover {
          background: rgba(255, 255, 255, 0.5); }
          header.stuck nav ul#toolbar > li.search #searchBox:hover form button:before {
            color: #666; }
      header.stuck nav ul#toolbar > li.nyLogo a svg path {
        fill: #666; }
        header.stuck nav ul#toolbar > li.nyLogo a svg path.heart {
          fill: #ED1C24; }
      header.stuck nav ul#toolbar > li.weather a#weatherWrapper ul.forcast li:after {
        background: #666; }
      header.stuck nav ul#toolbar > li.weather a#weatherWrapper ul.forcast li .temp span.high {
        color: #c60c0c; }
      header.stuck nav ul#toolbar > li.weather a#weatherWrapper ul.forcast li .temp span.low {
        color: #2e80e4; }

section, footer {
  width: 100%;
  position: relative;
  padding: 0 20px; }
  section article, footer article {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 1500px; }

main {
  width: 100%;
  position: relative; }

footer {
  background: #00122C url("_img/footer_bg.jpg") no-repeat center -130px;
  background-size: cover; }
  footer:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: #000;
    opacity: .5; }
  footer article {
    padding: 20px 0;
    z-index: 3; }
    footer article #footerColumns {
      margin-bottom: 15px; }
      footer article #footerColumns .column {
        float: left;
        width: 33.333%;
        padding: 0 10px;
        position: relative; }
        footer article #footerColumns .column h5 {
          font-size: 1.3em;
          font-weight: 600;
          margin-bottom: 20px;
          line-height: 1;
          color: #fff; }
          footer article #footerColumns .column h5 span {
            font-family: "Montserrat", sans-serif;
            font-size: .6em; }
          footer article #footerColumns .column h5.instagram:before {
            font-family: "fontAwesome";
            content: '\f16d';
            display: inline-block;
            margin-right: 5px; }
        footer article #footerColumns .column hr {
          border: 0;
          height: 1px;
          background: rgba(255, 255, 255, 0.5); }
        footer article #footerColumns .column ul.quicklinks {
          width: 100%;
          list-style: none;
          overflow: hidden;
          margin: 12px 0; }
          footer article #footerColumns .column ul.quicklinks li {
            width: 50%;
            float: left; }
            footer article #footerColumns .column ul.quicklinks li a {
              color: #fff;
              text-transform: uppercase;
              font-weight: 500;
              text-decoration: none;
              padding: 3px 0;
              display: inline-block;
              letter-spacing: 1px; }
              footer article #footerColumns .column ul.quicklinks li a:after {
                content: '';
                width: 100%;
                height: 1px;
                display: block;
                border-top: 1px dotted #fff;
                opacity: 0;
                -webkit-transition: opacity .2s ease-in-out;
                transition: opacity .2s ease-in-out; }
              footer article #footerColumns .column ul.quicklinks li a:hover:after {
                opacity: 1; }
            footer article #footerColumns .column ul.quicklinks li.seperator {
              width: 100%;
              height: 0px;
              float: none;
              clear: both;
              border-bottom: 1px solid rgba(255, 255, 255, 0.2);
              margin-bottom: 5px;
              padding-top: 5px; }
              footer article #footerColumns .column ul.quicklinks li.seperator a {
                display: none; }
        footer article #footerColumns .column#quicklinks {
          width: 33.333%; }
        footer article #footerColumns .column#townInfo {
          width: 33.333%; }
          footer article #footerColumns .column#townInfo a.logo {
            display: block;
            max-width: 270px;
            width: 100%;
            margin-bottom: 10px; }
            footer article #footerColumns .column#townInfo a.logo img {
              width: 100%;
              height: auto; }
          footer article #footerColumns .column#townInfo p {
            color: #fff;
            line-height: 1.6em;
            font-size: 1em; }
            footer article #footerColumns .column#townInfo p span {
              display: block; }
            footer article #footerColumns .column#townInfo p a {
              color: inherit;
              text-decoration: none; }
              footer article #footerColumns .column#townInfo p a.email:before {
                font-family: "fontAwesome";
                content: '\f003';
                display: inline-block;
                margin-right: 6px; }
          footer article #footerColumns .column#townInfo ul.logos {
            list-style: none; }
            footer article #footerColumns .column#townInfo ul.logos li {
              float: left;
              line-height: 1;
              margin-right: 12px; }
              footer article #footerColumns .column#townInfo ul.logos li a {
                display: block; }
                footer article #footerColumns .column#townInfo ul.logos li a img {
                  display: block;
                  height: 50px;
                  width: auto; }
        footer article #footerColumns .column #footerMailingList p {
          color: #fff;
          margin: 0 0 17px 0;
          line-height: 1.5em;
          font-size: .95em;
          font-weight: 500; }
        footer article #footerColumns .column #footerMailingList .gform_wrapper form .gform_body ul.gform_fields li.gfield input[type="text"], footer article #footerColumns .column #footerMailingList .gform_wrapper form .gform_body ul.gform_fields li.gfield input[type="email"] {
          background: rgba(255, 255, 255, 0.3);
          border: 0px; }
          footer article #footerColumns .column #footerMailingList .gform_wrapper form .gform_body ul.gform_fields li.gfield input[type="text"]::-webkit-input-placeholder, footer article #footerColumns .column #footerMailingList .gform_wrapper form .gform_body ul.gform_fields li.gfield input[type="email"]::-webkit-input-placeholder {
            color: #fff; }
          footer article #footerColumns .column #footerMailingList .gform_wrapper form .gform_body ul.gform_fields li.gfield input[type="text"]:-moz-placeholder, footer article #footerColumns .column #footerMailingList .gform_wrapper form .gform_body ul.gform_fields li.gfield input[type="email"]:-moz-placeholder {
            color: #fff; }
          footer article #footerColumns .column #footerMailingList .gform_wrapper form .gform_body ul.gform_fields li.gfield input[type="text"]::-moz-placeholder, footer article #footerColumns .column #footerMailingList .gform_wrapper form .gform_body ul.gform_fields li.gfield input[type="email"]::-moz-placeholder {
            color: #fff; }
          footer article #footerColumns .column #footerMailingList .gform_wrapper form .gform_body ul.gform_fields li.gfield input[type="text"]:-ms-input-placeholder, footer article #footerColumns .column #footerMailingList .gform_wrapper form .gform_body ul.gform_fields li.gfield input[type="email"]:-ms-input-placeholder {
            color: #fff; }
        footer article #footerColumns .column #footerMailingList .gform_wrapper form .gform_body ul.gform_fields li.gfield.firstName {
          width: 49%;
          float: left;
          clear: none; }
        footer article #footerColumns .column #footerMailingList .gform_wrapper form .gform_body ul.gform_fields li.gfield.lastName {
          width: 49%;
          float: right;
          clear: none; }
    footer article #credit {
      border: 1px solid rgba(255, 255, 255, 0.3);
      border-right: 0;
      border-left: 0;
      padding: 20px 0 20px 0;
      opacity: .7;
      -webkit-transition: opacity .2s ease-in-out;
      transition: opacity .2s ease-in-out; }
      footer article #credit:hover {
        opacity: 1; }
      footer article #credit ul {
        display: table;
        width: 100%; }
        footer article #credit ul li {
          display: table-cell;
          vertical-align: middle; }
          footer article #credit ul li:nth-child(1) {
            padding-right: 15px;
            border-right: 1px solid rgba(255, 255, 255, 0.5); }
          footer article #credit ul li:nth-child(2) {
            padding-left: 15px; }
          footer article #credit ul li p {
            color: #fff;
            font-size: .9em;
            margin: 0px;
            line-height: 1.8em; }
          footer article #credit ul li a.credit {
            text-decoration: none;
            text-align: center;
            display: block; }
            footer article #credit ul li a.credit span {
              color: #fff;
              display: block;
              white-space: nowrap;
              font-size: .64em;
              text-transform: lowercase;
              margin-bottom: 2px; }
            footer article #credit ul li a.credit img {
              height: 50px;
              width: auto;
              margin: 0 auto;
              display: block; }
    footer article #copyright {
      padding-top: 20px; }
      footer article #copyright p {
        color: #fff;
        text-transform: uppercase;
        margin: 0px;
        font-size: .8em;
        text-align: center;
        letter-spacing: 1px;
        opacity: .5; }

/* ------------ Sections & Parts ------------ */
/* Header Slideshow */
#donateBadge {
  position: absolute;
  width: 60px;
  background: darkred;
  top: 75px;
  right: 20px;
  z-index: 49;
  display: block;
  text-decoration: none; }
  #donateBadge:before, #donateBadge:after {
    content: '';
    position: absolute;
    bottom: -20px;
    width: 0;
    height: 0;
    border-top: 20px solid darkred; }
  #donateBadge:before {
    left: 0;
    border-right: 30px solid transparent; }
  #donateBadge:after {
    right: 0;
    border-left: 30px solid transparent; }
  #donateBadge .inner {
    padding: 15px 0 15px 0;
    text-align: center;
    position: relative;
    border-top: 5px solid #760000; }
    #donateBadge .inner span {
      display: inline-block;
      position: relative; }
      #donateBadge .inner span:before {
        font-family: 'fontAwesome';
        content: '\f004';
        font-size: 35px;
        color: #fff; }
      #donateBadge .inner span:after {
        content: '$';
        color: darkred;
        position: absolute;
        font-weight: 600;
        top: 8px;
        left: 12px;
        font-family: "Montserrat", sans-serif;
        font-size: 16px; }

#sliderWrapper {
  position: relative;
  border-bottom: 1px solid #fff; }
  #sliderWrapper:after {
    content: '';
    width: 100%;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(top, black 0%, transparent 100%);
    background: linear-gradient(to bottom, black 0%, transparent 100%);
    z-index: 9;
    opacity: .4; }
  #sliderWrapper #logo {
    position: absolute;
    display: block;
    z-index: 3;
    max-width: 700px;
    width: 80%;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    margin-left: -60px;
    opacity: 1;
    z-index: 10;
    -webkit-filter: drop-shadow(4px 4px 0px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(4px 4px 0px rgba(0, 0, 0, 0.2)); }
    #sliderWrapper #logo.gofundme {
      margin-left: 0;
      margin-top: 40px;
      max-width: 500px; }
  #sliderWrapper h1 {
    position: absolute;
    display: block;
    z-index: 10;
    top: calc(50% + 37px);
    left: 50%;
    color: #fff;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    line-height: 1;
    padding: 10px;
    letter-spacing: 3px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    margin: 0px;
    text-align: center;
    font-size: 3.1em;
    text-shadow: 1px 2px 30px #666; }
    #sliderWrapper h1 span {
      display: block;
      font-size: .4em;
      margin-top: 3px;
      border-top: 1px dotted #fff;
      padding-top: 5px; }
      #sliderWrapper h1 span:before, #sliderWrapper h1 span:after {
        content: '-';
        display: inline-block;
        margin: 0 5px; }
  #sliderWrapper #pager {
    position: absolute;
    z-index: 999;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    #sliderWrapper #pager span {
      text-indent: -50px;
      display: block;
      height: 10px;
      width: 10px;
      background: #fff;
      border-radius: 10px;
      margin: 7px 0;
      overflow: hidden;
      opacity: .5;
      cursor: pointer;
      -webkit-transition: opacity .3s ease-in-out;
      transition: opacity .3s ease-in-out; }
      #sliderWrapper #pager span.cycle-pager-active {
        opacity: .9; }
  #sliderWrapper #slider {
    width: 100%;
    height: calc(100vh - 50px);
    position: relative;
    overflow: hidden;
    z-index: 1; }
    #sliderWrapper #slider.short {
      height: calc(100vh - 222px);
      min-height: 475px; }
    #sliderWrapper #slider.gofundme {
      height: 475px; }
      #sliderWrapper #slider.gofundme .slide:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #83AB24;
        z-index: 5;
        opacity: .7; }
      #sliderWrapper #slider.gofundme .slide img.backgroundImage {
        -webkit-filter: grayscale(1);
                filter: grayscale(1); }
    #sliderWrapper #slider .slide {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: none; }
      #sliderWrapper #slider .slide .credit {
        display: block;
        position: absolute;
        bottom: 20px;
        right: 20px;
        z-index: 10;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        font-size: .7em;
        opacity: 1;
        letter-spacing: 2px;
        font-weight: 500; }
      #sliderWrapper #slider .slide img.backgroundImage {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        z-index: 1; }
      #sliderWrapper #slider .slide.blur img.backgroundImage {
        -webkit-filter: blur(4px);
                filter: blur(4px);
        width: 105%;
        height: 110%;
        margin: -2.5% 0 0 -2.5%; }
      #sliderWrapper #slider .slide.darken:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        z-index: 5;
        opacity: .15; }

/* Homepage Quicklinks */

#quicklinksWrapper article{ max-width: 100%; }
#quicklinksWrapper {
  padding: .2%; }
  #quicklinksWrapper #quicklinks {
    position: relative;
    z-index: 30; }
    #quicklinksWrapper #quicklinks .quicklink {
      width: 24.5%;
      height: 250px;
      float: left;
      margin: .25%;
      background: #fff;
      position: relative;
      display: block;
      text-decoration: none;
      overflow: hidden; }
      #quicklinksWrapper #quicklinks .quicklink img {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        z-index: 1;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        -webkit-filter: saturate(0.9);
                filter: saturate(0.9); }
      #quicklinksWrapper #quicklinks .quicklink h2 {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
        z-index: 4;
        color: #fff;
        font-family: "Montserrat", sans-serif;
        text-transform: uppercase;
        font-size: 1.6em;
        font-weight: 600;
        text-align: center;
        line-height: 1;
        border: 1px dotted rgba(255, 255, 255, 0.8);
        border-right: 0;
        border-left: 0;
        padding: 5px 0;
        -webkit-transition: padding .3s ease-in-out;
        transition: padding .3s ease-in-out; }
      #quicklinksWrapper #quicklinks .quicklink:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        opacity: .5;
        background: #000;
        -webkit-transition: opacity .3s ease-in-out;
        transition: opacity .3s ease-in-out; }
      #quicklinksWrapper #quicklinks .quicklink:before {
        content: '';
        position: absolute;
        top: 2%;
        left: 2%;
        width: 96%;
        height: 96%;
        border: 1px dotted #fff;
        z-index: 3;
        opacity: 0;
        -webkit-transform: scale(1.1);
                transform: scale(1.1);
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
      #quicklinksWrapper #quicklinks .quicklink:hover img {
        -webkit-transform: scale(1.1);
                transform: scale(1.1);
        -webkit-filter: saturate(1);
                filter: saturate(1); }
      #quicklinksWrapper #quicklinks .quicklink:hover h2 {
        padding: 9px 0; }
      #quicklinksWrapper #quicklinks .quicklink:hover:before {
        opacity: 1;
        -webkit-transform: scale(1);
                transform: scale(1); }
      #quicklinksWrapper #quicklinks .quicklink:hover:after {
        opacity: .35; }

/* Events and Mailing List Block */
#eventsMailingList {
  padding: 0;
  border-top: 1px solid #f1f1f1; }
  #eventsMailingList article {
    padding-right: 50%;
    position: relative;
    max-width: 100%;
    min-height: 350px; }
    #eventsMailingList article #mailingList {
      background: url("_img/temp_7.jpg") no-repeat center center;
      background-size: cover;
      position: absolute;
      top: 0;
      right: 0;
      width: 50%;
      height: 100%; }
      #eventsMailingList article #mailingList:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: #1c396e;
        opacity: .5;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1; }
      #eventsMailingList article #mailingList .formWrapper {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
        width: 50%;
        min-width: 300px;
        z-index: 2; }
        #eventsMailingList article #mailingList .formWrapper h3 {
          text-align: center;
          font-size: 2.2em;
          font-weight: normal;
          color: #fff;
          margin-bottom: 0px; }
        #eventsMailingList article #mailingList .formWrapper p {
          color: #fff;
          text-align: center;
          font-weight: 600;
          font-size: .9em;
          margin-bottom: 15px; }

#eventsPreview {
  padding: 20px;
  width: 100%; }
  #eventsPreview h3 {
    color: darkred;
    font-weight: normal;
    text-align: center;
    line-height: 1;
    font-size: 2.2em;
    margin-bottom: 10px;
    padding-bottom: 5px; }
  #eventsPreview .type-tribe_events .tribe-mini-calendar-event {
    border: 1px dotted #666;
    padding: 10px 10px 10px 80px;
    position: relative;
    margin-bottom: 10px;
    min-height: 83px; }
    #eventsPreview .type-tribe_events .tribe-mini-calendar-event .list-date {
      display: block;
      position: absolute;
      top: 10px;
      left: 10px;
      background: darkred;
      height: 60px;
      width: 60px;
      padding-top: 8px; }
      #eventsPreview .type-tribe_events .tribe-mini-calendar-event .list-date span {
        color: #fff;
        display: block;
        text-align: center;
        line-height: 1em; }
        #eventsPreview .type-tribe_events .tribe-mini-calendar-event .list-date span.list-dayname {
          font-family: "Montserrat", sans-serif;
          text-transform: uppercase;
          background: transparent !important;
          font-weight: 600;
          margin-bottom: 1px; }
        #eventsPreview .type-tribe_events .tribe-mini-calendar-event .list-date span.list-daynumber {
          font-family: "Montserrat", sans-serif;
          font-size: 30px;
          font-weight: 600; }
    #eventsPreview .type-tribe_events .tribe-mini-calendar-event .list-info {
      padding-top: 7px; }
      #eventsPreview .type-tribe_events .tribe-mini-calendar-event .list-info h2.tribe-events-title {
        font-size: 1.5em;
        margin-bottom: 0px;
        font-weight: 600; }
        #eventsPreview .type-tribe_events .tribe-mini-calendar-event .list-info h2.tribe-events-title a {
          font-family: "Montserrat", sans-serif;
          text-decoration: none;
          color: #666; }
      #eventsPreview .type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-duration, #eventsPreview .type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-location {
        display: inline-block; }
        #eventsPreview .type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-duration span, #eventsPreview .type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-location span {
          font-style: italic;
          font-size: 13px; }
          #eventsPreview .type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-duration span a, #eventsPreview .type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-location span a {
            font-size: inherit;
            color: #000;
            text-decoration: none;
            pointer-events: none; }
            #eventsPreview .type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-duration span a:before, #eventsPreview .type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-location span a:before {
              content: 'at '; }
          #eventsPreview .type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-duration span.tribe-events-venue, #eventsPreview .type-tribe_events .tribe-mini-calendar-event .list-info .tribe-events-location span.tribe-events-venue {
            padding-left: 4px; }
  #eventsPreview p.tribe-events-widget-link {
    display: block;
    margin-bottom: 0px; }
    #eventsPreview p.tribe-events-widget-link a {
      display: block;
      background: darkred;
      color: #fff;
      text-align: center;
      font-family: "Montserrat", sans-serif;
      font-weight: 600;
      text-transform: uppercase;
      text-decoration: none;
      line-height: 1;
      font-size: 1.2em;
      padding: 10px; }

/* Intro Block */
#intro {
  padding: 30px 20px;
  background: #fff; }
  #intro:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent url("_img/linen.jpg") repeat-x;
    opacity: .3; }
  #intro article {
    padding-left: calc(25% + 40px); }
    #intro article .imageHolder {
      position: absolute;
      top: 0;
      left: 0;
      width: 25%;
      height: 100%;
      background: #ccc;
      overflow: hidden;
      -webkit-transform: rotate(-5deg);
      transform: rotate(-5deg);
      border: 5px solid #dad2c7;
      box-shadow: 3px 3px 15px -2px rgba(0, 0, 0, 0.5); }
      #intro article .imageHolder img {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    #intro article p {
      color: #624e34; }
      #intro article p:first-of-type:first-letter {
        float: left;
        font-size: 55px;
        font-family: "BioRhyme", serif;
        font-weight: 300;
        line-height: .85em;
        display: block;
        margin: 3px 5px 0 0; }
      #intro article p:last-of-type {
        margin-bottom: 0px; }
      #intro article p a.readMore {
        color: darkred;
        text-decoration: none;
        display: inline-block; }
        #intro article p a.readMore:after {
          content: '';
          width: 100%;
          height: 1px;
          border-top: 1px dotted darkred;
          display: block;
          margin-top: -5px;
          float: left; }

/* Andes Now */
#liveStream {
  padding: 0px; }
  #liveStream article {
    overflow: hidden;
    height: calc(100vh - 40px);
    background: #ccc url(_img/spinner.gif) no-repeat center center;
    position: relative;
    max-width: 100%; }
    #liveStream article #liveIcon {
      position: absolute;
      bottom: 20px;
      right: 20px;
      background: rgba(255, 255, 255, 0.2);
      color: #fff;
      z-index: 2;
      font-family: "Montserrat", sans-serif;
      text-transform: uppercase;
      line-height: 1;
      padding: 10px 20px;
      font-size: 1.3em;
      border-radius: 3px;
      font-weight: bold;
      vertical-align: middle; }
      #liveStream article #liveIcon span {
        padding-left: 7px;
        margin-left: 4px;
        border-left: 1px solid rgba(255, 255, 255, 0.6); }
      #liveStream article #liveIcon:before {
        content: '';
        width: 10px;
        height: 10px;
        display: inline-block;
        background: red;
        vertical-align: middle;
        border-radius: 10px;
        position: relative;
        top: -1px;
        margin-right: 8px;
        -webkit-animation: blinker 1s linear infinite;
                animation: blinker 1s linear infinite; }

@-webkit-keyframes blinker {
  50% {
    opacity: 0; } }

@keyframes blinker {
  50% {
    opacity: 0; } }
    #liveStream article img {
      display: block;
      position: absolute;
      left: 50%;
      bottom: -120px;
      min-width: 100%;
      min-height: calc(100vh + 120px);
      width: auto;
      height: auto;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      z-index: 1;
      -webkit-filter: saturate(1), contrast(1);
              filter: saturate(1), contrast(1); }

/* Content & Sidebars */
#contentColumns {
  background: #fdfdfd;
  margin-bottom: 20px; }
  #contentColumns article {
    display: table; }
    #contentColumns article .contentCell {
      display: table-cell;
      vertical-align: top; }

#businessContent {
  padding: 75px 55px 20px 55px; }
  #businessContent p:first-of-type {
    font-size: 1.6em;
    color: #bbb;
    line-height: 1.3em;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase; }
  #businessContent ul {
    font-size: 1.1em;
    line-height: 1.5em;
    padding-left: 25px;
    margin-bottom: 20px; }
    #businessContent ul a {
      color: inherit; }
    #businessContent ul li {
      font-style: italic;
      margin-bottom: 15px; }

#sidebar {
  min-width: 350px;
  width: 30%;
  padding: 75px 0 0 0; }
  #sidebar h3 {
    font-size: 1.6em;
    font-weight: 600;
    color: darkred;
    line-height: 1.3em;
    text-align: center; }
    #sidebar h3.small {
      font-size: .7em;
      text-align: center;
      line-height: 1;
      color: #aaa; }
      #sidebar h3.small span {
        display: block;
        font-size: 1.7em;
        line-height: 1.5em;
        border: 1px solid #ddd;
        border-right: 0;
        border-left: 0;
        margin: 5px 0; }
  #sidebar .sideBox {
    border: 4px double #ddd;
    padding: 20px;
    margin-bottom: 20px; }
    #sidebar .sideBox:last-of-type {
      margin-bottom: 0; }
  #sidebar #location #mapWrapper {
    margin-bottom: 20px;
    border: 1px solid #f1f1f1; }
    #sidebar #location #mapWrapper .map {
      width: 100%;
      height: 200px;
      background: #f1f1f1; }
  #sidebar #socialMedia {
    list-style: none;
    display: block;
    text-align: center;
    width: 100%; }
    #sidebar #socialMedia li {
      display: inline-block;
      border-right: 1px solid #fff;
      margin: 0 6px; }
      #sidebar #socialMedia li a {
        display: block;
        width: 40px;
        height: 40px;
        text-align: center;
        color: #fff;
        text-decoration: none;
        margin: 0 auto;
        position: relative;
        border-radius: 100px;
        border: 1px solid #bbb;
        -webkit-transition: border-color .3s ease-in-out;
        transition: border-color .3s ease-in-out; }
        #sidebar #socialMedia li a:after {
          color: #bbb;
          display: block;
          font-family: "fontAwesome";
          font-size: 22px;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translateY(-50%) translateX(-50%);
                  transform: translateY(-50%) translateX(-50%);
          -webkit-transition: color .3s ease-in-out;
          transition: color .3s ease-in-out; }
        #sidebar #socialMedia li a.facebook:after {
          content: '\f09a'; }
        #sidebar #socialMedia li a.facebook:hover {
          border-color: #3b5998; }
          #sidebar #socialMedia li a.facebook:hover:after {
            color: #3b5998; }
        #sidebar #socialMedia li a.twitter:after {
          content: '\f099'; }
        #sidebar #socialMedia li a.twitter:hover {
          border-color: #00aced; }
          #sidebar #socialMedia li a.twitter:hover:after {
            color: #00aced; }
        #sidebar #socialMedia li a.instagram:after {
          content: '\f16d'; }
        #sidebar #socialMedia li a.instagram:hover {
          border-color: #bc2a8d; }
          #sidebar #socialMedia li a.instagram:hover:after {
            color: #bc2a8d; }
        #sidebar #socialMedia li a.website:after {
          content: '\f0ac'; }
        #sidebar #socialMedia li a.website:hover {
          border-color: #14ad0c; }
          #sidebar #socialMedia li a.website:hover:after {
            color: #14ad0c; }
        #sidebar #socialMedia li a.airbnb:after {
          content: '\f236'; }
        #sidebar #socialMedia li a.airbnb:hover {
          border-color: #FF5A5F; }
          #sidebar #socialMedia li a.airbnb:hover:after {
            color: #FF5A5F; }

/* Business Gallery Thumbs */
#galleryThumbs .thumb {
  float: left;
  width: 20%;
  border: 1px solid #fff;
  display: block;
  background: #f1f1f1;
  overflow: hidden;
  position: relative;
  -webkit-filter: grayscale(50%);
          filter: grayscale(50%);
  -webkit-transition: -webkit-filter .3s ease-in-out;
  transition: -webkit-filter .3s ease-in-out;
  transition: filter .3s ease-in-out;
  transition: filter .3s ease-in-out, -webkit-filter .3s ease-in-out; }
  #galleryThumbs .thumb:hover {
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%); }
  #galleryThumbs .thumb img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); }

#businessListings {
  padding: 0px; }
  #businessListings article{max-width: 100%;}
  #businessListings article .listing {
    width: 33.333%;
    display: block;
    float: left;
    margin: 0;
    background: #fff;
    position: relative;
    border: 1px solid #f1f1f1;
    min-height: 380px; }
    #businessListings article .listing .donation {
      display: block;
      position: absolute;
      z-index: 10;
      top: 5px;
      right: 7px;
      text-decoration: none;
      width: 35px;
      height: 35px;
      line-height: 1;
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transition: -webkit-transform .2s ease-in-out;
      transition: -webkit-transform .2s ease-in-out;
      transition: transform .2s ease-in-out;
      transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
      cursor: pointer; }
      #businessListings article .listing .donation:hover {
        -webkit-transform: scale(1.2);
                transform: scale(1.2); }
      #businessListings article .listing .donation:before {
        font-family: 'fontAwesome';
        content: '\f004';
        font-size: 35px;
        color: red; }
      #businessListings article .listing .donation:after {
        content: '$';
        color: #fff;
        position: absolute;
        top: 9px;
        left: 12px;
        color: #fff;
        font-family: "Montserrat", sans-serif;
        font-size: 16px; }
    #businessListings article .listing .listingImage {
      display: block;
      position: relative;
      height: 200px;
      background: #ddd;
      overflow: hidden;
      cursor: pointer; }
      #businessListings article .listing .listingImage:hover .overlay {
        background: rgba(0, 0, 0, 0.5); }
      #businessListings article .listing .listingImage .overlay {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 3;
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.25);
        -webkit-transition: background .7s ease-in-out;
        transition: background .7s ease-in-out; }
        #businessListings article .listing .listingImage .overlay h4 {
          color: #fff;
          font-family: "Montserrat", sans-serif;
          text-transform: uppercase;
          font-size: 1.4em;
          line-height: 1.2em;
          padding: 0 40px;
          margin: 0 0 10px 0;
          display: block;
          font-weight: bold;
          text-align: center;
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.37); }
      #businessListings article .listing .listingImage img {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        z-index: 1; }
    #businessListings article .listing .details {
      padding: 20px 20px 2px 20px; }
      #businessListings article .listing .details p {
        font-size: .9em;
        line-height: 1.6em;
        text-align: justify;
        color: #666;
        margin: 10px 0 20px 0;
        -webkit-transition: color .7s ease-in-out;
        transition: color .7s ease-in-out;
        height: 45px;
        overflow: hidden; }
      #businessListings article .listing .details span {
        display: block;
        height: 25px;
        font-size: 1em; }
        #businessListings article .listing .details span.phone .icon, #businessListings article .listing .details span.address .icon {
          display: inline-block;
          margin-right: 8px;
          font-size: 11px;
          vertical-align: middle;
          font-family: 'fontAwesome';
          font-style: normal;
          width: 18px;
          height: 18px;
          border-radius: 10px;
          text-align: center;
          background: #c8c8c8;
          color: #fff; }
      #businessListings article .listing .details span.phone .icon:before {
        content: '\f095';
        line-height: 19px; }
      #businessListings article .listing .details span.address .icon:before {
        content: '\f041';
        line-height: 18px; }
      #businessListings article .listing .details a.visit {
        display: block;
        width: 100%;
        border-top: 1px dotted #bbb;
        text-align: center;
        font-family: "Montserrat", sans-serif;
        color: #bbb;
        cursor: pointer;
        text-transform: uppercase;
        line-height: 1;
        padding: 10px;
        font-size: 1.1em;
        letter-spacing: 2px;
        text-decoration: none;
        position: absolute;
        bottom: 0px;
        left: 0px;
        -webkit-transition: color .7s ease-in-out, border-color .7s ease-in-out;
        transition: color .7s ease-in-out, border-color .7s ease-in-out; }
        #businessListings article .listing .details a.visit:hover {
          color: #000;
          border-color: #000; }

#filters {
  padding: 10px; }
  #filters article dl {
    display: table;
    width: 100%; }
    #filters article dl dd {
      display: table-cell;
      vertical-align: top; }
      #filters article dl dd h4 {
        display: block;
        height: 50px;
        background: #aaa;
        color: #fff;
        margin: 0;
        padding: 0 15px;
        line-height: 50px;
        font-size: 1.5em;
        position: relative; }
        #filters article dl dd h4:after {
          content: '';
          position: absolute;
          top: 0;
          right: -10px;
          width: 0;
          height: 0;
          border-top: 25px solid transparent;
          border-left: 10px solid #aaa;
          border-bottom: 25px solid transparent; }
      #filters article dl dd:nth-child(2) {
        width: 100%; }
      #filters article dl dd ul {
        display: table;
        width: 100%;
        table-layout: fixed;
        border: 1px dotted #aaa;
        border-right: 0;
        border-left: 0; }
        #filters article dl dd ul li {
          display: table-cell;
          height: 48px;
          line-height: 48px;
          cursor: pointer;
          text-align: center;
          border-right: 1px dotted #aaa;
          font-family: "Montserrat", sans-serif;
          text-transform: uppercase;
          font-size: 1.2em;
          color: #aaa;
          background: transparent;
          -webkit-transition: background .3s linear;
          transition: background .3s linear; }
          #filters article dl dd ul li:hover {
            background: #f1f1f1; }
          #filters article dl dd ul li.active {
            background: #ccc;
            color: #fff; }

#viewAllListings {
  padding: 0; }
  #viewAllListings article {
    padding: 0;
    position: relative; }
    #viewAllListings article a {
      text-decoration: none;
      display: block;
      background: #f8f8f8; }
      #viewAllListings article a span {
        color: #666;
        font-weight: 600;
        font-family: "Montserrat", sans-serif;
        text-align: center;
        display: block;
        letter-spacing: 1px;
        width: 100%;
        text-transform: uppercase;
        font-size: 1.4em;
        padding: 30px;
        opacity: .5;
        -webkit-transition: opacity .3s ease-in-out;
        transition: opacity .3s ease-in-out; }
        #viewAllListings article a span:after {
          font-family: 'fontAwesome';
          content: '\f178';
          display: inline-block;
          margin-left: 15px; }
      #viewAllListings article a:hover span {
        opacity: 1; }

/* Instagram Page */
#instagram {
  padding: 0px; }
  #instagram #sb_instagram #sbi_load .sbi_load_btn {
    background: transparent;
    border-radius: 0;
    width: 50%;
    border: 1px dotted #666;
    padding: 10px;
    line-height: 1; }
    #instagram #sb_instagram #sbi_load .sbi_load_btn span {
      color: #000;
      font-family: "Montserrat", sans-serif;
      text-transform: uppercase;
      font-weight: bold;
      color: #666; }
  #instagram #sb_instagram .sbi_link {
    background: rgba(255, 255, 255, 0) !important;
    cursor: pointer;
    /*&:before{
				font-family: $montserrat;
				content: 'View';
				position: absolute;
				top: 50%;
				left: 50%;
				line-height: 1;
				display: block;
				font-size: 15px;
				color: #000;
				opacity: .5;
				transform: translateY(-50%) translateX(-50%);
				text-transform: uppercase;
				font-weight: bold;
			}*/ }
  #instagram #sb_instagram .sbi_hover_bottom, #instagram #sb_instagram .sbi_link a {
    color: #000 !important;
    font-weight: bold;
    text-transform: uppercase;
    font-size: .9em;
    font-family: "Montserrat", sans-serif;
    text-decoration: none; }
  #instagram #sb_instagram .sbi_hover_bottom {
    bottom: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    pointer-events: none; }
  #instagram #sb_instagram .sbi_link a {
    line-height: 1.6em; }

/* Image Info */
.imageInfo {
  width: 22px;
  height: 22px;
  background: #fff;
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: block;
  z-index: 10;
  border-radius: 15px;
  opacity: .4;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
  color: #666;
  text-decoration: none;
  text-align: center;
  line-height: 22px;
  font-size: 1.2em; }
  .imageInfo:before {
    font-family: "fontAwesome";
    content: '\f129'; }
  .imageInfo span {
    position: absolute;
    top: 0;
    white-space: nowrap;
    display: block;
    right: -400px;
    height: 22px;
    padding: 7px 10px 0 10px;
    border-radius: 2px;
    background: #fff;
    font-size: .6em;
    letter-spacing: .05em;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: right .3s linear;
    transition: right .3s linear; }
    .imageInfo span:after {
      content: '';
      position: absolute;
      top: 6px;
      right: -5px;
      width: 0;
      height: 0;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      border-left: 5px solid #fff; }
  .imageInfo:hover {
    opacity: 1; }
    .imageInfo:hover span {
      right: 33px; }

/* Directory Page */
#directory {
  padding: 30px; }
  #directory article .dirListing {
    width: 24%;
    margin: 0 .5% 20px .5%; }
    #directory article .dirListing.tax-id-23 {
      width: 49%; }
      #directory article .dirListing.tax-id-23 ul li {
        width: 50%;
        float: left; }
    #directory article .dirListing h2 {
      color: darkred;
      margin: 0 0 10px 0;
      padding: 0 0 5px 0;
      line-height: 1;
      font-size: 1.5em;
      border-bottom: 1px dotted #ccc; }
    #directory article .dirListing #donateHeart {
      display: block;
      position: absolute;
      z-index: 10;
      top: 0px;
      left: 0;
      text-decoration: none;
      width: 37px;
      height: 35px;
      line-height: 1;
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
      -webkit-transition: -webkit-transform .2s ease-in-out;
      transition: -webkit-transform .2s ease-in-out;
      transition: transform .2s ease-in-out;
      transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
      -webkit-transform-origin: top left;
              transform-origin: top left;
      cursor: pointer; }
      #directory article .dirListing #donateHeart:before {
        font-family: 'fontAwesome';
        content: '\f004';
        font-size: 35px;
        color: red;
        display: block;
        text-align: center; }
      #directory article .dirListing #donateHeart:after {
        content: '$';
        color: #fff;
        position: absolute;
        top: 9px;
        left: 13px;
        color: #fff;
        font-family: "Montserrat", sans-serif;
        font-size: 16px; }
    #directory article .dirListing ul {
      list-style: none;
      width: 100%; }
      #directory article .dirListing ul li {
        position: relative; }
        #directory article .dirListing ul li.donated {
          padding-left: 23px; }
        #directory article .dirListing ul li h3 {
          font-size: 1em;
          text-transform: capitalize;
          margin: 0 0 10px 0;
          padding: 0; }
          #directory article .dirListing ul li h3 a {
            color: #666;
            text-decoration: none;
            display: block;
            line-height: 1.4em;
            -webkit-transition: color .3s linear;
            transition: color .3s linear; }
            #directory article .dirListing ul li h3 a:hover {
              color: #000; }
        #directory article .dirListing ul li #infoPopWrapper {
          position: absolute;
          height: 0px;
          width: 0px;
          overflow: hidden; }

#infoPop {
  display: block;
  background: #fff;
  color: black;
  padding: 0;
  border: 1px solid #f1f1f1; }
  #infoPop .details {
    height: 350px;
    width: 275px;
    float: left;
    padding: 20px; }
    #infoPop .details h5 {
      color: #aaa;
      font-size: 1.4em; }
    #infoPop .details p {
      font-size: .95em;
      color: #a0a0a0;
      margin-bottom: 20px;
      line-height: 1.5em; }
      #infoPop .details p:last-of-type {
        margin-bottom: 0; }
  #infoPop .map {
    width: 350px;
    height: 350px;
    float: right; }

/* Business Metadata */
#businessMeta {
  display: block;
  margin-bottom: 20px; }
  #businessMeta span {
    color: #666;
    display: block;
    margin-bottom: 10px;
    line-height: 1; }
    #businessMeta span:last-of-type {
      margin-bottom: 0; }
    #businessMeta span:before {
      content: '';
      font-family: "fontAwesome";
      display: inline-block;
      margin-right: 5px;
      width: 15px;
      font-size: 14px; }
    #businessMeta span.location:before {
      content: '\f041'; }
    #businessMeta span.directions:before {
      content: '\f124'; }
    #businessMeta span.website:before {
      content: '\f0ac'; }
    #businessMeta span.phoneNumber:before {
      content: '\f095'; }
    #businessMeta span a {
      color: #666;
      text-decoration: none;
      display: inline-block; }
      #businessMeta span a:after {
        content: '';
        display: block;
        border-bottom: 1px dotted #aaa;
        margin-top: 1px; }

#paragraph {
  padding: 0px; }
  #paragraph article {
    position: relative; 
    max-width: 100%;
  }
    #paragraph article #paragraphText {
      padding: 50px; }
      #paragraph article #paragraphText p:first-of-type:first-letter {
        float: left;
        font-size: 55px;
        font-family: "BioRhyme", serif;
        font-weight: 200;
        line-height: .85em;
        display: block;
        margin: 4px 5px 0 0;
        color: #666; }
      #paragraph article #paragraphText p:last-of-type {
        margin-bottom: 0px; }
    #paragraph article #imageWrap {
      position: absolute;
      top: 0;
      height: 100%;
      width: 50%;
      background: #f1f1f1;
      overflow: hidden; }
      #paragraph article #imageWrap img {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
  #paragraph.imageLeft article {
    padding-left: 50%; }
    #paragraph.imageLeft article #imageWrap {
      left: 0; }
  #paragraph.imageRight article {
    padding-right: 50%; }
    #paragraph.imageRight article #imageWrap {
      right: 0; }
  #paragraph.none #imageWrap {
    display: none; }

/* Events List */
#communityEvents {
  padding: 0px;
  /* single page */ }
  #communityEvents .tribe-bar-disabled {
    display: none; }
  #communityEvents #eventsListing {
    padding: 5px 0; }
    #communityEvents #eventsListing .eventListing {
      width: 19%;
      height: auto;
      overflow: hidden;
      margin: .5%;
      border: 1px solid #f1f1f1;
      background: #fff; }
      #communityEvents #eventsListing .eventListing img {
        display: block;
        width: 100%;
        height: auto; }
      #communityEvents #eventsListing .eventListing .eventWrap {
        padding: 15px; }
        #communityEvents #eventsListing .eventListing .eventWrap h2 {
          margin: 0 0 15px 0;
          padding: 0;
          line-height: 1.3em;
          font-size: 1.2em;
          font-weight: 500; }
          #communityEvents #eventsListing .eventListing .eventWrap h2 a {
            color: #000;
            text-decoration: none; }
        #communityEvents #eventsListing .eventListing .eventWrap .eventMeta {
          margin-bottom: 15px; }
          #communityEvents #eventsListing .eventListing .eventWrap .eventMeta .location .tribe-event-schedule-details {
            font-size: 1em;
            margin-bottom: 5px; }
          #communityEvents #eventsListing .eventListing .eventWrap .eventMeta .location .venue-details .tribe-address .tribe-locality, #communityEvents #eventsListing .eventListing .eventWrap .eventMeta .location .venue-details .tribe-address .tribe-delimiter, #communityEvents #eventsListing .eventListing .eventWrap .eventMeta .location .venue-details .tribe-address .tribe-region, #communityEvents #eventsListing .eventListing .eventWrap .eventMeta .location .venue-details .tribe-address .tribe-postal-code, #communityEvents #eventsListing .eventListing .eventWrap .eventMeta .location .venue-details .tribe-address .tribe-country-name {
            display: none; }
          #communityEvents #eventsListing .eventListing .eventWrap .eventMeta .location .venue-details a {
            color: #000;
            text-decoration: none;
            pointer-events: none; }
        #communityEvents #eventsListing .eventListing .eventWrap .excerpt {
          margin-bottom: 10px; }
          #communityEvents #eventsListing .eventListing .eventWrap .excerpt p {
            font-size: .9em;
            margin-bottom: 0px; }
  #communityEvents #eventsFooter {
    border-top: 1px dotted #000;
    margin-bottom: 0px; }
    #communityEvents #eventsFooter #pagination {
      padding: 10px 20px; }
      #communityEvents #eventsFooter #pagination a {
        display: block;
        text-decoration: none;
        font-family: "Montserrat", sans-serif;
        text-transform: uppercase;
        font-size: .9em;
        color: #000; }
        #communityEvents #eventsFooter #pagination a.left {
          float: left; }
        #communityEvents #eventsFooter #pagination a.right {
          float: right; }
  #communityEvents #tribe-events-content {
    margin-bottom: 0; }

/* Videos */
#videos {
  padding: 0; }
  #videos #videoWrap {
    background: #fff; }
    #videos #videoWrap .video {
      width: 33.333%;
      height: 300px;
      background: #aaa;
      float: left;
      border: 1px solid #fff;
      overflow: hidden;
      position: relative; }
      #videos #videoWrap .video a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
        #videos #videoWrap .video a h2 {
          display: block;
          position: absolute;
          top: 50%;
          left: 0;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          z-index: 4;
          color: #fff;
          font-family: "Montserrat", sans-serif;
          text-transform: uppercase;
          font-size: 1.4em;
          font-weight: 600;
          width: 100%;
          text-align: center;
          line-height: 1.2em;
          padding: 0 20px;
          padding-bottom: 0px;
          -webkit-transition: padding-bottom .3s ease-in-out;
          transition: padding-bottom .3s ease-in-out; }
          #videos #videoWrap .video a h2 span {
            display: block;
            position: absolute;
            bottom: 0px;
            left: 50%;
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%);
            opacity: 0;
            -webkit-transition: opacity .3s ease-in-out;
            transition: opacity .3s ease-in-out; }
            #videos #videoWrap .video a h2 span:before {
              font-family: "fontAwesome";
              content: '\f144';
              margin-right: 5px;
              font-weight: normal; }
            #videos #videoWrap .video a h2 span:after {
              content: 'Play'; }
        #videos #videoWrap .video a img {
          display: block;
          position: relative;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          z-index: 1;
          -webkit-transform: scale(1.3);
                  transform: scale(1.3);
          -webkit-transition: -webkit-transform .3s ease-in-out;
          transition: -webkit-transform .3s ease-in-out;
          transition: transform .3s ease-in-out;
          transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out; }
        #videos #videoWrap .video a:after {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 2;
          opacity: .5;
          background: #000;
          -webkit-transition: opacity .3s ease-in-out;
          transition: opacity .3s ease-in-out; }
        #videos #videoWrap .video a:hover img {
          -webkit-transform: scale(1.35);
                  transform: scale(1.35); }
        #videos #videoWrap .video a:hover:after {
          opacity: .35; }
        #videos #videoWrap .video a:hover h2 {
          padding-bottom: 30px; }
          #videos #videoWrap .video a:hover h2 span {
            opacity: 1; }

/* Footer Button Wrap */
#buttonWrap {
  padding-bottom: 20px; }
  #buttonWrap article a.button {
    width: 50%;
    margin: 0 auto; }

/* Contributers */
#contributers article {
  padding: 0 50px 50px 50px; }
  #contributers article h2 {
    margin-bottom: 30px;
    border-bottom: 1px dotted #666;
    padding-bottom: 15px;
    text-align: center; }
  #contributers article ul#contributerList {
    list-style: none;
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
    margin-bottom: 30px; }
    #contributers article ul#contributerList li {
      font-size: 1.2em;
      padding: 10px 0;
      color: #666;
      text-align: center;
      -webkit-column-break-inside: avoid;
      page-break-inside: avoid;
      break-inside: avoid; }
  #contributers article a.gofundmeButton {
    background: #83AB24;
    display: block;
    color: #fff;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    border-radius: 2px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.7em;
    padding: 15px; }

/* Single Event */
#singleEvent article {
  padding: 20px 0; }
  #singleEvent article #eventColumns {
    display: table;
    width: 100%;
    table-layout: fixed; }
    #singleEvent article #eventColumns .eventCol {
      display: table-cell;
      vertical-align: top; }
      #singleEvent article #eventColumns .eventCol#eventImage img {
        display: block;
        width: 100%;
        height: auto;
        display: block;
        border: 1px dotted #f1f1f1;
        padding: 10px; }
      #singleEvent article #eventColumns .eventCol#eventDetails {
        width: 50%;
        padding: 20px 40px; }
        #singleEvent article #eventColumns .eventCol#eventDetails h1 {
          color: #000;
          font-size: 2em; }
      #singleEvent article #eventColumns .eventCol#eventsSidebar {
        border-left: 1px dotted #ccc;
        padding: 20px 0 0 20px; }
        #singleEvent article #eventColumns .eventCol#eventsSidebar .sideBlock {
          margin-bottom: 20px;
          padding-bottom: 20px;
          border-bottom: 1px dotted #ccc; }
          #singleEvent article #eventColumns .eventCol#eventsSidebar .sideBlock:last-of-type {
            border-bottom: 0; }
          #singleEvent article #eventColumns .eventCol#eventsSidebar .sideBlock h3 {
            font-size: 1.5em; }
          #singleEvent article #eventColumns .eventCol#eventsSidebar .sideBlock ul {
            list-style: none; }
            #singleEvent article #eventColumns .eventCol#eventsSidebar .sideBlock ul li {
              margin-bottom: 10px;
              line-height: 1.5em; }
              #singleEvent article #eventColumns .eventCol#eventsSidebar .sideBlock ul li a {
                color: inherit;
                text-decoration: none; }
              #singleEvent article #eventColumns .eventCol#eventsSidebar .sideBlock ul li address span.tribe-address span, #singleEvent article #eventColumns .eventCol#eventsSidebar .sideBlock ul li address span.tribe-address abbr {
                display: inline-block;
                margin-right: 4px; }
                #singleEvent article #eventColumns .eventCol#eventsSidebar .sideBlock ul li address span.tribe-address span.tribe-locality, #singleEvent article #eventColumns .eventCol#eventsSidebar .sideBlock ul li address span.tribe-address abbr.tribe-locality {
                  margin-right: 0px; }
                #singleEvent article #eventColumns .eventCol#eventsSidebar .sideBlock ul li address span.tribe-address span.tribe-country-name, #singleEvent article #eventColumns .eventCol#eventsSidebar .sideBlock ul li address span.tribe-address abbr.tribe-country-name {
                  display: none; }
          #singleEvent article #eventColumns .eventCol#eventsSidebar .sideBlock#venue h4 {
            font-size: 1.5em;
            margin: 0px;
            color: darkred; }
            #singleEvent article #eventColumns .eventCol#eventsSidebar .sideBlock#venue h4 a {
              color: inherit;
              pointer-events: none; }
          #singleEvent article #eventColumns .eventCol#eventsSidebar .sideBlock#venue .website a {
            position: relative; }
            #singleEvent article #eventColumns .eventCol#eventsSidebar .sideBlock#venue .website a:after {
              content: '';
              position: absolute;
              bottom: -1px;
              left: 0;
              width: 100%;
              border-bottom: 1px dotted #666; }

/* Community Day */
#communityDay {
  padding: 0; }
  #communityDay article {
    padding: 0 50% 0 0;
    position: relative; }
    #communityDay article #imageWrap {
      position: absolute;
      top: 0;
      right: 0;
      width: 50%;
      height: 100%;
      background: #f8f8f8; }
      #communityDay article #imageWrap img {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }

/* Search Results */
#searchResults article {
  padding: 30px 0; }
  #searchResults article ul {
    list-style: none;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2; }
    #searchResults article ul li {
      border: 1px dotted #ccc;
      padding: 10px 50px 10px 10px;
      margin: 5px;
      position: relative;
      -webkit-column-break-inside: avoid;
      page-break-inside: avoid;
      break-inside: avoid; }
      #searchResults article ul li h5 {
        margin: 0;
        padding: 0;
        font-size: 1.3em;
        color: #666; }
        #searchResults article ul li h5 a {
          text-decoration: none;
          color: inherit; }
      #searchResults article ul li a {
        text-decoration: underline;
        color: #666; }
        #searchResults article ul li a.viewListing {
          font-family: "fontAwesome";
          font-size: 25px;
          text-decoration: none;
          color: darkred;
          position: absolute;
          top: 50%;
          right: 15px;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
          #searchResults article ul li a.viewListing:after {
            content: '\f054'; }
  #searchResults article .notFound {
    display: block;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 2em;
    text-transform: uppercase;
    padding: 50px; }
    #searchResults article .notFound a {
      color: #666;
      text-decoration: none; }

/* News */
#news article {
  padding: 50px; }
  #news article .newsBlock {
    border-bottom: 2px dotted #666;
    margin-bottom: 50px;
    padding: 0 0 50px 130px;
    position: relative; }
    #news article .newsBlock .newsImage {
      width: 100px;
      height: 100px;
      background: #f5f5f5;
      display: block;
      position: absolute;
      left: 0px;
      border-radius: 100px;
      overflow: hidden; }
      #news article .newsBlock .newsImage img {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    #news article .newsBlock .newsText {
      width: 100%;
      -webkit-column-count: 3;
         -moz-column-count: 3;
              column-count: 3;
      -webkit-column-gap: 40px;
         -moz-column-gap: 40px;
              column-gap: 40px; }
      #news article .newsBlock .newsText h3 {
        font-size: 1.1em;
        line-height: 1.7em;
        color: #666;
        text-transform: uppercase;
        font-family: 'Cutive', serif;
        font-weight: 600;
        margin: 0 0 5px 0;
        letter-spacing: .02em; }
      #news article .newsBlock .newsText time {
        display: block;
        font-style: italic;
        margin-bottom: 20px; }
      #news article .newsBlock .newsText p {
        font-family: 'Cutive', serif;
        font-size: .95em;
        line-height: 2.3em;
        color: #6b6b6b; }
      #news article .newsBlock .newsText img {
        display: none; }
    #news article .newsBlock:last-of-type {
      border-bottom: 0;
      margin-bottom: 0;
      padding-bottom: 0; }

/* New User */
#userRegistration {
  padding: 20px;
  padding-top: 80px;
  height: calc( 100vh - 100px);
  display: table;
  table-layout: fixed;
  background: #999 no-repeat center center;
  background-size: cover; }
  #userRegistration.newUser {
    background-image: url("_img/login_4.jpg"); }
  #userRegistration article {
    position: relative;
    height: 100%;
    display: table-cell;
    vertical-align: middle; }
    #userRegistration article .photographer {
      display: block;
      position: absolute;
      bottom: 0px;
      right: 0px;
      z-index: 4;
      color: #fff;
      text-decoration: none;
      text-transform: uppercase;
      font-size: .7em;
      opacity: .8;
      letter-spacing: 2px;
      font-weight: 500; }
    #userRegistration article #loginWrap {
      width: 100%;
      max-width: 450px;
      margin: 0 auto; }
      #userRegistration article #loginWrap #loginHeader {
        position: relative; }
        #userRegistration article #loginWrap #loginHeader h1 {
          margin: 0px;
          text-align: right;
          color: #fff;
          padding: 0px;
          position: absolute;
          bottom: 0;
          right: 0;
          width: 100%;
          padding-left: 180px;
          font-size: 1.9em;
          line-height: 1; }
        #userRegistration article #loginWrap #loginHeader img {
          display: block;
          width: 200px;
          margin: 0 0 0 -30px; }
      #userRegistration article #loginWrap .gform_wrapper {
        position: relative;
        background: #f1f1f1;
        width: 100%;
        padding: 20px;
        margin: 0 auto; }
        #userRegistration article #loginWrap .gform_wrapper form .gform_body ul.gform_fields li.gfield.mailinglist {
          margin-bottom: 15px; }
        #userRegistration article #loginWrap .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container_password:after {
          content: '';
          display: block;
          clear: both; }
        #userRegistration article #loginWrap .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container_password > span {
          display: block;
          margin-bottom: 8px;
          width: 49%; }
          #userRegistration article #loginWrap .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container_password > span:nth-child(1) {
            float: left; }
          #userRegistration article #loginWrap .gform_wrapper form .gform_body ul.gform_fields li.gfield .ginput_container_password > span:nth-child(2) {
            float: right; }
      #userRegistration article #loginWrap .gform_confirmation_wrapper {
        margin-top: 10px; }
      #userRegistration article #loginWrap a.actionBttn {
        background: #ccc;
        display: block;
        color: #777;
        text-decoration: none;
        text-align: center;
        font-family: "Montserrat", sans-serif;
        text-transform: uppercase;
        font-weight: 600;
        line-height: 1;
        padding: 20px 10px;
        margin: 10px 0 0 0; }


        .my-events-header{
          display: none !important;
        }

        .tribe-community-events {
          background: #fff !important;
          border: 0  !important;
        }











.bicentWrapper {
  width: 100%;
  height: 100%;
  background: #000 url("https://andesnewyork.com/wp-content/uploads/2019/06/bg.jpg") no-repeat center center;
  background-size: cover;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none; }
  .bicentWrapper .bicentBox {
    max-width: 600px;
    width: 85%; }
    .bicentWrapper .bicentBox img.biCentLogo {
      display: block;
      width: 100%;
      height: auto;
      margin-bottom: 30px; }
    .bicentWrapper .bicentBox p {
      color: #194186;
      font-size: 1.8em;
      text-align: center;
	line-height: 1;
      margin-bottom: 10px; }
      .bicentWrapper .bicentBox p.large {
        font-weight: 800;
        text-transform: uppercase;
        font-size: 2.5em; }