body {
  width: 100%;
  min-height: 100%;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #404040;
  background-color: white;
  font-size: 16px;
}
body.hide-footer {
  margin-bottom: 0;
}

.site-wrapper {
  min-height: 100vh;
  background: white;
  display: flex;
  flex-direction: column;
}

html {
  width: 100%;
  height: 100%;
}

section {
  padding-bottom: 30px;
  flex-grow: 2;
}

section > .row {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0 10px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  color: black;
}

h2 {
  font-size: 26px;
}

p {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.5;
}

@media (min-width: 767px) {
  p {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1.6;
  }
}
a {
  color: #03a9f4;
}
a.disabled {
  cursor: default;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #0286c2;
}

.row-same-height {
  height: 100%;
  display: table;
  width: 100%;
}

.col-same-height {
  height: 100%;
  vertical-align: middle;
  display: table-cell;
  float: none !important;
}

.dropdown a:before {
  display: none !important;
}

.dropdown-header {
  font-size: 20px;
  padding-bottom: 0;
}

.navbar {
  background-color: white;
  color: #404040;
  letter-spacing: 1px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
}
.navbar a {
  color: #404040;
  font-weight: bold;
}
.navbar a:hover {
  color: #03a9f4;
}
.navbar .nav li.open > a,
.navbar .nav li.dropdown:hover > a,
.navbar .nav li a:hover,
.navbar .nav li a:focus,
.navbar .nav li.active {
  outline: none;
  background-color: white !important;
  color: #03a9f4 !important;
}
.navbar .nav li.highlight a,
.navbar .nav li.highlight a:hover,
.navbar .nav li.highlight a:focus {
  font-weight: bold;
  color: white !important;
  background-color: #03a9f4;
  border-radius: 20px 0px;
}
.navbar .nav .caret {
  border-top-color: #404040;
  border-bottom-color: #404040;
}
.navbar .nav .caret:active, .navbar .nav .caret:focus, .navbar .nav .caret:hover {
  border-top-color: #03a9f4;
  border-bottom-color: #03a9f4;
}
.navbar ul.nav li.dropdown:hover > ul.dropdown-menu {
  display: block;
}
.navbar .navbar-brand {
  font-family: "Maven Pro", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.navbar .navbar-brand > img {
  height: 40px;
  margin-bottom: -6px;
  margin-top: -10px;
}
.navbar .navbar-text {
  margin: 0 !important;
}
.navbar .navbar-text.highlight {
  border: solid #28cb75 2px;
  border-radius: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  font-weight: bold;
  background-color: #28cb75 !important;
  color: white !important;
}
.navbar .navbar-text.highlight:hover, .navbar .navbar-text.highlight:focus {
  border: solid #4bdb8f 2px;
  background-color: #4bdb8f !important;
  color: white !important;
}
.navbar .navbar-toggle {
  padding: 4px 6px;
  font-size: 16px;
  color: #404040;
}
.navbar .navbar-toggle:focus, .navbar .navbar-toggle:active {
  outline: none;
}

@media (min-width: 767px) {
  .navbar {
    border-radius: 0;
  }
  .navbar > .container {
    max-width: 100%;
    padding-right: 0;
  }
  .navbar ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
  .navbar.shadow .nav .dropdown-menu {
    box-shadow: 0 7px 6px 0px rgba(0, 0, 0, 0.175);
  }
  .navbar .nav .dropdown-menu {
    border: none;
    width: 100%;
    border-radius: 0 0 5px 5px;
    left: auto !important;
    right: -40% !important;
  }
  .navbar .nav .dropdown-menu li a {
    padding: 10px;
    font-size: 16px;
    width: 100%;
    text-align: center;
  }
}
.navbar-fixed-top {
  border-width: 0;
}

.modal-dialog.demo {
  margin-top: 20%;
}

section.title {
  display: table;
  width: 100%;
  padding: 0;
  padding-top: 8%;
  padding-bottom: 5%;
  color: #404040;
  background: white;
}
section.title h1 {
  margin-bottom: 20px;
}
section.title h2 {
  font-size: 20px;
  color: #404040;
}
@media (max-width: 991px) {
  section.title {
    margin-top: 80px;
  }
}
section.title .hero-image {
  width: 90%;
}
@media (min-width: 767px) {
  section.title .hero-image {
    height: 400px;
    width: auto;
  }
}

section.why {
  background-color: white;
  padding: 20px 0;
}
@media (min-width: 767px) {
  section.why {
    padding: 20px 0px;
  }
}
section.why h3 {
  font-size: 28px;
  margin-top: 30px;
}
@media (min-width: 767px) {
  section.why h3 {
    margin-bottom: 30px;
  }
}
section.why p {
  font-size: 16px;
}
@media (min-width: 767px) {
  section.why .row {
    margin-bottom: 40px;
  }
}

.app-update-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 80px;
  margin-bottom: 40px;
}
.app-update-container .app-update-item img {
  width: 80px;
  height: 80px;
  margin-bottom: 5px;
}
.app-update-container .app-update-item p {
  font-size: 14px;
  line-height: 1;
}

section.audience {
  background-color: white;
  padding: 50px 0px;
}
@media (min-width: 767px) {
  section.audience {
    padding: 100px 0px;
    padding-bottom: 200px;
  }
}
section.audience h1 {
  margin-bottom: 20px;
}
section.audience h2 {
  font-size: 20px;
  margin-bottom: 40px;
}
section.audience p {
  font-size: 2rem;
}
section.audience .flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 30px;
}
section.audience .personal, section.audience .business, section.audience .webhosting {
  border-radius: 2px;
  overflow: hidden;
  text-align: center;
}
section.audience .personal .image, section.audience .business .image, section.audience .webhosting .image {
  display: block;
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.176);
  width: 300px;
  height: 200px;
  background-size: cover;
  margin-bottom: 20px;
  transition: all 100ms ease-in;
}
@media (min-width: 767px) {
  section.audience .personal .image, section.audience .business .image, section.audience .webhosting .image {
    margin-bottom: 40px;
  }
}
section.audience .personal .image:hover, section.audience .business .image:hover, section.audience .webhosting .image:hover {
  transform: scale(1.1);
}
section.audience .personal h3, section.audience .business h3, section.audience .webhosting h3 {
  margin: 0;
  text-align: center;
  color: white;
  background: black;
  padding-top: 10px;
}
section.audience .personal small, section.audience .business small, section.audience .webhosting small {
  font-size: 12px;
}
section.audience .personal small.action, section.audience .business small.action, section.audience .webhosting small.action {
  color: #03a9f4;
}
section.audience .personal .image {
  background-image: url("/img/personal.jpg");
}
section.audience .business .image {
  background-image: url("/img/business.jpg");
}
section.audience .webhosting .image {
  background-image: url("/img/webhosting.jpg");
}
section.audience .personal {
  margin-bottom: 40px;
}
@media (min-width: 767px) {
  section.audience .personal {
    margin-bottom: 0;
  }
}

section.how {
  padding-bottom: 10px;
}
section.how h1 {
  text-align: center;
  padding-top: 50px;
}

section.highlights {
  background-color: white;
  padding: 20px 0;
}
@media (min-width: 767px) {
  section.highlights {
    padding: 100px 0px;
  }
}
section.highlights.alt {
  background-color: #f5f5f5;
}
section.highlights p {
  font-size: 2rem;
}
section.highlights.columns {
  padding: 100px 0;
}
@media (max-width: 767px) {
  section.highlights.columns h2 {
    padding-top: 30px;
  }
}
section.highlights .screenshots .image {
  height: 437px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
section.highlights .screenshots .slick-dots li button::before {
  font-size: 3rem;
}
@media (max-width: 993px) {
  section.highlights.highlights-email {
    padding-bottom: 350px;
  }
}

section.customers {
  padding: 20px 0;
  text-align: center;
}
@media (min-width: 767px) {
  section.customers {
    padding: 80px 0;
  }
}
section.customers .customer-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0;
}
@media (min-width: 767px) {
  section.customers .customer-grid {
    padding: 0 50px;
  }
}
section.customers .customer-grid a {
  padding: 0 15px;
  line-height: 100px;
}

section.testimonials {
  background-color: #f5f5f5;
  padding: 20px 0;
  text-align: left;
}
@media (min-width: 767px) {
  section.testimonials {
    padding: 80px 0;
  }
}
section.testimonials .testimonials-container {
  overflow: auto;
  width: 100%;
  display: flex;
  padding-bottom: 20px;
}
section.testimonials .testimonials-container .customer {
  display: inline-block;
  font-size: 16px;
  background-color: white;
  border-radius: 2px;
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.176);
  padding: 15px 25px;
  min-height: 380px;
  min-width: 350px;
  margin: 10px 20px;
}
section.testimonials .testimonials-container .customer .logo {
  text-align: center;
  margin-bottom: 10px;
}
section.testimonials .testimonials-container .customer .quote {
  text-align: justify;
}
section.testimonials .testimonials-container .customer .author {
  padding-top: 10px;
  opacity: 0.7;
}
section.testimonials .testimonials-container .user {
  display: inline-block;
  font-size: 16px;
  background-color: white;
  border-radius: 2px;
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.176);
  padding: 15px 25px;
  min-width: 300px;
  margin: 10px 20px;
}
section.testimonials .testimonials-container .user .logo {
  text-align: left;
  border-radius: 40px;
  display: inline-block;
  vertical-align: middle;
}
section.testimonials .testimonials-container .user .logo img {
  height: 50px;
  border-radius: 50%;
}
section.testimonials .testimonials-container .user .quote {
  margin-top: 20px;
  text-align: left;
  padding-bottom: 10px;
}
section.testimonials .testimonials-container .user .author {
  display: inline-block;
  opacity: 0.7;
  padding-left: 10px;
  vertical-align: middle;
}

footer {
  position: relative;
  background-color: #494f5a;
  width: 100%;
  color: white;
  font-size: 14px;
  padding: 0;
  margin: 0;
  text-align: center;
  padding-top: 100px;
}
footer .collection {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  max-width: 1200px;
  text-align: left;
  flex-wrap: wrap;
}
footer .collection .list h3 {
  color: #acacac;
  margin-bottom: 20px;
}
footer .collection .list a {
  display: block;
  color: white;
  margin-bottom: 10px;
}
footer .collection .list a:hover {
  color: #28cb75;
}

a.btn {
  text-decoration: none !important;
}

.btn {
  transition: all 0.1s ease-in-out;
  font-weight: 700;
  font-size: 16px;
  border-radius: 20px;
}

.btn-block {
  margin-top: 0 !important;
}

.btn-default {
  color: #404040 !important;
  background-color: #f5f6f7;
  border: 1px solid white;
}
.btn-default.btn-outline {
  background-color: transparent;
  color: #404040;
  border: 1px solid #d2d2d2;
}
.btn-default.btn-outline:hover {
  color: #404040;
}
.btn-default.active, .btn-default:focus, .btn-default:hover {
  background-color: #03a9f4;
  border-color: transparent;
  color: white !important;
  box-shadow: none;
}
.btn-default:disabled {
  background-color: #f5f6f7 !important;
  color: #404040 !important;
}

.btn-primary {
  color: white !important;
  border: none;
  background-color: #03A9F5;
}
.btn-primary.btn-outline {
  background-color: transparent;
  color: #404040;
  border: 1px solid white;
}
.btn-primary.btn-outline:hover {
  color: #404040;
}
.btn-primary:hover, .btn-primary.active, .btn-primary:focus {
  background-color: #0286c2;
  border-color: transparent;
  color: white;
  box-shadow: none;
}

.btn-success {
  color: white !important;
  border: 1px solid #28cb75;
  border: none;
  background-color: #28cb75;
  text-decoration: none !important;
}
.btn-success:hover, .btn-success.active, .btn-success:focus {
  background-color: #4bdb8f;
}

.btn-warning {
  border: none;
  color: white;
  background-color: #096175;
}
.btn-warning.btn-outline {
  background-color: transparent;
  border: 1px solid #096175;
  color: #096175;
}
.btn-warning:hover, .btn-warning.active, .btn-warning:focus {
  background-color: #04262e;
}

.btn-huge {
  padding: 25px;
  font-size: 26px;
}

.modal-content {
  border-radius: 2px;
}

.modal-header {
  border: none;
}

.modal-footer {
  margin-top: 10px;
  padding-top: 0;
  border: none;
}

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: rgba(255, 255, 255, 0.2);
}

textarea {
  resize: vertical;
}

.input-group-addon {
  color: #404040;
  background-color: white;
  border-radius: 0px;
}

.form-control {
  border: 1px solid #bbb;
  color: #404040;
  height: 34px;
  border-radius: 2px;
}
.form-control:focus {
  border-color: #03A9F5;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  opacity: 0.5;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}

.btn-group > .btn:last-child:not(:first-child) {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.side-bar .fab, .side-bar .fas {
  width: 24px;
  text-align: center;
}

.shadow {
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.176);
}

.text-small {
  font-size: 14px;
}

.slick-container {
  display: block;
  max-width: 800px;
  height: 400px;
  margin: auto;
}
@media (max-width: 767px) {
  .slick-container {
    max-width: 300px;
    height: 200px;
  }
}

.terminal {
  font-family: monospace;
  background: #222;
  color: white;
  border: none;
  max-width: 550px;
  padding: 10px;
  text-align: left;
  font-size: 13px;
  border-radius: 5px;
  margin-bottom: 15px;
}

.tooltip {
  font-size: 16px;
  font-weight: bold;
}

.tooltip-inner {
  background-color: #03A9F4;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #03A9F4;
}

.tooltip.left .tooltip-arrow {
  border-left-color: #03A9F4;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #03A9F4;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #03A9F4;
}

@media (max-width: 767px) {
  .hide-mobile {
    display: none;
  }
}
section.notfound {
  display: flex;
  height: 100%;
  width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section.notfound a {
  font-size: 24px;
}

.animation-rise {
  animation-duration: 3s;
  animation-name: rise;
}

@keyframes rise {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.about-avatars {
  display: table;
  width: 100%;
  padding: 100px 100px;
  text-align: center;
  color: #404040;
}
.about-avatars h1 {
  font-size: 30px;
}
.about-avatars .about-card {
  opacity: 0.7;
  transition: all 250ms;
}
.about-avatars .about-card:hover {
  opacity: 1;
}
.about-avatars .about-icon {
  width: 128px;
  height: 128px;
  border-radius: 64px;
  margin: auto;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-story {
  padding-bottom: 100px;
}
.about-story .about-story-content {
  text-align: justify;
}
.about-story h1 {
  font-size: 30px;
}

section.appstatus {
  padding: 100px 0;
}
section.appstatus table {
  border: 0;
}
section.appstatus table thead th {
  padding: 10px;
  background-color: black;
  color: white;
  font-weight: bold;
}
section.appstatus table td {
  padding: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
section.appstatus table tr {
  cursor: pointer;
}
section.appstatus table tbody td {
  line-height: 40px;
}
section.appstatus table tbody td img {
  width: 32px;
  max-width: 32px;
  max-height: 32px;
}
section.appstatus table tbody tr:hover {
  background-color: #eee;
}

.app-site {
  flex-grow: 2;
}
.app-site .back {
  line-height: 40px;
  font-size: 23px;
  z-index: 1000;
  position: fixed;
  width: 50px;
  height: 100%;
  color: #404040;
  text-align: center;
  padding-top: 100px;
  background: rgba(0, 0, 0, 0);
  transition: all 250ms;
}
.app-site .back:hover {
  color: white;
  background: rgba(0, 0, 0, 0.5);
}
.app-site section {
  display: table;
  width: 100%;
  padding: 25px 0;
  text-align: center;
  margin-top: 50px;
  color: #404040;
}
@media (max-width: 767px) {
  .app-site .main-column {
    padding: 0;
  }
}
.app-site .details {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 60px;
  padding-right: 60px;
  width: 100%;
  margin: 0;
  background: white;
  color: #404040;
  text-align: left;
  border-radius: 2px;
}
.app-site .details h1 {
  margin-top: 10px;
}
.app-site .details p {
  margin-bottom: 10px;
}
.app-site .details .icon {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 128px;
  height: 128px;
}
.app-site .details .title {
  display: inline-block;
  text-align: left;
  padding-left: 30px;
}
.app-site .details .title div {
  font-size: 14px;
}
.app-site .details .install {
  text-align: right;
  vertical-align: top;
  padding-top: 10px;
}
.app-site .details .slick-item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 400px;
}
@media (max-width: 767px) {
  .app-site .details .slick-item {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .app-site .details .col-same-height {
    display: block;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .app-site .details {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.app-site .details .description {
  max-width: 100%;
}
.app-site .details .description .markdown {
  max-width: 100%;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.app-site .details .description .markdown h1 {
  font-size: 26px;
}
.app-site .details .description .markdown h2 {
  font-size: 24px;
}
.app-site .details .description .markdown h3 {
  font-size: 22px;
}
.app-site .details .description .markdown h4 {
  font-size: 20px;
}
.app-site .details .description .markdown h5 {
  font-size: 18px;
}
.app-site .details .description .markdown p {
  font-size: 16px;
}
.app-site .details .changelog {
  background-color: #f2f2f2;
  border-radius: 2px;
  margin: 15px 0;
  padding: 5px;
  color: #404040;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
  .app-site .details .changelog {
    margin: 0;
  }
}
.app-site .details .changelog p {
  font-size: 14px;
  line-height: 1;
}
.app-site .details .changelog h4 {
  font-weight: bold;
  font-size: 16px;
}

.appstore {
  background-color: white;
  display: flex;
  padding: 25px 0;
  text-align: center;
  margin-top: 50px;
  color: #404040;
}
.appstore .side-bar {
  overflow: scroll;
  min-width: 250px;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .appstore .side-bar {
    display: none;
  }
}
.appstore .side-bar a {
  display: block;
  text-align: left;
  padding: 10px 20px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #404040;
}
.appstore .side-bar a.active {
  color: #03a9f4;
}
.appstore .side-bar a:focus {
  outline: none;
}
.appstore .appstore-search-mobile {
  display: none;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .appstore .appstore-search-mobile {
    display: block;
  }
}
.appstore .appstore-grid {
  padding: 0 10px;
  flex-grow: 1;
}
.appstore .item {
  z-index: 0;
  width: 230px;
  position: relative;
  float: left;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  margin: 0 8px 15px;
  padding: 0;
  background-color: #f2f2f2;
}
@media (max-width: 767px) {
  .appstore .item {
    width: 95%;
    margin: 0 2.5% 15px;
  }
}
.appstore .item > div {
  height: 230px;
  color: #404040;
  overflow: hidden;
  transition: box-shadow 0.2s ease;
}
.appstore .item > div:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.appstore .item > div .title {
  overflow: hidden;
  white-space: nowrap;
  font-size: 18px;
  margin: 5px;
}
.appstore .item > div .tagline {
  overflow: hidden;
  height: 46px;
  font-size: 12px;
  margin: 10px;
  margin-top: 0;
}
.appstore .item > div .icon {
  width: 100%;
  height: 140px;
  margin: auto;
  display: block;
}
.appstore .item > div .icon .icon-container {
  width: 100px;
  height: 140px;
  margin: auto;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

section.button {
  text-align: center;
}
section.button.header {
  padding-top: 150px;
  padding-bottom: 100px;
}
section.button.header p {
  font-size: 16px;
}
section.button.header p i {
  color: #03A9F5;
  padding-right: 8px;
}
section.button.header p a {
  color: #03A9F5;
}
section.button.why {
  background-color: #f5f5f5;
  padding-top: 100px;
  padding-bottom: 100px;
}
section.button.why a {
  color: #03A9F5;
}
section.button.why a.btn-primary {
  color: white;
}

section.install, section.provider, section.images, section.referral {
  text-align: center;
  color: #404040;
  padding-bottom: 20px;
}
section.install .images-grid, section.provider .images-grid, section.images .images-grid, section.referral .images-grid {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 0 50px;
}
@media (min-width: 767px) {
  section.install .images-grid, section.provider .images-grid, section.images .images-grid, section.referral .images-grid {
    padding: 0 150px;
  }
}
section.install .images-grid .provider-logo, section.provider .images-grid .provider-logo, section.images .images-grid .provider-logo, section.referral .images-grid .provider-logo {
  display: flex;
  margin: 10px;
  filter: grayscale(100%);
}
section.install .images-grid .provider-logo:hover, section.provider .images-grid .provider-logo:hover, section.images .images-grid .provider-logo:hover, section.referral .images-grid .provider-logo:hover {
  filter: grayscale(0%);
}
section.install .provider-grid, section.provider .provider-grid, section.images .provider-grid, section.referral .provider-grid {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 0 50px;
}
@media (min-width: 767px) {
  section.install .provider-grid, section.provider .provider-grid, section.images .provider-grid, section.referral .provider-grid {
    padding: 0 150px;
  }
}
section.install .provider-grid .provider-logo, section.provider .provider-grid .provider-logo, section.images .provider-grid .provider-logo, section.referral .provider-grid .provider-logo {
  display: flex;
  margin: 10px;
  filter: grayscale(100%);
}
section.install .provider-grid .provider-logo:hover, section.provider .provider-grid .provider-logo:hover, section.images .provider-grid .provider-logo:hover, section.referral .provider-grid .provider-logo:hover {
  filter: grayscale(0%);
}
section.install .referral-grid, section.provider .referral-grid, section.images .referral-grid, section.referral .referral-grid {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 0 50px;
  max-width: 1280px;
}
section.install .referral-grid .provider-logo img, section.provider .referral-grid .provider-logo img, section.images .referral-grid .provider-logo img, section.referral .referral-grid .provider-logo img {
  margin: 20px;
}

section.install {
  padding-top: 100px;
}

section.images {
  padding-top: 20px;
}

section.provider {
  padding-bottom: 100px;
}

section.impress {
  color: #404040;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: left;
}
section.impress hr {
  border-color: #ccc;
}
section.impress h2 {
  margin-bottom: 40px;
}
section.impress h4 {
  font-weight: bold;
}
section.impress p {
  font-size: 16px;
  padding-bottom: 20px;
}

section.legal {
  padding-top: 50px;
  padding-bottom: 100px;
  color: black;
}
section.legal a {
  color: black;
  text-decoration: none;
  border-bottom: 1px dotted #2d2d2d;
}
section.legal a:hover, section.legal a:focus {
  color: black;
}
section.legal p {
  font-size: 16px;
  margin-bottom: 10px;
}
section.legal h1,
section.legal h2,
section.legal h3,
section.legal h4,
section.legal h5 {
  margin-top: 35px;
  margin-bottom: 10px;
}
section.legal h1 {
  font-size: 40px;
  margin-bottom: 35px;
}
section.legal h2, section.legal h3, section.legal h4, section.legal h5 {
  text-transform: none;
}

section.pricing-faq {
  max-width: 700px;
  margin: auto;
}
section.pricing-faq h3 {
  padding-top: 80px;
  margin-top: -60px;
}

section.pricing {
  text-align: center;
  color: #404040;
  padding-top: 100px;
  padding-bottom: 100px;
}
section.pricing.pricing-enterprise {
  padding-top: 20px;
}
section.pricing .period-selector {
  margin-top: 40px;
  margin-bottom: 40px;
}
section.pricing p {
  font-size: 16px;
}
section.pricing.alt {
  background-color: #f5f5f5;
}
section.pricing small {
  font-size: 10px;
  font-weight: normal;
}
section.pricing .plans {
  display: flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
section.pricing .plan-card {
  margin: 20px;
  margin-bottom: 40px;
  border-radius: 20px;
  width: 350px;
  padding-bottom: 20px;
  box-shadow: 0 1px 15px rgba(27, 31, 35, 0.15) !important;
}
@media (max-width: 767px) {
  section.pricing .plan-card {
    min-width: 90%;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
section.pricing .plan-card h3 {
  padding-bottom: 20px;
  margin-bottom: 0;
  font-size: 16px;
}
section.pricing .plan-card p {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 0;
}
section.pricing .plan-card h2 {
  font-weight: bold;
  background-color: #55caff;
  margin: 0;
  margin-bottom: 20px;
  color: white;
  padding: 16px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
section.pricing .plan-card.free .price {
  margin: 7px 0;
}
section.pricing .plan-card.free h2 {
  color: #404040;
  background-color: #f6f8fa;
}
section.pricing .plan-card.business h2 {
  background-color: #3a8cb1;
}
section.pricing .plan-card.enterprise h2 {
  background-color: #265f79;
}
section.pricing .plan-card .price {
  text-align: center;
  padding-bottom: 20px;
  line-height: 13px;
}
section.pricing .plan-card .price .contact-us {
  background-color: #265f79;
  margin: 30px 0;
}
section.pricing .plan-card .price h3 {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  font-size: 55px;
}
section.pricing .plan-card .price h3 span {
  font-size: 24px;
}

section.security {
  text-align: left;
  color: #404040;
  padding-top: 100px;
  padding-bottom: 100px;
}
section.security h1 {
  margin-bottom: 3rem;
}
section.security h2 {
  margin-top: 40px;
}
section.security a {
  color: #03a9f4;
}
section.security p {
  font-size: 16px;
  margin: 20px 0;
}

.brand-assets-header {
  display: table;
  width: 100%;
  padding: 100px 100px;
  text-align: center;
  color: #404040;
}

.brand-assets {
  padding-bottom: 100px;
}
.brand-assets h1 {
  font-size: 30px;
}
.brand-assets img {
  width: 100%;
  padding: 10px;
}
.brand-assets .container {
  display: flex;
  justify-content: space-evenly;
}
.brand-assets .asset-container {
  height: 250px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
.brand-assets .asset-container img {
  object-fit: contain;
  height: 200px;
  width: 300px;
  border-bottom: 1px #d6d3d3 solid;
}
.brand-assets .asset-downloads {
  height: 50px;
  display: flex;
}
.brand-assets .asset-downloads a {
  display: flex;
  width: 50%;
  height: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.brand-assets .asset-downloads a:hover {
  background-color: #03a9f4;
  color: white;
}

section.partner-faq {
  text-align: left;
  color: #404040;
  margin-top: 50px;
  padding-bottom: 50px;
}
section.partner-faq h3 {
  margin-top: 4rem;
}
section.partner-faq a {
  color: #03a9f4;
}
section.partner-faq p {
  font-size: 16px;
  max-width: 500px;
  text-align: justify;
  margin: auto;
}

section.opensource {
  text-align: center;
  color: #404040;
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
}
section.opensource h1 {
  margin-bottom: 3rem;
}
section.opensource a {
  color: #03a9f4;
}
section.opensource p {
  font-size: 16px;
  max-width: 500px;
  text-align: justify;
  margin: auto;
}

section.opensource-sponsoring {
  padding-top: 30px;
  background-color: #f5f5f5;
}
section.opensource-sponsoring hr {
  border-top-color: #aaa;
}
section.opensource-sponsoring .opensource-sponsoring-item {
  padding: 5px;
}
section.opensource-sponsoring .opensource-sponsoring-item div {
  padding: 5px 20px;
  background-color: white;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
}
section.opensource-sponsoring .opensource-sponsoring-item div h3 {
  font-size: 20px;
}
section.opensource-sponsoring .opensource-sponsoring-item div h3 img {
  height: 60px;
  margin-top: -4px;
  float: right;
}
section.opensource-sponsoring .opensource-sponsoring-item div hr {
  border-top-color: #e6e6e6;
}
section.opensource-sponsoring .opensource-sponsoring-item div p {
  font-size: 14px;
}
section.opensource-sponsoring .opensource-sponsoring-item div p a {
  white-space: nowrap;
}
section.opensource-sponsoring .opensource-sponsoring-item div p:first-of-type {
  height: 44px;
}

section.personal {
  text-align: center;
  padding-top: 130px;
  padding-bottom: 100px;
}
section.personal.hero {
  background-image: url("/img/personal.jpg");
  background-size: cover;
  color: white;
  padding-bottom: 50px;
}
@media (min-width: 1500px) {
  section.personal.hero {
    background-position: 0 -385px;
  }
}
section.personal.hero h1 {
  color: white;
  margin-bottom: 40px;
  font-weight: bold;
}
section.personal.hero h2 {
  color: white;
  font-size: 18px;
}
section.personal p {
  font-size: 16px;
}
section.personal h2 {
  font-size: 26px;
}
section.personal h3 {
  font-size: 23px;
}
section.personal.use-case {
  text-align: left;
  color: black;
  padding-top: 60px;
  padding-bottom: 60px;
}
section.personal.use-case .app-examples a {
  display: inline-block;
  width: 64px;
  height: 64px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 20px;
  margin-right: 10px;
  margin-left: 0;
}
@media (min-width: 767px) {
  section.personal.use-case .app-examples a {
    margin-right: 40px;
  }
}
section.personal.features {
  background-color: #008ece;
  color: white;
  padding-top: 70px;
}
section.personal.features h1 {
  text-align: center;
  color: white;
  font-size: 32px;
}
@media (min-width: 767px) {
  section.personal.features h1 {
    margin-bottom: 100px;
  }
}
section.personal.features h2, section.personal.features i {
  color: white;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  section.personal.features i {
    padding-top: 40px;
  }
}
section.personal.features p {
  text-align: justify;
  padding: 0 20px;
}

section.business {
  text-align: center;
  padding-top: 130px;
  padding-bottom: 100px;
}
section.business.hero {
  background-image: url("/img/business.jpg");
  background-size: cover;
  color: white;
  padding-bottom: 50px;
}
@media (min-width: 1500px) {
  section.business.hero {
    background-position: 0 -221px;
  }
}
section.business.hero h1 {
  color: white;
  text-shadow: -1px 1px 0 #888, 1px 1px 0 #888, 1px -1px 0 #888, -1px -1px 0 #888;
  margin-bottom: 40px;
  font-weight: bold;
}
section.business.hero h2 {
  color: white;
  font-size: 18px;
}
section.business p {
  font-size: 16px;
}
section.business h2 {
  font-size: 26px;
}
section.business h3 {
  font-size: 23px;
}
section.business.use-case {
  text-align: left;
  color: black;
  padding-top: 60px;
  padding-bottom: 60px;
}
section.business.use-case h1 {
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  section.business.use-case h2 {
    margin-top: 40px;
  }
}
section.business.use-case h3 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 40px;
}
section.business.use-case .app-examples a {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 20px 0;
  margin-right: 20px;
  margin-left: 0;
}
@media (min-width: 767px) {
  section.business.use-case .app-examples a {
    margin-right: 40px;
  }
}
@media (min-width: 767px) {
  section.business.use-case .use-case-row {
    margin-bottom: 50px;
  }
}
section.business.features {
  background-color: #f5f5f5;
  padding-top: 70px;
  text-align: left;
}
section.business.features i {
  color: #0286c2;
}
section.business.features h1 {
  margin-bottom: 60px;
  font-size: 32px;
}
section.business.features h2 {
  padding-top: 15px;
  padding-bottom: 20px;
}

section.webhosting {
  text-align: center;
  padding-top: 130px;
  padding-bottom: 100px;
}
section.webhosting.hero {
  background-image: url("/img/webhosting.jpg");
  background-size: cover;
  color: white;
  padding-bottom: 50px;
}
@media (min-width: 1024px) {
  section.webhosting.hero {
    background-position: 0 -252px;
  }
}
section.webhosting.hero h1 {
  color: white;
  text-shadow: -1px 1px 0 #888, 1px 1px 0 #888, 1px -1px 0 #888, -1px -1px 0 #888;
  margin-bottom: 40px;
  font-weight: bold;
}
section.webhosting.hero h2 {
  color: white;
  font-size: 18px;
}
section.webhosting p {
  font-size: 16px;
}
section.webhosting h2 {
  font-size: 26px;
}
section.webhosting h3 {
  font-size: 23px;
}
section.webhosting.use-case {
  text-align: left;
  color: black;
  padding-top: 60px;
  padding-bottom: 60px;
}
section.webhosting.use-case h1 {
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  section.webhosting.use-case h2 {
    margin-top: 40px;
  }
}
section.webhosting.use-case h3 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 40px;
}
section.webhosting.use-case .app-examples a {
  display: inline-block;
  width: 48px;
  height: 48px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 20px 0;
  margin-right: 20px;
  margin-left: 0;
}
@media (min-width: 767px) {
  section.webhosting.use-case .app-examples a {
    margin-right: 40px;
  }
}
@media (min-width: 767px) {
  section.webhosting.use-case .use-case-row {
    margin-bottom: 50px;
  }
}
section.webhosting.features {
  background-color: #f5f5f5;
  padding-top: 70px;
  text-align: left;
}
section.webhosting.features i {
  color: #03a9f4;
}
section.webhosting.features h1 {
  margin-bottom: 60px;
  font-size: 32px;
}
section.webhosting.features h2 {
  padding-top: 15px;
  padding-bottom: 20px;
}