.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

a {
  color: #000;
  text-decoration: none;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: auto;
}

.leftsidebox {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100vh;
  padding: 40px 80px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: url('../images/AboutUsBKG-copy.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.leftsidebox.home {
  display: block;
  overflow: hidden;
  padding: 0px;
  background-image: none;
}

.div-block {
  width: 50%;
  height: 100vh;
}

.rightsidebox {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 50%;
  height: auto;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -o-object-fit: contain;
  object-fit: contain;
}

.div12 {
  display: block;
  height: auto;
  background-image: url('../images/TGF-Logo-White.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.socialnav {
  position: static;
  left: 0%;
  top: 0%;
  right: -70px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 120px;
  margin-left: 0px;
  float: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.link-block {
  display: block;
  width: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sociallinkimage {
  padding-bottom: 20px;
}

.headercontent {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.body {
  display: block;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
}

.heading {
  color: #fff;
  font-size: 119.21px;
  line-height: 130px;
}

.header {
  display: inline;
  width: auto;
  height: auto;
  max-width: 500px;
  min-width: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #fff;
  font-size: 10vh;
  line-height: 1;
}

.text-block {
  padding-top: 0px;
  color: #000;
  font-size: 1.3vw;
  line-height: 1;
  font-weight: 700;
}

.text-block.vendors {
  overflow: visible;
  color: #a8000a;
  font-size: 24px;
}

.text-block.sponsorships {
  color: #a8000a;
  font-size: 24px;
}

.text-block.attendees {
  color: #a8000a;
  font-size: 24px;
}

.datetext {
  padding-top: 0px;
  color: #fff;
  font-size: 3vh;
  line-height: 1;
  font-weight: 500;
}

.images {
  display: block;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.sub-header {
  position: relative;
  z-index: 5;
  display: inline;
  overflow: visible;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 34px;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-transform: skew(0deg, 0deg) perspective(0px);
  transform: skew(0deg, 0deg) perspective(0px);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  font-family: Displatter, sans-serif;
  color: #fff;
  font-size: 100px;
  line-height: 0.15;
  font-weight: 500;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 50vw;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar {
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #272a2a;
  -o-object-fit: fill;
  object-fit: fill;
}

.navlink {
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-transition: font-size 200ms cubic-bezier(.455, .03, .515, .955);
  transition: font-size 200ms cubic-bezier(.455, .03, .515, .955);
  color: #fff;
  font-size: 14px;
  text-align: center;
  letter-spacing: 1px;
}

.navlink:hover {
  border-bottom: 2px solid #fff;
  opacity: 0.6;
  font-size: 16px;
}

.navlink.w--current {
  clear: none;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #fff;
  color: #fff;
  text-decoration: none;
}

.div-block-2 {
  height: 100vh;
  padding: 40px;
  line-height: 106px;
}

.sectiontitle {
  color: #eaeaea;
  font-size: 76.29px;
  font-weight: 700;
}

.sectiontitle.foregroundtext {
  position: relative;
  z-index: 2;
  display: block;
  color: #006837;
}

.section-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.backgroundtext {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  display: block;
  overflow: visible;
  width: 100vw;
  margin-left: 49px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: rgba(255, 192, 2, 0.31);
  font-size: 65px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 4px;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-block-3 {
  font-size: 76.29px;
  line-height: 106px;
  font-weight: 700;
}

.foregroundtext {
  position: relative;
  left: auto;
  top: auto;
  z-index: 5;
  display: block;
  width: 100%;
  margin-top: -30px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  color: #272a2a;
  font-size: 65px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 3px;
}

.foregroundtext.sectiontitletext {
  position: relative;
  left: auto;
  top: auto;
  z-index: 1;
  overflow: visible;
  width: auto;
  margin-top: -1.5vw;
  margin-bottom: auto;
  padding-top: 0px;
  font-size: 3.25vw;
  -o-object-fit: fill;
  object-fit: fill;
}

.foregroundtext.mobile {
  display: none;
}

.right-column-header-wrapper {
  position: static;
  left: auto;
  top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-bottom: 30px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.rightboxcontent {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  margin-bottom: auto;
  padding: 40px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -o-object-fit: fill;
  object-fit: fill;
}

.rightboxcontent.home {
  padding-bottom: 0px;
}

.rightboxcontent.sponsorships {
  padding-right: 0px;
  padding-left: 0px;
}

.right-box-columns {
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  height: 100%;
  padding-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 0.25fr 1fr;
  grid-template-columns: 1fr 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.grid {
  grid-template-areas: "Area Area-2";
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.column2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: auto;
  margin-left: 0px;
  padding: 35px 0px 0px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cardtop {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: auto;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.cardtop.attendees {
  margin-top: 0px;
  margin-right: 0px;
  padding-right: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.column1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-right: 0px;
  padding: 0px 0px 0px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.separator {
  width: 10px;
  height: 71vh;
  margin-top: 36px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-bottom: 36px;
  background-color: #eaeaea;
}

.linkimagebackground {
  position: absolute;
  top: 10px;
  width: 300px;
  height: 394px;
  background-color: #006837;
  color: #333;
}

.linkimageforeground {
  position: relative;
  left: 10px;
  width: 300px;
  height: 394px;
  background-color: #868686;
}

.cardbackground {
  position: relative;
  left: 0px;
  top: 0px;
  right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 394px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  background-color: #006837;
}

.image {
  padding-bottom: 10px;
  padding-left: 10px;
}

.image-2 {
  position: static;
  left: 10px;
  top: -10px;
  width: auto;
  height: auto;
  max-width: none;
}

.image-3 {
  position: relative;
  left: auto;
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  border-top: 0px none #000;
  border-bottom: 10px none #006837;
  border-left: 10px none #006837;
  border-radius: 0px;
}

.div-block-3 {
  position: relative;
  left: auto;
  top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  background-color: #006837;
  color: #006837;
}

.image-4 {
  width: 100%;
}

.div-block-4 {
  width: 100%;
}

.image-5 {
  width: 100%;
}

.image-6 {
  position: relative;
  width: 100%;
  background-color: transparent;
}

.div-block-5 {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #006837;
}

.cardimages {
  position: relative;
  left: 20px;
  width: 100%;
  background-color: transparent;
}

.cardimage {
  position: relative;
  left: auto;
  top: auto;
  z-index: 2;
  width: 100%;
  height: auto;
  max-height: none;
  max-width: none;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.cardimage:hover {
  -webkit-filter: none;
  filter: none;
}

.div-block-7 {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #006837;
}

.cardimagebackground {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #006837;
  -o-object-fit: cover;
  object-fit: cover;
}

.cardtext {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.cardheadertext {
  display: block;
  width: auto;
  margin-top: auto;
  padding-top: 25px;
  color: #000;
  font-size: 31.25px;
  line-height: 43px;
  font-weight: 700;
  text-decoration: none;
}

.cardheadertext:hover {
  position: relative;
  left: auto;
}

.cardcontent {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cardimageshadow {
  position: relative;
  left: 20px;
  width: 100%;
  box-shadow: -14px 14px 0 0 #006837;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.cardimageshadow:hover {
  box-shadow: 14px -14px 0 0 #006837;
}

.cardimagezoom {
  overflow: hidden;
  width: 95%;
  box-shadow: -14px 14px 0 0 #272a2a;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.cardimagezoom:hover {
  box-shadow: 14px -14px 0 0 rgba(255, 192, 2, 0.69);
}

.card {
  width: 100%;
}

.cardsmalllinktext {
  display: inline;
  font-size: 12px;
  line-height: 1;
  font-weight: 300;
}

.cardsmalllinktext:hover {
  color: #a8000a;
  font-weight: 700;
}

.cardsmalllinktext.eventschedule {
  width: 100%;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-size: 80%;
}

.cardsmalllinktext.eventschedule:hover {
  color: #a8000a;
  text-decoration: none;
}

.cardsmalllinktext.freeshuttle {
  width: 100%;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-size: 80%;
}

.cardsmalllinktext.freeshuttle:hover {
  color: #006837;
  font-weight: 300;
}

.cardsmalllinktext.map {
  width: 100%;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-size: 80%;
}

.cardsmalllinktext.map:hover {
  color: #006837;
  font-weight: 300;
}

.cardsmalltext {
  display: inline-block;
  width: 100%;
  padding-bottom: 40px;
}

.cardsmalltext.bottom {
  padding-bottom: 40px;
}

.linkarrow:hover {
  position: relative;
  left: auto;
  bottom: auto;
}

.cardcontentwrapper {
  display: block;
  width: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.cardcontentwrapper.attendees {
  padding-top: 15px;
  padding-bottom: 80px;
}

.cardlinkblock {
  width: 100%;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.imageshadow {
  position: absolute;
  width: 100%;
  background-color: #006837;
  box-shadow: none;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.imageshadow:hover {
  box-shadow: 14px -14px 0 0 #006837;
}

.div-block-8 {
  position: relative;
  z-index: 2;
}

.div-block-9 {
  position: relative;
  left: -20px;
  top: 20px;
  z-index: 1;
  display: block;
  width: 300px;
  height: 394px;
  background-color: #006837;
}

.text-block-4 {
  display: inline;
  font-size: 80%;
  font-weight: 300;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 80px 80px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #272a2a;
  color: #333;
}

.footereventinfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  line-height: 1.65;
}

.footereventinfoheader {
  display: block;
  padding-bottom: 20px;
  color: #fff;
  font-size: 42px;
  line-height: 1;
  font-weight: 700;
}

.text-block-5 {
  width: 100%;
  max-width: 80%;
  margin-right: 0px;
  padding-top: 0px;
  padding-right: 0px;
  color: #fff;
  font-size: 18px;
  line-height: 2;
  font-weight: 500;
}

.footerquicklinkssocial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.footerquicklinksheader {
  padding-bottom: 20px;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 1px;
}

.quicklink {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}

.quicklink:active {
  opacity: 0.5;
}

.quicklink.eventdetails {
  display: block;
  padding-top: 20px;
}

.footersocialheader {
  padding-top: 50px;
  padding-bottom: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}

.footersociallinks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footersociallink {
  padding-right: 20px;
}

.contactusform {
  display: block;
  width: 25%;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footercontactusheader {
  margin-left: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 1px;
}

.text-field {
  margin-bottom: 15px;
  padding-right: 12px;
  padding-left: 12px;
  border: 1px none #000;
  background-color: #3c3f3f;
  color: #c9c9c9;
  font-style: normal;
  font-weight: 300;
}

.text-field:focus {
  border-style: solid;
  border-color: #c9c9c9;
}

.text-field.message {
  height: 100px;
}

.submit-button {
  display: inline-block;
  margin-top: 20px;
  padding: 6px 40px;
  background-color: #fff;
  color: #272a2a;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
}

.textarea {
  margin-bottom: 20px;
  border: 0px none #000;
  background-color: #939595;
}

.field-label {
  color: #fff;
  font-weight: 500;
}

.form-block {
  width: 100%;
}

.footercontentwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footercopyrightwrapper {
  display: block;
  padding-top: 0px;
}

.link {
  color: #939595;
  font-weight: 500;
}

.text-block-6 {
  display: inline;
  color: #939595;
}

.form {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.nav.mobile {
  display: none;
}

.left-column-header {
  width: 100%;
  max-width: 100%;
  min-width: 75%;
}

.image-7 {
  display: block;
  width: 99.993848%;
  max-width: 100%;
}

.section-1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  min-height: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.left-column {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 50vw;
}

.column.left {
  width: 50vw;
}

.column.right {
  width: 50vw;
}

.column-left {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  height: 100vh;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: url('../images/AboutUsBKG-copy_1.jpg');
  background-position: 0% 0%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.colunn-right {
  overflow: scroll;
  width: 50vw;
  height: 100vh;
  margin-left: 50vw;
  padding-left: 0px;
}

.logo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  width: 27vh;
  height: auto;
  max-width: none;
}

.logo.mobile {
  display: none;
}

.logo.mobile {
  display: none;
}

.social-icon-wrapper {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.socialicon {
  padding-bottom: 20px;
  background-image: url('../images/Facebook-Icon.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.socialicon.facebook {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-image: url('../images/Facebook-Icon.svg');
}

.socialicon.instagram {
  background-image: none;
}

.socialicon.twitter {
  background-image: none;
}

.social-icon-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.left-column-wrapper-top {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.social-icon {
  padding-bottom: 20px;
}

.header-left-pages {
  display: inline;
  min-height: auto;
  margin-right: auto;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  color: #fff;
  font-size: 5vw;
  line-height: 1;
  font-weight: 700;
}

.body-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
}

.content-right-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 20px;
  column-gap: 20px;
}

.content-right-column.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content-right-column.gallery {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header-content {
  padding-bottom: 0px;
  color: #a8000a;
  font-size: 31.25px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}

.header-content.about-us {
  margin-bottom: 30px;
  padding-bottom: 0px;
  color: #a8000a;
  text-align: left;
}

.header-content.sponsors {
  padding-bottom: 20px;
}

.header-content.sponsors.names {
  color: #a8000a;
}

.header-content.travel {
  color: #a8000a;
}

.header-content.details {
  color: #a8000a;
}

.header-content.lineup {
  padding-top: 40px;
}

.paragraph-content {
  display: inline;
  font-size: 14px;
  line-height: 1.65;
  font-weight: 300;
}

.paragraph-content.reminder {
  padding-right: 4px;
}

.text-red {
  color: #c1272d;
}

.google-map-wrapper {
  height: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.text-link {
  color: #333;
  text-decoration: none;
}

.text-span {
  text-decoration: underline;
}

.map-2 {
  height: 300px;
  padding-bottom: 0px;
}

.header-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header-linkblock-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-linkblock-wrapper.learnmore {
  margin-top: 0px;
}

.header-linkblock-wrapper.nonprofitapp {
  margin-top: 0px;
}

.header-link-text {
  color: #939595;
  font-weight: 300;
}

.header-link-text.learnmore {
  line-height: 1;
}

.header-link-text.nonprofit {
  line-height: 1;
}

.header-link-text.quick {
  color: #a8000a;
}

.header-link-arrow {
  width: auto;
  padding-left: 4px;
}

.header-link-arrow.contact-arrow {
  width: auto;
}

.sponsor-wrapper {
  margin-bottom: 40px;
}

.sponsor-wrapper.tomballsistercity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sponsor-wrapper.polkabeat {
  margin-bottom: 40px;
}

.sponsor-link-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sponsor-link-contact-text {
  display: block;
  color: #939595;
  font-size: 12px;
  line-height: 1;
  font-weight: 300;
}

.content-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sponsor-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.sponsor-logo {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: block;
  width: auto;
  margin-right: 0px;
  padding-right: 0px;
  clear: none;
}

.sponsor-text {
  width: 100%;
  text-align: left;
}

.text-block-7 {
  padding-right: 0px;
  padding-left: 40px;
  font-size: 18px;
  line-height: 1.65;
  font-weight: 300;
}

.text-block-7.sponsorship-info {
  padding-left: 0px;
  font-size: 16px;
}

.image-wrapper-map {
  display: block;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.div-block-10 {
  -webkit-column-count: 3;
  column-count: 3;
}

.grid-2 {
  grid-auto-flow: row;
  grid-template-areas: "Area";
  -ms-grid-columns: 100% 100% 100%;
  grid-template-columns: 100% 100% 100%;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.hotel-cards-wrapper {
  display: -ms-grid;
  display: grid;
  margin-top: 30px;
  margin-bottom: 60px;
  padding-bottom: 0px;
  padding-left: 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.hotel-card-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 260px;
  min-width: 180px;
  padding: 24px 5px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #000;
  border-radius: 0px;
  box-shadow: -7px 7px 0 0 #333;
  -webkit-transition: box-shadow 350ms ease;
  transition: box-shadow 350ms ease;
}

.hotel-card-content:hover {
  box-shadow: 7px -7px 0 0 rgba(255, 192, 2, 0.69);
}

.hotel-card-content.residence {
  -webkit-transition: box-shadow 350ms ease;
  transition: box-shadow 350ms ease;
}

.hotel-card-content.residence:hover {
  box-shadow: 7px -7px 0 0 #006837;
}

.hotel-card-content.holiday {
  -webkit-transition: box-shadow 350ms ease;
  transition: box-shadow 350ms ease;
}

.hotel-card-content.holiday:hover {
  box-shadow: 7px -7px 0 0 #006837;
}

.hotel-card-content.economy {
  -webkit-transition: box-shadow 350ms ease;
  transition: box-shadow 350ms ease;
}

.hotel-card-content.economy:hover {
  box-shadow: 7px -7px 0 0 #006837;
}

.hotel-card-logo {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.hotel-card-logo.economy {
  padding-top: 20px;
}

.hotel-phone {
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
}

.hotel-address {
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  text-align: center;
}

.hotel-additionalinfo {
  font-size: 11px;
  line-height: 1;
  font-weight: 300;
  text-align: center;
}

.hotel-additionalinfo.holiday {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-span-2 {
  color: #c1272d;
}

.text-block-8 {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.65;
  font-weight: 300;
}

.image-8 {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.accordian-wrapper {
  padding-bottom: 0px;
  border-bottom: 0px none #000;
}

.dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.dropdown-toggle {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.sponsor-level-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #000;
  cursor: pointer;
}

.sponsor-title-text {
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
}

.price-arrow-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.price-text {
  padding-right: 30px;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}

.sponsor-details-text {
  overflow: hidden;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 300;
}

.sponsor-details-text.diamond.btm {
  padding-left: 30px;
}

.sponsor-details-wrapper {
  overflow: hidden;
  padding: 0px;
  border-style: none solid solid;
  border-width: 1px 1px 0px;
  border-color: #000;
}

.sponsor-details-wrapper.last {
  border-bottom-style: none;
  border-bottom-width: 0px;
}

.div-block-11 {
  padding: 20px;
}

.sponsor-level-wrapper {
  margin-bottom: 40px;
  border: 2px solid #000;
}

.sponsor-application-section-wrapper {
  margin-top: 0px;
}

.application-section-heading {
  margin-bottom: 10px;
  color: #a8000a;
  font-size: 34px;
  line-height: 1;
  font-weight: 700;
}

.application-text-dates {
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 14px;
  text-align: center;
}

.text-block-9 {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-right: 40px;
  padding-left: 40px;
  font-weight: 300;
  text-align: center;
}

.html-embed {
  display: block;
  margin-top: 0px;
  padding-right: 40px;
  padding-left: 40px;
}

.html-embed-2 {
  margin-top: 1px;
  margin-left: -7px;
  padding-left: 0px;
}

.text-block-10 {
  display: none;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300;
  text-align: center;
}

.text-block-11 {
  padding-bottom: 40px;
  color: #a8000a;
  font-size: 31.25px;
  line-height: 1;
  font-weight: 700;
}

.text-span-3 {
  color: #a8000a;
  font-weight: 700;
}

.text-span-4 {
  color: #a8000a;
}

.text-block-12 {
  display: none;
  padding-top: 0px;
  padding-bottom: 20px;
  line-height: 1.75;
  font-weight: 700;
  text-align: center;
}

.application-type-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.button {
  padding-right: 38px;
  padding-left: 38px;
  background-color: #006837;
  font-weight: 500;
}

.button.new-vendor {
  padding-right: 63px;
  padding-left: 63px;
}

.new-vendor-app {
  overflow: visible;
}

.returning-wrapper {
  position: static;
  z-index: 2;
}

.tabs-wrapper {
  display: block;
  overflow: visible;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.tabs-content {
  padding-top: 30px;
}

.html-embed-3 {
  overflow: hidden;
}

.tab-pane-tab-1 {
  position: static;
  overflow: auto;
}

.tab-pane-tab-2 {
  position: relative;
  z-index: 5;
  overflow: visible;
  -o-object-fit: none;
  object-fit: none;
}

.html-embed-4 {
  position: absolute;
}

.html-embed-5 {
  position: absolute;
}

.new-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #006837;
}

.text-block-13 {
  padding: 8px 39px;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.text-block-14 {
  padding: 8px 18px;
  color: #fff;
  text-align: center;
}

.new-vendor-app-html {
  position: static;
  display: block;
  overflow: visible;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #00f;
  background-clip: border-box;
}

.returning-vendor-app-html {
  position: static;
  display: block;
  overflow: visible;
  background-color: green;
}

.application-html-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.tabs-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.tabs-content-2 {
  position: static;
}

.tab-pane-tab-1-2 {
  position: absolute;
}

.tab-pane-tab-2-2 {
  position: absolute;
}

.button-new {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 32px;
  background-color: #006837;
  color: #fff;
}

.button-new.returning {
  cursor: auto;
}

.button-new.new-vendor {
  cursor: auto;
}

.div-block-12 {
  display: none;
  padding-top: 0px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.background-image {
  position: absolute;
  overflow: visible;
  width: 100%;
  height: 100vh;
  background-image: url('../images/Background-Image-05-min.jpg');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-filter: brightness(60%);
  filter: brightness(60%);
  white-space: normal;
  background-clip: border-box;
  -o-object-fit: fill;
  object-fit: fill;
}

.background-image.home {
  background-image: url('../images/Home-BKG.jpg');
  background-position: 10% 50%;
  -webkit-filter: brightness(60%);
  filter: brightness(60%);
}

.background-image.about {
  background-image: url('../images/About-us-BKG.jpg');
  background-position: 0% 0%;
  background-size: cover;
}

.background-image.sponsors {
  background-image: url('../images/Sponsors-BKG.jpg');
  background-size: cover;
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}

.background-image.gallery {
  background-image: url('../images/Gallery-BKG.jpg');
  background-position: 25% 0%;
}

.background-image.travel {
  background-image: url('../images/Vendors-BKG.jpg');
  -webkit-filter: brightness(75%);
  filter: brightness(75%);
}

.background-image.sponsorship {
  background-image: url('../images/Sponsors-BKG-copy.jpg');
  background-position: 26% 0px;
  -webkit-filter: brightness(76%);
  filter: brightness(76%);
}

.background-image.nonprofit {
  background-image: url('../images/Non-Profit-BKG.jpg');
  -webkit-filter: brightness(75%);
  filter: brightness(75%);
}

.background-image.vendors {
  background-image: url('../images/Travel-BKG-copy.jpg');
}

.background-image.apps {
  background-image: url('../images/Travel-BKG-copy.jpg');
  -webkit-filter: none;
  filter: none;
}

.background-image.terms {
  background-image: url('../images/About-us-BKG.jpg');
  -webkit-filter: brightness(75%);
  filter: brightness(75%);
}

.background-image.event {
  background-image: url('../images/Entertainment-Schedule-BKG.jpg');
  background-position: 0% 0%;
}

.content-wrapper {
  position: -webkit-sticky;
  position: sticky;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100vh;
  padding: 40px 40px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.card-vendor {
  overflow: visible;
}

.text-field-2 {
  height: 100px;
  margin-bottom: 20px;
  border: 1px none #000;
  background-color: #3c3f3f;
}

.text-field-3 {
  border: 1px none #000;
  background-color: #3c3f3f;
}

.text-field-4 {
  border: 1px none #000;
  background-color: #3c3f3f;
}

.form-2 {
  border: 1px none #000;
}

.submit-button-2 {
  padding: 8px 24px;
  background-color: #fff;
  color: #3c3f3f;
}

.contact-form {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-form-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.textarea-2 {
  height: 100px;
  margin-bottom: 25px;
  border: 1px none #000;
  background-color: #3c3f3f;
  color: #c9c9c9;
  font-weight: 300;
}

.textarea-2:focus {
  border-style: solid;
  border-color: #c9c9c9;
}

.about-content-wrapper {
  text-align: left;
}

.text-block-15 {
  max-width: 100%;
  color: #fff;
  font-size: 100px;
  line-height: 1;
  font-weight: 700;
}

.link-block-2 {
  display: block;
  width: auto;
  height: auto;
}

.terms {
  display: block;
  padding-top: 58px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1.65;
  font-weight: 300;
  text-align: left;
  white-space: normal;
}

.terms-header {
  display: block;
  margin-bottom: 5px;
  padding-top: 5px;
  font-size: 16px;
  font-weight: 700;
}

.bold-text {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  color: red;
  text-align: center;
}

.terms-link {
  display: inline;
  padding-right: 4px;
  padding-left: 4px;
  font-weight: 500;
  text-decoration: underline;
}

.terms-link:hover {
  color: #a81a0a;
}

.terms-link.hidden {
  display: none;
}

.terms-link.about-us {
  padding-right: 0px;
  padding-left: 0px;
  color: #c1272d;
  font-weight: 300;
  text-decoration: underline;
}

.terms-link.about-us.read-more {
  text-decoration: underline;
}

.bold-text-2 {
  display: none;
}

.bold-text-3 {
  display: block;
}

.terms-and-conditions {
  text-align: left;
}

.text-block-16 {
  font-weight: 700;
}

.terms-text-bold {
  font-weight: 700;
  text-align: left;
}

.terms-text-bold.red {
  padding-top: 40px;
  color: #c1272d;
  text-align: center;
}

.terms-text-header {
  padding-top: 30px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
}

.terms-text-paragraph {
  display: inline;
  line-height: 1.65;
  font-weight: 300;
}

.list-item {
  line-height: 1.65;
  font-weight: 300;
}

.text-span-5 {
  color: #c1272d;
}

.schedule-wrapper {
  padding-top: 20px;
}

.application-text-dates-2 {
  margin-top: 0px;
  padding-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.text-span-6 {
  font-weight: 700;
}

.text-block-17 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.dates-lineup-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.large-date-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.large-date-text {
  opacity: 1;
  color: #eaeaea;
  font-size: 70px;
  line-height: 0.8;
  font-weight: 700;
  text-align: center;
}

.text-block-19 {
  position: static;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.div-block-13 {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.date-small-text {
  padding-top: 5px;
  color: #000;
  font-size: 12px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: underline;
}

.event-map-wrapper {
  padding-top: 40px;
}

.event-map-wrapper.shuttle {
  padding-top: 40px;
}

.text-block-20 {
  padding-top: 20px;
  font-weight: 300;
  text-align: center;
}

.div-block-14 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 18;
  width: 100vw;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

.image-9 {
  position: fixed;
  z-index: 2;
  display: block;
  width: 100vw;
  max-height: none;
  max-width: none;
  min-height: auto;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
}

.div-block-15 {
  width: 95vw;
  height: 100vh;
  margin: auto;
  border-style: none;
  border-width: 5px 1px 1px;
  border-color: #000;
  background-image: url('../images/Event-Map---TGF.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.text-block-21 {
  display: inline;
  font-weight: 300;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-block-22 {
  padding-top: 20px;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}

.text-block-22.time {
  font-size: 17px;
  text-transform: uppercase;
}

.text-block-22.time._2 {
  padding-top: 10px;
}

.text-block-22.contest {
  font-size: 20px;
  text-align: right;
}

.div-block-17 {
  display: inline;
}

.text-block-23 {
  display: inline;
  padding-right: 4px;
}

.text-block-24 {
  display: inline;
}

.lightbox-link {
  padding-right: 0px;
}

.lightbox-link.about-us {
  padding-right: 4px;
}

.thumb {
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-22 {
  display: none;
}

.header-text-wrapper {
  display: block;
  width: auto;
  padding-right: 40px;
  padding-bottom: 10px;
}

.text-block-26 {
  display: inline-block;
  margin-bottom: 20px;
  padding-bottom: 0px;
  color: #fff;
  font-size: 5vw;
  line-height: 1;
  font-weight: 700;
}

.lottie-animation {
  display: none;
}

.lottie-animation-2 {
  display: none;
}

.scroll-arrow-lottie {
  display: none;
}

.logo-mobile {
  display: none;
}

.nav-mobile {
  display: none;
}

.text-block-27 {
  padding-bottom: 20px;
  font-weight: 300;
}

.div-block-31 {
  text-align: left;
}

.text-block-28 {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 300;
}

.text-block-29 {
  font-size: 16px;
  line-height: 1.65;
  font-weight: 300;
  text-align: left;
}

.vendor-app-button {
  width: 75%;
  margin-bottom: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #a8000a;
  color: #333;
}

.link-2 {
  background-color: transparent;
  color: #fff;
}

.link-4 {
  color: #fff;
}

.text-block-30 {
  display: none;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 300;
  text-align: center;
}

.link-5 {
  padding-left: 3px;
  color: #a8000a;
  text-decoration: underline;
}

.pop-up-notification {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: block;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  opacity: 1;
}

.text-block-31 {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 17px;
}

.text-block-32 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 12;
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  color: #fff;
  font-size: 20px;
  line-height: 1.65;
  text-align: center;
}

.div-block-33 {
  position: static;
  width: 250px;
  height: 50px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  background-color: #383838;
}

.div-block-34 {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 24;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 250px;
  margin: auto;
  padding-right: 78px;
  padding-left: 78px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: snow;
  line-height: 20px;
}

.popup-text {
  color: #272a2a;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 300;
  text-align: center;
}

.popup-button {
  display: none;
  width: 253px;
  height: auto;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 192, 2, 0.69);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.44);
  cursor: pointer;
}

.div-block-37 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: auto;
  height: auto;
}

.popup-close-icon {
  padding-top: 12px;
  padding-right: 12px;
  cursor: pointer;
}

.text-block-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

.popup-container {
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.background {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.86);
}

.grid-3 {
  grid-column-gap: 44px;
  grid-row-gap: 7px;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
  font-size: 17px;
}

.footer-grid-info {
  color: #fff;
  font-weight: 500;
}

.text-block-35 {
  position: absolute;
  left: 387px;
  top: 1203px;
  right: auto;
  bottom: auto;
  z-index: 8;
  display: inline-block;
  font-family: Displatter, sans-serif;
  color: #fff;
  font-size: 101px;
  line-height: 1;
  font-weight: 400;
}

.text-span-7 {
  position: relative;
  left: auto;
  right: 0%;
  bottom: 1vw;
  display: inline-block;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-bottom: 0px;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  font-family: Displatter, sans-serif;
  font-size: 5vw;
  font-weight: 400;
}

.text-block-36 {
  padding-bottom: 20px;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.contactlink {
  color: #fff;
  text-decoration: underline;
}

.contactlink:hover {
  color: #a8000a;
  font-weight: 700;
}

.text-span-8 {
  font-style: normal;
}

.not-available {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #a8000a;
  font-size: 14px;
  line-height: 1.25;
  font-style: italic;
  text-align: center;
}

.html-embed-6 {
  display: none;
  padding-right: 40px;
  padding-left: 40px;
}

.text-block-37 {
  text-align: center;
}

.html-embed-7 {
  display: none;
  padding-right: 40px;
  padding-left: 40px;
}

.text-span-9 {
  display: inline-block;
  font-weight: 700;
}

.text-block-38 {
  padding-bottom: 10px;
  color: #fff;
  font-size: 39px;
  font-weight: 700;
  letter-spacing: 3px;
}

.form-block-2 {
  display: none;
}

.text-span-10 {
  font-size: 0.75vw;
}

.text-span-11 {
  font-size: 17px;
  font-weight: 700;
}

.text-span-12 {
  font-size: 17px;
  font-weight: 700;
}

.text-span-13 {
  font-size: 17px;
  font-weight: 700;
}

.text-span-14 {
  font-size: 17px;
  font-weight: 700;
}

.text-span-15 {
  font-weight: 700;
}

.text-span-16 {
  color: #a8000a;
  font-weight: 700;
}

.text-span-17 {
  font-size: 2vw;
}

._20th-anniversary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  color: #fff;
  font-size: 2vw;
  font-weight: 700;
}

.closed-notice {
  margin-top: 40px;
  color: #a8000a;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
}

.text-span-18 {
  font-weight: 700;
}

.text-block-39 {
  padding-top: 0px;
  padding-bottom: 10px;
  font-family: itc-avant-garde-gothic-pro, sans-serif;
  font-weight: 300;
}

.text-block-39.contests {
  padding-top: 0px;
}

.text-block-39.vendors {
  padding-top: 10px;
}

.text-block-39.lineup {
  padding-top: 10px;
}

.link-6 {
  font-weight: 500;
  text-decoration: underline;
}

.text-block-40 {
  color: #000;
  font-size: 12px;
  line-height: 1px;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: underline;
}

.grid-4 {
  grid-auto-flow: row;
  grid-row-gap: 27px;
  -ms-grid-rows: auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto;
}

.grid-4.mobile {
  display: none;
}

.text-span-19 {
  font-size: 11px;
  line-height: 0px;
  font-weight: 300;
  letter-spacing: 1.25px;
}

.div-block-38 {
  font-size: 18px;
}

.text-span-20 {
  font-size: 12px;
  line-height: 0px;
}

.contest-time {
  padding-top: 20px;
  font-size: 17px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.text-block-22-copy {
  padding-top: 20px;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}

.text-block-22-copy.time {
  font-size: 17px;
  text-transform: uppercase;
}

.text-block-22-copy.time._2 {
  padding-top: 10px;
}

.text-block-22-copy.contest {
  font-size: 20px;
  text-align: right;
}

.link-7 {
  padding-right: 4px;
  padding-left: 4px;
  text-decoration: underline;
}

.text-block-41 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
}

.links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
}

.link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.gallery-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gallery-link-wrapper {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.38)), to(rgba(0, 0, 0, 0.38))), url('../images/TGF2021-68-small.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)), url('../images/TGF2021-68-small.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  box-shadow: -14px 14px 0 0 #000;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.gallery-link-wrapper:hover {
  background-image: url('../images/TGF2021-68-small.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  box-shadow: 14px -14px 0 0 rgba(255, 192, 2, 0.69);
}

.div-block-39 {
  position: relative;
}

.text-block-42 {
  color: #fff;
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .leftsidebox.home {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .rightsidebox {
    width: 100%;
  }

  .headercontent {
    display: block;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .header {
    font-size: 100px;
  }

  .text-block {
    font-size: 3.75vw;
  }

  .datetext {
    margin-bottom: 30px;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100vw;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .container {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .navbar {
    height: 80px;
    padding-right: 60px;
    padding-left: 60px;
  }

  .backgroundtext {
    font-size: 60px;
  }

  .foregroundtext {
    font-size: 60px;
  }

  .right-box-columns {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column2 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .column1 {
    width: 100%;
    margin-top: 0px;
  }

  .separator {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .cardsmalltext.bottom {
    padding-bottom: 60px;
  }

  .cardcontentwrapper.attendees {
    padding-bottom: 60px;
  }

  .footer {
    padding-top: 60px;
    padding-right: 60px;
    padding-left: 60px;
  }

  .footereventinfo {
    width: 100%;
    padding-bottom: 20px;
  }

  .footereventinfoheader {
    padding-bottom: 10px;
    font-size: 36px;
  }

  .text-block-5 {
    max-width: 80%;
    font-size: 16px;
    line-height: 1.65;
  }

  .footerquicklinkssocial {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footerquicklinksheader {
    padding-bottom: 10px;
    line-height: 20px;
  }

  .footersocial {
    padding-top: 0px;
    padding-right: 0px;
  }

  .footersocialheader {
    padding-top: 0px;
    padding-bottom: 10px;
  }

  .contactusform {
    width: 100%;
    padding-top: 0px;
  }

  .footercontentwrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .link {
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
    text-align: center;
  }

  .nav {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 3;
    display: block;
  }

  .logo {
    width: 250px;
  }

  .left-column-wrapper-top {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 126px;
  }

  .image-wrapper-map {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .hotel-cards-wrapper {
    display: -ms-grid;
    display: grid;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .hotel-card {
    padding: 20px;
  }

  .hotel-card-content {
    width: auto;
    height: 240px;
    min-width: 180px;
  }

  .hotel-address {
    font-size: 10px;
    line-height: 1.65;
  }

  .hotel-address.residence {
    font-size: 10px;
  }

  .application-text-dates {
    margin-top: 20px;
    padding-bottom: 20px;
  }

  .background-image {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    height: 100%;
    background-position: 15% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    -webkit-filter: brightness(60%);
    filter: brightness(60%);
  }

  .background-image.sponsors {
    background-position: 0% 50%;
    -webkit-filter: brightness(60%);
    filter: brightness(60%);
  }

  .background-image.sponsorship {
    background-position: 35% 0px;
    -webkit-filter: brightness(75%);
    filter: brightness(75%);
  }

  .background-image.terms {
    background-position: 0% 50%;
  }

  .content-wrapper {
    height: 100vh;
    padding-right: 60px;
    padding-bottom: 10px;
    padding-left: 60px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .form-2 {
    margin-bottom: 20px;
  }

  .quick-links {
    padding-top: 0px;
  }

  .div-block-18 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .header-text-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .text-block-26 {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 0px;
    font-size: 10vw;
  }

  .text-block-26.sponsors {
    font-size: 10vw;
  }

  .text-block-26.non-profit {
    width: auto;
    padding-bottom: 20px;
    font-size: 12vw;
  }

  .text-block-26.vendors {
    padding-top: 0px;
    padding-bottom: 20px;
    font-size: 10vw;
  }

  .scroll-arrow-lottie {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    width: 20px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    text-align: left;
  }

  .text-span-7 {
    right: 2%;
    bottom: 23px;
    font-size: 10vw;
  }

  .text-span-17 {
    font-size: 4vw;
  }

  ._20th-anniversary {
    font-size: 4vw;
  }

  .grid-4 {
    padding-bottom: 20px;
  }

  .links-wrapper {
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .header {
    font-size: 80px;
  }

  .text-block {
    padding-top: 15px;
  }

  .datetext {
    padding-top: 20px;
    font-size: 30px;
  }

  .backgroundtext {
    display: block;
    overflow: hidden;
    width: 100vw;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 50px;
    -o-object-fit: fill;
    object-fit: fill;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .foregroundtext {
    font-size: 50px;
  }

  .right-column-header-wrapper {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .cardsmalllinktext {
    padding-bottom: 4px;
  }

  .cardsmalltext {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-4 {
    display: none;
  }

  .footer {
    padding-top: 40px;
  }

  .footereventinfoheader {
    font-size: 34px;
  }

  .text-block-5 {
    max-width: none;
  }

  .logo {
    width: 225px;
  }

  .hotel-cards-wrapper {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }

  .sponsor-title-text {
    font-size: 20px;
  }

  .price-text {
    padding-right: 10px;
    font-size: 20px;
  }

  .application-text-dates {
    padding-bottom: 20px;
    font-weight: 700;
  }

  .text-block-10 {
    padding-bottom: 20px;
  }

  .text-block-11 {
    padding-bottom: 20px;
  }

  .button-new.new-vendor {
    margin-bottom: 30px;
  }

  .div-block-12 {
    padding-top: 20px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .background-image {
    -webkit-filter: brightness(60%);
    filter: brightness(60%);
  }

  .background-image.gallery {
    background-position: 35% 0%;
  }

  .content-wrapper {
    padding-right: 40px;
    padding-bottom: 10px;
    padding-left: 40px;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .terms-text-bold {
    margin-bottom: 30px;
  }

  .terms-text-header {
    padding-top: 0px;
  }

  .terms-text-paragraph {
    display: inline-block;
    margin-bottom: 30px;
  }

  .dates-lineup-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .large-date-text-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .event-map-wrapper {
    padding-top: 40px;
  }

  .event-map-wrapper.shuttle {
    padding-top: 40px;
  }

  .header-text-wrapper {
    padding-bottom: 20px;
  }

  .scroll-arrow-lottie {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .logo-mobile {
    display: none;
  }

  .vendor-app-button {
    width: 75%;
    margin-bottom: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #006837;
  }

  .link-2 {
    color: #fff;
  }

  .link-3 {
    color: #fff;
  }

  .pop-up-notification {
    display: block;
  }

  .popup-wrapper {
    width: 100%;
    height: 250px;
  }

  .grid-3 {
    grid-column-gap: 30px;
    -ms-grid-columns: 1fr 0.75fr;
    grid-template-columns: 1fr 0.75fr;
  }

  .text-span-7 {
    bottom: 15px;
  }

  .links-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .leftsidebox.home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .headercontent {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 40px;
    font-size: 50px;
    text-align: center;
  }

  .datetext {
    padding-top: 0px;
    padding-bottom: 10px;
    font-size: 20px;
    text-align: center;
    letter-spacing: 1px;
  }

  .navbar {
    right: 0px;
    height: 60px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
  }

  .navlink {
    font-size: 10.5px;
  }

  .navlink:hover {
    font-size: 11px;
  }

  .backgroundtext {
    width: 600px;
    font-size: 55px;
  }

  .foregroundtext {
    display: block;
    overflow: visible;
    width: auto;
    margin-top: -28px;
    font-size: 55px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .foregroundtext.mobile {
    display: block;
  }

  .foregroundtext.about {
    display: none;
  }

  .right-column-header-wrapper {
    margin-bottom: 30px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .rightboxcontent {
    margin-top: 0px;
    padding: 30px 30px 20px;
  }

  .right-box-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .column2 {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .column1 {
    width: 100%;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .separator {
    display: none;
  }

  .cardsmalllinktext {
    display: block;
    padding-bottom: 8px;
    font-size: 13px;
  }

  .cardcontentwrapper {
    display: none;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .cardcontentwrapper.attendees {
    display: none;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .cardlinkblock {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .text-block-4 {
    display: none;
  }

  .footer {
    padding: 60px 30px 20px;
  }

  .footereventinfo {
    padding-bottom: 40px;
  }

  .footereventinfoheader {
    padding-bottom: 10px;
    font-size: 30px;
    line-height: 1.25;
  }

  .text-block-5 {
    font-size: 14px;
  }

  .footerquicklinkssocial {
    padding-top: 0px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footerquicklinksheader {
    padding-bottom: 10px;
  }

  .quicklink {
    line-height: 1.65;
  }

  .footersocialheader {
    padding-bottom: 10px;
  }

  .footercontactusheader {
    padding-bottom: 10px;
  }

  .link {
    font-size: 10px;
  }

  .nav {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav.mobile {
    position: static;
    z-index: 1;
    display: block;
    width: 100%;
  }

  .left-column-header {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .logo {
    position: static;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 60px;
  }

  .logo.mobile {
    position: relative;
    left: auto;
    top: auto;
    display: block;
    width: 68%;
    padding-bottom: 40px;
  }

  .logo.mobile {
    display: block;
    width: 63%;
    padding-bottom: 0px;
  }

  .left-column-wrapper-top {
    display: none;
    margin-top: 0px;
    opacity: 0;
  }

  .content-right-column.gallery {
    display: none;
  }

  .header-content {
    margin-bottom: 30px;
    font-size: 24px;
    text-align: center;
  }

  .header-content.about-us {
    font-size: 24px;
  }

  .header-content.sponsors {
    padding-bottom: 0px;
    font-size: 24px;
    text-align: left;
  }

  .header-content.sponsors.names {
    margin-bottom: 5px;
  }

  .header-content.travel {
    margin-bottom: 0px;
    font-size: 24px;
    text-align: left;
  }

  .header-content.details {
    margin-bottom: 10px;
  }

  .header-links-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header-linkblock-wrapper {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .header-link-text {
    padding-right: 6px;
  }

  .header-link-arrow {
    margin-top: -1px;
    padding-top: 0px;
    padding-left: 0px;
  }

  .sponsor-wrapper.tomballsistercity {
    margin-bottom: 30px;
  }

  .sponsor-link-contact {
    padding-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .content-title-wrapper {
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .text-block-7 {
    padding-left: 0px;
    font-size: 14px;
  }

  .text-block-7.sponsorship-info {
    font-size: 14px;
  }

  .image-wrapper-map {
    margin-bottom: 20px;
  }

  .hotel-cards-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
  }

  .image-8 {
    width: 100%;
  }

  .sponsor-level-item {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
  }

  .sponsor-title-text {
    font-size: 16px;
  }

  .price-arrow-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .price-text {
    padding-right: 4px;
    font-size: 16px;
  }

  .sponsor-details-text {
    font-size: 14px;
  }

  .sponsor-application-section-wrapper {
    margin-top: 0px;
  }

  .application-section-heading {
    font-size: 24px;
  }

  .application-text-dates {
    margin-top: 0px;
    margin-bottom: 30px;
    padding-bottom: 0px;
    line-height: 1.65;
    font-weight: 700;
    text-align: center;
  }

  .text-block-9 {
    margin-bottom: 30px;
    line-height: 1.65;
  }

  .text-block-10 {
    margin-top: 0px;
    margin-bottom: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 1.65;
    text-align: left;
  }

  .text-block-11 {
    margin-bottom: 30px;
    padding-bottom: 0px;
    font-size: 24px;
    text-align: left;
  }

  .text-block-12 {
    margin-bottom: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .button-new.returning {
    width: 100%;
  }

  .button-new.new-vendor {
    width: 100%;
  }

  .background-image {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    overflow: hidden;
    height: 90vh;
    background-position: 20% 50%;
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
  }

  .background-image.sponsors {
    background-position: 8% 50%;
  }

  .background-image.travel {
    -webkit-filter: brightness(70%);
    filter: brightness(70%);
  }

  .background-image.sponsorship {
    -webkit-filter: brightness(60%);
    filter: brightness(60%);
  }

  .background-image.vendors {
    background-position: 35% 50%;
  }

  .background-image.apps {
    background-image: url('../images/Sponsors-BKG-copy.jpg');
  }

  .background-image.terms {
    background-position: 10% 50%;
  }

  .background-image.event {
    background-position: 49% 0px;
  }

  .content-wrapper {
    position: -webkit-sticky;
    position: sticky;
    overflow: hidden;
    height: 90vh;
    padding: 0px 0px 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .card-vendor {
    display: block;
  }

  .card-wrapper {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .terms-text-bold {
    margin-bottom: 30px;
  }

  .terms-text-header {
    padding-top: 0px;
  }

  .terms-text-paragraph {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 12px;
    text-align: left;
  }

  .schedule-wrapper {
    padding-top: 0px;
  }

  .text-block-17 {
    margin-top: 20px;
    margin-bottom: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .large-date-text-wrapper {
    margin-bottom: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .event-map-wrapper {
    padding-top: 20px;
  }

  .event-map-wrapper.shuttle {
    padding-top: 20px;
  }

  .div-block-16 {
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .text-block-22 {
    margin-bottom: 20px;
    padding-top: 0px;
    font-size: 16px;
  }

  .text-block-22.contest {
    margin-bottom: 0px;
    text-align: center;
  }

  .quick-links {
    padding-bottom: 40px;
  }

  .icon {
    position: static;
    color: #fff;
    text-align: left;
  }

  .menu-button {
    right: 0px;
  }

  .div-block-19 {
    position: relative;
    z-index: 5;
    width: 100vw;
    height: 60px;
    background-color: #fff;
  }

  .text-block-25 {
    display: inline;
    color: #a8000a;
    font-size: 28px;
    line-height: 1;
    font-weight: 700;
  }

  .div-block-20 {
    display: inline-block;
  }

  .div-block-21 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 8%;
    padding-bottom: 3%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .image-10 {
    width: 100%;
    max-width: none;
    padding-bottom: 0px;
    -webkit-filter: saturate(0%);
    filter: saturate(0%);
    -webkit-transition: -webkit-filter 350ms ease;
    transition: -webkit-filter 350ms ease;
    transition: filter 350ms ease;
    transition: filter 350ms ease, -webkit-filter 350ms ease;
  }

  .image-10:hover {
    -webkit-filter: saturate(100%);
    filter: saturate(100%);
  }

  .link-block-3 {
    box-shadow: -8px 8px 0 0 #272a2a;
    -webkit-transition: box-shadow 350ms cubic-bezier(.455, .03, .515, .955);
    transition: box-shadow 350ms cubic-bezier(.455, .03, .515, .955);
  }

  .link-block-3:hover {
    overflow: visible;
    box-shadow: 8px -8px 0 0 rgba(255, 192, 2, 0.69);
  }

  .div-block-22 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-23 {
    position: absolute;
    z-index: 1;
    width: auto;
    height: auto;
    background-color: #006837;
  }

  .div-block-24 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-25 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-26 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-27 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-28 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }

  .div-block-29 {
    display: inline-block;
  }

  .header-text-wrapper {
    position: relative;
    bottom: 0px;
    margin-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .text-block-26 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 11vw;
    text-align: center;
    letter-spacing: 3px;
  }

  .text-block-26.non-profit {
    font-size: 12vw;
  }

  .lottie-animation {
    display: block;
    width: 20px;
    padding-bottom: 5px;
  }

  .lottie-animation-2 {
    display: block;
    width: 20px;
    padding-bottom: 5px;
  }

  .div-block-30 {
    line-height: 1.65;
  }

  .scroll-arrow-lottie {
    position: static;
    display: block;
    width: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 0px;
  }

  .logo-mobile {
    display: block;
    width: 100%;
    padding-bottom: 50px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .nav-mobile {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    width: 100%;
  }

  .image-11 {
    display: none;
  }

  .image-12 {
    display: none;
  }

  .image-13 {
    display: none;
  }

  .image-14 {
    display: none;
  }

  .text-block-27 {
    line-height: 1.65;
  }

  .text-block-28 {
    font-size: 14px;
  }

  .text-block-29 {
    font-size: 14px;
  }

  .vendor-app-button {
    width: 100%;
  }

  .text-block-30 {
    margin-bottom: 30px;
  }

  .link-block-4 {
    width: 60%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    text-align: left;
  }

  .link-block-5 {
    width: 60%;
  }

  .link-block-6 {
    width: 60%;
  }

  .link-block-7 {
    width: 60%;
  }

  .link-block-8 {
    width: 60%;
  }

  .link-block-9 {
    width: 60%;
  }

  .link-block-10 {
    width: 60%;
  }

  .link-block-11 {
    width: 60%;
  }

  .link-block-12 {
    width: 60%;
  }

  .link-block-13 {
    width: 60%;
  }

  .link-block-14 {
    width: 60%;
  }

  .pop-up-notification {
    display: block;
  }

  .popup-wrapper {
    height: 350px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .popup-button {
    box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.33);
  }

  .text-block-34 {
    font-size: 12px;
    line-height: 1.56;
  }

  .grid-3 {
    grid-row-gap: 3px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    font-size: 16px;
  }

  .text-span-7 {
    position: static;
    right: auto;
    bottom: auto;
    font-size: 11vw;
  }

  ._20th-anniversary {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .grid-4 {
    justify-items: center;
    grid-row-gap: 11px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-4.desktop {
    display: none;
  }

  .grid-4.mobile {
    display: block;
  }

  .div-block-38 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .contest-time {
    padding-top: 0px;
    text-align: center;
  }

  .text-block-22-copy {
    margin-bottom: 20px;
    padding-top: 0px;
  }

  .links-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .gallery-container {
    margin-top: 0px;
  }

  .text-block-42 {
    font-size: 2em;
    line-height: 1.2em;
  }
}

#w-node-febdfcd9-5688-2c31-72cc-61d93ba88fdf-dd586d2b {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_9a79b49b-1da0-8c84-792e-5c2df7a4656b-dd586d2b {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

@font-face {
  font-family: 'Displatter';
  src: url('../fonts/Displatter.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}