@charset "UTF-8";
html, .pure-g, .pure-g [class*=pure-u] {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.small {
  font-size: 0.7em;
  letter-spacing: initial;
}

.page-title, main h2 {
  color: #3F4A5C;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.2;
}

main h3 {
  color: #3F4A5C;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
}

.text p, .text ul {
  color: #3F4A5C;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}

pre {
  background-color: #eee;
  border-radius: 3px;
  padding: 5px;
  overflow: auto;
}

code {
  font-family: courier, monospace;
  white-space: pre-line;
}

.space {
  justify-content: center;
  width: 100%;
}

.center {
  justify-content: center;
}

.left {
  align-self: flex-start;
}

.right {
  align-self: flex-end;
}

.pure-g-end {
  align-self: center;
}

.am-block {
  float: left;
  max-width: 95%;
}

@media screen and (min-width: 637px) {
  .space {
    justify-content: space-between;
  }
  .pure-g-end {
    align-self: flex-end;
  }
}
.nav-title {
  text-transform: uppercase;
  padding: 1rem 0 0;
  color: #444f5b;
  font-weight: 600;
  margin: auto;
  font-weight: bold;
}

.nav-items {
  padding: 0;
  margin: 0.2rem 0 0 0;
  list-style: none;
  font-weight: 600;
}

.nav-items li {
  padding: 0.3rem 0 0 0;
}

.nav-items a {
  text-decoration: none;
  color: #444f5b;
}

.feature a:hover {
  color: #fa824c;
}

.addons a:hover {
  color: #583ebd;
}

.sheet a:hover {
  color: #40a8f7;
}

.feature a:hover:after, .addons a:hover:after, .sheet a:hover:after {
  content: " ➜";
  color: #444f5b;
}

.header {
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
  font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
}

#selector {
  display: inline-block;
  align-self: center;
}

.rs_logo {
  display: inline-block;
}

.home-content {
  margin: 5% auto;
}

.page {
  width: 95%;
  margin: 0 auto;
}

#site-footer {
  padding: 2.5rem 0;
}

@media screen and (min-width: 762px) {
  .page {
    width: 70%;
  }
}
.am-block {
  margin-top: auto;
}

pre.am-block {
  margin: 10px auto;
}

.button {
  background-color: #fff;
  color: #444464;
  border: 2px solid #444464;
  border-radius: 20px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 0.65625rem 1.625rem;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
}

.button-full,
.button-outline:hover,
.button-demo:hover,
.button-demo:focus {
  color: #fff;
  background-color: #444464;
  border-color: #444464;
}

.button-full:hover {
  background-color: #6f4ff0;
  border-color: #6f4ff0;
}

.button-demo {
  font-weight: bold;
  position: relative;
  bottom: -1.5em;
  align-self: center;
}

.btn-container {
  margin-top: 2.5rem;
  width: 100%;
  float: left;
}

.btn-container .button {
  text-transform: uppercase;
  font-weight: bold;
}

.product-cards {
  max-width: 980px;
  margin: 0 auto;
  margin-bottom: 3.125em;
  text-align: center;
}

.product-card {
  border: 1px solid #ddd;
  margin: 0 0.5em 2em;
  padding: 0 0 3em;
  min-height: 278px;
  display: flex;
  flex-direction: column;
}

.product-card-header {
  background: #F6F5FB;
  color: #3F4A5C;
}

.product-card-header h2 {
  display: block;
  font-size: 2.4em;
  padding: 1em 0 1em 0;
  font-weight: 500;
  color: #3F4A5C;
  margin: 0;
}

.product-card-info {
  margin: 0;
  padding: 1em 1em 0 1em;
  text-align: center;
  flex-grow: 1;
}

.pure-img {
  max-width: 350px;
}

#accordion {
  width: 95%;
}

.ui-accordion-header.ui-state-active {
  background-color: #444464;
  border-color: #444464;
  color: white;
}

table, th, td {
  border: 1px solid #ddd;
  padding: 8px;
}

table {
  border-collapse: collapse;
}

table tr:nth-child(even) {
  background-color: #f2f2f2;
}

table th {
  padding: 12px 0 12px 0;
  color: white;
  background-color: #444464;
}/*# sourceMappingURL=style.css.map */