@charset "UTF-8";

:root {
	--globelfontsize: 1rem;
	--globlelineheight: 1.625rem;
	--Inter: "Inter", sans-serif;
	--black: #000000;
	--white: #ffffff;
	--yellow: #ED9F10;
	--blue: #142A5A;
	--lightbg: #FCFAF8;
	--bs-primary: #142A5A;
	--primary-color: #142A5A;
	--bluedark:#0D172E;
	--globelcolor: rgba(13, 23, 46, 0.75);
	--yellowlight:rgba(237, 159, 16, 0.25);
}


html {
	scroll-behavior: smooth;
}

html body {
	font-family: var(--Inter);
	font-size: var(--globelfontsize);
	color: var(--globelcolor);
	background-color: var(--white);
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.625rem;
}


  body h1,
  body h2,
  body h3,
  body h4,
  body h5,
  body h6 {
    font-family: var(--Inter);
    font-weight: 500;
    color: var(--bluedark);
  }

  body h1 {
    font-size: 4rem;
	line-height: 4.6rem;
  }

  body h2 {
    font-size: 2.75rem;
	line-height: 3.4375rem;
  }

  body h3 {
    font-size: 1.125rem;
	line-height: 1.75rem;
  }
  body a{
	text-decoration: underline;
  }

  a:hover{
    color: var(--yellow);
  }
:focus-visible {
	outline: 3px solid var(--yellow) !important;
	outline-offset: 2px !important;
	box-shadow: none !important;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus,
[tabindex]:focus {
	outline: 3px solid var(--yellow);
	outline-offset: 2px;
	box-shadow: none;
}

.header-yellow a:focus,
.header-yellow :focus-visible {
	outline: 3px solid var(--white) !important;
}

/* ── Skip links ── */
.skip-links {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
}

.skip-links a {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	background: var(--bluedark);
	color: var(--white);
	padding: 0.75rem 1.25rem;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
	border-radius: 0 0 4px 0;
}

.skip-links a:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
}
[aria-current="page"] {
    font-weight: 700;
    text-decoration: underline;
}

.btn-primary {
	background-color: var(--yellow);
	color: var(--bluedark);
	border: 1px solid var(--yellow);
	font-weight: 500;
}

.btn-primary:hover {
	background-color: var(--bluedark);
	color: var(--white);
	border-color: var(--bluedark);
}
.btn-outline{
	background-color: var(--yellowlight);
	border: 1px solid var(--bluedark);
	color: var(--bluedark);
	font-weight: 500;
}
.btn-outline:hover{
	background-color: var(--bluedark);
	border: 1px solid var(--bluedark);
	color: var(--white);
}

.hover\:text-yellow-600:hover {
	color: var(--yellow) !important;
}

body .border-yellow-500 {
	border-color: var(--yellow);
}

nav a ,.btn-primary, .btn-outline{
	text-decoration: none; 
}

.story-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border: none;
	border-radius: 50%;
	width: 66px;
	height: 66px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	border: 1px solid var(--white);
	padding: 0.5rem;
}

.bg-light {
	background-color: var(--lightbg);
}
.bg-darkblue {
	background-color: var(--bluedark);
}
.bg-yellow {
	background-color: var(--yellow);
}
body .text-primary {
    color: var(--bluedark);
}
body .hover-text-primary:hover {
    color: var(--bluedark);
}
body .hover-bg-darkblue:hover {
	background-color: var(--bluedark);
}

body .text-yellow {
    color: var(--yellow);
}
body .hover-text-yellow:hover {
    color: var(--yellow);
}

.border-white-1 {
	border: 1px solid var(--white);
}
.hover-border-white-1:hover {
	border: 1px solid var(--yellow);
}

  .policy-doc h2{
    font-size: 2rem;
    margin: 2.75rem 0 0.9rem;
    padding:0 0 0.1rem 0;
  }
  .policy-doc h2:first-child{
    margin-top: 0;
    border-top: none;
    padding-top: 0.1rem;
  }
  .policy-doc h3{
    margin: 1.6rem 0 0.6rem;
	font-size: 1.5rem;
  }
  .policy-doc strong{
	color: var(--black);
  }
  .policy-doc p{
    margin: 0 0 1rem;
  }
  .policy-doc ul,
  .policy-doc ol{
    margin: 0 0 1.1rem;
    padding-left: 1.5rem;
	list-style: disc;
  }
  .policy-doc li{
    margin-bottom: 0.5rem;
  }
  .policy-doc a{
    color: var(--blue);
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
	font-weight: bold;
  }
  .policy-doc a:hover{
    color: var(--yellow);
  }
  .policy-doc address{
    font-style: normal;
    padding: 1.1rem 1.25rem;
    background: var(--lightbg);
    border-left: 5px solid var(--blue);
    border-radius: 10px;
    max-width: 40ch;
    line-height: 1.8;
	margin-bottom: 20px;
	color: var(--black);
  }




@media (max-width:767px) {
#primary-nav {
    position: absolute;
    top: 100%;
    background-color: var(--white);
    left: 0;
    right: 0;
    padding: 20px 0;
}
.header-yellow #primary-nav {
    background-color: var(--yellow);
}
body h1 {
    font-size: 3rem;
    line-height: 3.6rem;
}
body h2 {
    line-height: 2.5rem;
}
}