.skip-to-content-link {
  position: absolute;
  top: -1000px;
  left: -1000px;
  height: 1px;
  width: 1px;
  text-align: left;
  overflow: hidden;
}
.skip-to-content-link:active,
.skip-to-content-link:focus,
.skip-to-content-link:hover {
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  overflow: visible;
}
.screenreader-only {
  position: absolute !important;
  left: -9999px !important;
}
html,
body {
  height: 100%;
}
body {
  background-attachment: fixed;
  position: relative;
  min-height: 100%;
}
@media (max-width: 767px) {
  body {
    padding-right: 0px;
    padding-left: 0px;
  }
}
#outerWrap,
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
}
#outerWrap {
  margin: 0 auto -60px;
}
#globalOuterWrap {
  height: 100%;
}
#push,
#footer {
  height: 60px;
}
@media (max-width: 767px) {
  #footer {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.site-header-ui-kit-wrapper {
  position: relative;
}
.site-header-ui-kit-wrapper .site-header-ui-kit.site-header-ui-kit-absolute {
  position: absolute;
  width: 100%;
  z-index: 1000;
}
#footer_container {
  position: sticky;
  top: 100vh;
}
.grecaptcha-badge {
  z-index: 1;
}
