
.top-bar-right div ul li:last-child a { border:1px solid #fff; border-radius:12px; }
.top-bar-right div ul li:last-child a:hover { background:#d7643b; text-decoration:none; border-color:#d7643b;}


/* Import the font from e.g. Google Fonts */
/* Under the hood these services also use the @font-face rule to reference individual font files */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

:root {
  --vpt-theme-headline-font: "Open Sans", sans-serif;
}

.portal__header__content h1 {font-weight:bold;}

[data-vp-component=header] {--_border:none;}

ul.footer__attribution-line--copyright > li:nth-child(2){
display:none;
}