/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.responsive-header,
.footer-nav,
.testimonial-container,
.featurelist-container,
.small-viewport-nav,
.u-wrapper {
  clear: both;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 15px 25px 15px;
  position: relative;
}
.responsive-header.no-padding,
.footer-nav.no-padding,
.testimonial-container.no-padding,
.featurelist-container.no-padding,
.small-viewport-nav.no-padding,
.u-wrapper.no-padding {
  padding: 0 15px 0 15px;
}
img,
canvas,
iframe,
video,
svg {
  max-width: 100%;
  height: auto;
}
@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.
*/
.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%;
  }
}
/* UTILITIES-UNITY CONTENTS
	@import '_mixins-unity.less';
	@import '_colors-unity.less';
	@import '../utilities/_grid.less';
	@import '../utilities/_icons.less';
	@import '../utilities/_typefaces.less';
	@import '../utilities/_zindex.less';
	@import '../utilities/_media-queries.less';
*/
html {
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-family: "Franklin-Book-URW", "Franklin-Book", Helvetica, Arial, sans-serif;
  color: #222;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 26px 0 0 0;
  padding: 0;
  font-weight: normal;
  color: #0d83dd;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
h1 a:focus,
h2 a:focus,
h3 a:focus,
h4 a:focus,
h5 a:focus,
h6 a:focus,
h1 a:active,
h2 a:active,
h3 a:active,
h4 a:active,
h5 a:active,
h6 a:active {
  text-decoration: none;
}
h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p {
  margin-top: 10px;
}
h1,
.heading-1 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 48px;
  line-height: 3rem;
}
@media screen and (max-width: 767px) {
  h1,
  .heading-1 {
    font-size: 31px;
    font-size: 1.9375rem;
    line-height: 1.3;
  }
}
h2,
.heading-2 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 48px;
  line-height: 3rem;
}
@media screen and (max-width: 767px) {
  h2,
  .heading-2 {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 1.3;
  }
}
h3,
.heading-3 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 48px;
  line-height: 3rem;
}
@media screen and (max-width: 767px) {
  h3,
  .heading-3 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 26px;
    line-height: 1.625rem;
  }
}
h4,
h5,
h6,
.heading-4 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 26px;
  line-height: 1.625rem;
}
p,
ul,
ol,
pre,
blockquote {
  margin-top: 0;
  margin-bottom: 26px;
  line-height: 26px;
  line-height: 1.625rem;
}
.u-large-text {
  font-size: 1.125rem;
  line-height: 26px;
  line-height: 1.625rem;
}
.u-small-text {
  font-size: 0.9375rem;
}
a {
  text-decoration: none;
  color: #0d83dd;
}
a:hover,
a:focus,
a:active {
  text-decoration: underline;
}
blockquote {
  font-family: Georgia, serif;
  color: #0d83dd;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  margin: 26px 0;
}
@media screen and (min-width: 1024px) {
  blockquote {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
code,
pre {
  background: #F1F2F2;
  padding: 20px;
  display: inline-block;
  max-width: 100%;
  box-sizing: border-box;
}
section.u-bg-blue,
section.u-bg-light-blue,
section.u-bg-green,
section.u-bg-grey {
  max-width: 100%;
}
.u-bg-blue a,
.u-bg-green a {
  text-decoration: underline;
}
.u-bg-blue a:hover,
.u-bg-green a:hover,
.u-bg-blue a:focus,
.u-bg-green a:focus,
.u-bg-blue a:active,
.u-bg-green a:active,
.u-bg-blue a.button-primary,
.u-bg-green a.button-primary,
.u-bg-blue a.button-secondary,
.u-bg-green a.button-secondary,
h1 .u-bg-blue a,
h1 .u-bg-green a,
h2 .u-bg-blue a,
h2 .u-bg-green a,
h3 .u-bg-blue a,
h3 .u-bg-green a,
h4 .u-bg-blue a,
h4 .u-bg-green a {
  text-decoration: none;
}
.u-bg-blue {
  background: #0d83dd;
  color: #fff;
}
.u-bg-blue h1,
.u-bg-blue h2,
.u-bg-blue h3,
.u-bg-blue h4,
.u-bg-blue h5,
.u-bg-blue h6,
.u-bg-blue p,
.u-bg-blue a,
.u-bg-blue ul,
.u-bg-blue ol,
.u-bg-blue blockquote {
  color: #fff;
}
.u-bg-light-blue {
  background: #E6F3FC;
}
.u-bg-green {
  background: #EAF7E8;
  color: #999;
}
.u-bg-green h1,
.u-bg-green h2,
.u-bg-green h3,
.u-bg-green h4,
.u-bg-green h5,
.u-bg-green h6,
.u-bg-green a {
  color: #999;
}
/*
Form Elements

Styleguide 2

*/
.subscribe-form:after {
  content: "";
  display: table;
  clear: both;
}
.subscribe-form:after {
  content: "";
  display: table;
  clear: both;
}
.form-input {
  border: 1px solid #BAC9D4;
  box-shadow: 0 0 0 2px transparent;
  padding: 14px 18px;
  box-sizing: border-box;
  color: #222;
  font-size: 20px;
  font-size: 1.25rem;
  border-radius: 4px;
}
.form-input.has-error {
  background-color: #FEECEE;
  border: 2px solid #fa405c;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none;
}
.form-error {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background: #fa405c;
  color: #FEECEE;
  text-align: left;
  padding: 5px 10px;
  display: none;
  transition: all 0.2s ease-in-out;
}
.form-input-search {
  background-image: url("/assets/img/icons/icon-search.png");
  background-image: none, url("/assets/img/icons/icon-search.svg");
  background-repeat: no-repeat;
  background-position: 10px 10px;
  border: 1px solid #BAC9D4;
  padding: 15px 18px 15px 50px;
  box-sizing: border-box;
  color: #222;
  font-size: 15px;
  font-size: 0.9375rem;
  border-radius: 4px;
  font-weight: normal;
}
.form-input-search::-webkit-input-placeholder {
  color: #222;
}
.form-input-search::-moz-placeholder {
  color: #222;
}
.form-input-search:-ms-input-placeholder {
  color: #222;
}
.form-input-search::-webkit-input-placeholder {
  color: #222;
}
.form-input-search::-moz-placeholder {
  color: #222;
}
.form-input-search:-ms-input-placeholder {
  color: #222;
}
.button-primary {
  padding: 14px 18px;
  box-sizing: border-box;
  color: white;
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  transition: all 0.2s ease;
  border-radius: 4px;
  text-decoration: none;
  border: 1px solid #659C17;
  background-color: #85C51F;
  background-image: url("/_themes/freshbooks/img/responsive/forms/responsive-loader.gif");
  background-repeat: no-repeat;
  background-size: 34px 34px;
  background-position: -120%;
}
.button-primary:hover,
.button-primary:focus {
  background-color: #8ED221;
  text-decoration: none;
}
.button-primary:active {
  background-color: #77B318;
  border: 1px solid #598B13;
  text-decoration: none;
}
.button-primary.button-disabled {
  background-color: #6BA312;
  background-position: center;
  cursor: default;
}
@media screen and (max-width: 767px) {
  .button-primary.long-cta-text {
    padding: 14px 5px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .button-primary.long-cta-text {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 14px 5px;
  }
}
a.button-primary {
  display: inline-block;
}
.button-white {
  text-decoration: none;
  padding: 14px 18px;
  box-sizing: border-box;
  color: #0d83dd;
  font-size: 20px;
  font-size: 1.25rem;
  border-radius: 4px;
  transition: all 0.2s ease;
  border: 1px solid #0d83dd;
  background-color: transparent;
}
.button-white:hover {
  background-color: #0d83dd;
  color: white;
  border: 1px solid white;
}
.button-white:active {
  background-color: #0673cd;
  border: 1px solid white;
}
.button-primary-text.is-transparent {
  opacity: 0;
}
.button-wrap-centered {
  text-align: center;
}
.button-wrap-centered .button-primary {
  padding: 14px 20%;
}
.button-secondary {
  color: white;
  background: transparent;
  text-align: center;
  border-radius: 4px;
  border: 2px solid #fff;
  display: block;
  padding: 6px 8px;
  text-decoration: none;
  transition: all 0.5s ease;
}
.button-secondary:hover,
.button-secondary:focus {
  color: #0064be;
  border-color: #fff;
  background: white;
}
a.button-secondary {
  text-decoration: none;
}
/*****************************************************************************/
/*
/* Lower HERO CTA Form
/*
/*****************************************************************************/
.subhero-background {
  background-color: #0d83dd;
  border-top: 1px solid #50A3D1;
  position: relative;
  text-align: center;
}
.subhero {
  padding-top: 15px;
  padding-bottom: 15px;
}
.subhero-headline {
  position: absolute;
  top: -46px;
  left: 15px;
  color: white;
  padding: 8px 12px;
  display: inline-block;
  background-color: #0062AF;
  border-radius: 4px;
}
.subhero-headline:after {
  top: 100%;
  left: 15px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(30, 117, 183, 0);
  border-top-color: #0062AF;
  border-width: 8px;
}
@media screen and (max-width: 767px) {
  .subhero-headline {
    display: none;
  }
}
.subhero-headline p {
  line-height: 0;
  margin: 10px 5px;
  text-align: left;
  margin-bottom: 8px;
}
.subhero-headline-subtext {
  opacity: .5;
  padding-top: 8px;
  font-size: 14px;
  font-size: 0.875rem;
}
.subhero-light {
  background-color: #e4f4fe;
  color: #0d83dd;
}
.subhero-light:after {
  border-top-color: #e4f4fe;
}
/*****************************************************************************/
/*
/*  Sign-Up Form Fields: Size & Layout
/*
/*  Styles apply to:
/*
/*	- Subhero sections
/*	- Video Advert modal
/*	- Footer form
/*
/*****************************************************************************/
.subscribe-form .form-element,
.subscribe-form .button-primary {
  width: 33%;
  margin-right: .3%;
  float: left;
}
@media screen and (max-width: 767px) {
  .subscribe-form .form-element,
  .subscribe-form .button-primary {
    width: 100%;
    margin-top: 5px;
  }
}
@media screen and (min-width: 768px) {
  .subscribe-form .form-element,
  .subscribe-form .button-primary {
    display: inline-block;
  }
}
.subscribe-form .form-input {
  width: 100%;
}
/*****************************************************************************/
/*
/*  Sign-Up Form: Compressed Form
/*
/*  As seen in:
/*
/*  - freshbooks.com/uk
/*  - /creatives
/*  - The "long" homepage
/*
/*****************************************************************************/
.form-compressed.subscribe-form {
  width: 60%;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .form-compressed.subscribe-form {
    width: 100%;
  }
}
.form-compressed .form-element {
  width: 49.5%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .form-compressed .form-element {
    width: 100%;
    float: none;
  }
}
.form-compressed .form-element:first-child {
  margin-right: 1%;
}
.form-compressed .button-primary {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .form-compressed .button-primary {
    margin-top: 5px;
  }
}
.form-compressed .subhero-headline {
  display: none;
}
/*****************************************************************************/
/*
/*  Sign-Up Form: Vertical
/*
/*  As seen in:
/*
/*  - freshbooks.com/signup
/*
/*****************************************************************************/
.form-vertical.subscribe-form {
  max-width: 400px;
  margin: 0 auto;
  padding: 0 20px;
}
.form-vertical .form-input,
.form-vertical .button-primary {
  width: 100%;
  margin-top: 10px;
}
.form-vertical .form-element {
  width: 100%;
}
.featherlight {
  z-index: 1050;
}
.feather-modal {
  border-radius: 4px;
}
.feather-modal-white {
  background: #fff;
}
.feather-modal-inner {
  padding: 20px;
}
.modal-hidden {
  display: none;
}
.modal-paid-plans {
  background: #fff;
  text-align: center;
  max-width: 800px;
}
.modal-pricing-grid-bg {
  display: none;
  z-index: 1040;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  transition: all 0.3s ease;
}
/* NEW MODAL STUFF BELOW */
.modal {
  display: none;
}
.modal .modal-close-link {
  position: absolute;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 12px;
  line-height: 0.75rem;
  top: 20px;
  right: 20px;
  color: #fff;
  background: url('/assets/img/icons/icon-modal-close.png') right center no-repeat;
  background-size: 20px 20px;
  padding: 5px 27px 5px 0;
}
.modal .modal-close-link:hover {
  text-decoration: none;
}
.modal .modal-overlay {
  position: fixed;
  cursor: pointer;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #000;
  opacity: 0.8;
}
.modal .freshbooks-logo {
  float: none;
  margin: 20px auto;
}
.modal .content-wrap {
  max-height: calc(100% - 100px);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 9px;
  text-align: center;
  margin: 0 auto;
  background: #0d83dd;
  width: 824px;
  z-index: 1100;
  padding: 40px 60px;
  overflow-y: auto;
  color: #fff;
}
.modal .content-wrap h2 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 40px;
  line-height: 2.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .modal .content-wrap {
    width: calc(100% - 50px);
    padding: 40px 10px;
  }
}
.modal footer {
  padding-bottom: 0;
  border: none;
}
.modal footer p {
  color: #fff;
}
.modal footer a {
  color: #fff;
}
.modal footer a:hover {
  color: #fff;
  text-decoration: none;
}
.modern-modal {
  display: none;
}
.modern-modal .modal-close-link {
  position: absolute;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 12px;
  line-height: 0.75rem;
  top: 10px;
  right: 0px;
  color: #222;
  background: none;
  background-size: 20px 20px;
  padding: 5px 15px 5px 0;
}
.modern-modal .modal-close-link:hover {
  text-decoration: none;
}
.modern-modal .modal-overlay {
  position: fixed;
  cursor: pointer;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background: white;
  opacity: 0.5;
}
.modern-modal .freshbooks-logo {
  float: none;
  margin: 0 auto 10px;
}
.modern-modal .content-wrap {
  max-height: 702px;
  max-height: calc(100% - 100px);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  border-radius: 9px;
  text-align: center;
  margin: 0 auto;
  background: white;
  z-index: 1100;
  padding: 40px 40px;
  width: 500px;
  overflow-y: auto;
  color: #222;
  box-shadow: 0px 0px 5px 0px #999;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .modern-modal .content-wrap {
    width: calc(100% - 30px);
    max-height: calc(100% - 30px);
    max-width: 500px;
    padding: 40px 15px;
  }
}
.modern-modal .content-wrap h2 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 44px;
  line-height: 2.75rem;
  margin: 0 auto;
}
.modern-modal .content-wrap .subheading {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 auto 24px;
}
.modern-modal .label-style {
  font-size: 13px;
  font-size: 0.8125rem;
  text-transform: uppercase;
  line-height: 24px;
  line-height: 1.5rem;
  display: block;
  text-align: left;
}
.modern-modal .label-input-combo {
  margin-bottom: 24px;
}
.modern-modal .label-input-combo.radio-button {
  float: left;
  margin-right: 36px;
  margin-bottom: 36px;
}
.modern-modal .label-input-combo.radio-button label {
  padding-left: 12px;
}
.modern-modal .two-equal-row {
  width: 46%;
  margin-left: 2%;
  margin-right: 2%;
  float: left;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .modern-modal .two-equal-row {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    float: left;
    box-sizing: border-box;
  }
}
.modern-modal .column-7 {
  width: 54.33333333%;
  margin-left: 2%;
  margin-right: 2%;
  float: left;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .modern-modal .column-7 {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    float: left;
    box-sizing: border-box;
  }
}
.modern-modal .column-5 {
  width: 37.66666667%;
  margin-left: 2%;
  margin-right: 2%;
  float: left;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .modern-modal .column-5 {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    float: left;
    box-sizing: border-box;
  }
}
.modern-modal .full-width {
  width: 96%;
  margin-left: 2%;
  margin-right: 2%;
  float: left;
  box-sizing: border-box;
}
.modern-modal .form-input {
  border-radius: 4px;
  width: 100%;
  padding: 10px;
  display: block;
  box-sizing: border-box;
}
.modern-modal .form-input.has-error {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.modern-modal .radio-label,
.modern-modal .form-input {
  font-size: 18px;
  font-size: 1.125rem;
}
@font-face {
  font-family: 'icomoon';
  src: url('/_themes/freshbooks/fonts/icomoon.eot?-cpf6ve');
  src: url('/_themes/freshbooks/fonts/icomoon.eot?#iefix-cpf6ve') format('embedded-opentype'), url('/_themes/freshbooks/fonts/icomoon.woff?-cpf6ve') format('woff'), url('/_themes/freshbooks/fonts/icomoon.ttf?-cpf6ve') format('truetype'), url('/_themes/freshbooks/fonts/icomoon.svg?-cpf6ve#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[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');
}
/*****************************************************************************/
/*
/*  Header
/*
/*****************************************************************************/
.usa-flag,
.ca-flag,
.uk-flag {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  display: inline-block;
}
.usa-flag {
  background-image: url('/assets/img/home/flags/United-States.png');
}
.ca-flag {
  background-image: url('/assets/img/home/flags/Canada.png');
}
.uk-flag {
  background-image: url('/assets/img/home/flags/United-Kingdom.png');
}
.banner-phone {
  display: block;
}
.geo-usa,
.geo-ca,
.geo-uk,
.menu-phone {
  display: none;
}
.responsive-header {
  padding-top: 0;
  padding-bottom: 0;
}
.icon-arrow-down.js-toggle {
  display: none;
}
.icon-arrow-down:before {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 15px;
  line-height: 0.9375rem;
}
.nav-primary-menu {
  position: relative;
  box-sizing: border-box;
  margin: 20px 0 0 0;
  padding: 0;
  float: right;
}
.nav-primary-menu li {
  float: left;
  display: inline-block;
  margin: 0 20px 0 0;
  list-style: none;
  font-size: 16px;
  font-size: 1rem;
  line-height: 25px;
  line-height: 1.5625rem;
}
.nav-primary-menu li a {
  text-decoration: none;
}
.primary-link {
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding-bottom: 10px;
  margin: 10px 10px 0;
  -khtml-opacity: 0.8;
  -ms-filter: 'alpha(opacity=80)';
  opacity: 0.8;
}
.primary-link:hover,
.primary-link:focus {
  -khtml-opacity: 1;
  -ms-filter: 'alpha(opacity=100)';
  opacity: 1;
}
.nav-primary-submenu {
  list-style: none;
  z-index: 1000;
  display: none;
  position: absolute;
  width: 140px;
  border: solid #e4f4fe;
  background: #fff;
  border-width: 0 1px 1px;
  margin: 0 0 0 10px;
  padding: 10px 0 0 10px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  border-radius: 3px;
}
.nav-primary-submenu li {
  float: none;
  width: 100%;
  margin: 0 0 13px;
  padding: 0;
  line-height: 20px;
  line-height: 1.25rem;
}
.nav-primary-submenu a {
  -khtml-opacity: 1;
  -ms-filter: 'alpha(opacity=100)';
  opacity: 1;
  display: inline;
  color: #0d83dd;
}
.nav-primary-submenu a:hover,
.nav-primary-submenu a:focus {
  text-decoration: underline;
}
.is-active .nav-primary-submenu {
  display: block;
}
.has-submenu.is-active a {
  -khtml-opacity: 1;
  -ms-filter: 'alpha(opacity=100)';
  opacity: 1;
}
.nav-primary-cta a {
  color: white;
  background: transparent;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #fff;
  display: block;
  padding: 6px 15px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.5s ease;
}
.nav-primary-cta a:hover,
.nav-primary-cta a:focus {
  color: #0064be;
  border-color: #fff;
  background: white;
}
.nav-primary-cta a.btn-green {
  background-color: #85C51F;
  border: 1px solid #659C17;
}
.nav-primary-cta a.btn-green:hover,
.nav-primary-cta a.btn-green:focus {
  background-color: #8ED221;
  border: 1px solid #659C17;
  color: #fff;
}
li.nav-primary-cta {
  margin-right: 3px;
  margin-top: 3px;
}
.hide-desktop {
  display: none;
}
.hide-tablet {
  display: block;
}
@media screen and (max-width: 767px) {
  .responsive-page .nav-primary {
    float: none;
  }
  .responsive-page .nav-primary-overlay {
    position: fixed;
    opacity: 0;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: transparent;
    transition: all 0.6s ease;
  }
  .responsive-page .nav-primary-overlay.is-active {
    opacity: 1;
    background: rgba(0, 0, 0, 0.85);
    z-index: 999;
    transition: opacity 0.4s ease;
  }
  .responsive-page .icon-arrow-down {
    float: right;
    transition: all 0.4s ease;
  }
  .responsive-page .is-toggled .icon-arrow-down {
    transform: rotate(-180deg);
    transition: all 0.4s ease;
  }
  .responsive-page .icon-arrow-down.js-toggle {
    display: inline-block;
  }
  .responsive-page .icon-arrow-down.js-link {
    display: none;
  }
  .responsive-page .icon-arrow-down:before {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
    opacity: 1;
    color: #0064C1;
  }
  .responsive-page .button-nav-primary {
    position: absolute;
    right: 20px;
    top: 25px;
    display: inline-block;
    text-decoration: none;
  }
  .responsive-page .button-nav-primary .button-label {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.5rem;
    margin: 0 13px 0 0;
  }
  .responsive-page .nav-primary-menu {
    float: none;
    clear: both;
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    background: #fff;
  }
  .responsive-page .nav-primary-menu li {
    float: none;
    display: block;
    margin: 0;
    border-bottom: 1px solid #E6F3FC;
  }
  .responsive-page .nav-primary-menu li:last-child {
    border: none;
    padding: 20px 20px 0 20px;
  }
  .responsive-page .primary-link {
    color: #0d83dd;
    margin: 0;
    padding: 0;
    text-align: left;
    opacity: 1;
    display: block;
    padding: 20px 20px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
  .responsive-page .nav-primary-menuwrap {
    overflow: hidden;
    max-height: 0;
    position: absolute;
    left: 0px;
    top: 70px;
    width: 100%;
    transition: all 0.3s linear;
  }
  .responsive-page .nav-primary-menuwrap:after {
    content: "";
    display: table;
    clear: both;
  }
  .responsive-page .nav-primary-menuwrap:after {
    content: "";
    display: table;
    clear: both;
  }
  .responsive-page .nav-primary-menuwrap.is-shown {
    max-height: 850px;
    transition: max-height 0.6s linear;
  }
  .responsive-page .nav-primary-submenu {
    background: #fff;
    border: none;
    display: block;
    overflow: hidden;
    position: relative;
    max-height: 0;
    padding: 0;
    margin: 0 0 0 20px;
    transition: all 0.4s ease-out;
  }
  .responsive-page .nav-primary-submenu li {
    border: none;
  }
  .responsive-page .nav-primary-submenu a {
    color: #222;
    width: 100%;
    display: block;
    margin: 0;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 20px;
    line-height: 1.25rem;
    padding: 10px 20px;
  }
  .responsive-page .nav-primary-submenu li:last-child {
    border: none;
    padding: 0;
  }
  .responsive-page .nav-primary-submenu.is-active {
    padding-bottom: 10px;
    transition: max-height 0.4s ease-out;
  }
  .responsive-page .submenu-features.is-active {
    max-height: 250px;
  }
  .responsive-page .submenu-more.is-active {
    max-height: 195px;
  }
  .responsive-page .nav-primary-cta {
    padding: 20px;
  }
  .responsive-page .nav-primary-cta a {
    padding: 14px 18px;
    box-sizing: border-box;
    color: white;
    display: inline-block;
    font-size: 20px;
    font-size: 1.25rem;
    transition: all 0.2s ease;
    border-radius: 4px;
    text-decoration: none;
    border: 1px solid #659C17;
    background-color: #85C51F;
    background-image: url("/_themes/freshbooks/img/responsive/forms/responsive-loader.gif");
    background-repeat: no-repeat;
    background-size: 34px 34px;
    background-position: -120%;
    display: block;
    text-align: center;
    background-image: none;
  }
  .responsive-page .nav-primary-cta a.wide-cta {
    padding: 14px 78px;
  }
  .responsive-page .nav-primary-cta a:hover,
  .responsive-page .nav-primary-cta a:focus {
    background-color: #8ED221;
    text-decoration: none;
  }
  .responsive-page .nav-primary-cta a:active {
    background-color: #77B318;
    border: 1px solid #598B13;
    text-decoration: none;
  }
  .responsive-page .nav-primary-cta a.button-disabled {
    background-color: #6BA312;
    background-position: center;
    cursor: default;
  }
  a.responsive-page .nav-primary-cta a {
    display: inline-block;
  }
  .responsive-page .nav-primary-cta a:hover,
  .responsive-page .nav-primary-cta a:focus {
    border-color: #659c17;
    color: #fff;
  }
  .responsive-page .nav-primary-contact {
    display: block;
    padding: 10px 20px;
    color: #0062AF;
    background: #fff;
    text-align: center;
  }
  .responsive-page .nav-primary-contact .header-phone {
    color: #0062AF;
  }
  .responsive-page .nav-primary-contact .show-mobile-sm {
    display: none;
  }
  .responsive-page .icon-tel:before {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .responsive-page .hide-tablet {
    display: none;
  }
  .responsive-page .hide-desktop {
    display: block;
  }
}
@media screen and (max-width: 767px) and screen and (max-width: 480px) {
  .responsive-page .nav-primary-cta a.wide-cta {
    padding: 14px 60px;
  }
}
@media screen and (max-width: 767px) and screen and (max-width: 767px) {
  .responsive-page .nav-primary-cta a.long-cta-text {
    padding: 14px 5px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) and screen and (min-width: 768px) {
  .responsive-page .nav-primary-cta a.long-cta-text {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 14px 5px;
  }
}
@media screen and (max-width: 480px) {
  .responsive-page .nav-primary-contact .show-mobile-sm {
    display: block;
  }
  .responsive-page .nav-primary-contact .show-mobile {
    display: none;
  }
}
.menu-icon {
  width: 20px;
  margin-top: 5px;
  position: relative;
  cursor: pointer;
  float: right;
  display: inline-block;
  transform: rotate(0deg);
  transition: 0.3s ease-in-out;
}
.menu-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.3s ease-in-out;
}
.menu-icon .menu-icon-span1 {
  top: 0px;
}
.menu-icon .menu-icon-span2,
.menu-icon .menu-icon-span3 {
  top: 6px;
}
.menu-icon .menu-icon-span4 {
  top: 12px;
}
.menu-icon.open .menu-icon-span1 {
  top: 15px;
  width: 0%;
  left: 50%;
}
.menu-icon.open .menu-icon-span2 {
  transform: rotate(45deg);
}
.menu-icon.open .menu-icon-span3 {
  transform: rotate(-45deg);
}
.menu-icon.open .menu-icon-span4 {
  top: 15px;
  width: 0%;
  left: 50%;
}
.responsive-header {
  font-family: "Franklin-Book", Helvetica, Arial, sans-serif;
}
.responsive-header:after {
  content: "";
  display: table;
  clear: both;
}
.responsive-header:after {
  content: "";
  display: table;
  clear: both;
}
.header-wrapper {
  padding: 20px 0;
}
.header-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.header-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.header-frame {
  z-index: 1000;
  position: relative;
  min-width: 960px;
  width: 100%;
}
.header-blue {
  background-color: #0d83dd;
  color: #fff;
}
.freshbooks-logo {
  background-image: url("/_themes/freshbooks/img/responsive/header/freshbooks-logo-white.png");
  background-image: none, url("/_themes/freshbooks/img/responsive/header/freshbooks-logo-white.svg");
  background-repeat: no-repeat;
}
.freshbooks-logo-rgb {
  background-image: url("/_themes/freshbooks/img/responsive/header/freshbooks-logo-rgb.png");
  background-image: none, url("/_themes/freshbooks/img/responsive/header/freshbooks-logo-rgb.svg");
  background-repeat: no-repeat;
}
.freshbooks-logo,
.freshbooks-logo-rgb {
  width: 140px;
  height: 73px;
  float: left;
  padding-bottom: 10px;
  background-size: 140px 73px;
}
.header-banner {
  font-family: "Franklin-Book", Helvetica, Arial, sans-serif;
  display: block;
  text-align: center;
  background: #0062AF;
  color: white;
  padding: 11px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 22px;
  line-height: 1.375rem;
}
.header-phone {
  color: white;
  margin-left: 5px;
  text-decoration: none;
  white-space: nowrap;
}
.icon-tel:before {
  position: relative;
  display: inline-block;
  top: -1px;
  margin: 0 5px 0 0;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 22px;
  line-height: 1.375rem;
}
.header-cta .button-cta {
  margin: 20px 0;
  padding: 12px 20px;
}
.header-cta .tiny-button-cta {
  display: none;
}
.header-cta .questions-in-nav {
  display: none;
}
@media screen and (max-width: 767px) {
  .header-cta .questions-in-nav {
    display: block;
  }
  .header-cta .button-cta {
    display: none;
  }
  .header-cta .tiny-button-cta {
    display: block;
    margin: 5px 0 0 10px;
    padding: 6px 10px;
  }
  .header-cta .responsive-header {
    padding-right: 10px;
  }
}
/*****************************************************************************/
/*
/* Responsive Specific Page Styles
/* Replaced old styles with these ones when we've ripped out the non-responsive pages.
/*
/*****************************************************************************/
.responsive-page .header-frame {
  min-width: 0;
}
@media screen and (min-width: 768px) {
  .responsive-page.sticky-nav-spacer {
    margin-top: 168px;
  }
  .responsive-page .sticky-nav {
    position: fixed;
    top: 0;
    background: #fff;
    color: #0d83dd;
    border-bottom: solid 1px #d7d7d7;
    display: none;
  }
  .responsive-page .sticky-nav .header-wrapper {
    padding-top: 0;
  }
  .responsive-page .sticky-nav .fresh-index {
    display: block;
  }
  .responsive-page .sticky-nav .freshbooks-logo {
    background-position: top right;
    overflow: hidden;
    height: 34px;
    width: 40px;
    position: absolute;
    top: 25px;
  }
  .responsive-page .sticky-nav .header-banner {
    display: none;
  }
  .responsive-page .sticky-nav .primary-link {
    color: #3D9CE4;
    opacity: 1;
  }
  .responsive-page .sticky-nav .primary-link:hover {
    color: #0d83dd;
  }
  .responsive-page .sticky-nav .nav-primary-cta a {
    background-color: #85C51F;
    border: 1px solid #659C17;
  }
  .responsive-page .sticky-nav .nav-primary-cta a:hover,
  .responsive-page .sticky-nav .nav-primary-cta a:focus {
    background-color: #8ED221;
    border: 1px solid #659C17;
    color: #fff;
  }
  .responsive-page .sticky-nav .nav-primary-submenu {
    box-shadow: 0px 0px 1px 1px #d7d7d7;
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .responsive-page .header-wrapper {
    padding: 10px 0 0 0;
  }
}
@media screen and (min-width: 768px) {
  .responsive-page .header-wrapper {
    padding: 15px 0;
  }
}
@media screen and (min-width: 1024px) {
  .responsive-page .header-wrapper {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .responsive-page .freshbooks-logo,
  .responsive-page .freshbooks-logo-rgb {
    width: 90px;
    height: 50px;
    background-size: 90px auto;
  }
  .responsive-page .freshbooks-logo.update-size,
  .responsive-page .freshbooks-logo-rgb.update-size {
    width: 160px;
    height: 83px;
    background-size: 160px 83px;
  }
}
@media screen and (min-width: 768px) {
  .responsive-page .freshbooks-logo,
  .responsive-page .freshbooks-logo-rgb {
    width: 120px;
    height: 80px;
    background-size: 120px auto;
  }
  .responsive-page .freshbooks-logo.update-size,
  .responsive-page .freshbooks-logo-rgb.update-size {
    width: 160px;
    height: 83px;
    background-size: 160px 83px;
  }
}
@media screen and (min-width: 1024px) {
  .responsive-page .freshbooks-logo,
  .responsive-page .freshbooks-logo-rgb {
    width: 140px;
    height: 73px;
    background-size: 140px auto;
  }
  .responsive-page .freshbooks-logo.update-size,
  .responsive-page .freshbooks-logo-rgb.update-size {
    width: 160px;
    height: 83px;
    background-size: 160px 83px;
  }
}
.responsive-page .header-banner {
  display: none;
}
@media screen and (min-width: 768px) {
  .responsive-page .header-banner {
    display: block;
  }
}
.no-nav-header-wrap .header-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.no-nav-header-wrap .header-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.no-nav-header-wrap .no-nav-header {
  overflow: hidden;
  max-width: 960px;
  margin: 0 auto;
}
.no-nav-header-wrap .no-nav-header .header-phone {
  text-decoration: none;
}
.no-nav-header-wrap .no-nav-header-text {
  overflow: hidden;
  font-size: 16px;
  line-height: 20px;
  text-align: right;
  padding: 15px 5px;
}
@media screen and (max-width: 767px) {
  .no-nav-header-wrap .no-nav-header-text {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 5px 0 5px 20px;
  }
}
/*****************************************************************************/
/*
/* Footer Sign Up Section
/*
/*****************************************************************************/
.footer-sign-up-background {
  background-color: #0d83dd;
  color: white;
  text-align: center;
}
.footer-sign-up {
  padding-top: 17px;
  padding-bottom: 60px;
}
.unity-footer-sign-up .footer-sign-up {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.unity-footer-sign-up .footer-sign-up .section-heading-secondary {
  font-size: 38px;
  font-size: 2.375rem;
}
@media screen and (min-width: 768px) {
  .unity-footer-sign-up .footer-sign-up .section-heading-secondary {
    margin-top: 3.5%;
  }
}
.footer-sign-up-h2,
.footer-sign-up-sub {
  opacity: .6;
  margin-top: 20px;
}
.footer-sign-up .subscribe-form {
  padding-top: 15px;
}
/*****************************************************************************/
/*
/* Featured in
/*
/*****************************************************************************/
.featured-logos-container {
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.3);
  padding-bottom: 15px;
  padding-top: 1px;
}
.section-featured-logos {
  padding-top: 0;
  text-align: center;
  margin-top: 20px;
  padding-bottom: 5px;
}
.featured-logos-title {
  display: inline-block;
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 0;
  opacity: .4;
  margin-top: 0;
  vertical-align: middle;
}
.featured-logos {
  height: 48px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 4%;
  opacity: .5;
  background-repeat: no-repeat;
  width: 10%;
  min-width: 70px;
}
.featured-logos-nyt {
  width: 20%;
  min-width: 125px;
}
/*****************************************************************************/
/*
/* Footer Nav
/*
/*****************************************************************************/
.footer-nav {
  padding-top: 50px;
  background-color: white;
}
.footer-nav-column {
  min-width: 142px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  vertical-align: text-top;
  transition: all 0.1s ease;
  padding-right: 3%;
}
.footer-nav-column:last-child {
  padding-right: 0;
}
.footer-nav-heading,
.footer-nav-li a,
.footer-nav-ul,
.footer-nav-ul a,
.footer-nav-social {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 27px;
  line-height: 1.6875rem;
  color: #6B6C6F;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-nav-heading {
  font-size: 16px;
  font-size: 1rem;
  max-width: initial;
  margin-bottom: 6%;
  font-weight: normal;
}
.footer-nav-li a:hover {
  color: #0d83dd;
  text-decoration: none;
}
.footer-nav-social a {
  text-decoration: none;
}
.footer-nav-subsection {
  margin-top: 30px;
  margin-bottom: 0;
}
.footer-nav-social {
  margin-top: 20px;
  width: 130px;
}
.social-li {
  display: block;
  height: 100%;
}
.footer-logos {
  display: inline-block;
  margin-right: 4px;
  -webkit-transform: translateZ(0px);
}
.footer-logos.footer-social-icon {
  width: 34px;
  height: auto;
}
.footer-logos.footer-social-icon:hover {
  -khtml-opacity: 0.8;
  -ms-filter: 'alpha(opacity=80)';
  opacity: 0.8;
}
.footer-logos.footer-rackspace {
  float: right;
  margin-left: 30px;
  margin-top: 0;
  width: 128px;
  height: 37px;
}
/*****************************************************************************/
/*
/* Footer (Address)
/*
/*****************************************************************************/
footer {
  border-top: 1px solid #BFBFBF;
  padding-top: 20px;
  padding-bottom: 20px;
}
footer p {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20px;
  line-height: 1.25rem;
  margin: 0;
  padding: 0;
  color: #6B6C6F;
}
footer a {
  color: #6B6C6F;
}
footer a:hover {
  color: #0d83dd;
  text-decoration: none;
}
.footer-logo {
  float: right;
  margin-left: 30px;
  margin-top: 0;
}
.footer-logo-link {
  text-decoration: none;
}
.truste:hover {
  opacity: .8;
}
@media (max-width: 560px) {
  .footer-logo {
    float: none;
    display: inline-block;
    margin-left: 0;
    margin-right: 8px;
  }
}
@media (min-width: 716px) and (max-width: 960px) {
  .footer-nav-social {
    margin-top: 3px;
    width: auto;
  }
}
@media (max-width: 523px) {
  .footer-nav-social {
    margin-top: 3px;
    width: auto;
  }
}
/*****************************************************************************/
/*
/* Google Play Store Smart Banner for Android
/*
/*****************************************************************************/
.smartbanner.hide {
  display: none;
}
.smartbanner {
  z-index: 30;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 78px;
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  background: #fff;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}
.smartbanner-container {
  margin: 0 auto;
}
.smartbanner-close {
  position: absolute;
  left: 7px;
  top: 7px;
  display: block;
  font-family: 'ArialRoundedMTBold', Arial;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  border-radius: 14px;
  -webkit-font-smoothing: subpixel-antialiased;
  border: 0;
  width: 17px;
  height: 17px;
  line-height: 17px;
  color: #b1b1b3;
  background: #efefef;
}
.smartbanner-close:active,
.smartbanner-close:hover {
  color: #333;
}
.smartbanner-icon {
  position: absolute;
  left: 30px;
  top: 10px;
  display: block;
  width: 57px;
  height: 57px;
  background-color: #fff;
  background-size: cover;
  background-image: url("/images/smartbanner/logo-play-store-banner.png");
}
.smartbanner-info {
  position: absolute;
  left: 98px;
  top: 15px;
  width: 44%;
  font-size: 12px;
  line-height: 1.2em;
  font-weight: bold;
  color: #999;
}
.smartbanner-title {
  font-size: 15px;
  line-height: 17px;
  color: #000;
  font-weight: bold;
}
.smartbanner-button {
  position: absolute;
  right: 20px;
  top: 24px;
  border-bottom: 3px solid #6BCE28;
  padding: 0 10px;
  min-width: 12%;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-color: #6BCE28;
  text-decoration: none;
  border-radius: 5px;
}
.smartbanner-button:hover {
  background-color: #70D62A;
  border-bottom: 3px solid #59AF1F;
}
.smartbanner-button-text {
  text-align: center;
  display: block;
  padding: 0 5px;
}
/* 	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;
  }
}
