
:root {
  --ia-font-family: 'Roboto', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
    'Segoe UI Symbol';
}
html {
  font-size: 16px;
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 150px;
}

html,
body {
  font-family: var(--ia-font-family);
}

body {
  overflow-y: scroll;
  margin: 0;
  height: 100vh;
}

.sr-only {
  border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important; /* 1 */
	-webkit-clip-path: inset(50%) !important;
		clip-path: inset(50%) !important;  /* 2 */
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;  
}

.uu-actions a {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}

.uu-actions a:active {
  background: white;
  color: blue;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  overflow: auto;
  margin: 10px;
  padding: 5px;
  font-size: 1.4em;
  z-index: 999;
}

.main-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex-grow: 1;
  background-color: #F2F8FC;
}

header,
footer {
  background-color: #fff;
  border-color: #ccc !important;
  max-height: 150px;
}

header {
  padding: 1em 0;
  border-bottom: 1px solid;
}

footer {
  border-top: 1px solid;
}

footer>.container {
  text-align: center;
}

footer a {
  color: #323232 !important;
}

footer span {
  padding: 0 0.5em;
}




.main-container,
.notfound-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.notfound-container {
  padding: 1rem;
  text-align: center;
}
