﻿
.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;
}

.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 p br, .hero-bg-img p br {
        content: "";
        display: block;
        margin: 1.8rem 0;
    }

.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 {
            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;
    }

.hero-image img {
    display: block;
}

.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;
}

.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;
}

.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;
    /*max-width: 1280px;*/
    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: 60px;
    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;
}

.cta-heading {
    line-height: 1.3;
    margin-top: 0;
    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;
    }

.overview {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 6.75% 50px;
    padding-top: 25px;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media screen and (max-width:1024px) {
    .overview {
        margin: 0 3.375% 50px;
    }
}

@media screen and (max-width:768px) {
    .overview {
        display: block;
    }
}

.overview > .content {
    width: 40%;
}

@media screen and (max-width:1024px) {
    .overview > .content {
        width: 45%;
    }
}

@media screen and (max-width:768px) {
    .overview > .content {
        margin: 0 auto;
        width: 85%;
        padding-right: 0;
        text-align: center;
    }
}

@media screen and (max-width:480px) {
    .overview > .content {
        width: 100%;
    }
}

.overview > .content h2 {
    margin-top: 0;
}

.overview > .content p {
    margin-top: 0;
    margin-bottom: 0;
}

@media screen and (max-width:768px) {
    .overview > .content p {
        margin-bottom: 16px;
    }
}

.overview > .image {
    width: 50%;
    text-align: center;
}

@media screen and (max-width:768px) {
    .overview > .image {
        width: 100%;
    }
}

.fact-container, .overview > .image img {
    border-radius: 5px;
}

@media screen and (max-width:768px) {
    .overview > .image {
        text-align: center;
    }
}

.fact-container {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    -ms-grid-row-align: stretch;
    align-items: stretch;
    border: 1px solid #c5c7ce;
    box-shadow: 4px 4px 0 rgba(6,41,66,.07);
}

@media screen and (max-width:768px) {
    .fact-container {
        display: block;
        width: 80%;
        margin: 0 auto;
    }
}

@media screen and (max-width:480px) {
    .fact-container {
        width: 100%;
    }
}

.fact-box {
    text-align: center;
    padding: 50px;
    width: 33.33%;
}

@media screen and (max-width:768px) {
    .fact-box {
        width: 100%;
    }
}

.fact-box:first-child {
    border-right: 1px solid #c5c7ce;
}

@media screen and (max-width:768px) {
    .fact-box:first-child {
        border-right: none;
        border-bottom: 1px solid #c5c7ce;
    }
}

.fact-box:last-child {
    border-left: 1px solid #c5c7ce;
}

@media screen and (max-width:768px) {
    .fact-box:last-child {
        border-left: none;
        border-top: 1px solid #c5c7ce;
    }
}

.box span, .fact-box span {
    display: block;
    line-height: 1.44444444;
    color: #8495a2;
}

    .fact-box span.data {
        color: #0d83dd;
        line-height: .92307692;
    }

.boxes {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    -ms-grid-row-align: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 25px;
}

@media screen and (max-width:768px) {
    .boxes {
        display: block;
    }
}

.box {
    box-shadow: 4px 4px 0 rgba(6,41,66,.07);
    border-radius: 5px;
    width: 32%;
    text-align: right;
    border: 1px solid #c5c7ce;
    padding: 50px 4%;
}

@media screen and (max-width:768px) {
    .box {
        width: 75%;
        margin: 0 auto 10px;
    }

        .box:last-child {
            margin-bottom: 0;
        }
}

@media screen and (max-width:480px) {
    .box {
        width: 100%;
    }
}

.box img {
    height: 22px;
    margin-bottom: 50px;
}

.inBox img{
    height: auto;
    margin-bottom: 0px;
}

.box span {
    color: #062942;
    line-height: 1.41666667;
}
