:root {
  --theme: #0082d2;
  --themeDark: #3c4d55;
}

body {
  font-family: "system-ui", "Open Sans", Helvetica, Verdana, sans-serif;
  font-size: 13px;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--themeDark);
}

.logoLSCircleLearningSpace {
  background-image: url("../images/logo-ls-circle-learningspace-navy.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 300px;
  aspect-ratio: 5.3;
}

.logoLSCircleLearningSpace.unavLogo {
  margin-left: 78px
}

.unav {
  width: 100%;
  height: 100%;
  overflow: auto;
  font-size: 13px;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  background-image: url("../images/ls-bg-unav.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover
}

.unavContainer {
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 120px
}

.unavLogo {
  margin-left: 78px
}

.unavMessages {
  margin-top: 60px;
  margin-left: 78px
}

.unavMessages .unavReason {
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  color: var(--theme);
}

.unavMessages .unavDetails {
  font-size: 18px;
  font-weight: 200;
}

.unavMessages .unavDetails .unavDetailsSub {
  margin-top: 20px
}

@media all and (max-width: 475px) {
  .unav .unavContainer {
      padding: 40px 20px
  }
  .unav .unavContainer #unav_details {
      font-size: 13px
  }
}

.boldText {
  font-weight: 500;
}

.themeLinkBold {
  color: var(--theme);
  font-weight: 500;
}