:root {
  --white: white;
  --midnight-blue: #2d2643;
  --white-smoke: #ededed;
  --gainsboro: #dadadb;
  --purple: #470724;
  --silver-font: #b4b7b7;
  --sheer-grey: #b4b6b780;
  --darker-sheer-grey: #b4b6b7b5;
  --reservationgrey: #dadadb;
  --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;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.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 {
  min-width: 15%;
  color: var(--midnight-blue);
  text-align: center;
  letter-spacing: .07em;
  text-transform: uppercase;
  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);
  height: 100%;
  color: var(--gainsboro);
  text-transform: uppercase;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .75em;
  text-decoration: none;
  display: flex;
}

.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;
}

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

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

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 85%;
  margin-bottom: 40px;
  padding-top: 30px;
  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.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_1fine-dining-pattern.png');
  background-position: 0 0;
  background-size: auto;
}

.container.finediningcontainer.margintop {
  margin-top: 6em;
  margin-bottom: 6em;
}

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

.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: 12px;
  margin-bottom: 0;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1.5em;
  font-weight: 400;
}

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

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

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

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

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

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

.subheading.smallx.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.smallx.darkpurple {
  text-align: left;
  width: 100%;
}

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

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

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

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

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

.subheading.finediningheading {
  color: var(--purple);
  padding-top: 15px;
}

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

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

.statementdiv.bistro {
  margin-top: 0;
  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.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.foursetbutton {
  border-color: var(--purple);
  background-color: var(--white-smoke);
  color: var(--purple);
  margin-left: 0;
}

.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.menupagebutton2 {
  margin-top: 1em;
}

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

.button.centered {
  text-align: center;
}

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

.button.centered.purple:hover {
  color: var(--midnight-blue);
  background-color: #2d264300;
}

.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 {
  width: 75%;
  color: var(--silver-font);
  text-align: center;
  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 {
  width: 100%;
  color: var(--silver-font);
  text-align: center;
  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.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/23-DSC09906.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;
}

.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;
}

.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;
}

.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;
}

.hero.motherday {
  background-image: url('../images/background2.jpg');
  height: 45vh;
}

.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;
}

.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.menudivider {
  background-color: var(--midnight-blue);
  margin-top: 1em;
  margin-bottom: 1em;
}

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

.finediningvid {
  margin-bottom: 2em;
}

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

.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;
}

.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%;
}

.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;
}

.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%;
}

.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;
}

.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.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%;
}

.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%);
}

.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;
}

.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;
}

.slide-nav {
  display: none;
}

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

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

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

.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.long {
  border: 3px solid #000;
  align-items: center;
  padding: 15px;
  overflow: scroll;
}

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

.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;
}

.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;
}

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

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

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

.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;
}

.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;
}

.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;
}

.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;
}

.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;
}

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

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

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

.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.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;
}

.subheading-2.diff {
  letter-spacing: .2em;
}

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

.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.roomtext {
  width: auto;
  display: block;
}

.detailtext-2.roomtext.mothersday {
  width: 100%;
  font-size: 1.25em;
}

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

.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;
}

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

.heroslider.mobile {
  display: none;
}

.mask {
  overflow: hidden;
}

.heroimage {
  width: 100%;
}

.heroimage.placeholder {
  display: block;
}

.slide-nav-2 {
  height: 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;
}

.award {
  z-index: 100;
  margin: 2em;
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
  transform: none;
}

.award.mobile {
  display: none;
}

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

.purple._2 {
  font-size: 1.65em;
  line-height: 42px;
}

.motherdaygrid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  width: 100%;
}

.motherdaydiv {
  border-right: 1px solid var(--midnight-blue);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.motherdaydiv.noline {
  border-right-style: none;
}

.mothersdaybuttondiv {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

.slide-3 {
  color: var(--white);
}

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

.container-2 {
  padding-top: 30px;
}

.code-embed {
  text-align: center;
}

.div-block-5 {
  text-align: center;
  display: flex;
}

.div-block-5.modal-wrapper {
  box-sizing: border-box;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--midnight-blue);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--midnight-blue);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--midnight-blue);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--midnight-blue);
  object-fit: contain;
  z-index: 99999;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 75%;
  height: 80%;
  display: flex;
  position: fixed;
  inset: 10% 0% 0% 12.5%;
}

.div-block-5.modal-wrapper.cava-pop-up {
  opacity: .2;
  pointer-events: auto;
  height: 75%;
  text-decoration: none;
  display: none;
  overflow: visible;
}

.div-block-5.modal-wrapper.garden-room-modal {
  opacity: .2;
  display: none;
}

.div-block-5.modal-wrapper.azul-room-trigger {
  display: none;
}

.div-block-5.modal-wrapper.azul-room-modal, .div-block-5.modal-wrapper.brigadier-modal {
  opacity: .2;
  display: none;
}

.div-block-5.modal-wrapper.cava-modal {
  display: none;
}

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  display: grid;
}

.code-embed-2 {
  width: 100%;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.close-modals {
  z-index: 999999999;
  margin-top: 15px;
}

.div-block-7, .div-block-8, .div-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.iframe-wrapper {
  width: 100%;
  height: 80%;
  padding-top: 57%;
  position: relative;
}

.div-block-10 {
  width: 100%;
  padding-top: 57%;
  position: relative;
}

.image-4 {
  display: block;
}

.image-5 {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  display: block;
}

.link-block {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

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

.slide-5 {
  height: 400px;
  color: var(--white);
}

.cell {
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.button-2 {
  margin-left: 20px;
}

.button-3 {
  margin-right: 20px;
}

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

.grid-2 {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-2.events {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  width: 100%;
  max-width: 1000px;
  margin-top: 20px;
  font-size: 1em;
}

.event {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  height: 440px;
  text-decoration: none;
  display: flex;
}

.eventimage {
  background-image: url('../images/Firefly_Gemini-Flash_Remove-all-the-text-and-graphics-just-leave-the-image-153021.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
}

.eventimage._1 {
  background-image: url('../images/Firefly_Gemini-Flash_recenter-stake-in-frame-153021.png');
}

.eventimage._3 {
  background-image: url('../images/Firefly_Gemini-Flash_Remove-all-the-text-and-graphics-just-leave-the-image-153021-1.png');
}

.event-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 120px;
  padding: 9px;
  display: flex;
}

.event-name {
  color: #333;
  text-align: center;
  font-size: 1.4em;
}

.eventdiscription {
  color: #333;
  text-align: center;
  margin-top: 7px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1em;
  font-weight: 400;
}

.eventtitle {
  color: #333;
  text-align: center;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 1.6em;
  font-weight: 700;
}

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

  .slider {
    height: 90vh;
  }

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

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

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

  .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;
  }

  .form-slide {
    height: 50vh;
  }

  .thanksgivingheader {
    font-size: 5em;
  }

  .red {
    line-height: 1em;
  }

  .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;
  }

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

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

  .buttondiv-2 {
    width: 100%;
  }

  .link-block-3 {
    width: 100%;
    max-width: 100%;
  }

  .event {
    height: 50vh;
  }

  .event-copy {
    height: 7vw;
  }

  .event-name {
    font-size: 1.1vw;
    line-height: 1.4em;
  }

  .eventdiscription, .eventtitle {
    font-size: .9vw;
    line-height: 1.4em;
  }
}

@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-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.smallx.reservationtext {
    padding-bottom: 2em;
  }

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

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

  .subheading.smallx.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 {
    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;
  }

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

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

  .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: 1em;
  }

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

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

  .divholder {
    width: 85%;
  }

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

  .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.reservationtext {
    width: 85%;
  }

  .divider-2 {
    width: 25%;
  }

  .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;
  }

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

  .event {
    height: 340px;
  }

  .eventimage {
    background-position: 50% 10%;
  }

  .event-copy {
    font-size: .7em;
    line-height: 1.2em;
  }

  .event-name {
    text-align: center;
  }

  .eventdiscription, .eventtitle {
    line-height: 1.2em;
  }
}

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

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

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

  .singleslide {
    display: none;
  }

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

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

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

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

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

  .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%;
  }

  .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;
  }

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

  .form-step {
    height: 100%;
  }

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

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

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

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

  .stepdiv {
    justify-content: center;
  }

  .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%;
  }

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

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

  .buttondiv-2 {
    width: 75%;
  }

  .heroslider {
    min-height: 150px;
  }

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

  .motherdaydiv {
    border-bottom: 1px solid var(--midnight-blue);
    border-right-style: none;
    border-right-width: 0;
    padding-bottom: 3em;
  }

  .motherdaydiv.noline {
    border-bottom-style: none;
    padding-top: 2em;
  }

  .eventimage {
    background-position: 50% 0;
  }
}

@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 {
    background-color: #ccc;
  }

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

  .navbar {
    background-color: #ccc;
  }

  .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 {
    padding-bottom: 30px;
  }

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

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

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

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

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

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

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

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

  .statementdiv.bistro {
    width: 90%;
  }

  .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%;
  }

  .hero.motherday {
    height: 30vh;
  }

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

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

  .divider {
    width: 40%;
  }

  .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%;
  }

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

  .text-field-wrapper.half {
    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-heading {
    margin-bottom: 2.25em;
  }

  .thanksgivingheader {
    margin-bottom: .6em;
    font-size: 2.4em;
    line-height: .75em;
  }

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

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

  .sucesssection {
    margin-top: 15em;
  }

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

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

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

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

  .divider-2 {
    width: 40%;
  }

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

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

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

  .heroslider.mobile {
    display: block;
  }

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

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

  .slide-nav-2 {
    width: 30%;
  }

  .arrowicon {
    margin-left: 10px;
  }

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

  .award {
    margin-bottom: 4em;
    margin-left: 0;
    margin-right: 0;
    position: static;
    inset: 0% auto auto 0%;
    transform: none;
  }

  .award.mobile {
    display: none;
  }

  .link-block-2 {
    width: 100%;
    max-width: 100%;
  }

  .quick-stack {
    padding-top: 0;
    position: static;
  }

  .event {
    height: 350px;
  }

  .event-copy {
    font-size: .9em;
  }
}

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

#w-node-_74b86e95-7b46-adbe-6626-97652d6bceb4-00e2ee88 {
  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-00e2ee89, #w-node-bd60887b-ecfc-99ce-15fc-56b3afe8d2a4-00e2ee89, #w-node-_3279f83e-71e9-ae45-571b-225df3cf5257-00e2ee89, #w-node-_775a6f1c-8673-4a65-1e2d-afa039c2a4d5-00e2ee89 {
  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-00e2ee8b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

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

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

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

#w-node-ae27497b-3dfb-0278-978f-8bac90736436-00e2ee8e, #w-node-ae27497b-3dfb-0278-978f-8bac9073643c-00e2ee8e, #w-node-ae27497b-3dfb-0278-978f-8bac9073644b-00e2ee8e, #w-node-ae27497b-3dfb-0278-978f-8bac9073644c-00e2ee8e, #w-node-ae27497b-3dfb-0278-978f-8bac90736452-00e2ee8e, #w-node-ae27497b-3dfb-0278-978f-8bac90736458-00e2ee8e, #w-node-_9913db7f-f64f-5f4c-b630-7f144307d480-00e2ee8f, #w-node-_775a6f1c-8673-4a65-1e2d-afa039c2a4d5-00e2ee8f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

#w-node-_6bf352e3-a382-1def-d86c-f23fb0478f75-00e2ee91 {
  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-00e2ee92, #w-node-aae84990-fcde-4c69-7d6b-9b7cfa605ace-00e2ee95 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

#w-node-ee7f457f-f02a-93a2-15fc-bdf9ca851726-00e2ee98 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (min-width: 1920px) {
  #w-node-_6ebd779a-7ce2-88bd-78fa-dad0211744c1-00e2ee8b {
    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-00e2ee89 {
    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-ae27497b-3dfb-0278-978f-8bac9073643c-00e2ee8e {
    order: -9999;
  }

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

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

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

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

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

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

  #w-node-_8bcf16b8-1c7d-bf81-7a5f-952da6a1544c-00e2ee91 {
    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-00e2ee95 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

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

  #w-node-_89dd9cf6-7a2b-323c-e2ce-d67632fb2822-00e2ee95 {
    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 {
    place-self: center start;
  }

  #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;
    place-self: center start;
  }

  #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-00e2ee8b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

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

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

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

  #w-node-_69e11b5d-2db8-be51-01fd-edf37226c2e8-00e2ee8f {
    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 {
    place-self: center start;
  }

  #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;
    place-self: center start;
  }

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

  #w-node-ee7f457f-f02a-93a2-15fc-bdf9ca851726-00e2ee98 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


