header.top-nav {
  height: auto;
  margin-bottom: 0;
}
header.top-nav .toplinks > ul > li {
  height: unset;
  padding-bottom: 35px;
}
header.top-nav .toplinks > ul > li a {
  color: #fff;
}
header.top-nav .old-logo {
  display: none;
}
header.top-nav .pot {
  display: initial !important;
}
header.top-nav .toplinks ul li.logo {
  height: unset;
  padding-bottom: 10px;
  margin-top: -40px;
}
header.top-nav .toplinks ul li.logo img {
  height: 102px;
  width: 90px;
}
@media (max-width: 767px) {
  header.top-nav dt {
    background-color: transparent;
    padding-bottom: 10px;
    background: url(../img/backgrounds/blue.png);
    padding-top: 5px;
  }
  header.top-nav dd {
    padding-top: 75px;
  }
}
@media (min-width: 768px) {
  header.top-nav {
    background: url(../img/backgrounds/blue.png);
  }
}

.filigree {
  background-image: none !important;
}

.location-selector a.toggle {
  font-size: 20px;
}
.location-selector a.toggle[data-toggle=mille-lacs] {
  margin-right: 0.5em;
}
.location-selector a.toggle[data-toggle=mille-lacs] label {
  color: #d0333a !important;
}
.location-selector a.toggle[data-toggle=mille-lacs] svg .check {
  fill: #d0333a;
}
.location-selector a.toggle[data-toggle=hinckley] label {
  color: #93358f !important;
}
.location-selector a.toggle[data-toggle=hinckley] svg .check {
  fill: #93358f;
}
.hero .location-selector {
  left: 50px;
  width: 300px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-image: url(../img/backgrounds/gray.png);
}

main {
  background-image: url(../img/backgrounds/gray.png);
  padding-top: 10px;
}

.slot-block {
  overflow: visible !important;
}
.slot-block .slot {
  border-top-right-radius: 8px;
}
.slot-block .notch {
  display: none !important;
}
.slot-block .location-flag {
  display: unset !important;
  width: 80px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-12px);
}
.slot-block .location-flag .hk .top {
  fill: #94368e;
}
.slot-block .location-flag .hk .bend {
  fill: #64195f;
}
.slot-block .location-flag .ml .top {
  fill: #cf3339;
}
.slot-block .location-flag .ml .bend {
  fill: #7b0c32;
}
.slot-block .location-flag .white {
  fill: #ffffff;
}
.slot-block.mille-lacs .hk {
  opacity: 0;
}
.slot-block.hinckley .ml {
  opacity: 0;
}
.slot-block.both-locations .ml {
  transform: translateY(28px);
}
.slot-block.no-location .ml, .slot-block.no-location .hk {
  opacity: 0;
}

.build-block {
  overflow: visible !important;
}
.build-block .notch {
  display: none !important;
}
.build-block .image-wrapper {
  border-top-right-radius: 8px;
  overflow: hidden;
}
.build-block .location-flag {
  display: unset !important;
  width: 80px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-12px);
}
.build-block .location-flag .hk .top {
  fill: #94368e;
}
.build-block .location-flag .hk .bend {
  fill: #64195f;
}
.build-block .location-flag .ml .top {
  fill: #cf3339;
}
.build-block .location-flag .ml .bend {
  fill: #7b0c32;
}
.build-block .location-flag .white {
  fill: #ffffff;
}
.build-block.mille-lacs .hk {
  opacity: 0;
}
.build-block.hinckley .ml {
  opacity: 0;
}
.build-block.both-locations .ml {
  transform: translateY(28px);
}
.build-block.no-location .ml, .build-block.no-location .hk {
  opacity: 0;
}

.big-promo.mille-lacs .block .location-flag .hk {
  opacity: 0;
}
.big-promo.hinckley .block .location-flag .ml {
  opacity: 0;
}

.host.block {
  overflow: visible !important;
}
.host.block .notch {
  display: none !important;
}
.host.block .image-wrapper {
  border-top-right-radius: 8px;
  overflow: hidden;
}
.host.block .location-flag {
  display: unset !important;
  width: 80px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-18px);
}
.host.block .location-flag .hk .top {
  fill: #94368e;
}
.host.block .location-flag .hk .bend {
  fill: #64195f;
}
.host.block .location-flag .ml .top {
  fill: #cf3339;
}
.host.block .location-flag .ml .bend {
  fill: #7b0c32;
}
.host.block .location-flag .white {
  fill: #ffffff;
}
.host.block.mille-lacs .hk {
  opacity: 0;
}
.host.block.hinckley .ml {
  opacity: 0;
}
.host.block.both-locations .ml {
  transform: translateY(28px);
}

.marquee header {
  background-image: url(../img/backgrounds/gold.png);
}
.marquee .content {
  background-image: url(../img/backgrounds/charcoal.png);
}
.marquee ul li {
  color: white;
}

button,
.button,
input[type=submit] {
  background: #aa9767 !important;
}

.our-stories .playing-card {
  display: none !important;
}
@media (max-width: 767px) {
  .our-stories .new-playing-card {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .our-stories .new-playing-card {
    display: block !important;
    width: 210px;
    position: absolute;
    right: 20px;
    bottom: 0;
    transform: translateY(25px);
  }
}

footer {
  margin: 0;
  background-image: url(../img/backgrounds/blue.png);
}
footer .topline, footer .middle {
  background: none;
  padding-top: 15px;
}
footer .col {
  text-align: left !important;
}
@media (max-width: 767px) {
  footer .col {
    padding-left: 20px;
    padding-right: 20px;
  }
}
footer a.social svg, footer a.promotion-link svg {
  width: 36px;
  height: 36px;
}
footer h1 {
  display: none;
}
footer .let-your-story-begin {
  display: block !important;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  footer .let-your-story-begin {
    width: 330px;
  }
}
@media (max-width: 767px) {
  footer .let-your-story-begin {
    width: 50vw;
  }
}
footer:before {
  content: " ";
  display: block;
  background-image: url(../img/backgrounds/gray.png);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
  position: absolute;
  top: -2px;
}
@media (min-width: 768px) {
  footer:before {
    width: 70px;
    height: 50px;
    left: 50%;
    transform: translateX(200px);
  }
}
@media (max-width: 767px) {
  footer:before {
    width: 50px;
    height: 30px;
    right: 10px;
  }
}

.new-book-box {
  position: absolute;
  right: 32px;
  bottom: 32px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 24px;
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
  border-radius: 8px;
}
.new-book-box .text-holder .big-text {
  font-weight: 700;
  font-size: 25px;
}
.new-book-box .text-holder .small-text {
  font-style: italic;
}
.new-book-box .text-holder .small-text a {
  color: currentColor;
}
.new-book-box .text-holder .small-text a:hover {
  text-decoration: underline;
}
.new-book-box .select-holder {
  border-radius: 12px;
  position: relative;
  min-height: 40px;
}
.new-book-box .select-holder .select {
  display: grid;
  position: absolute;
  bottom: 8px;
  right: 0;
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
}
.new-book-box .select-holder .placeholder {
  order: 2;
  background: #b4a269;
  padding: 6px 16px;
  font-style: italic;
  font-size: 18px;
  font-weight: 600;
  z-index: 3;
}
.new-book-box .select-holder .options {
  background: rgba(0, 0, 0, 0);
  transition: height 0.2s ease-in, background-color 0.05s linear 0.15s;
  order: 1;
  height: 1px;
  padding: 0;
}
.new-book-box .select-holder .options li {
  color: white;
  padding: 6px 16px;
  font-weight: 600;
  font-size: 16px;
}
.new-book-box .select-holder .options li:first-child {
  margin-top: 10px;
}
.new-book-box .select-holder .options li a {
  color: currentColor;
}
.new-book-box .select-holder .select:hover .options {
  height: 200px;
  transition: height 3s ease-out;
  background: rgba(0, 100, 149, 0.85);
  transition: height 0.8s ease-out;
}
@media screen and (max-width: 768px) {
  .new-book-box {
    display: none;
  }
}

div#BookMobileDropdown {
  position: relative;
  background: rgba(0, 0, 0, 0.92);
  color: white;
  font-size: 20px;
  display: none;
}
div#BookMobileDropdown select {
  background: #b4a269;
  font-size: 100%;
  padding: 0.35em 1em;
  color: white;
  margin-bottom: 16px;
}
div#BookMobileDropdown a {
  display: inline;
  color: currentColor;
}
div#BookMobileDropdown.visible {
  display: block;
}
