.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.faint {
  opacity: 0.7;
}
.very-faint {
  opacity: 0.4;
}
.underline-on-hover,
footer nav a {
  text-decoration: none;
}
.underline-on-hover:hover,
footer nav a:hover {
  text-decoration: none;
}
.margin-vertical {
  margin-top: 20px;
  margin-bottom: 20px;
}
.margin-vertical-double {
  margin-top: 40px;
  margin-bottom: 40px;
}
.no-float,
.centered-container,
.wide-centered-container,
#content,
.nav-pills,
#navbar {
  float: none;
  clear: both;
  overflow: hidden;
}
.centered-x-and-y,
h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.text-little {
  font-size: 0.8rem;
}
.special-color {
  color: #1794b0;
}
.dark-color,
p a,
p a:visited {
  color: #000;
}
.float-left,
.nav-pills > li,
#nav-logo,
nav.sidebar {
  display: block;
  float: left;
}
.float-right,
header nav,
.sidebarred-content {
  display: block;
  float: right;
}
.centered-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
}
.wide-centered-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}
.float-container {
  float: none;
  clear: both;
  overflow: hidden;
}
.float-container > * {
  display: block;
  float: left;
}
.full-width {
  width: 100%;
}
.halfer {
  width: 45%;
  margin-right: 15px;
}
.button,
button,
.card-button,
.stripe-button-el {
  border-radius: 5px;
  border: none;
  color: #fff;
  background: #1794b0;
  padding: 12px 20px;
  line-height: 1;
  transition: all 0.2s;
}
.button:hover,
button:hover,
.card-button:hover,
.stripe-button-el:hover {
  background: #0b4856;
}
.clearfix:before,
#content:before,
.clearfix:after,
#content:after,
.clearfix display table,
#content display table,
.clearfix content "",
#content content "" {
  clear: both;
}
.list-normal {
  text-align: left;
  padding-left: 20px;
}
.list-normal > li {
  margin: 10px 0;
}
.hidden {
  display: none;
}
@media screen and (max-width: 640px) {
  .hide-on-mobile {
    display: none !important;
  }
}
* {
  box-sizing: border-box;
}
body {
  text-rendering: optimizeLegibility;
  font-family: Lato, sans-serif;
  font-size: 0.8rem;
}
h1,
h2,
h3,
h4 {
  color: #000;
  font-family: Lato, serif;
}
h1 {
  color: #fff;
  z-index: 3;
  font-size: 4rem;
  line-height: 1.4;
  text-shadow: 0px 1px 10px #000;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0 40px;
}
h1.long-string {
  font-size: 3rem;
}
@media screen and (max-width: 640px) {
  h1 {
    font-size: 2.3rem;
  }
  h1.long-string {
    font-size: 2rem;
    padding-top: 60px;
  }
}
h2 {
  margin: 0;
  padding: 50px 20px 30px 20px;
}
h2.no-top-padding {
  padding-top: 0;
}
@media screen and (max-width: 640px) {
  h2 {
    padding-top: 30px;
  }
}
h3 {
  text-align: left;
  margin-top: 40px;
  margin-bottom: 15px;
  padding-bottom: 0;
}
p {
  margin: 25px 0 10px 0;
  padding: 0;
  color: #666;
  text-align: left;
  line-height: 1.5;
}
p a,
p a:visited {
  text-decoration: underline;
}
abbr {
  cursor: help;
}
pre {
  overflow-x: auto;
  font-size: 0.9rem;
  padding: 10px;
  background: #e5f3f6;
  text-align: left;
  border-radius: 2px;
  max-height: 600px;
}
code {
  font-size: 0.9rem;
  font-family: 'Droid Sans Mono', monospace;
  margin: 0 0 15px 0;
  padding: 4px;
  background: #e5f3f6;
}
code.shell:before {
  content: "$ ";
  opacity: 0.4;
}
pre > code {
  line-height: 1.7;
}
a,
a:visited {
  color: #1794b0;
}
textarea {
  width: 100%;
  font-family: Lato, sans-serif;
}
input,
textarea {
  padding: 5px;
  font-size: $regular-font-size;
  border: 1px solid #ddd;
  border-radius: 2px;
}
ol,
ul {
  color: #666;
  text-align: left;
  line-height: 1.5;
}
.avatar {
  text-align: left;
  margin-top: 0px;
  margin-left: 15px;
  display: block;
  height: 32px;
  text-decoration: none;
  font-size: 0.9rem;
}
.avatar img {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  border-radius: 4px;
}
.avatar span {
  line-height: 32px;
  vertical-align: top;
}
.list-ruled {
  text-align: left;
  list-style-position: inside;
}
.list-ruled li {
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #ddd;
}
.list-ruled li:last-child {
  border-bottom-color: transparent;
}
.list-unstyled,
.list-horizontal,
.list-pills,
.language-picker,
.nav-pills,
nav.sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.8;
}
.list-horizontal {
  text-align: center;
  padding: 25px 10px;
}
.list-horizontal > li {
  display: inline-block;
  border-right: 1px solid #ccc;
  padding: 0 10px;
}
.list-horizontal > li:last-child {
  border-right: none;
}
.list-pills,
.language-picker {
  text-align: center;
}
.list-pills > li,
.language-picker > li {
  display: inline-block;
  margin: 0 10px;
  font-size: 0.8rem;
}
.list-pills a,
.language-picker a {
  text-decoration: none;
  padding: 4px 14px 6px 14px;
  border-radius: 20px;
  line-height: 1;
  color: #666;
  background: #f0f0f0;
  transition: all 0.1s;
}
.list-pills a:hover,
.language-picker a:hover,
.list-pills a.active,
.language-picker a.active {
  color: #fff;
  background: #1794b0;
}
.card {
  width: 193.33333333333334px;
  margin: 10px;
  background: #1794b0;
  color: #fff;
  border-radius: 6px;
  padding: 10px;
}
.card ul li {
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .card {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.card-price {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-left: -10px;
}
.card-price:before {
  content: "$";
  font-size: 1.2rem;
  opacity: 0.4;
  padding-right: 3px;
  line-height: 2;
  vertical-align: text-top;
  font-weight: 400;
}
.card-button,
.stripe-button-el {
  background: rgba(0,0,0,0.1);
  border-radius: 5px;
  border: none;
  color: #fff;
  padding: 12px 20px;
  line-height: 1;
  width: 100%;
  transition: all 0.2s;
  font-size: 0.8rem;
}
.card-button:hover,
.stripe-button-el:hover {
  background: rgba(0,0,0,0.4);
}
.card-button-inactive {
  background: none;
  cursor: default;
}
.card-button-inactive:hover {
  background: none;
}
.language-logo {
  display: inline-block;
  width: 70px;
  height: 70px;
  margin: 0 10px;
  opacity: 0.3;
  transition: all 0.3s;
}
.language-logo:hover {
  opacity: 0.6;
}
.language-logo img {
  width: 100%;
}
.language-picker {
  margin-top: 20px;
  width: $language-picker-width;
}
.code-pane {
  min-height: 500px;
  padding: 0;
  font-family: 'Droid Sans Mono', monospace;
  color: $code-color;
  text-align: left;
}
.code-pane pre {
  background: none;
}
[class^='example-'] {
  display: block;
  margin-bottom: 20px;
  background: none;
}
[class^='example-results-'] {
  opacity: 0.6;
}
[class^='example-query-'] {
  display: none;
}
[class^='example-query-'].active {
  display: block;
}
#map-wrapper {
  background-color: #034d62;
  height: 320px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  #map-wrapper {
    height: 240px;
  }
}
#map {
  background: #034d62 no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 320px;
}
#map.new-york {
  background-image: url("/images/new-york.png");
}
@media screen and (max-width: 640px) {
  #map {
    height: 240px;
    background-attachment: scroll;
  }
}
#content {
  padding: 20px;
  position: relative;
}
.customer-logo {
  display: block;
  width: 153.33333333333334px;
  margin: 30px;
  transition: all 0.3s;
  opacity: 0.5;
  filter: #808080;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}
.customer-logo img {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .customer-logo {
    width: 50%;
    margin: 40px auto;
    float: none;
    clear: both;
  }
}
.customer-logo:hover {
  opacity: 1;
  filter: none;
  -webkit-filter: grayscale(0);
}
.testimonial {
  text-align: left;
  line-height: 1.2;
}
.testimonial:before,
.testimonial:after {
  opacity: 0.3;
  font-size: 1.4rem;
  font-family: Georgia;
  content: "\201c";
}
.testimonial:after {
  content: "\201d";
}
footer {
  padding-top: 100px;
}
footer nav {
  text-align: center;
  margin: 10px 0 50px;
}
footer nav a {
  color: #666;
  line-height: 3;
  padding-left: 10px;
  padding-right: 10px;
}
#logo-black {
  color: #000;
  font-weight: 700;
  font-size: 1.1rem;
  text-decoration: none;
}
#logo-black img {
  width: 100px;
  opacity: 0.2;
}
#logo-black .logotype {
  display: block;
  line-height: 2;
}
#logo-black .logotype span {
  opacity: 0.5;
}
header {
  height: 320px;
  background-color: #1794b0;
  position: relative;
}
@media screen and (max-width: 640px) {
  header {
    height: 240px;
  }
}
header nav {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  font-size: 0.8rem;
  line-height: 4.8;
}
header nav a,
header nav a:visited,
header nav a:active {
  text-decoration: none;
  display: inline-block;
  color: #fff;
  padding: 0 15px;
}
header nav a:hover,
header nav a:visited:hover,
header nav a:active:hover,
header nav a.active,
header nav a:visited.active,
header nav a:active.active {
  text-decoration: underline;
}
@media screen and (max-width: 760px) {
  header nav a,
  header nav a:visited,
  header nav a:active {
    padding: 0 6px;
  }
}
@media screen and (max-width: 640px) {
  header nav {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 3.5;
    margin-bottom: 30px;
  }
}
#navbar {
  width: 100%;
  height: 150px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: -moz-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0.6)), color-stop(100%, rgba(0,0,0,0)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
}
#nav-logo {
  position: relative;
  padding: 15px 10px;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  font-size: 1.1rem;
  text-decoration: none;
}
#nav-logo img {
  width: 250px;
}
#nav-logo .logotype {
  position: absolute;
  left: 60px;
  top: 0;
  line-height: 3.4;
}
#nav-logo .logotype span {
  opacity: 0.5;
}
@media screen and (max-width: 640px) {
  #nav-logo {
    display: none;
  }
}
#ip-search-form {
  display: inline-block;
  margin-right: 10px;
}
#ip-search-form input[type=text] {
  max-width: 110px;
}
#ip-search-form input[type=submit] {
  border: none;
  background: #1794b0;
  color: #fff;
}
@media screen and (max-width: 760px) {
  #ip-search-form {
    margin: 0;
  }
  #ip-search-form input[type=text] {
    max-width: none;
    width: 170px;
  }
}
nav.sidebar {
  padding: 10px;
  width: 280px;
}
@media screen and (max-width: 760px) {
  nav.sidebar {
    display: none;
  }
}
nav.sidebar li a {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  text-align: left;
  padding: 0 10px;
  display: block;
  line-height: 2.4;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 3px;
  color: #666;
  background: transparent;
  transition: all 0.1s;
}
nav.sidebar li a:hover,
nav.sidebar li a.active {
  color: #fff;
  background: #1794b0;
}
nav.sidebar li.subitem a {
  padding-left: 20px;
  opacity: 0.6;
  font-size: 0.8rem;
}
.sidebarred-content {
  width: calc(100% - 280px);
  padding-left: 20px;
  padding-right: 20px;
}
.sidebarred-content h2,
.sidebarred-content h3,
.sidebarred-content h4,
.sidebarred-content h5,
.sidebarred-content h6 {
  text-align: left;
  padding-left: 0;
  padding-bottom: 10px;
}
@media screen and (max-width: 760px) {
  .sidebarred-content {
    width: 100%;
    padding: 0;
  }
}
table {
  width: 100%;
  text-align: left;
}
tr {
  border-top: 1px solid #ddd;
}
tr:first-child {
  border-top: none;
}
td,
th {
  line-height: 1.5;
  padding: 10px 5px;
  font-size: 0.8rem;

}
th {
  opacity: 0.5;
  font-weight: normal;
}
.tipsy {
  font-size: 15px;
  position: absolute;
  padding: 7px;
  z-index: 100000;
}
.tipsy-inner {
  background-color: #fff;
  color: #777;
  max-width: 200px;
  padding: 7px 10px 6px 10px;
  text-align: center;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.tipsy-arrow {
  display: none;
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  border: 5px dashed #000;
}
.tipsy-arrow-n {
  border-bottom-color: #fff;
}
.tipsy-arrow-s {
  border-top-color: #fff;
}
.tipsy-arrow-e {
  border-left-color: #fff;
}
.tipsy-arrow-w {
  border-right-color: #fff;
}
.tipsy-n .tipsy-arrow {
  top: 0px;
  left: 50%;
  margin-left: -5px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.tipsy-nw .tipsy-arrow {
  top: 0;
  left: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.tipsy-ne .tipsy-arrow {
  top: 0;
  right: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.tipsy-s .tipsy-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.tipsy-sw .tipsy-arrow {
  bottom: 0;
  left: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.tipsy-se .tipsy-arrow {
  bottom: 0;
  right: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.tipsy-e .tipsy-arrow {
  right: 0;
  top: 50%;
  margin-top: -5px;
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.tipsy-w .tipsy-arrow {
  left: 0;
  top: 50%;
  margin-top: -5px;
  border-right-style: solid;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.triplet {
  width: 300px;
  margin: 10px;
}
@media screen and (max-width: 640px) {
  .triplet {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.triplet-heading {
  text-align: center;
  margin: 0;
  padding: 0;
}
.triplet-blurb {
  margin-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
