* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 400;
  font-style: normal;
  src: url('/assets/fonts/hendrix/BRHendrix-Regular.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-Regular.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 400;
  font-style: italic;
  src: url('/assets/fonts/hendrix/BRHendrix-RegularItalic.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-RegularItalic.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-RegularItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 500;
  font-style: normal;
  src: url('/assets/fonts/hendrix/BRHendrix-Medium.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-Medium.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 600;
  font-style: normal;
  src: url('/assets/fonts/hendrix/BRHendrix-SemiBold.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-SemiBold.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 700;
  font-style: normal;
  src: url('/assets/fonts/hendrix/BRHendrix-Bold.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-Bold.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'BR Hendrix';
  font-weight: 800;
  font-style: normal;
  src: url('/assets/fonts/hendrix/BRHendrix-Black.woff2') format('woff2'), url('/assets/fonts/hendrix/BRHendrix-Black.woff') format('woff'), url('/assets/fonts/hendrix/BRHendrix-Black.ttf') format('truetype');
}
@font-face {
  font-family: 'icons';
  font-weight: 300;
  font-style: normal;
  src: url('/assets/fonts/lookout-300-light.woff') format('woff'), url('/assets/fonts/lookout-300-light.ttf') format('truetype'), url('/assets/fonts/lookout-300-light.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 400;
  font-style: normal;
  src: url('/assets/fonts/lookout-400-regular.woff') format('woff'), url('/assets/fonts/lookout-400-regular.ttf') format('truetype'), url('/assets/fonts/lookout-400-regular.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 500;
  font-style: normal;
  src: url('/assets/fonts/lookout-500-medium.woff') format('woff'), url('/assets/fonts/lookout-500-medium.ttf') format('truetype'), url('/assets/fonts/lookout-500-medium.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 600;
  font-style: normal;
  src: url('/assets/fonts/lookout-600-semibold.woff') format('woff'), url('/assets/fonts/lookout-600-semibold.ttf') format('truetype'), url('/assets/fonts/lookout-600-semibold.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 700;
  font-style: normal;
  src: url('/assets/fonts/lookout-700-bold.woff') format('woff'), url('/assets/fonts/lookout-700-bold.ttf') format('truetype'), url('/assets/fonts/lookout-700-bold.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 800;
  font-style: normal;
  src: url('/assets/fonts/lookout-800-heavy.woff') format('woff'), url('/assets/fonts/lookout-800-heavy.ttf') format('truetype'), url('/assets/fonts/lookout-800-heavy.svg') format('svg');
}
@font-face {
  font-family: 'icons';
  font-weight: 900;
  font-style: normal;
  src: url('/assets/fonts/lookout-900-ultra.woff') format('woff'), url('/assets/fonts/lookout-900-ultra.ttf') format('truetype'), url('/assets/fonts/lookout-900-ultra.svg') format('svg');
}
body,
html {
  font-family: 'BR Hendrix';
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "ss03" on, "ss01" off, "ss02" off;
}
* ::-moz-selection {
  background: #8595ca;
}
* ::selection {
  background: #8595ca;
}
input {
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
button {
  cursor: pointer;
}
.nav-inner {
  display: flex;
  flex-direction: row;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
#nav-top {
  transition: height 0.25s ease-in-out;
  position: relative;
  z-index: 100;
  width: 100%;
  height: 100px;
  line-height: 80px;
  padding: 20px 0 0;
  top: -20px;
  display: flex;
  flex-direction: row;
  text-align: left;
  white-space: nowrap;
  border-bottom: 1px solid #ddd;
  margin: env(safe-area-inset-top) 0 -20px;
  color: white;
  font-weight: 600;
  border: none;
  background-image: url(/assets/images/texture/huddle-texture.png);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
#nav-top a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#nav-top.attestation,
#nav-top.symptoms,
#nav-top.tracing,
#nav-top.diagnostics {
  height: 80px;
  line-height: 60px;
}
#nav-top.attestation #beacon-name,
#nav-top.symptoms #beacon-name,
#nav-top.tracing #beacon-name,
#nav-top.diagnostics #beacon-name {
  font-size: 18px;
  padding-left: 15px;
}
#nav-top.attestation #logobox,
#nav-top.symptoms #logobox,
#nav-top.tracing #logobox,
#nav-top.diagnostics #logobox {
  width: 60px;
  height: 60px;
}
#nav-top.attestation #logobox-bg,
#nav-top.symptoms #logobox-bg,
#nav-top.tracing #logobox-bg,
#nav-top.diagnostics #logobox-bg {
  width: 60px;
}
#nav-top.attestation #broad,
#nav-top.symptoms #broad,
#nav-top.tracing #broad,
#nav-top.diagnostics #broad {
  width: 64px;
  height: 60px;
  margin: 0 16px 0 auto;
}
#nav-top.symptoms {
  background-image: url(/assets/images/texture/huddle-texture-symptoms.png);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
#nav-top.symptoms #logobox {
  background-image: url(/assets/images/home-button/huddle-home-symptoms.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.symptoms #beacon-name {
  color: #ee6f9a;
}
#nav-top.symptoms #broad {
  background-image: url(/assets/images/broad-logo/huddle-broad-symptoms.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.tracing {
  background-image: url(/assets/images/texture/huddle-texture-tracing.png);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
#nav-top.tracing #logobox {
  background-image: url(/assets/images/home-button/huddle-home-tracing.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.tracing #beacon-name {
  color: #a489ff;
}
#nav-top.tracing #broad {
  background-image: url(/assets/images/broad-logo/huddle-broad-tracing.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.diagnostics {
  background-image: url(/assets/images/texture/huddle-texture-diagnostics.png);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
#nav-top.diagnostics #logobox {
  background-image: url(/assets/images/home-button/huddle-home-diagnostics.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.diagnostics #beacon-name {
  color: #00c9a6;
}
#nav-top.diagnostics #broad {
  background-image: url(/assets/images/broad-logo/huddle-broad-diagnostics.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.attestation #logobox {
  background-image: url(/assets/images/home-button/huddle-home.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#nav-top.attestation #beacon-name {
  color: #3ebbff;
}
body.gradient #nav-top #beacon-name {
  color: white;
  padding-left: 6px;
}
body.gradient #nav-top #beacon-name .module-name {
  display: none;
}
body.gradient.cleared #nav-top.attestation #logobox {
  background-image: url(/assets/images/home-button/huddle-home-cleared.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
body.gradient.not-cleared #nav-top.attestation #logobox {
  background-image: url(/assets/images/home-button/huddle-home-denied.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.view-headline {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  padding: 12px 0;
  height: auto;
  color: white;
  margin-bottom: 40px;
}
.view-headline .view-headline--context {
  color: #8f9bb7;
}
.date-selector-wrap {
  position: relative;
  width: 300px;
  height: 48px;
  background-color: transparent;
}
.date-selector {
  transition: background-color 0.15s ease-in-out;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 100;
  padding: 0;
  width: auto;
  height: 48px;
  background-color: #1c293b;
  cursor: pointer;
}
.date-selector.selecting {
  overflow: auto;
  height: auto;
  max-height: 192px;
  background-color: #1c293b;
  padding: 12px 0;
}
.date-selector.selecting:hover {
  background-color: #1c293b;
}
.date-selector.selecting .date-toggle {
  display: none;
}
.date-selector.selecting .date-opt {
  display: block;
  background-color: #1c293b;
}
.date-selector.selecting .date-opt:before {
  content: "\29C6";
  display: inline-block;
  vertical-align: top;
  font-family: 'icons';
  font-size: 22px;
  font-weight: 400;
  margin-left: 0;
  margin-right: 12px;
  opacity: 0;
}
.date-selector.selecting .date-opt.active:before {
  opacity: 1;
}
.date-selector.selecting .date-opt:hover {
  color: white;
}
.date-selector.selecting .active {
  padding-left: 20px;
  color: white;
}
.date-selector:hover {
  background-color: #25354a;
}
.date-toggle {
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  font-family: 'icons';
  font-size: 18px;
  font-weight: 700;
  color: #57749a;
  margin-right: 16px;
}
.date-opt {
  transition: color 0.15s ease-in-out;
  font-family: 'BR Hendrix';
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
  display: none;
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: auto;
  color: #57749a;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.01rem;
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.date-opt.active {
  display: block;
  padding-left: 48px;
  color: white;
}
.module-name {
  color: #fff;
  margin-left: 8px;
}
#logobox-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 80px;
  height: 100%;
}
#beacon-name {
  font-size: 22px;
  font-weight: 700;
  padding-left: 20px;
}
#logobox {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  background-image: url(/assets/images/home-button/huddle-home-main.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0;
  padding: 0;
  z-index: 2;
  transition: all 0.25s ease-in-out;
}
.nav-p {
  font-weight: 700;
  font-size: 17px;
  margin: 17px 11px 0 0;
}
#title {
  color: white;
  flex-grow: 2;
}
#broad {
  width: 80px;
  height: 80px;
  margin: 0 20px 0 auto;
  background-image: url(/assets/images/broad-logo/huddle-broad.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: auto;
}
.icon {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'icons';
  font-style: normal !important;
  text-transform: none !important;
}
.no-data-header {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  display: none;
  position: absolute;
  z-index: 1000;
  color: #8f9bb7;
}
.no-data-section-header {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  display: none;
  color: #8f9bb7;
}
.singular .plural {
  display: none;
}
body {
  display: flex;
  flex-direction: column;
  background: #0c1326;
  color: #a8c7ff;
}
#main-content {
  display: block;
  margin: 40px auto;
  max-width: 860px;
  padding: 80px;
}
#privacy-wrapper {
  position: relative;
}
#privacy-wrapper h1 {
  color: #a8c7ff;
  display: block;
  font-size: 2em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 0.67em;
          margin-block-end: 0.67em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  font-weight: bold;
}
#privacy-wrapper a,
#privacy-wrapper a:active,
#privacy-wrapper a:focus,
#privacy-wrapper a:visited {
  color: #a8c7ff;
  text-decoration: none;
}
#privacy-wrapper h2 {
  display: block;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 0.67em;
          margin-block-end: 0.67em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  font-weight: bold;
}
#privacy-wrapper h3 {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  color: #fff;
}
#privacy-wrapper p {
  display: block;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  color: #fff;
  letter-spacing: 0.02rem;
  line-height: 1.5;
}
#privacy-wrapper ul {
  -webkit-margin-before: 2.5em;
          margin-block-start: 2.5em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 20px;
          margin-inline-start: 20px;
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
  color: #fff;
}
#privacy-wrapper ul li p {
  margin-top: 0;
}
#privacy-wrapper #last-modified {
  position: absolute;
  top: -15px;
  right: 0;
  color: #a8c7ff;
  text-align: right;
  font-size: 14px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  line-height: 1.4;
}
#privacy-wrapper #last-modified span {
  font-style: italic;
}

