@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,200;0,8..60,300;0,8..60,400;0,8..60,500;0,8..60,600;0,8..60,700;0,8..60,800;0,8..60,900;1,8..60,200;1,8..60,300;1,8..60,400;1,8..60,500;1,8..60,600;1,8..60,700;1,8..60,800;1,8..60,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
body {
  font-family: "Source Serif 4", serif;
  font-size: 22px;
  position: relative;
  width: 66vw;
  min-height: 100%;
  margin: auto;
  color: #333;
  padding: 0;
  -webkit-font-smoothing: subpixel-antialiased; }

@media only screen and (max-width: 900px) {
  body {
    width: 100vw; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
  font-weight: 900; }

h1,
h2,
h3 {
  text-transform: uppercase; }

h1 {
  font-size: 2rem;
  padding-top: 2rem;
  padding-bottom: 3rem; }

.content {
  color: inherit;
  font-weight: 400;
  padding: 0 20px 0 20px; }

form {
  font-family: "Lato", sans-serif;
  font-size: 1.2rem;
  max-width: 80%;
  margin: auto;
  border-radius: 3px;
  border: 3px solid #111;
  margin-bottom: 5rem;
  padding: 20px;
  background-color: #f5f6fc; }
  form p {
    font-size: 90%;
    padding: 0 30px; }
  form h2.questtitle {
    padding-left: 30px; }
  form input[type="text"] {
    appearance: none;
    background: #fff;
    border: 2px solid #fff;
    margin-left: 30px;
    height: 20px;
    width: 50%;
    vertical-align: middle;
    position: relative;
    cursor: pointer; }
  form button {
    background-color: #7e90d3;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer; }
    form button:hover {
      background: #a4b1e0;
      transition: background 0.2s; }
  form .item {
    padding: 20px 0;
    width: 90%;
    margin: auto; }
    form .item .question {
      display: block;
      width: 100%; }
    form .item .textanswer {
      width: 100%;
      height: 1.5rem; }
    form .item .qalts {
      display: flex;
      justify-content: space-between; }
      form .item .qalts.long {
        display: block; }
        form .item .qalts.long label {
          display: block; }
      form .item .qalts label {
        padding-top: 10px; }
    form .item label {
      position: relative;
      cursor: pointer; }
      form .item label span {
        padding-left: 3px; }
    form .item input[type="text"] {
      appearance: none;
      background: #fff;
      border: 2px solid #fff;
      margin-top: 5px;
      height: 2em;
      width: 50%;
      vertical-align: text-bottom;
      position: relative;
      cursor: pointer; }
    form .item textarea {
      appearance: none;
      background: #fff;
      border: 2px solid #fff;
      margin-top: 5px;
      height: 5em;
      width: 50%;
      vertical-align: text-bottom;
      position: relative;
      cursor: pointer; }
    form .item input[type="radio"], form .item input[type="checkbox"] {
      appearance: none;
      background: #fff;
      border: 2px solid #777;
      height: 15px;
      width: 15px;
      border-radius: 100%;
      vertical-align: text-bottom;
      position: relative;
      cursor: pointer; }
    form .item input[type="checkbox"] {
      border-radius: 0; }
    form .item input[type="radio"]::before,
    form .item input[type="checkbox"]::before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      overflow: hidden; }
    form .item input[type="radio"]:checked::before,
    form .item input[type="checkbox"]:checked::before {
      border: 5px solid transparent;
      border-radius: 100%;
      background: #7c8bc3; }
    form .item input[type="checkbox"]:checked::before {
      border-radius: 0; }
    form .item input[type="submit"] {
      font-size: 1rem;
      background-color: #7e90d3;
      color: white;
      border: none;
      padding: 20px 60px;
      cursor: pointer; }
      form .item input[type="submit"]:hover {
        background: #a4b1e0;
        transition: background 0.2s; }

@media only screen and (max-width: 600px) {
  form {
    max-width: 100% !important; }
    form .item input[type="text"], form .item textarea {
      width: 100%; } }

.content a {
  color: #666666;
  font-style: italic;
  text-decoration: none;
  transition: background 0.5s;
  padding: 2px;
  border-radius: 3px; }
  .content a.attribution {
    color: #999999;
    display: block;
    font-size: 0.7em;
    font-style: normal;
    text-align: center;
    text-transform: lowercase; }
    .content a.attribution::after {
      content: none; }
    .content a.attribution::hover {
      color: #666666; }
  .content a::after {
    content: "˚"; }
  .content a:hover {
    color: #333;
    background: #bdc1d1; }

table {
  font-family: inherit;
  border-collapse: collapse;
  margin: auto;
  min-width: 50%;
  font-size: 0.9rem;
  border-left-style: hidden; }
  table thead {
    font-family: "Lato", sans-serif;
    font-size: 1.2rem;
    font-variant-caps: all-small-caps;
    border-top: 3px solid #333;
    border-bottom: 3px solid #333; }
  table th,
  table td {
    text-align: left;
    padding: 10px 15px 12px;
    border-right-style: hidden; }
  table tbody tr {
    border-bottom: 1px solid #dddddd; }
  table tbody tr:last-of-type {
    border-bottom: 3px solid #333; }

nav {
  display: flex;
  font-family: "Lato", sans-serif;
  font-size: 1.1rem;
  justify-content: space-between;
  text-transform: uppercase;
  font-weight: 800;
  height: 5rem;
  border-top: 5px solid #333; }
  nav a {
    display: flex;
    color: inherit;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
    transition: background 0.5s; }
    nav a:hover {
      color: inherit;
      background: #bdc1d1; }

code {
  font-size: 1.2rem; }

ul.tool-list {
  list-style-type: none;
  padding: 0; }
  ul.tool-list li {
    display: inline; }

.top-stripe {
  margin-bottom: 2rem;
  border-top: 5px solid #333; }

.bottom-stripe {
  margin-top: 4rem;
  border-top: 5px solid #333; }

.results {
  padding-bottom: 2em; }

figure {
  text-align: center; }
  figure img {
    max-width: 50vw; }
  figure figcaption {
    font-size: 60%; }

/*# sourceMappingURL=style.scss.css.map */