:root {
  --white: white;
  --midnight-blue: #2d2643;
  --white-smoke: #ededed;
  --gainsboro: #dadadb;
  --purple: #470724;
  --reservationgrey: #dadadb;
  --silver-font: #b4b7b7;
  --sheer-grey: #b4b6b780;
  --darker-sheer-grey: #b4b6b7b5;
  --purple-sheer: #470724b5;
  --midnight-blue-sheer: #2d2643b5;
}

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.body {
  background-color: var(--white);
}

.navcontainer {
  justify-content: center;
  align-items: center;
  max-width: 85%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.nav-link {
  color: var(--midnight-blue);
  text-align: center;
  letter-spacing: .07em;
  text-transform: uppercase;
  min-width: 15%;
  margin-left: 0;
  margin-right: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: .95vw;
  font-weight: 700;
  display: block;
}

.nav-link.logo {
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.nav-link.logo.w--current {
  width: 15%;
}

.nav-link.white {
  color: var(--white);
}

.nav-menu-2 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
  display: flex;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 85%;
  display: none;
}

.navbar {
  background-color: var(--white-smoke);
}

.navbar.bistro {
  background-color: #2d2643b5;
}

.navbar.finedining {
  background-color: #470724b5;
}

.uppernav {
  z-index: 1000;
  background-color: var(--midnight-blue);
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.uppernavmenu {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 2.5em;
  margin-right: 20px;
  display: flex;
}

.uppernavlink {
  border: 1px none var(--gainsboro);
  color: var(--gainsboro);
  text-transform: uppercase;
  align-items: center;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .75em;
  text-decoration: none;
  display: flex;
}

.uppernavlink.img {
  padding-right: 0;
}

.icon {
  width: 20px;
}

.slider {
  width: 100vw;
  height: 95vh;
  margin-top: -10%;
  display: none;
  position: relative;
  inset: 0%;
}

.slider.careersslider {
  margin-top: -30%;
}

.slider.careersslider.privatedining {
  margin-bottom: 8em;
  display: block;
}

.slider.menuslider {
  height: 60vh;
  margin-top: -10%;
  margin-bottom: 8em;
}

.video {
  display: none;
  position: absolute;
  top: 0;
}

.background-video {
  z-index: 999999;
  width: 100%;
  height: 100%;
  position: absolute;
}

.singleslide, .singleslide.is--hidden, .singleslide.circles {
  display: none;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 85%;
  display: flex;
}

.container.bistro {
  border: 1px solid var(--midnight-blue);
  background-image: url('../images/bistro-pattern.png');
  background-position: 0 0;
  background-size: auto;
}

.container.bistro.menu {
  margin-bottom: 8em;
}

.container.ambarcontainer {
  background-color: var(--white-smoke);
  margin-bottom: 8em;
}

.container.ambarcontainer.reservation {
  border: 1px solid var(--purple);
  background-color: var(--white-smoke);
}

.container.ambarcontainer.reservation.subscribe {
  background-color: var(--midnight-blue);
  border-style: none;
}

.container.highlightcontainer.bistro {
  background-image: url('../images/bistro-2.jpg');
  background-position: 50%;
}

.container.finediningcontainer {
  border: 1px solid var(--purple);
  background-image: url('../images/fine-dining-pattern.png');
  background-position: 0 0;
  background-size: auto;
}

.container.finediningcontainer.menu {
  margin-bottom: 8em;
}

.container.reservationcontainer {
  background-color: var(--reservationgrey);
  margin-bottom: 8em;
}

.container.privatediningcontainer {
  border: 1px solid var(--purple);
  background-image: url('../images/private-dining-pattern.png');
  background-position: 50%;
  background-size: auto;
}

.container.privatediningcontainer.menu {
  margin-bottom: 8em;
}

.container.bookaroomcontainer, .container.privacycontainer {
  margin-bottom: 6em;
}

.container.highlightcontainer {
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/DSC09872.jpg'), url('../images/DSC00088.jpg'), url('../images/DSC09771.jpg');
  background-position: 0 0, 50% 44%, 50% 32%, 50%;
  background-repeat: repeat, repeat, repeat, no-repeat;
  background-size: auto, cover, cover, cover;
  margin-bottom: 8em;
}

.container.menu-button {
  margin-top: 8em;
}

.container.subscribe {
  background-color: var(--midnight-blue);
  margin-bottom: 8em;
}

.subheading {
  color: var(--midnight-blue);
  text-align: center;
  letter-spacing: .3em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 2em;
  font-weight: 400;
}

.subheading.small {
  padding-bottom: 0;
  font-size: 1.5em;
}

.subheading.small.grey {
  color: var(--silver-font);
  letter-spacing: .2em;
  padding-top: 1em;
  font-size: 1.25em;
  line-height: 30px;
}

.subheading.small.white {
  color: var(--white);
  text-align: left;
  width: 100%;
}

.subheading.small.ambartext {
  letter-spacing: .17em;
  margin-top: 10px;
  margin-bottom: 2em;
  padding-top: 0;
  padding-bottom: 0;
}

.subheading.small.purple {
  color: var(--purple);
  text-align: left;
  width: 100%;
}

.subheading.small.reservationtext {
  letter-spacing: .2em;
  font-size: 1.25em;
}

.subheading.small.reservationtext.subscribe {
  color: var(--white);
  text-align: center;
  letter-spacing: .1em;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 1.5em;
  line-height: 35px;
}

.subheading.small.darkpurple {
  text-align: left;
  width: 100%;
}

.subheading.small.privacyheading {
  letter-spacing: .151em;
  text-transform: none;
}

.subheading.small.privacyheading.success {
  padding-bottom: 2em;
}

.subheading.small.parkingheading {
  text-align: left;
}

.subheading.homestatement {
  padding-bottom: 2.5em;
}

.subheading.white {
  color: var(--white);
}

.subheading.finediningheading {
  color: var(--purple);
}

.subheading.reservationtext {
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 1.25em;
  line-height: 30px;
}

.subheading.menu {
  margin-bottom: 1em;
}

.subheading.menumainheading {
  margin-bottom: 4em;
}

.statementdiv {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-top: 8em;
  margin-bottom: 8em;
  display: flex;
}

.statementdiv.bistro {
  margin-top: 6em;
  margin-bottom: 6em;
}

.statementdiv.ourstory {
  margin-top: 2em;
  margin-bottom: 2em;
}

.statementdiv.careers {
  width: 75%;
}

.statementdiv.thanksgiving-form {
  width: 80%;
  margin-bottom: 2em;
  padding-top: 3em;
  padding-bottom: 3em;
  box-shadow: 0 11px 20px #0003;
}

.statementdiv.thanksgiving-form.page {
  box-shadow: none;
  margin-bottom: 8em;
  padding-top: 0;
  padding-bottom: 0;
}

.statementdiv.thanksgiving-form.home {
  padding-top: 5em;
  padding-bottom: 5em;
}

.statementdiv.thanksgiving-form.home.hide {
  display: none;
}

.statementdiv.bistro {
  width: 70%;
  margin-top: 6em;
  margin-bottom: 6em;
}

.button {
  border: 1px solid var(--midnight-blue);
  color: var(--midnight-blue);
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 5px;
  padding: 15px 25px;
  font-size: 1em;
  font-weight: 400;
  transition: color .2s, background-color .2s;
}

.button:hover {
  background-color: var(--midnight-blue);
  color: var(--white);
}

.button.white {
  background-color: var(--white-smoke);
}

.button.white:hover {
  background-color: var(--midnight-blue);
}

.button.white.subscribe {
  margin-top: 2em;
}

.button.white.subscribe:hover {
  border-color: var(--white);
}

.button.finedinebttn {
  border-color: var(--purple);
}

.button.finedinebttn:hover {
  border-color: var(--purple);
  background-color: var(--purple);
}

.button.finedinebttn.menupagebutton {
  margin-top: 4em;
}

.button.foursetbutton {
  border-color: var(--purple);
  background-color: var(--white-smoke);
  color: var(--purple);
}

.button.foursetbutton:hover {
  border-color: var(--white-smoke);
  background-color: var(--purple);
  color: var(--white-smoke);
}

.button.foursetbutton.brunch {
  color: var(--midnight-blue);
}

.button.foursetbutton.brunch:hover {
  background-color: var(--midnight-blue);
  color: var(--white);
}

.button.menupagebutton {
  border-color: var(--white);
  color: var(--white);
  margin-top: 3em;
}

.button.menupagebutton:hover {
  border-color: var(--midnight-blue);
  background-color: var(--white);
  color: var(--midnight-blue);
}

.button.menupagebutton2 {
  margin-top: 1em;
}

.button.subscribe {
  text-align: center;
  min-width: 11em;
}

.gridtwoset {
  grid-column-gap: 2em;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  width: 100%;
  margin-bottom: 8em;
}

.gridtwoset.parking {
  margin-top: 8em;
  margin-bottom: 8em;
}

.roomdiv {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.detailtext {
  color: var(--silver-font);
  text-align: center;
  width: 75%;
  margin-top: .5em;
  margin-bottom: 3em;
  font-family: Roboto Slab, sans-serif;
  font-size: 1em;
  line-height: 22px;
  text-decoration: none;
}

.detailtext.parking {
  text-align: left;
  margin-top: 4em;
  margin-bottom: 0;
}

.detailtext.parking.smaller {
  width: auto;
  margin-top: 1em;
  margin-bottom: 1em;
}

.detailtext.parking.smaller.nopadding {
  margin-top: 0;
  margin-bottom: 2em;
}

.detailtext.parking.home {
  margin-top: 1em;
  margin-bottom: 0;
}

.detailtext.footer {
  text-align: left;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 5px;
}

.detailtext.footer.copyright {
  margin-top: 0;
  margin-bottom: 0;
}

.detailtext.roomtext {
  width: auto;
}

.detailtext.nomargin {
  margin-top: 0;
  margin-bottom: 1.5em;
}

.detailtext.foursettext {
  text-align: left;
  width: auto;
  margin-top: 0;
  margin-bottom: 2em;
}

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

.detailtext.careerstext {
  text-align: left;
  width: 85%;
  margin-top: 2em;
}

.detailtext.subscribe {
  color: var(--silver-font);
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 1.15em;
  line-height: 30px;
}

.gridimage {
  background-image: url('../images/Anson11_FreeParkingMap_022717_828x552.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.gridimage.brunch {
  background-image: url('../images/Brunch-FrenchToast.jpg');
}

.gridimage.bottles {
  background-image: url('../images/wine-list.png');
  background-position: 50%;
  background-repeat: no-repeat;
}

.gridimage.finedining {
  background-image: url('../images/private-dining-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
}

.gridimage.bistro {
  background-image: url('../images/Bistro-salad.jpg');
}

.gridimage.finediningmenu {
  background-image: url('../images/DSC09771.jpg');
}

.gridimage.cavaroom {
  background-image: url('../images/Anson11_PrivateDining_TheCava-1.jpg');
}

.gridimage.gardenroom {
  background-image: url('../images/Anson11_PrivateDining_TheGardenRoom-1.jpg');
}

.gridimage.azulroom {
  background-image: url('../images/azul-03SmWeb.jpg');
}

.gridimage.brigadierroom {
  background-image: url('../images/Brigadier-RetSmWeb.jpg');
}

.gridimage.bistroroom {
  background-image: url('../images/3d7529c72723f60df0c23c2f222f019e.jpeg');
  background-position: 50% 70%;
  min-height: 475px;
}

.gridimage.upstairsroom {
  background-image: url('../images/Anson11_FineDining.jpg');
}

.gridimage.ansonmills {
  background-image: url('../images/general-mills.jpg');
  background-position: 50% 30%;
}

.gridimage.building {
  background-image: url('../images/anson-mills-building-1900.jpg');
}

.gridimage.construction {
  background-image: url('../images/Anson11_OurStory_Construction.jpg');
  min-height: 650px;
}

.gridimage.spirits {
  background-image: url('../images/DSC05008.jpg');
  background-position: 0 78%;
  background-size: 110%;
}

.roomtextdiv {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 3em;
  margin-bottom: 0;
  display: flex;
}

.parkingimage {
  background-image: url('../images/a11exterior.jpg');
  background-position: 50% 65%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 475px;
  display: flex;
}

.maphtml {
  width: 100%;
  height: auto;
}

.grid-2 {
  grid-template-rows: auto;
}

.parking {
  margin-top: 2em;
  margin-bottom: 2em;
}

.hours {
  color: var(--midnight-blue);
  font-size: 1.15em;
}

.hours.grey {
  color: var(--silver-font);
}

.bold-text {
  line-height: 45px;
}

.mapimage {
  width: 100%;
}

.footer {
  background-color: var(--midnight-blue);
}

.footer.purple {
  background-color: var(--purple);
}

.footergrid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 2em;
  margin-bottom: 2em;
}

.footerdiv {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footericon {
  margin-right: 20px;
}

.footericon._2 {
  margin-right: 0;
}

.div-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image {
  width: 100%;
}

.hero {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100vw;
  height: 60vh;
  margin-top: -10%;
}

.hero.bistro {
  background-image: url('../images/Bistro-salad.jpg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -10.5%;
  margin-bottom: 8em;
}

.hero.finedining {
  background-image: url('../images/DSC00088.jpg');
  background-position: 50% 26%;
  margin-top: -10.5%;
  margin-bottom: 8em;
}

.hero.reservations {
  background-image: url('../images/brigadier-5.jpg');
  background-position: 50% 65%;
  background-repeat: no-repeat;
  margin-top: -10.5%;
  margin-bottom: 8em;
}

.hero.bookaroom {
  background-image: url('../images/upstairs-gnochi.jpg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  margin-bottom: 6em;
}

.hero.ourstory {
  background-image: url('../images/Anson11_OurStory_MillsStreet.jpg');
  margin-bottom: 8em;
}

.hero.privacy {
  background-image: url('../images/Bistro-drinks.jpg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
}

.roomimage {
  margin-top: 2em;
  margin-bottom: 2em;
}

.gridfourset {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  width: 100%;
  margin-top: 8em;
  margin-bottom: 8em;
}

.gridfourset._2set {
  grid-template-rows: auto;
  margin-top: 0;
}

.gridfourset.menugrid {
  grid-template-rows: auto auto auto auto;
}

.gridfourset.menugrid.is--hidden {
  display: none;
}

.foursetdiv {
  background-color: var(--midnight-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 475px;
  padding: 5% 7%;
  display: flex;
}

.foursetdiv.finedinediv {
  background-color: var(--purple);
  align-items: flex-start;
}

.foursetdiv.finedinediv.white {
  background-color: var(--white-smoke);
}

.foursetdiv.ourstorydiv {
  background-color: var(--white-smoke);
  min-height: 650px;
}

.foursetdiv.menupagediv {
  border: 1px solid var(--midnight-blue);
  background-color: #0000;
  background-image: url('../images/bistro-pattern.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: auto;
  align-items: flex-start;
  height: 400px;
}

.foursetdiv.menupagediv.grey {
  border: 1px solid var(--midnight-blue);
  background-color: #0000;
  background-image: url('../images/bistro-pattern.png');
  background-position: 0 0;
  background-size: auto;
}

.foursetdiv.menupagediv.grey.form-block-2 {
  background-image: url('../images/fine-dining-pattern.png');
}

.divider {
  background-color: var(--white-smoke);
  width: 20%;
  height: .15em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.divider.grey {
  background-color: var(--silver-font);
}

.divider.purple {
  background-color: var(--midnight-blue);
}

.divider.menudivider {
  background-color: var(--midnight-blue);
  margin-top: 1em;
  margin-bottom: 1em;
}

.ambar {
  margin-top: 1em;
  margin-bottom: 1em;
}

.ambarsection {
  background-color: var(--white-smoke);
}

.finediningvid {
  margin-bottom: 2em;
}

.finediningvid.privatediningvid {
  margin-top: 2em;
}

.buttondiv {
  justify-content: space-around;
  width: 75%;
  display: flex;
}

.gridsixset {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  margin-top: 8em;
  margin-bottom: 8em;
}

.gridsixset._10set {
  grid-template-rows: auto auto auto auto auto;
}

.reservationdiv {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 85%;
  margin-top: 8em;
  margin-bottom: 8em;
  display: flex;
}

.reservationdiv.subscribe {
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: auto;
  margin-top: 6em;
  margin-bottom: 5em;
}

.numberlink {
  color: var(--silver-font);
  font-weight: 700;
  text-decoration: none;
}

.moreinfotext {
  color: var(--purple);
  text-transform: uppercase;
  font-weight: 500;
}

.reservationsstatementdiv {
  background-color: var(--white-smoke);
  width: 100%;
  margin-top: 4em;
  margin-bottom: 4em;
}

.bookaroomhtml {
  margin-top: 4em;
}

.privacydiv {
  flex-direction: column;
  align-items: flex-start;
  max-width: 65%;
  margin-top: 6em;
  margin-bottom: 6em;
  display: flex;
}

.form-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 85%;
  display: grid;
}

.is--hidden {
  display: none;
}

.submit-button-2 {
  text-align: center;
  background-color: #252f66;
  width: 30%;
  margin-top: 1.5em;
}

.submit-button-2.is--hidden {
  margin-top: 0;
  display: none;
}

.formdiv {
  width: 100%;
}

.image-2 {
  width: 100%;
  height: auto;
}

.section {
  display: block;
}

.slide {
  background-image: url('../images/Bistro-friesosters.jpg');
  background-position: 50% 45%;
  background-repeat: no-repeat;
  background-size: cover;
}

.brunchimg {
  margin-top: 0;
}

.menudiv {
  max-width: 85%;
  margin-bottom: 6em;
}

.menudiv._2 {
  max-width: none;
  margin-bottom: 0;
}

.menussection {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-2 {
  z-index: 5000;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.25em;
  position: static;
  inset: auto 0% 0%;
}

.div-block-2 {
  z-index: 2000;
  color: var(--white);
  position: static;
  inset: 0%;
}

.detailsdiv {
  z-index: 2000;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2.5em;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.image-3 {
  margin-top: 5px;
}

.logolinkdiv {
  display: none;
}

.successdiv {
  border: 1px solid var(--midnight-blue);
  background-image: url('../images/bistro-pattern.png');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  align-items: center;
  width: 50%;
  margin-top: 6em;
  margin-bottom: 0;
  padding-top: 4em;
  padding-bottom: 4em;
  display: flex;
}

.customslide {
  background-color: #3f105800;
  padding-top: 5em;
}

.customslide.fathersday {
  background-color: #a26236;
}

.customslide.paella {
  background-color: #5d2252;
}

.customslide.catchofday {
  background-color: #4c95a6;
}

.customslide.musicwed, .customslide.musicthurs {
  background-color: #000;
}

.customslide.primerib {
  background-color: var(--gainsboro);
}

.customslide.iberian {
  background-color: #0e1e37;
}

.customslide.thanks {
  background-color: #200106;
}

.customslide.col {
  background-color: #111526;
}

.customslide.holidaymeals {
  background-color: #6d0b1e;
}

.customslide.nye-upstairs {
  background-color: #000;
}

.customslide.nye-upstairs._2 {
  background-color: #15121b;
}

.customslide.valentines {
  background-color: #2d0005;
}

.customslide.silverstar {
  background-image: linear-gradient(#00000073, #00000073), url('../images/A-Frame-Final--11628-2.jpg');
  background-position: 0 0, 50% 85%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.customlink {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: static;
}

.customlink.diff {
  width: 50%;
  margin-top: 0;
  position: absolute;
  inset: 0%;
}

.customlink.diff._2 {
  margin-left: 0%;
  position: absolute;
  inset: 0% 0% 0% 50%;
}

.customlink.diff.silverstar-link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0%;
  position: absolute;
  inset: 0%;
}

.customimg {
  width: 80%;
}

.checkbox-field {
  align-items: flex-start;
  margin-bottom: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  transition: color .3s;
  display: flex;
}

.checkbox-field:hover {
  color: #7f58e2;
}

.radio-button-field {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 48%;
  height: 100px;
  display: flex;
  position: relative;
}

.area-label {
  z-index: 1;
  color: #0000004d;
  background-color: #fff;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 600;
  transition: font-size .3s, color .3s, top .3s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
  position: absolute;
  top: 10px;
}

.form {
  text-align: left;
  flex-flow: wrap;
  justify-content: space-between;
}

.success-message {
  background-color: #0000;
  padding: 0;
}

.form-next {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #dc7f28;
  border-radius: 10px;
  flex: 0 auto;
  width: 40%;
  min-height: 60px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: letter-spacing .3s, box-shadow .4s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
  position: static;
}

.form-next:hover {
  letter-spacing: 3px;
  background-color: #9b3921;
  box-shadow: 0 20px 30px -11px #9c392182;
}

.form-next:active {
  border: 1px #000;
}

.form-next.home {
  text-align: center;
  width: 35%;
  padding-top: 18px;
  font-size: 12px;
}

.form-next.success {
  text-align: center;
  padding-top: 18px;
  display: block;
}

.text-field-wrapper {
  text-align: left;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 2px;
  padding-right: 2px;
  display: flex;
  position: relative;
}

.text-field-wrapper.half {
  width: 48%;
}

.text-field-wrapper.third {
  width: 31%;
}

.radiobutton-field {
  align-items: flex-start;
  margin-bottom: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  transition: color .3s;
  display: flex;
}

.radiobutton-field:hover {
  color: #000;
}

.radiobutton {
  border: 2px solid #0000000d;
  border-radius: 50%;
  flex: none;
  width: 30px;
  height: 30px;
  margin-top: 0;
  margin-bottom: 5px;
  margin-right: 15px;
  transition: border-width .3s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94), border-color .3s;
}

.radiobutton:hover {
  color: #000;
  background-color: #9a392147;
  border-color: #00000026;
}

.radiobutton.w--redirected-checked {
  background-color: #9a392147;
  border-width: 9px;
  border-color: #9a392152;
}

.radiobutton.w--redirected-focus {
  box-shadow: none;
  background-color: #9a392147;
  border-width: 8px;
  border-color: #9a392152;
}

.text-field-done {
  opacity: 0;
  background-color: #7f58e233;
  background-image: url('../images/done-violet.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 11px;
  border: 2px solid #7f58e2;
  border-radius: 50%;
  width: 1px;
  height: 1px;
  margin-left: 20px;
  margin-right: 20px;
  transition: height .3s cubic-bezier(.25, .46, .45, .94), width .3s cubic-bezier(.25, .46, .45, .94);
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.text-field-done.area-done {
  width: 10px;
  height: 10px;
  position: absolute;
  inset: 30px 0% auto auto;
}

.form-block {
  background-color: #fff;
  border-radius: 30px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 80px 70px;
  box-shadow: 0 0 50px -40px #000;
}

.text-area-wrapper {
  text-align: left;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-height: 120px;
  margin-bottom: 20px;
  padding-left: 2px;
  padding-right: 2px;
  display: flex;
  position: relative;
}

.success-subtitle {
  margin-top: -20px;
  margin-bottom: 30px;
}

.fields-group {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fields-group.contact {
  margin-bottom: 2em;
}

.form-back {
  color: #dc7e28;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #dc7f283b;
  border: 2px solid #dc7f28;
  border-radius: 10px;
  flex: 0 auto;
  width: 40%;
  min-height: 60px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 13px 30px;
  font-size: 16px;
  font-weight: 700;
  transition: letter-spacing .3s, box-shadow .4s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
  position: static;
}

.form-back:hover {
  letter-spacing: 3px;
  box-shadow: 0 20px 30px -11px #dc7f2878;
}

.form-back:active {
  box-shadow: 0 11px 20px -11px #dc7f2878;
}

.form-back.home {
  text-align: center;
  width: 35%;
  padding-top: 18px;
  padding-bottom: 15px;
  font-size: 12px;
}

.slide-nav {
  display: none;
}

.radio-buttons {
  flex: none;
  justify-content: space-around;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.radio-buttons.hide {
  display: none;
}

.step-number {
  color: #9b39216e;
  width: auto;
  margin-right: 20px;
  font-size: 15px;
  font-weight: 900;
}

.step-number.current {
  color: #9b3921f0;
}

.form-label {
  width: 100%;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.text-area {
  color: #7f58e2;
  background-color: #0000;
  border: 2px solid #0000000d;
  border-radius: 10px;
  min-height: 240px;
  padding-top: 12px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 700;
  transition: border-color .3s;
}

.text-area:hover {
  border-color: #00000026;
  display: block;
}

.text-area:focus {
  border-color: #7f58e280;
}

.form-step {
  border: 3px solid #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.form-step.last-step {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 20px;
}

.form-step._1 {
  justify-content: flex-start;
  align-items: center;
}

.form-step.long {
  border: 3px solid #000;
  align-items: center;
  padding: 15px;
  overflow: scroll;
}

.form-slide {
  flex: none;
  width: 100%;
  height: 70vh;
  margin-right: 40px;
}

.form-slide.long {
  height: 45px;
  min-height: 45vh;
  margin-bottom: 7em;
  overflow: visible;
}

.button-2 {
  color: #7f58e2;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 2px solid #7f58e2;
  border-radius: 10px;
  flex: 1;
  min-height: 60px;
  padding: 15px 50px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: letter-spacing .3s, box-shadow .4s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
  position: static;
}

.button-2:hover {
  letter-spacing: 3px;
}

.button-2:active {
  border: 1px #000;
}

.radio-button-label {
  display: none;
}

.form-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #dc7e28;
  border-radius: 10px;
  width: 40%;
  min-height: 60px;
  padding: 10px 30px;
  font-size: 18px;
  font-weight: 700;
  transition: letter-spacing .3s, box-shadow .4s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
  position: static;
  inset: auto 0% 20px;
}

.form-button:hover {
  letter-spacing: 3px;
  background-color: #9b3921;
  box-shadow: 0 20px 30px -11px #9b392173;
}

.form-button:active, .form-button:focus {
  border: 1px #000;
}

.form-slider {
  background-color: #0000;
  flex-flow: wrap;
  justify-content: center;
  height: auto;
  display: flex;
}

.field-label-2 {
  z-index: 1;
  color: #0000004d;
  align-self: flex-start;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  transition: background-color .3s, font-size .3s, color .3s, top .3s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
  position: absolute;
  top: 19px;
}

.text-field {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000000d;
  border-radius: 10px;
  height: 55px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 700;
  transition: border-color .3s;
  position: static;
  inset: 0%;
}

.text-field:hover {
  border-color: #00000038;
  display: block;
}

.text-field:focus {
  border-color: #dc7e2870;
}

.text-field::placeholder {
  color: #00000047;
}

.form-mask {
  height: auto;
  margin-bottom: -40px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.form-mask.long {
  margin-bottom: 2em;
  padding-top: 10px;
  padding-bottom: 95px;
}

.form-heading {
  text-align: center;
  letter-spacing: .09em;
  text-transform: uppercase;
  border: 3px #000;
  border-bottom: 5px dotted #000;
  width: 100%;
  margin-bottom: 2em;
  padding-bottom: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.5em;
  font-weight: 900;
}

.form-heading.diff {
  padding-bottom: 10px;
  line-height: 30px;
}

.form-heading.small {
  letter-spacing: .03em;
  border-bottom-style: none;
  margin-bottom: 2em;
  padding-bottom: 0;
  font-size: 1em;
}

.form-heading.success {
  margin-bottom: 0;
}

.radio-button {
  cursor: pointer;
  background-color: #fcfcfc;
  border: 2px solid #fcfcfc;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.radio-button:hover {
  background-color: #7f58e233;
}

.radio-button.w--redirected-checked {
  background-color: #7f58e24d;
  border: 2px solid #7f58e280;
  transition: border-color .3s, background-color .3s cubic-bezier(.25, .46, .45, .94);
}

.radio-button.gender {
  background-image: url('../images/genders-02.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 50%;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
}

.radio-button.gender:hover {
  border-color: #7f58e233;
}

.radio-button.gender.w--redirected-focus {
  box-shadow: none;
}

.radio-button.gender.male {
  background-image: url('../images/genders-01.svg');
}

.radio-button.gender.male.w--redirected-focus {
  box-shadow: none;
}

.thanksgivingheader {
  color: #dc8027;
  text-align: center;
  letter-spacing: .12em;
  margin-bottom: .5em;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 4em;
  font-weight: 900;
  line-height: 1em;
}

.thanksgivingheader.success {
  margin-bottom: 1em;
}

.red {
  color: #9a3921;
  letter-spacing: .03em;
  font-family: Gabriela, sans-serif;
  font-size: .8em;
  line-height: 1.7em;
}

.thanksgivingtext {
  color: #606060;
  text-align: center;
  width: 75%;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1.5em;
  line-height: 1.15em;
}

.thanksbutton {
  margin-top: 2px;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.stepdiv {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 4em;
  display: flex;
}

.mealsizetext {
  font-family: Open Sans, sans-serif;
  font-size: 1em;
  font-weight: 400;
}

.mealsizetext._2 {
  margin-left: 20px;
  font-size: 1.15em;
}

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

.form-next-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #7f58e2;
  border-radius: 10px;
  flex: 1;
  width: 48%;
  min-height: 60px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 700;
  transition: letter-spacing .3s, box-shadow .4s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
  position: static;
}

.form-next-2:hover {
  letter-spacing: 3px;
  background-color: #9775ee;
  box-shadow: 0 20px 30px -11px #7f58e299;
}

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

.radiobutton-field-2 {
  align-items: flex-start;
  margin-bottom: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  transition: color .3s;
  display: flex;
}

.radiobutton-field-2:hover {
  color: #7f58e2;
}

.radiobutton-2 {
  border: 2px solid #0000000d;
  border-radius: 50%;
  flex: none;
  width: 30px;
  height: 30px;
  margin-top: 0;
  margin-bottom: 5px;
  margin-right: 15px;
  transition: border-width .3s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94), border-color .3s;
}

.radiobutton-2:hover {
  border-color: #00000026;
}

.radiobutton-2.w--redirected-checked {
  background-color: #7f58e24d;
  border-width: 9px;
  border-color: #7f58e280;
}

.radiobutton-2.w--redirected-focus {
  box-shadow: none;
  border-color: #7f58e280;
}

.radio-buttons-2 {
  flex: none;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.step-number-2 {
  color: #7f58e280;
  width: 100%;
  font-size: 16px;
  font-weight: 900;
}

.form-slide-2 {
  flex: none;
  width: 100%;
  margin-right: 40px;
}

.form-slider-2 {
  background-color: #0000;
  flex-flow: wrap;
  justify-content: space-between;
  height: auto;
  display: flex;
}

.form-mask-2 {
  height: auto;
  margin-bottom: -40px;
  margin-left: -40px;
  margin-right: -40px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.form-heading-2 {
  width: 100%;
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 900;
}

.submitdiv {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.listdiv {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  width: 100%;
  margin-bottom: 1.5em;
  display: grid;
}

.smallheader {
  letter-spacing: .03em;
  font-size: .6em;
  line-height: 10px;
}

.list {
  font-family: Open Sans, sans-serif;
  font-size: 1.15em;
  line-height: 22px;
}

.textarea {
  min-height: 50px;
}

.textarea.last {
  margin-bottom: 2em;
}

.thanksbuttondiv {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 4em;
  display: flex;
}

.dategrid {
  grid-template-rows: auto;
  width: 100%;
}

.timegrid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: none;
}

.checkbox {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-right: 10px;
}

.checkbox:hover {
  background-color: #9b392154;
}

.checkbox.w--redirected-checked {
  background-color: #9b3921;
  border-color: #9c3921;
}

.pietext {
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.15em;
}

.checkbox-field-2 {
  margin-bottom: 0;
}

.formsection {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 1em;
  display: flex;
}

.successtext {
  text-align: center;
  border-bottom: 5px dotted #000;
  padding-top: 2em;
  padding-bottom: 2em;
  font-family: Open Sans, sans-serif;
  font-size: 1.25em;
  line-height: 25px;
}

.successbuttondiv {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 4em;
  display: flex;
}

.html-embed {
  display: none;
}

.select-field {
  width: 55px;
  margin-bottom: 0;
}

.quantitydiv {
  align-items: center;
  margin-bottom: 1.15em;
  display: flex;
}

.divholder {
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  width: 50%;
  display: flex;
}

.div-block-4 {
  width: auto;
  max-width: 900px;
  padding: 60px 80px 70px;
  box-shadow: 0 20px 50px -40px #000;
}

.sucesssection {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 15em;
  margin-bottom: 15em;
  display: flex;
}

.tempdiv {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.thanksdiv2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 4em;
  margin-bottom: 1em;
  display: none;
}

.form-next-3 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #dc7f28;
  border-radius: 10px;
  flex: 0 auto;
  width: 30%;
  min-height: 60px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px 30px 15px;
  font-size: 16px;
  font-weight: 700;
  transition: letter-spacing .3s, box-shadow .4s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
  position: static;
}

.form-next-3:hover {
  letter-spacing: 3px;
  background-color: #9b3921;
  box-shadow: 0 20px 30px -11px #9c392182;
}

.form-next-3:active {
  border: 1px #000;
}

.form-next-3.home {
  text-align: center;
  width: 35%;
  padding-top: 18px;
  font-size: 12px;
}

.numberlink-2 {
  color: #2d2643;
  font-weight: 700;
  text-decoration: none;
}

.numberlink-2:hover, .numberlink-2._2 {
  color: #b4b7b7;
}

.numberlink-2._2:hover {
  color: #470724;
}

.numberlink-2._2.diff:hover {
  color: #dc8027;
}

.thanksbuttondiv-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 4em;
  display: none;
}

.soldout {
  color: #9b3921;
  padding: 10px 5px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 7em;
  font-weight: 700;
  position: relative;
  top: -146px;
  transform: rotate(-9deg);
}

.thanksgivingheader-2 {
  color: #dc8027;
  text-align: center;
  letter-spacing: .12em;
  margin-bottom: 1.5em;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 2.5em;
  font-weight: 900;
  line-height: 1.25em;
}

.thanksdiv2-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 4em;
  margin-bottom: 1em;
  display: flex;
}

.red-2 {
  color: #9a3921;
  letter-spacing: .03em;
  font-family: Gabriela, sans-serif;
  font-size: 1.3em;
  line-height: 1.7em;
}

.form-next-4 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #dc7f28;
  border-radius: 10px;
  flex: 0 auto;
  width: 30%;
  min-height: 60px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px 30px 15px;
  font-size: 16px;
  font-weight: 700;
  transition: letter-spacing .3s, box-shadow .4s cubic-bezier(.25, .46, .45, .94), background-color .3s cubic-bezier(.25, .46, .45, .94);
  position: static;
}

.form-next-4:hover {
  letter-spacing: 3px;
  background-color: #9b3921;
  box-shadow: 0 20px 30px -11px #9c392182;
}

.form-next-4:active {
  border: 1px #000;
}

.form-next-4.home {
  text-align: center;
  width: 35%;
  padding-top: 18px;
  font-size: 12px;
}

.nyeleftlink {
  width: 31%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.nyeleftlink._2 {
  width: 50%;
}

.nyerightlink {
  width: 31%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 31%;
}

.nyerightlink._2 {
  width: 50%;
  left: 50%;
}

.gridimage-2 {
  background-image: url('../images/Anson11_FreeParkingMap_022717_828x552.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 475px;
}

.gridimage-2.upstairsroom {
  background-image: url('../images/DSC09865.jpg');
  background-position: 50% 45%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 475px;
}

.gridimage-2.bistroroom {
  background-image: url('../images/3d7529c72723f60df0c23c2f222f019e.jpeg');
  background-position: 50% 70%;
  min-height: 475px;
}

.gridtwosetrooms {
  grid-column-gap: 2em;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  width: 100%;
  margin-bottom: 8em;
}

.subheading-2 {
  color: #2d2643;
  text-align: center;
  letter-spacing: .3em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 2em;
  font-weight: 400;
}

.subheading-2.small {
  letter-spacing: .3em;
  text-transform: uppercase;
  padding-bottom: 0;
  font-size: 1.5em;
}

.subheading-2.small.parkingheading {
  text-align: left;
}

.subheading-2.small.statement {
  margin-bottom: 3em;
  padding-bottom: 0;
  font-size: 1.1em;
}

.subheading-2.small.grey {
  color: #b4b7b7;
  letter-spacing: .2em;
  padding-top: 1em;
  font-size: 1.25em;
  line-height: 30px;
}

.subheading-2.small.grey.upstairs {
  padding-bottom: 1em;
}

.subheading-2.white {
  color: #fff;
}

.subheading-2.reservationtext {
  letter-spacing: .08em;
  text-transform: none;
  width: 75%;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 1.25em;
  line-height: 30px;
}

.roomtextdiv-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 3em;
  margin-bottom: 0;
  display: flex;
}

.button-3 {
  color: #2d2643;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #2d2643;
  border-radius: 5px;
  padding: 15px 25px;
  font-size: 1em;
  font-weight: 400;
  transition: color .2s, background-color .2s;
}

.button-3:hover {
  color: #fff;
  background-color: #2d2643;
}

.detailtext-2 {
  color: #b4b7b7;
  text-align: center;
  width: 75%;
  margin-top: .5em;
  margin-bottom: 3em;
  font-family: Roboto Slab, sans-serif;
  font-size: 1em;
  line-height: 22px;
  text-decoration: none;
}

.detailtext-2.parking {
  text-align: left;
  margin-top: 4em;
  margin-bottom: 0;
}

.detailtext-2.roomtext {
  width: auto;
  display: block;
}

.gridimage-3 {
  background-image: url('../images/Anson11_FreeParkingMap_022717_828x552.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 475px;
}

.gridtwoset-3 {
  grid-column-gap: 2em;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  width: 100%;
  margin-bottom: 8em;
}

.gridtwoset-3.parking {
  margin-top: 8em;
  margin-bottom: 8em;
}

.hours-2 {
  color: #2d2643;
  font-size: 1.15em;
}

.divider-2 {
  background-color: #ededed;
  width: 20%;
  height: .15em;
  margin-top: 2em;
  margin-bottom: 2em;
}

.button-4 {
  color: #2d2643;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #2d2643;
  border-radius: 5px;
  padding: 15px 25px;
  font-size: 1em;
  font-weight: 400;
  transition: color .2s, background-color .2s;
}

.button-4:hover {
  color: #fff;
  background-color: #2d2643;
}

.button-4.white {
  background-color: #ededed;
}

.button-4.white:hover {
  background-color: #2d2643;
}

.button-4.finedinebttn {
  text-align: center;
  border-color: #470724;
}

.button-4.finedinebttn:hover {
  background-color: #470724;
  border-color: #470724;
}

.buttondiv-2 {
  grid-column-gap: 2em;
  grid-row-gap: 3em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: center;
  width: 95%;
  display: grid;
}

.roomimage-2 {
  margin-top: 2em;
  margin-bottom: 2em;
  margin-right: 2em;
}

.roomimage-2.upstairs {
  margin-top: 0;
  margin-bottom: 1em;
}

.reservationsstatementdiv-2 {
  background-color: #ededed;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 4em;
  margin-bottom: 4em;
  display: flex;
}

.opentable.hide {
  display: none;
}

.slide-2 {
  background-image: url('../images/A-Frame-Final--11628-2.jpg');
  background-position: 50% 80%;
  background-size: cover;
}

.container-2 {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-image: radial-gradient(circle, #000, #fff);
  background-clip: border-box;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
}

.image-4 {
  background-image: linear-gradient(#00000080, #00000080);
  margin-top: 145px;
}

.image-5 {
  flex: 1;
}

.container-3 {
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.copyrightdiv {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heroslider {
  background-color: #ddd0;
  height: 100%;
}

.heroslider.mobile {
  display: none;
}

.mask {
  overflow: hidden;
}

.heroimage, .heroimagelink {
  width: 100%;
}

.arrow {
  display: block;
}

.slidelink {
  width: 100%;
  height: 100%;
  position: relative;
}

.slidelink.topright {
  width: 50%;
  height: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.slidelink.bottomright {
  width: 50%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0% auto;
}

.subscribe {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

@media screen and (min-width: 1920px) {
  .nav-link {
    min-width: 13%;
    font-size: .7vw;
  }

  .slider {
    height: 90vh;
  }

  .slider.careersslider.privatedining {
    height: 95vh;
  }

  .video {
    display: none;
  }

  .background-video {
    min-height: 60.7vh;
  }

  .singleslide {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }

  .singleslide.circles {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .container {
    max-width: 80%;
  }

  .container.privacycontainer {
    margin-top: 6em;
  }

  .statementdiv {
    width: 50%;
  }

  .statementdiv.thanksgiving-form {
    width: 60%;
  }

  .statementdiv.bistro {
    width: 50%;
  }

  .detailtext {
    width: 70%;
    font-size: 1.1em;
  }

  .detailtext.parking.home {
    width: 85%;
  }

  .gridimage {
    background-position: 50%;
    background-repeat: no-repeat;
  }

  .gridimage.brunch {
    background-position: 50% 0;
    background-repeat: no-repeat;
  }

  .hero.privacy {
    background-image: url('../images/Bistro-drinks.jpg');
    background-position: 50% 35%;
    background-repeat: no-repeat;
    margin-bottom: 0;
  }

  .divider {
    margin-top: .5em;
    margin-bottom: 1.5em;
  }

  .divider.statement {
    margin-top: 1em;
    margin-bottom: 2em;
  }

  .form-2 {
    width: 65%;
  }

  .detailsdiv {
    margin-bottom: 4em;
  }

  .successdiv {
    margin-top: 0;
  }

  .customimg {
    width: 65%;
    margin-top: 4em;
  }

  .form-slide {
    height: 50vh;
  }

  .nyeleftlink {
    width: 36%;
  }

  .nyerightlink {
    width: 36%;
    left: 36%;
  }

  .gridimage-2 {
    background-position: 50%;
    background-repeat: no-repeat;
  }

  .subheading-2.reservationtext {
    width: 80%;
  }

  .roomtextdiv-2 {
    width: 65%;
  }

  .detailtext-2 {
    width: 75%;
    font-size: 1.1em;
  }

  .detailtext-2.parking.home {
    width: 85%;
  }

  .gridimage-3 {
    background-position: 50%;
    background-repeat: no-repeat;
  }

  .divider-2 {
    margin-top: .5em;
    margin-bottom: 1.5em;
  }

  .divider-2.statement {
    margin-top: 1em;
    margin-bottom: 2em;
  }

  .buttondiv-2 {
    width: 100%;
  }

  .image-4 {
    margin-top: 200px;
    padding-top: 0;
  }

  .container-3 {
    aspect-ratio: auto;
    object-fit: fill;
    justify-content: center;
    align-items: center;
    max-width: none;
    height: 100%;
    margin-top: 0;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .navlottie {
    width: 50px;
  }

  .menu-button {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .navmenu {
    border: 1px solid var(--white);
    justify-content: center;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .text-block {
    color: var(--white);
    font-size: .85em;
    display: none;
  }

  .navcontainer {
    justify-content: flex-end;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-menu {
    position: static;
  }

  .nav-link {
    text-align: left;
    width: 100%;
    font-size: 1.1em;
  }

  .nav-link.logo {
    display: none;
  }

  .nav-menu-2 {
    background-color: #b4b6b7;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .nav-menu-2.purple {
    background-color: #470724e0;
  }

  .nav-menu-2.purple2 {
    background-color: #2d2643e0;
  }

  .grid {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .navbar {
    background-color: #b4b6b7;
  }

  .navbar.bistro {
    background-color: #2d2643e0;
  }

  .navbar.finedining {
    background-color: #470724e0;
  }

  .uppernavmenu {
    width: 95%;
    margin-right: 60px;
    font-size: 11px;
  }

  .uppernavlink.socialicon {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .icon {
    width: 20px;
  }

  .slider {
    height: 65vh;
    margin-top: -15%;
  }

  .slider.careersslider {
    margin-top: -50%;
  }

  .slider.careersslider.privatedining {
    height: 75vh;
  }

  .slider.menuslider {
    height: 60vh;
    margin-top: -15%;
  }

  .background-video {
    min-height: 24vh;
  }

  .container {
    max-width: 85%;
  }

  .subheading.small.reservationtext {
    padding-bottom: 2em;
  }

  .subheading.small.reservationtext.subscribe {
    padding-bottom: 0;
  }

  .subheading.small.privacyheading {
    line-height: 35px;
  }

  .subheading.small.parkingheading {
    text-align: center;
  }

  .statementdiv, .statementdiv.bistro, .statementdiv.careers {
    width: 85%;
  }

  .statementdiv.thanksgiving-form.page {
    width: 90%;
  }

  .statementdiv.bistro {
    width: 85%;
  }

  .gridtwoset {
    grid-row-gap: 6em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 6em;
  }

  .gridtwoset.parking {
    grid-column-gap: 0px;
    grid-row-gap: 4em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 6em;
    display: grid;
  }

  .detailtext.parking {
    align-items: flex-start;
  }

  .detailtext.footer, .detailtext.careerstext {
    width: 100%;
  }

  .detailtext.subscribe {
    width: 75%;
  }

  .gridimage, .gridimage.brunch, .gridimage.bistroroom {
    min-height: 400px;
  }

  .gridimage.ansonmills, .gridimage.building {
    min-height: 550px;
  }

  .gridimage.construction {
    min-height: 500px;
  }

  .parking {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .footergrid {
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }

  .footerdiv {
    align-items: center;
    width: 85%;
  }

  .div-block {
    justify-content: flex-start;
  }

  .hero.bistro, .hero.finedining, .hero.reservations, .hero.bookaroom {
    margin-top: -15%;
  }

  .gridfourset {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .gridfourset.menugrid {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  }

  .foursetdiv {
    min-height: 500px;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .foursetdiv.ourstorydiv {
    min-height: 500px;
  }

  .divider {
    width: 25%;
  }

  .gridsixset {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .reservationdiv {
    flex-direction: column;
  }

  .reservationdiv.subscribe {
    width: 85%;
  }

  .privacydiv {
    max-width: 90%;
  }

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

  .logolinkdiv {
    width: 100%;
    display: block;
  }

  .successdiv {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .customslide.musicthurs {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }

  .customimg {
    width: 95%;
  }

  .form-next.home {
    width: 65%;
    margin-bottom: 2em;
  }

  .form-next.success {
    letter-spacing: .03em;
    font-size: 14px;
  }

  .form-block {
    width: 100%;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .form-back.home {
    width: 65%;
  }

  .radio-buttons {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .thanksgivingheader {
    font-size: 2.7em;
    line-height: 1.5em;
  }

  .thanksgivingheader.success {
    margin-bottom: 1em;
  }

  .red {
    font-size: .8em;
    line-height: .7em;
  }

  .mealsizetext._2.center {
    text-align: center;
  }

  .thanksbuttondiv {
    flex-direction: column;
  }

  .divholder {
    width: 85%;
  }

  .div-block-4 {
    width: 600px;
  }

  .form-next-3 {
    width: 55%;
  }

  .form-next-3.home {
    width: 65%;
    margin-bottom: 2em;
  }

  .thanksbuttondiv-2 {
    flex-direction: column;
  }

  .soldout {
    font-size: 5em;
    top: -223px;
  }

  .thanksgivingheader-2 {
    font-size: 2.2em;
    line-height: 1.5em;
  }

  .red-2 {
    font-size: 1.1em;
    line-height: .7em;
  }

  .form-next-4 {
    width: 55%;
  }

  .form-next-4.home {
    width: 65%;
    margin-bottom: 2em;
  }

  .nyeleftlink {
    width: 28%;
  }

  .nyerightlink {
    width: 28%;
    left: 28%;
  }

  .gridimage-2, .gridimage-2.bistroroom {
    min-height: 400px;
  }

  .gridtwosetrooms {
    grid-column-gap: 0em;
    grid-row-gap: 6em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 6em;
  }

  .subheading-2.small.parkingheading {
    text-align: center;
  }

  .subheading-2.small.statement {
    text-align: left;
  }

  .subheading-2.reservationtext {
    width: 85%;
  }

  .detailtext-2.parking {
    align-items: flex-start;
  }

  .gridimage-3 {
    min-height: 400px;
  }

  .gridtwoset-3 {
    grid-column-gap: 0em;
    grid-row-gap: 6em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 6em;
  }

  .gridtwoset-3.parking {
    grid-column-gap: 0px;
    grid-row-gap: 4em;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 6em;
    display: grid;
  }

  .divider-2 {
    width: 25%;
  }

  .button-4.finedinebttn {
    text-align: center;
    margin-bottom: 2em;
  }

  .button-4.finedinebttn.nomargin {
    margin-bottom: 0;
  }

  .buttondiv-2 {
    grid-row-gap: 2em;
    flex-direction: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    width: 45%;
  }

  .opentable.hide {
    display: block;
  }

  .opentable.hidemobile {
    display: none;
  }

  .image-4 {
    max-width: none;
    height: 65%;
  }

  .container-3 {
    max-width: none;
    margin-top: 0;
  }

  .subscribe-inner {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .uppernavmenu {
    margin-right: 45px;
  }

  .slider.menuslider {
    margin-top: -25%;
  }

  .background-video {
    min-height: 58vh;
  }

  .singleslide {
    display: none;
  }

  .singleslide.circles {
    display: block;
  }

  .container, .container.bistro {
    max-width: 90%;
  }

  .subheading.small.reservationtext.subscribe {
    text-align: left;
  }

  .subheading.small.privacyheading {
    line-height: 30px;
  }

  .statementdiv, .statementdiv.bistro, .statementdiv.bistro {
    width: 85%;
  }

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

  .gridimage.bistroroom, .gridimage.upstairsroom {
    height: auto;
  }

  .gridimage.ansonmills, .gridimage.building {
    min-height: 500px;
  }

  .parking {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero.bistro, .hero.finedining {
    margin-top: -25%;
  }

  .hero.reservations {
    background-position: 50%;
    margin-top: -25%;
  }

  .hero.bookaroom {
    margin-top: -25%;
  }

  .buttondiv {
    width: 100%;
  }

  .reservationdiv.subscribe {
    justify-content: space-around;
    align-items: flex-start;
  }

  .form-2 {
    width: 95%;
  }

  .logolink {
    width: 55px;
  }

  .successdiv {
    width: 85%;
  }

  .form-next {
    min-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .form-block {
    padding: 20px 15px 50px;
  }

  .form-back {
    min-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .radio-buttons {
    flex-direction: column;
  }

  .radio-buttons.genders {
    flex-direction: row;
  }

  .step-number {
    text-align: center;
    font-size: 14px;
    line-height: 16px;
  }

  .form-step {
    height: 100%;
  }

  .form-slide {
    flex: none;
    width: 100%;
  }

  .button-2 {
    min-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .form-heading {
    font-size: 1.5em;
  }

  .thanksgivingheader, .thanksgivingheader.success {
    font-size: 2em;
  }

  .stepdiv {
    justify-content: center;
  }

  .form-next-2 {
    min-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .radio-buttons-2 {
    flex-direction: column;
  }

  .radio-buttons-2.genders {
    flex-direction: row;
  }

  .form-slide-2 {
    flex: none;
    width: 100%;
  }

  .form-heading-2 {
    font-size: 24px;
  }

  .listdiv {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .smallheader {
    font-size: .5em;
  }

  .divholder {
    width: 95%;
  }

  .form-next-3 {
    width: 65%;
    min-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .soldout {
    font-size: 5em;
  }

  .thanksgivingheader-2 {
    font-size: 2em;
  }

  .form-next-4 {
    width: 65%;
    min-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .gridimage-2.upstairsroom, .gridimage-2.bistroroom {
    height: auto;
  }

  .subheading-2.reservationtext {
    margin-left: 1em;
    margin-right: 1em;
  }

  .buttondiv-2 {
    width: 75%;
  }

  .image-4 {
    max-width: none;
    height: 60%;
    margin-top: 49px;
  }

  .container-3 {
    object-fit: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: none;
    height: 100%;
    padding-right: 0;
  }

  .heroslider {
    min-height: 150px;
  }
}

@media screen and (max-width: 479px) {
  .navlottie {
    width: 45px;
  }

  .menu-button {
    padding-left: 10px;
    padding-right: 0;
  }

  .navmenu {
    padding-right: 0;
  }

  .text-block {
    font-size: .75em;
  }

  .nav-menu-2.purple {
    z-index: 1;
  }

  .uppernavmenu {
    margin-right: 24px;
  }

  .uppernavlink {
    padding-left: 6px;
    padding-right: 6px;
    font-size: .85em;
  }

  .uppernavlink.socialicon {
    margin-top: 0;
    padding-top: 3px;
    padding-bottom: 3px;
    display: block;
  }

  .slider {
    height: 35vh;
    margin-top: 0%;
  }

  .slider.careersslider {
    margin-top: -65%;
  }

  .slider.careersslider.privatedining {
    height: 60vh;
  }

  .background-video {
    min-height: auto;
  }

  .container.bookaroomcontainer {
    max-width: 95%;
  }

  .subheading.small {
    line-height: 37px;
  }

  .subheading.small.reservationtext.subscribe {
    font-size: 1.5em;
  }

  .subheading.small.privacyheading {
    text-align: left;
    line-height: 27px;
  }

  .subheading.small.parkingheading {
    text-align: left;
  }

  .subheading.finediningheading {
    margin-bottom: 10px;
  }

  .statementdiv, .statementdiv.bistro, .statementdiv.careers {
    width: 90%;
  }

  .statementdiv.thanksgiving-form.page, .statementdiv.thanksgiving-form.home, .statementdiv.thanksgiving-form.home {
    width: 100%;
  }

  .statementdiv.bistro {
    width: 90%;
  }

  .statementdiv.lessmargin {
    margin-top: 4em;
  }

  .button.finedinebttn, .button.finedinebttn.nomargin {
    text-align: center;
    margin-bottom: 0;
  }

  .gridtwoset {
    grid-row-gap: 6em;
  }

  .gridtwoset.parking {
    margin-bottom: 6em;
  }

  .detailtext.parking {
    width: 85%;
  }

  .detailtext.subscribe {
    width: 100%;
    font-size: 1.15em;
  }

  .gridimage, .gridimage.brunch {
    min-height: 350px;
  }

  .gridimage.ansonmills {
    background-image: url('../images/general-mills.jpg');
    min-height: 400px;
  }

  .gridimage.building {
    background-image: url('../images/anson-mills-building-1900.jpg');
    min-height: 400px;
  }

  .gridimage.construction {
    background-image: url('../images/Anson11_OurStory_Construction.jpg');
    min-height: 400px;
  }

  .parking {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footergrid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block {
    justify-content: flex-start;
  }

  .hero.bistro, .hero.finedining {
    margin-top: -27%;
  }

  .hero.reservations {
    margin-top: -27%;
    margin-bottom: 4em;
  }

  .hero.bookaroom {
    margin-top: -27%;
  }

  .foursetdiv {
    min-height: auto;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .foursetdiv.ourstorydiv {
    height: 100%;
    min-height: auto;
  }

  .divider {
    width: 40%;
  }

  .buttondiv {
    flex-direction: column;
    align-items: center;
  }

  .reservationdiv.subscribe {
    width: 85%;
    margin-bottom: 6em;
  }

  .form-2 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .detailsdiv {
    z-index: 0;
  }

  .logolink {
    width: 50px;
  }

  .successdiv {
    width: 100%;
  }

  .customslide {
    padding-top: 0;
  }

  .customimg {
    width: 100%;
  }

  .area-label {
    font-size: 14px;
  }

  .form-next {
    flex: none;
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .form-next.home {
    width: 75%;
  }

  .text-field-wrapper.half, .text-field-wrapper.third {
    width: 100%;
  }

  .form-block {
    border-radius: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .form-back {
    flex: none;
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .form-back.home {
    width: 75%;
  }

  .button-2 {
    flex: none;
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .form-heading {
    margin-bottom: 2.25em;
  }

  .thanksgivingheader {
    font-size: 2.4em;
    line-height: 1.4em;
  }

  .red {
    letter-spacing: .01em;
    font-size: .7em;
    line-height: .3em;
  }

  .form-next-2 {
    flex: none;
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-4 {
    width: 95%;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .sucesssection {
    margin-top: 15em;
  }

  .form-next-3 {
    flex: none;
    width: 85%;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .form-next-3.home {
    width: 75%;
  }

  .thanksgivingheader-2 {
    line-height: 1.6em;
  }

  .red-2 {
    font-size: 1.2em;
    line-height: 1em;
  }

  .form-next-4 {
    flex: none;
    width: 85%;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .form-next-4.home {
    width: 75%;
  }

  .nyeleftlink {
    width: 27%;
  }

  .nyerightlink {
    width: 27%;
    left: 27%;
  }

  .gridimage-2 {
    min-height: 350px;
  }

  .gridtwosetrooms {
    grid-row-gap: 6em;
  }

  .subheading-2.small {
    line-height: 37px;
  }

  .subheading-2.small.statement {
    text-align: center;
    width: 70%;
  }

  .subheading-2.reservationtext {
    text-align: center;
    width: 85%;
    margin-left: .5em;
    margin-right: .5em;
  }

  .detailtext-2.parking {
    width: 85%;
  }

  .gridimage-3 {
    min-height: 350px;
  }

  .gridtwoset-3 {
    grid-row-gap: 6em;
  }

  .gridtwoset-3.parking {
    margin-bottom: 6em;
  }

  .divider-2 {
    width: 40%;
  }

  .button-4.finedinebttn {
    margin-bottom: 3em;
  }

  .button-4.finedinebttn.nomargin {
    margin-bottom: 0;
  }

  .buttondiv-2 {
    flex-direction: column;
    align-items: center;
  }

  .roomimage-2.upstairs {
    margin-right: 1.5em;
  }

  .image-4 {
    object-fit: cover;
    max-width: none;
    height: 65%;
    margin-top: -29px;
  }

  .container-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: space-around;
    align-items: stretch;
    margin-top: 0;
    display: flex;
  }

  .heroslider {
    min-height: 75px;
    display: none;
  }

  .heroslider.mobile {
    display: block;
  }

  .mask {
    height: 100%;
    min-height: 100%;
  }

  .arrow {
    height: 72%;
  }

  .videoslide {
    width: 100%;
    height: 100%;
    min-height: 100%;
  }

  .slidelink.left {
    width: 50%;
    position: absolute;
  }

  .slidelink.right {
    width: 50%;
    position: absolute;
    left: 50%;
  }

  .arrowicon {
    margin-left: 10px;
  }

  .arrowicon._2 {
    margin-left: 30px;
    margin-right: 10px;
  }
}

#w-node-bf2c6926-e06f-8b1a-0ce5-41eef5dbe395-cafe9e9d, #w-node-bf2c6926-e06f-8b1a-0ce5-41eef5dbe39e-cafe9e9d, #w-node-_116174b7-45f3-b633-e254-53d2ef3881b3-cafe9e9d, #w-node-_116174b7-45f3-b633-e254-53d2ef3881bc-cafe9e9d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_74b86e95-7b46-adbe-6626-97652d6bceb4-cafe9e9d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-eff0f49b-ebdd-827f-a504-22278a3499a7-8a3499a4 {
  place-self: center;
}

#w-node-eff0f49b-ebdd-827f-a504-22278a3499a9-8a3499a4, #w-node-eff0f49b-ebdd-827f-a504-22278a3499b2-8a3499a4, #w-node-eff0f49b-ebdd-827f-a504-22278a3499bb-8a3499a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-eff0f49b-ebdd-827f-a504-22278a3499c4-8a3499a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2b96d84-8600-80ee-f823-2823ec55c898-ec55c891, #w-node-d2b96d84-8600-80ee-f823-2823ec55c894-ec55c891, #w-node-d2b96d84-8600-80ee-f823-2823ec55c896-ec55c891, #w-node-d2b96d84-8600-80ee-f823-2823ec55c89a-ec55c891, #w-node-d2b96d84-8600-80ee-f823-2823ec55c89c-ec55c891 {
  place-self: center;
}

#w-node-_9913db7f-f64f-5f4c-b630-7f144307d480-cafe9ea4, #w-node-bd60887b-ecfc-99ce-15fc-56b3afe8d2a4-cafe9ea4, #w-node-_3279f83e-71e9-ae45-571b-225df3cf5257-cafe9ea4, #w-node-_775a6f1c-8673-4a65-1e2d-afa039c2a4d5-cafe9ea4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d3b4363f-b2d7-9fc7-0bb0-4167ddaa9017-ddaa9010, #w-node-cf40feb8-fe97-8716-3cfc-7fdc03e6f70f-ddaa9010, #w-node-cf40feb8-fe97-8716-3cfc-7fdc03e6f711-ddaa9010, #w-node-cf40feb8-fe97-8716-3cfc-7fdc03e6f713-ddaa9010, #w-node-cf40feb8-fe97-8716-3cfc-7fdc03e6f715-ddaa9010 {
  place-self: center;
}

#w-node-_6ebd779a-7ce2-88bd-78fa-dad0211744bd-cafe9ea6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6ebd779a-7ce2-88bd-78fa-dad0211744c1-cafe9ea6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_6ebd779a-7ce2-88bd-78fa-dad0211744c6-cafe9ea6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-_5a596236-912a-e18b-cd0a-0bf05f9946b3-cafe9ea8, #w-node-_8c94d49b-dd06-06aa-7bb5-47e243917fe9-cafe9ea8, #w-node-_5a596236-912a-e18b-cd0a-0bf05f9946b3-cafe9ea9, #w-node-_8c94d49b-dd06-06aa-7bb5-47e243917fe9-cafe9ea9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_01ead207-2594-f5fd-0180-26a110cbf621-cafe9eaa, #w-node-_7ad86d5d-5154-4813-994a-58ab9e5dcc59-cafe9eaa, #w-node-c6b0f488-1949-eeb5-b35d-05f762f925b3-cafe9eaa, #w-node-bf57eb61-301b-3422-958c-6c8d69fab88e-cafe9eaa, #w-node-_1a7fefc2-e8cc-5f85-d5d2-8d129830c6e9-cafe9eaa, #w-node-_208de4b8-f987-b9a3-e021-f1fcf0e7df93-cafe9eaa, #w-node-a1e0ebe1-71ed-ca75-3592-76696ac451b2-cafe9eaa, #w-node-_5e19f91d-ae27-88fe-32e2-5f55d584d757-cafe9eaa, #w-node-ae27497b-3dfb-0278-978f-8bac90736436-cafe9eaa, #w-node-ae27497b-3dfb-0278-978f-8bac9073643c-cafe9eaa, #w-node-ae27497b-3dfb-0278-978f-8bac9073643d-cafe9eaa, #w-node-ae27497b-3dfb-0278-978f-8bac9073643e-cafe9eaa, #w-node-ae27497b-3dfb-0278-978f-8bac90736444-cafe9eaa, #w-node-ae27497b-3dfb-0278-978f-8bac9073644a-cafe9eaa, #w-node-ae27497b-3dfb-0278-978f-8bac9073644b-cafe9eaa, #w-node-ae27497b-3dfb-0278-978f-8bac9073644c-cafe9eaa, #w-node-ae27497b-3dfb-0278-978f-8bac90736452-cafe9eaa, #w-node-ae27497b-3dfb-0278-978f-8bac90736458-cafe9eaa, #w-node-_9913db7f-f64f-5f4c-b630-7f144307d480-cafe9eac, #w-node-_775a6f1c-8673-4a65-1e2d-afa039c2a4d5-cafe9eac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69e11b5d-2db8-be51-01fd-edf37226c2e8-cafe9eac {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9913db7f-f64f-5f4c-b630-7f144307d480-cafe9eae {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-c5bce513-9542-f5c2-5634-30ff4442a750-cafe9eae, #w-node-_2d8f8e5f-a1d1-91b7-5882-b21eaefe0800-cafe9eae, #w-node-_775a6f1c-8673-4a65-1e2d-afa039c2a4d5-cafe9eae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89dd9cf6-7a2b-323c-e2ce-d67632fb2822-cafe9eae {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-a98ce5f5-217b-e522-e63e-5678c11f4bf7-cafe9eae, #w-node-_957ba862-940c-eca6-4a68-dda648497469-cafe9eae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd074fe6-fb54-4e96-731c-4ff635e7c800-cafe9eae, #w-node-_8bcf16b8-1c7d-bf81-7a5f-952da6a1544c-cafe9eae {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_6bf352e3-a382-1def-d86c-f23fb0478f75-cafe9eae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ef83d044-f056-f83d-168d-52cb5fa1ca6d-5fa1ca6a {
  place-self: center;
}

#w-node-ef83d044-f056-f83d-168d-52cb5fa1ca6f-5fa1ca6a, #w-node-ef83d044-f056-f83d-168d-52cb5fa1ca78-5fa1ca6a, #w-node-ef83d044-f056-f83d-168d-52cb5fa1ca81-5fa1ca6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_35539b2b-9617-9b2b-82d8-766cebefa49b-5fa1ca6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bed17b04-9231-c9e0-22d3-d71fb52bbbc7-b52bbbc2, #w-node-bed17b04-9231-c9e0-22d3-d71fb52bbbca-b52bbbc2, #w-node-bed17b04-9231-c9e0-22d3-d71fb52bbbcc-b52bbbc2, #w-node-bed17b04-9231-c9e0-22d3-d71fb52bbbce-b52bbbc2, #w-node-bed17b04-9231-c9e0-22d3-d71fb52bbbd0-b52bbbc2 {
  place-self: center;
}

#w-node-_775a6f1c-8673-4a65-1e2d-afa039c2a4d5-cafe9eaf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ea979e6-c1ee-9d25-effb-fe4a7075a188-cafe9eb2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_9913db7f-f64f-5f4c-b630-7f144307d480-cafe9eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-ff61f4a2-2441-c608-a3f6-13a7e8cba318-cafe9eb2, #w-node-_2d1335df-a159-ef78-bb93-4182a01476e6-cafe9eb2, #w-node-_775a6f1c-8673-4a65-1e2d-afa039c2a4d5-cafe9eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89dd9cf6-7a2b-323c-e2ce-d67632fb2822-cafe9eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_705c99fd-ae5c-8b9f-6e1f-822b986d67dd-cafe9eb2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_6ebd779a-7ce2-88bd-78fa-dad0211744c1-cafe9ea6 {
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-eff0f49b-ebdd-827f-a504-22278a3499a7-8a3499a4 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    place-self: center;
  }

  #w-node-eff0f49b-ebdd-827f-a504-22278a3499a9-8a3499a4, #w-node-eff0f49b-ebdd-827f-a504-22278a3499b2-8a3499a4 {
    align-self: center;
  }

  #w-node-eff0f49b-ebdd-827f-a504-22278a3499bb-8a3499a4 {
    grid-area: 2 / 2 / 3 / 3;
    place-self: center;
  }

  #w-node-eff0f49b-ebdd-827f-a504-22278a3499c4-8a3499a4 {
    grid-area: 2 / 3 / 3 / 4;
    justify-self: start;
  }

  #w-node-d2b96d84-8600-80ee-f823-2823ec55c894-ec55c891, #w-node-d2b96d84-8600-80ee-f823-2823ec55c896-ec55c891, #w-node-d2b96d84-8600-80ee-f823-2823ec55c89a-ec55c891, #w-node-d2b96d84-8600-80ee-f823-2823ec55c89c-ec55c891 {
    place-self: auto;
  }

  #w-node-bd60887b-ecfc-99ce-15fc-56b3afe8d2a4-cafe9ea4 {
    order: -9999;
  }

  #w-node-cf40feb8-fe97-8716-3cfc-7fdc03e6f70f-ddaa9010, #w-node-cf40feb8-fe97-8716-3cfc-7fdc03e6f711-ddaa9010, #w-node-cf40feb8-fe97-8716-3cfc-7fdc03e6f713-ddaa9010, #w-node-cf40feb8-fe97-8716-3cfc-7fdc03e6f715-ddaa9010 {
    place-self: auto;
  }

  #w-node-_7ad86d5d-5154-4813-994a-58ab9e5dcc59-cafe9eaa {
    order: -9999;
  }

  #w-node-_208de4b8-f987-b9a3-e021-f1fcf0e7df93-cafe9eaa {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_5e19f91d-ae27-88fe-32e2-5f55d584d757-cafe9eaa {
    order: 9999;
  }

  #w-node-ae27497b-3dfb-0278-978f-8bac9073643c-cafe9eaa {
    order: -9999;
  }

  #w-node-ae27497b-3dfb-0278-978f-8bac9073644a-cafe9eaa {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-ae27497b-3dfb-0278-978f-8bac9073644b-cafe9eaa {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ae27497b-3dfb-0278-978f-8bac90736452-cafe9eaa {
    order: 9999;
  }

  #w-node-_5fe9f3bf-1c9c-c0ab-c772-6e4c95ff9051-cafe9eac {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_69e11b5d-2db8-be51-01fd-edf37226c2e8-cafe9eac {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c5bce513-9542-f5c2-5634-30ff4442a750-cafe9eae {
    order: -9999;
  }

  #w-node-a98ce5f5-217b-e522-e63e-5678c11f4bf7-cafe9eae {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_8bcf16b8-1c7d-bf81-7a5f-952da6a1544c-cafe9eae {
    order: 9999;
  }

  #w-node-ef83d044-f056-f83d-168d-52cb5fa1ca6d-5fa1ca6a {
    grid-area: span 2 / span 1 / span 2 / span 1;
    place-self: center;
  }

  #w-node-ef83d044-f056-f83d-168d-52cb5fa1ca6f-5fa1ca6a, #w-node-ef83d044-f056-f83d-168d-52cb5fa1ca78-5fa1ca6a {
    align-self: center;
  }

  #w-node-ef83d044-f056-f83d-168d-52cb5fa1ca81-5fa1ca6a {
    grid-area: 2 / 2 / 3 / 3;
    place-self: center;
  }

  #w-node-_35539b2b-9617-9b2b-82d8-766cebefa49b-5fa1ca6a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-bed17b04-9231-c9e0-22d3-d71fb52bbbca-b52bbbc2, #w-node-bed17b04-9231-c9e0-22d3-d71fb52bbbcc-b52bbbc2, #w-node-bed17b04-9231-c9e0-22d3-d71fb52bbbce-b52bbbc2, #w-node-bed17b04-9231-c9e0-22d3-d71fb52bbbd0-b52bbbc2 {
    place-self: auto;
  }

  #w-node-_1ea979e6-c1ee-9d25-effb-fe4a7075a188-cafe9eb2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ff61f4a2-2441-c608-a3f6-13a7e8cba318-cafe9eb2 {
    order: -9999;
  }

  #w-node-_89dd9cf6-7a2b-323c-e2ce-d67632fb2822-cafe9eb2 {
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-eff0f49b-ebdd-827f-a504-22278a3499a7-8a3499a4 {
    grid-row: span 1 / span 1;
    place-self: center start;
  }

  #w-node-eff0f49b-ebdd-827f-a504-22278a3499a9-8a3499a4 {
    align-self: center;
  }

  #w-node-eff0f49b-ebdd-827f-a504-22278a3499b2-8a3499a4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-eff0f49b-ebdd-827f-a504-22278a3499bb-8a3499a4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-eff0f49b-ebdd-827f-a504-22278a3499c4-8a3499a4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto center;
  }

  #w-node-_6ebd779a-7ce2-88bd-78fa-dad0211744bd-cafe9ea6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6ebd779a-7ce2-88bd-78fa-dad0211744c1-cafe9ea6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_59d02093-640a-7447-658e-0c3f5c48ada5-cafe9eac {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5fe9f3bf-1c9c-c0ab-c772-6e4c95ff9051-cafe9eac {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_69e11b5d-2db8-be51-01fd-edf37226c2e8-cafe9eac {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ef83d044-f056-f83d-168d-52cb5fa1ca6d-5fa1ca6a {
    grid-row: span 1 / span 1;
    place-self: center start;
  }

  #w-node-ef83d044-f056-f83d-168d-52cb5fa1ca6f-5fa1ca6a {
    align-self: center;
  }

  #w-node-ef83d044-f056-f83d-168d-52cb5fa1ca78-5fa1ca6a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-ef83d044-f056-f83d-168d-52cb5fa1ca81-5fa1ca6a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_35539b2b-9617-9b2b-82d8-766cebefa49b-5fa1ca6a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto center;
  }
}


