/* ============================================
   Townsquare Media — TrustHub Privacy Policy
   Custom styles: townsquaremedia.trusthub.com
   Source brand: townsquaremedia.com/privacy
   ============================================ */

/* --------------------------
   Navbar
   -------------------------- */
nav.navbar {
  background-color: #000000;
}

.navbar-brand {
  color: #ffffff;
  font-weight: 500;
  text-decoration: none;
}

.navbar-brand:hover,
.navbar-brand:focus {
  color: #fc0255;
}

.return-link .nav-link {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.return-link .nav-link:hover {
  color: #fc0255;
}

/* --------------------------
   Sidebar / Table of Contents
   -------------------------- */
.sidebar h5 {
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.sidebar a {
  color: #424242;
  font-weight: 700;
  text-decoration: none;
  text-transform: none;
}

.sidebar a:hover {
  color: #fc0255;
}

.sidebar a[aria-current="page"] {
  color: #fc0255;
  border-left: 3px solid #fc0255;
  padding-left: 0.5rem;
}

/* --------------------------
   Page Title (H1)
   -------------------------- */
h1#page-title {
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}

/* --------------------------
   Section Headings (H3)
   TrustHub renders section heads as H3
   -------------------------- */
main#main h3 {
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

/* --------------------------
   Sub-headings (H4, H5 within main)
   -------------------------- */
main#main h4,
main#main h5 {
  color: #404040;
  font-weight: 500;
  text-transform: uppercase;
}

/* --------------------------
   Body / Paragraph Text
   -------------------------- */
body {
  color: #424242;
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

main#main p {
  color: #424242;
  font-size: 16px;
  line-height: 24px;
}

/* --------------------------
   Content Links (TOC anchor links & inline)
   -------------------------- */
main#main a,
main#main a:link {
  color: #fc0255;      /* Townsquare brand red */
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
}

main#main a:visited {
  color: #000000;
}

main#main a:hover,
main#main a:active,
main#main a:focus {
  color: #000000;
  text-decoration: underline;
  outline: 0;
}

/* Inline body links (mailto, external URLs — no uppercase) */
main#main p a[href^="mailto:"],
main#main p a[href^="http"] {
  color: #fc0255;
  text-transform: none;
  font-weight: 400;
  text-decoration: underline;
}

main#main p a[href^="mailto:"]:hover,
main#main p a[href^="http"]:hover {
  color: #000000;
}

/* --------------------------
   Footer
   -------------------------- */
footer {
  color: #666666;
  font-size: 14px;
  text-align: center;
}