body {
  font-family: Roboto, sans-serif;
  color: #333;
  background-color:#fbf7f0;
  background-image:none;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 19px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
}

h3 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 15px;
}

.button {
  display: inline-block;
  margin-right: 14px;
  padding: 13px 23px;
  border-radius: 3px;
  background-color: #000;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .12);
  -webkit-transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #489fd9;
}

.button.hollow {
  background-color: transparent;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .12), inset 0 0 0 2px #000;
  color: #000;
  text-shadow: none;
}

.button.hollow:hover {
  background-color: #489fd9;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .12), inset 0 0 0 2px #489fd9;
  color: #fff;
  text-shadow: none;
}

.button.in-pricing {
  display: block;
  margin-top: 19px;
  margin-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.logo-text {
  margin-top: 24px;
  font-family: 'Roboto Slab', sans-serif;
  color: #1c1c1c;
  font-size: 27px;
  font-weight: 500;
}

.logo-text.footer {
  margin-top: 0px;
  margin-bottom: 19px;
  font-family: Nunito, sans-serif;
  color: #e6eaed;
}

.navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: #fff;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, .13);
}

.nav-link {
  padding: 26px 12px;
  box-shadow: inset 0 3px 0 0 transparent;
  -webkit-transition: box-shadow 500ms ease, color 300ms ease;
  transition: box-shadow 500ms ease, color 300ms ease;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #0486bd;
}

.nav-link:hover {
  box-shadow: inset 0 3px 0 0 hsla(0, 0%, 71%, .5);
}

.nav-link.w--current {
  box-shadow: inset 0 3px 0 0 #369;
  color: #369;
}

.nav-link.w--current:hover {
  color: #369;
}

.nav-link.w--current:active {
  color: #369;
}

.nav-link.w--current:focus {
  color: #369;
}

.nav-link.login {
  background-color: #0486bd;
  color: #fff;
}

.section {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.blue {
  background-color: #e3f3fc;
}

.section.main {
  margin-top: 0px;
  padding-top: 70px;
  background-color: transparent;
  color: transparent;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .23);
}

.section.grey {
  background-color: #f0f0f0;
}

.section.image {
  background-image: url('../images/town.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.section.footer {
  margin-bottom: 0px;
  padding-top: 42px;
  padding-bottom: 44px;
  background-color: #2b2c2e;
  color: #e4e8eb;
}

.section.footer.copyright {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 0px;
  padding-top: 19px;
  padding-bottom: 19px;
  background-color: #1c1d1f;
  color: #939596;
  font-size: 14px;
}

.section.purple {
  background-color: #dde7ed;
}

.section.clients {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #a1bfd4;
}

.section.press {
  padding-top: 29px;
  padding-bottom: 28px;
  background-color: #0486bd;
}

.slider {
  display: none;
  height: 360px;
  background-color: #303030;
}

.slide {
  padding-top: 64px;
  padding-bottom: 64px;
}

.slide._1 {
  background-color: #00ad6e;
}

.slide._2 {
  background-color: #00bdd6;
}

.slide._3 {
  background-color: #ccbe00;
}

.main-subtitle {
  margin-bottom: 26px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
}

.main-subtitle.white-heading {
  font-family: Nunito, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.main-subtitle.white-heading.footer-signup-h4 {
  margin-top: 0px;
  font-family: Lato, sans-serif;
  font-size: 35px;
  line-height: 33px;
  font-weight: 900;
}

.main-subtitle.white-text {
  color: #fff;
  font-size: 24px;
}

.footer-slogan {
  margin-bottom: 11px;
  color: #939596;
}

.social-icon {
  margin-right: 11px;
  opacity: 0.41;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-icon:hover {
  opacity: 1;
}

.footer-title {
  margin-top: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.footer-title.sub {
  margin-top: 0px;
}

.footer-title.sub.second-row {
  margin-top: 14px;
}

.footer-title.middle {
  text-align: center;
}

.page-link {
  border-bottom: 1px solid transparent;
  -webkit-transition: color 300ms ease, border 300ms ease;
  transition: color 300ms ease, border 300ms ease;
  color: #489fd9;
  text-decoration: none;
}

.page-link:hover {
  border-bottom-color: #489fd9;
}

.page-link.in-footer {
  display: block;
  color: #939596;
}

.page-link.in-footer:hover {
  border-bottom-color: transparent;
  color: #d2d7d9;
}

.page-link.in-footer.float {
  padding-right: 16px;
  float: right;
}

.page-link.white {
  border-bottom-color: hsla(0, 0%, 100%, .49);
  color: #fff;
}

.page-link.white:hover {
  border-bottom-color: #fff;
}

.newsletter-field {
  width: 58%;
  height: 40px;
  float: left;
  border: 1px solid transparent;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #e8e8e8;
}

.newsletter-field:focus {
  border-width: 1px;
  border-color: #09f;
  box-shadow: 0 0 6px 0 #489fd9;
}

.newsletter-button {
  width: 40%;
  height: 40px;
  padding-top: 9px;
  padding-bottom: 9px;
  float: left;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: #5f6166;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #d5d8db;
}

.newsletter-button:hover {
  background-color: #489fd9;
  color: #fff;
}

.newsletter-form {
  width: 70%;
}

.brand-link {
  text-decoration: none;
}

.success-message {
  background-color: #5f6166;
}

.main-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 38px;
  line-height: 44px;
}

.section-subtitle {
  margin-bottom: 68px;
  font-size: 19px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
}

.bold-text {
  font-weight: 400;
}

.plan-wrapper {
  min-height: 300px;
  padding: 17px;
  border-radius: 3px;
  background-color: #fff;
  color: #2b2b2b;
}

.price-point {
  margin-bottom: 8px;
  font-size: 14px;
}

.price-accent {
  color: #489fd9;
  font-size: 20px;
  letter-spacing: 0px;
}

.addl-feature {
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 18px;
}

.addl-feature.inactive {
  color: #c7c5c5;
  text-decoration: line-through;
}

.divider {
  width: 50%;
  height: 1px;
  margin-top: 13px;
  margin-bottom: 12px;
  background-color: #dbdbdb;
}

.additional-contact {
  margin-top: 21px;
  text-align: center;
}

.feature {
  text-align: left;
}

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

.feature-row {
  margin-bottom: 14px;
}

.testimonial-slider {
  height: auto;
  margin-top: 45px;
  background-color: transparent;
}

.testimony-slide {
  padding-top: 0px;
  padding-right: 10%;
  padding-left: 10%;
  text-align: center;
}

.testimony-text {
  margin-bottom: 21px;
  font-family: Lato, sans-serif;
  font-size: 25px;
  line-height: 31px;
  font-weight: 300;
}

.slide-nav {
  display: none;
  font-size: 10px;
}

.person {
  width: 70px;
  margin-bottom: 13px;
  border-radius: 100%;
}

.name {
  font-weight: 500;
}

.slider-arrow {
  width: 50px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #bdbdbd;
  font-size: 32px;
}

.slider-arrow:hover {
  color: #000;
}

.feature-icon {
  margin-bottom: 12px;
}

.main-feature-group {
  margin-top: 30px;
}

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

.small-features-row {
  margin-top: 71px;
}

.client-logo {
  width: 16.6%;
}

.press-logo {
  width: 16%;
  margin-right: 2%;
  margin-left: 2%;
  opacity: 0.94;
}

.small-text {
  color: hsla(0, 0%, 100%, .31);
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.logo {
  margin-top: 6px;
}

.bg-video {
  position: absolute;
  left: 0px;
  top: -127px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  overflow: visible;
  padding-bottom: 5px;
  Xbackground-image: -webkit-linear-gradient(270deg, #4b0b0b, #c91515);
  Xbackground-image: linear-gradient(180deg, #ffffff, #ffffff);
  background-color: white;
}

.hero {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3));
}

.hero.homepage {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2));
}

.hero.feature-page {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/GorgeousApps.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/GorgeousApps.jpg');
  background-position: 0px 0px, 50% 56px;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.hero.why {
  margin-top: 74px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/why.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/why.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.hero.benefits {
  margin-top: 74px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/benefits.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/benefits.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, 100%;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.hero.benefits-page {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/benefits_1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/benefits_1.jpg');
  background-position: 0px 0px, 50% 27%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.hero.faq {
  margin-top: 74px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/GorgeousApps.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/GorgeousApps.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero.pricing-page {
  margin-top: 77px;
  padding-top: 28px;
  padding-bottom: 172px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/KIKHW5NC6Y.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/KIKHW5NC6Y.jpg');
  background-position: 0px 0px, 50% 48%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.hero.contact-page {
  margin-top: 74px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/contact-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/contact-2.jpg');
  background-position: 0px 0px, 50% -8%;
  background-size: auto, 100%;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.hero.hero-white {
  background-image: -webkit-linear-gradient(270deg, rgba(4, 134, 189, .9), rgba(4, 134, 189, .9)), url('../images/smiling-lady.jpg');
  background-image: linear-gradient(180deg, rgba(4, 134, 189, .9), rgba(4, 134, 189, .9)), url('../images/smiling-lady.jpg');
  background-position: 0px 0px, 0px 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.hero.hero-white.short-lead {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: -webkit-linear-gradient(270deg, rgba(4, 134, 189, .9), rgba(4, 134, 189, .9)) url('../images/smiling-lady.jpg');
  background-image: linear-gradient(180deg, rgba(4, 134, 189, .9), rgba(4, 134, 189, .9)) url('../images/smiling-lady.jpg');
  background-position: 0px 0px, 0px 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.white-heading {
  margin-top: 40px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 38px;
  font-weight: 300;
  text-align: center;
}

.white-heading.internal {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  text-align: left;
}

.white-heading.small {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 200;
  text-align: left;
}

.white-heading.blue-bg {
  margin-top: 0px;
  font-family: Nunito, sans-serif;
  font-size: 30px;
  line-height: 42px;
}

.white-heading.footer-signup-h4 {
  font-family: Nunito, sans-serif;
  font-size: 33px;
}

.white-heading.footer-signup-h4.landing-page.center {
  margin-top: 30px;
  font-family: Nunito, sans-serif;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
}

.white-heading.footer-signup-h4.landing-page.center.white-head {
  margin-bottom: 30px;
  color: #fffdfd;
}

.white-heading.footer-signup-h4.landing-page.center.top {
  margin-top: 0px;
  font-size: 51px;
  line-height: 54px;
  font-weight: 300;
  text-align: center;
}

.cont-whatis {
  padding: 0px;
  text-align: center;
}

.cont-how {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  text-align: center;
}

.cont-why {
  padding: 0px;
}

.home-box-labels {
  padding: 0px;
  text-align: center;
}

.home-box {
  margin: 0px 12px;
  padding: 40px 50px;
  background-image: url('../images/placeit-5-copy-300x300.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.home-box.how-work {
  background-image: url('../images/placeit-5-300x300.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-box.why-my {
  background-image: url('../images/b02c2463-7a5e-4034-8941-a3f8cfc80748-300x212.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-box.what-is {
  background-image: url('../images/bce071f6-1960-4883-a2ee-a48a03185e8e-768x512.jpeg');
  background-size: cover;
}

.home-box.features {
  background-image: url('../images/placeit-2-300x300.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-box.benefits {
  background-image: url('../images/placeit-1-300x300.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-box.pricing {
  background-image: url('../images/placeit-3-300x300.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-box-grid {
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.blue-button {
  padding: 10px 20px;
  border-radius: 4px;
  background-color: #0486bd;
}

.blue-button.column-button {
  margin-top: 18px;
}

.blue-button.column-button.orange {
  border-radius: 4px;
  background-color: #d24242;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

._3-column-block-light {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.column-blue-header {
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Nunito, sans-serif;
  color: #0486bd;
  font-size: 50px;
  line-height: 70px;
  font-weight: 300;
  text-align: left;
}

.column-blue-header.lg {
  margin-bottom: 41px;
  font-size: 30px;
  text-align: center;
}

.column-blue-header.lg.subtext {
  margin-bottom: 12px;
}

.column-blue-header.lg.subtext.left {
  text-align: left;
}

.column-blue-header.lg.featured {
  margin-top: 0px;
  margin-bottom: 0px;
}

.column-blue-header.lg.featured.top {
  margin-top: 16px;
}

.column-blue-header.uses {
  font-size: 31px;
  line-height: 23px;
  font-weight: 700;
}

.column-blue-header.alternate {
  padding-right: 0px;
  background-color: #f5f5f5;
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 24px;
  font-weight: 400;
}

.light-section {
  margin-top: 0px;
  xmargin-bottom: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 17px;
}

.light-section.smokey {
  margin-top: 0px;
  background-color: #f5f5f5;
}

.white-header {
  color: #fff;
  font-size: 55px;
  line-height: 78px;
  font-weight: 300;
}

.white-header.hero-h1 {
  margin-top: 30px;
  font-family: Nunito, sans-serif;
  font-size: 54px;
}

.hero-row {
  margin-top: 0px;
}

.video-internal-page {
  margin-top: 25px;
}

.quote-bar {
  margin-top: 20px;
  margin-bottom: 2px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  border-left: 6px solid #dfe8e4;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
}

.analytics-image {
  padding-bottom: 29px;
  background-image: url('../images/analytics.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-signup-row {
  margin-top: 20px;
  margin-right: 0px;
  padding-top: 12px;
  padding-right: 0px;
  padding-left: 4px;
  background-color: transparent;
}

.footer-signup-h4 {
  margin-top: 30px;
  color: #fff;
  font-size: 28px;
  line-height: 42px;
  font-weight: 300;
}

.footer-signup-h4.landing-page {
  font-family: Nunito, sans-serif;
  color: #de4e4e;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
}

.footer-signup-h4.landing-page.sub-heading {
  margin-top: 0px;
  color: #444;
  font-size: 20px;
  text-align: left;
}

.footer-signup-h4.landing-page.white {
  display: block;
  margin-top: 0px;
  margin-bottom: 18px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #f7f5f5;
  font-size: 24px;
}

.whitetext {
  margin-top: 26px;
  margin-bottom: 28px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.whitetext.landing-page {
  color: #333;
  font-weight: 400;
  text-align: left;
}

.whitetext.landing-page.features {
  font-size: 18px;
}

.hero-footer.features-page {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/b02c2463-7a5e-4034-8941-a3f8cfc80748-300x212.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/b02c2463-7a5e-4034-8941-a3f8cfc80748-300x212.jpeg');
  background-position: 0px 0px, 50% -110px;
  background-size: auto, cover;
}

.hero-footer.features-page.landing-page {
  padding-bottom: 0px;
  background-image: none;
}

.testimonials {
  padding-top: 40px;
  margin-bottom: 0px;
}

.testimonials.home-page {
  padding-bottom: 40px;
}

.social-footer-icon {
  margin-right: 6px;
  margin-left: 6px;
}

.list {
  font-family: Lato, sans-serif;
  font-size: 15px;
}

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

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

.faq-heading {
  margin-top: 55px;
}

.faq-heading.mobile {
  font-family: Lato, sans-serif;
  font-size: 14px;
}

.pricing-col {
  padding-right: 10px;
  padding-left: 10px;
}

.pricing-col.blue-border {
  border: 2px solid #0486bd;
}

.price-list {
  border: 3px solid #dfe8e4;
}

.price-list.blue-border {
  border-width: 3px;
  border-color: rgba(4, 134, 189, .6);
  text-align: center;
}

.price-list.leftandright {
  margin-top: 25px;
  text-align: center;
}

.pricing-section {
  margin-top: 57px;
  margin-bottom: 57px;
}

.pricing-band {
  background-color: #0486bd;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 25px;
  text-align: center;
}

.pricing-band.featured {
  background-color: #de4e4e;
}

.peryear {
  font-size: 14px;
}

.recommended {
  font-size: 17px;
  font-weight: 700;
}

.price-ul {
  padding-right: 16px;
  padding-left: 16px;
  font-size: 14px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
}

.pricing-button {
  margin-top: 23px;
  margin-bottom: 23px;
  background-color: #0486bd;
}

.pricing-button.red {
  background-color: #de4e4e;
}

.package-descriptions {
  margin-top: 40px;
}

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

.support-row {
  margin-top: 21px;
}

.signup-form {
  padding-top: 13px;
  border-radius: 4px;
  background-color: #de4e4e;
}

.signup-form.transparent {
  padding-left: 10px;
  border: 3px none #fff;
  border-radius: 3px;
  background-color: rgba(64, 64, 64, .8);
 
}

.signup-form.landing-page {
  padding-top: 18px;
  padding-bottom: 18px;
  border-radius: 4px;
  background-color: #0486bd;
}

.html-form {
  margin-top: 23px;
  margin-bottom: 33px;
  padding-right: 20px;
  padding-left: 20px;
}

.hero-left-col {
  padding-right: 28px;
  font-size: 19px;
}

.signup-left-content {
  padding: 0px 30px 24px 10px;
  background-color: transparent;
}

.signup-left-content.landing-page {
  background-color: transparent;
  text-align: left;
}

.quote {
  font-size: 13px;
}

.testimonial-header {
  font-family: Nunito, sans-serif;
  color: #0587bb;
  font-size: 44px;
  line-height: 62px;
  font-weight: 300;
}

.hidden-formfield {
  width: 1%;
}

.internal-column-content {
  margin-top: 66px;
}

.landing-page-bg {
  background-color: #fff;
}

.landing-page-container {
  margin-top: 40px;
  text-align: center;
}

.blue-box {
  margin-top: 31px;
  background-color: #0098ff;
}

.block-quote {
  background-color: hsla(0, 0%, 100%, .1);
  color: #fff;
  text-align: left;
}

.landing-page-2-hero {
  padding-top: 20px;
  padding-bottom: 0px;
  background-image: url('../images/smiling-lady.jpg');
  background-position: 0px -70px;
  background-size: cover;
  background-repeat: no-repeat;
}

.landing-page-h1 {
  color: #fff;
  font-size: 48px;
  line-height: 70px;
  font-weight: 400;
}

.landing-page-h1.heading {
  margin-top: 29px;
  padding-left: 0px;
  font-size: 75px;
  font-weight: 700;
}

.landing-page-h1.small-h1 {
  font-size: 26px;
  line-height: 38px;
  font-weight: 400;
  text-transform: uppercase;
}

.landing-page-2hero-container {
  margin-bottom: 0px;
  padding-top: 18px;
  border-radius: 4px 4px 0px 0px;
  background-color: rgba(0, 0, 0, .27);
}

.landing-page-2-logo {
  text-align: center;
}

.landing-page-h2 {
  font-family: Lato, sans-serif;
  color: #414141;
  font-weight: 300;
  text-align: center;
}

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

.logo-div {
  margin-top: 30px;
  margin-bottom: 25px;
  padding-bottom: 1px;
  text-align: center;
}

.email-box {
  margin-bottom: 32px;
}

.video-horcenter {
  margin-top: 46px;
}

.video-horcenter.more {
  margin-top: 69px;
}

.standard-text {
  margin-bottom: 30px;
}

.tagline {
  font-size: 45px;
}

.tagline.small-tagline {
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
}

.landing-page-hero-text {
  padding-top: 78px;
}

.quote-sub-text {
  color: #444;
  font-size: 14px;
  line-height: 20px;
}

.landing-hero-column-left {
  padding-top: 32px;
  color: #fff;
}

.promo-video-negative {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.landing-page-logo {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.header-tagline {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
}

.landing-page-subtext {
  color: #0486bd;
  text-align: center;
}

.signup-button {
  margin-top: 32px;
  float: right;
}

.signup-button:hover {
  color: #f3f3f3;
  text-decoration: none;
  text-transform: none;
}

html.w-mod-js *[data-ix="fade-in-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 24px);
  -ms-transform: translate(0px, 24px);
  transform: translate(0px, 24px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, 24px);
  -ms-transform: translate(0px, 24px);
  transform: translate(0px, 24px);
}

@media (max-width: 991px) {
  .button.in-pricing {
    font-size: 14px;
    line-height: 18px;
  }
  .nav-link {
    padding: 18px 0px;
    color: #fff;
  }
  .nav-link:hover {
    box-shadow: inset 0 3px 0 0 transparent;
  }
  .nav-link.w--current {
    box-shadow: inset 0 1px 0 0 transparent;
  }
  .nav-link.menu {
    padding: 22px 17px;
    color: #000;
    font-size: 30px;
  }
  .nav-link.menu.w--open {
    background-color: #000;
    color: #fff;
  }
  .nav-menu {
    padding-top: 13px;
    padding-bottom: 13px;
    background-color: #000;
  }
  .footer-slogan {
    font-size: 13px;
  }
  .footer-title.sub {
    margin-top: 0px;
  }
  .main-feature-group {
    margin-top: 0px;
  }
  .main-image {
    margin-top: 49px;
  }
  .bg-video {
    overflow: hidden;
  }
  .hero.homepage {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/bce071f6-1960-4883-a2ee-a48a03185e8e-768x512.jpeg'), url('../images/bce071f6-1960-4883-a2ee-a48a03185e8e-300x300.jpeg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/bce071f6-1960-4883-a2ee-a48a03185e8e-768x512.jpeg'), url('../images/bce071f6-1960-4883-a2ee-a48a03185e8e-300x300.jpeg');
    background-position: 0px 0px, 50% 50%, 0px 0px;
    background-size: auto, cover, 150px;
    background-repeat: repeat, no-repeat, repeat;
    background-attachment: scroll, scroll, scroll;
  }
  .hero.benefits {
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/benefits.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/benefits.jpg');
    background-size: auto, 960px;
  }
  .white-heading.blue-bg {
    font-size: 35px;
    line-height: 35px;
  }
  .white-heading.footer-signup-h4.landing-page.center {
    font-size: 22px;
  }
  .button-centeredd {
    margin-bottom: 20px;
  }
  .blue-button.column-button.orange {
    font-size: 14px;
  }
  ._3-column-block-light {
    margin-top: 0px;
  }
  .column-blue-header {
    margin-top: 0px;
    font-size: 28px;
  }
  .white-header.hero-h1 {
    margin-top: 0px;
  }
  .analytics-image {
    padding-bottom: 25px;
    background-position: 50% 50%;
    background-attachment: scroll;
  }
  .footer-signup-h4.landing-page.white {
    line-height: 27px;
  }
  .block-quote {
    font-size: 15px;
  }
  .landing-page-2-hero {
    background-image: url('../images/smiling-lady.jpg');
    background-position: 0px 50%;
  }
  .landing-page-h2 {
    font-size: 38px;
  }
  .landing-hero-column-right {
    margin-top: 36px;
    text-align: center;
  }
  .landing-hero-column-left {
    text-align: center;
  }
  .header-tagline {
    font-size: 22px;
  }
  .landing-page-subtext {
    font-size: 14px;
  }
  .testimonial-h2 {
    color: #de4e4e;
    font-size: 28px;
  }
  .signup-button {
    margin-top: 12px;
    float: none;
    text-align: center;
  }
}

@media (max-width: 767px) {
  h3 {
    margin-bottom: 8px;
  }
  .logo-text {
    margin-top: 15px;
  }
  .nav-link.menu {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .section {
    padding-top: 43px;
    padding-bottom: 43px;
    text-align: center;
  }
  .section.main {
    margin-top: 51px;
  }
  .section.footer.copyright {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .nav-menu {
    padding-right: 12px;
    padding-left: 12px;
  }
  .footer-title {
    margin-top: 35px;
  }
  .footer-title.sub {
    margin-top: 35px;
  }
  .footer-title.middle {
    margin-top: 0px;
  }
  .newsletter-form {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .section-subtitle {
    margin-bottom: 44px;
  }
  .plan-wrapper {
    margin-right: 5%;
    margin-bottom: 34px;
    margin-left: 5%;
  }
  .divider {
    width: 100%;
  }
  .feature {
    margin-bottom: 32px;
    text-align: center;
  }
  .testimony-text {
    font-size: 20px;
    line-height: 26px;
  }
  .feature-icon {
    margin-bottom: 4px;
  }
  .main-feature-group {
    margin-top: 0px;
    margin-bottom: 34px;
  }
  .hero.homepage {
    padding-top: 40px;
  }
  .hero.feature-page {
    padding-right: 12px;
    padding-left: 12px;
  }
  .hero.pricing-page {
    padding-top: 200px;
    background-position: 0px 0px, 100% 50%;
  }
  .hero.hero-white.short-lead {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .white-heading.blue-bg {
    padding-right: 12px;
    padding-left: 12px;
  }
  .white-heading.footer-signup-h4 {
    padding-right: 12px;
    padding-left: 12px;
  }
  .white-heading.footer-signup-h4.landing-page.center {
    font-size: 20px;
  }
  .white-heading.footer-signup-h4.landing-page.center.top {
    font-family: Lato, sans-serif;
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
  }
  .home-box.how-work {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .home-box.why-my {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .home-box.what-is {
    margin-top: 20px;
    margin-bottom: 10px;
    background-size: cover;
  }
  .home-box.features {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .home-box.benefits {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .home-box.pricing {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .home-box-grid {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  ._3-column-block-light {
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }
  .column-blue-header {
    text-align: center;
  }
  .light-section {
    margin-bottom: 0px;
  }
  .analytics-image {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer-signup-h4 {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer-signup-row {
    padding-right: 8px;
    padding-left: 8px;
  }
  .footer-signup-h4 {
    padding-right: 11px;
    padding-left: 11px;
    text-align: center;
  }
  .whitetext {
    padding-right: 9px;
    padding-left: 9px;
    text-align: center;
  }
  .signup-left-content.landing-page {
    margin-bottom: 20px;
  }
  .hero-header {
    padding-right: 20px;
    padding-left: 20px;
  }
  .sub-content {
    padding-left: 14px;
  }
  .landing-page-bg {
    background-position: 30% -215px;
  }
  .landing-page-container {
    margin-top: 0px;
  }
  .blue-box {
    margin-bottom: 50px;
  }
  .landing-page-2-hero {
    padding-top: 0px;
  }
  .landing-page-h1.small-h1 {
    text-align: center;
  }
  .landing-page-2hero-container {
    padding-top: 0px;
  }
  .landing-page-h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
  }
  .tagline.small-tagline {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
  }
  .landing-page-hero-text {
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .header-tagline {
    font-size: 10px;
  }
  .landing-page-subtext {
    padding-right: 19px;
    padding-left: 19px;
    font-size: 18px;
  }
  .testimonial-h2 {
    font-size: 22px;
  }
}

@media (max-width: 479px) {
  .logo-text.footer {
    line-height: 30px;
  }
  .main-subtitle.white-heading.footer-signup-h4 {
    font-size: 25px;
  }
  .newsletter-button {
    font-size: 14px;
  }
  .testimonial-slider {
    margin-top: 10px;
  }
  .testimony-text {
    font-size: 15px;
    line-height: 20px;
  }
  .client-logo {
    width: 33.33%;
  }
  .press-logo {
    width: 28%;
  }
  .hero.homepage {
    padding-top: 80px;
  }
  .hero.feature-page {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .white-heading.internal {
    font-size: 30px;
  }
  .white-heading.small {
    font-size: 22px;
  }
  .white-heading.footer-signup-h4.landing-page.center {
    line-height: 23px;
  }
  .home-box.why-my {
    text-align: center;
  }
  .home-box.pricing {
    text-align: center;
  }
  .column-blue-header {
    font-size: 21px;
  }
  .column-blue-header.lg.subtext.left {
    padding-right: 11px;
    padding-left: 11px;
    font-size: 21px;
  }
  .column-blue-header.alternate {
    padding-left: 5px;
  }
  .white-header.hero-h1 {
    font-family: Lato, sans-serif;
    line-height: 64px;
  }
  .footer-signup-h4 {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer-signup-row {
    margin-bottom: 0px;
    padding-top: 0px;
  }
  .footer-signup-h4 {
    font-size: 26px;
    line-height: 37px;
    text-align: center;
  }
  .footer-signup-h4.landing-page.white {
    font-size: 24px;
  }
  .whitetext {
    text-align: center;
  }
  .hero-footer.features-page.landing-page {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .support-row {
    display: none;
    overflow: visible;
  }
  .signup-form.landing-page {
    margin-bottom: 84px;
  }
  .signup-left-content {
    display: none;
  }
  .signup-left-content.landing-page {
    display: block;
    padding-right: 10px;
    padding-left: 6px;
  }
  .craftedwitlove {
    font-size: 10px;
  }
  .sub-content {
    padding-right: 14px;
  }
  .contact-column-left {
    display: none;
  }
  .landing-page-bg {
    background-image: none;
  }
  .blue-box {
    display: none;
  }
  .block-quote {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 20px;
  }
  .landing-page-2-hero {
    padding-top: 0px;
    background-image: url('../images/smiling-lady.jpg');
    background-position: -144px 0px;
  }
  .landing-page-2hero-container {
    border-radius: 0px;
  }
  .landing-page-h2 {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    font-family: Roboto, sans-serif;
    font-size: 21px;
    line-height: 22px;
    font-weight: 500;
  }
  .logo-div {
    margin-top: 0px;
  }
  .landing-page-hero-text {
    padding: 0px 0px 17px;
  }
  .quote-sub-text {
    line-height: 18px;
  }
  .promo-video-negative {
    display: none;
  }
  .header-tagline {
    margin-top: 0px;
    font-size: 17px;
  }
  .landing-page-subtext {
    font-size: 17px;
  }
  .testimonial-h2 {
    line-height: 26px;
  }
}

