:root {
  --dark-brown: #85705a;
  --gold: #ac895f;
  --light-gold: #faf1e0;
  --cream: #fff8e6;
  --orange: #f3942e;
  --yellow: rgba(242, 162, 22, .5);
  --black-text: #2a2a2a;
  --white: white;
  --black: black;
}

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

.auction-text {
  margin-bottom: 10px;
  position: relative;
}

.auction-text._10-pixels {
  max-width: 400px;
  float: none;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.auction-text._15-pixels {
  color: #000;
  margin-top: 15px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.auction-text._20-pixels {
  margin-top: 20px;
  position: relative;
}

.info-grid {
  flex-flow: wrap;
  display: flex;
}

.info-grid.full-height {
  height: 100%;
}

.yellow-left-box {
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.content-wrapper {
  z-index: 1;
  width: 100%;
  max-width: 1100px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.success-message {
  background-color: rgba(0, 0, 0, 0);
  font-size: 15px;
}

.nav-menu {
  height: auto;
  display: flex;
}

.yellow-icon {
  width: 56px;
  height: 56px;
  background-color: #fec82f;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  border-radius: 50%;
}

.yellow-icon.hands {
  width: 60px;
  height: 60px;
  background-color: #f1e0ce;
  background-image: url('/assets/apoyar.svg');
  display: block;
}

.yellow-icon.bulb {
  width: 60px;
  height: 60px;
  background-color: #f1e0ce;
  background-image: url('/assets/idea.svg');
  margin-bottom: 0;
}

.yellow-icon.money {
  width: 60px;
  height: 60px;
  background-color: #f1e0ce;
  background-image: url('/assets/bolsa-de-dinero.svg');
}

.amenities-box {
  width: 33.33%;
  position: relative;
  overflow: hidden;
}

.amenities-paragraph {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
}

.navbar {
  z-index: 5;
  height: auto;
  background-color: #000;
  border: 1px #e0dede;
  border-bottom: 1px solid #c3af87;
  padding-right: 0;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.center-box {
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  text-align: center;
  margin: 60px auto;
  display: block;
  position: relative;
}

.marahills {
  width: 100%;
  height: 120%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.marahills.apointment {
  height: 125%;
  background-image: url('/assets/hammer.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
}

.form {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 15px;
  display: flex;
}

.form-block {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

._56-percent-image {
  width: 56%;
  height: 100%;
  background-color: #e6ebef;
  position: relative;
  overflow: hidden;
}

.see-you-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.navlink {
  height: 60px;
  color: #c3af87;
  text-transform: uppercase;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
  overflow: hidden;
}

.navlink:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  font-size: 15px;
  line-height: 15px;
}

.navlink.w--current {
  height: auto;
  color: #000;
  text-transform: uppercase;
  background-color: #c3af87;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.box-left-yellow {
  width: 90%;
  min-width: 436px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 40px;
  display: flex;
}

.do-something {
  height: 438px;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  position: relative;
}

.error-message {
  font-size: 13px;
  line-height: 23px;
}

.brand {
  height: 100%;
  background-color: #c3af87;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  padding: 12px 10px 12px 20px;
  transition: transform .2s, opacity .2s;
  display: flex;
  position: relative;
}

.brand:hover {
  opacity: .85;
  transform: scale(1.04);
}

.contact-us-column {
  width: 80%;
}

.see-you-button {
  min-height: 42px;
  min-width: 130px;
  color: #000;
  text-align: center;
  background-color: #c3af87;
  border: 1px solid #fff;
  padding: 13px 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  transition: color .2s, background-color .2s;
}

.see-you-button:hover {
  color: #fff;
  background-color: #000;
}

.go-up-button {
  z-index: 20;
  width: 45px;
  height: 45px;
  color: #000;
  background-color: #e8dcc5;
  background-image: url('/assets/flecha-derecha-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px 100%;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 13px;
  margin-right: 15px;
  font-size: 25px;
  font-weight: 300;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
  transform: rotate(270deg);
}

.go-up-button.w--current {
  z-index: 100;
  background-color: #e8dcc5;
}

.subtitle {
  color: #fec82f;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.subtitle.black {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

.text-field {
  width: 48%;
  height: 48px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #c3af87;
  border-radius: 2px;
  margin-bottom: 20px;
}

.text-field.full {
  width: 100%;
}

.text-field.message {
  width: 100%;
  margin-bottom: 60px;
  padding-bottom: 73px;
}

.submit-button {
  min-height: auto;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #c3af87;
  border-radius: 2px;
  padding: 15px 40px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  transition: opacity .2s;
}

.submit-button:hover {
  opacity: .9;
  color: #fff;
  background-color: #000;
}

.column-left {
  width: 50%;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title {
  color: #c3af87;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  position: relative;
}

.logo-image {
  width: auto;
  height: 40px;
  max-width: none;
  object-fit: cover;
  margin-right: 5px;
  display: inline;
}

.nav-logo-text {
  height: 100%;
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0 10px;
  font-family: Cormorant, sans-serif;
  font-weight: 700;
  line-height: 24px;
  display: inline-block;
}

.logo-in-text {
  color: #000;
  white-space: nowrap;
  background-color: #c3af87;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Cormorant, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.amenities-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-section {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.main-slogan {
  width: auto;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 40px;
  padding: 0 20px;
  font-family: Oswald, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 1.3em;
  display: block;
}

.conducted-by {
  color: #c3af87;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  margin-right: 0;
  padding-left: 10px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  display: block;
}

.icon {
  width: auto;
  height: 20px;
  max-width: none;
  margin-right: 0;
  font-size: 25px;
  display: block;
}

.social-link {
  margin-right: 10px;
  padding: 10px;
}

.footer {
  color: #fff;
  background-color: #000;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  line-height: 22px;
  position: relative;
}

.paragraph {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
}

.lovig-link {
  color: #c3af87;
  letter-spacing: 0;
  font-family: Cormorant, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
}

.lovig-link:hover {
  color: gray;
}

.contact-section {
  background-image: linear-gradient(rgba(255, 255, 255, .9), rgba(255, 255, 255, .9)), url('/assets/sold_stamp_grey.png');
  background-position: 0 0, 30% 70%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 40%;
  padding: 100px 20px;
  position: relative;
}

.heading-block {
  margin-bottom: 0;
}

.body {
  padding-top: 65px;
}

.blue-block {
  height: 10px;
  background-color: #c3af87;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: block;
}

.footer-bold {
  color: #000;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.company-logo {
  height: 50px;
  margin-right: 0;
  display: block;
}

.link-block {
  margin-bottom: 0;
  padding-left: 0;
  display: inline-block;
}

.social-block {
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.footer-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-logo {
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.lag-link {
  width: auto;
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.contained-image {
  width: 100%;
  height: 350px;
  object-fit: contain;
  padding-left: 40px;
  padding-right: 40px;
}

.video-box {
  width: 100%;
  height: 300px;
  justify-content: center;
  display: block;
}

.video-wrapper {
  z-index: 1;
  width: 100%;
  height: 300px;
  max-width: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  margin: 0 0 40px;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  position: relative;
}

.video-lightbox {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.play-button {
  width: 90px;
  height: 90px;
  background-image: url('/assets/play.png');
  background-position: 57%;
  background-repeat: no-repeat;
  background-size: 35px;
  border: 2px solid #c3af87;
  border-radius: 50%;
  margin-top: 110px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.video-bg {
  z-index: -1;
  width: 100%;
  height: 200px;
  background-color: rgba(195, 175, 135, .4);
  margin-bottom: -20px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.relative {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.yellow {
  color: #c3af87;
}

.details-box {
  width: auto;
  height: auto;
  max-width: none;
  clear: left;
  background-color: #fff;
  border: 2px #fec82f;
  margin-bottom: 0;
  padding: 20px 40px;
  position: relative;
}

.profile-pic {
  width: 45px;
  height: 40px;
  background-image: url('/assets/MiniLiveAuction_icon_beige.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 3px #fec82f;
  border-radius: 50%;
  margin-bottom: 10px;
  margin-left: 0;
}

.title-mini {
  z-index: 1;
  color: var(--dark-brown);
  text-align: left;
  letter-spacing: .5px;
  text-transform: uppercase;
  border: 1px #fec82f;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1em;
  display: block;
  position: relative;
}

.flex-no-wrap {
  background-color: rgba(0, 0, 0, 0);
  flex-wrap: nowrap;
  display: flex;
}

.accordion-item-trigger {
  width: 100%;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-bottom: 0;
  padding-left: 22px;
  padding-right: 5px;
  text-decoration: none;
  display: flex;
}

.accordion-item-trigger:hover {
  text-decoration: none;
}

.overflow-hidden {
  width: 100%;
  margin-top: 3px;
  overflow: hidden;
}

.answer {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.accordion-item-content {
  margin-top: -1px;
  padding-top: 0;
  padding-left: 22px;
  padding-right: 25px;
  overflow: hidden;
}

.question {
  color: #c3af87;
  border-bottom: 5px #fec82f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 20px;
}

.accordion-wrapper {
  border-bottom: 1px solid #c4cbd5;
  margin-bottom: 15px;
  margin-left: 0;
  padding-left: 0;
}

.open-close-box {
  height: 28px;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-right: 15px;
  display: flex;
  position: relative;
}

.full-width {
  flex: 1;
}

.text-span {
  font-family: Cormorant, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.auction-subheading {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  line-height: 35px;
}

.auction-heading {
  color: #000;
  text-align: left;
  background-color: #c3af87;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px 20px 20px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.marahills-photo {
  width: 100%;
  height: 300px;
  float: none;
  object-fit: cover;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: block;
}

.auction-date {
  color: #000;
  text-align: left;
  text-transform: uppercase;
  border: 2px solid #c3af87;
  margin: 0 0 20px;
  padding: 10px 20px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.attend-text {
  max-width: none;
  color: #000;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border: 2px #fec82f;
  margin-bottom: 10px;
  padding: 0 20px 0 0;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
}

.pretty-button {
  width: 250px;
  min-height: auto;
  min-width: auto;
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #c3af87;
  border: 2px solid #c3af87;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 4%;
  font-family: Oswald, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  transition: color .2s, background-color .2s;
  display: block;
}

.pretty-button:hover {
  color: #fff;
  background-color: #000;
}

.photo-bar {
  width: auto;
  height: auto;
  max-width: none;
  float: none;
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template: "Wide Wide"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.faq-block {
  position: relative;
}

.faq-block._30-pixels {
  max-width: none;
  margin: 0;
  display: block;
}

.auction-title-box {
  z-index: 1;
  width: auto;
  height: auto;
  max-width: none;
  text-align: center;
  object-fit: none;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.info-box {
  width: 100%;
  height: auto;
  max-width: none;
  min-width: auto;
  float: none;
  background-color: rgba(0, 0, 0, 0);
  border: 10px rgba(195, 175, 135, .4);
  flex-flow: column wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  margin-left: 0;
  padding-left: 0;
  display: inline-block;
}

.phone-link {
  color: #000;
  font-weight: 400;
  text-decoration: none;
}

.auction {
  width: auto;
  max-width: 1200px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.faq-heading-box {
  z-index: 1;
  width: 100%;
  max-width: none;
  text-align: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-left: 0;
  display: block;
  position: relative;
}

.details-text {
  width: auto;
  color: #333;
  text-align: justify;
  margin-top: 0;
  margin-bottom: 40px;
  margin-right: 20px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.contact-text {
  color: #000;
  text-transform: none;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.menu-wrapper {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-bottom: 0;
}

.register-title {
  color: #000;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  position: relative;
}

.small-text-link {
  color: #000;
  white-space: nowrap;
  border-bottom: 3px #c3af87;
  font-weight: 500;
  text-decoration: none;
}

.small-text-link:hover {
  color: #c3af87;
  text-decoration: none;
}

.play-wrapper {
  width: 100%;
  height: 120%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.play-wrapper.video {
  width: 100%;
  height: 300px;
  background-image: none;
  display: flex;
}

.col-1 {
  width: 60%;
  border: 8px solid rgba(195, 175, 135, .4);
}

.col-2 {
  width: 40%;
  border: 8px solid rgba(195, 175, 135, .4);
}

.marahills-video {
  width: 100%;
  height: 120%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.marahills-video.video {
  height: 100%;
  background-image: url('/assets/new_marahills_sign.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
}

.bidderterms-link {
  color: #000;
  text-align: center;
  margin-bottom: 10px;
  display: block;
}

.marahills-video-wrapper {
  z-index: 1;
  width: 100%;
  height: auto;
  max-width: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  margin: 0 0 60px;
  padding-left: 0;
  padding-right: 0;
  display: none;
  position: relative;
}

.layout {
  margin-bottom: 0;
}

.spaces-limited {
  width: auto;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 22px;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.yellow-button {
  width: auto;
  min-height: auto;
  min-width: auto;
  color: #333;
  text-align: center;
  text-transform: uppercase;
  background-color: #c3af87;
  border: 2px #fec82f;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 20px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  transition: color .2s, background-color .2s;
  display: inline-block;
}

.yellow-button:hover {
  color: #fff;
  background-color: #000;
  border-color: #c3af87;
}

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

.auction-summary {
  width: auto;
  max-width: 1400px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 8px rgba(195, 175, 135, .4);
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px 0;
  display: block;
  position: relative;
}

.country {
  float: none;
  color: var(--dark-brown);
  text-align: right;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-top: 20px;
  margin-bottom: 0;
  margin-right: 20px;
  padding: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.italic-text {
  font-style: normal;
}

.lasvegas-note {
  text-align: center;
  font-family: Roboto, sans-serif;
  font-style: italic;
}

.highlight {
  color: #c3af87;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Droid Serif, serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
}

.frame {
  height: 100%;
  position: relative;
}

.caps-heading {
  z-index: 1;
  width: 76%;
  max-width: 925px;
  text-align: center;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

._88-percent-column {
  width: 80%;
  height: auto;
}

.absolute {
  width: 100%;
  height: 120%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.absolute.front {
  height: 120%;
  background-image: url('/assets/womantyping.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.background-yellow {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.logo-icon {
  width: 46px;
  height: 41px;
  background-image: url('/assets/MiniLiveAuction_icon_beige.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 3px #fec82f;
  border-radius: 50%;
  margin-bottom: 5px;
}

.yellow-bg {
  background-color: #c3af87;
  margin: 15px 15px -15px -15px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.top-margin {
  position: relative;
}

.top-margin._10-pixels {
  margin-top: 0;
  margin-bottom: 20px;
}

.concept-section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.title-2 {
  color: #000;
  letter-spacing: .5px;
  text-transform: uppercase;
  border-bottom: 10px solid #c3af87;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 40px;
  display: inline-block;
  position: relative;
}

.concept-highlight {
  border-bottom: 10px #fec82f;
  margin-bottom: 40px;
  font-family: Droid Serif, serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 35px;
}

.concept-paragraph {
  text-align: justify;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.concept-wrapper {
  z-index: 1;
  width: 100%;
  max-width: 1400px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 2px solid #c3af87;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 20px;
  position: relative;
}

.video-accent-bg {
  height: 40%;
  background-color: #c3af87;
  margin-bottom: -20px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.absolute-auction-1 {
  width: 100%;
  height: 120%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.absolute-auction-1.video {
  height: 300px;
  background-image: url('/assets/LittleBigHornBattle.jpg');
  background-position: 88%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  position: static;
}

.absolute-auction-2 {
  width: 100%;
  height: 120%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.absolute-auction-2.video {
  height: 300px;
  background-image: url('/assets/Hyde-11.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  position: static;
}

.absolute-auction-3 {
  width: 100%;
  height: 120%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.absolute-auction-3.video {
  height: 300px;
  background-image: url('/assets/new_marahills_sign.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  position: static;
}

.concept-flex-wrapper {
  flex-wrap: wrap;
  margin-bottom: 100px;
  margin-left: 0;
  display: flex;
}

.concept-left {
  width: 50%;
  justify-content: flex-end;
  align-items: center;
  padding-right: 3%;
  display: flex;
}

.concept-right {
  width: 50%;
  justify-content: flex-start;
  align-items: center;
  padding-left: 3%;
  display: flex;
}

.video-bar {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-bottom: 60px;
  display: grid;
}

.old-videos {
  text-align: center;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-style: italic;
}

.thankyou-block {
  height: 50vh;
  background-color: #c3af87;
  border-top: 10px solid #000;
  border-bottom: 10px #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.thankyou-text {
  max-width: 600px;
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Cormorant, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 45px;
}

.back-button {
  color: #000;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  padding: 18px 20px 15px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  line-height: 14px;
}

.back-button:hover {
  color: #fff;
  background-color: #000;
}

.name-field {
  width: 50%;
  height: 30px;
  color: #c3af87;
  background-color: rgba(255, 255, 255, .2);
  border: 1px solid #69707b;
  border-radius: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: 0 10px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 12px;
  display: block;
}

.email-field {
  width: 100%;
  height: 30px;
  color: #c3af87;
  background-color: rgba(255, 255, 255, .2);
  border: 1px solid #69707b;
  border-radius: 0;
  margin-bottom: 15px;
  margin-right: 0;
  padding: 0 10px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 12px;
  display: block;
}

.signup-button {
  width: 100%;
  height: 30px;
  color: #000;
  text-transform: uppercase;
  background-color: #c3af87;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}

.signup-block {
  z-index: 100;
  width: auto;
  max-width: 350px;
  float: none;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #c3af87;
  border-radius: 5px;
  margin: 0 auto 20px;
  padding: 20px;
  display: block;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.signup-heading {
  color: #c3af87;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}

.signup-wrapper {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  display: block;
}

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

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

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

.winter-image {
  width: 100%;
  height: 228px;
}

.construction-text {
  width: auto;
  color: #333;
  text-align: justify;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: 20px 40px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.email-link {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.email-link:hover {
  color: #c3af87;
}

.call-us-title {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
  position: relative;
}

.image {
  height: 30px;
  transform: rotate(90deg);
}

.paragraph-2 {
  color: #c3af87;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 700;
  display: block;
}

.see-videos {
  width: 100px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-phone-link {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.info-title {
  color: #000;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
  position: relative;
}

.save-time-heading {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 60px;
}

.short-grid {
  height: 100vh;
  min-height: 680px;
  flex-flow: wrap;
  padding-top: 65px;
  display: flex;
}

.info-box-2 {
  width: 50%;
  height: auto;
  background-color: #000;
  background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('/assets/hammer_1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
  overflow: hidden;
}

.spec-title {
  color: #000;
  text-align: left;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  position: relative;
}

.info-item {
  width: auto;
  min-width: auto;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.info-item.last {
  margin-bottom: 0;
}

.brown-box {
  height: 100%;
  text-align: center;
  background-color: #c3af87;
  border: 2px #c39c6f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0 0 0%;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.live-auction-image {
  width: auto;
  height: 100px;
}

.info-details {
  width: auto;
  max-width: 500px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  padding: 0 20px 0 40px;
  display: block;
}

.info-bullet {
  width: 60px;
  height: 60px;
  min-width: 60px;
  margin-right: 20px;
}

.main-logo {
  color: #000;
  background-color: #c3af87;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px 20px;
  font-family: Cormorant, sans-serif;
  display: inline-block;
}

.logo-box {
  z-index: 1;
  width: 100%;
  max-width: none;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin: 0;
  padding: 0 60px;
  display: block;
  position: relative;
}

.list {
  margin-bottom: 0;
  padding-left: 0;
}

.title-mini-big {
  z-index: 1;
  color: #c3af87;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  position: relative;
}

.step {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.register-heading {
  max-width: 700px;
  color: #c3af87;
  background-color: #000;
  margin: 0 0 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-family: Roboto, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
}

.step-text {
  color: #000;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.steps {
  margin-bottom: 40px;
  padding-left: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  list-style-type: decimal;
}

.register-subheading {
  color: #c3af87;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
}

.next {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.input-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.register-input {
  color: #675b4a;
  background-color: rgba(195, 175, 135, .1);
  border: 1px solid rgba(139, 110, 74, .2);
  margin-bottom: 20px;
  padding: 15px;
}

.register-block {
  width: auto;
  min-width: 300px;
}

.register-form-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  margin-bottom: 0;
  display: flex;
}

.register-container {
  max-width: 800px;
}

.section {
  padding-top: 60px;
  padding-bottom: 100px;
}

.checkbox-label {
  color: #000;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.field-label {
  color: #000;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.checkbox-wrapper {
  max-width: 400px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: grid;
}

.status {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.message {
  background-color: rgba(195, 175, 135, .1);
  margin-bottom: 60px;
}

.other-area {
  background-color: rgba(195, 175, 135, .1);
  margin-bottom: 20px;
}

.button {
  color: #000;
  background-color: #c3af87;
  margin-top: 20px;
  margin-bottom: 20px;
}

.signup-link {
  height: 63px;
  color: #000;
  text-transform: uppercase;
  object-fit: fill;
  background-color: #c3af87;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
  overflow: hidden;
}

.signup-link:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  font-size: 16px;
  line-height: 16px;
}

.signup-link.w--current {
  height: auto;
  color: #000;
  text-transform: uppercase;
  background-color: #c3af87;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.info-box-1 {
  width: 50%;
  height: auto;
  background-image: url('/assets/attendonline.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: static;
  overflow: hidden;
}

.info-box-3 {
  width: 50%;
  height: auto;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
  overflow: hidden;
}

.info-box-4 {
  width: 50%;
  height: auto;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: static;
  overflow: hidden;
}

.item-text {
  text-align: justify;
  margin-bottom: 0;
  padding: 40px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.wagon-auction {
  width: auto;
  max-width: 1200px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.wagons-auction {
  width: auto;
  max-width: 1200px;
  border: 8px rgba(195, 175, 135, .4);
  flex-direction: row;
  display: block;
}

.items-grid {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 8px rgba(195, 175, 135, .4);
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: stretch;
  justify-items: start;
  display: grid;
}

.amenities-brown-box {
  text-align: center;
  background-color: #c3af87;
  border: 2px #c39c6f;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 60px;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.amenities-heading {
  margin-bottom: 20px;
  position: relative;
}

.amenities-heading._10-pixels {
  max-width: 400px;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  display: inline;
}

.wagon-photo {
  width: 100%;
  height: auto;
  max-width: none;
  float: none;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: block;
}

.wagon-info {
  width: 100%;
  height: auto;
  max-width: none;
  min-width: auto;
  float: none;
  background-color: rgba(0, 0, 0, 0);
  border: 10px solid rgba(195, 175, 135, .4);
  flex-flow: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 40px;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.thankyou-body {
  background-color: #c3af87;
  padding-top: 60px;
}

.wagon-details {
  width: 50%;
  height: auto;
  max-width: none;
  background-color: #fff;
  border: 2px #fec82f;
  margin-bottom: 0;
  padding: 20px 40px;
  position: relative;
}

.wagon-buttons {
  width: 50%;
  padding-top: 10px;
}

.wagon-text {
  width: auto;
  color: #333;
  text-align: justify;
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 20px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.wagon-resize-2 {
  width: 50%;
  height: 350px;
  float: none;
  object-fit: cover;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: inline-block;
}

.wagon-photo-banner {
  width: 50%;
  height: auto;
  float: none;
  object-fit: contain;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: inline-block;
}

.lightbox {
  display: block;
  position: relative;
}

.lamalink {
  color: #00b4aa;
  font-style: italic;
  font-weight: 700;
  text-decoration: none;
}

.signup-fields {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 15px;
  display: flex;
}

.text-link {
  color: var(--dark-brown);
  letter-spacing: 0;
  font-family: Droid Serif, serif;
  font-style: italic;
  font-weight: 700;
  text-decoration: underline;
}

.text-link:hover {
  color: #aaa8a8;
  background-color: rgba(0, 0, 0, 0);
}

.text-highlight {
  color: var(--gold);
  text-align: center;
  text-transform: none;
  font-family: Droid Serif, serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6em;
}

.lots {
  width: auto;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 2px #c3af87;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-bottom: 40px;
  display: grid;
}

.createdby {
  display: none;
}

.lot-number {
  width: 80px;
  height: auto;
  color: #2a2a2a;
  white-space: nowrap;
  background-color: rgba(242, 162, 22, .5);
  margin-top: 0;
  margin-bottom: 0;
  padding: 25px 20px 22px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  display: inline-block;
}

.lot-desc {
  width: auto;
  color: #2a2a2a;
  text-align: justify;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 20px 40px 40px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6em;
  display: block;
}

.one-lot {
  max-width: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #c3af87;
  border-radius: 2px;
  flex-flow: row;
  grid-template: "."
                 "."
                 / 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-bottom: 20px;
  display: block;
  position: relative;
  box-shadow: 0 5px 5px 2px rgba(78, 78, 78, .2);
}

.lot-image {
  width: auto;
  height: auto;
  max-height: 300px;
  max-width: 400px;
  object-fit: cover;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.block {
  max-width: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: relative;
}

.block.party {
  background-image: url('/assets/party5.png');
  background-position: 100% 10px;
  background-repeat: no-repeat;
  background-size: 40%;
}

.block.fc-qa {
  border: 1px solid var(--light-gold);
  background-color: #fff;
  padding: 20px 20px 10px;
}

.date-time {
  width: 100%;
  max-width: none;
  color: #2a2a2a;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #c3af87;
  border-radius: 2px;
  margin: 0 0 10px;
  padding: 10px 20px;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  display: block;
}

.date-time.party {
  background-color: var(--cream);
  background-image: url('/assets/party9.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 80px;
  line-height: 1.3em;
}

.description-block {
  max-width: none;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.text-block {
  text-decoration: none;
}

.text-block-2 {
  font-size: 15px;
  line-height: 15px;
}

.auction-grid {
  max-width: none;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #c3af87;
  border-radius: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  justify-items: center;
  margin-bottom: 0;
  padding: 20px;
  box-shadow: 4px 4px 5px 2px rgba(78, 78, 78, .2);
}

.more-info-block {
  width: auto;
  height: auto;
  float: none;
  border: 3px #fec82f;
  border-radius: 50%;
  margin-bottom: 0;
  margin-left: 0;
  position: relative;
}

.optional-link {
  width: auto;
  color: #ac895f;
  text-align: left;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px #ac895f;
  border-radius: 2px;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-family: Droid Serif, serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
  display: block;
}

.optional-link:hover {
  color: #666;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #ecbb86;
}

.auction-details {
  width: auto;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
}

.lot-heading {
  width: auto;
  height: auto;
  color: #2a2a2a;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Droid Serif, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2em;
  display: inline-block;
}

.lots-lightbox {
  width: 100%;
  max-height: none;
  float: none;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.more-info {
  width: auto;
  max-width: none;
  float: none;
  color: #2a2a2a;
  text-align: center;
  letter-spacing: 1px;
  background-color: rgba(0, 0, 0, 0);
  border: 2px #fec82f;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4em;
  display: block;
}

.company {
  background-color: var(--orange);
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 20px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  display: inline-block;
}

.auction-button {
  color: #2a2a2a;
  text-align: center;
  text-transform: uppercase;
  background-color: #c3af87;
  border-radius: 2px;
  margin-bottom: 20px;
  padding-top: 14px;
  padding-bottom: 12px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
  display: block;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.auction-button:hover {
  color: #fff;
  background-color: #a08c76;
  border-bottom: 1px #000;
}

.short-description {
  width: auto;
  color: #2a2a2a;
  text-align: justify;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.auction-wrapper {
  margin-bottom: 60px;
  position: relative;
}

.red-banner {
  z-index: 1;
  background-color: var(--orange);
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 100px;
  margin-bottom: 0;
  padding: 10px 40px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2em;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.company-name-block {
  margin-bottom: 20px;
  display: block;
}

.company-name-block.party {
  background-image: url('/assets/party3.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 250px;
}

.ad-title {
  width: auto;
  background-color: var(--orange);
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 8px #f1e0ce;
  margin: 0;
  padding: 10px 20px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.auctioneer {
  height: 100px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: 0;
  display: block;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.auctioneer-block {
  float: right;
  margin-right: 0;
  padding-top: 0;
  display: inline-block;
  position: static;
  top: 200px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.auctioneer-name {
  color: #2a2a2a;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Droid Serif, serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 14px;
}

.auction-name {
  width: 100%;
  height: auto;
  color: #2a2a2a;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #c3af87;
  border: 8px #f1e0ce;
  border-radius: 2px;
  margin: 0;
  padding: 10px 20px;
  font-family: Droid Serif, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.1em;
  display: block;
}

.brand-heading {
  color: #000;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0;
  font-family: Droid Serif, serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.4em;
}

.item-image {
  width: 380px;
  height: 300px;
  max-height: none;
  max-width: none;
  min-height: auto;
  object-fit: cover;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.item-image.contained {
  height: auto;
  object-fit: contain;
  margin-bottom: 20px;
}

.auction-collage {
  width: 100%;
  height: 280px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 10px;
  display: flex;
}

.sold-banner {
  color: #fff;
  text-align: center;
  background-color: #c72323;
  margin-bottom: 0;
  padding: 10px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 500;
  position: absolute;
  top: 120px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.auction-details-bar {
  max-width: 1200px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 1px solid #c3af87;
  border-radius: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  box-shadow: 4px 4px 5px 2px rgba(78, 78, 78, .2);
}

.auction-details-wrapper {
  margin-bottom: 40px;
  position: relative;
}

.lot-views {
  z-index: 1;
  width: 90px;
  color: gray;
  text-align: center;
  background-color: rgba(228, 228, 228, .5);
  margin-bottom: 0;
  padding: 5px 0;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  line-height: 14px;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.lot-views:hover {
  color: #4e4d4d;
  background-color: #f0f1f1;
}

.details-description {
  width: auto;
  color: #2a2a2a;
  text-align: center;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6em;
}

.location {
  color: #c3af87;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  display: inline-block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.bold-text {
  font-weight: 500;
}

.lot-block {
  width: auto;
  min-width: auto;
  padding-bottom: 0;
  position: static;
}

.lot-number-block {
  width: auto;
  height: auto;
  background-color: var(--light-gold);
  white-space: normal;
  overflow-wrap: normal;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.lot-number-block.party {
  background-color: var(--cream);
  margin-bottom: 0;
}

.featured-heading {
  width: auto;
  height: auto;
  color: #2a2a2a;
  text-transform: uppercase;
  white-space: normal;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 20px;
  font-family: Droid Serif, serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
}

.featured-desc {
  width: auto;
  max-width: none;
  color: #2a2a2a;
  text-align: justify;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px 40px 40px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6em;
  display: block;
}

.inline-italic {
  color: #5e5e5e;
  font-size: 16px;
  font-style: italic;
}

.featured-lot-number {
  width: auto;
  height: auto;
  background-color: var(--yellow);
  color: #2a2a2a;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 20px 18px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  display: inline-block;
}

.featured-number-block {
  width: auto;
  height: auto;
  background-color: var(--light-gold);
  white-space: nowrap;
  overflow-wrap: normal;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.featured-number-block.party {
  background-color: var(--cream);
}

.featured-lot {
  max-width: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #c3af87;
  border-radius: 2px;
  flex-flow: row;
  grid-template: "."
                 "."
                 / 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
  padding-bottom: 0;
  display: block;
  position: static;
  box-shadow: 4px 4px 5px 2px rgba(78, 78, 78, .2);
}

.featured-image {
  width: 100%;
  height: 300px;
  max-height: none;
  max-width: none;
  object-fit: cover;
  margin-bottom: 0;
  display: block;
}

.image-block {
  max-width: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.auction-details-name {
  width: 100%;
  color: #242424;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #c3af87;
  border: 8px #f1e0ce;
  border-radius: 2px;
  margin: 0 0 20px;
  padding: 10px 20px;
  font-family: Droid Serif, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  display: block;
}

.details-date-time {
  width: auto;
  max-width: none;
  color: #2a2a2a;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #c3af87;
  border-radius: 2px;
  margin: 0 0 10px;
  padding: 0 20px 0 0;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4em;
  display: block;
}

.details-date-time.party {
  background-color: var(--cream);
  text-align: center;
  background-image: url('/assets/party9.png'), url('/assets/party9.png');
  background-position: 100% 0, 10px 0;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  padding: 20px 90px;
  font-size: 20px;
  line-height: 1.3em;
}

.featured-images {
  width: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.featured-lightbox2 {
  width: 50%;
  float: right;
  margin-bottom: 10px;
  margin-left: 40px;
  position: relative;
}

.optional-link2 {
  width: auto;
  color: #ac895f;
  text-align: center;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #ac895f;
  border-radius: 2px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 2px;
  font-family: Droid Serif, serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  line-height: 16px;
  display: inline-block;
}

.optional-link2:hover {
  color: #aaa8a8;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #aaa8a8;
}

.register-button {
  color: #2a2a2a;
  text-align: center;
  text-transform: uppercase;
  background-color: #c3af87;
  border-radius: 2px;
  margin-bottom: 0;
  padding-top: 14px;
  padding-bottom: 12px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
  display: block;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.register-button:hover {
  color: #fff;
  background-color: #a08c76;
  border-bottom: 1px #000;
}

.legal-section {
  max-width: none;
  background-image: url('/assets/section-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 0;
  margin-right: 0;
  padding: 100px 20px;
}

.heading-12 {
  color: #c3af87;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 30px;
  line-height: 45px;
}

.paragraph-11 {
  color: #675b4a;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.textlink {
  color: #675b4a;
  white-space: nowrap;
  font-weight: 500;
  text-decoration: none;
}

.footer-links {
  border: 1px #000;
  padding: 0;
  display: inline-block;
}

.footer-link {
  color: #a79c82;
  text-align: left;
  text-transform: none;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  text-decoration: none;
  display: inline-block;
}

.footer-link:hover {
  color: #faf7f2;
}

.footer-link.w--current {
  color: #a79c82;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 500;
}

.footer-link.w--current:hover {
  color: #faf7f2;
}

.video-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.faq-wrapper {
  width: auto;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 20px;
}

.faq-panel {
  max-width: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #c3af87;
  border-radius: 2px;
  flex-flow: row;
  grid-template: "."
                 "."
                 / 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-bottom: 40px;
  display: block;
  position: static;
  box-shadow: 4px 4px 5px 2px rgba(78, 78, 78, .2);
}

.faq-heading {
  width: auto;
  height: auto;
  background-color: var(--light-gold);
  white-space: nowrap;
  overflow-wrap: normal;
  align-items: center;
  margin-bottom: 60px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.faq-question {
  color: #c3af87;
  border-bottom: 5px #fec82f;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
}

.faq-answer {
  text-align: justify;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.faq-list {
  margin-bottom: 0;
  margin-left: 60px;
  margin-right: 60px;
  padding-left: 40px;
  padding-right: 40px;
  list-style-type: none;
}

.faq-link {
  width: auto;
  color: rgba(172, 137, 95, .8);
  text-align: center;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px #ac895f;
  border-radius: 2px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 2px;
  font-family: Droid Serif, serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  display: block;
}

.faq-link:hover {
  color: #aaa8a8;
  background-color: rgba(0, 0, 0, 0);
  border-bottom-color: #aaa8a8;
}

.methods {
  width: auto;
  color: #2a2a2a;
  text-align: left;
  margin-bottom: 20px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.bidders-block {
  max-width: 700px;
  border: 1px solid rgba(195, 175, 135, .6);
  padding: 20px;
}

.bidder-heading {
  color: #ac895f;
  margin-top: 0;
  font-family: Droid Serif, serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6em;
  text-decoration: underline;
}

.single-featured-image {
  width: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: relative;
}

.single-image {
  width: 100%;
  height: auto;
  max-height: none;
  max-width: none;
  object-fit: cover;
  margin-bottom: 0;
  display: block;
}

.lightbox-link {
  text-decoration: none;
}

.cottage-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: grid;
}

.text-highlight-big {
  color: #6f9524;
  text-align: left;
  text-transform: none;
  font-family: Droid Serif, serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4em;
}

.lot-map {
  width: auto;
  height: 100%;
  max-height: 280px;
  max-width: none;
  object-fit: cover;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.brand-text {
  color: #cc785e;
  font-family: Changa One, Impact, sans-serif;
  font-size: 25px;
  font-style: normal;
}

.fircrest-lot-number {
  width: auto;
  height: auto;
  color: #2a2a2a;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: rgba(242, 162, 22, .5);
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 20px 18px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  display: inline-block;
}

.branded-text {
  color: #f04b24;
  text-align: center;
  letter-spacing: 2px;
  -webkit-text-stroke-width: 0px;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 1em;
  display: block;
}

.lot-number-copy {
  width: auto;
  height: auto;
  color: #2a2a2a;
  white-space: nowrap;
  background-color: rgba(195, 175, 135, .3);
  margin-top: 0;
  margin-bottom: 0;
  padding: 25px 20px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  display: inline-block;
}

.top-details-bar {
  max-width: 1200px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 1px solid #c3af87;
  border-radius: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px;
  display: block;
  box-shadow: 4px 4px 5px 2px rgba(78, 78, 78, .2);
}

.fircrest-heading {
  color: #cc785e;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0;
  font-family: Droid Serif, serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.bidder-image {
  width: auto;
  height: 300px;
  max-height: none;
  object-fit: cover;
  margin: 60px auto 20px;
  display: block;
}

.qa-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 1px solid var(--light-gold);
  background-color: var(--cream);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 0;
  padding: 20px;
  box-shadow: 4px 4px 5px 2px rgba(78, 78, 78, .2);
}

.fircrest-qa-heading {
  color: #f08d4a;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
  font-family: Droid Serif, serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1em;
}

.fircrest-qa-label {
  color: #f08d4a;
  text-transform: none;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.fc-qa-submit {
  color: #f08d4a;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid rgba(242, 162, 22, .5);
  border-radius: 5px;
  margin-top: 10px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.fc-qa-submit:hover {
  color: #fff;
  background-color: #f08d4a;
}

.fircrest-qa-input {
  border: 1px solid rgba(242, 162, 22, .5);
  margin-bottom: 10px;
}

.fc-qa-text {
  width: auto;
  color: var(--black-text);
  text-align: left;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4em;
}

.text-span-3 {
  color: #f08d4a;
  font-weight: 500;
}

.text-span-4 {
  color: #cc785e;
  text-transform: none;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
}

.qa-image {
  margin-bottom: 20px;
}

.qa-highlight {
  color: #f08d4a;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Droid Serif, serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
}

.fc-qa-form-block {
  max-width: 400px;
  margin-bottom: 0;
}

.fc-link {
  color: #cc785e;
  letter-spacing: 0;
  font-family: Droid Serif, serif;
  font-style: italic;
  font-weight: 700;
}

.fc-link:hover {
  color: #aaa8a8;
  background-color: rgba(0, 0, 0, 0);
}

.text-accent-big {
  color: #fff;
  text-align: left;
  text-transform: none;
  font-family: Droid Serif, serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4em;
}

.fircrest-accent-block {
  width: auto;
  max-width: none;
  color: #fff;
  text-align: center;
  background-color: #f08d4a;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px 40px 40px;
  font-family: Droid Serif, serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.4em;
  display: block;
}

.bold-text-2 {
  text-align: center;
}

.entrance {
  width: 200px;
}

.auction-calender {
  max-width: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #c3af87;
  border-radius: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  box-shadow: 4px 4px 5px 2px rgba(78, 78, 78, .2);
}

.calendar-info {
  width: 100%;
  max-width: none;
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  border: 1px solid #c3af87;
  border-radius: 2px;
  margin: 0;
  padding: 20px 40px;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4em;
  display: block;
}

.calendar-info.party {
  background-color: var(--cream);
  background-image: url('/assets/party9.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 80px;
  line-height: 1.3em;
}

.coming-soon {
  color: #2a2a2a;
  text-transform: uppercase;
  background-color: #c3af87;
  margin-bottom: 0;
  padding: 10px 40px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.auction-logo {
  height: 43px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  line-height: 15px;
  display: block;
}

.calendar-items {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.calendar-block {
  max-width: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: block;
  position: relative;
}

.calendar-block.party {
  background-image: url('/assets/party5.png');
  background-position: 100% 10px;
  background-repeat: no-repeat;
  background-size: 40%;
}

.calendar-block.fc-qa {
  border: 1px solid var(--light-gold);
  background-color: #fff;
  padding: 20px 20px 10px;
}

.upcoming-block {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.upcoming-heading {
  z-index: 1;
  color: var(--black-text);
  letter-spacing: .5px;
  text-transform: uppercase;
  border: 1px #fec82f;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 40px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1em;
  display: inline-block;
  position: relative;
}

.amagold-block {
  width: auto;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #c3af87;
  align-items: center;
  margin: 40px 0 60px;
  padding: 20px 0 0;
  display: block;
  position: static;
}

.amagold-sale {
  color: #000;
  text-transform: uppercase;
  background-color: #f8b929;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  font-family: Roboto, sans-serif;
  font-size: 35px;
  font-weight: 900;
  line-height: 1.2em;
}

.amagold-text {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 10px;
  padding: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
}

.banner-ad {
  width: 100%;
  height: auto;
  max-width: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.text-span-5 {
  font-size: 20px;
  font-weight: 900;
}

.text-span-6 {
  color: #f8b929;
  text-transform: uppercase;
  background-color: #000;
  font-size: 16px;
  line-height: 1.3em;
}

.amagold-button {
  color: #000;
  white-space: nowrap;
  background-color: #f8b929;
  border: 2px solid #000;
  border-radius: 15px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
  position: static;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.amabanner-link {
  border: 1px #c3af87;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.banner-heading {
  color: #2a2a2a;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-family: Droid Serif, serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.banner-button {
  width: 180px;
  color: #f7b828;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 20px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 18px;
  display: block;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.banner-button:hover {
  color: #fff;
  background-color: #a08c76;
  border-bottom: 1px #000;
}

.div-block {
  display: block;
}

.auction-image {
  width: auto;
  height: auto;
  max-height: 250px;
  max-width: 420px;
  object-fit: cover;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.banner-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 1px solid #c3af87;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  padding: 20px;
  box-shadow: 4px 4px 5px 2px rgba(78, 78, 78, .2);
}

.amagold-ad {
  width: 100%;
  height: auto;
  max-width: none;
  display: block;
}

.lightbox-link-2 {
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.auction-lightbox {
  width: 100%;
  margin-bottom: 0;
  display: block;
}

.bidders-bar {
  max-width: none;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 1px solid #c3af87;
  border-radius: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 40px;
  padding: 20px;
  box-shadow: 4px 4px 5px 2px rgba(78, 78, 78, .2);
}

.topbar {
  max-width: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #c3af87;
  border-radius: 2px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  padding: 20px;
  display: block;
  position: relative;
  box-shadow: 4px 4px 5px 2px rgba(78, 78, 78, .2);
}

.topbar.party {
  background-image: url('/assets/party5.png');
  background-position: 100% 10px;
  background-repeat: no-repeat;
  background-size: 40%;
}

.topbar.fc-qa {
  border: 1px solid var(--light-gold);
  background-color: #fff;
  padding: 20px 20px 10px;
}

.auction-details-heading {
  max-width: none;
  background-color: var(--light-gold);
  color: #181717;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 20px;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4em;
}

.paragraph-12 {
  color: var(--dark-brown);
  font-family: Varela Round, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
}

.text-span-7 {
  color: var(--gold);
}

.lv-details-name {
  width: 100%;
  color: #242424;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #fed73a;
  border: 8px #f1e0ce;
  border-radius: 2px;
  margin: 0 0 20px;
  padding: 10px 20px;
  font-family: Droid Serif, serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4em;
  display: block;
}

.lv-highlight {
  text-align: center;
  font-family: Changa One, Impact, sans-serif;
  font-size: 45px;
  line-height: 1.2em;
}

.text-span-8 {
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4em;
}

.paragraph-13 {
  text-align: center;
  margin-bottom: 40px;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.4em;
}

.heading-13 {
  text-align: center;
  background-color: #fed73a;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 20px;
  font-family: Cormorant, sans-serif;
  display: block;
}

.lv-buttons {
  max-width: none;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lv-group {
  width: 300px;
}

.paragra {
  text-align: center;
}

.fircrest-lightbox {
  width: 100%;
  max-height: none;
  float: none;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('/assets/park.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.wagon-image {
  max-width: 500px;
  object-fit: cover;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.bidders {
  height: 250px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (min-width: 1440px) {
  .legal-section {
    max-width: none;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading-12 {
    margin-top: 0;
    margin-bottom: 60px;
    font-family: Montserrat, sans-serif;
  }

  .paragraph-11 {
    color: #675b4a;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
  }

  .textlink {
    color: #675b4a;
    font-weight: 500;
    text-decoration: none;
  }
}

@media screen and (max-width: 991px) {
  .menu-button {
    height: 55px;
    color: #000;
    padding-top: 18px;
    padding-bottom: 15px;
  }

  .menu-button.w--open {
    height: 55px;
    color: #fec82f;
    background-color: rgba(0, 0, 0, 0);
    padding-bottom: 0;
  }

  .nav-menu {
    height: auto;
    text-align: center;
    background-color: #000;
    border-bottom: 1px solid #c3af87;
    margin-top: 1px;
    padding-top: 40px;
    padding-bottom: 60px;
    overflow: auto;
  }

  .amenities-paragraph {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 25px;
  }

  .center-box {
    width: 78%;
  }

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

  .see-you-heading {
    font-size: 20px;
    line-height: 30px;
  }

  .navlink {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 20px;
    padding: 10px 0;
    display: block;
  }

  .navlink:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .navlink.w--current {
    height: auto;
    margin-bottom: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .box-left-yellow {
    width: 90%;
    min-width: auto;
    padding-left: 0%;
  }

  .do-something {
    height: 350px;
    margin-top: 0;
    padding-bottom: 0;
  }

  .contact-us-column {
    width: 90%;
  }

  .logo-in-text {
    white-space: nowrap;
  }

  .amenities-image {
    height: 400px;
  }

  .about-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .conducted-by {
    margin-bottom: 10px;
    padding-left: 10px;
    font-weight: 500;
  }

  .contact-section {
    padding: 60px 40px 40px;
  }

  .icon-2 {
    color: #c3af87;
  }

  .link-block {
    padding-left: 0;
  }

  .video-wrapper {
    width: 100%;
    max-width: none;
    margin-bottom: 40px;
  }

  .play-button {
    margin-top: 110px;
  }

  .relative.full {
    height: 100%;
  }

  .marahills-photo {
    display: block;
  }

  .pretty-button {
    margin-bottom: 20px;
  }

  .photo-bar {
    width: 100%;
    flex-direction: row;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
  }

  .auction-title-box {
    width: auto;
  }

  .info-box {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .auction {
    flex-direction: column;
    align-items: center;
    padding-bottom: 60px;
  }

  .faq-heading-box {
    width: 78%;
  }

  .details-text {
    width: auto;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .menu-wrapper {
    margin-top: 0;
  }

  .col-1, .col-2 {
    width: 80%;
  }

  .marahills-video-wrapper {
    max-width: none;
  }

  .spaces-limited {
    width: auto;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .auction-summary {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 0 20px;
  }

  .country {
    margin-right: 20px;
    position: absolute;
  }

  .frame {
    height: 300px;
    margin-left: 3%;
  }

  .caps-heading {
    width: 78%;
    margin-bottom: 60px;
  }

  ._88-percent-column {
    width: 100%;
  }

  .logo-icon {
    margin-left: auto;
    margin-right: auto;
  }

  .top-margin._10-pixels {
    text-align: center;
  }

  .concept-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .concept-highlight, .concept-paragraph {
    text-align: center;
  }

  .concept-flex-wrapper {
    width: auto;
    margin-bottom: 60px;
    margin-left: 0;
    display: block;
  }

  .concept-left {
    width: 90%;
    justify-content: center;
    margin-bottom: 60px;
    padding-right: 1%;
  }

  .concept-right {
    width: 90%;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    display: block;
  }

  .video-bar {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 40px;
  }

  .construction-text {
    width: auto;
    margin-bottom: 0;
    margin-right: 0;
  }

  .see-videos {
    display: none;
  }

  .short-grid {
    height: auto;
    min-height: auto;
    flex-direction: column;
    display: block;
  }

  .info-box-2 {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .brown-box {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .live-auction-image {
    width: auto;
    height: 100px;
  }

  .info-details {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .logo-box {
    width: auto;
    margin-bottom: 0;
  }

  .steps {
    margin-bottom: 40px;
  }

  .register-block {
    width: 100%;
    max-width: 500px;
  }

  .register-form-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
  }

  .register-container {
    margin-bottom: 0;
    padding: 0 60px;
  }

  .signup-link {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 20px;
    padding: 10px 0;
    display: block;
  }

  .signup-link:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .signup-link.w--current {
    height: auto;
    margin-bottom: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .info-box-1 {
    width: 100%;
    height: 400px;
  }

  .info-box-3 {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .info-box-4 {
    width: 100%;
  }

  .item-text {
    text-align: justify;
  }

  .wagon-auction {
    flex-direction: column;
    align-items: center;
    padding-bottom: 60px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .wagons-auction {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .items-grid {
    width: 100%;
    display: block;
  }

  .amenities-brown-box {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .wagon-photo {
    width: auto;
    max-height: 300px;
    max-width: 100%;
    float: none;
    display: block;
  }

  .wagon-info {
    width: auto;
    margin-bottom: 40px;
    margin-left: 0;
  }

  .wagon-details {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wagon-buttons {
    padding-right: 10px;
  }

  .wagon-text {
    width: auto;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .wagon-resize-2, .wagon-photo-banner {
    display: inline-block;
  }

  .text-link {
    display: inline;
  }

  .text-highlight {
    color: #ac895f;
    text-align: left;
    margin-bottom: 20px;
    display: block;
  }

  .lots {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0;
  }

  .lot-desc {
    text-align: justify;
    padding: 20px;
  }

  .one-lot, .block {
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .date-time {
    text-align: center;
  }

  .description-block {
    max-width: none;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .auction-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .more-info-block {
    margin-bottom: 0;
  }

  .optional-link {
    text-align: left;
  }

  .lot-heading {
    white-space: normal;
    font-size: 16px;
  }

  .more-info {
    max-width: none;
    text-align: center;
    margin-bottom: 0;
    padding-right: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4em;
  }

  .auction-button {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .short-description {
    width: auto;
    text-align: justify;
    margin-bottom: 10px;
  }

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

  .red-banner {
    width: 400px;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .company-name-block {
    margin-bottom: 20px;
  }

  .auctioneer {
    height: 100px;
  }

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

  .brand-heading {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 25px;
  }

  .item-image {
    width: 100%;
    height: 300px;
    max-height: none;
    min-height: auto;
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .item-image.contained {
    width: auto;
    height: 250px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .auction-collage {
    width: 100%;
    height: 300px;
    max-height: none;
    grid-template-rows: 250px auto;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .sold-banner {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    top: 0;
  }

  .auction-details-bar {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-width: 1px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    display: block;
    position: static;
  }

  .auction-details-wrapper {
    margin-bottom: 20px;
  }

  .details-description {
    width: auto;
    text-align: center;
    margin-bottom: 10px;
  }

  .location {
    position: static;
  }

  .lot-number-block {
    white-space: normal;
  }

  .featured-desc {
    text-align: left;
    font-size: 16px;
    line-height: 1.6em;
  }

  .featured-lot {
    margin-bottom: 20px;
  }

  .featured-image {
    width: 100%;
    height: 200px;
  }

  .auction-details-name {
    text-align: center;
    margin-bottom: 20px;
  }

  .details-date-time {
    padding-right: 0;
  }

  .register-button {
    position: static;
  }

  .legal-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .faq-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .faq-panel {
    margin-bottom: 20px;
  }

  .faq-heading {
    margin-bottom: 40px;
  }

  .faq-list {
    margin-left: 0;
    margin-right: 0;
  }

  .methods {
    width: auto;
    text-align: justify;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.4em;
  }

  .bidders-block {
    padding-bottom: 10px;
  }

  .bidder-heading {
    text-align: center;
  }

  .single-image {
    width: 100%;
    height: 200px;
  }

  .text-highlight-big {
    color: #6f9524;
    text-align: left;
    font-size: 20px;
  }

  .branded-text {
    margin-bottom: 20px;
    font-size: 35px;
  }

  .top-details-bar {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-width: 1px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 40px;
    display: block;
    position: static;
  }

  .fircrest-heading {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 25px;
  }

  .bidder-image {
    width: auto;
    height: 300px;
    max-height: 280px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .qa-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .fircrest-qa-heading {
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1em;
  }

  .fc-qa-text {
    width: auto;
    text-align: justify;
    margin-bottom: 10px;
  }

  .text-accent-big {
    color: #6f9524;
    text-align: left;
    font-size: 20px;
  }

  .fircrest-accent-block {
    text-align: center;
    font-size: 25px;
    line-height: 1.4em;
  }

  .auction-calender {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .calendar-items {
    margin-bottom: 0;
    position: static;
  }

  .calendar-block {
    padding-bottom: 0;
  }

  .amagold-block {
    width: auto;
    margin-top: -60px;
    margin-left: 0;
  }

  .banner-ad {
    width: auto;
    height: 100px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .amagold-button {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 10px;
  }

  .amabanner-link {
    margin-bottom: 20px;
    display: block;
  }

  .banner-heading {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 25px;
  }

  .banner-button {
    margin-left: auto;
    margin-right: auto;
  }

  .auction-image {
    width: auto;
    height: 300px;
    object-fit: cover;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .banner-grid {
    grid-auto-flow: row;
    display: block;
  }

  .amagold-ad {
    max-width: 500px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .auction-lightbox {
    margin-bottom: 20px;
  }

  .bidders-bar {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-width: 1px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 40px;
    display: block;
    position: static;
  }

  .topbar {
    margin-bottom: 40px;
    padding-bottom: 20px;
  }

  .auction-details-heading {
    margin-bottom: 40px;
  }

  .lv-details-name {
    text-align: center;
    margin-bottom: 20px;
  }

  .bidders {
    height: 200px;
  }
}

@media screen and (max-width: 767px) {
  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

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

  .nav-menu {
    background-color: #000;
  }

  .amenities-box {
    width: 100%;
    height: 250px;
  }

  .center-box {
    width: 85%;
    margin-bottom: 60px;
  }

  .form-block {
    width: 100%;
  }

  ._56-percent-image {
    width: 50%;
  }

  .box-left-yellow {
    width: 100%;
    padding-left: 40px;
    padding-right: 20px;
  }

  .contact-us-column {
    margin-bottom: 20px;
  }

  .column-left {
    width: 100%;
  }

  .title {
    margin-bottom: 20px;
  }

  .about-section {
    padding-top: 0;
  }

  .contact-section {
    padding-top: 60px;
  }

  .footer-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contained-image {
    width: 100%;
    height: auto;
    max-width: 460px;
    text-align: center;
    object-fit: contain;
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .video-wrapper {
    width: 100%;
    height: 200px;
    max-width: none;
    margin-bottom: 40px;
  }

  .play-button {
    width: 70px;
    height: 70px;
    background-size: 30px;
    margin-top: 70px;
  }

  .relative {
    height: 100%;
  }

  .details-box {
    width: 100%;
    margin-bottom: 0;
  }

  .accordion-item-trigger {
    padding: 3% 3% 2% 3.5%;
  }

  .accordion-item-content {
    padding-top: 2%;
    padding-left: 3.5%;
    padding-right: 3%;
  }

  .pretty-button {
    margin-bottom: 20px;
  }

  .photo-bar {
    justify-content: flex-start;
    align-items: stretch;
  }

  .auction-title-box {
    width: 100%;
    margin-bottom: 0;
  }

  .auction {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .faq-heading-box {
    width: 85%;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .details-text {
    width: auto;
    margin-top: 0;
    margin-bottom: 40px;
    margin-right: 0;
    position: static;
  }

  .contact-text {
    margin-bottom: 10px;
  }

  .col-1, .col-2 {
    width: 90%;
  }

  .spaces-limited {
    width: auto;
    margin-top: 0;
    margin-bottom: 20px;
    margin-right: 0;
    position: static;
  }

  .auction-summary {
    padding-top: 0;
    padding-bottom: 0;
  }

  .country {
    text-align: center;
    margin-bottom: 0;
    margin-right: 20px;
    position: static;
  }

  .caps-heading {
    width: 85%;
    margin-bottom: 60px;
  }

  ._88-percent-column {
    width: 100%;
  }

  .logo-icon {
    margin-left: auto;
    margin-right: auto;
  }

  .top-margin._10-pixels {
    text-align: center;
  }

  .concept-section {
    padding-top: 0;
  }

  .concept-highlight {
    margin-bottom: 40px;
  }

  .video-accent-bg {
    margin-bottom: -10px;
  }

  .absolute-auction-1.video, .absolute-auction-2.video, .absolute-auction-3.video {
    height: 190px;
    position: static;
  }

  .video-bar {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: stretch;
  }

  .thankyou-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .name-field {
    margin-bottom: 0;
  }

  .email-field {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .signup-button {
    margin-bottom: 0;
  }

  .signup-wrapper {
    padding-right: 0;
  }

  .winter-image {
    height: 200px;
  }

  .construction-text {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    position: static;
  }

  .call-us-title, .info-title {
    margin-bottom: 20px;
  }

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

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

  .spec-title {
    margin-bottom: 20px;
  }

  .brown-box {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .logo-box {
    width: auto;
    margin-bottom: 0;
  }

  .register-heading {
    font-size: 25px;
    line-height: 35px;
  }

  .section {
    padding-bottom: 60px;
  }

  .button {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .info-box-1, .info-box-3, .info-box-4 {
    width: 100%;
    height: auto;
  }

  .item-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .wagon-auction {
    margin-left: 0;
    margin-right: 0;
    padding: 40px;
  }

  .wagons-auction {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .items-grid {
    width: 90%;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .amenities-brown-box {
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .wagon-info {
    margin-bottom: 40px;
  }

  .wagon-details {
    width: 100%;
    margin-bottom: 0;
  }

  .wagon-buttons {
    width: 80%;
    padding-right: 0;
  }

  .wagon-text {
    width: auto;
    margin-top: 0;
    margin-bottom: 20px;
    margin-right: 0;
    position: static;
  }

  .wagon-resize-2 {
    width: 50%;
  }

  .text-highlight {
    text-align: justify;
    display: block;
  }

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

  .lot-number {
    height: 100%;
  }

  .lot-desc {
    padding: 20px 40px;
  }

  .one-lot {
    padding-bottom: 0;
  }

  .date-time {
    margin-bottom: 10px;
  }

  .auction-grid {
    margin-bottom: 40px;
    padding: 20px;
  }

  .more-info-block {
    text-align: center;
  }

  .auction-details {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .lot-heading {
    padding-top: 12px;
    padding-bottom: 15px;
  }

  .more-info {
    max-width: none;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 1.4em;
  }

  .auction-button {
    margin-bottom: 20px;
    font-size: 16px;
    position: static;
  }

  .short-description {
    text-align: justify;
    margin-bottom: 0;
  }

  .red-banner {
    margin-top: 140px;
  }

  .item-image {
    width: auto;
    height: 250px;
    max-height: none;
    min-width: auto;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .auction-collage {
    align-items: start;
  }

  .auction-details-bar {
    margin-bottom: 0;
    padding: 40px;
  }

  .details-description {
    text-align: justify;
    margin-bottom: 10px;
  }

  .location {
    position: static;
  }

  .featured-heading {
    white-space: normal;
    padding-top: 12px;
    padding-bottom: 15px;
    font-size: 20px;
  }

  .featured-desc {
    text-align: justify;
    padding: 40px;
    font-weight: 300;
  }

  .featured-lot-number {
    height: 100%;
  }

  .featured-lot {
    margin-bottom: 40px;
  }

  .featured-image {
    height: 220px;
  }

  .auction-details-name {
    font-size: 20px;
  }

  .details-date-time.party {
    background-size: contain, contain;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .featured-images {
    grid-template-columns: 1fr 1fr;
  }

  .featured-lightbox2 {
    width: 100%;
    float: none;
    margin-left: 0;
    display: block;
  }

  .register-button {
    margin-bottom: 0;
    font-size: 16px;
    position: static;
  }

  .footer-link, .footer-link.w--current {
    text-align: center;
  }

  .faq-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
  }

  .faq-answer {
    text-align: left;
  }

  .methods {
    text-align: justify;
    margin-bottom: 10px;
    font-weight: 400;
  }

  .single-featured-image {
    grid-template-columns: 1fr 1fr;
  }

  .single-image {
    height: 220px;
  }

  .fircrest-lot-number {
    height: 100%;
  }

  .branded-text {
    font-size: 26px;
  }

  .lot-number-copy {
    height: 100%;
  }

  .top-details-bar {
    margin-bottom: 40px;
    padding: 20px;
  }

  .qa-block {
    grid-template-columns: 1fr;
  }

  .fc-qa-text {
    text-align: justify;
    margin-bottom: 10px;
  }

  .fircrest-accent-block {
    padding: 40px;
    font-weight: 300;
  }

  .auction-calender {
    margin-bottom: 0;
    padding: 0;
  }

  .amagold-block {
    flex-direction: column;
  }

  .banner-ad {
    width: 100%;
    height: auto;
  }

  .banner-button {
    margin-bottom: 0;
    font-size: 16px;
    position: static;
  }

  .bidders-bar {
    margin-bottom: 40px;
    padding: 20px;
  }

  .topbar {
    margin-bottom: 40px;
    padding: 40px;
  }

  .lv-details-name {
    font-size: 20px;
  }
}

@media screen and (max-width: 479px) {
  .menu-button {
    height: auto;
    margin-top: 4px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .info-grid.full-height {
    flex-direction: column;
  }

  .amenities-box {
    width: 100%;
    height: 300px;
  }

  .navbar {
    height: auto;
  }

  .center-box {
    width: 90%;
  }

  .form-block {
    width: 100%;
    margin-top: 20px;
  }

  ._56-percent-image {
    width: 100%;
    height: 240px;
  }

  .see-you-heading {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    line-height: 30px;
  }

  .box-left-yellow {
    padding-top: 14%;
    padding-bottom: 14%;
    padding-left: 40px;
  }

  .do-something {
    height: auto;
  }

  .brand {
    height: 100%;
  }

  .contact-us-column {
    width: 100%;
    margin-bottom: 0;
  }

  .subtitle.black {
    line-height: 20px;
  }

  .column-left {
    width: 100%;
  }

  .logo-image {
    height: 30px;
  }

  .nav-logo-text {
    height: auto;
    padding-top: 0;
    font-size: 20px;
    line-height: 20px;
  }

  .amenities-image {
    height: 300px;
  }

  .about-section {
    padding-top: 0;
  }

  .main-slogan {
    font-size: 25px;
    font-weight: 500;
  }

  .contact-section {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .body {
    padding-top: 60px;
  }

  .blue-block {
    padding-left: 10px;
  }

  .contained-image {
    height: 300px;
    object-fit: contain;
  }

  .video-wrapper {
    width: 100%;
    height: 190px;
    max-width: none;
    margin-bottom: 20px;
  }

  .play-button {
    width: 60px;
    height: 60px;
    background-size: 27px;
  }

  .video-bg {
    height: 100px;
    margin-bottom: -25px;
  }

  .details-box {
    margin-bottom: 0;
    padding: 0 10px 40px;
  }

  .title-mini {
    text-align: left;
    line-height: 1.1em;
  }

  .accordion-item-trigger {
    padding-bottom: 0%;
  }

  .accordion-item-content {
    padding-bottom: 2%;
  }

  .accordion-wrapper {
    margin-left: 20px;
  }

  .auction-subheading {
    font-size: 20px;
    line-height: 25px;
  }

  .auction-heading {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 20px;
    line-height: 25px;
  }

  .marahills-photo {
    width: 100%;
    height: 200px;
  }

  .auction-date {
    font-size: 20px;
    line-height: 28px;
  }

  .attend-text {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .pretty-button {
    margin-bottom: 20px;
  }

  .photo-bar {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .auction-title-box {
    width: auto;
  }

  .auction {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .faq-heading-box {
    width: 90%;
    padding-left: 20px;
  }

  .details-text {
    width: auto;
    text-align: left;
    font-weight: 300;
    line-height: 25px;
  }

  .menu-wrapper {
    height: 60px;
  }

  .play-wrapper.video {
    height: 100%;
  }

  .col-1, .col-2 {
    width: 90%;
  }

  .spaces-limited {
    width: auto;
  }

  .auction-summary {
    padding-top: 0;
  }

  .country {
    text-align: center;
    margin-top: 20px;
    margin-right: 0;
    padding-top: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4em;
    display: block;
    position: static;
  }

  .italic-text {
    font-style: normal;
  }

  .caps-heading {
    width: 90%;
  }

  .concept-section {
    padding-top: 0;
  }

  .title-2 {
    line-height: 30px;
  }

  .concept-highlight {
    font-size: 20px;
  }

  .concept-paragraph {
    margin-bottom: 40px;
  }

  .video-accent-bg {
    margin-bottom: -25px;
  }

  .concept-flex-wrapper {
    margin-bottom: 60px;
  }

  .concept-left {
    width: 100%;
    padding-right: 0%;
  }

  .concept-right {
    width: 100%;
    margin-top: 9%;
    padding-left: 0%;
  }

  .video-bar {
    width: 100%;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .thankyou-block {
    padding-left: 10px;
  }

  .thankyou-text {
    font-size: 30px;
  }

  .name-field {
    width: 100%;
    max-width: none;
    margin-bottom: 0;
    display: block;
  }

  .email-field {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
    display: block;
  }

  .signup-button {
    display: block;
  }

  .signup-block {
    width: auto;
    background-color: rgba(0, 0, 0, 0);
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .signup-heading {
    text-align: left;
    line-height: 18px;
  }

  .signup-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .winter-banner {
    display: block;
  }

  .construction-text {
    width: auto;
    text-align: left;
    font-weight: 300;
    line-height: 25px;
  }

  .call-us-title {
    line-height: 30px;
  }

  .save-time-heading {
    font-size: 22px;
    line-height: 30px;
  }

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

  .brown-box {
    padding: 60px 20px 20px;
  }

  .live-auction-image {
    height: 100px;
  }

  .info-details {
    padding: 40px 0;
  }

  .logo-box {
    width: auto;
    padding-top: 20px;
  }

  .register-heading {
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 30px;
  }

  .register-block {
    min-width: auto;
  }

  .register-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .info-box-1 {
    width: 100%;
    height: auto;
  }

  .info-box-3 {
    width: 100%;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .info-box-4 {
    width: 100%;
    height: auto;
  }

  .wagon-auction {
    margin-left: 0;
    margin-right: 0;
    padding: 20px 10px;
  }

  .wagons-auction {
    width: 100%;
  }

  .items-grid {
    width: 100%;
    flex-direction: column;
  }

  .wagon-photo {
    width: 100%;
    max-height: 250px;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .thankyou-body {
    padding-top: 60px;
  }

  .wagon-details {
    margin-bottom: 0;
    padding: 20px 10px 0;
  }

  .wagon-buttons {
    width: 90%;
  }

  .wagon-text {
    width: auto;
    text-align: left;
    font-weight: 300;
    line-height: 25px;
  }

  .wagon-resize-2 {
    width: 100%;
    height: auto;
    max-height: 250px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .wagon-photo-banner {
    width: 100%;
    max-height: 250px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-highlight {
    text-align: left;
    line-height: 1.4em;
    display: inline-block;
  }

  .lots {
    width: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 100%;
    align-content: start;
    justify-content: start;
    align-items: start;
    justify-items: start;
  }

  .lot-number {
    padding-left: 10px;
    padding-right: 10px;
  }

  .lot-desc {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .one-lot {
    object-fit: none;
    border-style: none;
  }

  .lot-image {
    width: auto;
    height: 200px;
  }

  .block {
    margin-bottom: 20px;
  }

  .date-time {
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-size: 18px;
    line-height: 22px;
    display: block;
  }

  .description-block {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .auction-grid {
    padding-left: 10px;
    padding-right: 10px;
  }

  .more-info-block {
    float: none;
    margin: 0;
  }

  .optional-link {
    text-align: center;
    white-space: normal;
    display: inline-block;
  }

  .auction-details {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .lot-heading {
    white-space: normal;
    padding: 10px 10px 13px;
    font-size: 16px;
    line-height: 1.2em;
  }

  .lots-lightbox {
    width: 100%;
    padding-top: 0;
    display: inline-block;
  }

  .more-info {
    max-width: none;
    text-align: center;
    letter-spacing: 1px;
    margin: 0 0 10px;
    padding: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4em;
  }

  .auction-button {
    width: auto;
    font-size: 14px;
    line-height: 18px;
  }

  .short-description {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .red-banner {
    margin-top: 0;
    font-size: 20px;
    line-height: 22px;
    display: block;
    position: static;
  }

  .company-name-block {
    margin-bottom: 10px;
  }

  .ad-title {
    width: auto;
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-size: 20px;
    line-height: 25px;
  }

  .auctioneer {
    text-align: left;
    display: none;
  }

  .auctioneer-block {
    float: none;
    text-align: left;
    margin: 10px 10px 10px 0;
    padding: 0;
    display: block;
    position: static;
  }

  .auctioneer-name {
    color: #000;
    text-align: left;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 16px;
  }

  .red-banner-link {
    text-decoration: none;
    display: block;
  }

  .auction-name {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-size: 18px;
    line-height: 25px;
  }

  .brand-heading {
    padding-left: 0;
    font-size: 18px;
  }

  .item-image {
    height: 200px;
    max-height: none;
    margin-bottom: 0;
  }

  .item-image.contained {
    height: 200px;
    margin-bottom: 0;
  }

  .auction-collage {
    height: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 0;
  }

  .sold-banner {
    padding-top: 5px;
    padding-bottom: 5px;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .auction-details-bar {
    border-style: none;
    margin-bottom: 20px;
    padding: 20px;
    display: block;
  }

  .auction-details-wrapper {
    margin-bottom: 10px;
  }

  .lot-views {
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .details-description {
    text-align: justify;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 1.6em;
  }

  .lot-block {
    width: 100%;
    display: inline-block;
  }

  .lot-number-block {
    width: auto;
    background-color: var(--light-gold);
    white-space: normal;
    margin-bottom: 20px;
    display: flex;
  }

  .featured-heading {
    white-space: normal;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 18px;
  }

  .featured-desc {
    width: auto;
    padding: 20px;
    font-size: 16px;
    display: block;
  }

  .featured-lot-number {
    padding: 10px 10px 8px;
    font-size: 14px;
    line-height: 14px;
    display: block;
  }

  .featured-number-block {
    width: auto;
    white-space: normal;
    display: flex;
  }

  .featured-lot {
    object-fit: none;
  }

  .featured-image {
    width: 100%;
    height: 150px;
  }

  .auction-details-name {
    width: auto;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 16px;
    line-height: 1.4em;
  }

  .details-date-time {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-size: 18px;
    line-height: 22px;
    display: block;
  }

  .details-date-time.party {
    text-align: left;
    background-image: url('/assets/party9.png');
    background-position: 100% 10px;
    background-size: auto 70px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .optional-link2 {
    text-align: left;
    display: inline-block;
  }

  .register-button {
    font-size: 14px;
    line-height: 18px;
  }

  .heading-12 {
    font-size: 25px;
    line-height: 35px;
  }

  .footer-link {
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
    display: block;
  }

  .faq-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq-panel {
    object-fit: none;
  }

  .faq-heading {
    width: auto;
    white-space: normal;
    flex-direction: column;
    display: block;
  }

  .faq-answer {
    text-align: left;
  }

  .faq-list {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-link {
    text-align: center;
    display: block;
  }

  .methods {
    text-align: left;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .bidders-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .single-image {
    width: 100%;
    height: 150px;
  }

  .text-highlight-big {
    text-align: left;
    font-size: 18px;
    display: inline-block;
  }

  .lot-map {
    width: auto;
    height: auto;
  }

  .fircrest-lot-number {
    white-space: normal;
    padding: 10px 10px 8px;
    font-size: 14px;
    line-height: 1.4em;
    display: block;
  }

  .branded-text {
    text-align: center;
    margin-bottom: 10px;
    font-size: 25px;
  }

  .lot-number-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .top-details-bar {
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .fircrest-heading {
    padding-left: 0;
    font-size: 18px;
  }

  .bidder-image {
    height: auto;
    max-height: none;
  }

  .qa-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .fircrest-qa-heading {
    padding-left: 0;
    font-size: 22px;
  }

  .fc-qa-text {
    text-align: justify;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 1.4em;
  }

  .qa-highlight {
    font-size: 18px;
  }

  .text-accent-big {
    text-align: left;
    font-size: 18px;
    display: inline-block;
  }

  .fircrest-accent-block {
    width: auto;
    padding: 20px;
    font-size: 16px;
    font-weight: 400;
    display: block;
  }

  .auction-calender {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .calendar-info {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 22px;
    display: block;
  }

  .coming-soon {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .calendar-items {
    margin-bottom: 0;
  }

  .upcoming-block {
    justify-content: space-between;
    margin-bottom: 10px;
  }

  .upcoming-heading {
    margin-left: 10px;
    font-size: 14px;
    line-height: 1.1em;
  }

  .amagold-block {
    flex-direction: column;
  }

  .banner-heading {
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 22px;
  }

  .banner-button {
    width: 180px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    line-height: 18px;
  }

  .auction-image {
    height: 200px;
    margin: 0 auto 20px;
  }

  .auction-image:hover {
    margin-left: auto;
    margin-right: auto;
  }

  .auction-lightbox {
    margin-bottom: 0;
  }

  .bidders-bar {
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .topbar {
    margin-bottom: 20px;
    padding: 20px;
  }

  .auction-details-heading {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 18px;
    line-height: 1.4em;
  }

  .lv-details-name {
    width: auto;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 16px;
    line-height: 1.4em;
  }

  .fircrest-lightbox {
    width: 100%;
    padding-top: 0;
    display: inline-block;
  }

  .wagon-image {
    width: 100%;
    max-height: 250px;
    max-width: none;
  }
}

#w-node-c78bcc88-92cb-2f2c-9121-c36f89d3ec70-29cd5ece, #w-node-c78bcc88-92cb-2f2c-9121-c36f89d3ec70-5e21af30 {
  grid-area: Wide;
}

#w-node-e7cbd078-3324-a942-ddf2-0d95f9ddef8b-2822c348, #w-node-e7cbd078-3324-a942-ddf2-0d95f9ddef9a-2822c348, #w-node-_577d4a38-b352-888e-7a95-042a58f27bee-2822c348, #w-node-d2742dda-ec59-fa9c-2103-9477925fbc4d-2822c348, #w-node-d84873ff-461b-1b51-115a-70ba2d877bcb-2822c348, #w-node-e44f8c25-8fab-5ca0-7ebc-2b7fcfcf0b23-2822c348, #w-node-_1838bf43-5f97-42f9-e45e-4ed5648b9d01-4ac91161 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c78bcc88-92cb-2f2c-9121-c36f89d3ec70-4ac91161, #w-node-e18e67db-59bb-cccc-4525-fd41c030de3c-4ac91161, #w-node-_956d9c8e-2df1-7ce6-8785-f4e5ad2c88fc-4ac91161, #w-node-_492ca0ee-eac7-2475-4c6e-011ca445137c-4ac91161, #w-node-adadc99b-70c1-995c-71ca-1bc4aede52b1-4ac91161, #w-node-cb8d776f-17b0-75a0-5450-f998a13bdd32-4ac91161, #w-node-_84c05eb2-2b8a-e4d6-3456-877b227db52b-4ac91161 {
  grid-area: Wide;
}

#w-node-_8614ce57-f94d-72f5-da8f-f4183421c62e-4ac91161 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b48fab51-3190-e107-a9a3-4bd346d54068-4ac91161, #w-node-_1c05d06f-bafd-5371-b084-0dbe4c38e4fa-4ac91161, #w-node-aa5614a6-e548-bd85-db54-8c281ba80ead-4ac91161 {
  grid-area: Wide;
}

#w-node-_1ef6c204-1d3c-be0b-95cc-0f161a77e2dd-774ae5e2, #w-node-ac8b1b8e-b58c-dd41-8769-80738d86b8a4-5d4f3317, #w-node-_73aa69b6-2ae3-14a5-dddb-d84b407221f5-c6190764, #w-node-a29115d7-f96d-e1e2-652b-d0a3d2d644c5-c6190764, #w-node-_2820a0d1-c719-4c98-e1b5-2d801c225908-c6190764, #w-node-cb366fc3-fe83-0b62-047c-23dd20ec213b-c6190764, #w-node-_73aa69b6-2ae3-14a5-dddb-d84b407221f5-6b000e86, #w-node-a29115d7-f96d-e1e2-652b-d0a3d2d644c5-6b000e86, #w-node-_2820a0d1-c719-4c98-e1b5-2d801c225908-6b000e86, #w-node-cb366fc3-fe83-0b62-047c-23dd20ec213b-6b000e86, #w-node-_1ef6c204-1d3c-be0b-95cc-0f161a77e2dd-62f8915a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_3fd72349-dbe8-ae12-37f9-582fefa3f6cb-5d4f3317, #w-node-_3fd72349-dbe8-ae12-37f9-582fefa3f6cb-47b2c6d0, #w-node-_3fd72349-dbe8-ae12-37f9-582fefa3f6cb-c6190764, #w-node-_3fd72349-dbe8-ae12-37f9-582fefa3f6cb-6b000e86 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Downlink';
  src: url('../fonts/DownlinkBold-oqjd.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant';
  src: url('../fonts/Cormorant-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant';
  src: url('../fonts/Cormorant-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant';
  src: url('../fonts/Cormorant-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cormorant';
  src: url('../fonts/Cormorant-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}