﻿.visual:after,
.search-form .container-inline:after,
.detail-form .column-holder:after,
.total-summary ul li:after,
.payment:after {
    content: " ";
    display: block;
    clear: both;
}

.pagination ul,
.list,
.number-list,
.valves-list,
.plans-list,
.plans .details ul,
.result-list,
.checkbox-list,
.total-summary ul,
.payment,
.report-info ul,
.accordion {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .visual .btn-holder,
    .pagination ul,
    .valves-list,
    .plans-list,
    .checkbox-list li,
    .report-info ul {
        font-size: 0;
        line-height: 0;
        letter-spacing: -4px;
    }

@charset "UTF-8";

@font-face {
    font-family: "swift-fontv2";
    src: url("/fonts/swift-fontv2.eot");
    src: url("/fonts/swift-fontv2.eot?#iefix") format("embedded-opentype"), url("/fonts/swift-fontv2.woff") format("woff"), url("/fonts/swift-fontv2.ttf") format("truetype"), url("/fonts/swift-fontv2.svg#swift-fontv2") format("svg");
    font-weight: normal;
    font-style: normal;
}

[data-icon]:before {
    font-family: "swift-fontv2" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "swift-fontv2" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-wos:before {
    content: "\61";
}

.icon-alert:before {
    content: "\62";
}

.icon-gavel:before {
    content: "\63";
}

.icon-clock:before {
    content: "\64";
}

.icon-directors:before {
    content: "\65";
}

.icon-doc:before {
    content: "\66";
}

.icon-doc2:before {
    content: "\67";
}

.icon-person:before {
    content: "\68";
}

.icon-question:before {
    content: "\69";
}

.icon-bankruptcy:before {
    content: "\6a";
}

.icon-cross:before {
    content: "\6b";
}

.icon-check:before {
    content: "\6c";
}

.icon-notice:before {
    content: "\6d";
}

.icon-check2:before {
    content: "\6e";
}

.icon-cross2:before {
    content: "\6f";
}

.icon-document:before {
    content: "\70";
}

.icon-chevron-left:before {
    content: "\72";
}

.icon-pay-time:before {
    content: "\73";
}

.icon-cessation:before {
    content: "\74";
}

.icon-winding-up:before {
    content: "\77";
}

.icon-lock:before {
    content: "\7a";
}

.icon-play:before {
    content: "\41";
}

.icon-desktop:before {
    content: "\42";
}

.icon-quote:before {
    content: "\43";
}

.icon-pencil:before {
    content: "\44";
}

.icon-eye:before {
    content: "\45";
}

.icon-folder:before {
    content: "\46";
}

.icon-arrow-bottom:before {
    content: "\47";
}

.icon-minus:before {
    content: "\48";
}

.icon-plus:before {
    content: "\49";
}

.icon-chevron-right:before {
    content: "\4a";
}

.icon-history:before {
    content: "\71";
}

.icon-moneyhand:before {
    content: "\75";
}

.icon-tick-circle:before {
    content: "\76";
}


@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

body {
    min-width: 320px;
}

    /* SME-403 Hack!! fix for iphone bug where background scrolls instead of the dialog contents. http://goo.gl/Dnzkaq */
    body.modal-open.swiftcheck-body {
        overflow: hidden;
        position: fixed;
        width: 100%;
    }

h1 {
    font-size: 40px;
    line-height: 1.15;
    font-family: inherit;
    font-weight: 300;
    color: inherit;
}

h2 {
    font-size: 28px;
    line-height: 1.29;
    font-family: inherit;
    font-weight: 300;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.container-fluid {
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

    .container-fluid:before, .container-fluid:after {
        content: " ";
        display: table;
    }

    .container-fluid:after {
        clear: both;
    }

.visual {
    position: relative;
    overflow: hidden;
}

    .visual .text-holder {
        position: static;
        float: left;
        width: 56.6%;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

    .visual .text {
        float: left;
        position: relative;
        z-index: 50;
        height: 809px;
        max-width: 682px;
        padding: 128px 15px 0 112px;
        font-size: 23px;
        line-height: 1.17;
    }

    .visual h1 {
        position: relative;
        font-size: 66px;
        line-height: 1;
        padding: 28px 0 0;
        margin: 0 0 25px;
        text-shadow: 0 2px 0 rgba(0, 0, 0, .15);
    }

        .visual h1:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 75px;
            height: 1px;
        }

    .visual p {
        margin: 0 0 57px;
    }

    .visual .btn-holder {
        margin: 0 0 10px;
    }

        .visual .btn-holder > em {
            display: inline-block;
            vertical-align: top;
            font-size: 20px;
            line-height: 1.2;
            letter-spacing: 0;
            margin: 17px 23px 0;
        }

    .visual .btn-box {
        display: inline-block;
        vertical-align: top;
        letter-spacing: 0;
        font-size: 15px;
        line-height: 1.2;
        margin: 0 0 10px;
    }

        .visual .btn-box span {
            display: block;
        }

    .visual .btn {
        margin: 0 0 6px;
        display: block;
    }

    .visual .xero-logo {
        position: absolute;
        bottom: 85px;
        left: 112px;
    }

.main-carousel {
    position: relative;
    float: left;
    width: 43.4%;
    z-index: 10;
}

    .main-carousel .mask {
        position: relative;
        overflow: hidden;
    }

    .main-carousel .slideset {
        width: 99999px;
        float: left;
    }

    .main-carousel .slide {
        position: relative;
        float: left;
        overflow: hidden;
    }

    .main-carousel .img-holder {
        height: 809px;
    }

        .main-carousel .img-holder img {
            max-width: none;
        }

    .main-carousel .description {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

        .main-carousel .description .frame {
            float: right;
            max-width: 458px;
            width: 100%;
            height: 100%;
            white-space: nowrap;
        }

            .main-carousel .description .frame:after {
                content: "";
                vertical-align: bottom;
                display: inline-block;
                min-height: 100%;
            }

    .main-carousel .play {
        white-space: normal;
        display: inline-block;
        vertical-align: bottom;
        position: relative;
        padding: 0 0 0 80px;
        margin: 0 0 77px;
        color: #fff;
        font-family: "Sanchez", "Times New Roman", Times, Baskerville, Georgia, serif;
        font-size: 24px;
        line-height: 27px;
        font-style: italic;
        text-decoration: none;
    }

        .main-carousel .play:hover {
            opacity: .8;
        }

        .main-carousel .play:before {
            position: absolute;
            top: 50%;
            left: 0;
            margin: -34px 0 0;
            font-family: "swift-fontv2";
            font-size: 68px;
            line-height: 1;
            font-style: normal;
        }

.paging-holder {
    text-align: right;
}

.pagination {
    text-align: center;
    /*position: absolute;*/
    bottom: 32px;
    left: 0;
    right: 0;
    z-index: 10;
    margin: 0;
}

    .pagination ul {
        max-width: 458px;
        float: right;
        width: 100%;
    }

    .pagination li {
        list-style: none outside;
        display: inline-block;
        vertical-align: top;
        letter-spacing: 0;
        /*margin: 0 3px;*/
    }

        .pagination li a {
            color: #489cb8;
        }

        .pagination li.active a {
            border-color: #489cb8;
            background: #489cb8;
        }


    .pagination a {
        display: block;
        overflow: hidden;
        /*text-indent: -9999px;*/
        /*width: 14px;*/
        /*height: 14px;*/
        /*border-radius: 50%;*/
        /*color: #489cb8 !important;*/
        border: 1px solid #84bacd !important;
    }

        .pagination a:hover, .pagination a:focus {
            border-color: #489cb8 !important;
            background: #489cb8 !important;
            color: #fff !important;
        }

        .pagination a.nextPage:focus, .pagination a.previousPage:focus {
            border-color: #489cb8 !important;
            background: #fff !important;
            color: #489cb8 !important;
        }

.partner-box {
    text-align: center;
    padding: 25px 0 22px 0;
}

.xero-logo {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 65px;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.2;
}

    .xero-logo:hover {
        text-decoration: none;
        color: #fff;
        opacity: .8;
    }

    .xero-logo:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        margin: -28px 0 0;
        width: 56px;
        height: 56px;
        background: url(/images/xero-logo.png) no-repeat;
    }

    .xero-logo.blue {
        color: #231f20;
    }

        .xero-logo.blue:hover {
            color: #00b7e2;
            opacity: 1;
        }

        .xero-logo.blue:before {
            background-position: -69px 0;
        }

.btn {
    min-width: 187px;
    text-transform: uppercase;
    padding: 17px 33px 14px;
    text-decoration: none;
}

    .btn.btn-default {
        border-width: 2px;
        padding: 16px 32px 13px;
    }

.title {
    text-align: center;
    position: relative;
    padding: 25px 0 0;
    margin: 0 0 10px;
    font-size: 40px;
    line-height: 1.15;
}

    .title:before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        margin: 0 0 0 -39px;
        width: 78px;
        height: 1px;
    }

.subtitle {
    display: block;
    text-align: center;
    margin: 0 0 46px;
    font-size: 17px;
}

.no-report {
    text-align: center;
    position: relative;
    padding: 25px 0 0;
    margin: 0 0 10px;
    font-size: 17px;
    line-height: 1.15;
    font-weight: 400;
}

    .no-report:before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        margin: 0 0 0 -39px;
        width: 78px;
        height: 1px;
    }

    .no-report a {
        position: relative;
        color: #2982A0;
        text-decoration: underline;
        font-size: 17px;
        line-height: 1.22;
        font-weight: 400;
    }

        .no-report a:hover {
            text-decoration: none;
        }

.intro {
    padding: 77px 0 43px;
}

    .intro .img-holder {
        text-align: center;
        margin: 0 0 59px;
    }

    .intro .item {
        position: relative;
        padding: 0 0 0 67px;
        min-height: 53px;
    }

        .intro .item p {
            margin: 0;
            position: relative;
        }

            .intro .item p:before,
            .intro .item p:after {
                content: "";
                position: absolute;
                bottom: 100%;
                left: 70px;
                width: 2px;
                background: #e21a22;
            }

            .intro .item p:after {
                height: 2px;
                left: 72px;
            }

        .intro .item.item01 p:before {
            height: 426px;
            margin: 0 0 17px;
        }

        .intro .item.item01 p:after {
            width: 167px;
            margin: 0 0 441px;
        }

        .intro .item.item02 p:before {
            height: 296px;
            margin: 0 0 10px;
        }

        .intro .item.item02 p:after {
            width: 70px;
            margin: 0 0 304px -70px;
        }

        .intro .item.item03 p:before {
            height: 535px;
            margin: 0 0 6px;
        }

        .intro .item.item03 p:after {
            width: 31px;
            margin: 0 0 539px;
        }

        .intro .item.item04 p:before {
            left: 40px;
            height: 374px;
            margin: 0 0 10px;
        }

        .intro .item.item04 p:after {
            width: 94px;
            margin: 0 0 382px -94px;
            left: 40px;
        }

    .intro .count {
        position: absolute;
        top: 0;
        left: 0;
        width: 53px;
        height: 53px;
        border-radius: 50%;
        text-align: center;
        padding: 10px 5px 0;
        font-size: 25px;
        line-height: 30px;
    }

.features-area {
    padding: 77px 0 128px;
    text-align: center;
    position: relative;
    z-index: 5;
}

    .features-area .item {
        margin: 0 0 40px;
    }

    .features-area .icon {
        white-space: nowrap;
        margin: 0 0 28px;
    }

        .features-area .icon:after {
            content: "";
            vertical-align: middle;
            display: inline-block;
            min-height: 100%;
        }

        .features-area .icon img {
            vertical-align: middle;
        }

    .features-area h2 {
        font-size: 28px;
        line-height: 32px;
        margin: 0 0 13px;
    }

    .features-area p {
        margin: 0;
    }

        .features-area p a {
            text-decoration: underline;
        }

            .features-area p a:hover {
                text-decoration: none;
            }

.text-more {
    text-align: center;
    font-weight: 300;
    font-size: 23px;
    line-height: 1.3;
}

    .text-more a {
        text-decoration: underline;
    }

.list {
    font-size: 23px;
    line-height: 1.13;
}

    .list li {
        position: relative;
        padding: 0 0 27px 25px;
    }

        .list li:before {
            content: "";
            position: absolute;
            top: 7px;
            left: 0;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            border: 2px solid #e21a22;
        }

    .list.ticks li {
        padding: 0 0 27px 50px;
    }

        .list.ticks li:before {
            border: solid #e21a22;
            border-width: 0 3px 3px 0;
            border-radius: 0;
            width: 11px;
            height: 22px;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

.start-area {
    position: relative;
    z-index: 2;
    padding: 1px 0 0;
}

    .start-area .title {
        margin: 0 0 15px;
    }

    .start-area .text-box {
        padding: 133px 0 30px;
        margin: 0 0 0 -30px;
    }

.start-form {
    position: relative;
    width: 100%;
    z-index: 10;
    border: 2px solid #afdae9;
    background: #fff;
    float: left;
    margin: -58px 0 -30px 0;
    text-align: center;
    padding: 44px 35px 51px;
}

    .start-form h1 {
        margin: 0 0 12px;
    }

    .start-form .subtitle {
        letter-spacing: 0;
        margin: 0 0 32px;
    }

    .start-form .input-holder {
        text-align: left;
        padding: 0 0 15px;
    }

    .start-form label {
        display: block;
        margin: 0 0 5px;
    }

    .start-form .form-control {
        width: 100%;
        height: 56px;
        padding: 16px 15px;
    }

    .start-form input[type="submit"] {
        display: block;
        width: 100%;
        height: 56px;
        margin: 20px 0 0;
    }

.subscribe-area {
    padding: 109px 0 77px;
}

.search-form {
    margin: 0;
    border: 2px solid #afdae9;
    padding: 48px 35px 55px;
    background: #fff;
}

    .search-form h2 {
        margin: 0 0 11px;
    }

    .search-form h3 {
        text-align: center;
        font-size: 23px;
        line-height: 1.22;
        margin: -8px 0 25px;
    }

    .search-form p {
        margin: 0 0 7px;
    }

    .search-form .container-inline {
        position: relative;
    }

    .search-form .form-item {
        float: left;
        width: 69.79%;
        padding: 0 15px 0 0;
    }

    .search-form .col {
        float: left;
        width: 49.34%;
        padding: 0 25px 0 0;
    }

        .search-form .col.short {
            width: 29.12%;
        }

        .search-form .col.button {
            width: 21.54%;
            padding: 29px 0 0;
        }

        .search-form .col input[type="submit"],
        .search-form .col .form-item {
            width: 100%;
            padding: 0;
        }

    .search-form label {
        /*display: block;*/
        font-weight: 400;
        color: #8b8178;
        margin: 0 0 7px;
    }

    .search-form .form-control {
        width: 100%;
        height: 56px;
        padding: 16px 22px;
    }

    .search-form input[type="submit"] {
        float: right;
        width: 30.21%;
        height: 56px;
        min-width: 1px;
        padding: 17px 7px 14px;
    }

.form-control {
    border-radius: 0;
    box-shadow: none;
    /*-webkit-appearance: none;*/
}

.breadcrumb {
    padding: 0 0 58px;
    margin: 0;
}

    .breadcrumb li {
        margin: 0 0 2px;
        color: #84b6c8;
    }

        .breadcrumb li:before {
            display: none;
        }

        .breadcrumb li:after {
            content: "/";
            padding: 0 2px 0 8px;
        }

        .breadcrumb li:last-child:after {
            display: none;
        }

    .breadcrumb a {
        color: #84b6c8;
        text-decoration: underline;
    }

        .breadcrumb a:hover {
            text-decoration: none;
        }

.headline {
    text-align: center;
    font-size: 66px;
    line-height: 70px;
    margin: 0 0 28px;
}

.top-block {
    background: #eaf4f8;
    padding: 29px 0 78px;
}

    .top-block .headline {
        margin: 0 0 60px;
    }

    .top-block .search-form {
        padding: 55px 34px 49px;
    }

    .top-block.detail .headline {
        margin: 0 0 41px;
    }

    .top-block.pricing .headline {
        margin: 0 0 19px;
    }

    .top-block.results .headline {
        margin: 0 0 70px;
    }

    .top-block.results .search-form {
        padding: 55px 34px;
    }

    .top-block.thanks {
        padding: 68px 0 66px;
    }

        .top-block.thanks .headline {
            margin: 0 0 37px;
        }

    .top-block.error-page {
        padding: 68px 0 66px;
        height: 510px;
    }

        .top-block.error-page .headline {
            margin: 0 0 37px;
        }

    .top-block.about {
        padding: 29px 0 24px;
    }

    .top-block.contact .subtitle {
        margin: 0 0 39px;
    }

.why-area {
    padding: 76px 0 68px;
}

    .why-area .subtitle {
        margin: 0 0 12px;
    }

    .why-area .img-holder {
        margin: 22px -15px 0 0;
    }

    .why-area .text-more {
        padding: 31px 0 0;
    }

    .why-area .link-more {
        margin: 0 0 55px;
    }

.link-more {
    display: block;
    text-align: center;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.3;
}

.number-list {
    counter-reset: newCounter;
    font-weight: 300;
    color: #8b8178;
    line-height: 1.25;
}

    .number-list li {
        position: relative;
        padding: 0 0 36px 86px;
    }

        .number-list li:before {
            counter-increment: newCounter;
            content: counters(newCounter, ".") " ";
            position: absolute;
            top: 4px;
            left: 0;
            width: 53px;
            height: 53px;
            border-radius: 50%;
            text-align: center;
            padding: 10px 5px 0;
            font-size: 25px;
            line-height: 30px;
            background: #e21a22;
            color: #fff;
            font-family: "Sanchez", "Times New Roman", Times, Baskerville, Georgia, serif;
            font-style: italic;
        }

    .number-list strong {
        display: block;
        color: #231f20;
        font-weight: 300;
        font-size: 23px;
        line-height: 1.3;
        margin: 0 0 7px;
    }

    .number-list p {
        margin: 0;
    }

.testimonials-area {
    background: #8fc3d5;
    padding: 18px 0 60px;
}

    .testimonials-area blockquote {
        position: relative;
        border: none;
        margin: 0;
        padding: 0 0 12px;
        text-align: center;
    }

        .testimonials-area blockquote q {
            padding: 68px 0 20px;
            position: relative;
            display: block;
            color: #fff;
            font-family: "Sanchez", "Times New Roman", Times, Baskerville, Georgia, serif;
            font-style: italic;
            font-size: 35px;
            line-height: 41px;
        }

            .testimonials-area blockquote q:before,
            .testimonials-area blockquote q:after {
                content: "\e604";
                position: absolute;
                top: 0;
                left: -80px;
                color: #fff;
                opacity: .13;
                font-size: 128px;
                line-height: 1;
                font-family: "swift-fontv2";
                font-style: normal;
            }

            .testimonials-area blockquote q:before {
                -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                transform: rotate(180deg);
            }

            .testimonials-area blockquote q:after {
                top: auto;
                left: auto;
                right: -75px;
                bottom: -42px;
            }

        .testimonials-area blockquote cite {
            display: block;
            color: #231f20;
            font-weight: 300;
            font-size: 23px;
            line-height: 1.3;
            font-style: normal;
        }

.quote-gallery {
    position: relative;
}

    .quote-gallery .mask {
        position: relative;
        overflow: hidden;
    }

    .quote-gallery .slideset {
        width: 99999px;
        float: left;
    }

    .quote-gallery .slide {
        float: left;
        overflow: hidden;
    }

        .quote-gallery .slide.active {
            z-index: 1;
        }

    .quote-gallery .btn-prev,
    .quote-gallery .btn-next {
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 10;
        width: 22px;
        height: 35px;
        margin: -3px 0 0;
        outline: none;
    }

        .quote-gallery .btn-prev:before,
        .quote-gallery .btn-prev:after,
        .quote-gallery .btn-next:before,
        .quote-gallery .btn-next:after {
            content: "";
            position: absolute;
            top: 25px;
            left: -3px;
            width: 27px;
            height: 2px;
            background: #fff;
            -webkit-transform: rotate(41deg);
            -ms-transform: rotate(41deg);
            transform: rotate(41deg);
        }

        .quote-gallery .btn-prev:after,
        .quote-gallery .btn-next:after {
            -webkit-transform: rotate(-41deg);
            -ms-transform: rotate(-41deg);
            transform: rotate(-41deg);
            top: auto;
            bottom: 25px;
        }

        .quote-gallery .btn-prev:hover,
        .quote-gallery .btn-next:hover {
            text-decoration: none;
        }

            .quote-gallery .btn-prev:hover:before,
            .quote-gallery .btn-prev:hover:after,
            .quote-gallery .btn-next:hover:before,
            .quote-gallery .btn-next:hover:after {
                background: #e6e6e6;
            }

    .quote-gallery .btn-next {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        left: auto;
        right: 0;
    }

.include-area {
    padding: 78px 0 75px;
}

    .include-area .list {
        margin: 0 0 20px;
    }

    .include-area .btn-box {
        text-align: center;
    }

        .include-area .btn-box .btn {
            margin: 0 0 20px;
            min-width: 310px;
        }

.report-area {
    background: #eaf4f8;
    padding: 75px 0 96px;
    text-align: center;
}

    .report-area .btn {
        min-width: 312px;
        font-size: 18px;
    }

    .report-area.light {
        background: #fff;
    }

.summary-box {
    position: relative;
    z-index: 10;
    background: #fff;
    box-shadow: 0 3px 0 0 rgba(72, 156, 184, .22);
    padding: 46px 22% 55px 9.07%;
}

    .summary-box h2 {
        color: #231f20;
        font-size: 28px;
        line-height: 1.21;
        margin: 0 0 19px;
    }

    .summary-box table {
        width: 100%;
        border-collapse: collapse;
    }

        .summary-box table tr {
            border-bottom: 1px solid #d2e7ee;
        }

        .summary-box table td {
            color: #489cb8;
            vertical-align: top;
            font-size: 16px;
            line-height: 20px;
            padding: 8px 5px 8px 0;
        }

            .summary-box table td:first-child {
                width: 52.22%;
                font-size: 15px;
                color: #231f20;
            }

.credit-box {
    background: #8fc3d5;
    color: #fff;
    /*margin: 0 0 0 -30px;*/
    padding: 49px 11.26% 55px;
}

    .credit-box h2 {
        position: relative;
        font-size: 28px;
        line-height: 1.21;
        font-weight: 300;
        font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
        margin: 0 0 34px;
        padding: 0 0 0 78px;
    }

        .credit-box h2:before {
            position: absolute;
            top: 5px;
            left: 0;
            font-family: "swift-fontv2";
            font-size: 79px;
            line-height: 1;
        }

        .credit-box h2.no-icon {
            margin: 0 0 34px;
            padding: 0 0 0 0;
        }

    .credit-box .btn {
        display: block;
        margin: 0 0 21px;
    }

    .credit-box .more {
        position: relative;
        color: #fff;
        text-decoration: underline;
        font-size: 23px;
        line-height: 1.22;
        font-weight: 300;
    }

        .credit-box .more:after {
            content: "›";
            display: inline-block;
            vertical-align: top;
            margin: 0 0 0 5px;
        }

        .credit-box .more:hover {
            text-decoration: none;
        }

    .credit-box .new-serach {
        position: relative;
        color: #fff;
        text-decoration: underline;
        font-size: 28px;
        line-height: 1.22;
        font-weight: 300;
    }

        .credit-box .new-serach:after {
            display: inline-block;
            vertical-align: top;
            margin: 0 0 0 5px;
        }

        .credit-box .new-serach:hover {
            text-decoration: none;
        }

.valves-list {
    padding: 0 0 91px;
    text-align: center;
}

    .valves-list li {
        display: inline-block;
        vertical-align: top;
        letter-spacing: 0;
        margin: 0 25px 20px;
        font-size: 23px;
        line-height: 30px;
        font-weight: 300;
    }

    .valves-list .item {
        display: table;
        width: 100%;
    }

    .valves-list .icon-box {
        display: table-cell;
        vertical-align: middle;
        width: 52px;
    }

        .valves-list .icon-box span {
            position: relative;
            display: inline-block;
            vertical-align: middle;
            width: 52px;
            height: 52px;
            border-radius: 50%;
            background: #e11b22;
            color: #fff;
        }

            .valves-list .icon-box span:before {
                position: absolute;
                top: 50%;
                left: 50%;
            }

    .valves-list .icon-desktop:before {
        font-size: 24px;
        margin: -12px 0 0 -14px;
    }

    .valves-list .icon-folder:before {
        font-size: 29px;
        margin: -14px 0 0 -14px;
    }

    .valves-list .icon-eye:before {
        font-size: 17px;
        margin: -8px 0 0 -14px;
    }

    .valves-list strong {
        display: table-cell;
        vertical-align: middle;
        padding: 0 0 0 18px;
        font-weight: 300;
    }

.plans-list {
    margin: 0 0 0 -7px;
}

    .plans-list > li {
        display: inline-block;
        vertical-align: top;
        width: 20%;
        padding: 0 0 30px 7px;
        letter-spacing: 0;
        font-size: 16px;
        line-height: 1.25;
    }

.plans {
    background: #fff;
    color: #8b8178;
    text-align: center;
    padding: 29px 15px 33px;
    box-shadow: 0 3px 0 0 rgba(72, 156, 184, .22);
}

    .plans .name {
        display: block;
        font-size: 15px;
        line-height: 1.33;
        color: #231f20;
        margin: 0 0 10px;
    }

    .plans .price {
        display: block;
        font-family: "Sanchez", "Times New Roman", Times, Baskerville, Georgia, serif;
        font-size: 45px;
        line-height: 46px;
        font-weight: 400;
        color: #489cb8;
        font-style: italic;
        margin: 0 0 26px;
    }

        .plans .price span {
            display: block;
            font-size: 15px;
            line-height: 20px;
            font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
        }

    .plans .btn-holder {
        border-top: 1px solid #e4f3f8;
        padding: 20px 0 15px;
        display: none;
    }

    .plans .opener {
        font-size: 17px;
        line-height: 20px;
        text-decoration: underline;
        outline: none;
    }

        .plans .opener em {
            font-style: normal;
            display: none;
        }

    .plans .details {
        padding: 0 0 15px;
    }

        .plans .details.active .opener span {
            display: none;
        }

        .plans .details.active .opener em {
            display: inline;
        }

        .plans .details .slide {
            position: static !important;
        }

        .plans .details li {
            border-top: 1px solid rgba(175, 218, 233, .42);
            padding: 17px 5px;
        }

    .plans .btn {
        min-width: 1px;
        display: block;
    }

        .plans .btn em {
            font-style: normal;
            display: none;
        }

    .plans.hover,
    .plans.active {
        margin: -35px 0 0;
        background: #489cb8;
        color: #fff;
        box-shadow: inset 0 3px 0 0 rgba(15, 96, 123, .35);
    }

        .plans.hover .name,
        .plans.active .name {
            color: #fff;
        }

        .plans.hover .price,
        .plans.active .price {
            color: #fff;
            margin: 0 0 61px;
        }

        .plans.hover .opener,
        .plans.active .opener {
            color: #fff;
        }

            .plans.hover .opener:hover,
            .plans.active .opener:hover {
                color: #e6e6e6;
            }

        .plans.hover .btn,
        .plans.active .btn {
            background: #2d7992;
            border-color: #2d7992;
        }

            .plans.active .btn span {
                display: none;
            }

            .plans.active .btn em {
                display: block;
            }

.sort-form {
    display: none;
}

    .sort-form fieldset > span:first-child {
        display: block;
        font-size: 15px;
        line-height: 18px;
        color: #8b8178;
        margin: 0 0 5px;
    }

    .sort-form .jcf-select {
        display: block;
    }

        .sort-form .jcf-select .jcf-select-text {
            margin: 11px 35px 12px 23px;
        }

.result-box {
    padding: 77px 0 5px;
}

    .result-box .title {
        margin: 0 0 57px;
    }

    .result-box table {
        width: 100%;
    }

    .result-box td {
        padding: 0 5px 0 30px;
        width: 20%;
    }

        .result-box td.name {
            width: 25%;
        }

        .result-box td.type {
            width: 12.33%;
        }

        .result-box td.abn {
            width: 18%;
            padding: 0 5px 0 23px;
        }

        .result-box td.status {
            width: 12.33%;
        }

        .result-box td.locality {
            width: 12.33%;
        }



        .result-box td.incorporationnumber {
            width: 13.33%;
        }

        .result-box td.nzbn {
            width: 10.33%;
        }

        .result-box td.registrationarea {
            width: 13.33%;
        }


.sort-table {
    border-collapse: collapse;
    margin: 0 0 11px;
}

    .sort-table a {
        text-transform: uppercase;
        display: inline-block;
        vertical-align: top;
        position: relative;
        padding: 0 22px 0 0;
        color: #231f20;
        font-size: 15px;
        line-height: 18px;
        font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
    }

        /*.sort-table div.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }*/

        .sort-table a:before {
            position: absolute;
            top: 50%;
            right: 0;
            font-family: "swift-fontv2";
            font-size: 8px;
            margin: -4px 0 0;
            line-height: 1;
        }

        .sort-table a.revers:before {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
        }

.result-list li {
    list-style: none outside;
    padding: 0 0 13px;
}

.result-table {
    background: #fff;
    box-shadow: 0 3px 0 0 rgba(72, 156, 184, .22);
    border-collapse: separate;
    border-spacing: 0 20px;
}

    .result-table td {
        color: #8b8178;
        font-size: 16px;
        line-height: 22px;
        border-left: 1px solid #dfecf0;
    }

        .result-table td:first-child {
            border: none;
        }

        .result-table td span {
            display: none;
            text-transform: uppercase;
            font-size: 15px;
            line-height: 22px;
            color: #231f20;
            margin: 0 5px 0 0;
        }

        .result-table td.name {
            color: #010101;
        }

    .result-table .btn {
        max-width: 210px;
        min-width: 1px;
        display: block;
        padding: 17px 5px 14px;
    }

.refine-box {
    text-align: center;
    padding: 0 0 22px;
}

    .refine-box .title {
        margin: 0 0 42px;
    }

    .refine-box .btn {
        min-width: 266px;
    }

/* custom checkbox styles */

.jcf-checkbox {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: default;
    background: #f7fbfc;
    border: 1px solid #d1eaf2;
    margin: 0 18px 0 0;
    height: 20px;
    width: 20px;
}

    .jcf-checkbox span {
        position: absolute;
        display: none;
        height: 6px;
        width: 10px;
        top: 50%;
        left: 50%;
        margin: -7px 0 0 -6px;
        border: 3px solid #000;
        border-width: 0 0 3px 3px;
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
    }

:root .jcf-checkbox span {
    margin: -4px 0 0 -5px;
}

.jcf-checkbox input[type="checkbox"] {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0;
    left: 0;
    top: 0;
}

.jcf-checkbox.jcf-checked span {
    display: block;
}

/* custom select styles */

.jcf-select {
    display: block;
    position: relative;
    border: 1px solid #afdae9;
    background: #fff;
    min-width: 150px;
    height: 56px;
}

    .jcf-select select {
        z-index: 1;
        left: 0;
        top: 0;
    }

    .jcf-select .jcf-select-text {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        cursor: default;
        display: block;
        font-size: 15px;
        line-height: 26px;
        margin: 14px 60px 15px 20px;
        color: #4b9db9;
    }

    .jcf-select .jcf-select-opener {
        position: absolute;
        text-align: center;
        width: 52px;
        bottom: 0;
        right: 0;
        top: 0;
    }

        .jcf-select .jcf-select-opener:after {
            content: "";
            position: absolute;
            top: 50%;
            right: 20px;
            margin: -3px 0 0;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 7px 6.5px 0 6.5px;
            border-color: #000 transparent transparent transparent;
        }

body > .jcf-select-drop {
    position: absolute;
    margin: -1px 0 0;
    z-index: 9999;
}

    body > .jcf-select-drop.jcf-drop-flipped {
        margin: 1px 0 0;
    }

.jcf-select .jcf-select-drop {
    position: absolute;
    margin-top: 0;
    z-index: 9999;
    top: 100%;
    left: -1px;
    right: -1px;
}

.jcf-select .jcf-drop-flipped {
    bottom: 100%;
    top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
    border: 1px solid #d7ecf4;
}

/* multiple select styles */

.jcf-list-box {
    overflow: hidden;
    display: inline-block;
    border: 1px solid #d7ecf4;
    min-width: 200px;
    margin: 0 15px;
}

/* select options styles */

.jcf-list {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #fff;
    line-height: 16px;
    font-size: 14px;
    width: 100%;
}

    .jcf-list .jcf-list-content {
        vertical-align: top;
        display: inline-block;
        overflow: auto;
        width: 100%;
    }

    .jcf-list ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .jcf-list ul li {
            overflow: hidden;
            display: block;
        }

    .jcf-list .jcf-overflow {
        overflow: auto;
    }

    .jcf-list .jcf-option {
        white-space: nowrap;
        overflow: hidden;
        cursor: default;
        display: block;
        padding: 5px 9px;
        color: #4b9db9;
        height: 1%;
    }

    .jcf-list .jcf-disabled {
        background: #fff !important;
        color: #4b9db9 !important;
    }

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
    background: #d7ecf4;
    color: #4b9db9;
}

.jcf-list .jcf-optgroup-caption {
    white-space: nowrap;
    font-weight: bold;
    display: block;
    padding: 5px 9px;
    cursor: default;
    color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
    padding-left: 30px;
}

.alert {
    display: table;
    padding: 0;
    table-layout: fixed;
    width: 100%;
    border-width: 2px;
}

.alert-danger {
    color: #a94442;
}


.alert .alert-media {
    display: table-cell;
    width: 60px;
    padding: 10px 0;
    vertical-align: middle;
    border-right: 2px solid transparent;
    color: #fff;
    text-align: center;
    background-color: #e21a22;
}

.alert .alert-number {
    font-family: "Helvetica", Georgia, "Times New Roman", Times, serif;
    font-size: 36px;
    font-style: italic;
    line-height: 1;
}

.alert .alert-content {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 20px 10px 20px;
}

    .alert .alert-content > *:last-child {
        margin-bottom: 0;
    }

    .alert .alert-content ul {
        padding-left: 1em;
    }

        .alert .alert-content ul.list-unstyled {
            padding-left: 0;
        }

.alert .alert-supporting {
    display: table-cell;
    vertical-align: middle;
    width: 350px;
    padding-right: 40px;
}

.alert em {
    font-family: Helvetica, Georgia, "Times New Roman", Times, serif;
}

.alert i {
    font-size: 34px;
}

.alert-unknown {
    background-color: rgba(216, 224, 230, 0.33);
    border-color: #dbe3e9;
    color: #8b8178;
}

    .alert-unknown hr {
        border-top-color: #afb6bc;
    }

    .alert-unknown .alert-link {
        color: #a0a6ac;
    }

    .alert-unknown .alert-media {
        background-color: #e5eef4;
    }

.choose-box {
    padding: 0 0 53px;
}

    .choose-box .title {
        margin: 0 0 79px;
    }

    .choose-box .valves-list {
        padding: 0 0 30px;
    }

.information-area .title {
    margin: 0 0 38px;
}

.detail-form .required-text {
    display: block;
    color: #8b8178;
    font-size: 15px;
    margin: 0 0 9px 30px;
}

.detail-form .group-box {
    background: #fff;
    border: 2px solid #afdae9;
    padding: 47px 34px 37px;
    margin: 0 0 25px;
}

.detail-form h2 {
    margin: 0 0 23px;
}

.detail-form label {
    display: block;
    font-weight: 400;
    color: #8b8178;
    line-height: 20px;
    margin: 0 0 6px;
}

.detail-form .jcf-select {
    background: #f7fbfc;
    min-width: 50px;
}

.has-error .jcf-select-form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-error .jcf-select-form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    }

.detail-form .row-input {
    padding: 0 0 15px;
}

.detail-form .column-holder {
    margin: 0 -12px;
}

.detail-form .column {
    float: left;
    width: 50%;
    padding: 0 12px;
}

.detail-form .form-control {
    height: 56px;
    padding: 16px 15px;
}

.detail-form textarea.form-control {
    height: 187px;
}

.detail-form .text {
    font-size: 16px;
    line-height: 22px;
    display: block;
    color: #bfbab5;
    margin: 9px 0;
}

    .detail-form .text.captcha {
        margin: -7px 0 30px;
    }

.detail-form .help-link {
    display: inline-block;
    vertical-align: top;
    margin: 15px 0 0;
    color: #e21a22;
}

.detail-form input[type="submit"], .detail-form input[type="button"] {
    display: block;
    width: 386px;
    margin: 0 auto 27px;
}

.detail-form .widget:first-child {
    margin-top: 30px;
}

.detail-form hr {
    border-top-color: #d2e7ee;
}

.checkbox-list {
    padding: 19px 0 10px;
}

    .checkbox-list li {
        margin: 0 0 21px;
    }

    .checkbox-list label {
        display: inline-block;
        vertical-align: middle;
        margin: 0;
        letter-spacing: 0;
        font-size: 16px;
        line-height: 19px;
    }

    .checkbox-list span.field-validation-error {
        display: inline-block;
        vertical-align: middle;
        margin: 0;
        letter-spacing: 0;
        font-size: 16px;
        line-height: 19px;
        padding-top: 5px;
    }

.total-summary {
    margin: 30px 0 0;
    background: #fff;
    box-shadow: 0 3px 0 0 rgba(72, 156, 184, .22);
    padding: 0 0 20px;
}

    .total-summary .frame {
        background: #d8eaf1;
        padding: 38px 35px 13px;
    }

    .total-summary h2 {
        position: relative;
        padding: 16px 0 0;
        margin: 0 0 12px;
    }

    .total-summary .subtitle {
        text-align: left;
        margin: 0;
    }

    .total-summary ul {
        font-size: 23px;
        line-height: 34px;
    }

        .total-summary ul li {
            /*border-top: 1px solid #b3d8e5;*/
            padding: 8px 0;
        }

    .total-summary .report {
        border-top: 1px solid #b3d8e5;
        margin-top: 10px;
    }

    .total-summary ul li:last-child {
        border-top: 1px solid #b3d8e5;
        margin-top: 7px;
    }

    /*.total-summary ul li:first-child {
	border: none;
}*/

    .total-summary .name {
        font-size: 15px;
        display: block;
        line-height: 20px;
        font-weight: 600
    }

    .total-summary .value {
        font-size: 15px;
        display: block;
        line-height: 20px;
        color: gray;
    }

    .total-summary .total {
        float: left;
        /*font-weight: 300;*/
    }

    .total-summary .price {
        float: right;
        color: #4b9db9;
        font-family: "Sanchez", "Times New Roman", Times, Baskerville, Georgia, serif;
    }

.payment {
    padding: 11px 0 0;
}

    .payment li {
        float: left;
        margin: 0 5px 0 0;
    }

.card-verification-number {
    width: 80px;
    display: inline;
}

.entrust-logo {
    width: 76px;
    height: auto;
    margin: 15px auto 0;
}

    .entrust-logo img {
        display: block;
    }



.report-info {
    background: #fff;
    box-shadow: 0 3px 0 0 rgba(72, 156, 184, .22);
    margin: 0 0 80px;
    text-align: center;
    padding: 67px 23px 79px;
}

    .report-info h2 {
        font-size: 40px;
        line-height: 1.2;
        margin: 0 0 11px;
    }

    .report-info ul {
        padding: 0 0 19px;
    }

    .report-info li {
        position: relative;
        display: inline-block;
        vertical-align: top;
        letter-spacing: 0;
        font-size: 23px;
        line-height: 24px;
        font-weight: 300;
        margin: 0 21px 15px;
    }

        .report-info li:before {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: -21px;
            width: 1px;
            background: #231f20;
        }

    .report-info .report-buttons li:before {
        content: none;
    }

    .report-info .report-buttons li.emtext {
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .report-info li:first-child:before {
        display: none;
    }

    .report-info .btn-holder .btn {
        min-width: 256px;
    }

    .report-info .btn-holder em {
        display: inline-block;
        vertical-align: middle;
        margin: 0 22px;
        font-family: "Sanchez", "Times New Roman", Times, Baskerville, Georgia, serif;
        font-size: 20px;
        line-height: 55px;
        color: #489cb8;
    }

    .report-info .progressbar {
        position: relative;
        display: inline-block;
        width: 80px;
        height: 80px;
        margin-bottom: 35px;
        text-align: center;
    }

        .report-info .progressbar canvas {
            position: absolute;
            top: 0;
            left: 0;
        }

        .report-info .progressbar .percent {
            color: #489cb8;
            display: inline-block;
            line-height: 80px;
            z-index: 2;
        }

.back-area {
    text-align: center;
    font-size: 23px;
    line-height: 30px;
    font-weight: 300;
}

    .back-area .btn {
        display: block;
        max-width: 360px;
        margin: 0 auto 30px;
    }

    .back-area p a {
        text-decoration: underline;
    }

.accordion li {
    list-style: none outside;
    margin: 0 0 9px;
    border-bottom: 3px solid rgba(72, 156, 184, .22);
    background: #fff;
}

    .accordion li.active .opener:after {
        content: "\e609";
    }

.accordion .opener {
    position: relative;
    display: block;
    color: #231f20;
    font-weight: 300;
    font-size: 22px;
    line-height: 30px;
    padding: 19px 100px 22px 35px;
    outline: none;
    text-decoration: none;
}

    .accordion .opener:hover {
        text-decoration: none;
    }

        .accordion .opener:hover:after {
            color: #84b6c8;
        }

    .accordion .opener:after {
        content: "\e60a";
        position: absolute;
        top: 20px;
        right: 25px;
        font-family: "swift-fontv2";
        font-size: 30px;
        line-height: 1;
        color: #489cb8;
    }

.accordion .slide {
    padding: 0 100px 24px 35px;
    color: #8b8178;
}

.accordion p {
    margin: 0;
}

.widget {
    background: #d8eaf1;
    padding: 38px 35px 42px;
    margin: 0 0 24px;
}

    .widget.email-info h2 {
        margin: 0 0 16px;
    }

    .widget .email {
        color: #8b8178;
        font-size: 16px;
        line-height: 18px;
    }

    .widget h2 {
        position: relative;
        line-height: 34px;
        padding: 16px 0 0;
        margin: 0 0 34px;
    }

        .widget h2:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 40px;
            height: 1px;
            background: #535558;
        }

    .widget span {
        display: block;
        color: #489cb8;
        font-size: 15px;
        line-height: 18px;
        margin: 0 0 9px;
    }

    .widget .btn {
        display: block;
        margin: 0 0 54px;
    }

    .widget .xero-logo {
        margin: 0 0 12px;
    }

#main {
    padding: 47px 0 30px;
}

#sidebar {
    padding: 8px 0 0;
}

[id="content"] .group {
    padding: 0 0 25px;
}

    [id="content"] .group h1 {
        margin: 0 0 20px;
    }

    [id="content"] .group p {
        margin: 0 0 20px;
    }

.use-area {
    background: #eaf4f8;
}

    .use-area .top-box {
        background: #8fc3d5;
        padding: 30px 0 250px;
        min-height: 535px;
        margin: 0 0 -249px;
    }

        .use-area .top-box .headline {
            font-size: 66px;
            line-height: 1;
            color: #fff;
            font-weight: 300;
            text-shadow: 0 2px 0 rgba(0, 0, 0, .15);
            margin: 0 0 38px;
        }

        .use-area .top-box .subtitle {
            color: #fff;
        }

    .use-area .breadcrumb li {
        color: #fff;
    }

    .use-area .breadcrumb a {
        color: #fff;
    }

    .use-area .info {
        text-align: center;
        margin: 0 0 80px;
    }

        .use-area .info .img-holder {
            margin: 0 0 36px;
        }

.features {
    line-height: 24px;
    color: #8b8178;
    margin: 0 0 98px;
}

    .features:first-child .img-holder {
        margin: 9px 0 0;
    }

    .features .img-holder {
        text-align: center;
        margin: -21px 0 0;
    }

    .features h1 {
        position: relative;
        line-height: 1.2;
        padding: 26px 0 0;
        margin: 0 0 21px;
        color: #231f20;
    }

        .features h1:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 78px;
            height: 1px;
            background: #808285;
        }

    .features p {
        margin: 0;
    }

.features-list {
    line-height: 24px;
    color: #8b8178;
    padding: 75px 0 76px;
}

    .features-list h2 {
        position: relative;
        color: #231f20;
        margin: 0 0 24px;
        padding: 29px 0 0;
    }

        .features-list h2:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 78px;
            height: 1px;
            background: #989697;
        }

    .features-list p {
        margin: 0;
    }

.video-area {
    background: #eaf4f8;
    text-align: center;
}

.video-box {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

    .video-box .masked {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgba(72, 156, 184, .82);
        color: #fff;
        white-space: nowrap;
    }

        .video-box .masked:after {
            content: "";
            vertical-align: middle;
            display: inline-block;
            min-height: 100%;
        }

    .video-box .text-box {
        display: inline-block;
        vertical-align: middle;
        white-space: normal;
    }

    .video-box .text {
        display: block;
        font-weight: 300;
        font-size: 40px;
        line-height: 1.2;
        margin: 0 0 25px;
    }

    .video-box .icon-play {
        display: inline-block;
        vertical-align: top;
        font-size: 100px;
    }

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    .xero-logo:before {
        background: url(/images/xero-logo-2x.png) no-repeat;
        background-size: 125px 56px;
    }

    .xero-logo.blue:before {
        background-position: -69px 0;
    }
}

@media all and (max-width: 1200px) {
    .why-area .img-holder {
        margin: 22px 0 0 0;
    }
}

@media all and (max-width: 1169px) {
    .visual .xero-logo {
        left: 42px;
    }

    .visual .text {
        padding: 128px 15px 0 42px;
    }
}

@media all and (max-width: 1023px) {
    .visual .xero-logo {
        bottom: 30px;
    }

    .visual .text {
        padding: 78px 15px 0 42px;
        font-size: 20px;
        height: 700px;
    }

    .visual h1 {
        font-size: 46px;
    }

    .visual .btn-holder {
        text-align: center;
    }

        .visual .btn-holder > em {
            margin: 8px 0;
        }

    .visual .btn-box {
        display: block;
    }

    .main-carousel .img-holder {
        height: 700px;
    }

    .intro {
        padding: 51px 0 36px;
    }

        .intro .item {
            margin: 0 0 20px;
        }

            .intro .item p {
                display: inline-block;
                vertical-align: middle;
            }

                .intro .item p:before,
                .intro .item p:after {
                    display: none;
                }

    .features-area {
        padding: 49px 0 130px;
    }

    .start-area .text-box {
        padding: 53px 0 30px;
        margin: 0;
    }

    .start-form {
        padding: 32px 20px 36px;
        margin: -37px 0 -30px;
    }

        .start-form h1 {
            font-size: 27px;
            line-height: 1.11;
            margin: 0 0 8px;
        }

    .summary-box {
        padding: 46px 20px 55px;
    }

    .credit-box {
        padding: 49px 20px 55px;
    }

    .plans-list > li {
        width: 33.33%;
        padding: 0 0 50px 7px;
    }

    .result-box td {
        padding: 0 5px 0 10px;
    }

        .result-box td.abn {
            padding: 0 5px 0 10px;
        }

    .detail-form .group-box {
        padding: 35px 15px 29px;
    }

    .detail-form .column-holder {
        margin: 0 -8px;
    }

    .detail-form .column {
        padding: 0 8px;
    }

    .detail-form .credit-card-number {
        width: 100%;
    }

    .total-summary .frame {
        padding: 38px 15px 13px;
    }

    .use-area .top-box .headline {
        font-size: 56px;
    }

    .video-box {
        display: block;
    }
}

@media all and (max-width: 980px) {
    .testimonials-area blockquote q:before,
    .testimonials-area blockquote q:after {
        left: -64px;
    }

    .testimonials-area blockquote q:after {
        right: -64px;
        left: auto;
    }
}

@media all and (max-width: 767px) {
    h1 {
        font-size: 27px;
        line-height: 1.11;
    }

    h2 {
        font-size: 22px;
        line-height: 1.18;
    }

    .visual .xero-logo {
        padding: 0 50px 0 0;
        position: relative;
        bottom: 0;
        left: 0;
        font-size: 14px;
    }

        .visual .xero-logo:before {
            left: auto;
            right: 0;
            width: 41px;
            height: 41px;
            background-size: 41px 41px;
            margin: -21px 0 0;
        }

    .visual .text-holder {
        float: none;
        width: 100%;
    }

    .visual .text {
        height: auto;
        width: 100%;
        max-width: none;
        padding: 41px 15px 57px;
        font-size: 18px;
        line-height: 23px;
        text-align: center;
    }

    .visual h1 {
        font-size: 37px;
        padding: 19px 0 0;
        margin: 0 0 17px;
    }

        .visual h1:before {
            left: 50%;
            margin: 0 0 0 -32px;
        }

        .visual h1 br {
            display: none;
        }

    .visual p {
        margin: 0 0 38px;
    }

    .visual .btn {
        display: block;
    }

    .visual .btn-box {
        margin: 0 0 8px;
    }

    .visual .btn-holder {
        margin: 0 0 56px;
    }

        .visual .btn-holder > em {
            margin: 0 0 8px;
        }

    .main-carousel {
        width: 100%;
        float: none;
    }

        .main-carousel .slide {
            height: 330px !important;
        }

        .main-carousel .img-holder {
            height: auto;
        }

            .main-carousel .img-holder img {
                vertical-align: bottom;
                margin: 0 !important;
                width: 100% !important;
                height: auto !important;
            }

        .main-carousel .description .frame {
            max-width: none;
            text-align: center;
        }

        .main-carousel .play {
            text-align: left;
            font-size: 18px;
            line-height: 22px;
            padding: 0 0 0 50px;
            margin: 0 0 35px;
        }

            .main-carousel .play:before {
                font-size: 40px;
                margin: -20px 0 0;
            }

    .pagination {
        bottom: 10px;
    }

        .pagination ul {
            max-width: none;
        }

        .pagination a {
            /*width: 10px;
		height: 10px;*/
            border-width: 1px;
        }

    .btn.btn-default {
        padding: 13px 32px 12px;
    }

    .btn {
        padding: 14px 33px 13px;
    }

    .title {
        padding: 20px 0 0;
        margin: 0 0 18px;
        font-size: 27px;
        line-height: 1.11;
    }

    .subtitle {
        font-size: 17px;
        line-height: 20px;
        margin: 0 0 28px;
    }

    .no-report {
        padding: 20px 0 0;
        margin: 0 0 18px;
        line-height: 1.11;
    }

    .intro .img-holder {
        margin: 0 0 28px;
    }

    .intro .item {
        font-size: 15px;
        line-height: 20px;
        padding: 0 0 0 45px;
        min-height: 32px;
        margin: 0 0 14px;
    }

    .intro .count {
        left: 3px;
        top: 50%;
        margin: -16px 0 0;
        width: 32px;
        height: 32px;
        font-size: 15px;
        line-height: 32px;
        padding: 0 5px;
    }

    .intro p {
        display: inline-block;
        vertical-align: middle;
    }

    .features-area h2 {
        font-size: 23px;
        line-height: 26px;
        margin: 0 0 8px;
    }

    .features-area .item {
        font-size: 15px;
        line-height: 20px;
    }

    .text-more {
        font-size: 18px;
        line-height: 24px;
    }

    .list.ticks li {
        padding: 0 0 20px 35px;
        line-height: 1.17;
    }

        .list.ticks li:before {
            top: -3px;
        }

    .list {
        font-size: 18px;
        line-height: 1;
    }

        .list li {
            padding: 0 0 20px 23px;
        }

            .list li:before {
                top: 4px;
            }

    .start-area .text-box {
        padding: 31px 0 51px;
    }

    .start-form {
        float: none;
        width: 100%;
        margin: -84px 0 0;
        overflow: hidden;
    }

        .start-form .subtitle {
            margin: 0 0 22px;
        }

        .start-form label {
            margin: 0 0 6px;
        }

        .start-form .input-holder {
            padding: 0 0 9px;
        }

        .start-form .form-control {
            height: 51px;
            padding: 14px 15px 15px;
            font-size: 14px;
            line-height: 20px;
        }

        .start-form input[type="submit"] {
            height: 51px;
            margin: 13px 0 0;
        }

    .subscribe-area {
        padding: 50px 0 68px;
    }

    .search-form h3 {
        margin: 0 0 14px;
        font-size: 18px;
        line-height: 1.17;
    }

    .search-form .col {
        float: none;
        width: 100% !important;
        padding: 0 0 10px;
    }

        .search-form .col.button {
            padding: 22px 0 0;
        }

    .search-form label {
        margin: 0 0 3px;
    }

    .search-form {
        padding: 34px 20px 38px;
    }

        .search-form h2 {
            margin: 0 0 5px;
        }

    .breadcrumb {
        font-size: 12px;
        line-height: 16px;
        padding: 0 0 35px;
    }

    .headline {
        font-size: 38px;
        line-height: 1.21;
    }

    .top-block.detail .headline {
        margin: 0 0 41px;
    }

    .top-block.pricing .headline {
        margin: 0 0 5px;
    }

    .top-block.results .headline {
        margin: 0 0 40px;
    }

    .top-block.results .search-form {
        padding: 34px 22px 37px;
    }

    .top-block.thanks {
        padding: 41px 0 38px;
    }

        .top-block.thanks .headline {
            margin: 0 0 18px;
        }

    .top-block.error-page {
        padding: 41px 0 38px;
    }

        .top-block.error-page .headline {
            margin: 0 0 18px;
        }

    .top-block.about {
        padding: 16px 0 0;
    }

        .top-block.about .subtitle br {
            display: none;
        }

    .top-block.contact .subtitle {
        margin: 0 0 23px;
    }

    .top-block {
        padding: 15px 0 52px;
    }

        .top-block .headline {
            margin: 0 0 19px;
        }

        .top-block .search-form {
            padding: 38px 21px 39px;
        }

    .why-area {
        padding: 50px 0 39px;
    }

        .why-area .subtitle {
            margin: 0 0 7px;
        }

        .why-area .link-more {
            margin: 0 0 34px;
        }

        .why-area .img-holder {
            margin: 9px 0 0;
            text-align: center;
        }

        .why-area .text-more {
            padding: 27px 0 0;
        }

    .link-more {
        font-size: 18px;
        line-height: 1.33;
    }

    .number-list {
        font-size: 15px;
        line-height: 19px;
    }

        .number-list li {
            padding: 0 0 21px 54px;
        }

            .number-list li:before {
                font-size: 15px;
                line-height: 20px;
                width: 32px;
                height: 32px;
                padding: 6px 5px;
                top: 1px;
            }

        .number-list strong {
            font-size: 18px;
            line-height: 21px;
            margin: 0 0 11px;
        }

    .testimonials-area {
        padding: 18px 0 33px;
    }

        .testimonials-area blockquote q {
            padding: 41px 0 13px;
            font-size: 24px;
            line-height: 29px;
        }

            .testimonials-area blockquote q:before,
            .testimonials-area blockquote q:after {
                font-size: 77px;
                left: -27px;
            }

            .testimonials-area blockquote q:after {
                left: auto;
                right: -27px;
                bottom: 18px;
            }

        .testimonials-area blockquote cite {
            font-size: 18px;
            line-height: 24px;
        }

    .quote-gallery .btn-prev,
    .quote-gallery .btn-next {
        width: 13px;
        height: 21px;
    }

        .quote-gallery .btn-prev:before,
        .quote-gallery .btn-prev:after,
        .quote-gallery .btn-next:before,
        .quote-gallery .btn-next:after {
            width: 16px;
            top: 5px;
            left: -2px;
        }

        .quote-gallery .btn-prev:after,
        .quote-gallery .btn-next:after {
            bottom: 5px;
            top: auto;
        }

    .quote-gallery .btn-prev {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .quote-gallery .btn-next {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .include-area {
        padding: 49px 0 30px;
    }

        .include-area .list {
            margin: 0;
        }

        .include-area .btn-box {
            padding: 12px 0 19px;
        }

            .include-area .btn-box .btn {
                display: block;
                margin: 0 0 11px;
                min-width: 1px;
            }

    .report-area {
        padding: 48px 0 68px;
    }

        .report-area .btn {
            width: 100%;
            min-width: 1px;
            font-size: 16px;
        }

    .summary-box table {
        display: block;
        overflow: hidden;
    }

        .summary-box table tbody,
        .summary-box table tr {
            display: block;
        }

        .summary-box table tbody {
            float: left;
            width: 100%;
            padding: 0;
        }

        .summary-box table tr {
            float: left;
            width: 100%;
            clear: both;
            padding: 0;
        }

            .summary-box table tr:last-child {
                border: none;
            }

        .summary-box table td {
            width: 100%;
            display: block;
            float: left;
            clear: both;
            font-size: 15px;
            padding: 0 0 9px;
        }

            .summary-box table td:first-child {
                width: 100%;
                padding: 5px 0 0;
            }

    .summary-box {
        padding: 25px 23px 22px;
    }

        .summary-box h2 {
            font-size: 23px;
            margin: 0 0 8px;
        }

    .credit-box h2:before {
        font-size: 61px;
        left: 50%;
        margin: 0 0 0 -23px;
    }

    .credit-box {
        margin: 0 0 -6px;
        text-align: center;
        padding: 34px 23px 37px;
    }

        .credit-box h2 {
            font-size: 23px;
            padding: 82px 0 0;
            margin: 0 0 20px;
        }

        .credit-box .btn {
            margin: 0 0 12px;
        }

        .credit-box .more, .credit-box .new-serach {
            font-size: 18px;
        }

    .valves-list .icon-desktop:before {
        font-size: 21px;
        margin: -10px 0 0 -12px;
    }

    .valves-list .icon-folder:before {
        font-size: 25px;
        margin: -12px 0 0 -12px;
    }

    .valves-list .icon-eye:before {
        font-size: 15px;
        margin: -7px 0 0 -12px;
    }

    .valves-list {
        text-align: left;
        padding: 0 0 25px;
    }

        .valves-list li {
            width: 100%;
            margin: 0 0 15px;
        }

        .valves-list .icon-box {
            width: 45px;
        }

            .valves-list .icon-box span {
                width: 45px;
                height: 45px;
            }

        .valves-list strong {
            font-size: 18px;
            line-height: 22px;
        }

    .plans-list {
        margin: 0;
    }

        .plans-list > li {
            width: 100%;
            padding: 0 0 18px;
        }

    .plans .name {
        margin: 0 0 13px;
    }

    .plans .price {
        margin: 0 0 17px;
    }

    .plans .details {
        padding: 0 0 9px;
    }

    .plans {
        padding: 18px 15px 23px;
    }

        .plans .price {
            height: auto !important;
        }

        .plans .btn-holder {
            display: block;
        }

        .plans .details .slide.js-slide-hidden {
            position: absolute !important;
        }

        .plans.hover,
        .plans.active {
            margin: 0;
        }

            .plans.hover .price,
            .plans.active .price {
                margin: 0 0 17px;
            }

        .plans .btn {
            display: block;
        }

    .sort-form {
        display: block;
        margin: 0 0 16px;
    }

    .result-box .title {
        margin: 0 0 38px;
    }

    .result-box {
        padding: 51px 0 34px;
    }

        .result-box td {
            float: left;
            clear: both;
            width: 100% !important;
            display: block;
            border-top: 1px solid #dfecf0;
            border-left: none;
        }

    .sort-table {
        display: none;
    }

    .result-list li {
        margin: 0 0 19px;
    }

    .result-table td {
        border-left: none;
        padding: 8px 0 11px !important;
    }

        .result-table td:last-child {
            border-top: none;
        }

        .result-table td span {
            display: inline;
        }

        .result-table td.name {
            color: #8b8178;
        }

            .result-table td.name span {
                display: block;
                margin: 0 0 5px;
            }

    .result-table {
        padding: 24px 23px 27px;
        border-spacing: 0;
        width: 100%;
        overflow: hidden;
        display: block;
    }

        .result-table tr,
        .result-table tbody,
        .result-table td {
            display: block;
        }

        .result-table tbody {
            float: left;
            width: 100%;
            padding: 0;
        }

        .result-table tr {
            float: left;
            width: 100%;
            clear: both;
            padding: 0;
        }

        .result-table .btn {
            max-width: 100%;
            padding: 15px 5px 13px;
            font-size: 15px;
        }

    .refine-box {
        padding: 0 0 6px;
    }

        .refine-box .title {
            margin: 0 0 27px;
        }

    .jcf-select {
        height: 51px;
    }

        .jcf-select .jcf-select-text {
            margin: 11px 35px 12px 15px;
        }

        .jcf-select .jcf-select-opener {
            width: 35px;
        }

            .jcf-select .jcf-select-opener:after {
                right: 13px;
            }

    .choose-box .valves-list {
        padding: 0 0 17px;
    }

    .choose-box {
        padding: 0 0 37px;
    }

        .choose-box .title {
            margin: 0 0 28px;
        }

    .information-area .title {
        margin: 0 0 22px;
    }

    .detail-form .required-text {
        margin: 0 0 9px 25px;
    }

    .detail-form .group-box {
        padding: 35px 23px 29px;
        margin: 0 0 15px;
    }

    .detail-form h2 {
        margin: 0 0 13px;
    }

    .detail-form label {
        margin: 0 0 5px;
        font-size: 15px;
    }

    .detail-form .row-input {
        padding: 0 0 9px;
    }

    .detail-form .column {
        width: 100%;
        padding: 0 8px;
    }

        .detail-form .column:first-child {
            padding: 0 8px 9px;
        }

        .detail-form .column.mobile {
            width: 42.18%;
        }

            .detail-form .column.mobile label {
                white-space: nowrap;
            }

            .detail-form .column.mobile:first-child {
                width: 57.82%;
            }

    .detail-form .form-control {
        height: 51px;
        padding: 14px 15px 15px;
    }

    .detail-form textarea.form-control {
        height: 212px;
    }

    .detail-form .text {
        font-size: 15px;
        line-height: 21px;
    }

    .detail-form input[type="submit"], .detail-form input[type="button"] {
        width: 100%;
        margin: 0;
    }

    .detail-form .widget:first-child {
        margin-top: 8px;
    }

    .checkbox-list {
        padding: 4px 0 10px;
    }

        .checkbox-list li {
            margin: 0 0 9px;
        }

        .checkbox-list .jcf-checkbox {
            float: left;
        }

        .checkbox-list label {
            display: block;
            overflow: hidden;
            font-size: 15px;
        }

    .total-summary {
        margin: 10px 0 0;
        padding: 0 0 17px;
    }

        .total-summary .frame {
            padding: 38px 23px 0;
            margin: 0 0 21px;
        }

        .total-summary h2 {
            padding: 24px 0 0;
            margin: 0 0 18px;
        }

        .total-summary ul {
            font-size: 18px;
        }

            .total-summary ul li {
                padding: 16px 0;
            }

    .payment {
        padding: 6px 0 0;
    }

        .payment li {
            width: 37px;
        }

    .report-info ul {
        padding: 0 0 17px;
    }

    .report-info li {
        display: block;
        margin: 0;
        font-size: 18px;
    }

        .report-info li:before {
            display: none;
        }

    .report-info .btn-holder .btn {
        display: block;
    }

    .report-info .btn-holder em {
        font-size: 17px;
        line-height: 30px;
    }

    .report-info {
        padding: 43px 23px 50px;
        margin: 0 0 53px;
    }

        .report-info h2 {
            font-size: 27px;
            line-height: 30px;
            margin: 0 0 17px;
        }

    .back-area .btn {
        max-width: 100%;
        display: block;
        margin: 0 0 26px;
    }

    .back-area {
        font-size: 18px;
        line-height: 24px;
    }

    .accordion li {
        margin: 0 0 10px;
    }

    .accordion .opener {
        font-size: 18px;
        line-height: 22px;
        height: 61px;
        padding: 11px 60px 10px 23px;
        display: table;
        width: 100%;
    }

        .accordion .opener span {
            display: table-cell;
            vertical-align: middle;
        }

        .accordion .opener:after {
            right: 16px;
            top: 15px;
        }

    .accordion .slide {
        font-size: 15px;
        line-height: 20px;
        padding: 0 60px 11px 23px;
    }

    .widget {
        padding: 24px 25px 38px;
    }

        .widget.email-info h2 {
            margin: 0 0 8px;
        }

        .widget h2 {
            font-size: 23px;
            line-height: 29px;
            padding: 19px 0 0;
            margin: 0 0 22px;
        }

        .widget span {
            font-size: 14px;
            line-height: 16px;
        }

        .widget .btn {
            margin: 0 0 41px;
        }

    #main {
        padding: 47px 0 50px;
    }

    [id="content"] .group {
        padding: 0 0 17px;
        font-size: 15px;
        line-height: 20px;
    }

    .use-area .top-box {
        padding: 21px 0 100px;
        min-height: 377px;
        margin: 0 0 -111px;
    }

        .use-area .top-box .headline {
            font-size: 37px;
            line-height: 46px;
            margin: 0 0 27px;
        }

    .use-area .info .img-holder {
        margin: 0 0 24px;
    }

    .use-area .info {
        margin: 0 0 84px;
    }

        .use-area .info .subtitle {
            line-height: 22px;
            margin: 0 0 31px;
        }

        .use-area .info .btn {
            display: block;
        }

    .features {
        position: relative;
        padding: 58px 0 0;
        text-align: center;
        font-size: 15px;
        line-height: 23px;
        margin: 0 0 54px;
    }

        .features:before {
            content: "";
            position: absolute;
            top: 0;
            left: 50%;
            width: 78px;
            height: 1px;
            background: #808285;
            margin: 0 0 0 -39px;
        }

        .features .pull-right {
            float: none !important;
        }

        .features:first-child {
            padding: 0;
        }

            .features:first-child:before {
                display: none;
            }

            .features:first-child .img-holder {
                margin: 0 0 16px;
            }

        .features .img-holder {
            margin: 0 0 16px;
        }

        .features h1 {
            line-height: 33px;
            padding: 0;
            margin: 0 0 23px;
        }

            .features h1:before {
                display: none;
            }

    .features-list {
        text-align: center;
        font-size: 16px;
        line-height: 28px;
        padding: 54px 0 0;
    }

        .features-list .item {
            margin: 0 0 51px;
        }

        .features-list h2 {
            font-size: 28px;
            line-height: 34px;
        }

            .features-list h2:before {
                left: 50%;
                margin: 0 0 0 -39px;
            }

    .video-box {
        margin: 0 -15px;
    }

        .video-box .text {
            font-size: 27px;
            line-height: 34px;
            margin: 0 0 10px;
        }

        .video-box .icon-play {
            font-size: 56px;
        }
}

@media all and (max-width: 639px) {
    .main-carousel .slide {
        height: 166px !important;
    }

    .features-area .icon {
        height: auto !important;
        margin: 0 0 17px;
    }

    .search-form {
        font-size: 15px;
    }

        .search-form .form-item {
            float: none;
            width: 100%;
            padding: 0 0 15px;
        }

        .search-form .form-control {
            padding: 14px 15px;
            font-size: 14px;
            line-height: 20px;
            height: 50px;
        }

        .search-form input[type="submit"] {
            float: none;
            display: block;
            height: 50px;
            width: 100%;
            padding: 15px 5px 16px;
        }

    .prices-btn-container .get-report .btn {
        width: 100%;
    }

    .prices-btn-container .learn-more .btn {
        width: 100%;
    }
}

/* SWIFTCHECK UPGRADE: GF */
.prices-summary-area {
    /*margin-top: -100px;*/
}

.prices-btn-container .learn-more {
    text-align: center;
}

.prices-btn-container .get-report {
    text-align: center;
}

.prices-btn-container .view-sample {
    text-align: center;
}

.view-sample-link {
    text-decoration: underline;
}

.btn-box {
    text-align: center;
}

.price-report {
    font-size: 17px;
    color: #4b9db9;
    font-family: "Sanchez", "Times New Roman", Times, Baskerville, Georgia, serif;
    margin-bottom: 10px;
    padding-left: 25px;
}

.prices-summary .price {
    font-size: 36px;
    color: #4b9db9;
    font-family: "Sanchez", "Times New Roman", Times, Baskerville, Georgia, serif;
    margin-bottom: 30px;
}

.prices-summary-highlighed .price {
    font-size: 36px;
    color: #fff;
    font-family: "Sanchez", "Times New Roman", Times, Baskerville, Georgia, serif;
    margin-bottom: 30px;
}

.cents {
    font-size: 24px;
    vertical-align: top;
}

.prices-summary-highlighed .price .cents {
    font-size: 24px;
    vertical-align: top;
}

.prices-btn-container .learn-more .btn {
    background-color: #fff;
    color: #269abc;
    width: 70%;
}

    .prices-btn-container .learn-more .btn:hover {
        background-color: #269abc;
        color: #fff;
        width: 70%;
    }

.prices-summary-highlighed .view-sample a {
    color: #fff
}

    .prices-summary-highlighed .view-sample a:hover {
        text-decoration: underline;
    }

.prices-btn-container .get-report .btn {
    width: 70%;
}

.prices-summary-row {
    /*display: table;*/
}

.product-title-popular-highlighted {
    background-color: #306E83;
    height: 80px;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 25px;
    font-size: 26px;
    color: white;
    font-family: "Sanchez";
}

@media all and (max-width : 767px) {
    .product-title-popular {
        display: none;
    }

    .prices-summary .price {
        margin-bottom: 0;
    }

    .product-title-popular-highlighted {
        height: 70px;
    }

    .product-title {
        padding-top: 20px;
    }

    .prices-summary li {
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .prices-summary-highlighted li {
        padding-top: 6px;
        padding-bottom: 6px;
    }
}

.product-title-popular {
    height: 80px;
    margin-left: -15px;
    margin-right: -15px;
    background-color: #eaf4f8
}

.prices-summary {
    background-color: white;
}

.prices-summary-highlighed {
    background-color: #4b9db9;
    color: #fff;
}

    .prices-summary-highlighed .price {
        color: #fff;
    }

    .prices-summary-highlighed .prices-btn-container .learn-more .btn {
        color: #fff;
        background-color: #4b9db9;
        border-color: #fff
    }

        .prices-summary-highlighed .prices-btn-container .learn-more .btn:hover {
            color: #4b9db9;
            background-color: #fff;
            border-color: #fff
        }

.prices-summary li {
    padding-top: 13px;
    padding-bottom: 13px;
}

    .prices-summary li:first-child {
        border-top: 2px solid #eaf4f8;
    }

.prices-summary-highlighed li {
    padding-top: 13px;
    padding-bottom: 13px;
}

    .prices-summary-highlighed li:first-child {
        border-top: 2px solid #89BED1;
    }

.prices-summary-li {
    border-bottom: 2px solid #eaf4f8;
}

.prices-summary-highlighed-li {
    border-bottom: 2px solid #89BED1;
}

@media all and (max-width : 767px) {
    .prices-btn-container .learn-more {
        padding-bottom: 10px;
    }

    .prices-btn-container .get-report {
        padding-bottom: 10px;
    }

    .prices-btn-container .view-sample {
        padding-bottom: 20px;
    }

    .prices-btn-container .get-report .btn {
        width: 100%;
    }

    .prices-btn-container .learn-more .btn {
        width: 100%;
    }

        .prices-btn-container .learn-more .btn:hover {
            width: 100%;
        }
}

@media all and (min-width : 768px) {
    .prices-summary {
        float: none;
        width: 33%;
        display: table-cell;
        vertical-align: top;
        position: relative;
        padding-bottom: 200px;
        background-color: white;
        border-left: #eaf4f8 solid;
        border-right: #eaf4f8 solid;
    }

    .prices-summary-highlighed {
        float: none;
        width: 33%;
        display: table-cell;
        vertical-align: top;
        position: relative;
        padding-bottom: 160px;
        background-color: #4b9db9;
        border-left: #eaf4f8 solid;
        border-right: #eaf4f8 solid;
    }

    .prices-btn-container {
        position: absolute;
        bottom: 0;
        text-align: center;
        margin-left: -15px;
        margin-right: auto;
        width: 100%;
    }

        .prices-btn-container .learn-more {
            padding-bottom: 65px;
            position: absolute;
            bottom: 0;
            text-align: center;
            margin-left: auto;
            margin-right: auto;
            width: 100%;
        }

        .prices-btn-container .get-report {
            padding-bottom: 135px;
            position: absolute;
            bottom: 0;
            text-align: center;
            margin-left: auto;
            margin-right: auto;
            width: 100%;
        }

        .prices-btn-container .view-sample {
            padding-bottom: 30px;
            position: absolute;
            bottom: 0;
            text-align: center;
            margin-left: auto;
            margin-right: auto;
            width: 100%;
        }



    .prices-summary .product-title {
        height: 80px;
        margin-top: 45px;
        font-size: 22px;
    }

    .prices-summary-highlighed .product-title {
        height: 80px;
        margin-top: 45px;
        font-size: 22px;
    }
}

.fa-question-circle {
    color: #489cb8;
}

.blockElement, .blockPage {
    border: none !important;
    background-color: rgba(0, 0, 0, 0.0) !important;
    color: #fff !important;
}

.creditcardtypes {
    left: 0px;
    right: 0px;
    background: #f7fbfc url("/images/cardsprites.png") 0 0;
    background-repeat: no-repeat;
    padding-left: 75px !important;
}

    .creditcardtypes.visa {
        background-position: 0 -61px;
    }

    .creditcardtypes.mastercard {
        background-position: 0 -121px;
    }

    .creditcardtypes.amex {
        background-position: 0 -196px;
    }

.form-group {
    margin-bottom: 0;
}

span#message ul {
    margin-top: -20px;
}

    span#message ul li {
        list-style: none;
    }

.credit-box a {
    color: #fff;
}

.scroll_frame {
    overflow: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 100%;
    max-height: -webkit-fill-available;
    border: 0;
}

#reportModalDialog iframe {
    width: 100%;
    height: 98.8%; /* cludge for IE */
    border: none;
    vertical-align: top;
}

#reportModalDialog .modal-dialog {
    width: 95%;
    max-width: 1250px;
    margin-top: 2px;
}

#reportModalDialog .modal-body {
    height: 90vh;
}

.jcf-focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.frame-add-alerts {
    background-color: #489CB8;
    padding: 38px 25px 13px;
    margin: 0 0 18px;
}

.frame-add-alerts-message-title {
    color: white;
    font-size: 26px;
    font-family: "Sanchez";
    text-align: center;
}

.frame-add-alerts-message {
    background-image: url(../../../images/alerts.png);
    background-repeat: no-repeat;
    padding-right: 30px;
    color: #fff;
}

    .frame-add-alerts-message .subtitle {
        color: #fff;
        padding-left: 70px;
        font-style: normal;
        margin-top: 15px;
    }

.frame-add-alerts-message-link a {
    color: #fff;
    text-align: center;
}

.frame-add-alerts-message-link {
    margin-bottom: 20px;
}

#btnAddAlerts {
    width: 100%;
}

.frame-add-alerts-message-btn {
    width: 50%;
    display: block;
    margin: 20px auto;
}

.frame-remove-alerts {
    display: none;
    background-color: #d8eaf1;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 25px;
    text-align: center;
}

#btnRemoveAlerts {
    color: #000000;
}

@media all and (max-width: 767px) {
    .frame-add-alerts-message {
        background-image: url(../../../images/alerts.png);
        background-repeat: no-repeat;
        padding-right: 30px;
        height: 50px;
        color: #fff;
    }

    #btnAddAlerts {
        width: 100%;
    }

    .frame-add-alerts-message .subtitle {
        color: #fff;
        padding-left: 70px;
        padding-top: 20px;
    }
}

.ppsr-unavailable {
    display: none;
    font-family: Arial;
    font-weight: bold;
    font-size: 19px;
}

.add-alerts {
    margin: 0 auto;
    display: block;
}

.add-alerts-area {
    padding-top: 80px;
    padding-bottom: 80px;
}


.btn-search {
    color: #fff;
    background-color: #489cb8;
    border-color: #489cb8;
}

    .btn-search:focus, .btn-search.focus {
        color: #fff;
        background-color: #397d94;
        border-color: #244e5d;
    }

    .btn-search:hover {
        color: #fff;
        background-color: #397d94;
        border-color: #36778c;
    }

    .btn-search:active, .btn-search.active, .open > .btn-search.dropdown-toggle {
        color: #fff;
        background-color: #397d94;
        border-color: #36778c;
    }

        .btn-search:active:hover, .btn-search:active:focus, .btn-search:active.focus, .btn-search.active:hover, .btn-search.active:focus, .btn-search.active.focus, .open > .btn-search.dropdown-toggle:hover, .open > .btn-search.dropdown-toggle:focus, .open > .btn-search.dropdown-toggle.focus {
            color: #fff;
            background-color: #2f677a;
            border-color: #244e5d;
        }

    .btn-search:active, .btn-search.active, .open > .btn-search.dropdown-toggle {
        background-image: none;
    }

    .btn-search.disabled, .btn-search.disabled:hover, .btn-search.disabled:focus, .btn-search.disabled.focus, .btn-search.disabled:active, .btn-search.disabled.active, .btn-search[disabled], .btn-search[disabled]:hover, .btn-search[disabled]:focus, .btn-search[disabled].focus, .btn-search[disabled]:active, .btn-search[disabled].active, fieldset[disabled] .btn-search, fieldset[disabled] .btn-search:hover, fieldset[disabled] .btn-search:focus, fieldset[disabled] .btn-search.focus, fieldset[disabled] .btn-search:active, fieldset[disabled] .btn-search.active {
        background-color: #489cb8;
        border-color: #489cb8;
    }

    .btn-search .badge {
        color: #489cb8;
        background-color: #fff;
    }


.btn-select {
    color: #fff;
    background-color: #e11b22;
    border-color: #e11b22;
}

    .btn-select:focus, .btn-select.focus {
        color: #fff;
        background-color: #b3161b;
        border-color: #6f0d11;
    }

    .btn-select:hover {
        color: #fff;
        background-color: #b3161b;
        border-color: #aa141a;
    }

    .btn-select:active, .btn-select.active, .open > .btn-select.dropdown-toggle {
        color: #fff;
        background-color: #b3161b;
        border-color: #aa141a;
    }

        .btn-select:active:hover, .btn-select:active:focus, .btn-select:active.focus, .btn-select.active:hover, .btn-select.active:focus, .btn-select.active.focus, .open > .btn-select.dropdown-toggle:hover, .open > .btn-select.dropdown-toggle:focus, .open > .btn-select.dropdown-toggle.focus {
            color: #fff;
            background-color: #941216;
            border-color: #6f0d11;
        }

    .btn-select:active, .btn-select.active, .open > .btn-select.dropdown-toggle {
        background-image: none;
    }

    .btn-select.disabled, .btn-select.disabled:hover, .btn-select.disabled:focus, .btn-select.disabled.focus, .btn-select.disabled:active, .btn-select.disabled.active, .btn-select[disabled], .btn-select[disabled]:hover, .btn-select[disabled]:focus, .btn-select[disabled].focus, .btn-select[disabled]:active, .btn-select[disabled].active, fieldset[disabled] .btn-select, fieldset[disabled] .btn-select:hover, fieldset[disabled] .btn-select:focus, fieldset[disabled] .btn-select.focus, fieldset[disabled] .btn-select:active, fieldset[disabled] .btn-select.active {
        background-color: #e11b22;
        border-color: #e11b22;
    }

    .btn-select .badge {
        color: #e11b22;
        background-color: #fff;
    }


.breadcrumb {
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
    padding: 0 0 58px;
    margin: 0;
}

    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li + li:before {
            content: "/\00a0";
            padding: 0 5px;
            color: #84b6c8;
        }

    .breadcrumb > .active {
        color: #84b6c8;
    }

.form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.375;
    color: #4b9db9 !important;
    background-color: #f7fbfc;
    background-image: none;
    border: 1px solid #afdae9;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

    .form-control::-moz-placeholder {
        color: #8fc3d5;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #8fc3d5;
    }

    .form-control::-webkit-input-placeholder {
        color: #8fc3d5;
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        background-color: #eeeeee;
        opacity: 1;
    }

    .form-control[disabled], fieldset[disabled] .form-control {
        cursor: false;
    }

.text-danger {
    color: #a94442 !important;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    }

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #a94442;
}

a {
    color: #e21a22;
}

    a:hover {
        color: #9d1218;
    }


.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    .nav:before, .nav:after {
        content: " ";
        display: table;
    }

    .nav:after {
        clear: both;
    }

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

            .nav > li > a:hover, .nav > li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

        .nav > li.disabled > a {
            color: #777777;
        }

            .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
                color: #777777;
                text-decoration: none;
                background-color: transparent;
                cursor: false;
            }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: #eeeeee;
        border-color: #e21a22;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 10px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.375;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #eeeeee #eeeeee #ddd;
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            color: #555555;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
            cursor: default;
        }

.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        border-radius: 4px;
    }

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
        color: #fff;
        background-color: #337ab7;
    }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified, .nav-tabs.nav-justified {
    width: 100%;
}

    .nav-justified > li, .nav-tabs.nav-justified > li {
        float: none;
    }

        .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
            text-align: center;
            margin-bottom: 5px;
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

@media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-right: 0;
        border-radius: 4px;
    }

    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
        border: 1px solid #ddd;
    }

@media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 22px;
    border: 1px solid transparent;
    padding: 0;
    flex-wrap: nowrap;
    display: block;
}

    .navbar:before, .navbar:after {
        content: " ";
        display: table;
    }

    .navbar:after {
        clear: both;
    }

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}

.navbar-header:before, .navbar-header:after {
    content: " ";
    display: table;
}

.navbar-header:after {
    clear: both;
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

    .navbar-collapse:before, .navbar-collapse:after {
        content: " ";
        display: table;
    }

    .navbar-collapse:after {
        clear: both;
    }

    .navbar-collapse.in {
        overflow-y: auto;
    }

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 768px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 14px 15px;
    font-size: 20px;
    line-height: 22px;
    height: 50px;
}

    .navbar-brand:hover, .navbar-brand:focus {
        text-decoration: none;
    }

    .navbar-brand > img {
        display: block;
    }

@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .navbar-toggle:focus {
        outline: 0;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7px -15px;
    flex-direction: row;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 22px;
    }

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 22px;
        }

            .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none;
            }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 14px;
                padding-bottom: 14px;
            }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 7px;
    margin-bottom: 7px;
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .form-control-static {
        display: inline-block;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
            width: auto;
        }

        .navbar-form .input-group > .form-control {
            width: 100%;
        }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio, .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .navbar-form .radio label, .navbar-form .checkbox label {
            padding-left: 0;
        }

        .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0;
        }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 7px;
    margin-bottom: 7px;
}

    .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
        margin-top: 8.5px;
        margin-bottom: 8.5px;
    }

    .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
        margin-top: 14px;
        margin-bottom: 14px;
    }

.navbar-text {
    margin-top: 14px;
    margin-bottom: 14px;
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0;
        }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

    .navbar-default .navbar-brand {
        color: #777;
    }

        .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
            color: #5e5e5e;
            background-color: transparent;
        }

    .navbar-default .navbar-text {
        color: #777;
    }

    .navbar-default .navbar-nav > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd;
    }

        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            background-color: #ddd;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888;
        }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background-color: #e7e7e7;
        color: #555;
    }

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

    .navbar-default .navbar-link:hover {
        color: #333;
    }

.navbar-default .btn-link {
    color: #777;
}

    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
        color: #333;
    }

    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
        color: #ccc;
    }

.navbar-inverse {
    background-color: #222;
    border-color: #090909;
}

    .navbar-inverse .navbar-brand {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: #9d9d9d;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333;
    }

        .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
            background-color: #333;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #101010;
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: #090909;
        color: #fff;
    }

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d;
}

    .navbar-inverse .navbar-link:hover {
        color: #fff;
    }

.navbar-inverse .btn-link {
    color: #9d9d9d;
}

    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
        color: #fff;
    }

    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
        color: #444;
    }

#header p {
    margin: 0 0 11px;
}

.panel {
    margin-bottom: 22px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

    .panel-body:before, .panel-body:after {
        content: " ";
        display: table;
    }

    .panel-body:after {
        clear: both;
    }

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: inherit;
}

    .panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

    .panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
    margin-bottom: 0;
}

    .panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
        padding-left: 15px;
        padding-right: 15px;
    }

    .panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

        .panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

            .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
                border-top-left-radius: 3px;
            }

            .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
                border-top-right-radius: 3px;
            }

    .panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
        }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 3px;
            }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 3px;
            }

    .panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd;
    }

    .panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
        border-top: 0;
    }

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 22px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
            border-top: 1px solid #ddd;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd;
        }

.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        color: #333333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd;
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333333;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #337ab7;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #337ab7;
        }

        .panel-primary > .panel-heading .badge {
            color: #337ab7;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #337ab7;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6;
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1;
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1;
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1;
    }


.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    /*padding: 6px 12px;*/
    font-size: 16px;
    line-height: 1.375;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover, .btn:focus, .btn.focus {
        /*color: #e11b22;*/
        text-decoration: none;
    }

    .btn:active, .btn.active {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        cursor: false;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
    }

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #e11b22;
    background-color: transparent;
    border-color: #e11b22;
}

    .btn-default:focus, .btn-default.focus {
        color: #e11b22;
        background-color: transparent;
        border-color: #6f0d11;
    }

    .btn-default:hover {
        color: #e11b22;
        background-color: transparent;
        border-color: #aa141a;
    }

    .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
        color: #e11b22;
        background-color: transparent;
        border-color: #aa141a;
    }

        .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
            color: #e11b22;
            background-color: transparent;
            border-color: #6f0d11;
        }

    .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
        background-image: none;
    }

    .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
        background-color: transparent;
        border-color: #e11b22;
    }

    .btn-default .badge {
        color: transparent;
        background-color: #e11b22;
    }

.btn-primary {
    color: #fff;
    background-color: #489cb8;
    border-color: #489cb8;
}

    .btn-primary:focus, .btn-primary.focus {
        color: #fff;
        background-color: #397d94;
        border-color: #244e5d;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #397d94;
        border-color: #36778c;
    }

    .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #397d94;
        border-color: #36778c;
    }

        .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
            color: #fff;
            background-color: #2f677a;
            border-color: #244e5d;
        }

    .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
        background-image: none;
    }

    .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
        background-color: #489cb8;
        border-color: #489cb8;
    }

    .btn-primary .badge {
        color: #489cb8;
        background-color: #fff;
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success:focus, .btn-success.focus {
        color: #fff;
        background-color: #449d44;
        border-color: #255625;
    }

    .btn-success:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

    .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

        .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
            color: #fff;
            background-color: #398439;
            border-color: #255625;
        }

    .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
        background-image: none;
    }

    .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff;
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info:focus, .btn-info.focus {
        color: #fff;
        background-color: #31b0d5;
        border-color: #1b6d85;
    }

    .btn-info:hover {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

    .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

        .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
            color: #fff;
            background-color: #269abc;
            border-color: #1b6d85;
        }

    .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
        background-image: none;
    }

    .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff;
    }

.btn-warning {
    color: #fff;
    background-color: #e11b22;
    border-color: #e11b22;
}

    .btn-warning:focus, .btn-warning.focus {
        color: #fff;
        background-color: #b3161b;
        border-color: #6f0d11;
    }

    .btn-warning:hover {
        color: #fff;
        background-color: #b3161b;
        border-color: #aa141a;
    }

    .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
        color: #fff;
        background-color: #b3161b;
        border-color: #aa141a;
    }

        .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
            color: #fff;
            background-color: #941216;
            border-color: #6f0d11;
        }

    .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
        background-image: none;
    }

    .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
        background-color: #e11b22;
        border-color: #e11b22;
    }

    .btn-warning .badge {
        color: #e11b22;
        background-color: #fff;
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger:focus, .btn-danger.focus {
        color: #fff;
        background-color: #c9302c;
        border-color: #761c19;
    }

    .btn-danger:hover {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

    .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

        .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
            color: #fff;
            background-color: #ac2925;
            border-color: #761c19;
        }

    .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
        background-image: none;
    }

    .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff;
    }

.btn-link {
    color: #e21a22;
    font-weight: normal;
    border-radius: 0;
}

    .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
            border-color: transparent;
        }

            .btn-link:hover, .btn-link:focus {
                color: #9d1218;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
                color: #777777;
                text-decoration: none;
            }

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

@media (min-width: 576px) {
    .form-inline label {
        display: block;
    }
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
            width: auto;
        }

        .form-inline .input-group > .form-control {
            width: 100%;
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .form-inline .radio label, .form-inline .checkbox label {
            padding-left: 0;
        }

        .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
            width: auto;
        }

        .form-inline .input-group > .form-control {
            width: 100%;
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .form-inline .radio label, .form-inline .checkbox label {
            padding-left: 0;
        }

        .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-inline {
    display: -ms-flexbox;
    display: block;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}

.table th, .table td {
    border-top: 0px;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 22px;
}

    .table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.375;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
    }

    .table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd;
    }

    .table .table {
        background-color: #fff;
    }

.table-condensed > thead > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

    .table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
        border: 1px solid #ddd;
    }

    .table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.375;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
            margin-left: -1px;
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
            z-index: 3;
            color: #9d1218;
            background-color: #eeeeee;
            border-color: #ddd;
        }

    .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
        z-index: 2;
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
        cursor: default;
    }

    .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
        color: #777777;
        background-color: #fff;
        border-color: #ddd;
        cursor: false;
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.3333333;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}


.table-responsive .table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent;
}

@media (min-width: 1200px) {
    .col-lg-offset-2 {
        margin-left: 16.6666666667%;
    }

    .col-lg-8 {
        float: left;
        width: 66.6666666667%;
    }
}

@media (min-width: 992px) {
    .col-md-6 {
        float: left;
        width: 50%;
    }
    .col-md-offset-2 {
        margin-left: 16.6666666667%;
    }
}
