@font-face {
    font-family: "Lora Regular";
    src:url(/static/fonts/Lora-VariableFont_wght.ttf);
}

@font-face {
    font-family: "Lora Bold";
    src:url(/static/fonts/Lora-Bold.ttf);
}

@font-face {
  font-family: "Merriweather Sans";
  src: url(/static/fonts/MerriweatherSans-Regular.ttf);
}

@font-face {
  font-family: "Merriweather Sans Regular";
  src: url(/static/fonts/MerriweatherSans-Regular.ttf);
}

@font-face {
  font-family: "Merriweather Sans Bold";
  src: url(/static/fonts/MerriweatherSans-Bold.ttf);
}

html {
    font-family: "Merriweather Sans Regular", sans-serif;
    min-height: 100vh;
}

body {
    margin: 0;
    line-height: 1.5;
}

body * {
    box-sizing: border-box;
}

.header-bar {
    padding-top: 26px;
    padding-left: 40px;
    padding-right: 36px;
    background: rgb(25, 25, 112);
    height: 110px;
}

#navbar-top {
    height: 50px;
    margin-bottom: 34px;
}

#navbar-top img {
    width: 223px;
    height: 50px;
}

.sticky-menu-bar {
    position: sticky;
    top: 0;
    z-index: 1100;
}

.navigation-menu {
    display: flex;
    flex-flow: column;
    justify-content: center;
    min-height: 64px;
    background: rgb(25, 25, 112);
    padding-left: 40px;
    padding-right: 36px;
}

.navigation-menu-list {
    display: flex;
    flex-flow: row;
    margin: 0;
    width: 100%;
    padding-left: 0;
    list-style: none;
    gap: 4rem;
}

.menu-item {
    display: block;
    min-width: 10rem;
}

.menu-item a, .menu-item a:visited {
    color: white;
    text-decoration: none;
    position: relative;
}

.menu-item a {
    display: block;
    letter-spacing: 0px;
    font-size: 1rem;
    font-weight: bold;
    margin: 0;
    padding: 10px 0px 22px;
    white-space: break-spaces;
    width: max-content;
    height: 100%;
}

.menu-item a:hover:after {
    width: 100%;
    height: 4px;
    content: "";
    background-color: rgb(0, 154, 166);
    display: inline-block;
    position: absolute;
    bottom: -2px;
    left: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: -1px;
}

main {
    flex-grow: 1;
    padding: 0;
}

main article {
    max-width: 1185px;
    margin: 0 auto;
}

.breadcrumb {
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0;
    width: 100%;
    padding: 4ex 0 0;
    margin-bottom: 20px;
    list-style: none;
    border-radius: 4px;
}

.breadcrumb-item:not(:last-child):after{
    padding: 0 5px;
    content: "/ ";
}

.breadcrumb > .active {
    color: rgb(25, 25, 112);
}

.breadcrumb-item {
    display: inline-block;
    position: relative;
    font-family: "Merriweather Sans Regular", sans-serif;
    font-size: 0.875rem;
    line-height: 1.5rem;
    vertical-align: top;
    text-overflow: ellipsis;
    overflow: hidden;
}

.main-content {
    font-size: 0.875rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.main-content h1, .main-content h2 {
    line-height: 30px;
}

.main-content h1 {
    font-family: "Lora Regular", serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: rgb(26, 26, 28);
}

.main-content h2 {
    font-family: "Merriweather Sans Regular", sans-serif;
    font-size: 1.125rem;
    font-weight: normal;
    color: rgb(66, 66, 69);
}

h2.warning-note {
    font-family: "Lora Bold", serif;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.5rem;
}

.main-content hr {
    margin: 1cap 0;
}

.breadcrumbs, .title, .metadata + hr, .decisions, .agenda, .abstract, .notes {
    margin-bottom: 2rem;
}

.metadata {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

@media screen and (max-width: 640px) {
    .metadata {
        flex-wrap: wrap;
    }
}

.metadata-fields {
    flex-grow: 1;
    margin: 0;
}

.metadata-fields div {
    line-height: 1.5rem;
}

.metadata-fields div:not(:last-child) {
    margin-bottom: 4px;
}

.downloads {
    font-family: "Merriweather Sans Regular", sans-serif;
    list-style: none;
    margin: 0;
    padding-left: 0;
    padding-top: 1ex;
}

.download-item {
    display: flex;
    gap: 0.5rem;
    justify-content: space-between;
    margin-bottom: 1ex;
}

.download-box {
    border: 1px solid #4169e2;
    border-radius: 2px;
    cursor: pointer;
    padding: 6px 8px 0;
}

.download-box:first-child {
    flex-grow: 1;
    white-space: nowrap;
}

a.link-static, a.link-static:visited {
    color: #4169e2;
    text-decoration: none;
}

#download-viewer-visibility {
    display: none;
}

.download-viewer-backdrop {
    position: fixed;
    inset: 0px;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1200;
}

.download-viewer {
    display: none;
}

#download-viewer-visibility:checked + .download-viewer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.download-viewer-dialog {
    position: relative;
    width: 94%;
    height: 90%;
    display: flex;
    justify-content: center;
}

.pdf-viewer-autosizer {
    position: relative;
    background-color: white;
    height: 100%;
    width: 100%;
}

@supports (font: -apple-system-body) {
    /* work around PDF stretching in landscape mode on iPads */
    @media only screen and (orientation : landscape) {
        .pdf-viewer-autosizer {
            width: unset;
            aspect-ratio: 21 / 29.7;
        }
    }
}

#pdf-viewer {
    display: flex;
    align-items: center;
    justify-content: center;
}

#pdf-viewer > p {
    margin: 2rem;
}

#download-viewer-close {
    position: absolute;
    width: 32px;
    height: 32px;
    top: -16px;
    right: -16px;
    cursor: pointer;
    background-color: black;
    z-index: 1210;
}

@supports (-moz-appearance:none) {
    #download-viewer-close {
        filter: invert(100%) brightness(110%);
    }
}


section h5 {
    font-family: "Merriweather Sans Regular", sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: rgb(66, 66, 69);
    line-height: 24px;
    margin: auto 0;
}

.term:not(:last-of-type)::after {
    content: ", "
}

.metadata-fields dt {
    display: inline-block;
    font-weight: bold;
}

.metadata-fields dt:after {
    content: ":";
}

.metadata-fields dd {
    display: inline;
    margin-inline-start: 0.2rem;
}

.agenda-items-session {
    font-size: 0.875rem;
    font-weight: normal;
    margin-top: 30px;
}

ul.agenda-items {
    padding-inline-start: 0;
}

.agenda-items li {
    list-style-position: inside;
}

.agenda-items li::marker {
    color: rgb(0, 148, 159);
    font-size: large;
}

.document-blue-area {
	padding: 1px 0px 1px 0px;
	position: relative;
}

.document-blue-area *:first-child {
    margin-top: 2rem;
}

.document-blue-area::before {
	content: "";
	background-color: rgb(240, 243, 255);
	background-position: top;
	background-size: 100%;
	position: absolute;
	margin: 0 auto;
	width: 100vw;
	height: 100%;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
	z-index: -1;
}

.footer {
    background-color: rgb(25,25,112);
    min-height: 415px;
}

640px
