﻿:root {
  --select-border: #777;
  --select-focus: blue;
  --select-arrow: var(--select-border);
}
header {
  background: white;
  color: black;
}
header.sticky-header {
  /*height: 78px;*/
}
header .social-links {
  padding-bottom: 1rem;
  border-bottom: solid 1px lightgray;
  margin-bottom: 1rem;
}
header .social-links a {
  display: inline-block;
  height: 25px;
  width: 25px;
  margin-right: 0.5rem;
}
header .social-links a img {
  max-height: 25px;
  max-width: 25px;
}
header .social-links a:hover img {
  filter: invert(63%) sepia(58%) saturate(467%) hue-rotate(45deg) brightness(97%) contrast(101%);
}
header .language-picker {
  color: black;
  width: 100%;
  min-width: 15ch;
  max-width: 30ch;
  border-radius: 0.25em;
  cursor: pointer;
  background-color: white;
  position: relative;
}
header .language-picker select {
  appearance: none;
  background-color: transparent;
  border: none;
  padding: 0 1.5rem 0 0.5rem;
  margin: 0;
  position: relative;
  left: -0.5rem;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  outline: none;
  color: black;
  z-index: 2;
}
header .language-picker:after {
  display: inline-block;
  position: absolute;
  right: 0.5rem;
  bottom: 33%;
  content: " ";
  width: 0.8em;
  height: 0.5em;
  background-color: black;
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
  z-index: 1;
}
form#formLogout {
  display: inline-block;
}
.login-link a {
  color: black;
  text-decoration: none;
}
.login-link a:hover {
  text-decoration: underline;
}
.hamburger-wrapper a.hamburger {
  position: relative;
  top: 4px;
}
.hamburger-wrapper a.hamburger span.hamburger-line {
  display: block;
  background: #000;
  height: 4px;
  width: 30px;
  margin-bottom: 5px;
}
.hamburger-wrapper a.hamburger span.hamburger-line:last-child {
  margin-bottom: 0;
}
.hamburger-wrapper a.hamburger:hover span.hamburger-line {
  background: #888;
}
@media screen and (max-width: 767.98px) {
  .hamburger-wrapper {
    position: absolute;
    width: auto;
  }
}
#nav-popout {
  color: black;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #nav-popout {
    width: 600px;
  }
}
#nav-popout .offcanvas-body {
  padding: 1rem 2rem 5rem 2rem;
}
@media screen and (min-width: 768px) {
  #nav-popout .offcanvas-body {
    padding: 2rem 6rem;
  }
}
#nav-popout .offcanvas-body a {
  color: black;
  text-decoration: none;
  line-height: 150%;
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  #nav-popout .offcanvas-body a {
    font-size: 1.5rem;
  }
}
#nav-popout .offcanvas-body a:hover {
  text-decoration: underline;
}
footer {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: black;
  color: white;
  font-family: "Open Sans", sans-serif;
}
footer a {
  color: white;
  text-decoration: none;
}
footer a:hover {
  color: white;
  text-decoration: underline;
}
footer .footer-nav-links ul {
  list-style-type: none;
  text-align: left;
  padding-left: 0;
}
footer .footer-nav-links ul li {
  margin-bottom: 1rem;
}
footer .footer-legal-links {
  font-size: 0.85em;
}
footer .footer-legal-links .language-picker {
  color: white;
  min-width: 15ch;
  max-width: 30ch;
  border-radius: 0.25em;
  cursor: pointer;
  background-color: #000;
  position: relative;
  margin-bottom: 2rem;
  width: auto;
  margin-right: auto;
}
@media screen and (min-width: 992px) {
  footer .footer-legal-links .language-picker {
    margin-bottom: 0;
    display: inline-block;
    width: auto;
    margin-right: 0;
  }
}
footer .footer-legal-links .language-picker select {
  appearance: none;
  background-color: transparent;
  border: none;
  padding: 0 1.5rem 0 0.5rem;
  margin: 0;
  position: relative;
  left: -0.5rem;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  outline: none;
  color: white;
  z-index: 2;
}
footer .footer-legal-links .language-picker option {
  color: black;
}
footer .footer-legal-links .language-picker:after {
  display: inline-block;
  position: absolute;
  right: 1.5rem;
  bottom: 33%;
  content: " ";
  width: 0.8em;
  height: 0.5em;
  background-color: white;
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
  z-index: 1;
}
footer .footer-legal-links .legal-links {
  width: auto;
}
@media screen and (min-width: 992px) {
  footer .footer-legal-links .legal-links {
    padding-top: 0px;
    padding-left: 2rem;
    margin-left: 0.5rem;
    border-left: solid 1px white;
    flex-shrink: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {
  footer .footer-legal-links .legal-links {
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  footer .footer-legal-links .legal-links a {
    line-height: 300%;
  }
}
footer .social-links {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  footer .social-links {
    margin-bottom: 20px;
  }
}
footer .social-links a {
  margin: 0 0.5rem;
}
footer .social-links a:first-child {
  margin-left: 0;
}
footer .social-links a img {
  max-height: 25px;
  max-width: 25px;
  filter: invert(100%) sepia(4%) saturate(18%) hue-rotate(239deg) brightness(105%) contrast(100%);
}
footer .social-links a:hover img {
  filter: invert(63%) sepia(58%) saturate(467%) hue-rotate(45deg) brightness(97%) contrast(101%);
}