﻿@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
.layout-wrapper {
    position: relative;
}
.layout-container {
    position: relative;
    width: 100%}
.layout-container:after:after {
    display: block;
    content: "";
    clear: both;
}
.layout-header {
    background-color: #0054a4;
    padding: 1.25rem 0;
}
.layout-header .branding {
    display: -ms-flexbox;
    display: flex;
    padding-right:0;
}
@media (max-width:767px) {
    .layout-header .branding {
        margin-top: 1.25rem;
    }
}
.layout-header .name-slogan {
     color: #fff;
     padding: 1rem 2rem 0;
 }
@media (max-width:991px) {
    .layout-header .name-slogan {
        padding-top: 0;
        padding-left: .9375rem;
        padding-right: .9375rem;
    }
}.layout-header .name-slogan a {
     color: #fff;
 }
.layout-header .name-slogan a:hover {
    text-decoration: none;
}

@media (max-width:991px) {

}.layout-header .utility {
     padding-top: 1rem;
     padding-left:0;
     padding-right:15px;
 }
.layout-header .utility .row:first-child {
    margin-bottom: .625rem;
}
@media (max-width:767px) {
    .layout-header .utility .row: first-child {
        margin-bottom: 0;
        height: 3.875rem;
    }
}@media (max-width:991px) {
     .layout-header .utility {
         padding-top: 0;
     }
 }
@media (max-width:767px) {
    .layout-header .container.contains-utility {
        position: static;
        margin-left: 0;
        margin-right: 0;
    }

    .layout-header {
        padding-top: 0;
    }
    /* =================================================== */
    body {
        font-family: "Open Sans", Arial, sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.7;
        color: #7f7f7f;
        background: #fff;
        height: 100%;
        position: relative;
    }

    a {
        color: #00B906;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }

        a:hover, a:active, a:focus {
            color: #00B906;
            outline: none;
        }

    p {
        margin-bottom: 30px;
    }

    h1, h2, h3, h4, h5, h6, figure {
        color: #000;
        font-family: "Open Sans", Arial, sans-serif;
        font-weight: 400;
    }

    ::-webkit-selection {
        color: #fff;
        background: #00B906;
    }

    ::-moz-selection {
        color: #fff;
        background: #00B906;
    }

    ::selection {
        color: #fff;
        background: #00B906;
    }

    .btn {
        margin-right: 4px;
        margin-bottom: 4px;
        font-family: "Open Sans", Arial, sans-serif;
        font-size: 16px;
        font-weight: 400;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        border-radius: 30px;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }

        .btn.btn-md {
            padding: 10px 20px !important;
        }

        .btn.btn-lg {
            padding: 18px 36px !important;
        }

        .btn:hover, .btn:active, .btn:focus {
            box-shadow: none !important;
            outline: none !important;
        }

    .btn-primary {
        background: #228ef4;
        color: #fff;
        border: 2px solid #228ef4;
    }

        .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
            background: #00d307 !important;
            border-color: #00d307 !important;
        }

        .btn-primary.btn-outline {
            background: transparent;
            color: #00B906;
            border: 2px solid #00B906;
        }

            .btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
                background: #00B906;
                color: #fff;
            }

    .btn-success {
        background: #5cb85c;
        color: #fff;
        border: 2px solid #5cb85c;
    }

        .btn-success:hover, .btn-success:focus, .btn-success:active {
            background: #4cae4c !important;
            border-color: #4cae4c !important;
        }

        .btn-success.btn-outline {
            background: transparent;
            color: #5cb85c;
            border: 2px solid #5cb85c;
        }

            .btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
                background: #5cb85c;
                color: #fff;
            }

    .btn-info {
        background: #5bc0de;
        color: #fff;
        border: 2px solid #5bc0de;
    }

        .btn-info:hover, .btn-info:focus, .btn-info:active {
            background: #46b8da !important;
            border-color: #46b8da !important;
        }

        .btn-info.btn-outline {
            background: transparent;
            color: #5bc0de;
            border: 2px solid #5bc0de;
        }

            .btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
                background: #5bc0de;
                color: #fff;
            }

    .btn-warning {
        background: #f0ad4e;
        color: #fff;
        border: 2px solid #f0ad4e;
    }

        .btn-warning:hover, .btn-warning:focus, .btn-warning:active {
            background: #eea236 !important;
            border-color: #eea236 !important;
        }

        .btn-warning.btn-outline {
            background: transparent;
            color: #f0ad4e;
            border: 2px solid #f0ad4e;
        }

            .btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
                background: #f0ad4e;
                color: #fff;
            }

    .btn-danger {
        background: #d9534f;
        color: #fff;
        border: 2px solid #d9534f;
    }

        .btn-danger:hover, .btn-danger:focus, .btn-danger:active {
            background: #d43f3a !important;
            border-color: #d43f3a !important;
        }

        .btn-danger.btn-outline {
            background: transparent;
            color: #d9534f;
            border: 2px solid #d9534f;
        }

            .btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
                background: #d9534f;
                color: #fff;
            }

    .btn-outline {
        background: none;
        border: 2px solid gray;
        font-size: 16px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

        .btn-outline:hover, .btn-outline:focus, .btn-outline:active {
            box-shadow: none;
        }

    .btn.with-arrow {
        position: relative;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

        .btn.with-arrow i {
            visibility: hidden;
            opacity: 0;
            position: absolute;
            right: 0px;
            top: 50%;
            margin-top: -8px;
            -webkit-transition: 0.2s;
            -o-transition: 0.2s;
            transition: 0.2s;
        }

        .btn.with-arrow:hover {
            padding-right: 50px;
        }

            .btn.with-arrow:hover i {
                color: #fff;
                right: 18px;
                visibility: visible;
                opacity: 1;
            }

    .form-control {
        box-shadow: none;
        background: transparent;
        border: 2px solid rgba(0, 0, 0, 0.1);
        height: 54px;
        font-size: 18px;
        font-weight: 300;
    }

        .form-control:active, .form-control:focus {
            outline: none;
            box-shadow: none;
            border-color: #00B906;
        }

    .bapc-social {
        padding: 0;
        margin: 0;
    }

        .bapc-social li {
            padding: 0;
            margin: 0;
            list-style: none;
            display: -moz-inline-stack;
            display: inline-block;
            zoom: 1;
            *display: inline;
        }

            .bapc-social li a {
                font-size: 22px;
                color: #fff;
                padding: 0;
                margin: 0;
                padding: 2px;
                display: -moz-inline-stack;
                display: inline-block;
                zoom: 1;
                *display: inline;
                -webkit-border-radius: 7px;
                -moz-border-radius: 7px;
                -ms-border-radius: 7px;
                border-radius: 7px;
            }

                .bapc-social li a:hover {
                    color: #00B906;
                }

                .bapc-social li a:hover, .bapc-social li a:active, .bapc-social li a:focus {
                    outline: none;
                    text-decoration: none;
                }

    .bapc-feature {
        text-align: left;
        width: 100%;
        float: left;
    }

        .bapc-feature .bapc-icon {
            float: left;
            width: 10%;
            display: block;
            margin-top: 5px;
        }

            .bapc-feature .bapc-icon i {
                color: #00B906;
                font-size: 40px;
            }

        .bapc-feature .bapc-text {
            float: right;
            width: 82%;
        }

    @media screen and (max-width: 768px) {
        .bapc-feature .bapc-text {
            width: 82%;
        }
    }

    @media screen and (max-width: 480px) {
        .bapc-feature .bapc-text {
            width: 72%;
        }
    }

    .bapc-feature .bapc-text h2, .bapc-feature .bapc-text h3 {
        margin: 0;
        padding: 0;
    }

    .bapc-feature .bapc-text h3 {
        font-weight: 300;
        margin-bottom: 10px;
        color: rgba(255, 255, 255, 0.8);
        font-size: 20px;
    }

    .bapc-feature .bapc-text h2 {
        font-size: 16px;
        letter-spacing: 2px;
        font-weight: bold;
        text-transform: uppercase;
    }

    @media screen and (max-width: 480px) {
        .col-xxs-12 {
            float: none;
            width: 100%;
        }
    }

    .row-bottom-padded-lg {
        padding-bottom: 7em;
    }

    @media screen and (max-width: 768px) {
        .row-bottom-padded-lg {
            padding-bottom: 1em;
        }
    }

    .row-bottom-padded-md {
        padding-bottom: 4em;
    }

    @media screen and (max-width: 768px) {
        .row-bottom-padded-md {
            padding-bottom: 1em;
        }
    }

    .row-bottom-padded-sm {
        padding-bottom: 1em;
    }

    @media screen and (max-width: 768px) {
        .row-bottom-padded-sm {
            padding-bottom: 1em;
        }
    }

    #bapc-header {
        position: absolute;
        z-index: 1001;
        width: 100%;
        margin: 40px 0 0 0;
    }

    @media screen and (max-width: 768px) {
        #bapc-header {
            margin: 0px 0 0 0;
        }
    }

    #bapc-header .header-inner {
        height: 80px;
        padding-left: 20px;
        padding-right: 20px;
        float: left;
        width: 100%;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -ms-border-radius: 7px;
        border-radius: 7px;
    }

    #bapc-header h1 {
        float: left;
        padding: 0;
        font-weight: 700;
        line-height: 0;
        font-size: 30px;
    }

        #bapc-header h1 a {
            color: white;
        }

            #bapc-header h1 a > span {
                color: #00B906;
            }

            #bapc-header h1 a:hover, #bapc-header h1 a:active, #bapc-header h1 a:focus {
                text-decoration: none;
                outline: none;
            }

    #bapc-header h1, #bapc-header nav {
        margin: 38px 0 0 0;
    }

    #bapc-header nav {
        float: right;
        padding: 0;
    }

    @media screen and (max-width: 768px) {
        #bapc-header nav {
            display: none;
        }
    }

    #bapc-header nav ul {
        padding: 0;
        margin: 0 -0px 0 0;
        line-height: 0;
    }

        #bapc-header nav ul li {
            padding: 0;
            margin: 0;
            list-style: none;
            display: -moz-inline-stack;
            display: inline-block;
            zoom: 1;
            *display: inline;
        }

            #bapc-header nav ul li a {
                color: rgba(255, 255, 255, 0.7);
                font-size: 18px;
                padding: 10px;
                position: relative;
                -webkit-transition: 0.2s;
                -o-transition: 0.2s;
                transition: 0.2s;
            }

                #bapc-header nav ul li a i {
                    line-height: 0;
                    font-size: 20px;
                    position: relative;
                    top: 3px;
                }

                #bapc-header nav ul li a:after {
                    content: "";
                    position: absolute;
                    height: 2px;
                    bottom: 7px;
                    left: 10px;
                    right: 10px;
                    background-color: #fff;
                    visibility: hidden;
                    -webkit-transform: scaleX(0);
                    -moz-transform: scaleX(0);
                    -ms-transform: scaleX(0);
                    -o-transform: scaleX(0);
                    transform: scaleX(0);
                    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
                    -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
                    -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
                    -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
                    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
                }

                #bapc-header nav ul li a:hover {
                    text-decoration: none;
                    color: white;
                }

                    #bapc-header nav ul li a:hover:after {
                        visibility: visible;
                        -webkit-transform: scaleX(1);
                        -moz-transform: scaleX(1);
                        -ms-transform: scaleX(1);
                        -o-transform: scaleX(1);
                        transform: scaleX(1);
                    }

                #bapc-header nav ul li a:active, #bapc-header nav ul li a:focus {
                    outline: none;
                    text-decoration: none;
                }

            #bapc-header nav ul li.cta {
                margin-left: 20px;
            }

                #bapc-header nav ul li.cta a {
                    padding-left: 16px !important;
                    padding-right: 16px !important;
                    padding-top: 7px !important;
                    padding-bottom: 7px !important;
                    border: 2px solid rgba(255, 255, 255, 0.7);
                    -webkit-border-radius: 30px;
                    -moz-border-radius: 30px;
                    -ms-border-radius: 30px;
                    border-radius: 30px;
                }

                    #bapc-header nav ul li.cta a:hover {
                        background: #fff;
                        color: #00B906;
                    }

                        #bapc-header nav ul li.cta a:hover:after {
                            display: none;
                        }

            #bapc-header nav ul li.active a {
                text-decoration: none;
                color: white;
            }

                #bapc-header nav ul li.active a:after {
                    visibility: visible;
                    -webkit-transform: scaleX(1);
                    -moz-transform: scaleX(1);
                    -ms-transform: scaleX(1);
                    -o-transform: scaleX(1);
                    transform: scaleX(1);
                }

    #bapc-hero {
        min-height: 700px;
        background: #fff url(../images/loader.gif) no-repeat center center;
    }

        #bapc-hero .btn {
            font-size: 24px;
        }

            #bapc-hero .btn.btn-primary {
                padding: 14px 30px !important;
            }

        #bapc-hero .flexslider {
            border: none;
            z-index: 1;
            margin-bottom: 0;
        }

            #bapc-hero .flexslider .slides {
                position: relative;
                overflow: hidden;
            }

                #bapc-hero .flexslider .slides li {
                    background-repeat: no-repeat;
                    background-size: cover;
                    background-position: center center;
                    min-height: 700px;
                }

            #bapc-hero .flexslider .flex-control-nav {
                bottom: 40px;
                z-index: 1000;
            }

                #bapc-hero .flexslider .flex-control-nav li a {
                    background: rgba(255, 255, 255, 0.2);
                    box-shadow: none;
                    width: 12px;
                    height: 12px;
                    cursor: pointer;
                }

                    #bapc-hero .flexslider .flex-control-nav li a.flex-active {
                        cursor: pointer;
                        background: rgba(255, 255, 255, 0.7);
                    }

            #bapc-hero .flexslider .flex-direction-nav {
                display: none;
            }

            #bapc-hero .flexslider .slider-text {
                display: table;
                opacity: 0;
                min-height: 700px;
            }

                #bapc-hero .flexslider .slider-text > .slider-text-inner {
                    display: table-cell;
                    vertical-align: middle;
                    min-height: 700px;
                }

                    #bapc-hero .flexslider .slider-text > .slider-text-inner h2 {
                        font-size: 70px;
                        font-weight: 400;
                        color: #fff;
                    }

    @media screen and (max-width: 768px) {
        #bapc-hero .flexslider .slider-text > .slider-text-inner h2 {
            font-size: 40px;
        }
    }

    #bapc-hero .flexslider .slider-text > .slider-text-inner .bapc-lead {
        font-size: 20px;
        color: #fff;
    }

        #bapc-hero .flexslider .slider-text > .slider-text-inner .bapc-lead .icon-heart {
            color: #d9534f;
        }

    #bapc-why-us, .bapc-services {
        padding: 7em 0;
    }

    @media screen and (max-width: 768px) {
        #bapc-why-us, .bapc-services {
            padding: 3em 0;
        }
    }

    #bapc-why-us .item-block, .bapc-services .item-block {
        margin-bottom: 7em;
        float: left;
    }

        #bapc-why-us .item-block .icon, .bapc-services .item-block .icon {
            display: block;
            margin-bottom: 30px;
        }

            #bapc-why-us .item-block .icon img, .bapc-services .item-block .icon img {
                max-width: inherit;
                height: 90px;
                margin: 0 auto;
            }

        #bapc-why-us .item-block h3, .bapc-services .item-block h3 {
            font-size: 20px;
        }

        #bapc-why-us .item-block p:last-child, .bapc-services .item-block p:last-child {
            margin-bottom: 0;
        }

    .bapc-heading {
        margin-bottom: 30px;
    }

        .bapc-heading h2 {
            margin-bottom: 20px;
        }

    .bapc-section-with-image {
        position: relative;
    }

        .bapc-section-with-image .bapc-box {
            padding: 50px;
            background: rgba(255, 255, 255, 0.9);
            position: absolute;
            z-index: 1001;
            width: 40%;
            right: 10%;
            top: 50%;
        }

    @media screen and (max-width: 992px) {
        .bapc-section-with-image .bapc-box {
            position: relative;
            right: auto;
            bottom: auto;
            width: 100%;
            margin-top: auto !important;
        }
    }

    @media screen and (max-width: 480px) {
        .bapc-section-with-image .bapc-box {
            position: relative;
            right: auto;
            bottom: auto;
            width: 100%;
            padding: 15px;
        }
    }

    .bapc-section-with-image h2 {
        font-size: 50px;
        margin-bottom: 20px;
    }

    @media screen and (max-width: 768px) {
        .bapc-section-with-image h2 {
            font-size: 32px;
        }
    }

    .bapc-section-with-image p {
        font-size: 20px;
    }

    @media screen and (max-width: 768px) {
        .bapc-section-with-image p {
            font-size: 16px;
        }
    }

    .bapc-section-with-image p:last-child {
        margin-bottom: 0;
    }

    #bapc-testimonial {
        background: #fff;
        padding: 7em 0;
    }

    @media screen and (max-width: 768px) {
        #bapc-testimonial {
            padding: 3em 0;
        }
    }

    #bapc-testimonial .item-block {
        margin-bottom: 30px;
    }

        #bapc-testimonial .item-block blockquote {
            margin-bottom: 70px;
            position: relative;
            border-left: none;
            padding: 20px 20px 20px 20px;
            background: #fff;
            float: left;
            width: 100%;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            -ms-border-radius: 10px;
            border-radius: 10px;
            -webkit-box-shadow: 0px 15px 95px 5px rgba(0, 0, 0, 0.06);
            -moz-box-shadow: 0px 15px 95px 5px rgba(0, 0, 0, 0.06);
            -ms-box-shadow: 0px 15px 95px 5px rgba(0, 0, 0, 0.06);
            -o-box-shadow: 0px 15px 95px 5px rgba(0, 0, 0, 0.06);
            box-shadow: 0px 15px 95px 5px rgba(0, 0, 0, 0.06);
        }

            #bapc-testimonial .item-block blockquote p {
                font-size: 18px;
                line-height: 1.7;
                color: #000;
                margin-bottom: 10px;
            }

                #bapc-testimonial .item-block blockquote p:last-child {
                    margin-bottom: 0;
                }

            #bapc-testimonial .item-block blockquote .bapc-author {
                color: #b3b3b3;
                font-size: 16px;
            }

                #bapc-testimonial .item-block blockquote .bapc-author cite {
                    font-style: normal;
                }

        #bapc-testimonial .item-block .icon {
            margin-top: 7px;
        }

    .googleplus-color {
        color: #dc4e41;
    }

    .facebook-color {
        color: #3b5998;
    }

    .twitter-color {
        color: #55acee;
    }

    .bapc-about,
    .bapc-team,
    .bapc-contact {
        padding: 7em 0;
    }

    @media screen and (max-width: 768px) {
        .bapc-about,
        .bapc-team,
        .bapc-contact {
            padding: 3em 0 10px 0;
        }
    }

    .contact-info {
        margin-bottom: 4em;
        padding: 0;
    }

        .contact-info li {
            list-style: none;
            margin: 0 0 20px 0;
            position: relative;
            padding-left: 40px;
        }

            .contact-info li i {
                position: absolute;
                top: .3em;
                left: 0;
                font-size: 22px;
                color: #00B906;
            }

            .contact-info li a {
                color: #00B906;
            }

    #map {
        height: 500px;
        width: 100%;
    }

    @media screen and (max-width: 768px) {
        #map {
            height: 400px;
        }
    }

    @media screen and (max-width: 480px) {
        #map {
            height: 200px;
        }
    }

    .bapc-staff img {
        margin-bottom: 1em;
    }

    .bapc-staff h3 {
        margin: 0 0 10px 0;
    }

    .bapc-staff h4 {
        margin: 0 0 20px 0;
        font-weight: 400;
        color: rgba(0, 0, 0, 0.4);
    }

    .bapc-staff .bapc-social {
        text-align: center;
    }

        .bapc-staff .bapc-social a {
            color: #000;
        }

    #bapc-grid-products {
        background: #ecf1f5;
        padding: 7em 0 0px 0;
        float: left;
        width: 100%;
    }

    @media screen and (max-width: 768px) {
        #bapc-grid-products {
            padding: 3em 0 10px 0;
        }
    }

    #bapc-grid-products .v-align {
        display: table;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.1);
        position: relative;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }

        #bapc-grid-products .v-align .v-align-middle {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
        }

            #bapc-grid-products .v-align .v-align-middle h3 {
                color: white;
                margin-bottom: 10px;
                font-size: 24px;
            }

            #bapc-grid-products .v-align .v-align-middle h5 {
                color: rgba(255, 255, 255, 0.8);
                font-size: 16px;
            }

    #bapc-grid-products .col-1, #bapc-grid-products .col-2 {
        float: left;
        width: 50%;
    }

    @media screen and (max-width: 768px) {
        #bapc-grid-products .col-1, #bapc-grid-products .col-2 {
            width: 100%;
        }
    }

    #bapc-grid-products .col-1 {
        border-right: 5px solid #ecf1f5;
    }

    @media screen and (max-width: 768px) {
        #bapc-grid-products .col-1 {
            border-right: none;
        }
    }

    #bapc-grid-products .col-1.reverse {
        float: right !important;
        border-right: none !important;
        border-left: 5px solid #ecf1f5;
    }

    @media screen and (max-width: 768px) {
        #bapc-grid-products .col-1.reverse {
            border-left: none;
        }
    }

    #bapc-grid-products .col-2 {
        float: right;
        border-left: 5px solid #ecf1f5;
    }

    @media screen and (max-width: 768px) {
        #bapc-grid-products .col-2 {
            border-left: none;
        }
    }

    #bapc-grid-products .col-2.reverse {
        float: left !important;
        border-left: none !important;
        border-right: 5px solid #ecf1f5;
    }

    @media screen and (max-width: 768px) {
        #bapc-grid-products .col-2.reverse {
            border-right: none;
        }
    }

    #bapc-grid-products .item-grid {
        width: 100%;
        float: left;
        background-size: cover;
        background-position: center center;
        text-decoration: none;
        border-bottom: 10px solid #ecf1f5;
    }

        #bapc-grid-products .item-grid .icon {
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
            transition: 0.5s;
        }

        #bapc-grid-products .item-grid .title, #bapc-grid-products .item-grid .icon, #bapc-grid-products .item-grid .category {
            top: 50px;
            position: relative;
            opacity: 0;
            visibility: hidden;
        }

        #bapc-grid-products .item-grid .title {
            -webkit-transition: 0.8s;
            -o-transition: 0.8s;
            transition: 0.8s;
        }

        #bapc-grid-products .item-grid .category {
            -webkit-transition: 0.8s;
            -o-transition: 0.8s;
            transition: 0.8s;
        }

        #bapc-grid-products .item-grid:hover {
            text-decoration: none !important;
        }

            #bapc-grid-products .item-grid:hover .icon, #bapc-grid-products .item-grid:hover .title, #bapc-grid-products .item-grid:hover .category {
                top: 0;
                opacity: 1;
                visibility: visible;
            }

            #bapc-grid-products .item-grid:hover .v-align {
                background: rgba(0, 0, 0, 0.4);
            }

        #bapc-grid-products .item-grid .icon {
            display: block;
            background: #fff;
            width: 90px;
            height: 90px;
            margin: 0 auto 30px auto;
            padding-top: 19px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
        }

            #bapc-grid-products .item-grid .icon img {
                max-width: inherit;
                height: 50px;
                margin: 0 auto;
            }

    #bapc-grid-products .one, #bapc-grid-products .three {
        height: 450px;
    }

    @media screen and (max-width: 768px) {
        #bapc-grid-products .one, #bapc-grid-products .three {
            height: 450px;
        }
    }

    #bapc-grid-products .two {
        height: 900px;
    }

    @media screen and (max-width: 768px) {
        #bapc-grid-products .two {
            height: 450px;
            border-top: 5px solid #ecf1f5;
            background-position: top left;
        }
    }

    #bapc-grid-products .one {
        border-bottom: 5px solid #ecf1f5;
    }

    #bapc-grid-products .three {
        border-top: 5px solid #ecf1f5;
    }

    @media screen and (max-width: 768px) {
        #bapc-grid-products .three {
            border-bottom: 5px solid #ecf1f5;
        }
    }

    #bapc-blog {
        padding: 7em 0;
        position: relative;
        clear: both;
        background: #f7f7f7;
    }

    @media screen and (max-width: 768px) {
        #bapc-blog {
            padding: 3em 0;
        }
    }

    #bapc-blog .bapc-entry {
        margin-bottom: 30px;
        float: left;
    }

        #bapc-blog .bapc-entry figure {
            margin-bottom: 0px;
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
            transition: 0.5s;
        }

            #bapc-blog .bapc-entry figure img {
                max-width: 100%;
            }

        #bapc-blog .bapc-entry .bapc-date {
            display: block;
            margin-bottom: 15px;
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 2px;
            font-weight: bold;
            color: #b3b3b3;
        }

        #bapc-blog .bapc-entry .bapc-copy {
            padding: 30px;
            background: #fff;
        }

        #bapc-blog .bapc-entry h3 {
            margin-bottom: 10px;
            line-height: 1.5;
            color: #00B906;
        }

        #bapc-blog .bapc-entry p {
            color: #999999;
        }

            #bapc-blog .bapc-entry p:last-child {
                margin-bottom: 0;
            }

        #bapc-blog .bapc-entry:hover figure {
            opacity: .9;
        }

        #bapc-blog .bapc-entry:hover, #bapc-blog .bapc-entry:active, #bapc-blog .bapc-entry:focus {
            text-decoration: none !important;
        }

            #bapc-blog .bapc-entry:hover p, #bapc-blog .bapc-entry:hover figure, #bapc-blog .bapc-entry:hover h3, #bapc-blog .bapc-entry:hover span, #bapc-blog .bapc-entry:active p, #bapc-blog .bapc-entry:active figure, #bapc-blog .bapc-entry:active h3, #bapc-blog .bapc-entry:active span, #bapc-blog .bapc-entry:focus p, #bapc-blog .bapc-entry:focus figure, #bapc-blog .bapc-entry:focus h3, #bapc-blog .bapc-entry:focus span {
                text-decoration: none !important;
            }

    .bapc-cta {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
        padding: 7em 0;
        position: relative;
    }

    @media screen and (max-width: 768px) {
        .bapc-cta {
            padding: 3em 0;
        }
    }

    .bapc-cta .overlay {
        background: rgba(0, 0, 0, 0.7);
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        position: absolute;
        z-index: 1;
    }

    .bapc-cta .container {
        position: relative;
        z-index: 2;
    }

    .bapc-cta p, .bapc-cta h3 {
        color: #fff;
    }

        .bapc-cta p:last-child {
            margin-bottom: 0;
        }

    .bapc-cta .btn {
        color: #fff;
    }

    #bapc-footer {
        padding: 7em 0;
        float: left;
        width: 100%;
        position: relative;
        background: #333333;
    }

    @media screen and (max-width: 768px) {
        #bapc-footer {
            padding: 3em 0;
        }
    }

    #bapc-footer h2, #bapc-footer h3, #bapc-footer h4 {
        color: #fff;
    }

    #bapc-footer h3 {
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 12px;
        font-weight: bold;
    }

    #bapc-footer [class*="col"] {
        padding-bottom: 30px;
    }

    #bapc-footer .btn {
        color: #fff;
    }

    #bapc-footer .float {
        float: left;
        margin-right: 10%;
    }

    #bapc-footer ul {
        padding: 0;
        margin: 0;
    }

        #bapc-footer ul li {
            padding: 0;
            margin: 0 0 10px 0;
            list-style: none;
        }

            #bapc-footer ul li a {
                color: rgba(255, 255, 255, 0.5);
                text-decoration: none !important;
            }

                #bapc-footer ul li a:hover {
                    color: #fff;
                }

    .bapc-copyright {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        clear: both;
        margin-top: 40px !important;
        padding: 40px 0 0 0;
    }

        .bapc-copyright span {
            display: block;
        }

    @media screen and (max-width: 480px) {
        .bapc-copyright {
            text-align: left !important;
        }

            .bapc-copyright span {
                display: inline;
            }
    }

    #bapc-page {
        position: relative;
        z-index: 2;
        background: #fff;
    }

    #bapc-offcanvas, .bapc-nav-toggle, #bapc-page {
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }

    #bapc-offcanvas, .bapc-nav-toggle, #bapc-page {
        position: relative;
    }

    #bapc-page {
        z-index: 2;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }

    .offcanvas-visible #bapc-page {
        -moz-transform: translateX(-275px);
        -webkit-transform: translateX(-275px);
        -ms-transform: translateX(-275px);
        -o-transform: translateX(-275px);
        transform: translateX(-275px);
    }

    #bapc-offcanvas {
        display: none;
        height: 100%;
        right: 0;
        overflow-y: auto;
        position: fixed;
        z-index: 1;
        top: 0;
        width: 275px;
        background: black;
        padding: 30px;
    }

    @media screen and (max-width: 768px) {
        #bapc-offcanvas {
            display: block;
        }
    }

    #bapc-offcanvas ul {
        padding: 0;
        margin: 0;
    }

        #bapc-offcanvas ul li {
            padding: 0;
            margin: 0 0 10px 0;
            list-style: none;
            line-height: 28px;
        }

            #bapc-offcanvas ul li a {
                font-size: 18px;
                color: rgba(255, 255, 255, 0.7);
                text-decoration: none !important;
            }

                #bapc-offcanvas ul li a:hover {
                    color: #00B906;
                }

            #bapc-offcanvas ul li.active a {
                color: #00B906;
            }

            #bapc-offcanvas ul li.cta {
                margin-left: 0;
                margin-top: 20px;
                display: block;
                float: left;
            }

                #bapc-offcanvas ul li.cta a {
                    padding-left: 16px !important;
                    padding-right: 16px !important;
                    padding-top: 7px !important;
                    padding-bottom: 7px !important;
                    border: 2px solid rgba(255, 255, 255, 0.7);
                    -webkit-border-radius: 30px;
                    -moz-border-radius: 30px;
                    -ms-border-radius: 30px;
                    border-radius: 30px;
                }

                    #bapc-offcanvas ul li.cta a:hover {
                        background: #fff;
                        text-decoration: none;
                    }

                        #bapc-offcanvas ul li.cta a:hover:after {
                            display: none;
                        }

    .bapc-nav-toggle {
        cursor: pointer;
        text-decoration: none;
    }

        .bapc-nav-toggle.active i::before, .bapc-nav-toggle.active i::after {
            background: #fff;
        }

        .bapc-nav-toggle.dark.active i::before, .bapc-nav-toggle.dark.active i::after {
            background: #fff;
        }

        .bapc-nav-toggle:hover, .bapc-nav-toggle:focus, .bapc-nav-toggle:active {
            outline: none;
            border-bottom: none !important;
        }

        .bapc-nav-toggle i {
            position: relative;
            display: -moz-inline-stack;
            display: inline-block;
            zoom: 1;
            *display: inline;
            width: 30px;
            height: 2px;
            color: #fff;
            font: bold 14px/.4 Helvetica;
            text-transform: uppercase;
            text-indent: -55px;
            background: #fff;
            transition: all .2s ease-out;
        }

            .bapc-nav-toggle i::before, .bapc-nav-toggle i::after {
                content: '';
                width: 30px;
                height: 2px;
                background: #fff;
                position: absolute;
                left: 0;
                -webkit-transition: 0.2s;
                -o-transition: 0.2s;
                transition: 0.2s;
            }

        .bapc-nav-toggle.dark i {
            position: relative;
            color: #000;
            background: #000;
            transition: all .2s ease-out;
        }

            .bapc-nav-toggle.dark i::before, .bapc-nav-toggle.dark i::after {
                background: #000;
                -webkit-transition: 0.2s;
                -o-transition: 0.2s;
                transition: 0.2s;
            }

        .bapc-nav-toggle i::before {
            top: -7px;
        }

        .bapc-nav-toggle i::after {
            bottom: -7px;
        }

        .bapc-nav-toggle:hover i::before {
            top: -10px;
        }

        .bapc-nav-toggle:hover i::after {
            bottom: -10px;
        }

        .bapc-nav-toggle.active i {
            background: transparent;
        }

            .bapc-nav-toggle.active i::before {
                top: 0;
                -webkit-transform: rotateZ(45deg);
                -moz-transform: rotateZ(45deg);
                -ms-transform: rotateZ(45deg);
                -o-transform: rotateZ(45deg);
                transform: rotateZ(45deg);
            }

            .bapc-nav-toggle.active i::after {
                bottom: 0;
                -webkit-transform: rotateZ(-45deg);
                -moz-transform: rotateZ(-45deg);
                -ms-transform: rotateZ(-45deg);
                -o-transform: rotateZ(-45deg);
                transform: rotateZ(-45deg);
            }

    .bapc-nav-toggle {
        position: fixed;
        top: 40px;
        right: 20px;
        z-index: 9999;
        display: block;
        margin: 0 auto;
        display: none;
        cursor: pointer;
    }

    @media screen and (max-width: 768px) {
        .bapc-nav-toggle {
            display: block;
            top: 20px;
        }
    }

    .bapc-pricing {
        padding: 7em 0;
        background: #f7f7f7;
    }

    @media screen and (max-width: 768px) {
        .bapc-pricing {
            padding: 3em 0;
        }
    }

    .bapc-pricing .pricing {
        display: block;
        float: left;
        margin-bottom: 30px;
    }

    .bapc-pricing .price-box {
        text-align: center;
        padding: 30px;
        background: #fff;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        margin-bottom: 40px;
        position: relative;
    }

        .bapc-pricing .price-box.popular .btn-select-plan {
            background: #00B906;
        }

        .bapc-pricing .price-box.popular .price {
            color: #00B906;
        }

        .bapc-pricing .price-box .btn-select-plan {
            padding: 10px 20px;
            background: #5bc0de;
            color: #fff;
        }

    .bapc-pricing .pricing-plan {
        margin: 0 0 50px 0;
        padding: 0;
        font-size: 13px;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-weight: 700;
        color: #888f94;
    }

        .bapc-pricing .pricing-plan.pricing-plan-offer {
            margin-bottom: 24px;
        }

        .bapc-pricing .pricing-plan span {
            display: block;
            margin-top: 10px;
            margin-bottom: 0;
            color: #d5d8db;
        }

    .bapc-pricing .price {
        font-size: 72px;
        color: #6d6d6d;
        line-height: 50px;
    }

        .bapc-pricing .price .currency {
            font-size: 30px;
            top: -0.9em;
            padding-right: 10px;
        }

        .bapc-pricing .price small {
            font-size: 13px;
            display: block;
            text-transform: uppercase;
            color: #888f94;
        }

    .js .animate-box {
        opacity: 0;
    }
}

.tab-pane .rating-column {
    min-width: 80px;
    text-align: center;
    position: relative;
    cursor: default;
}

.tab-pane .rowlinks {
    width: auto;
    min-width: 300px;
    max-width: 540px;
    padding: 12px;
    padding-top: 16px;
    background: #fcfcfc;
    border: 2px solid #ccc;
    border-radius: 6px;
    position: absolute;
    right: 12px;
    top: 24px;
    font-size: .75em;
    line-height:1.75em;
    text-align: left;
    overflow:hidden;
    z-index:50000;
    display: none;
}

.tab-pane .rowlinks span {
    white-space: nowrap;
}

    .tab-pane .rowlinks span.bapnumber {
        font-family: Lucida Console, Courier, monospace;
        color: #3b5998;
    }

    /* Changed rating icon system to accommodate printing (cannot print background images) */
.tab-pane .rating-icon {
    width: 12px;
    height: 12px;
    display: inline-block;
    cursor: default;
}
.tab-pane .rating-icon img {
    width: 100%;
    height: 100%;
    opacity: 1;
}

    .tab-pane .rating-icon.empty {
        opacity: .5;
    }

/*    .tab-pane .rating-icon.empty {
        background: url(/images/programIntegrity/star-empty.svg) left top no-repeat;
        background-size: cover;
        opacity: .5;
    }

    .tab-pane .rating-icon.full {
        background: url(/images/programIntegrity/star-full.svg) left top no-repeat;
        background-size: cover;
    }
*/

.tab-pane .rating-column-button {
    font-size: .65em;
    font-variant: small-caps;
    color: #777;
    cursor: pointer;
}

.field-group .rating-icon {
    width: 14px;
    height: 14px;
    display: inline-block;
    cursor: default;
    margin-right:.2rem;
    color:#0054a4;
}

    .field-group .rating-icon.empty {
        background: url(/images/programIntegrity/star-empty.svg) left top no-repeat;
        background-size: cover;
        opacity: .5;
    }

    .field-group .rating-icon.full {
        background: url(/images/programIntegrity/star-full.svg) left top no-repeat;
        background-size: cover;
        fill: rgb(0,84,164);
    }