@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto);

* {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'Roboto', sans-serif;
}

a {
    color: #0c5ba0;
}

    a, a:hover, a:focus {
        text-decoration: none;
    }
    body{
        font-size:14px;
    }
.mybtn {
    background-color: #5faf81;
    font-family: Roboto;
    font-weight: normal;
    font-size: 16px;
    color: #FFF;
    padding-top: 8px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 8px;
}

    .mybtn:hover {
        background-color: #4ba270;
        font-family: Roboto;
        font-weight: normal;
        font-size: 16px;
        color: #FFF;
    }

.borderBtn {
    background-color: #FFFFFF;
    border: solid 1px #5faf81;
    font-family: Roboto;
    font-weight: normal;
    font-size: 16px;
    color: #333;
    padding-top: 8px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 8px;
}

    .borderBtn:hover {
        background-color: #FFFFFF;
        border: solid 1px #4ba270;
        font-family: Roboto;
        font-weight: normal;
        font-size: 16px;
        color: #333 !important;
    }
    .borderBtn:focus {
        color: #333 !important;
    }
    .btn:hover, .btn:focus {
        color: #FFF;
        text-decoration: none;
        outline: 0px auto -webkit-focus-ring-color;
    }

.k-widget, .k-picker-wrap {
    background-color: #fff !important;
    padding: 0px;
}
.k-header, .k-grid-header, .k-toolbar {
    background-color: #4768ad !important;
    background-image: none !important;
    background-image: none !important;
    background-image: none !important;
    background-image: none !important;
    background-image: none !important;
    background-position: 50% 50%;
    color: #fff !important;
}

.k-grid table {
    border-bottom: 1px solid #c5c5c5 !important;
}

.k-link:link, .k-link:visited, .k-nav-current.k-state-hover .k-link {
    color: #fff !important;
}

.k-state-selected, .k-state-selected:link, .k-state-selected:visited, .k-list > .k-state-selected, .k-list > .k-state-highlight, .k-panel > .k-state-selected, .k-ghost-splitbar-vertical, .k-ghost-splitbar-horizontal, .k-draghandle.k-state-selected:hover, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-marquee-color {
    color: #fff;
    background-color: #5faf81 !important;
    border-color: #457e5d !important;
}

.k-calendar .k-content .k-link {
    display: block;
    overflow: hidden;
    min-height: 1.8333em;
    line-height: 1.8333em;
    padding: 0 .45em 0 .1em;
    color: #2a2a2a !important;
}


.clearfix:after, .clearfix:before {
    content: "";
    display: table;
    clear: both;
}

input[type="checkbox"] {
    position: relative;
    top: 3px;
}

.mT0 {
    margin-top: 0px !important;
}

.mB0 {
    margin-bottom: 0px !important;
}

.mL25 {
    margin-left: 25px;
}

.mB10 {
    margin-bottom: 10px;
}

.mB15 {
    margin-bottom: 15px;
}

.mB20 {
    margin-bottom: 20px !important;
}

.mB40 {
    margin-bottom: 40px;
}

.CL {
    clear: both;
}

.img_responsive {
    max-width: 100%;
    height: auto;
}

address {
    margin: 0;
}

.no_margin > * {
    margin-bottom: 0px !important;
}

.no_padding {
    margin-right: -0px !important;
}

    .no_padding > * {
        padding-right: 0px !important;
    }

.manda {
    color: red;
}

.relative {
    position: relative;
}

/* Header */
.navbar {
    position: relative;
    border-bottom: 2px solid #e0e0e0;
}

.navbar-brand {
    height: auto;
    width: 200px;
}

.navbar-header {
    position: relative;
}

.navbar-toggle .icon-bar {
    background-color: #333;
}

.navbar-toggle {
    margin-right: 5px;
    margin-top: 18px;
}

.nav .user_details_wrap {
    margin-top: -5px;
    position: relative;
}

.linktooldSite {
    position: absolute;
    padding: 0 !important;
    width: 100px;
    font-size: 12px;
    top: 46px;
}

.nav .user_details_wrap .user_name_details {
    float: left;
    border-right: 1px solid #ccc;
    padding: 0px 20px 0px 10px;
    margin-right: 20px;
    font-size: 16px;
}

    .nav .user_details_wrap .user_name_details.after_login {
        padding: 20px;
        margin-right: 20px;
    }

    .nav .user_details_wrap .user_name_details > .input_box {
        float: left;
        margin-left: 10px;
    }

    .nav .user_details_wrap .user_name_details > div > label {
        display: block;
        font-weight: 400;
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 2px;
    }

    .nav .user_details_wrap .user_name_details > div > input[type="text"],
    .nav .user_details_wrap .user_name_details > div > input[type="password"] {
        width: 120px;
        font-size: 12px;
        padding: 5px 10px;
        border: 1px solid #ccc;
        border-radius: 2px;
    }

    .nav .user_details_wrap .user_name_details > span.glyphicon {
        margin-right: 5px;
    }

.nav .user_details_wrap > a {
    float: left;
    padding: 5px 35px;
    margin-top: 5px;
}

.nav .user_details_wrap > form {
    float: left;
}

.remember_me_box > input[type="checkbox"] {
    float: left;
    margin: 2px 0 0 1px;
}

.remember_me_box > .checkbox {
    margin: 1px 0 0 1px;
    font-size: 12px;
    font-weight: 400;
    color: #333;
    float: left;
}

.register_box {
    font-size: 12px;
    margin-top: 4px;
}

.user_name_details .field-validation-error {
    display: none;
}

.user_name_details .input-validation-error {
    border: 1px solid #F00 !important;
}

.user_details_wrap .validation-summary-errors {
    position: fixed;
    top: 0;
    left: -70px;
    width: 100%;
}

    .user_details_wrap .validation-summary-errors ul {
        margin: 0;
    }

        .user_details_wrap .validation-summary-errors ul li {
            width: 370px;
            background: #f9edbe;
            text-align: center;
            border: 1px solid #f0c36d;
            padding: 5px 10px;
            margin: 0 auto;
            border-top: none;
        }

.nav .sub_menu > ul {
    margin-top: 10px;
}

    .nav .sub_menu > ul > li {
        margin-left: 15px;
        font-size: 16px;
        border-bottom: 1px solid #e5e5e5;
        margin-right: 15px;
        padding: 5px;
    }

        .nav .sub_menu > ul > li > a {
            color: #333;
        }

/**/
.nav .dropdown_trigger {
    position: relative;
}

.nav .dropdown_menu {
    position: static;
    top: 0px;
    left: 0px;
    background: #f3f3f3;
    padding: 10px 15px;
    width: auto;
    display: none;
}

    .nav .dropdown_menu > li {
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 7px;
    }

        .nav .dropdown_menu > li > a {
            font-size: 14px;
            padding-bottom: 5px;
            margin-left: 5px;
            display: block;
            color: #333;
        }

        .nav .dropdown_menu > li:last-child > a {
            padding-bottom: 0px;
        }

        .nav .dropdown_menu > li > a:hover {
            color: #0c5ba0;
        }

        .nav .dropdown_menu > li:last-child {
            border-bottom: none;
            padding-bottom: 0;
            margin-bottom: 0px;
        }

/* Section - Tab Wrapper */
h2.head_title {
    font-weight: bold;
    margin: 0;
    color: #333;
    margin-bottom: 5px;
}

h3.cds_title {
    margin: 0 0 15px 0;
}

h4.cds_sub_title {
    margin: 0 0 5px 0;
    font-weight: 600;
}



.backto_top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 12px 15px;
    background: #e5e5e5;
    color: #333;
    line-height: 12px;
    z-index: 999;
    border-radius: 4px;
}

.cds_tile {
    border: 1px solid #ccc;
    padding: 15px;
    min-height: 225px;
}

.cds_row {
    margin-bottom: 30px;
}

.tabs_wrapper {
    padding: 20px;
    border: 1px solid #e5e5e5;
    margin-bottom: 35px;
}

section.main-content {
    margin: 20px 0;
}

.hub_tabs {
    float: left;
    width: 200px;
    margin-right: 20px;
}

.right_container {
    overflow: hidden;
}

.arrow-right {
    position: absolute;
    top: 0;
    right: -30px;
    width: 0;
    height: 0;
    border-top: 34px solid transparent;
    border-bottom: 34px solid transparent;
    border-left: 30px solid rgb(118, 200, 154);
}

.hub_tabs > li {
    background: url(../img/default.png) no-repeat 0 0;
    min-height: 78px;
    position: relative;
    left: -40px;
    padding-left: 19px;
    margin-bottom: 5px;
}

    .hub_tabs > li.active, .hub_tabs > li:hover, .hub_tabs > li:focus {
        background: url(../img/default_hover.png) no-repeat 0 0;
    }

    .hub_tabs > li > a {
        display: block;
        padding: 15px 10px 0px 10px;
        text-align: center;
        background: #1367a3;
        margin-top: 1px;
        min-height: 68px;
        color: #fff;
        line-height: 17px;
    }

    .hub_tabs > li.active > a, .hub_tabs > li:hover > a, .hub_tabs > li:focus > a {
        background: #76c89a;
    }

    .hub_tabs > li > span.arrow-right {
        border-left: 30px solid #1367a3;
    }

    .hub_tabs > li.active > span.arrow-right, .hub_tabs > li:hover > span.arrow-right, .hub_tabs > li:focus > span.arrow-right {
        border-left: 30px solid #76c89a;
    }

h3.tabs_title {
    margin: 0;
    padding-bottom: 20px;
}

.hub_btn {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    margin-top: 12px;
}

.hub_btn {
    background: #76c89a;
    border-radius: 5px;
    padding: 5px 30px;
    color: #fff;
    display: inline-block;
    border-bottom: 4px solid #4c926a;
}

    .hub_btn:hover, .hub_btn:focus, .hub_btn:active {
        color: #fff;
    }

.tabs_header .btn-group-vertical > .btn,
.tabs_header .btn-group > .btn {
    float: none;
    border: 1px solid #e5e5e5;
    width: 100%;
    text-align: left;
    background: #79c89b;
    color: #fff;
    border-radius: 4px;
    padding: 12px 20px;
    font-size: 14px;
}

    .tabs_header .btn-group > .btn > .caret {
        float: right;
        border-width: 6px;
        margin-top: 8px;
    }

.product_toggle .hub_tabs {
    width: 100%;
    margin: 0;
    padding: 0;
}

    .product_toggle .hub_tabs > li {
        background: none;
        left: 0 !important;
        padding: 0;
        min-height: initial;
        border-bottom: 1px solid #e5e5e5;
        margin: 0;
    }

        .product_toggle .hub_tabs > li:last-child {
            border-bottom: none;
        }

        .product_toggle .hub_tabs > li > span.arrow_right {
            display: none;
        }

        .product_toggle .hub_tabs > li > a {
            min-height: initial;
            background: none;
            color: #333;
            text-align: left;
            padding: 12px 15px;
            margin: 0;
        }

        .product_toggle .hub_tabs > li.active > a {
            background: #76c89a;
            color: #fff;
        }

        .product_toggle .hub_tabs > li:hover > a,
        .product_toggle .hub_tabs > li:focus > a {
            background: #1367a3;
            color: #fff;
        }

/* List Styles */
.blue_tick_list, .white_arrow_list, .normal_list {
    margin-bottom: 20px;
}

    .blue_tick_list > li {
        background: url(../img/blue_tick.gif)no-repeat 0 2px;
        padding-left: 25px;
        margin-bottom: 10px;
    }

    .white_arrow_list > li {
        margin-bottom: 10px;
    }

        .white_arrow_list > li > a {
            font-size: 14px;
            color: #fff;
            font-family: 'Roboto Condensed';
        }

        .white_arrow_list > li > span {
            font-size: 14px;
            color: #fff;
        }

    .normal_list > li {
        list-style-type: disc;
        margin-bottom: 10px;
        margin-left: 20px;
    }

/* More Message */
.more_message_box {
    padding: 40px 0;
    background: #1c689c;
}

    .more_message_box .tabs_title {
        margin-bottom: 10px;
    }

.more_msg {
    background: #fff;
    padding: 10px 30px 8px 30px;
    color: #555;
    border-radius: 5px;
    font-size: 14px;
    margin-left: 18px;
    display: inline-block;
    border-bottom: 4px solid #ccc;
}

    .more_msg:hover, .more_msg:active, .more_msg:focus {
        color: #555;
    }


/* Slider */
.slider_wrap {
    background: #efefef;
    padding: 25px 0px;
}

    .slider_wrap .item {
        text-align: center;
    }

        .slider_wrap .item h4 {
            color: #1367a3;
            font-weight: bold;
            font-size: 26px;
            line-height: 28px;
            margin-bottom: 30px;
        }

        .slider_wrap .item .pencil_img {
            padding-top: 40px;
        }

.carousel-indicators {
    bottom: -25px;
}

.carousel-control {
    width: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

    .carousel-control.left, .carousel-control.right {
        background: none;
    }

/* Admin Tools */
.admin_tools > h3 {
    margin-bottom: 30px;
}

.admin_tools > div {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    width: 280px;
}

/* Form */
.form_field ul li {
    padding: 10px;
    margin-bottom: 10px;
}

    .form_field ul li label {
        font-weight: 400;
        font-size: 14px;
    }

    .form_field ul li input {
        font-size: 14px;
        padding: 5px 10px;
        border: 1px solid #ccc;
        border-radius: 2px;
    }

/* Kendo Legend Wrap */

.kendo_legend_wrap {
    background-color: #e3e3e3;
    width: 100%;
    border: 1px solid #c5c5c5;
    text-align: left;
    padding: 5px;
    color: #333;
    margin-top: -1px;
}

    .kendo_legend_wrap > span {
        white-space: nowrap;
        float: left;
        padding: 2px 5px;
    }

    .kendo_legend_wrap .glyphicon {
        top: 2px;
        margin-right: 3px;
    }

/* Before Login Circles */
.circle_wrapper {
    position: relative;
    top: 0px;
    margin: 0 auto;
    width: auto;
    overflow: auto;
}

    .circle_wrapper ul {
        width: 2035px;
        margin-bottom: 0px;
    }

        .circle_wrapper ul li {
            text-align: center;
            margin: 0 auto;
        }

.circle_bigheading {
    width: auto;
    min-height: 120px;
}

    .circle_bigheading h2.head_title {
        font-size: 24px
    }

.circle_heading {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 14px;
    margin: 0 0 5px 0;
}

.circle {
    border-radius: 50%;
    border: 18px solid #1c689c;
    width: 250px;
    height: 250px;
    padding: 20px 10px;
    z-index: 5;
    background: #fff;
    cursor: pointer;
    display: inline-table;
    vertical-align: middle;
    margin-right: 70px !important;
}

    .circle > p {
        font-family: 'Roboto', sans-serif;
        font-size: 12px;
        line-height: 14px;
    }

    .circle:hover {
        border-color: #f79824;
    }

    .circle.active {
        border-color: #f79824;
    }

    .circle.disabled {
        border-color: #ccc;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }

.circle1 > img {
    height: 30px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.circle2 > img {
    height: 35px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.circle3 > img {
    height: 35px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.circle4 > img {
    height: 35px;
    margin-top: 0px;
    margin-bottom: 15px;
}

.circle5 > img {
    height: 30px;
    margin-top: 0px;
    margin-bottom: 15px;
}

.circle6 > img {
    height: 40px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.circle7 > img {
    height: 35px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.connectors {
    background: url(../img/circle/connector/mobile_connector.png) no-repeat 50% 0;
    width: 120px;
    height: 49px;
    position: absolute;
    top: 105px;
    z-index: -1;
}

    .connectors.conn1 {
        left: 200px;
    }

    .connectors.conn2 {
        left: 495px;
    }

    .connectors.conn3 {
        left: 827px;
    }

    .connectors.conn4 {
        left: 1110px;
    }

    .connectors.conn5 {
        left: 1405px;
    }

    .connectors.conn6 {
        left: 1720px;
    }

.circle1 {
    width: 222px;
    height: 222px;
    border-width: 20px;
}

.circle2 {
    width: 225px;
    height: 225px;
    border-width: 20px;
}

.circle3 {
    width: 255px;
    height: 255px;
    border-width: 20px;
}

.circle4 {
    width: 210px;
    height: 210px;
    border-width: 15px;
}

.circle5 {
    width: 225px;
    height: 225px;
    border-width: 20px;
}

.circle6 {
    width: 240px;
    height: 240px;
    border-width: 20px;
}

.circle7 {
    width: 205px;
    height: 205px;
    border-width: 18px;
    margin-right: 0 !important;
}

/* Banner */
.hub_banner_bl {
    width: 100%;
    height: 200px;
}

    .hub_banner_bl.banner1 {
        background: url(../img/banner1.jpg) no-repeat 0 0;
        background-size: cover;
    }

    .hub_banner_bl.banner2 {
        background: url(../img/banner2.jpg) no-repeat 0 0;
        background-size: cover;
    }

    .hub_banner_bl.banner3 {
        background: url(../img/banner3.jpg) no-repeat 0 0;
        background-size: cover;
    }

    .hub_banner_bl.banner4 {
        background: url(../img/banner4.jpg) no-repeat 0 0;
        background-size: cover;
    }

    .hub_banner_bl.banner5 {
        background: url(../img/banner5.jpg) no-repeat 0 0;
        background-size: cover;
    }

    .hub_banner_bl.banner6 {
        background: url(../img/banner6.jpg) no-repeat 0 0;
        background-size: cover;
    }

    .hub_banner_bl.banner7 {
        background: url(../img/banner7.jpg) no-repeat 0 0;
        background-size: cover;
    }

.banner_wrap {
    margin-bottom: 20px;
}

.blue_banner_box {
    background: #1a91e5;
    opacity: 0.8;
    width: 100%;
    height: 210px;
    position: relative;
    margin-top: -105px;
    margin-bottom: 15px;
}

    .blue_banner_box .brand_logo {
        padding: 20px;
        text-align: center;
    }

    .blue_banner_box .brand_name {
        position: absolute;
        top: 105px;
        left: 0;
        width: 100%;
        padding: 20px;
    }

        .blue_banner_box .brand_name > h3 {
            margin: 0;
            color: #fff;
            text-align: center;
            font-size: 24px;
            margin-top: 5px;
            font-family: 'Roboto', sans-serif;
        }

.article_box {
    padding-top: 0px;
    overflow: hidden;
}

/* Contact Us */
.contact_title {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin: 0 0 10px 0;
}

/* Footer */
footer {
    background: #1367a3;
    padding: 20px 0;
}

    footer * {
        color: #fff;
    }

    footer p {
        margin: 0;
    }

.footer_lists {
    margin-bottom: 10px;
}

    .footer_lists div {
        padding: 0px 15px;
        margin-bottom: 10px;
    }

    .footer_lists > div > a:hover, .footer_lists > div > a:focus {
        color: #fff;
    }

.contact_us_spacer {
    margin-right: 15px;
    padding-right: 18px;
    border-right: 1px solid #fff;
}

.input_field_search {
    padding: 2px 10px;
    border: 1px solid #ccc;
    border-right: 0px;
    border-radius: 5px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.search_btn {
    background: transparent;
    border: 0px;
}

    .search_btn > span, .search_btn .bi-search {
        background: #fff;
        border: 1px solid #CCC;
        padding: 3px;
        position: relative;
        top: 0px;
        left: -3px;
        border-radius: 5px;
        border-bottom-left-radius: 0px;
        border-top-left-radius: 0px;
    }

/* News and Events */
.cds_newandevents_title {
    margin: 0 0 5px 0;
    font-size: 16px;
}

.logo_img {
    display: none;
    position: absolute;
    top: -60px;
    left: 10px;
    z-index: 101;
    height: 60px;
    padding: 10px;
    border: 1px solid #e5e5e5;
    background: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.logo_anchor {
    padding: 10px 10px 0 10px;
    display: block;
}

/* User Agreement */
.underlined_header {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

/* Medimpact ADA Survey */
.nowrap {
    white-space: nowrap;
}

.small_text {
    font-size: 12px;
    color: #666;
    margin-top: 3px;
}

.ada_box {
    border: 1px solid #e5e5e5;
}

.maxW650 {
    max-width: 650px;
}

.have_txtField {
    padding-top: 7px;
}

.ada_box_body {
    padding: 20px 30px;
}

    .ada_box_body .top_header {
        border-bottom: 1px solid #ccc;
        margin-bottom: 20px;
    }

.ada_formlabel {
    width: 140px;
    margin-right: 15px;
}

.ada_forminput {
    width: 240px;
}

    .ada_forminput.flexi {
        width: 100%;
    }

.ada_captchainput {
    padding-right: 15px;
    margin-bottom: 10px;
}

.ada_radioinputs input {
    display: block;
}

.ada_radioinputs > div {
    padding: 5px;
}

    .ada_radioinputs > div:hover {
        background: #f5f5f5;
    }

.colorful_header {
    font-weight: 500;
    font-size: 20px;
    padding: 10px 15px;
    margin: 0;
    background: #76c89a;
    background: linear-gradient(to right, #72bf44 0%, #0f7dc2 100%);
    color: #fff;
}

.ada_radioinputs > div > input {
    display: inline;
}

.questions .question {
    color: #0f7dc2;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
}

.questions {
    margin-bottom: 40px;
}

.sub_questions table {
    margin-left: 20px;
}

.sub_questions {
    margin-left: 20px;
}

.underline_textbox, .underline_textbox:focus {
    border: 0;
    box-shadow: none;
    background: #fff;
    border-bottom: 1px solid #333;
    border-radius: 0;
    display: inline;
    padding: 0 5px;
    margin: 0;
    height: 18px;
}

.questions > .question table {
    margin-left: 25px;
    color: #0f7dc2;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 5px;
}

    .questions > .question table td {
        padding: 5px;
        border: 1px solid #0f7dc2;
        text-align: center;
    }

.questions > .question ul {
    font-size: 14px;
    margin: 10px 0 5px 22px;
}

.question.secondary_options {
    margin-top: 10px;
}

.ada_radioinputs > div.secondary_options {
    padding: 0;
}

    .ada_radioinputs > div.secondary_options:hover {
        background: #fff;
    }

.questions .disabled {
    color: #999;
}

.navbar-header.medimpact {
    float: none;
}

.navbar-brand.medimpact .brand_logo {
    width: 256px;
}

.navbar-brand.medimpact {
    width: 100%;
    padding: 27px 15px;
}

.navbar-brand .brand_logo {
    position: relative;
}

.navbar-brand .powered_by {
    position: absolute;
    font-size: 12px;
    color: #aaa;
    left: 248px;
    top: 75px;
}

    .navbar-brand .powered_by img {
        height: 30px;
        margin-left: 3px;
    }

footer.medimpact {
    padding: 15px 0;
}

.footer_by_product {
    display: inline;
}

    .footer_by_product > img {
        margin-left: 10px;
    }

.footer_queries {
    display: inline-block;
    border-right: 1px solid #fff;
    padding: 2px 15px 2px 0;
    margin-right: 12px;
    margin-bottom: 10px;
}

    .footer_queries > a:hover {
        color: #aaa;
    }

.form_fields {
    display: table;
    width: 100%;
    margin-bottom: 10px;
}

.form_label, .form_field {
    display: table-cell;
}

.form_label {
    width: 200px;
}

.new_head.underlined_header {
    color: #0c5ba0;
}

.gallery_wrap {
    margin-left: -5px;
}

    .gallery_wrap > a > figure {
        display: none;
    }

    .gallery_wrap > a {
        width: 300px;
        border: 1px solid #ccc;
        padding: 5px;
        display: inline-block;
        height: 175px;
        overflow: hidden;
        margin: 5px;
    }

    .gallery_wrap.three_grids > a {
        width: 280px;
    }

    .gallery_wrap > a > img {
        width: 100%;
    }

.PBM_tabs .arrow_right {
    display: none;
    position: absolute;
    top: 0;
    right: -30px;
    width: 0;
    height: 0;
    border-top: 34px solid transparent;
    border-bottom: 34px solid transparent;
    border-left: 30px solid #76c89a;
}

.PBM_tabs .hub_tabs > li {
    left: -39px;
}

    .PBM_tabs .hub_tabs > li > span.arrow_right {
        border-left: 30px solid #1367a3;
    }

    .PBM_tabs .hub_tabs > li.active > span.arrow_right,
    .PBM_tabs .hub_tabs > li:focus > span.arrow_right,
    .PBM_tabs .hub_tabs > li:hover > span.arrow_right {
        border-left: 30px solid #76c89a;
    }

.PBM_tabs .arrow_right {
    display: block;
}

.ul_header {
    font-weight: bold;
    margin-bottom: 5px;
}

.ul_list {
    margin-left: 20px;
}

    .ul_list > li {
        list-style-type: disc;
        margin-bottom: 5px;
    }

.PBM_tabs .tabs_wrapper {
    position: relative;
    padding: 15px 15px 75px 15px;
}

.bottom_partner {
    position: absolute;
    bottom: 10px;
    right: 15px;
}

    .bottom_partner > img {
        width: 300px;
    }

h5.sub_heading {
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
}

    h5.sub_heading.casestudy {
        margin-top: 20px;
    }

    h5.sub_heading.header {
        font-size: 18px;
        font-weight: 700;
        text-decoration: underline;
        color: #1367a3;
        padding-top: 20px;
    }

.PBM_tabs .tab_content > div {
    margin-bottom: 40px;
}

    .PBM_tabs .tab_content > div:last-child {
        margin-bottom: 0px;
    }

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
    background-color: rgba(0, 0, 0, 0.8) !important;
}

.pswp__caption small {
    display: none;
}

.pswp__caption__center {
    max-width: 950px !important;
    font-weight: bold !important;
}

/* Multi Select */
.ms-parent {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.ms-choice {
    display: block;
    width: 100%;
    height: 26px;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #aaa;
    text-align: left;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
}

    .ms-choice.disabled {
        background-color: #f4f4f4;
        background-image: none;
        border: 1px solid #ddd;
        cursor: default;
    }

    .ms-choice > span {
        position: absolute;
        top: 0;
        left: 0;
        right: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        padding-left: 8px;
    }

        .ms-choice > span.placeholder {
            color: #999;
        }

    .ms-choice > div {
        position: absolute;
        top: 0;
        right: 0;
        width: 20px;
        height: 25px;
        background: url('multiple-select.png') left top no-repeat;
    }

        .ms-choice > div.open {
            background: url('multiple-select.png') right top no-repeat;
        }

.ms-drop {
    width: 100%;
    overflow: hidden;
    display: none;
    margin-top: -1px;
    padding: 0;
    position: absolute;
    z-index: 1000;
    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .ms-drop.bottom {
        top: 100%;
        -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
        -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
        box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    }

    .ms-drop.top {
        bottom: 100%;
        -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
        -moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
        box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    }

.ms-search {
    display: inline-block;
    margin: 0;
    min-height: 26px;
    padding: 4px;
    position: relative;
    white-space: nowrap;
    width: 100%;
    z-index: 10000;
}

    .ms-search input {
        width: 100%;
        height: auto !important;
        min-height: 24px;
        padding: 0 20px 0 5px;
        margin: 0;
        outline: 0;
        font-family: sans-serif;
        font-size: 1em;
        border: 1px solid #aaa;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background: #fff url('multiple-select.png') no-repeat 100% -22px;
        background: url('multiple-select.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
        background: url('multiple-select.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
        background: url('multiple-select.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
        background: url('multiple-select.png') no-repeat 100% -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
        background: url('multiple-select.png') no-repeat 100% -22px, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
        background: url('multiple-select.png') no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
    }

    .ms-search, .ms-search input {
        -webkit-box-sizing: border-box;
        -khtml-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

.ms-drop ul {
    overflow: auto;
    margin: 0;
    padding: 5px 8px;
}

    .ms-drop ul > li {
        list-style: none;
        display: list-item;
        background-image: none;
        position: static;
    }

        .ms-drop ul > li .disabled {
            opacity: .35;
            filter: Alpha(Opacity=35);
        }

        .ms-drop ul > li.multiple {
            display: block;
            float: left;
        }

        .ms-drop ul > li.group {
            clear: both;
        }

        .ms-drop ul > li.multiple label {
            width: 100%;
            display: block;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .ms-drop ul > li label {
            font-weight: normal;
            display: block;
            white-space: normal;
        }

            .ms-drop ul > li label.optgroup {
                font-weight: bold;
            }

.ms-drop input[type="checkbox"] {
    vertical-align: middle;
}

.ms-drop .ms-no-results {
    display: none;
}

/* Pharmacy Directory */
.PBM_logo {
    height: 70px;
}

.blueBackground {
    background: #1367a3;
    color: #fff;
    box-shadow: 0 0 4px rgba(0,0,0,.14), 0 4px 8px rgba(0,0,0,.28);
    height: 40px;
}

    .blueBackground h4 {
        font-size: 16px;
    }

.greyBackground {
    background: #f7f7f7;
    padding: 15px 20px 5px 20px;
    border: 1px solid #ccc;
}

.sub_pharmacy_header {
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 2px;
    margin: 0 0 8px 0;
}

    .sub_pharmacy_header.blue_box {
        border: none;
        margin: 0 0 15px 0;
        background: #1367a3;
        color: #fff;
        padding: 7px 15px;
        border-radius: 4px;
    }

.pop_trigger {
    cursor: pointer;
    padding-right: 8px !important;
    position: relative;
    z-index: 1;
    top: -1px;
}

.popover.infobox {
    outline: 0 !important;
    top: auto !important;
    min-width: 200px;
    max-width: 500px !important;
}

.close_btn {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 13px;
    height: 13px;
}

.arrow_header_top {
    width: 10px;
    margin-left: 3px;
    color: #777;
}

.pop_trigger:after {
    content: "";
    width: 15px;
    height: 100%;
    background: url(../img/info_icon.png) no-repeat 50% 50%;
    position: absolute;
    top: 0px;
    right: -8px;
}

.search_wrap {
    border: 1px solid #ccc;
    padding: 15px 20px;
    margin: 0px 0 15px 0;
    background: #f7f7f7;
    color: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.advSearch h3.grey_header {
    font-weight: 500;
    font-size: 20px;
    margin: 0;
    background: #76c89a;
    color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.advSearch {
    position: relative;
}

#searchvalidationlabel {
    font-size: 12px;
    margin: 0 0 5px 0;
    color: red;
}

.errorMsgSearch {
    position: absolute;
}

#us-map {
    display: block;
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    margin: 20px 0;
}

    #us-map path:hover,
    #us-map circle:hover {
        stroke: #1367a3 !important;
        stroke-width: 2px;
        stroke-linejoin: round;
        fill: #1367a3 !important;
        cursor: pointer;
    }

    #us-map #path67 {
        fill: none !important;
        stroke: #A9A9A9 !important;
        cursor: default;
    }

.US_maps #info-box {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1;
    border: 1px solid #717171;
    border-radius: 2px;
    padding: 3px 10px;
    background: rgba(255, 255, 255, 0.8);
}

.googleMaps {
    height: 470px;
    margin: 0 15px;
    border-right: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.map_result_wrap {
    padding-right: 0px;
    position: relative;
}

.left_search_results {
    height: auto;
    overflow-x: hidden;
    border-bottom: 15px solid #fff;
    border-top: 52px solid #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    margin-right: 15px;
    padding: 0 15px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

    .left_search_results.without_filter {
        border-top: 15px solid #fff;
    }

    .left_search_results::-webkit-scrollbar {
        width: 7px;
    }

    .left_search_results::-webkit-scrollbar-track {
        background: #f7f7f7;
    }

    .left_search_results::-webkit-scrollbar-thumb {
        background: #777;
    }

        .left_search_results::-webkit-scrollbar-thumb:window-inactive {
            background: #777;
        }

.state_lists {
    height: auto !important;
    padding: 15px;
    background: #f7f7f7;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.stateList > li {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
}

.stateList li a:hover {
    color: #f79824 !important;
}

.each_result_set {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

    .each_result_set:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

    .each_result_set h4 {
        font-size: 14px;
        line-height: 16px;
        margin: 0 0 3px 0;
    }

    .each_result_set > div {
        font-size: 12px;
    }

.ss-scroll {
    background: rgba(0, 0, 0, 0.3) !important;
}

.ss-content {
    padding-right: 22px !important;
}

.pharmacies_list {
    margin-top: 0px;
    background: #f7f7f7;
    border: 1px solid #ccc;
    padding: 12px 15px;
    border-radius: 4px;
}

    .pharmacies_list a:hover {
        color: #f79824;
    }

.map_result_action > a.active {
    color: #f79824;
}

.map_result_content > div {
    margin-top: 5px;
    background: #ececec;
    padding: 5px 10px;
    border-radius: 4px;
}

    .map_result_content > div.loader {
        background: #fff;
        text-align: center;
    }

.infobox .popover-content {
    word-break: break-word;
}

.open_24hrs {
    color: #f79824;
    font-weight: 400;
    font-size: 12px;
    margin: 0 0 0 12px;
    top: -1px;
    position: relative;
    padding: 4px 28px 2px 0;
}

    .open_24hrs:before {
        content: "";
        width: 22px;
        height: 20px;
        background: url(../img/open24hrs.png) no-repeat 0 50%;
        position: absolute;
        top: 1px;
        right: 0;
    }

.orange_btn {
    color: #f79824;
}

.map_result_wrap .active_pharmacies {
    position: absolute;
    border: none;
    padding: 0;
    margin: 0;
    color: #faad50;
    margin-left: 135px;
    padding-top: 17px;
    font-size: 16px;
}


/* Popover tabs */
.infobox .hub_tabs {
    float: none;
    width: auto;
    margin: 0;
}

    .infobox .hub_tabs > li {
        background: none;
        min-height: 0;
        position: relative;
        left: 0px;
        padding-left: 0;
        margin-bottom: 0;
        display: inline-block;
    }

        .infobox .hub_tabs > li > a {
            display: inline-block;
            text-align: left;
            background: #fff;
            min-height: 0;
            line-height: 14px;
            font-size: 13px;
            color: #ccc;
            border-bottom: 2px solid #ccc;
            padding: 0 2px 2px 2px;
            margin: 0 8px 10px 0;
        }

            .infobox .hub_tabs > li > a:hover,
            .infobox .hub_tabs > li > a:active,
            .infobox .hub_tabs > li > a:focus {
                color: #f79824;
                border-bottom-color: #f79824;
            }

        .infobox .hub_tabs > li.active > a {
            color: #f79824;
            border-bottom-color: #f79824;
        }

/* Filter */
.filter_wrap {
    position: absolute;
    top: 12px;
    left: 30px;
    z-index: 19;
}

.filter_list {
    margin: 0;
    padding: 3px 20px;
    border-bottom-width: 2px;
}

.filter_content {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    width: 220px;
    padding: 10px 15px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
}

.filter_header {
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

    .filter_header > a {
        font-size: 12px;
        font-weight: 400;
    }

.filter_close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 21;
    background: #e5e5e5;
    padding: 3px;
    color: #f79824 !important;
    padding: 4px 12px 7px 12px;
    cursor: pointer;
}

.filter_form {
    margin-bottom: 15px;
}

    .filter_form label {
        display: block;
        margin-bottom: 0;
    }

.filter_label, .filter_field {
    font-size: 12px;
}

    .filter_field > input {
        margin: 0 3px 0 0;
        position: relative;
        top: 3px;
    }

.filter_form.btn_section {
    margin-bottom: 0;
    text-align: right;
}

/* Dialog Box */
.ui-dialog {
    padding: 0 !important;
    border: none !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.ui-dialog-titlebar {
    background: #76c89a !important;
    color: #fff !important;
    padding: 5px 15px !important;
    border-radius: 0 !important;
    border: none !important;
}

.ui-dialog-content {
    padding: 12px 15px !important;
}

.ui-dialog-buttonpane {
    margin: 0 !important;
    padding: 0 !important
}

.ui-dialog .ui-dialog-buttonpane button {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background: #76c89a;
    border-radius: 5px;
    padding: 5px 30px;
    color: #fff;
    display: inline-block;
    border-bottom: 4px solid #4c926a;
}

.ui-dialog-buttonpane .ui-state-active,
.ui-dialog-buttonpane .ui-button:active,
.ui-dialog-buttonpane .ui-state-active:hover {
    border: none !important;
    border-bottom: 4px solid #4c926a !important;
    background: #76c89a !important;
}

.ui-dialog .ui-dialog-titlebar-close {
    right: 8px !important;
}

.ui-widget-header .ui-button:hover .ui-icon,
.ui-widget-header .ui-state-active .ui-icon,
.ui-widget-header .ui-state-focus .ui-icon {
    background-image: url("images/ui-icons_777777_256x240.png") !important;
    background-position: -96px -128px !important;
}

.ui-widget-header .ui-button:active, .ui-widget-header .ui-state-active {
    border: 1px solid #cccccc !important;
    background: #ededed !important;
}

/* Compact Search */
.compact_view.advSearch .search_wrap {
    padding: 10px 15px;
}

.compact_view.advSearch h3.grey_header {
    padding: 6px 15px 5px 15px;
    font-size: 18px;
}

.compact_view.advSearch .left_fields {
    font-size: 13px;
}

.compact_view.advSearch .form-control {
    height: 25px;
    font-size: 13px;
    padding: 3px 5px;
}

.compact_view.advSearch .new_form_field {
    margin-bottom: 8px;
}

.compact_view.advSearch .hub_btn,
.hub_btn.small_btn {
    border-bottom: 2px solid #4c926a;
    padding: 2px 20px;
    font-size: 13px;
    margin-top: 4px;
}

/* Form */
.form_field ul li {
    padding: 10px;
    margin-bottom: 10px;
}

    .form_field ul li label {
        font-weight: 400;
        font-size: 14px;
    }

    .form_field ul li input {
        font-size: 14px;
        padding: 5px 10px;
        border: 1px solid #ccc;
        border-radius: 2px;
    }

.new_form_field {
    display: table;
    margin-bottom: 15px;
    width: 100%;
}

.left_fields {
    display: table-cell;
    vertical-align: middle;
    width: 120px;
    text-align: right;
    padding-right: 15px;
    font-size: 14px;
    color: #333;
}

    .left_fields > img {
        border-radius: 4px;
    }

.right_fields {
    display: table-cell;
    vertical-align: middle;
}

    .right_fields .ms-parent {
        width: 100% !important;
    }

    .right_fields select#ddlRelationshipCodes {
        height: 25px;
        width: 100%;
        border-radius: 4px;
    }

.ms-drop {
    width: 200px;
}

    .ms-drop ul {
        border: 10px solid #fff;
        padding: 0;
        border-right: 0;
        padding-right: 10px;
    }

        .ms-drop ul > li {
            font-size: 12px;
            border-bottom: 1px solid #e5e5e5;
            margin-bottom: 5px;
            padding-bottom: 5px;
        }

            .ms-drop ul > li input[type='checkbox'] {
                top: 0;
                margin: 0;
            }

            .ms-drop ul > li > label {
                display: table;
                width: 100%;
                margin: 0;
            }

                .ms-drop ul > li > label > input {
                    display: table-cell;
                    width: 15px;
                    text-align: left;
                    vertical-align: top;
                }

                .ms-drop ul > li > label > span {
                    display: table-cell;
                    width: 100%;
                    text-align: left;
                    vertical-align: top;
                    line-height: 13px;
                    position: relative;
                    top: 2px;
                }

.ms-choice > span {
    font-size: 12px;
}

.blockforms {
    margin-bottom: 15px;
}

    .blockforms .label_fields {
        font-size: 14px;
        color: #333;
        line-height: 14px;
    }

    .blockforms .form_fields {
        display: block;
        margin-bottom: 5px;
    }

        .blockforms .form_fields > * {
            display: inline-block;
        }

    .blockforms .glyphicon.glyphicon-edit {
        margin-left: 8px;
        font-weight: 400;
        color: #0c5ba0;
        font-size: 13px;
    }

    .blockforms .text_box {
        margin-top: 3px;
    }

    .blockforms:last-child {
        margin-bottom: 0px;
    }

        .blockforms:last-child .form_fields {
            margin-bottom: 0px;
        }

/* Breadcrumbs */
#breadcrumb {
    list-style: none;
    display: inline-block;
    margin: 0;
    background: #fff;
    border-radius: 6px;
}

    #breadcrumb .glyphicon {
        top: 2px;
    }

    #breadcrumb li {
        float: left;
    }

        #breadcrumb li a {
            color: #FFF;
            display: block;
            background: #1367a3;
            text-decoration: none;
            position: relative;
            height: 40px;
            line-height: 40px;
            padding: 0 10px 0 5px;
            text-align: center;
            margin-right: 23px;
        }

        #breadcrumb li:nth-child(even) a {
            background-color: #1367a3;
        }

            #breadcrumb li:nth-child(even) a:before {
                border-color: #1367a3;
                border-left-color: transparent;
            }

            #breadcrumb li:nth-child(even) a:after {
                border-left-color: #1367a3;
            }

        #breadcrumb li:last-child a {
            padding-right: 15px;
        }

        #breadcrumb li a:before, #breadcrumb li a:after {
            content: "";
            position: absolute;
            top: 0;
            border: 0 solid #1367a3;
            border-width: 20px 10px;
            width: 0;
            height: 0;
        }

        #breadcrumb li a:before {
            left: -20px;
            border-left-color: transparent;
        }

        #breadcrumb li a:after {
            left: 100%;
            border-color: transparent;
            border-left-color: #1367a3;
        }

        #breadcrumb li a:hover {
            background-color: #76c89a;
        }

            #breadcrumb li a:hover:before {
                border-color: #76c89a;
                border-left-color: transparent;
            }

            #breadcrumb li a:hover:after {
                border-left-color: #76c89a;
            }

        #breadcrumb li a:active, #breadcrumb li a.active {
            background-color: #76c89a;
        }

            #breadcrumb li a:active:before, #breadcrumb li a.active:before {
                border-color: #76c89a;
                border-left-color: transparent;
            }

            #breadcrumb li a:active:after, #breadcrumb li a.active:after {
                border-left-color: #76c89a;
            }

        #breadcrumb li:last-child a {
            margin-right: 0;
        }

/* Google Directions */
.adp-placemark {
    background: none !important;
    border-left: none !important;
    border-right: none !important;
}

    .adp-placemark .adp-marker {
        margin: 8px;
        display: block;
    }

    .adp-placemark .adp-text {
        font-size: 14px;
        font-weight: bold;
        line-height: 16px;
    }

.adp-legal {
    display: none;
}

/* Carousel */
.termination_slider {
    padding: 10px 25px 20px 25px;
}

    .termination_slider .carousel-indicators li {
        text-indent: 0;
        width: auto;
        height: 20px;
        border-radius: 4px;
        padding: 3px 5px 3px 5px;
        line-height: 14px;
        font-size: 12px;
        color: #888;
        border: 1px solid #ccc;
        background: #e8e8e8;
        margin: 0;
    }

    .termination_slider .carousel-indicators .active {
        color: #f79824;
        background: #fff;
        font-weight: bold;
        box-shadow: 0px 1px 1px rgba(0,0,0,0.3);
    }

    .termination_slider .carousel .item {
        padding-right: 3px;
    }

        .termination_slider .carousel .item .gallery > a {
            width: 680px;
            height: 388px;
            border-radius: 4px;
            margin: 0 25px 0 0;
            display: block;
            box-shadow: 1px 1px 5px rgba(0,0,0,0.7);
            border-bottom: 5px solid #fff;
        }

        .termination_slider .carousel .item .frame_text {
            font-size: 16px;
            color: #000;
            line-height: 20px;
            padding-top: 15px;
            background: #fff;
            padding: 15px;
            width: 100%;
            border: 1px solid #ccc;
            border-radius: 4px;
            box-shadow: 1px 1px 5px rgba(0,0,0,0.7);
        }

            .termination_slider .carousel .item .frame_text h4 {
                font-size: 18px;
                line-height: 22px;
                margin-bottom: 20px;
            }

            .termination_slider .carousel .item .frame_text p {
                font-size: 14px;
                line-height: 18px;
            }

    .termination_slider .carousel-control .glyphicon-chevron-left,
    .termination_slider .carousel-control .glyphicon-chevron-right,
    .termination_slider .carousel-control .icon-next,
    .termination_slider .carousel-control .icon-prev {
        width: auto;
        height: auto;
        margin-top: -30px;
        background: #b5b5b5;
        padding: 10px;
        font-size: 20px;
        border-radius: 4px;
    }

    .termination_slider .carousel-control {
        width: auto;
        padding: 0;
    }

        .termination_slider .carousel-control .glyphicon-chevron-left,
        .termination_slider .carousel-control .icon-prev {
            margin-left: -50px;
        }

        .termination_slider .carousel-control .glyphicon-chevron-right,
        .termination_slider .carousel-control .icon-next {
            margin-right: -50px;
        }

/* Table */
.table {
    display: table;
    width: 100%;
}

    .table > .table_cell {
        display: table-cell;
        vertical-align: top;
    }

@media all and (min-width:768px) {
    .footer_lists {
        margin-bottom: 0px;
    }

    .nav .user_details_wrap {
      /*  float: right;*/
        margin-top: 10px;
    }

    .nav .sub_menu > ul {
       /* float: right;*/
        margin-top: 25px;
    }

        .nav .sub_menu > ul > li {
            float: left;
            margin-left: 30px;
            font-size: 16px;
            margin-right: 0px;
            padding: 0px;
            border: none;
        }

            .nav .sub_menu > ul > li > a {
                color: #333;
                border-bottom: 3px solid transparent;
                padding-bottom: 12px;
            }

                .nav .sub_menu > ul > li > a.active, .nav .sub_menu > ul > li > a:hover, .nav .sub_menu > ul > li > a:focus {
                    color: #0c5ba0;
                    border-bottom: 3px solid #0c5ba0;
                }

    .nav .sub_menu > ul {
        margin-top: 15px;
    }

    .hub_banner_bl {
        height: 135px;
    }

    .blue_banner_box {
        width: 350px;
        margin-bottom: 20px;
    }

    .article_box {
        padding-top: 20px;
    }

    .blue_banner_box.left_box {
        margin-right: 20px;
        float: left;
    }

    .blue_banner_box.right_box {
        margin-left: 20px;
        float: right;
    }

    .blue_banner_box .brand_name > h3 {
        font-size: 26px;
    }

    .banner_wrap {
        margin-bottom: 45px;
    }

    .circle_bigheading h2.head_title {
        font-size: 25px
    }

    .nav .dropdown_menu {
        position: absolute;
        top: 32px;
        right: 0px;
        background: #fff;
        border: 1px solid #ccc;
        padding: 10px 15px;
        width: 180px;
        display: none;
        border-top: 1px solid transparent;
    }

    .nav .user_details_wrap .user_name_details {
        float: left;
        border-right: 1px solid #ccc;
        padding: 0px 20px 0px 20px;
        margin-right: 20px;
        font-size: 16px;
    }

        .nav .user_details_wrap .user_name_details > div > input[type="text"],
        .nav .user_details_wrap .user_name_details > div > input[type="password"] {
            width: 135px;
        }

    .nav .linktooldSite {
        right: 0px;
    }

    .div_table {
        display: table;
        width: 100%;
    }

        .div_table > .div_cell {
            display: table-cell;
            vertical-align: middle;
            float: none !important;
        }

    .ada_captchatext {
        vertical-align: top !important;
        padding-top: 9px;
    }

    .ada_captchainput {
        margin-bottom: 0px;
    }

    .googleMaps {
        border-right: 15px solid #fff;
    }

    .googleMaps, .left_search_results {
        margin: 0;
    }

    .left_search_results {
        height: 470px;
        padding: 0 15px;
    }

    .left_fields {
        width: 120px;
        padding-right: 10px;
    }

    .w80_fields .left_fields {
        width: 110px;
    }
}

@media all and (min-width:768px) and (max-width:992px) {
    .nav .sub_menu > ul {
        margin-top: 15px;
        padding-bottom: 4px;
    }

        .nav .sub_menu > ul > li > a {
            padding-bottom: 16px;
        }

    .navbar-brand {
        padding-top: 35px;
    }

    .gallery_wrap > a {
        width: 215px;
        height: 125px;
    }
}

@media all and (max-width:992px) {
    .footer_queries {
        display: block;
        border-right: none;
        padding: 8px 15px 8px 0;
        margin-bottom: 0px;
    }

    .footer_by_product {
        display: block;
        margin-bottom: 12px;
        margin-top: 5px;
    }

    .circle_wrapper::-webkit-scrollbar {
        display: none;
    }
}

@media all and (max-width:767px) {
    .navbar-brand.medimpact {
        width: 100%;
        padding: 15px;
    }

        .navbar-brand.medimpact .brand_logo {
            width: 170px;
        }

        .navbar-brand.medimpact .powered_by {
            left: 200px;
            top: 22px;
        }

    .hub_ribbons {
        display: none;
    }

    .product_toggle {
        display: block !important;
        margin-bottom: 10px;
    }

    .termination_slider .carousel .item .gallery > a {
        width: 100%;
        height: 160px;
        margin-bottom: 0px;
        box-shadow: none;
        border: 0;
    }

    .termination_slider .gallery_wrap.gallery.table_cell {
        display: block;
    }

    .termination_slider .gallery_wrap {
        margin: 0;
    }

    .termination_slider .carousel-indicators {
        width: 100%;
        left: 30%;
    }

    .termination_slider .carousel-control .glyphicon-chevron-left,
    .termination_slider .carousel-control .icon-prev {
        margin-left: -40px;
    }

    .termination_slider .carousel-control .glyphicon-chevron-right,
    .termination_slider .carousel-control .icon-next {
        margin-right: -40px;
    }

    .termination_slider .carousel-indicators li {
        padding: 3px;
    }

    .termination_slider .carousel .item .frame_text h4 {
        margin: 0;
        margin: 17px 0 5px 0;
        line-height: 18px;
        font-size: 16px;
        border-top: 1px solid #ccc;
        padding-top: 15px;
    }

    .termination_slider .carousel .item .frame_text p:last-child {
        margin-bottom: 0;
    }

    .termination_slider .carousel .item {
        padding: 0;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

        .termination_slider .carousel .item .frame_text {
            box-shadow: none;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            display: block;
            border: 0;
            padding-top: 0;
        }

    .termination_slider .carousel-control .glyphicon-chevron-left, .termination_slider .carousel-control .glyphicon-chevron-right, .termination_slider .carousel-control .icon-next, .termination_slider .carousel-control .icon-prev {
        font-size: 15px;
    }
}

@media all and (min-width:992px) {
    .navbar-brand {
        width: 280px;
        padding-top: 25px;
    }

    .circle_wrapper {
        position: relative;
        min-height: 570px;
        top: -75px;
        margin: 0 auto;
        width: 970px;
    }

    .circle1 {
        position: absolute;
        top: 100px;
        left: 0px;
    }

    .circle2 {
        position: absolute;
        top: 390px;
        left: 130px;
    }

    .circle3 {
        position: absolute;
        top: 265px;
        left: 380px;
    }

    .circle4 {
        position: absolute;
        top: 40px;
        left: 250px;
    }

    .circle5 {
        position: absolute;
        top: -10px;
        left: 512px;
    }

    .circle6 {
        position: absolute;
        top: 305px;
        left: 685px;
    }

    .circle7 {
        position: absolute;
        top: 70px;
        left: 770px;
    }

    .connectors.conn1 {
        background: url(../img/circle/connector/1.png) no-repeat 0 0;
        width: 120px;
        height: 136px;
        position: absolute;
        top: 292px;
        left: 115px;
    }

    .connectors.conn2 {
        background: url(../img/circle/connector/2.png) no-repeat 0 0;
        width: 84px;
        height: 70px;
        position: absolute;
        top: 400px;
        left: 322px;
    }

    .connectors.conn3 {
        background: url(../img/circle/connector/3.png) no-repeat 0 0;
        width: 80px;
        height: 91px;
        position: absolute;
        top: 215px;
        left: 388px;
    }

    .connectors.conn4 {
        background: url(../img/circle/connector/4.png) no-repeat 0 0;
        width: 89px;
        height: 68px;
        position: absolute;
        top: 90px;
        left: 442px;
    }

    .connectors.conn5 {
        background: url(../img/circle/connector/5.png) no-repeat 0 0;
        width: 173px;
        height: 188px;
        position: absolute;
        top: 166px;
        left: 630px;
    }

    .connectors.conn6 {
        background: url(../img/circle/connector/6.png) no-repeat 0 0;
        width: 104px;
        height: 139px;
        position: absolute;
        top: 232px;
        left: 805px;
    }

    .circle_wrapper {
        overflow: initial;
    }

    .PBM_tabs .tabs_wrapper {
        padding: 20px 20px 80px 20px;
    }
}

@media all and (min-width:992px) and (max-width:1100px) {
    .circle_wrapper {
        margin-left: -18px;
    }
}

@media all and (min-width:992px) and (max-width:1200px) {
    .circle_bigheading {
        width: 500px;
    }
}

@media all and (min-width:1200px) {
    .circle_bigheading {
        width: 580px;
    }
}

@media all and (max-width:380px) {
    .navbar-brand {
        width: 190px;
    }

    .navbar-toggle {
        margin-top: 18px;
    }
}

@media all and (max-width:440px) {
    .nav .user_details_wrap .user_name_details {
        border: none;
        padding: 0 10px;
        margin-right: 0px;
    }

        .nav .user_details_wrap .user_name_details.after_login {
            float: none;
            margin-right: 0px;
        }

    .nav .user_details_wrap .hub_btn {
        margin-left: 15px;
    }

    .nav .linktooldSite {
        top: 72px;
        left: 135px;
    }

        .nav .linktooldSite.before_login_link {
            top: 78px;
        }
}

@media all and (max-width:298px) {
    .nav .linktooldSite.before_login_link {
        top: 122px;
    }
}

.k-pager-numbers .k-link {
    background-color: #e3e3e3 !important;
}

/*.panel-heading {
    padding: 10px 15px;
    border-bottom: 0px solid transparent; 
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-group .panel + .panel {
    margin-top: 0;
    border-top: 0;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .panel-default > .panel-heading a {
        display: block;
        padding: 10px 15px;
        text-decoration: none;
    }*/

        /*.panel-default > .panel-heading a:after {
            content: "";
            position: relative;
            top: 1px;
            display: inline-block;
            font-family: 'Glyphicons Halflings';
            font-style: normal;
            font-weight: 400;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            float: right;
            transition: transform .25s linear;
            -webkit-transition: -webkit-transform .25s linear;
        }

        .panel-default > .panel-heading a[aria-expanded="true"] {
            background-color: #eee;
        }

            .panel-default > .panel-heading a[aria-expanded="true"]:after {
                content: "\e113";
                color: #0c5ba0;
            }

        .panel-default > .panel-heading a[aria-expanded="false"]:after {
            content: "\e114";
            color: #0c5ba0;
        }*/
.bootstrap-icon {
    font-size:20px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 15px !important;
    padding-left: 15px !important;
}
a {
    text-decoration : none;
}
nav.navbar {
    padding-top: 0px;
}
div.validation-summary-errors ul {
    padding-left: 0px;
    margin-bottom: 10px;
}
i.bi {
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    color: #0c5ba0;
}
div.form-group label {
    font-weight: 700;
    font-size:14px;
}
h3 {
    font-size:24px;
    font-weight:500;
}
h4 {
    font-size: 18px;
    font-weight: 500;
}
h1 {
    font-size:2.5rem;
}
.form-control {
    line-height: 20px;
    font-size: 14px;
    color: #555;
}
.k-grid td, .k-grid th {
    font-size: 14px;
}
.input_field_search {
    font-size: 14px;
    line-height: 20px;
    color: #555;
}
.bi-caret-left, .bi-caret-right {
    font-size: 30px;
    width: 30px;
    height: 30px;
}
.carousel-control i.bi {
    color:#ffffff;
    font-weight:400;
}

.backto_top i.bi {
    color: #333;
    font-weight: 400;
}
.carousel-indicators button.active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}

.carousel-indicators button {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 10px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
    .nav .sub_menu > ul > li > a.active, .nav .sub_menu > ul > li > a:hover, .nav .sub_menu > ul > li > a:focus {
        border-bottom: none;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

.text-right {
    text-align:right;
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}
th .k-column-title {
    color: #fff !important;
    cursor: pointer;
}
.k-grid-pager .k-selected, .k-list-item.k-selected {
    background-color: #5faf81 !important;
    border-color: #457e5d !important;
   
}
.k-focus.k-selected, .k-listview > .k-focus.k-selected, .k-listview > .k-state-focused.k-state-selected, .k-state-focused.k-state-selected, td.k-focus.k-selected, td.k-state-focused.k-state-selected {
    box-shadow: inset 0 0 3px 1px #5faf81 !important;
}
.k-grid-pager a span.k-icon {
    color: #d5d5d5;
}
.k-grid-pager a span.k-icon:hover {
    color: #ffffff;
}