﻿.header1{
    font-size:28px;
}

.ulfont{
    font-size:14px;
}

.u-clearfix:before {
    content: " ";
    display: table;
}

.u-clearfix:after {
    clear: both;
}

.u-hidden {
    display: none;
}

@media screen and (max-width:768px) {
    .u-hidden-tablet {
        display: none;
    }
}

@media screen and (max-width:480px) {
    .u-hidden-mobile {
        display: none;
    }
}

@media screen and (min-width:768px) and (max-width:1200px) {
    .u-hidden-desktop {
        display: none;
    }
}

.u-float-right {
    float: right;
}

.u-float-left {
    float: left;
}

.u-text-center {
    text-align: center;
}

.u-text-left {
    text-align: left;
}

.u-list-blank {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
}

.u-list-inline li {
    display: inline-block;
}

.submenu-container {
    padding: 0;
}

@media screen and (max-width:768px) {
    .submenu-container {
        display: none;
    }
}

.mobile-submenu-container {
    display: none;
}

@media screen and (max-width:768px) {
    .mobile-submenu-container {
        display: block;
    }
}

.mobile-submenu {
    cursor: pointer;
    display: none;
    border: 2px solid #c5c7ce;
    border-radius: 5px;
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
}

@media screen and (max-width:768px) {
    .mobile-submenu {
        display: block;
    }
}

.mobile-submenu .placeholder-copy {
    padding: 12px 24px;
    display: block;
}

    .mobile-submenu .placeholder-copy:after {
        content: url(/_themes/freshbooks/smux-assets/img/down-chevron.svg);
        text-decoration: none;
        float: right;
    }

.menu-items {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 1000;
}

@media screen and (min-width:769px) {
    .menu-items {
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        -js-display: flex !important;
        display: flex !important;
    }
}

@media screen and (max-width:768px) {
    .menu-items {
        position: absolute;
        left: 0;
        right: 0;
        display: none;
        width: 90%;
        margin: 8px auto 0;
        border: 2px solid #c5c7ce;
        border-radius: 7px;
        box-shadow: 4px 4px 0 rgba(6,41,66,.07);
    }
}

.sticky {
    position: fixed;
    right:0px;
    width: 100%;
    top: 0;
    z-index: 100;
    border-top: 0;
    box-shadow: 0 4px 0 rgba(6,41,66,.07);
}

@media screen and (max-width:768px) {
    .sticky {
        display: none !important;
    }
}

.sticky-spacer {
    display: none;
    height: 50px;
    width: 100%;
}

@media screen and (max-width:768px) {
    .sticky-spacer {
        display: none !important;
    }
}

.menu-item {
    background-color: #f7f8f9;
    color: #0d83dd;
    text-decoration: none;
    padding: 24px 0 15px;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: center;
    border-right: none !important;
}

    .menu-item:hover {
        color: #062942;
    }

    .menu-item.active {
        background-color: #fff;
    }

        .menu-item.active span {
            position: relative;
            color: #062942;
            display: inline-block;
        }

            .menu-item.active span:after {
                content: '';
                display: block;
                background: #85c525;
                height: 4px;
                width: 100%;
                margin: 5px auto 0;
            }

@media screen and (max-width:768px) {
    .menu-item {
        border-bottom: 1px solid #c5c7ce;
        padding: 12px 24px;
        margin-bottom: 0;
        width: 100%;
        display: block;
        text-decoration: none;
        border-right: none;
        text-align: left;
        color: #062942;
        background-color: #fff;
    }

        .menu-item:hover {
            background-color: #e5f4fe;
        }

        .menu-item.active {
            background-color: #f7f8f9;
        }

        .menu-item:first-child {
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
        }

        .menu-item:last-child {
            border-bottom: none;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
        }
}

.menu-item-sticky {
    padding: 16px 0 7px;
    transition-delay: .1s;
    transition: all .5s ease;
}

.main-content {
    text-align: center;
}

    .main-content p {
        width: 55%;
        margin-left: auto;
        margin-right: auto;
    }

@media screen and (max-width:1024px) {
    .main-content p {
        width: 75%;
    }
}

@media screen and (max-width:768px) {
    .main-content p {
        width: 100%;
    }
}

.hero p br, .hero-bg-img p br, .main-content p br {
    content: "";
    display: block;
    margin: 1.8rem 0;
}

.main-content .primary-cta {
    margin-top: 15px;
}

.main-content img {
    margin: 30px auto 0;
    display: block;
}

.anchored-content {
    background-color: #fff;
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
}

    .anchored-content section {
        padding: 0;
        position: relative;
        z-index: 10;
    }

    .anchored-content blockquote {
        text-align: left;
        width: 100%;
        text-indent: 0;
    }

@media screen and (max-width:768px) {
    .anchored-content blockquote {
        text-align: center;
    }
}

.anchored-content .testimonial-logo {
    height: auto;
    width: 72px;
    margin-top: 10px;
    margin-left: 7px;
    display: block;
}

.anchored-content .line-bg {
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 1280px;
    height: 127px;
    background-size: 100%;
    background-repeat: no-repeat;
}

@media screen and (max-width:768px) {
    .anchored-content .line-bg {
        display: none;
    }
}

.anchored-content .two-col {
    float: left;
    width: 100%;
    padding-left:40px;
    padding-right:40px;
}

@media screen and (max-width:768px) {
    .anchored-content .two-col {
        padding-top: 0;
    }
}

.anchored-content .two-col .col {
    width: 55%;
    float: left;
}

    .anchored-content .two-col .col:first-child {
        margin-top: 85px;
        width: 45%;
    }

@media screen and (max-width:768px) {
    .anchored-content .two-col .col {
        width: 100%;
        margin-bottom: 20px;
    }

        .anchored-content .two-col .col:first-child {
            text-align: center;
            margin-top: 0;
            width: 100%;
        }
}

.anchored-content .two-col .col.image-left {
    text-align: left;
}

.anchored-content h2 {
    margin-top: 0;
}

.anchored-content .content-img {
    display: inline-block;
    vertical-align: text-bottom;
}

@media screen and (max-width:768px) {
    .anchored-content .content-img {
        margin-top: 0 !important;
        width: 50%;
    }

        .anchored-content .content-img.no-mobile-image {
            display: none;
        }
}

@media screen and (max-width:480px) {
    .anchored-content .content-img {
        width: 80%;
    }
}

.anchored-content.content-left .line-bg {
    background-image: url(/_themes/freshbooks/smux-assets/img/dotted-left.svg);
    background-position: top right;
    right: 0;
}

@media screen and (max-width:1024px) {
    .anchored-content.content-left .line-bg {
        right: -80px;
    }
}

.anchored-content.content-right .line-bg {
    background-image: url(/_themes/freshbooks/smux-assets/img/dotted-right.svg);
    background-position: top left;
    left: 0;
}

@media screen and (max-width:1024px) {
    .anchored-content.content-right .line-bg {
        left: -80px;
    }
}

.anchored-content.content-right .col:first-child {
    float: right;
}

.anchored-content .primary-cta {
    padding: 7px 28px 8px 25px;
}

.anchored-padding {
    padding: 50px 0;
}

@media screen and (max-width:768px) {
    .anchored-padding {
        padding: 25px 0;
    }

    .anchored-content .two-col .col h2 {
        margin-top: 48px;
    }
}

.anchored-content .two-col .col:first-child {
    padding: 0 5%;
}

@media screen and (max-width:1024px) {
    .anchored-content .two-col .col:first-child {
        padding: 0 4%;
    }
}

@media screen and (max-width:768px) {
    .anchored-content .content-img {
        margin-top: 20px;
        width: 75%;
    }
}

@media screen and (max-width:480px) {
    .anchored-content .content-img {
        width: 80%;
    }
}

.cc, .hero-image img, .main-testimonial q, .smux-testimonials q, .supporting-testimonial q {
    display: block;
}

@media screen and (max-width:768px) {
    .cc {
        margin: 0 auto;
    }
}

.cc.nosubtext {
    margin-bottom: 40px;
}

.cc-subtext {
    display: block;
    margin: 20px 0 45px;
    color: #8495a2;
}

.hero, .hero-bg-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

    .hero section, .hero-bg-img section {
        padding: 45px 0;
    }

        .hero section.zero-bottom-padding, .hero-bg-img section.zero-bottom-padding {
            padding-bottom: 0;
        }

    .hero .content, .hero-bg-img .content {
        width: 45%;
        margin-left: 20px;
    }

@media screen and (max-width:1024px) {
    .hero .content, .hero-bg-img .content {
        margin-left: 0;
    }
}

.hero h1, .hero-bg-img h1 {
    margin-bottom: 32px;
}

.hero p, .hero-bg-img p, .press-hero-links > span {
    line-height: 1.55555556;
    margin-bottom: 25px;
}

.hero .primary-cta, .hero-bg-img .primary-cta {
    min-width: 275px;
    display: inline-block;
    vertical-align: middle;
}

@media screen and (max-width:320px) {
    .hero .primary-cta, .hero-bg-img .primary-cta {
        min-width: 0;
        max-width: 275px;
    }
}

.hero .margin-right, .hero-bg-img .margin-right {
    margin-right: 20px;
}

.hero .subtext, .hero-bg-img .subtext {
    color: #8495a2;
    max-width: 275px;
    margin: 10px auto 0;
}

.hero .two-col, .hero-bg-img .two-col {
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width:768px) {
    .hero .two-col, .hero-bg-img .two-col {
        display: block;
    }
}

.hero .two-col .content, .hero-bg-img .two-col .content {
    width: 45%;
}

@media screen and (max-width:768px) {
    .hero .two-col .content, .hero-bg-img .two-col .content {
        width: 100%;
    }

    .hero, .hero-bg-img {
        background-color: #e5f4fe;
    }

        .hero .content, .hero-bg-img .content {
            text-align: center;
            width: 100%;
        }

        .hero, .hero-bg-img, .hero.bg-img {
            background-image: none;
        }
}

.hero-center {
    text-align: center;
}

    .hero-center .content {
        width: 80%;
        padding-left: 0;
        margin: 0 auto;
    }

        .hero-center .content p {
            margin-bottom: 10px;
        }

.hero-short {
    background-color: #fff;
}

    .hero-short .content h1, .hero-short .content p {
        max-width: 540px;
    }

.hero-img {
    background: linear-gradient(#f7fbfe 89.5%,#fff 0);
    position: relative;
    height: 825px;
}

@media screen and (max-width:768px) {
    .hero-img {
        height: 747px;
    }
}

@media screen and (max-width:480px) {
    .hero-img {
        height: 666px;
    }
}

.hero-img, .hero-img .cpy-hero > .container {
    background: #f7fbfe;
}

    .hero-img .content h1 {
        line-height: 1.19047619;
        color: #062942;
        max-width: 511px;
    }

    .hero-img .content p {
        max-width: 737px;
    }

    .hero-img .cta-only {
        margin-left: 0;
        text-align: center;
    }

    .hero-img section, .hero-short section {
        padding: 50px 0;
    }

    .hero-img .content, .hero-short .content {
        width: auto;
        text-align: center;
        margin-left: 0;
    }

        .hero-img .content h1, .hero-img .cta-mobile, .hero-short .content h1, .hero-short .cta-mobile, .smux-testimonials hr {
            margin: 0 auto;
        }

        .hero-img .content p, .hero-short .content p {
            display: inline-block;
        }

@media screen and (max-width:768px) {
    .hero-img .content p, .hero-short .content p {
        width: 100%;
    }
}

.hero-img .subtext, .hero-short .subtext {
    margin: 10px auto 0;
    color: #8495a2;
}

.hero-img .cta-subtext-assurance, .hero-short .cta-subtext-assurance {
    margin-top: 20px;
    margin-left: 0;
    text-align: center;
}

.cta-assurance, .cta-subtext {
    display: inline-block;
    vertical-align: middle;
}

.cta-assurance {
    margin-left: 10px;
    margin-bottom: 25px;
}

@media screen and (max-width:1024px) {
    .cta-assurance {
        display: none;
    }
}

.cta-only, .cta-subtext-assurance, .cta-subtext-video {
    margin-left: 20px;
}

@media screen and (max-width:1024px) {
    .cta-only, .cta-subtext-assurance, .cta-subtext-video {
        margin-left: 0;
    }
}

@media screen and (max-width:768px) {
    .cta-only, .cta-subtext-assurance, .cta-subtext-video {
        text-align: center;
    }
}

.cta-subtext-video {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
    max-width: 496px;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width:768px) {
    .cta-subtext-video {
        margin: 0 auto;
        max-width: 468px;
    }
}

@media screen and (max-width:480px) {
    .cta-subtext-video {
        display: block;
    }
}

.cta-subtext-video .cta-video {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

@media screen and (max-width:480px) {
    .cta-subtext-video .cta-video {
        margin-bottom: 12px;
    }
}

.cta-subtext-video .cta-subtext {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
}

.cta-subtext-video .primary-cta {
    min-width: 0;
    padding-left: 20px;
    padding-right: 20px;
}

@media screen and (max-width:480px) {
    .cta-subtext-video .primary-cta {
        min-width: 275px;
    }
}

@media screen and (max-width:320px) {
    .cta-subtext-video .primary-cta {
        min-width: 0;
        max-width: 275px;
    }
}

.cta-subtext-video .ghost-button {
    margin: 0;
    border: 2px solid #062942;
    padding: 13px 23px;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.2;
}

    .cta-subtext-video .ghost-button:hover {
        background: 0 0;
        color: #6a7f8e;
        border-color: #6a7f8e;
    }

        .cta-subtext-video .ghost-button:hover svg {
            fill: #6a7f8e;
        }

    .cta-subtext-video .ghost-button svg {
        height: 29px;
        margin-right: 10px;
    }

@media screen and (max-width:480px) {
    .cta-subtext-video .ghost-button {
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        min-width: 275px;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width:320px) {
    .cta-subtext-video .ghost-button {
        min-width: 0;
        max-width: 275px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.assurance-cta-subtext {
    width: 275px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

    .assurance-cta-subtext .cta-assurance {
        display: block;
        margin-left: 0;
        margin-bottom: 10px;
        text-align: center;
    }

@media screen and (min-width:768px) {
    .assurance-cta-subtext .cta-assurance {
        position: absolute;
        right: -200px;
        top: 15px;
    }
}

.h1-only-hero {
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: cover;
    background-position: center center;
    height: 340px;
}

    .h1-only-hero .title {
        text-align: center;
        width: 57.5%;
        margin: 0 auto;
    }

@media screen and (max-width:1024px) {
    .h1-only-hero .title {
        width: 75%;
    }
}

@media screen and (max-width:768px) {
    .h1-only-hero .title {
        width: 80%;
    }
}

@media screen and (max-width:480px) {
    .h1-only-hero .title {
        width: 100%;
    }
}

.h1-only-hero .title h1 {
    margin-bottom: 0;
}

@media screen and (max-width:768px) {
    .h1-only-hero {
        background-color: #e5f4fe;
    }

        .h1-only-hero.bg-img {
            background-image: none;
        }
}

.h1-content-cta-rec {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    min-height: 450px;
}

@media screen and (max-width:768px) {
    .h1-content-cta-rec {
        margin: 0 auto;
        text-align: center;
        background-color: #e5f4fe;
    }

        .h1-content-cta-rec.bg-img {
            background-image: none;
        }
}

.h1-content-cta-rec .padding {
    padding: 0 40px;
}

@media screen and (max-width:768px) {
    .h1-content-cta-rec .padding {
        padding: 0 15px;
    }
}

.h1-content-cta-rec .hero-body {
    margin-top: 40px;
    margin-right: 30px;
}

    .h1-content-cta-rec .hero-body h1 {
        max-width: 620px;
    }

@media screen and (max-width:768px) {
    .h1-content-cta-rec .hero-body h1 {
        max-width: 100%;
    }

    .h1-content-cta-rec .hero-body {
        margin: 0 auto;
    }
}

.h1-content-cta-rec .lpat-intro {
    max-width: 575px;
}

@media screen and (max-width:768px) {
    .h1-content-cta-rec .lpat-intro {
        max-width: 1000px;
    }
}

.h1-content-cta-rec .subtext {
    color: #6d8190;
    text-align: left;
}

@media screen and (max-width:768px) {
    .h1-content-cta-rec .subtext {
        text-align: center;
    }
}

.h1-content-cta-rec .tablet-hero-image {
    display: none;
}

@media screen and (max-width:768px) {
    .h1-content-cta-rec .tablet-hero-image {
        display: block;
    }
}

@media screen and (max-width:480px) {
    .h1-content-cta-rec .tablet-hero-image {
        display: none;
    }
}

.h1-content-cta-rec .mobile-hero-image {
    display: none;
}

@media screen and (max-width:480px) {
    .h1-content-cta-rec .mobile-hero-image {
        display: block;
    }

        .h1-content-cta-rec .mobile-hero-image img {
            width: 100%;
        }
}

.h1-content-cta-rec section {
    padding-bottom: 0;
}

.super-text {
    display: block;
    color: #062942;
}

.press-hero-links > span {
    display: block;
    margin-bottom: 15px;
}

    .press-hero-links > span:last-child {
        margin-bottom: 0;
    }

.mobile-hero-img {
    display: none;
}

@media screen and (max-width:768px) {
    .mobile-hero-img {
        display: block;
        height: 350px;
        background-size: cover;
        background-position: top right;
    }
}

@media screen and (max-width:480px) {
    .mobile-hero-img {
        height: 275px;
    }
}

.hero .hero_intro_heading h1, .hero-short .hero_intro_heading h1 {
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #8495a2;
}

.hero-short .hero_intro_heading h1 {
    line-height: 1.5;
}

.cta-heading, .hero .hero_intro_heading h2 {
    margin-top: 0;
}

.hero-short .hero_intro_heading h2 {
    line-height: 1.3;
    margin: 0 auto;
    width: 65%;
}

@media screen and (max-width:1024px) {
    .hero-short .hero_intro_heading h2 {
        width: 81%;
    }
}

@media screen and (max-width:768px) {
    .hero-short .hero_intro_heading h2 {
        width: 90%;
    }
}

@media screen and (max-width:480px) {
    .hero-short .hero_intro_heading h2 {
        width: 100%;
    }
}

.hero .hero_intro_heading h1 {
    line-height: 1.26666667;
    letter-spacing: .5px;
}

.hero .hero_intro_heading h2 {
    color: #062942;
    line-height: 1.1;
}

.cta-heading {
    line-height: 1.3;
    margin-bottom: 16px;
    text-align: left;
    color: #fff;
}

@media screen and (max-width:1024px) {
    .cta-heading {
        margin-bottom: 35px;
        text-align: center;
    }
}

.cta-full-width {
    background-color: #0d83dd;
    color: #fff;
}

    .cta-full-width .two-col {
        display: -webkit-flex;
        display: -ms-flexbox;
        -js-display: flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
        width: 90%;
        margin: 4% auto;
    }

    .cta-full-width .col:first-child {
        width: 60%;
    }

@media screen and (max-width:1024px) {
    .cta-full-width .col:first-child {
        width: 100%;
    }
}

.cta-full-width .col:last-child {
    width: 35%;
}

@media screen and (max-width:1024px) {
    .cta-full-width .col:last-child {
        width: 100%;
    }
}

.cta-full-width .col img {
    width: 367px;
    float: right;
}

@media screen and (max-width:1024px) {
    .cta-full-width .col img {
        float: none;
    }
}

.cta-full-width .cta-button {
    width: 50%;
    float: left;
    margin-right: 18px;
}

@media screen and (max-width:1024px) {
    .cta-full-width .cta-button {
        margin: 0 auto;
        float: none;
    }
}

@media screen and (max-width:768px) {
    .cta-full-width .cta-button {
        width: 75%;
    }
}

@media screen and (max-width:480px) {
    .cta-full-width .cta-button {
        width: 100%;
    }
}

.cta-full-width .cta-description {
    text-align: left;
    line-height: 1.66666667;
    margin-top: 20px;
}

@media screen and (max-width:1024px) {
    .cta-full-width .cta-description {
        margin-bottom: 35px;
        text-align: center;
    }
}

.cta-and-assurance .cta-button {
    width: 55%;
    float: left;
    margin-right: 20px;
}

@media screen and (max-width:1024px) {
    .cta-and-assurance .cta-button {
        margin: 0 auto;
        float: none;
    }
}

@media screen and (max-width:768px) {
    .cta-and-assurance .cta-button {
        width: 75%;
        margin: 0 auto;
    }
}

@media screen and (max-width:480px) {
    .cta-and-assurance .cta-button {
        width: 100%;
    }
}

.cta-and-assurance .cta-assurance {
    float: left;
    width: 40%;
    height: auto;
    margin-top: 30px;
}

@media screen and (max-width:1024px) {
    .cta-and-assurance .cta-assurance {
        float: none;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:768px) {
    .cta-and-assurance .cta-assurance {
        margin-left: auto;
        margin-right: auto;
    }
}

.dark-cta {
    background-color: #062942;
    padding: 80px 40px 90px;
}

@media screen and (max-width:768px) {
    .dark-cta {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.dark-cta-content {
    margin: 0 auto;
    text-align: center;
}

    .dark-cta-content h2 {
        color: #fff;
        margin-top: 0;
        line-height: 1.47058824;
    }

blockquote {
    line-height: 1.5;
    color: #062942;
    text-align: left;
    margin: 0;
    vertical-align: middle;
    text-indent: -.7rem;
    width: 55%;
}

.pull-quote {
    line-height: 1.53571429;
    text-indent: -1.05rem;
    border-top: 1px solid #c5c7ce;
    border-bottom: 1px solid #c5c7ce;
    padding: 20px 11px 20px 21.5px;
    margin: 35px 0;
}

@media screen and (max-width:1024px) {
    .pull-quote {
        margin: 0;
    }
}

@media screen and (max-width:768px) {
    .pull-quote {
        margin: 35px 0;
    }
}

@media screen and (max-width:480px) {
    .pull-quote {
        margin: 0;
    }
}

.pull-quote.long {
    width: 44%;
}

@media screen and (max-width:1024px) {
    .pull-quote.long {
        width: 100%;
    }
}

@media screen and (max-width:768px) {
    .pull-quote.long {
        width: 44%;
    }
}

@media screen and (max-width:480px) {
    .pull-quote.long {
        width: 100%;
    }
}

.pull-quote.short {
    width: 32%;
}

@media screen and (max-width:1024px) {
    .pull-quote.short {
        width: 100%;
    }
}

@media screen and (max-width:768px) {
    .pull-quote.short {
        width: 32%;
    }
}

@media screen and (max-width:480px) {
    .pull-quote.short {
        width: 100%;
    }
}

.quote-left {
    float: left;
    margin-right: 12%;
}

@media screen and (max-width:1024px) {
    .quote-left {
        margin-right: 0;
        float: none;
    }
}

@media screen and (max-width:768px) {
    .quote-left {
        margin-right: 12%;
        float: left;
    }
}

@media screen and (max-width:480px) {
    .quote-left {
        margin-right: 0;
        float: none;
    }
}

.quote-right {
    margin-left: 12%;
    float: right;
}

@media screen and (max-width:1024px) {
    .quote-right {
        margin-left: 0;
        float: none;
    }
}

@media screen and (max-width:768px) {
    .quote-right {
        margin-left: 12%;
        float: right;
    }
}

@media screen and (max-width:480px) {
    .quote-right {
        margin-left: 0;
        float: none;
    }
}

.testimonial-1-col, .testimonials {
    padding-bottom: 40px;
}

    .testimonials h2 {
        text-align: center;
        margin-top: 0;
    }

.testimonial-2-col blockquote {
    width: 100%;
}

@media screen and (max-width:1024px) {
    .testimonial-2-col blockquote {
        width: 50%;
        text-align: center;
        margin: 0 auto;
        text-indent: 0;
    }
}

@media screen and (max-width:768px) {
    .testimonial-2-col blockquote {
        width: 75%;
    }
}

@media screen and (max-width:480px) {
    .testimonial-2-col blockquote {
        width: 100%;
    }
}

.testimonial-2-col .two-col {
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 4% auto;
    width: 90%;
}

@media screen and (max-width:1200px) {
    .testimonial-2-col .two-col {
        width: 100%;
    }
}

.testimonial-2-col .two-col .col {
    width: 45%;
}

@media screen and (max-width:1024px) {
    .testimonial-2-col .two-col .col {
        width: 100%;
        margin-bottom: 40px;
    }

        .testimonial-2-col .two-col .col:last-child {
            margin-bottom: 0;
        }
}

.testimonial-1-col {
    padding-top: 40px;
}

@media screen and (max-width:1024px) {
    .testimonial-1-col {
        background-color: #e5f4fe;
    }
}

.testimonial-1-col .col {
    width: 85%;
    margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width:1024px) {
    .testimonial-1-col .col {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }
}

.testimonial-1-col .photo-details {
    margin-top: 0;
}

@media screen and (max-width:1024px) {
    .testimonial-1-col .photo-details {
        margin-top: 25px;
        width: inherit;
    }

    blockquote {
        width: 50%;
        text-align: center;
        margin: 0 auto;
        text-indent: 0;
    }
}

@media screen and (max-width:768px) {
    blockquote {
        width: 75%;
    }
}

@media screen and (max-width:480px) {
    blockquote {
        width: 100%;
    }
}

.photo-details {
    vertical-align: middle;
    text-align: left;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    margin: 25px 0 0;
}

@media screen and (max-width:1024px) {
    .photo-details {
        margin-top: 10px;
        width: 100%;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        text-align: center;
    }
}

.photo-details img {
    width: 120px;
    height: auto;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 10px;
}

@media screen and (max-width:1024px) {
    .photo-details img {
        margin-right: 0;
    }
}

.photo-details .details {
    vertical-align: middle;
    display: inline-block;
    text-align: left;
}

@media screen and (max-width:1024px) {
    .photo-details .details {
        text-align: center;
        display: block;
    }
}

.photo-details .name {
    line-height: 1.16666667;
    color: #0d83dd;
    display: block;
    margin: 5px 0;
}

.photo-details .institution {
    display: block;
    line-height: 1.28571429;
    color: #8495a2;
}

.smux-testimonials, .smux-testimonials .testimonial-block {
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
}

.smux-testimonials {
    text-align: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

@media screen and (max-width:768px) {
    .smux-testimonials {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.smux-testimonials .testimonial-block {
    width: 26%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width:768px) {
    .smux-testimonials .testimonial-block {
        width: 45%;
    }

        .smux-testimonials .testimonial-block:last-child {
            display: none;
        }
}

@media screen and (max-width:480px) {
    .smux-testimonials .testimonial-block {
        display: block;
        width: 100%;
    }

        .smux-testimonials .testimonial-block:last-child {
            display: block;
        }
}

.smux-testimonials .img-text {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding-bottom: 20px;
}

@media screen and (max-width:480px) {
    .smux-testimonials .img-text {
        margin-top: 20px;
        padding-bottom: 15px;
    }
}

.smux-testimonials .img-text img {
    border-radius: 50%;
    max-height: 135px;
    margin-bottom: 1.8rem;
}

@media screen and (max-width:480px) {
    .smux-testimonials {
        display: block;
    }
}

.main-testimonial hr, .smux-testimonials hr, .supporting-testimonial hr {
    width: 72px;
    border-color: #359ce4;
}

.main-testimonial .bio, .smux-testimonials .bio, .supporting-testimonial .bio {
    text-transform: uppercase;
    text-align: center;
}

    .main-testimonial .bio p:first-child, .smux-testimonials .bio p:first-child, .supporting-testimonial .bio p:first-child {
        margin-bottom: 0;
        display: inline-block;
    }

    .main-testimonial .bio .subtext, .smux-testimonials .bio .subtext, .supporting-testimonial .bio .subtext {
        margin-top: 0;
        letter-spacing: .2px;
    }

@media screen and (min-width:769px) {
    .main-testimonial {
        padding: 76px 0 16px;
    }
}

@media screen and (max-width:768px) {
    .main-testimonial h2 {
        line-height: 1.27272727;
        text-transform: uppercase;
        color: #062942;
        margin-top: 36px;
    }
}

.main-testimonial q {
    width: 660px;
    margin: 0 auto 25px;
    text-align: center;
}

@media screen and (max-width:768px) {
    .main-testimonial q {
        width: 86%;
    }
}

@media screen and (max-width:480px) {
    .main-testimonial q {
        width: 100%;
    }
}

.supporting-testimonials {
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width:1024px) {
    .supporting-testimonials {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

@media screen and (max-width:768px) {
    .supporting-testimonials {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.supporting-testimonial {
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 25px;
}

@media screen and (max-width:1024px) {
    .supporting-testimonial {
        -webkit-flex-basis: 44%;
        -ms-flex-preferred-size: 44%;
        flex-basis: 44%;
    }

        .supporting-testimonial:last-child {
            display: none;
        }
}

@media screen and (max-width:768px) {
    .supporting-testimonial {
        -webkit-flex-basis: 86%;
        -ms-flex-preferred-size: 86%;
        flex-basis: 86%;
        margin: 0 auto 25px;
    }
}

@media screen and (max-width:480px) {
    .supporting-testimonial {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

.supporting-testimonial .testimonial-information {
    margin-bottom: 25px;
}

.supporting-testimonial h4, .testimonial-source p {
    text-transform: uppercase;
}

.supporting-testimonial q {
    text-align: center;
}

@media screen and (min-width:768px) {
    .hearts-background {
        background-image: url(/_themes/freshbooks/smux-assets/img/testimonial/hearts-left.svg),url(/_themes/freshbooks/smux-assets/img/testimonial/hearts-right.svg);
        background-repeat: no-repeat,no-repeat;
        background-position: center left,center right;
    }
}

.testimonial-container {
    max-width: 1129px;
    margin: 0 auto;
    padding: 60px 7.5% 60px 5%;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #c5c7ce;
    border-radius: 8px;
    box-shadow: 4px 4px 13px 0 rgba(6,41,66,.1);
}

@media screen and (max-width:768px) {
    .testimonial-container {
        display: block;
        padding-top: 18px;
        padding-bottom: 18px;
    }
}

.testimonial-quote-source {
    -webkit-flex-basis: 610px;
    -ms-flex-preferred-size: 610px;
    flex-basis: 610px;
    background-image: url(/_themes/freshbooks/smux-assets/img/testimonial/quotation-marks.svg);
    background-repeat: no-repeat;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding-left: 5%;
    padding-top: 30px;
}

@media screen and (max-width:768px) {
    .testimonial-quote-source {
        max-width: 100%;
    }

    .testimonial-quote {
        margin-bottom: 30px;
    }
}

.testimonial-quote q {
    line-height: 1.46666667;
}

@media screen and (max-width:768px) {
    .testimonial-quote q {
        line-height: 1.45454545;
    }
}

.testimonial-quote q:after, .testimonial-quote q:before {
    content: "";
}

.testimonial-source p {
    margin-bottom: 0;
}

@media screen and (max-width:768px) {
    .testimonial-source p {
        text-align: center;
    }
}

.testimonial-image {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 25px;
}

@media screen and (max-width:768px) {
    .testimonial-image {
        margin: 0 auto;
        text-align: center;
    }
}

.testimonial-image img {
    border-radius: 50%;
}

@media screen and (max-width:768px) {
    .testimonial-image img {
        width: 95px;
        height: 95px;
    }
}

.compact-testimonial {
    margin-top: 35px;
    padding: 20px 6% 40px 12%;
    background-image: url(/_themes/freshbooks/smux-assets/img/testimonial/quotation-marks.svg);
    background-position: 35px 20px;
    background-repeat: no-repeat;
    max-width: 933px;
}

@media screen and (max-width:768px) {
    .compact-testimonial {
        padding: 33px 14.5% 48px;
    }
}

@media screen and (max-width:480px) {
    .compact-testimonial {
        padding-top: 75px;
    }
}

.compact-testimonial .testimonial-quote-source {
    -webkit-flex-basis: 561px;
    -ms-flex-preferred-size: 561px;
    flex-basis: 561px;
    padding-top: 20px;
    padding-left: 0%;
    background-image: none;
}

.compact-testimonial .testimonial-quote {
    text-indent: -1rem;
}

@media screen and (max-width:768px) {
    .compact-testimonial .testimonial-quote {
        text-indent: 0;
        text-align: center;
    }
}

.compact-testimonial .testimonial-quote q {
    line-height: 1.45454545;
}

    .compact-testimonial .testimonial-quote q::before {
        content: '\201C';
    }

    .compact-testimonial .testimonial-quote q::after {
        content: '\201D';
    }

.compact-testimonial .testimonial-image {
    margin-left: 0;
}

.awards-title {
    color: #062942;
    margin-bottom: 40px;
    margin-top: 0;
}

.awards {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 71.25%;
    margin: 0 auto;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}

@media screen and (max-width:1024px) {
    .awards {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 140px;
        width: 85%;
    }
}

@media screen and (max-width:768px) {
    .awards {
        width: 90%;
    }
}

@media screen and (max-width:480px) {
    .awards {
        width: 100%;
        height: 220px;
    }
}

.award {
    text-align: center;
}

@media screen and (max-width:1024px) {
    .award {
        width: 33.33%;
    }
}

@media screen and (max-width:480px) {
    .award {
        width: 50%;
    }
}

.gptw {
    height: 48.8px;
    width: 149.98px;
}

.sme {
    height: 68px;
    width: 58.28px;
}

.stevie {
    height: 54.4px;
    width: 77.13px;
}

.ixda {
    height: 39.2px;
    width: 160.26px;
}

.webby {
    height: 54.4px;
    width: 101.13px;
}

.awards-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 44px 70px;
    background-color: #f7f8f9;
}

@media screen and (max-width:480px) {
    .awards-container {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        padding: 0;
    }

        .awards-container .award-logo {
            margin-bottom: 20px;
        }
}

.min-award {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 94.43%;
    max-width: 967px;
    margin: 0 auto;
}

@media screen and (max-width:1024px) {
    .min-award {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        width: 100%;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (max-width:480px) {
    .min-award img:nth-child(2) {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:320px) {
    .min-award {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.min-award .copy {
    text-transform: uppercase;
    margin: 0;
}

@media screen and (max-width:1024px) {
    .min-award .copy {
        margin-bottom: 2.2rem;
        width: 100%;
        text-align: center;
    }
}

.features-section {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 94.43%;
    max-width: 967px;
    margin: 0 auto;
}

    .features-section h2 {
        margin-top: 0;
    }

@media screen and (max-width:768px) {
    .features-section {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .features-section h2 {
            text-align: center;
        }
}

.features-section ul {
    margin: 0;
    text-align:right;
}

@media screen and (max-width:768px) {
    .features-section ul {
        margin-bottom: 25px;
    }

    .feature-details {
        width: 416px;
    }
}

@media screen and (max-width:480px) {
    .feature-details {
        max-width: 416px;
        width: 100%;
    }
}

.all-features {
    display: block;
    margin-top: 40px;
}

@media screen and (max-width:768px) {
    .all-features {
        margin: 25px 0;
    }
}

.feature-link-copy {
    color: #0d83dd;
    text-decoration: none;
}

    .feature-link-copy:hover {
        color: #062942;
    }

        .feature-link-copy:hover > .right-chevron {
            fill: #062942;
        }

.right-chevron {
    height: 12px;
    fill: #0d83dd;
    margin-left: 2px;
}

.dyk {
    padding-left: 35px;
    padding-bottom:120px;
}

@media screen and (max-width:768px) {
    .dyk {
        padding-left: 0;
         padding-bottom:0px;
    }
}

@media screen and (max-width:480px) {
    .dyk {
        max-width: 416px;
        width: 100%;
    }
}

.dyk-container {
    width: 416px;
    border-radius: 5px;
    box-shadow: 4px 4px 0 rgba(6,41,66,.07);
    margin: 0 auto;
    border: 1px solid #c5c7ce;
    padding: 30px 50px;
    text-align: center;
}

    .dyk-container h2 {
        margin: 0;
    }

    .dyk-container .subtext {
        color: #8495a2;
    }

@media screen and (max-width:1024px) {
    .dyk-container {
        width: 353px;
        padding: 30px 7.5%;
    }
}

@media screen and (max-width:768px) {
    .dyk-container {
        width: 416px;
        padding: 30px 50px;
    }
}

@media screen and (max-width:480px) {
    .dyk-container {
        padding: 30px 5%;
        width: 100%;
    }
}

.dyk-image {
    max-width: 182px;
    display: block;
    margin: 0 auto;
}

.faq-container {
    max-width: 976px;
    width: 94.43%;
    margin: 0 auto;
    padding-bottom: 80px;
}

    .faq-container.faq-short-bottom {
        padding-bottom: 0;
    }

@media screen and (max-width:768px) {
    .faq-container {
        width: 100%;
        padding-bottom: 0;
    }
}

.faq-container h2 {
    text-align: center;
    padding: 0 15px;
}

.faq-item {
    border-top: 1px solid #c5c7ce;
    padding: 0 15px;
}

    .faq-item:last-child {
        border-bottom: 1px solid #c5c7ce;
    }

@media screen and (max-width:768px) {
    .faq-item:last-child {
        border-bottom: 0;
    }

        .faq-item:last-child .faq-answer {
            margin-bottom: 0;
        }

    .faq-item.bottom-border-show {
        border-bottom: 1px solid #c5c7ce;
    }

        .faq-item.bottom-border-show .faq-answer {
            margin-bottom: 1.8rem;
        }
}

.faq-question {
    cursor: pointer;
    line-height: 1.33333333;
    margin: 0;
    padding: 20px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
}

    .faq-question:after {
        transition: .5s ease;
        content: url(/_themes/freshbooks/smux-assets/img/icons/faq/faq-arrow.svg);
        text-decoration: none;
        float: right;
        vertical-align: middle;
        margin-left: 20px;
    }

    .faq-question.display-faq-answer:after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.faq-answer {
    display: none;
    padding-right: 10%;
    padding-bottom: 20px;
}

.modal {
    display: none;
    z-index: 1200;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(6,41,66,.85);
}

    .modal .modal-frame {
        box-sizing: border-box;
        position: relative;
        width: 100%;
        max-width: 80%;
        margin: 0 auto;
        top: 50%;
        -webkit-transform: translate(0%,-50%);
        -ms-transform: translate(0%,-50%);
        transform: translate(0%,-50%);
    }

        .modal .modal-frame .close-btn {
            cursor: pointer;
            position: absolute;
            top: 0;
            right: 0;
            margin-top: -10px;
            margin-right: -10px;
            width: 20px;
            height: 20px;
            z-index: 1;
            background: url(/_themes/freshbooks/smux-assets/img/navigation/overlay-close-icon.svg);
            background-size: cover;
            background-position: center center;
        }

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

    .embed-container embed, .embed-container iframe, .embed-container object {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.hero-content-sm {
    padding-right: 185px;
}

@media screen and (max-width:1024px) {
    .hero-content-sm {
        padding-right: 0;
    }
}

.hero-content-med {
    padding-right: 18%;
}

@media screen and (max-width:1024px) {
    .hero-content-med {
        padding-right: 0;
    }
}

.hero-content-lrg {
    padding-right: 8%;
}

@media screen and (max-width:1024px) {
    .hero-content-lrg {
        padding-right: 0;
    }
}

.features-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.trustpilot-widget {
    margin-top: 40px;
}

@media screen and (max-width:768px) {
    .trustpilot-widget {
        margin-top: 20px;
    }
}
