@font-face {
  font-family: "Franklin-Book-URW";
  src: url("/_themes/freshbooks/fonts/FranklinGothicURW-Lig.eot?#iefix");
  src: url("/_themes/freshbooks/fonts/FranklinGothicURW-Lig.eot?#iefix") format("embedded-opentype"), url("/_themes/freshbooks/fonts/FranklinGothicURW-Lig.woff") format("woff"), url("/_themes/freshbooks/fonts/FranklinGothicURW-Lig.ttf") format("truetype"), url("/_themes/freshbooks/fonts/FranklinGothicURW-Lig.svg") format("svg");
  font-style: normal;
  font-weight: normal;
}
.button-primary.wide-cta {
  padding: 14px 78px;
}
@media screen and (max-width: 480px) {
  .button-primary.wide-cta {
    padding: 14px 60px;
  }
}
/*
* Less variables should be separated by a semicolon. Example of correct usage:
* .grid-column(1;3;4%) for a one-third column with 4% margins.
*
* @n - Numeric. How many columns this grid column should span, by default out of twelve,
* @total - Numeric. How many columns the grid row should have in total.
* @margin - Percentage. Column gutters.
*/
/*
* .grid-row() is used to correct margins for the grid and includes a clearfix.
* Call this on elements that will contain .grid-column();
*
* @margin - Matches the global page margin - in our case, 15px.
*/
/*
* .push() and .pull() are to be used in conjunction with .grid-column().
* Note that they must be used AFTER .grid-column() for heritance to work properly,
* as .grid-column() will also set a margin.
*/
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1px;
  line-height: 0.0625rem;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-tel:before {
  content: "\e601";
}
.icon-arrow-down:before {
  content: "\e611";
}
.icon-arrow-left:before {
  content: "\e612";
}
.icon-arrow-right:before {
  content: "\e610";
}
.icon-mail:before {
  background-image: url('/assets/img/home/support/support-email.svg');
}
.u-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.u-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.u-flush-bottom {
  padding-bottom: 0;
}
.u-text-wrap {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .u-grid-row {
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
  .u-grid-row:after {
    content: "";
    display: table;
    clear: both;
  }
}
.u-padding-sm {
  padding-top: 24px;
  padding-bottom: 24px;
}
.u-padding-lg {
  padding-top: 50px;
  padding-bottom: 50px;
}
.u-text-left {
  text-align: left;
}
.u-text-right {
  text-align: right;
}
.u-text-center {
  text-align: center;
}
.u-list-blank {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}
.u-list-inline li {
  display: inline-block;
}
.u-float-right {
  float: right;
}
.u-float-left {
  float: left;
}
.u-clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.u-clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.u-clear-both {
  clear: both;
}
.u-no-wrap {
  white-space: nowrap;
}
/* Accessibility */
.u-a11y-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.u-a11y-hidden-focusable:active,
.u-a11y-hidden-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.u-display-none {
  display: none;
}
.u-thin-rule {
  border-top: 1px solid #50A3D1;
  width: 100%;
}
.u-thin-rule.thick-rule {
  border-width: 2px;
}
.u-thin-rule.grey {
  border-color: #BAC9D4;
}
.u-image-anchor-bottom {
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 1024px) {
  .u-image-anchor-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 860px) {
  html {
    font-size: 97%;
  }
}
@media (max-width: 760px) {
  html {
    font-size: 94%;
  }
}
@media (max-width: 640px) {
  html {
    font-size: 92%;
  }
}
@media (max-width: 500px) {
  html {
    font-size: 90%;
  }
}
@media (max-width: 360px) {
  html .nav-primary {
    font-size: 86%;
  }
}
.section-awards {
  overflow: auto;
  padding-bottom: 2%;
  padding-top: 2%;
  opacity: .6;
}
.awards-left {
  display: inline-block;
  width: 60%;
  float: left;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .awards-left {
    width: 100%;
    text-align: center;
    margin: 10px 0;
  }
}
.awards-left p {
  display: inline-block;
  color: white;
  max-width: 20%;
  margin: 0;
  text-align: left;
  margin-right: 4%;
}
.awards-left .awards-white-sprite,
.awards-left .awards-blue {
  margin-right: 9%;
}
@media screen and (max-width: 767px) {
  .awards-left .awards-blue:last-child {
    margin-right: 0;
  }
}
.awards-right {
  display: inline-block;
  box-sizing: border-box;
  background-repeat: no-repeat;
  border-left: 2px solid rgba(255, 255, 255, 0.3);
  padding-top: 2%;
  padding-bottom: 2%;
  padding-right: 10px;
  float: left;
  width: 40%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .awards-right {
    border-left: none;
    width: 100%;
    text-align: center;
    margin: 10px 0;
  }
}
.awards-right span {
  display: inline-block;
  color: #fff;
  margin: 0;
  vertical-align: middle;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 1024px) {
  .awards-right span {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.awards-app-stars {
  display: inline;
  width: 34%;
  margin: 0;
  margin-left: 10px;
  vertical-align: middle;
  max-width: 124px;
  min-width: 90px;
}
.awards-apps {
  margin: 0;
  max-width: initial;
  margin-top: 5%;
}
.awards-badges {
  display: inline-block;
  width: 45%;
  max-width: 134px;
  min-width: 120px;
}
.awards-white-sprite {
  max-width: 100%;
  background-size: 100%;
  background-image: url('/assets/img/partials/assurances/awards/white-icons/spritesheet.png');
}
@media screen and (min-width: 768px) {
  .awards-white-sprite.awards-white-awards-ixda {
    background-position: 0 0%;
    width: 150px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .awards-white-sprite.awards-white-awards-ixda {
    background-position: 0 0%;
    width: 120px;
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  .awards-white-sprite.awards-white-awards-ixda {
    background-position: 0 0%;
    width: 187px;
    height: auto;
  }
}
.awards-white-sprite.awards-white-appstore {
  background-position: 0 29.583333%;
  width: auto;
  height: auto;
  background-size: 139.552239%;
}
.awards-white-sprite.awards-white-awards-webby {
  background-size: 158.474576%;
}
@media screen and (min-width: 768px) {
  .awards-white-sprite.awards-white-awards-webby {
    background-position: 0 55.454545%;
    width: 90px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .awards-white-sprite.awards-white-awards-webby {
    background-position: 0 55.454545%;
    width: 60px;
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  .awards-white-sprite.awards-white-awards-webby {
    background-position: 0 55.454545%;
    width: 120px;
    height: auto;
  }
}
.awards-white-sprite.awards-white-app-stars {
  background-size: 162.608696%;
  display: inline;
  vertical-align: -10%;
}
@media screen and (min-width: 768px) {
  .awards-white-sprite.awards-white-app-stars {
    background-position: 0 73.106061%;
    width: 90px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .awards-white-sprite.awards-white-app-stars {
    background-position: 0 73.106061%;
    width: 60px;
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  .awards-white-sprite.awards-white-app-stars {
    background-position: 0 73.106061%;
    width: 115px;
    height: auto;
  }
}
.awards-white-sprite.awards-white-awards-stevie {
  background-size: 207.777778%;
}
@media screen and (min-width: 768px) {
  .awards-white-sprite.awards-white-awards-stevie {
    background-position: 0 100%;
    width: 60px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .awards-white-sprite.awards-white-awards-stevie {
    background-position: 0 100%;
    width: 50px;
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  .awards-white-sprite.awards-white-awards-stevie {
    background-position: 0 100%;
    width: 90px;
    height: auto;
  }
}
.awards-light-blue-background {
  background: #E6F3FC;
  overflow: auto;
  clear: both;
}
.awards-light-blue-background .awards-top-section-divider {
  border-top: 2px solid #3897df;
}
.awards-light-blue-background .awards-right {
  padding-right: 0;
  border-left: 2px solid #3897df;
}
@media screen and (max-width: 767px) {
  .awards-light-blue-background .awards-right {
    border-left: none;
  }
}
.awards-light-blue-background .awards-right span {
  color: #3897df;
}
@media screen and (max-width: 767px) {
  .awards-blue-awards-stevie {
    max-width: 19%;
  }
}
@media screen and (min-width: 768px) {
  .awards-blue-awards-stevie {
    max-width: 15%;
    vertical-align: top;
  }
}
@media screen and (min-width: 1024px) {
  .awards-blue-awards-stevie {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .awards-blue-awards-ixda {
    max-width: 34%;
  }
}
@media screen and (min-width: 768px) {
  .awards-blue-awards-ixda {
    max-width: 30%;
    vertical-align: top;
  }
}
@media screen and (min-width: 1024px) {
  .awards-blue-awards-ixda {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .awards-blue-awards-webby {
    max-width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .awards-blue-awards-webby {
    max-width: 20%;
    vertical-align: top;
  }
}
@media screen and (min-width: 1024px) {
  .awards-blue-awards-webby {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .awards-app-stars {
    max-width: 25%;
  }
}
.testimonial-single,
.awards-border {
  max-width: 960px;
  margin: 0 auto;
}
.pullquote-background {
  background: #EDEDED;
  padding: 50px 0px;
}
.pullquote-background.green {
  background: #EAF7E8;
}
.pullquote-background.light-blue {
  background: #E6F3FC;
}
.pullquote {
  font-family: Georgia, serif;
}
.pullquote:after {
  content: "";
  display: table;
  clear: both;
}
.pullquote:after {
  content: "";
  display: table;
  clear: both;
}
.pullquote .pullquote-image {
  float: left;
  width: 175px;
  height: auto;
}
.pullquote p {
  color: #0d83dd;
  font-size: 22px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .pullquote p {
    padding-left: 45px;
  }
}
.pullquote .attr {
  font-family: 'Franklin Book', Arial, sans-serif;
  color: black;
  font-size: 16px;
}
@media only screen and (max-width: 600px) {
  .pullquote {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
  .pullquote .pullquote-image {
    float: none;
    display: block;
    margin: 0px auto;
  }
}
@media screen and (min-width: 768px) {
  .pullquote {
    width: 100%;
    margin: 0;
    display: table;
  }
  .pullquote-image,
  .pullquote-caption {
    display: table-cell;
    vertical-align: middle;
  }
}
/* 	SMUX Test
*
*	Included by:
*	- responsive.less
*	- unity.less
*	- pricing.less
*	- mobile-info.less
*/
.down-arrow {
  cursor: pointer;
  transition: all 0.5s ease;
}
.rotate-arrow {
  transform: rotate(-180deg);
  transition: all 0.5s ease;
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.aligner {
  display: inline-block;
  height: 100%;
}
.aligned-content {
  display: inline-block;
}
.align-center {
  vertical-align: middle;
}
.align-bottom {
  vertical-align: bottom;
}
.align-top {
  vertical-align: top;
}
.no-wrap {
  white-space: nowrap;
}
.clear {
  clear: both;
  height: 0;
  width: 0;
  min-height: 0;
  visibility: hidden;
  overflow: hidden;
  display: block;
}
/* Accessibility */
.a11y-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.a11y-hidden-focusable:active,
.a11y-hidden-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.full-bleed {
  color: white;
  padding: 300px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 600px) {
  .full-bleed {
    padding: 150px 0px;
  }
}
.smux .display-smux {
  display: block;
}
.smux .display-control {
  display: none;
}
.display-smux {
  display: none;
}
.display-control {
  display: block;
}
.smux .package-includes-column {
  width: 40%;
  margin-left: 8%;
  float: left;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .smux .package-includes-column {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .smux .package-includes-column {
    margin: 0;
  }
}
.smux .cta-centered .display-smux {
  display: block;
}
.smux .cta-centered-subtext {
  color: #6A6A6A;
}
.smux .cta-button-wide {
  width: 460px;
  height: 55px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .smux .cta-button-wide {
    width: 300px;
  }
}
.smux .package-info {
  border: 1px solid #BAC9D4;
  height: 120px;
}
.smux .package-price-dollarsign {
  font-size: 30px;
  font-size: 1.875rem;
  color: #0d83dd;
  position: relative;
  margin: 0;
  top: -27px;
}
.smux .package-price-dollar {
  font-size: 70px;
  font-size: 4.375rem;
  color: #0d83dd;
}
.smux .package-price-cents {
  font-size: 20px;
  font-size: 1.25rem;
  top: -35px;
  color: #0d83dd;
}
.smux .package-price-per {
  color: #aaa;
  font-size: 14px;
  font-size: 0.875rem;
}
.smux .package-price {
  padding-top: 56px;
}
.smux .package-popular .package-price-dollarsign,
.smux .package-popular .package-price-dollar,
.smux .package-popular .package-price-per,
.smux .package-popular .package-price-cents {
  color: white;
}
.smux .package-features {
  margin-top: 10px;
  margin-bottom: 30px;
  text-align: center;
}
.smux .u-bg-blue p {
  margin-top: 16px;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .smux .u-bg-blue p {
    margin: 12px auto;
    width: 245px;
  }
}
.smux .section-featured-logos {
  padding: 0;
  border-bottom: 1px solid #e5e5e5;
}
.smux .heading-secondary {
  padding: 0;
}
.smux .section-heading-secondary {
  max-width: 100%;
}
.smux .u-wrapper .testimonial-container {
  margin-top: 0px;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .smux .package-includes-row {
    margin-left: 12%;
    width: 85%;
  }
}
@media screen and (max-width: 480px) {
  .smux .package-includes-row {
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .smux .feature-testimonial .hero-h1 {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .smux .pricing-footer-headline-break {
    display: block;
  }
}
.smux .pages-template-hero-section .wrapper {
  min-height: 350px;
}
.smux .pages-template-hero-section .hero-info {
  width: 52%;
}
@media screen and (min-width: 768px) {
  .smux .pages-template-hero-section .hero-info {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .smux .pages-template-hero-section .hero-info {
    width: 80%;
    float: none;
    margin: 0 auto;
  }
}
.smux .pages-template-hero-section .hero-title {
  margin-bottom: 15px;
}
.smux .pages-template-hero-section .hero-subtext {
  margin-bottom: 25px;
}
.smux .pages-template-hero-section .main-hero-image.display-smux {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .smux .pages-template-hero-section .main-hero-image.display-smux {
    float: none;
    margin: 0 auto;
    width: auto;
  }
}
.smux .pages-template-hero-section .section-highlight h2 {
  margin-bottom: 35px;
}
.smux .cta-row {
  margin-bottom: 35px;
}
.smux .cta-row .trial-button {
  width: 265px;
  text-align: center;
}
.smux .pages-template-hero-section .cta-row:after {
  content: "";
  display: table;
  clear: both;
}
.smux .pages-template-hero-section .cta-row:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 767px) {
  .smux .pages-template-hero-section .cta-row {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .smux .pages-template-hero-section .cta-row {
    width: 52%;
  }
}
.smux .section-highlight h1 {
  font-size: 36px;
  font-size: 2.25rem;
}
.smux .feature-summary-background {
  background-image: none;
}
.smux .section-feature-summary {
  color: #fff;
  padding-top: 25px;
}
.smux .feature-summary-container {
  margin: 0 auto;
  width: auto;
  max-width: 960px;
  padding: 25px;
  float: none;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 100%;
  background-image: url("/assets/img/smux/smux-mobile-features.png");
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .smux .feature-summary-container {
    background-image: url("/assets/img/smux/smux-mobile-features@2x.png");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .smux .feature-summary-container {
    background-image: url("/assets/img/smux/smux-mobile-features@2x.png");
  }
}
@media (max-width: 1023px) {
  .smux .feature-summary-container {
    background-image: none;
  }
}
.smux .vertical-features-title {
  font-size: 38px;
  font-size: 2.375rem;
  line-height: normal;
  margin: 0 auto 25px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .smux .vertical-features-title {
    text-align: left;
  }
}
.smux .feature-summary-row {
  margin: 0 auto;
  width: 99%;
}
@media screen and (min-width: 1024px) {
  .smux .feature-summary-row {
    margin-left: 30px;
  }
}
.smux .feature-summary-row h3 {
  white-space: nowrap;
}
.smux .feature-summary-feature {
  float: none;
}
@media screen and (max-width: 1024px) {
  .smux .feature-summary-feature {
    width: 100%;
  }
}
.smux .feature-summary-bullets {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .smux .feature-summary-bullets {
    padding-left: 0px;
  }
}
.smux .feature-summary-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1024px) {
  .smux .feature-summary-image {
    display: none;
  }
}
.smux .invoices-testimonials h1 {
  font-size: 36px;
  font-size: 2.25rem;
}
.smux .frontpage-hero-section {
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 0;
  background-image: url("/assets/img/smux/smux-hero.jpg");
}
@media screen and (min-width: 768px) {
  .smux .frontpage-hero-section {
    background-size: 1024px;
    padding-bottom: 140px;
  }
}
@media screen and (min-width: 1024px) {
  .smux .frontpage-hero-section {
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .smux .frontpage-hero-section {
    background-image: url("/assets/img/smux/smux-hero-mobile.jpg");
    padding-bottom: 45%;
    background-size: contain;
  }
}
@media screen and (max-width: 480px) {
  .smux .frontpage-hero-section {
    background-size: 480px;
    padding-bottom: 215px;
  }
}
.smux .frontpage-hero-section .hero {
  color: white;
}
.smux .frontpage-hero-section .hero:after {
  content: "";
  display: table;
  clear: both;
}
.smux .frontpage-hero-section .hero:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 767px) {
  .smux .frontpage-hero-section .hero .hero-h1 {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
.smux .try-button {
  margin: 30px 0px 50px;
}
.smux .try-button .button-primary {
  font-size: 22px;
  font-size: 1.375rem;
  padding: 14px 50px;
}
@media screen and (max-width: 767px) {
  .smux .try-button .button-primary {
    padding: 14px 0;
    width: 75%;
  }
}
@media screen and (max-width: 480px) {
  .smux .try-button .button-primary {
    width: 100%;
  }
}
.smux .tabbed-nav.desktop-only {
  margin: 50px 0 60px;
}
.smux .toggled-content {
  padding-bottom: 50px;
}
.smux .toggled-content h3 {
  margin-bottom: 12px;
}
.smux .toggled-content p {
  line-height: 24px;
  line-height: 1.5rem;
}
@media screen and (max-width: 767px) {
  .smux .toggled-content .two-col .col .mobile-img {
    width: 384px;
  }
}
@media screen and (max-width: 480px) {
  .smux .toggled-content .two-col .col .mobile-img {
    width: 100%;
  }
}
.smux .tab-link.invoicing {
  background-image: url("/assets/img/smux/icon-smux-invoices.png");
  background-image: none, url("/assets/img/smux/icon-smux-invoices.svg");
  background-repeat: no-repeat;
}
.smux .tab-link.invoicing.selected {
  background-image: url("/assets/img/smux/icon-smux-invoices-active.png");
  background-image: none, url("/assets/img/smux/icon-smux-invoices-active.svg");
  background-repeat: no-repeat;
}
.smux .tab-link.expenses {
  background-image: url("/assets/img/smux/icon-smux-expenses.png");
  background-image: none, url("/assets/img/smux/icon-smux-expenses.svg");
  background-repeat: no-repeat;
}
.smux .tab-link.expenses.selected {
  background-image: url("/assets/img/smux/icon-smux-expenses-active.png");
  background-image: none, url("/assets/img/smux/icon-smux-expenses-active.svg");
  background-repeat: no-repeat;
}
.smux .tab-link.projects {
  background-image: url("/assets/img/smux/icon-smux-projects.png");
  background-image: none, url("/assets/img/smux/icon-smux-projects.svg");
  background-repeat: no-repeat;
  background-position: 55% 40%;
}
.smux .tab-link.projects.selected {
  background-image: url("/assets/img/smux/icon-smux-projects-active.png");
  background-image: none, url("/assets/img/smux/icon-smux-projects-active.svg");
  background-repeat: no-repeat;
}
.smux .tab-link.pay {
  background-image: url("/assets/img/smux/icon-smux-payments.png");
  background-image: none, url("/assets/img/smux/icon-smux-payments.svg");
  background-repeat: no-repeat;
}
.smux .tab-link.pay.selected {
  background-image: url("/assets/img/smux/icon-smux-payments-active.png");
  background-image: none, url("/assets/img/smux/icon-smux-payments-active.svg");
  background-repeat: no-repeat;
}
.smux .tab-link.reports {
  background-image: url("/assets/img/smux/icon-smux-reporting.png");
  background-image: none, url("/assets/img/smux/icon-smux-reporting.svg");
  background-repeat: no-repeat;
}
.smux .tab-link.reports.selected {
  background-image: url("/assets/img/smux/icon-smux-reporting-active.png");
  background-image: none, url("/assets/img/smux/icon-smux-reporting-active.svg");
  background-repeat: no-repeat;
}
.smux .accordion-toggle.invoicing {
  background-image: url("/assets/img/smux/icon-smux-invoices-active.png");
  background-image: none, url("/assets/img/smux/icon-smux-invoices-active.svg");
  background-repeat: no-repeat;
  background-position: 30px 6px;
}
.smux .accordion-toggle.expenses {
  background-image: url("/assets/img/smux/icon-smux-expenses-active.png");
  background-image: none, url("/assets/img/smux/icon-smux-expenses-active.svg");
  background-repeat: no-repeat;
  background-position: 30px 6px;
}
.smux .accordion-toggle.projects {
  background-image: url("/assets/img/smux/icon-smux-projects-active.png");
  background-image: none, url("/assets/img/smux/icon-smux-projects-active.svg");
  background-repeat: no-repeat;
  background-position: 30px 6px;
}
.smux .accordion-toggle.pay {
  background-image: url("/assets/img/smux/icon-smux-payments-active.png");
  background-image: none, url("/assets/img/smux/icon-smux-payments-active.svg");
  background-repeat: no-repeat;
  background-position: 30px 6px;
}
.smux .accordion-toggle.reports {
  background-image: url("/assets/img/smux/icon-smux-reporting-active.png");
  background-image: none, url("/assets/img/smux/icon-smux-reporting-active.svg");
  background-repeat: no-repeat;
  background-position: 30px 6px;
}
@media screen and (min-width: 1024px) {
  .smux .toggled-content[data-target="1"] h3 {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .smux .toggled-content[data-target="2"] h3 {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .smux .toggled-content[data-target="3"] h3 {
    margin-top: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .smux .toggled-content[data-target="4"] h3 {
    margin-top: 12px;
  }
}
@media screen and (min-width: 1024px) {
  .smux .toggled-content[data-target="5"] h3 {
    margin-top: 60px;
  }
}
.smux .features-img-bg {
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .smux .features-img-bg {
    padding-bottom: 283px;
  }
}
@media screen and (max-width: 480px) {
  .smux .features-img-bg {
    padding-bottom: 75%;
  }
}
@media screen and (min-width: 768px) {
  .smux .features-img-bg {
    padding-bottom: 75%;
  }
}
.smux .invoicing-bg {
  background-image: url('/assets/img/smux/smux-homepage-invoice.jpg');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .smux .invoicing-bg {
    background-image: url("/assets/img/smux/smux-homepage-invoice@2x.jpg");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .smux .invoicing-bg {
    background-image: url("/assets/img/smux/smux-homepage-invoice@2x.jpg");
  }
}
.smux .expenses-bg {
  background-image: url('/assets/img/smux/smux-homepage-expenses.jpg');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .smux .expenses-bg {
    background-image: url("/assets/img/smux/smux-homepage-expenses@2x.jpg");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .smux .expenses-bg {
    background-image: url("/assets/img/smux/smux-homepage-expenses@2x.jpg");
  }
}
.smux .projects-bg {
  background-image: url('/assets/img/smux/smux-homepage-projects.jpg');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .smux .projects-bg {
    background-image: url("/assets/img/smux/smux-homepage-projects@2x.jpg");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .smux .projects-bg {
    background-image: url("/assets/img/smux/smux-homepage-projects@2x.jpg");
  }
}
.smux .payments-bg {
  background-image: url('/assets/img/smux/smux-homepage-payments.jpg');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .smux .payments-bg {
    background-image: url("/assets/img/smux/smux-homepage-payments@2x.jpg");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .smux .payments-bg {
    background-image: url("/assets/img/smux/smux-homepage-payments@2x.jpg");
  }
}
.smux .reporting-bg {
  background-image: url('/assets/img/smux/smux-homepage-reports.jpg');
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .smux .reporting-bg {
    background-image: url("/assets/img/smux/smux-homepage-reports@2x.jpg");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .smux .reporting-bg {
    background-image: url("/assets/img/smux/smux-homepage-reports@2x.jpg");
  }
}
.smux .mobile-invoices-bg {
  background-image: url('/assets/img/smux/smux-mobile-invoice.jpg');
  background-position: bottom;
  background-size: 259px;
  padding-bottom: 290px;
  margin: 0 auto;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .smux .mobile-invoices-bg {
    background-image: url("/assets/img/smux/smux-mobile-invoice@2x.jpg");
  }
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
  .smux .mobile-invoices-bg {
    background-image: url("/assets/img/smux/smux-mobile-invoice@2x.jpg");
  }
}
.smux .app-content h3 {
  margin: 44px auto 20px;
}
.smux .app-btns {
  margin-bottom: 10px;
}
.smux .app-btns .app-store {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .smux .app-img {
    margin-top: 20px;
  }
}
.smux .non-break-dash {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .smux .section-benefits .hero-h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .smux .section-benefits .hero-h1 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.smux .testimonial-container {
  margin-top: 32px;
  margin-bottom: 57px;
  max-width: 876px;
}
.smux .testimonial-face {
  margin: 0% 5% 0% 5%;
  width: unset;
}
.smux .testimonial-text {
  padding-top: 2%;
  width: 68%;
}
@media screen and (max-width: 767px) {
  .smux .feature-testimonial .hero-h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .smux .feature-testimonial .hero-h1 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.smux .feature-testimonial .testimonial-source .name {
  font-size: 20px;
  font-size: 1.25rem;
}
.smux .feature-testimonial .testimonial-source .title {
  font-size: 15px;
  font-size: 0.9375rem;
}
.smux .vertical-support-cloud .hero-break {
  display: block;
}
.smux .footer-sign-up .section-heading-secondary {
  font-size: 36px;
  font-size: 2.25rem;
}
.smux .footer-sign-up .try-button {
  margin-bottom: 0;
}
.smux .support-h2.section-heading-secondary {
  font-size: 36px;
  font-size: 2.25rem;
}
.smux .nav-primary-menu .display-smux {
  display: block;
}
.smux .header-phone {
  display: inline;
}
@media screen and (max-width: 767px) {
  .smux .nav-primary-menu .display-control {
    display: none;
  }
  .smux .nav-primary-menuwrap .nav-primary-menu .display-smux {
    display: block;
  }
}
.nav-primary-menu .display-smux {
  display: none;
}
@media screen and (max-width: 767px) {
  .nav-primary-menuwrap .nav-primary-menu .display-smux {
    display: none;
  }
}
.banner-wrapper {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .banner-wrapper {
    text-align: left;
  }
  .banner-wrapper .banner-text {
    width: 54.33333333%;
    margin-left: 2%;
    margin-right: 2%;
    float: left;
    box-sizing: border-box;
  }
  .banner-wrapper .product-shot {
    width: 37.66666667%;
    margin-left: 2%;
    margin-right: 2%;
    float: left;
    box-sizing: border-box;
  }
  .banner-wrapper .button-primary:not(:last-child) {
    margin-right: 20px;
  }
  .banner-wrapper h1,
  .banner-wrapper .subheader {
    max-width: 400px;
  }
}
.banner-wrapper .subheader {
  margin: 25px 0 30px;
}
.banner-wrapper .button-primary span {
  display: inline-block;
  background: url('/assets/img/icons/mobile-icons.png') no-repeat;
  vertical-align: baseline;
  position: relative;
  bottom: -2px;
  margin-right: 5px;
}
.banner-wrapper .button-primary {
  margin-bottom: 15px;
}
.banner-wrapper .button-primary .apple-icon {
  width: 17px;
  height: 21px;
  background-position: 0px -22px;
}
.banner-wrapper .button-primary .android-icon {
  width: 20px;
  height: 21px;
}
.mobile-benefits .one-third {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .mobile-benefits .one-third {
    width: 29.33333333%;
    margin-left: 2%;
    margin-right: 2%;
    float: left;
    box-sizing: border-box;
    padding: 0 10px;
    text-align: left;
  }
}
.awards-ratings span {
  color: #0d83dd;
}
.awards-ratings .awards-app-stars {
  float: none;
  margin-left: 10px;
}
.awards-ratings .section-awards {
  opacity: 1;
}
.awards-ratings .awards-border {
  border-top: 2px solid rgba(13, 131, 221, 0.5);
}
.awards-ratings .awards-right {
  border-left: 2px solid rgba(13, 131, 221, 0.2);
}
.download-app h3 {
  margin-bottom: 20px;
}
.pullquote .testimonial-quote {
  text-indent: -10px;
}
@media screen and (max-width: 767px) {
  .pullquote p {
    padding-left: 0;
  }
  .pullquote .pullquote-image {
    float: none;
    display: block;
    margin: 0 auto 10px;
  }
  .pullquote .testimonial-quote {
    text-align: center;
    text-indent: 0;
  }
}
