:root {
  --color-goldstar-blue: #1b1f6a;
  --color-goldstar-gray: #afb0b2;
  --color-goldstar-gold: #f69c28;
  --goldstar-color-gold: #f69c28;
  --goldstar-color-white: #FFFFFF;
}
  /* Standard responsive content containers */
  .content-container {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .content-container.narrow {
    max-width: 900px;
  }
  .content-container.wide {
    max-width: 1200px;
  }
  @media (min-width: 768px) {
    .content-container {
      padding-left: 30px;
      padding-right: 30px;
    }
  }
  @media (min-width: 1200px) {
    .content-container {
      padding-left: 40px;
      padding-right: 40px;
    }
  }
}
.goldstar-empty {
  margin: 3rem;
}
.header-frame .goldstar-ticker {
  display: none;
}
.cms-default-nav li:hover {
  background-color: none !important;
}
.components-block {
  display: none !important;
}
.icon-close {
  background: var(--color-goldstar-blue);
  width: 20px;
  height: 20px;
  border-radius: 20px;
}
.header-frame .ffr-carousel {
  display: none;
}
.cms-default-nav {
  background: none;
}

/* basic selectors */
.mb-1 {
  margin-bottom: 1rem;
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400;500&display=swap');
.cms-default-nav ul li a {
  padding: 15px 25px 13px !important;
}
.un-social-facebook-alt {
  background-image: url('/CMS_Themes/goldstar/images/Header/facebook@2x.png');
  height: 64px !important;
  width: 50px !important;
}
.cms-default-nav ul li a {
  background: none !important;
}
.un-fluid-width-video-wrapper {
  width: 100%;
  position: relative;
  padding: 0;
}
.iframe-test {
  display: flex;
  justify-content: center;
  align-items: center;
}

.goldstar-bottom-text-container {
  display: flex;
  padding-bottom: 1rem;
  justify-content: center;
  background: #262262;
}
.goldstar-footer {
  background: #262262;
}
.goldstar-bottom-text {
  font-size: 15px;
  color: #bebdd0;
}

.subscribe-button {
  width: 329px;
}
.drop-holder li {
  background: #262262;
}
.cms-default-nav .sub-menu ul li a:hover {
  background: #262262;
}
.cms-default-nav {}
body {
  margin: 0;
}
.featured-cols {
  justify-content: center;
}
.goldstar-left-footer-logos {
  display: flex;
  flex-direction: row;
  padding-left: 0px;
  gap: 24px;
  align-items: center;
}
.goldstar-col-large {
  width: 100vw !important;
}
.goldstar-left-footer-logos img {
  width: 150px;
}
.goldstar-main-header {
  background-color: #262262;
  display: flex;
  flex-direction: row;
  overflow: unset;
  z-index: 200000;
  height: 235px;
  width: 100vw;
  position: relative; /* Ensure the absolute positioning of child elements is relative to this */
}
.goldstar-logo-holder {
  padding-left: 85px;
  padding-top: 52px;
  position: relative;
  z-index: 10;
}
.cms-default-nav ul li a {
  text-decoration: none;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 12px;
  padding: 15px 12px 13px;
}
.goldstar-logo {
  width: 175px;
  position: relative;
  left: 35px;
  bottom: 25px;
}
.goldstar-header-with-links {
  margin-left: auto;
  margin-right: 4rem;
  margin-top: 2rem;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.cms-default-nav ul li a {
  font-size: 12px !important;
}
.top-header-links {
  display: flex; /* Aligns children (links and lines) in a row */
  align-items: center; /* Center align the items vertically */
  justify-content: center; /* Center align the items horizontally */
}
.goldstar-top-link {
  text-decoration: none; /* Removes underline from links */
  color: #a76e25; /* Color of the text */
  margin: 0 15px; /* Space around the links */
  font-size: 12px; /* Adjust size as needed */
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.goldstar-top-header-line {
  width: 0.1px; /* Width of the vertical line */
  height: 30px; /* Height of the vertical line */
  background-color: #675d54; /* Color of the line */
}
.goldstar-bottom-header {
  margin-left: 5rem;
}
.main-menu {
  position: relative;
  right: 60px;
}
.goldstar-top-header {
  position: relative;
  left: 182px;
  padding-right: 120px;
  padding-bottom: 40px;
  /* padding-left: 100px; */
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
}
.goldstar-white-line-header {
  width: 91vw; /* Make the line extend across the viewport width */
  position: absolute;
  background-color: white;
  height: 0.5px;
  top: 117px; /* Position it according to the logo */
  left: 0;
  z-index: 0; /* Ensure the line is behind the logo */
}
.line-hider {
  z-index: -1;
  position: absolute;
  width: 340px;
  left: -20px;
  height: 100px;
  background-color: #262262;
}
.goldstar-top-social-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  justify-content: center;
}
.nww-top-social-icon {
  width: 20px;
}
.goldstar-bottom-header-links {
  padding-bottom: 25px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-right: 120px;
}
.goldstar-bottom-header-link {
  text-decoration: none;
  color: #f6ba1a;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 18px;
}


.goldstar-bottom-info-container {
  background-color: #262262;
  display: flex;
  justify-content: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 6rem;
  padding-right: 6rem;
  align-items: center;
  gap: 40px;
}
.goldstar-bottom-column-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
}
.goldstar-bottom-h1 {
  color: white;
  font-size: 20px;
}
.nww-bottom-icon {
  width: 120px;
}
.goldstar-bottom-info {
  max-width: 1200px;
}
.goldstar-bottom-icons {
  display: flex;
  flex-direction: row;
  gap: 40px;
  margin-top: 1rem;
}
.nww-bottom-p {
  color: #bebdd0;
  font-size: 15px;
  /* width: 86%; */
  margin-top: 1rem;
  text-align: center;
}
.goldstar-tall-white-line {
  width: 0.5px;
  height: 230px;
  background-color: white;
}
.nww-bottom-img {
  max-width: 150px;
}
.goldstar-bottom-column-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.goldstar-bottom-column-links a {
  color: #fbcb76;
}
.goldstar-bottom-gifs {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 50px;
}
.cms-default-nav ul li a:hover {
  background: none !important;
  color: #f79e00 !important;
}
.nww-interior .em-com-wysiwyg {
}
.nww-interior .em-com-wysiwyg {
  margin-bottom: 9rem;
}
.nww-interior .em-com-wysiwyg p {
  font-size: 19px !important;
}
.nww-interior .em-com-wysiwyg h3 {
  margin-bottom: 0 !important;
}
.nww-interior .em-com-wysiwyg img {
  margin-right: 2rem;
}
#header {
  display: none;
}
.mobile-logo-1 {
  display: block !important;
  width: 55px;
}
.header-holder {
  margin-top: -1px;
}
@media (max-width: 1200px) {
  #header {
    display: block;
  }
  .goldstar-main-header {
    display: none;
  }
  .header-holder {
    padding-bottom: 19px !important;
  }
}
@media (max-width:768px) {
  .goldstar-intro-contact__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .goldstar-map-panel__canvas {
    min-height: 1px !important;
  }
  .goldstar-staff-map__layout {}
  .goldstar-bottom-info-container {
    flex-direction: column;
  }
  #header {
    height: 84px !important;
  }
  .featured-cols h3 {
    font-size: 15px !important;
  }
  .three-wide-detail-with-icon {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .three-wide-detail-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .cards-grid {
    width: 300px !important;
  }
  .un-card-grid-main {
    align-items: center !important;
    justify-content: center !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    flex-direction: column !important;
    /* justify-content: space-between; */
    margin-bottom: 3rem !important;
  }
  .un-grid-extra-link-container {
    margin-top: -3rem !important;
  }
  .nww-lax h1 {
    font-size: 30px !important;
  }
  .nww-lax-subtitle {
    font-size: 12px !important;
    max-width: 300px !important;
  }
  .nww-bottom-info-container {
    flex-direction: column;
  }
  .goldstar-bottom-h1 {
    text-align: center;
  }
  .goldstar-tall-white-line {
    display: none;
  }
  .nww-bottom-column-links {
    text-align: center;
    align-items: center;
  }
  .nww-bottom-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .goldstar-left-footer-logos img {
    width: 80px;
  }
  .goldstar-left-footer-logos {
    gap: 12px;
  }
  .goldstar-bottom-p {
    max-width: 300px;
    text-align: center;
  }
  .goldstar-bottom-gifs {}
  .img-list-item {
    max-width: 200px !important;
  }
  .four-wide-images {
    width: 100%;
    max-width: 1600px;
    gap: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .four-wide-image-list {
    height: 100% !important;
  }
  .grid-secondary {
    gap: 20px !important;
    justify-content: center !important;
  }
  .heading-container {
    font-size: 23px !important;
  }
  .nww-interior .em-com-wysiwyg p {
    max-width: 300px !important;
  }
}

/* Tribute Detail */
.goldstar-tribute[data-goldstar-tribute] {
  margin-top: 3rem;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 12px;
  font-family: inherit;
  color: #0b1d3d;
}
.goldstar-tribute[data-goldstar-tribute], .goldstar-tribute[data-goldstar-tribute] * {
  box-sizing: border-box;
}
.goldstar-tribute[data-goldstar-tribute] .goldstar-hr {
  border: 0;
  height: 1px;
  background: #eab341;
  margin: 10px 0 22px;
}
/* Layout */
.goldstar-tribute[data-goldstar-tribute] .goldstar-tribute__layout {
  display: grid;
  grid-template-columns: minmax(280px, 420px) 1fr;
  gap: 26px;
  align-items: start;
}
.goldstar-tribute[data-goldstar-tribute] .goldstar-tribute__main {
  min-width: 0;
}
.goldstar-tribute[data-goldstar-tribute] .goldstar-tribute__sidebar {
  width: 100%;
}
@media (min-width: 821px) {
  .goldstar-tribute[data-goldstar-tribute] .goldstar-tribute__sidebar {
    display: flex;
    justify-content: flex-start;
  }
}
/* Portrait */
.goldstar-tribute[data-goldstar-tribute] .goldstar-tribute__portrait {
  width: 100%;
  max-width: 400px;
  aspect-ratio: 1 / 1;
  min-height: 0 !important;
  height: auto !important;
  margin: 0;
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(180deg, #0d2f5a 0%, #0b1d3d 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.goldstar-tribute[data-goldstar-tribute] .goldstar-tribute__portrait-img {
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  display: block;
}
.goldstar-tribute[data-goldstar-tribute] .goldstar-tribute__portrait-placeholder {
  width: 100%;
  height: 100%;
  min-height: 0 !important;
  display: grid;
  place-items: center;
}
.goldstar-tribute[data-goldstar-tribute] .goldstar-tribute__portrait-svg {
  width: 120px;
  height: 120px;
  fill: none;
  stroke: rgba(160, 220, 255, 0.75);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
/* Top share row (icons only) */
.goldstar-tribute[data-goldstar-tribute] .goldstar-tribute__topbar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 6px;
}
.goldstar-tribute[data-goldstar-tribute] .goldstar-tribute__share-label {
  font-size: 15px;
  opacity: 0.85;
  color: rgba(0, 0, 0, 0.75);
}
/* remove round border/background â€” just icons */
.goldstar-tribute[data-goldstar-tribute] .goldstar-tribute__share-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  text-decoration: none;
  line-height: 0;
}
.goldstar-tribute[data-goldstar-tribute] .goldstar-tribute__share-img {
  width: 24px;
  height: 24px;
  display: block;
}
/* Header (title/meta + seal) */
.goldstar-tribute[data-goldstar-tribute] .goldstar-tribute__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}
.goldstar-tribute[data-goldstar-tribute] .goldstar-tribute__title {
  margin: 0 0 25px 0 !important;
  font-size: 34px !important;
  line-height: 1.15 !important;
  font-weight: 800 !important;
  color: #1b1f6a !important;

}
.goldstar-tribute[data-goldstar-tribute] .goldstar-tribute__meta {
  display: grid;
  gap: 10px;
  font-size: 14px;
}
.goldstar-tribute[data-goldstar-tribute] .goldstar-tribute__meta-row {
  display: grid;
  grid-template-columns: 131px 1fr;
  gap: 12px;
}
.goldstar-tribute[data-goldstar-tribute] .goldstar-tribute__meta-label {
  font-weight: 700;
  font-size: 19px;
  color: var(--color-goldstar-blue) !important;
}
.goldstar-tribute[data-goldstar-tribute] .goldstar-tribute__meta-value {
  font-size: 19px;
  color: var(--color-goldstar-blue) !important;
}
/* Seal */
.goldstar-tribute[data-goldstar-tribute] .goldstar-tribute__seal {
  flex: 0 0 auto;
}
.goldstar-tribute[data-goldstar-tribute] .goldstar-tribute__seal-img {
  width: 115px;
  height: 115px;
  object-fit: contain;
  display: block;
  position: relative;
  top: 85px;
}
.goldstar-tribute__body {
  margin-bottom: 3rem;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 12px;
  margin-top: 2rem;
  font-size: 16px;
  line-height: 1.75;
  color: rgba(0, 0, 0, 0.78);
}
/* WYSIWYG containment */
.goldstar-tribute[data-goldstar-tribute] .goldstar-tribute__body :where(p, ul, ol) {
  margin: 0 0 14px 0;
}
.goldstar-tribute[data-goldstar-tribute] .goldstar-tribute__body :where(h1, h2, h3, h4, h5, h6) {
  margin: 0 0 10px 0;
  line-height: 1.25;
}
.goldstar-tribute[data-goldstar-tribute] .goldstar-tribute__body a {
  color: #1b1f6a;
  text-decoration: underline;
}
/* Responsive */
@media (max-width: 1024px) {
  .goldstar-tribute[data-goldstar-tribute] .goldstar-tribute__layout {
    grid-template-columns: minmax(260px, 360px) 1fr;
  }
  .goldstar-tribute[data-goldstar-tribute] .goldstar-tribute__meta-row {
    grid-template-columns: 150px 1fr;
  }
}
@media (max-width: 820px) {
  .goldstar-tribute[data-goldstar-tribute] .goldstar-tribute__layout {
    grid-template-columns: 1fr;
  }
  .goldstar-tribute[data-goldstar-tribute] .goldstar-tribute__portrait {
    margin-left: auto;
    margin-right: auto;
  }
  .goldstar-tribute[data-goldstar-tribute] .goldstar-tribute__seal {
    display: none;
  }
}
@media (max-width: 480px) {
  .goldstar-tribute[data-goldstar-tribute] .goldstar-tribute__title {
    font-size: 26px !important;
  }
  .goldstar-tribute[data-goldstar-tribute] .goldstar-tribute__meta-row {
    grid-template-columns: 1fr;
    gap: 2px;
  }
}
/* Tribute Submission Form */
.goldstar-hr {
  border: 0;
  height: 1px;
  background: #ffa400;
  margin: 10px 0 22px;
}
.goldstar-submit, .goldstar-submit * {
  box-sizing: border-box;
}
.goldstar-submit {
  margin-bottom: 3rem;
  margin-top: 3rem;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 12px;
  font-family: inherit;
  color: #0b1d3d;
}
.goldstar-submit__header {
  margin-bottom: 14px;
}
.goldstar-submit__title {
  margin: 0 0 6px 0 !important;
  font-size: 22px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  color: #262262 !important;
  letter-spacing: 0.02em;

}
.goldstar-submit__subtitle {
  margin: 0 !important;
  font-size: 14px !important;
  opacity: 0.75;
}
.goldstar-submit__link {
  font-weight: bolder;
  color: var(--color-goldstar-gold);
  text-decoration: none;
}
.goldstar-form {
  width: 100%;
}
.goldstar-form__grid {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 24px;
  align-items: start;
}
.goldstar-field {
  position: relative;
  margin-bottom: 12px;
}
.goldstar-field__label {
  display: block;
  margin: 0 0 6px 0;
  font-size: 11px;
  letter-spacing: 0.04em;
  font-weight: 800;
  color: #262262;
  text-transform: uppercase;
}
.goldstar-submit form.goldstar-form .goldstar-field__control {
  background: #fff !important;
  color: #afb0b2 !important;
  border: 1px solid rgba(0, 0, 0, 0.16) !important;
  border-radius: 10px !important;
  box-shadow: none !important;
}
.goldstar-field .jcf-select-text {
  color: #afb0b2 !important;
}
.goldstar-field__control {
  width: 100%;
  height: 44px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  background: #fff;
  padding: 0 12px;
  font-size: 13px;
  color: #0b1d3d;
  outline: none;
  box-shadow: none;
  font-family: inherit;
}
.goldstar-field__control::placeholder {
  color: rgba(11, 29, 61, 0.50);
  opacity: 1;
}
.goldstar-field__control:focus {
  border-color: rgba(20, 45, 110, 0.55);
  box-shadow: 0 0 0 3px rgba(20, 45, 110, 0.10);
}
.goldstar-field__control--select {
  padding-right: 34px;
  -webkit-appearance: none;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, rgba(38, 34, 98, 0.75) 50%), linear-gradient(135deg, rgba(38, 34, 98, 0.75) 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
  background-position: calc(100% - 18px) 18px, calc(100% - 12px) 18px, 100% 0;
  background-size: 6px 6px, 6px 6px, 2.5em 2.5em;
  background-repeat: no-repeat;
}
.goldstar-submit--result {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.goldstar-field__control--textarea {
  height: 320px;
  padding: 12px;
  resize: vertical;
  line-height: 1.55;
}
.goldstar-field--tribute {
  margin-bottom: 12px;
}
.goldstar-field__help {
  margin-top: 6px;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.55);
}
.goldstar-field__invalid {
  display: none;
  margin-top: 6px;
  font-size: 11px;
  color: #b00020;
}
.goldstar-upload {
  display: flex;
  align-items: center;
  gap: 10px;
}
.goldstar-upload__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  padding: 0 12px;
  border-radius: 8px;
  background: #262262;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.02em;
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
}
.goldstar-upload__btn:hover {
  filter: brightness(1.05);
}
.goldstar-upload__name {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.65);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 220px;
}
.goldstar-upload__input {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.goldstar-consent {
  border-top: 1px solid rgba(0, 0, 0, 0.10);
  padding-top: 12px;
}
.goldstar-consent__label {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  cursor: pointer;
}
.goldstar-consent__checkbox {
  margin-top: 3px;
  width: 24px;
  height: 33px;
  max-height: 300px !important;
}
.goldstar-consent__text {
  font-weight: 300;
  max-width: 700px;
  font-size: 13px;
  line-height: 1.85;
  color: var(--color-goldstar-gray);
  text-transform: math-auto;
}
.goldstar-consent__invalid {
  display: none;
  margin-top: 8px;
  font-size: 11px;
  color: #b00020;
}
.goldstar-submitbtn {
  padding-top: 10px !important;
  margin-top: 8px;
  width: 120px;
  height: 38px;
  border-radius: 8px;
  border: 0;
  background: #ffa400;
  color: #0b1d3d;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  cursor: pointer;
}
.goldstar-submitbtn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
.goldstar-submitbtn:not(:disabled):hover {
  filter: brightness(1.03);
}
/* validation visuals */
.goldstar-form.gs-was-validated .goldstar-field__control:invalid {
  border-color: rgba(176, 0, 32, 0.55);
  box-shadow: 0 0 0 3px rgba(176, 0, 32, 0.10);
}
.goldstar-form.gs-was-validated .goldstar-field__control:invalid + .goldstar-field__help + .goldstar-field__invalid, .goldstar-form.gs-was-validated .goldstar-field__control:invalid + .goldstar-field__invalid {
  display: block;
}
/* consent invalid display */
.goldstar-form.gs-was-validated .goldstar-consent__checkbox:invalid ~ .goldstar-consent__text ~ .goldstar-consent__invalid, .goldstar-form.gs-was-validated .goldstar-consent__invalid.is-visible {
  display: block;
}
/* responsive */
@media (max-width: 1024px) {
  .goldstar-form__grid {
    grid-template-columns: 340px 1fr;
  }
  .goldstar-field__control--textarea {
    height: 300px;
  }
}
@media (max-width: 820px) {
  .goldstar-form__grid {
    grid-template-columns: 1fr;
  }
  .goldstar-field__control--textarea {
    height: 260px;
  }
}
/* Tribute List */
.goldstar-hr {
  border: 0;
  height: 2px;
  background: #ffa400;
  margin: 10px 0 22px;
}
.goldstar-tributes, .goldstar-tributes * {
  box-sizing: border-box;
}
.goldstar-tributes {
  margin-bottom: 3rem;
  margin-top: 3rem;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.goldstar-tributes .goldstar-tributes__header {
  margin-bottom: 16px;
}
.goldstar-tributes .goldstar-tributes__title {
  margin: 0 0 6px 0 !important;
  font-size: 30px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  color: #262262 !important;
}
.goldstar-tributes .goldstar-tributes__subtitle {
  margin: 0 !important;
  font-size: 14px !important;
  opacity: 0.75;
}
.goldstar-tributes .goldstar-filters {
  margin: 14px 0 18px 0 !important;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 14px;
}
.goldstar-tributes .goldstar-filters__row {
  display: grid !important;
  grid-template-columns: 1fr 220px 260px 120px;
  gap: 12px !important;
}
.goldstar-tributes .goldstar-filters__row--secondary {
  margin-top: 10px;
  grid-template-columns: 160px 1fr;
  align-items: center !important;
}
.goldstar-tributes .goldstar-field {
  position: relative;
}
.goldstar-tributes .goldstar-field__label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.goldstar-tributes .goldstar-field__input, .goldstar-tributes .goldstar-field__select {
  width: 100% !important;
  height: 44px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(0, 0, 0, 0.18) !important;
  font-size: 13px !important;
  outline: none !important;
  background: #fff !important;
  color: #0b1d3d !important;
  font-family: inherit !important;
  line-height: normal !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  box-shadow: none !important;
  background-image: none !important;
}
.goldstar-tributes .goldstar-field__input {
  padding: 0 18px !important;
}
.goldstar-tributes .goldstar-field__select {
  padding: 0 42px 0 18px !important;
}
.goldstar-tributes .goldstar-field__input::placeholder {
  opacity: 1 !important;
  color: rgba(11, 29, 61, 0.45) !important;
}
.goldstar-tributes .goldstar-field__input:focus, .goldstar-tributes .goldstar-field__select:focus {
  border-color: rgba(20, 45, 110, 0.55) !important;
  box-shadow: 0 0 0 3px rgba(20, 45, 110, 0.10) !important;
}
.goldstar-tributes .goldstar-button {
  height: 49px !important;
  border-radius: 10px !important;
  padding: 0 18px !important;
  border: 1px solid transparent !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-image: none !important;
  text-decoration: none !important;
  font-family: inherit !important;
  line-height: 1 !important;
  box-shadow: none !important;
}
.jcf-select .jcf-select-text {
  color: gray !important;
}
.goldstar-tributes .goldstar-button--primary {
  background: var(--color-goldstar-gold) !important;
  color: #fff !important;
}
.goldstar-tributes .goldstar-button--primary:hover {
  filter: brightness(1.05);
}
.goldstar-tributes .goldstar-button--ghost {
  background: #fff !important;
  border-color: rgba(0, 0, 0, 0.18) !important;
  color: #1b1f6a !important;
}
.goldstar-tributes .goldstar-button--ghost:hover {
  background: rgba(0, 0, 0, 0.04) !important;
}
.goldstar-tributes .goldstar-filters__count {
  justify-self: end;
  font-size: 13px !important;
  opacity: 0.65;
  color: #0b1d3d !important;
}
.goldstar-tributes .goldstar-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px !important;
}
.goldstar-tributes .goldstar-card {
  width: 350px;
  border-radius: 0 !important;
  border: 0 !important;
  background: transparent !important;
  overflow: visible !important;
}
.goldstar-tributes .goldstar-card__link {
  display: block !important;
  color: inherit !important;
  text-decoration: none !important;
}
.goldstar-tributes .goldstar-card__media {
  border-radius: 22px !important;
  overflow: hidden !important;
  background: linear-gradient(180deg, #0d2f5a 0%, #0b1d3d 100%) !important;
}
.goldstar-tributes .goldstar-card__media-inner {
  height: 210px !important;
  display: grid !important;
  place-items: center !important;
}
.goldstar-tributes .goldstar-card__img {
  width: 100% !important;
  height: 210px !important;
  object-fit: contain !important;
  display: block !important;
}
.goldstar-tributes .goldstar-card__placeholder {
  width: 100% !important;
  height: 210px !important;
  display: grid !important;
  place-items: center !important;
}
.goldstar-tributes .goldstar-card__svg {
  width: 110px !important;
  height: 110px !important;
  fill: none !important;
  stroke: rgba(160, 220, 255, 0.75) !important;
  stroke-width: 4 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}
.goldstar-tributes .goldstar-card__body {
  padding: 12px 2px 0 2px !important;
}
.goldstar-tributes .goldstar-card__title {
  margin: 10px 0 4px 0 !important;
  font-size: 18px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
  color: #1b1f6a !important;
}
.goldstar-tributes .goldstar-card__rank {
  font-weight: 800 !important;
  letter-spacing: 0.01em;
  margin-right: 6px;
}
.goldstar-tributes .goldstar-card__name {
  font-weight: 700 !important;
}
.goldstar-tributes .goldstar-card__meta {
  font-size: 13px !important;
  color: rgba(0, 0, 0, 0.55) !important;
  opacity: 1 !important;
  margin: 0 0 12px 0 !important;
}
.goldstar-tributes .goldstar-card__meta-line {
  margin: 4px 0 !important;
}
.goldstar-tributes .goldstar-card__desc {
  margin: 0 0 14px 0 !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
  color: rgba(0, 0, 0, 0.70) !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  min-height: 66px;
}
.goldstar-tributes .goldstar-card__cta {
  font-size: 13px !important;
  font-weight: 800 !important;
  color: #f39a18 !important;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
}
.goldstar-tributes .goldstar-card__cta::after {
  content: "" !important;
  display: block !important;
  height: 1px !important;
  width: 100% !important;
  background: rgba(27, 31, 106, 0.55) !important;
  margin-top: 10px !important;
}
.goldstar-tributes .goldstar-card:hover .goldstar-card__media {
  filter: brightness(1.03);
}
.goldstar-tributes .goldstar-card:hover .goldstar-card__cta {
  filter: brightness(1.05);
}
.goldstar-tributes .goldstar-empty {
  margin-top: 18px;
  padding: 14px;
  border: 1px dashed rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  opacity: 0.9;
}
/* Load more */
.goldstar-tributes .goldstar-loadmore {
  margin-top: 22px;
  display: flex;
  justify-content: center;
}
.goldstar-tributes .goldstar-loadmore__btn {
  min-width: 180px;
}
@media (max-width: 1024px) {
  .goldstar-tributes .goldstar-filters__row {
    grid-template-columns: 1fr 200px 220px 120px;
  }
  .goldstar-tributes .goldstar-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .goldstar-tributes .goldstar-card__media-inner, .goldstar-tributes .goldstar-card__img, .goldstar-tributes .goldstar-card__placeholder {
    height: 200px !important;
  }
}
@media (max-width: 640px) {
  .goldstar-tributes .goldstar-filters__row {
    grid-template-columns: 1fr;
  }
  .goldstar-tributes .goldstar-filters__row--secondary {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .goldstar-tributes .goldstar-filters__count {
    justify-self: start;
  }
  .goldstar-tributes .goldstar-grid {
    grid-template-columns: 1fr;
  }
  .goldstar-tributes .goldstar-card__media-inner, .goldstar-tributes .goldstar-card__img, .goldstar-tributes .goldstar-card__placeholder {
    height: 190px !important;
  }
}
.goldstar-tributes input[data-goldstar-name] {
  height: 44px !important;
  width: 100% !important;
  border-radius: 999px !important;
  border: 1px solid #d6d6d6 !important;
  background: #fff !important;
  padding: 0 18px !important;
  font-size: 14px !important;
  font-family: inherit !important;
  color: #0b1d3d !important;
  box-shadow: none !important;
  outline: none !important;
  line-height: 44px !important;
}
.goldstar-tributes input[data-goldstar-name]::placeholder {
  color: rgba(11, 29, 61, 0.55) !important;
  opacity: 1 !important;
  letter-spacing: 0.02em;
}
.goldstar-tributes input[data-goldstar-name]:focus {
  border-color: rgba(20, 45, 110, 0.55) !important;
  box-shadow: 0 0 0 3px rgba(20, 45, 110, 0.10) !important;
}
.goldstar-tributes input[data-goldstar-name]:-webkit-autofill {
  -webkit-text-fill-color: #0b1d3d !important;
  box-shadow: 0 0 0 1000px #fff inset !important;
}
.goldstar-tributes input[data-goldstar-name] {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
/* ------------------------------------------------------------

   Goldstar News Ticker 

------------------------------------------------------------ */
.goldstar-ticker, .goldstar-ticker * {
  box-sizing: border-box;
}
.goldstar-ticker {
  width: 100%;
  background: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  /* box shadow on bottom like comp */
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.12);
}
.goldstar-ticker__button:hover {
  color: white !important;
}
.goldstar-ticker__inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.goldstar-ticker__left {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0; /* allow text to truncate */
  flex: 1 1 auto;
}
.goldstar-ticker__icon {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
}
.goldstar-ticker__stage {
  position: relative;
  min-width: 0;
  flex: 1 1 auto;
}
/* List becomes a â€œsingle line stageâ€; items are layered and faded */
.goldstar-ticker__list {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  height: 28px; /* keeps bar height stable */
  min-width: 0;
}
.goldstar-ticker__item {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 420ms ease, transform 420ms ease;
  pointer-events: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.goldstar-ticker__item.is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.goldstar-ticker__link {
  color: #4a4a4a;
  font-size: 16px;
  line-height: 28px;
  text-decoration: none;
}
.goldstar-ticker__link:hover {
  text-decoration: underline;
}
/* Button (orange pill) */
.goldstar-ticker__right {
  flex: 0 0 auto;
}
.goldstar-ticker__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 18px;
  border-radius: 10px;
  background: var(--color-goldstar-gold);
  color: #fff;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 8px 14px rgba(0, 0, 0, 0.18);
}
.goldstar-ticker__button:hover {
  filter: brightness(1.04);
}
.goldstar-mobile-nav .cms-default-nav li:hover {
  background-color: none !important;
}
/* Responsive */
@media (max-width: 768px) {
  .goldstar-ticker__inner {
    padding: 12px 14px;
    gap: 12px;
  }
  .goldstar-ticker__link {
    font-size: 14px;
  }
  .goldstar-ticker__button {
    height: 38px;
    padding: 0 14px;
  }
}
.mobile-nav-goldstar .cms-default-nav ul li a.has-drop-down-a:after {
  top: -2px;
  background-image: url(https://www.svgrepo.com/show/509899/down-chevron.svg) !important;
}
@media (max-width: 520px) {
  .goldstar-ticker__inner {
    flex-direction: row;
    align-items: stretch;
  }
  .goldstar-ticker__right {
    display: flex;
    justify-content: flex-end;
  }
  .goldstar-ticker__list {
    height: 26px;
  }
  .goldstar-ticker__link {
    line-height: 26px;
  }
}
/* ------------------------------------------------------------

   Gold Star Tribute Hero (Overlay) 

------------------------------------------------------------ */
.goldstar-hero, .goldstar-hero * {
  box-sizing: border-box;
}
.goldstar-hero {
  width: 100%;
}
.goldstar-hero .goldstar-hero__bg {
  position: relative;
  width: 100%;
  min-height: 500px;
  padding: 56px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #5a0f14;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.goldstar-hero .goldstar-hero__overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.goldstar-hero .goldstar-hero__content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 980px;
  text-align: center;
  color: #fff;
}
.goldstar-hero .goldstar-hero__headline {
  margin: 0 0 16px 0 !important;
  font-size: 40px !important;
  line-height: 1.15 !important;
  font-weight: 300 !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff !important;
}
.goldstar-hero .goldstar-hero__body {
  margin: 0 auto 22px auto !important;
  max-width: 900px;
  font-size: 18px !important;
  line-height: 1.6 !important;
  font-weight: 400 !important;
  color: rgba(255, 255, 255, 0.92) !important;
}
.goldstar-hero .goldstar-hero__cta {
  margin-top: 18px;
}
.goldstar-hero .goldstar-hero__button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 44px !important;
  padding: 0 18px !important;
  border-radius: 8px !important;
  background: var(--color-goldstar-gold) !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none !important;
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.18);
  cursor: pointer;
  transition: transform 180ms ease, filter 180ms ease, box-shadow 180ms ease;
}
.goldstar-hero .goldstar-hero__button:hover {
  filter: brightness(1.04);
  transform: translateY(-1px);
  box-shadow: 0 14px 22px rgba(0, 0, 0, 0.22);
}
.goldstar-hero .goldstar-hero__button:active {
  transform: translateY(0);
}
@media (max-width: 1024px) {
  .goldstar-hero .goldstar-hero__bg {
    min-height: 400px;
    padding: 48px 16px;
  }
  .goldstar-hero .goldstar-hero__headline {
    font-size: 34px !important;
  }
  .goldstar-hero .goldstar-hero__body {
    font-size: 16px !important;
  }
}
@media (max-width: 640px) {
  .goldstar-hero .goldstar-hero__bg {
    min-height: 300px;
    padding: 40px 14px;
  }
  .goldstar-hero .goldstar-hero__headline {
    font-size: 28px !important;
    letter-spacing: 0.05em;
  }
  .goldstar-hero .goldstar-hero__body {
    font-size: 15px !important;
  }
  .goldstar-hero .goldstar-hero__button {
    width: 100%;
    max-width: 260px;
  }
}