@font-face {
  font-family: 'Carlito';
  src: url("../../lib/fonts/carlito/Carlito-Bold.8bbb6c83c86c.ttf") format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Carlito';
  src: url("../../lib/fonts/carlito/Carlito-BoldItalic.de11d97b80ce.ttf") format('truetype');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Carlito';
  src: url("../../lib/fonts/carlito/Carlito-Italic.68e2684a9cb5.ttf") format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Carlito';
  src: url("../../lib/fonts/carlito/Carlito-Regular.73242c09f5aa.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
/*# sourceMappingURL=fonts.css.map */
.btn,
input[type="button"],
input[type="submit"] {
  cursor: pointer;
  display: inline-block;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  padding: 3px 8px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #333;
  font-size: 13px;
  line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2) 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: 0.1s linear all;
}
.btn:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
  background-position: 0 -15px;
  color: #333;
  text-decoration: none;
}
.btn.primary,
input[type="button"].primary,
input[type="submit"].primary,
.btn.default,
input[type="button"].default,
input[type="submit"].default {
  color: white;
  text-shadow: none;
  background-color: #44679a;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#7E9BC6), to(#44679a));
  background-image: linear-gradient(top, #7E9BC6, #44679a);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7E9BC6', endColorstr='#44679a', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #44679a #44679a #2d4365;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn:active,
input[type="button"]:active,
input[type="submit"]:active {
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25) 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled,
input[type="button"].disabled,
input[type="submit"].disabled {
  cursor: default;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  opacity: 65 / 100;
  filter: alpha(opacity=65);
  -moz-opacity: 65 / 100;
  box-shadow: none;
}
.btn[disabled],
input[type="button"][disabled],
input[type="submit"][disabled] {
  cursor: default;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  opacity: 65 / 100;
  filter: alpha(opacity=65);
  -moz-opacity: 65 / 100;
  box-shadow: none;
}
.btn.large,
input[type="button"].large,
input[type="submit"].large {
  font-size: 130%;
  line-height: normal;
  padding: 9px 14px 9px;
  border-radius: 6px;
}
.btn.small,
input[type="button"].small,
input[type="submit"].small {
  padding: 7px 9px 7px;
  font-size: 11px;
}
.btn.danger,
input[type="button"].danger,
input[type="submit"].danger {
  color: white !important;
  background-color: #c43c35;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #c43c35 #c43c35 #882a25;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
button.btn::-moz-focus-inner,
input[type=submit].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/*# sourceMappingURL=buttons.css.map */
a {
  color: #0000DD;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
body {
  background: #FFFFFF;
  margin: 0;
  font-family: Carlito, Helvetica, Arial, Sans-Serif;
  font-size: 18px;
}
@media screen and (max-width: 720px), screen and (max-device-width: 720px) and (orientation: landscape) {
  body {
    font-size: 14px;
  }
}
footer {
  margin-top: -4em;
  padding: 2em;
  position: relative;
}
footer:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 2em;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
}
footer:before {
  content: "";
  display: block;
  padding: inherit;
  position: absolute;
  left: 0;
  top: 4em;
  right: 0;
  bottom: 0;
}
footer .section-content {
  /* Make sure this is above the shadow at z-index 1. */
  z-index: 2;
}
@media screen and (max-width: 720px), screen and (max-device-width: 720px) and (orientation: landscape) {
  footer {
    margin-top: -2em;
    padding: 1em;
  }
  footer:after {
    margin: 1em;
  }
  footer:before {
    top: 2em;
  }
}
footer:before {
  background: #4388D8;
}
footer > .section-content {
  background: #4B95EB;
  border: 1px #3D76B8 solid;
  border-radius: 0 0 10px 10px;
  color: #FFFFFF;
  display: bock;
  font-size: 14px;
  margin: 0;
  padding: 2em 0.5em 0.5em 0.5em;
  position: relative;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 720px), screen and (max-device-width: 720px) and (orientation: landscape) {
  footer > .section-content {
    text-align: left;
  }
}
footer .nav-groups {
  display: inline-block;
  text-align: left;
}
footer .nav-groups dl {
  display: inline-block;
  margin: 1em 2em;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 720px), screen and (max-device-width: 720px) and (orientation: landscape) {
  footer .nav-groups dl {
    display: block;
    margin: 2em;
  }
  footer .nav-groups dl:first-child {
    margin-top: 0;
  }
}
footer .nav-groups dd {
  font-size: 110%;
  margin: 0.8em 0;
  padding: 0;
}
footer .nav-groups dd a {
  color: #e8f3ff;
}
footer .nav-groups dd a:hover {
  color: white;
  text-decoration: none;
}
footer .nav-groups dd .fa-inverse {
  color: #4B95EB;
}
footer .nav-groups dd .fa-stack {
  margin-left: -2px;
}
footer .nav-groups dt {
  color: #ffffff;
  font-size: 140%;
  margin: 0;
  padding: 0;
}
h1 {
  font-size: 18pt;
  font-weight: normal;
  margin: 0 0 1em 0;
}
h1 img {
  vertical-align: middle;
}
h2 {
  font-size: 160%;
  font-weight: normal;
  margin: 0 0 1em 0;
}
h3 {
  font-size: 140%;
  font-weight: normal;
  margin: 0 0 1em 0;
}
header {
  margin-top: 0em;
  padding: 2em;
  position: relative;
}
header:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 2em;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
}
header:before {
  content: "";
  display: block;
  padding: inherit;
  position: absolute;
  left: 0;
  top: 0em;
  right: 0;
  bottom: 0;
}
header .section-content {
  /* Make sure this is above the shadow at z-index 1. */
  z-index: 2;
}
@media screen and (max-width: 720px), screen and (max-device-width: 720px) and (orientation: landscape) {
  header {
    margin-top: 0em;
    padding: 1em;
  }
  header:after {
    margin: 1em;
  }
  header:before {
    top: 0em;
  }
}
header:before {
  background: #4388D8;
}
header > .section-content {
  background: #4B95EB;
  background-image: radial-gradient(farthest-corner at 0 0, rgba(255, 255, 255, 0.19) 0%, rgba(255, 255, 255, 0) 60%);
  border: 1px #3D76B8 solid;
  border-radius: 10px 10px 0 0;
  color: #FFFFFF;
  padding: 2em;
  position: relative;
}
header > .section-content hgroup {
  max-width: 550px;
  margin: 2em auto 0 auto;
}
header > .section-content hgroup.simple p {
  text-align: center;
}
header > .section-content hgroup h2 {
  margin: 0;
  text-align: center;
}
header > .section-content hgroup h2 + p {
  margin-top: 2em;
}
header > .section-content hgroup img {
  vertical-align: middle;
  margin-right: 0.1em;
}
header > .section-content hgroup p {
  font-size: 120%;
  text-align: justify;
}
header > .section-content hgroup p.small {
  font-size: 80%;
}
nav {
  display: inline;
  line-height: 45px;
  position: absolute;
  right: 3em;
}
nav ul {
  color: #F6F6F6;
  font-size: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
nav ul li {
  display: inline;
  margin: 1em 0.8em;
  padding: 0;
}
nav ul li a {
  color: #FFFFFF;
}
nav ul li a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
nav ul li .current-page {
  color: #FFFFFF;
  font-weight: bold;
}
@media screen and (max-width: 720px), screen and (max-device-width: 720px) and (orientation: landscape) {
  nav {
    display: block;
    position: relative;
    right: 0;
    text-align: center;
  }
  nav ul {
    font-size: 110%;
  }
}
p {
  line-height: 1.5em;
  margin: 0 0 1.5em 0;
}
p:last-child {
  margin-bottom: 0;
}
tt {
  font-size: 90%;
}
ul {
  margin: 1em 0 2em 0;
}
ul li {
  line-height: 1.5;
  margin: 1em 0;
}
#content section {
  margin-top: -4em;
  padding: 2em;
  position: relative;
}
#content section:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 2em;
  border-radius: 0;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
}
#content section:before {
  content: "";
  display: block;
  padding: inherit;
  position: absolute;
  left: 0;
  top: 4em;
  right: 0;
  bottom: 0;
}
#content section .section-content {
  /* Make sure this is above the shadow at z-index 1. */
  z-index: 2;
}
@media screen and (max-width: 720px), screen and (max-device-width: 720px) and (orientation: landscape) {
  #content section {
    margin-top: -2em;
    padding: 1em;
  }
  #content section:after {
    margin: 1em;
  }
  #content section:before {
    top: 2em;
  }
}
#content section:nth-child(2n):before {
  background: #ededed;
  border-top: 1px #dedede solid;
  border-bottom: 1px #dedede solid;
}
#content section:nth-child(2n):last-child:before {
  /* Extend the backdrop to be below the footer. */
  bottom: -2em;
}
#content section:nth-child(2n) > .section-content {
  background: #FAFAFA;
  border-top: 1px #ebebeb solid;
  border-bottom: 1px #ebebeb solid;
}
#content section > .section-content {
  background: white;
  border-left: 1px #A6A6A6 solid;
  border-right: 1px #A6A6A6 solid;
  padding: 3em;
  position: relative;
  zoom: 1;
}
#content section > .section-content:before,
#content section > .section-content:after {
  display: table;
  content: "";
}
#content section > .section-content:after {
  clear: both;
}
#content section > .section-content .section-body {
  padding-left: 2em;
  overflow: hidden;
}
@media screen and (max-width: 720px), screen and (max-device-width: 720px) and (orientation: landscape) {
  #content section > .section-content .section-body {
    padding-left: 0;
    padding-top: 1em;
  }
  #content section > .section-content .section-body p {
    text-align: justify;
  }
}
#content section > .section-content .section-logo {
  float: left;
  text-align: right;
  width: 159px;
}
@media screen and (max-width: 720px), screen and (max-device-width: 720px) and (orientation: landscape) {
  #content section > .section-content .section-logo {
    width: auto;
    text-align: center;
    float: none;
  }
  #content section > .section-content .section-logo img {
    max-width: 50%;
    height: auto;
  }
}
@media screen and (max-width: 720px), screen and (max-device-width: 720px) and (orientation: landscape) {
  #content section > .section-content {
    padding: 2em;
  }
  #content section > .section-content h2 {
    text-align: center;
  }
}
#content section ul:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
#content section ul li {
  margin-bottom: 0;
}
#logo {
  color: #FFFFFF;
  border: 0;
  font-size: 34px;
  font-weight: bold;
  text-decoration: none;
}
#logo h1 {
  display: inline;
  font-size: inherit;
  font-weight: inherit;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  vertical-align: middle;
}
#logo img {
  border: 0;
  display: inline;
  vertical-align: middle;
}
@media screen and (max-width: 720px), screen and (max-device-width: 720px) and (orientation: landscape) {
  #logo {
    display: block;
    text-align: center;
  }
}
#page-wrapper {
  margin: 0 auto;
}
/*# sourceMappingURL=base.css.map */
#frontpage-header img {
  vertical-align: text-bottom;
}
/*# sourceMappingURL=frontpage.css.map */
.opensource-projects tbody th {
  text-align: right;
  white-space: nowrap;
  vertical-align: top;
  padding-right: 0.5em;
}
.opensource-projects tbody td,
.opensource-projects tbody th {
  padding-top: 1em;
}
.opensource-projects thead:first-child th {
  padding-top: 0;
}
.opensource-projects thead th {
  font-size: 120%;
  font-weight: normal;
  text-align: left;
  padding-top: 3em;
  border-bottom: 1px #CCC solid;
}
@media screen and (max-width: 720px), screen and (max-device-width: 720px) and (orientation: landscape) {
  .opensource-projects tbody th {
    margin-top: 0.5em;
    text-align: left;
  }
  .opensource-projects td,
  .opensource-projects th {
    display: block;
  }
}
/*# sourceMappingURL=opensource.css.map */
.privacy-services-list th {
  padding-right: 2em;
  text-align: right;
}
.privacy-data-subprocessors {
  border-collapse: collapse;
  font-size: 90%;
  margin-bottom: 1.5em;
  width: 100%;
}
.privacy-data-subprocessors td {
  border-bottom: 1px #ebebeb solid;
  padding: 0.5em;
  vertical-align: top;
}
.privacy-data-subprocessors th {
  border-bottom: 1px #A6A6A6 solid;
  text-align: left;
  white-space: nowrap;
}
@media screen and (max-width: 720px), screen and (max-device-width: 720px) and (orientation: landscape) {
  .privacy-data-subprocessors,
  .privacy-data-subprocessors tr,
  .privacy-data-subprocessors th,
  .privacy-data-subprocessors td {
    display: block;
  }
  .privacy-data-subprocessors td {
    border-bottom: 0;
    padding: 0;
  }
  .privacy-data-subprocessors td:first-child {
    font-size: 120%;
  }
  .privacy-data-subprocessors td:nth-child(4) {
    margin-top: 0.5em;
  }
  .privacy-data-subprocessors td:nth-child(4):before {
    content: "Requires consent:";
    display: inline-block;
    font-weight: bold;
    margin-right: 0.3em;
  }
  .privacy-data-subprocessors td .subprocessor-services {
    margin-top: 0.5em;
  }
  .privacy-data-subprocessors td .subprocessor-services:before {
    content: "Used by:";
    display: inline-block;
    font-weight: bold;
    margin-right: 0.3em;
  }
  .privacy-data-subprocessors td .subprocessor-services li {
    display: inline-block;
  }
  .privacy-data-subprocessors thead {
    display: none;
  }
  .privacy-data-subprocessors tr {
    margin-top: 2em;
  }
  .privacy-data-subprocessors tr:first-child {
    margin-top: 0;
  }
}
.subprocessor,
.subprocessor-all,
.subprocessor-rbcommons,
.subprocessor-rb,
.subprocessor-rbo,
.subprocessor-demo,
.subprocessor-splat {
  border-radius: 3px;
  list-style: none;
  padding: 3px 6px;
}
.subprocessor-services {
  list-style: none;
  margin: 0;
  padding: 0;
}
.subprocessor-services li {
  margin: 3px 0;
}
.subprocessor-all {
  background-color: #cfeffa;
}
.subprocessor-rbcommons {
  background-color: #d1d7e8;
}
.subprocessor-rb {
  background-color: #fff0c9;
}
.subprocessor-rbo {
  background-color: #d8dfe3;
}
.subprocessor-demo {
  background-color: #fcdbc4;
}
.subprocessor-splat {
  background-color: #fecbd0;
}
/*# sourceMappingURL=privacy.css.map */
#support-header {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
#support-header #company {
  font-size: medium;
  color: #d7eafb;
}
@media screen and (max-width: 720px), screen and (max-device-width: 720px) and (orientation: landscape) {
  #support-header {
    display: block;
    text-align: center;
    margin-top: 0.5em;
  }
}
.support-section {
  width: 70%;
  margin: 0 auto;
}
.support-section .product-logo {
  float: left;
  margin-right: 0.5em;
}
.support-section form input,
.support-section form textarea {
  display: block;
  border: 1px #BBB solid;
  margin: 0.3em 0 0 0;
  padding: 0.3em;
  width: 100%;
  box-sizing: border-box;
}
.support-section form input[type=submit] {
  margin: 0 auto;
  padding: 0.5em 1em;
  width: auto;
}
.support-section form label {
  font-size: 16px;
}
.support-section form label .required {
  color: #888888;
  font-weight: normal;
}
.support-section form p {
  margin: 1em 0;
}
.support-section form .errorlist {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0.5em 0 0 0;
}
.support-section form .errorlist li {
  color: #AA0000;
  font-size: 14px;
  margin: 0;
}
@media screen and (max-width: 720px), screen and (max-device-width: 720px) and (orientation: landscape) {
  .support-section {
    width: auto;
    margin: 0;
  }
}
/*# sourceMappingURL=support.css.map */
.team-member-details {
  margin-bottom: 1em;
  vertical-align: top;
}
.team-member-details h2 {
  margin-bottom: 0;
}
.team-member-details h3 {
  margin-top: 0;
  margin-bottom: 0;
  color: #666;
  font-weight: normal;
  font-size: 100%;
}
@media screen and (max-width: 720px), screen and (max-device-width: 720px) and (orientation: landscape) {
  .team-member-details h3 {
    text-align: center;
  }
}
.team-member-details .social-links {
  font-size: 50%;
  vertical-align: middle;
}
.team-member-details .social-links a {
  color: #4B95EB;
  opacity: 0.9;
}
.team-member-details .social-links a:hover {
  opacity: 1;
}
/*# sourceMappingURL=team.css.map */
dl.alpha-list {
  counter-reset: definitions;
}
dl.alpha-list dt {
  counter-increment: definitions;
  display: inline;
  font-weight: bold;
}
dl.alpha-list dt::before {
  content: "(" counter(definitions, lower-alpha) ") ";
  font-weight: normal;
}
dl.alpha-list dt::after {
  content: " ";
}
dl.alpha-list dd {
  display: inline;
  margin: 0;
}
dl.alpha-list dd::after {
  content: "";
  display: block;
  margin-bottom: 0.75em;
}
/*# sourceMappingURL=tos.css.map */
#page-error {
  font-family: Monospace;
  padding: 1.5em 0;
  text-align: center;
}
/*# sourceMappingURL=404.css.map */