* {
  margin: 0;
  padding: 0; }

*:focus {
  outline: none; }

*::-moz-focus-inner {
  border: 0; }

body {
  background: #fafafa;
  font-family: "Lato", sans-serif;
  font-size: 81.25%; }

a {
  color: #0075BF; }
  a:not(:hover):not(:focus):not(:active) {
    text-decoration: none; }

nav {
  position: sticky;
  top: 0;
  background: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  padding: 0 16px;
  z-index: 100; }
  nav ul {
    display: flex;
    align-items: center;
    flex-direction: row;
    max-width: 1024px;
    margin: 0 auto; }
    nav ul li {
      display: block;
      line-height: 56px;
      margin: 0 8px; }
      nav ul li.active a {
        color: #282828; }
        nav ul li.active a:after {
          content: "";
          position: absolute;
          bottom: 0;
          right: 0;
          left: 0;
          height: 2px;
          background: #0075BF; }
      nav ul li a {
        display: flex;
        align-items: center;
        flex-direction: row;
        height: 56px;
        color: #757575;
        text-decoration: none;
        position: relative;
        padding: 8px 8px 0 8px;
        font-size: 16px;
        line-height: 1.25;
        text-align: center; }
        nav ul li a:hover:after, nav ul li a:active:after, nav ul li a:focus:after {
          content: "";
          position: absolute;
          bottom: 0;
          right: 0;
          left: 0;
          height: 2px;
          background: #757575; }
      nav ul li.spacer {
        flex-grow: 1; }
      nav ul li.title a {
        padding: 4px 8px; }
        nav ul li.title a h1 {
          display: inline-block; }
          nav ul li.title a h1 img {
            width: 32px;
            height: 32px;
            vertical-align: bottom; }
          nav ul li.title a h1 span {
            color: #0075BF;
            font-weight: bold;
            font-size: 24px;
            letter-spacing: -1px;
            line-height: 24px;
            margin-left: 4px; }
            @media (max-width: 480px) {
              nav ul li.title a h1 span {
                display: none; } }

header {
  background: #0075BF;
  display: block;
  padding: 32px 0; }
  header h2 {
    font-size: 26px;
    color: #ffffff;
    text-align: center; }
  header p {
    color: #f0f0f0; }

section {
  max-width: 1024px;
  margin: 32px auto;
  padding: 0 32px;
  width: 100%;
  box-sizing: border-box; }
  section.error {
    padding-top: 4rem; }
  section h2 {
    font-size: 26px;
    color: #252525;
    margin-top: 1em; }
  section h3 {
    font-size: 18px;
    color: #252525;
    margin-top: 1em; }
  section p {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    margin-top: 1em; }
  section li {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400; }
  section .centered {
    text-align: center; }
  section ul:not(.cards) {
    margin: 16px 0 16px 32px; }
  section ul.cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: stretch; }
    section ul.cards li {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-items: center;
      width: 256px;
      margin: 0 16px;
      text-decoration: none;
      border-radius: 2px; }
      section ul.cards li h2 {
        font-weight: 300;
        font-size: 22px;
        margin-top: 32px; }
      section ul.cards li p {
        font-weight: 300;
        font-size: 16px;
        margin-bottom: 32px;
        text-align: center; }
      section ul.cards li .img {
        flex-grow: 1;
        display: flex;
        align-items: end; }
        section ul.cards li .img img {
          max-height: 256px;
          max-width: 256px; }
      section ul.cards li a {
        display: inline-block;
        position: relative;
        border: 0 none;
        white-space: nowrap;
        text-align: center;
        text-decoration: none;
        outline: 0 none;
        border-radius: 3px;
        cursor: pointer;
        padding: 8px 16px;
        font-weight: bold;
        line-height: 20px;
        font-size: 14px;
        user-select: none;
        min-width: 88px;
        transition: background-size 500ms cubic-bezier(0.98, 0.005, 0.79, 1.005), background-color 500ms cubic-bezier(0.98, 0.005, 0.79, 1.005), color 500ms cubic-bezier(0.98, 0.005, 0.79, 1.005), box-shadow 300ms;
        background: radial-gradient(circle, rgba(127, 127, 127, 0.1) 10%, transparent 10.001%, transparent) no-repeat center center;
        background-size: 0;
        color: #0075BF;
        margin-top: 16px; }
        section ul.cards li a:hover, section ul.cards li a:focus, section ul.cards li a:active {
          background-color: rgba(127, 127, 127, 0.1);
          background-size: 1200%; }

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