/* Variables  */
/* Aliases  */
.sr-only {
  position: absolute;
  /* Outside the DOM flow */
  height: 1px;
  width: 1px;
  /* Nearly collapsed */
  padding: 0;
  margin: -1px;
  overflow: hidden;
  border: 0;
  left: -9999px;
  text-indent: -5000px;
  clip: rect(1px, 1px, 1px, 1px);
  /* All other browsers */
}

/* Variables  */
/* Aliases  */
*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
code,
em,
img,
small,
strike,
strong,
sub,
sup,
tt,
b,
u,
i,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
canvas,
embed,
footer,
header,
nav,
section,
button,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
}

footer,
header,
nav,
section,
main {
  display: block;
}

body {
  line-height: 1.5;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}

:host(:focus) {
  outline: none !important;
  border: none !important;
}

:host {
  display: flex;
  width: 100%;
  background-color: white;
  justify-content: center;
  align-items: center;
  font-family: "museo-sans", arial, sans-serif;
}

:host(.dark) {
  background-color: #002341;
  color: white;
}

.footer-container {
  padding-top: 64px;
  padding-bottom: 64px;
  width: 100%;
  margin-top: -1px;
  gap: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: transparent;
}
.footer-container.borderTop {
  border-top: 1px solid black;
}
.footer-container .footer-row-1 {
  display: flex;
  gap: 56px;
  flex-direction: row;
  justify-content: center;
}
.footer-container .footer-row-1 > div {
  display: flex;
  flex: 50%;
}
.footer-container .footer-row-2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.footer-container .footer-row-2 > div.accreditations {
  text-align: center;
  justify-content: center;
  align-items: center;
}
.footer-container .footer-row-2 > div.accreditations .accreditation-images {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 58px;
  flex-wrap: wrap;
  gap: var(--bi-scale-4x) var(--bi-scale-2x);
}
.footer-container .footer-row-2 > div.accreditations .accreditation-images a {
  align-items: center;
  display: flex;
}
.footer-container .footer-row-2 > div.accreditations .accreditation-images a:focus-visible {
  border-radius: 4px;
  outline-offset: 2px;
  outline: 1.5px solid var(--bi-primary-50);
  box-shadow: 0 0 0 2px white;
}
.footer-container .footer-row-2 > div.accreditations .accreditation-images span.aascb {
  height: 43px;
  width: 127px;
}
.footer-container .footer-row-2 > div.accreditations .accreditation-images span.equis {
  height: 58px;
  width: 104px;
}
.footer-container .footer-row-2 > div.accreditations .accreditation-images span.amba {
  height: 47px;
  width: 122px;
}
.footer-container .footer-row-2 > div.accreditations .accreditation-images span.logo {
  margin: 0 25px;
  height: 58px;
  display: flex;
  align-self: center;
}
.footer-container .footer-row-2 > div.accreditations .accreditation-images span.logo svg {
  width: inherit;
  height: inherit;
}
.footer-container .footer-row-3 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-container .footer-row-3 > div {
  display: flex;
  margin: 0 25px;
}
.footer-container .footer-row-3 > div a {
  width: 44px;
  height: 44px;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  display: flex;
}
.footer-container .footer-row-3 > div a:hover {
  filter: brightness(50%);
}
.footer-container .footer-row-3 > div a:focus-visible {
  border-radius: 4px;
  outline-offset: 2px;
  outline: 1.5px solid var(--bi-primary-50);
  box-shadow: 0 0 0 2px white;
}
.footer-container .footer-row-4 {
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.footer-container .footer-row-4 .footer-copyright {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  font-family: "museo-slab", serif;
}

@media (max-width: 1440px) {
  .footer-container {
    justify-content: center;
  }
  .footer-container .footer-row-1 {
    flex-direction: column;
    gap: 8px;
  }
  .footer-container .footer-row-1 > div {
    flex: 100%;
  }
}
@media (max-width: 768px) {
  .footer-container {
    gap: 32px;
    align-items: center;
  }
  .footer-container .footer-row-1 {
    flex-direction: column;
    padding-left: 10px;
    padding-top: 48px;
    gap: 48px;
  }
  .footer-container .footer-row-1 > div {
    flex: 100%;
  }
  .footer-container .footer-row-2 {
    flex-wrap: wrap;
    gap: 16px;
    max-width: 450px;
    padding-top: 48px;
    padding-bottom: unset;
    justify-content: center;
    width: 100%;
  }
  .footer-container .footer-row-2 > div {
    flex: 100%;
  }
  .footer-container .footer-row-2 > div.accreditations {
    text-align: left;
  }
  .footer-container .footer-row-2 > div.accreditations .accreditation-images {
    justify-content: center;
  }
  .footer-container .footer-row-2 > div.accreditations .accreditation-images span.logo {
    margin: 0 10px;
  }
  .footer-container .footer-row-2 > div.accreditations .accreditation-images span.aascb {
    height: 34.103px;
    width: 100.724px;
  }
  .footer-container .footer-row-2 > div.accreditations .accreditation-images span.equis {
    height: 46px;
    width: 82px;
  }
  .footer-container .footer-row-2 > div.accreditations .accreditation-images span.amba {
    height: 37.276px;
    width: 96.759px;
  }
  .footer-container .footer-row-3 {
    max-width: 450px;
    flex-wrap: wrap;
    gap: 16px;
    padding-bottom: unset;
    justify-content: center;
    width: 100%;
  }
  .footer-container .footer-row-3 > div {
    margin: 0 10px;
  }
  .footer-container .footer-row-4 {
    max-width: 450px;
    justify-content: center;
    width: 100%;
  }
}