﻿/*  - Update heading margins on main page
    - Remove nav appear on all other pages besides the home page
*/

body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
    color: #0083B5;
    font-family: 'Dosis', sans-serif;
    font-weight: 500;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 24px;
}

    h2 small {
        padding-left: 10px;
        font-size: 14px;
        font-family: 'Lato', sans-serif;
        font-weight: normal;
    }

h3 {
    font-size: 20px;
}

hr {
    border-color: #DDDDDD;
}

a.active {
    text-decoration: underline;
}

iframe[name='google_conversion_frame'] { 
    height: 0 !important;
    width: 0 !important; 
    line-height: 0 !important; 
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}

.container-full-width {
    width: 100%;
    padding: 0;
}

.margin-bottom-100 {
    margin-bottom: 100px !important;
}

.margin-bottom-60 {
    margin-bottom: 60px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-top-180 {
    margin-top: 180px !important;
}

.margin-top-100 {
    margin-top: 100px !important;
}

.margin-top-60 {
    margin-top: 60px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.no-gutters {
    padding-left: 0;
    padding-right: 0;
}

.padding-bottom-none {
    padding-bottom: 0 !important;
}

.padding-top-100 {
    padding-top: 100px !important;
}

.padding-top-60 {
    padding-top: 60px !important;
}

.padding-top-30 {
    padding-top: 30px !important;
}

.padding-bottom-100 {
    padding-bottom: 100px !important;
}

.padding-bottom-60 {
    padding-bottom: 60px !important;
}

.padding-bottom-30 {
    padding-bottom: 30px !important;
}

.free-plan-margin {
    margin-bottom: 43px;
}

.navbar-wrapper {
    padding-top: 40px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 30;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}


    .navbar-wrapper .navbar-links {
        padding-top: 10px;
    }

        .navbar-wrapper .navbar-links li {
            padding: 0 10px;
        }

            .navbar-wrapper .navbar-links li a {
                color: #ffffff;
                font-size: 16px;
                position: relative;
                top: 3px;
            }

                .navbar-wrapper .navbar-links li a.btn {
                    top: 0;
                }

                .navbar-wrapper .navbar-links li a:hover {
                    text-decoration: underline;
                }


    .navbar-wrapper.scrolled {
        margin-top: 0;
        position: fixed;
        padding: 0;
        background-color: #006F99;
    }

        .navbar-wrapper.scrolled img {
            max-width: 45%;
            margin-top: 8px;
        }

        .navbar-wrapper.scrolled .navbar-links li a {
            font-size: 16px;
        }

    .navbar-wrapper.with-partner {
        padding-top: 90px;
    }

        .navbar-wrapper.with-partner.scrolled {
            padding: 0;
        }

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    -ms-opacity: .85;
    opacity: .85;
}

.btn .fa-spinner {
    font-size: 16px;
    margin-right: 5px;
}


.full-width {
    width: 100%;
}

    .full-width ul.fixed-padding {
        padding-left: 20px;
    }

.white-bg {
    background-color: #ffffff !important;
}

.kno-blue-text {
    color: #0083B5;
}

.kno-blue-bg {
    background-color: #0083b5;
}

    .kno-blue-bg h1 {
        color: #ffffff;
    }

.charcoal-bg {
    background-color: #2A3537;
}

.carrot-text {
    color: #F17530;
}

.carrot-bg {
    background-color: #f17530;
}

.off-white-bg {
    background-color: #F9F9F9;
}

.light-blue-bg {
    background-color: #EFF9FC;
}

.btn.btn-lg {
    font-size: 16px;
}

.btn.btn-orange {
    background-color: #F17530;
    border: 1px solid #F17530;
}

    .btn.btn-orange:hover {
        background-color: #E56E2C;
        border: 1px solid #E56E2C;
    }

.btn.btn-blue {
    background-color: #0083b5;
    border: 1px solid #0083b5;
}

    .btn.btn-blue:hover {
        background-color: #006B93;
    }

.btn.btn-trans {
    color: #ffffff;
    background-color: transparent;
    border: 1px solid #ffffff;
}

    .btn.btn-trans:hover {
        background-color: #ffffff;
        color: #0083b5;
    }

.btn.btn-trans-blue {
    color: #0083b5;
    background-color: transparent;
    border: 1px solid #0083b5;
}

    .btn.btn-trans-blue:hover {
        background-color: #0083b5;
        color: #ffffff;
    }

.btn.btn-blue.dropdown-toggle {
    border-left: 1px solid #006B93;
}

a.btn:hover {
    text-decoration: none !important;
}

.white-blue-bg {
    background-image: -ms-linear-gradient(top, #FFFFFF 0%, #C9E9F5 100%);
    background-image: -moz-linear-gradient(top, #FFFFFF 0%, #C9E9F5 100%);
    background-image: -o-linear-gradient(top, #FFFFFF 0%, #C9E9F5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #C9E9F5));
    background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #C9E9F5 100%);
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #C9E9F5 100%);
}

.light-to-blue-bg {
    background-image: -ms-linear-gradient(top, #EFF9FC 0%, #C9E9F5 100%);
    background-image: -moz-linear-gradient(top, #EFF9FC 0%, #C9E9F5 100%);
    background-image: -o-linear-gradient(top, #EFF9FC 0%, #C9E9F5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EFF9FC), color-stop(1, #C9E9F5));
    background-image: -webkit-linear-gradient(top, #EFF9FC 0%, #C9E9F5 100%);
    background-image: linear-gradient(to bottom, #EFF9FC 0%, #C9E9F5 100%);
}

.horizontal-light-dark-blue {
    background: #1da5d9; /* Old browsers */
    background: -moz-linear-gradient(left, #1da5d9 0%, #1da5d9 50%, #03496f 50%, #03496f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1da5d9), color-stop(50%,#1da5d9), color-stop(50%,#03496f), color-stop(100%,#03496f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #1da5d9 0%,#1da5d9 50%,#03496f 50%,#03496f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #1da5d9 0%,#1da5d9 50%,#03496f 50%,#03496f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #1da5d9 0%,#1da5d9 50%,#03496f 50%,#03496f 100%); /* IE10+ */
    background: linear-gradient(to right, #1da5d9 0%,#1da5d9 50%,#03496f 50%,#03496f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1da5d9', endColorstr='#03496f',GradientType=1 ); /* IE6-9 */
}

.bright-blue-bg {
    background: #1da5d9;
}

.dark-blue-bg {
    background: #03496f;
}

.horizontal-light-dark-blue h2, .horizontal-light-dark-blue p {
    color: #ffffff;
}

.circle-150-blue {
    width: 150px;
    height: 150px;
    background: none repeat scroll 0% 0% #C9E9F5;
    border-radius: 50%;
    display: inline-block;
    margin: 0 auto;
    line-height: 150px;
    margin-bottom: 10px;
}

    .circle-150-blue img {
        vertical-align: middle;
    }

.as-seen-in {
    padding-bottom: 30px;
}

    .as-seen-in img {
        margin-bottom: 30px;
    }

    .as-seen-in p {
        margin-top: 35px;
        font-weight: 700;
    }

.btn {
    display: inline-block;
    padding: 8px 16px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;
    background-image: none;
    border: none;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.img-responsive-inline {
    max-width: 100%;
    height: auto;
    display: inline;
}

.co-branding {
    background-color: #EFF9FC;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .co-branding p {
        color: #0083B5;
        font-size: 16px;
        margin: 0;
        padding-top: 4px;
    }

    .co-branding .partner-logo {
        height: auto;
        max-height: 32px;
    }

.k2-hero .container h1 {
    font-size: 48px;
    color: #ffffff;
    line-height: 0.8;
}

.k2-hero .container h2 {
    font-size: 32px;
    color: #FFFFFF;
    line-height: 0.8;
}

.k2-hero .container h3 {
    font-size: 24px;
    color: #FFFFFF;
    line-height: 0.8;
    margin: 0;
}

.k2-hero .container p {
    color: #ffffff;
    font-size: 16px;
    margin-top: 25px;
}

.k2-hero .container a.text-link {
    color: #ffffff;
    text-decoration: underline;
}

    .k2-hero .container a.text-link:hover {
        color: #dedede;
    }

.k2-hero.sub-page .container h1 {
    font-size: 48px;
    color: #ffffff;
    line-height: 0.8;
}

.k2-hero.sub-page .container p {
    color: #ffffff;
    font-size: 16px;
    margin-top: 25px;
}

.landing-hero {
    background-image: url('/Content/images/landing_hero_full.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

    .landing-hero .container p {
        font-size: 18px;
    }

.welcome-hero {
    background: #329cc4;
    background-image: url('/Content/images/welcome_hero.jpg');
    background-repeat: no-repeat;
    background-position: bottom right;
}

    .welcome-hero .landing-text {
        margin-top: 200px;
    }

.k2-hero.landing-hero h1 {
    font-size: 64px;
}


.landing-hero .container .landing-text {
    margin-top: 300px;
}

.landing-hero .container .landing-buttons {
    margin-bottom: 200px;
}

.landing-hero .container .btn {
    font-size: 16px;
}

.hero-buttons {
    margin-top: 20px;
}

    .hero-buttons li {
        padding-right: 20px;
    }

.landing-section {
}

    .landing-section h1 {
        margin-top: 60px;
    }

    .landing-section.extra-padding {
    }

    .landing-section.transform-messy {
    }

.viewer-screen {
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    margin-top: 30px;
}

.fax-carousel {
    background-color: #fff;
    position: relative;
}

    .fax-carousel .kno2-slide {
        color: #ffffff;
        background-repeat: no-repeat;
        -ms-background-size: cover;
        background-size: cover;
        background-position: center;
        height: 450px;
        overflow: hidden;
    }

        .fax-carousel .kno2-slide h1, .fax-carousel .kno2-slide h2 {
            color: #ffffff;
        }

        .fax-carousel .kno2-slide .slide-title {
            margin-top: 60px;
            margin-bottom: 40px;
        }

            .fax-carousel .kno2-slide .slide-title h1 {
                margin: 0;
            }

        .fax-carousel .kno2-slide .slide-message {
            margin-bottom: 180px;
        }

.direct-messaging-slide {
    background-image: url('/Content/images/direct_messaging_slide.jpg');
}

.emr-slide {
    background-image: url('/Content/images/emr_slide.jpg');
}

.printer-slide {
    background-image: url('/Content/images/printer_slide.jpg');
}

.upload-slide {
    background-image: url('/Content/images/upload_slide.jpg');
}

.scanner-slide {
    background-image: url('/Content/images/scanner_slide.jpg');
}

.carousel-indicators {
    position: relative;
    height: 100px;
    bottom: 0;
    left: 0;
    z-index: 15;
    width: auto;
    padding-left: 0;
    margin-left: 0;
    text-align: inherit;
    list-style: inherit;
    margin-bottom: 0;
}

    .carousel-indicators li {
        display: inline-block;
        width: auto;
        height: auto;
        margin: auto;
        text-indent: inherit;
        cursor: pointer;
        border: 1px solid #ffffff;
        border-radius: 0;
    }

    .carousel-indicators .active {
        width: auto;
        height: auto;
        margin: 0;
        background-color: transparent;
    }

    .carousel-indicators.slide-icon-bar .slide-icon {
        padding: 30px 60px;
        cursor: pointer;
        height: 100%;
        position: relative;
    }

        .carousel-indicators.slide-icon-bar .slide-icon.active {
            background-image: -ms-linear-gradient(top, #FFFFFF 0%, #C9E9F5 100%);
            background-image: -moz-linear-gradient(top, #FFFFFF 0%, #C9E9F5 100%);
            background-image: -o-linear-gradient(top, #FFFFFF 0%, #C9E9F5 100%);
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #C9E9F5));
            background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #C9E9F5 100%);
            background-image: linear-gradient(to bottom, #FFFFFF 0%, #C9E9F5 100%);
        }

.busy-work {
    z-index: 20;
    position: relative;
}

.transition-of-care {
    background-image: url('/Content/images/transitionofcare.jpg');
    background-repeat: no-repeat;
    -ms-background-size: 100%;
    background-size: 100%;
    background-position: center center;
}

    .transition-of-care .landing-section {
        color: #ffffff;
    }

    .transition-of-care h1 {
        color: #ffffff;
    }

.call-to-action .btn {
    font-size: 16px;
}

.call-to-action .list-inline {
    margin-top: 0;
}

.call-to-action h1 {
    margin: 0;
}


.video-container {
    position: relative;
    padding-bottom: 51.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .video-container iframe,
    .video-container object,
    .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 99%;
        height: 100%;
    }

.pricing-hero, .account-hero, .news-hero, .resources-hero {
    background-image: url('/Content/images/pageheader.jpg');
    -ms-background-size: 100%;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

    .pricing-hero .container .landing-text,
    .account-hero .container .landing-text,
    .requests-hero .container .landing-text,
    .about-hero .container .landing-text,
    .partner-hero .container .landing-text {
        margin: 140px 0 40px 0;
    }

    .news-hero .container .landing-text,
    .resources-hero .container .landing-text {
        margin: 140px 0 70px 0;
    }

.requests-hero {
    background-image: url('/Content/images/Header-Blue-RR.jpg');
    -ms-background-size: 100%;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.about-hero {
    background-image: url('/Content/images/aboutus-hero.jpg');
    -ms-background-size: 100%;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.partner-hero {
    background-image: url('/Content/images/partners-desktop-2000x600.jpg');
    -ms-background-size: 100%;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

    .partner-hero h1 {
        margin-left: -15px;
    }

.news-hero {
    background-image: url('/Content/images/news-hero.jpg');
    -ms-background-size: 100%;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.partner-container {
    background: #eff9fc;
    border-bottom: 1px solid #CEE7F2;
    margin-bottom: 39px;
}

.partner-container-text {
    margin: 23px 0px 39px 0px;
}

    .partner-container-text h2 {
        margin: 0;
        padding: 0;
    }





.partner-container-button {
    margin: 51px 10px 51px 0;
    float: right;
    position: relative;
}

.partner-body {
    background-color: #fff;
    margin: 0 auto;
}

.partner-body-inner {
    padding: 0px 37px 0 32px;
}

.partner-body .partner-cell {
    height: 200px;
    border: 1px solid #d9d9d9;
    border-collapse: collapse;
    margin-right: -1px;
    margin-top: -1px;
}

.partner-cell a.modallink {
    display: block;
    position: relative;
    top: 100%;
    transform: translateY(-100%);
}

.partner-body .partner-cell .partner-cell-inner {
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.duckblue {
    background-color: #eff9fc;
}

IMG.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.partner-bottom {
    height: 180px;
    background-color: #0083b5;
    margin-top: 100px;
}

    .partner-bottom h1 {
        color: #fff0f5;
    }

.partner-bottom-buttons {
    color: #fff0f5;
}

.resources-hero {
    background-image: url('/Content/images/resources-hero.jpg');
}

.posts-container {
    padding: 0 30px;
}

    .posts-container .btn {
        font-size: 16px;
    }

.post-date {
    color: #9b9b9b;
    margin-top: 30px;
}

.post-content {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
}

    .post-content.single-post {
        border-bottom: 0;
        border-top: 1px solid #cccccc;
    }

.post-title {
    margin-top: 10px;
    line-height: 1.4em;
}

    .post-title a:hover {
        text-decoration: none;
    }

.post-excerpt, .post-full-content {
    margin: 15px 0;
    font-size: 16px;
}

    .post-full-content p {
        margin-bottom: 24px;
    }

.post-back-link {
    margin-top: 30px;
    margin-left: 15px;
}

.post-button .btn {
    margin: 15px 0 30px 0;
    font-size: 16px;
}

.sidebar-box {
    border: 1px solid #cccccc;
    border-radius: 2px;
    padding: 25px;
    margin-left: 115px;
}

    .sidebar-box h4 {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .sidebar-box .btn {
        font-size: 16px;
    }

    .sidebar-box ul {
        margin-bottom: 8px;
    }

    .sidebar-box li {
        padding-left: 10px;
        padding-right: 10px;
    }

.about-us-scroller {
    padding-left: 0;
}

    .about-us-scroller .row {
        margin-left: 0;
        margin-right: 0;
    }

    .contact-list {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
        text-align: left;
}
.contact-list > li {
  padding: 5px;
}

.staff-list {
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.staff-item {
    padding: 0;
    height: 235px;
    width: 235px;
    min-height: 235px;
    min-width: 235px;
    max-height: 235px;
    max-width: 235px;
    background-position: center center;
    background-size: 100%;
}

    .staff-item .staff-item-info {
        color: #ffffff;
        font-size: 13px;
        display: inline-table;
        margin: 0 !important;
        position: relative;
        top: 163px;
        background-color: rgba(0,0,0,0.2);
        width: 100%;
        padding-left: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 1.25;
    }

        .staff-item .staff-item-info strong {
            font-size: 16px;
            font-weight: normal;
        }

        .staff-item .staff-item-info a {
            color: #ffffff;
            text-decoration: underline;
        }

            .staff-item .staff-item-info a:hover {
                color: #dedede;
                text-decoration: underline;
            }

.staff-list .list-inline {
    white-space: nowrap;
    margin: 0 !important;
}

.staff-list .list-inline > li {
    padding: 0 !important;
    margin-left: -3px !important;
}

.staff-list .list-inline > li.first-member {
    margin-left: 90px !important;
}

.staff-item.jon-elwell {
    background-image: url('/Content/images/team/JonElwell-470x470.jpg');
}

.staff-item.dane-meuler {
    background-image: url('/Content/images/team/DaneMeuler-470x470.jpg');
}

.staff-item.ron-stone {
    background-image: url('/Content/images/team/RonStone-470x470.jpg');
}
.staff-item.erica-neher {
    background-image: url('/Content/images/team/EricaNeher-470x470.jpg');
}

.staff-item.tina-feldmann {
    background-image: url('/Content/images/team/TinaFeldmann-470x470.jpg');
}

.staff-item.linda-granneman {
    background-image: url('/Content/images/team/LindaGranneman-470x470.jpg');
}

.staff-item.lisa-moore {
    background-image: url('/Content/images/team/LisaMoore-470x470.jpg');
}

.staff-item.linda-elliot {
    background-image: url('/Content/images/team/LindaElliott-470x470.jpg');
}

.staff-item.kristy-koyle {
    background-image: url('/Content/images/team/KristyKoyle-470x470.jpg');
}

.staff-item.therasa-bell {
    background-image: url('/Content/images/team/TherasaBell-470x470.jpg');
}

.staff-item.mike-dane {
    background-image: url('/Content/images/team/MikeDane-470x470.jpg');
}

.staff-item.rich-piper {
    background-image: url('/Content/images/team/RichPiper-470x470.jpg');
}

.staff-item.paul-rudolph {
    background-image: url('/Content/images/team/PaulRudolph-470x470.jpg');
}

.staff-item.steve-williams {
    background-image: url('/Content/images/team/SteveWilliams-470x470.jpg');
}

.staff-item.alan-swenson {
    background-image: url('/Content/images/team/AlanSwenson-470x470.jpg');
}

.staff-item.ellie-whitwell {
    background-image: url('/Content/images/team/EllieWhitwell-470x470.jpg');
}

.staff-item.stacy-lane {
    background-image: url('/Content/images/team/StacyLane-470x470.jpg');
}

.staff-item.joe-granneman {
    background-image: url('/Content/images/team/JoeGranneman-470x470.jpg');
}

.staff-item.tom-visotsky {
    background-image: url('/Content/images/team/TomVisotsky-317x317.jpg');
}

.staff-item.empty-staff {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOsAAADrCAMAAAC/1JHnAAAAPFBMVEUDSW8NbZgYlsccpNgdpdkbodQQeqcHWIEYlsgGVX0PdqMQd6UWjr8PdaIGVHwNbZkHWIANbpkZl8kcodWBf10lAAAAzklEQVR4Ae3ZQSJEQRQEweI/AMD9z8qA7fS+K+IGuc4AAAAAAAAAAAAAAAAAAAAAAAAAAAAA8I+Ly2POurreJnXWbrKH21k67rKHY5bus4lZesguilJTlJqi1BSlpig1RakpSk1RaopSU5SaotQUpaYoNYvU3Vsf09M699nTFMVOUewUxU5R7BTFTlHsFMVOUewUxU5R7BTFTlHsFMVOUewxS08p+urP2cPLrL1mE2/vx5z1cR0AAAAAAAAAAAAAAAAAAAAAAAAAAAAA+PMFJSoTJVSEU60AAAAASUVORK5CYII=') /*/Content/images/team-filler.png*/;
}

    .staff-item.empty-staff .staff-item-info {
        background: none;
    }

.address-book-section {
    background-color: #0A4A6E;
}

    .address-book-section p {
        color: #fff;
    }

    .address-book-section h2 {
        color: #fff;
    }

    .address-book-section .address-book-icon {
        margin-top: -30px;
        margin-bottom: -30px;
    }

.rr-security-section {
    background-image: url('/Content/images/security-gray-rr-bg.jpg');
    -ms-background-size: 100%;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

    .rr-security-section h1, .rr-security-section p, .rr-security-section ul {
        color: #fff;
    }

    .rr-security-section .security-row {
        margin-top: 180px;
        margin-bottom: 180px;
    }

.rr-tracking-section {
    background-image: url('/Content/images/rr-grid.png');
    background-position: bottom right;
    background-repeat: no-repeat;
    min-height: 600px;
}

.browser-bar {
    width: 100%;
}

.rr-walkthrough {
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    width: 100%;
}

.overflow-hidden {
    overflow: hidden;
}

.blue-cell {
    background-color: #F4FBFD;
    color: #05a2da;
    text-align: center;
}

.green-cell {
    text-align: center;
    color: #229A86;
}

.pricing-table-header .green-cell {
    background-color: #F4FDFB;
}

.pricing-bullet {
    font-size: 42px;
    line-height: 0.42;
}

.pricing-table-header {
    z-index: 1;
}

    .pricing-table-header .free-plan {
        color: #229A86;
    }

        .pricing-table-header .free-plan h4 {
            color: #229A86;
        }

    .pricing-table-header .paid-plan {
        color: #05A2DA;
    }

        .pricing-table-header .paid-plan h4 {
            color: #05A2DA;
        }

    .pricing-table-header .pricing-table-header-title h4 {
        padding: 6px 12px;
        margin: 0;
    }

    .pricing-table-header .free-plan .pricing-table-header-title h4 {
        background-color: #CAE8E4;
    }

    .pricing-table-header .paid-plan .pricing-table-header-title h4 {
        background-color: #C9E9F5;
    }

    .pricing-table-header .pricing-table-header-body {
        padding: 10px;
    }

        .pricing-table-header .pricing-table-header-body h1 {
            font-size: 48px;
        }

    .pricing-table-header .free-plan .pricing-table-header-body h1 {
        color: #229a86;
        margin-top: 25px;
    }

    .pricing-table-header .paid-plan .pricing-table-header-body h1 {
        color: #05A2DA;
        margin-top: 20px;
        font-weight: 700;
    }

    .pricing-table-header .pricing-table-header-body span {
        font-size: 12px;
    }

    .pricing-table-header .pricing-table-header-body .btn-primary {
        padding: 6px 40px;
        font-size: 24px;
        font-family: 'Dosis', sans-serif;
        font-weight: 500;
        text-transform: uppercase;
        color: #ffffff;
        -ms-border-radius: 4px;
        border-radius: 4px;
    }

    .pricing-table-header .free-plan .pricing-table-header-body .btn-primary {
        background-color: #229a86;
    }

    .pricing-table-header .paid-plan .pricing-table-header-body .btn-primary {
        background-color: #05A2DA;
    }

    .pricing-table-header .free-plan .pricing-table-header-body .btn-primary:hover {
        background-color: #1D8271;
    }

    .pricing-table-header .paid-plan .pricing-table-header-body .btn-primary:hover {
        background-color: #0483B0;
    }

.pricing-table .row {
    overflow: hidden;
}

.pricing-table-row, .pricing-table-section-header {
    overflow: hidden;
}

.pricing-table .blue-cell, .pricing-table .green-cell {
    margin-bottom: -99999px;
    padding-bottom: 99999px !important;
}

.pricing-table-row .col-xs-7,
.pricing-table-row .col-xs-8,
.pricing-table-row .col-xs-4,
.pricing-table-row .col-xs-3 .pricing-table-row .col-sm-7,
.pricing-table-row .col-sm-8,
.pricing-table-row .col-sm-4,
.pricing-table-row .col-sm-3 .pricing-table-row .col-md-7,
.pricing-table-row .col-md-8,
.pricing-table-row .col-md-4,
.pricing-table-row .col-md-3,
.pricing-table-row .col-lg-7,
.pricing-table-row .col-lg-8,
.pricing-table-row .col-lg-4,
.pricing-table-row .col-lg-3 {
    border-top: 1px solid #DDDDDD;
    padding: 10px 0 8px 0;
}

.pricing-table-row .border-bottom {
    border-bottom: 1px solid #DDDDDD;
}

.pricing-table-row p {
    margin: 0;
}

.pricing-table-row .info-popover {
    padding-left: 5px;
}

.registration-form {
    padding-top: 40px;
}

.round-step {
    height: 40px;
    width: 40px;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #0083b5;
    background-color: transparent;
    color: #0083b5;
    padding-left: 1px;
    padding-top: 5px;
    margin: 0;
    float: right;
    text-align: center;
    font-size: 24px;
}

.field-popover {
    position: absolute;
    right: 25px;
    top: 8px;
    color: #888;
    z-index: 2;
    padding-right: 5px;
}

.subdomain-error {
    right: 105px !important;
    color: #c00 !important;
}

.npi-error {
    top: 36px;
    color: #c00 !important;
}

.input-validation-error.form-control {
    border: 1px solid #c00 !important;
    -webkit-box-shadow: 0 0 5px rgba(180,0,0,.3) !important;
    -ms-box-shadow: 0 0 5px rgba(180,0,0,.3) !important;
    box-shadow: 0 0 5px rgba(180,0,0,.3) !important;
}

.registration-steps.btn-group .btn.btn-default {
    font-family: 'Dosis', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid #0083B5;
    border-left: none;
    color: #0083B5;
}

.registration-steps.btn-group > .btn:first-child {
    border-left: 1px solid #0083B5;
    -ms-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -ms-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.registration-steps.btn-group > .btn:last-child {
    -ms-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    -ms-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.registration-steps.btn-group .btn:hover {
    background-color: inherit;
    cursor: default;
}

.registration-steps.btn-group .btn.current {
    background-color: #0083b5;
    color: #ffffff;
    text-decoration: none;
}

.form-group label {
    color: #0083b5;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: normal;
}

.form-group .radio-inline {
    font-size: 14px;
    color: #000;
}

.footer-links {
    color: #ffffff;
}

    .footer-links .list-title {
        color: #8B9296;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 14px;
    }

    .footer-links li {
        padding: 6px 0;
    }

        .footer-links li a {
            color: #ffffff;
            font-weight: normal;
        }

            .footer-links li a:hover {
                text-decoration: underline;
            }

.copyright-info {
    border-top: 1px solid #4A4A4A;
    color: #8B9296;
    padding-top: 15px;
    padding-bottom: 5px;
    font-size: 14px;
}

    .copyright-info a {
        color: #ACB3B8;
        margin: 3px;
    }

        .copyright-info a:hover {
            color: #FFFFFF;
        }

.fa-info-circle {
    color: #8b9296;
}

.dropdown-menu.mobile-menu {
    padding-top: 0;
}

    .dropdown-menu.mobile-menu li {
        padding: 0;
    }

        .dropdown-menu.mobile-menu li a {
            color: #0083B5;
        }

.modal-content {
    -ms-border-radius: 0;
    border-radius: 0;
}

.inofile-modal-body {
    padding: 20px 60px 40px 60px;
}

    .inofile-modal-body h1 {
        margin-bottom: 15px;
    }

.staff-bio {
    padding: 0 60px 60px 60px;
}

    .staff-bio h2 {
        color: #1da5d9;
        margin-bottom: 0;
    }

    .staff-bio h4 {
        margin-top: 5px;
        margin-bottom: 25px;
    }

.modal-header {
    padding-top: 10px;
    padding-right: 15px;
    border-top: 5px solid #1da5d9;
    border-bottom: 0;
}

.modal-dialog {
    margin: 100px auto;
}

.resources-nav {
    padding: 15px 0 20px;
    background: #eff9fc;
    border-bottom: 1px solid #CEE8F2;
}

    .resources-nav label {
        color: #0083b5;
    }

.resources-category {
    padding: 0 0 60px;
    border-bottom: 1px solid #ccc;
}

.resources-category:last-child {
    border-bottom: none;
}

.resources-category h2 {
    margin: 30px 0;
    font-size: 36px;
    line-height: 46px;
    color: #9b9b9b;
}

.resources-category .resource {
    margin-bottom: 30px;
}

.resources-category .resource img {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.resources-category .resource img:hover {
    border-color: #33B6E8;
}

.resources-category .resource h3 {
    padding-right: 30px;
}

.resources-category .resource a {
    color: #0083b5;
}

.meaningful-use-links ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.meaningful-use-links li {
    padding: 0;
    margin: 0;
    color: #000;
}

.meaningful-use-links li a {
    color: #9b9b9b;
    font-size: 13px;
}



/* xs'ish */
@media (min-width: 500px) {
    .resources-category .resource:nth-child(2n+2) {
        clear: both;
    }
}

/* sm */
@media (min-width: 768px)  {
    .resources-nav {
        padding: 30px 0 40px;
    }

    .partner-body .partner-cell {
        min-width: 355px;
    }
}

/* md */
@media (min-width: 992px) {

    .resources-category .resource:nth-child(2n+2) {
        clear: none;
    }

    .resources-category .resource:nth-child(3n+2) {
        clear: both;
    }
     .partner-body .partner-cell {
        min-width: 219px;
    }
}

/* lg */
@media (min-width: 1200px) {
}

/* Large devices (large desktops, 1200px and down) */
@media (max-width: 1199px) {
    .landing-hero .container .landing-text {
        margin-top: 225px;
    }

    .landing-hero .container .landing-buttons {
        margin-bottom: 100px;
    }

    .navbar-wrapper.scrolled img {
        max-width: 50%;
        margin-top: 10px;
    }

    .sidebar-box {
        margin-left: 60px;
    }
}

/* Medium devices (desktops, 992px and down) */
@media (max-width: 991px) {
    .no-margin-top-sm {
        margin-top: 0 !important;
    }

    .sidebar-box {
        margin-left: 0;
    }

    .navbar-wrapper {
        padding-top: 20px;
    }

    .about-hero {
        background-image: url('/Content/images/aboutus-hero-mobile.jpg');
    }

    .partner-hero {
        background-image: url('/Content/images/partners-mobile-800x800.jpg');
    }

        .news-hero .container .landing-text,
        .resources-hero .container .landing-text,
        .partner-hero .container .landing-text {
            margin: 120px 0 40px 0;
        }

    .rr-tracking-section {
        background-image: url('/Content/images/rr-grid-light.jpg');
        min-height: 0;
    }

        .rr-tracking-section .margin-top-100 {
            margin-top: 30px !important;
        }

    .rr-security-section .security-row {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .landing-hero .container h1 {
        font-size: 48px;
        line-height: 0.7;
    }

    .landing-hero .container .landing-text {
        margin-top: 110px;
    }

    .landing-hero .container p {
        font-size: 16px;
    }

    .landing-hero .container .landing-buttons {
        margin-bottom: 60px;
    }

        .landing-hero .container .landing-buttons .btn {
            font-size: 16px;
            font-weight: normal;
        }

    .pricing-hero .container .landing-text, .account-hero .container .landing-text {
        margin: 80px 0 20px 0;
    }

    .navbar-wrapper .navbar-links li a {
        font-size: 14px;
    }

    .navbar-wrapper img {
        max-width: 80%;
        margin-top: 10px;
    }

    .navbar-wrapper.scrolled img {
        max-width: 60%;
        margin-top: 12px;
    }

    .fax-carousel .kno2-slide {
        height: 350px;
    }

        .fax-carousel .kno2-slide .slide-title {
            margin-top: 40px;
            margin-bottom: 20px;
        }

        .fax-carousel .kno2-slide .slide-message {
            margin-bottom: 100px;
        }

    .call-to-action h1 {
        font-size: 32px;
    }

    .call-to-action .btn {
        font-size: 16px;
        font-weight: normal;
    }

    .margin-bottom-100-sm {
        margin-bottom: 100px !important;
    }

    .margin-bottom-60-sm {
        margin-bottom: 60px !important;
    }

    .margin-bottom-30-sm {
        margin-bottom: 30px !important;
    }

    .margin-bottom-20-sm {
        margin-bottom: 20px !important;
    }

    .margin-top-100-sm {
        margin-top: 100px !important;
    }

    .margin-top-60-sm {
        margin-top: 60px !important;
    }

    .margin-top-30-sm {
        margin-top: 30px !important;
    }

    .margin-top-20-sm {
        margin-top: 20px !important;
    }

    .text-center-sm {
        text-align: center;
    }

    .staff-bio {
        padding: 30px;
    }

    .modal-dialog {
        margin: 50px auto;
    }
}



/* Small devices (tablets, 768px and down) */
@media (max-width: 767px) {



    .row-same-height {
        display: table;
        width: 100%;
    }

    .col-xs-height {
        display: table-cell;
        float: none !important;
    }

    .navbar-wrapper {
        padding-top: 0;
    }

        .navbar-wrapper.with-partner {
            padding-top: 55px;
        }

    .landing-hero {
        background-position: top center;
    }

    .k2-hero.sub-page .container h1, .k2-hero .container h1 {
        font-size: 36px;
        color: #ffffff;
        line-height: 0.8;
    }

    .k2-hero.sub-page .container p {
        color: #ffffff;
        font-size: 14px;
        margin-top: 25px;
    }

    .call-to-action h1 {
        font-size: 24px;
    }

    .about-hero {
        background-image: url('/Content/images/aboutus-hero-mobile.jpg');
    }

    .partner-hero {
        background-image: url('/Content/images/partners-mobile-800x800.jpg');
    }

    .news-hero {
        background-image: url('/Content/images/news-hero-mobile.jpg');
    }

    .resources-hero {
        background-image: url('/Content/images/resources-hero-mobile.jpg');
    }

    .pricing-hero, .account-hero, .welcome-hero, .requests-hero {
        background-image: none;
        background-color: #0083b5;
    }

        .landing-hero .container .landing-text,
        .welcome-hero .container .landing-text,
        .requests-hero .container .landing-text,
        .about-hero .container .landing-text,
        .news-hero .container .landing-text,
        .resources-hero .container .landing-text,
        .partner-hero .container .landing-text {
            margin-top: 65px;
        }

            .landing-hero .container .landing-text p,
            .welcome-hero .container .landing-text p,
            .requests-hero .container .landing-text p,
            .about-hero .container .landing-text p,
            .news-hero .container .landing-text p,
            .resources-hero .container .landing-text p,
            .partner-hero .container .landing-text p {
                margin-top: 15px;
                margin-bottom: 5px;
            }

        .landing-hero .container .landing-buttons,
        .welcome-hero .container .landing-buttons {
            margin-bottom: 20px;
        }

            .landing-hero .container .landing-buttons .hero-buttons,
            .welcome-hero .container .landing-buttons .hero-buttons {
                margin-top: 10px;
            }

        .landing-hero .container h1,
        .welcome-hero .container h1,
        .requests-hero .container h1,
        .about-hero .container h1,
        .news-hero .container h1,
        .resources-hero .container h1,
        .partner-hero .container h1 {
            font-size: 24px;
            line-height: 0.4;
        }

    .navbar-wrapper img {
        max-width: 60%;
        margin-top: 12px;
    }

    .fax-carousel .kno2-slide {
        min-height: 275px;
        height: auto;
        overflow: visible;
    }

    .rr-security-section {
        background-image: url('/Content/images/security-gray-rr-bg-mobile.jpg');
    }

    .fax-carousel .kno2-slide .slide-title h1 {
        font-size: 24px;
    }

    .fax-carousel .kno2-slide .slide-title {
        margin-top: 20px;
        margin-bottom: 0;
    }

    .fax-carousel .kno2-slide .slide-message h2 {
        font-size: 18px;
    }

    .fax-carousel .kno2-slide .slide-message p {
        font-size: 14px;
    }

    .fax-carousel .kno2-slide .slide-message {
        margin-bottom: 20px;
    }

    .margin-bottom-100-xs {
        margin-bottom: 100px !important;
    }

    .margin-bottom-60-xs {
        margin-bottom: 60px !important;
    }

    .margin-bottom-30-xs {
        margin-bottom: 30px !important;
    }

    .margin-bottom-20-xs {
        margin-bottom: 20px !important;
    }

    .margin-top-100-xs {
        margin-top: 100px !important;
    }

    .margin-top-60-xs {
        margin-top: 60px !important;
    }

    .margin-top-30-xs {
        margin-top: 30px !important;
    }

    .margin-top-20-xs {
        margin-top: 20px !important;
    }

    .text-center-xs {
        text-align: center;
    }

    .img-shrink-xs {
        width: 32% !important;
    }

    .no-gutters {
        padding-left: 10px;
        padding-right: 10px;
    }

    .pricing-table-row .col-xs-7, .pricing-table-row .col-xs-8, .pricing-table-row .col-xs-4, .pricing-table-row .col-xs-3 .pricing-table-row .col-sm-7, .pricing-table-row .col-sm-8, .pricing-table-row .col-sm-4, .pricing-table-row .col-sm-3 .pricing-table-row .col-md-7, .pricing-table-row .col-md-8, .pricing-table-row .col-md-4, .pricing-table-row .col-md-3,
    .pricing-table-row .col-lg-7, .pricing-table-row .col-lg-8, .pricing-table-row .col-lg-4, .pricing-table-row .col-lg-3 {
        border-top: 1px solid #DDDDDD;
        padding: 10px 10px 8px 10px;
    }

    .pricing-table-header .pricing-table-header-body p {
        font-size: 14px;
    }

    .pricing-table-header .pricing-table-header-body h1 {
        font-size: 28px;
        margin-top: 10px !important;
    }

    .pricing-table-header .pricing-table-header-body .btn-primary {
        padding: 6px 20px;
        font-size: 16px;
        font-family: 'Dosis', sans-serif;
        font-weight: 500;
        text-transform: uppercase;
        color: #ffffff;
        -ms-border-radius: 4px;
        border-radius: 4px;
    }

    .btn-group-justified > .btn.current {
        width: 3.5%;
    }

    .staff-bio {
        padding: 15px;
    }

    .modal-dialog {
        margin: 30px auto;
    }
}


@media (max-width: 500px) {

    .about-hero {
        background-image: url('/Content/images/aboutus-hero-mobile.jpg');
    }

    .news-hero {
        background-image: url('/Content/images/news-hero-mobile.jpg');
    }

    .resources-hero {
        background-image: url('/Content/images/resources-hero-mobile.jpg');
    }

    .partner-hero {
        background-image: url('/Content/images/partners-mobile-800x800.jpg');
    }

    .landing-hero,
    .welcome-hero,
    .requests-hero,
    .direct-messaging-slide,
    .emr-slide, .printer-slide,
    .upload-slide,
    .scanner-slide,
    .transition-of-care {
        background-image: none;
        background-color: #0083b5;
    }

        .requests-hero .landing-text h1 {
            line-height: 1 !important;
        }

        .transition-of-care h1 {
            margin-top: 20px;
        }

    .navbar-wrapper img, .navbar-wrapper.scrolled img {
        max-width: 90%;
        margin-top: 12px;
    }

    .landing-hero .container .landing-text p,
    .welcome-hero .container .landing-text p,
    .requests-hero .container .landing-text p,
    .about-hero .container .landing-text p,
    .news-hero .container .landing-text p,
    .resources-hero .container .landing-text p {
        margin-top: 15px;
        margin-bottom: 5px;
        font-size: 14px;
    }

    .rr-tracking-section {
        background-position: bottom left;
    }

    .rr-security-section .security-row h1 {
        font-size: 28px;
    }

    .staff-bio {
        padding: 5px;
    }

    .modal-dialog {
        margin: 10px auto;
    }

    .sidebar-box {
        margin: 15px 0;
    }

    .no-margin-xxs {
        margin: 0 !important;
    }

    .col-xxs-12 {
        width: 100%;
    }
}

