@charset "UTF-8";
* {
  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 ------------ */
@media only screen and (max-width: 1275px) {
  header nav #navicon {
    display: block;
    margin-left: 10px; }
  header nav ul#mainNav {
    float: none;
    position: fixed;
    top: 0;
    width: 250px;
    margin-left: -250px;
    padding: 10px;
    height: 100%;
    overflow: auto;
    z-index: 999; }
    header nav ul#mainNav a.mobileLogo {
      display: block; }
    header nav ul#mainNav > li {
      float: none;
      padding: 0 10px; }
      header nav ul#mainNav > li a {
        height: auto;
        line-height: 1;
        padding: 15px 0;
        font-size: 2.3em;
        color: #666 !important; }
      header nav ul#mainNav > li ul {
        position: relative;
        padding: 0px;
        margin-bottom: 10px;
        background: none;
        padding: 0 5px;
        border-left: 1px dotted #aaa;
        box-shadow: none;
        width: 100%; }
        header nav ul#mainNav > li ul:before {
          display: none; }
        header nav ul#mainNav > li ul > li {
          display: block;
          margin-right: 0; }
          header nav ul#mainNav > li ul > li a {
            color: #aaa !important;
            padding-left: 8px;
            font-size: 1.2em;
            display: block; }

  footer article #footerColumns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    footer article #footerColumns .column#townInfo {
      float: none;
      width: 100%;
      text-align: center;
      margin-top: 20px;
      -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
              order: 4;
      border-top: 1px dotted rgba(255, 255, 255, 0.4);
      padding-top: 30px; }
      footer article #footerColumns .column#townInfo p span {
        display: inline-block; }
        footer article #footerColumns .column#townInfo p span:after {
          content: '●';
          margin: 0 5px 0 8px; }
      footer article #footerColumns .column#townInfo a.logo {
        margin: 0 auto 10px auto; }
      footer article #footerColumns .column#townInfo ul.logos {
        display: inline-block; }
    footer article #footerColumns .column#quicklinks {
      width: 33.333%;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    footer article #footerColumns .column#mailingColumn {
      width: 33.333%;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    footer article #footerColumns .column#instagram {
      width: 33.333%;
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; } }
@media only screen and (max-width: 800px) {
  header {
    height: 65px; }
    header nav #navicon {
      top: 5px; }
    header nav #logo {
      -webkit-transform: scale(0.85);
              transform: scale(0.85);
      -webkit-transform-origin: top left;
              transform-origin: top left;
      margin: 0 0 0 10px; }
    header nav #toolbar {
      -webkit-transform: scale(0.85);
              transform: scale(0.85);
      -webkit-transform-origin: top right;
              transform-origin: top right;
      margin-top: 1px; }
      header nav #toolbar .search {
        display: none; }
      header nav #toolbar .nyLogo {
        padding-right: 0px; }
        header nav #toolbar .nyLogo:after {
          display: none; }

  footer article #footerColumns .column#townInfo {
    float: left;
    width: 50%;
    text-align: left;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 0 40px 0;
    border: 0px;
    padding-top: 0px; }
    footer article #footerColumns .column#townInfo a.logo {
      margin: 0 0 10px 0; }
    footer article #footerColumns .column#townInfo p span {
      display: block; }
      footer article #footerColumns .column#townInfo p span:after {
        display: none; }
  footer article #footerColumns .column#quicklinks {
    width: 50%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 40px;
    padding-top: 40px; }
  footer article #footerColumns .column#mailingColumn {
    width: 50%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  footer article #footerColumns .column#instagram {
    width: 50%;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  footer article #credit ul li p {
    font-size: .6em; }

  #filters {
    display: none; }

  #sliderWrapper #logo {
    max-width: 500px;
    margin-left: 0; }
  #sliderWrapper #slider {
    height: 500px !important; }
    #sliderWrapper #slider .slide a.credit {
      font-size: 0.6em; }
  #sliderWrapper h1 {
    font-size: 2em; }

  #quicklinksWrapper #quicklinks .quicklink {
    height: 175px; }
    #quicklinksWrapper #quicklinks .quicklink span {
      font-size: 1.3em; }

  #intro article {
    padding-left: 0; }
    #intro article .imageHolder {
      display: none; }

  #eventsMailingList article {
    padding: 0px; }
    #eventsMailingList article #mailingList {
      position: relative;
      height: auto;
      width: 100%;
      padding: 50px; }
      #eventsMailingList article #mailingList .formWrapper {
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: none;
                transform: none;
        width: 100%; }

  #paragraph article #paragraphText {
    padding: 30px; }
  #paragraph.lastParagraph #imageWrap {
    display: none; }

  #businessListings article .listing {
    width: 50%;
    display: block;
    float: left;
    position: relative;
    min-height: 380px;
    margin: 0px;
    background: white;
    border-width: 1px;
    border-style: solid;
    border-color: #f1f1f1;
    -o-border-image: initial;
       border-image: initial; }

  #paragraph article {
    padding: 0px !important; }
    #paragraph article #imageWrap {
      position: relative;
      top: auto;
      height: 300px;
      width: 100%; }

  #contributers article ul#contributerList {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2; }

  #directory article .dirListing {
    width: 49%; }
    #directory article .dirListing.tax-id-23 {
      width: 49%; }
      #directory article .dirListing.tax-id-23 ul li {
        width: 100%;
        float: none; }

  #businessContent {
    padding: 20px; }

  #contentColumns article {
    display: block; }
    #contentColumns article .contentCell {
      display: block; }

  #sidebar {
    min-width: auto;
    width: 100%;
    padding: 0 20px; }

  #donateBadge {
    top: 65px; }

  #videos #videoWrap .video {
    width: 50%; }

  #infoPop .details {
    height: auto;
    width: 100%;
    float: none; }
  #infoPop .map {
    width: 100%;
    height: 200px;
    float: none; }

  #news {
    padding: 0px; }
    #news article {
      padding: 30px 20px; }
      #news article .newsBlock {
        padding: 0 0 50px 100px; }
        #news article .newsBlock .newsImage {
          width: 75px;
          height: 75px; }
        #news article .newsBlock .newsText {
          -webkit-column-count: 2;
             -moz-column-count: 2;
                  column-count: 2;
          -webkit-column-gap: 40px;
             -moz-column-gap: 40px;
                  column-gap: 40px; }

  #communityEvents #eventsListing .eventListing {
    width: 32.333%; }

  #eventsPreview .type-tribe_events .tribe-mini-calendar-event .list-info {
    padding-top: 0; } }
@media only screen and (max-width: 600px) {
  #singleEvent article #eventColumns {
    display: block; }
    #singleEvent article #eventColumns .eventCol {
      display: block; }
      #singleEvent article #eventColumns .eventCol#eventImage {
        width: 25%;
        float: left; }
      #singleEvent article #eventColumns .eventCol#eventDetails {
        width: 75%;
        float: right;
        padding: 0 20px; }
      #singleEvent article #eventColumns .eventCol#eventsSidebar {
        width: 100%;
        clear: both;
        border: 0px;
        padding: 15px;
        border-top: 1px dotted #ccc; }
        #singleEvent article #eventColumns .eventCol#eventsSidebar:after {
          content: '';
          display: block;
          clear: both; }
        #singleEvent article #eventColumns .eventCol#eventsSidebar .sideBlock {
          border: 0px;
          margin: 0px;
          width: 50%;
          float: left; }

  footer article #footerColumns .column {
    margin-bottom: 20px; }
    footer article #footerColumns .column:last-of-type {
      margin-bottom: 0; }
    footer article #footerColumns .column#townInfo {
      float: none;
      width: 100%;
      text-align: center;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin: 0 0 20px 0;
      padding-bottom: 20px;
      border-bottom: 1px dotted rgba(255, 255, 255, 0.4); }
      footer article #footerColumns .column#townInfo a.logo {
        margin: 0 auto 10px auto; }
      footer article #footerColumns .column#townInfo p br {
        display: none; }
      footer article #footerColumns .column#townInfo p a.email {
        border-left: 1px solid #fff;
        padding-left: 10px;
        margin-left: 5px; }
    footer article #footerColumns .column#quicklinks {
      float: none;
      width: 100%;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      padding: 0 0 25px 0;
      margin-bottom: 25px;
      border-bottom: 1px dotted rgba(255, 255, 255, 0.4); }
      footer article #footerColumns .column#quicklinks ul.quicklinks {
        -webkit-column-count: 3;
           -moz-column-count: 3;
                column-count: 3; }
        footer article #footerColumns .column#quicklinks ul.quicklinks li {
          width: 100%; }
          footer article #footerColumns .column#quicklinks ul.quicklinks li.seperator {
            display: none; }
    footer article #footerColumns .column#mailingColumn {
      float: none;
      width: 100%;
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      padding: 0 0 25px 0;
      border-bottom: 1px dotted rgba(255, 255, 255, 0.4); }
    footer article #footerColumns .column#instagram {
      float: none;
      width: 100%;
      -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
              order: 4; }
  footer article #credit ul {
    display: block; }
    footer article #credit ul li {
      display: block;
      text-align: center; }
      footer article #credit ul li p {
        font-size: .7em;
        opacity: .6; }
      footer article #credit ul li:nth-child(1) {
        border-right: 0px;
        padding: 0px; }
        footer article #credit ul li:nth-child(1) a {
          display: block;
          margin-bottom: 20px; }

  #quicklinksWrapper #quicklinks .quicklink {
    height: 140px; }

  #sliderWrapper #logo {
    max-width: 400px; }
  #sliderWrapper h1 {
    width: 90%;
    font-size: 1.5em; }

  #communityDay article {
    padding: 0px; }
    #communityDay article #imageWrap {
      display: none; }

  #news {
    padding: 0px; }
    #news article {
      padding: 30px 20px; }
      #news article .newsBlock {
        padding: 0 0 50px 100px; }
        #news article .newsBlock .newsImage {
          width: 75px;
          height: 75px; }
        #news article .newsBlock .newsText {
          -webkit-column-count: 1;
             -moz-column-count: 1;
                  column-count: 1;
          -webkit-column-gap: 0px;
             -moz-column-gap: 0px;
                  column-gap: 0px; }

  #communityEvents #eventsListing .eventListing {
    width: 49%; } }
@media only screen and (max-width: 500px) {
  header.stuck nav #logo {
    display: none; }

  #userRegistration article .photographer {
    display: none; }
  #userRegistration article #loginWrap #loginHeader img {
    margin: 0 auto 5px auto; }
  #userRegistration article #loginWrap #loginHeader h1 {
    position: relative;
    padding: 0px;
    text-align: center;
    margin-bottom: 5px; }

  #comingSoon #centerBox ul#actionButtons li {
    float: none !important;
    width: 100% !important; }

  #donateBadge {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-transform-origin: top right;
            transform-origin: top right;
    right: 5px; }

  #businessContent {
    padding: 20px 0px;
    font-size: .85em;
    text-align: center; }

  #galleryThumbs .thumb {
    width: 33.333%; }

  #sidebar {
    padding: 0px; }
    #sidebar h3 {
      font-size: 1.4em; }

  #videos #videoWrap .video {
    width: 100%;
    float: none; }

  #directory {
    padding: 20px 10px; }
    #directory article .dirListing {
      width: 100%;
      margin: 0 0 20px 0; }
      #directory article .dirListing.tax-id-23 {
        width: 100%; }

  #singleEvent {
    padding: 0 10px; }
    #singleEvent article #eventColumns .eventCol#eventImage {
      width: 100%;
      float: none; }
    #singleEvent article #eventColumns .eventCol#eventDetails {
      width: 100%;
      float: none; }
      #singleEvent article #eventColumns .eventCol#eventDetails h1 {
        font-size: 1.4em; }
    #singleEvent article #eventColumns .eventCol#eventsSidebar {
      width: 100%; }
      #singleEvent article #eventColumns .eventCol#eventsSidebar .sideBlock {
        width: 100%;
        float: none; } }
@media only screen and (max-width: 499px) {
  header nav #logo {
    display: none; }
  header nav #toolbar {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
    margin-top: 5px; }
    header nav #toolbar > li.nyLogo, header nav #toolbar > li.search {
      display: none; }
    header nav #toolbar > li.weather {
      padding-right: 0; }
      header nav #toolbar > li.weather:after {
        display: none; }
      header nav #toolbar > li.weather a#weatherWrapper .current {
        padding-right: 0px !important; }
      header nav #toolbar > li.weather a#weatherWrapper ul.forcast {
        display: none !important; }

  footer article #footerColumns .column {
    margin-bottom: 10px;
    padding: 0px; }
    footer article #footerColumns .column#townInfo {
      margin: 0 0 30px 0;
      border-bottom: 1px solid #fff;
      padding-bottom: 30px; }
      footer article #footerColumns .column#townInfo a.logo {
        width: 80%; }
      footer article #footerColumns .column#townInfo p {
        font-size: .95em; }
        footer article #footerColumns .column#townInfo p br {
          display: block; }
        footer article #footerColumns .column#townInfo p span {
          display: block; }
        footer article #footerColumns .column#townInfo p a.email {
          border-left: 0;
          padding-left: 0;
          margin-left: 0; }
      footer article #footerColumns .column#townInfo ul.logos li a img {
        height: 30px; }
    footer article #footerColumns .column#quicklinks {
      float: none;
      width: 100%;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      padding-top: 0px;
      margin: 0 0 30px 0; }
      footer article #footerColumns .column#quicklinks ul.quicklinks {
        -webkit-column-count: 2;
           -moz-column-count: 2;
                column-count: 2; }
        footer article #footerColumns .column#quicklinks ul.quicklinks li a {
          font-size: .9em; }
    footer article #footerColumns .column#mailingColumn {
      margin: 0 0 30px 0;
      float: none;
      width: 100%;
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; }
    footer article #footerColumns .column#instagram {
      float: none;
      width: 100%;
      -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
              order: 4; }
  footer article #credit ul {
    display: block; }
    footer article #credit ul li {
      display: block;
      text-align: center; }
      footer article #credit ul li p {
        font-size: .7em;
        opacity: .6; }
      footer article #credit ul li:nth-child(1) {
        border-right: 0px;
        padding: 0px; }
        footer article #credit ul li:nth-child(1) a {
          display: block;
          margin-bottom: 20px; }

  #sliderWrapper #pager {
    display: none; }
  #sliderWrapper #logo {
    max-width: 200px;
    margin-top: 20px; }
  #sliderWrapper #slider {
   /* height: 300px !important;*/
    /*min-height: 100px !important;*/
	  font-size: .8em;
	}
    #sliderWrapper #slider .slide .credit {
      font-size: 0.4em;
      letter-spacing: 0px;
      bottom: 5px;
      right: 5px; }

  #intro article p {
    font-size: .9em; }

  #eventsPreview {
    font-size: .8em; }

  #eventsMailingList article #mailingList {
    padding: 20px; }
    #eventsMailingList article #mailingList .formWrapper {
      min-width: 100%; }
      #eventsMailingList article #mailingList .formWrapper h3 {
        font-size: 1.3em;
        font-weight: bold;
        margin-bottom: 10px; }

  #paragraph article #paragraphText {
    font-size: .9em; }
  #paragraph article #imageWrap {
    height: 150px; }

  #contributers article {
    padding: 0px; }
    #contributers article h2 {
      font-size: 2em; }
    #contributers article ul#contributerList {
      -webkit-column-count: 1;
         -moz-column-count: 1;
              column-count: 1; }
    #contributers article a.gofundmeButton {
      font-size: .9em;
      margin-bottom: 20px; }

  #businessListings article .listing {
    width: 100%; }

  #news {
    padding: 0px; }
    #news article .newsBlock {
      padding: 0 0 50px 0; }
      #news article .newsBlock .newsImage {
        display: none; }

  #communityEvents #eventsListing .eventListing {
    width: 99%; }

  #quicklinksWrapper #quicklinks .quicklink {
    width: 49.5%; } }

/*# sourceMappingURL=responsive.css.map */
