@import 'foundation.css';
@import '../fonts/icons8-1/css/styles.css';
@import '../plugins/nouislider/nouislider.min.css';
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p {
  font-family: "proxima-nova", sans-serif;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  color: #5b666d;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #323b40;
}
.row {
  max-width: 65rem;
}
.xlarge-row {
  max-width: 87rem;
}
.large-row {
  max-width: 75rem;
}
.medium-row {
  max-width: 61rem;
}
.small-row {
  max-width: 58rem;
}
.logo {
  color: #222;
  min-height: 32px;
  font-weight: bold;
  padding: 0;
  margin-top: 4px;
}
.logo img {
  width: 32px;
  margin-right: 8px;
  display: inline-block;
}
.top-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 9;
  transition: all .2s linear;
}
.top-bar #demo-button {
  display: none;
}
.top-bar .menu-icon:after {
  background: #444;
  box-shadow: 0 7px 0 #444, 0 14px 0 #444;
}
.top-bar .title-bar-title {
  color: #444;
}
.top-bar.solid {
  background: #fff !important;
  border-bottom: 1px solid rgba(0, 31, 51, 0.09);
  padding: 1rem;
}
.top-bar ul {
  background: transparent;
}
.top-bar a {
  color: #5b666d;
}
.top-bar a:hover {
  color: #222;
}
.top-bar .menu-text {
  height: auto;
  padding: 0;
}
.top-bar .menu-text a {
  display: block;
  color: #222;
  min-height: 32px;
  font-weight: bold;
  padding: 0;
  margin-top: 4px;
}
.top-bar .menu-text a img {
  width: 32px;
  margin-right: 8px;
  display: inline-block;
}
.top-bar li:active,
.top-bar li:focus {
  outline: none;
}
.mobile-menu {
  position: absolute;
  display: block;
  top: 10px;
  right: 10px;
  background: transparent;
}
.dropdown.menu .is-dropdown-submenu-parent.is-down-arrow > a::after {
  display: none;
}
.dropdown.menu .submenu {
  border-radius: 3px;
  padding: 10px 0;
}
.dropdown.menu .submenu li:hover {
  background: #2d9ff3;
}
.dropdown.menu .submenu li:hover a {
  color: #fff;
}
.dropdown-caret {
  top: -10px;
  width: 1.125em;
  height: .625em;
  left: 2.3em;
  position: absolute;
}
.dropdown-caret .caret-inner,
.dropdown-caret .caret-outer {
  margin-left: -0.0625em;
  position: absolute;
}
.dropdown-caret .caret-inner {
  top: .0625em;
  left: .0625em;
  border: .5625em solid transparent;
  border-top: 0;
  border-bottom-color: rgba(255, 255, 255, 0.975);
}
.dropdown-caret .caret-outer {
  top: 0;
  left: 0;
  border: .625em solid transparent;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.3);
}
.menu-action {
  margin-left: 10px !important;
  border-radius: 3px;
  border: 2px solid #838c92;
}
.menu-action:hover {
  background: #2d9ff3;
  border: 2px solid #2d9ff3;
  color: #fff !important;
}
.screenshot-wrapper {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid rgba(0, 31, 51, 0.1);
  box-shadow: rgba(15, 29, 51, 0.09) 0px 0px 80px 0px;
}
.screenshot-wrapper .browser-top {
  vertical-align: top;
}
.screenshot-wrapper .url {
  position: absolute;
  font-size: 13px;
  left: 0;
  top: .5%;
  width: 100%;
}
.screenshot-wrapper .url input {
  padding: 0;
  border: 0;
  line-height: 16px;
  height: 18px;
  background: transparent;
  font-size: 14px;
  color: #444;
  box-shadow: none;
  text-align: center;
}
.screenshot-wrapper .url input:focus,
.screenshot-wrapper .url input:active {
  box-shadow: none;
}
.screenshot-wrapper.less-shadow {
  box-shadow: 0px 0px 40px rgba(15, 29, 51, 0.09);
}
.screenshot-wrapper.no-padding {
  padding: 0;
}
.screenshot-wrapper.no-padding img {
  width: 100%;
}
.screenshot-wrapper.inline {
  display: inline-block;
}
.browser-top {
  border-bottom: 1px solid rgba(0, 31, 51, 0.05);
}
.hero {
  height: 100vh;
  width: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7f8fa+0,f7f8fa+67,f7f8fa+67,e3edfc+100 */
  background: #f7f8fa;
  /* Old browsers */
  background: rgba(227, 237, 252, 0.2);
  position: relative;
  overflow: hidden;
  padding-top: 18vh;
  border-bottom: 1px solid rgba(0, 31, 51, 0.09);
}
.hero .inner-shadow {
  display: none;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
  /* IE6-9 */
  opacity: .1;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#screenshot-and-price {
  margin: 0 auto;
  position: relative;
  max-width: 1152px;
  max-width: 1383px;
  max-width: 1280px;
  top: 9vh;
}
#screenshot-and-price #screenshot-wrapper {
  max-width: 100%;
}
#hero-text {
  margin: 0 auto;
  text-align: center;
}
#hero-text h2 {
  margin-top: 20px;
  margin-bottom: 16px;
  max-width: 630px;
  max-width: 700px;
  color: #222;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 400;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin: 20px auto 16px auto;
}
#hero-text h4 {
  margin-bottom: 44px;
  color: rgba(255, 255, 255, 0.55);
  color: #6f7a81;
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
  max-width: 800px;
  margin: 0 auto 40px auto;
}
.page-header {
  padding-top: 134px;
  padding-bottom: 30px;
  background: #f7f8fa;
  border-bottom: 1px solid rgba(0, 31, 51, 0.09);
}
.page-header .page-title {
  max-width: 25rem;
  margin: 0 auto;
  text-align: center;
}
.page-header .page-title h1 {
  font-size: 36px;
  font-weight: 600;
}
.page-header .page-title p {
  font-size: 19px;
  font-weight: 300;
}
.page-header.dark-gradient {
  background-color: #323b40;
  background-image: -webkit-linear-gradient(45deg, #212f36 12%, #212f36 12%, #425b69);
  background-image: linear-gradient(45deg, #212f36 12%, #212f36 12%, #425b69);
}
.page-header.dark-gradient h1 {
  color: #fff;
}
.page-header.dark-gradient p {
  color: #bbc9d1;
}
.page-header.white {
  background: #fff;
  border-bottom: none;
}
.button {
  padding: 18px 20px;
  background-color: #2d9ff3;
  color: #fff !important;
  border-radius: 3px;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}
.button:hover {
  background-color: #0d87e0;
}
.button a {
  color: #fff !important;
}
.button-small {
  padding: 18px 20px;
  background-color: #2d9ff3;
  color: #fff !important;
  border-radius: 3px;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  font-size: 16px;
  padding: 8px 10px;
}
.button-small:hover {
  background-color: #0d87e0;
}
.button-small a {
  color: #fff !important;
}
h2 {
  margin-top: 25px;
  margin-bottom: 16px;
  color: #323b40;
  font-size: 28px;
  line-height: 37px;
  font-weight: 400;
}
.content-section {
  padding-top: 100px;
  padding-bottom: 100px;
}
.content-section.no-bottom {
  padding-bottom: 0;
}
.content-section.less-space {
  padding-top: 50px;
}
.content-section.more-space {
  padding-top: 100px;
  padding-bottom: 100px;
}
.content-section.grey {
  background: #f7f8fa;
  padding-top: 100px;
  padding-bottom: 100px;
  border-top: 1px solid rgba(0, 31, 51, 0.09);
  border-bottom: 1px solid rgba(0, 31, 51, 0.09);
}
.section-title {
  text-align: center;
  padding: 0 10%;
  margin-top: 0px;
  margin-bottom: 80px;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}
.section-title.wide {
  max-width: 60rem;
}
.section-title.short {
  margin-bottom: 40px;
}
.section-title p {
  font-size: 18px;
}
.main-intro-text {
  margin-top: 20px;
  margin-bottom: 90px;
}
.icon-column {
  width: 35px;
  height: auto;
  margin-top: 18px;
  float: left;
}
.icon-column img {
  max-width: 24px;
}
.text-column {
  padding-top: 14px;
}
.text-column .sub-header {
  color: #000;
}
.text-column .sub-header .dot {
  vertical-align: middle;
  background: #3b67b3;
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 10px;
  margin-right: 10px;
  margin-top: -4px;
  display: none;
}
.more-features .sub-header {
  line-height: 2;
}
.feature-row {
  margin-top: 0px;
  margin-bottom: 20px;
}
.sub-header {
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.2;
}
.screenshot-wrapper {
  text-align: center;
}
.screenshot {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 31, 51, 0.15);
  border-radius: 3px;
}
.screenshot .browser-top {
  border-bottom: 1px solid rgba(0, 31, 51, 0);
}
.thingy {
  position: relative;
  overflow: hidden;
  margin-top: 60px;
}
.thingy .center,
.thingy .right,
.thingy .left {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 31, 51, 0.15);
  border-radius: 3px;
}
.thingy .center .browser-top,
.thingy .right .browser-top,
.thingy .left .browser-top {
  border-bottom: 1px solid rgba(0, 31, 51, 0);
}
.thingy .center {
  width: 70%;
  position: relative;
  margin: 0 auto;
  bottom: -50px;
  box-shadow: 0 30px 40px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.thingy .right,
.thingy .left {
  width: 50%;
  position: absolute;
  bottom: -10%;
}
.thingy .right {
  right: 1%;
}
.thingy .left {
  left: 1%;
}
hr {
  float: left;
  width: 100%;
  margin: 58px auto 75px auto;
  border-bottom: 1px solid #e3e5e6;
}
.standout {
  font-weight: 600;
  color: #000;
}
.testimonials {
  background-image: -webkit-linear-gradient(45deg, #2b2662, #7580db 65%, #7eaffe);
  background-image: linear-gradient(45deg, #2b2662, #7580db 65%, #7eaffe);
}
.testimonials.content-section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.testimonials h3 {
  color: #fff;
}
.testimonials .section-title {
  margin-bottom: 40px;
}
.testimonials .block {
  background: #fff;
  margin-bottom: 20px;
  padding: 40px;
  border-radius: 3px;
  box-shadow: rgba(17, 0, 71, 0.09) 0px 1px 5px 0px;
  color: #68767d;
}
.testimonials .button {
  background-color: white;
  color: #7d75d9 !important;
}
.footer {
  padding-top: 100px;
  padding-bottom: 100px;
}
.footer .logo {
  margin-bottom: 20px;
}
.footer .inline {
  display: inline;
}
.footer h6 {
  margin-bottom: 10px;
  font-family: Circular, sans-serif;
  color: #3b67b3;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}
.footer .copywrite {
  color: #9da9b0;
  font-size: 14px;
  line-height: 20px;
}
.footer ul {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}
.footer a {
  display: block;
  color: #5b666d;
  line-height: 38px;
  text-decoration: none;
}
.footer a:hover {
  color: #3b67b3;
}
.footer-has-top .footer {
  margin-top: 60px;
  border-top: 1px solid #ddd;
}
.table-column {
  width: 25%;
  float: left;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
  transition: box-shadow 0.2s linear;
  border-radius: 4px;
}
.table-column:hover {
  z-index: 999;
  position: relative;
}
.table-column .top {
  height: 200px;
  text-align: center;
}
.table-column .price {
  margin-bottom: 16px;
  margin-top: 16px;
  color: #323b40;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
}
.table-column .price-details {
  display: inline-block;
  padding-top: 2px;
  border: 1px solid #e3e5e6;
  border-radius: 2px;
  color: #9da9b0;
  font-size: 11px;
  line-height: 20px;
  text-transform: uppercase;
  width: 102px;
  letter-spacing: .5px;
  margin-bottom: 16px;
}
.table-column .description {
  font-size: 14px;
  line-height: 20px;
  padding: 0 20px;
}
.table-column .one {
  color: #3b67b3;
}
.table-column .two {
  color: #1ec4d6;
}
.table-column .three {
  color: #7d75d9;
}
.table-column .info {
  width: 16px;
  position: absolute;
  right: 35px;
  top: 50%;
  margin-top: -8px;
}
.table-column .info:hover {
  cursor: help;
}
.table-column .info:hover + .info-details {
  display: block;
  opacity: 1;
}
.table-column .info-details {
  z-index: 999;
  display: none;
  opacity: 0;
  background: #fff;
  width: 300px;
  position: absolute;
  right: -275px;
  top: 10px;
  padding: 10px 30px;
  border: 1px solid rgba(0, 31, 51, 0.19);
  border-radius: 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  transition: opacity .2s linear;
}
.table-column .info-details p {
  font-size: 14px;
  margin: 0;
}
.table-column .info-details h6 {
  font-weight: 600;
}
.table-column .heading {
  margin-bottom: 10px;
  line-height: 14px;
  text-align: center;
  position: relative;
  color: #9da9b0;
  font-size: 12px;
  display: none;
  text-transform: uppercase;
}
.cell {
  height: 66px;
  padding: 0 16px 0 16px;
  line-height: 66px;
  text-align: center;
}
.cell.header {
  text-align: left;
  position: relative;
}
.cell h5 {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #9da9b0;
  font-size: 16px;
  line-height: 66px;
}
.cell:nth-child(2n + 1) {
  background-color: #f7f8fa;
}
.cell.checked {
  background-image: url(../img/check.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 30px;
}
.cell.dashed {
  background-image: url(../img/dash.svg);
  background-position: 46% 50%;
  background-repeat: no-repeat;
  background-size: 30px;
}
.cell .button {
  padding: 10px 20px;
  margin: 10px;
}
.faqs .row {
  margin-bottom: 50px;
}
.faqs h5 {
  font-weight: 600;
  color: #444;
}
.confidence {
  margin: 40px auto;
  text-align: center;
}
.fade {
  position: relative;
  max-height: 435px;
  overflow: hidden;
}
.fade:after {
  content: ' ';
  height: 50px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+52,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 52%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 52%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 52%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
.support-tabs a {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.support-tabs a:hover {
  background-color: #f7f8fa;
}
.support-tabs span.title,
.support-tabs span.link {
  display: block;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
}
.support-tabs span.description {
  color: #5b666d;
  width: 100%;
}
.support-tabs .title h5 {
  color: #323b40;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
.tabs {
  border: none;
  margin-bottom: 30px;
}
.tabs-title.is-active a,
.tabs-title:active a,
.tabs-title:focus a {
  background: none;
  background-color: rgba(255, 255, 255, 0.2) !important;
  box-shadow: #3b67b3 0px 2px 0px 0px;
  color: #3b67b3;
}
.tabs-title a {
  display: inline-block;
  background-color: transparent;
  color: #5b666d;
  font-size: 16px;
  font-weight: 400;
  padding: 17px 0px;
  margin-right: 40px;
}
.tabs-content {
  border: 1px solid #e6e6e6;
}
.tabs-panel {
  padding: 0 1rem;
}
#search-box {
  height: 46px;
  margin-bottom: 0px;
  padding-top: 9px;
  padding-right: 34px;
  padding-left: 14px;
  border: 1px solid #d6d9db;
  border-radius: 4px;
  background-image: url("../img/search.svg");
  background-position: 97% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  font-size: 16px;
  box-shadow: none;
}
.bottom-callout {
  background-color: #3387da;
}
.bottom-callout h1,
.bottom-callout h2,
.bottom-callout h3 {
  color: #fff;
}
.bottom-callout p {
  color: #bfd7ff;
  font-size: 19px;
}
.bottom-callout .button {
  background: #fff;
  color: #3387da !important;
}
.no-search-results {
  height: 500px;
}
.no-search-results h3 {
  font-weight: 600;
}
.no-search-results p {
  font-size: 18px;
}
.support-page .content-section h4,
.support-page .content-section h3 {
  font-weight: 600;
  margin-bottom: 40px;
  font-size: 1.4rem;
}
.support-page .content-section h5 {
  font-weight: 600;
  font-size: 1.2rem;
  margin-top: 80px;
}
.support-page .content-section .screenshot {
  box-shadow: none;
  border: none;
}
.support-page .content-section img {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  display: block;
  margin: 20px auto 30px auto;
}
.support-page .content-section li:last-child img {
  margin-bottom: 0;
}
#license strong {
  color: #000;
}
.hidden {
  display: none;
}
#verification-loading {
  height: 100%;
  width: 100%;
  background: #fff;
  text-align: center;
  padding-top: 100px;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
#step-2.verifying #verification-loading {
  display: block;
}
#download-form .label {
  margin-bottom: 20px;
}
.block {
  position: relative;
  margin: 0 auto;
  padding: 0 0 14px 0;
  margin-bottom: 60px;
}
.block:after {
  width: 60px;
  height: 2px;
  background: #E1E7EB;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  border-radius: 2px;
  margin-left: -30px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
.text {
  transition: opacity 50ms linear;
  visibility: hidden;
  opacity: 0;
}
.wf-active h1,
.wf-active h2,
.wf-active h3,
.wf-active h4,
.wf-active h5,
.wf-active h6,
.wf-active p,
.wf-active a,
.wf-active .text {
  visibility: visible;
  opacity: 1;
}
.price-wrapper {
  position: relative;
  display: inline-block;
}
.price.original {
  color: #aaa;
  bottom: 2px;
  position: absolute;
  margin-left: 20px;
  font-size: 20px;
  right: -89%;
}
.price.original:after {
  content: ' ';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 2px solid #aaa;
}
.upper,
.show {
  margin-bottom: 5px;
  background: #3b67b3;
  color: #fff;
  border-radius: 4px;
  display: inline-block;
  padding: 0 20px;
  font-size: 1.1rem;
  position: relative;
  top: -4px;
}
.upper + span,
.show + span {
  position: relative;
  font-size: 12px;
  color: #888;
  display: block;
  top: -8px;
}
#beta-discount {
  display: none;
  margin-top: -40px;
  margin-bottom: 120px;
}
#beta-discount h1,
#beta-discount h2 {
  margin-bottom: 5px;
  font-weight: 600;
  text-transform: uppercase;
}
#beta-discount h6 {
  color: #888;
}
@media screen and (max-width: 50em) {
  .table-column {
    display: block;
    float: none;
    width: auto;
    margin-bottom: 100px;
  }
  .table-column .heading {
    display: block;
  }
  .cell {
    padding-top: 20px;
    line-height: 1.2;
    height: 80px;
  }
  .cell.dashed {
    background-position: 50% 66%;
  }
  .table-headers {
    display: none;
  }
}
.has-bubble {
  position: relative;
  margin-right: .8rem;
}
.has-bubble .bubble {
  position: absolute;
  display: inline-block;
  height: 20px;
  width: 20px;
  background: #2FE900;
  border-radius: 50%;
  color: #fff;
  line-height: 20px;
  text-align: center;
  font-size: 10px;
  top: 2px;
}
.card {
  padding-right: .5rem;
  padding-left: .5rem;
  margin-bottom: 60px;
}
.card .card-inner {
  background: #ccc;
  border-radius: 6px;
  height: 400px;
  position: relative;
}
.card .inner-text {
  padding: 0 20px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.card h5,
.card p {
  color: #fff;
}
.card.one .card-inner {
  background: #2755a4;
}
.card.two .card-inner {
  background: #7d75d9;
}
.card.three .card-inner {
  background: #6FD1F8;
}
.card.four .card-inner {
  background: #FD8F74;
}
.card.five .card-inner {
  background: #F5C803;
}
.card.six .card-inner {
  background: #934988;
}
.card.seven .card-inner {
  background: #FD8F74;
}
.card.eight .card-inner {
  background: #FD8F74;
}
.card.nine .card-inner {
  background: #FD8F74;
}
.new-stuff h1 {
  text-align: center;
  margin-bottom: 4rem;
  font-weight: bold;
}
.new-stuff .row {
  margin-bottom: 140px;
}
.new-stuff .last {
  margin-bottom: 40px;
}
.new-stuff h5 {
  color: #333;
}
.new-stuff .getting-paid {
  margin-top: 2.5rem;
}
#non-profit-header {
  background: transparent url(../img/free-license-background.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
#non-profit-header .page-title {
  position: relative;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 100px;
}
#non-profit-header h1,
#non-profit-header p {
  color: #fff;
}
#non-profit-header:before {
  z-index: 0;
  height: 100%;
  content: ' ';
  background: #000;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .6;
}
#finish-setup {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 60px 60px 80px;
  background: #f7fbff;
  box-shadow: 0 0 20px rgba(102, 103, 128, 0.07);
  margin-top: 20px;
  border: 1px solid #ebeef8;
}
#finish-setup h4.title {
  text-transform: uppercase;
  margin-bottom: 40px;
  text-align: center;
}
#finish-setup ul h4 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #505863;
}
#finish-setup ul li {
  position: relative;
  margin-bottom: 60px;
}
#finish-setup ul span {
  height: 30px;
  width: 30px;
  line-height: 30px;
  color: #fff;
  background: #86DB6F;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: -40px;
  top: 0px;
}
#finish-setup ul p {
  color: #747a8c;
}
#finish-setup ul .more-info {
  display: none;
}
#finish-setup ul .more-info.showing {
  display: block;
}
#finish-setup .button {
  background: #86DB6F;
  border: none;
  color: #fff;
  margin: 0 auto;
  text-align: Center;
  padding: 10px 20px;
}
.no-space {
  margin: 40px 0 10px 0 !important;
}
.demo-options h1 {
  text-align: center;
  margin-bottom: 4rem;
  font-weight: bold;
  max-width: 55%;
  line-height: 1.2;
  margin: 0 auto 4rem auto;
}
.demo-options .demo-option {
  margin-bottom: 4rem;
}
.demo-options .button {
  float: right;
}
@media (max-width: 1024px) {
  .demo-options .button {
    float: none;
  }
  .demo-options .demo-option {
    margin-bottom: 4rem;
  }
  .demo-options .demo-option img,
  .demo-options .demo-option p {
    margin-bottom: 1rem;
  }
  .demo-options .demo-option h3 {
    display: none;
  }
  .demo-options .column-spacer {
    display: none;
  }
}
#form-submitted-message,
#form-error-message {
  text-align: center;
  opacity: 0;
  transition: opacity .5s ease;
  padding-bottom: 100px;
  visibility: hidden;
  height: 1px;
  overflow: hidden;
}
#form-submitted-message.showing,
#form-error-message.showing {
  display: block;
  opacity: 1;
  visibility: visible;
  height: auto;
}
#download-form {
  text-align: center;
  margin-top: 1rem;
}
.info {
  margin-bottom: 2em;
}
.info h4 {
  margin-bottom: .5em;
}
.info span {
  max-width: 600px;
  display: block;
  margin: 0 auto;
}
#download-form-wrapper .button {
  border-radius: 40px;
  margin-top: 1rem;
}
#download-form-wrapper img {
  width: 26px;
  margin-right: 8px;
}
.download-form-submitted #download-form-wrapper {
  display: none;
}
.support-types .support-type {
  display: block;
  position: relative;
  background: #f5f5f5;
  border-radius: 4px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 4px rgba(168, 176, 186, 0.3);
}
.support-types .support-type img {
  margin: 10px auto 20px auto;
  display: inline-block;
}
.support-types .support-type h5 {
  font-weight: 600;
}
.support-types .support-type:after {
  content: '';
  display: block;
  padding-top: 100%;
}
.support-types .support-type .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .support-type {
    margin-bottom: 20px;
  }
  .support-type:after {
    padding-top: 220px !important;
  }
}
.issue-instructions {
  color: #000;
  /* font-weight: bold; */
  margin-top: 60px;
}
.issue-text-area {
  height: 150px;
  max-width: 100%;
}
.pricing-option-selected {
  border: 1px solid #ccc;
  text-decoration: none;
  position: relative;
  padding-left: 30px;
  padding-right: 20px;
}
.pricing-option-selected:before {
  content: '';
  position: absolute;
  top: -1px;
  left: -20px;
  display: block;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #ccc;
}
.pricing-option-selected:after {
  content: '';
  position: absolute;
  top: 1px;
  left: -18px;
  display: block;
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-right: 18px solid #fff;
}
.pricing-options-wrapper {
  text-align: center;
  font-size: 0;
}
.pricing-options-wrapper .single-price,
.pricing-options-wrapper .double-price {
  display: none;
}
.pricing-options-wrapper.single .single-price {
  display: inline-block;
}
.pricing-options-wrapper.single .double-price,
.pricing-options-wrapper.single .unlimited-price {
  display: none;
}
.pricing-options-wrapper.single .pricing-options .single-option {
  border: 1px solid #ccc;
  text-decoration: none;
  position: relative;
  padding-left: 30px;
  padding-right: 20px;
}
.pricing-options-wrapper.single .pricing-options .single-option:before {
  content: '';
  position: absolute;
  top: -1px;
  left: -20px;
  display: block;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #ccc;
}
.pricing-options-wrapper.single .pricing-options .single-option:after {
  content: '';
  position: absolute;
  top: 1px;
  left: -18px;
  display: block;
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-right: 18px solid #fff;
}
.pricing-options-wrapper.double .double-price {
  display: inline-block;
}
.pricing-options-wrapper.double .single-price,
.pricing-options-wrapper.double .unlimited-price {
  display: none;
}
.pricing-options-wrapper.double .pricing-options .double-option {
  border: 1px solid #ccc;
  text-decoration: none;
  position: relative;
  padding-left: 30px;
  padding-right: 20px;
}
.pricing-options-wrapper.double .pricing-options .double-option:before {
  content: '';
  position: absolute;
  top: -1px;
  left: -20px;
  display: block;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #ccc;
}
.pricing-options-wrapper.double .pricing-options .double-option:after {
  content: '';
  position: absolute;
  top: 1px;
  left: -18px;
  display: block;
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-right: 18px solid #fff;
}
.pricing-options-wrapper.unlimited .unlimited-price {
  display: inline-block;
}
.pricing-options-wrapper.unlimited .single-price,
.pricing-options-wrapper.unlimited .double-price {
  display: none;
}
.pricing-options-wrapper.unlimited .pricing-options .unlimited-option {
  border: 1px solid #ccc;
  text-decoration: none;
  position: relative;
  padding-left: 30px;
  padding-right: 20px;
}
.pricing-options-wrapper.unlimited .pricing-options .unlimited-option:before {
  content: '';
  position: absolute;
  top: -1px;
  left: -20px;
  display: block;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #ccc;
}
.pricing-options-wrapper.unlimited .pricing-options .unlimited-option:after {
  content: '';
  position: absolute;
  top: 1px;
  left: -18px;
  display: block;
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-right: 18px solid #fff;
}
#users-picker {
  max-width: 600px;
  text-align: center;
  margin: 0px auto 80px auto;
}
#users-picker h3 {
  font-size: 40px;
  font-size: 32px;
  line-height: 1.2;
  margin: 30px 0;
}
#users-picker h3 span {
  font-weight: 600;
}
#users-picker p {
  font-size: 18px;
  font-size: 19px;
  line-height: 1.7;
  margin-bottom: 40px;
}
#users-slider-container {
  margin-top: 40px;
}
.pricing-details {
  display: inline-block;
  padding: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 81%;
  position: relative;
  background-color: #4288e0;
}
.pricing-details p {
  color: #fff;
}
.large-paragraph {
  font-size: 1.15em;
}
.pricing-explanation {
  font-size: 20px;
  line-height: 1.7;
  width: 55%;
  max-width: 400px;
  display: inline-block;
  text-align: left;
  padding: 0 0 0 60px;
  vertical-align: top;
}
#enter-users-number {
  width: 150px;
  margin: 0 auto 10px;
  text-align: center;
  border: none;
  font-size: 40px;
  padding-right: 0;
  padding-bottom: 0;
  border-bottom: 3px solid #DDD;
  box-shadow: none !important;
  height: auto;
  -moz-appearance: textfield;
}
#enter-users-number::-webkit-outer-spin-button,
#enter-users-number::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#users-slider {
  display: none;
}
#users-slider,
.slider.slider-horizontal {
  width: 400px;
}
.slider.slider-horizontal .slider-handle {
  top: 10px !important;
}
.slider {
  background: transparent;
}
.slider-track {
  background: #ddf1fd;
}
.slider-tick {
  background: #ddf1fd;
  opacity: 1;
  box-shadow: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
.pricing-block {
  background: #3B67B3;
  background: #4288e0;
  color: #fff;
  position: relative;
  text-align: center;
  display: inline-block;
  width: 45%;
  font-size: 16px;
}
.pricing-block:after {
  display: block;
  content: '';
  padding-top: 100%;
}
.pricing-block .pricing-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pricing-block .price {
  display: inline-block;
  position: relative;
  height: 8rem;
  margin: 0 auto;
  top: 50%;
  margin-top: -5rem;
}
.pricing-block .dollars {
  font-size: 8rem;
  font-weight: 700;
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.pricing-block .currency {
  display: inline-block;
  vertical-align: top;
  margin-top: 14px;
  opacity: .8;
  font-size: 1.5em;
  position: absolute;
  left: -10px;
}
.pricing-block .fee-schedule {
  text-transform: uppercase;
  font-size: .9rem;
}
.duet-intro.row {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}
.duet-intro.row h5 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  color: #667797;
}
.duet-intro.row h2 {
  font-size: 40px;
}
.duet-intro.row h2,
.duet-intro.row h3 {
  line-height: 1.2;
  margin-top: 10px;
}
.duet-intro.row span {
  font-weight: 600;
}
.buy-button {
  width: 100%;
  display: block;
  background: #53f4a3;
  background: #55e390;
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 15px 0;
  margin-top: 37px;
}
.buy-button:hover {
  background: #53f4a3;
  color: #fff !important;
}
.pricing-options {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
}
.pricing-options h6 {
  color: #000;
  font-weight: 600;
  margin-left: 42px;
  margin-bottom: 15px;
  margin-top: 68px;
}
.pricing-options ul {
  list-style: none;
  text-align: left;
  margin-left: 40px;
}
.pricing-options li {
  height: 40px;
  line-height: 40px;
  padding-left: 30px;
  padding-right: 20px;
  width: 170px;
  border-radius: 3px 0 0 3px;
  margin-bottom: 10px;
  cursor: pointer;
  text-decoration: underline;
}
.pricing-options.mobile {
  display: none;
}
.pricing-options.mobile ul {
  float: left;
  width: 100%;
  margin: 0 0 40px 0;
}
.pricing-options.mobile li {
  float: left;
  width: 33%;
  text-align: center;
  padding: 0;
}
.pricing-options.mobile li:after,
.pricing-options.mobile li:before {
  display: none !important;
}
.price-includes {
  max-width: 600px;
  margin: 80px auto;
}
.price-includes h4 {
  text-align: center;
  color: #000;
  font-weight: bold;
  font-size: 1.25rem;
}
.price-includes ul {
  margin: 0;
}
.price-includes li {
  list-style: none;
  padding-left: 60px;
  min-height: 30px;
  background: transparent url(../img/Checked.svg) no-repeat 0 top;
  background-size: 30px;
  margin-top: 1rem;
  font-size: 1.15rem;
}
.price-savings-text {
  text-align: center;
  color: #000;
  line-height: 2;
}
.price-savings-text span {
  background: #ffe169;
  padding: 10px;
  transform: skew(-20deg);
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
}
.compare-price {
  max-width: 800px;
  margin: 0px auto;
  transition: all .2s ease;
}
.compare-price .price-savings-text {
  max-width: 500px;
  margin: 0 auto 40px auto;
}
.compare-price h4.toggle {
  text-align: center;
  color: #000;
  font-size: 1.25rem;
  text-decoration: underline;
  cursor: pointer;
}
.compare-price.open {
  margin: 60px auto;
  padding: 60px 0;
  border-top: 1px solid rgba(0, 31, 51, 0.09);
}
.compare-price.open .comparison-content {
  visibility: visible;
  height: auto;
  opacity: 1;
  overflow: visible;
}
.compare-price p {
  text-align: Center;
  max-width: 600px;
  margin: 0 auto 4rem auto;
  font-size: 1.15rem;
}
.compare-price .comparison-content {
  visibility: hidden;
  height: 0px;
  opacity: 0;
  overflow: hidden;
  display: none;
}
.compare-price .comparison-content.single {
  display: block;
}
.compare-price.double .comparison-content.single,
.compare-price.double .comparison-content.unlimited {
  display: none;
}
.compare-price.double .comparison-content.double {
  display: block;
}
.compare-price.unlimited .comparison-content.single,
.compare-price.unlimited .comparison-content.double {
  display: none;
}
.compare-price.unlimited .comparison-content.unlimited {
  display: block;
}
.comparison-table {
  border: 1px solid rgba(0, 0, 0, 0.1);
  float: left;
  width: 100%;
}
.comparison-table .comparison-table-top {
  color: #000;
  float: left;
  width: 100%;
}
.comparison-table .comparison-table-top > div {
  padding: 7px 0;
  float: left;
  text-align: center;
}
.comparison-table .comparison-table-top .headers-label {
  width: 20%;
}
.comparison-table .comparison-table-top .content-label {
  width: 67%;
}
.comparison-table .comparison-table-top .total-label {
  width: 13%;
}
.comparison-table .comparison-table-column {
  width: 5.58333333%;
  float: left;
  transition: box-shadow 0.2s linear;
  border-radius: 4px;
}
.comparison-table .comparison-table-column.table-headers {
  width: 20%;
}
.comparison-table .comparison-table-column.table-headers .cell {
  padding: 0 16px 0 16px;
}
.comparison-table .comparison-table-column.table-headers .double-lines h5 {
  padding-top: 16px;
  line-height: 1.2;
}
.comparison-table .comparison-table-column.yearly-totals {
  width: 13%;
}
.comparison-table .comparison-table-column.yearly-totals .c-cell {
  font-weight: bold;
  color: #000;
}
.comparison-table .comparison-table-column .info {
  width: 16px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -8px;
}
.comparison-table .comparison-table-column .info:hover {
  cursor: help;
}
.comparison-table .comparison-table-column .info:hover + .info-details {
  display: block;
  opacity: 1;
}
.comparison-table .comparison-table-column .info-details {
  z-index: 999;
  display: none;
  opacity: 0;
  background: #fff;
  width: 300px;
  position: absolute;
  right: -285px;
  top: 10px;
  padding: 10px 30px;
  border: 1px solid rgba(0, 31, 51, 0.19);
  border-radius: 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  transition: opacity .2s linear;
  text-align: left;
}
.comparison-table .comparison-table-column .info-details p {
  font-size: 14px;
  margin: 0;
  text-align: left;
}
.comparison-table .comparison-table-column .info-details h6 {
  font-weight: 600;
  text-align: left;
}
.comparison-table .c-cell {
  height: 66px;
  line-height: 66px;
  text-align: center;
}
.comparison-table .c-cell.header {
  text-align: left;
  position: relative;
  padding: 0 16px 0 16px;
}
.comparison-table .c-cell h5 {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 66px;
}
.comparison-table .c-cell:nth-child(2n + 1) {
  background-color: #f7f8fa;
}
.comparison-table .c-cell .button {
  padding: 10px 20px;
  margin: 10px;
}
.comparison-table .mobile {
  display: none;
}
.comparison-content.home-charts {
  visibility: visible;
  height: auto;
  opacity: 1;
  overflow: visible;
  display: block;
}
.comparison-content.home-charts:before,
.comparison-content.home-charts:after {
  content: ' ';
  display: table;
}
.comparison-content.home-charts:after {
  clear: both;
}
.home-compare-price {
  max-width: 100%;
  margin-bottom: 60px;
}
.feature-two .screenshot-container {
  position: relative;
}
.feature-two .screenshot-wrapper {
  position: relative;
  z-index: 1;
}
.feature-two .colors {
  opacity: 1;
  border: 1px solid rgba(0, 0, 0, 0.15);
  bottom: -14px;
  position: absolute;
  right: 460px;
  z-index: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  opacity: .9;
}
.feature-right,
.feature-left,
.feature-center,
.feature-reg {
  padding-top: 100px;
  padding-top: 140px;
  padding-bottom: 20px;
}
.feature-right .has-text,
.feature-left .has-text,
.feature-center .has-text,
.feature-reg .has-text {
  z-index: 0;
  right: -60px;
}
.feature-right .icon,
.feature-left .icon,
.feature-center .icon,
.feature-reg .icon {
  width: 60px;
  margin-top: 40px;
}
.feature-right h3,
.feature-left h3,
.feature-center h3,
.feature-reg h3 {
  font-size: 40px;
  font-size: 32px;
  line-height: 1.2;
  margin: 30px 0;
}
.feature-right h3 span,
.feature-left h3 span,
.feature-center h3 span,
.feature-reg h3 span {
  font-weight: 600;
}
.feature-right p,
.feature-left p,
.feature-center p,
.feature-reg p {
  font-size: 18px;
  font-size: 19px;
  line-height: 1.7;
  margin-bottom: 40px;
}
.feature-right .price-savings-text,
.feature-left .price-savings-text,
.feature-center .price-savings-text,
.feature-reg .price-savings-text {
  line-height: 1.7;
}
.feature-right {
  position: relative;
}
.feature-right .screenshot-container {
  padding: 0;
}
.feature-right .screenshot-container .text {
  width: 398px;
  z-index: 2;
  left: 9%;
  position: relative;
}
.feature-right h3 {
  padding-right: 60px;
}
.feature-right p {
  padding-right: 40px;
}
.feature-left {
  position: relative;
  min-height: 640px;
}
.feature-left .screenshot-container {
  text-align: right;
}
.feature-center h3 {
  text-align: center;
}
.feature-center .comparison-content {
  margin-top: 60px;
}
@media (max-width: 1024px) {
  .feature-right,
  .feature-left,
  .feature-center,
  .feature-reg {
    padding-top: 60px;
  }
  .feature-right h3,
  .feature-left h3,
  .feature-center h3,
  .feature-reg h3 {
    text-align: center;
  }
  .feature-right .icon,
  .feature-left .icon,
  .feature-center .icon,
  .feature-reg .icon {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .feature-right p,
  .feature-left p,
  .feature-center p,
  .feature-reg p,
  .feature-right h3,
  .feature-left h3,
  .feature-center h3,
  .feature-reg h3 {
    padding-right: 4vw;
    padding-left: 4vw;
  }
  .screenshot-container {
    text-align: center !important;
  }
  .has-text {
    max-width: 80%;
    display: inline-block;
    right: auto !important;
  }
  .feature-two .colors {
    position: relative !important;
    top: 140px;
    right: -20px;
    vertical-align: top;
  }
  .home .compare-price .comparison-content.single {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .feature-overview hr {
    margin-bottom: 0 !important;
  }
  .step-row .step-title h3 {
    display: inline-block;
    position: relative;
    top: 4px;
    padding: 0;
  }
  .step-row .step-title .step-number {
    position: relative !important;
    left: 0;
  }
  .step-row .step-content {
    padding-bottom: 40px;
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .step-row .screenshot-wrapper {
    max-width: 80%;
    float: none !important;
    margin-right: auto;
    margin-left: auto;
    margin-top: 40px;
  }
  .additional-feature {
    height: 160px;
  }
  .additional-feature p {
    display: none;
  }
}
@media (max-width: 1105px) {
  .additional-feature p {
    height: 75px;
  }
}
@media (max-width: 640px) {
  .dropdown.menu {
    text-align: right;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    font-size: 0;
  }
  .dropdown.menu > li {
    display: inline-block;
    font-size: 16px;
    width: 25%;
    text-align: Center;
  }
}
.home-features {
  background: #f9fbfc;
  background: #f4f9fb;
  padding: 60px 0;
  margin: 60px 0 0 0;
}
.before-title {
  text-align: center;
  margin: 0;
  color: #606c71;
}
.home-features-title {
  text-align: center;
  font-size: 40px;
  font-size: 32px;
  line-height: 1.2;
  margin: 0 auto 80px auto;
  max-width: 600px;
}
.home-features-title span {
  font-weight: 600;
}
.card {
  background: #fff;
  box-shadow: 0 6px 18px 2px rgba(168, 176, 186, 0.3);
  border: 1px solid rgba(168, 176, 186, 0.4);
  padding: 0;
}
.card .top {
  position: relative;
}
.card .top .inner {
  overflow: hidden;
  padding: 40px;
  text-align: center;
}
.card .top .inner img {
  max-width: 60px;
}
.card .bottom {
  padding: 20px 30px 10px 30px;
  background: #f9fbfc;
  min-height: 209px;
}
.card .bottom h5 {
  margin: 0;
  color: #3e454b;
  margin-bottom: 10px;
  font-weight: bold;
}
.card .bottom p {
  color: #8994a1;
  min-height: 125px;
}
.four-more .bottom {
  min-height: 234px;
}
.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}
.clearfix:after {
  clear: both;
}
.buy-button-wrapper {
  text-align: center;
}
.price-badge {
  height: 80px;
  width: 80px;
  background: #EA2593;
  border-radius: 50%;
  color: #fff;
  line-height: 80px;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  position: absolute;
  right: -28px;
  top: -30px;
  z-index: 2;
  transform: rotate(12deg);
  display: none;
}
.price-badge span {
  font-size: 14px;
  vertical-align: top;
  position: relative;
  top: 30px;
  font-weight: 400;
  line-height: 14px;
}
.pricing-modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10;
}
.pricing-modal-content {
  position: relative;
  max-width: 1000px;
  padding: 60px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
  margin: 9vh auto;
  z-index: 11;
}
.feature-overview hr {
  height: 1px;
  display: block;
  max-width: 65rem;
  margin: 0 auto 100px auto;
  float: none;
}
.feature-overview hr:before,
.feature-overview hr:after {
  content: ' ';
  display: table;
}
.feature-overview hr:after {
  clear: both;
}
.step-number {
  background: #EA2593;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
  font-size: 18px;
}
.step-title {
  position: relative;
  margin-bottom: 30px;
}
.step-title .step-number {
  position: absolute;
  top: 0;
  left: -50px;
}
.step-title h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
}
.step-row {
  padding-bottom: 100px;
}
.step-content {
  padding-top: 60px;
}
.step-content p {
  font-size: 20px;
  padding-right: 40px;
}
.more-details-about-feature h3,
.more-features h3 {
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}
.more-details-about-feature .card,
.more-features .card {
  box-shadow: 0 0px 4px rgba(168, 176, 186, 0.3);
}
.more-features.grey {
  padding-top: 60px;
}
.additional-feature {
  width: 50%;
  float: left;
}
.additional-feature-content {
  display: block;
  margin: 0 20px;
  padding: 40px 80px 40px 40px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  box-shadow: 0 0px 4px rgba(168, 176, 186, 0.3);
}
.additional-feature-content h4 {
  color: #0884F1;
  font-weight: bold;
}
.additional-feature-content span {
  font-size: 37px;
  line-height: 0px;
  position: absolute;
  top: 50%;
  right: 30px;
  color: #5b666d;
}
.additional-feature-content:hover p {
  text-decoration: underline;
}
.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}
.type-text {
  border-bottom: 4px solid #2d9ff3;
  transition: border-color 0.3s ease-in-out;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 1400px) {
  .card .bottom {
    min-height: 284px;
  }
}
@media (max-width: 1024px) {
  .card .bottom {
    min-height: 237px;
  }
}
@media (max-width: 840px) {
  .comparison-table-column {
    display: none;
  }
  .comparison-table {
    width: auto;
    margin: 0 auto;
    float: none;
    max-width: 320px;
  }
  .comparison-table:before,
  .comparison-table:after {
    content: ' ';
    display: table;
  }
  .comparison-table:after {
    clear: both;
  }
  .c-cell {
    padding-right: 32px;
  }
  .table-headers,
  .yearly-totals {
    display: block;
    width: 50% !important;
  }
  .headers-label,
  .total-label {
    width: 50% !important;
  }
  .content-label,
  .not-mobile {
    display: none;
  }
  .mobile {
    display: block !important;
  }
}
@media (max-width: 1024px) {
  .pricing-options h6 {
    margin: 0 0 40px 0;
  }
  .pricing-options.mobile {
    display: block;
  }
  .pricing-options.not-mobile {
    display: none;
  }
  .pricing-block {
    width: 100%;
    margin-bottom: 40px;
  }
  .pricing-details {
    box-shadow: none;
    border: none;
    width: 326px;
    padding: 0;
    background: #fff;
  }
  .pricing-explanation {
    padding-left: 0;
    width: 100%;
    display: block;
  }
  .pricing-explanation p {
    color: inherit;
  }
}
@media (max-width: 600px) {
  #users-slider,
  .slider.slider-horizontal {
    width: 200px;
  }
}
@media (max-width: 400px) {
  #users-slider,
  .slider.slider-horizontal {
    width: 160px;
  }
}
