@charset "UTF-8";
/* http://zerosixthree.se/vertical-align-anything-with-just-3-lines-of-css/ */
body {
  padding: 0;
  margin: 0;
  font-family: Nunito Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #333;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

p {
  color: #333;
}

.navbar a {
  color: white;
}

.section img {
  /* width: 90%; */
  margin-left: auto;
  margin-right: auto;
}

.img-right {
  text-align: right;
}
@media (max-width: 767px) {
  .img-right {
    text-align: center;
  }
}

.section {
  margin-top: 60px;
}

h1 {
  margin-top: 0;
}

.navbar {
  position: absolute;
  top: 0;
  z-index: 100;
  width: 100%;
  text-align: right;
  background: black;
  color: rgba(255, 255, 255, 0.9);
}
.navbar .logo, .navbar .link {
  padding: 10px 20px;
  line-height: 30px;
}
.navbar .logo {
  /* position: absolute; */
  float: left;
  font-weight: bold;
  font-size: 30px;
  color: white;
}
.navbar .link {
  display: inline-block;
}

@media (max-width: 767px) {
  .cta {
    text-align: center;
  }
}

.btn-cta {
  display: inline-block;
  background: radial-gradient(circle at 100% 100%, #dde173, #03b02b), linear-gradient(#d8d8d8, #d8d8d8);
  border-radius: 3px;
  color: white;
  text-decoration: none;
  font-size: 25px;
  padding: 15px 45px;
  position: relative;
}
.btn-cta:hover {
  background: #03b02b;
}
.btn-cta:active {
  background: #3f9420;
}

.hero {
  background: url("../images/owner_reversed.jpg");
  background-size: cover;
  background-position: top center;
  height: 500px;
}
.hero .info {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white;
  font-weight: bold;
  padding: 50px;
  max-width: 400px;
}
.hero .tagline {
  font-size: 55px;
  text-shadow: 2px 2px black;
  margin-bottom: 20px;
  line-height: 45px;
}
@media (max-width: 767px) {
  .hero .tagline {
    font-size: 36px;
    text-align: center;
  }
}
.hero .sub-tagline {
  font-size: 25px;
  text-shadow: 2px 2px black;
  margin-bottom: 50px;
  font-weight: 400;
}

.picker-wrapper {
  text-align: center;
  height: 50px;
}
.picker-wrapper .picker {
  display: inline-block;
}
.picker-wrapper .picker .pill,
.picker-wrapper .picker .choice {
  width: 200px;
  position: absolute;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 40px;
  display: inline-block;
  padding: 20px 40px;
  font-size: 24px;
}
.picker-wrapper .picker .pill {
  z-index: 1;
  font-weight: bold;
  color: white;
  /* background-color: $primary-color; */
  background: radial-gradient(circle at 100% 100%, #dde173, #03b02b), linear-gradient(#d8d8d8, #d8d8d8);
}
.picker-wrapper .picker .choice {
  z-index: 2;
  transition: color 0.3s;
  transition: font-weight 0.3s;
}
.picker-wrapper .picker .choice.active {
  font-weight: bold;
  color: white;
}
.picker-wrapper .picker .pill-1,
.picker-wrapper .picker .pill-2 {
  transition: margin-left 0.3s;
}
.picker-wrapper .picker .pill-1 {
  margin-left: -200px;
}
.picker-wrapper .picker .pill-2 {
  margin-left: 0;
}
.picker-wrapper .picker :nth-child(1) {
  margin-left: -200px;
}
.picker-wrapper .picker :nth-child(2) {
  margin-left: 0px;
}

.section-pricing {
  width: 100%;
  text-align: center;
}
.section-pricing .pricing-philosophy {
  margin: 20px 0;
}
.section-pricing .pricing-philosophy .line-1 {
  font-size: 18px;
  color: #888;
}
.section-pricing .pricing-philosophy .line-2 {
  font-size: 36px;
  font-weight: bold;
}

.section-pricing-table .pricing-table-wrapper {
  margin: 0 auto;
  white-space: nowrap;
  max-width: 600px;
  overflow: hidden;
  margin-bottom: 50px;
}
.section-pricing-table .pricing-table-wrapper .pricing-table-slider-outer.active-1 {
  margin-left: -600px;
}
.section-pricing-table .pricing-table-wrapper .pricing-table-slider-outer.active-2 {
  margin-left: 0;
}
.section-pricing-table .pricing-table-wrapper .pricing-table-slider-outer.active-1, .section-pricing-table .pricing-table-wrapper .pricing-table-slider-outer.active-2 {
  transition: margin-left 0.3s;
}
.section-pricing-table .pricing-table-wrapper .pricing-table-slider {
  display: inline-block;
  width: 100%;
  max-width: 600px;
  vertical-align: top;
}
.section-pricing-table .pricing-table-wrapper .pricing-table {
  box-sizing: border-box;
  border: 1px solid gray;
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}
.section-pricing-table .pricing-table-wrapper .pricing-table .fa {
  color: #43b02a;
  font-size: 22px;
}
.section-pricing-table .pricing-table-wrapper .pricing-table td, .section-pricing-table .pricing-table-wrapper .pricing-table th {
  padding: 10px 20px;
  border-left: 1px solid gray;
  text-align: center;
  border-bottom: 1px solid gray;
}
@media (max-width: 767px) {
  .section-pricing-table .pricing-table-wrapper .pricing-table td, .section-pricing-table .pricing-table-wrapper .pricing-table th {
    padding: 5px;
  }
}
.section-pricing-table .pricing-table-wrapper .pricing-table td:first-child {
  text-align: left;
  font-weight: bold;
}
table.comparison {
  border: 2px solid gray;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
table.comparison td, table.comparison th {
  font-size: 130%;
  padding: 10px 20px;
  border-left: 2px solid gray;
}
@media (max-width: 767px) {
  table.comparison td, table.comparison th {
    font-size: 110%;
  }
}
table.comparison th {
  border-bottom: 2px solid gray;
}
table.comparison tr > :last-child {
  background: #ffe;
}
table.comparison .fa {
  font-size: 120%;
  margin-right: 10px;
}
@media (max-width: 767px) {
  table.comparison .fa {
    display: block;
  }
}
table.comparison .fa-check-circle {
  color: #5ddb2f;
  text-shadow: 1px 1px #3f9420;
}
table.comparison .fa-exclamation-triangle {
  color: #e6a721;
}
table.comparison .fa-times-circle {
  color: #fa3256;
}

.section-title {
  text-align: center;
  padding: 60px;
}
.section-title.logos-title {
  padding-bottom: 0;
}
.section-title .title {
  font-weight: 700;
  font-size: 60px;
}
.section-title .subtitle {
  font-weight: 400;
  font-size: 24px;
  max-width: 900px;
  margin: 0 auto;
}

.section.section-logos {
  margin-top: 0;
  margin-bottom: 60px;
}
.section.section-logos .content {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto;
}
.section.section-logos .content .logo {
  display: inline-block;
  line-height: 160px;
  margin: 20px 30px;
  width: 120px;
  height: 120px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.section.section-logos .content .cta {
  padding: 30px 0 10px 0;
}

.section-invoices {
  background: url("../images/invoices.png");
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 500px;
}

.section-fast {
  text-align: center;
}
.section-fast h1 {
  font-size: 46px;
  margin: 10px 0;
}
.section-fast p {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  font-size: 18px;
}

.section-quote {
  background: #f3f3f3;
  padding-bottom: 40px;
  margin-top: 0 !important;
}
.section-quote .content {
  padding: 10px 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .section-quote .content {
    padding: 10px;
  }
}
.section-quote .content p {
  font-size: 30px;
}
@media (max-width: 767px) {
  .section-quote .content p {
    font-size: 22px;
  }
}
.section-quote table {
  margin: 0 auto;
  color: #333;
}
.section-quote table .name {
  font-size: 120%;
}
@media (max-width: 767px) {
  .section-quote table .name {
    font-size: 18px;
  }
}
.section-quote .great-dane-logo {
  width: 130px;
  height: 100px;
}

.section.section-imagepair {
  margin-top: 60px;
  display: flex;
  align-items: center;
}
.section.section-imagepair .content .benefit {
  text-transform: uppercase;
  color: #47ad34;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 10px;
}
.section.section-imagepair .content .title {
  font-weight: bold;
  font-size: 36px;
  line-height: 30px;
}
.section.section-imagepair .img-wrapper {
  padding-right: 40px;
}
.section.section-imagepair .img-wrapper img {
  width: 100%;
}
.section.section-imagepair.section-imagepair-right .img-wrapper {
  padding-right: 0;
  padding-left: 40px;
}

.section-ready-to-try {
  margin-top: 100px;
}

.section-last-cta {
  text-align: center;
}

.section-how-it-works .header {
  text-align: center;
}
@media (max-width: 767px) {
  .section-how-it-works .ss img {
    width: 80vw;
  }
}
.section-how-it-works .slick-dots li button:before {
  content: "•";
}
@media (max-width: 767px) {
  .section-how-it-works .slick-dots li button:before {
    display: none;
  }
}
.section-how-it-works .slick-next:before,
.section-how-it-works .slick-prev:before {
  color: #444;
  font-size: 40px;
}
.section-how-it-works .slick-next {
  right: 5px;
}
.section-how-it-works .slick-next:before {
  content: "→";
}
.section-how-it-works .slick-prev {
  left: 5px;
}
.section-how-it-works .slick-prev:before {
  display: none;
  content: "←";
}

.how-it-works > div {
  max-height: 500px;
}
.how-it-works img {
  box-sizing: border-box;
  border: 1px solid black;
  max-height: 500px;
  width: auto;
  text-align: center;
}

.section-setup-fee {
  border: 2px solid #bbb;
  background: #f7f7f7;
  padding: 20px;
  max-width: 500px;
  margin: 0 auto;
}
.section-setup-fee .question {
  font-weight: 700;
  font-size: 120%;
}
.section-setup-fee .fee-info {
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 120%;
}
.section-setup-fee .fee-info .fee-button {
  background: #00ab6c;
  color: white;
  padding: 10px 20px;
  border-radius: 30px;
}
.section-setup-fee .fee-info .fee-main-tag {
  font-size: 130%;
  line-height: 100%;
}
.section-setup-fee .fee-info .fee-sub-tag {
  font-size: 90%;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
}

.section-footer {
  background: black;
  color: white;
  padding: 40px;
  height: 300px;
}
.section-footer p {
  color: #aaa;
}
.section-footer .get-in-touch {
  font-weight: bold;
  font-size: 18px;
}
.section-footer .content {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.section-footer .content .logo {
  font-weight: bold;
  font-size: 20px;
}
.section-footer .content .mission {
  max-width: 400px;
}
.section-footer .content .contact-info {
  text-align: right;
}
.section-footer .content .contact-info a {
  color: white;
}

.section-blog {
  margin-top: 100px;
  margin: 60px 0;
  background: white;
  border-radius: 10px;
}

/*# sourceMappingURL=main.css.map */
