.site-ribbon {
  width: 100%;
  height: 40vh;
  background-color: #3F51B5;
  flex-shrink: 0;
}

.site-main {
  margin-top: -35vh;
  flex-shrink: 0;
}

.site-header .mdl-layout__header-row {
  padding-left: 40px;
}

.site-container {
  max-width: 1200px;
  width: calc(100% - 16px);
  margin: 0 auto;
  height: calc(100% - 100px);
}

.site-content {
  border-radius: 2px;
  padding: 20px 56px;
  margin-bottom: 80px;
}

.site-layout.is-small-screen .site-content {
  padding: 40px 28px;
}

.site-content h3 {
  margin-top: 48px;
}

.site-footer {
  padding-left: 40px;
}

.site-footer .mdl-mini-footer--link-list {
  font-size: 13px;
}

.legend {
  padding: 1pt;
  margin-bottom: 0in;
  margin-bottom: .0001pt;
  line-height: normal;
}

.legend > span {
  font-size: 12.0pt;
  font-family:"Arial",sans-serif;
  padding: 2pt;
  font-weight: bold;
}

.title-link {
  color: inherit;
  text-decoration: inherit; /* no underline */
}

.search-box {
  margin-right: 2em;
}

@media screen and (max-width: 819px) {
  .desktop {
    display: none;
  }
}
@media screen and (min-width: 820px) {
  .mobile {
    display: none;
  }
}

.site-logo {
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin-left: -1em;
}

.site-logo > a {
    all: unset;
    cursor: pointer;
}

.mdl-menu a {
   text-decoration: none;
}