@font-face {
  font-family: "BruumFY-Bold";
  src: url("../../../fonts/BruumFY-Bold.otf") format("opentype");
}

@font-face {
  font-family: "BruumFY-Light";
  src: url("../../../fonts/BruumFY-Light.otf") format("opentype");
}

@font-face {
  font-family: "BruumFY-Regular";
  src: url("../../../fonts/BruumFY-Regular.otf") format("opentype");
}

@font-face {
  font-family: "BruumFY-Bold-Woibex";
  src: url("../../../2019Links/fonts/BruumFY-Bold.otf") format("opentype");
}

:root {
  --gold-soft: #bb9650;
  --red: #eb1d25;
  --black: #050505;
  --text: #111111;
  --muted: #444444;
  --line: #e6e6e6;
  --soft: #f4f4f4;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "BruumFY-Light", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.5;
  color: var(--text);
  background: #ffffff;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-banner img {
  width: 100%;
}

.main-nav {
  background: #000000;
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.nav-toggle {
  display: none;
}

.nav-toggle-btn {
  display: none;
}

.nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-list li {
  position: relative;
}

.nav-list li:not(:last-child)::after {
  content: "|";
  color: #ffffff;
  margin: 0 6px;
}

.nav-list a {
  font-family: "BruumFY-Regular", Arial, sans-serif;
  font-size: 1rem;
  color: #ffffff;
  padding: 6px 2px;
  display: inline-block;
  transition: color 0.2s ease;
}

.nav-list a:hover,
.nav-list a:focus {
  color: var(--gold-soft);
}

.hero {
  display: block;
  min-height: 500px;
  background: #ffffff;
}

.hero-media {
  overflow: hidden;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 22px;
  padding: 60px 70px 60px 30px;
  text-align: center;
}

.hero-seal {
  width: 156px;
  margin: 0 auto;
}

.hero-copy h1 {
  margin: 0;
  font-family: "BruumFY-Bold", Arial, sans-serif;
  font-size: clamp(1.3rem, 1.75vw, 1.6rem);
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
}

.hero-copy h1 span {
  display: block;
}

.hero-date {
  margin: 0;
  color: var(--red);
  font-family: "BruumFY-Bold", Arial, sans-serif;
  font-size: clamp(1.2rem, 1.45vw, 1.7rem);
}

.hero-subtitle {
  max-width: 640px;
  margin: 0 auto;
  font-family: "BruumFY-Light", Arial, sans-serif;
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  line-height: 1.5;
}

.ticker {
  background: var(--soft);
  border-top: 8px solid var(--red);
}

.ticker-inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.ticker p {
  margin: 0;
  font-family: "BruumFY-Regular", Arial, sans-serif;
  font-size: 1.1rem;
}

.gallery-link {
  background: #000000;
  color: #ffffff;
  font-family: "BruumFY-Regular", Arial, sans-serif;
  font-size: 1rem;
  padding: 12px 22px;
  border-radius: 8px;
}

.stats {
  max-width: 1500px;
  margin: 0 auto;
  padding: 36px 30px 28px;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
}

.stat-card {
  padding: 8px 18px 12px;
  text-align: center;
  border-right: 1px solid var(--line);
}

.stat-card:last-child {
  border-right: 0;
}

.stat-card i {
  display: block;
  margin-bottom: 12px;
  font-size: 1.55rem;
  color: #555555;
}

.stat-card strong {
  display: block;
  color: var(--red);
  font-family: "BruumFY-Bold", Arial, sans-serif;
  font-size: clamp(1.8rem, 2.2vw, 2.2rem);
  line-height: 1;
}

.stat-card span {
  display: block;
  margin-top: 8px;
  color: #7a7a7a;
  font-family: "BruumFY-Regular", Arial, sans-serif;
  font-size: 1rem;
}

.section-head {
  max-width: 1500px;
  margin: 0 auto;
  padding: 28px 30px 18px;
  text-align: center;
}

.section-head--primary {
  padding-top: 10px;
}

.section-kicker {
  margin: 0;
  color: var(--red);
  font-family: "BruumFY-Light", Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(1.2rem, 1.5vw, 1.5rem);
  line-height: 1.08;
  letter-spacing: 1px;
}

.section-head h2 {
  margin: 10px 0 16px;
  font-family: "BruumFY-Bold", Arial, sans-serif;
  font-size: clamp(1.8rem, 2.3vw, 2.2rem);
  line-height: 1.15;
}

.section-line {
  width: min(1200px, 100%);
  height: 2px;
  margin: 0 auto 20px;
  background: linear-gradient(90deg, transparent 0%, var(--red) 10%, var(--red) 90%, transparent 100%);
}

.section-intro {
  width: min(1440px, 100%);
  margin: 0 auto;
  font-family: "BruumFY-Light", Arial, sans-serif;
  font-size: clamp(1.08rem, 1.2vw, 1.18rem);
  line-height: 1.55;
  text-align: left;
}

.coming-soon-page .section-intro {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: clamp(1.12rem, 1.2vw, 1.2rem);
  text-align: center !important;
}

.coming-soon-page .hero {
  min-height: 0;
}

.coming-soon-page .hero-media img {
  height: auto;
}

@media (max-width: 900px) {
  .section-intro__break {
    display: none;
  }

}

.section-head-link {
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.section-head-link:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: -3px;
}

.coming-soon-message {
  padding: 36px 30px 72px;
  text-align: center;
  background: #ffffff;
}

.coming-soon-message h1 {
  margin: 0;
  color: #000000;
  font-family: "BruumFY-Bold", Arial, sans-serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.1;
}

.awards-catalogue {
  width: min(1440px, calc(100% - 60px));
  margin: 0 auto;
  padding: 36px 0 72px;
  color: #000000;
  text-align: left;
}

.coming-soon-page .awards-catalogue,
.coming-soon-page .award-detail {
  padding-left: 60px;
}

.awards-catalogue h1,
.awards-catalogue h2 {
  color: #000000;
  font-family: "BruumFY-Bold", Arial, sans-serif;
}

.awards-catalogue h1 {
  margin: 0 0 16px;
  font-size: clamp(1.7rem, 2.6vw, 2.5rem);
  line-height: 1.15;
}

.awards-catalogue h2 {
  margin: 32px 0 12px;
  font-size: clamp(1.35rem, 1.8vw, 1.75rem);
  line-height: 1.2;
}

.awards-catalogue ul {
  margin: 0;
  padding-left: 1.4em;
}

.awards-catalogue li {
  margin-bottom: 8px;
  font-family: "BruumFY-Light", Arial, sans-serif;
  font-size: clamp(1.05rem, 1.25vw, 1.2rem);
  line-height: 1.5;
}

.awards-catalogue li::marker {
  color: #000000;
}

.awards-catalogue li a {
  color: #000000;
  text-decoration: none;
  transition: color 0.2s ease;
}

.awards-catalogue li a:hover,
.awards-catalogue li a:focus-visible {
  color: var(--gold-soft);
  text-decoration: underline;
}

.award-detail {
  width: min(1440px, calc(100% - 60px));
  min-height: 440px;
  margin: 0 auto;
  padding: 42px 0 90px;
  color: #000000;
}

.award-detail[hidden] {
  display: none;
}

.award-detail__back {
  display: inline-block;
  margin-bottom: 46px;
  color: #b07c2c;
  font-family: "BruumFY-Bold-Woibex", "BruumFY-Bold", Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
}

.award-detail__back:hover,
.award-detail__back:focus-visible {
  text-decoration: underline;
}

.award-detail__category {
  margin: 0 0 14px;
  color: #b07c2c;
  font-family: "BruumFY-Bold-Woibex", "BruumFY-Bold", Arial, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
}

.award-detail h1 {
  max-width: none;
  margin: 0 auto 44px;
  color: #000000;
  font-family: "BruumFY-Bold", Arial, sans-serif;
  font-size: 34px;
  line-height: 1.3;
  text-align: center;
}

@media (min-width: 1200px) {
  .award-detail h1 {
    font-size: clamp(26px, 2.2vw, 34px);
    white-space: nowrap;
  }
}

.award-detail h2 {
  max-width: 1600px;
  margin: 30px auto 14px;
  color: #b07c2c;
  font-family: "BruumFY-Bold-Woibex", "BruumFY-Bold", Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

@media (max-width: 560px) {
  .awards-catalogue {
    width: calc(100% - 36px);
    padding: 28px 0 52px;
  }

  .coming-soon-page .awards-catalogue,
  .coming-soon-page .award-detail {
    padding-left: 20px;
  }

  .award-detail {
    width: calc(100% - 36px);
    min-height: 260px;
    padding: 36px 0 56px;
  }

  .award-detail__back {
    margin-bottom: 34px;
  }

  .award-detail h1 {
    margin-bottom: 34px;
    font-size: 28px;
  }

  .award-detail h2 {
    font-size: 21px;
    line-height: 28px;
  }

  .awards-catalogue h2 {
    margin-top: 26px;
  }

  .awards-catalogue li {
    font-size: 1rem;
  }
}

.award-band {
  position: relative;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 2247 / 1044;
  min-height: 0;
  overflow: hidden;
  border-top: 3px solid var(--gold);
  background: #ffffff;
  display: flex;
  align-items: stretch;
}

/* Use whitespace, rather than divider lines, between nomination sections. */
.nomination-page .award-band {
  border-top: 0;
}

.nomination-page .award-band + .award-band {
  margin-top: 16px;
}

.award-band__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  background: #ffffff;
}

.award-band__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.award-band__copy {
  position: relative;
  z-index: 2;
  width: 52%;
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  padding: 60px 70px;
  color: #000000;
  box-sizing: border-box;
}

.award-band--right .award-band__copy {
  margin-right: auto;
  text-align: left;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.88) 55%, rgba(255, 255, 255, 0) 100%);
}

.award-band--left .award-band__copy {
  margin-left: auto;
  text-align: left;
  width: 48%;
  padding-left: 110px;
  padding-right: 50px;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.88) 55%, rgba(255, 255, 255, 0) 100%);
}

.award-band__copy h3 {
  margin: 0;
  font-family: "BruumFY-Bold", Arial, sans-serif;
  font-size: clamp(1.6rem, 2.3vw, 2.2rem);
  line-height: 1.15;
  color: #000000;
}

.award-band__copy p {
  margin: 0;
  max-width: 580px;
  font-family: "BruumFY-Light", Arial, sans-serif;
  font-size: clamp(1.05rem, 1.3vw, 1.2rem);
  line-height: 1.5;
  color: #111111;
}

.award-band__cta {
  display: inline-block;
  align-self: flex-start;
  margin-top: 0.8em;
  padding: 0.9em 1.4em;
  border-radius: 4px;
  background: var(--red);
  color: #ffffff;
  font-family: "BruumFY-Bold", Arial, sans-serif;
  font-size: clamp(1.1rem, 1.2vw, 1.25rem);
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.award-band__cta:hover,
.award-band__cta:focus-visible {
  background: #a81b21;
  color: #ffffff;
  transform: translateY(-1px);
}

@media (max-width: 900px) {
  .award-band__cta {
    align-self: center;
  }
}

@media (max-width: 560px) {
  .award-band__cta {
    padding: 0.7em 1.1em;
    font-size: 0.9rem;
  }
}

.award-band--left .award-band__copy p,
.award-band--left .award-band__copy h3 {
  margin-left: 0;
  margin-right: 0;
}

.award-band__media--full {
  position: relative;
}

.award-band__media--full::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.95) 26%, rgba(255, 255, 255, 0) 58%);
}

.institute-note {
  padding: 38px 30px 30px;
  text-align: center;
}

.institute-note p {
  width: min(1380px, 100%);
  margin: 0 auto;
  color: #000000;
  font-family: "BruumFY-Regular", Arial, sans-serif;
  font-weight: 600;
  font-size: clamp(1.05rem, 1.2vw, 1.2rem);
  line-height: 1.5;
}

.shell {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 30px;
}

/* The page-wide .shell above (max-width/padding) isn't used by the
   footer on index.html; reset it there so footer spacing matches. */
.site-footer > .shell,
.footer-bottom > .shell {
  max-width: none;
  padding: 0;
}

@media (max-width: 1200px) {
  .stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }

  .stat-card {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding-bottom: 20px;
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding: 40px 30px 50px;
  }

  .award-band {
    display: flex;
    flex-direction: column;
    position: static;
    min-height: 0;
    overflow: visible;
  }

  .award-band__media,
  .award-band__media--full,
  .award-band--right .award-band__media,
  .award-band--left .award-band__media {
    position: static;
    inset: auto;
    order: 1;
    width: 100%;
    height: auto;
  }

  .award-band__media img {
    position: static;
    width: 100%;
    height: auto;
    max-height: 480px;
    object-fit: contain;
    aspect-ratio: auto;
  }

  .award-band__copy,
  .award-band--left .award-band__copy,
  .award-band--right .award-band__copy {
    position: static;
    order: 2;
    width: 100%;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    padding: 40px 26px 44px;
    text-align: center;
  }

  .award-band__copy p {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .award-band__media--full::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, #ffffff 100%);
  }
}

@media (max-width: 820px) {
  .main-nav {
    justify-content: flex-end;
    padding: 0 16px;
    min-height: 50px;
    margin-bottom: 22px;
  }

  .nav-toggle-btn {
    display: flex;
    width: 54px;
    height: 54px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
  }

  .nav-toggle-btn span {
    width: 24px;
    height: 2px;
    background: #ffffff;
  }

  .nav-list {
    display: none;
    flex-direction: column;
    align-items: center;
    padding: 0 0 18px;
  }

  .nav-toggle:checked~.nav-list {
    display: flex;
  }

  .nav-list li:not(:last-child)::after {
    display: none;
  }

  .ticker-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-left: 18px;
    padding-right: 18px;
  }.section-head {
    padding-left: 18px;
    padding-right: 18px;
  }
}

@media (max-width: 560px) {
  .nomination-page .section-head .section-kicker {
    font-size: 1.1rem !important;
  }

  .nomination-page .section-head h2 {
    font-size: 1.4rem !important;
  }

  .nomination-page .section-head .section-intro {
    font-size: .95rem !important;
  }
}

/* Phone layout: preserve the same alternating image/copy composition used
   on large screens, scaled proportionally for a narrow viewport. */
@media (max-width: 560px) {
  .nomination-page .award-band,
  .nomination-page .award-band--left,
  .nomination-page .award-band--right {
    position: relative !important;
    display: flex !important;
    flex-direction: row !important;
    width: 100% !important;
    min-height: 220px !important;
    height: auto !important;
    aspect-ratio: 2247 / 1044 !important;
    overflow: hidden !important;
    background: #ffffff !important;
  }

  .nomination-page .award-band__media,
  .nomination-page .award-band__media--full,
  .nomination-page .award-band--left .award-band__media,
  .nomination-page .award-band--right .award-band__media {
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden !important;
  }

  .nomination-page .award-band__media img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center !important;
  }

  .nomination-page .award-band__copy,
  .nomination-page .award-band--left .award-band__copy,
  .nomination-page .award-band--right .award-band__copy {
    position: relative !important;
    inset: auto !important;
    z-index: 2 !important;
    order: initial !important;
    display: flex !important;
    min-height: 100% !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 10px 11px !important;
    justify-content: center !important;
    gap: 4px !important;
    overflow: hidden !important;
    text-align: left !important;
  }

  .nomination-page .award-band--right .award-band__copy {
    width: 52% !important;
    margin-right: auto !important;
    margin-left: 0 !important;
    background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.97) 72%, rgba(255, 255, 255, 0) 100%) !important;
  }

  .nomination-page .award-band--left .award-band__copy {
    width: 48% !important;
    margin-right: 0 !important;
    margin-left: auto !important;
    background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0.97) 72%, rgba(255, 255, 255, 0) 100%) !important;
  }

  .nomination-page .award-band__copy h3,
  .nomination-page .award-band--left .award-band__copy h3,
  .nomination-page .award-band--right .award-band__copy h3 {
    margin: 0 !important;
    color: #000000 !important;
    font-size: 0.72rem !important;
    line-height: 1.12 !important;
    text-align: left !important;
    overflow-wrap: anywhere !important;
  }

  .nomination-page .award-band__copy h3 br {
    display: block !important;
  }

  .nomination-page .award-band__copy p,
  .nomination-page .award-band--left .award-band__copy p,
  .nomination-page .award-band--right .award-band__copy p {
    margin: 0 !important;
    color: #333333 !important;
    font-size: 0.54rem !important;
    line-height: 1.2 !important;
    text-align: left !important;
    overflow-wrap: anywhere !important;
  }

  .nomination-page .award-band__cta {
    align-self: flex-start !important;
    margin-top: 3px !important;
    padding: 0.5em 0.75em !important;
    font-size: 0.62rem !important;
    line-height: 1.1 !important;
  }

  .nomination-page .award-band--smart-cities .award-band__copy,
  .nomination-page .award-band--smart-cities .award-band__copy h3,
  .nomination-page .award-band--smart-cities .award-band__copy p,
  .nomination-page .award-band--citizen-services .award-band__copy,
  .nomination-page .award-band--citizen-services .award-band__copy h3,
  .nomination-page .award-band--citizen-services .award-band__copy p {
    text-align: end !important;
  }

  .nomination-page .award-band--smart-cities .award-band__cta,
  .nomination-page .award-band--citizen-services .award-band__cta {
    align-self: flex-end !important;
  }

  .nomination-page .award-band--citizen-services .award-band__copy h3 {
    font-size: 0.66rem !important;
  }

  .nomination-page .award-band--citizen-services .award-band__copy h3 span {
    white-space: nowrap !important;
  }

  .nomination-page .award-band__copy p {
    width: 88% !important;
    max-width: 88% !important;
  }

  .nomination-page .award-band--right .award-band__copy p {
    margin-right: auto !important;
    margin-left: 0 !important;
  }

  .nomination-page .award-band--left .award-band__copy p {
    margin-right: 0 !important;
    margin-left: auto !important;
  }
}

@media (max-width: 560px) {
  .hero {
    min-height: 0;
  }

  .hero-copy {
    gap: 18px;
  }.hero-seal {
    width: 120px;
  }.stats {
    grid-template-columns: 1fr;
  }

  .section-kicker {
    font-size: 1.1rem;
  }

  .section-head h2 {
    font-size: 1.4rem;
  }

  .award-band__copy h3 {
    font-size: 1.4rem;
  }.award-band__copy p,
.section-intro,
.institute-note p {
    font-size: .95rem;
  }

  .section-intro__break {
    display: none;
  }

  .stat-card strong {
    font-size: 1.5rem;
  }

  .institute-note {
    padding: 30px 20px;
  }

  .institute-note p {
    font-size: 0.95rem;
    line-height: 1.5;
  }

  .institute-note p br {
    display: none;
  }
}

/* .cta and .site-footer are governed entirely by style.css (shared with
   index.html) so they render identically; this only neutralizes the
   line-height inherited from this page's own body{line-height:1.5} rule
   so footer text isn't spaced differently than on index.html. */
.site-footer,
.site-footer p,
.site-footer a,
.site-footer strong {
  line-height: normal;
}

.nomination-page .cta {
  margin-top: 32px !important;
}

/* Restore the nomination criteria header to its original full-width layout.
   The shared homepage stylesheet otherwise turns .section-head into a grid. */
.nomination-page .section-head-link {
  display: block !important;
}

.nomination-page .section-head.section-head--primary {
  display: block !important;
  width: 100% !important;
  max-width: 1500px !important;
  min-height: 0 !important;
  margin: 0 auto !important;
  padding: 10px 30px 18px !important;
  margin-bottom: 32px !important;
  text-align: center !important;
}

.nomination-page .section-head .section-kicker {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  color: var(--red) !important;
  font-family: "BruumFY-Light", Arial, sans-serif !important;
  font-size: clamp(1.2rem, 1.5vw, 1.5rem) !important;
  font-weight: 700 !important;
  line-height: 1.08 !important;
  text-align: center !important;
}

.nomination-page .section-head h2 {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 10px 0 16px !important;
  color: #000000 !important;
  font-family: "BruumFY-Bold", Arial, sans-serif !important;
  font-size: clamp(1.8rem, 2.3vw, 2.2rem) !important;
  line-height: 1.15 !important;
  text-align: center !important;
}

.nomination-page .section-head .section-line {
  display: block !important;
  width: min(1200px, 100%) !important;
  height: 2px !important;
  margin: 0 auto 20px !important;
}

.nomination-page .section-head .section-intro {
  display: block !important;
  width: min(1440px, 100%) !important;
  max-width: none !important;
  margin: 0 auto !important;
  padding: 0 !important;
  color: #111111 !important;
  font-family: "BruumFY-Light", Arial, sans-serif !important;
  font-size: clamp(1.08rem, 1.2vw, 1.18rem) !important;
  line-height: 1.55 !important;
  text-align: left !important;
}

@media (max-width: 820px) {
  .nomination-page .section-head.section-head--primary {
    padding-right: 18px !important;
    padding-left: 18px !important;
  }
}

@media (max-width: 560px) {
  .nomination-page .section-head .section-kicker {
    font-size: 1.1rem !important;
  }

  .nomination-page .section-head h2 {
    font-size: 1.4rem !important;
  }

  .nomination-page .section-head .section-intro {
    font-size: .95rem !important;
  }
}
