.floating {
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite; }

@keyframes floating {
  0% {
    transform: translateY(0%); }
  50% {
    transform: translateY(40%); }
  100% {
    transform: translateY(0%); } }

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%); }
  50% {
    -webkit-transform: translateY(40%); }
  100% {
    -webkit-transform: translateY(0%); } }

@keyframes blink {
  0% {
    opacity: 0.1; }
  20% {
    opacity: 0.2; }
  100% {
    opacity: 0.1; } }

@-moz-keyframes blink {
  0% {
    opacity: 0.1; }
  20% {
    opacity: 0.2; }
  100% {
    opacity: 0.1; } }

@-webkit-keyframes blink {
  0% {
    opacity: 0.1; }
  20% {
    opacity: 0.2; }
  100% {
    opacity: 0.1; } }

.cursor {
  animation: cursor-ani 1100ms linear infinite;
  -moz-animation: cursor-ani 1100ms linear infinite;
  -webkit-animation: cursor-ani 1100ms linear infinite; }

@keyframes cursor-ani {
  0% {
    opacity: 1.0; }
  40% {
    opacity: 1.0; }
  100% {
    opacity: 0.0; } }

@-moz-keyframes cursor-ani {
  0% {
    opacity: 1.0; }
  40% {
    opacity: 1.0; }
  100% {
    opacity: 0.0; } }

@-webkit-keyframes cursor-ani {
  0% {
    opacity: 1.0; }
  40% {
    opacity: 1.0; }
  100% {
    opacity: 0.0; } }

.credit-card header, .credit-card .input-group {
  display: flex; }

.pad-10 {
  padding: 10px; }

.pad-t-10 {
  padding-top: 10px; }

.pad-b-10 {
  padding-bottom: 10px; }

.pad-l-10 {
  padding-left: 10px; }

.pad-r-10 {
  padding-right: 10px; }

.pad-tb-10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.pad-20 {
  padding: 20px; }

.pad-t-20 {
  padding-top: 20px; }

.pad-b-20 {
  padding-bottom: 20px; }

.pad-l-20 {
  padding-left: 20px; }

.pad-r-20 {
  padding-right: 20px; }

.pad-tb-20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.pad-30 {
  padding: 30px; }

.pad-t-30 {
  padding-top: 30px; }

.pad-b-30 {
  padding-bottom: 30px; }

.pad-l-30 {
  padding-left: 30px; }

.pad-r-30 {
  padding-right: 30px; }

.pad-tb-30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.pad-40 {
  padding: 40px; }

.pad-t-40 {
  padding-top: 40px; }

.pad-b-40 {
  padding-bottom: 40px; }

.pad-l-40 {
  padding-left: 40px; }

.pad-r-40 {
  padding-right: 40px; }

.pad-tb-40 {
  padding-top: 40px;
  padding-bottom: 40px; }

.pad-50 {
  padding: 50px; }

.pad-t-50 {
  padding-top: 50px; }

.pad-b-50 {
  padding-bottom: 50px; }

.pad-l-50 {
  padding-left: 50px; }

.pad-r-50 {
  padding-right: 50px; }

.pad-tb-50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.pad-60 {
  padding: 60px; }

.pad-t-60 {
  padding-top: 60px; }

.pad-b-60 {
  padding-bottom: 60px; }

.pad-l-60 {
  padding-left: 60px; }

.pad-r-60 {
  padding-right: 60px; }

.pad-tb-60 {
  padding-top: 60px;
  padding-bottom: 60px; }

.pad-70 {
  padding: 70px; }

.pad-t-70 {
  padding-top: 70px; }

.pad-b-70 {
  padding-bottom: 70px; }

.pad-l-70 {
  padding-left: 70px; }

.pad-r-70 {
  padding-right: 70px; }

.pad-tb-70 {
  padding-top: 70px;
  padding-bottom: 70px; }

.pad-80 {
  padding: 80px; }

.pad-t-80 {
  padding-top: 80px; }

.pad-b-80 {
  padding-bottom: 80px; }

.pad-l-80 {
  padding-left: 80px; }

.pad-r-80 {
  padding-right: 80px; }

.pad-tb-80 {
  padding-top: 80px;
  padding-bottom: 80px; }

.pad-90 {
  padding: 90px; }

.pad-t-90 {
  padding-top: 90px; }

.pad-b-90 {
  padding-bottom: 90px; }

.pad-l-90 {
  padding-left: 90px; }

.pad-r-90 {
  padding-right: 90px; }

.pad-tb-90 {
  padding-top: 90px;
  padding-bottom: 90px; }

.pad-100 {
  padding: 100px; }

.pad-t-100 {
  padding-top: 100px; }

.pad-b-100 {
  padding-bottom: 100px; }

.pad-l-100 {
  padding-left: 100px; }

.pad-r-100 {
  padding-right: 100px; }

.pad-tb-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.pad-110 {
  padding: 110px; }

.pad-t-110 {
  padding-top: 110px; }

.pad-b-110 {
  padding-bottom: 110px; }

.pad-l-110 {
  padding-left: 110px; }

.pad-r-110 {
  padding-right: 110px; }

.pad-tb-110 {
  padding-top: 110px;
  padding-bottom: 110px; }

.pad-120 {
  padding: 120px; }

.pad-t-120 {
  padding-top: 120px; }

.pad-b-120 {
  padding-bottom: 120px; }

.pad-l-120 {
  padding-left: 120px; }

.pad-r-120 {
  padding-right: 120px; }

.pad-tb-120 {
  padding-top: 120px;
  padding-bottom: 120px; }

.pad-130 {
  padding: 130px; }

.pad-t-130 {
  padding-top: 130px; }

.pad-b-130 {
  padding-bottom: 130px; }

.pad-l-130 {
  padding-left: 130px; }

.pad-r-130 {
  padding-right: 130px; }

.pad-tb-130 {
  padding-top: 130px;
  padding-bottom: 130px; }

.pad-140 {
  padding: 140px; }

.pad-t-140 {
  padding-top: 140px; }

.pad-b-140 {
  padding-bottom: 140px; }

.pad-l-140 {
  padding-left: 140px; }

.pad-r-140 {
  padding-right: 140px; }

.pad-tb-140 {
  padding-top: 140px;
  padding-bottom: 140px; }

.pad-150 {
  padding: 150px; }

.pad-t-150 {
  padding-top: 150px; }

.pad-b-150 {
  padding-bottom: 150px; }

.pad-l-150 {
  padding-left: 150px; }

.pad-r-150 {
  padding-right: 150px; }

.pad-tb-150 {
  padding-top: 150px;
  padding-bottom: 150px; }

.pad-160 {
  padding: 160px; }

.pad-t-160 {
  padding-top: 160px; }

.pad-b-160 {
  padding-bottom: 160px; }

.pad-l-160 {
  padding-left: 160px; }

.pad-r-160 {
  padding-right: 160px; }

.pad-tb-160 {
  padding-top: 160px;
  padding-bottom: 160px; }

.margin-10 {
  margin: 10px; }

.margin-t-10 {
  margin-top: 10px; }

.margin-b-10 {
  margin-bottom: 10px; }

.margin-l-10 {
  margin-left: 10px; }

.margin-r-10 {
  margin-right: 10px; }

.margin-tb-10 {
  margin-top: 10px;
  margin-bottom: 10px; }

.margin-20 {
  margin: 20px; }

.margin-t-20 {
  margin-top: 20px; }

.margin-b-20 {
  margin-bottom: 20px; }

.margin-l-20 {
  margin-left: 20px; }

.margin-r-20 {
  margin-right: 20px; }

.margin-tb-20 {
  margin-top: 20px;
  margin-bottom: 20px; }

.margin-30 {
  margin: 30px; }

.margin-t-30 {
  margin-top: 30px; }

.margin-b-30 {
  margin-bottom: 30px; }

.margin-l-30 {
  margin-left: 30px; }

.margin-r-30 {
  margin-right: 30px; }

.margin-tb-30 {
  margin-top: 30px;
  margin-bottom: 30px; }

.margin-40 {
  margin: 40px; }

.margin-t-40 {
  margin-top: 40px; }

.margin-b-40 {
  margin-bottom: 40px; }

.margin-l-40 {
  margin-left: 40px; }

.margin-r-40 {
  margin-right: 40px; }

.margin-tb-40 {
  margin-top: 40px;
  margin-bottom: 40px; }

.margin-50 {
  margin: 50px; }

.margin-t-50 {
  margin-top: 50px; }

.margin-b-50 {
  margin-bottom: 50px; }

.margin-l-50 {
  margin-left: 50px; }

.margin-r-50 {
  margin-right: 50px; }

.margin-tb-50 {
  margin-top: 50px;
  margin-bottom: 50px; }

.margin-60 {
  margin: 60px; }

.margin-t-60 {
  margin-top: 60px; }

.margin-b-60 {
  margin-bottom: 60px; }

.margin-l-60 {
  margin-left: 60px; }

.margin-r-60 {
  margin-right: 60px; }

.margin-tb-60 {
  margin-top: 60px;
  margin-bottom: 60px; }

.margin-70 {
  margin: 70px; }

.margin-t-70 {
  margin-top: 70px; }

.margin-b-70 {
  margin-bottom: 70px; }

.margin-l-70 {
  margin-left: 70px; }

.margin-r-70 {
  margin-right: 70px; }

.margin-tb-70 {
  margin-top: 70px;
  margin-bottom: 70px; }

.margin-80 {
  margin: 80px; }

.margin-t-80 {
  margin-top: 80px; }

.margin-b-80 {
  margin-bottom: 80px; }

.margin-l-80 {
  margin-left: 80px; }

.margin-r-80 {
  margin-right: 80px; }

.margin-tb-80 {
  margin-top: 80px;
  margin-bottom: 80px; }

.margin-90 {
  margin: 90px; }

.margin-t-90 {
  margin-top: 90px; }

.margin-b-90 {
  margin-bottom: 90px; }

.margin-l-90 {
  margin-left: 90px; }

.margin-r-90 {
  margin-right: 90px; }

.margin-tb-90 {
  margin-top: 90px;
  margin-bottom: 90px; }

.margin-100 {
  margin: 100px; }

.margin-t-100 {
  margin-top: 100px; }

.margin-b-100 {
  margin-bottom: 100px; }

.margin-l-100 {
  margin-left: 100px; }

.margin-r-100 {
  margin-right: 100px; }

.margin-tb-100 {
  margin-top: 100px;
  margin-bottom: 100px; }

.margin-110 {
  margin: 110px; }

.margin-t-110 {
  margin-top: 110px; }

.margin-b-110 {
  margin-bottom: 110px; }

.margin-l-110 {
  margin-left: 110px; }

.margin-r-110 {
  margin-right: 110px; }

.margin-tb-110 {
  margin-top: 110px;
  margin-bottom: 110px; }

.margin-120 {
  margin: 120px; }

.margin-t-120 {
  margin-top: 120px; }

.margin-b-120 {
  margin-bottom: 120px; }

.margin-l-120 {
  margin-left: 120px; }

.margin-r-120 {
  margin-right: 120px; }

.margin-tb-120 {
  margin-top: 120px;
  margin-bottom: 120px; }

.margin-130 {
  margin: 130px; }

.margin-t-130 {
  margin-top: 130px; }

.margin-b-130 {
  margin-bottom: 130px; }

.margin-l-130 {
  margin-left: 130px; }

.margin-r-130 {
  margin-right: 130px; }

.margin-tb-130 {
  margin-top: 130px;
  margin-bottom: 130px; }

.margin-140 {
  margin: 140px; }

.margin-t-140 {
  margin-top: 140px; }

.margin-b-140 {
  margin-bottom: 140px; }

.margin-l-140 {
  margin-left: 140px; }

.margin-r-140 {
  margin-right: 140px; }

.margin-tb-140 {
  margin-top: 140px;
  margin-bottom: 140px; }

.margin-150 {
  margin: 150px; }

.margin-t-150 {
  margin-top: 150px; }

.margin-b-150 {
  margin-bottom: 150px; }

.margin-l-150 {
  margin-left: 150px; }

.margin-r-150 {
  margin-right: 150px; }

.margin-tb-150 {
  margin-top: 150px;
  margin-bottom: 150px; }

.margin-160 {
  margin: 160px; }

.margin-t-160 {
  margin-top: 160px; }

.margin-b-160 {
  margin-bottom: 160px; }

.margin-l-160 {
  margin-left: 160px; }

.margin-r-160 {
  margin-right: 160px; }

.margin-tb-160 {
  margin-top: 160px;
  margin-bottom: 160px; }

.margin-t-0 {
  margin-top: 0; }

.margin-b-0 {
  margin-bottom: 0; }

.margin-b-200 {
  margin-bottom: 200px; }

.with-browser {
  padding-bottom: 0px !important; }

.margin-header-h2 {
  margin-bottom: 15px !important; }

.margin-top-xl-auto {
  margin: 80px auto !important; }

.margin-left-header {
  margin-left: 15px; }

.margin-top-xs {
  margin-top: 5px; }

.margin-bottom-xs {
  margin-bottom: 5px; }

.margin-col-left {
  margin-right: 26px; }

.margin-col-center {
  margin-left: 14px;
  margin-right: 14px; }

.margin-col-right {
  margin-left: 26px; }

.pad-100-even {
  padding: 140px 100px 140px 100px; }

.margin-auto {
  margin: 20px auto; }

.margin-error {
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -300px;
  width: 100%; }

.margin-maintenance {
  text-align: center;
  position: absolute;
  top: 40%;
  margin-top: -200px;
  width: 100%; }
  .margin-maintenance img {
    max-width: 80vw;
    max-height: 60vh; }
  .margin-maintenance h1, .margin-maintenance h4 {
    max-width: 80%; }

::selection {
  background: #7eceff; }

::-moz-selection {
  background: #7eceff; }

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

*:focus {
  outline: 0; }

a {
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  text-decoration: none;
  color: inherit; }

a.fadein {
  opacity: 0.7; }
  a.fadein:hover {
    opacity: 1.0; }

.fadeout {
  opacity: 1.0; }
  .fadeout:hover {
    opacity: 0.7; }

input {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 100%;
  padding: 15px;
  font-size: inherit;
  font-weight: 400;
  outline: none;
  border-style: solid;
  border-width: 1px;
  border-color: #a6a6a6; }

select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus {
  border-color: #4CA6DE; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset;
  background-color: #FFFFFF !important; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */ }

hr {
  border: 0;
  border-bottom: 1px solid #4a4a4a;
  margin: 30px 0 30px 0; }
  hr.overlay {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }

pre {
  margin: 0;
  overflow: visible; }
  pre code {
    background-color: #4a4a4a;
    padding: 5px;
    display: inline-block;
    moz-tab-size: 4;
    o-tab-size: 4;
    tab-size: 4; }
  pre.block code {
    padding: 10px;
    display: block;
    overflow: scroll;
    max-height: 600px; }

table th {
  text-align: left; }

html, body {
  font-family: 'Roboto', sans-serif;
  height: 100%;
  margin: 0;
  background-color: #1a1a1a;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px; }

.header-bg {
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  -ms-transition: all 400ms linear;
  transition: all 400ms linear;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 82px;
  background-color: rgba(26, 26, 26, 0.9);
  z-index: 1; }

.header-container {
  -webkit-transition: opacity 750ms linear;
  -moz-transition: opacity 750ms linear;
  -o-transition: opacity 750ms linear;
  -ms-transition: opacity 750ms linear;
  transition: opacity 750ms linear;
  text-align: right;
  opacity: 1.0;
  position: absolute;
  top: 0;
  z-index: 2; }
  .header-container.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100px !important;
    min-height: 100px !important;
    padding: 0; }
    .header-container.fixed.headroom {
      top: -100px !important; }
      .header-container.fixed.headroom .header-bg {
        top: -100px !important; }
    .header-container.fixed.scroll-show {
      opacity: 0.0; }
  .header-container .logo {
    width: 100px;
    position: absolute;
    left: 40px;
    top: 12px; }
  .header-container .left-nav {
    position: absolute;
    left: 160px;
    top: 0; }
  .header-container .right-nav {
    padding-right: 20px; }

.body-container {
  min-height: 100%;
  margin-bottom: -200px; }

.header {
  -webkit-transition: opacity 750ms linear;
  -moz-transition: opacity 750ms linear;
  -o-transition: opacity 750ms linear;
  -ms-transition: opacity 750ms linear;
  transition: opacity 750ms linear;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -100px;
  opacity: 1.0; }
  .header div {
    display: none; }
  .header .logo {
    display: none;
    max-width: 150px; }

.footer-push {
  clear: both;
  height: 200px; }

.footer {
  z-index: 2;
  position: relative;
  clear: both;
  height: 100px;
  margin-top: 80px;
  margin-bottom: 20px; }
  .footer .twitter-link {
    opacity: 0.3;
    width: 50px;
    height: 20px;
    display: inline-block; }
    .footer .twitter-link:hover {
      opacity: 1.0; }
    .footer .twitter-link img {
      width: 20px; }

.logo-centered {
  margin-top: 10%;
  max-width: 300px; }
  .logo-centered.small {
    margin-top: 50px;
    max-width: 150px; }

.container-max, .container-min {
  position: relative;
  margin: 0 auto; }

.container-max {
  max-width: 1100px;
  padding-left: 20px;
  padding-right: 20px; }

.container-min {
  max-width: 1100px;
  padding-left: 160px;
  padding-right: 160px; }

.row {
  width: 100%;
  font-size: 18px;
  line-height: 28px; }
  .row.full-screen {
    min-height: 100vh;
    height: 100vh; }
  .row.gray-bg {
    background-color: #292929; }
  .row .headline-big {
    margin-top: 0;
    margin-bottom: 100px; }
  .row .baseline-big {
    margin-bottom: 0;
    margin-top: 100px; }
  .row .small-container {
    max-width: 780px; }
  .row .margin-bottom-lg {
    margin: 0 auto 40px; }
  .row .col-container .col-3up-homepage {
    display: inline-block;
    float: none;
    vertical-align: top;
    max-width: 33.333%;
    width: 33.333%;
    padding: 20px 20px 50px 20px; }
    .row .col-container .col-3up-homepage img {
      width: 100%;
      margin-bottom: 15px; }
  .row .col-container .col-2up {
    display: inline-block;
    float: none;
    vertical-align: top;
    max-width: 50%;
    width: 50%;
    padding: 20px 50px 50px 50px; }

.container {
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  -ms-transition: all 400ms linear;
  transition: all 400ms linear;
  z-index: 1;
  position: relative;
  max-width: 1080px;
  padding: 0 40px 0 40px;
  margin: auto; }
  .container.full-screen {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -200px; }

.col-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .col-container .col-3up {
    display: table-cell;
    float: none;
    vertical-align: top;
    max-width: 33.333%;
    width: 33.333%;
    margin: 0; }
  .col-container .col-nav {
    display: table-cell;
    float: none;
    vertical-align: top;
    max-width: 18%;
    width: 18%;
    margin: 0;
    z-index: 0; }
    .col-container .col-nav .side-nav {
      width: 100%;
      z-index: 0;
      max-width: 400px;
      overflow: scroll;
      height: 100%;
      padding-bottom: 60px; }
  .col-container .col-pane {
    display: table-cell;
    float: none;
    vertical-align: top;
    max-width: 82%;
    width: 82%;
    margin: 0;
    z-index: 1;
    display: none; }
    .col-container .col-pane.active {
      display: block; }
  .col-container .col-nav-internal {
    display: table-cell;
    float: none;
    vertical-align: top;
    max-width: 30%;
    width: 30%;
    margin: 0; }
  .col-container .col-pane-internal {
    display: table-cell;
    float: none;
    vertical-align: top;
    max-width: 70%;
    width: 70%;
    margin: 0; }

.white-bg {
  background-color: #FFFFFF;
  color: #4a4a4a; }

.light-bg {
  background-color: #292929;
  color: #FFFFFF; }

.blue-bg {
  background-color: #4CA6DE;
  color: #FFFFFF; }

.black-bg {
  background-color: #1a1a1a;
  color: #FFFFFF; }

.purple-bg {
  background-color: #B26CEE;
  color: #FFFFFF; }

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translate3d(0, -50px, 0);
  -ms-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
  -webkit-transition: -webkit-transform .5s ease-out;
  -ms-transition: -webkit-transform .5s ease-out;
  transition: transform .5s ease-out;
  z-index: 999999; }

.pace.pace-active {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.pace .pace-progress {
  display: block;
  position: fixed;
  z-index: 99999999;
  top: 0;
  right: 100%;
  width: 100%;
  height: 6px;
  background: #4CA6DE;
  pointer-events: none; }

.module {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  background-color: #292929;
  color: #FFFFFF;
  position: relative;
  padding-top: 60px;
  min-height: 350px; }
  .module.lighten {
    background-color: #1a1a1a; }
  .module .module-header {
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #FFFFFF;
    color: #4a4a4a;
    width: 100%;
    text-align: center;
    padding: 10px 10px 10px 10px; }
  .module.active {
    background-color: #4CA6DE; }
    .module.active .module-header {
      color: #4CA6DE; }
    .module.active button {
      background-color: transparent !important;
      border-width: 1px !important;
      border-style: solid;
      cursor: auto;
      background-color: #FFFFFF;
      border-color: #FFFFFF; }
      .module.active button:hover {
        cursor: auto; }
  .module.recommended {
    margin-top: -20px;
    padding-bottom: 40px;
    padding-top: 80px; }
  .module .trial {
    background-color: #FFFFFF;
    color: #4CA6DE;
    width: auto;
    border-radius: 4px;
    padding: 10px 20px 15px 20px;
    margin-bottom: 20px;
    line-height: 26px;
    display: inline-block; }
    .module .trial .info {
      font-size: 12px;
      font-weight: 400;
      font-style: italic;
      padding: 0;
      margin: 0;
      line-height: 16px; }

.history-header,
.history-item {
  border-top: 1px solid #4a4a4a; }
  .history-header div,
  .history-item div {
    padding-top: 10px;
    padding-bottom: 10px;
    float: none;
    vertical-align: middle;
    width: 100%; }
    .history-header div i,
    .history-item div i {
      vertical-align: middle; }
    .history-header div .history-datetime,
    .history-item div .history-datetime {
      float: right; }

.history-header {
  border-top: none; }
  .history-header i {
    opacity: 0; }
  .history-header div {
    padding-bottom: 2px; }

.docs-header,
.docs-item {
  border-top: 1px solid #4a4a4a;
  width: 100%; }
  .docs-header div,
  .docs-item div {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
    vertical-align: middle; }
    .docs-header div.docs-name,
    .docs-item div.docs-name {
      width: 20%; }
    .docs-header div.docs-type,
    .docs-item div.docs-type {
      width: 20%; }
    .docs-header div.docs-description,
    .docs-item div.docs-description {
      margin-left: 10px; }
    .docs-header div.docs-col-sm,
    .docs-item div.docs-col-sm {
      width: 4%;
      min-width: 30px;
      margin-right: 20px; }
    .docs-header div.docs-col-md,
    .docs-item div.docs-col-md {
      width: 35%;
      min-width: 220px;
      margin-right: 20px; }
    .docs-header div.docs-col-lg,
    .docs-item div.docs-col-lg {
      min-width: 200px; }

.docs-header {
  border-top: none; }
  .docs-header i {
    opacity: 0; }
  .docs-header div {
    padding-bottom: 6px; }

.icon-toggle {
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  -o-transition: color 200ms ease-in-out;
  -ms-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  cursor: pointer;
  display: inline-block; }
  .icon-toggle .material-icons, .icon-toggle blockquote:before {
    -webkit-transition: color 200ms ease-in-out;
    -moz-transition: color 200ms ease-in-out;
    -o-transition: color 200ms ease-in-out;
    -ms-transition: color 200ms ease-in-out;
    transition: color 200ms ease-in-out;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -1px; }
  .icon-toggle:hover .material-icons, .icon-toggle:hover blockquote:before {
    color: #4CA6DE; }
  .icon-toggle.active .material-icons, .icon-toggle.active blockquote:before {
    color: #4CA6DE; }
  .icon-toggle.toggle-red:hover .material-icons, .icon-toggle.toggle-red:hover blockquote:before {
    color: #B71C1C; }
  .icon-toggle.toggle-red.active .material-icons, .icon-toggle.toggle-red.active blockquote:before {
    color: #B71C1C; }

.icon-hover-red {
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  -o-transition: color 200ms ease-in-out;
  -ms-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  cursor: pointer; }
  .icon-hover-red:hover {
    color: #B71C1C; }

.material-icons.text-align, blockquote.text-align:before {
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  -o-transition: color 200ms ease-in-out;
  -ms-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  vertical-align: middle;
  margin-right: 6px;
  margin-top: -3px; }

.toggle-element {
  -webkit-transition: opacity 200ms ease-in-out;
  -moz-transition: opacity 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out;
  -ms-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  cursor: pointer;
  display: inline-block; }
  .toggle-element:hover {
    opacity: 0.7; }

i.var {
  border-bottom: dotted 1px #a6a6a6;
  font-style: normal;
  padding: 0 2px 0 2px;
  color: #a6a6a6;
  font-weight: 500; }

.global-disabled {
  opacity: 0.3;
  cursor: not-allowed; }

.block {
  display: block; }

.pointer {
  cursor: pointer; }

.help {
  cursor: help; }

.relative {
  position: relative; }

.right-align {
  text-align: right;
  margin-top: -23px !important; }

.row-max {
  max-width: 600px;
  margin: 40px auto 0; }

.max-400 {
  max-width: 400px; }

.max-600 {
  max-width: 600px; }

.max-800 {
  max-width: 800px; }

.max-button {
  max-width: 305px; }

.max-100-percent {
  max-width: 100%; }

.rounded-corners {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

.invisible {
  opacity: 0.0 !important; }

.hide {
  display: none; }

.view-overages {
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  cursor: pointer;
  opacity: 1.0; }
  .view-overages:hover {
    opacity: 0.7; }

.responsive-inline,
.responsive-show {
  display: none !important; }

.responsive-nav,
.responsive-small-nav {
  display: none; }

.modal {
  margin: 60px auto 20px;
  padding: 20px 40px 20px 40px;
  max-width: 360px; }

.min-height {
  min-height: 340px; }

.load-animation {
  display: none; }

.big-input {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  text-align: center;
  cursor: pointer;
  font-size: 36px;
  font-weight: 300;
  padding: 20px;
  color: #4CA6DE;
  text-align: left; }

.small-input {
  color: #4a4a4a;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-color: transparent; }

.domain-text-container {
  position: relative; }
  .domain-text-container .domain-input {
    text-transform: lowercase; }
  .domain-text-container .domain-text {
    position: absolute;
    top: 36px;
    left: 118px;
    color: #4CA6DE;
    cursor: pointer;
    pointer-events: none; }
    .domain-text-container .domain-text.text-lg, .domain-text-container .copy-formatting h1.domain-text, .copy-formatting .domain-text-container h1.domain-text {
      top: 41px;
      left: 257px;
      color: #a6a6a6; }
  .domain-text-container .domain-length {
    position: absolute;
    visibility: hidden; }

.button, .button-sm, .button-md, .button-lg, .button-hidden {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  text-align: center;
  cursor: pointer;
  color: #FFFFFF;
  width: auto; }
  .button.text-md, .text-md.button-sm, .copy-formatting h2.button-sm, .copy-formatting h3.button-sm, .text-md.button-md, .copy-formatting h2.button-md, .copy-formatting h3.button-md, .text-md.button-lg, .copy-formatting h2.button-lg, .copy-formatting h3.button-lg, .text-md.button-hidden, .copy-formatting h2.button-hidden, .copy-formatting h3.button-hidden, .copy-formatting h2.button, .copy-formatting h3.button {
    font-weight: 300; }

.button-sm {
  min-width: 120px;
  padding: 10px 20px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 14px;
  font-weight: 500; }
  .button-sm.more-padding {
    padding: 13px 50px; }
  .button-sm.less-padding {
    padding: 6px 20px; }

.button-md {
  min-width: 120px;
  padding: 15px 20px 15px 20px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300 !important;
  letter-spacing: 0.03em; }

.button-wide {
  min-width: 300px; }

.button-lg {
  font-size: 36px;
  font-weight: 300;
  padding: 20px; }

.button-hidden {
  min-width: initial !important; }
  .button-hidden.active {
    color: #4CA6DE; }

.button-double {
  line-height: 20px !important;
  padding-top: 15px; }

.button-blue {
  background-color: #4CA6DE;
  border-color: #4CA6DE;
  color: #FFFFFF; }
  .button-blue:hover {
    background-color: #268fd1;
    border-color: #268fd1; }
  .button-blue.disabled {
    cursor: not-allowed;
    background-color: #4a4a4a;
    border-color: #4a4a4a;
    color: #a6a6a6; }
    .button-blue.disabled.no-module {
      background-color: #292929;
      border-color: #292929;
      color: #4a4a4a; }

.button-purple {
  background-color: #B26CEE;
  border-color: #B26CEE; }
  .button-purple:hover {
    background-color: #9a3ee9;
    border-color: #9a3ee9; }

.button-red {
  background-color: #B71C1C;
  border-color: #B71C1C; }
  .button-red:hover {
    background-color: #a11919;
    border-color: #a11919; }
  .button-red.disabled {
    cursor: not-allowed;
    background-color: #4a4a4a;
    border-color: #4a4a4a;
    color: #a6a6a6; }

.button-black {
  background-color: #4a4a4a;
  border-color: #4a4a4a; }
  .button-black:hover {
    background-color: #3e3e3e;
    border-color: #3e3e3e; }

.button-white {
  background-color: #FFFFFF;
  border-color: #FFFFFF; }

.button-outline {
  background-color: transparent !important;
  border-width: 1px !important;
  border-style: solid; }
  .button-outline.button-blue {
    color: #4CA6DE; }
  .button-outline:hover {
    opacity: 0.7; }
  .button-outline.disabled {
    cursor: auto; }
    .button-outline.disabled:hover {
      opacity: 1.0; }

.button-icon {
  width: 43px;
  margin-right: 10px;
  margin-bottom: -5px; }

.button-max {
  width: 100%; }

.button-legacy {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
  display: inline-block;
  padding: 30px 30px 27px 30px;
  min-width: 400px;
  background-color: #b26cee;
  text-align: center;
  font-size: 26px;
  letter-spacing: 1px;
  cursor: pointer; }
  .button-legacy:hover {
    background-color: #4CA6DE; }
  .button-legacy.blue {
    background-color: #4CA6DE; }
    .button-legacy.blue:hover {
      background-color: #b26cee; }

.swap-element {
  cursor: pointer; }
  .swap-element:hover {
    color: #4CA6DE; }

.nav-settings {
  position: relative;
  display: inline-block; }
  .nav-settings.active .icon-more {
    transform: translateX(100%) rotate(-180deg);
    -ms-transform: translateX(100%) rotate(-180deg);
    -webkit-transform: translateX(100%) rotate(-180deg); }
  .nav-settings.active .dropdown {
    opacity: 1;
    top: 60px; }
  .nav-settings .open-dropdown {
    position: relative;
    min-width: 74px;
    height: 42px; }
    .nav-settings .open-dropdown .icon-menu,
    .nav-settings .open-dropdown .icon-settings {
      position: absolute;
      top: 8px;
      left: 12px;
      width: 20px; }
    .nav-settings .open-dropdown .icon-more {
      position: absolute;
      top: 8px;
      left: 42px;
      width: 12px;
      -webkit-transition: -webkit-transform .2s ease-in-out;
      -ms-transition: -ms-transform .2s ease-in-out;
      transition: transform .2s ease-in-out;
      transform-origin: 50% 50%;
      -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%; }
  .nav-settings .dropdown {
    opacity: 0;
    position: absolute;
    top: 45px;
    right: 0;
    list-style-type: none;
    margin: 0px;
    border: 1px solid #ffffff;
    padding: 15px 20px 15px 20px;
    background-color: #1a1a1a;
    min-width: 180px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear; }
    .nav-settings .dropdown hr {
      margin-top: 10px;
      margin-bottom: 10px; }
    .nav-settings .dropdown li {
      list-style: none;
      background-image: none;
      background-repeat: none;
      background-position: 0;
      line-height: 30px; }
    .nav-settings .dropdown.disable {
      display: none; }
    .nav-settings .dropdown:after, .nav-settings .dropdown:before {
      content: '';
      display: block;
      position: absolute;
      bottom: 100%;
      width: 0;
      height: 0;
      border-style: solid; }
    .nav-settings .dropdown:after {
      right: 10px;
      border-color: transparent transparent #1a1a1a transparent;
      border-width: 10px; }
    .nav-settings .dropdown:before {
      right: 8px;
      border-color: transparent transparent #FFFFFF transparent;
      border-width: 12px; }

.text-xxl {
  font-size: 76px;
  line-height: 76px;
  font-weight: 300; }

.text-xl {
  font-size: 56px;
  line-height: 66px;
  font-weight: 300; }

.text-lg, .copy-formatting h1 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 300; }

.text-md, .copy-formatting h2, .copy-formatting h3 {
  font-size: 24px;
  line-height: 30px; }
  .text-md.extra-leading, .copy-formatting h2.extra-leading, .copy-formatting h3.extra-leading {
    line-height: 40px; }

.text-body {
  font-size: 16px;
  line-height: 26px; }

.text-sm, .copy-formatting .section-header {
  font-size: 14px;
  line-height: 18px; }

.text-xs {
  font-size: 12px;
  line-height: 14px; }

.text-bold, .copy-formatting .section-header, .copy-formatting h4 {
  font-weight: 500 !important; }

.text-regular, .copy-formatting h3 {
  font-weight: 400 !important; }

.text-thin, .copy-formatting h1, .copy-formatting h2 {
  font-weight: 300 !important; }

.text-light {
  font-weight: 100 !important; }

.code {
  font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
  text-align: left;
  color: #a6a6a6; }

a.gray-text,
.gray-text,
.copy-formatting h2,
.copy-formatting h4 {
  color: #a6a6a6; }

.dark-gray-text {
  color: #4a4a4a; }

.blue-text, .copy-formatting h3 {
  color: #4CA6DE; }

.black-text {
  color: #1a1a1a; }

.blue-text-hover {
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  -o-transition: color 200ms ease-in-out;
  -ms-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out; }
  .blue-text-hover:hover {
    color: #4CA6DE; }

.white-text, .copy-formatting h1 {
  color: #FFFFFF; }

.white-opacity-text {
  color: #FFFFFF;
  opacity: 0.5; }

.purple-text {
  color: #B26CEE; }

.green-text {
  color: #7ED321; }

.red-text {
  color: #B71C1C; }

.white-hover:hover {
  color: #FFFFFF; }

.color-text {
  border-bottom: dotted 1px #8d8d8d; }

.solid-blue-underline {
  border-bottom: solid 1px #4CA6DE; }

.dotted-blue-underline {
  border-bottom: dotted 1px #4CA6DE; }

.dotted-gray-underline {
  border-bottom: dotted 1px #a6a6a6; }

.dotted-white-underline {
  border-bottom: dotted 1px #FFFFFF; }

.hanging-quote {
  margin: 0;
  padding: 0;
  text-indent: -7px; }

.center {
  text-align: center; }

.left {
  text-align: left; }

.bold {
  font-weight: bold; }

.uppercase {
  text-transform: uppercase; }

.link-underline {
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  cursor: pointer;
  padding-bottom: 1px;
  border-bottom: 1px dotted #FFFFFF; }
  .link-underline:hover {
    color: #4CA6DE; }
    .link-underline:hover.purple {
      color: #B26CEE; }
  .link-underline.active {
    color: #4CA6DE; }
    .link-underline.active.purple {
      color: #B26CEE; }

h1 {
  font-size: 56px;
  font-weight: 100;
  line-height: 66px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 0;
  padding: 0;
  text-align: center; }
  h1.large {
    font-size: 66px; }

h2 {
  font-size: 36px;
  font-weight: 300;
  line-height: 42px;
  width: 100%;
  margin: 0 auto 20px;
  padding: 0;
  text-align: center; }

h3 {
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  width: 100%;
  margin: 20px auto 0;
  padding: 0; }

.side-nav h3 {
  -webkit-transition: color 100ms linear;
  -moz-transition: color 100ms linear;
  -o-transition: color 100ms linear;
  -ms-transition: color 100ms linear;
  transition: color 100ms linear; }
  .side-nav h3:hover, .side-nav h3.active {
    color: #4CA6DE;
    cursor: pointer;
    padding-left: 10px;
    margin-left: -10px; }
  .side-nav h3.active {
    border-left: 2px solid #4CA6DE;
    margin-left: -12px; }
  .side-nav h3.side-sub {
    margin: 5px auto 0;
    margin-left: 10px;
    font-size: 14px;
    line-height: 18px;
    color: #a6a6a6;
    font-weight: 400;
    width: auto; }
    .side-nav h3.side-sub:hover, .side-nav h3.side-sub.active {
      color: #4CA6DE;
      cursor: pointer;
      padding-left: 10px;
      margin-left: 0px;
      font-weight: bold; }
    .side-nav h3.side-sub.active {
      border-left: 2px solid #4CA6DE;
      margin-left: -2px; }

h4 {
  font-size: 22px;
  font-weight: 300;
  width: 100%;
  margin: 5px auto 0;
  padding: 0;
  text-align: center;
  color: #a6a6a6;
  max-width: 800px;
  line-height: 31px; }

sup.dollar {
  vertical-align: super;
  font-size: 20px;
  font-weight: 400; }

blockquote {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #4a4a4a;
  color: #a6a6a6;
  margin: 20px 0 20px 0;
  padding: 15px 20px 15px 50px;
  max-width: 700px;
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-style: italic;
  line-height: 24px; }
  blockquote b {
    font-style: normal; }
  blockquote p {
    padding: 0;
    font-size: 14px;
    font-style: italic;
    line-height: 24px; }

blockquote:before {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: #a6a6a6;
  content: "\E88E";
  top: 50%;
  left: 13px;
  margin-top: -12px;
  display: block; }

.copy-formatting {
  font-size: 18px;
  line-height: 1.5;
  position: relative; }
  .copy-formatting .section-header {
    position: absolute;
    top: 20px;
    right: 20px;
    text-align: right;
    text-transform: uppercase;
    color: #4a4a4a; }
  .copy-formatting h1 {
    text-align: left;
    margin: 0 0 20px 0;
    margin-bottom: 40px; }
    .copy-formatting h1 code {
      color: inherit;
      border: none; }
  .copy-formatting h2 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 40px; }
    .copy-formatting h2 code {
      color: inherit;
      border: none; }
  .copy-formatting h3 {
    margin-top: 40px;
    margin-bottom: 5px; }
    .copy-formatting h3 code {
      color: inherit;
      border: none; }
  .copy-formatting h4 {
    text-align: left;
    letter-spacing: 0.02em;
    margin: 40px 0 -10px 0;
    font-size: 16px;
    text-transform: uppercase; }
  .copy-formatting a {
    border-bottom: dotted 1px #FFFFFF; }
    .copy-formatting a:hover {
      color: #4CA6DE; }
  .copy-formatting table {
    margin-top: 40px;
    margin-bottom: 40px;
    border-collapse: collapse;
    width: 100%; }
    .copy-formatting table thead {
      color: #4a4a4a;
      font-size: 13px;
      border-bottom: 1px solid #4a4a4a; }
      .copy-formatting table thead th {
        padding-bottom: 5px;
        font-weight: 400; }
    .copy-formatting table td {
      padding-top: 5px;
      font-size: 14px; }
  .copy-formatting p {
    max-width: 700px;
    margin-top: 15px;
    margin-bottom: 20px; }
    .copy-formatting p small {
      color: #a6a6a6;
      margin: -15px 0 -20px 0; }
  .copy-formatting ol,
  .copy-formatting ul {
    max-width: 700px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 15px;
    margin-bottom: 20px;
    margin-left: 20px; }
    .copy-formatting ol li,
    .copy-formatting ul li {
      padding: 0 0 10px 0; }
      .copy-formatting ol li ol,
      .copy-formatting ol li ul,
      .copy-formatting ul li ol,
      .copy-formatting ul li ul {
        margin-top: 0;
        margin-bottom: 5px; }
  .copy-formatting pre {
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 30px;
    max-height: 800px;
    overflow: scroll; }
    .copy-formatting pre .hljs {
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      background-color: #1a1a1a;
      padding: 25px 30px 30px 30px; }
      .copy-formatting pre .hljs .hljs-keyword {
        color: #4CA6DE; }
    .copy-formatting pre code {
      color: inherit;
      padding: 0;
      margin: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      border: none;
      white-space: inherit; }
  .copy-formatting code {
    color: #a6a6a6;
    padding: 0 3px 2px 2px;
    margin: 0 1px 0 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #4a4a4a;
    white-space: pre;
    word-break: break-word; }
  .copy-formatting blockquote b,
  .copy-formatting blockquote strong {
    font-style: normal;
    text-transform: uppercase; }
  .copy-formatting blockquote p {
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-style: italic; }
  .copy-formatting blockquote code {
    border: 0;
    background-color: #3e3e3e; }

.browser {
  min-height: 340px;
  background-color: #1a1a1a;
  position: relative;
  max-width: 1000px;
  margin: 100px auto 0; }
  .browser.code {
    min-height: 240px; }
    .browser.code .content {
      height: 240px; }
  .browser .content {
    height: 340px;
    overflow: hidden;
    position: relative; }
    .browser .content .app-code {
      padding: 20px; }
    .browser .content .example-screen {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      width: 100%; }
  .browser .frame {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    background-color: #a6a6a6;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 10px 10px 10px 10px;
    height: 30px; }
    .browser .frame span {
      height: 10px;
      width: 10px;
      border-radius: 10px;
      background-color: #1a1a1a;
      float: left;
      margin: 0 10px 0 0; }

.module-image-height {
  max-height: 200px !important;
  width: auto !important;
  max-width: 100%; }

.module-image-height-large {
  max-height: 230px !important;
  width: auto !important;
  max-width: 100%; }

.arrow-hitzone {
  -webkit-transition: opacity 750ms linear;
  -moz-transition: opacity 750ms linear;
  -o-transition: opacity 750ms linear;
  -ms-transition: opacity 750ms linear;
  transition: opacity 750ms linear;
  position: absolute;
  width: 200px;
  height: 100px;
  left: 50%;
  bottom: 0;
  margin-left: -100px;
  text-align: center;
  cursor: pointer; }
  .arrow-hitzone .next-arrow {
    margin-top: 30px; }

.decoupled-bg {
  background-image: url("../imgs/backgrounds/decoupled-gray.png");
  background-size: 700px;
  background-repeat: no-repeat;
  background-position: center 200px; }

.text-below-illustration {
  margin-top: 400px;
  margin-bottom: 0; }
  .text-below-illustration .col-2up {
    padding-bottom: 20px !important; }

.rabbits-foot {
  margin-top: -40px;
  max-height: 200px;
  margin-bottom: 0; }

.input-background {
  background-image: url("../imgs/backgrounds/input-background.svg");
  background-size: cover;
  background-repeat: no-repeat; }

.ranger-logo {
  -webkit-transition: opacity 100ms ease-in-out;
  -moz-transition: opacity 100ms ease-in-out;
  -o-transition: opacity 100ms ease-in-out;
  -ms-transition: opacity 100ms ease-in-out;
  transition: opacity 100ms ease-in-out;
  max-width: 280px;
  opacity: 0.1;
  width: 60%; }
  .ranger-logo:hover {
    opacity: 1; }

.table {
  display: table;
  border-collapse: collapse;
  width: 100%; }
  .table .table-row {
    display: table-row;
    border-bottom: 1px solid #4a4a4a; }
    .table .table-row.table-header {
      color: #4a4a4a;
      font-size: 13px;
      line-height: 15px; }
      .table .table-row.table-header .table-cell {
        padding-bottom: 2px; }
  .table .table-cell {
    display: table-cell;
    text-align: left;
    vertical-align: top;
    padding: 22px 0 18px 0; }
    .table .table-cell.manage-cell {
      width: 60px; }
    .table .table-cell.percent-cell {
      padding: 25px 0 15px 0;
      width: 15%; }
    .table .table-cell .manage-instance {
      -webkit-transition: all 100ms ease-in-out;
      -moz-transition: all 100ms ease-in-out;
      -o-transition: all 100ms ease-in-out;
      -ms-transition: all 100ms ease-in-out;
      transition: all 100ms ease-in-out;
      width: 34px;
      opacity: 0.5; }
      .table .table-cell .manage-instance:hover {
        opacity: 1.0; }

.percent-chart {
  height: 4px;
  background-color: #4a4a4a;
  margin-bottom: 2px; }
  .percent-chart.light {
    background-color: #E5E5E5; }
  .percent-chart .used {
    height: 4px;
    background-color: #FFFFFF;
    width: 0%; }
    .percent-chart .used.blue {
      background-color: #4CA6DE; }

.percent-warning {
  color: #F5A623 !important; }
  .percent-warning .used {
    background-color: #F5A623 !important; }

.percent-overage {
  color: #B71C1C !important; }
  .percent-overage .used {
    background-color: #B71C1C !important; }

.field-with-icon {
  position: relative; }
  .field-with-icon .field-icon {
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    transition: all 250ms linear;
    position: absolute;
    top: 16px;
    height: 20px;
    cursor: default;
    opacity: 0; }
    .field-with-icon .field-icon.info {
      color: #ececec;
      right: 30px;
      cursor: help; }
    .field-with-icon .field-icon.valid {
      color: #4CA6DE;
      right: -10px; }
    .field-with-icon .field-icon.invalid {
      color: #B71C1C;
      right: 30px;
      cursor: help; }
    .field-with-icon .field-icon.active {
      opacity: 1.0;
      right: 10px; }

.page-bg {
  background: no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .page-bg.signup-bg {
    background-image: url("../imgs/backgrounds/signup-cropped.jpg"); }
  .page-bg.login-bg {
    background-image: url("../imgs/backgrounds/login-cropped.jpg"); }

.notification {
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -150px;
  width: 300px;
  text-align: center; }
  .notification .notification-message {
    display: inline-block;
    margin: 0;
    background-color: #F5A623;
    max-width: 300px;
    padding: 10px 15px 8px 13px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.02em;
    z-index: 2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
  .notification.info .notification-message {
    background-color: #4CA6DE; }
  .notification.warning .notification-message {
    background-color: #F5A623; }
  .notification.error .notification-message,
  .notification.alert .notification-message {
    background-color: #F5A623; }
  .notification.success .notification-message {
    background-color: #7ED321; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.animated {
  animation-duration: 250ms;
  animation-fill-mode: both; }

.fadeIn {
  animation-name: fadeIn; }

.fadeOut {
  animation-name: fadeOut; }

.invisible-blocker {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 109; }

.loading {
  z-index: 110;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -80px;
  margin-top: -63px;
  cursor: progress; }

#page-blocker-smoke {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #1a1a1a;
  opacity: 0.8;
  z-index: 109;
  cursor: progress;
  -webkit-transition: opacity 400ms ease-in-out;
  -moz-transition: opacity 400ms ease-in-out;
  -o-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out; }

.spinner {
  display: none;
  position: fixed;
  width: 60px;
  height: 60px;
  color: #aaaaaa;
  background-color: #FFFFFF;
  bottom: 20px;
  right: 20px;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
  z-index: 110; }

@-webkit-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }

@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

.history-item .make-default .primary-text {
  display: none; }

.history-item .make-default .submitter {
  display: inline-block; }

.history-item.primary-card .make-default .primary-text {
  display: inline-block; }

.history-item.primary-card .make-default .submitter {
  display: none; }

.username-notification {
  margin-bottom: 0;
  font-size: 0.8em;
  color: #666666;
  margin-top: 5px;
  font-style: italic; }

.create-instance-card .credit-card {
  margin: 0;
  max-width: 520px; }

.credit-card {
  flex: 0 0 850px;
  height: 340px;
  width: 520px;
  background: white;
  border-radius: 10px;
  z-index: 10;
  transition: background .4s;
  margin: 0 auto 20px; }
  .credit-card svg {
    pointer-events: none;
    cursor: inherit; }
  .credit-card.create-instance {
    margin: 0; }
  .credit-card.completed {
    background: #4CA6DE; }
    .credit-card.completed .input-group {
      opacity: 0; }
    .credit-card.completed .check {
      visibility: visible;
      stroke-dashoffset: 0; }
  .credit-card header {
    background: #4CA6DE;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    align-items: center;
    justify-content: space-between;
    padding: 34px 30px 30px 30px; }
    .credit-card header h3 {
      color: white;
      font-size: 24px;
      text-transform: uppercase;
      margin: 0; }
    .credit-card header img {
      width: auto;
      height: 40px; }
  .credit-card footer {
    padding: 30px;
    position: relative; }
  .credit-card label {
    width: 100%;
    display: block;
    font-size: 12px;
    color: #a6a6a6;
    padding-bottom: 4px;
    text-transform: uppercase; }
  .credit-card input, .credit-card select {
    width: 100%;
    height: 50px;
    border: 1px solid #a6a6a6;
    border-radius: 6px;
    outline: 0;
    padding: 0 15px;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 18px;
    color: #4a4a4a;
    background: white; }
    .credit-card input:focus, .credit-card select:focus {
      border-color: #4CA6DE; }
  .credit-card select {
    appearance: none; }
  .credit-card .input-group {
    align-items: flex-end;
    margin: 0 -20px;
    transition: .4s; }
  .credit-card .column {
    padding: 0 20px; }
  .credit-card .details {
    margin-bottom: 25px; }
    .credit-card .details .column {
      flex: 0 0 100%; }
  .credit-card .info .column {
    flex: 0 0 33.33%; }
  .credit-card #check {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -45px;
    margin-top: -80px; }
  .credit-card .check {
    visibility: hidden;
    stroke-dasharray: 130px 130px;
    stroke-dashoffset: 130px;
    -webkit-transition: stroke-dashoffset 4.1s linear 0s;
    transition: stroke-dashoffset 500ms ease-in-out; }

.toggle-credit-card {
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  color: #4CA6DE;
  font-size: 30px;
  margin-left: 10px;
  vertical-align: middle;
  margin-top: -5px; }
  .toggle-credit-card:hover {
    color: #FFFFFF;
    opacity: 1.0; }
  .toggle-credit-card.active {
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

@media screen and (max-width: 900px) {
  .button-sm.less-padding {
    padding: 6px 10px; }
  .header-container .left-nav {
    left: 150px; } }

@media screen and (max-width: 800px) {
  .responsive-show {
    display: block !important; }
  .responsive-inline {
    display: inline-block !important; }
  .responsive-hide {
    display: none !important; }
  .margin-col-left {
    margin-right: 0; }
  .margin-col-center {
    margin-left: 0;
    margin-right: 0; }
  .margin-col-right {
    margin-left: 0; }
  body {
    font-size: 14px; }
  .header-container .logo {
    left: 80px; }
  .header-container .left-nav {
    display: none; }
  .header-container .right-nav {
    padding-right: 0; }
  .header-container .responsive-nav {
    display: block; }
  .header-container .dropdown {
    font-size: 16px;
    padding: 25px 30px 25px 30px; }
    .header-container .dropdown li {
      line-height: 36px; }
  .col-container .col-nav {
    padding-bottom: 40px; }
    .col-container .col-nav .side-nav {
      max-width: 100%; }
      .col-container .col-nav .side-nav h3 {
        float: left;
        font-size: 16px;
        display: inline-block;
        width: auto;
        padding: 0px;
        border: none;
        margin: 0 20px 10px 0; }
        .col-container .col-nav .side-nav h3.active {
          border-left: none;
          padding-left: 0;
          margin: 0 20px 10px 0; }
        .col-container .col-nav .side-nav h3:hover {
          padding-left: 0;
          margin: 0 20px 10px 0; }
      .col-container .col-nav .side-nav .side-sub {
        display: none; }
  .col-container .col-pane {
    width: 100%;
    max-width: 100%; }
    .col-container .col-pane .col-pane-internal,
    .col-container .col-pane .col-nav-internal {
      display: block;
      width: 100%;
      max-width: 100%; }
  .domain-text {
    display: none;
    opacity: 0; }
  .browser {
    min-height: 280px; }
    .browser .content {
      height: 280px; }
  .margin-top-xxl {
    margin-top: 60px; }
  .container-max {
    padding-left: 80px;
    padding-right: 80px; }
  .container-min {
    padding-left: 140px;
    padding-right: 140px; }
  .col-container {
    display: block !important; }
    .col-container .col-3up {
      display: block !important;
      max-width: 100%  !important;
      width: 100%  !important;
      margin-bottom: 40px; }
      .col-container .col-3up .col-spacer {
        max-width: 400px !important;
        margin: auto !important; }
  .container {
    padding: 0 30px 0 30px !important; }
    .container .header .logo {
      left: 30px !important; }
    .container .header .margin-left-md {
      margin-left: 10px !important; }
    .container .header .margin-left-sm {
      margin-left: 5px !important; }
    .container .header .button-sm {
      padding: 10px !important;
      min-width: 100px !important; }
      .container .header .button-sm.button-hidden {
        min-width: 80px !important; }
  .percent-chart {
    display: none; }
  .percent-cell {
    padding: 22px 0 18px 0 !important;
    font-size: 16px !important; }
  .pad-20 {
    padding: 60px 30px 60px 30px !important; }
  .headline {
    margin-top: 0px !important;
    margin-bottom: 60px !important; }
  .headline-big {
    margin-top: 20px !important;
    margin-bottom: 50px !important; }
  .baseline-big {
    margin-bottom: 0;
    margin-top: 50px !important; }
  .responsive-top-margin {
    margin-top: 70px; }
  .responsive-bottom-margin {
    margin-bottom: 50px; }
  .margin-top-lg-auto {
    margin: 0px auto !important; }
  .col-3up-homepage {
    max-width: 100%  !important;
    width: 100%  !important; }
    .col-3up-homepage .col-spacer {
      margin-left: 0 !important; }
  .col-2up {
    max-width: 100%  !important;
    width: 100% !important;
    padding: 20px 20px 20px 20px !important; }
    .col-2up .col-spacer {
      margin-left: 0 !important; }
  .col-2-3up {
    max-width: 100%  !important;
    width: 100%  !important; }
    .col-2-3up .col-spacer {
      margin-left: 0 !important; }
  .decoupled-bg {
    background-size: 600px;
    background-position: center 300px; } }

@media screen and (max-width: 500px) {
  .header-container .logo {
    left: 20px; }
  .header-container .responsive-small-nav {
    display: block; }
  .header-container .right-nav {
    padding-right: 0; }
  .create-instance-nav {
    display: none; }
  .container-max {
    padding-left: 20px;
    padding-right: 20px; }
  .container-min {
    padding-left: 40px;
    padding-right: 40px; }
  h1 {
    font-size: 46px;
    line-height: 56px; }
  h4 {
    font-size: 18px; }
  .browser {
    min-height: 180px; }
    .browser .content {
      height: 180px; }
  .button-sm {
    min-width: 100px; } }
