/* @media (max-width: 768px) {
  button.full-width {
    width: 100%;
  }
}

.superfooter-trigger-wrapper {
  padding: 0;
  background: #bfb37c;
  background: linear-gradient(to right, #bfb37c 0%, #b3a369 100%);
  background-color: #bfb37c;
}

#superfooter,
#superfooter-trigger {
  font-family: "Roboto Condensed", sans-serif;
  background-color: #262626;
}

#superfooter-trigger {
  position: relative;
  top: 0;
  display: block;
  width: 100%;
  padding: 10px 40px 0 0;
  margin: 0 auto;
  font-size: 1em;
  text-align: right;
  text-transform: uppercase;
  background-color: transparent;
  border-radius: 0;
}

#superfooter-trigger:link,
#superfooter-trigger:visited {
  color: #262626;
  text-decoration: none;
} */

/* .utility-navigation a::after {
  background-image: url(/static/images/gt-gold-chevron.svg);
}

.dropdown-toggle::after {
  background-image: url(/static/images/gt-gold-chevron.svg);
}

.dropdown-toggle.show::after {
  background-image: url(/static/images/gt-gold-chevron.svg);
}

.navbar-toggler-icon {
  background: url(/static/images/menu.svg) no-repeat;
} */
