/* Minification failed. Returning unminified contents.
(1011,1): run-time error CSS1019: Unexpected token, found '@import'
(1011,9): run-time error CSS1019: Unexpected token, found 'url(https://fonts.googleapis.com/css?family=Open+Sans)'
(1012,1): run-time error CSS1019: Unexpected token, found '@import'
(1012,9): run-time error CSS1019: Unexpected token, found 'url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700)'
(1013,1): run-time error CSS1019: Unexpected token, found '@import'
(1013,9): run-time error CSS1019: Unexpected token, found 'url(https://fonts.googleapis.com/css?family=Sarala:400,700)'
 */
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700);
@import url(https://fonts.googleapis.com/css?family=Sarala:400,700);

/* ===== Buttons ===== */

.btn {
    border-radius: 0 !important;
}

/* 1. Default Button */

.btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default:active,
    .btn-default.active,
    .hl-open .dropdown-toggle.btn-default {
        color: #333333;
        background-color: #ebebeb;
        border-color: #adadad;
    }

    .btn-default:active,
    .btn-default.active,
    .open .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled,
    .btn-default[disabled],
    fieldset[disabled] .btn-default,
    .btn-default.disabled:hover,
    .btn-default[disabled]:hover,
    fieldset[disabled] .btn-default:hover,
    .btn-default.disabled:focus,
    .btn-default[disabled]:focus,
    fieldset[disabled] .btn-default:focus,
    .btn-default.disabled:active,
    .btn-default[disabled]:active,
    fieldset[disabled] .btn-default:active,
    .btn-default.disabled.active,
    .btn-default[disabled].active,
    fieldset[disabled] .btn-default.active {
        background-color: #ffffff;
        border-color: #cccccc;
    }

/* 2. Green Button */

.btn-green {
    color: #ffffff;
    background-color: #72a53b;
    border-color: #72a53b;
}

    .btn-green:hover,
    .btn-green:focus,
    .btn-green:active,
    .btn-green.active,
    .open .dropdown-toggle.btn-green {
        color: #ffffff;
        background-color: #5d8731;
        border-color: #5d8731;
    }

    .btn-green:active,
    .btn-green.active,
    .open .dropdown-toggle.btn-green {
        background-image: none;
    }

    .btn-green.disabled,
    .btn-green[disabled],
    fieldset[disabled] .btn-green,
    .btn-green.disabled:hover,
    .btn-green[disabled]:hover,
    fieldset[disabled] .btn-green:hover,
    .btn-green.disabled:focus,
    .btn-green[disabled]:focus,
    fieldset[disabled] .btn-green:focus,
    .btn-green.disabled:active,
    .btn-green[disabled]:active,
    fieldset[disabled] .btn-green:active,
    .btn-green.disabled.active,
    .btn-green[disabled].active,
    fieldset[disabled] .btn-green.active {
        background-color: #AFD487;
        border-color: #AFD487;
    }

/* 3. Red Button */

.btn-red {
    color: #ffffff;
    background-color: #E74C3C;
    border-color: #E74C3C;
}

    .btn-red:hover,
    .btn-red:focus,
    .btn-red:active,
    .btn-red.active,
    .open .dropdown-toggle.btn-red {
        color: #ffffff;
        background-color: #C0392B;
        border-color: #C0392B;
    }

    .btn-red:active,
    .btn-red.active,
    .open .dropdown-toggle.btn-red {
        background-image: none;
    }

    .btn-red.disabled,
    .btn-red[disabled],
    fieldset[disabled] .btn-red,
    .btn-red.disabled:hover,
    .btn-red[disabled]:hover,
    fieldset[disabled] .btn-red:hover,
    .btn-red.disabled:focus,
    .btn-red[disabled]:focus,
    fieldset[disabled] .btn-red:focus,
    .btn-red.disabled:active,
    .btn-red[disabled]:active,
    fieldset[disabled] .btn-red:active,
    .btn-red.disabled.active,
    .btn-red[disabled].active,
    fieldset[disabled] .btn-red.active {
        background-color: #EF8B80;
        border-color: #EF8B80;
    }

/* 4. Blue Button */

.btn-blue {
    color: #ffffff;
    background-color: #09aff8;
    border-color: #09aff8;
}

    .btn-blue:hover,
    .btn-blue:focus,
    .btn-blue:active,
    .btn-blue.active,
    .open .dropdown-toggle.btn-blue {
        color: #ffffff;
        background-color: #009DE0;
        border-color: #009DE0;
    }

    .btn-blue:active,
    .btn-blue.active,
    .open .dropdown-toggle.btn-blue {
        background-image: none;
    }

    .btn-blue.disabled,
    .btn-blue[disabled],
    fieldset[disabled] .btn-blue,
    .btn-blue.disabled:hover,
    .btn-blue[disabled]:hover,
    fieldset[disabled] .btn-blue:hover,
    .btn-blue.disabled:focus,
    .btn-blue[disabled]:focus,
    fieldset[disabled] .btn-blue:focus,
    .btn-blue.disabled:active,
    .btn-blue[disabled]:active,
    fieldset[disabled] .btn-blue:active,
    .btn-blue.disabled.active,
    .btn-blue[disabled].active,
    fieldset[disabled] .btn-blue.active {
        background-color: #5CCEFF;
        border-color: #5CCEFF;
    }
/* 5. Dark Button */

.btn-dark {
    color: #ffffff;
    background-color: #555555;
    border-color: #555555;
}

    .btn-dark:hover,
    .btn-dark:focus,
    .btn-dark:active,
    .btn-dark.active,
    .open .dropdown-toggle.btn-dark {
        color: #ffffff;
        background-color: #444;
        border-color: #444;
    }

    .btn-dark:active,
    .btn-dark.active,
    .open .dropdown-toggle.btn-dark {
        background-image: none;
    }

    .btn-dark.disabled,
    .btn-dark[disabled],
    fieldset[disabled] .btn-dark,
    .btn-dark.disabled:hover,
    .btn-dark[disabled]:hover,
    fieldset[disabled] .btn-dark:hover,
    .btn-dark.disabled:focus,
    .btn-dark[disabled]:focus,
    fieldset[disabled] .btn-dark:focus,
    .btn-dark.disabled:active,
    .btn-dark[disabled]:active,
    fieldset[disabled] .btn-dark:active,
    .btn-dark.disabled.active,
    .btn-dark[disabled].active,
    fieldset[disabled] .btn-dark.active {
        background-color: #707070;
        border-color: #707070;
    }

/* 6. Turquoise Button */

.btn-turquoise {
    color: #ffffff;
    background-color: #1ABC9C;
    border-color: #1ABC9C;
}

    .btn-turquoise:hover,
    .btn-turquoise:focus,
    .btn-turquoise:active,
    .btn-turquoise.active,
    .open .dropdown-toggle.btn-turquoise {
        color: #ffffff;
        background-color: #16A085;
        border-color: #16A085;
    }

    .btn-turquoise:active,
    .btn-turquoise.active,
    .open .dropdown-toggle.btn-turquoise {
        background-image: none;
    }

    .btn-turquoise.disabled,
    .btn-turquoise[disabled],
    fieldset[disabled] .btn-turquoise,
    .btn-turquoise.disabled:hover,
    .btn-turquoise[disabled]:hover,
    fieldset[disabled] .btn-turquoise:hover,
    .btn-turquoise.disabled:focus,
    .btn-turquoise[disabled]:focus,
    fieldset[disabled] .btn-turquoise:focus,
    .btn-turquoise.disabled:active,
    .btn-turquoise[disabled]:active,
    fieldset[disabled] .btn-turquoise:active,
    .btn-turquoise.disabled.active,
    .btn-turquoise[disabled].active,
    fieldset[disabled] .btn-turquoise.active {
        background-color: #4BE7C8;
        border-color: #4BE7C8;
    }

/* 7. Amethyst Button */

.btn-amethyst {
    color: #ffffff;
    background-color: #9B59B6;
    border-color: #9B59B6;
}

    .btn-amethyst:hover,
    .btn-amethyst:focus,
    .btn-amethyst:active,
    .btn-amethyst.active,
    .open .dropdown-toggle.btn-amethyst {
        color: #ffffff;
        background-color: #8E44AD;
        border-color: #8E44AD;
    }

    .btn-amethyst:active,
    .btn-amethyst.active,
    .open .dropdown-toggle.btn-amethyst {
        background-image: none;
    }

    .btn-amethyst.disabled,
    .btn-amethyst[disabled],
    fieldset[disabled] .btn-amethyst,
    .btn-amethyst.disabled:hover,
    .btn-amethyst[disabled]:hover,
    fieldset[disabled] .btn-amethyst:hover,
    .btn-amethyst.disabled:focus,
    .btn-amethyst[disabled]:focus,
    fieldset[disabled] .btn-amethyst:focus,
    .btn-amethyst.disabled:active,
    .btn-amethyst[disabled]:active,
    fieldset[disabled] .btn-amethyst:active,
    .btn-amethyst.disabled.active,
    .btn-amethyst[disabled].active,
    fieldset[disabled] .btn-amethyst.active {
        background-color: #BB8ECD;
        border-color: #BB8ECD;
    }

/* ===== Panels ===== */

.panel {
    border-radius: 0;
}

.panel-heading {
    border-radius: 0;
}

.panel-footer {
    border-radius: 0;
}

.panel-group .panel {
    border-radius: 0;
}

/* 1. Panel Green */

.panel-green {
    border-color: #72a53b;
}

    .panel-green > .panel-heading {
        color: #fff;
        background-color: #72a53b;
        border-color: #72a53b;
    }

        .panel-green > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #72a53b;
        }

    .panel-green > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #72a53b;
    }

    .panel-green > .panel-footer {
        background-color: #72a53b;
        border-top: 1px solid #72a53b;
    }

/* 2. Panel Blue */

.panel-blue {
    border-color: #09aff8;
}

    .panel-blue > .panel-heading {
        color: #ffffff;
        background-color: #09aff8;
        border-color: #09aff8;
    }

        .panel-blue > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #09aff8;
        }

    .panel-blue > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #09aff8;
    }

    .panel-blue > .panel-footer {
        background-color: #09aff8;
        border-top: 1px solid #09aff8;
    }

/* 3. Panel Dark */

.panel-dark {
    border-color: #555555;
}

    .panel-dark > .panel-heading {
        color: #ffffff;
        background-color: #555555;
        border-color: #555555;
    }

        .panel-dark > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #555555;
        }

    .panel-dark > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #555555;
    }

    .panel-dark > .panel-footer {
        background-color: #555555;
        border-top: 1px solid #555555;
    }

/* 4. Panel Red */

.panel-red {
    border-color: #E74C3C;
}

    .panel-red > .panel-heading {
        color: #ffffff;
        background-color: #E74C3C;
        border-color: #E74C3C;
    }

        .panel-red > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #E74C3C;
        }

    .panel-red > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #E74C3C;
    }

    .panel-red > .panel-footer {
        background-color: #E74C3C;
        border-top: 1px solid #E74C3C;
    }

/* 5. Panel Turquoise */

.panel-turquoise {
    border-color: #1ABC9C;
}

    .panel-turquoise > .panel-heading {
        color: #ffffff;
        background-color: #1ABC9C;
        border-color: #1ABC9C;
    }

        .panel-turquoise > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #1ABC9C;
        }

    .panel-turquoise > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #1ABC9C;
    }

    .panel-turquoise > .panel-footer {
        background-color: #1ABC9C;
        border-top: 1px solid #1ABC9C;
    }

/* 6. Panel Amethyst */

.panel-amethyst {
    border-color: #8E44AD;
}

    .panel-amethyst > .panel-heading {
        color: #ffffff;
        background-color: #8E44AD;
        border-color: #8E44AD;
    }

        .panel-amethyst > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #8E44AD;
        }

    .panel-amethyst > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #8E44AD;
    }

    .panel-amethyst > .panel-footer {
        background-color: #8E44AD;
        border-top: 1px solid #8E44AD;
    }

/* 7. Panel Dummy */

.panel-dummy {
    border-color: #DDD;
}

    .panel-dummy > .panel-heading {
        color: #333;
        background-color: #FFF;
        border-color: #FFF;
    }

        .panel-dummy > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #FFF;
        }

    .panel-dummy > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #FFF;
    }

    .panel-dummy > .panel-footer {
        background-color: #FFF;
        border-top: 1px solid #FFF;
    }


/* ===== Info Boards ==== */

.info-board {
    margin: 20px 0;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
}

/* 1. Info board green */

.info-board-green {
    background-color: #F5FAF0;
    border-color: #72a53b;
}

.info-board h4 {
    margin-top: 0;
}

.info-board p:last-child {
    margin-bottom: 0;
}

/* 2. Info board blue */

.info-board-blue {
    background-color: #EBF9FF;
    border-color: #09aff8;
}

.info-board h4 {
    margin-top: 0;
}

.info-board p:last-child {
    margin-bottom: 0;
}

/* 3. Info board red */

.info-board-red {
    background-color: #FBF0EE;
    border-color: #E74C3C;
}

.info-board h4 {
    margin-top: 0;
}

.info-board p:last-child {
    margin-bottom: 0;
}

/* 4. Info board orange */

.info-board-orange {
    background-color: #FFF2EB;
    border-color: #FFA973;
}

.info-board h4 {
    margin-top: 0;
}

.info-board p:last-child {
    margin-bottom: 0;
}


/* ===== Forms ===== */

.form-control {
    border-radius: 0;
    font-size: .9em;
    letter-spacing:.01em;
}

.input-group {
    font-family: "Open Sans", sans-serif;
}

/* ===== Navs ===== */

/* 1. Nav tabs */

/*@media all and (min-width:768px)*/
:last-child.navbar-right.navbar-nav {
    margin-right: 0px !important;
}


.nav-tabs {
    margin-bottom: 15px;
}

    .nav-tabs > li > a {
        border-bottom: 1px solid #dedede;
        border-radius: 0;
        background: #f5f5f5;
    }

/* 2. Nav pills */

.nav-pills {
    margin-bottom: 15px;
}

    .nav-pills > li > a {
        border-radius: 0;
    }

    .nav-pills > li > a {
        background-color: #f5f5f5;
    }

.nav-pills-green > li.active > a,
.nav-pills-green > li.active > a:hover,
.nav-pills-green > li.active > a:focus {
    background-color: #72a53b;
}

.nav-pills-blue > li.active > a,
.nav-pills-blue > li.active > a:hover,
.nav-pills-blue > li.active > a:focus {
    background-color: #09aff8;
}

.nav-pills-dark > li.active > a,
.nav-pills-dark > li.active > a:hover,
.nav-pills-dark > li.active > a:focus {
    background-color: #555555;
}

.nav-pills-red > li.active > a,
.nav-pills-red > li.active > a:hover,
.nav-pills-red > li.active > a:focus {
    background-color: #E74C3C;
}

.nav-pills-turquoise > li.active > a,
.nav-pills-turquoise > li.active > a:hover,
.nav-pills-turquoise > li.active > a:focus {
    background-color: #1ABC9C;
}

.nav-pills-amethyst > li.active > a,
.nav-pills-amethyst > li.active > a:hover,
.nav-pills-amethyst > li.active > a:focus {
    background-color: #9B59B6;
}

/* ===== Alerts ===== */

.alert {
    border-radius: 0;
}

/*Was moving close button on alerts off the banner*/
/*.alert {
    padding: 9px 15px 11px 15px;
    margin: 6px 0;
    border: none;
}*/

.alert span.glyphicon {
    padding:0 7px 0 1px;
}

.alert p {
    display:inline;
    font-size:1.2em;
}

/* ===== Thumbnails ===== */

.thumbnail {
    padding: 0;
    border: 0;
    border-radius: 0;
}

    .thumbnail > img {
        display: block;
        max-width: 100%;
        height: auto;
        padding: 10px;
        border: 1px solid #eee;
    }

a.thumbnail:hover img,
a.thumbnail:focus img {
    border-color: #ccc;
}

.thumbnail > img {
    margin-left: auto;
    margin-right: auto;
}

.thumbnail .caption {
    padding: 10px;
    color: #333333;
}

    .thumbnail .caption h4 {
        text-transform: uppercase;
    }

    .thumbnail .caption .rating {
        margin-bottom: 10px;
    }

        .thumbnail .caption .rating i {
            color: #F7C41F;
            font-size: 18px;
        }

/* ===== Page Tip ===== */

.page-tip {
    background: #fff;
    -webkit-box-shadow: 0 0 16px 0 rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0 0 16px 0 rgba(50, 50, 50, 0.3);
    box-shadow: 0 0 16px 0 rgba(50, 50, 50, 0.3);
    color: #555555;
    margin-bottom: 50px;
    padding: 15px 0;
}

    .page-tip p {
        margin: 0;
    }

/* ===== Section headers ===== */

.section-header {
    background: #f5f5f5;
    border-bottom: 1px solid #dedede;
    padding: 0;
    margin-bottom: 0px;
}

    .section-header h1 {
        color: #1878be;
        padding: 0 !important;
        margin: 0 !important;
    }

        .section-header h1 span {
            font-family: "Sarala", "Helvetica Neue", Helvetica, sans-serif !important;
            font-weight: 500;
            letter-spacing: 0.03em;
            text-transform: uppercase;
            font-size: .4em;
            border-bottom: 5px solid #09aff8;
            padding-bottom: 13px;
            padding-top: 17px;
            padding-left: 12px;
            padding-right: 12px;
            display: block;
        }

.page-title {
    line-height: 18px !important;
}


/* ===== Block header ===== */

.block-header h1 {
    margin: 0 0 40px 0;
    font-family: "Sarala", "Open Sans", "Helvetica Neue", Helvetica, sans-serif !important;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 2.5em;
    color: #1878be;
    background: url(/Content/themes/1200/images/headline-bg.png) repeat-x 0 50%;
}

    .block-header h1 .title {
        background-color: white;
        padding: 0 10px 0 0;
    }

    .block-header h1 .decoration {
        background-color: #FFFFFF;
    }

.block-header h2 {
    margin: 0 0 40px 0;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif !important;
    font-weight: 400;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-size: 30px;
    color: #1878be;
    background: url(/Content/themes/1200/images/headline-bg.png) repeat-x 0 50%;
}

    .block-header h2 .title {
        background-color: white;
        padding: 0 10px 0 0;
    }

    .block-header h2 .decoration {
        background-color: #FFFFFF;
    }

/* ===== Lead ===== */

.lead {
    font-weight: 300;
}

/* ===== Social links ===== */

.social-icons {
    margin-bottom: 15px;
}

    .social-icons ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        .social-icons ul li {
            text-align: center;
            float: left;
            margin: 0 5px 5px 0;
            opacity: 0.5;
            transition: 0.1s;
            -webkit-transition: 0.1s;
            -moz-transition: 0.1s;
        }

.social-icons-small ul li {
    height: 20px;
    width: 20px;
    font-size: 16px;
    line-height: 20px;
}

.social-icons-default ul li {
    height: 30px;
    width: 30px;
    font-size: 22px;
    line-height: 30px;
}

.social-icons-large ul li {
    height: 40px;
    width: 40px;
    font-size: 28px;
    line-height: 40px;
}

.social-icons ul li:hover {
    opacity: 1;
    transition: 0.1s;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
}

.social-icons ul li a {
    color: #FFF;
    display: block;
}

.social-icons ul li.rss {
    background: #ff9900;
}

.social-icons ul li.facebook {
    background: #3B5998;
}

.social-icons ul li.twitter {
    background: #1dcaff;
}

.social-icons ul li.plus {
    background: #dd4b39;
}

.social-icons ul li.vk {
    background: #3f628a;
}

.social-icons ul li.pinterest {
    background: #c92026;
}

.social-icons ul li.vimeo {
    background: #446d82;
}

.social-icons ul li.github {
    background: #657e8c;
}

.social-icons ul li.linkedin {
    background: #0c7bb3;
}

.social-icons ul li.dropbox {
    background: #4fa3e3;
}

/* ===== Tags ===== */

.tags > a {
    padding: 3px 4px;
    margin: 4px 4px 4px 0;
    background: #f5f5f5;
    border: 1px solid #dedede;
    border-width: 0 1px 1px 0;
    color: #555555;
    text-decoration: none;
    font-size: 0.9em;
    white-space: nowrap;
    display: inline-block;
}

    .tags > a:hover {
        background: #09aff8;
        color: #FFF;
        border-color: #09aff8;
    }

    .tags > a:before {
        font-family: FontAwesome;
        content: "\f02b";
        color: #999;
        margin-right: 5px;
    }

    .tags > a:hover:before {
        color: #FFF;
    }

.list-group {
    margin-bottom: 0;
}

.list-group ul,
.list-group ol {
    margin-bottom: 0;
}

.list-group-container {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.list-group-item {
    overflow-x: hidden;
}

    .list-group-item:hover {
        background-color: #0a2a5d;
        color: #FFFFFF;
        cursor: pointer;
    }

.flat-top li:first-child.list-group-item {
    border-top: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}


@media all and (min-width: 767px) {
    .modal-dialog-wide {
        width: 1000px !important;
    }
}

@media all and (max-width: 767px) {
    .modal-dialog-wide {
        width: 100% !important;
    }
}

@media all and (min-width: 767px) {
    .modal-dialog-narrow {
        width: 400px !important;
    }
}

@media all and (max-width: 767px) {
    .modal-dialog-narrow {
        width: 100% !important;
    }
}


.datepicker {
    z-index: 9999 !important;
}

.numericCol{
  float:right;
}
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,700);
@import url(https://fonts.googleapis.com/css?family=Sarala:400,700);

html, body {
    font-family: 'Open Sans', sans-serif;
    /*font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif !important;*/
    height: 100%;
    background-color: #FFFFFF;
    color: #111;
    font-size: 100%;
}

@media all and (min-width: 767px) {
    html, body {
        background: url(/Content/themes/1200/images/bhn-bokeh-bg-1249x732.jpg) repeat-x scroll;
    }
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto Slab", "Helvetica Neue", Helvetica, sans-serif !important;
    font-weight: 500;
    color: #1878be !important;
    letter-spacing: -.03em;
}

h3, h3 {
    font-size: 2.1em !important;
}

h4 {
    line-height: 1.35em !important;
    font-size: 1.6em;
    color: #353535 !important;
}

h5 {
    font-size: 1.16em;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 10px !important;
}

    h1.hl, h2.hl, h3.hl, h4.hl, h5.hl, h6.hl {
        font-weight: 300;
    }

        h1.hl small, h2.hl small, h3.hl small, h4.hl small, h5.hl small, h6.hl small {
            text-transform: none;
        }

p {
    font-size: 1em;
    font-weight: 400;
    letter-spacing: .001em;
}

.small-p {
    font-size: .85em;
}

.big-p {
    font-size: 1em;
}

.hr-text {
    text-align: center;
    border-bottom: 1px solid #ddd;
    margin: -20px 0 50px;
}

.hr-text p {
    background-color: #fff;
    font-size: 1.3em;
    width: 38px;
    position: relative;
    top: 14px;
    margin: auto;
}

.flex {
    display: flex;
}

.IsAuthenticated {
    display: none;
}

.modal-dialog {
    z-index: 1060 !important;
}

button, input, .modal-body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif !important;
    font-size: 1em;
}

*:focus {
    outline: 0;
}

/* ===== Sticky Footer Trick ===== */

.wrapper {
    min-height: 100%;
    height: auto !important; /* for older versions of IE */
    height: 100%;
    margin-bottom: -347px; /* showing the footer */
    padding-bottom: 347px; /* avoiding content go behind the footer */
    /*padding-top: 50px;*/
}

    .wrapper.content-background {
        background-color: white !important;
    }

    .wrapper > .container {
    }

    .wrapper ul {
        line-height: 1.5em;
    }



.banner {
    /*background-color: #034569;*/
    /*background: url(/Content/themes/1200/images/banner-health-bg.jpg) no-repeat 50% 0;*/
}

    .banner .container-fluid {
        position: relative;
    }


.banner-logo {
    padding-right: 1em;
    padding-bottom: 1.3em;
    padding-top: 1.1em;
    padding-left: 1em;
    display: inline-block;
}

#map-canvas {
    height: 250px;
    margin: 0px;
    padding: 0px;
}

#map-canvas-container {
    z-index: 100;
    height: 250px;
    position: relative;
    margin-top: 20px;
    padding: 0;
}


.go-back {
    position: absolute;
    top: 43px;
    left: -30px;
}

    .go-back a {
        color: #555555;
    }

    .go-back i:hover {
        color: #1878be;
    }



.content-body {
    padding-top: 35px;
    padding-bottom: 60px;
    position: relative;
}

@media all and (max-width: 767px) {
    .go-back {
        position: absolute;
        left: 30px;
    }

        .go-back img {
            height: 36px;
            width: 33px;
            display: block;
        }

    .content-body h3 {
        padding-left: 50px;
    }
}

.adjust-left {
        padding-left: 200px;
}

.payer-plan {
    margin-top: 2px !important;
}

    .payer-plan .panel-body {
        padding: 2px;
    }

    .payer-plan .panel-heading {
        padding: 2px 2px;
        border-bottom: 1px solid transparent;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

    .payer-plan div[class*='col-'] {
        padding-left: 2px;
        padding-right: 2px;
    }


.pageSize {
    color: #428bca;
    background-color: #fff;
    border: 1px solid #ddd;
}



/* ===== Navbar ===== */



/*@media all and (min-width:768px)*/
.navbar-nav > li > a {
    padding: 17px 15px !important;
    line-height: 16px !important;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif !important;
    font-weight: 400;
    letter-spacing: .005em;
    text-transform: uppercase;
    font-size: 1.2em;
}

/*media all*/
/*.navbar-nav > li {
    border-style: dotted;
    border-width: 0;
    border-color: #1878be;
}*/


.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #1878be;
    color: #FFFFFF;
}

    .nav .open > a, .nav .open > a:hover, .nav .open > a:hover {
        background-color: #1878be;
        color: #FFFFFF;
    }

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #1878be;
    color: #FFFFFF;
}


.navbar {
    margin-bottom: 0px !important;
    min-height: 0px !important;
}

.navbar-inverse {
    background-color: rgba(10, 42, 93, .7);
    border: none;
}

    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:hover,
    .navbar-inverse .navbar-nav > .active > a:focus {
        color: #fff;
        font-weight: bold;
        background-color: #0a2a5d;
    }

    .navbar-inverse .navbar-brand {
        color: #EEEEEE;
    }

        .navbar-inverse .navbar-brand img {
            height: 30px;
        }




    .navbar-inverse .navbar-nav > li > a {
        color: #EEEEEE;
    }

        .navbar-inverse .navbar-nav > li > a:hover {
            background-color: #1878be;
            color: #FFFFFF;
        }

    .navbar-inverse .navbar-nav > li:first-child {
        border-left-width: 1px;
    }





.navbar-inverse {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif !important;
    font-weight: 300;
    letter-spacing: 0.1em;
    font-size: 14px;
}

    .navbar-inverse .navbar-nav > li {
        position: relative;
        line-height: 40px;
        border-right-width: 1px;
    }

    .navbar-inverse .navbar-nav > .dropdown > a .caret {
        border-top-color: #EEEEEE;
        border-bottom-color: #EEEEEE;
    }



    .navbar-inverse .navbar-nav > .open > a .caret,
    .navbar-inverse .navbar-nav > .open > a:hover .caret,
    .navbar-inverse .navbar-nav > .open > a:focus .caret {
        border-top-color: #555555;
        border-bottom-color: #555555;
    }

    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: #1878be;
        color: #FFFFFF;
    }

/**********************************compact navigation for tablets**************************************/

@media (max-width: 990px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }

    .nav.navbar-nav.page-title {
        display:none;
    }
}


/************************media all*************************/



.dropdown-menu {
    background-color: #1878be;
    border: 1px solid #1878be;
    border-top-color: #1878be;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .dropdown-menu > li > a {
        color: #FFFFFF;
        padding: 6px 15px;
        font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif !important;
        letter-spacing: .01em;
        font-size: 1.2em;
    }

        .dropdown-menu > li > a:hover,
        .dropdown-menu > li > a:focus {
            color: #FFF;
            background-color: #0a2a5d;
        }

    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus {
        background-color: #1878be;
    }

li.dropdown.category {
    color: #0A2A5D;
    padding-left: 14px;
    padding-top: 4px;
    font-size: 1.2em;
    text-transform: uppercase;
    background: #C3E8FA;
}

/* ===== Showcase ===== */

#wrap,
#hp-slider {
    height: 550px;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/HeroImage.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/HeroImage.jpg', sizingMethod='scale')";
    font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif !important;
}

    #wrap h1,
    #hp-slider h1 {
        font-weight: 700;
        font-size: 3em;
        line-height: 1.3em;
        color: #fff !important;
        letter-spacing: 0em;
        text-shadow: none;
    }

    #wrap h2,
    #hp-slider h2 {
        font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif !important;
        font-weight: 400;
        font-size: 1.4em;
        color: #fff !important;
        letter-spacing: 0em;
        line-height: 1.25em;
        text-shadow: none;
    }

    #hp-slider span {
    }

    #hp-slider .margin {
        margin-top: 50px;
    }


    #hp-slider a {
        color: #ffffff;
        font-size: 1em;
        font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif !important;
        letter-spacing: 0em;
    }

        #hp-slider a:hover {
            text-decoration: none;
            color: #09aff8;
        }

    #hp-slider i {
        color: #FFFFFF;
    }



.showcase {
    position: relative;
    width: 438px;
    height: 300px;
    margin: 90px auto;
}

.list {
    margin: 50px 0 0 0;
}

    .list ul {
        list-style-type: none;
        padding: 0;
    }

    .list li {
        font-weight: 100;
        font-size: 28px;
    }

        .list li > span {
            background: rgba(66, 139, 202, 0.80);
            padding: 5px 20px 10px 20px;
            line-height: 1.8;
        }

        .list li i.fa {
            margin-right: 20px;
        }

.first {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
}

.second {
    -webkit-animation-duration: 1.3s;
    -moz-animation-duration: 1.3s;
}

.third {
    -webkit-animation-duration: 1.6s;
    -moz-animation-duration: 1.6s;
}

.fourth {
    -webkit-animation-duration: 1.9s;
    -moz-animation-duration: 1.9s;
}

.delay {
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
}



/* ===== Profiles ===== */

/* Avatar */

.avatar {
    position: relative;
}

    .avatar-bubble,
    .avatar:hover .avatar-bubble {
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
    }

.avatar-bubble {
    position: absolute;
    bottom: 11px;
    left: 11px;
    right: 11px;
    width: inherit;
    padding: 15px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    font-weight: 300;
    opacity: 0;
}

.avatar:hover .avatar-bubble {
    opacity: 1;
}

.avatar-bubble a {
    display: block;
    color: #eee;
}

    .avatar-bubble a:hover {
        text-decoration: none;
        color: #fff;
    }

/* Profile menu */

.user-menu > ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

    .user-menu > ul > li {
        border-bottom: 1px solid #EEE;
        border-right: 1px solid #EEE;
    }

        .user-menu > ul > li:last-child {
            border-bottom: 0;
        }

        .user-menu > ul > li > a {
            display: block;
            padding: 10px;
        }

            .user-menu > ul > li > a:hover {
                text-decoration: none;
                background: #f5f5f5;
            }

            .user-menu > ul > li > a.active {
                background: #f5f5f5;
            }

            .user-menu > ul > li > a > i.sign {
                display: inline-block;
                margin-right: 10px;
                width: 40px;
                height: 40px;
                border-radius: 40px;
                color: #FFF;
                text-align: center;
                font-size: 18px;
                line-height: 40px;
            }

            .user-menu > ul > li > a > i.fa-chevron-right {
                line-height: 40px;
                color: #555555;
                display: none;
            }

            .user-menu > ul > li > a:hover > i.fa-chevron-right {
                display: inline-block;
            }

            .user-menu > ul > li > a.active:hover > i.fa-chevron-right {
                display: none;
            }

/* User status */

.user-status {
    margin-bottom: 20px;
}

    .user-status > p > a {
        color: #333;
    }

    .user-status .input-group {
        padding: 5px;
        background: #f5f5f5;
    }

/* Modal window */

.modal-content {
    border-radius: 0;
}

.modal-header {
    background: #f5f5f5;
    padding-bottom: 10px;
    padding-top: 10px;
}

    .modal-header > img,
    .message-answer > img {
        height: 50px;
        width: 50px;
        margin: 0 15px 15px 0;
        float: left;
        overflow: hidden;
    }

    .modal-header i{
        padding-right:13px;
    }

    .modal-header button.close {
        padding:7px;
    }

.modal-title {
    font-family: 'Open Sans', sans-serif !important;
    color: #1878be !important;
    font-size: 1.4em;
}

.modal-green .modal-header {
    background-color:#78be20;
}

.modal-green .modal-header h4{
    color:#fff !important;
}

.modal-red .modal-header {
    background-color:#d9534f;
}

.modal-red .modal-header h4{
    color:#fff !important;
}

.modal-red .modal-header .close:hover,
.modal-red .modal-header .close:focus {
    color: #fff;
}

.modal-red .modal-header .close {
    color: #fff;
}

/* User Stats and Gallery */

.block-inverse {
    border-radius: 5px;
    border: 1px solid #eee;
}

    .block-inverse > .head-inverse {
        background: #F5F5F5;
        padding: 10px;
        border-bottom: 1px solid #EEE;
    }

    .block-inverse > .body-inverse {
        padding: 10px;
    }

.user-gallery img {
    height: 60px;
    width: 60px;
    background: #FFF;
    border: 1px solid #dedede;
    border-radius: 60px;
    padding: 3px;
    margin: 5px;
}

    .user-gallery img:hover {
        border-color: #999;
    }

/* Inbox */

.pm-search {
    background: #F5F5F5;
    border-top: 1px solid #DDD;
    padding: 20px;
    margin-bottom: 15px;
}

.pm-list > ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .pm-list > ul > li:first-child {
        border-top: 1px solid #EEE;
    }

    .pm-list > ul > li {
        padding: 15px;
        border-bottom: 1px solid #EEE;
    }

        .pm-list > ul > li:hover {
            background: #f5f5f5;
        }

        .pm-list > ul > li > p > img {
            height: 50px;
            width: 50px;
            float: left;
            margin-right: 15px;
            overflow: hidden;
        }

        .pm-list > ul > li > p {
            float: left;
            overflow: hidden;
            width: 50%;
            margin-bottom: 0;
        }

            .pm-list > ul > li > p > a.inbox-dialog {
                color: #999;
            }

                .pm-list > ul > li > p > a.inbox-dialog:hover {
                    color: #999;
                    text-decoration: none;
                }

.message-answer {
    background: #F5F5F5;
    border-top: 1px solid #DDD;
    padding: 20px;
}

    .message-answer > form {
        width: 80%;
        float: left;
    }








/* ===== Cms Content ===== */

.content-summary {
    position: relative;
    margin-bottom: 40px;
}

    .content-summary > h4 {
        line-height: 22px;
    }


.content-text img {
    padding: 10px;
    border: 1px solid #ddd;
    margin: 10px;
    width: auto;
}

img.hvn_logo {
    border: none;
    width: 46px;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
}

img.hvn_logo_sm {
    border: none;
    width: 25px;
    height: auto;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
}

img.pec-logo {
    border: none;
    height: 80px;
    width: auto;
}

.bottom-padder-min {
    padding-bottom: 10px !important;
}

.bottom-padder {
    padding-bottom: 20px !important;
}

.bottom-padder-plus {
    padding-bottom: 40px !important;
}

.top-padder-min {
    padding-top: 10px !important;
}

.top-padder {
    padding-top: 20px !important;
}

.top-padder-plus {
    padding-top: 40px !important;
}

.content-text textarea {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif !important;
    font-size: 14px;
}


/* ===== re-Captcha overridess ===== */

.recaptchatable img {
    width: 100% !important;
}



/* ===== Blog ===== */

.blog-summary {
    position: relative;
    margin-bottom: 40px;
}

    .blog-summary > h4 {
        line-height: 22px;
    }

.blog-text {
    line-height: 1.8;
}

.timeline-block .blog-img { /* Making images smalled for timeline page */
    width: 250px;
}

.blog-img {
    padding: 10px;
    border: 1px solid #ddd;
    margin: 10px;
    width: 350px;
}

.new-story:after {
    content: "NEW!";
    font-size: 0.6em;
    color: #FFF;
    background: #f1c40f;
    padding: 3px 4px;
    margin-left: 5px;
    vertical-align: super;
}

.related-links ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .related-links ul li {
        padding: 4px 0;
        border-bottom: 1px dotted #ddd;
    }

        .related-links ul li:last-child {
            border-bottom: 0;
        }

.blog-months ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 50%;
    border-right: 1px solid #FFF;
}

    .blog-months ul li .badge {
        background: #FFF;
        color: #666;
        border: 1px solid #ddd;
    }

.new-comment {
    padding: 20px 10px 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px dashed #ddd;
    margin: 20px 0;
}

    .new-comment:hover {
        border-bottom-style: solid;
    }

    .new-comment img {
        max-height: 64px;
        width: auto;
        float: right;
    }

.comment {
    margin: 10px 0;
    border-bottom: 1px dotted #ddd;
}

/* ===== Blog Timeline ===== */

.timeline-block {
    border-left: 3px solid #eee;
    padding-left: 20px;
    margin-left: 100px;
}

    .timeline-block time.timestamp {
        position: absolute;
        top: 12px;
        left: -136px;
        padding: 5px 6px;
        font-style: italic;
        color: #999;
    }

        .timeline-block time.timestamp:before {
            display: block;
            font-family: FontAwesome;
            content: "\f073";
            font-style: normal;
            font-size: 32px;
            margin-left: 27px;
        }

        .timeline-block time.timestamp:after {
            display: inline-block;
            content: "";
            height: 20px;
            width: 20px;
            border: 3px solid #DDD;
            border-radius: 26px;
            margin-left: 16px;
            background: #FFF;
        }

/* ===== About Us block ===== */

img.img-about {
    width: 40%;
    padding: 10px;
    border: 1px solid #eee;
    float: left;
    margin: 0 20px 20px 0;
}

/* ===== Media objects ===== */

.media-object {
    height: 50px;
    width: 50px;
}

.media-heading a {
    color: #333;
}

    .media-heading a:hover {
        color: #333;
        text-decoration: none;
    }

.read-more {
    float: right;
    margin-top: 10px;
}

/* ===== Recent Works ===== */

.thumbnail {
    position: relative;
}

    .thumbnail .visit {
        position: absolute;
        opacity: 0;
        width: 100%;
        text-align: center;
        top: 80px;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
    }

    .thumbnail:hover .visit {
        opacity: 1;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
    }

    .thumbnail .visit a {
        color: #FFF;
        text-transform: uppercase;
        background: rgba(0, 0, 0, 0.5);
        padding: 10px 20px;
    }

        .thumbnail .visit a:hover {
            color: #FFF;
            text-decoration: none;
        }

/* ===== Steps ===== */

.step {
    text-align: center;
    width: 50%;
    margin: 0 auto;
}

    .step i {
        color: #dedede;
        transition: color 0.3s;
        -webkit-transition: color 0.3s;
        -moz-transition: color 0.3s;
    }

    .step h4 {
        text-transform: uppercase;
    }

    .step .arrow {
        position: absolute;
        top: 0;
        right: -10%;
        color: #dedede;
        font-size: 100px;
        transition: color 0.3s;
        -webkit-transition: color 0.3s;
        -moz-transition: color 0.3s;
    }

    .step:hover i {
        color: #FFA973;
        transition: color 0.3s;
        -webkit-transition: color 0.3s;
        -moz-transition: color 0.3s;
    }

    .step:hover .arrow {
        color: #99E0FF;
        transition: color 0.3s;
        -webkit-transition: color 0.3s;
        -moz-transition: color 0.3s;
    }

/* ===== About Us ===== */

.about-icon {
    font-size: 52px;
    float: left;
    margin: 15px 15px 0 0;
    color: #09aff8;
}

.about-p {
    overflow: hidden;
    line-height: 22px;
}

.about-btn {
    margin-top: 50px;
    text-align: center;
}

/* ===== Team ===== */
.member-left {
    text-align: left;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px dotted #eee;
}

.member-right {
    text-align: right;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px dotted #eee;
}

.team img,
.team img {
    width: 100px;
    height: 100px;
    border-radius: 50px;
}

.team .member-left img {
    float: left;
    margin-right: 50px;
}

.team .member-right img {
    float: right;
    margin-left: 50px;
}

.team .position {
    color: #ccc;
}

.team p {
    overflow: hidden;
}

/* ===== 404 error page ===== */

.not-found {
    /*background: #eee;
	background-image: url(/Content/themes/1200/images/falling-leafs.png), -webkit-linear-gradient(top, #eee, #fff);
	background-image: url(/Content/themes/1200/images/falling-leafs.png), -moz-linear-gradient(top, #eee, #fff);*/
}

    .not-found .digits {
        color: #999;
        font-size: 250px;
        font-weight: bold;
        text-align: center;
    }

        .not-found .digits i {
            font-size: 200px;
            margin: 0 10px;
        }

    .not-found h1 {
        text-align: center;
        color: #666;
    }

    .not-found h2 {
        text-align: center;
        color: #999;
    }

    .not-found form {
        text-align: center;
        margin: 30px 0;
    }

/* ===== Contact Us ===== */

.google-maps {
    position: relative;
    padding-bottom: 85.714%;
    height: 0;
    overflow: hidden;
}

    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/* ===== Pricing ===== */

.pricing .item {
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 3px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

    .pricing .item:hover {
        box-shadow: 0 0 20px rgba(0,0,0,0.2);
        -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
        -moz-box-shadow: 0 0 20px rgba(0,0,0,0.2);
        margin-top: -10px;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
    }

.pricing .head {
    background: #69D2E7;
    padding: 30px 10px 10px;
    position: relative;
    border-radius: 3px;
    margin-bottom: 50px;
}

    .pricing .head h4 {
        color: #FFF;
        text-transform: uppercase;
        text-align: center;
    }

    .pricing .head .arrow {
        position: absolute;
        height: 30px;
        width: 100%;
        border-top: 30px solid #69D2E7;
        border-right: 120px solid white;
        border-left: 120px solid white;
        bottom: -30px;
        left: 0;
    }

.pricing .sceleton {
    text-align: center;
}

    .pricing .sceleton h5 {
        font-size: 30px;
    }

    .pricing .sceleton span {
        font-size: 24px;
    }

    .pricing .sceleton ul {
        margin: 0 0 10px;
        padding: 0;
    }

    .pricing .sceleton li {
        list-style-type: none;
        padding: 10px 0;
        border-top: 1px dotted #ccc;
    }

        .pricing .sceleton li:hover {
            border-top: 1px solid #ccc;
            background: #eee;
            cursor: pointer;
        }

/* ===== FAQs ===== */

.faq-cats ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .faq-cats ul li:first-child {
        margin: 0 0 15px 0;
    }

    .faq-cats ul li {
        margin: 15px 0 15px 0;
    }

        .faq-cats ul li i {
            vertical-align: middle;
            margin-right: 15px;
            color: #bbb;
        }

        .faq-cats ul li:hover i {
            color: #09aff8;
        }


/* =============== Carousel =============== */
.carousel-inner {
    height: 100%;
}

    .carousel-inner > .item {
        height: 100%;
    }

a.carousel-arrow {
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -50px;
    height: 100px;
    width: 50px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    color: #FFF;
    font-size: 32px;
    font-weight: 300;
    line-height: 96px;
    cursor: pointer;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    opacity: 0;
}

.carousel:hover a.carousel-arrow {
    opacity: 1;
}

a.carousel-arrow:hover,
a.carousel-arrow:active {
    text-decoration: none;
    background: #09aff8;
}

a.carousel-arrow-prev {
    left: 0;
    right: auto;
    padding-right: 5px;
}

a.carousel-arrow-next {
    right: 0;
    left: auto;
    padding-left: 5px;
}

.carousel-caption i {
    margin: 0 12px 0 0;
}

.carousel-caption .hero-button {
    position: relative;
}

    .carousel-caption .hero-button a {
        padding: 13px 20px 13px 20px;
        line-height: 1.8;
    }

        .carousel-caption .hero-button a span {
            font-family: 'Open Sans', sans-serif;
            font-size: 1.2em;
            text-shadow: none;
        }

        .carousel-caption .hero-button a:hover span {
            color: #fff;
        }

.carousel-caption a:hover {
    text-decoration: none;
}

.item-gradient-1:after {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    /*z-index: -1;*/
    top: 0;
    left: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+51,000000+100&0+51,0.5+70,0.8+100 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 51%, rgba(0,0,0,0.5) 70%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 51%,rgba(0,0,0,0.5) 70%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 51%,rgba(0,0,0,0.5) 70%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */
}

/*background photo positioning, does not apply to gradient overlay*/
.item.item-gradient-1 {
    background-position: center;
}

.item.item-gradient-2 {
    background-position: 50% 0;
}

.item.item-gradient-4 {
    background-position: 50% 0;
}

.carousel-caption.caption-1 {
    text-align: center;
    right: 0;
    left: 0;
    width: auto;
    top: 64%;
    padding: 0 20px;
}


@media (max-width : 991px) {
    .carousel-caption.caption-1 {
        top: 56%;
    }
}

.carousel-caption.caption-1 .hero-button {
    left: 24%;
    margin: 0 0 20px 0;
}

    .carousel-caption.caption-1 .hero-button a {
        background: rgba(66, 139, 202, .65);
    }

        .carousel-caption.caption-1 .hero-button a:hover {
            background: rgba(66, 139, 202, 1);
        }

.item-gradient-2:after {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    /*z-index: -1;*/
    top: 0;
    left: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+45&0.8+0,0.5+27,0+45 */
    background: -moz-linear-gradient(left, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.5) 27%, rgba(0,0,0,0) 45%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.5) 27%,rgba(0,0,0,0) 45%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.5) 27%,rgba(0,0,0,0) 45%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}

.carousel-caption.caption-2 {
    text-align: left;
    right: 0;
    left: 6%;
    width: 36%;
    top: 2%;
}

    .carousel-caption.caption-2 .hero-button {
        margin: 30px 0 0 0;
    }

        .carousel-caption.caption-2 .hero-button a {
            background: rgba(186, 145, 31, .85);
        }

            .carousel-caption.caption-2 .hero-button a:hover {
                background: rgba(186, 145, 31, 1);
            }

    .carousel-caption.caption-2 h2 {
        width: 90%;
    }

.carousel-caption.caption-3 {
    text-align: right;
    left: 60%;
    width: 34%;
    top: 22%;
}



@media (max-width : 991px) {
    .carousel-caption.caption-3 {
        top: 56%;
    }
}

.carousel-caption.caption-3 .hero-button {
    margin: 30px 0 0 0;
}

    .carousel-caption.caption-3 .hero-button a {
        background: rgba(66, 139, 202, .85);
    }

        .carousel-caption.caption-3 .hero-button a:hover {
            background: rgba(66, 139, 202, 1);
        }

.item-gradient-4:after {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    /*z-index: -1;*/
    top: 0;
    left: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+58,000000+100&0+58,0.5+68,0.8+100 */
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 58%, rgba(0,0,0,0.5) 68%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 58%,rgba(0,0,0,0.5) 68%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0,0,0,0) 58%,rgba(0,0,0,0.5) 68%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=1 ); /* IE6-9 */
}

.carousel-caption.caption-4 {
    text-align: center;
    right: 0;
    left: 0;
    width: auto;
    top: 56%;
    padding: 0 20px;
}

@media (max-width : 991px) {
    .carousel-caption.caption-4 {
        padding: 1px;
    }
}

.carousel-caption.caption-4 .hero-button {
    left: 32%;
    margin: 0 0 20px 0;
}

    .carousel-caption.caption-4 .hero-button a {
        background: rgba(70, 172, 26, .85);
    }

        .carousel-caption.caption-4 .hero-button a:hover {
            background: rgba(70, 172, 26, 1);
        }

.carousel.fade {
    opacity: 1;
}

    .carousel.fade .item {
        transition: opacity ease-out .8s;
        left: 0;
        opacity: 0;
        top: 0;
        position: absolute;
        width: 100%;
        display: block;
    }

        .carousel.fade .item.active {
            opacity: 1;
        }

.carousel-caption .animate-1st {
    animation-delay: .8s;
}

.carousel-caption .animate-2nd {
    animation-delay: 1.6s;
}

.carousel-caption .animate-3rd {
    animation-delay: 2.4s;
}

.hide-toggle {
    visibility: hidden;
}

.animated {
    visibility: visible !important;
}

/*************************************************************************************/

/* ===== Featured =====*/

.featured img {
    float: left;
    padding: 0 20px 0 0;
    width: 140px;
}

.featured p {
    display: flex;
}

/* ===== Footer ===== */

footer {
    margin-top: 60px;
    padding: 20px 0;
    background: #1878be;
    color: #FFFFFF;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif !important;
    font-weight: 400;
}

    footer p {
        font-size: 14px;
        font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    }

    footer a {
        color: #FFFFFF;
    }

        footer a:hover {
            color: #09aff8;
            text-decoration: none;
        }

    footer .headline {
        letter-spacing: 0.2em !important;
        border-bottom: 1px dotted #09aff8;
        margin-bottom: 20px;
    }

        footer .headline h3 {
            color: #FFFFFF !important;
            text-transform: uppercase;
            font-family: "Sarala", "Open Sans", "Helvetica Neue", Helvetica, sans-serif !important;
            font-size: 16px !important;
            letter-spacing: .1em;
        }

.legal {
    padding: 20px 0 10px 0;
    background: #0a2a5d;
    color: white;
    font-family: "Sarala", "Helvetica Neue", Helvetica, sans-serif !important;
    font-weight: 400;
    font-size: .85em;
    text-transform: uppercase;
}

    .legal a {
        color: #09aff8;
        text-decoration: none;
    }

    .legal p {
    }

.social ul {
    background: #3E7A8C;
    color: white;
    font-size: 24px;
    margin: 0;
    padding: 0;
}

.social li {
    float: left;
    display: block;
    list-style-type: none;
    width: 28px;
    height: 28px;
    background: #eee;
    margin: 0 5px 5px 0;
    text-align: center;
    line-height: 28px;
}

    .social li:hover {
        background: none;
    }

    .social li, .social li:hover {
        transition: background 0.1s;
        -webkit-transition: background 0.1s;
        -moz-transition: background 0.1s;
    }

        .social li a {
            color: #3E7A8C;
        }

        .social li:hover a {
            color: #fff;
        }

        .social li a, .social li:hover a {
            transition: color 0.1s;
            -webkit-transition: color 0.1s;
            -moz-transition: color 0.1s;
        }

footer .btn-default {
    color: #fff;
    background: none;
}

    footer .btn-default:hover {
        color: #3E7A8C;
        background: #fff;
        font-weight: bold;
        border: 1px solid #fff;
    }

footer .form-control {
    border: white;
}

    footer .form-control:focus {
        border: white;
    }

footer .sbtn {
    margin-bottom: 5px;
}

/* Login Header*/


.account a {
    color: #FFFFFF;
}

    .account a:hover {
        color: #0a2a5d;
        text-decoration: none;
    }

li.account {
    padding: 10px 15px;
    overflow: hidden;
    min-width: 350px;
}

    li.account .avatar {
        width: 100px;
        height: 100px;
        float: left;
        margin: 0 20px 0 0;
        /*background: url(/Content/themes/images/face1.jpg);*/
        background-size: cover;
        background-position: center;
    }

    li.account p {
        overflow: hidden;
        font-size: 1.05em;
        text-transform: none;
        word-wrap: break-word;
        margin: 0;
        line-height: 20px;
        color: #FFFFFF;
    }

    li.account .links {
        margin-top: 10px;
    }

/* ===== Login box ===== */

.form-box {
    padding: 10px 15px 20px;
    border: 1px solid #DDD;
    background: #F5F5F5;
}

    .form-box h4 {
        text-transform: uppercase;
        color: #666;
    }

    .form-box hr {
        border-bottom: 1px solid #dedede;
    }

.login-social ul {
    font-size: 20px;
    margin: 0;
    padding: 0;
}

.login-social li {
    float: left;
    display: block;
    list-style-type: none;
    width: 40px;
    height: 40px;
    margin: 20px 5px 20px 0;
    text-align: center;
    line-height: 40px;
}

    .login-social li#twitter {
        background: #1dcaff;
    }

    .login-social li#facebook {
        background: #3B5998;
    }

    .login-social li#google {
        background: #dd4b39;
    }

        .login-social li#twitter:hover,
        .login-social li#facebook:hover,
        .login-social li#google:hover {
            background: none;
        }

            .login-social li#twitter:hover a {
                color: #1dcaff;
            }

            .login-social li#facebook:hover a {
                color: #3B5998;
            }

            .login-social li#google:hover a {
                color: #dd4b39;
            }

    .login-social li a {
        color: #fff;
        padding: 10px;
    }

    .login-social li, .login-social li:hover {
        transition: background 0.3s;
        -webkit-transition: background 0.3s;
        -moz-transition: background 0.3s;
    }

        .login-social li a, .login-social li:hover a:hover {
            transition: color 0.3s;
            -webkit-transition: color 0.3s;
            -moz-transition: color 0.3s;
        }
/* ===== Registration form popover ===== */

.signup .popover {
    min-width: 200px;
}

/* ===== Site search ===== */

.navbar-nav li#search {
    /*background: #09aff8;*/
    background: linear-gradient(top, #09aff8, #009DE0);
    background: -webkit-linear-gradient(top, #09aff8, #009DE0);
    background: -moz-linear-gradient(top, #09aff8, #009DE0);
    position: relative;
}

    .navbar-nav li#search .search-box {
        position: absolute;
        right: 0;
        bottom: -70px;
        width: 250px;
        padding: 10px;
        background: #555555;
        background: rgba(0, 0, 0, 0.65);
        display: none;
        line-height: 30px;
    }

    .navbar-nav li#search i.margin-2 {
        margin-left: 20px;
    }

    .navbar-nav li#search i {
        margin-left: 5px;
    }

/* ===== Pagination ===== */

.pagination > li > a {
    font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'sans-serif' !important;
    font-size: 14px !important;
    padding: 4px 12px !important;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #428bca;
    border-color: #428bca;
}

/* Helper Classes */

.top-zero {
    margin-top: 0;
}

.bottom-15 {
    margin-bottom: 15px;
}

.ui-icon {
    color: #666;
}

.tab-1 {
    margin-right: 15px;
}

.tab-2 {
    margin-right: 30px;
}

.tab-3 {
    margin-right: 45px;
}

.tab-3 {
    margin-right: 60px;
}

.margin-bottom-xs {
    margin-bottom: 0;
}

@media (max-width: 768px) { /* Adjusting for mobile */
    .margin-bottom-xs {
        margin-bottom: 15px;
    }
}

.text-muted a {
    color: #999;
    text-decoration: none;
}

    .text-muted a:hover {
        text-decoration: underline;
    }

/* Text colors */

.text-green {
    color: #72a53b;
}

.text-blue {
    color: #09aff8;
}

.text-red {
    color: #E74C3C;
}

.text-turquoise {
    color: #1ABC9C;
}

.text-amethyst {
    color: #9B59B6;
}

/* Background colors */

.bg-green {
    background-color: #72a53b;
}

.bg-blue {
    background-color: #09aff8;
}

.bg-red {
    background-color: #E74C3C;
}

.bg-turquoise {
    background-color: #1ABC9C;
}

.bg-amethyst {
    background-color: #9B59B6;
}

/* ===== Scroll to Top ===== */

.scrolltotop {
    height: 48px;
    width: 48px;
    border-color: #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    color: #999;
    color: rgba(0, 0, 0, 0.3);
    font-size: 18px;
    line-height: 48px;
    border-radius: 3px;
    text-align: center;
}

/* ===== Responsive CSS ===== */

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}

/*
 * Side navigation for UI elements
 *
 * Scrollspy and affixed enhanced navigation to highlight sections and secondary
 * sections of docs content.
 */

/* By default it's not affixed in mobile views, so undo that */
.bs-sidebar {
    margin-bottom: 50px;
}

    .bs-sidebar.affix {
        position: static;
    }

/* Show and affix the side nav for ui elements when space allows it */



blockquote p {
    font-size: 1em !important;
}

.push-down-10px {
    margin-top: 10px;
}

.push-down-20px {
    margin-top: 20px;
}

.push-down-30px {
    margin-top: 30px;
}

.btn {
    font-family: "Sarala", "Helvetica Neue", Helvetica, sans-serif !important;
    letter-spacing: .02em;
}

.btn-group ul {
    background-color: #FFFFFF;
    border: 1px solid #1878be;
    border-top-color: #1878be;
}

    .btn-group ul > li > a {
        color: #1878be;
        font-family: "Sarala", sans-serif !important;
    }

        .btn-group ul > li > a:hover {
            color: #FFFFFF !important;
        }

        .btn-group ul > li > a:focus {
            color: #FFFFFF !important;
        }

.form-inline .date-field {
    max-width: 100px;
}

/*.form-inline {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}*/


.download-adobe {
}

    .download-adobe span {
        padding-top: 15px;
    }

    .download-adobe img {
        border: none;
        display: block;
        padding: 0 !important;
        margin-top: 5px !important;
    }


.list-group-item {
    position: relative;
    display: block;
    padding: 8px 8px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.well {
    padding: 10px !important;
}

.form-inline .has-error {
    position: relative;
}

    .form-inline .has-error .help-block {
        /*position: absolute;*/
    }

.form-inline .disabled.btn-default {
    background-color: darkGray;
    border-color: darkGray;
}

.btn-down-arrow {
    padding-top: 5px;
    padding-bottom: 10px;
}

.is-emulating {
    background-color: firebrick !important;
}

.datepicker-switch {
    background-color: #428bca !important;
    border-color: #357ebd !important;
    color: white;
}

    .datepicker-switch:hover {
        background-color: #3071a9 !important;
        border-color: #3071a9 !important;
        color: white;
    }


.panel-heading button {
    margin-top: -3px;
    margin-bottom: -3px;
    font-size: 1em;
}


.panel-heading h1, .panel-heading h2, .panel-heading h3, .panel-heading h4, .panel-heading h5 {
    font-size: 1.4em !important;
    font-family: 'open sans','Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif !important;
    color: #1878be !important;
}


@media (max-width: 768px) {
    .content-text img {
        display: none;
    }
}

@media (min-width: 992px) {
    .bs-sidebar .nav > .active > ul {
        display: block;
    }
    /* Widen the fixed sidebar */
    .bs-sidebar.affix,
    .bs-sidebar.affix-bottom {
        width: 293px;
    }

    .bs-sidebar.affix {
        position: fixed; /* Undo the static from mobile first approach */
        top: 70px;
    }

    .bs-sidebar.affix-bottom {
        position: absolute; /* Undo the static from mobile first approach */
    }
}


@media (min-width: 1200px) {
    /* Widen the fixed sidebar again */
    .bs-sidebar.affix-bottom,
    .bs-sidebar.affix {
        width: 360px;
    }
}


@media (max-width: 992px) { /* Adjusting for small devices */

    /* Pricing page arrows */

    .pricing .head .arrow {
        border-right-width: 68px;
        border-left-width: 68px;
        border-top-width: 20px;
    }
}


@media (max-width: 1200px) { /* Adjusting for large devices */

    /* Pricing page arrows */

    .pricing .head .arrow {
        border-right-width: 95px;
        border-left-width: 95px;
    }
}



@media (max-width: 768px) { /* Adjusting for mobile */

    /* Navigation */

    .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: transparent;
    }

    /* Index page background */

    #wrap h1, #hp-slider h1 {
        font-size: 32px;
        margin: 70px 0 0 0;
        text-align: center;
        font-weight: 300;
    }

    .list {
        margin: 50px 0;
    }

        .list li {
            margin: 5px 0;
            font-size: 20px;
            font-weight: 300;
            line-height: 2;
        }

    /* Steps */

    .step {
        text-align: left;
        width: auto;
        margin: 0 0 15px 0;
    }

        .step i {
            float: left;
            margin-right: 15px;
        }

        .step .arrow {
            display: none;
        }

        .step a.sbtn {
            margin-left: 65px;
        }

    /* Registration form popover */

    .signup .popover {
        display: none;
    }

    /* 404 */

    .not-found .digits {
        font-size: 140px;
    }

        .not-found .digits i {
            font-size: 100px;
        }

    .not-found h1 {
        font-size: 30px;
        line-height: 42px;
    }

    .not-found h2 {
        font-size: 18px;
    }

    /* Pricing page */

    .pricing .head {
        padding: 20px;
    }

        .pricing .head .arrow {
            border: 0;
        }

    .pricing .item {
        margin: 20px 0;
    }

        .pricing .item:hover {
            margin: 20px 0;
        }

    /* Showcase Carousel */

    a.carousel-arrow {
        top: 55px;
        bottom: auto;
        height: 35px;
        width: 35px;
        border-radius: 0;
        color: #FFF;
        font-size: 18px;
        line-height: 35px;
    }

    a.carousel-arrow-prev {
        left: 50%;
        margin-left: -37px;
    }

    a.carousel-arrow-next {
        left: 50%;
    }

    /* Navbar dropdown */

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #999;
    }

    /* Timeline */
    .timeline-block {
        border-left: 0;
        padding-left: 0;
        margin-left: 0;
    }
}


.dataTable {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
}


.input-sm, .form-horizontal .form-group-sm .form-control {
    height: 30px;
    padding: 3px 10px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 3px;
}

div.form-control {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif !important;
}


input, button, select, textarea {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif !important;
}


.file-preview-frame {
    height: 80px !important;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        -moz-min-width: 100%;
        -ms-min-width: 100%;
        -o-min-width: 100%;
        -webkit-min-width: 100%;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: left;
        -webkit-filter: alpha(opacity=0);
        -moz-filter: alpha(opacity=0);
        -o-filter: alpha(opacity=0);
        filter: alpha(opacity=0);
        -ms-opacity: 0;
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

#member-attestation-table tr:hover {
    background-color: #3071a9;
    color: white;
}

    /*media all*/
    #member-attestation-table tr:hover td {
        background-color: transparent;
    }

/* ECW */

.ecw-sidebar-container ul {
    list-style: none;
    padding: 0;
}

.imgPriorAuth img {
    border: 1px solid #bbb;
    padding: 5px;
    margin: 0 10px 0 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.eCW-team .thumbnail {
    padding: 10px;
}

.eCW-team h5 {
    font-size:1.35em;
}

.eCW-team img {
    border:none;
    max-width:220px;
}

.eCW-team .thumbnail .caption {
    text-align: center;
}

.btn-rounded {
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.li-content li {
    padding: 0 0 14px 5px;
    /*line-height: 1.26em;*/
    /*list-style-image: url(/Images/BHN_bullet.png);*/
}

/* News Center */
.news-article:first-of-type {
    padding: 0 0 20px 0;
}

.news-article {
    padding: 10px 0;
}

    .news-article hr {
        clear: both;
    }

    .news-article img {
        float: left;
        margin: 6px 15px 20px -10px;
        width: 253px;
        height: auto;
        border: none;
    }

    .news-article:nth-child(even) img {
        float: right;
        margin: 6px -10px 20px 15px;
    }

    .news-article h4 {
        line-height: 1.35em;
    }

.img-logo {
    border: none !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Board of Directors*/

.thumbnail-circle h4 {
    color: #1878be !important;
    text-transform: none !important;
    padding: 0 0 5px 0;
    margin: 0;
    font-size: 1.15em;
}

.black-title {
    border-top: thin solid #888;
    padding: 4px 0 0 0 !important;
}

h4.black-title {
    font-size: 1em !important;
    color: #555 !important;
    font-family: "Sarala", "Helvetica Neue", Helvetica, sans-serif !important;
}

.thumbnail-circle img {
    border: 1px solid transparent;
    display: block;
    max-height: 200px;
}

.thumbnail.thumbnail-circle {
    padding: 1px;
    background-color: #F4F4FA;
}

.ghosted {
    opacity: .4;
}

.summary-title {
    font-size: 1.2em;
}

.summary-body {
    padding: 0 0 20px 24px;
}

.RefSpaNav li {
    background-image: url(/Content/images/OnlineReferral/NavArrow.svg);
    background: no-repeat;
}





.inner-panel-header {
    min-height: 60px;
    margin-bottom: 5px;
}

.inner-panel-body {
    padding-bottom: 40px;
}

.inner-panel-footer {

}


#Spa .panel-heading h1, #Spa .panel-heading h2, #Spa .panel-heading h3, #Spa .panel-heading h4, #Spa .panel-heading h5 {
    font-size: 1.2em !important;
}

#Spa .panel-footer h4 {
    font-size: 1.1em !important;
}

fieldset {
    border: 1px solid #ddd;
    background: #f5f5f5;
    padding: 15px;
    margin-bottom: 40px;
}

fieldset legend {
    background: #d1def0;
    padding: 5px 10px;
    font-size: 1.2em;
    box-shadow: 0 0 0 1px #d1def0;
    margin-left: 15px;
    border: none;
}

#Spa #MainStage h4 {
    text-align: center;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif !important;
}

#Spa .panel-heading h3 {
    color:#353535 !important;
}

#Spa .dataTable {
    font-size: .8em;
}

#Spa .dataTable.interactive {
    cursor: pointer;
}

#Spa .dataTable.interactive tr.even td.sorting_1 {
    background-color: transparent;
}

#Spa .dataTable tr.even td.sorting_1 {
    background-color: transparent;
}

#Spa .dataTable th.sorting:hover,
#Spa .dataTable th.sorting:focus,
#Spa .dataTable th.sorting:active,
#Spa .dataTable th.sorting_asc:hover,
#Spa .dataTable th.sorting_asc:focus,
#Spa .dataTable th.sorting_asc:active {
    background-color: #d1def0;
}

#Spa .dataTable.interactive tr:hover td, 
#Spa .dataTable.interactive tr:focus td,
#Spa .dataTable.interactive tr:hover td.sorting_1,
#Spa .dataTable.interactive tr:focus td.sorting_1 {
    background: #d1def0;
}

.spa-feedback-block {
    float: right;
    padding: 5px 20px 0 0;
}

.spa-feedback-block .spa-spinner {
    max-width: 30px;
    margin-top: -6px;
}

/*span.spa-spinner-block {
    float: right;
    padding: 5px 20px 0 0;
}

span.spa-spinner-block .spa-spinner {
    max-width: 30px;
    margin-top: -6px;
}*/

.spa-navigation {
    overflow: hidden;
    position: relative;
    padding: 0 0 20px 0; /* push tabs back to right */
}

    .spa-navigation ul {
        list-style: none;
        padding: 0;
    }

    .spa-navigation li {
        float: left;
        /*width: 12rem;
        height: 5rem;*/
        width: 16.666%;
        height: 99px;
        margin: 0 0 0 0px; /* pull to left to overlap tabs */
        position: relative;
    }

    @media (max-width: 1200px) {
        .spa-navigation li {
            height: 82px;
        }

        .spa-navigation .spa-nav-text-block p {
            display: none;
        }

        .spa-navigation .spa-nav-text-block {
            top: 60% !important;
        }
    }

        .spa-navigation li.active {
            z-index: 6; /* active one on top */
        }

        .spa-navigation li.visited svg {
            fill: #d1def0;
            stroke: #d1def0;
        }

        .spa-navigation li.active svg {
            fill: #1d2d5c;
            stroke: #1d2d5c;
        }

    .spa-navigation a {
        position: relative;
        display: inline-block;
        width: 100%;
        height: 100%;
    }

        .spa-navigation a:hover h3 {
        text-decoration: underline;
    }


    .spa-navigation li svg {
        width: 100%; /* tab shape should stick out past clickable box */
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        pointer-events: none; /* SVG eats clicks weird */
        fill: #f5f5f5;
        stroke: #ddd;
        stroke-width: 1px;
    }

    .spa-navigation span{
        position: relative;
        padding: 11px 22px 0 0;
        float: right;
        z-index: 2;
        font-size: 1.4em;
        color: red;
    }

    .spa-navigation li i.fa {
        position: relative;
        padding: 13px 18px 0 0;
        float: right;
        z-index: 2;
        font-size: 1.6em;
    }

    .spa-navigation li i.fa-exclamation-triangle,
    #Spa i.fa-asterisk {
        color: red;
    }

        .spa-navigation li i.fa-check {
        color: #729b1a !important;
        padding: 5px 18px 0 0;
        font-size: 1.9em;
    }

    .spa-navigation li.active i.fa {
        color: #d1def0;
    }

    .spa-navigation .spa-nav-text-block {
        z-index: 2;
        display: inline-block;
        width: 82%;
        height: 93%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        .spa-navigation .spa-nav-text-block h4 {
            font-family: 'Open Sans', sans-serif !important;
            font-size: 1em !important;
            line-height: .6em !important;
            color: #010203 !important;
        }

        .spa-navigation .spa-nav-text-block h3 {
            font-family: 'Open Sans', sans-serif !important;
            font-size: 1.2em !important;
            line-height: .9em !important;
            margin: 0 0 5px 0 !important;
        }

        .spa-navigation .spa-nav-text-block p {
            font-size: .8em !important;
            line-height: 1.2em !important;
            color: #010203 !important;

        }

    .spa-navigation li.tab-2 .spa-nav-text-block,
    .spa-navigation li.tab-3 .spa-nav-text-block {
        left: 52%;
        width: 80%;
    }

    .spa-navigation li.active .spa-nav-text-block h4,
    .spa-navigation li.active .spa-nav-text-block p {
        color: #f1f2f3 !important;
    }

    
    .spa-navigation li.active .spa-nav-text-block h3 {
        color: #d1def0 !important;
    }

    .inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile:focus + label,
.inputfile + label:hover {
    background-color: #3071A9;
}

.bannerbg {
    background-color: white;
}

.services {
    margin-top: 0;
    margin-bottom: 0 !important;
}

    .services ul {
        padding: 0;
        width: 100%;
    }

    .services li,
    .services li:hover li,
    .services li:hover {
        /*transition: width 0.3s;
        -webkit-transition: width 0.3s;
        -moz-transition: width 0.3s;*/
        margin: 0;
        padding: 0;
        width: 228px;
    }

    .services li {
        border-top: 4px solid #00B4FF;
        list-style-type: none;
        float: left;
        background: #eee;
        padding: 20px;
        text-align: center;
        color: #888;
        height: 100px;
    }

        .services li p a {
            margin-left: 80px;
        }

        .services li p {
            overflow: hidden;
            white-space: nowrap;
        }

            .services li p a {
                visibility: hidden;
            }

        .services li:hover {
            background: #00B4FF;
            cursor: pointer;
            color: #FFF;
            text-align: left;
            border-top: 4px solid #00B4FF;
            padding: 20px;
        }

            .services li:hover i {
                float: left;
                line-height: 60px;
                margin: 0 20px 0 5px;
            }

            .services li:hover p a {
                visibility: visible;
                color: #FFF;
            }




            .services li:hover span {
                display: none;
            }

            .services li:hover > br {
                display: none;
            }





@media (max-width: 768px) { /* Adjusting for mobile */

    .services ul {
        padding: 10px 0;
        width: 100%;
    }

    .services li {
        float: none;
        padding: 20px;
        width: 100%;
        height: auto;
        margin: 0 0 1px 0;
    }

        .services li p {
            white-space: normal;
        }

            .services li p a {
                visibility: visible;
            }

    .services ul:hover li {
    }

    .services li:hover {
        text-align: center;
    }

        .services li:hover i {
            float: none;
            line-height: 2px;
            padding: 20px;
            margin: 0;
        }

        .services li:hover p a {
            visibility: visible;
        }
}


@media (max-width: 992px) { /* Adjusting for small devices */

    /*.services ul:hover li {
        width: 128px;
    }*/
    /*.services li:hover {
		 width: 200px!important;
	}*/
}


@media (max-width: 1200px) { /* Adjusting for large devices */


    /* Services */


    /*.services ul:hover li {
        width: 171px;
    }*/
    /*.services li:hover {
		 width: 250px!important;
	}*/
}

