#features {
  background: #233444;
  color: white; }
  #features .flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
  #features .feature-more {
    text-align: center;
    margin: 40px 0 40px 0; }
    #features .feature-more .btn {
      white-space: normal; }
  #features .feature-highlight {
    flex-grow: 1;
    width: 33.3%;
    text-align: center;
    cursor: pointer; }
    #features .feature-highlight.index-1 {
      order: 10; }
    #features .feature-highlight.index-2 {
      order: 20; }
    #features .feature-highlight.index-3 {
      order: 30; }
    #features .feature-highlight.feature-open .feature i.fa.fa-chevron-up {
      display: inline;
      opacity: 1; }
    #features .feature-highlight.feature-open .feature i.fa.fa-chevron-down {
      display: none; }
    #features .feature-highlight:not(:first-child) {
      border-left: 1px solid gray; }
    #features .feature-highlight .feature {
      padding: 20px 40px 40px 40px;
      position: relative;
      flex: 1; }
      #features .feature-highlight .feature img {
        width: 50px !important;
        margin-bottom: 20px; }
      #features .feature-highlight .feature h3 {
        font-size: 20px;
        font-weight: 700;
        color: #0092dd;
        line-height: 20px;
        text-align: center; }
      #features .feature-highlight .feature .overview {
        margin-bottom: 10px; }
      #features .feature-highlight .feature i.fa {
        display: block;
        opacity: 0;
        transition: all .3s ease-in-out;
        color: #e87717; }
      #features .feature-highlight .feature i.fa.fa-chevron-up {
        display: none; }
      #features .feature-highlight .feature:hover h3 {
        color: #e87717; }
      #features .feature-highlight .feature:hover i.fa {
        opacity: 1;
        transition: all .3s ease-in-out; }
  #features .feature-detail {
    background: white;
    color: #333;
    overflow: hidden;
    display: block;
    width: 100%;
    max-height: 2000px;
    transition: max-height 0.5s ease-out; }
    #features .feature-detail.index-1 {
      order: 40; }
    #features .feature-detail.index-2 {
      order: 50; }
    #features .feature-detail.index-3 {
      order: 60; }
    #features .feature-detail.feature-hidden {
      max-height: 0; }
    #features .feature-detail h3 {
      text-align: left; }
    #features .feature-detail .description, #features .feature-detail .code, #features .feature-detail .image {
      padding: 20px; }
    #features .feature-detail .image {
      text-align: right; }
      #features .feature-detail .image img {
        max-width: 100%; }
    #features .feature-detail .description {
      text-align: justify; }
    #features .feature-detail pre {
      height: 400px;
      padding: 0;
      overflow: auto;
      border: 2px solid slategray;
      background: #242420; }

.touch #features .feature-highlight .feature i.fa {
  opacity: 1; }

@media only screen and (max-width: 991px) {
  #features .feature-highlight {
    flex-basis: 991px; }
    #features .feature-highlight:not(:nth-child(3)) {
      border-bottom: 1px solid #fff; }
    #features .feature-highlight:not(:first-child) {
      border-left: none; }
  #features .feature-detail.index-1 {
    order: 15; }
  #features .feature-detail.index-2 {
    order: 25; }
  #features .feature-detail.index-3 {
    order: 35; } }
.alpha-invite {
  background-color: #233444;
  padding-top: 20px;
  padding-bottom: 40px; }
  .alpha-invite h2 {
    font-weight: 700;
    color: #FFF;
    margin: 20px 0 0 40px; }
  .alpha-invite a {
    margin: 20px 0 0 40px; }
    .alpha-invite a i.fa {
      margin-left: 10px; }

/* ==========================================================================
Intro
========================================================================== */
#intro {
  margin-bottom: 40px; }

/* ==========================================================================
Sign Up
========================================================================== */
#sign-up {
  background: #0491dd;
  padding-bottom: 50px; }
  #sign-up .headline {
    margin-bottom: 0; }

/* ==========================================================================
getting-started
============================================================================ */
#getting-started .headline {
  margin-top: 25px;
  margin-bottom: 25px; }
#getting-started .item {
  margin-bottom: 40px;
  position: relative;
  border: 1px solid #E5E5E5;
  background-color: #FFF;
  padding: 20px;
  border-radius: 3px;
  min-height: 200px; }
  #getting-started .item h3 {
    padding: 10px 0 10px 0; }
  #getting-started .item p {
    clear: both; }
  #getting-started .item img {
    float: left;
    padding: 0 30px 0 0;
    height: 150px;
    max-width: 100%; }
  #getting-started .item a {
    margin-top: 25px; }

.max1200 {
  max-width: 1200px;
  margin: auto; }

.hide {
  display: none; }

.convergence-list {
  margin: 30px 0 30px 0; }
  .convergence-list img {
    margin-top: 10px; }

@media only screen and (max-width: 479px) {
  #getting-started .item img {
    float: none;
    padding: 0;
    height: auto; } }
/* ==========================================================================
Footer
 ========================================================================== */
.footer.footer-top {
  background-color: #2b2b2b;
  padding: 70px 0 30px 0; }
.footer.footer-sub {
  background-color: #242424;
  padding: 10px 0; }
  .footer.footer-sub p {
    margin: 0; }
.footer h3 {
  color: #FFF;
  font-weight: bold;
  font-size: 19px;
  margin-bottom: 15px; }
.footer p, .footer a {
  color: #ADADAD;
  margin-bottom: 10px; }
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0; }
.footer li {
  padding: 3px 0;
  font-size: 14px; }
.footer i {
  color: #f8f8f8; }
.footer .copyright {
  float: right; }
.footer .copyright i {
  color: #FF3D7F;
  margin: 0 5px; }
.footer .intro a {
  color: #00a8d6; }
.footer .contact-list li {
  color: #ADADAD;
  margin-bottom: 5px; }
.footer .contact-list i {
  margin-right: 15px; }
.footer .quick-links li {
  padding-left: 15px;
  position: relative; }
.footer .quick-links li:before {
  display: inline-block;
  text-align: center;
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  left: 0px;
  top: 4px;
  transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: #f8f8f8; }

/* ==========================================================================
Social Links
 ========================================================================== */
ul.social {
  margin-top: 1em; }

.social li {
  padding: 0;
  display: inline-block;
  border-radius: 3px;
  text-align: center;
  line-height: 35px;
  webkit-transition: background-color 400ms ease-out 0.2s;
  -moz-transition: background-color 400ms ease-out 0.2s;
  -o-transition: background-color 400ms ease-out 0.2s;
  transition: background-color 400ms ease-out 0.2s;
  margin-bottom: 5px;
  font-size: 1.2em; }

.social li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  color: #fff;
  margin-bottom: 0; }

.social li.facebook {
  background: #204385; }

.social li.twitter {
  background: #2aa9e0; }

.social li.github {
  background: #7d7d7d; }

.social li.linkedin {
  background: #0073b2; }

.social li.skype {
  background: #00b0f6; }

.social li.medium {
  background: #0d6737; }

.social li:hover {
  cursor: pointer; }
  .social li:hover a {
    background: rgba(255, 255, 255, 0.2); }

.terms-privacy {
  text-align: right; }

/* ==========================================================================
Basic Styling
========================================================================== */
body {
  width: 100%;
  min-height: 100%;
  font-family: "Open Sans", "Raleway", Lucida Sans Unicode, Verdana, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 23px;
  color: #7a7a7a;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  font-family: "Raleway", Lucida Sans Unicode, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #1a1a1a;
  transition: all .50s ease-in-out;
  -moz-transition: all .50s ease-in-out;
  -webkit-transition: all .50s ease-in-out; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 10px; }

h1 {
  font-size: 44px; }

h2 {
  font-weight: 700;
  margin-bottom: 20px; }

h4 {
  font-size: 17px;
  line-height: 1.4em;
  font-weight: 700;
  color: #2d2d2d; }

p {
  margin-bottom: 20px;
  line-height: 24px; }

a {
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
  color: #00a8d6; }

a:hover, a:focus {
  text-decoration: none;
  color: #007DA0;
  outline: none; }

::-moz-selection {
  text-shadow: none;
  background: #08b4da;
  color: #FFF; }

::selection {
  text-shadow: none;
  background: #08b4da;
  color: #FFF; }

img::selection {
  background: 0 0; }

img::-moz-selection {
  background: 0 0; }

hr {
  margin-top: 30px;
  margin-bottom: 40px;
  border-top: 1px solid #EFEFEF; }

body {
  webkit-tap-highlight-color: rgba(255, 255, 255, 0.2); }

form {
  margin-bottom: 0; }

/* ==========================================================================
Classes
========================================================================== */
.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed; }

.thin {
  font-weight: 300; }

.strong {
  font-weight: 700; }

.subline {
  font-size: 24px; }

.section {
  padding: 20px 0; }

.section20 {
  padding: 20px 0; }

.section30 {
  padding: 30px 0; }

.padding40 {
  padding: 40px 0; }

.padding50 {
  padding: 50px 0; }

.padding60 {
  padding: 60px 0; }

.paddingtop-70 {
  padding-top: 70px; }

.paddingtop-40 {
  padding-top: 40px; }

.nopadding-bottom {
  padding-bottom: 0; }

.bordered {
  border: 1px solid #EFEFEF; }

.border-left {
  border-left: 1px solid #EFEFEF; }

.border-right {
  border-right: 1px solid #EFEFEF; }

.border-top {
  border-top: 1px solid #EFEFEF; }

.border-bottom {
  border-bottom: 1px solid #EFEFEF; }

.separator30 {
  margin: 30px 0; }

.separator60 {
  margin: 60px 0; }

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

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

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

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

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

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

.divider70 {
  clear: both;
  height: 70px; }

.divider50 {
  clear: both;
  height: 50px; }

.divider20 {
  clear: both;
  height: 20px; }

.divider35 {
  clear: both;
  height: 35px; }

.margin50 {
  margin: 50px 0; }

.margin20 {
  margin: 20px 0; }

.tick-list {
  margin: 15px 0; }

.tick-list li {
  list-style: none;
  margin-bottom: 10px; }

.tick-list li i {
  margin-right: 10px;
  color: #00a8d6; }

.normal-list {
  list-style-type: disc;
  margin-bottom: 30px;
  margin-left: 20px; }

.normal-list li {
  margin-bottom: 5px; }

.green-arrow, .white-arrow {
  list-style: none;
  margin-bottom: 15px; }
  .green-arrow li, .white-arrow li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px; }
  .green-arrow li:before, .white-arrow li:before {
    display: inline-block;
    text-align: center;
    font-family: FontAwesome;
    content: "\f00c";
    position: absolute;
    left: 0;
    transition: all 0.3s ease-in; }

.green-arrow li:before {
  color: #72B569; }

.white-arrow li:before {
  color: #FFF; }

.font-icon-list i {
  color: rgba(0, 0, 0, 0.6);
  margin-right: 10px; }

.text-center {
  text-align: center; }

.text-center img {
  display: block;
  margin: 0 auto;
  max-width: 100%; }

.btn {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-radius: 0;
  padding: 15px 35px;
  font-weight: bold; }

.btn:hover, .btn:focus {
  background-color: #08b4da;
  color: #FFF; }

.btn-transparent {
  background-color: transparent;
  border: 2px solid #FFF;
  color: #fff; }

.btn-transparent:hover {
  background-color: #2a2a2a;
  border-color: #2a2a2a; }

.btn-price {
  color: #FFF; }

.btn-price:hover {
  background-color: #FFF;
  border-color: #FFF;
  color: #2a2a2a; }

.arrow-bottom {
  position: relative; }

.arrow-bottom:after {
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
  position: absolute;
  content: "";
  border: 25px solid;
  border-color: #FAFAFA transparent transparent transparent;
  display: block; }

.mw800 {
  max-width: 800px;
  margin: auto; }

.legal {
  text-align: justify; }
  .legal p, .legal li {
    color: #252525; }

/* ==========================================================================
Line Font
========================================================================== */
.line-font {
  font-size: 48px; }

.line-font-small {
  font-size: 20px; }

/* ==========================================================================
Alt Bands
========================================================================== */
div.alt-bands div.row:nth-child(odd) {
  background: #f4f6f7; }
div.alt-bands div.alt-band-title {
  padding: 20px; }
  div.alt-bands div.alt-band-title h2 {
    margin-left: 20px;
    color: #0092dd; }
div.alt-bands div.alt-band-content {
  padding: 20px; }

/* ==========================================================================
code block
========================================================================== */
pre.codeblock {
  padding: 0; }

/* ==========================================================================
Headline
========================================================================== */
.headline {
  text-align: center;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  margin-top: 25px;
  margin-bottom: 50px; }
  .headline h1 {
    color: #31373a;
    padding-bottom: 15px;
    border-bottom: 2px solid #DDD;
    display: inline-block;
    font-size: 44px; }
  .headline h2 {
    font-size: 36px; }
  .headline p {
    margin-bottom: 40px;
    font-weight: 100;
    font-size: 16px;
    color: #2b2b2b; }
  .headline .narrative {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto; }

/* ==========================================================================
Color Customizations
========================================================================== */
.bg-white {
  background-color: #FFF; }

.bg-grey {
  background-color: #FAF7F8; }

.bg-grey {
  background-color: #FAFAFA; }

.bg-grey2 {
  background-color: #F5F5F5; }

.bg-blue {
  background-color: #08b4da; }

.bg-dark {
  background-color: #333; }

.bg-blue-pattern {
  background-color: #08b4da;
  background: url(../img/blue-square.png); }

.bg-testimonial {
  background: url(../img/headshot-bg.jpg); }

.blue {
  color: #08b4da; }

.white-text {
  color: #FFF; }

.white-text p {
  color: #FFF; }

.white-text h3 {
  color: #FFF; }

.white-text h2 {
  color: #FFF; }

.white-text li {
  color: #FFF; }

#small-banner div.page-header-bg {
  height: 200px;
  background: url(/assets/img/page-header.jpg); }
#small-banner .page-title {
  position: absolute;
  top: 120px;
  color: white; }

#content {
  padding: 30px; }

/* ==========================================================================
 Navigation
========================================================================== */
.menu-right {
  float: right; }

.navbar-inverse {
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
  -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
  transition: background .5s ease-in-out, padding .5s ease-in-out;
  border: none;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 15px 0; }

.navbar-inverse .navbar-nav > li > a {
  color: #fff;
  display: block;
  -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; }

.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li {
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  -ms-transition: all 400ms linear;
  transition: all 400ms linear; }

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
  margin-left: 0; }

.navbar-toggle {
  padding: 4px 6px;
  font-size: 16px;
  color: #fff; }

.navbar-toggle:focus,
.navbar-toggle:active {
  outline: 0; }

.navbar-inverse .navbar-toggle {
  background: #08b4da;
  border: none; }

.navbar-nav {
  margin: 0; }

.scroll-fixed-navbar {
  padding-bottom: 0; }

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  background-color: transparent; }

.navbar > .container .navbar-brand {
  margin-left: 0; }

.navbar-brand {
  height: auto; }

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #0fb3da; }

.navbar .navbar-nav > li > a.btn, .navbar-inverse .navbar-nav > li > a.btn {
  color: white;
  margin: 10px 0 0 10px;
  padding: 4px 20px; }

.navbar-collapse {
  -webkit-transition: background .5s ease-in-out;
  -moz-transition: background .5s ease-in-out;
  transition: background .5s ease-in-out; }
  .navbar-collapse .navbar-nav > li > a.btn {
    color: white;
    padding: 4px 20px;
    margin: 10px 15px; }

.scroll-fixed-navbar {
  padding: 10px 0;
  background-color: #FFF;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1); }

.scroll-fixed-navbar .navbar-nav > li > a {
  color: #333; }

.scroll-fixed-navbar .navbar-nav > li > a:hover,
.scroll-fixed-navbar .navbar-nav > li.active > a,
.scroll-fixed-navbar .navbar-nav > li.active > a:hover {
  color: #00a8d6; }

@media (max-width: 768px) {
  .navbar-collapse {
    background-color: rgba(0, 0, 0, 0.9); }

  .scroll-fixed-navbar .navbar-collapse {
    background-color: #fff; } }
.navbar-toggle {
  position: relative;
  float: right;
  background-color: transparent;
  padding: 10px;
  margin: 13px 15px 13px 0;
  border: none;
  color: #fff;
  border: 2px solid #fff; }

.navbar-toggle .icon-bar {
  background-color: #fff; }

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: rgba(0, 0, 0, 0.1); }

/* ==========================================================================
Logo
============================================================================= */
.navbar-inverse .navbar-brand {
  color: #FFF;
  font-size: 30px;
  font-weight: 700;
  padding: 0; }

.scroll-fixed-navbar.navbar-inverse .navbar-brand {
  color: #1a1a1a;
  font-size: 30px;
  font-weight: 700;
  padding: 0;
  margin-left: 0; }
  .scroll-fixed-navbar.navbar-inverse .navbar-brand .open-source a {
    color: #007bc3; }

.logo {
  user-select: none; }
  .logo a {
    color: #007bc3; }
  .logo img {
    height: 45px;
    display: inline-block; }
  .logo .text {
    position: relative;
    top: 4px;
    left: 4px;
    display: inline-block;
    vertical-align: middle; }
    .logo .text .main {
      font-family: "CenturyGothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 30px;
      font-weight: 300;
      text-transform: uppercase;
      padding-bottom: 7px; }
    .logo .text .open-source {
      font-family: 'Nothing You Could Do', cursive;
      font-size: 14px; }
      .logo .text .open-source a {
        color: #fff; }

/* ==========================================================================
Banner
========================================================================== */
#banner {
  padding-top: 90px;
  padding-bottom: 70px;
  background: #1a1a1a;
  background-image: url(/assets/img/banner/black-blue-hex.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  position: relative;
  background-attachment: fixed; }

.banner-content {
  clear: both;
  padding-top: 40px;
  text-align: center; }
  .banner-content h1 {
    font-size: 60px;
    color: #FFF;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .banner-content h2 {
    color: #FFF;
    margin-bottom: 45px;
    font-weight: normal; }
  .banner-content h3 {
    color: #FFF;
    font-weight: 600;
    font-size: 26px;
    line-height: 32px; }
  .banner-content p {
    color: rgba(255, 255, 255, 0.8);
    margin: 0 auto 100px auto;
    max-width: 850px;
    font-size: 20px;
    line-height: 27px; }
  .banner-content .open-source {
    font-family: 'Nothing You Could Do', cursive;
    color: #337AB7;
    vertical-align: text-bottom;
    margin-right: -7px;
    position: relative; }
    .banner-content .open-source .positioned {
      position: absolute;
      margin: -1.2em 0 0 -3em;
      overflow: visible;
      white-space: nowrap; }

.banner-list {
  margin-bottom: 20px; }
  .banner-list li {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 5px; }
    .banner-list li i {
      margin-right: 10px;
      color: #08b4da; }

.navbar .fa-github {
  font-size: 30px;
  position: relative;
  top: -5px; }

#community .boxed {
  display: flex;
  flex-direction: column; }
  #community .boxed .spacer {
    flex: 1; }
  #community .boxed .call-to-action {
    text-align: right; }

.recent-news-item {
  margin-bottom: 20px; }
  .recent-news-item h5 {
    margin-bottom: 0; }

.news-excerpt {
  border-bottom: 1px solid lightgray;
  padding-bottom: 20px;
  margin-bottom: 40px; }
  .news-excerpt .post-title h3 {
    color: inherit; }
  .news-excerpt .post-excerpt {
    margin-top: 10px; }

.tutorial {
  display: flex;
  flex-direction: row; }
  .tutorial .tutorial-sidenav {
    border-right: 1px solid darkgray;
    margin-right: 20px;
    padding-right: 20px;
    width: 300px; }
    .tutorial .tutorial-sidenav ol {
      padding: 20px;
      font-size: 16px; }
      .tutorial .tutorial-sidenav ol li a {
        padding-left: 5px; }
        .tutorial .tutorial-sidenav ol li a.active {
          font-weight: bold;
          color: #1f3466; }
  .tutorial .tutorial-main {
    flex: 1;
    display: flex;
    flex-direction: column; }
    .tutorial .tutorial-main .tutorial-step-title {
      text-align: center;
      font-weight: bold; }
    .tutorial .tutorial-main .tutorial-content {
      flex: 1; }
      .tutorial .tutorial-main .tutorial-content h2 {
        margin-top: 10px;
        color: #0092dd; }
      .tutorial .tutorial-main .tutorial-content .row {
        padding: 10px; }
    .tutorial .tutorial-main .tutorial-nav {
      display: flex;
      flex-direction: row;
      font-size: 16px;
      padding: 10px 0; }
      .tutorial .tutorial-main .tutorial-nav .spacer {
        flex: 1; }

/* Styles for page */
.accordian-container {
  margin: auto; }

.toggle:last-child {
  border-bottom: 1px solid #dddddd; }
.toggle .toggle-title {
  position: relative;
  display: block;
  border-top: 1px solid #dddddd;
  margin-bottom: 6px; }
  .toggle .toggle-title h3 {
    font-size: 18px;
    margin: 0px;
    line-height: 1;
    cursor: pointer;
    font-weight: 200; }
.toggle .toggle-inner {
  padding: 7px 25px 10px 25px;
  display: none;
  margin: -7px 0 6px; }
  .toggle .toggle-inner div {
    max-width: 100%; }
.toggle .toggle-title .title-name {
  display: block;
  padding: 18px 20px 10px; }
.toggle .toggle-title a i {
  font-size: 22px;
  margin-right: 5px; }
.toggle .toggle-title i {
  position: absolute;
  background: url("/assets/img/accordion_plus_minus.png") 0px -24px no-repeat;
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 20px;
  right: 0;
  top: -4px; }
.toggle .toggle-title.active i {
  background: url("/assets/img/accordion_plus_minus.png") 0px 0px no-repeat; }

.faq {
  padding: 20px 0; }

div.faq-group {
  margin-bottom: 40px; }
  div.faq-group h2 {
    font-size: 28px; }

.learn {
  margin: auto; }
  .learn .learn-box {
    border: 1px solid #ddd;
    padding: 30px;
    margin-bottom: 30px;
    display: flex;
    align-items: center; }
    .learn .learn-box img {
      max-width: 150px;
      padding-right: 30px; }
    .learn .learn-box a.btn {
      margin-top: 15px;
      padding-top: 10px;
      padding-bottom: 10px; }

@media only screen and (max-width: 768px) {
  .learn .learn-box {
    display: block;
    padding: 5px 5px 15px;
    text-align: center; }
    .learn .learn-box img {
      margin-top: 20px;
      margin-bottom: 20px;
      max-width: 50px;
      padding: 0; } }
.getting-started .footnotes {
  font-size: 90%; }

.inline-form {
  width: 500px; }

/* from ActiveCampaign */
._inline-form {
  font-size: 14px;
  line-height: 1.6;
  margin: 0; }

._inline-form * {
  outline: 0; }

._form_hide {
  display: none;
  visibility: hidden; }

._form_show {
  display: block;
  visibility: visible; }

._inline-form._form-top {
  top: 0; }

._inline-form._form-bottom {
  bottom: 0; }

._inline-form._form-left {
  left: 0; }

._inline-form._form-right {
  right: 0; }

._inline-form input[type="text"],
._inline-form input[type="email"],
._inline-form input[type="date"],
._inline-form textarea {
  padding: 6px;
  height: auto;
  border: #979797 1px solid;
  border-radius: 4px;
  color: #000 !important;
  font-size: 13px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

._inline-form textarea {
  resize: none; }

._inline-form ._submit {
  -webkit-appearance: none;
  cursor: pointer;
  border: 0 !important;
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  border-radius: 4px !important;
  padding: 10px !important; }

._inline-form ._close-icon {
  cursor: pointer;
  background-image: url("https://d226aj4ao1t61q.cloudfront.net/esfkyjh1u_forms-close-dark.png");
  background-repeat: no-repeat;
  background-size: 14.2px 14.2px;
  position: absolute;
  display: block;
  top: 11px;
  right: 9px;
  overflow: hidden;
  width: 16.2px;
  height: 16.2px; }

._inline-form ._close-icon:before {
  position: relative; }

._inline-form ._form-body {
  margin-bottom: 30px; }

._inline-form ._form-image-left {
  width: 150px;
  float: left; }

._inline-form ._form-content-right {
  margin-left: 164px; }

._inline-form ._form-branding {
  color: #fff;
  font-size: 10px;
  clear: both;
  text-align: left;
  margin-top: 30px;
  font-weight: 100; }

._inline-form ._form-branding ._logo {
  display: block;
  width: 130px;
  height: 14px;
  margin-top: 6px;
  background-image: url("https://d226aj4ao1t61q.cloudfront.net/hh9ujqgv5_aclogo_li.png");
  background-size: 130px auto;
  background-repeat: no-repeat; }

._inline-form ._form-label,
._inline-form ._form_element ._form-label {
  font-weight: bold;
  margin-bottom: 5px;
  display: block; }

._inline-form._dark ._form-branding {
  color: #333; }

._inline-form._dark ._form-branding ._logo {
  background-image: url("https://d226aj4ao1t61q.cloudfront.net/jftq2c8s_aclogo_dk.png"); }

._inline-form ._form_element {
  position: relative;
  margin-bottom: 10px;
  font-size: 0;
  max-width: 100%; }

._inline-form ._form_element * {
  font-size: 14px; }

._inline-form ._form_element._clear {
  clear: both;
  width: 100%;
  float: none; }

._inline-form ._form_element._clear:after {
  clear: left; }

._inline-form ._form_element input[type="text"],
._inline-form ._form_element input[type="email"],
._inline-form ._form_element input[type="date"],
._inline-form ._form_element select,
._inline-form ._form_element textarea:not(.g-recaptcha-response) {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

._inline-form ._field-wrapper {
  position: relative; }

._inline-form ._inline-style {
  float: left; }

._inline-form ._inline-style input[type="text"] {
  width: 150px; }

._inline-form ._inline-style:not(._clear) + ._inline-style:not(._clear) {
  margin-left: 20px; }

._inline-form ._form_element img._form-image {
  max-width: 100%; }

._inline-form ._clear-element {
  clear: left; }

._inline-form ._full_width {
  width: 100%; }

._inline-form ._form_full_field {
  display: block;
  width: 100%;
  margin-bottom: 10px; }

._inline-form input[type="text"]._has_error,
._inline-form textarea._has_error {
  border: #f37c7b 1px solid; }

._inline-form input[type="checkbox"]._has_error {
  outline: #f37c7b 1px solid; }

._inline-form ._error {
  display: block;
  position: absolute;
  font-size: 13px;
  z-index: 10; }

._inline-form ._error._above {
  padding-bottom: 4px;
  bottom: 39px;
  right: 0; }

._inline-form ._error._below {
  padding-top: 4px;
  top: 100%;
  right: 0; }

._inline-form ._error._above ._error-arrow {
  bottom: 0;
  right: 15px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #f37c7b; }

._inline-form ._error._below ._error-arrow {
  top: 0;
  right: 15px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #f37c7b; }

._inline-form ._error-inner {
  padding: 8px 12px;
  background-color: #f37c7b;
  font-size: 13px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

._inline-form ._error-inner._form_error {
  margin-bottom: 5px;
  text-align: left; }

._inline-form ._button-wrapper ._error-inner._form_error {
  position: static; }

._inline-form ._error-inner._no_arrow {
  margin-bottom: 10px; }

._inline-form ._error-arrow {
  position: absolute;
  width: 0;
  height: 0; }

._inline-form ._error-html {
  margin-bottom: 10px; }

.pika-single {
  z-index: 10000001 !important; }

@media all and (min-width: 320px) and (max-width: 667px) {
  ::-webkit-scrollbar {
    display: none; }

  ._inline-form {
    margin: 0;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    box-sizing: border-box; }

  ._inline-form * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1em; }

  ._inline-form ._form-content {
    margin: 0;
    width: 100%; }

  ._inline-form ._form-inner {
    display: block;
    min-width: 100%; }

  ._inline-form ._form-title,
  ._inline-form ._inline-style {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0; }

  ._inline-form ._form-title {
    font-size: 1.2em; }

  ._inline-form ._form_element {
    margin: 0 0 20px;
    padding: 0;
    width: 100%; }

  ._inline-form ._form-element,
  ._inline-form ._inline-style,
  ._inline-form input[type="text"],
  ._inline-form label,
  ._inline-form p,
  ._inline-form textarea:not(.g-recaptcha-response) {
    float: none;
    display: block;
    width: 100%; }

  ._inline-form ._row._checkbox-radio label {
    display: inline; }

  ._inline-form ._row,
  ._inline-form p,
  ._inline-form label {
    margin-bottom: 0.7em;
    width: 100%; }

  ._inline-form ._row input[type="checkbox"],
  ._inline-form ._row input[type="radio"] {
    margin: 0 !important;
    vertical-align: middle !important; }

  ._inline-form ._row input[type="checkbox"] + span label {
    display: inline; }

  ._inline-form ._row span label {
    margin: 0 !important;
    width: initial !important;
    vertical-align: middle !important; }

  ._inline-form ._form-image {
    max-width: 100%;
    height: auto !important; }

  ._inline-form input[type="text"] {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 1.3em;
    -webkit-appearance: none; }

  ._inline-form input[type="radio"],
  ._inline-form input[type="checkbox"] {
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    font-size: 1em;
    margin: 0 0.3em 0 0;
    vertical-align: baseline; }

  ._inline-form button[type="submit"] {
    padding: 20px;
    font-size: 1.5em; }

  ._inline-form ._inline-style {
    margin: 20px 0 0 !important; } }
._inline-form {
  position: relative;
  text-align: left;
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
  background: #fff !important;
  border: 0px solid #b0b0b0 !important;
  width: 500px;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
  color: #000 !important; }

._inline-form ._form-title {
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 0; }

._inline-form:before,
._inline-form:after {
  content: " ";
  display: table; }

._inline-form:after {
  clear: both; }

._inline-form._inline-style {
  width: auto;
  display: inline-block; }

._inline-form._inline-style input[type="text"],
._inline-form._inline-style input[type="date"] {
  padding: 10px 12px; }

._inline-form._inline-style button._inline-style {
  position: relative;
  top: 27px; }

._inline-form._inline-style p {
  margin: 0; }

._inline-form._inline-style ._button-wrapper {
  position: relative;
  margin: 27px 12.5px 0 20px; }

._inline-form ._form-thank-you {
  position: relative;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 18px; }

@media all and (min-width: 320px) and (max-width: 667px) {
  ._inline-form._inline-form._inline-style ._inline-style._button-wrapper {
    margin-top: 20px !important;
    margin-left: 0 !important; } }
#demos .demo-content .btn {
  margin: 0 10px 10px 0; }

.flex-grid {
  display: flex; }
  .flex-grid .col {
    flex: 1;
    align-content: stretch; }
  .flex-grid .boxed {
    border: 1px solid #ddd;
    padding: 30px;
    margin-bottom: 30px; }

.flex-grid.halves {
  justify-content: space-between; }
  .flex-grid.halves .col {
    flex: initial;
    width: 48%; }

.grid-page {
  margin-top: 30px; }

.support-page {
  /* Tooltip container */
  /* Tooltip text */ }
  .support-page .support-tier {
    font-size: 16px;
    background-color: #b6d5e3;
    border-radius: 8px;
    color: #333;
    margin-bottom: 3em; }
    .support-page .support-tier .tier-header {
      text-align: center;
      border-bottom: 1px solid #999;
      padding-top: 1em;
      margin: 0 2em; }
    .support-page .support-tier .tier-features {
      padding: 1em 2em; }
      .support-page .support-tier .tier-features .plus {
        padding-bottom: 1em;
        font-style: italic; }
      .support-page .support-tier .tier-features ul {
        padding-left: 1em;
        margin-left: 0; }
        .support-page .support-tier .tier-features ul li {
          padding-bottom: 1em; }
    .support-page .support-tier .tier-price {
      background: #94bbcc;
      padding: 1em;
      text-align: center;
      border-bottom-left-radius: 8px;
      border-bottom-right-radius: 8px;
      font-size: 1.2em; }
      .support-page .support-tier .tier-price .support-picker {
        width: 200px;
        margin: 0 auto; }
        .support-page .support-tier .tier-price .support-picker .picker-values-label {
          display: flex;
          justify-content: space-between; }
        .support-page .support-tier .tier-price .support-picker .price {
          padding-top: 1em;
          font-size: 20px; }
      .support-page .support-tier .tier-price .cta {
        margin: 2em 0 1em; }
      .support-page .support-tier .tier-price .btn {
        padding: 0.75em 1.5em;
        background-color: #1b2d40; }
    .support-page .support-tier.contrast {
      background-color: #1b2d40;
      color: #fff; }
      .support-page .support-tier.contrast h2 {
        color: #fff; }
      .support-page .support-tier.contrast .tier-price {
        background-color: #0e2033; }
        .support-page .support-tier.contrast .tier-price .btn {
          background-color: #fff;
          color: #7a7a7a; }
    .support-page .support-tier.basic {
      background-color: #eae9e7; }
      .support-page .support-tier.basic .tier-price {
        background-color: #d7d7d7; }
  .support-page th:not(:first-child) {
    border-top: 1px solid #ddd; }
  .support-page th:nth-child(2) {
    border-left: 1px solid #ddd;
    background: #fafafa; }
  .support-page th:nth-child(3) {
    background: #d7ffeb; }
  .support-page th:nth-child(4) {
    background: #c8e6ff; }
  .support-page th:nth-child(5) {
    background: #ffe5ce; }
  .support-page td, .support-page th {
    padding: 5px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    text-align: center; }
  .support-page td:first-child {
    font-weight: bold;
    border-left: 1px solid #ddd;
    text-align: left; }
  .support-page tbody tr:last-child {
    font-weight: bold; }
    .support-page tbody tr:last-child td:first-child {
      border-left: none;
      border-bottom: none; }
  .support-page span.dot {
    height: 14px;
    width: 14px;
    border-radius: 50%;
    display: inline-block; }
    .support-page span.dot.community {
      background-color: #bbb; }
    .support-page span.dot.standard {
      background-color: #1fbb36; }
    .support-page span.dot.premium {
      background-color: #0e54bb; }
    .support-page span.dot.enterprise {
      background-color: #ff871e; }
  .support-page .fa {
    font-size: 12px;
    cursor: pointer; }
    .support-page .fa:hover {
      color: darkblue; }
  .support-page .icon-tooltip {
    position: relative;
    display: inline-block; }
  .support-page .icon-tooltip .tooltiptext {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    visibility: hidden;
    width: 350px;
    background-color: #e8e8e8;
    color: #000;
    text-align: justify;
    padding: 8px;
    border: 1px solid darkgray;
    border-radius: 6px;
    -webkit-box-shadow: 4px 4px 10px 0px #a8a8a8;
    -moz-box-shadow: 4px 4px 10px 0px #a8a8a8;
    box-shadow: 4px 4px 10px 0px #a8a8a8;
    position: absolute;
    z-index: 1;
    top: -10px;
    left: 30px; }
  .support-page .icon-tooltip:hover .tooltiptext {
    visibility: visible; }

.support-call-to-action {
  border: 1px solid #ddd;
  padding: 30px 30px 15px;
  margin-top: 30px; }
  .support-call-to-action h2 {
    font-size: 24px; }
  .support-call-to-action p {
    margin-top: 1em; }
  .support-call-to-action .cta {
    padding-top: 1em; }
  .support-call-to-action ul {
    padding-left: 1em; }

/* ==========================================================================
Media Queries
 ========================================================================== */
@media only screen and (max-width: 1200px) {
  .nav > li > a {
    padding-left: 10px;
    padding-right: 10px; }

  .navbar-collapse .navbar-nav > li > a.btn {
    padding-left: 10px;
    padding-right: 10px; } }
@media only screen and (max-width: 992px) {
  #header .navigation .hide-smaller {
    display: none; }

  #header .container {
    width: auto; }

  .navbar-collapse .navbar-nav > li > a.btn {
    margin-left: 10px;
    margin-right: 10px;
    width: 110px;
    padding-left: 0;
    padding-right: 0; } }
@media only screen and (max-width: 890px) {
  .logo .text .main {
    font-size: 26px; }

  .nav > li > a {
    padding-left: 5px;
    padding-right: 5px; }

  .clear-small {
    clear: both; } }
/* ------ Mobile Landscape Size to Tablet Portrait (devices and browsers) ------*/
@media only screen and (max-width: 767px) {
  .flex-grid {
    display: block; }

  .flex-grid.halves .col {
    width: 100%; }

  .navbar-inverse {
    padding: 0; }

  .navbar > .container .navbar-brand {
    margin-left: 15px;
    color: #1a1a1a; }
    .navbar > .container .navbar-brand img {
      margin: 10px 0;
      height: 38px; }

  .menu-right {
    float: none; }

  .navbar-inverse .navbar-nav > .active > a,
  .navbar-inverse .navbar-nav > .active > a:hover,
  .navbar-inverse .navbar-nav > .active > a:focus,
  .navbar-inverse .navbar-nav > li > a:hover {
    color: #00A8D6; }

  .navbar-collapse .navbar-nav > li > a.btn {
    margin-left: 5px;
    margin-right: 5px; }

  img {
    display: block;
    margin: 20px auto;
    max-width: 100%; }

  .section {
    padding: 70px 0; }

  .main-point {
    margin-bottom: 40px; }

  .video-container {
    margin-bottom: 40px; }

  .img-thumbnail {
    margin: 0; }

  .terms-privacy {
    text-align: left; }

  .alpha-invite h2, .alpha-invite a {
    margin: 10px 0; } }
/* ------ Mobile Portrait Size to Mobile Landscape Size (devices and browsers) ------*/
@media only screen and (max-width: 479px) {
  h2 {
    font-size: 28px; }

  h4 {
    font-size: 16px; }

  img {
    float: none;
    display: block;
    margin: 20px auto; }

  iframe {
    max-height: 200px; }

  .logo .text .main {
    font-size: 26px; }
  .logo .text .open-source {
    font-size: 12px; }

  .banner-content {
    padding-top: 0; }
    .banner-content h1 {
      font-size: 44px; }
    .banner-content h2 {
      font-size: 22px;
      line-height: 28px; }
    .banner-content h3 {
      line-height: 2em;
      margin-bottom: 2em; }
    .banner-content .open-source {
      vertical-align: baseline; }
      .banner-content .open-source .positioned {
        margin-top: -25px;
        color: #08b4da; }

  .headline {
    margin: 20px 0; }

  .headline h1 {
    font-size: 30px; }

  .headline h2 {
    font-size: 28px; }

  .headline p {
    margin-bottom: 20px; }

  .section {
    padding: 20px 0; }

  .separator60 {
    margin: 30px 0; }

  .steps-list {
    margin-bottom: 30px; }

  .main-point h3 {
    font-size: 20px; }

  .video-container {
    margin-bottom: 40px; }

  .img-thumbnail {
    margin: 0; }

  .testimonial-inner img {
    float: none;
    margin: 0 auto;
    margin-bottom: 20px; }

  .contact-list, .quick-links {
    margin-bottom: 30px; }

  #small-banner .page-title {
    top: 100px;
    font-size: 36px; }

  #content {
    padding: 0; }

  .copyright {
    float: none; }

  .convergence-list {
    margin: 10px 0; }

  .demo-content img {
    margin: 0; }

  .footer.footer-top {
    padding-top: 20px; }

  .footer h3 {
    margin-top: 30px; } }
@media only screen and (max-width: 370px) {
  .navbar > .container .navbar-brand .text .main {
    font-size: 24px;
    padding-bottom: 2px; }
  .navbar > .container .navbar-brand img {
    height: 34px;
    margin: 12px 0 8px; } }
