body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

a.button-collapse.top-nav {
  position: absolute;
  text-align: center;
  height: 48px;
  width: 48px;
  top: 0;
  float: none;
  color: #fff;
  font-size: 36px;
  z-index: 999;
  line-height: 80px;
}

main {
  flex: 1 0 auto;
}

header,
main,
footer {
  padding-left: 300px;
}

.container {
  width: 90%;
}

header {
  height: 80px;
}
header a:hover {
  text-decoration: none;
  color: inherit;
}
header .background {
  background: -webkit-linear-gradient(90deg, #3AA17E 10%, #00537E 90%);
  background: linear-gradient(90deg, #3AA17E 10%, #00537E 90%);
}

.email {
  padding-top: 16px;
}

nav .page-title {
  font-size: 36px;
  font-weight: bold;
  line-height: 80px;
}

nav.top-nav {
  height: 80px;
}

.userView .fa {
  background: #ffffff;
  opacity: 0.8;
  color: #009688;
  padding: 5px;
  font-size: 25px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 100%;
}
.userView .fa:hover {
  background: #009688;
  color: #ffffff;
  box-shadow: 0px 0px 4px #000000;
}

footer.page-footer {
  margin-top: 10px;
}
footer.page-footer .row {
  margin-bottom: 0px;
}
footer.page-footer p {
  margin-top: 5px;
}
footer.page-footer a {
  color: #bdbdbd;
}
footer.page-footer a img {
  max-width: 80px;
  max-height: 20px;
  vertical-align: middle;
}
footer.page-footer .host-logos {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
footer.page-footer .host-logos .host-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 24px;
  padding: 4px;
  border-radius: 4px;
  background: var(--logo-bg, rgba(255, 255, 255, 0.85));
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04) inset;
}
footer.page-footer .host-logos .host-logo img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

blockquote {
  border-left-color: teal;
}

main ul:not(.browser-default) {
  padding-left: 40px;
}
main ul:not(.browser-default) li {
  list-style-type: disc;
}

@media only screen and (max-width: 992px) {
  header,
  main,
  footer {
    padding-left: 0;
  }
  nav .nav-wrapper {
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  nav .page-title {
    font-size: 20px;
  }
}

/*# sourceMappingURL=main.css.map */