/*
 * Watts Life Technologies, LLC
 *
 * Self-contained: no external stylesheets, fonts, or scripts, so the site
 * renders identically regardless of what a visitor's network allows.
 */

/*
 * Reset and globals
 */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  min-height: 100%;
  margin: 0;
  background-color: #23272b;
  color: #d6dade;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 17px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
}

a:hover,
a:focus {
  color: #fff;
  border-bottom-color: #fff;
}

a:focus-visible {
  outline: 2px solid #8ab4f8;
  outline-offset: 2px;
}

h1, h2, h3 {
  color: #fff;
  font-weight: 600;
  line-height: 1.25;
}

h1 {
  margin: 0 0 20px;
  font-size: 34px;
  letter-spacing: -.01em;
}

h2 {
  margin: 42px 0 14px;
  font-size: 24px;
}

h3 {
  margin: 28px 0 10px;
  font-size: 19px;
}

p {
  margin: 0 0 18px;
}

ul, ol {
  margin: 0 0 18px;
  padding-left: 22px;
}

li {
  margin-bottom: 8px;
}

strong {
  color: #fff;
  font-weight: 600;
}

hr {
  border: 0;
}

.lead {
  color: #e9ecef;
  font-size: 20px;
  line-height: 1.6;
}

.note {
  color: rgba(255, 255, 255, .6);
  font-size: 15px;
}


/*
 * Buttons
 */

.btn {
  display: inline-block;
  padding: 11px 22px;
  margin: 6px 4px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus {
  color: #23272b;
  background-color: #fff;
  border: 1px solid #fff;
}

.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #fff;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, .4);
}

.btn-secondary:hover,
.btn-secondary:focus {
  border-color: #fff;
}


/*
 * Base structure
 */

.site-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.site-main {
  flex: 1 0 auto;
  width: 100%;
}

.inner {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  padding: 30px 20px;
}


/*
 * Header
 */

.masthead {
  flex: 0 0 auto;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.masthead .inner {
  padding-top: 20px;
  padding-bottom: 20px;
}

.masthead-brand {
  display: block;
  margin: 0 0 12px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 0;
}

.masthead-brand:hover,
.masthead-brand:focus {
  border-bottom: 0;
}

.masthead-nav {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.masthead-nav > li {
  margin: 0 18px 0 0;
}

.masthead-nav > li:last-child {
  margin-right: 0;
}

.masthead-nav > li > a {
  display: inline-block;
  padding: 2px 0;
  color: rgba(255, 255, 255, .7);
  font-size: 15px;
  font-weight: 600;
  border-bottom: 2px solid transparent;
}

.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, .35);
}

.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
  border-bottom-color: #fff;
}


/*
 * Home / cover
 */

.cover {
  padding: 20px 0 10px;
  text-align: center;
}

.cover-heading {
  margin-bottom: 18px;
  font-size: 38px;
}

.cover .lead {
  max-width: 620px;
  margin: 0 auto;
}

.cover-actions {
  margin: 26px 0 0;
}


/*
 * Content blocks
 */

.page-intro {
  margin-bottom: 24px;
}

.section-divider {
  margin: 44px 0 0;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.card-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 28px 0;
}

.card {
  display: flex;
  flex: 1 1 220px;
  flex-direction: column;
  padding: 20px 22px;
  text-align: left;
  background-color: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 5px;
}

.card h3 {
  margin-top: 0;
  font-size: 18px;
}

.card p:last-child {
  margin-bottom: 0;
}

.card-links {
  /* Pin the links to the bottom so they line up across cards of unequal length. */
  margin-top: auto;
  padding-top: 16px;
  font-size: 15px;
}

.detail-list {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
}

.detail-list > li {
  margin-bottom: 16px;
}

.detail-label {
  display: block;
  color: rgba(255, 255, 255, .55);
  font-size: 13px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.detail-value {
  color: #fff;
  font-size: 17px;
}


/*
 * Footer
 */

.mastfoot {
  flex: 0 0 auto;
  margin-top: 44px;
  color: rgba(255, 255, 255, .55);
  font-size: 15px;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.mastfoot .inner {
  padding-top: 24px;
  padding-bottom: 28px;
}

.mastfoot p {
  margin-bottom: 6px;
}

.mastfoot a {
  color: rgba(255, 255, 255, .8);
}

.footer-org {
  color: #fff;
}

.footer-sep {
  padding: 0 6px;
  color: rgba(255, 255, 255, .3);
}


/*
 * Responsive
 */

@media (max-width: 619px) {
  /* One card per row on phones, rather than an uneven last row. */
  .card {
    flex-basis: 100%;
  }
}

@media (min-width: 700px) {
  .masthead .inner {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
  }

  .masthead-brand {
    margin-bottom: 0;
  }

  .inner {
    padding-left: 30px;
    padding-right: 30px;
  }

  .site-main .inner {
    padding-top: 46px;
  }

  .cover-heading {
    font-size: 46px;
  }
}
