@media (min-width: 768px) {
  .show-mobile-only {
    display: none;
    visibility: hidden;
  }
}

.show-tablet-up {
  display: none;
  visibility: hidden;
}
@media (min-width: 768px) {
  .show-tablet-up {
    display: block;
    visibility: visible;
  }
}

.show-desktop-up {
  display: none;
  visibility: hidden;
}
@media (min-width: 960px) {
  .show-desktop-up {
    display: block;
    visibility: visible;
  }
}

.accessibility,
.screen-reader-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* Colors */
/* Spacing */
/* Viewports */
/* Grid containers */
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
}
.rbg-banner {
  background-color: #000;
  padding: 0 1.25rem 1.25rem;
}
.rbg-banner-container {
  display: flex;
  flex-flow: column;
  max-width: 72.5rem;
  margin: 0 auto;
}
.rbg-banner-heading, .rbg-banner-content {
  color: #ecc985;
}
.rbg-banner-heading {
  font-family: bodoni-urw, "Bodoni MT", "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-style: normal;
  font-variant-ligatures: normal;
  font-variant-caps: normal;
  font-variant-numeric: normal;
  font-variant-east-asian: normal;
  font-weight: 500;
  font-stretch: normal;
  margin-top: 1.25rem;
}
.rbg-banner-heading * {
  font-size: calc(1.4375rem + 7 * ((100vw - 20rem) / 448));
  line-height: calc(1.6875rem + 7 * ((100vw - 20rem) / 448));
}
.rbg-banner-content {
  margin: 0.625rem auto 1.25rem;
}
.rbg-banner-content * {
  font-size: calc(1rem + 2 * ((100vw - 20rem) / 448));
  line-height: calc(1.25rem + 1 * ((100vw - 20rem) / 448));
}
.rbg-banner-cta {
  text-align: center;
}
.rbg-banner-link {
  background-color: #c89843;
  color: #000 !important;
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.8333333333;
  padding: 0 0.625rem;
  transition: background-color 0.15s ease-in-out;
}
.rbg-banner-link:focus, .rbg-banner-link:hover {
  background-color: #ecc985;
}
.rbg-banner .col-12 {
  display: flex;
  flex-flow: column;
  justify-content: center;
}

@media (min-width: 768px) {
  .rbg-banner {
    padding: 0 1.25rem;
  }
  .rbg-banner-container {
    flex-flow: row;
  }
  .rbg-banner-heading {
    font-size: 3.125rem;
    margin-top: 0;
  }
  .rbg-banner-heading * {
    font-size: 1.5625rem;
    line-height: 1.12;
  }
  .rbg-banner-content {
    margin: 0 auto 1.25rem;
  }
}
@media (min-width: 992px) {
  .rbg-banner-heading {
    font-size: 2.125rem;
  }
  .rbg-banner-heading * {
    font-size: 2.125rem;
    line-height: 1.1176470588;
  }
}
@media (min-width: 1200px) {
  .rbg-banner-heading {
    font-size: 2.8125rem;
  }
  .rbg-banner-heading * {
    font-size: 2.8125rem;
    line-height: 1.1555555556;
  }
}
@media (min-width: 1400px) {
  .rbg-banner-heading {
    font-size: 1.813rem;
  }
  .rbg-banner-heading * {
    font-size: 2.8125rem;
    line-height: 1.1555555556;
  }
  .rbg-banner-content * {
    font-size: 1.3125rem;
  }
}