article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.portal-home section {
}

.Footer__FooterWrapper {
  background-image: linear-gradient(to right, #fa280f, #ffba3f);
}

.footer * {
  font-size: 14px;
  line-height: 18px;
}

.page-footer {
  color: white;
  text-decoration: none;
  font-weight: 400;
}

.footer .link-row {
  margin-top: 24px;
  display: block;
}

.footer * {
  color: white;
  text-decoration: none;
  font-weight: 400;
}

.footer .link-wrapper {
  display: inline-block;
}

.footer .link-wrapper .link-divider {
  color: white;
}

.portal-home #footer-nav {
  margin-top: 0px;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: black;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.icon-and-label {
  display: flex;
  align-items: center;
}

.icon-and-label .icon-wrapper {
  margin-left: 2px;
}

.icon-and-label .icon-wrapper:first-child {
  margin-left: 0;
}

.icon-and-label .icon {
  display: flex;
  align-content: center;
}

.app-frame section {
  width: 100%;
}

.language-btn.svg-inline--fa.fa-globe.fa-w-16 {
  margin-right: 0;
  width: 20px;
}

@media (max-width: 767px) {
  .footer {
    display: inline-block;
    width: 100%;
  }

  .footer .container {
    padding-top: 22px;
    padding-right: 28px;
    padding-left: 28px;
    padding-bottom: 30px;
    margin-bottom: 80px;
  }

  .footer .container .copyright-text {
    margin-top: 22px;
  }

  .footer-user-navbar {
    background-color: black;
    z-index: 200;
    border-top: 1px solid white;
    display: flex;
    justify-content: center;
    width: 100%;
    position: fixed;
    bottom: 0;
    margin: 0;
    background-image: linear-gradient(to right, #fa280f, #ffba3f);
  }

  .footer-user-navbar button,
  .footer-user-navbar button:hover {
    width: 80px;
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    margin-right: 15px;
    margin-left: 15px;
    font-weight: 500;
    font-size: 12px;
    color: white;
    border: none;
    border-color: #eb4d2c;
    transition: none;
  }

  .footer-user-navbar button.selected,
  .footer-user-navbar button:hover.selected {
    color: #eb4d2c;
    border-top: 4px solid #eb4d2c;
    padding-top: 6px;
    font-weight: 500;
  }

  .footer-user-navbar button .icon-and-label,
  .footer-user-navbar button:hover .icon-and-label {
    flex-direction: column;
  }

  .footer-user-navbar button .icon-and-label .icon,
  .footer-user-navbar button:hover .icon-and-label .icon {
    margin-bottom: 7px;
    margin-right: 0;
  }

  .footer-user-navbar button svg,
  .footer-user-navbar button:hover svg {
    width: 20px;
    fill: white;
  }
}

@media (min-width: 767px) {
  .footer .container {
    padding-top: 28px;
    padding-bottom: 32px;
  }

  .footer .container .copyright-text {
    margin-top: 14px;
  }

  .footer-user-navbar {
    display: none;
  }
}
