/* Imports */
/* Colors */
/* Vars */
/* Reset */
html, legend {
  color: #000000;
}

html {
  background: #FFFFFF;
}

blockquote, body, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 400;
}

q:after, q:before {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

@font-face {
  font-family: TG-Regular;
  src: url("../fonts/Trade Gothic LT.ttf");
}

@font-face {
  font-family: TG-Bold;
  src: url("../fonts/Trade Gothic LT Bold Condensed No. 20.ttf");
}

@font-face {
  font-family: TG-Bold2;
  src: url("../fonts/Trade Gothic LT Bold No. 2.ttf");
}
@font-face {
  font-family: Avenir-Regular;
  src: url("../fonts/Avenir-Regular.ttf");
}

/* Font Variables */
/* Styles */
/* Global Styles */
html {
  scroll-behavior: smooth;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #02374a;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  outline: none;
  color: inherit;
}

a:visited {
  color: inherit;
}

/* ------ */
.announcement {
  background-color: #fcb040;
  text-align: center;
  padding: 14px;
}

.announcement p {
  font-size: 12px;
  font-family: 'TG-Bold2';
  color: #153648;
  text-transform: uppercase;
}

.announcement + .navbar {
  top: 47px;
}
.announcement p a {
  border-bottom: 1px solid #153648;
}
.navbar {
  width: 100%;
  height: auto;
  top: 0;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 45px 45px 0;
  z-index: 99;
}

.navbar .nav-links a {
  font-family: TG-Bold2, Helvetica, Arial, sans-serif;
  font-size: .875rem;
  color: #FFFFFF;
  margin-left: 1.5rem;
}

.navbar .nav-links a.active {
  color: #fcb040;
}

.logo {
  width: 125px;
  /*height: 232px;*/
  height: auto;
  left: 40px;
  position: relative;
}
.logo-citizen {
  margin-top: 20px;
  width: 220px;
  text-align: center;
  left: -50px;
  position: relative;
}
.logo-citizen span {
  font-family: Avenir-Regular, Helvetica, Arial, sans-serif;
  font-size: 0.7rem;
  color: #FFFFFF;
  display: block;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.logo-citizen img {
  width: 135px;
}
.next-market {
  position: absolute;
  right: 45px;
  top: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 99;
  text-transform: uppercase;
}

.next-market h4 {
  font-family: TG-Bold, Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  color: #00aeef;
  margin-bottom: 1.25rem;
}

.next-market h1 {
  font-family: TG-Bold2, Helvetica, Arial, sans-serif;
  font-size: 6.25rem;
  color: #FFFFFF;
  margin-top: -.8rem;
  margin-bottom: .2rem;
}

.next-market span {
  font-family: TG-Regular, Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  color: #FFFFFF;
  display: block;
  text-align: center;
  margin-bottom: 3px;
}

.next-market div span:first-child {
  font-family: TG-Bold2;
}

.next-market--detail {
  margin-top: 1em;
  width: 100%;
}
.reg-button {
  width: 100%;
  text-align: center;
  height: 45px;
  background-color: #00aeef;
  font-family: TG-Bold, Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  color: #FFFFFF;
  margin-top: 1em;
  padding-top: .65em;
}

.banner {
  height: 1280px;
  position: relative;
}
.banner:before {
  content: '';
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.7) 100%);
  position: absolute;
  height: 70%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}
.swiper-banner {
  height: 100%;
  z-index: 0!important;
}

.banner-wrapper {
  height: 100%;
}

.banner-wrapper img {
  height: 100%;
  object-fit: cover;
}

.banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
}

.banner--short {
  height: 958px;
}

.banner--short img {
  -o-object-position: center;
  object-position: center;
}

.banner--short .main-logo {
  display: none;
}

.banner .main-logo {
  /*height: 26em;*/
  height: 23em;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 128px);
  -ms-transform: translate(-50%, 128px);
  transform: translate(-50%, 128px);
}

.banner .main-logo img {
  width: auto;
  height: 100%;
  -o-object-fit: unset;
  object-fit: unset;
  -o-object-position: unset;
  object-position: unset;
}

.wrapper {
  overflow: hidden;
}

.grid-content {
  padding: 128px 45px 0;
  margin: 0 -45px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: minmax(300px, auto);
  grid-template-rows: minmax(300px, auto);
  grid-auto-rows: minmax(300px, auto);
  -ms-grid-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  grid-template-areas: 'grid-1 grid-2 grid-3' 'grid-1 grid-2 grid-4' 'grid-1 grid-2 grid-4';
}

.grid-item {
  padding: 0 45px;
}

.grid--one {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: grid-3;
}

.grid--two {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: grid-1;
}

.grid--three {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 2;
  grid-area: grid-2;
}

.grid--four {
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
  grid-area: grid-4;
}

.vendor-apply--grid {
  padding: 45px;
  margin: 0 -45px;
  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;
}

.vendor--grid {
  width: calc(100% / 3);
  padding: 45px 45px 0;
}

.vendor--grid-2 {
  width: calc((100% / 3) * 2);
}
.about--news .swiper-slide .news--grid {
  width: 100%;
  padding: 0;
}

.swiper.swiper-news {
  padding: 0;
}
.about, .about--news {
  padding: 45px;
  margin: 0 -45px;
  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;
}
.swiper.swiper-news .swiper-button-next, .swiper.swiper-news .swiper-button-prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 3px solid #00aeef;
  text-align: center;
}
.swiper.swiper-news .swiper-button-next:after {
  font-size: 22px;
  font-weight: bolder;
  color: #00aeef;
}
.swiper.swiper-news .swiper-button-prev:after {
  font-size: 22px;
  font-weight: bold;
  color: #00aeef;
}
.about--news {
  padding: 0 95px;
}

.news h4 {
  font-family: TG-Bold, Helvetica, Arial, sans-serif;
  font-size: 35px;
  color: #fcb040;
  margin-left: 45px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.about--grid, .news--grid {
  width: calc(100% / 3);
  padding: 45px 45px 0;
}
.about--news .news--grid {
  width: calc(100% / 4);
  padding: 45px 20px 0;
  height: auto;
}
.news--grid {
  height: 450px;
}

.news--grid img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.qnm-button {
  position: relative;
  width: 360px;
  height: 65px;
  text-transform: uppercase;
  text-align: center;
  font-family: TG-Bold, Helvetica, Arial, sans-serif;
  font-size: 35px;
  color: #FFFFFF;
  margin-bottom: 1rem;
}

.qnm-button.center {
  margin-left: auto;
  margin-right: auto;
}

.qnm-button span {
  position: relative;
  background-color: #00aeef;
  padding-top: 11px;
  display: block;
  height: 100%;
  z-index: 1;
}

.qnm-button .exalted-bg {
  width: 100%;
  height: 100%;
  right: -8px;
  bottom: -9px;
  background-color: #fcb040;
  position: absolute;
}

.subheader {
  font-family: TG-Bold, Helvetica, Arial, sans-serif;
  /*font-size: 3.125rem;*/
  font-size: 35px;
  color: #fcb040;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  position: relative;
  z-index: 2;
}

.subheader.white {
  color: #FFFFFF;
  text-transform: none;
}

.subheader.big {
  font-size: 35px;
}

.subheader .white {
  color: #FFFFFF;
}

h4.subheader {
  font-size: 30px;
}

h4.subheader.white {
  color: #FFFFFF;
  font-family: TG-Bold2;
}

h4.subheader.center {
  text-align: center;
}

p.qnm-text {
  font-family: TG-Regular, Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  color: #FFFFFF;
}

.content {
  position: relative;
}

.content--season {
  margin-bottom: 10em;
}

.content--season .subheader.white {
  height: 120px;
  margin-bottom: 40px;
}

.content--info {
  margin-bottom: 0;
}

.content--location p {
  margin-bottom: 2em;
}

.content--empty {
  position: relative;
  width: 100%;
  height: 600px;
}

.content--join-us {
  /* padding-top: 180px; */
  margin-bottom: 10em;
}

.content--join-us img {
  height: auto;
  width: 95%;
  display: block;
  margin: 0 auto;
  margin-bottom: 2rem;
  margin-top: 0;
  position: relative;
  z-index: 2;
}

.content--sponsor {
  margin-bottom: 10em;
}

.content--sponsor img {
  height: auto;
  width: 100%;
  margin: 2em auto 0;
  display: block;
}

.content--mail h2 {
  font-size: 5rem;
  color: #FFFFFF;
  text-align: center;
}

.content--mail img {
  height: 201px;
  width: auto;
  margin: 0 auto;
  display: block;
  margin-bottom: 2em;
}

.content--mail .mail-loop {
  width: 100%;
  height: 65px;
  outline: none;
  padding: 0 20px;
  font-family: TG-Regular, Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  color: #000000;
  margin-bottom: 1.25em;
}

.content--mail .qnm-button {
  float: right;
}

.content--cookbook {
  position: relative;
  margin-bottom: 5em;
}

.content--cookbook img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  margin-right: -20px;
}

.content--cookbook span.cook-text {
  font-family: TG-Regular, Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  color: #FFFFFF;
  position: absolute;
  bottom: 150px;
}

.content--cookbook .qnm-button {
  width: 265px;
  position: absolute;
  bottom: 15px;
}

.content--news .news-wrapper {
  width: 100%;
  height: auto;
}

.content--news .news-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer {
  padding: 50px 20px 30px;
}

.footer p {
  font-family: TG-Regular, Helvetica, Arial, sans-serif;
  /*font-size: 1.3rem;*/
  font-size: 11px;
  color: #00aeef;
}

.footer p span {
  color: #fcb040;
}
ul.sosmed-footer {
  float: right;
  position: relative;
  margin-top: -34px;
}
ul.sosmed-footer li {
  display: inline-block;
  margin-left: 5px;
}
ul.sosmed-footer img {
  width: 35px;
}
img.custom-stars {
  width: 36px;
  height: 35px;
  position: absolute;
  margin: unset;
  display: block;
  z-index: 1;
}

img.custom-stars--1 {
  top: 22%;
  left: 40%;
}

img.custom-stars--2 {
  top: 45%;
  left: 57%;
}

img.custom-stars--3 {
  top: 62%;
  left: 20%;
}

img.custom-stars--4 {
  top: -20.5%;
  left: 26.5%;
}

img.custom-stars--5 {
  right: 1%;
  top: 50%;
}

img.custom-stars--6 {
  left: 42.5%;
  bottom: -35%;
}

img.custom-stars--7 {
  top: -5%;
  left: 37%;
}

img.custom-stars--8 {
  left: 93%;
  top: 23%;
}

img.custom-stars--9 {
  top: -18%;
  left: 46%;
}

img.custom-stars--10 {
  left: 83%;
  top: -4%;
}

img.custom-stars--11 {
  top: -13%;
  right: 2%;
}

img.custom-stars--12 {
  bottom: -30%;
  right: 1%;
}

img.custom-stars--13 {
  left: 7%;
  top: 0%;
}

img.custom-stars--14 {
  right: 6.5%;
  bottom: -20%;
}

.vendor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vendor-detail {
  width: calc(100% / 3 * 2);
  padding: 40px 20px 0 40px;
}

.vendor-list {
  width: calc(100% / 3);
  padding: 45px 40px 0 20px;
}

.vendor-dropdown {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding-bottom: 50px;
}

.vendor-dropdown h4 {
  font-family: TG-Bold, Helvetica, Arial, sans-serif;
  font-size: 35px;
  color: #fcb040;
  margin-bottom: 1em;
  text-transform: uppercase;
  background: url("../img/dropdown.png") 100% 10px no-repeat;
}

.vendor-dropdown-content {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  height: 0;
}

.vendor-dropdown-content ul.count {
  list-style: decimal;
  counter-reset: v;
}

.vendor-dropdown-content ul.count li {
  display: block;
}

.vendor-dropdown-content ul.count li:before {
  content: counter(v) ". ";
  counter-increment: v;
  width: 2em;
  display: inline-block;
}

.vendor-dropdown-content ul li {
  font-family: TG-Regular, Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  color: #FFFFFF;
  margin-bottom: 5px;
}

.vendor-dropdown-content ul li.active {
  color: #fcb040;
}

.vendor-toggle.toggled + .vendor-dropdown-content {
  height: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.vendor-invite {
  margin: 45px 0 -45px 45px;
}

.vendor--grid .qnm-button, .news--grid .qnm-button, .about--grid .qnm-button {
  margin-top: 1.25em;
}

.vendor--grid .qnm-button span, .news--grid .qnm-button span, .about--grid .qnm-button span {
  font-family: TG-Bold, Helvetica, Arial, sans-serif;
  font-size: 30px;
  color: #FFFFFF;
}

.vendor--grid h4, .news--grid h4, .about--grid h4 {
  font-family: TG-Bold, Helvetica, Arial, sans-serif;
  /* font-size: 3rem; */
  color: #fcb040;
  /* margin-bottom: 45px; */
  font-size: 35px;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}

.vendor--grid span, .news--grid span, .about--grid span {
  font-family: TG-Regular, Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  color: #FFFFFF;
  display: block;
}

.vendor--grid span b, .news--grid span b, .about--grid span b {
  font-family: TG-Bold;
  color: #fcb040;
}

.vendor--grid .vendor-fee, .news--grid .vendor-fee, .about--grid .vendor-fee {
  margin-bottom: 1em;
}

.vendor--grid .vendor-mark, .news--grid .vendor-mark, .about--grid .vendor-mark {
  margin-bottom: 10px;
}

.vendor--grid p, .news--grid p, .about--grid p {
  font-family: TG-Regular, Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  color: #FFFFFF;
}

.vendor--grid p.numbered, .news--grid p.numbered, .about--grid p.numbered {
  list-style: decimal;
  counter-reset: v;
}

.vendor--grid p.numbered span, .news--grid p.numbered span, .about--grid p.numbered span {
  display: block;
  margin-bottom: 1em;
}

.vendor--grid p.numbered span.numbered-span, .news--grid p.numbered span.numbered-span, .about--grid p.numbered span.numbered-span {
  padding-left: 1.3em;
}

.vendor--grid p.numbered span.numbered-span:before, .news--grid p.numbered span.numbered-span:before, .about--grid p.numbered span.numbered-span:before {
  content: counter(v) ". ";
  counter-increment: v;
  width: 1em;
  display: inline-block;
  margin-left: -1.3em;
}

.vendor--grid .sponsor, .news--grid .sponsor, .about--grid .sponsor {
  width: 365px;
  height: auto;
  margin-top: 2.5em;
}

.about--sponsor img {
  margin-bottom: 2em;
}

.nav-burger {
  width: 60px;
  height: 45px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: none;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1000;
}

.nav-burger span {
  display: block;
  position: absolute;
  height: 9px;
  width: 100%;
  background: #faaf40;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.nav-burger span:nth-child(1) {
  top: 0px;
}

.nav-burger span:nth-child(2) {
  top: 18px;
}

.nav-burger span:nth-child(3) {
  top: 36px;
}

.nav-burger.open span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.nav-burger.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.nav-burger.open span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nav-mobile {
  width: 100%;
  z-index: 999;
  height: 0%;
  background-color: rgba(0, 0, 0, 0.5);
  padding-bottom: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: none;
}

.nav-mobile.open {
  height: 100%;
  padding-bottom: 3em;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.nav-mobile-wrapper {
  height: auto;
  background-color: #02374a;
  padding-top: 2em;
  padding-bottom: 2em;
}

.nav-mobile--links {
  width: 100%;
  margin: 2em 0;
}

.nav-mobile--links a {
  display: block;
  text-align: center;
  margin-bottom: .75em;
  font-family: TG-Bold2, Helvetica, Arial, sans-serif;
  font-size: 2rem;
  color: #FFFFFF;
  text-transform: uppercase;
}

.nav-mobile--links a.active {
  color: #fcb040;
}

.logo-mobile {
  width: 7em;
  height: auto;
  margin: 0 auto;
  display: none;
}

.no-scroll {
  overflow: hidden;
}

.vendor--grid span b {
	margin-right: 1em;
}

.about--sponsor img {
	width: 100%;
}

.vendor-detail.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.vendor-detail.fixed + .vendor-list {
  float: right;
  margin-left: auto;
}

.vendor-dropdown-content ul li {
  padding-left: 2.3em;
}

.vendor-dropdown-content ul.count li:before {
  margin-left: -2.3em;
}

.vendor-dropdown.perform .vendor-dropdown-content ul li {
  padding-left: unset;
}

.vendor-dropdown.perform .vendor-dropdown-content ul.count li:before {
  margin-left: unset;
}

.vendor-map img {
  width: 90%;
}

/* This is responsive I think? */
@media screen and (max-width: 1600px) {
  .banner {
    height: 100vh;
  }
  /*.content--mail h2 {
    font-size: 4rem;
  }
  h3.subheader {
    font-size: 3rem;
  }
  h4.subheader {
    font-size: 2rem;
  }
  p.qnm-text, .content--cookbook span.cook-text {
    font-size: 1.25rem;
  }*/
}

@media screen and (max-width: 1520px) {
  .content--cookbook span.cook-text {
    bottom: 120px;
  }
  .content--cookbook .qnm-button {
    bottom: 0;
  }
}

@media screen and (max-width: 1440px) {
  .content--cookbook {
    padding-bottom: 3em;
  }
  img.custom-stars {
    width: 30px;
    height: 29px;
  }
  img.custom-stars--8 {
    top: 0%;
  }
  img.custom-stars--10 {
    left: 90%;
    top: -34%;
  }
  /* .content--join-us {
    padding-top: 80px;
  } */
  .content--join-us img:first-child {
    width: 85%;
    margin-top: 0;
  }
  .content--mail img {
    width: 100%;
    height: auto;
  }
  .banner .main-logo {
    height: 22em;
  }
  .content--mail .mail-loop {
    height: 55px;
  }
  .qnm-button {
    width: 320px;
    height: 55px;
    font-size: 1.5rem;
  }
  .qnm-button span {
    padding-top: 13px;
  }
  .content--cookbook .qnm-button {
    width: 230px;
  }

  .vendor--grid {
  	padding: 30px 30px 0;
  }

  .vendor-invite {
  	margin-left: 30px;
  }

  .vendor--grid .qnm-button span, .news--grid .qnm-button span, .about--grid .qnm-button span {
  	font-size: 1.5rem;
  }

  .vendor--grid-2 img {
  	width: 100%;
  }

  .vendor--grid span b {
  	margin-right: 1em;
  }

  .vendor-map img {
    width: 100%;
  }
}
@media screen and (max-width: 1366px) {
  .grid-item {
    padding: 0 30px;
  }
  .navbar {
    padding: 30px 30px 0;
  }
  .grid-content {
    margin: -30px;
  }
  .content--mail h2 {
    font-size: 3rem;
  }
  /*h3.subheader {
    font-size: 2.5rem;
  }
  h4.subheader {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }*/
  .subheader {
    margin-bottom: 1rem;
  }
  .banner .main-logo {
    height: 20em;
  }

  .vendor--grid span b {
  	display: block;
  }

  /*.vendor--grid h4, .news--grid h4, .about--grid h4 {
  	font-size: 2.5rem;
  	margin-bottom: 1rem;
  }

  .vendor--grid p, .news--grid p, .about--grid p {
  	font-size: 1.25rem;
  }*/

  .about--grid, .news--grid {
  	padding: 30px 30px 0;
  }

  .about, .about--news {
  	padding: 30px;
  	margin: 0 -30px;
  }

  .news h4 {
  	margin-left: 30px;
  }
  .about--news .news--grid{
    padding: 30px 30px 0;
  }
  .vendor-map img {
    width: 100%;
  }
}
.qnm-button.btn-press {
  width: 490px;
}
.wrapper-btn-press {
  width: 100%;
  text-align: right;
  margin-top: 60px;
  padding-right: 5px;
}
.wrapper-btn-press a {
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  .grid-content {
    -ms-grid-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-areas: 'grid-3 grid-1' 'grid-2 grid-1' 'grid-2 grid-4' 'grid-2 grid-4';
  }
  
  .content--join-us img:first-child {
    margin-top: 0;
  }
  .content--empty {
    display: none;
  }
  img.custom-stars--8 {
    display: none;
  }
  img.custom-stars--4 {
    left: unset;
    right: 30%;
  }
  .grid--one {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .grid--two {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
  }
  .grid--three {
    -ms-grid-row: 2;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .grid--four {
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
  }

  .vendor--grid {
  	width: 50%;
  }
  .about--news .news--grid{
    width: 50%;
  }
  .vendor--grid-2 {
  	width: 100%;
  }

  .about--grid, .news--grid {
  	width: 50%;
  }

  .vendor-dropdown-content ul li {
    font-size: 1.25rem;
  }

  .vendor-dropdown h4 {
    font-size: 2rem;
    margin-bottom: 25px;
    background-position: 100% 10px!important;
  }

  .subheader.big {
    font-size: 2rem;
  }
}

@media screen and (max-width: 920px) {
  .navbar .nav-links a {
    /*font-size: 1rem;*/
    margin-left: 1rem;
  }
  .logo {
    height: auto;
    width: 150px;
    left: 0;
  }
  .logo-citizen span {
    text-align: left;
  }
  .logo-citizen {
    margin-top: 20px;
    width: 220px;
    text-align: center;
    left: 150px;
    position: absolute;
    top: 0;
    text-align: left;
  }
  .next-market h1 {
    font-size: 4.25rem;
  }
  .next-market span {
    font-size: 1rem;
  }
  .next-market h4 {
    font-size: 1.25rem;
  }

  .vendor-invite {
  	width: 100%;
  	margin: unset;
  	margin-bottom: -45px;
  	padding: 30px 30px 0;
  }
  .content--join-us {
    margin-top: 100px;
  }
  .content--cookbook .qnm-button {
    width: 230px;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -15px;
  }
  ul.sosmed-footer {
    float: left;
    position: absolute;
    margin-top: 0;
    margin-bottom: 0;
    top: 55px;
  }
  .footer {
    padding: 105px 20px 30px;
    position: relative;
  }
  .content--mail .qnm-button {
    float: unset;
    margin: 0 auto;
  }
}

@media screen and (max-width: 820px) {
  .content--cookbook {
    padding-bottom: 5em;
  }
  .content--mail h2 {
    font-size: 2.5rem;
  }
  h3.subheader {
    font-size: 2rem;
  }
  h4.subheader {
    font-size: 1.4rem;
  }
  p.qnm-text, .content--cookbook span.cook-text {
    font-size: 1rem;
  }

  .vendor-detail {
    width: 100%;
    padding: 30px 30px 0;
  }

  .vendor-list {
    width: 100%;
    padding: 30px 30px 0;
  }

  .vendor-detail.fixed + .vendor-list {
    padding-top: 25em;
  }

  .vendor {
    display: block;
  }

  .vendor-map img {
    width: 50%;
  }

  .vendor-detail {
    background: #02374a;
  }
}

@media screen and (max-width: 768px) {
  .nav-links {
    visibility: hidden;
  }
  .next-market {
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .banner {
    height: 90vh;
  }
  .banner .main-logo {
    height: 15em;
  }
  .grid-content {
    padding-top: 12em;
  }
  img.custom-stars {
    width: 20px;
    height: 19px;
  }
  .grid-content {
    display: block;
  }
  .announcement + .navbar + .nav-burger {
    top: 90px;
  }
  .announcement {
    position: relative;
    height: 45px;
    overflow: hidden;
  }
  .announcement p {
    position: absolute;
    width: auto;
    white-space: nowrap;
    will-change: transform;
    padding-left: 100%;
    animation: marquee 15s linear infinite;
  } 
  @keyframes marquee {
      0%   { transform: translate(0, 0); }
      100% { transform: translate(-100%, 0); }
  }
  .content.content--season.middle-home-season {
      margin-top: 60px;
  }
  p.qnm-text {
    margin-bottom: 4.25em;
  }
  h3.subheader {
    margin-bottom: 0.5em;
  }
  .content--info {
    margin-bottom: 3.5em;
  }
  img.custom-stars--14, img.custom-stars--4 {
    display: none;
  }
  .content--season .subheader {
    text-align: center;
  }
  .content--season .subheader.white {
    height: 120px;
    margin-bottom: 0;
  }
  .content--sponsor, .content--season, .content--mail {
    margin-bottom: 5em;
  }
  .content--season .qnm-button {
    margin: 0 auto;
  }
  .content.content--location .qnm-button {
    margin: 0 auto;
    position: relative;
  }
  .about--news .news--grid{
    width: 100%;
  }
  .navbar, .nav-mobile {
    position: absolute;
  }
  .nav-mobile {
    display: block;
  }
  .nav-burger {
    display: block;
  }
  .logo-mobile {
  	display: block;
  }

  .vendor--grid {
  	width: 100%;
  }

  .vendor--grid-2 {
  	width: 100%;
  }

  .vendor--grid span b {
  	display: inline-block;
  }

  .vendor--grid .qnm-button span, .news--grid .qnm-button span, .about--grid .qnm-button span {
  	padding-top: 9px;
  }

  .vendor--grid .vendor-fee, .news--grid .vendor-fee, .about--grid .vendor-fee {
  	font-size: 1.25rem;
  }

  .vendor--grid p.numbered span.numbered-span, .news--grid p.numbered span.numbered-span, .about--grid p.numbered span.numbered-span {
  	font-size: 1.25rem;
  }

  .about--grid, .news--grid {
  	width: 100%;
  }

  .vendor-map img {
    width: 70%;
  }

  .vendor-detail.fixed + .vendor-list {
    padding-top: 30em;
  }
}

@media screen and (max-width: 600px) {
	.nav-mobile--links {
		padding: 0 1em;
	}
  .logo-citizen img {
      width: 90px;
  }
  .logo-citizen span {
    font-size: 0.5rem;
  }
  .logo-citizen {
    width: 130px;
    left: 90px;
  }
	.banner {
		height: 85vh;
	}
	.grid-content {
		padding: 128px 30px 0;
	}

	.logo {
		width: 90px;
	}

	.qnm-button {
		font-size: 1.125rem;
		height: 45px;
		width: 285px;
	}

	.nav-burger {
		width: 45px;
	}

	.nav-burger span {
		height: 7px;
	}

	.nav-burger span:nth-child(2) {
		top: 14px;
	}

	.nav-burger span:nth-child(3) {
		top: 28px;
	}

	.next-market {
		width: 250px;
	}

	.navbar {
		display: block;
	}

	.footer p {
		font-size: 1rem;
	}

  .vendor-map img {
    width: 80%;
  }

  .vendor-detail.fixed + .vendor-list {
    padding-top: 20em;
  }
}

@media screen and (max-width: 550px) {
  .banner .main-logo {
    height: 10em;
    -webkit-transform: translate(-50%, 3.5em);
    -ms-transform: translate(-50%, 3.5em);
    transform: translate(-50%, 3.5em);
  }

  .vendor-map img {
    width: 100%;
  }

  .vendor-detail.fixed + .vendor-list {
    padding-top: 25em;
  }
}

@media screen and (max-width: 500px) {
	.nav-mobile-wrapper {
		height: auto;
	}
	.nav-mobile--links a {
		font-size: 1.5rem;
	}

	.next-market {
		transform: translate(-50%, -45%);
	}

	.logo {
		width: 75px;
	}
}
/* New Style */
.content.content--season.middle-home-season {
  text-align: center;
  margin-bottom: 2em;
}
.content.content--season.middle-home-season .qnm-button {
  margin: 0 auto;
}