#wrapper-footer {
    width: 100%; 
}

#wrapper-footer, #wrapper-footer a, #wrapper-footer a:visited, #wrapper-footer a:active {
    text-shadow: none;
}

#wrapper-footer {
    background-color: var(--background-brand-secondary); 
    font-family: var(--allianceno1-regular);
    font-size: var(--div-font-size); 
    font-style: var(--div-font-style); 
    font-weight: var(--div-font-weight); 
    line-height: var(--div-line-height);
    letter-spacing: var(--div-letter-spacing);
}

#wrapper-footer .container {
    padding:1rem;
    display: flex;
    align-items: center;
    flex-direction: row;;
    justify-content: space-between;
    white-space: nowrap;
}

.textnav {
    display: inline-block;
    position: relative;
    /*top: -0.3rem;
    left: 2.6rem;*/
    line-height: 3.1rem;
}

.textbar {
    display: none;
}

.copyright {
    display: block; /*color: #b9b5ae; margin-right: 2.8rem;*/
    margin-left: -1rem;
    font-family: var(--allianceno1-regular);
    color: var(--text-secondary);
    text-align: right;
    font-size: 0.6875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1rem;
    letter-spacing: 0.02rem;
}

#footer-logo2 {
    position: relative;
    top: -0.5rem;
    left: 7.7em;
    height: 20px;
    display: block; 
}

#footer-logo2:focus {
  border: var(--brand-footer-focus-border);
}

#wrapper-footer input[type="button"] {
     fill:var(--header-button-ghost-fill);
     color: var(--header-button-ghost-color);
     font-family: var(--allianceno1-regular);
     font-size: var(--div-font-size);
     font-style: var(--div-font-style);
     font-weight: var(--div-font-weight);
     line-height: var(--div-line-height);
     letter-spacing: var(--div-letter-spacing);
     background-color: var(--background-brand-secondary);
     border: none;
}

#wrapper-footer input[type="button"]:hover {
    cursor:pointer;
}

#wrapper-footer input[type="button"]:focus {
     outline: auto 1px var(--header-button-ghost-focus-border);
}

@media all and (min-width: 650px){
    #wrapper-footer .container {
        padding: 1rem;
        display: flex; 
        flex-direction: row; 
        justify-content: space-between;
        white-space: nowrap;}
}

.footer-item,
.footer-dropdown-item{
  color: var(--icon-secondary);
  font-family:  var(--allianceno1-regular);
  font-size: var(--div-font-size);
  font-style: var(--div-font-style);
  font-weight: var(--div-font-weight);
  line-height: var(--div-line-height);
  letter-spacing: var(--div-letter-spacing);
  text-decoration: none;
}

.footer-copyright {
  color: var(--text-secondary);
  text-align: right;
  font-family: var(--allianceno1-regular);
  font-size: 0.6875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: 0.02rem;
}

.footer-vector {
  width: 100%;
  display: block;
  height: 139px;
  margin-right: auto;
  margin-left: auto;
  overflow: clip;
  object-fit: cover;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: -2;
}

.footer-bottom {
  background-color: var(--background-brand-secondary);
  padding: 0.5rem 1.5rem 2rem .25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
}

.footer-links-group {
  display: flex;
  gap: 24px; /* space between links */
  align-items: center;
}
   
.footer-left {
  display: flex;
  align-items: flex-start;
  position:relative;
  top: -10px;
  flex-wrap: wrap;
}

.footer-right {
  position: relative;
  top: 0.6rem;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  min-width: 180px;
  white-space: nowrap;
}
   
.footer-item {
  display: flex;
  padding: 8px 16px;
  margin-top: 12px;
  align-items: center;
  gap: 8px; 
}

.footer-item:focus-visible {
    outline: auto 1px var(--header-button-ghost-focus-border);
}
   
.arrow {
  display: inline-block;
  font-size: 10px;
  transform: rotate(0deg);
  transition: transform 0.15s ease;
}
   
.arrow.down {
  transform: rotate(180deg); /* Down arrow */
}
 
.icon {
  display: inline-block;
  vertical-align: middle;
}
 
.footer-brand {
  display: flex;
  height: 20px; 
  padding: 0.076px 0px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-bottom: 0.5rem; 
}

.footer-link-wrapper {
  color: var(--text-secondary);
  font-family: var(--allianceno1-regular);
  font-size: var(--div-font-size);
  font-style: var(--div-font-style);
  font-weight: var(--regular-font-weight);
  line-height: var(--div-line-height);
  letter-spacing: var(--div-letter-spacing);
  position: relative;
  display: inline-block;
}

.footer-dropdown-item {
  padding: 15px 16px;
  display: block;
  color: var(--text-secondary) !important;
  font-family: var(--allianceno1-regular);
  text-decoration: none;
  background: var(--footer-menu);
  text-align: left;
  text-decoration: none !important;
  cursor: pointer;
  width: 200px;
}

.footer-dropdown-item:hover {
  background: var(--layer-hover-01);
  color: var(--text-primary) !important;
}

.footer-dropdown-item:active {
  background: var(--layer-active-01);
  color: var(--text-primary) !important;
}

.footer-dropdown-item:focus, .footer-dropdown-item:focus-visible  {
  background: var(--layer-01);
  color: var(--text-secondary) !important;
  border: solid 2px var(--link-border-focus);
  outline: none;
}

.footer-dropdown {
  box-shadow: 0px 2px 6px 0px #0000004D;
  position: absolute;
  left: 10px;
  bottom: 42px; 
  background: #EEF6FE;
  z-index: -1;
  transform: translateZ(0);
  width: max-content;
}

.footer-mdx {
  display: block;
  position: relative;
  z-index:99;
  max-width: 1784px;
  margin-right: auto;
  margin-left: auto;
  margin-top:1rem;
}

.footer-news {
  cursor: pointer;
  text-decoration: none; 
  color: inherit;
}
