@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,800,700,600,300);
@-webkit-keyframes hump {
  0% {
    margin-left: 0; }
  50% {
    margin-left: 10px; }
  100% {
    margin-left: 0; } }
@-moz-keyframes hump {
  0% {
    margin-left: 0; }
  50% {
    margin-left: 10px; }
  100% {
    margin-left: 0; } }
@-o-keyframes hump {
  0% {
    margin-left: 0; }
  50% {
    margin-left: 10px; }
  100% {
    margin-left: 0; } }
@keyframes hump {
  0% {
    margin-left: 0; }
  50% {
    margin-left: 10px; }
  100% {
    margin-left: 0; } }
/* Name: Quartz UI
 * Version: 1
 * Author: Joshua Smith
 */
/*------------------GLOBAL RESETS---------------------*/
html {
  visibility: visible !important; }

html, body {
  position: relative;
  height: 100%;
  font-size: 16px;
  line-height: 1.5; }

body {
  font-weight: normal;
  background: #fff;
  color: #444;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", "open-sans", "opensans", sans-serif; }

input, textarea, button {
  color: #555;
  line-height: inherit;
  font-family: inherit; }

*, *:before, *:after {
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: none 0.25s cubic-bezier(0, 0.5, 0.5, 1);
  transition: none 0.25s cubic-bezier(0, 0.5, 0.5, 1); }

h1, h2, h3, h4, h5, h6, dl, dt, dd, div, b, strong, i, em, p, a, ul, ol, li, span, img, input, code, label, blockquote, br, button, caption, table, tr, td, th, div, form, hr, pre, script, select, strike, tbody, textarea, tfoot, thead, small, big, sup, sub, fieldset, legend {
  padding: 0;
  font-size: 1em;
  margin: 0;
  list-style-type: none;
  text-decoration: none;
  text-align: left; }

h1, h2, h3, h4, h5, h6, dl, dt, dd, div, b, strong, i, em, p, a, ul, ol, li, span, img, code, label, blockquote, br, caption, table, tr, td, th, div, form, hr, pre, script, strike, tbody, tfoot, thead, small, big, sup, sub, fieldset, legend {
  background: transparent; }

a {
  text-decoration: none; }

a:hover, a:active, a:focus {
  cursor: pointer;
  text-decoration: underline;
  outline: none; }

a img {
  border: none; }

section, article, header, footer, nav, aside, hgroup, main {
  display: block;
  margin: 0;
  padding: 0; }

abbr, audio, canvas, details, figcaption, figure, mark, meter, output, progress, summary, time, video {
  display: inline;
  margin: 0;
  padding: 0; }

*[hidden] {
  display: none; }

*[hidden] {
  display: none; }

* {
  filter: none !important; }

.nowrap {
  white-space: nowrap; }

.titlecase {
  text-transform: capitalize; }

.caps {
  text-transform: uppercase; }

small {
  font-size: .75em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .0625em; }

.error, .errors {
  color: #f33; }

p:empty {
  display: none; }

/*------------------TYPOGRAPHY RESETS---------------------*/
a, *[data-href] {
  color: #00b9b7;
  cursor: pointer;
  -webkit-transition: color .25s, background-color .25s, border-color .25s;
  -moz-transition: color .25s, background-color .25s, border-color .25s;
  -ms-transition: color .25s, background-color .25s, border-color .25s;
  -o-transition: color .25s, background-color .25s, border-color .25s;
  transition: color .25s, background-color .25s, border-color .25s; }

a:active, a:hover, *[data-href]:hover {
  color: #ff5c1e; }

img, iframe, video, audio {
  max-width: 100%;
  height: auto; }

hr {
  background-color: #eee;
  border: 0 solid #aaa;
  clear: both;
  height: 0;
  margin-bottom: 0;
  border-width: 0 0 2px 0;
  margin: 6rem auto;
  width: 50%; }

p, ul, ol, dl, dd, pre, h1, h2, h3, h4, h5, h6, pre, form, fieldset, table, iframe, blockquote {
  margin: 1rem 0; }

label, ul li, ol li, dl dt, dl dd {
  margin: .5em 0; }

h1, .h1 {
  font-size: 2.25rem;
  line-height: 1.1;
  font-weight: 600; }

h2, .h2 {
  font-size: 2.125rem;
  line-height: 1.1;
  font-weight: 600; }

h3, .h3 {
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 600; }

h4, .h4 {
  font-size: 1.22222rem;
  line-height: 1.3;
  font-weight: bold; }

h5, .h5 {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: bold; }

h6, .h6 {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: bold; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 2.5rem; }

ul, ol {
  border-left: 4px solid #eee;
  padding: 0;
  margin: 3rem 0;
  padding-left: 45px; }
  @media only screen and (min-width: 800px) {
    ul, ol {
      margin-left: -26px; } }

ul ul, ol ol, ul ol, ol ul {
  margin-bottom: 0;
  margin-top: 0; }

ul, ul li {
  list-style: disc; }

ul ul li {
  list-style: circle; }

ol, ol li {
  list-style: decimal; }

ol ol li {
  list-style: lower-alpha; }

ol ol ol li {
  list-style: lower-roman; }

ol ol ol ol li {
  list-style: lower-greek; }

dt, strong, b {
  font-weight: bold; }

cite, em, i {
  font-style: italic; }

strike {
  text-decoration: line-through; }

blockquote {
  font-size: 1.333rem;
  line-height: 1.4;
  font-weight: 400;
  color: #222;
  border-left: 4px solid #ff5c1e;
  font-style: oblique;
  padding: 0;
  margin: 3rem 0;
  padding-left: 30px; }
  @media only screen and (min-width: 800px) {
    blockquote {
      margin-left: -26px; } }

blockquote cite, blockquote em, blockquote i {
  font-style: normal; }

cite {
  color: #aaa;
  display: block;
  border-width: 0; }

cite:before {
  content: "— "; }

cite a {
  color: #aaa; }

cite a:hover, cite a:focus {
  color: #666; }

pre, code {
  /* background: $yellow; color: $slate; */
  border-radius: 5px;
  font-family: "Lucida Console", Monaco, monospace; }

code {
  padding: .125em .325em;
  margin: -.125em 0;
  display: inline-block; }

pre {
  padding: 1em 1.5em;
  overflow: auto; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: pointer; }

sup, sub {
  font-size: .75em;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

fieldset {
  border: 1px solid #ddd;
  padding: 1em 2em;
  border-radius: 5px; }

legend {
  padding: .75em;
  font-weight: normal;
  margin-left: -10px;
  color: #aaa; }

table {
  width: 100%;
  border: 1px solid #e6e6e6;
  border-width: 0 0 1px 0;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 3rem 0; }

table td, table th {
  border: 1px solid #e6e6e6;
  border-width: 1px 0;
  padding: .7em 1em; }

table tr:first-child td, table tr:first-child th {
  border-top-width: 0; }

table tr > *:first-child {
  padding-left: 0; }

table tr > *:last-child {
  padding-right: 0; }

table th {
  font-weight: normal;
  color: #aaa; }

ul h2, ul h3, ul h4, ul h5, ul h6, ol h2, ol h3, ol h4, ol h5, ol h6 {
  margin-bottom: 0;
  display: inline;
  padding-right: .2em; }

ul p, ol p {
  margin-bottom: 0; }

mark {
  border-radius: 4px;
  display: inline-block;
  padding: .125em .25em;
  margin: -.125em 0;
  background: #fe6;
  color: #333; }

iframe, video {
  width: 100%;
  display: block;
  border: none;
  margin: 3rem 0;
  height: 360px; }

hr {
  background: transparent; }

label {
  display: block; }

.ui-label {
  margin: 1em 0 .5em; }

/* resets for all form elements */
.ui-field,
.ui-action {
  background: rgba(0, 0, 0, 0.08) none no-repeat 0 0;
  font-family: inherit;
  vertical-align: top;
  margin: .5em 0;
  color: #333;
  -webkit-appearance: none;
  border-radius: 4px;
  border: 2px solid transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 3em;
  padding: .5em 1em;
  font-weight: 600;
  -webkit-transition: color .25s, background-color .25s, border-color .25s;
  -moz-transition: color .25s, background-color .25s, border-color .25s;
  -ms-transition: color .25s, background-color .25s, border-color .25s;
  -o-transition: color .25s, background-color .25s, border-color .25s;
  transition: color .25s, background-color .25s, border-color .25s; }

/* resets for all fields */
.ui-field {
  display: block;
  display: block;
  width: 100%; }

/* resets for all button elements */
.ui-action {
  white-space: nowrap;
  z-index: auto;
  text-decoration: none !important;
  cursor: pointer;
  width: auto;
  display: inline-block;
  cursor: pointer;
  margin-right: 1px; }

.ui-action-text {
  color: inherit !important;
  background: transparent !important;
  padding-left: .5em;
  padding-right: .5em;
  border-color: transparent !important; }

.ui-action-large, .ui-field-large {
  font-size: 16px;
  height: 3.6em;
  padding: .8em 2.5em;
  border-width: 2px; }

.ui-action-block {
  width: 100% !important;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em; }

.ui-action-link {
  color: #00b9b7 !important;
  background: transparent !important;
  padding-left: .5em;
  padding-right: .5em;
  border-color: transparent !important; }

/* resets for all textareas */
textarea.ui-field {
  height: 10em;
  resize: vertical;
  line-height: 1.5; }

/* resets for all selects */
.ui-select {
  padding: 0;
  padding-right: 0;
  overflow: hidden;
  width: 100%; }

.ui-select:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0 solid rgba(0, 0, 0, 0.75);
  border-width: 0 1px 1px 0;
  display: block;
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -.4em;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.ui-select select {
  cursor: pointer;
  outline: none;
  border-width: 0;
  line-height: 1.5;
  padding: .5em 1em .55em;
  background: transparent;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: inherit;
  color: #333;
  text-indent: 0.01px;
  text-overflow: '';
  width: 115%; }

html.ie .ui-select select {
  width: 150%; }

select[multiple] {
  font-family: inherit;
  color: #333;
  display: block;
  width: 100%;
  height: 10em;
  resize: vertical;
  padding: .667em 1em;
  cursor: pointer; }

.ui-field:hover,
.ui-field:focus,
.ui-field-focus,
.ui-action:hover,
.ui-action:focus,
.ui-action-focus {
  outline: none;
  color: #333;
  border-color: rgba(0, 0, 0, 0.15); }

.ui-action-main {
  color: white;
  background: #00b9b7;
  font-weight: bold;
  border-color: rgba(0, 0, 0, 0.1); }

.ui-action-main:hover,
.ui-action-main:focus {
  color: white; }

input[type="submit"],
input[type="reset"] {
  width: auto;
  overflow: visible; }

input[type="number"]::-webkit-inner-spin-button {
  left: -.5em; }

input[type="search"] {
  border-radius: 1.4em; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

input[type="range"] {
  width: 100%;
  margin: 1em 0; }

input[type="image"]:hover,
input[type="image"]:focus {
  border-color: #bbb;
  box-shadow: none; }

table label {
  margin: 0; }

table input[type],
table textarea {
  margin-top: -.3em;
  margin-bottom: -.3em; }

table label ~ input[type],
table label ~ textarea {
  margin-top: 5px; }

.ui-file {
  overflow: hidden; }

@-moz-document url-prefix() {
  .ui-file span {
    line-height: 1.4;
    display: block; } }
.ui-file input {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 10em;
  margin: -10%;
  background: transparent;
  opacity: .01;
  cursor: pointer; }

.ui-option-label {
  cursor: pointer; }

.ui-option {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  top: -2px;
  margin: 0 .5em 0 0;
  padding: 0; }

.ui-option input {
  opacity: .01;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  top: -4px; }

.ui-radio {
  border-radius: 10px; }

.ui-option .ui-option-icon {
  background: #00b9b7;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -2px;
  left: -2px;
  opacity: 0;
  border: 2px solid transparent; }

.ui-option:hover .ui-option-icon {
  border-color: rgba(0, 0, 0, 0.1); }

.ui-check .ui-option-icon {
  border-radius: 4px; }

.ui-check .ui-option-icon:after {
  content: '';
  width: 4px;
  height: 8px;
  border: 0 solid white;
  border-width: 0 2px 2px 0;
  display: block;
  position: absolute;
  top: 0px;
  left: 4px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.ui-radio .ui-option-icon {
  border-radius: 50%; }

.ui-radio .ui-option-icon:after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: white;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3px 0 0 -3px; }

.ui-option input:checked ~ .ui-option-icon,
.ui-option-checked .ui-option-icon {
  opacity: 1; }

.ui-clear {
  display: block;
  clear: both; }

.ui-shown {
  display: block !important; }

.ui-hidden {
  display: none !important; }

.ui-left {
  float: left; }

.ui-right {
  float: right; }

.ui-center,
.ui-center * {
  text-align: center; }

.ui-overflow {
  overflow: hidden; }

.ui-meta {
  opacity: .5; }

.ui-spacing {
  padding: 2em; }

.ui-padding {
  padding: 2em 0; }

/*------------------FRAMEWORK---------------------*/
.ui-frame {
  margin: 0 auto;
  padding: 0;
  min-height: 100%; }

.ui-cols {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 85%;
  max-width: 1200px; }
  @media only screen and (max-width: 1280px) {
    .ui-cols {
      min-width: 1088px; } }
  @media only screen and (max-width: 1088px) {
    .ui-cols {
      min-width: 100%; } }

.ui-cols:after {
  content: ' ';
  display: table;
  clear: both; }

.ui-cols .ui-col-1, .ui-cols .ui-col-2, .ui-cols .ui-col-3, .ui-cols .ui-col-4, .ui-cols .ui-col-5, .ui-cols .ui-col-6, .ui-cols .ui-col-7, .ui-cols .ui-col-8, .ui-cols .ui-col-9, .ui-cols .ui-col-10, .ui-cols .ui-col-11, .ui-cols .ui-col-12 {
  display: block;
  float: left;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.ui-cols .ui-col-1:after, .ui-cols .ui-col-2:after, .ui-cols .ui-col-3:after, .ui-cols .ui-col-4:after, .ui-cols .ui-col-5:after, .ui-cols .ui-col-6:after, .ui-cols .ui-col-7:after, .ui-cols .ui-col-8:after, .ui-cols .ui-col-9:after, .ui-cols .ui-col-10:after, .ui-cols .ui-col-11:after, .ui-cols .ui-col-12:after {
  content: '';
  display: block;
  width: 1px;
  height: 0; }

.ui-cols .ui-col-1 {
  width: 8.333333333%; }

.ui-cols .ui-col-2 {
  width: 16.666666666%; }

.ui-cols .ui-col-3 {
  width: 25%; }

.ui-cols .ui-col-4 {
  width: 33.333333333%; }

.ui-cols .ui-col-5 {
  width: 41.666666666%; }

.ui-cols .ui-col-6 {
  width: 50%; }

.ui-cols .ui-col-7 {
  width: 58.333333333%; }

.ui-cols .ui-col-8 {
  width: 66.666666666%; }

.ui-cols .ui-col-9 {
  width: 75%; }

.ui-cols .ui-col-10 {
  width: 83.333333333%; }

.ui-cols .ui-col-11 {
  width: 91.666666666%; }

.ui-cols .ui-col-12 {
  width: 100%; }

.ui-cols .ui-skip-1 {
  margin-left: 8.333333333%; }

.ui-cols .ui-skip-2 {
  margin-left: 16.666666666%; }

.ui-cols .ui-skip-3 {
  margin-left: 25%; }

.ui-cols .ui-skip-4 {
  margin-left: 33.333333333%; }

.ui-cols .ui-skip-5 {
  margin-left: 41.666666666%; }

.ui-cols .ui-skip-6 {
  margin-left: 50%; }

.ui-cols .ui-skip-7 {
  margin-left: 58.333333333%; }

.ui-cols .ui-skip-8 {
  margin-left: 66.666666666%; }

.ui-cols .ui-skip-9 {
  margin-left: 75%; }

.ui-cols .ui-skip-10 {
  margin-left: 83.333333333%; }

.ui-cols .ui-skip-11 {
  margin-left: 91.666666666%; }

.ui-cols .ui-skip-12 {
  margin-left: 0; }

.ui-cols .ui-col-right {
  float: right; }

/*------------------MEDIA---------------------*/
@media only screen and (max-width: 800px) {
  html, html body {
    -webkit-text-size-adjust: none; }

  .ui-cols {
    width: auto;
    min-width: 0;
    width: auto; }

  .ui-cols:after {
    display: none; }

  .ui-cols .ui-col-1, .ui-cols .ui-col-2, .ui-cols .ui-col-3, .ui-cols .ui-col-4, .ui-cols .ui-col-5, .ui-cols .ui-col-6, .ui-cols .ui-col-7, .ui-cols .ui-col-8, .ui-cols .ui-col-9, .ui-cols .ui-col-10, .ui-cols .ui-col-11, .ui-cols .ui-col-12 {
    float: none;
    width: auto; }

  .ui-cols .ui-skip-1, .ui-cols .ui-skip-2, .ui-cols .ui-skip-3, .ui-cols .ui-skip-4, .ui-cols .ui-skip-5, .ui-cols .ui-skip-6, .ui-cols .ui-skip-7, .ui-cols .ui-skip-8, .ui-cols .ui-skip-9, .ui-cols .ui-skip-10, .ui-cols .ui-skip-11, .ui-cols.ui-cols .ui-skip-12 {
    margin-left: 0; }

  .ui-cols .ui-col-right {
    float: none; } }
html, body {
  background: #f4f4f4; }

.page {
  overflow: hidden;
  background: #ff6715 url(/assets/images/bg/orange.jpg) repeat 50% 0 fixed;
  background-size: cover;
  max-width: 1480px;
  margin: 0 auto;
  -webkit-transition: -webkit-filter .5s, opacity .5s;
  transition: filter .5s, opacity .5s; }
  body.full .page {
    max-width: none; }

a.ui-action {
  background: white;
  border-color: #00b9b7;
  color: #00b9b7; }

a.ui-action-main {
  background: #00b9b7;
  color: white; }

a.ui-action-white {
  color: white;
  border-color: white;
  background: transparent; }
  a.ui-action-white:hover {
    background: white;
    border-color: white;
    color: #ff5c1e !important; }

main {
  background: white; }

.ui-full {
  overflow: auto; }

table {
  font-size: 0.88888rem; }

.silver {
  background: #f4f4f4; }

.ui-action-main:after,
.ui-action-down:after,
.ui-action-up:after {
  content: '';
  display: inline-block;
  width: .5em;
  height: .5em;
  border: 0 solid;
  border-width: .15em .15em 0 0;
  margin: 0 .5em 0 1em;
  line-height: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.ui-action-down:after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -.1em; }

.avatar {
  border-radius: 50%;
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
  width: 64px; }
  .avatar.avatar-large {
    width: 128px; }
  @media only screen and (max-width: 800px) {
    .avatar {
      max-width: 80px; } }

.title {
  margin-bottom: 5%; }

.code {
  background: #222 !important;
  padding: 2rem 3rem !important;
  border-radius: 6px;
  margin: 3rem 0;
  color: white;
  font-family: monospace;
  text-align: left;
  white-space: pre-wrap !important; }

.code * + .com:before {
  content: "\a"; }

.code .pln:first-child,
.code .pln:first-child + .com:before {
  display: none; }

.promo {
  display: table;
  width: 100%;
  border: 0 solid rgba(0, 0, 0, 0.1); }
  .promo.promo-footer {
    border-width: 2px 0 0; }
  .promo.promo-header {
    border-width: 0 0 2px; }
  .promo > * {
    display: table-cell;
    vertical-align: top;
    padding: 4rem 0; }
  .promo .promo-content {
    padding-right: 50px; }
    .promo .promo-content h1, .promo .promo-content h2, .promo .promo-content h3, .promo .promo-content h4, .promo .promo-content h5, .promo .promo-content h6 {
      margin-top: 0; }
    .promo .promo-content p {
      color: #888; }
    .promo .promo-content h3 {
      font-weight: 400;
      font-style: oblique; }
  .promo .promo-action {
    padding-left: 50px;
    text-align: right; }
  @media only screen and (max-width: 800px) {
    .promo {
      display: block; }
      .promo > * {
        display: block;
        padding: 0 !important;
        margin: 3rem 0; }
      .promo * {
        text-align: center !important; } }

body.adzerk-lightbox-form {
  width: auto;
  padding: 20px 30px;
  background: white;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  body.adzerk-lightbox-form form {
    margin: 0;
    padding: 1rem 0 2rem; }
  body.adzerk-lightbox-form form > *:first-child {
    margin-top: 0; }
  body.adzerk-lightbox-form p {
    margin: .5rem 0; }

.error {
  color: #f33; }

iframe.resource-iframe {
  height: 900px; }

.resource-iframe {
  margin: 1rem 0; }

.pardot-form {
  font-size: .9rem; }
  .pardot-form label {
    font-weight: bold;
    margin: 0; }

.overlay {
  background: rgba(0, 0, 0, 0.15);
  top: 0;
  left: 0;
  z-index: 5000;
  width: 100%;
  height: 100%;
  position: fixed;
  display: table;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  left: -100%;
  transition: opacity .25s ease-out, visibility .25s ease-out;
  transition: opacity .25s ease-out, visibility .25s ease-out; }
  .overlay.overlay-visible {
    opacity: 1;
    visibility: visible;
    left: 0; }
  .overlay .overlay-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
    .overlay .overlay-content .modal {
      display: inline-block;
      max-width: 360px;
      background: white;
      border-radius: 6px;
      padding: 3% 5%;
      -webkit-transition: all .333s ease-out;
      transition: all .333s ease-out;
      -webkit-transition: all .333s ease-out;
      transition: all .333s ease-out; }
      .overlay .overlay-content .modal.minimized {
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5); }
      .overlay .overlay-content .modal.modal-form {
        padding: 0;
        width: 640px;
        max-width: none; }
        @media only screen and (max-width: 800px) {
          .overlay .overlay-content .modal.modal-form {
            width: 80%;
            min-width: 320px; } }
      .overlay .overlay-content .modal .modal-content iframe {
        margin: 0 !important;
        height: 67vh;
        min-height: 360px;
        border-radius: 5px; }
      .overlay .overlay-content .modal .modal-content > *:first-child {
        margin-top: 1rem; }
      .overlay .overlay-content .modal .modal-content a {
        color: #ff5c1e; }
      .overlay .overlay-content .modal .modal-close {
        z-index: 5001;
        width: 24px;
        height: 24px;
        display: block;
        position: absolute;
        text-indent: -9999px;
        top: 0;
        right: 0;
        margin: 2rem;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
        .overlay .overlay-content .modal .modal-close:before, .overlay .overlay-content .modal .modal-close:after {
          content: '';
          display: block;
          position: absolute;
          width: 2px;
          height: 2px;
          background: #333;
          margin: auto;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
        .overlay .overlay-content .modal .modal-close:before {
          width: 100%; }
        .overlay .overlay-content .modal .modal-close:after {
          height: 100%; }

header {
  color: white; }
  header a, header a:hover {
    color: white; }
  header .ui-action {
    border: 2px solid white !important;
    background: rgba(213, 35, 0, 0.5);
    color: white !important;
    font-weight: bold; }
    header .ui-action.ui-action-large {
      font-size: 1.25rem;
      border-radius: 6px;
      margin-top: 2rem; }
      @media only screen and (max-width: 800px) {
        header .ui-action.ui-action-large {
          font-size: 1rem;
          white-space: noral;
          text-align: center; } }
  header nav {
    padding: 3% 0; }
    header nav:after {
      content: ' ';
      display: table;
      clear: both; }
    header nav .header-logo {
      float: left; }
      header nav .header-logo a {
        width: 140px;
        height: 50px;
        top: -.25rem;
        text-indent: -9999px;
        display: block;
        background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPAAAABQCAYAAAAnSfh8AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3NpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1ZGU0Yzg3MS1iZGNkLTQ2NWEtOGViNy0xMzBhZmI3ZDNkYjMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTkyRjk1MDAyMDdCMTFFNEI0MDZERTdCM0YwMjc0QzUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDNBQURBQTgyMDc0MTFFNEI0MDZERTdCM0YwMjc0QzUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NWRlNGM4NzEtYmRjZC00NjVhLThlYjctMTMwYWZiN2QzZGIzIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjVkZTRjODcxLWJkY2QtNDY1YS04ZWI3LTEzMGFmYjdkM2RiMyIvPiA8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) no-repeat 50% 50%;
        background-size: contain; }
    header nav .header-links {
      float: right;
      font-size: 15px;
      font-weight: bold;
      top: -.4em; }
      header nav .header-links a {
        display: inline-block;
        padding: 1em 0;
        margin: 0 1em; }
        [data-page="/learn/"] header nav .header-links a[href="/learn/"], [data-page="/api/"] header nav .header-links a[href="/api/"], [data-page="/pricing/"] header nav .header-links a[href="/pricing/"], [data-page="/solutions/"] header nav .header-links a[href="/solutions/"], header nav .header-links a:hover {
          box-shadow: 0 2px 0 white;
          text-decoration: none; }
      header nav .header-links.button {
        border-color: rgba(255, 255, 255, 0.25);
        margin-left: 8px;
        padding-left: 18px;
        padding-right: 18px;
        border-radius: 28px; }
    header nav .header-menu {
      margin: .75rem .5rem;
      display: none;
      width: 20px;
      height: 12px;
      border: 2px solid #fff;
      border-width: 2px 0;
      float: right;
      text-indent: -9999px; }
      header nav .header-menu:before {
        content: '';
        display: block;
        height: 2px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        background: white; }
      header nav .header-menu a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block; }
    @media only screen and (max-width: 800px) {
      header nav {
        padding: 1.25em 0; }
        header nav .header-menu {
          display: block; }
        header nav .header-links {
          display: none; } }
  header .nav-mobile {
    display: none;
    background: #333;
    font-size: 0.88888rem;
    text-align: center; }
    header .nav-mobile .nav-mobile-content {
      padding: 1rem; }
      header .nav-mobile .nav-mobile-content a {
        color: white;
        display: inline-block;
        padding: .25rem .5rem;
        white-space: nowrap; }
  header .header-content {
    background: rgba(213, 35, 0, 0.4); }
    [data-page="/learn/"] header .header-content {
      display: none; }
    body.learn header .header-content {
      display: none; }
    header .header-content .header-text {
      display: table;
      width: 100%; }
      header .header-content .header-text * {
        margin: 0;
        padding: 0;
        border-width: 0; }
      header .header-content .header-text > * {
        display: table-cell;
        vertical-align: bottom;
        padding: 3.5rem 0 4.25rem; }
      header .header-content .header-text h1 {
        max-width: 800px; }
      header .header-content .header-text ul {
        white-space: nowrap;
        text-align: right;
        padding-left: 8%;
        padding-bottom: 0; }
        header .header-content .header-text ul li {
          display: inline-block;
          list-style-type: none; }
          header .header-content .header-text ul li a {
            display: block;
            color: #742401;
            overflow: hidden;
            padding: 0 1rem 4.75rem;
            font-weight: bold;
            top: .75rem; }
            header .header-content .header-text ul li a.selected {
              color: white; }
              header .header-content .header-text ul li a.selected:after {
                content: '';
                position: absolute;
                width: 0;
                height: 0;
                bottom: 0;
                left: 50%;
                margin-left: -24px;
                border: 0 solid transparent;
                border-width: 0 24px 24px 24px;
                border-bottom-color: white; }
          header .header-content .header-text ul li:first-of-type:last-of-type a {
            color: white; }
      @media only screen and (max-width: 800px) {
        header .header-content .header-text {
          display: block; }
          header .header-content .header-text > * {
            display: block;
            padding: 2rem 0 2.5rem; }
          header .header-content .header-text h1, header .header-content .header-text ul {
            text-align: center; }
          header .header-content .header-text ul {
            padding: 0 0 2rem;
            margin-top: 0;
            white-space: normal; }
          header .header-content .header-text h1 + ul {
            margin-top: -1rem; }
          header .header-content .header-text ul li a {
            padding: .25rem 1rem; }
          header .header-content .header-text ul li a:after {
            display: none; } }
    header .header-content.header-content-slim {
      padding: .5rem 0 1rem; }
      header .header-content.header-content-slim h1 {
        font-size: 1.5rem;
        font-weight: bold;
        letter-spacing: 0;
        top: -.125em; }
      header .header-content.header-content-slim .header-text > * {
        padding: 2rem 0; }
      header .header-content.header-content-slim .header-text ul li a {
        padding: 0;
        top: .25rem; }
      @media only screen and (max-width: 800px) {
        header .header-content.header-content-slim .header-text {
          margin-top: .5rem; }
        header .header-content.header-content-slim .header-text > * {
          padding: 1rem 0; } }
  header .header-promo {
    padding: 8% 0 11%; }
    body.home header .header-promo {
      padding: 2% 0 6%; }
      @media only screen and (max-width: 960px) {
        body.home header .header-promo {
          padding: 3% 0 8%; } }
    header .header-promo .header-promo-home {
      background: transparent url(/assets/images/headlines/infrastructure.png) no-repeat 0 50%;
      background-size: 880px auto;
      height: 256px; }
      header .header-promo .header-promo-home * {
        font-size: 8px;
        visibility: hidden;
        margin: 0; }
      @media only screen and (max-width: 960px) {
        header .header-promo .header-promo-home {
          height: 0;
          padding-bottom: 40%;
          background-size: contain; } }
    header .header-promo h1 {
      font-size: 5.5rem;
      letter-spacing: -.05em;
      font-weight: bold;
      line-height: 1; }
    header .header-promo h2 {
      font-size: 3.75rem; }
    header .header-promo h3 {
      font-size: 2rem;
      font-weight: normal; }
    @media only screen and (max-width: 800px) {
      header .header-promo h1 {
        font-size: 3.5rem; }
      header .header-promo h2 {
        font-size: 2.75rem; }
      header .header-promo h3 {
        font-size: 1.75rem; } }
    header .header-promo h1, header .header-promo h2, header .header-promo h3 {
      text-shadow: 0 3px 3px rgba(220, 50, 0, 0.75); }
  header.header-fixed nav {
    width: 100%;
    position: absolute;
    z-index: 2; }
  header .header-cover {
    display: table;
    width: 100%;
    height: 100vh; }
    header .header-cover .header-cover-titles {
      display: table-cell;
      vertical-align: middle;
      padding: 8% 10% 5%; }
      header .header-cover .header-cover-titles * {
        text-align: center;
        text-shadow: 0 3px 3px rgba(220, 50, 0, 0.75); }
      header .header-cover .header-cover-titles h1, header .header-cover .header-cover-titles h2 {
        margin: 1rem 0; }
      @media only screen and (max-width: 800px) {
        header .header-cover .header-cover-titles h1 {
          font-size: 2.5rem;
          font-weight: 800;
          text-transform: uppercase; }
        header .header-cover .header-cover-titles h2 {
          font-size: 1.25rem;
          font-style: oblique;
          font-weight: 300; } }
      @media only screen and (min-width: 800px) {
        header .header-cover .header-cover-titles h1 {
          font-size: 5rem;
          font-weight: 800;
          text-transform: uppercase; }
        header .header-cover .header-cover-titles h2 {
          font-size: 1.5rem;
          font-style: oblique;
          font-weight: 300; } }
    header .header-cover .header-cover-more {
      position: absolute;
      width: 100%;
      bottom: 0;
      left: 0; }
      header .header-cover .header-cover-more a {
        display: block;
        margin: 0 auto 8vh;
        width: 3vh;
        height: 3vh;
        border: 0 solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        text-indent: -9999px; }
  header .header-poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: transparent repeat 50% 50%;
    background-size: cover; }

.defs {
  padding: .5rem 0; }
  @media only screen and (min-width: 800px) {
    .defs {
      display: table;
      width: 100%; }
      .defs > * {
        display: table-cell;
        vertical-align: top; } }
  .defs .defs-header {
    padding: 2em 0 2.5em;
    padding-right: 5rem; }
    .defs .defs-header .defs-title {
      font-weight: bold;
      font-size: 2em; }
    .defs .defs-header .defs-subtitle {
      font-size: 1.25em; }
  .defs .defs-body .defs-list {
    overflow: hidden; }
    .defs .defs-body .defs-list .defs-list-items {
      width: 500%; }
      .defs .defs-body .defs-list .defs-list-items:after {
        content: ' ';
        display: table;
        clear: both; }
  .defs .defs-body .defs-item {
    padding: 1.875em 3px 2.5em;
    float: left;
    width: 20%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .defs .defs-body .defs-item > * {
      font-size: 1.375em;
      line-height: 1.5;
      font-style: oblique;
      margin: 0;
      padding: .5rem 0; }
      .defs .defs-body .defs-item > * strong {
        font-weight: 800; }
  @media only screen and (max-width: 800px) {
    .defs {
      font-size: .8rem; }
      .defs .defs-header {
        padding: 1em 0 0; }
        .defs .defs-header .defs-title, .defs .defs-header .defs-subtitle {
          display: inline; }
      .defs .defs-body .defs-item {
        padding: .5em 3px 1em; } }

.profile {
  box-sizing: border-box;
  display: inline-block;
  margin-right: -.5em;
  width: 33.333333%;
  padding: 2% 30px;
  vertical-align: top; }
  .profile:after {
    content: ' ';
    display: table;
    clear: both; }
  .profile > * {
    padding: 0;
    padding-left: 32%; }
  .profile img {
    padding: 0;
    width: 28%;
    height: auto;
    display: block;
    border-radius: 50%;
    float: left;
    margin-left: -30px; }
  .profile h4 {
    margin: 0; }
    .profile h4 em {
      font-size: 0.88888rem;
      font-weight: normal;
      opacity: .66666;
      display: block; }
  .profile ul {
    margin: .5em 0;
    border-width: 0;
    font-size: 0.77777rem;
    line-height: 1.75; }
    .profile ul li {
      list-style-type: none;
      display: inline;
      margin: 0 .5em 0 0; }
  @media only screen and (max-width: 800px) {
    .profile {
      width: 50%; } }
  @media only screen and (max-width: 560px) {
    .profile {
      width: 100%; }
      .profile > * {
        padding-left: 80px;
        padding-right: 0; }
      .profile img {
        width: 80px;
        padding-left: 0; } }

.post {
  padding: 6% 0; }
  .post .post-author {
    font-size: 0.88888rem;
    padding-bottom: 2rem; }
    .post .post-author > * {
      margin: 1rem 0;
      display: block;
      text-align: center; }
    .post .post-author small {
      color: #888;
      margin-bottom: 0; }
    .post .post-author h5 {
      margin-top: .5rem; }
    .post .post-author p {
      color: #888; }
    .post .post-author img {
      display: block;
      margin: .5rem auto 2rem;
      width: 80px; }
    @media only screen and (max-width: 800px) {
      .post .post-author {
        display: none; } }
  .post .post-links h6:first-child {
    margin-top: 1rem; }
  .post .post-links ul {
    margin: 0;
    padding: 0;
    border-width: 0;
    margin: 2rem 0 4rem;
    font-size: 0.88888rem; }
  .post .post-links p {
    font-size: 0.88888rem;
    color: #888; }
  .post .post-links li {
    list-style-type: none;
    margin: 2rem 0; }
  .post .post-links .sharing {
    margin: 1rem 0 4rem; }
  .post .post-content {
    margin: 0 auto; }
    .post .post-content .post-title {
      border-bottom: 2px solid #e6e6e6;
      padding-bottom: 3em;
      margin-bottom: 3em; }
      .post .post-content .post-title a {
        color: inherit; }
        .post .post-content .post-title a:hover {
          color: #ff5c1e;
          text-decoration: none; }
      .post .post-content .post-title * {
        margin-top: 1rem; }
    .post .post-content .post-preview {
      float: right;
      width: 40%;
      margin: 0 -12% 5% 8%; }
      .post .post-content .post-preview * {
        border-radius: 5px; }
    .post .post-content .post-meta {
      font-size: 0.88888rem;
      color: #888;
      font-weight: 500; }
    .post .post-content .post-body {
      border-bottom: 2px solid #e6e6e6;
      padding-bottom: 4rem; }
      .post .post-content .post-body blockquote {
        color: #ff5c1e;
        font-weight: normal; }
        .post .post-content .post-body blockquote a {
          color: inherit;
          border-bottom: 2px solid;
          text-decoration: none !important; }
          .post .post-content .post-body blockquote a:hover {
            color: #00b9b7; }
      .post .post-content .post-body p em {
        color: #888; }
      .post .post-content .post-body img {
        margin: 1rem 0; }
      .post .post-content .post-body .post-avatar {
        margin: 1rem 0 1rem 2rem;
        float: right; }
      .post .post-content .post-body table {
        font-size: 0.88888rem;
        width: 100%; }
        .post .post-content .post-body table tr > * {
          padding-left: 1em;
          padding-right: 1em; }
        .post .post-content .post-body table thead td, .post .post-content .post-body table thead th {
          border-width: 1px 0; }
        .post .post-content .post-body table thead td, .post .post-content .post-body table tr td:first-child {
          font-weight: bold;
          color: #222; }
        .post .post-content .post-body table thead td, .post .post-content .post-body table tr:nth-child(2n) td {
          background: #f5f5f5; }
      .post .post-content .post-body .fluid {
        overflow: auto;
        z-index: 2;
        margin: 3em 0; }
        .post .post-content .post-body .fluid img {
          width: 100%;
          height: auto;
          display: block; }
        .post .post-content .post-body .fluid table {
          width: 100%; }
        .post .post-content .post-body .fluid.fluid-iframe {
          margin: 2rem 0; }
          .post .post-content .post-body .fluid.fluid-iframe:before {
            content: '';
            display: block;
            padding-bottom: 50%; }
          .post .post-content .post-body .fluid.fluid-iframe iframe {
            position: absolute;
            width: 100%;
            height: 100% !important;
            top: 0;
            left: 0;
            margin: 0; }
        .post .post-content .post-body .fluid .full-caption {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 45%;
          min-width: 320px;
          z-index: 2; }
          .post .post-content .post-body .fluid .full-caption cite {
            color: white;
            font-size: 1.5em;
            line-height: 1.3;
            padding: 5% 7%; }
            @media only screen and (max-width: 800px) {
              .post .post-content .post-body .fluid .full-caption cite {
                font-size: 1.25em; } }
            .post .post-content .post-body .fluid .full-caption cite:before {
              display: none; }
          .post .post-content .post-body .fluid .full-caption:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: block;
            background: #ff5c1e;
            opacity: .85;
            -webkit-transition-property: opacity;
            transition-property: opacity; }
        .post .post-content .post-body .fluid .full-link {
          display: block; }
          .post .post-content .post-body .fluid .full-link:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: block;
            background: #00b9b7;
            opacity: 0;
            -webkit-transition-property: opacity;
            transition-property: opacity; }
          .post .post-content .post-body .fluid .full-link:hover:after {
            opacity: .75; }
          .post .post-content .post-body .fluid .full-link:hover .full-caption:before {
            opacity: 0; }
        .post .post-content .post-body .fluid + p cite {
          display: block;
          text-align: center;
          font-size: .75em;
          top: -1em;
          margin-bottom: 1em; }
          .post .post-content .post-body .fluid + p cite:before {
            display: none; }
    .post .post-content .post-social {
      border: 2px solid #eee;
      background: white;
      border-radius: 5px;
      padding: 1rem 2rem;
      margin: 2rem 0; }
    .post .post-content .post-body + .post-social {
      margin-top: -2rem; }
    .post .post-content .post-recommendations {
      margin-left: -30px;
      margin-right: -30px;
      margin-left: -30px;
      margin-right: -30px; }
      .post .post-content .post-recommendations > * {
        display: inline-block;
        vertical-align: top;
        margin-right: -.25rem !important;
        padding-left: 30px !important;
        padding-right: 30px !important;
        width: 50%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
      @media only screen and (max-width: false) {
        .post .post-content .post-recommendations > * {
          width: 100%/false; } }
      @media only screen and (max-width: 800px) {
        .post .post-content .post-recommendations {
          padding-left: 0;
          padding-right: 0;
          margin-left: 0;
          margin-right: 0; }
          .post .post-content .post-recommendations > * {
            display: block;
            margin-left: 0 !important;
            margin-right: 0 !important;
            padding-left: 0 !important;
            padding-right: 0 !important;
            width: auto; }
          .ui-cols .post .post-content .post-recommendations {
            padding-left: 0;
            padding-right: 0; } }
      .post .post-content .post-recommendations .post-recommendation {
        margin: 2rem 0; }
        .post .post-content .post-recommendations .post-recommendation > * {
          margin: 1rem 0; }
        .post .post-content .post-recommendations .post-recommendation a {
          color: #ff5c1e; }
        .post .post-content .post-recommendations .post-recommendation small {
          color: #888; }

.listing .listing-pages {
  padding: 0 0 6% 0; }
  .listing .listing-pages .listing-pages-links {
    text-align: center; }
    .listing .listing-pages .listing-pages-links .listing-pages-prev:after,
    .listing .listing-pages .listing-pages-links .listing-pages-next:before {
      content: '';
      display: inline-block;
      width: .5em;
      height: .5em;
      border: 0 solid #00b9b7;
      border-width: .15em .15em 0 0;
      margin: 0 -.5em 0 2em;
      line-height: 0;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 1px; }
    .listing .listing-pages .listing-pages-links .listing-pages-next:before {
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      transform: rotate(135deg);
      margin: 0 2em 0 -.5em;
      top: -2px; }

.sharing {
  margin: 0 !important;
  padding: 0 !important;
  border-width: 0; }
  .sharing > * {
    margin: 0;
    list-style-type: none;
    height: 30px; }
  .sharing.sharing-row {
    top: 3px; }
    .sharing.sharing-row > * {
      display: inline-block;
      width: 25%;
      min-width: 120px;
      margin-right: -.25rem;
      vertical-align: top; }
  .sharing.sharing-col {
    top: 3px; }
    .sharing.sharing-col li {
      margin: 0 0 .75rem 0; }
  .sharing iframe {
    margin: 0; }
  .sharing .share-facebook {
    top: -4px; }
  .sharing .share-linkedin, .sharing .share-linkedin * {
    position: static; }

.article .article-content .article-body {
  border-width: 0;
  margin-bottom: 5%;
  color: #333; }
  @media only screen and (min-width: 800px) {
    .article .article-content .article-body {
      font-size: 1.1875rem; }
      .article .article-content .article-body h1, .article .article-content .article-body h2, .article .article-content .article-body h3, .article .article-content .article-body h4, .article .article-content .article-body h5, .article .article-content .article-body h6, .article .article-content .article-body p, .article .article-content .article-body ol, .article .article-content .article-body ul, .article .article-content .article-body table, .article .article-content .article-body img {
        margin: 2em 0; }
      .article .article-content .article-body blockquote {
        font-size: 1.5em;
        color: #ff5c1e;
        border-color: #ddd; }
      .article .article-content .article-body ul, .article .article-content .article-body ol {
        margin-left: -26px; } }
.article .promo {
  margin: auto auto 2em;
  max-width: 1360px; }

.article-promo {
  background: #f3f3f3;
  overflow: hidden; }

footer {
  font-size: 0.88888rem;
  padding: 3% 0;
  color: #888;
  background: #f4f4f4; }
  footer:after {
    content: ' ';
    display: table;
    clear: both; }
  footer a {
    color: #999;
    font-weight: 500; }
    footer a.network {
      display: inline-block;
      top: -2px;
      opacity: .25;
      width: 28px;
      height: 28px;
      margin-right: 16px;
      background: transparent no-repeat 50% 50%;
      background-size: cover;
      white-space: nowrap;
      text-indent: -9999px; }
    footer a.github {
      background-image: url(/assets/images/icons/github.png); }
    footer a.twitter {
      background-image: url(/assets/images/icons/twitter.png); }
    footer a.linkedin {
      background-image: url(/assets/images/icons/linkedin.png); }
    footer a:hover {
      text-decoration: none; }
  footer .footer-links {
    float: left; }
  footer .footer-links > * {
    display: inline-block;
    margin-right: 22px; }
  footer .footer-privacy {
    float: right; }
  footer .footer-privacy > * {
    display: inline-block;
    margin-left: 22px; }
  @media only screen and (max-width: 800px) {
    footer {
      padding: 2rem 0; }
      footer * {
        text-align: center; }
      footer .footer-links, footer .footer-privacy {
        float: none;
        display: inline; }
      footer a, footer small {
        margin: 0 .25rem;
        line-height: 2rem;
        padding: 0; } }

.story {
  padding: 4% 0; }
  .story > * {
    margin: .5rem 0; }
  .story img {
    position: absolute;
    padding: 0;
    width: 64px; }
  .story img + * {
    padding-left: 100px; }
  .story .story-logo {
    width: 100%;
    max-width: 180px;
    height: 60px;
    background: transparent no-repeat 0 50%;
    background-size: contain;
    display: block;
    text-indent: -9999px; }
  .story h3 {
    font-size: 1.75rem; }
  .story p {
    color: #888; }
  .story a {
    display: block; }
  .story h4 {
    display: inline;
    font-size: 1rem; }
    .story h4:after {
      content: ': '; }
    .story h4 + p {
      display: inline; }
      .story h4 + p + a {
        display: inline;
        font-style: oblique; }
  .story.story-linked {
    -webkit-transition-property: all;
    transition-property: all; }
    .story.story-linked:hover {
      -webkit-transform: scale(1.07);
      -moz-transform: scale(1.07);
      -ms-transform: scale(1.07);
      -o-transform: scale(1.07);
      transform: scale(1.07); }
    .story.story-linked .story-linked-cover {
      opacity: .01;
      font-size: 2px;
      color: white;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block; }

.stories {
  padding: 0;
  margin-left: -30px;
  margin-right: -30px;
  margin-left: 30px;
  margin-right: 30px; }
  .stories > * {
    display: inline-block;
    vertical-align: top;
    margin-right: -.25rem !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    width: 33.33333%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  @media only screen and (max-width: 800px) {
    .stories > * {
      width: 50%; } }
  @media only screen and (max-width: 640px) {
    .stories {
      padding-left: 0;
      padding-right: 0;
      margin-left: 0;
      margin-right: 0; }
      .stories > * {
        display: block;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: auto; }
      .ui-cols .stories {
        padding-left: 0;
        padding-right: 0; } }
  @media only screen and (max-width: 640px) {
    .stories {
      padding: 5% 0; }
      .stories .story {
        padding: 2% 60px !important; } }

.story-aside {
  margin: 5rem 0;
  font-size: 0.88888rem;
  color: #888; }
  .story-aside .avatar {
    float: right;
    margin: 0rem 0 2rem 2rem;
    border-radius: 15%; }
  .story-aside h1, .story-aside h2, .story-aside h3, .story-aside h4, .story-aside h5, .story-aside h6 {
    color: #222; }

.story-content {
  padding: 2rem 0 4rem; }

.quote {
  margin-bottom: 4rem;
  padding-left: 120px; }
  .quote .avatar {
    left: 0;
    position: absolute;
    width: 88px; }
  .quote blockquote {
    border-width: 0;
    overflow: hidden;
    color: #00b9b7;
    margin-bottom: .75rem; }
  .quote cite {
    font-size: 0.88888rem; }
  @media only screen and (max-width: 800px) {
    .quote {
      padding-left: 0; }
      .quote .avatar {
        float: right;
        left: auto;
        position: relative;
        margin: 0 0 1rem 1rem; }
      .quote blockquote {
        overflow: visible; } }

.stories-container {
  padding: 2% 0;
  margin: auto;
  max-width: 1480px; }
  @media only screen and (max-width: 800px) {
    .stories-container {
      padding-bottom: 5%; } }
  .stories-container .stories-action {
    padding: 3% 5%;
    text-align: center; }

.rows {
  display: table;
  font-size: 0.88888rem;
  color: #888;
  table-layout: fixed;
  width: 100%; }
  .rows h1, .rows h2, .rows h3, .rows h4, .rows h5, .rows h6, .rows strong {
    color: #222;
    margin-top: 0; }
  .rows h1 {
    font-size: 3rem; }
    .rows h1 small {
      font-size: .4em;
      opacity: 0.5; }
  .rows .row {
    display: table-row; }
    .rows .row .row-content {
      display: table-cell;
      padding: 4rem 30px;
      vertical-align: middle;
      border-bottom: 2px solid #e6e6e6; }
      .rows .row .row-content:first-of-type {
        padding-left: 0; }
      .rows .row .row-content:last-of-type {
        padding-right: 0; }
      .rows .row .row-content a {
        white-space: nowrap; }
    .rows .row:last-of-type .row-content {
      border-width: 0; }
    @media only screen and (max-width: 800px) {
      .rows .row {
        display: block;
        padding: 3rem 0;
        border-bottom: 2px solid #e6e6e6; }
        .rows .row .row-content {
          display: block;
          margin: 2rem 0;
          padding: 0;
          border-width: 0; } }

.cart {
  position: fixed;
  bottom: 0;
  right: 0;
  background: #393e3a;
  padding: 2% 3%;
  color: white;
  z-index: 5;
  cursor: move;
  font-weight: bold;
  display: block; }
  .cart > * {
    display: block; }
  .cart .cart-label {
    color: #00b9b7;
    font-weight: bold; }
  .cart .cart-price {
    font-size: 2.5rem;
    font-weight: normal;
    color: white !important; }
  @media only screen and (max-width: 800px) {
    .cart {
      text-align: center;
      padding: 1rem 0;
      width: 100%; }
      .cart > * {
        display: inline-block;
        font-size: 1rem !important;
        font-weight: bold !important; } }

.adzerk-pricing {
  color: #222; }
  .adzerk-pricing .adzerk-pricing-section {
    padding: .75em 0; }
  .adzerk-pricing .adzerk-pricing-summary {
    margin-top: 2em;
    padding-top: 2em;
    border-top: 2px solid #e6e6e6; }
    .adzerk-pricing .adzerk-pricing-summary .adzerk-pricing-signup {
      float: right;
      z-index: 2;
      margin: 1.5em 0 0 1em; }
  .adzerk-pricing .adzerk-pricing-label {
    font-size: 1.125em;
    font-weight: bold; }
    .adzerk-pricing .adzerk-pricing-label em {
      display: block;
      font-weight: normal;
      color: #00b9b7; }
  .adzerk-pricing .adzerk-pricing-selection {
    font-size: 1.125em;
    font-weight: bold;
    color: #00b9b7; }
  .adzerk-pricing .adzerk-pricing-value {
    font-size: 1.125em;
    font-weight: bold;
    float: right;
    display: block; }
    .adzerk-pricing .adzerk-pricing-value strike {
      text-decoration: line-through;
      color: #888;
      font-style: oblique;
      display: block;
      font-weight: 200; }
  .adzerk-pricing p {
    margin: 0;
    color: #888; }

.adzerk-slider .adzerk-slider-controls {
  height: 2px;
  background: #ddd;
  margin: 10px 0; }
  .adzerk-slider .adzerk-slider-controls .ui-slider-range {
    background: #00b9b7;
    height: 100%; }
.adzerk-slider .ui-slider-handle {
  z-index: 5;
  display: block;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  margin: 0 -10px;
  background: white;
  border: 2px solid #00b9b7;
  top: -11px;
  cursor: pointer; }
.adzerk-slider .adzerk-slider-labels {
  height: 4em; }
  .adzerk-slider .adzerk-slider-labels label {
    position: absolute;
    top: 0;
    text-align: center;
    padding: .5em 0;
    font-weight: bold;
    width: 6em;
    margin: 0 -3em; }
.adzerk-slider .adzerk-slider-score {
  font-weight: bold;
  width: 6em;
  margin: 1em -3em;
  color: #00b9b7;
  text-align: center; }
.adzerk-slider input {
  display: none; }

.ui-option-label {
  padding-left: 36px;
  margin: 1.5rem 0; }
  .ui-option-label * {
    margin: 0; }
  .ui-option-label .ui-option {
    left: 0;
    position: absolute;
    margin: .5em 0; }

.slides .slide {
  padding: 3rem 30px;
  width: 100%;
  left: -30px;
  max-height: 14rem;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden; }
  .slides .slide.slide-open {
    max-height: none;
    overflow: visible; }
  .slides .slide:first-of-type {
    box-shadow: none; }
  .slides .slide .slide-content:after {
    content: ' ';
    display: table;
    clear: both; }
  .slides .slide .slide-content .slide-text, .slides .slide .slide-content .slide-media {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .slides .slide .slide-content .slide-text {
    float: left;
    width: 40%;
    padding-right: 30px; }
  .slides .slide .slide-content .slide-media {
    float: right;
    width: 60%;
    padding-left: 30px; }
  .slides .slide .slide-content .slide-media img {
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(0, 0, 0, 0.05), 0 -1px 0 rgba(0, 0, 0, 0.05), 1px 0 0 rgba(0, 0, 0, 0.05), -1px 0 0 rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    margin: 2rem 0 0;
    float: right; }
  .slides .slide .slide-content .slide-text p {
    color: #888; }
  .slides .slide .slide-toggle {
    position: absolute;
    bottom: 0;
    left: 30px;
    padding: 1.5rem 1rem 1.5rem 0;
    background: white;
    font-weight: bold;
    display: block; }
@media only screen and (max-width: 800px) {
  .slides .slide .slide-content .slide-text,
  .slides .slide .slide-content .slide-media {
    padding-left: 0;
    padding-right: 0;
    float: none;
    width: auto;
    text-align: center; }
  .slides .slide .slide-content .slide-media img {
    float: none; }
  .slides .slide .slide-content .slide-text * {
    text-align: center; }
  .slides .slide .slide-toggle {
    background: rgba(0, 0, 0, 0.75);
    color: white;
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    left: 0; }
  .slides .slide {
    max-height: 18rem; } }

.features {
  margin-left: -30px;
  margin-right: -30px;
  margin-left: -30px;
  margin-right: -30px; }
  .features > * {
    display: inline-block;
    vertical-align: top;
    margin-right: -.25rem !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    width: 33.33333%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  @media only screen and (max-width: false) {
    .features > * {
      width: 100%/false; } }
  @media only screen and (max-width: 800px) {
    .features {
      padding-left: 0;
      padding-right: 0;
      margin-left: 0;
      margin-right: 0; }
      .features > * {
        display: block;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: auto; }
      .ui-cols .features {
        padding-left: 0;
        padding-right: 0; } }
  .features .feature {
    padding: 4% 0; }
    .features .feature > * {
      margin: .5rem 0; }
    .features .feature img {
      margin: 0; }
    .features .feature p {
      color: #888; }
  @media only screen and (max-width: 800px) {
    .features {
      padding: 1rem 0; } }

.apis {
  padding: 5rem 0 6rem; }

.api-group {
  margin: 0 -20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .api-group .api {
    display: flex;
    flex-direction: column;
    width: 33.33333%;
    padding: 0 20px 4rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (max-width: 800px) {
      .api-group .api {
        width: 50%; } }
    @media only screen and (max-width: 560px) {
      .api-group .api {
        width: 100%; } }
    .api-group .api .api-content {
      border-top: 1px solid #ddd;
      padding-top: 3em;
      flex: 1 0 auto;
      padding-bottom: 1.5em; }
      .api-group .api .api-content > *:first-child {
        margin-top: 0; }
      .api-group .api .api-content > *:last-child {
        margin-bottom: 0; }
      .api-group .api .api-content p {
        color: #888; }
      .api-group .api .api-content small {
        color: #8EC553;
        font-size: .5em;
        margin-left: .25em; }

.languages .languages-content {
  padding: 4rem 0 6rem;
  border-top: 1px solid #ddd; }
  .languages .languages-content .languages-graphics {
    height: 5rem;
    background: transparent url(/assets/images/bg/languages.png) no-repeat 50% 50%;
    background-size: contain;
    margin: 2rem 0; }
@media only screen and (max-width: 800px) {
  .languages .languages-content {
    padding: 2rem 0 3rem; }
  .languages .languages-content .languages-graphics {
    background-size: 800px auto;
    margin-left: -30px;
    margin-right: -30px; } }

.solution {
  border-bottom: 1px solid #ddd; }
  .solution .solution-title {
    border-bottom: 1px solid #ddd;
    padding: 1.5rem 0 3rem; }
    .solution .solution-title > * {
      text-align: center;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto; }
    .solution .solution-title p {
      color: #888; }
  .solution .solution-features {
    margin: 4rem 0; }
    .solution .solution-features .solution-feature h3 {
      font-size: 1.66666rem; }
    .solution .solution-features .solution-feature img {
      margin: .75rem 0 .5rem 0; }
    .solution .solution-features .solution-feature p {
      color: #888; }
  .solution .solution-story {
    display: table;
    width: 100%;
    margin: 2rem 0; }
    .solution .solution-story > * {
      display: table-cell;
      vertical-align: top;
      padding: 4rem 0; }
    .solution .solution-story .solution-story-content {
      padding-right: 50px;
      padding-left: 170px; }
      .solution .solution-story .solution-story-content .avatar {
        position: absolute;
        left: 0; }
      .solution .solution-story .solution-story-content h4 {
        margin: 0 0 1rem; }
      .solution .solution-story .solution-story-content blockquote {
        padding: 0;
        margin: 0 0 1rem;
        border-width: 0;
        color: #ff5c1e; }
    .solution .solution-story .solution-story-action {
      padding-left: 50px;
      text-align: right; }
    @media only screen and (max-width: 800px) {
      .solution .solution-story {
        margin: 3rem 0;
        display: block; }
        .solution .solution-story .solution-story-content {
          padding-right: 0;
          padding-left: 0; }
        .solution .solution-story .avatar {
          display: none; }
        .solution .solution-story > * {
          display: block;
          margin: 2rem 0;
          padding: 0; }
        .solution .solution-story .solution-story-action {
          padding-left: 0;
          text-align: left; }
        .solution .solution-story * {
          text-align: center; } }

.about {
  font-size: 1.15rem;
  line-height: 1.6;
  color: #777; }
  .about h1, .about h2, .about h3, .about h4, .about h5, .about h6, .about strong {
    color: #222; }
  .about h1, .about h2, .about h3, .about h4, .about h5, .about h6 {
    margin-top: 0; }
  .about h2 {
    font-size: 3rem;
    font-weight: 500;
    margin-bottom: 2rem; }
  .about section {
    padding: 7% 0;
    background: white repeat 50% 50%;
    background-size: cover;
    overflow: hidden; }
    .about section .about-background {
      position: absolute;
      width: 500%;
      height: 500%;
      top: -200%;
      left: -200%; }
      .about section .about-background > img, .about section .about-background video {
        width: auto;
        height: auto;
        display: block;
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        min-width: 20%;
        min-height: 20%; }
        .about section .about-background > img img, .about section .about-background video img {
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
      .about section .about-background.about-background-orange:after {
        content: '';
        display: block;
        position: absolute;
        width: 20%;
        height: 20%;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: transparent url(/assets/images/bg/orange-fade.png) no-repeat 50% 50%;
        background-size: cover; }
    .about section.about-story {
      color: #fff;
      background-image: url(/assets/images/bg/team.jpg); }
      .about section.about-story h1, .about section.about-story h2, .about section.about-story h3, .about section.about-story h4, .about section.about-story h5, .about section.about-story h6, .about section.about-story strong {
        color: white; }
    .about section.about-team {
      color: #ccc;
      background-image: url(/assets/images/bg/dark.jpg); }
      .about section.about-team h1, .about section.about-team h2, .about section.about-team h3, .about section.about-team h4, .about section.about-team h5, .about section.about-team h6, .about section.about-team strong {
        color: white; }
      .about section.about-team a {
        color: #ff5c1e; }
    .about section.about-investors {
      background: #f5f5f5; }
    .about section.gallery {
      height: 320px;
      padding: 0 0 10%; }
      .about section.gallery .gallery-feature {
        background: transparent repeat 50% 50%;
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-transition: opacity .5s;
        transition: opacity .5s;
        opacity: 1;
        background-size: cover; }
        .about section.gallery .gallery-feature.gallery-feature-out {
          opacity: 0; }
        .about section.gallery .gallery-feature .gallery-feature-credit {
          position: absolute;
          bottom: 0;
          right: 0;
          padding: 1rem;
          color: white;
          font-style: oblique;
          background: rgba(0, 0, 0, 0.5); }
          .about section.gallery .gallery-feature .gallery-feature-credit a {
            color: white; }
  .about .about-content {
    display: table;
    width: 100%; }
    .about .about-content .about-content-text, .about .about-content .about-content-action {
      display: table-cell;
      vertical-align: middle; }
    .about .about-content .about-content-action {
      text-align: right;
      padding-left: 5%; }
  @media only screen and (max-width: 800px) {
    .about section {
      padding: 10% 0; }
    .about .about-content, .about .about-content .about-content-text, .about .about-content .about-content-action {
      display: block; }
    .about .about-content .about-content-action {
      text-align: left;
      padding-left: 0; } }

.resources {
  margin: 3rem -30px; }
  .resources .resource {
    box-sizing: border-box;
    display: inline-block;
    margin-right: -.5em;
    width: 25%;
    padding: 4% 30px;
    vertical-align: top; }
    .resources .resource > * {
      margin: .5rem 0; }
    .resources .resource h4 a:not(:hover) {
      color: inherit; }
    .resources .resource a {
      display: block; }
    .resources .resource img {
      border-radius: 5px; }
    .resources .resource p {
      color: #888;
      font-size: 0.88888rem; }
    @media only screen and (max-width: 800px) {
      .resources .resource {
        width: 33.3333%; } }
    @media only screen and (max-width: 560px) {
      .resources .resource {
        width: 50%; } }
    @media only screen and (max-width: 360px) {
      .resources .resource {
        width: 100%; } }

.form-aside {
  background: white;
  margin-top: -25%;
  background: white;
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.1), 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 10% 12%; }
  .form-aside iframe {
    margin: 0; }
  .form-aside h1, .form-aside h2, .form-aside h3, .form-aside h4, .form-aside h5, .form-aside h6 {
    margin-top: 0; }
  @media only screen and (max-width: 800px) {
    .form-aside {
      top: 2rem;
      margin: 0 0 3rem; } }

.form-content {
  padding: 2rem 0 4rem; }

.form-preview {
  width: 40%;
  float: right;
  margin: 2.5rem 0 5% 5%; }
  .form-preview:xafter {
    content: '';
    display: block;
    width: 6rem;
    height: 6rem;
    background: #ff5c1e;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -3rem;
    margin-right: -3rem;
    border-radius: 50%; }
  .form-preview img {
    width: 100%;
    border-bottom: 1rem solid white;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.12), 0 2px 5px rgba(0, 0, 0, 0.12), -3px 3px 0 rgba(0, 0, 0, 0.1); }

.form {
  color: #222;
  margin: 0; }
  .form > *:first-child {
    margin-top: 0; }
  .form h4, .form h3 {
    color: #ff5c1e;
    margin-bottom: 2rem; }
  .form .form-section {
    padding: 0 0 1rem 0; }
    .form .form-section .form-label label {
      font-weight: bold;
      font-size: 0.77777rem;
      margin: 0 0 .125rem; }
    .form .form-section .form-response .ui-field:not(.ui-radio):not(.ui-check) {
      background: white;
      border-radius: 0;
      border-width: 0 0 2px;
      border-color: #eee;
      padding-left: 0;
      padding-right: 0;
      margin: 0;
      font-weight: bold;
      background: transparent !important;
      height: 2rem;
      padding: 0 0 .5rem 0; }
      .form .form-section .form-response .ui-field:not(.ui-radio):not(.ui-check) ::-webkit-input-placeholder {
        color: #bbb; }
      .form .form-section .form-response .ui-field:not(.ui-radio):not(.ui-check) ::-moz-placeholder {
        color: #bbb; }
      .form .form-section .form-response .ui-field:not(.ui-radio):not(.ui-check) :-ms-input-placeholder {
        color: #bbb; }
      .form .form-section .form-response .ui-field:not(.ui-radio):not(.ui-check):hover {
        border-color: #00b9b7; }
      .form .form-section .form-response .ui-field:not(.ui-radio):not(.ui-check):focus {
        border-bottom-color: #ff5c1e; }
  .form .ui-field-helper .ui-field:not(.ui-field-sizer) {
    position: absolute;
    width: 100%;
    height: 100% !important;
    top: 0;
    left: 0;
    z-index: 3;
    -webkit-transition: all .333s ease-out;
    transition: all .333s ease-out; }
  .form .ui-field-helper .ui-field.ui-field-sizer {
    visibility: hidden;
    white-space: pre-wrap;
    height: auto !important;
    min-height: 2rem; }
  .form .ui-field-helper .ui-field:focus + .ui-field-sizer {
    padding-bottom: 1.5rem !important; }
  .form .error {
    font-size: 0.77777rem; }

.learn {
  background: #333;
  padding: 3em 0;
  color: #fff; }
  .learn h1 {
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 5%;
    margin-bottom: 0; }
  .learn .callout {
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 300;
    font-style: oblique;
    color: #aaa;
    margin: 10% 0; }
    .learn .callout strong {
      font-weight: inherit;
      color: white; }
  .learn .stage .sequence {
    margin: 0;
    padding: 0;
    border-width: 0;
    top: -20vmin; }
    .learn .stage .sequence li {
      margin: 0;
      padding: 0;
      list-style-type: none; }
    .learn .stage .sequence li {
      height: 25vmin;
      width: 100vmin;
      margin: auto; }
      .learn .stage .sequence li:last-child {
        height: 100vmin; }
  .learn .stage .actors {
    height: 100vmin;
    width: 100vmin;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    top: 0; }
    .learn .stage .actors.fixed {
      position: fixed; }
    .learn .stage .actors * {
      -webkit-transition: all 0.5s cubic-bezier(0, 0.5, 0.5, 1);
      transition: all 0.5s cubic-bezier(0, 0.5, 0.5, 1); }
    .learn .stage .actors .scene {
      width: 100%;
      height: 100%; }
      .learn .stage .actors .scene .target {
        color: #00b9b7;
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        left: 50%;
        top: 50%;
        border-radius: 50%;
        margin: auto;
        border: 0px solid;
        opacity: 0; }
      .learn .stage .actors .scene > * {
        position: absolute; }
      .learn .stage .actors .scene #browser {
        top: 29vmin;
        left: 0; }
      .learn .stage .actors .scene .browser {
        width: 19vmin;
        height: 12vmin;
        background: white;
        border-radius: 0.375vmin;
        box-shadow: 0 0.375vmin 0.375vmin rgba(0, 0, 0, 0.1); }
        .learn .stage .actors .scene .browser .browser-ad {
          background: #00b9b7;
          opacity: .5;
          border-radius: 0.1875vmin;
          position: absolute;
          width: 16vmin;
          height: 3vmin;
          top: 3.5vmin;
          left: 1.5vmin; }
        .learn .stage .actors .scene .browser .browser-actions {
          padding: 1.5vmin; }
          .learn .stage .actors .scene .browser .browser-actions .browser-action {
            background: #e6e6e6;
            width: 1vmin;
            height: 1vmin;
            border-radius: 50%;
            float: left;
            margin-right: 1vmin; }
      .learn .stage .actors .scene #phone {
        top: 29vmin;
        left: 20vmin; }
      .learn .stage .actors .scene .phone {
        width: 6vmin;
        height: 12vmin;
        background: white;
        border-radius: 0.375vmin;
        box-shadow: 0 0.375vmin 0.375vmin rgba(0, 0, 0, 0.1); }
        .learn .stage .actors .scene .phone .phone-ad {
          background: #00b9b7;
          opacity: .5;
          border-radius: 0.1875vmin;
          position: absolute;
          width: 5vmin;
          height: 8vmin;
          top: 1.5vmin;
          left: .5vmin; }
        .learn .stage .actors .scene .phone .phone-actions {
          padding: .75vmin 2vmin;
          text-align: center;
          position: absolute;
          bottom: 0;
          width: 100%;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          .learn .stage .actors .scene .phone .phone-actions .phone-action {
            background: #e6e6e6;
            width: 1vmin;
            height: 1vmin;
            border-radius: 50%;
            display: block;
            margin: auto; }
      .learn .stage .actors .scene #api {
        top: 29vmin;
        left: 33vmin; }
        .learn .stage .actors .scene #api .arrow.to-userdb {
          top: 0;
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          transform: rotate(-45deg); }
        .learn .stage .actors .scene #api .arrow.to-partners {
          bottom: 14vmin;
          top: auto;
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg); }
      .learn .stage .actors .scene .api-group {
        width: 30vmin; }
        .learn .stage .actors .scene .api-group .api {
          background: white;
          border-radius: 0.375vmin;
          box-shadow: 0 0.375vmin 0.375vmin rgba(0, 0, 0, 0.1);
          height: 20vmin; }
        .learn .stage .actors .scene .api-group .events {
          background: white;
          border-radius: 0.375vmin;
          box-shadow: 0 0.375vmin 0.375vmin rgba(0, 0, 0, 0.1);
          margin-top: 1vmin;
          height: 8vmin; }
        .learn .stage .actors .scene .api-group .engine {
          background: white;
          border-radius: 0.375vmin;
          box-shadow: 0 0.375vmin 0.375vmin rgba(0, 0, 0, 0.1);
          margin-top: 6vmin;
          height: 8vmin; }
      .learn .stage .actors .scene #ui {
        left: 70vmin;
        top: 29vmin; }
      .learn .stage .actors .scene .ui-group {
        width: 30vmin;
        margin-top: 5vmin; }
        .learn .stage .actors .scene .ui-group .arrow {
          opacity: 1;
          left: 75%; }
        .learn .stage .actors .scene .ui-group .ui {
          height: 20vmin;
          width: 100%; }
          .learn .stage .actors .scene .ui-group .ui .arrow.to-api {
            -webkit-transform: rotate(-180deg);
            -moz-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
            -o-transform: rotate(-180deg);
            transform: rotate(-180deg);
            left: 0; }
          .learn .stage .actors .scene .ui-group .ui .arrow.to-userdb {
            -webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
            top: 0; }
        .learn .stage .actors .scene .ui-group .sales {
          height: 8vmin;
          margin-top: 1vmin;
          background: white;
          border-radius: 0.375vmin;
          box-shadow: 0 0.375vmin 0.375vmin rgba(0, 0, 0, 0.1); }
          .learn .stage .actors .scene .ui-group .sales .arrow {
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            transform: rotate(90deg);
            top: 100%;
            margin-top: 2px; }
      .learn .stage .actors .scene #userdb {
        left: 70vmin;
        top: 20vmin;
        margin-top: -5vmin; }
      .learn .stage .actors .scene .userdb {
        width: 30vmin;
        height: 8vmin;
        background: white;
        border-radius: 0.375vmin;
        box-shadow: 0 0.375vmin 0.375vmin rgba(0, 0, 0, 0.1); }
      .learn .stage .actors .scene #partners {
        left: 70vmin;
        top: 59vmin;
        margin-top: 5vmin; }
      .learn .stage .actors .scene .partners {
        width: 30vmin;
        height: 8vmin;
        background: white;
        border-radius: 0.375vmin;
        box-shadow: 0 0.375vmin 0.375vmin rgba(0, 0, 0, 0.1);
        border-radius: 0.375vmin; }
      .learn .stage .actors .scene #texts {
        font-size: 2vmin;
        color: #999;
        color: rgba(255, 255, 255, 0.67);
        font-style: oblique; }
        .learn .stage .actors .scene #texts > * {
          position: absolute;
          width: 30vmin;
          opacity: 0;
          margin-top: 5vmin; }
        .learn .stage .actors .scene #texts p {
          margin-top: 0; }
        .learn .stage .actors .scene #texts strong {
          color: #fff; }
        .learn .stage .actors .scene #texts #text1 {
          top: 29vmin;
          left: -35vmin; }
        .learn .stage .actors .scene #texts #text2 {
          top: 50vmin;
          left: 70vmin; }
        .learn .stage .actors .scene #texts #text3 {
          top: 34vmin;
          left: 70vmin; }
        .learn .stage .actors .scene #texts #text4 {
          top: 34vmin;
          left: 70vmin; }
        .learn .stage .actors .scene #texts #text5 {
          top: 46vmin;
          left: 0vmin; }
        .learn .stage .actors .scene #texts #text6 {
          top: 34vmin;
          left: 105vmin; }
          .learn .stage .actors .scene #texts #text6 .text-extra {
            margin-top: 5vmin; }
        .learn .stage .actors .scene #texts #text7 {
          top: 75vmin;
          left: 35vmin; }
          .learn .stage .actors .scene #texts #text7 * {
            text-align: center; }

.locator {
  position: fixed;
  display: table;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 5; }
  .locator .locations {
    display: table-cell;
    vertical-align: middle; }
    .locator .locations .range {
      display: block;
      border-radius: 13px;
      margin: 0 16px;
      padding: 6px 0; }
      .locator .locations .range > * {
        padding: 6px 10px;
        display: block; }
        .locator .locations .range > *:after {
          content: '';
          display: block;
          border-radius: 50%;
          width: 6px;
          height: 6px;
          background-color: rgba(255, 255, 255, 0.25);
          -webkit-transition: all .25s ease-out;
          transition: all .25s ease-out; }
        .locator .locations .range > *.active:after {
          background-color: white; }
  .locator[sequence=""] .locations .range > *:nth-child(1):after, .locator[sequence="a"] .locations .range > *:nth-child(2):after, .locator[sequence="ab"] .locations .range > *:nth-child(3):after, .locator[sequence="abc"] .locations .range > *:nth-child(4):after, .locator[sequence="abcd"] .locations .range > *:nth-child(5):after, .locator[sequence="abcde"] .locations .range > *:nth-child(6):after, .locator[sequence="abcdef"] .locations .range > *:nth-child(7):after, .locator[sequence="abcdefg"] .locations .range > *:nth-child(8):after, .locator[sequence="abcdefgh"] .locations .range > *:nth-child(9):after {
    background-color: white; }

.nametag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  display: table;
  color: #888;
  font-size: 2vmin;
  font-style: oblique;
  background: transparent; }
  .nametag > * {
    display: table-cell;
    padding: 0 4vmin;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 800; }
  .nametag.gray {
    color: #888; }
  .nametag.orange {
    color: #ff8a3b; }
  .nametag.blue {
    color: #2abaa8; }
  .nametag.green {
    color: #abbc62; }
  .nametag.yellow {
    color: #eab634; }
  .nametag.silver {
    color: #bbb; }

.arrow {
  background: transparent;
  color: #00b9b7;
  z-index: 5;
  width: 4vmin;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  border-bottom: 4px dotted;
  left: 100%;
  opacity: 0;
  -webkit-transform-origin: 0 2px;
  -moz-transform-origin: 0 2px;
  -ms-transform-origin: 0 2px;
  transform-origin: 0 2px; }
  .arrow:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid;
    border-width: 6px 0 6px 10px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    right: -9px;
    top: -4px; }

.learn .stage .actors[sequence] .target {
  border-width: 24vmin;
  top: 15vmin;
  left: 8vmin;
  opacity: .67;
  color: #888; }
.learn .stage .actors[sequence] .scene {
  left: 35vmin;
  top: -3vmin; }
.learn .stage .actors[sequence] #text1 {
  opacity: 1;
  margin-top: 0vmin; }
.learn .stage .actors[sequence] .engine, .learn .stage .actors[sequence] .events, .learn .stage .actors[sequence] .userdb, .learn .stage .actors[sequence] .partners, .learn .stage .actors[sequence] .ui-group, .learn .stage .actors[sequence] .sales, .learn .stage .actors[sequence] .text-extra {
  opacity: 0; }
.learn .stage .actors[sequence] .events {
  top: 5vmin; }
.learn .stage .actors[sequence] #phone .arrow, .learn .stage .actors[sequence] #browser .arrow {
  opacity: 1; }
.learn .stage .actors[sequence*="a"] .target {
  border-width: 12vmin;
  top: 43vmin;
  left: 24vmin;
  color: #2abaa8; }
.learn .stage .actors[sequence*="a"] .scene {
  left: 0vmin;
  top: 4vmin; }
.learn .stage .actors[sequence*="a"] #text1 {
  opacity: 0;
  margin-top: -5vmin; }
.learn .stage .actors[sequence*="a"] #text2 {
  opacity: 1;
  margin-top: 0vmin; }
.learn .stage .actors[sequence*="a"] .events {
  opacity: 1;
  top: 0vmin; }
.learn .stage .actors[sequence*="b"] .target {
  border-width: 12vmin;
  top: 14vmin;
  left: 54vmin;
  color: #abbc62; }
.learn .stage .actors[sequence*="b"] #text2 {
  opacity: 0;
  margin-top: -5vmin; }
.learn .stage .actors[sequence*="b"] #text3 {
  opacity: 1;
  margin-top: 0vmin; }
.learn .stage .actors[sequence*="b"] #api .arrow.to-userdb {
  opacity: 1; }
.learn .stage .actors[sequence*="b"] .scene #userdb {
  opacity: 1;
  margin-top: 0; }
.learn .stage .actors[sequence*="b"] .api-group .events {
  margin-top: -1px;
  border-radius: 0 0 0.375vmin 0.375vmin;
  height: 4vmin;
  padding-bottom: 4vmin; }
.learn .stage .actors[sequence*="b"] .api-group .api {
  border-radius: 0.375vmin 0.375vmin 0vmin 0vmin;
  height: 15vmin; }
.learn .stage .actors[sequence*="c"] .target {
  border-width: 12vmin;
  top: 42vmin;
  left: 54vmin;
  color: #bbb; }
.learn .stage .actors[sequence*="c"] #text3 {
  opacity: 0;
  margin-top: -5vmin; }
.learn .stage .actors[sequence*="c"] #text4 {
  opacity: 1;
  margin-top: 0vmin; }
.learn .stage .actors[sequence*="c"] #api .arrow.to-partners {
  opacity: 1; }
.learn .stage .actors[sequence*="c"] .scene #partners {
  opacity: 1;
  margin-top: 0vmin; }
.learn .stage .actors[sequence*="d"] .target {
  border-width: 12vmin;
  top: 45vmin;
  left: 25vmin;
  color: #ff8a3b; }
.learn .stage .actors[sequence*="d"] #text4 {
  opacity: 0;
  margin-top: -5vmin; }
.learn .stage .actors[sequence*="d"] #text5 {
  opacity: 1;
  margin-top: 0vmin; }
.learn .stage .actors[sequence*="d"] .api-group .engine {
  opacity: 1;
  margin-top: 1vmin; }
.learn .stage .actors[sequence*="d"] #api .arrow.to-partners {
  bottom: 0vmin; }
.learn .stage .actors[sequence*="e"] .target {
  border-width: 20vmin;
  top: 23vmin;
  left: 75vmin;
  color: #eab634; }
.learn .stage .actors[sequence*="e"] .scene {
  left: -33vmin; }
.learn .stage .actors[sequence*="e"] #browser, .learn .stage .actors[sequence*="e"] #phone {
  opacity: .25; }
.learn .stage .actors[sequence*="e"] #text5 {
  opacity: 0;
  margin-top: -5vmin; }
.learn .stage .actors[sequence*="e"] #text6 {
  opacity: 1;
  margin-top: 0; }
.learn .stage .actors[sequence*="e"] .ui-group {
  opacity: 1;
  margin-top: 0; }
.learn .stage .actors[sequence*="e"] .api-group .events {
  border-radius: 0vmin;
  padding-bottom: 0; }
.learn .stage .actors[sequence*="e"] .api-group .engine {
  border-radius: 0vmin 0vmin 0.375vmin 0.375vmin;
  margin-top: -1px;
  height: 4vmin;
  padding-bottom: 4vmin; }
.learn .stage .actors[sequence*="f"] .target {
  border-width: 10vmin;
  top: 40vmin;
  left: 90vmin;
  color: #2abaa8; }
.learn .stage .actors[sequence*="f"] #texts #text6 {
  margin-top: -3vmin; }
  .learn .stage .actors[sequence*="f"] #texts #text6 .text-extra {
    opacity: 1;
    margin-top: 0vmin; }
.learn .stage .actors[sequence*="f"] .ui-group .sales {
  opacity: 1; }
.learn .stage .actors[sequence*="f"] .scene #partners {
  margin-top: -6vmin; }
.learn .stage .actors[sequence*="f"] .ui-group .sales {
  border-radius: 0 0 0.375vmin 0.375vmin;
  margin-top: -1px;
  height: 4vmin;
  padding-bottom: 4vmin; }
.learn .stage .actors[sequence*="f"] .ui-group .ui {
  border-radius: 0.375vmin 0.375vmin 0vmin 0vmin;
  height: 15vmin; }
.learn .stage .actors[sequence*="f"] #api .arrow.to-partners {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }
.learn .stage .actors[sequence*="g"] .scene {
  left: 0vmin;
  top: 0vmin; }
.learn .stage .actors[sequence*="g"] #browser, .learn .stage .actors[sequence*="g"] #phone {
  opacity: 1; }
.learn .stage .actors[sequence*="g"] #text6 {
  opacity: 0;
  margin-left: 5vmin; }
.learn .stage .actors[sequence*="g"] #text7 {
  opacity: 1;
  margin-top: 0vmin; }
.learn .stage .actors[sequence*="g"] .target {
  border-width: 40vmin;
  top: 10vmin;
  left: 10vmin; }
