* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  margin: 0;
  padding: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  color: #2d2d2d;
  background: #fff; }

main {
  margin-top: 5.2em;
  min-height: 300px; }
  main > article {
    margin-bottom: 3em !important; }
  @media (min-width: 768px) {
    main {
      margin-top: 0;
      min-height: 600px; }
      main > article > p,
      main > article > ul,
      main > article > ol,
      main > article > dl,
      main > article > blockquote {
        margin-right: 3em; } }
  @media (min-width: 1024px) {
    main > article > p,
    main > article > ul,
    main > article > ol,
    main > article > dl,
    main > article > blockquote {
      margin-right: 10em; } }

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 120%;
  letter-spacing: -0.4px; 
  clear: both;
}

h1 {
  font-size: 2.25em; }
  @media (min-width: 768px) {
    h1 {
      font-size: 2.5em; } }

h2 {
  font-size: 2em;
  margin-top: 1.75em; }

h3 {
  font-size: 1.25em;
  margin: 1.5em 0 0.75em; }

h4 {
  font-size: 1em;
  margin: 0.25em 0 0.2em; }

@media (max-width: 767px) {
  ul {
    margin: 0.5em 0 1em;
    padding: 0 1.25em; } }

li {
  margin-bottom: 0.5em;
  font-size: 1.1em;
  line-height: 130%; }
  li ul {
    margin-top: 0.5em; }
  li li {
    font-size: 1.0em; }

dl {
  margin-left: 1.85em; }
  dl dt {
    margin-bottom: 0.25em;
    color: #6e6e6e; }
    dl dt:before {
      content: "Q:";
      margin-left: -1.5em;
      margin-right: 0.4em; }
  dl dd {
    margin: 0 0 1.25em 0;
    line-height: 1.5em; }
    dl dd:before {
      content: "A:";
      margin-left: -1.5em;
      margin-right: 0.4em; }

p {
  font-size: 1.2em;
  line-height: 1.5em;
  letter-spacing: -0.3px; }

a {
  color: #5AB5B9;
  text-decoration: underline; }
  a:visited {
    color: #5AB5B9; }
  a:hover, a:focus {
    /*background: rgba(159, 199, 90, 0.15);*/
    text-decoration:none; }

blockquote {
  margin: 1.5em 2em;
  font-family: "Georgia", "Times New Roman", serif;
  font-size: 1.25em; }
  blockquote:before {
    content: "\201C";
    display: inline-block;
    margin-left: -0.5em;
    margin-right: 0.1em; }
  blockquote:after {
    content: "\201D"; }

label, input, textarea, select {
  display: block;
  font-size: 1em; }

input, textarea {
  margin-top: 0.5em;
  padding: 0.5em;
  border: 1px solid #2d2d2d; }

input[type="checkbox"] {
  display: inline-block; }

input[type="submit"] {
  padding: 0.25em 0.5em;
  border: 1px solid #2d2d2d;
  border-radius: 6px; }

label {
  margin-bottom: 1em; }

.u-container {
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.5em;
  max-width: 940px; }
  @media (min-width: 1024px) {
    .u-container {
      padding: 0; } }

.u-container-thin {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px; }
  @media (min-width: 1024px) {
    .u-container-thin {
      padding: 0; } }

@media (min-width: 768px) {
  .u-container-md {
    margin: 0 auto !important;
    padding: 0 !important;
    max-width: 940px; } }

.u-container--noPad {
  padding: 0; }
  @media (min-width: 1024px) {
    .u-container--noPad {
      padding: 0; } }

.u-unstyledList {
  list-style: none; }

.u-clear:after {
  content: '';
  display: table;
  clear: both; }

.u-blockCentered {
  display: block;
  text-align: center; }

.u-visuallyhidden {
  display: none;
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

@media (max-width: 767px) {
  .u-namedLink {
    position: relative;
    border-top: 84px solid transparent;
    margin-top: -84px !important;
    background-clip: padding-box !important;
    pointer-events: none; } }

@media (max-width: 767px) {
  .u-namedLink:before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    right: 0; } }

.u-displayNone {
  display: none; }

.u-imgwidth {
  width: 100%;
  max-width: 100%; }

@media (max-width: 767px) {
  .u-hiddenMobile {
    display: none; } }

.u-warn {
  margin: 1.5em 0;
  padding: 1em;
  background: yellow; }

.Note {
  display: block;
  font-size: 0.9375em;
  font-style: italic;
  color: #444; }

.PlaceholderImage {
  min-height: 100px;
  margin: 1em 0;
  padding: 2em;
  background: #eee;
  text-align: center;
  text-style: italic;
  color: #999; }

.Todo {
  color: magenta;
  font-style: italic; }

.Button {
  padding: 1.1em;
  font-family: "Droid Sans Mono", sans-serif;
  text-transform: uppercase;
  background-color: #F3EDBC;
  color: #722C1E !important;
  border: 3px solid #722C1E;
  text-decoration: none;
  letter-spacing: 1px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px; 
}
  .Button:hover, .Button:focus, .Button.is-selected {
    color: #722C1E !important;
    border: 3px solid #722C1E;
    background-color:transparent; }
  .Button.alt-primary {
    background-color: #9fc75a !important;
    color: #0a0a0a; }

.Big {
  font-size: 1.2em;
  font-weight: bold; }

.fineprint {
  letter-spacing: 0; 
  width: 100%;
}

.image--big-house {
  background-image: url(/assets/img/fpo/big-house.jpg);
  background-size: cover;
  background-position: center center; }

.image--art-2017 {
  background-image: url(/assets/img/2017/home-art-banner.jpg);
  background-size: cover;
  background-position: center center; }

.image--iris-2018 {
  background-image: url(/assets/img/2018/iris.jpg);
  background-size: cover;
  background-position: center; }

.image--art-2018 {
  background-image: url(/assets/img/2018/home-art-banner.png);
  background-size: cover;
  background-position: center center;
  border: 1px solid #ddd; }

.image--art-2019 {
  background-image: url(/assets/img/2019/2019-art-banner.jpg);
  background-size: cover;
  background-position: top center;
  border: 1px solid #ddd; }

.image--art-submission {
  background-image: url(/assets/img/2020/art-submission-promo-bg.jpg);
  background-size: cover;
  background-position: top center; }

.image--parade {
  background-image: url(/assets/img/2019/hero-gnome-parade-768.jpg);
  background-sive: cover;
  background-position: center; }

.image--merch-2020 {
  background-image: url(/assets/img/2020/merch-bg.jpg);
  background-size: cover;
  background-position: center center; }

.tns-outer {
  position: relative; }

.tns-nav {
  width: 100%;
  text-align: center; }
  .tns-nav button {
    margin: 0 0.4em;
    padding: 0;
    width: 1em;
    height: 1em;
    border: 2px solid transparent;
    border-radius: 50%;
    background: #ccc; }
    .tns-nav button:focus {
      outline: 0;
      border-color: #777; }
    .tns-nav button.tns-nav-active {
      background-color: #5AB5B9; }
    @media (min-width: 768px) {
      .tns-nav button {
        margin: 0 0.6em;
        width: 1.25em;
        height: 1.25em; } }

.Header {
  position: relative;
  width: 100%;
  padding: 1em 0;
  background: #F3EDBC;
  color: whitesmoke; }
  .Header a {
    color: gainsboro; }
    .Header a:hover, .Header a:focus {
      color: white; }

#Logo {
  float: left;
  margin-top: 0.5em;
  margin-left: 20%;
  width: 120px;
  -webkit-transform: scale(1.4);
      -ms-transform: scale(1.4);
          transform: scale(1.4); }
  @media (min-width: 768px) {
    #Logo {
      margin-left: -1em; } }

#Trigger {
  display: none; }
  #Trigger:checked ~ #NavHeader {
    max-height: 25em; }

#TriggerLabel {
  float: right;
  display: inline-block;
  margin: 1.25em 0 0 0;
  padding: 4px;
  border: 1px solid #aaa; }
  @media (min-width: 768px) {
    #TriggerLabel {
      display: none; } }

#NavHeader {
  max-height: 0;
  overflow: hidden; }
  @media (min-width: 768px) {
    #NavHeader {
      max-height: inherit; } }

.SiteHeaderBackground {
  background-color: #F3EDBC;
  z-index: 1000; }

.SiteHeader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000; }
  @media (min-width: 768px) {
    .SiteHeader {
      position: relative;
      margin: 0 auto;
      max-width: 940px; } }

.MastHead {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 0.5em;
  background-color: #F3EDBC; }
  @media (min-width: 768px) {
    .MastHead {
      position: absolute;
      top: 0;
      left: 0;
      background-color: transparent; } }

.SiteMenuToggle {
  margin-top: 1em; }
  @media (min-width: 768px) {
    .SiteMenuToggle {
      display: none; } }

.SiteMenuToggle button {
  margin: 1em 0 0 1em;
  padding: 0.5em 0.25em;
  width: 4em;
  background-color: transparent;
  border-top: 1px solid #722C1E;
  border-bottom: 1px solid #722C1E;
  border-right: none;
  border-left: none;
  text-transform: uppercase;
  font-size: 0.8em;
  color: #722C1E; }

.nav-open .SiteMenuToggle-menu {
  display: none; }

.SiteMenuToggle-close {
  display: none; }

.nav-open .SiteMenuToggle-close {
  display: block; }

.SiteLogo {
  text-indent: -9999px;
  display: block;
  clear:both;
  padding-right: 0.5em;
  text-align: right; }
  .SiteLogo:hover, .SiteLogo:focus {
    background-color: #F3EDBC; }
  .SiteLogo:focus {
    outline: 1px solid #feca38; }
  .SiteLogo h1 {
    margin: 1em 0 0;
    font-size: 1em; }
  .SiteLogo img {
    display: block;
    margin-top: 0.5em;
    width: 170px; }
  @media (min-width: 768px) {
    .SiteLogo {
      padding-right: 0; }
      .SiteLogo h1 {
        font-size: 1.25em;
        margin-top: 1.25em; }
      .SiteLogo img {
        width: 220px; } }
  @media (min-width: 1024px) {
    .SiteLogo img {
      width: 260px; } }

.SiteNav {
  display: none;
  background-color: #F3EDBC;
  font-family: "Droid Sans Mono", sans-serif; }
  @media (min-width: 768px) {
    .SiteNav {
      display: block;
      background-color: transparent; } }

.nav-open .SiteNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }

.SiteNav a {
  text-decoration: none;
  color: #722C1E; }

.SiteNav a:hover,
.SiteNav a:focus,
.SiteNav a.is-selected {
  color: #5AB5B9;
  background-color: #F3EDBC; }

.SiteNav a:focus {
  /*outline: 1px solid #feca38;*/ }

.SiteNav-utilities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1em 0; }
  @media (min-width: 768px) {
    .SiteNav-utilities {
      margin-top: 0;
      padding-top: 1em;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }

.SiteNav-utilities a {
  display: inline-block;
  margin-right: 1.25em;
  padding: 0.5em 0.25em;
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 1px; }
  @media (min-width: 768px) {
    .SiteNav-utilities a {
      padding: 0.5em; } }
  .SiteNav-utilities a.SiteNav-tix {
    display: none; }
    @media (min-width: 768px) {
      .SiteNav-utilities a.SiteNav-tix {
        display: inherit; } }

.SiteNav-utilities a:last-child {
  margin-right: 0; }

.SiteNav-primary {
  display: block;
  border-bottom: 1px solid grey; }
  @media (min-width: 768px) {
    .SiteNav-primary {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin-top: 2em;
      border: none; } }
  @media (min-width: 1024px) {
    .SiteNav-primary {
      margin-top: 2em; } }

.SiteNav-primary a {
  display: block;
  width: 100%;
  padding: 0.75em 0;
  border-top: 1px solid #722C1E;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.15em; }
  @media (min-width: 768px) {
    .SiteNav-primary a {
      margin-right: 0.75em;
      padding: 0.75em 0.5em 0.5em;
      width: inherit;
      font-size: 0.875em;
      border: none; }
      .SiteNav-primary a:last-child {
        margin-right: 0; } }
  @media (min-width: 1024px) {
    .SiteNav-primary a {
      margin-right: 1em;
      padding: 0.75em 0.5em 0.5em;
      font-size: 1em; } }

.SecondaryNavContainer {
  border-bottom: 1px solid #722C1E;
  background:#f4f1cd }

.SecondaryNav {
  display: block;
  width: 100%;
  padding: 0 0.5em;
  overflow-x: auto;
  white-space: nowrap; }
  @media (min-width: 768px) {
    .SecondaryNav {
      margin: 0 auto;
      max-width: 940px;
      text-align: right;
      background-color: #f4f1cd; } }

.SecondaryNav a {
  display: inline-block;
  margin-right: 1.5em;
  padding: 0.5em 0.25em;
  font-size: 0.75em;
  font-family: "Droid Sans Mono", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  color: #2d2d2d; }
  .SecondaryNav a:hover, .SecondaryNav a:focus, .SecondaryNav a.is-selected {
    background-color: #5AB5B9;
    color:#fff }
  .SecondaryNav a:focus {
    outline: 1px solid #feca38; }
  @media (min-width: 768px) {
    .SecondaryNav a {
      margin-right: 1.5em;
      padding: 0.5em; }
      .SecondaryNav a:last-child {
        margin-right: 0; } }

.Footer {
  width: 100%;
  padding: 2em 0 12em;
  background: #F3EDBC;
  color: #727272;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-family: "Droid Sans Mono", sans-serif; }
  .Footer a {
    color: #722C1E; }
    .Footer a:hover, .Footer a:focus, .Footer a.is-selected {
      color: #5AB5B9;
      background:#F3EDBC; }
  .Footer p {
    font-size: 0.6em; }
  @media (max-width: 1024px) {
    .Footer {
      min-height: 30em; } }

.Footer .artwork{
  width: 800px;
  max-width: 100%;
  height: 1200px;
  background: url(/assets/img/artwork.png) no-repeat;
  background-size: 100%;
  margin: 0 auto;
  clear: both;

}

.Footer-sponsors {
  margin: 0 0 2em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .Footer-sponsors a {
    display: block;
    width: 50%; }
    .Footer-sponsors a:last-child {
      width: 100%; }
  @media (min-width: 768px) {
    .Footer-sponsors {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .Footer-sponsors a {
        width: inherit; }
        .Footer-sponsors a:last-child {
          width: inherit; }
        .Footer-sponsors a img {
          max-width: 80px; } }
  @media (min-width: 1024px) {
    .Footer-sponsors a img {
      max-width: 100px; } }

.Footer-nav {
  margin: 0 0 1.5em 0;
  padding: 0 2em;
  font-size: 0.6em; }
  .Footer-nav a {
    margin-top: 0.5em; }
  @media (max-width: 767px) {
    .Footer-nav a:nth-child(even) {
      border-right: none; } }

.Hero {
  margin: 20px auto 2em;
  padding: 0 20px;
  max-width: 1024px; }
  .Hero > p {
    font-style: italic; }
  .Hero img {
    max-width: 100%; }

.HeroSlidePromo {
  margin-bottom: 15px;
  background-color: #E3BC51; 
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;}
.HeroSlidePromo div:first-child{
  -webkit-border-top-left-radius: 30px;
-webkit-border-top-right-radius: 30px;
-moz-border-radius-topleft: 30px;
-moz-border-radius-topright: 30px;
border-top-left-radius: 30px;
border-top-right-radius: 30px;

}.tns-slide-active img{
  -webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}.tns-inner{
  text-align: center;
}

.HeroSlidePromo {
      aspect-ratio: 1.7777 /1;  } }

  @media (min-width: 768px) {
    .HeroSlidePromo {
      aspect-ratio: 1.7777 /1;  } }
  @media (min-width: 1024px) {
    .HeroSlidePromo {
      aspect-ratio: 1.7777 /1;  } }

.HeroSlidePromo-copy {
  padding: 2em 1em 1em; }
  .HeroSlidePromo-copy h3 {
    margin-top: 0; }
  .HeroSlidePromo-copy a {
    color: #722C1E; }
    .HeroSlidePromo-copy a:hover, .HeroSlidePromo-copy a:focus {
      background-color: #E3BC51; }
  .HeroSlidePromo-copy .Button 180px {
    display: none; }
  @media (min-width: 768px) {
    .HeroSlidePromo-copy {
      text-align: center;
      padding: 1em 5em 2em;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto; }
      .HeroSlidePromo-copy h3 {
        font-size: 1.5em; }
      .HeroSlidePromo-copy .Button {
        display: inline-block; } }
  @media (min-width: 1024px) {
    .HeroSlidePromo-copy {
      padding-top: 2em; }
      .HeroSlidePromo-copy h3 {
        font-size: 2em; } }

  @media (max-width: 767px){
    .HeroSlidePromo{
      background: url(/assets/img/2023/artwork_tp.png) no-repeat;
      background-size: cover;
      background-position-y: -100px;
      width: 100%;
      height: 100%;
    }.HeroSlidePromo h3{
      background: rgba(89,181,185, .8);
      color: #fff;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      border-radius: 15px;
      padding: 10px;
    }
  }

.HeroSlidePromo-banner {
  display: none; }
  @media (min-width: 768px) {
    .HeroSlidePromo-banner {
      display: block;
      width: 100%;
      height: 213px;
      background-image: url(/assets/img/2017/hero-volunteer-banner.jpg);
      background-repeat: no-repeat;
      background-size: cover; } }
  @media (min-width: 1024px) {
    .HeroSlidePromo-banner {
      height: 285px; } }

  @media (min-width: 768px) {
    .HeroSlidePromo-banner2 {
      display: block;
      width: 100%;
      height: 213px;
      background-image: url(/assets/img/2023/banner.png);
      background-repeat: no-repeat;
      background-size: cover; } }
  @media (min-width: 1024px) {
    .HeroSlidePromo-banner2 {
      height: 285px; } }

.HeroSlidePromo-vendors {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/assets/img/2020/hero-vendor-applications.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  @media (min-width: 1024px) {
    .HeroSlidePromo-vendors {
      height: 576px; } }
  .HeroSlidePromo-vendors > div {
    margin: 0 auto;
    padding-top: 1em;
    width: 90%; }
    .HeroSlidePromo-vendors > div h2 {
      margin-top: 0;
      color: white; }
    .HeroSlidePromo-vendors > div p {
      font-size: 0.8em;
      color: white; }
    .HeroSlidePromo-vendors > div a {
      display: inline-block;
      padding: 0.25em 0.5em;
      background-color: rgba(255, 255, 255, 0.8); }
    @media (min-width: 768px) {
      .HeroSlidePromo-vendors > div {
        text-align: right;
        padding-top: 5em; }
        .HeroSlidePromo-vendors > div p {
          font-size: 1.1em; }
        .HeroSlidePromo-vendors > div a {
          background-color: rgba(255, 255, 255, 0.9); } }
    @media (min-width: 1024px) {
      .HeroSlidePromo-vendors > div {
        padding-top: 8em; }
        .HeroSlidePromo-vendors > div h2 {
          font-size: 2.5em; } }

.HeroSlidePromo-banner {
  display: none; }
  @media (min-width: 768px) {
    .HeroSlidePromo-banner {
      display: block;
      width: 100%;
      height: 213px;
      background-image: url(/assets/img/2017/hero-volunteer-banner.jpg);
      background-repeat: no-repeat;
      background-size: cover; } }
  @media (min-width: 1024px) {
    .HeroSlidePromo-banner {
      height: 285px; } }

.HeroSlidePromo-banner-tickets {
  display: none; }
  @media (min-width: 768px) {
    .HeroSlidePromo-banner-tickets {
      display: block;
      width: 100%;
      height: 280px;
      background-image: url(/assets/img/slideshows/homes-bighome-1024.jpg);
      background-repeat: no-repeat;
      background-size: cover; } }
  @media (min-width: 1024px) {
    .HeroSlidePromo-banner-tickets {
      height: 315px; } }

.SocialIcons {
  margin: 3em 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .SocialIcons a {
    color: whitesmoke; }
    .SocialIcons a:hover, .SocialIcons a:focus {
      color: #b5b5b5; }
    .SocialIcons a > span {
      font-size: 2em; }

.icon img {
  width: 1em;
  height: 1em; }

.PromoGrid {
  list-style: none;
  margin: 3rem 0;
  padding: 0; }
  .PromoGrid:after {
    content: "";
    display: table;
    clear: both; }

.PromoItem {
  margin: 0;
  padding: 3rem 0 0;
  width: 100%; }
  .PromoItem h4 {
    margin: 0 0 1em;
    padding: 0 3rem;
    font-size: 3em; }
  .PromoItem p {
    margin: 0;
    padding: 0 3rem; }
  @media screen and (min-width: 768px) {
    .PromoItem {
      width: 32%;
      margin-right: 2%;
      float: left;
      min-height: 9em; }
      .PromoItem:last-child {
        margin-right: 0; } }

.PromoItem:first-child {
  padding-top: 0; }

@media screen and (min-width: 768px) {
  .PromoItem.PromoItem--threeCol {
    width: 100%;
    float: none;
    margin-right: 0; }
    .PromoItem.PromoItem--threeCol .PromoItem-titleImage {
      width: 66%;
      float: left; } }

.PromoItem--actionPrimary,
.PromoItem--actionSecondary {
  padding-bottom: 3rem;
  color: whitesmoke; }
  .PromoItem--actionPrimary h4,
  .PromoItem--actionSecondary h4 {
    font-size: 1.5625em;
    font-family: "Droid Sans Mono", sans-serif;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    line-height: 1.5em; }

.PromoItem--actionPrimary {
  background-color: #feca38; }

.PromoItem--actionSecondary {
  background-color: #9fc75a; }

.PromoItem-titleImage {
  margin-bottom: 1em;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .PromoItem-titleImage {
      margin-bottom: 0; } }

.ArrowNav {
  text-align: right; }
  .ArrowNav > a {
    display: inline-block;
    width: 3.75em;
    height: 3.75em;
    padding: 1.1em 0;
    color: whitesmoke;
    background-color: #F3EDBC;
    text-align: center;
    text-decoration: none; }
    .ArrowNav > a:hover {
      background-color: #7a7a7a;
      text-decoration: none; }

.PromotionGrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none; 
  clear: both;
}
  @media screen and (min-width: 768px) {
    .PromotionGrid {
      margin: 0 auto;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.PromotionItem {
  position: relative;
  margin: 5px;
  padding-bottom: 1em; 
  -webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}
  .PromotionItem > section {
    padding-left: 2em;
    padding-right: 2em; }
  .PromotionItem h3 {
    font-size: 1.75em; }
  .PromotionItem ul {
    padding-left: 1em; }
  .PromotionItem p {
    font-size: 1em; }
  .PromotionItem.alt-primary, .PromotionItem.alt-secondary, .PromotionItem.alt-tertiary {
    padding-bottom: 2em; }
    .PromotionItem.alt-primary h3, .PromotionItem.alt-secondary h3, .PromotionItem.alt-tertiary h3 {
      font-size: 1.5em;
      font-family: "Droid Sans Mono", sans-serif;
      font-style: normal;
      font-weight: normal;
      text-transform: uppercase;
      color: whitesmoke;
      letter-spacing: 0.1em; }
    .PromotionItem.alt-primary a, .PromotionItem.alt-secondary a, .PromotionItem.alt-tertiary a {
      background-color: transparent;
      color:#fff; }
  .PromotionItem.alt-primary {
    background-color: #5AB5B9; }
    .PromotionItem.alt-primary a:hover, .PromotionItem.alt-primary a:focus, .PromotionItem.alt-primary a:visited,
    .PromotionItem.alt-tertiary a:hover {
      color: #fff; }
  .PromotionItem.alt-secondary {
    background-color: #CD5E24; }
    .PromotionItem.alt-secondary a:hover, .PromotionItem.alt-secondary a:focus {
      color: #fff; }
  .PromotionItem.alt-tertiary {
    background-color: #E3BC51; }
    .PromotionItem.alt-tertiary h3 {
      color: #000; }
  @media screen and (min-width: 768px) {
    .PromotionItem {
      width: 33.3333%; }
      .PromotionItem > section {
        padding-left: 2em;
        padding-right: 2em; }
      .PromotionItem h3 {
        font-size: 1.5em; }
      .PromotionItem .ArrowNav {
        position: absolute;
        bottom: 0;
        right: 0; } }

.PromotionItemSolo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0; }
  @media screen and (min-width: 1024px) {
    .PromotionItemSolo {
      margin: 0 auto;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.PromotionItemSolo-header {
  padding-top: 2em;
  padding-right: 2em;
  padding-left: 2em;
  background-color: #9fc75a; }
  .PromotionItemSolo-header h3 {
    margin-top: 0;
    padding-right: 2em;
    font-family: "Droid Sans Mono", sans-serif;
    font-size: 1.75em;
    color: whitesmoke; }
  @media screen and (min-width: 1024px) {
    .PromotionItemSolo-header {
      width: 33.3333%; }
      .PromotionItemSolo-header h3 {
        padding-top: 1em;
        padding-right: 0; } }

.PromotionItemSolo-content {
  padding-right: 2em;
  padding-left: 2em;
  padding-bottom: 2em;
  background-color: #9fc75a; }
  .PromotionItemSolo-content ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  @media screen and (min-width: 1024px) {
    .PromotionItemSolo-content {
      width: 66.6666%;
      padding-top: 2em;
      background-color: whitesmoke; }
      .PromotionItemSolo-content ul {
        font-size: 1.25em; }
      .PromotionItemSolo-content li > small {
        display: block; } }

.PromotionItemHero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .PromotionItemHero h2 {
    font-size: 3em;
    margin-top: 1.75rem; }
  .PromotionItemHero h3 {
    font-size: 1.75em; }
  @media screen and (min-width: 768px) {
    .PromotionItemHero {
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .PromotionItemHero h2 {
        margin-top: 1rem;
        margin-bottom: 0.5rem; }
      .PromotionItemHero h3 {
        font-size: 1.5em; } }

.PromotionItemHero-image {
  width: 100%;
  height: 190px; }
  @media screen and (min-width: 768px) {
    .PromotionItemHero-image {
      -ms-flex-preferred-size: 66.6666%;
          flex-basis: 66.6666%;
      height: inherit; } }

.PromotionItemHero-text {
  position: relative; }
  .PromotionItemHero-text > section {
    padding-left: 2em;
    padding-right: 2em; }
  @media screen and (min-width: 768px) {
    .PromotionItemHero-text {
      -ms-flex-preferred-size: 33.3333%;
          flex-basis: 33.3333%; }
      .PromotionItemHero-text > section {
        padding-left: 2em;
        padding-right: 2em;
        padding-bottom: 3em; }
      .PromotionItemHero-text .ArrowNav {
        position: absolute;
        right: 0;
        bottom: 0; } }

.Banner {
  padding: 0.5em;
  text-align: center;
  font-family: "Georgia", "Times New Roman", serif;
  font-style: italic; }
  .Banner p {
    padding: 0 1.5em; }
    @media (min-width: 768px) {
      .Banner p {
        padding: 0 7em; } }
    @media (min-width: 1024px) {
      .Banner p {
        padding: 0 10em; } }

.Banner--dates {
  background: #CD5E24;
  color: #fff; }
  @media (min-width: 768px) {
    .Banner--dates div {
      display: inline-block; }
      .Banner--dates div:last-child {
        margin-left: 0.5em;
        padding-left: 0.5em;
        border-left: 1px solid #722C1E; } }
  @media (min-width: 1024px) {
    .Banner--dates {
      padding: 0.75em;
      font-size: 1.15em; } }

.Banner--tix {
  background: #dedede; }
  @media (min-width: 768px) {
    .Banner--tix {
      display: none; } }

.Banner--corona {
  background: #eee;
  font-size: 0.8em;
  font-style: normal; }

.PipeNav {
  display: inline-block;
  padding: 0 1em;
  border-right: 1px solid grey; }
  .PipeNav:first-child {
    padding-left: 0; }
  .PipeNav:last-child {
    border-right: none; }
  .PipeNav.is-selected {
    text-decoration: underline; }

.PageIntro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 1.5em 0; }
  @media screen and (min-width: 768px) {
    .PageIntro {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 3em 0; } }

@media screen and (min-width: 768px) {
  .PageIntro-header {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%; } }

.PageIntro-header h1 {
  margin-top: 0; }
  @media screen and (min-width: 768px) {
    .PageIntro-header h1 {
      margin-left: 1em;
      line-height: 1.5;
      font-size: 1.75em; } }
  @media (min-width: 1024px) {
    .PageIntro-header h1 {
      font-size: 2.5em; } }

@media screen and (min-width: 768px) {
  .PageIntro-copy {
    -ms-flex-preferred-size: 55%;
        flex-basis: 55%; } }

.PageIntro-copy p:first-child {
  margin-top: 0; }

.Vendors {
  list-style: none;
  margin: 1.5em 0;
  padding: 0; }

.Vendor {
  margin: 0 0 1em;
  padding: 0; }
  .Vendor > ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0.25em;
    background: #fbfbfb;
    border: 2px solid #F3EDBC;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; 
  }
    .Vendor > ul > li {
      display: block;
      position: relative;
      width: 100%;
      padding-bottom: 0.15em; }
  .Vendor .Vendor-business {
    margin: 0;
    padding-left: 1rem;
    padding-top: 1.75rem; }
    @media (min-width: 600px) {
      .Vendor .Vendor-business {
        padding-top: 0.75rem; } }
  .Vendor .Vendor-name {
    margin: 0;
    padding-left: 1rem;
    font-size:1em; }
  .Vendor .Vendor-url {

   }
   .Vendor h3{
    font-size: 1.2em;
   }
   .Vendor h3 a{
    text-decoration: none;
   }
   .Vendor h3 a:hover{
    text-decoration: underline;
   }
  .Vendor .Vendor-category {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.2em;
    min-width: 10em;
    text-align: center;
    font-family: "Droid Sans Mono", sans-serif;
    font-size: 0.75em;
    text-transform: uppercase;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    border-top-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-left-radius: 8px; 
  }
  .Vendor .Vendor-statement{
    padding-left: 1rem;
    padding-top: 0;
    font-size: 0.95em; }
    @media (min-width: 768px) {
      .Vendor .Vendor-statement {
        padding-right: 14rem; } }
  .Vendor .Category--antiques .Vendor-category {
    background: #b7985d; }
  .Vendor .Category--ceramics .Vendor-category {
    background: #f4ee42; }
  .Vendor .Category--Clay .Vendor-category {
    background: #f4ee42; }
  .Vendor .Category--clothing .Vendor-category {
    background: rgba(191, 33, 35, 0.3); }
  .Vendor .Category--consumables .Vendor-category {
    background: #ff893a; }
  .Vendor .Category--decorative .Vendor-category {
    background: rgba(245, 211, 240, 0.3); }
  .Vendor .Category--Printmaking .Vendor-category,
  .Vendor .Category--drawing-printmaking .Vendor-category {
    background: rgba(46, 10, 110, 0.3); }
  .Vendor .Category--fiber-clothing .Vendor-category {
    background: rgba(186, 153, 80, 0.3); }
  .Vendor .Category--furniture .Vendor-category {
    background: rgba(128, 96, 28, 0.3); }
  .Vendor .Category--garden .Vendor-category {
    background: rgba(15, 145, 39, 0.3); }
  .Vendor .Category--glass-mosaic .Vendor-category {
    background: rgba(188, 240, 247, 0.3); }
  .Vendor .Category--Glass .Vendor-category {
    background: rgba(188, 240, 247, 0.3); }
  .Vendor .Category--jewelry .Vendor-category {
    background: rgba(237, 207, 9, 0.3); }
  .Vendor .Category--Jewelry .Vendor-category {
    background: rgba(237, 207, 9, 0.3); }
  .Vendor .Category--leather .Vendor-category {
    background: rgba(100, 47, 10, 0.3); }
  .Vendor .Category--Fiber-Leather .Vendor-category {
    background: rgba(100, 47, 10, 0.3); }
  .Vendor .Category--Metal .Vendor-category 
  ,.Vendor .Category--metalcraft .Vendor-category,
  .Vendor .Category--metalwork .Vendor-category {
    background: rgba(90, 90, 90, 0.3); }
  .Vendor .Category--Mixed-Media .Vendor-category 
  ,.Vendor .Category--mixed-media .Vendor-category {
    background: rgba(56, 204, 39, 0.3); }
  .Category--Two-Dimensional .Vendor-category,
  .Vendor .Category--painting .Vendor-category {
    background: rgba(13, 53, 186, 0.3); }
  .Vendor .Category--pet-supplies .Vendor-category {
    background: rgba(142, 111, 92, 0.5); }
  .Vendor .Category--Photography .Vendor-category,
  .Vendor .Category--photography .Vendor-category {
    background: rgba(0, 0, 0, 0.3); }
  .Vendor .Category--pottery .Vendor-category {
    background: rgba(204, 105, 39, 0.3); }
  .Vendor .Category--textile .Vendor-category, .Vendor .Category--textile-fiber .Vendor-category {
    background: #58c7ef; }
  .Vendor .Category--Wood .Vendor-category,
  .Vendor .Category--woodcraft .Vendor-category,
  .Vendor .Category--woodwork .Vendor-category {
    background: rgba(115, 82, 40, 0.3); }
  .Vendor .Category--Others .Vendor-category,
  .Vendor .Category--various .Vendor-category, 
  .Vendor .Category--various-other .Vendor-category {
    background: rgba(196, 85, 204, 0.6); }
  .Vendor .Category--vintage .Vendor-category {
    background: rgba(110, 130, 150, 0.4); }

  .Category--non-profit .Vendor-category{
    background: #5AB5B9;
    color: #fff;
  }

.BoothWinner-name {
  font-weight: bold; }
  @media (min-width: 768px) {
    .BoothWinner-name {
      display: inline-block; } }

.BoothWinner-type {
  color: #8c8c8c; }
  @media (min-width: 768px) {
    .BoothWinner-type {
      display: inline-block;
      margin-left: 0.25em; }
      .BoothWinner-type::before {
        content: '| '; } }

.BoothWinner-url {
  display: block;
  font-size: 0.75em;
  word-wrap: break-word; }
  @media (min-width: 768px) {
    .BoothWinner-url {
      font-size: inherit;
      word-wrap: normal; } }

.BoothWinner--honorable .BoothWinner-url {
  display: block;
  margin-bottom: 1.25em; }

.FestivalArt.FestivalArt--2019 {
  display: block;
  text-align: center; }
  .FestivalArt.FestivalArt--2019 > img {
    width: 100%;
    max-width: 220px; }
    @media (min-width: 768px) {
      .FestivalArt.FestivalArt--2019 > img {
        max-width: 400px; } }

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px); } }

@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px); } }

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); } }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

.dropzone, .dropzone * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.dropzone {
  min-height: 150px;
  background: white; }

.dropzone.dz-clickable {
  cursor: pointer; }

.dropzone.dz-clickable * {
  cursor: default; }

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer; }

.dropzone.dz-started .dz-message {
  display: none; }

.dropzone.dz-drag-hover {
  border-style: solid; }

.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5; }

.dropzone .dz-message {
  text-align: center;
  margin: 2em 0; }

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px; }

.dropzone .dz-preview:hover {
  z-index: 1000; }

.dropzone .dz-preview:hover .dz-details {
  opacity: 1; }

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
  background: -o-linear-gradient(top, #eee, #ddd);
  background: linear-gradient(to bottom, #eee, #ddd); }

.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1; }

.dropzone .dz-preview.dz-image-preview {
  background: white; }

.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none; }

.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline; }

.dropzone .dz-preview:hover .dz-details {
  opacity: 1; }

.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%; }

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px; }

.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap; }

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8); }

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis; }

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent; }

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px; }

.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px); }

.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10; }

.dropzone .dz-preview .dz-image img {
  display: block; }

.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }

.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px; }

.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px; }

.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in; }

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite; }

.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden; }

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#444));
  background: -o-linear-gradient(top, #666, #444);
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out; }

.dropzone .dz-preview.dz-error .dz-error-message {
  display: block; }

.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto; }

.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: -webkit-gradient(linear, left top, left bottom, from(#be2626), to(#a92222));
  background: -o-linear-gradient(top, #be2626, #a92222);
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white; }

.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626; }

.ImageGrid {
  margin: 0 auto;
  width: 70%; }
  @media (min-width: 768px) {
    .ImageGrid {
      width: 100%; } }

.ImageGridItem {
  margin-bottom: 2em; }
  .ImageGridItem img {
    display: block;
    margin: 0 auto;
    max-width: 100%; }
  @media (min-width: 768px) {
    .ImageGridItem {
      display: inline-block;
      vertical-align: middle;
      width: 48%; }
      .ImageGridItem img {
        max-width: 70%; } }
  @media (min-width: 1024px) {
    .ImageGridItem {
      display: inline-block;
      vertical-align: middle;
      width: 33%; }
      .ImageGridItem img {
        margin: 0 auto;
        max-width: 70%;
        max-height: 350px; } }

.AccordionTrigger {
  display: block;
  position: relative; }
  .AccordionTrigger::before {
    position: absolute;
    content: '\25b6 \fe0e';
    font-size: 0.4em;
    top: 0.1em;
    left: -1.1em; }
  .AccordionTrigger:hover {
    cursor: pointer; }

.AccordionContent {
  display: block; }

.AccordionContent.hide {
  display: none; }

.GardenToursHeaderContainer {
  background-color: #2d2d2d; }

.GardenToursHeader h1 {
  margin: 0;
  padding: 0.5em 0 0;
  font-family: "Georgia", "Times New Roman", serif;
  text-align: center;
  font-size: 1.2em;
  color: #000; }
  .GardenToursHeader h1 span {
    display: block;
    padding: 0.5em 0;
    background-color: #feca38; }
  @media screen and (min-width: 768px) {
    .GardenToursHeader h1 {
      font-size: 1.5em; }
      .GardenToursHeader h1 span {
        padding: 0.75em 0; } }

.GardenToursNav {
  padding: 0.25em 0;
  text-align: center;
  background-color: #9fc75a; }
  .GardenToursNav a {
    display: inline-block;
    margin: 0;
    padding: 0.3em 0.75em;
    color: black;
    text-decoration: none;
    border-right: 1px solid #6a8c2f; }
    .GardenToursNav a:first-child {
      padding-left: 0; }
    .GardenToursNav a:last-child {
      margin-right: 0;
      padding-right: 0;
      border-right: none; }

@media screen and (min-width: 480px) {
  .GardenToursNav-primary,
  .GardenToursNav-secondary {
    display: inline-block; } }

@media screen and (min-width: 480px) {
  .GardenToursNav .GardenToursNav-primary a:last-child {
    padding-right: 0.75em;
    border-right: 1px solid #6a8c2f; } }

@media screen and (min-width: 480px) {
  .GardenToursNav .GardenToursNav-secondary a:first-child {
    padding-left: 0.75em; } }

.GardenToursContainer {
  margin: 0 auto;
  max-width: 43em; }
  @media screen and (min-width: 768px) {
    .GardenToursContainer {
      max-width: 56em; } }

.GardenTours {
  margin: 0; }
  .GardenTours h2 {
    font-size: 1.3em; }

.GardenSection {
  padding: 1em; }
  @media screen and (min-width: 768px) {
    .GardenSection {
      padding-left: 2em;
      padding-right: 2em; } }
  @media screen and (min-width: 1024px) {
    .GardenSection {
      padding-left: 3em;
      padding-right: 3em; } }

.GardenSection.bgGarden-secondary {
  background-color: #eee; }

@media screen and (min-width: 768px) {
  .GardenSectionSplit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media screen and (min-width: 768px) {
  .GardenSectionSplit-half {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%; } }

.GardenSectionSplit-half > div {
  padding: 1em; }

.GardenSectionSplit-half.alt-secondary {
  background-color: #9fc75a; }

.GardenSectionSplit-half.alt-tertiary {
  background-color: #feca38; }

.GardenHero {
  padding-bottom: .5em;
  background-color: #ddd; }
  .GardenHero img {
    max-width: 100%; }
  .GardenHero .tns-nav {
    padding-top: .3em; }
  .GardenHero button[data-action="stop"],
  .GardenHero button[data-action="start"] {
    display: none; }

.GardenAuction {
  padding: 0.75em 0;
  text-align: center;
  background: #feca38; }
  .GardenAuction a {
    color: black;
    text-decoration: none; }

.GardenWelcome h2 {
  margin: 1.5em 0 0;
  padding: 0 3em;
  font-size: 1.5em;
  text-align: center; }

.GardenSponsors-primary {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  text-align: center; }
  .GardenSponsors-primary h2 {
    margin-top: 0;
    margin-bottom: 0.5em;
    margin-left: 2em;
    margin-right: 2em;
    font-size: 1em;
    text-align: center; }
  .GardenSponsors-primary img {
    width: 100%;
    max-width: 400px; }

.GardenMoreDetails {
  min-height: 300px; }
  @media screen and (min-width: 768px) {
    .GardenMoreDetails {
      min-height: 500px; } }

.GardenTickets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .GardenTickets .GardenTickets-copy h2 {
    margin-top: 0; }
  @media screen and (min-width: 768px) {
    .GardenTickets {
      margin-top: 1em; }
      .GardenTickets .GardenTickets-image {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 25%;
                flex: 0 1 25%;
        background-image: url("/assets/img/2021/cope-frog.jpg");
        background-size: contain;
        background-repeat: no-repeat;
        width: 200px;
        height: 200px; }
      .GardenTickets .GardenTickets-copy {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 75%;
                flex: 0 1 75%;
        padding-top: 0.25em;
        padding-left: 1em; } }

@media screen and (min-width: 768px) {
  .Garden2up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.GardenVolunteer {
  width: 100%;
  margin: 0;
  padding: 2em;
  background-color: #9fc75a; }
  .GardenVolunteer .GardenVolunteer-copy {
    display: block; }
  @media screen and (min-width: 768px) {
    .GardenVolunteer {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 50%;
              flex: 0 1 50%; }
      .GardenVolunteer .Button {
        margin-top: 0; } }

.GardenMerchandise {
  margin: 1em 0 0;
  padding: 2em;
  background-color: #feca38; }
  @media screen and (min-width: 768px) {
    .GardenMerchandise {
      margin-top: 0;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 50%;
              flex: 0 1 50%; } }

.GardenVolunteer h3,
.GardenMerchandise h3 {
  margin: 0;
  padding: 0;
  font-size: 1.5em;
  font-family: "Droid Sans Mono", sans-serif;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em; }

.GardenVolunteer p,
.GardenMerchandise p {
  margin: 0; }

.GardenVolunteer .Button,
.GardenMerchandise .Button {
  display: block;
  margin: 1em auto 0;
  max-width: 90%;
  text-align: center; }

.GardenMap {
  min-height: 160px; }
  @media screen and (min-width: 768px) {
    .GardenMap {
      min-height: 200px; } }

.GardenSponsors-secondary {
  min-height: 420px; }

.Gardens-moreSponsors {
  margin: 0 0 2em;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .Gardens-moreSponsors {
      margin-bottom: 1em; } }
  @media screen and (min-width: 1024px) {
    .Gardens-moreSponsors {
      margin-bottom: 2em; } }

.GardenDance {
  margin: 0 0 1.5em; }
  .GardenDance h2 {
    margin-top: 1em;
    font-size: 1.3em; }
  .GardenDance table {
    border-collapse: collapse;
    font-size: 1em; }
  .GardenDance td {
    width: 50%; }

.GardenDance-header {
  margin: 1.5em 0 0;
  padding: 0; }
  .GardenDance-header img {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%; }

.GardenSponsors-title {
  font-size: 2em;
  text-align: center; }

.GardenOnTour h2 span {
  display: block;
  font-size: 0.8em; }

.GardensBackLink {
  text-decoration: none; }

.ButtonWithOutline {
  background: none;
  border: 1px solid #9fc75a;
  padding: 0.5em;
  text-decoration: none; }

.GardensMap img {
  width: 100%;
  max-width: 100%; }

.GardensVendors h2 {
  margin: 0 0 1em;
  font-size: 1.3em; }

.GardenVendor {
  margin-bottom: 0.5em;
  padding: 0.25em; }
  .GardenVendor:nth-child(even) {
    background-color: #f0f0f0; }
  @media screen and (min-width: 768px) {
    .GardenVendor {
      padding: 0.5em; } }

.GardenVendor-name {
  display: block; }

.GardenVendor-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%; }

.GardenVendor-address {
  display: inline-block; }

.GardenVendor-map {
  display: inline-block; }

.GardenMusic h1 {
  font-size: 1.6em; }
  @media screen and (min-width: 768px) {
    .GardenMusic h1 {
      font-size: 2em; } }

.GardenMusicSponsor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .GardenMusicSponsor div {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    font-size: 0.9em;
    text-align: center; }
  .GardenMusicSponsor img {
    max-width: 175px; }
  @media screen and (min-width: 768px) {
    .GardenMusicSponsor .GardenMusicSponsor-text {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 45%;
              flex: 0 1 45%;
      text-align: right; }
    .GardenMusicSponsor .GardenMusicSponsor-image {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 55%;
              flex: 0 1 55%;
      text-align: left; } }

.GardenMusicLocation {
  margin: 1em 0 2em; }
  .GardenMusicLocation h2 {
    margin: 0;
    padding: 0.3em 0 0.25em;
    text-align: center;
    border-top: 1px solid #6e6e6e;
    border-bottom: 1px solid #6e6e6e; }
    .GardenMusicLocation h2 span {
      display: inline-block;
      margin-left: 1em;
      font-size: 0.8em; }

.GardenMusicDay {
  margin-bottom: 1em; }
  .GardenMusicDay h3 {
    margin: .5em 0 .25em; }

.GardenMusicSlot {
  display: inline-block;
  width: 48%;
  padding-right: 0.5em;
  vertical-align: top; }

.GardenMusicBand {
  font-weight: bold; }

dd p {
  font-size: 1em; }

dd p:first-child {
  display: inline; }

dd table {
  margin-top: 0.5em;
  border-collapse: collapse;
  font-size: 0.9em; }

dd td {
  padding: 0.2em;
  border: 1px solid #6e6e6e; }

.TourHomes {
  margin-bottom: 3em;
  list-style: none; }
  .TourHomes > li {
    margin-bottom: 2em;
    padding: 0;
    border-top: 1px dashed #aaa; }
  .TourHomes h3 > small {
    display: block; }
  @media (min-width: 768px) {
    .TourHomes p {
      margin-right: 3em; } }
  @media (min-width: 1024px) {
    .TourHomes p {
      margin-right: 10em; } }

.TourHomeImage {
  width: 100%; }

.HomeSponsor {
  margin: 1.5em 0 0;
  color: #6e6e6e;
  font-style: italic; }
  .HomeSponsor span {
    padding-left: 0.25em;
    color: #0a0a0a; }

@media (min-width: 1024px) {
  .SponsorsContainer {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto; } }

.SponsorsHeader {
  margin: 0;
  padding: 0.25em 0 0.4em;
  font-size: 1.25em;
  text-align: center; }
  .SponsorsHeader.SponsorsHeader--presenting {
    background-color: #2d2d2d;
    color: white; }
  .SponsorsHeader.SponsorsHeader--gold {
    background-color: #feca38; }
  .SponsorsHeader.SponsorsHeader--silver {
    background-color: #C0C0C0; }
  .SponsorsHeader.SponsorsHeader--bronze {
    background-color: #CD7F32; }
  .SponsorsHeader.SponsorsHeader--other {
    background-color: #eee; }

.Sponsors {
  display: block;
  margin: 0 0 3em;
  padding: 0;
  width: 100%;
  list-style: none; }
  .Sponsors > li {
    margin: 0;
    width: 100%;
    text-align: center; }
  .Sponsors img {
    width: 100%;
    max-width: 100%;
    min-height: 312px;
    object-fit: contain;
    background: #fff;
  }

.Sponsors--Presenting {
  text-align: center;
  border: 1px solid #2d2d2d; }
  .Sponsors--Presenting a:focus, .Sponsors--Presenting a:hover {
    background-color: #eee; }

    .Sponsors--Presenting img{
      max-height: 300px;
      height: 100%;
      object-fit: contain;
      padding:20px 50px;


    }

@media (min-width: 768px) {
  .Sponsors--gold,
  .Sponsors--silver,
  .Sponsors--bronze,
  .Sponsors--other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
    } 
  }

@media (max-width: 767px) {
  .Sponsors--gold,
  .Sponsors--silver,
  .Sponsors--bronze,
  .Sponsors--other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-collapse: collapse; 

  }
  .Sponsors--gold > li,
  .Sponsors--silver > li,
  .Sponsors--bronze > li,
  .Sponsors--other > li {
    margin-left: -1px;
    margin-top: -1px;
    width: 50%;
    border: 1px solid #ccc; 
    border-collapse: collapse;
    }
    
    .Sponsors--gold > li img,
    .Sponsors--silver > li img,
    .Sponsors--bronze > li img,
    .Sponsors--other > li img {
      width: 100%; } }

@media (min-width: 768px) {
  .Sponsors--gold > li,
  .Sponsors--silver > li,
  .Sponsors--bronze > li,
  .Sponsors--other > li {
    width: 33.3333%;
    border: 1px solid #ccc;
    border-top: none;
    border-left: none; }
    .Sponsors--gold > li:nth-child(1), .Sponsors--gold > li:nth-child(3n+4),
    .Sponsors--silver > li:nth-child(1),
    .Sponsors--silver > li:nth-child(3n+4),
    .Sponsors--bronze > li:nth-child(1),
    .Sponsors--bronze > li:nth-child(3n+4),
    .Sponsors--other > li:nth-child(1),
    .Sponsors--other > li:nth-child(3n+4) {
      border-left: 1px solid #ccc; }
    .Sponsors--gold > li img,
    .Sponsors--silver > li img,
    .Sponsors--bronze > li img,
    .Sponsors--other > li img {
      width: 100%; } }

.Sponsors--gold > li a,
.Sponsors--silver > li a,
.Sponsors--bronze > li a,
.Sponsors--other > li a {
  display: block;
  width: 100%; }

.Sponsors--other > li {
  padding: 1em 0; }

.Sponsors--gold a:hover,
.Sponsors--gold a:focus {
  background-color: #fff9ea; }

.Sponsors--silver a:hover,
.Sponsors--silver a:focus {
  background-color: #f3f3f3; }

.Sponsors--bronze a:hover,
.Sponsors--bronze a:focus {
  background-color: #faf2eb; }

.Sponsors--other a:hover,
.Sponsors--other a:focus {
  background-color: white; }

.Sponsors-top li {
  border-top: 1px solid #ccc; }

.PresentingSponsor {
  border: 1px solid #9fc75a; }
  .PresentingSponsor h4 {
    margin-top: 0;
    padding: 0.5em;
    background-color: #9fc75a;
    text-align: center; }
  @media (min-width: 1024px) {
    .PresentingSponsor {
      width: 940px;
      margin: 0 auto; } }

.PresentingSponsor-logo {
  text-align: center; }
  .PresentingSponsor-logo img {
    max-width: 100%;
    max-height:300px;
    object-fit: cover;
     }

.MusicDates,
.MusicStage {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0; }

.MusicSelector {
  width: 100%;
  text-align: center; }
  @media (min-width: 768px) {
    .MusicSelector {
      text-align: left; } }

@media (min-width: 1024px) {
  .MusicDates {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto; } }

.MusicDates h2 {
  margin: 0;
  padding: 1rem;
  text-align: center;
  font-size: 1.25em;
  background: #B7D6B4; }

.MusicDates h3 {
  margin: 0 0 1em;
  padding: 0.5rem;
  font-size: 1.0em;
  text-align: center;
  background: #78b272; }

.MusicDates h4 {
  font-size: 1.15em;
  margin-top: 0;
  margin-bottom: 0;
  position: relative; }

.MusicDates h4 > small {
  font-size: 0.75em;
  display: block;
  color: #444; }

.MusicDates .MusicDay:nth-child(even) h2 {
  background: #B4CED6; }

.MusicDates .MusicDay:nth-child(even) h3 {
  background: #72a3b2; }

.MusicDay {
  margin-top: 4em; }
  .MusicDay:first-child {
    margin-top: 0; }
  .MusicDay h3,
  .MusicDay .MusicStage {
    padding-left: 1rem;
    padding-right: 1rem; }
  .MusicDay h3:not(:nth-child(2)) {
    margin-top: 1em; }

.MusicStage {
  margin: 0 0 2em;
  padding: 0.25em 0 0; }
  .MusicStage p {
    margin: 0;
    font-size: .85em; }
  @media (min-width: 768px) {
    .MusicStage {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.Band {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 2em; }
  @media (min-width: 768px) {
    .Band {
      width: 50%; } }

.BandPhoto {
  margin-right: 10px;
  font-size: 11px; }
  .BandPhoto .img {
    background-color: #ddd;
    width: 130px; }
  @media (min-width: 768px) {
    .BandPhoto {
      width: 130px;
      margin-right: 1em; } }

.BandCopy {
  width: 60%; }

.BandDetails {
  position: fixed;
  z-index: 1001;
  display: none;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100vh;
  background-color: rgba(245, 245, 245, 0.95);
  padding: 2em;
  overflow-y: auto; }
  .BandDetails h4 {
    margin: 0.5em 0; }
  .BandDetails p {
    margin-bottom: 1em; }
  .BandDetails .u-container-thin {
    position: relative;
    padding-top: 1.5em; }
  .BandDetails .BandPhoto {
    margin-top: 0.5em;
    width: 100%; }
    .BandDetails .BandPhoto .img {
      width: 100%;
      height: 100%; }
  .BandDetails article {
    margin-bottom: 5em; }

.BandDetails--close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.75em;
  color: #0a0a0a;
  background-color: #9fc75a;
  border: 1px solid #0a0a0a; }
  .BandDetails--close:hover {
    cursor: pointer; }
  .BandDetails--close:hover, .BandDetails--close:focus {
    background-color: #cbe1a6; }

.BandDetailsTrigger {
  border: none;
  padding: 0;
  margin: 0.25em 0;
  background: transparent;
  color: #55842e;
  font-family: "Georgia", "Times New Roman", serif;
  font-style: normal;
  font-size: .85em;
  text-decoration: underline; }
  .BandDetailsTrigger:hover, .BandDetailsTrigger:focus {
    background-color: rgba(159, 199, 90, 0.15);
    cursor: pointer; }

.show-band-details {
  width: 100%;
  height: 100%;
  overflow: hidden; }

.parade-addr {
  margin-left: 25px; }

.app-button {
  padding: 15px 30px;
  margin: 20px 0px 20px 25px;
  background: #2d2d2d;
  border-radius: 10px;
  color: #ffffff !important;
  font-weight: bold;
  text-decoration: none;
  display: block;
  width: 250px; }

.app-button:hover {
  background: #727272 !important; }

.FaqList dd, .FaqList dt {
  font-size: 1.25em; }

.FaqList + h2 {
  margin-top: 2em; }

.Form--contact {
  margin-top: 2.5em;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .Form--contact {
      width: 75%; } }
  .Form--contact input, .Form--contact textarea {
    width: 100%; }
  .Form--contact input[type="checkbox"] {
    width: 1em; }
  .Form--contact input[name="email_address"] {
    display: none; }
  .Form--contact input[type="submit"] {
    display: inline-block;
    width: 10em;
    padding: 1em 2em; }
  .Form--contact textarea {
    height: 6em; }
    @media screen and (min-width: 768px) {
      .Form--contact textarea {
        height: 9em; } }

#successMessage {
  display: none; }

#errorMessage {
  display: none; }

.dz-message {
  padding: 3em 2em;
  border: 1px solid black; }

@media (min-width: 1024px) {
  .dropzone {
    margin-right: 8.5em; } }

.ArtForm input[type="text"],
.ArtForm input[type="email"] {
  width: 100%;
  max-width: 30em; }

.ArtForm input[type="submit"] {
  width: 10em;
  padding: 1em 2em;
  background-color: #9fc75a; }
  .ArtForm input[type="submit"]:hover {
    cursor: pointer;
    background-color: rgba(159, 199, 90, 0.15); }
  .ArtForm input[type="submit"]:focus {
    border-color: #9fc75a; }

.ArtForm-error {
  color: red; }

.SubmissionLoader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 9999;
  padding-top: 40%;
  text-align: center; }

.BoothMap {
  width: 100%;
  height: 400px; }

.tns-outer {
  padding: 0 !important; }

.tns-outer [hidden] {
  display: none !important; }

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer; }

.tns-slider {
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s; }

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; 
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap; }

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal; }

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both; }

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left; }

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%; }

.tns-no-calc {
  position: relative;
  left: 0; }

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px; }

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  -o-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s; }

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important; }

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s; }

.tns-autowidth {
  display: inline-block; }

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6; }

.tns-lazy-img.tns-complete {
  opacity: 1; }

.tns-ah {
  -webkit-transition: height 0s;
  -o-transition: height 0s;
  transition: height 0s; }

.tns-ovh {
  overflow: hidden; }

.tns-visually-hidden {
  position: absolute;
  left: -10000em; }

.tns-transparent {
  opacity: 0;
  visibility: hidden; }

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0; }

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1; }

.tns-vpfix {
  white-space: nowrap; }

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block; }

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden; }

.tns-t-ct {
  width: 2333.3333333%;
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0; }

.tns-t-ct:after {
  content: '';
  display: table;
  clear: both; }

.tns-t-ct > div {
  width: 1.4285714%;
  width: calc(100% / 70);
  height: 10px;
  float: left; }

/*Manual Add*/

.AccordionTrigger{
  text-decoration: underline;
  font-size: 1.5em !important;
  margin-top: 20px !important;
  margin-left: 15px;
}.AccordionTrigger.open:before{
  content: '\25bC' !important;
  font-size: 0.5em !important;
}.AccordionContent{
  padding-left: 20px;
}